2023-12-09T01:41:53.173 INFO:root:teuthology version: 0.0.1.dev214+gf2de108 2023-12-09T01:41:53.174 DEBUG:teuthology.run:Teuthology command: teuthology --name yuriw-2023-12-08_19:38:02-orch-main-distro-default-smithi --owner scheduled_yuriw@teuthology --verbose --archive /home/teuthworker/archive/yuriw-2023-12-08_19:38:02-orch-main-distro-default-smithi/7484599 --description orch/cephadm/upgrade/{1-start-distro/1-start-ubuntu_20.04 2-repo_digest/repo_digest 3-upgrade/simple 4-wait 5-upgrade-ls agent/on mon_election/connectivity} -- /home/teuthworker/archive/yuriw-2023-12-08_19:38:02-orch-main-distro-default-smithi/7484599/orig.config.yaml 2023-12-09T01:41:53.216 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-09T01:41:53.308 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2023-12-08_19:38:02-orch-main-distro-default-smithi/7484599 branch: main 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: yweinste@redhat.com first_in_suite: false job_id: '7484599' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2023-12-08_19:38:02-orch-main-distro-default-smithi no_nested_subset: false nuke-on-error: true os_type: ubuntu os_version: '20.04' overrides: admin_socket: branch: main 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: 9dcc13bb80dcc1cdea72b04d80505b4649a2b882 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 9dcc13bb80dcc1cdea72b04d80505b4649a2b882 workunit: branch: main sha1: 9dcc13bb80dcc1cdea72b04d80505b4649a2b882 owner: scheduled_yuriw@teuthology priority: 75 repo: https://github.com/ceph/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: 8320 sha1: 9dcc13bb80dcc1cdea72b04d80505b4649a2b882 sleep_before_teardown: 0 subset: 111/120000 suite: orch suite_branch: main suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_9dcc13bb80dcc1cdea72b04d80505b4649a2b882/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: 9dcc13bb80dcc1cdea72b04d80505b4649a2b882 targets: smithi067.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFyT/r7xuKfmg50w0OdQebr4A/ptJo1Zk6DyZNZNZM/q5rW+sznh+wvHqeT3e4YtCdZLaXyvMms8o8u8H5nXOYM= smithi125.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-08_19:38:02 tube: smithi user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.232157 2023-12-09T01:41:53.308 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_9dcc13bb80dcc1cdea72b04d80505b4649a2b882/qa; will attempt to use it 2023-12-09T01:41:53.309 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_9dcc13bb80dcc1cdea72b04d80505b4649a2b882/qa/tasks 2023-12-09T01:41:53.310 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-12-09T01:41:53.311 INFO:teuthology.task.internal:Checking packages... 2023-12-09T01:41:53.341 INFO:teuthology.task.internal:Checking packages for os_type 'ubuntu', flavor 'default' and ceph hash '9dcc13bb80dcc1cdea72b04d80505b4649a2b882' 2023-12-09T01:41:53.341 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-12-09T01:41:53.341 INFO:teuthology.packaging:ref: None 2023-12-09T01:41:53.341 INFO:teuthology.packaging:tag: None 2023-12-09T01:41:53.341 INFO:teuthology.packaging:branch: main 2023-12-09T01:41:53.341 INFO:teuthology.packaging:sha1: 9dcc13bb80dcc1cdea72b04d80505b4649a2b882 2023-12-09T01:41:53.342 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F20.04%2Fx86_64&ref=main 2023-12-09T01:41:53.581 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-58-ge94de282-1focal 2023-12-09T01:41:53.581 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-12-09T01:41:53.588 INFO:teuthology.task.internal:no buildpackages task found 2023-12-09T01:41:53.588 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-12-09T01:41:53.666 INFO:teuthology.task.internal:Saving configuration 2023-12-09T01:41:53.679 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-12-09T01:41:53.693 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-09T01:41:53.717 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi067.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-08_19:38:02-orch-main-distro-default-smithi/7484599', '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-09 01:35:36.377743', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGETOy3xONfbx7kUFCNiUtRLNfkcrcEsWzPdq6Np/6Bw'} 2023-12-09T01:41:53.737 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi125.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-08_19:38:02-orch-main-distro-default-smithi/7484599', '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-09 01:35:36.375950', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGETOy3xONfbx7kUFCNiUtRLNfkcrcEsWzPdq6Np/6Bw'} 2023-12-09T01:41:53.737 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-12-09T01:41:53.757 INFO:teuthology.task.internal:roles: ubuntu@smithi067.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-09T01:41:53.757 INFO:teuthology.task.internal:roles: ubuntu@smithi125.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-09T01:41:53.757 INFO:teuthology.run_tasks:Running task console_log... 2023-12-09T01:41:53.887 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f03c4a501f0>, signals=[15]) 2023-12-09T01:41:53.887 INFO:teuthology.run_tasks:Running task internal.connect... 2023-12-09T01:41:53.894 INFO:teuthology.task.internal:Opening connections... 2023-12-09T01:41:53.894 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi067.front.sepia.ceph.com 2023-12-09T01:41:53.896 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi067.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-09T01:41:53.947 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi125.front.sepia.ceph.com 2023-12-09T01:41:53.948 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi125.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-09T01:41:53.995 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-12-09T01:41:54.003 DEBUG:teuthology.orchestra.run.smithi067:> uname -m 2023-12-09T01:41:54.030 INFO:teuthology.orchestra.run.smithi067.stdout:x86_64 2023-12-09T01:41:54.030 DEBUG:teuthology.orchestra.run.smithi067:> cat /etc/os-release 2023-12-09T01:41:54.078 INFO:teuthology.orchestra.run.smithi067.stdout:NAME="Ubuntu" 2023-12-09T01:41:54.078 INFO:teuthology.orchestra.run.smithi067.stdout:VERSION="20.04.4 LTS (Focal Fossa)" 2023-12-09T01:41:54.078 INFO:teuthology.orchestra.run.smithi067.stdout:ID=ubuntu 2023-12-09T01:41:54.078 INFO:teuthology.orchestra.run.smithi067.stdout:ID_LIKE=debian 2023-12-09T01:41:54.078 INFO:teuthology.orchestra.run.smithi067.stdout:PRETTY_NAME="Ubuntu 20.04.4 LTS" 2023-12-09T01:41:54.078 INFO:teuthology.orchestra.run.smithi067.stdout:VERSION_ID="20.04" 2023-12-09T01:41:54.078 INFO:teuthology.orchestra.run.smithi067.stdout:HOME_URL="https://www.ubuntu.com/" 2023-12-09T01:41:54.078 INFO:teuthology.orchestra.run.smithi067.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2023-12-09T01:41:54.078 INFO:teuthology.orchestra.run.smithi067.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2023-12-09T01:41:54.079 INFO:teuthology.orchestra.run.smithi067.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2023-12-09T01:41:54.079 INFO:teuthology.orchestra.run.smithi067.stdout:VERSION_CODENAME=focal 2023-12-09T01:41:54.079 INFO:teuthology.orchestra.run.smithi067.stdout:UBUNTU_CODENAME=focal 2023-12-09T01:41:54.079 INFO:teuthology.lock.ops:Updating smithi067.front.sepia.ceph.com on lock server 2023-12-09T01:41:54.102 DEBUG:teuthology.orchestra.run.smithi125:> uname -m 2023-12-09T01:41:54.108 INFO:teuthology.orchestra.run.smithi125.stdout:x86_64 2023-12-09T01:41:54.109 DEBUG:teuthology.orchestra.run.smithi125:> cat /etc/os-release 2023-12-09T01:41:54.155 INFO:teuthology.orchestra.run.smithi125.stdout:NAME="Ubuntu" 2023-12-09T01:41:54.156 INFO:teuthology.orchestra.run.smithi125.stdout:VERSION="20.04.4 LTS (Focal Fossa)" 2023-12-09T01:41:54.156 INFO:teuthology.orchestra.run.smithi125.stdout:ID=ubuntu 2023-12-09T01:41:54.156 INFO:teuthology.orchestra.run.smithi125.stdout:ID_LIKE=debian 2023-12-09T01:41:54.156 INFO:teuthology.orchestra.run.smithi125.stdout:PRETTY_NAME="Ubuntu 20.04.4 LTS" 2023-12-09T01:41:54.156 INFO:teuthology.orchestra.run.smithi125.stdout:VERSION_ID="20.04" 2023-12-09T01:41:54.156 INFO:teuthology.orchestra.run.smithi125.stdout:HOME_URL="https://www.ubuntu.com/" 2023-12-09T01:41:54.156 INFO:teuthology.orchestra.run.smithi125.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2023-12-09T01:41:54.156 INFO:teuthology.orchestra.run.smithi125.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2023-12-09T01:41:54.156 INFO:teuthology.orchestra.run.smithi125.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2023-12-09T01:41:54.156 INFO:teuthology.orchestra.run.smithi125.stdout:VERSION_CODENAME=focal 2023-12-09T01:41:54.156 INFO:teuthology.orchestra.run.smithi125.stdout:UBUNTU_CODENAME=focal 2023-12-09T01:41:54.157 INFO:teuthology.lock.ops:Updating smithi125.front.sepia.ceph.com on lock server 2023-12-09T01:41:54.185 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-12-09T01:41:54.194 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-12-09T01:41:54.215 INFO:teuthology.task.internal:Checking for old test directory... 2023-12-09T01:41:54.215 DEBUG:teuthology.orchestra.run.smithi067:> test '!' -e /home/ubuntu/cephtest 2023-12-09T01:41:54.218 DEBUG:teuthology.orchestra.run.smithi125:> test '!' -e /home/ubuntu/cephtest 2023-12-09T01:41:54.224 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-12-09T01:41:54.231 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-12-09T01:41:54.232 DEBUG:teuthology.orchestra.run.smithi067:> test -z $(ls -A /var/lib/ceph) 2023-12-09T01:41:54.234 DEBUG:teuthology.orchestra.run.smithi125:> test -z $(ls -A /var/lib/ceph) 2023-12-09T01:41:54.282 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-12-09T01:41:54.345 INFO:teuthology.run_tasks:Running task kernel... 2023-12-09T01:41:54.364 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-12-09T01:41:54.364 INFO:teuthology.task.kernel:config {'mon.a': {'kdb': True, 'sha1': 'distro'}, 'mon.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2023-12-09T01:41:54.365 DEBUG:teuthology.orchestra.run.smithi067:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-09T01:41:54.365 DEBUG:teuthology.orchestra.run.smithi125:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-09T01:41:54.370 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-09T01:41:54.371 DEBUG:teuthology.orchestra.run.smithi067:> uname -r 2023-12-09T01:41:54.372 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-09T01:41:54.373 DEBUG:teuthology.orchestra.run.smithi125:> uname -r 2023-12-09T01:41:54.379 INFO:teuthology.orchestra.run.smithi067.stdout:5.4.0-124-generic 2023-12-09T01:41:54.379 INFO:teuthology.task.kernel:Running kernel on smithi067: 5.4.0-124-generic 2023-12-09T01:41:54.379 DEBUG:teuthology.orchestra.run.smithi067:> sudo apt-get clean 2023-12-09T01:41:54.380 INFO:teuthology.orchestra.run.smithi125.stdout:5.4.0-124-generic 2023-12-09T01:41:54.381 INFO:teuthology.task.kernel:Running kernel on smithi125: 5.4.0-124-generic 2023-12-09T01:41:54.381 DEBUG:teuthology.orchestra.run.smithi125:> sudo apt-get clean 2023-12-09T01:41:54.476 DEBUG:teuthology.orchestra.run.smithi067:> sudo apt-get update 2023-12-09T01:41:54.518 DEBUG:teuthology.orchestra.run.smithi125:> sudo apt-get update 2023-12-09T01:41:54.635 INFO:teuthology.orchestra.run.smithi067.stdout:Get:1 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB] 2023-12-09T01:41:54.699 INFO:teuthology.orchestra.run.smithi125.stdout:Get:1 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB] 2023-12-09T01:41:54.743 INFO:teuthology.orchestra.run.smithi067.stdout:Hit:2 http://archive.ubuntu.com/ubuntu focal InRelease 2023-12-09T01:41:54.807 INFO:teuthology.orchestra.run.smithi125.stdout:Hit:2 http://archive.ubuntu.com/ubuntu focal InRelease 2023-12-09T01:41:54.825 INFO:teuthology.orchestra.run.smithi067.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB] 2023-12-09T01:41:54.889 INFO:teuthology.orchestra.run.smithi125.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB] 2023-12-09T01:41:54.954 INFO:teuthology.orchestra.run.smithi067.stdout:Get:4 http://security.ubuntu.com/ubuntu focal-security/main i386 Packages [686 kB] 2023-12-09T01:41:55.034 INFO:teuthology.orchestra.run.smithi125.stdout:Get:4 http://security.ubuntu.com/ubuntu focal-security/main i386 Packages [686 kB] 2023-12-09T01:41:55.075 INFO:teuthology.orchestra.run.smithi067.stdout:Get:5 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [2,610 kB] 2023-12-09T01:41:55.178 INFO:teuthology.orchestra.run.smithi067.stdout:Get:6 http://archive.ubuntu.com/ubuntu focal-backports InRelease [108 kB] 2023-12-09T01:41:55.233 INFO:teuthology.orchestra.run.smithi125.stdout:Get:5 http://archive.ubuntu.com/ubuntu focal-backports InRelease [108 kB] 2023-12-09T01:41:55.271 INFO:teuthology.orchestra.run.smithi067.stdout:Get:7 http://security.ubuntu.com/ubuntu focal-security/main Translation-en [402 kB] 2023-12-09T01:41:55.276 INFO:teuthology.orchestra.run.smithi067.stdout:Get:8 http://security.ubuntu.com/ubuntu focal-security/main amd64 c-n-f Metadata [13.2 kB] 2023-12-09T01:41:55.276 INFO:teuthology.orchestra.run.smithi067.stdout:Get:9 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [2,411 kB] 2023-12-09T01:41:55.319 INFO:teuthology.orchestra.run.smithi067.stdout:Get:10 http://archive.ubuntu.com/ubuntu focal-updates/main i386 Packages [917 kB] 2023-12-09T01:41:55.338 INFO:teuthology.orchestra.run.smithi125.stdout:Get:6 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [2,610 kB] 2023-12-09T01:41:55.385 INFO:teuthology.orchestra.run.smithi125.stdout:Get:7 http://archive.ubuntu.com/ubuntu focal-updates/main i386 Packages [917 kB] 2023-12-09T01:41:55.489 INFO:teuthology.orchestra.run.smithi067.stdout:Get:11 http://security.ubuntu.com/ubuntu focal-security/restricted i386 Packages [34.7 kB] 2023-12-09T01:41:55.489 INFO:teuthology.orchestra.run.smithi067.stdout:Get:12 http://security.ubuntu.com/ubuntu focal-security/restricted Translation-en [336 kB] 2023-12-09T01:41:55.495 INFO:teuthology.orchestra.run.smithi067.stdout:Get:13 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 c-n-f Metadata [552 B] 2023-12-09T01:41:55.495 INFO:teuthology.orchestra.run.smithi067.stdout:Get:14 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [915 kB] 2023-12-09T01:41:55.501 INFO:teuthology.orchestra.run.smithi067.stdout:Get:15 http://security.ubuntu.com/ubuntu focal-security/universe i386 Packages [634 kB] 2023-12-09T01:41:55.524 INFO:teuthology.orchestra.run.smithi067.stdout:Get:16 http://security.ubuntu.com/ubuntu focal-security/universe Translation-en [192 kB] 2023-12-09T01:41:55.530 INFO:teuthology.orchestra.run.smithi067.stdout:Get:17 http://security.ubuntu.com/ubuntu focal-security/universe amd64 c-n-f Metadata [19.2 kB] 2023-12-09T01:41:55.530 INFO:teuthology.orchestra.run.smithi067.stdout:Get:18 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [23.6 kB] 2023-12-09T01:41:55.530 INFO:teuthology.orchestra.run.smithi067.stdout:Get:19 http://security.ubuntu.com/ubuntu focal-security/multiverse i386 Packages [7,188 B] 2023-12-09T01:41:55.561 INFO:teuthology.orchestra.run.smithi067.stdout:Get:20 http://security.ubuntu.com/ubuntu focal-security/multiverse Translation-en [5,504 B] 2023-12-09T01:41:55.561 INFO:teuthology.orchestra.run.smithi067.stdout:Get:21 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 c-n-f Metadata [548 B] 2023-12-09T01:41:55.571 INFO:teuthology.orchestra.run.smithi067.stdout:Get:22 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [3,015 kB] 2023-12-09T01:41:55.720 INFO:teuthology.orchestra.run.smithi125.stdout:Get:8 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [3,015 kB] 2023-12-09T01:41:55.736 INFO:teuthology.orchestra.run.smithi067.stdout:Get:23 http://archive.ubuntu.com/ubuntu focal-updates/main Translation-en [487 kB] 2023-12-09T01:41:55.748 INFO:teuthology.orchestra.run.smithi067.stdout:Get:24 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 c-n-f Metadata [17.2 kB] 2023-12-09T01:41:55.749 INFO:teuthology.orchestra.run.smithi067.stdout:Get:25 http://archive.ubuntu.com/ubuntu focal-updates/restricted i386 Packages [36.0 kB] 2023-12-09T01:41:55.750 INFO:teuthology.orchestra.run.smithi067.stdout:Get:26 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [2,562 kB] 2023-12-09T01:41:55.816 INFO:teuthology.orchestra.run.smithi067.stdout:Get:27 http://archive.ubuntu.com/ubuntu focal-updates/restricted Translation-en [358 kB] 2023-12-09T01:41:55.836 INFO:teuthology.orchestra.run.smithi067.stdout:Get:28 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 c-n-f Metadata [552 B] 2023-12-09T01:41:55.897 INFO:teuthology.orchestra.run.smithi125.stdout:Get:9 http://archive.ubuntu.com/ubuntu focal-updates/main Translation-en [487 kB] 2023-12-09T01:41:55.910 INFO:teuthology.orchestra.run.smithi125.stdout:Get:10 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 c-n-f Metadata [17.2 kB] 2023-12-09T01:41:55.910 INFO:teuthology.orchestra.run.smithi125.stdout:Get:11 http://archive.ubuntu.com/ubuntu focal-updates/restricted i386 Packages [36.0 kB] 2023-12-09T01:41:55.911 INFO:teuthology.orchestra.run.smithi125.stdout:Get:12 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [2,562 kB] 2023-12-09T01:41:55.928 INFO:teuthology.orchestra.run.smithi125.stdout:Get:13 http://security.ubuntu.com/ubuntu focal-security/main Translation-en [402 kB] 2023-12-09T01:41:55.985 INFO:teuthology.orchestra.run.smithi125.stdout:Get:14 http://archive.ubuntu.com/ubuntu focal-updates/restricted Translation-en [358 kB] 2023-12-09T01:41:55.990 INFO:teuthology.orchestra.run.smithi125.stdout:Get:15 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 c-n-f Metadata [552 B] 2023-12-09T01:41:55.995 INFO:teuthology.orchestra.run.smithi125.stdout:Get:16 http://security.ubuntu.com/ubuntu focal-security/main amd64 c-n-f Metadata [13.2 kB] 2023-12-09T01:41:55.996 INFO:teuthology.orchestra.run.smithi125.stdout:Get:17 http://security.ubuntu.com/ubuntu focal-security/restricted i386 Packages [34.7 kB] 2023-12-09T01:41:56.000 INFO:teuthology.orchestra.run.smithi067.stdout:Get:29 http://archive.ubuntu.com/ubuntu focal-updates/universe i386 Packages [762 kB] 2023-12-09T01:41:56.003 INFO:teuthology.orchestra.run.smithi125.stdout:Get:18 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [2,411 kB] 2023-12-09T01:41:56.154 INFO:teuthology.orchestra.run.smithi125.stdout:Get:19 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [1,140 kB] 2023-12-09T01:41:56.404 INFO:teuthology.orchestra.run.smithi125.stdout:Get:20 http://security.ubuntu.com/ubuntu focal-security/restricted Translation-en [336 kB] 2023-12-09T01:41:56.452 INFO:teuthology.orchestra.run.smithi125.stdout:Get:21 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 c-n-f Metadata [552 B] 2023-12-09T01:41:56.453 INFO:teuthology.orchestra.run.smithi125.stdout:Get:22 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [915 kB] 2023-12-09T01:41:56.561 INFO:teuthology.orchestra.run.smithi125.stdout:Get:23 http://security.ubuntu.com/ubuntu focal-security/universe i386 Packages [634 kB] 2023-12-09T01:41:56.585 INFO:teuthology.orchestra.run.smithi067.stdout:Get:30 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [1,140 kB] 2023-12-09T01:41:56.637 INFO:teuthology.orchestra.run.smithi125.stdout:Get:24 http://security.ubuntu.com/ubuntu focal-security/universe Translation-en [192 kB] 2023-12-09T01:41:56.656 INFO:teuthology.orchestra.run.smithi125.stdout:Get:25 http://security.ubuntu.com/ubuntu focal-security/universe amd64 c-n-f Metadata [19.2 kB] 2023-12-09T01:41:56.657 INFO:teuthology.orchestra.run.smithi125.stdout:Get:26 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [23.6 kB] 2023-12-09T01:41:56.657 INFO:teuthology.orchestra.run.smithi125.stdout:Get:27 http://security.ubuntu.com/ubuntu focal-security/multiverse i386 Packages [7,188 B] 2023-12-09T01:41:56.658 INFO:teuthology.orchestra.run.smithi125.stdout:Get:28 http://security.ubuntu.com/ubuntu focal-security/multiverse Translation-en [5,504 B] 2023-12-09T01:41:56.658 INFO:teuthology.orchestra.run.smithi125.stdout:Get:29 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 c-n-f Metadata [548 B] 2023-12-09T01:41:56.694 INFO:teuthology.orchestra.run.smithi067.stdout:Get:31 http://archive.ubuntu.com/ubuntu focal-updates/universe Translation-en [273 kB] 2023-12-09T01:41:56.715 INFO:teuthology.orchestra.run.smithi067.stdout:Get:32 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 c-n-f Metadata [25.7 kB] 2023-12-09T01:41:56.717 INFO:teuthology.orchestra.run.smithi067.stdout:Get:33 http://archive.ubuntu.com/ubuntu focal-updates/multiverse i386 Packages [8,440 B] 2023-12-09T01:41:56.717 INFO:teuthology.orchestra.run.smithi067.stdout:Get:34 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [25.8 kB] 2023-12-09T01:41:56.719 INFO:teuthology.orchestra.run.smithi067.stdout:Get:35 http://archive.ubuntu.com/ubuntu focal-updates/multiverse Translation-en [7,484 B] 2023-12-09T01:41:56.720 INFO:teuthology.orchestra.run.smithi067.stdout:Get:36 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 c-n-f Metadata [620 B] 2023-12-09T01:41:56.720 INFO:teuthology.orchestra.run.smithi067.stdout:Get:37 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 Packages [45.7 kB] 2023-12-09T01:41:56.723 INFO:teuthology.orchestra.run.smithi067.stdout:Get:38 http://archive.ubuntu.com/ubuntu focal-backports/main i386 Packages [36.1 kB] 2023-12-09T01:41:56.725 INFO:teuthology.orchestra.run.smithi067.stdout:Get:39 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 c-n-f Metadata [1,420 B] 2023-12-09T01:41:56.789 INFO:teuthology.orchestra.run.smithi125.stdout:Get:30 http://archive.ubuntu.com/ubuntu focal-updates/universe i386 Packages [762 kB] 2023-12-09T01:41:56.827 INFO:teuthology.orchestra.run.smithi125.stdout:Get:31 http://archive.ubuntu.com/ubuntu focal-updates/universe Translation-en [273 kB] 2023-12-09T01:41:56.841 INFO:teuthology.orchestra.run.smithi125.stdout:Get:32 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 c-n-f Metadata [25.7 kB] 2023-12-09T01:41:56.842 INFO:teuthology.orchestra.run.smithi125.stdout:Get:33 http://archive.ubuntu.com/ubuntu focal-updates/multiverse i386 Packages [8,440 B] 2023-12-09T01:41:56.843 INFO:teuthology.orchestra.run.smithi125.stdout:Get:34 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [25.8 kB] 2023-12-09T01:41:56.844 INFO:teuthology.orchestra.run.smithi125.stdout:Get:35 http://archive.ubuntu.com/ubuntu focal-updates/multiverse Translation-en [7,484 B] 2023-12-09T01:41:56.844 INFO:teuthology.orchestra.run.smithi125.stdout:Get:36 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 c-n-f Metadata [620 B] 2023-12-09T01:41:56.844 INFO:teuthology.orchestra.run.smithi125.stdout:Get:37 http://archive.ubuntu.com/ubuntu focal-backports/main i386 Packages [36.1 kB] 2023-12-09T01:41:56.871 INFO:teuthology.orchestra.run.smithi125.stdout:Get:38 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 Packages [45.7 kB] 2023-12-09T01:41:56.872 INFO:teuthology.orchestra.run.smithi125.stdout:Get:39 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 c-n-f Metadata [1,420 B] 2023-12-09T01:41:56.892 INFO:teuthology.orchestra.run.smithi067.stdout:Get:40 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages [25.0 kB] 2023-12-09T01:41:57.036 INFO:teuthology.orchestra.run.smithi125.stdout:Get:40 http://archive.ubuntu.com/ubuntu focal-backports/universe i386 Packages [13.8 kB] 2023-12-09T01:41:57.078 INFO:teuthology.orchestra.run.smithi067.stdout:Get:41 http://archive.ubuntu.com/ubuntu focal-backports/universe i386 Packages [13.8 kB] 2023-12-09T01:41:57.101 INFO:teuthology.orchestra.run.smithi067.stdout:Get:42 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 c-n-f Metadata [880 B] 2023-12-09T01:41:57.200 INFO:teuthology.orchestra.run.smithi125.stdout:Get:41 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages [25.0 kB] 2023-12-09T01:41:57.250 INFO:teuthology.orchestra.run.smithi125.stdout:Get:42 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 c-n-f Metadata [880 B] 2023-12-09T01:41:59.345 INFO:teuthology.orchestra.run.smithi067.stdout:Fetched 18.4 MB in 3s (6,526 kB/s) 2023-12-09T01:41:59.686 INFO:teuthology.orchestra.run.smithi125.stdout:Fetched 18.4 MB in 3s (5,740 kB/s) 2023-12-09T01:42:01.028 INFO:teuthology.orchestra.run.smithi067.stdout:Reading package lists... 2023-12-09T01:42:01.055 DEBUG:teuthology.orchestra.run.smithi067:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2023-12-09T01:42:01.080 INFO:teuthology.orchestra.run.smithi125.stdout:Reading package lists... 2023-12-09T01:42:01.107 DEBUG:teuthology.orchestra.run.smithi125:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2023-12-09T01:42:01.130 INFO:teuthology.orchestra.run.smithi067.stdout:Reading package lists... 2023-12-09T01:42:01.211 INFO:teuthology.orchestra.run.smithi125.stdout:Reading package lists... 2023-12-09T01:42:01.340 INFO:teuthology.orchestra.run.smithi067.stdout:Building dependency tree... 2023-12-09T01:42:01.341 INFO:teuthology.orchestra.run.smithi067.stdout:Reading state information... 2023-12-09T01:42:01.413 INFO:teuthology.orchestra.run.smithi125.stdout:Building dependency tree... 2023-12-09T01:42:01.413 INFO:teuthology.orchestra.run.smithi125.stdout:Reading state information... 2023-12-09T01:42:01.533 INFO:teuthology.orchestra.run.smithi067.stdout:The following additional packages will be installed: 2023-12-09T01:42:01.534 INFO:teuthology.orchestra.run.smithi067.stdout: linux-generic linux-headers-5.4.0-169 linux-headers-5.4.0-169-generic 2023-12-09T01:42:01.534 INFO:teuthology.orchestra.run.smithi067.stdout: linux-headers-generic linux-image-5.4.0-169-generic 2023-12-09T01:42:01.534 INFO:teuthology.orchestra.run.smithi067.stdout: linux-modules-5.4.0-169-generic linux-modules-extra-5.4.0-169-generic 2023-12-09T01:42:01.535 INFO:teuthology.orchestra.run.smithi067.stdout:Suggested packages: 2023-12-09T01:42:01.535 INFO:teuthology.orchestra.run.smithi067.stdout: fdutils linux-doc | linux-source-5.4.0 linux-tools 2023-12-09T01:42:01.535 INFO:teuthology.orchestra.run.smithi067.stdout:Recommended packages: 2023-12-09T01:42:01.535 INFO:teuthology.orchestra.run.smithi067.stdout: thermald 2023-12-09T01:42:01.591 INFO:teuthology.orchestra.run.smithi067.stdout:The following NEW packages will be installed: 2023-12-09T01:42:01.592 INFO:teuthology.orchestra.run.smithi067.stdout: linux-headers-5.4.0-169 linux-headers-5.4.0-169-generic 2023-12-09T01:42:01.592 INFO:teuthology.orchestra.run.smithi067.stdout: linux-image-5.4.0-169-generic linux-modules-5.4.0-169-generic 2023-12-09T01:42:01.592 INFO:teuthology.orchestra.run.smithi067.stdout: linux-modules-extra-5.4.0-169-generic 2023-12-09T01:42:01.592 INFO:teuthology.orchestra.run.smithi125.stdout:The following additional packages will be installed: 2023-12-09T01:42:01.592 INFO:teuthology.orchestra.run.smithi125.stdout: linux-generic linux-headers-5.4.0-169 linux-headers-5.4.0-169-generic 2023-12-09T01:42:01.592 INFO:teuthology.orchestra.run.smithi125.stdout: linux-headers-generic linux-image-5.4.0-169-generic 2023-12-09T01:42:01.593 INFO:teuthology.orchestra.run.smithi125.stdout: linux-modules-5.4.0-169-generic linux-modules-extra-5.4.0-169-generic 2023-12-09T01:42:01.593 INFO:teuthology.orchestra.run.smithi067.stdout:The following packages will be upgraded: 2023-12-09T01:42:01.594 INFO:teuthology.orchestra.run.smithi067.stdout: linux-generic linux-headers-generic linux-image-generic 2023-12-09T01:42:01.594 INFO:teuthology.orchestra.run.smithi125.stdout:Suggested packages: 2023-12-09T01:42:01.594 INFO:teuthology.orchestra.run.smithi125.stdout: fdutils linux-doc | linux-source-5.4.0 linux-tools 2023-12-09T01:42:01.594 INFO:teuthology.orchestra.run.smithi125.stdout:Recommended packages: 2023-12-09T01:42:01.594 INFO:teuthology.orchestra.run.smithi125.stdout: thermald 2023-12-09T01:42:01.647 INFO:teuthology.orchestra.run.smithi067.stdout:3 upgraded, 5 newly installed, 0 to remove and 280 not upgraded. 2023-12-09T01:42:01.648 INFO:teuthology.orchestra.run.smithi067.stdout:Need to get 77.1 MB of archives. 2023-12-09T01:42:01.648 INFO:teuthology.orchestra.run.smithi067.stdout:After this operation, 380 MB of additional disk space will be used. 2023-12-09T01:42:01.648 INFO:teuthology.orchestra.run.smithi067.stdout:Get:1 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-modules-5.4.0-169-generic amd64 5.4.0-169.187 [15.0 MB] 2023-12-09T01:42:01.648 INFO:teuthology.orchestra.run.smithi125.stdout:The following NEW packages will be installed: 2023-12-09T01:42:01.648 INFO:teuthology.orchestra.run.smithi125.stdout: linux-headers-5.4.0-169 linux-headers-5.4.0-169-generic 2023-12-09T01:42:01.648 INFO:teuthology.orchestra.run.smithi125.stdout: linux-image-5.4.0-169-generic linux-modules-5.4.0-169-generic 2023-12-09T01:42:01.648 INFO:teuthology.orchestra.run.smithi125.stdout: linux-modules-extra-5.4.0-169-generic 2023-12-09T01:42:01.649 INFO:teuthology.orchestra.run.smithi125.stdout:The following packages will be upgraded: 2023-12-09T01:42:01.650 INFO:teuthology.orchestra.run.smithi125.stdout: linux-generic linux-headers-generic linux-image-generic 2023-12-09T01:42:01.705 INFO:teuthology.orchestra.run.smithi125.stdout:3 upgraded, 5 newly installed, 0 to remove and 280 not upgraded. 2023-12-09T01:42:01.705 INFO:teuthology.orchestra.run.smithi125.stdout:Need to get 77.1 MB of archives. 2023-12-09T01:42:01.705 INFO:teuthology.orchestra.run.smithi125.stdout:After this operation, 380 MB of additional disk space will be used. 2023-12-09T01:42:01.706 INFO:teuthology.orchestra.run.smithi125.stdout:Get:1 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-modules-5.4.0-169-generic amd64 5.4.0-169.187 [15.0 MB] 2023-12-09T01:42:02.104 INFO:teuthology.orchestra.run.smithi067.stdout:Get:2 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-image-5.4.0-169-generic amd64 5.4.0-169.187 [10.5 MB] 2023-12-09T01:42:02.237 INFO:teuthology.orchestra.run.smithi067.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-modules-extra-5.4.0-169-generic amd64 5.4.0-169.187 [39.2 MB] 2023-12-09T01:42:02.261 INFO:teuthology.orchestra.run.smithi125.stdout:Get:2 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-image-5.4.0-169-generic amd64 5.4.0-169.187 [10.5 MB] 2023-12-09T01:42:02.483 INFO:teuthology.orchestra.run.smithi125.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-modules-extra-5.4.0-169-generic amd64 5.4.0-169.187 [39.2 MB] 2023-12-09T01:42:03.245 INFO:teuthology.orchestra.run.smithi067.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-generic amd64 5.4.0.169.167 [1,900 B] 2023-12-09T01:42:03.246 INFO:teuthology.orchestra.run.smithi067.stdout:Get:5 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-image-generic amd64 5.4.0.169.167 [2,520 B] 2023-12-09T01:42:03.246 INFO:teuthology.orchestra.run.smithi067.stdout:Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-headers-5.4.0-169 all 5.4.0-169.187 [11.0 MB] 2023-12-09T01:42:03.423 INFO:teuthology.orchestra.run.smithi067.stdout:Get:7 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-headers-5.4.0-169-generic amd64 5.4.0-169.187 [1,374 kB] 2023-12-09T01:42:03.447 INFO:teuthology.orchestra.run.smithi067.stdout:Get:8 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-headers-generic amd64 5.4.0.169.167 [2,392 B] 2023-12-09T01:42:03.473 INFO:teuthology.orchestra.run.smithi125.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-generic amd64 5.4.0.169.167 [1,900 B] 2023-12-09T01:42:03.473 INFO:teuthology.orchestra.run.smithi125.stdout:Get:5 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-image-generic amd64 5.4.0.169.167 [2,520 B] 2023-12-09T01:42:03.473 INFO:teuthology.orchestra.run.smithi125.stdout:Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-headers-5.4.0-169 all 5.4.0-169.187 [11.0 MB] 2023-12-09T01:42:03.617 INFO:teuthology.orchestra.run.smithi125.stdout:Get:7 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-headers-5.4.0-169-generic amd64 5.4.0-169.187 [1,374 kB] 2023-12-09T01:42:03.638 INFO:teuthology.orchestra.run.smithi125.stdout:Get:8 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-headers-generic amd64 5.4.0.169.167 [2,392 B] 2023-12-09T01:42:04.165 INFO:teuthology.orchestra.run.smithi067.stdout:Fetched 77.1 MB in 2s (41.8 MB/s) 2023-12-09T01:42:04.331 INFO:teuthology.orchestra.run.smithi125.stdout:Fetched 77.1 MB in 2s (38.9 MB/s) 2023-12-09T01:42:04.394 INFO:teuthology.orchestra.run.smithi067.stdout:Selecting previously unselected package linux-modules-5.4.0-169-generic. 2023-12-09T01:42:04.496 INFO:teuthology.orchestra.run.smithi125.stdout:Selecting previously unselected package linux-modules-5.4.0-169-generic. 2023-12-09T01:42:06.145 INFO:teuthology.orchestra.run.smithi067.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-09T01:42:06.150 INFO:teuthology.orchestra.run.smithi067.stdout:Preparing to unpack .../0-linux-modules-5.4.0-169-generic_5.4.0-169.187_amd64.deb ... 2023-12-09T01:42:06.261 INFO:teuthology.orchestra.run.smithi125.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-09T01:42:06.266 INFO:teuthology.orchestra.run.smithi125.stdout:Preparing to unpack .../0-linux-modules-5.4.0-169-generic_5.4.0-169.187_amd64.deb ... 2023-12-09T01:42:06.307 INFO:teuthology.orchestra.run.smithi067.stdout:Unpacking linux-modules-5.4.0-169-generic (5.4.0-169.187) ... 2023-12-09T01:42:06.359 INFO:teuthology.orchestra.run.smithi125.stdout:Unpacking linux-modules-5.4.0-169-generic (5.4.0-169.187) ... 2023-12-09T01:42:08.274 INFO:teuthology.orchestra.run.smithi067.stdout:Selecting previously unselected package linux-image-5.4.0-169-generic. 2023-12-09T01:42:08.291 INFO:teuthology.orchestra.run.smithi067.stdout:Preparing to unpack .../1-linux-image-5.4.0-169-generic_5.4.0-169.187_amd64.deb ... 2023-12-09T01:42:08.318 INFO:teuthology.orchestra.run.smithi125.stdout:Selecting previously unselected package linux-image-5.4.0-169-generic. 2023-12-09T01:42:08.331 INFO:teuthology.orchestra.run.smithi125.stdout:Preparing to unpack .../1-linux-image-5.4.0-169-generic_5.4.0-169.187_amd64.deb ... 2023-12-09T01:42:08.394 INFO:teuthology.orchestra.run.smithi067.stdout:Unpacking linux-image-5.4.0-169-generic (5.4.0-169.187) ... 2023-12-09T01:42:08.437 INFO:teuthology.orchestra.run.smithi125.stdout:Unpacking linux-image-5.4.0-169-generic (5.4.0-169.187) ... 2023-12-09T01:42:09.519 INFO:teuthology.orchestra.run.smithi067.stdout:Selecting previously unselected package linux-modules-extra-5.4.0-169-generic. 2023-12-09T01:42:09.520 INFO:teuthology.orchestra.run.smithi125.stdout:Selecting previously unselected package linux-modules-extra-5.4.0-169-generic. 2023-12-09T01:42:09.533 INFO:teuthology.orchestra.run.smithi067.stdout:Preparing to unpack .../2-linux-modules-extra-5.4.0-169-generic_5.4.0-169.187_amd64.deb ... 2023-12-09T01:42:09.536 INFO:teuthology.orchestra.run.smithi125.stdout:Preparing to unpack .../2-linux-modules-extra-5.4.0-169-generic_5.4.0-169.187_amd64.deb ... 2023-12-09T01:42:09.577 INFO:teuthology.orchestra.run.smithi067.stdout:Unpacking linux-modules-extra-5.4.0-169-generic (5.4.0-169.187) ... 2023-12-09T01:42:09.578 INFO:teuthology.orchestra.run.smithi125.stdout:Unpacking linux-modules-extra-5.4.0-169-generic (5.4.0-169.187) ... 2023-12-09T01:42:14.365 INFO:teuthology.orchestra.run.smithi125.stdout:Preparing to unpack .../3-linux-generic_5.4.0.169.167_amd64.deb ... 2023-12-09T01:42:14.414 INFO:teuthology.orchestra.run.smithi067.stdout:Preparing to unpack .../3-linux-generic_5.4.0.169.167_amd64.deb ... 2023-12-09T01:42:14.490 INFO:teuthology.orchestra.run.smithi125.stdout:Unpacking linux-generic (5.4.0.169.167) over (5.4.0.124.125) ... 2023-12-09T01:42:14.557 INFO:teuthology.orchestra.run.smithi067.stdout:Unpacking linux-generic (5.4.0.169.167) over (5.4.0.124.125) ... 2023-12-09T01:42:14.842 INFO:teuthology.orchestra.run.smithi125.stdout:Preparing to unpack .../4-linux-image-generic_5.4.0.169.167_amd64.deb ... 2023-12-09T01:42:14.899 INFO:teuthology.orchestra.run.smithi067.stdout:Preparing to unpack .../4-linux-image-generic_5.4.0.169.167_amd64.deb ... 2023-12-09T01:42:14.969 INFO:teuthology.orchestra.run.smithi125.stdout:Unpacking linux-image-generic (5.4.0.169.167) over (5.4.0.124.125) ... 2023-12-09T01:42:15.052 INFO:teuthology.orchestra.run.smithi067.stdout:Unpacking linux-image-generic (5.4.0.169.167) over (5.4.0.124.125) ... 2023-12-09T01:42:15.289 INFO:teuthology.orchestra.run.smithi125.stdout:Selecting previously unselected package linux-headers-5.4.0-169. 2023-12-09T01:42:15.305 INFO:teuthology.orchestra.run.smithi125.stdout:Preparing to unpack .../5-linux-headers-5.4.0-169_5.4.0-169.187_all.deb ... 2023-12-09T01:42:15.347 INFO:teuthology.orchestra.run.smithi125.stdout:Unpacking linux-headers-5.4.0-169 (5.4.0-169.187) ... 2023-12-09T01:42:15.372 INFO:teuthology.orchestra.run.smithi067.stdout:Selecting previously unselected package linux-headers-5.4.0-169. 2023-12-09T01:42:15.386 INFO:teuthology.orchestra.run.smithi067.stdout:Preparing to unpack .../5-linux-headers-5.4.0-169_5.4.0-169.187_all.deb ... 2023-12-09T01:42:15.430 INFO:teuthology.orchestra.run.smithi067.stdout:Unpacking linux-headers-5.4.0-169 (5.4.0-169.187) ... 2023-12-09T01:42:20.685 INFO:teuthology.orchestra.run.smithi125.stdout:Selecting previously unselected package linux-headers-5.4.0-169-generic. 2023-12-09T01:42:20.707 INFO:teuthology.orchestra.run.smithi125.stdout:Preparing to unpack .../6-linux-headers-5.4.0-169-generic_5.4.0-169.187_amd64.deb ... 2023-12-09T01:42:20.760 INFO:teuthology.orchestra.run.smithi125.stdout:Unpacking linux-headers-5.4.0-169-generic (5.4.0-169.187) ... 2023-12-09T01:42:21.466 INFO:teuthology.orchestra.run.smithi067.stdout:Selecting previously unselected package linux-headers-5.4.0-169-generic. 2023-12-09T01:42:21.490 INFO:teuthology.orchestra.run.smithi067.stdout:Preparing to unpack .../6-linux-headers-5.4.0-169-generic_5.4.0-169.187_amd64.deb ... 2023-12-09T01:42:21.749 INFO:teuthology.orchestra.run.smithi067.stdout:Unpacking linux-headers-5.4.0-169-generic (5.4.0-169.187) ... 2023-12-09T01:42:23.411 INFO:teuthology.orchestra.run.smithi125.stdout:Preparing to unpack .../7-linux-headers-generic_5.4.0.169.167_amd64.deb ... 2023-12-09T01:42:23.605 INFO:teuthology.orchestra.run.smithi125.stdout:Unpacking linux-headers-generic (5.4.0.169.167) over (5.4.0.124.125) ... 2023-12-09T01:42:23.945 INFO:teuthology.orchestra.run.smithi125.stdout:Setting up linux-headers-5.4.0-169 (5.4.0-169.187) ... 2023-12-09T01:42:24.068 INFO:teuthology.orchestra.run.smithi125.stdout:Setting up linux-headers-5.4.0-169-generic (5.4.0-169.187) ... 2023-12-09T01:42:24.219 INFO:teuthology.orchestra.run.smithi125.stdout:Setting up linux-modules-5.4.0-169-generic (5.4.0-169.187) ... 2023-12-09T01:42:24.717 INFO:teuthology.orchestra.run.smithi067.stdout:Preparing to unpack .../7-linux-headers-generic_5.4.0.169.167_amd64.deb ... 2023-12-09T01:42:24.878 INFO:teuthology.orchestra.run.smithi067.stdout:Unpacking linux-headers-generic (5.4.0.169.167) over (5.4.0.124.125) ... 2023-12-09T01:42:25.227 INFO:teuthology.orchestra.run.smithi067.stdout:Setting up linux-headers-5.4.0-169 (5.4.0-169.187) ... 2023-12-09T01:42:25.383 INFO:teuthology.orchestra.run.smithi067.stdout:Setting up linux-headers-5.4.0-169-generic (5.4.0-169.187) ... 2023-12-09T01:42:25.437 INFO:teuthology.orchestra.run.smithi125.stdout:Setting up linux-image-5.4.0-169-generic (5.4.0-169.187) ... 2023-12-09T01:42:25.509 INFO:teuthology.orchestra.run.smithi067.stdout:Setting up linux-modules-5.4.0-169-generic (5.4.0-169.187) ... 2023-12-09T01:42:26.609 INFO:teuthology.orchestra.run.smithi125.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.4.0-169-generic 2023-12-09T01:42:26.609 INFO:teuthology.orchestra.run.smithi125.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.4.0-169-generic 2023-12-09T01:42:26.739 INFO:teuthology.orchestra.run.smithi125.stdout:Setting up linux-headers-generic (5.4.0.169.167) ... 2023-12-09T01:42:26.794 INFO:teuthology.orchestra.run.smithi067.stdout:Setting up linux-image-5.4.0-169-generic (5.4.0-169.187) ... 2023-12-09T01:42:26.890 INFO:teuthology.orchestra.run.smithi125.stdout:Setting up linux-modules-extra-5.4.0-169-generic (5.4.0-169.187) ... 2023-12-09T01:42:28.050 INFO:teuthology.orchestra.run.smithi125.stdout:Setting up linux-image-generic (5.4.0.169.167) ... 2023-12-09T01:42:28.176 INFO:teuthology.orchestra.run.smithi125.stdout:Setting up linux-generic (5.4.0.169.167) ... 2023-12-09T01:42:28.304 INFO:teuthology.orchestra.run.smithi067.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.4.0-169-generic 2023-12-09T01:42:28.304 INFO:teuthology.orchestra.run.smithi067.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.4.0-169-generic 2023-12-09T01:42:28.328 INFO:teuthology.orchestra.run.smithi125.stdout:Processing triggers for linux-image-5.4.0-169-generic (5.4.0-169.187) ... 2023-12-09T01:42:28.397 INFO:teuthology.orchestra.run.smithi125.stdout:/etc/kernel/postinst.d/initramfs-tools: 2023-12-09T01:42:28.397 INFO:teuthology.orchestra.run.smithi125.stdout:update-initramfs: Generating /boot/initrd.img-5.4.0-169-generic 2023-12-09T01:42:28.454 INFO:teuthology.orchestra.run.smithi067.stdout:Setting up linux-headers-generic (5.4.0.169.167) ... 2023-12-09T01:42:28.606 INFO:teuthology.orchestra.run.smithi067.stdout:Setting up linux-modules-extra-5.4.0-169-generic (5.4.0-169.187) ... 2023-12-09T01:42:29.849 INFO:teuthology.orchestra.run.smithi067.stdout:Setting up linux-image-generic (5.4.0.169.167) ... 2023-12-09T01:42:29.975 INFO:teuthology.orchestra.run.smithi067.stdout:Setting up linux-generic (5.4.0.169.167) ... 2023-12-09T01:42:30.126 INFO:teuthology.orchestra.run.smithi067.stdout:Processing triggers for linux-image-5.4.0-169-generic (5.4.0-169.187) ... 2023-12-09T01:42:30.202 INFO:teuthology.orchestra.run.smithi067.stdout:/etc/kernel/postinst.d/initramfs-tools: 2023-12-09T01:42:30.203 INFO:teuthology.orchestra.run.smithi067.stdout:update-initramfs: Generating /boot/initrd.img-5.4.0-169-generic 2023-12-09T01:42:50.788 INFO:teuthology.orchestra.run.smithi125.stdout:/etc/kernel/postinst.d/zz-update-grub: 2023-12-09T01:42:50.788 INFO:teuthology.orchestra.run.smithi125.stdout:Sourcing file `/etc/default/grub' 2023-12-09T01:42:50.794 INFO:teuthology.orchestra.run.smithi125.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2023-12-09T01:42:50.806 INFO:teuthology.orchestra.run.smithi125.stdout:Generating grub configuration file ... 2023-12-09T01:42:51.106 INFO:teuthology.orchestra.run.smithi125.stdout:Found linux image: /boot/vmlinuz-5.4.0-169-generic 2023-12-09T01:42:51.126 INFO:teuthology.orchestra.run.smithi125.stdout:Found initrd image: /boot/initrd.img-5.4.0-169-generic 2023-12-09T01:42:51.521 INFO:teuthology.orchestra.run.smithi125.stdout:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2023-12-09T01:42:51.533 INFO:teuthology.orchestra.run.smithi125.stdout:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2023-12-09T01:42:53.342 INFO:teuthology.orchestra.run.smithi067.stdout:/etc/kernel/postinst.d/zz-update-grub: 2023-12-09T01:42:53.343 INFO:teuthology.orchestra.run.smithi067.stdout:Sourcing file `/etc/default/grub' 2023-12-09T01:42:53.358 INFO:teuthology.orchestra.run.smithi067.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2023-12-09T01:42:53.358 INFO:teuthology.orchestra.run.smithi125.stdout:done 2023-12-09T01:42:53.370 INFO:teuthology.orchestra.run.smithi067.stdout:Generating grub configuration file ... 2023-12-09T01:42:53.719 INFO:teuthology.orchestra.run.smithi067.stdout:Found linux image: /boot/vmlinuz-5.4.0-169-generic 2023-12-09T01:42:53.737 INFO:teuthology.orchestra.run.smithi067.stdout:Found initrd image: /boot/initrd.img-5.4.0-169-generic 2023-12-09T01:42:53.763 DEBUG:teuthology.orchestra.run.smithi125:> dpkg -s linux-image-generic 2023-12-09T01:42:53.811 INFO:teuthology.orchestra.run.smithi125.stdout:Package: linux-image-generic 2023-12-09T01:42:53.811 INFO:teuthology.orchestra.run.smithi125.stdout:Status: install ok installed 2023-12-09T01:42:53.811 INFO:teuthology.orchestra.run.smithi125.stdout:Priority: optional 2023-12-09T01:42:53.811 INFO:teuthology.orchestra.run.smithi125.stdout:Section: kernel 2023-12-09T01:42:53.811 INFO:teuthology.orchestra.run.smithi125.stdout:Installed-Size: 20 2023-12-09T01:42:53.811 INFO:teuthology.orchestra.run.smithi125.stdout:Maintainer: Ubuntu Kernel Team 2023-12-09T01:42:53.812 INFO:teuthology.orchestra.run.smithi125.stdout:Architecture: amd64 2023-12-09T01:42:53.812 INFO:teuthology.orchestra.run.smithi125.stdout:Source: linux-meta 2023-12-09T01:42:53.812 INFO:teuthology.orchestra.run.smithi125.stdout:Version: 5.4.0.169.167 2023-12-09T01:42:53.812 INFO:teuthology.orchestra.run.smithi125.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-09T01:42:53.812 INFO:teuthology.orchestra.run.smithi125.stdout:Depends: linux-image-5.4.0-169-generic, linux-modules-extra-5.4.0-169-generic, linux-firmware, intel-microcode, amd64-microcode 2023-12-09T01:42:53.812 INFO:teuthology.orchestra.run.smithi125.stdout:Recommends: thermald 2023-12-09T01:42:53.812 INFO:teuthology.orchestra.run.smithi125.stdout:Description: Generic Linux kernel image 2023-12-09T01:42:53.812 INFO:teuthology.orchestra.run.smithi125.stdout: This package will always depend on the latest generic kernel image 2023-12-09T01:42:53.812 INFO:teuthology.orchestra.run.smithi125.stdout: available. 2023-12-09T01:42:53.812 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.4.0-124-generic Expected: 5.4.0-169-generic 2023-12-09T01:42:53.812 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-12-09T01:42:53.812 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-12-09T01:42:53.813 INFO:teuthology.task.kernel:Installing distro kernel on mon.b... 2023-12-09T01:42:53.813 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi125.front.sepia.ceph.com, path=None, version=distro) 2023-12-09T01:42:53.813 DEBUG:teuthology.orchestra.run.smithi125:> sudo apt-get clean 2023-12-09T01:42:53.911 DEBUG:teuthology.orchestra.run.smithi125:> sudo apt-get update 2023-12-09T01:42:54.040 INFO:teuthology.orchestra.run.smithi125.stdout:Hit:1 http://security.ubuntu.com/ubuntu focal-security InRelease 2023-12-09T01:42:54.046 INFO:teuthology.orchestra.run.smithi125.stdout:Hit:2 http://archive.ubuntu.com/ubuntu focal InRelease 2023-12-09T01:42:54.064 INFO:teuthology.orchestra.run.smithi125.stdout:Hit:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease 2023-12-09T01:42:54.081 INFO:teuthology.orchestra.run.smithi125.stdout:Hit:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease 2023-12-09T01:42:54.200 INFO:teuthology.orchestra.run.smithi067.stdout:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2023-12-09T01:42:54.211 INFO:teuthology.orchestra.run.smithi067.stdout:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2023-12-09T01:42:55.788 INFO:teuthology.orchestra.run.smithi125.stdout:Reading package lists... 2023-12-09T01:42:55.815 DEBUG:teuthology.orchestra.run.smithi125:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2023-12-09T01:42:55.883 INFO:teuthology.orchestra.run.smithi125.stdout:Reading package lists... 2023-12-09T01:42:56.064 INFO:teuthology.orchestra.run.smithi125.stdout:Building dependency tree... 2023-12-09T01:42:56.065 INFO:teuthology.orchestra.run.smithi125.stdout:Reading state information... 2023-12-09T01:42:56.278 INFO:teuthology.orchestra.run.smithi125.stdout:linux-image-generic is already the newest version (5.4.0.169.167). 2023-12-09T01:42:56.278 INFO:teuthology.orchestra.run.smithi125.stdout:0 upgraded, 0 newly installed, 0 to remove and 280 not upgraded. 2023-12-09T01:42:56.280 DEBUG:teuthology.orchestra.run.smithi125:> dpkg -s linux-image-generic 2023-12-09T01:42:56.302 INFO:teuthology.orchestra.run.smithi125.stdout:Package: linux-image-generic 2023-12-09T01:42:56.302 INFO:teuthology.orchestra.run.smithi125.stdout:Status: install ok installed 2023-12-09T01:42:56.302 INFO:teuthology.orchestra.run.smithi125.stdout:Priority: optional 2023-12-09T01:42:56.302 INFO:teuthology.orchestra.run.smithi125.stdout:Section: kernel 2023-12-09T01:42:56.302 INFO:teuthology.orchestra.run.smithi125.stdout:Installed-Size: 20 2023-12-09T01:42:56.302 INFO:teuthology.orchestra.run.smithi125.stdout:Maintainer: Ubuntu Kernel Team 2023-12-09T01:42:56.302 INFO:teuthology.orchestra.run.smithi125.stdout:Architecture: amd64 2023-12-09T01:42:56.302 INFO:teuthology.orchestra.run.smithi125.stdout:Source: linux-meta 2023-12-09T01:42:56.302 INFO:teuthology.orchestra.run.smithi125.stdout:Version: 5.4.0.169.167 2023-12-09T01:42:56.302 INFO:teuthology.orchestra.run.smithi125.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-09T01:42:56.303 INFO:teuthology.orchestra.run.smithi125.stdout:Depends: linux-image-5.4.0-169-generic, linux-modules-extra-5.4.0-169-generic, linux-firmware, intel-microcode, amd64-microcode 2023-12-09T01:42:56.303 INFO:teuthology.orchestra.run.smithi125.stdout:Recommends: thermald 2023-12-09T01:42:56.303 INFO:teuthology.orchestra.run.smithi125.stdout:Description: Generic Linux kernel image 2023-12-09T01:42:56.303 INFO:teuthology.orchestra.run.smithi125.stdout: This package will always depend on the latest generic kernel image 2023-12-09T01:42:56.303 INFO:teuthology.orchestra.run.smithi125.stdout: available. 2023-12-09T01:42:56.303 DEBUG:teuthology.orchestra.run.smithi125:> mktemp 2023-12-09T01:42:56.308 INFO:teuthology.orchestra.run.smithi125.stdout:/tmp/tmp.HKpTZwSiyB 2023-12-09T01:42:56.308 DEBUG:teuthology.orchestra.run.smithi125:> sudo cp /boot/grub/grub.cfg /tmp/tmp.HKpTZwSiyB 2023-12-09T01:42:56.365 DEBUG:teuthology.orchestra.run.smithi125:> sudo chmod 0666 /tmp/tmp.HKpTZwSiyB 2023-12-09T01:42:56.396 DEBUG:teuthology.orchestra.remote:smithi125:/tmp/tmp.HKpTZwSiyB is 9KB 2023-12-09T01:42:56.410 DEBUG:teuthology.orchestra.run.smithi125:> rm -fr /tmp/tmp.HKpTZwSiyB 2023-12-09T01:42:56.416 DEBUG:teuthology.orchestra.run.smithi125:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2023-12-09T01:42:56.473 DEBUG:teuthology.orchestra.run.smithi125:> set -ex 2023-12-09T01:42:56.473 DEBUG:teuthology.orchestra.run.smithi125:> sudo dd of=/etc/grub.d/01_ceph_kernel 2023-12-09T01:42:56.473 DEBUG:teuthology.orchestra.run.smithi125:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2023-12-09T01:42:56.508 INFO:teuthology.task.kernel:Distro Kernel Version: 5.4.0-169-generic 2023-12-09T01:42:56.508 DEBUG:teuthology.orchestra.run.smithi125:> sudo update-grub 2023-12-09T01:42:56.705 INFO:teuthology.orchestra.run.smithi067.stdout:done 2023-12-09T01:42:57.133 DEBUG:teuthology.orchestra.run.smithi067:> dpkg -s linux-image-generic 2023-12-09T01:42:57.180 INFO:teuthology.orchestra.run.smithi067.stdout:Package: linux-image-generic 2023-12-09T01:42:57.180 INFO:teuthology.orchestra.run.smithi067.stdout:Status: install ok installed 2023-12-09T01:42:57.180 INFO:teuthology.orchestra.run.smithi067.stdout:Priority: optional 2023-12-09T01:42:57.180 INFO:teuthology.orchestra.run.smithi067.stdout:Section: kernel 2023-12-09T01:42:57.180 INFO:teuthology.orchestra.run.smithi067.stdout:Installed-Size: 20 2023-12-09T01:42:57.181 INFO:teuthology.orchestra.run.smithi067.stdout:Maintainer: Ubuntu Kernel Team 2023-12-09T01:42:57.181 INFO:teuthology.orchestra.run.smithi067.stdout:Architecture: amd64 2023-12-09T01:42:57.181 INFO:teuthology.orchestra.run.smithi067.stdout:Source: linux-meta 2023-12-09T01:42:57.181 INFO:teuthology.orchestra.run.smithi067.stdout:Version: 5.4.0.169.167 2023-12-09T01:42:57.181 INFO:teuthology.orchestra.run.smithi067.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-09T01:42:57.181 INFO:teuthology.orchestra.run.smithi067.stdout:Depends: linux-image-5.4.0-169-generic, linux-modules-extra-5.4.0-169-generic, linux-firmware, intel-microcode, amd64-microcode 2023-12-09T01:42:57.181 INFO:teuthology.orchestra.run.smithi067.stdout:Recommends: thermald 2023-12-09T01:42:57.181 INFO:teuthology.orchestra.run.smithi067.stdout:Description: Generic Linux kernel image 2023-12-09T01:42:57.181 INFO:teuthology.orchestra.run.smithi067.stdout: This package will always depend on the latest generic kernel image 2023-12-09T01:42:57.181 INFO:teuthology.orchestra.run.smithi067.stdout: available. 2023-12-09T01:42:57.181 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.4.0-124-generic Expected: 5.4.0-169-generic 2023-12-09T01:42:57.181 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-12-09T01:42:57.181 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-12-09T01:42:57.181 INFO:teuthology.task.kernel:Installing distro kernel on mon.a... 2023-12-09T01:42:57.182 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi067.front.sepia.ceph.com, path=None, version=distro) 2023-12-09T01:42:57.182 DEBUG:teuthology.orchestra.run.smithi067:> sudo apt-get clean 2023-12-09T01:42:57.255 DEBUG:teuthology.orchestra.run.smithi067:> sudo apt-get update 2023-12-09T01:42:57.389 INFO:teuthology.orchestra.run.smithi067.stdout:Hit:1 http://security.ubuntu.com/ubuntu focal-security InRelease 2023-12-09T01:42:57.510 INFO:teuthology.orchestra.run.smithi067.stdout:Hit:2 http://archive.ubuntu.com/ubuntu focal InRelease 2023-12-09T01:42:57.591 INFO:teuthology.orchestra.run.smithi067.stdout:Hit:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease 2023-12-09T01:42:57.681 INFO:teuthology.orchestra.run.smithi067.stdout:Hit:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease 2023-12-09T01:42:57.771 INFO:teuthology.orchestra.run.smithi125.stderr:Sourcing file `/etc/default/grub' 2023-12-09T01:42:57.776 INFO:teuthology.orchestra.run.smithi125.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2023-12-09T01:42:57.789 INFO:teuthology.orchestra.run.smithi125.stderr:Generating grub configuration file ... 2023-12-09T01:42:58.046 INFO:teuthology.orchestra.run.smithi125.stderr:Found linux image: /boot/vmlinuz-5.4.0-169-generic 2023-12-09T01:42:58.057 INFO:teuthology.orchestra.run.smithi125.stderr:Found initrd image: /boot/initrd.img-5.4.0-169-generic 2023-12-09T01:42:58.414 INFO:teuthology.orchestra.run.smithi125.stderr:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2023-12-09T01:42:58.426 INFO:teuthology.orchestra.run.smithi125.stderr:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2023-12-09T01:42:59.174 INFO:teuthology.orchestra.run.smithi125.stderr:done 2023-12-09T01:42:59.176 DEBUG:teuthology.orchestra.run.smithi125:> sudo shutdown -r now 2023-12-09T01:42:59.186 INFO:teuthology.orchestra.run.smithi067.stdout:Reading package lists... 2023-12-09T01:42:59.213 DEBUG:teuthology.orchestra.run.smithi067:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2023-12-09T01:42:59.281 INFO:teuthology.orchestra.run.smithi067.stdout:Reading package lists... 2023-12-09T01:42:59.469 INFO:teuthology.orchestra.run.smithi067.stdout:Building dependency tree... 2023-12-09T01:42:59.469 INFO:teuthology.orchestra.run.smithi067.stdout:Reading state information... 2023-12-09T01:42:59.732 INFO:teuthology.orchestra.run.smithi067.stdout:linux-image-generic is already the newest version (5.4.0.169.167). 2023-12-09T01:42:59.733 INFO:teuthology.orchestra.run.smithi067.stdout:0 upgraded, 0 newly installed, 0 to remove and 280 not upgraded. 2023-12-09T01:42:59.735 DEBUG:teuthology.orchestra.run.smithi067:> dpkg -s linux-image-generic 2023-12-09T01:42:59.756 INFO:teuthology.orchestra.run.smithi067.stdout:Package: linux-image-generic 2023-12-09T01:42:59.756 INFO:teuthology.orchestra.run.smithi067.stdout:Status: install ok installed 2023-12-09T01:42:59.757 INFO:teuthology.orchestra.run.smithi067.stdout:Priority: optional 2023-12-09T01:42:59.757 INFO:teuthology.orchestra.run.smithi067.stdout:Section: kernel 2023-12-09T01:42:59.757 INFO:teuthology.orchestra.run.smithi067.stdout:Installed-Size: 20 2023-12-09T01:42:59.757 INFO:teuthology.orchestra.run.smithi067.stdout:Maintainer: Ubuntu Kernel Team 2023-12-09T01:42:59.757 INFO:teuthology.orchestra.run.smithi067.stdout:Architecture: amd64 2023-12-09T01:42:59.757 INFO:teuthology.orchestra.run.smithi067.stdout:Source: linux-meta 2023-12-09T01:42:59.757 INFO:teuthology.orchestra.run.smithi067.stdout:Version: 5.4.0.169.167 2023-12-09T01:42:59.757 INFO:teuthology.orchestra.run.smithi067.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-09T01:42:59.757 INFO:teuthology.orchestra.run.smithi067.stdout:Depends: linux-image-5.4.0-169-generic, linux-modules-extra-5.4.0-169-generic, linux-firmware, intel-microcode, amd64-microcode 2023-12-09T01:42:59.757 INFO:teuthology.orchestra.run.smithi067.stdout:Recommends: thermald 2023-12-09T01:42:59.757 INFO:teuthology.orchestra.run.smithi067.stdout:Description: Generic Linux kernel image 2023-12-09T01:42:59.757 INFO:teuthology.orchestra.run.smithi067.stdout: This package will always depend on the latest generic kernel image 2023-12-09T01:42:59.757 INFO:teuthology.orchestra.run.smithi067.stdout: available. 2023-12-09T01:42:59.758 DEBUG:teuthology.orchestra.run.smithi067:> mktemp 2023-12-09T01:42:59.762 INFO:teuthology.orchestra.run.smithi067.stdout:/tmp/tmp.GAl3TODUGq 2023-12-09T01:42:59.763 DEBUG:teuthology.orchestra.run.smithi067:> sudo cp /boot/grub/grub.cfg /tmp/tmp.GAl3TODUGq 2023-12-09T01:42:59.824 DEBUG:teuthology.orchestra.run.smithi067:> sudo chmod 0666 /tmp/tmp.GAl3TODUGq 2023-12-09T01:42:59.860 DEBUG:teuthology.orchestra.remote:smithi067:/tmp/tmp.GAl3TODUGq is 9KB 2023-12-09T01:42:59.874 DEBUG:teuthology.orchestra.run.smithi067:> rm -fr /tmp/tmp.GAl3TODUGq 2023-12-09T01:42:59.880 DEBUG:teuthology.orchestra.run.smithi067:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2023-12-09T01:42:59.933 DEBUG:teuthology.orchestra.run.smithi067:> set -ex 2023-12-09T01:42:59.934 DEBUG:teuthology.orchestra.run.smithi067:> sudo dd of=/etc/grub.d/01_ceph_kernel 2023-12-09T01:42:59.934 DEBUG:teuthology.orchestra.run.smithi067:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2023-12-09T01:42:59.966 INFO:teuthology.task.kernel:Distro Kernel Version: 5.4.0-169-generic 2023-12-09T01:42:59.966 DEBUG:teuthology.orchestra.run.smithi067:> sudo update-grub 2023-12-09T01:43:01.338 INFO:teuthology.orchestra.run.smithi067.stderr:Sourcing file `/etc/default/grub' 2023-12-09T01:43:01.348 INFO:teuthology.orchestra.run.smithi067.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2023-12-09T01:43:01.360 INFO:teuthology.orchestra.run.smithi067.stderr:Generating grub configuration file ... 2023-12-09T01:43:01.779 INFO:teuthology.orchestra.run.smithi067.stderr:Found linux image: /boot/vmlinuz-5.4.0-169-generic 2023-12-09T01:43:01.791 INFO:teuthology.orchestra.run.smithi067.stderr:Found initrd image: /boot/initrd.img-5.4.0-169-generic 2023-12-09T01:43:02.174 INFO:teuthology.orchestra.run.smithi067.stderr:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2023-12-09T01:43:02.185 INFO:teuthology.orchestra.run.smithi067.stderr:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2023-12-09T01:43:03.587 INFO:teuthology.orchestra.run.smithi067.stderr:done 2023-12-09T01:43:03.589 DEBUG:teuthology.orchestra.run.smithi067:> sudo shutdown -r now 2023-12-09T01:43:29.202 INFO:teuthology.task.kernel:Checking client mon.b for new kernel version... 2023-12-09T01:43:29.203 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi125.front.sepia.ceph.com' 2023-12-09T01:43:29.204 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi125.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-09T01:43:33.595 INFO:teuthology.task.kernel:Checking client mon.a for new kernel version... 2023-12-09T01:43:33.595 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi067.front.sepia.ceph.com' 2023-12-09T01:43:33.595 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi067.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-09T01:43:47.554 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.125 2023-12-09T01:43:52.162 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.67 2023-12-09T01:43:56.559 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi125.front.sepia.ceph.com' 2023-12-09T01:43:56.560 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi125.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-09T01:43:59.618 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.125 2023-12-09T01:44:01.165 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi067.front.sepia.ceph.com' 2023-12-09T01:44:01.166 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi067.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-09T01:44:04.226 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.67 2023-12-09T01:44:11.626 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi125.front.sepia.ceph.com' 2023-12-09T01:44:11.627 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi125.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-09T01:44:16.230 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi067.front.sepia.ceph.com' 2023-12-09T01:44:16.231 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi067.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-09T01:44:43.315 DEBUG:teuthology.orchestra.run.smithi125:> true 2023-12-09T01:44:43.880 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi125.front.sepia.ceph.com' 2023-12-09T01:44:43.881 INFO:teuthology.task.kernel:Checking kernel version of mon.b, want "5.4.0-169-generic"... 2023-12-09T01:44:43.881 DEBUG:teuthology.orchestra.run.smithi125:> uname -r 2023-12-09T01:44:43.887 INFO:teuthology.orchestra.run.smithi125.stdout:5.4.0-169-generic 2023-12-09T01:44:43.887 DEBUG:teuthology.task.kernel:current kernel version is 5.4.0-169-generic vs 5.4.0-169-generic 2023-12-09T01:44:43.887 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-12-09T01:44:43.887 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2023-12-09T01:44:44.889 INFO:teuthology.task.kernel:Enabling kdb on mon.b... 2023-12-09T01:44:44.889 DEBUG:teuthology.orchestra.run.smithi125:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-09T01:44:44.982 INFO:teuthology.orchestra.run.smithi125.stdout:ttyS1 2023-12-09T01:44:45.013 DEBUG:teuthology.parallel:result is None 2023-12-09T01:44:47.718 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.67 2023-12-09T01:45:02.720 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi067.front.sepia.ceph.com' 2023-12-09T01:45:02.721 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi067.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-09T01:45:02.847 DEBUG:teuthology.orchestra.run.smithi067:> true 2023-12-09T01:45:03.454 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi067.front.sepia.ceph.com' 2023-12-09T01:45:03.454 INFO:teuthology.task.kernel:Checking kernel version of mon.a, want "5.4.0-169-generic"... 2023-12-09T01:45:03.454 DEBUG:teuthology.orchestra.run.smithi067:> uname -r 2023-12-09T01:45:03.461 INFO:teuthology.orchestra.run.smithi067.stdout:5.4.0-169-generic 2023-12-09T01:45:03.461 DEBUG:teuthology.task.kernel:current kernel version is 5.4.0-169-generic vs 5.4.0-169-generic 2023-12-09T01:45:03.461 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-12-09T01:45:03.461 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2023-12-09T01:45:04.462 INFO:teuthology.task.kernel:Enabling kdb on mon.a... 2023-12-09T01:45:04.462 DEBUG:teuthology.orchestra.run.smithi067:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-09T01:45:04.543 INFO:teuthology.orchestra.run.smithi067.stdout:ttyS1 2023-12-09T01:45:04.560 DEBUG:teuthology.parallel:result is None 2023-12-09T01:45:04.560 INFO:teuthology.run_tasks:Running task internal.base... 2023-12-09T01:45:04.567 INFO:teuthology.task.internal:Creating test directory... 2023-12-09T01:45:04.567 DEBUG:teuthology.orchestra.run.smithi067:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-09T01:45:04.570 DEBUG:teuthology.orchestra.run.smithi125:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-09T01:45:04.577 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-12-09T01:45:04.609 INFO:teuthology.run_tasks:Running task internal.archive... 2023-12-09T01:45:04.664 INFO:teuthology.task.internal:Creating archive directory... 2023-12-09T01:45:04.664 DEBUG:teuthology.orchestra.run.smithi067:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-09T01:45:04.666 DEBUG:teuthology.orchestra.run.smithi125:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-09T01:45:04.812 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-12-09T01:45:04.818 INFO:teuthology.task.internal:Enabling coredump saving... 2023-12-09T01:45:04.819 DEBUG:teuthology.orchestra.run.smithi067:> 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-09T01:45:04.821 DEBUG:teuthology.orchestra.run.smithi125:> 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-09T01:45:04.836 INFO:teuthology.orchestra.run.smithi067.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-09T01:45:04.848 INFO:teuthology.orchestra.run.smithi067.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-09T01:45:04.850 INFO:teuthology.orchestra.run.smithi125.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-09T01:45:04.861 INFO:teuthology.orchestra.run.smithi125.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-09T01:45:04.863 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-12-09T01:45:04.870 INFO:teuthology.task.internal:Configuring sudo... 2023-12-09T01:45:04.870 DEBUG:teuthology.orchestra.run.smithi067:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-09T01:45:04.872 DEBUG:teuthology.orchestra.run.smithi125:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-09T01:45:04.923 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-12-09T01:45:04.932 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-12-09T01:45:04.932 DEBUG:teuthology.orchestra.run.smithi067:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-09T01:45:04.934 DEBUG:teuthology.orchestra.run.smithi125:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-09T01:45:04.940 DEBUG:teuthology.orchestra.run.smithi067:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-09T01:45:04.947 DEBUG:teuthology.orchestra.run.smithi067:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-09T01:45:04.952 DEBUG:teuthology.orchestra.run.smithi067:> set -ex 2023-12-09T01:45:04.953 DEBUG:teuthology.orchestra.run.smithi067:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-09T01:45:05.016 DEBUG:teuthology.orchestra.run.smithi125:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-09T01:45:05.023 DEBUG:teuthology.orchestra.run.smithi125:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-09T01:45:05.073 DEBUG:teuthology.orchestra.run.smithi125:> set -ex 2023-12-09T01:45:05.073 DEBUG:teuthology.orchestra.run.smithi125:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-09T01:45:05.094 DEBUG:teuthology.orchestra.run.smithi067:> sudo service rsyslog restart 2023-12-09T01:45:05.099 DEBUG:teuthology.orchestra.run.smithi125:> sudo service rsyslog restart 2023-12-09T01:45:05.150 INFO:teuthology.run_tasks:Running task internal.timer... 2023-12-09T01:45:05.157 INFO:teuthology.task.internal:Starting timer... 2023-12-09T01:45:05.157 INFO:teuthology.run_tasks:Running task pcp... 2023-12-09T01:45:05.224 INFO:teuthology.run_tasks:Running task selinux... 2023-12-09T01:45:05.288 DEBUG:teuthology.task.selinux:Excluding smithi067: OS 'ubuntu' does not support SELinux 2023-12-09T01:45:05.288 DEBUG:teuthology.task.selinux:Excluding smithi125: OS 'ubuntu' does not support SELinux 2023-12-09T01:45:05.288 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-12-09T01:45:05.288 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2023-12-09T01:45:05.288 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-12-09T01:45:05.288 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-12-09T01:45:05.327 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-09T01:45:05.327 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-12-09T01:45:05.345 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-09T01:45:05.346 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi067.front.sepia.ceph.com,smithi125.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-12-09T01:51:03.750 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi067.front.sepia.ceph.com'), Remote(name='ubuntu@smithi125.front.sepia.ceph.com')] 2023-12-09T01:51:03.751 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi067.front.sepia.ceph.com' 2023-12-09T01:51:03.752 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi067.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-09T01:51:03.801 DEBUG:teuthology.orchestra.run.smithi067:> true 2023-12-09T01:51:03.935 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi067.front.sepia.ceph.com' 2023-12-09T01:51:03.936 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi125.front.sepia.ceph.com' 2023-12-09T01:51:03.936 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi125.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-09T01:51:03.986 DEBUG:teuthology.orchestra.run.smithi125:> true 2023-12-09T01:51:04.108 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi125.front.sepia.ceph.com' 2023-12-09T01:51:04.108 INFO:teuthology.run_tasks:Running task clock... 2023-12-09T01:51:04.119 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2023-12-09T01:51:04.119 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-09T01:51:04.119 DEBUG:teuthology.orchestra.run.smithi067:> 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-09T01:51:04.122 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-09T01:51:04.122 DEBUG:teuthology.orchestra.run.smithi125:> 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-09T01:51:04.154 INFO:teuthology.orchestra.run.smithi067.stdout: 9 Dec 01:51:04 ntpd[23623]: ntpd 4.2.8p12@1.3728-o (1): Starting 2023-12-09T01:51:04.154 INFO:teuthology.orchestra.run.smithi067.stdout: 9 Dec 01:51:04 ntpd[23623]: Command line: ntpd -gq 2023-12-09T01:51:04.155 INFO:teuthology.orchestra.run.smithi125.stdout: 9 Dec 01:51:04 ntpd[23606]: ntpd 4.2.8p12@1.3728-o (1): Starting 2023-12-09T01:51:04.155 INFO:teuthology.orchestra.run.smithi125.stdout: 9 Dec 01:51:04 ntpd[23606]: Command line: ntpd -gq 2023-12-09T01:51:04.155 INFO:teuthology.orchestra.run.smithi067.stdout: 9 Dec 01:51:04 ntpd[23623]: proto: precision = 0.096 usec (-23) 2023-12-09T01:51:04.155 INFO:teuthology.orchestra.run.smithi067.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2023-12-09T01:51:04.156 INFO:teuthology.orchestra.run.smithi067.stdout: 9 Dec 01:51:04 ntpd[23623]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2023-12-09T01:51:04.156 INFO:teuthology.orchestra.run.smithi067.stderr:restrict ::: KOD does nothing without LIMITED. 2023-12-09T01:51:04.157 INFO:teuthology.orchestra.run.smithi067.stdout: 9 Dec 01:51:04 ntpd[23623]: restrict ::: KOD does nothing without LIMITED. 2023-12-09T01:51:04.157 INFO:teuthology.orchestra.run.smithi067.stdout: 9 Dec 01:51:04 ntpd[23623]: Listen and drop on 0 v6wildcard [::]:123 2023-12-09T01:51:04.157 INFO:teuthology.orchestra.run.smithi067.stdout: 9 Dec 01:51:04 ntpd[23623]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2023-12-09T01:51:04.157 INFO:teuthology.orchestra.run.smithi067.stdout: 9 Dec 01:51:04 ntpd[23623]: Listen normally on 2 lo 127.0.0.1:123 2023-12-09T01:51:04.157 INFO:teuthology.orchestra.run.smithi067.stdout: 9 Dec 01:51:04 ntpd[23623]: Listen normally on 3 enp3s0f1 172.21.15.67:123 2023-12-09T01:51:04.157 INFO:teuthology.orchestra.run.smithi067.stdout: 9 Dec 01:51:04 ntpd[23623]: Listen normally on 4 lo [::1]:123 2023-12-09T01:51:04.157 INFO:teuthology.orchestra.run.smithi067.stdout: 9 Dec 01:51:04 ntpd[23623]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:feb6:fc0b%5]:123 2023-12-09T01:51:04.157 INFO:teuthology.orchestra.run.smithi067.stdout: 9 Dec 01:51:04 ntpd[23623]: Listening on routing socket on fd #22 for interface updates 2023-12-09T01:51:04.158 INFO:teuthology.orchestra.run.smithi125.stdout: 9 Dec 01:51:04 ntpd[23606]: proto: precision = 0.117 usec (-23) 2023-12-09T01:51:04.158 INFO:teuthology.orchestra.run.smithi125.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2023-12-09T01:51:04.158 INFO:teuthology.orchestra.run.smithi125.stdout: 9 Dec 01:51:04 ntpd[23606]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2023-12-09T01:51:04.159 INFO:teuthology.orchestra.run.smithi125.stderr:restrict ::: KOD does nothing without LIMITED. 2023-12-09T01:51:04.160 INFO:teuthology.orchestra.run.smithi125.stdout: 9 Dec 01:51:04 ntpd[23606]: restrict ::: KOD does nothing without LIMITED. 2023-12-09T01:51:04.160 INFO:teuthology.orchestra.run.smithi125.stdout: 9 Dec 01:51:04 ntpd[23606]: Listen and drop on 0 v6wildcard [::]:123 2023-12-09T01:51:04.160 INFO:teuthology.orchestra.run.smithi125.stdout: 9 Dec 01:51:04 ntpd[23606]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2023-12-09T01:51:04.160 INFO:teuthology.orchestra.run.smithi125.stdout: 9 Dec 01:51:04 ntpd[23606]: Listen normally on 2 lo 127.0.0.1:123 2023-12-09T01:51:04.160 INFO:teuthology.orchestra.run.smithi125.stdout: 9 Dec 01:51:04 ntpd[23606]: Listen normally on 3 enp3s0f1 172.21.15.125:123 2023-12-09T01:51:04.160 INFO:teuthology.orchestra.run.smithi125.stdout: 9 Dec 01:51:04 ntpd[23606]: Listen normally on 4 lo [::1]:123 2023-12-09T01:51:04.160 INFO:teuthology.orchestra.run.smithi125.stdout: 9 Dec 01:51:04 ntpd[23606]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe8f:d739%5]:123 2023-12-09T01:51:04.160 INFO:teuthology.orchestra.run.smithi125.stdout: 9 Dec 01:51:04 ntpd[23606]: Listening on routing socket on fd #22 for interface updates 2023-12-09T01:51:05.158 INFO:teuthology.orchestra.run.smithi067.stderr: 9 Dec 01:51:05 ntpd[23623]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-09T01:51:05.159 INFO:teuthology.orchestra.run.smithi067.stderr: 9 Dec 01:51:05 ntpd[23623]: can't open /var/log/ntpstats/rawstats.20231209: Permission denied 2023-12-09T01:51:05.159 INFO:teuthology.orchestra.run.smithi067.stderr: 9 Dec 01:51:05 ntpd[23623]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-09T01:51:05.159 INFO:teuthology.orchestra.run.smithi067.stderr: 9 Dec 01:51:05 ntpd[23623]: can't open /var/log/ntpstats/rawstats.20231209: Permission denied 2023-12-09T01:51:05.159 INFO:teuthology.orchestra.run.smithi067.stderr: 9 Dec 01:51:05 ntpd[23623]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-09T01:51:05.159 INFO:teuthology.orchestra.run.smithi067.stderr: 9 Dec 01:51:05 ntpd[23623]: can't open /var/log/ntpstats/rawstats.20231209: Permission denied 2023-12-09T01:51:05.159 INFO:teuthology.orchestra.run.smithi067.stderr: 9 Dec 01:51:05 ntpd[23623]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-09T01:51:05.159 INFO:teuthology.orchestra.run.smithi067.stderr: 9 Dec 01:51:05 ntpd[23623]: can't open /var/log/ntpstats/peerstats.20231209: Permission denied 2023-12-09T01:51:05.159 INFO:teuthology.orchestra.run.smithi067.stderr: 9 Dec 01:51:05 ntpd[23623]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-09T01:51:05.159 INFO:teuthology.orchestra.run.smithi067.stderr: 9 Dec 01:51:05 ntpd[23623]: can't open /var/log/ntpstats/rawstats.20231209: Permission denied 2023-12-09T01:51:05.159 INFO:teuthology.orchestra.run.smithi067.stderr: 9 Dec 01:51:05 ntpd[23623]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-09T01:51:05.159 INFO:teuthology.orchestra.run.smithi067.stderr: 9 Dec 01:51:05 ntpd[23623]: can't open /var/log/ntpstats/peerstats.20231209: Permission denied 2023-12-09T01:51:05.161 INFO:teuthology.orchestra.run.smithi125.stderr: 9 Dec 01:51:05 ntpd[23606]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-09T01:51:05.161 INFO:teuthology.orchestra.run.smithi125.stderr: 9 Dec 01:51:05 ntpd[23606]: can't open /var/log/ntpstats/rawstats.20231209: Permission denied 2023-12-09T01:51:05.161 INFO:teuthology.orchestra.run.smithi125.stderr: 9 Dec 01:51:05 ntpd[23606]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-09T01:51:05.161 INFO:teuthology.orchestra.run.smithi125.stderr: 9 Dec 01:51:05 ntpd[23606]: can't open /var/log/ntpstats/rawstats.20231209: Permission denied 2023-12-09T01:51:05.161 INFO:teuthology.orchestra.run.smithi125.stderr: 9 Dec 01:51:05 ntpd[23606]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-09T01:51:05.161 INFO:teuthology.orchestra.run.smithi125.stderr: 9 Dec 01:51:05 ntpd[23606]: can't open /var/log/ntpstats/rawstats.20231209: Permission denied 2023-12-09T01:51:05.161 INFO:teuthology.orchestra.run.smithi125.stderr: 9 Dec 01:51:05 ntpd[23606]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-09T01:51:05.161 INFO:teuthology.orchestra.run.smithi125.stderr: 9 Dec 01:51:05 ntpd[23606]: can't open /var/log/ntpstats/rawstats.20231209: Permission denied 2023-12-09T01:51:05.161 INFO:teuthology.orchestra.run.smithi125.stderr: 9 Dec 01:51:05 ntpd[23606]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-09T01:51:05.162 INFO:teuthology.orchestra.run.smithi125.stderr: 9 Dec 01:51:05 ntpd[23606]: can't open /var/log/ntpstats/peerstats.20231209: Permission denied 2023-12-09T01:51:05.162 INFO:teuthology.orchestra.run.smithi125.stderr: 9 Dec 01:51:05 ntpd[23606]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-09T01:51:05.162 INFO:teuthology.orchestra.run.smithi125.stderr: 9 Dec 01:51:05 ntpd[23606]: can't open /var/log/ntpstats/rawstats.20231209: Permission denied 2023-12-09T01:51:05.162 INFO:teuthology.orchestra.run.smithi125.stderr: 9 Dec 01:51:05 ntpd[23606]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-09T01:51:05.162 INFO:teuthology.orchestra.run.smithi125.stderr: 9 Dec 01:51:05 ntpd[23606]: can't open /var/log/ntpstats/peerstats.20231209: Permission denied 2023-12-09T01:51:05.162 INFO:teuthology.orchestra.run.smithi125.stderr: 9 Dec 01:51:05 ntpd[23606]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-09T01:51:05.162 INFO:teuthology.orchestra.run.smithi125.stderr: 9 Dec 01:51:05 ntpd[23606]: can't open /var/log/ntpstats/rawstats.20231209: Permission denied 2023-12-09T01:51:05.162 INFO:teuthology.orchestra.run.smithi125.stderr: 9 Dec 01:51:05 ntpd[23606]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-09T01:51:05.162 INFO:teuthology.orchestra.run.smithi125.stderr: 9 Dec 01:51:05 ntpd[23606]: can't open /var/log/ntpstats/peerstats.20231209: Permission denied 2023-12-09T01:51:06.155 INFO:teuthology.orchestra.run.smithi067.stderr: 9 Dec 01:51:06 ntpd[23623]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-09T01:51:06.155 INFO:teuthology.orchestra.run.smithi067.stderr: 9 Dec 01:51:06 ntpd[23623]: can't open /var/log/ntpstats/rawstats.20231209: Permission denied 2023-12-09T01:51:06.155 INFO:teuthology.orchestra.run.smithi067.stderr: 9 Dec 01:51:06 ntpd[23623]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-09T01:51:06.155 INFO:teuthology.orchestra.run.smithi067.stderr: 9 Dec 01:51:06 ntpd[23623]: can't open /var/log/ntpstats/rawstats.20231209: Permission denied 2023-12-09T01:51:06.155 INFO:teuthology.orchestra.run.smithi067.stderr: 9 Dec 01:51:06 ntpd[23623]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-09T01:51:06.155 INFO:teuthology.orchestra.run.smithi067.stderr: 9 Dec 01:51:06 ntpd[23623]: can't open /var/log/ntpstats/peerstats.20231209: Permission denied 2023-12-09T01:51:06.156 INFO:teuthology.orchestra.run.smithi125.stderr: 9 Dec 01:51:06 ntpd[23606]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-09T01:51:06.156 INFO:teuthology.orchestra.run.smithi125.stderr: 9 Dec 01:51:06 ntpd[23606]: can't open /var/log/ntpstats/rawstats.20231209: Permission denied 2023-12-09T01:51:07.156 INFO:teuthology.orchestra.run.smithi067.stderr: 9 Dec 01:51:07 ntpd[23623]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-09T01:51:07.156 INFO:teuthology.orchestra.run.smithi067.stderr: 9 Dec 01:51:07 ntpd[23623]: can't open /var/log/ntpstats/rawstats.20231209: Permission denied 2023-12-09T01:51:07.156 INFO:teuthology.orchestra.run.smithi067.stderr: 9 Dec 01:51:07 ntpd[23623]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-09T01:51:07.156 INFO:teuthology.orchestra.run.smithi067.stderr: 9 Dec 01:51:07 ntpd[23623]: can't open /var/log/ntpstats/rawstats.20231209: Permission denied 2023-12-09T01:51:07.156 INFO:teuthology.orchestra.run.smithi067.stderr: 9 Dec 01:51:07 ntpd[23623]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-09T01:51:07.156 INFO:teuthology.orchestra.run.smithi067.stderr: 9 Dec 01:51:07 ntpd[23623]: can't open /var/log/ntpstats/rawstats.20231209: Permission denied 2023-12-09T01:51:07.156 INFO:teuthology.orchestra.run.smithi067.stderr: 9 Dec 01:51:07 ntpd[23623]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-09T01:51:07.156 INFO:teuthology.orchestra.run.smithi067.stderr: 9 Dec 01:51:07 ntpd[23623]: can't open /var/log/ntpstats/rawstats.20231209: Permission denied 2023-12-09T01:51:07.156 INFO:teuthology.orchestra.run.smithi067.stderr: 9 Dec 01:51:07 ntpd[23623]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-09T01:51:07.156 INFO:teuthology.orchestra.run.smithi067.stderr: 9 Dec 01:51:07 ntpd[23623]: can't open /var/log/ntpstats/peerstats.20231209: Permission denied 2023-12-09T01:51:07.156 INFO:teuthology.orchestra.run.smithi067.stderr: 9 Dec 01:51:07 ntpd[23623]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-09T01:51:07.156 INFO:teuthology.orchestra.run.smithi067.stderr: 9 Dec 01:51:07 ntpd[23623]: can't open /var/log/ntpstats/rawstats.20231209: Permission denied 2023-12-09T01:51:07.156 INFO:teuthology.orchestra.run.smithi067.stderr: 9 Dec 01:51:07 ntpd[23623]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-09T01:51:07.157 INFO:teuthology.orchestra.run.smithi067.stderr: 9 Dec 01:51:07 ntpd[23623]: can't open /var/log/ntpstats/peerstats.20231209: Permission denied 2023-12-09T01:51:07.158 INFO:teuthology.orchestra.run.smithi125.stderr: 9 Dec 01:51:07 ntpd[23606]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-09T01:51:07.158 INFO:teuthology.orchestra.run.smithi125.stderr: 9 Dec 01:51:07 ntpd[23606]: can't open /var/log/ntpstats/rawstats.20231209: Permission denied 2023-12-09T01:51:07.158 INFO:teuthology.orchestra.run.smithi125.stderr: 9 Dec 01:51:07 ntpd[23606]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-09T01:51:07.159 INFO:teuthology.orchestra.run.smithi125.stderr: 9 Dec 01:51:07 ntpd[23606]: can't open /var/log/ntpstats/rawstats.20231209: Permission denied 2023-12-09T01:51:07.159 INFO:teuthology.orchestra.run.smithi125.stderr: 9 Dec 01:51:07 ntpd[23606]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-09T01:51:07.159 INFO:teuthology.orchestra.run.smithi125.stderr: 9 Dec 01:51:07 ntpd[23606]: can't open /var/log/ntpstats/rawstats.20231209: Permission denied 2023-12-09T01:51:07.159 INFO:teuthology.orchestra.run.smithi125.stderr: 9 Dec 01:51:07 ntpd[23606]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-09T01:51:07.159 INFO:teuthology.orchestra.run.smithi125.stderr: 9 Dec 01:51:07 ntpd[23606]: can't open /var/log/ntpstats/rawstats.20231209: Permission denied 2023-12-09T01:51:07.159 INFO:teuthology.orchestra.run.smithi125.stderr: 9 Dec 01:51:07 ntpd[23606]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-09T01:51:07.159 INFO:teuthology.orchestra.run.smithi125.stderr: 9 Dec 01:51:07 ntpd[23606]: can't open /var/log/ntpstats/peerstats.20231209: Permission denied 2023-12-09T01:51:07.159 INFO:teuthology.orchestra.run.smithi125.stderr: 9 Dec 01:51:07 ntpd[23606]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-09T01:51:07.159 INFO:teuthology.orchestra.run.smithi125.stderr: 9 Dec 01:51:07 ntpd[23606]: can't open /var/log/ntpstats/rawstats.20231209: Permission denied 2023-12-09T01:51:07.159 INFO:teuthology.orchestra.run.smithi125.stderr: 9 Dec 01:51:07 ntpd[23606]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-09T01:51:07.159 INFO:teuthology.orchestra.run.smithi125.stderr: 9 Dec 01:51:07 ntpd[23606]: can't open /var/log/ntpstats/peerstats.20231209: Permission denied 2023-12-09T01:51:07.159 INFO:teuthology.orchestra.run.smithi125.stderr: 9 Dec 01:51:07 ntpd[23606]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-09T01:51:07.159 INFO:teuthology.orchestra.run.smithi125.stderr: 9 Dec 01:51:07 ntpd[23606]: can't open /var/log/ntpstats/rawstats.20231209: Permission denied 2023-12-09T01:51:07.159 INFO:teuthology.orchestra.run.smithi125.stderr: 9 Dec 01:51:07 ntpd[23606]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-09T01:51:07.159 INFO:teuthology.orchestra.run.smithi125.stderr: 9 Dec 01:51:07 ntpd[23606]: can't open /var/log/ntpstats/peerstats.20231209: Permission denied 2023-12-09T01:51:08.155 INFO:teuthology.orchestra.run.smithi067.stderr: 9 Dec 01:51:08 ntpd[23623]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-09T01:51:08.155 INFO:teuthology.orchestra.run.smithi067.stderr: 9 Dec 01:51:08 ntpd[23623]: can't open /var/log/ntpstats/rawstats.20231209: Permission denied 2023-12-09T01:51:08.155 INFO:teuthology.orchestra.run.smithi067.stderr: 9 Dec 01:51:08 ntpd[23623]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-09T01:51:08.155 INFO:teuthology.orchestra.run.smithi067.stderr: 9 Dec 01:51:08 ntpd[23623]: can't open /var/log/ntpstats/rawstats.20231209: Permission denied 2023-12-09T01:51:08.155 INFO:teuthology.orchestra.run.smithi067.stderr: 9 Dec 01:51:08 ntpd[23623]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-09T01:51:08.155 INFO:teuthology.orchestra.run.smithi067.stderr: 9 Dec 01:51:08 ntpd[23623]: can't open /var/log/ntpstats/peerstats.20231209: Permission denied 2023-12-09T01:51:09.155 INFO:teuthology.orchestra.run.smithi067.stderr: 9 Dec 01:51:09 ntpd[23623]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-09T01:51:09.155 INFO:teuthology.orchestra.run.smithi067.stderr: 9 Dec 01:51:09 ntpd[23623]: can't open /var/log/ntpstats/rawstats.20231209: Permission denied 2023-12-09T01:51:09.156 INFO:teuthology.orchestra.run.smithi067.stderr: 9 Dec 01:51:09 ntpd[23623]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-09T01:51:09.156 INFO:teuthology.orchestra.run.smithi067.stderr: 9 Dec 01:51:09 ntpd[23623]: can't open /var/log/ntpstats/rawstats.20231209: Permission denied 2023-12-09T01:51:09.156 INFO:teuthology.orchestra.run.smithi067.stderr: 9 Dec 01:51:09 ntpd[23623]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-09T01:51:09.156 INFO:teuthology.orchestra.run.smithi067.stderr: 9 Dec 01:51:09 ntpd[23623]: can't open /var/log/ntpstats/rawstats.20231209: Permission denied 2023-12-09T01:51:09.156 INFO:teuthology.orchestra.run.smithi067.stderr: 9 Dec 01:51:09 ntpd[23623]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-09T01:51:09.156 INFO:teuthology.orchestra.run.smithi067.stderr: 9 Dec 01:51:09 ntpd[23623]: can't open /var/log/ntpstats/peerstats.20231209: Permission denied 2023-12-09T01:51:09.156 INFO:teuthology.orchestra.run.smithi067.stderr: 9 Dec 01:51:09 ntpd[23623]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-09T01:51:09.156 INFO:teuthology.orchestra.run.smithi067.stderr: 9 Dec 01:51:09 ntpd[23623]: can't open /var/log/ntpstats/rawstats.20231209: Permission denied 2023-12-09T01:51:09.156 INFO:teuthology.orchestra.run.smithi067.stderr: 9 Dec 01:51:09 ntpd[23623]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-09T01:51:09.156 INFO:teuthology.orchestra.run.smithi067.stderr: 9 Dec 01:51:09 ntpd[23623]: can't open /var/log/ntpstats/peerstats.20231209: Permission denied 2023-12-09T01:51:09.158 INFO:teuthology.orchestra.run.smithi125.stderr: 9 Dec 01:51:09 ntpd[23606]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-09T01:51:09.158 INFO:teuthology.orchestra.run.smithi125.stderr: 9 Dec 01:51:09 ntpd[23606]: can't open /var/log/ntpstats/rawstats.20231209: Permission denied 2023-12-09T01:51:09.158 INFO:teuthology.orchestra.run.smithi125.stderr: 9 Dec 01:51:09 ntpd[23606]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-09T01:51:09.158 INFO:teuthology.orchestra.run.smithi125.stderr: 9 Dec 01:51:09 ntpd[23606]: can't open /var/log/ntpstats/rawstats.20231209: Permission denied 2023-12-09T01:51:09.158 INFO:teuthology.orchestra.run.smithi125.stderr: 9 Dec 01:51:09 ntpd[23606]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-09T01:51:09.158 INFO:teuthology.orchestra.run.smithi125.stderr: 9 Dec 01:51:09 ntpd[23606]: can't open /var/log/ntpstats/rawstats.20231209: Permission denied 2023-12-09T01:51:09.158 INFO:teuthology.orchestra.run.smithi125.stderr: 9 Dec 01:51:09 ntpd[23606]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-09T01:51:09.158 INFO:teuthology.orchestra.run.smithi125.stderr: 9 Dec 01:51:09 ntpd[23606]: can't open /var/log/ntpstats/rawstats.20231209: Permission denied 2023-12-09T01:51:09.158 INFO:teuthology.orchestra.run.smithi125.stderr: 9 Dec 01:51:09 ntpd[23606]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-09T01:51:09.159 INFO:teuthology.orchestra.run.smithi125.stderr: 9 Dec 01:51:09 ntpd[23606]: can't open /var/log/ntpstats/peerstats.20231209: Permission denied 2023-12-09T01:51:09.159 INFO:teuthology.orchestra.run.smithi125.stderr: 9 Dec 01:51:09 ntpd[23606]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-09T01:51:09.159 INFO:teuthology.orchestra.run.smithi125.stderr: 9 Dec 01:51:09 ntpd[23606]: can't open /var/log/ntpstats/rawstats.20231209: Permission denied 2023-12-09T01:51:09.159 INFO:teuthology.orchestra.run.smithi125.stderr: 9 Dec 01:51:09 ntpd[23606]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-09T01:51:09.159 INFO:teuthology.orchestra.run.smithi125.stderr: 9 Dec 01:51:09 ntpd[23606]: can't open /var/log/ntpstats/peerstats.20231209: Permission denied 2023-12-09T01:51:09.159 INFO:teuthology.orchestra.run.smithi125.stderr: 9 Dec 01:51:09 ntpd[23606]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-09T01:51:09.159 INFO:teuthology.orchestra.run.smithi125.stderr: 9 Dec 01:51:09 ntpd[23606]: can't open /var/log/ntpstats/rawstats.20231209: Permission denied 2023-12-09T01:51:09.159 INFO:teuthology.orchestra.run.smithi125.stderr: 9 Dec 01:51:09 ntpd[23606]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-09T01:51:09.159 INFO:teuthology.orchestra.run.smithi125.stderr: 9 Dec 01:51:09 ntpd[23606]: can't open /var/log/ntpstats/peerstats.20231209: Permission denied 2023-12-09T01:51:10.155 INFO:teuthology.orchestra.run.smithi067.stderr: 9 Dec 01:51:10 ntpd[23623]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-09T01:51:10.155 INFO:teuthology.orchestra.run.smithi067.stderr: 9 Dec 01:51:10 ntpd[23623]: can't open /var/log/ntpstats/rawstats.20231209: Permission denied 2023-12-09T01:51:10.155 INFO:teuthology.orchestra.run.smithi067.stderr: 9 Dec 01:51:10 ntpd[23623]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-09T01:51:10.155 INFO:teuthology.orchestra.run.smithi067.stderr: 9 Dec 01:51:10 ntpd[23623]: can't open /var/log/ntpstats/rawstats.20231209: Permission denied 2023-12-09T01:51:10.155 INFO:teuthology.orchestra.run.smithi067.stderr: 9 Dec 01:51:10 ntpd[23623]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-09T01:51:10.155 INFO:teuthology.orchestra.run.smithi067.stderr: 9 Dec 01:51:10 ntpd[23623]: can't open /var/log/ntpstats/peerstats.20231209: Permission denied 2023-12-09T01:51:11.155 INFO:teuthology.orchestra.run.smithi067.stderr: 9 Dec 01:51:11 ntpd[23623]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-09T01:51:11.156 INFO:teuthology.orchestra.run.smithi067.stderr: 9 Dec 01:51:11 ntpd[23623]: can't open /var/log/ntpstats/rawstats.20231209: Permission denied 2023-12-09T01:51:11.156 INFO:teuthology.orchestra.run.smithi067.stderr: 9 Dec 01:51:11 ntpd[23623]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-09T01:51:11.156 INFO:teuthology.orchestra.run.smithi067.stderr: 9 Dec 01:51:11 ntpd[23623]: can't open /var/log/ntpstats/rawstats.20231209: Permission denied 2023-12-09T01:51:11.156 INFO:teuthology.orchestra.run.smithi067.stderr: 9 Dec 01:51:11 ntpd[23623]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-09T01:51:11.156 INFO:teuthology.orchestra.run.smithi067.stderr: 9 Dec 01:51:11 ntpd[23623]: can't open /var/log/ntpstats/rawstats.20231209: Permission denied 2023-12-09T01:51:11.156 INFO:teuthology.orchestra.run.smithi067.stderr: 9 Dec 01:51:11 ntpd[23623]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-09T01:51:11.156 INFO:teuthology.orchestra.run.smithi067.stderr: 9 Dec 01:51:11 ntpd[23623]: can't open /var/log/ntpstats/peerstats.20231209: Permission denied 2023-12-09T01:51:11.156 INFO:teuthology.orchestra.run.smithi067.stdout: 9 Dec 01:51:11 ntpd[23623]: ntpd: time slew +0.001424 s 2023-12-09T01:51:11.156 INFO:teuthology.orchestra.run.smithi067.stdout:ntpd: time slew +0.001424s 2023-12-09T01:51:11.157 INFO:teuthology.orchestra.run.smithi067.stderr: 9 Dec 01:51:11 ntpd[23623]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2023-12-09T01:51:11.157 INFO:teuthology.orchestra.run.smithi067.stderr: 9 Dec 01:51:11 ntpd[23623]: can't open /var/log/ntpstats/loopstats.20231209: Permission denied 2023-12-09T01:51:11.158 INFO:teuthology.orchestra.run.smithi125.stderr: 9 Dec 01:51:11 ntpd[23606]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-09T01:51:11.158 INFO:teuthology.orchestra.run.smithi125.stderr: 9 Dec 01:51:11 ntpd[23606]: can't open /var/log/ntpstats/rawstats.20231209: Permission denied 2023-12-09T01:51:11.158 INFO:teuthology.orchestra.run.smithi125.stderr: 9 Dec 01:51:11 ntpd[23606]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-09T01:51:11.158 INFO:teuthology.orchestra.run.smithi125.stderr: 9 Dec 01:51:11 ntpd[23606]: can't open /var/log/ntpstats/rawstats.20231209: Permission denied 2023-12-09T01:51:11.158 INFO:teuthology.orchestra.run.smithi125.stderr: 9 Dec 01:51:11 ntpd[23606]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-09T01:51:11.158 INFO:teuthology.orchestra.run.smithi125.stderr: 9 Dec 01:51:11 ntpd[23606]: can't open /var/log/ntpstats/rawstats.20231209: Permission denied 2023-12-09T01:51:11.158 INFO:teuthology.orchestra.run.smithi125.stderr: 9 Dec 01:51:11 ntpd[23606]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-09T01:51:11.158 INFO:teuthology.orchestra.run.smithi125.stderr: 9 Dec 01:51:11 ntpd[23606]: can't open /var/log/ntpstats/rawstats.20231209: Permission denied 2023-12-09T01:51:11.158 INFO:teuthology.orchestra.run.smithi125.stderr: 9 Dec 01:51:11 ntpd[23606]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-09T01:51:11.159 INFO:teuthology.orchestra.run.smithi125.stderr: 9 Dec 01:51:11 ntpd[23606]: can't open /var/log/ntpstats/peerstats.20231209: Permission denied 2023-12-09T01:51:11.159 INFO:teuthology.orchestra.run.smithi125.stdout: 9 Dec 01:51:11 ntpd[23606]: ntpd: time slew +0.001149 s 2023-12-09T01:51:11.159 INFO:teuthology.orchestra.run.smithi125.stdout:ntpd: time slew +0.001149s 2023-12-09T01:51:11.159 INFO:teuthology.orchestra.run.smithi125.stderr: 9 Dec 01:51:11 ntpd[23606]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2023-12-09T01:51:11.159 INFO:teuthology.orchestra.run.smithi125.stderr: 9 Dec 01:51:11 ntpd[23606]: can't open /var/log/ntpstats/loopstats.20231209: Permission denied 2023-12-09T01:51:11.225 INFO:teuthology.orchestra.run.smithi067.stdout: remote refid st t when poll reach delay offset jitter 2023-12-09T01:51:11.225 INFO:teuthology.orchestra.run.smithi067.stdout:============================================================================== 2023-12-09T01:51:11.225 INFO:teuthology.orchestra.run.smithi067.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-09T01:51:11.225 INFO:teuthology.orchestra.run.smithi067.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-09T01:51:11.225 INFO:teuthology.orchestra.run.smithi067.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-09T01:51:11.226 INFO:teuthology.orchestra.run.smithi067.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-09T01:51:11.235 INFO:teuthology.orchestra.run.smithi125.stdout: remote refid st t when poll reach delay offset jitter 2023-12-09T01:51:11.236 INFO:teuthology.orchestra.run.smithi125.stdout:============================================================================== 2023-12-09T01:51:11.236 INFO:teuthology.orchestra.run.smithi125.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-09T01:51:11.236 INFO:teuthology.orchestra.run.smithi125.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-09T01:51:11.236 INFO:teuthology.orchestra.run.smithi125.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-09T01:51:11.236 INFO:teuthology.orchestra.run.smithi125.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-09T01:51:11.237 INFO:teuthology.run_tasks:Running task cephadm... 2023-12-09T01:51:11.334 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': '9dcc13bb80dcc1cdea72b04d80505b4649a2b882'} 2023-12-09T01:51:11.335 INFO:tasks.cephadm:Cluster image is quay.io/ceph/ceph:v17.2.0 2023-12-09T01:51:11.335 INFO:tasks.cephadm:Cluster fsid is 6db93fb0-9635-11ee-95a3-87774f69a715 2023-12-09T01:51:11.335 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2023-12-09T01:51:11.335 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.67', 'mon.c': '[v2:172.21.15.67:3301,v1:172.21.15.67:6790]', 'mon.b': '172.21.15.125'} 2023-12-09T01:51:11.335 INFO:tasks.cephadm:First mon is mon.a on smithi067 2023-12-09T01:51:11.335 INFO:tasks.cephadm:First mgr is y 2023-12-09T01:51:11.336 INFO:tasks.cephadm:Normalizing hostnames... 2023-12-09T01:51:11.336 DEBUG:teuthology.orchestra.run.smithi067:> sudo hostname $(hostname -s) 2023-12-09T01:51:11.353 DEBUG:teuthology.orchestra.run.smithi125:> sudo hostname $(hostname -s) 2023-12-09T01:51:11.370 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph ref v17.2.0)... 2023-12-09T01:51:11.371 DEBUG:teuthology.orchestra.run.smithi067:> 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-09T01:51:11.762 INFO:teuthology.orchestra.run.smithi067.stdout:-rw-rw-r-- 1 ubuntu ubuntu 320521 Dec 9 01:51 /home/ubuntu/cephtest/cephadm 2023-12-09T01:51:11.762 DEBUG:teuthology.orchestra.run.smithi125:> 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-09T01:51:11.993 INFO:teuthology.orchestra.run.smithi125.stdout:-rw-rw-r-- 1 ubuntu ubuntu 320521 Dec 9 01:51 /home/ubuntu/cephtest/cephadm 2023-12-09T01:51:11.993 DEBUG:teuthology.orchestra.run.smithi067:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-12-09T01:51:12.002 DEBUG:teuthology.orchestra.run.smithi125:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-12-09T01:51:12.023 INFO:tasks.cephadm:Pulling image quay.io/ceph/ceph:v17.2.0 on all hosts... 2023-12-09T01:51:12.023 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 pull 2023-12-09T01:51:12.026 DEBUG:teuthology.orchestra.run.smithi125:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 pull 2023-12-09T01:51:12.280 INFO:teuthology.orchestra.run.smithi125.stderr:Pulling container image quay.io/ceph/ceph:v17.2.0... 2023-12-09T01:51:12.318 INFO:teuthology.orchestra.run.smithi067.stderr:Pulling container image quay.io/ceph/ceph:v17.2.0... 2023-12-09T01:51:56.474 INFO:teuthology.orchestra.run.smithi125.stdout:{ 2023-12-09T01:51:56.475 INFO:teuthology.orchestra.run.smithi125.stdout: "ceph_version": "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)", 2023-12-09T01:51:56.475 INFO:teuthology.orchestra.run.smithi125.stdout: "image_id": "e1d6a67b021eb077ee22bf650f1a9fb1980a2cf5c36bdb9cba9eac6de8f702d9", 2023-12-09T01:51:56.475 INFO:teuthology.orchestra.run.smithi125.stdout: "repo_digests": [ 2023-12-09T01:51:56.475 INFO:teuthology.orchestra.run.smithi125.stdout: "quay.io/ceph/ceph@sha256:12a0a4f43413fd97a14a3d47a3451b2d2df50020835bb93db666209f3f77617a" 2023-12-09T01:51:56.475 INFO:teuthology.orchestra.run.smithi125.stdout: ] 2023-12-09T01:51:56.475 INFO:teuthology.orchestra.run.smithi125.stdout:} 2023-12-09T01:52:01.984 INFO:teuthology.orchestra.run.smithi067.stdout:{ 2023-12-09T01:52:01.984 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph_version": "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)", 2023-12-09T01:52:01.984 INFO:teuthology.orchestra.run.smithi067.stdout: "image_id": "e1d6a67b021eb077ee22bf650f1a9fb1980a2cf5c36bdb9cba9eac6de8f702d9", 2023-12-09T01:52:01.984 INFO:teuthology.orchestra.run.smithi067.stdout: "repo_digests": [ 2023-12-09T01:52:01.984 INFO:teuthology.orchestra.run.smithi067.stdout: "quay.io/ceph/ceph@sha256:12a0a4f43413fd97a14a3d47a3451b2d2df50020835bb93db666209f3f77617a" 2023-12-09T01:52:01.984 INFO:teuthology.orchestra.run.smithi067.stdout: ] 2023-12-09T01:52:01.984 INFO:teuthology.orchestra.run.smithi067.stdout:} 2023-12-09T01:52:02.009 DEBUG:teuthology.orchestra.run.smithi067:> sudo mkdir -p /etc/ceph 2023-12-09T01:52:02.026 DEBUG:teuthology.orchestra.run.smithi125:> sudo mkdir -p /etc/ceph 2023-12-09T01:52:02.044 DEBUG:teuthology.orchestra.run.smithi067:> sudo chmod 777 /etc/ceph 2023-12-09T01:52:02.083 DEBUG:teuthology.orchestra.run.smithi125:> sudo chmod 777 /etc/ceph 2023-12-09T01:52:02.102 INFO:tasks.cephadm:Writing seed config... 2023-12-09T01:52:02.103 INFO:tasks.cephadm: override: [global] mon election default strategy = 3 2023-12-09T01:52:02.104 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2023-12-09T01:52:02.104 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2023-12-09T01:52:02.104 INFO:tasks.cephadm: override: [mgr] mgr/cephadm/use_agent = True 2023-12-09T01:52:02.104 INFO:tasks.cephadm: override: [mon] debug mon = 20 2023-12-09T01:52:02.104 INFO:tasks.cephadm: override: [mon] debug ms = 1 2023-12-09T01:52:02.104 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2023-12-09T01:52:02.104 INFO:tasks.cephadm: override: [osd] debug ms = 1 2023-12-09T01:52:02.104 INFO:tasks.cephadm: override: [osd] debug osd = 20 2023-12-09T01:52:02.105 DEBUG:teuthology.orchestra.run.smithi067:> set -ex 2023-12-09T01:52:02.105 DEBUG:teuthology.orchestra.run.smithi067:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2023-12-09T01:52:02.111 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 = 6db93fb0-9635-11ee-95a3-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-09T01:52:02.112 DEBUG:teuthology.orchestra.run.smithi067:mon.a> sudo journalctl -f -n 0 -u ceph-6db93fb0-9635-11ee-95a3-87774f69a715@mon.a.service 2023-12-09T01:52:02.114 DEBUG:teuthology.orchestra.run.smithi067:mgr.y> sudo journalctl -f -n 0 -u ceph-6db93fb0-9635-11ee-95a3-87774f69a715@mgr.y.service 2023-12-09T01:52:02.157 INFO:tasks.cephadm:Bootstrapping... 2023-12-09T01:52:02.157 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 -v bootstrap --fsid 6db93fb0-9635-11ee-95a3-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.67 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2023-12-09T01:52:02.324 INFO:teuthology.orchestra.run.smithi067.stderr:-------------------------------------------------------------------------------- 2023-12-09T01:52:02.325 INFO:teuthology.orchestra.run.smithi067.stderr:cephadm ['--image', 'quay.io/ceph/ceph:v17.2.0', '-v', 'bootstrap', '--fsid', '6db93fb0-9635-11ee-95a3-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.67', '--skip-admin-label'] 2023-12-09T01:52:02.325 INFO:teuthology.orchestra.run.smithi067.stderr:Verifying podman|docker is present... 2023-12-09T01:52:02.325 INFO:teuthology.orchestra.run.smithi067.stderr:Verifying lvm2 is present... 2023-12-09T01:52:02.325 INFO:teuthology.orchestra.run.smithi067.stderr:Verifying time synchronization is in place... 2023-12-09T01:52:02.332 INFO:teuthology.orchestra.run.smithi067.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2023-12-09T01:52:02.338 INFO:teuthology.orchestra.run.smithi067.stderr:systemctl: inactive 2023-12-09T01:52:02.345 INFO:teuthology.orchestra.run.smithi067.stderr:systemctl: Failed to get unit file state for chronyd.service: No such file or directory 2023-12-09T01:52:02.350 INFO:teuthology.orchestra.run.smithi067.stderr:systemctl: inactive 2023-12-09T01:52:02.357 INFO:teuthology.orchestra.run.smithi067.stderr:systemctl: masked 2023-12-09T01:52:02.363 INFO:teuthology.orchestra.run.smithi067.stderr:systemctl: inactive 2023-12-09T01:52:02.370 INFO:teuthology.orchestra.run.smithi067.stderr:systemctl: Failed to get unit file state for ntpd.service: No such file or directory 2023-12-09T01:52:02.377 INFO:teuthology.orchestra.run.smithi067.stderr:systemctl: inactive 2023-12-09T01:52:02.385 INFO:teuthology.orchestra.run.smithi067.stderr:systemctl: enabled 2023-12-09T01:52:02.392 INFO:teuthology.orchestra.run.smithi067.stderr:systemctl: active 2023-12-09T01:52:02.393 INFO:teuthology.orchestra.run.smithi067.stderr:Unit ntp.service is enabled and running 2023-12-09T01:52:02.393 INFO:teuthology.orchestra.run.smithi067.stderr:Repeating the final host check... 2023-12-09T01:52:02.393 INFO:teuthology.orchestra.run.smithi067.stderr:docker (/usr/bin/docker) is present 2023-12-09T01:52:02.394 INFO:teuthology.orchestra.run.smithi067.stderr:systemctl is present 2023-12-09T01:52:02.394 INFO:teuthology.orchestra.run.smithi067.stderr:lvcreate is present 2023-12-09T01:52:02.399 INFO:teuthology.orchestra.run.smithi067.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2023-12-09T01:52:02.406 INFO:teuthology.orchestra.run.smithi067.stderr:systemctl: inactive 2023-12-09T01:52:02.414 INFO:teuthology.orchestra.run.smithi067.stderr:systemctl: Failed to get unit file state for chronyd.service: No such file or directory 2023-12-09T01:52:02.420 INFO:teuthology.orchestra.run.smithi067.stderr:systemctl: inactive 2023-12-09T01:52:02.425 INFO:teuthology.orchestra.run.smithi067.stderr:systemctl: masked 2023-12-09T01:52:02.432 INFO:teuthology.orchestra.run.smithi067.stderr:systemctl: inactive 2023-12-09T01:52:02.440 INFO:teuthology.orchestra.run.smithi067.stderr:systemctl: Failed to get unit file state for ntpd.service: No such file or directory 2023-12-09T01:52:02.440 INFO:journalctl@ceph.mon.a.smithi067.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-12-09T01:52:02.447 INFO:teuthology.orchestra.run.smithi067.stderr:systemctl: inactive 2023-12-09T01:52:02.454 INFO:teuthology.orchestra.run.smithi067.stderr:systemctl: enabled 2023-12-09T01:52:02.461 INFO:teuthology.orchestra.run.smithi067.stderr:systemctl: active 2023-12-09T01:52:02.462 INFO:teuthology.orchestra.run.smithi067.stderr:Unit ntp.service is enabled and running 2023-12-09T01:52:02.462 INFO:teuthology.orchestra.run.smithi067.stderr:Host looks OK 2023-12-09T01:52:02.463 INFO:teuthology.orchestra.run.smithi067.stderr:Cluster fsid: 6db93fb0-9635-11ee-95a3-87774f69a715 2023-12-09T01:52:02.463 INFO:teuthology.orchestra.run.smithi067.stderr:Acquiring lock 140162902264128 on /run/cephadm/6db93fb0-9635-11ee-95a3-87774f69a715.lock 2023-12-09T01:52:02.463 INFO:teuthology.orchestra.run.smithi067.stderr:Lock 140162902264128 acquired on /run/cephadm/6db93fb0-9635-11ee-95a3-87774f69a715.lock 2023-12-09T01:52:02.464 INFO:teuthology.orchestra.run.smithi067.stderr:Verifying IP 172.21.15.67 port 3300 ... 2023-12-09T01:52:02.464 INFO:teuthology.orchestra.run.smithi067.stderr:Verifying IP 172.21.15.67 port 6789 ... 2023-12-09T01:52:02.464 INFO:teuthology.orchestra.run.smithi067.stderr:Base mon IP is 172.21.15.67, final addrv is [v2:172.21.15.67:3300,v1:172.21.15.67:6789] 2023-12-09T01:52:02.467 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/sbin/ip: default via 172.21.15.254 dev enp3s0f1 2023-12-09T01:52:02.467 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/sbin/ip: default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.67 metric 100 2023-12-09T01:52:02.467 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/sbin/ip: 172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2023-12-09T01:52:02.468 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/sbin/ip: 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.67 2023-12-09T01:52:02.468 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/sbin/ip: 172.21.15.254 dev enp3s0f1 proto dhcp scope link src 172.21.15.67 metric 100 2023-12-09T01:52:02.470 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/sbin/ip: ::1 dev lo proto kernel metric 256 pref medium 2023-12-09T01:52:02.471 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/sbin/ip: fe80::/64 dev enp3s0f1 proto kernel metric 256 pref medium 2023-12-09T01:52:02.471 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/sbin/ip: default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 100 expires 1783sec pref medium 2023-12-09T01:52:02.473 INFO:journalctl@ceph.mgr.y.smithi067.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-12-09T01:52:02.474 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/sbin/ip: 1: lo: mtu 65536 state UNKNOWN qlen 1000 2023-12-09T01:52:02.475 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/sbin/ip: inet6 ::1/128 scope host 2023-12-09T01:52:02.475 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/sbin/ip: valid_lft forever preferred_lft forever 2023-12-09T01:52:02.475 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/sbin/ip: 5: enp3s0f1: mtu 1500 state UP qlen 1000 2023-12-09T01:52:02.475 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/sbin/ip: inet6 fe80::ec4:7aff:feb6:fc0b/64 scope link 2023-12-09T01:52:02.475 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/sbin/ip: valid_lft forever preferred_lft forever 2023-12-09T01:52:02.476 INFO:teuthology.orchestra.run.smithi067.stderr:Mon IP `172.21.15.67` is in CIDR network `172.21.0.0/20` 2023-12-09T01:52:02.476 INFO:teuthology.orchestra.run.smithi067.stderr:- internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2023-12-09T01:52:02.477 INFO:teuthology.orchestra.run.smithi067.stderr:Pulling container image quay.io/ceph/ceph:v17.2.0... 2023-12-09T01:52:02.942 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/docker: v17.2.0: Pulling from ceph/ceph 2023-12-09T01:52:03.039 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/docker: Digest: sha256:12a0a4f43413fd97a14a3d47a3451b2d2df50020835bb93db666209f3f77617a 2023-12-09T01:52:03.039 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/docker: Status: Image is up to date for quay.io/ceph/ceph:v17.2.0 2023-12-09T01:52:03.064 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/docker: quay.io/ceph/ceph:v17.2.0 2023-12-09T01:52:03.947 INFO:teuthology.orchestra.run.smithi067.stderr:ceph: ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable) 2023-12-09T01:52:04.562 INFO:teuthology.orchestra.run.smithi067.stderr:Ceph version: ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable) 2023-12-09T01:52:04.563 INFO:teuthology.orchestra.run.smithi067.stderr:Extracting ceph user uid/gid from container image... 2023-12-09T01:52:05.275 INFO:teuthology.orchestra.run.smithi067.stderr:stat: 167 167 2023-12-09T01:52:05.883 INFO:teuthology.orchestra.run.smithi067.stderr:Creating initial keys... 2023-12-09T01:52:06.610 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-authtool: AQBGyHNlrSRwJBAAHqQ9wgZZ2gkCgs1oG+7s7w== 2023-12-09T01:52:07.889 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-authtool: AQBHyHNl5aENNRAAMUEVaPkIcxjvjuxqm8tj5g== 2023-12-09T01:52:09.168 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-authtool: AQBJyHNlgVYUChAAHiZuIkCpnljHNGzwmL2tYQ== 2023-12-09T01:52:09.720 INFO:teuthology.orchestra.run.smithi067.stderr:Creating initial monmap... 2023-12-09T01:52:10.488 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: monmap file /tmp/monmap 2023-12-09T01:52:10.489 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/monmaptool: setting min_mon_release = octopus 2023-12-09T01:52:10.489 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: set fsid to 6db93fb0-9635-11ee-95a3-87774f69a715 2023-12-09T01:52:10.489 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-12-09T01:52:11.056 INFO:teuthology.orchestra.run.smithi067.stderr:monmaptool for a [v2:172.21.15.67:3300,v1:172.21.15.67:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2023-12-09T01:52:11.056 INFO:teuthology.orchestra.run.smithi067.stderr:setting min_mon_release = octopus 2023-12-09T01:52:11.056 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/monmaptool: set fsid to 6db93fb0-9635-11ee-95a3-87774f69a715 2023-12-09T01:52:11.057 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-12-09T01:52:11.057 INFO:teuthology.orchestra.run.smithi067.stderr: 2023-12-09T01:52:11.057 INFO:teuthology.orchestra.run.smithi067.stderr:Creating mon... 2023-12-09T01:52:11.860 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-09T01:52:11.854+0000 7fae128e7880 0 set uid:gid to 167:167 (ceph:ceph) 2023-12-09T01:52:11.860 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-09T01:52:11.854+0000 7fae128e7880 1 imported monmap: 2023-12-09T01:52:11.860 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: epoch 0 2023-12-09T01:52:11.860 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: fsid 6db93fb0-9635-11ee-95a3-87774f69a715 2023-12-09T01:52:11.860 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: last_changed 2023-12-09T01:52:10.488862+0000 2023-12-09T01:52:11.860 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: created 2023-12-09T01:52:10.488862+0000 2023-12-09T01:52:11.860 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: min_mon_release 15 (octopus) 2023-12-09T01:52:11.860 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: election_strategy: 1 2023-12-09T01:52:11.860 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: 0: [v2:172.21.15.67:3300/0,v1:172.21.15.67:6789/0] mon.a 2023-12-09T01:52:11.860 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: 2023-12-09T01:52:11.860 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-09T01:52:11.854+0000 7fae128e7880 0 /usr/bin/ceph-mon: set fsid to 6db93fb0-9635-11ee-95a3-87774f69a715 2023-12-09T01:52:11.861 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-09T01:52:11.854+0000 7fae128e7880 4 rocksdb: RocksDB version: 6.15.5 2023-12-09T01:52:11.861 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: 2023-12-09T01:52:11.861 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-09T01:52:11.854+0000 7fae128e7880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-12-09T01:52:11.862 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-09T01:52:11.854+0000 7fae128e7880 4 rocksdb: Compile date Apr 18 2022 2023-12-09T01:52:11.862 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-09T01:52:11.854+0000 7fae128e7880 4 rocksdb: DB SUMMARY 2023-12-09T01:52:11.862 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: 2023-12-09T01:52:11.863 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-09T01:52:11.858+0000 7fae128e7880 4 rocksdb: DB Session ID: 4TL82GKRZ65RGIBHAQYP 2023-12-09T01:52:11.863 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: 2023-12-09T01:52:11.863 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-09T01:52:11.858+0000 7fae128e7880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 0, files: 2023-12-09T01:52:11.863 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: 2023-12-09T01:52:11.863 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-09T01:52:11.858+0000 7fae128e7880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 2023-12-09T01:52:11.863 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: 2023-12-09T01:52:11.863 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-09T01:52:11.858+0000 7fae128e7880 4 rocksdb: Options.error_if_exists: 0 2023-12-09T01:52:11.863 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-09T01:52:11.858+0000 7fae128e7880 4 rocksdb: Options.create_if_missing: 1 2023-12-09T01:52:11.863 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-09T01:52:11.858+0000 7fae128e7880 4 rocksdb: Options.paranoid_checks: 1 2023-12-09T01:52:11.863 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-09T01:52:11.858+0000 7fae128e7880 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2023-12-09T01:52:11.864 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-09T01:52:11.858+0000 7fae128e7880 4 rocksdb: Options.env: 0x5586296e6860 2023-12-09T01:52:11.867 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-09T01:52:11.858+0000 7fae128e7880 4 rocksdb: Options.fs: Posix File System 2023-12-09T01:52:11.867 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-09T01:52:11.858+0000 7fae128e7880 4 rocksdb: Options.info_log: 0x55862bdc7320 2023-12-09T01:52:11.867 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-09T01:52:11.858+0000 7fae128e7880 4 rocksdb: Options.max_file_opening_threads: 16 2023-12-09T01:52:11.867 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-09T01:52:11.858+0000 7fae128e7880 4 rocksdb: Options.statistics: (nil) 2023-12-09T01:52:11.867 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-09T01:52:11.858+0000 7fae128e7880 4 rocksdb: Options.use_fsync: 0 2023-12-09T01:52:11.867 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-09T01:52:11.858+0000 7fae128e7880 4 rocksdb: Options.max_log_file_size: 0 2023-12-09T01:52:11.867 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-09T01:52:11.858+0000 7fae128e7880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-12-09T01:52:11.867 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-09T01:52:11.858+0000 7fae128e7880 4 rocksdb: Options.log_file_time_to_roll: 0 2023-12-09T01:52:11.867 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-09T01:52:11.858+0000 7fae128e7880 4 rocksdb: Options.keep_log_file_num: 1000 2023-12-09T01:52:11.867 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-09T01:52:11.858+0000 7fae128e7880 4 rocksdb: Options.recycle_log_file_num: 0 2023-12-09T01:52:11.868 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-09T01:52:11.858+0000 7fae128e7880 4 rocksdb: Options.allow_fallocate: 1 2023-12-09T01:52:11.868 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-09T01:52:11.858+0000 7fae128e7880 4 rocksdb: Options.allow_mmap_reads: 0 2023-12-09T01:52:11.868 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-09T01:52:11.858+0000 7fae128e7880 4 rocksdb: Options.allow_mmap_writes: 0 2023-12-09T01:52:11.868 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-09T01:52:11.858+0000 7fae128e7880 4 rocksdb: Options.use_direct_reads: 0 2023-12-09T01:52:11.868 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-09T01:52:11.858+0000 7fae128e7880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-12-09T01:52:11.868 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-09T01:52:11.858+0000 7fae128e7880 4 rocksdb: Options.create_missing_column_families: 0 2023-12-09T01:52:11.868 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-09T01:52:11.858+0000 7fae128e7880 4 rocksdb: Options.db_log_dir: 2023-12-09T01:52:11.868 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-09T01:52:11.858+0000 7fae128e7880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-a/store.db 2023-12-09T01:52:11.868 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-09T01:52:11.858+0000 7fae128e7880 4 rocksdb: Options.table_cache_numshardbits: 6 2023-12-09T01:52:11.868 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-09T01:52:11.858+0000 7fae128e7880 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-12-09T01:52:11.868 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-09T01:52:11.858+0000 7fae128e7880 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-12-09T01:52:11.868 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-09T01:52:11.858+0000 7fae128e7880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-12-09T01:52:11.868 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-09T01:52:11.858+0000 7fae128e7880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-12-09T01:52:11.868 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-09T01:52:11.858+0000 7fae128e7880 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-12-09T01:52:11.868 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-09T01:52:11.858+0000 7fae128e7880 4 rocksdb: Options.advise_random_on_open: 1 2023-12-09T01:52:11.869 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-09T01:52:11.858+0000 7fae128e7880 4 rocksdb: Options.db_write_buffer_size: 0 2023-12-09T01:52:11.869 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-09T01:52:11.858+0000 7fae128e7880 4 rocksdb: Options.write_buffer_manager: 0x55862c067950 2023-12-09T01:52:11.869 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-09T01:52:11.858+0000 7fae128e7880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-12-09T01:52:11.869 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-09T01:52:11.858+0000 7fae128e7880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-12-09T01:52:11.869 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-09T01:52:11.858+0000 7fae128e7880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-12-09T01:52:11.892 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-09T01:52:11.858+0000 7fae128e7880 4 rocksdb: Options.use_adaptive_mutex: 0 2023-12-09T01:52:11.892 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-09T01:52:11.858+0000 7fae128e7880 4 rocksdb: Options.rate_limiter: (nil) 2023-12-09T01:52:11.892 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-09T01:52:11.858+0000 7fae128e7880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-12-09T01:52:11.892 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-09T01:52:11.858+0000 7fae128e7880 4 rocksdb: Options.wal_recovery_mode: 2 2023-12-09T01:52:11.893 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-09T01:52:11.858+0000 7fae128e7880 4 rocksdb: Options.enable_thread_tracking: 0 2023-12-09T01:52:11.893 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-09T01:52:11.858+0000 7fae128e7880 4 rocksdb: Options.enable_pipelined_write: 0 2023-12-09T01:52:11.893 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-09T01:52:11.858+0000 7fae128e7880 4 rocksdb: Options.unordered_write: 0 2023-12-09T01:52:11.893 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-09T01:52:11.858+0000 7fae128e7880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-12-09T01:52:11.893 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-09T01:52:11.858+0000 7fae128e7880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-12-09T01:52:11.893 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-09T01:52:11.858+0000 7fae128e7880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-12-09T01:52:11.893 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-09T01:52:11.858+0000 7fae128e7880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-12-09T01:52:11.893 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-09T01:52:11.858+0000 7fae128e7880 4 rocksdb: Options.row_cache: None 2023-12-09T01:52:11.893 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-09T01:52:11.858+0000 7fae128e7880 4 rocksdb: Options.wal_filter: None 2023-12-09T01:52:11.893 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-09T01:52:11.858+0000 7fae128e7880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-12-09T01:52:11.893 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-09T01:52:11.858+0000 7fae128e7880 4 rocksdb: Options.allow_ingest_behind: 0 2023-12-09T01:52:11.893 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-09T01:52:11.858+0000 7fae128e7880 4 rocksdb: Options.preserve_deletes: 0 2023-12-09T01:52:11.893 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-09T01:52:11.858+0000 7fae128e7880 4 rocksdb: Options.two_write_queues: 0 2023-12-09T01:52:11.893 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-09T01:52:11.858+0000 7fae128e7880 4 rocksdb: Options.manual_wal_flush: 0 2023-12-09T01:52:11.893 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-09T01:52:11.858+0000 7fae128e7880 4 rocksdb: Options.atomic_flush: 0 2023-12-09T01:52:11.894 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-09T01:52:11.858+0000 7fae128e7880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-12-09T01:52:11.894 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-09T01:52:11.858+0000 7fae128e7880 4 rocksdb: Options.persist_stats_to_disk: 0 2023-12-09T01:52:11.894 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-09T01:52:11.858+0000 7fae128e7880 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-12-09T01:52:11.894 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-09T01:52:11.858+0000 7fae128e7880 4 rocksdb: Options.log_readahead_size: 0 2023-12-09T01:52:11.894 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-09T01:52:11.858+0000 7fae128e7880 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2023-12-09T01:52:11.894 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-09T01:52:11.858+0000 7fae128e7880 4 rocksdb: Options.best_efforts_recovery: 0 2023-12-09T01:52:11.894 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-09T01:52:11.858+0000 7fae128e7880 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2023-12-09T01:52:11.894 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-09T01:52:11.858+0000 7fae128e7880 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2023-12-09T01:52:11.894 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-09T01:52:11.858+0000 7fae128e7880 4 rocksdb: Options.allow_data_in_errors: 0 2023-12-09T01:52:11.894 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-09T01:52:11.858+0000 7fae128e7880 4 rocksdb: Options.db_host_id: __hostname__ 2023-12-09T01:52:11.894 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-09T01:52:11.858+0000 7fae128e7880 4 rocksdb: Options.max_background_jobs: 2 2023-12-09T01:52:11.894 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-09T01:52:11.858+0000 7fae128e7880 4 rocksdb: Options.max_background_compactions: -1 2023-12-09T01:52:11.894 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-09T01:52:11.858+0000 7fae128e7880 4 rocksdb: Options.max_subcompactions: 1 2023-12-09T01:52:11.895 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-09T01:52:11.858+0000 7fae128e7880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-12-09T01:52:11.895 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-09T01:52:11.858+0000 7fae128e7880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-12-09T01:52:11.895 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-09T01:52:11.858+0000 7fae128e7880 4 rocksdb: Options.delayed_write_rate : 16777216 2023-12-09T01:52:11.895 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-09T01:52:11.858+0000 7fae128e7880 4 rocksdb: Options.max_total_wal_size: 0 2023-12-09T01:52:11.895 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-09T01:52:11.858+0000 7fae128e7880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-12-09T01:52:11.895 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-09T01:52:11.858+0000 7fae128e7880 4 rocksdb: Options.stats_dump_period_sec: 600 2023-12-09T01:52:11.895 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-09T01:52:11.858+0000 7fae128e7880 4 rocksdb: Options.stats_persist_period_sec: 600 2023-12-09T01:52:11.895 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-09T01:52:11.858+0000 7fae128e7880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-12-09T01:52:11.895 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-09T01:52:11.858+0000 7fae128e7880 4 rocksdb: Options.max_open_files: -1 2023-12-09T01:52:11.895 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-09T01:52:11.858+0000 7fae128e7880 4 rocksdb: Options.bytes_per_sync: 0 2023-12-09T01:52:11.895 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-09T01:52:11.858+0000 7fae128e7880 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-12-09T01:52:11.895 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-09T01:52:11.858+0000 7fae128e7880 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-12-09T01:52:11.895 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-09T01:52:11.858+0000 7fae128e7880 4 rocksdb: Options.compaction_readahead_size: 0 2023-12-09T01:52:11.895 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-09T01:52:11.858+0000 7fae128e7880 4 rocksdb: Options.max_background_flushes: -1 2023-12-09T01:52:11.895 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-09T01:52:11.858+0000 7fae128e7880 4 rocksdb: Compression algorithms supported: 2023-12-09T01:52:11.895 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-09T01:52:11.858+0000 7fae128e7880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-12-09T01:52:11.896 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-09T01:52:11.858+0000 7fae128e7880 4 rocksdb: kZSTD supported: 0 2023-12-09T01:52:11.896 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-09T01:52:11.858+0000 7fae128e7880 4 rocksdb: kXpressCompression supported: 0 2023-12-09T01:52:11.896 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-09T01:52:11.858+0000 7fae128e7880 4 rocksdb: kLZ4HCCompression supported: 1 2023-12-09T01:52:11.896 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-09T01:52:11.858+0000 7fae128e7880 4 rocksdb: kLZ4Compression supported: 1 2023-12-09T01:52:11.896 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-09T01:52:11.858+0000 7fae128e7880 4 rocksdb: kBZip2Compression supported: 0 2023-12-09T01:52:11.896 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-09T01:52:11.858+0000 7fae128e7880 4 rocksdb: kZlibCompression supported: 1 2023-12-09T01:52:11.896 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-09T01:52:11.858+0000 7fae128e7880 4 rocksdb: kSnappyCompression supported: 1 2023-12-09T01:52:11.896 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-09T01:52:11.858+0000 7fae128e7880 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-12-09T01:52:11.896 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-09T01:52:11.858+0000 7fae128e7880 4 rocksdb: [db/db_impl/db_impl_open.cc:281] Creating manifest 1 2023-12-09T01:52:11.896 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: 2023-12-09T01:52:11.896 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-09T01:52:11.858+0000 7fae128e7880 4 rocksdb: [db/version_set.cc:4725] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000001 2023-12-09T01:52:11.896 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: 2023-12-09T01:52:11.896 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-09T01:52:11.858+0000 7fae128e7880 4 rocksdb: [db/column_family.cc:597] --------------- Options for column family [default]: 2023-12-09T01:52:11.896 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: 2023-12-09T01:52:11.896 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-09T01:52:11.858+0000 7fae128e7880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-12-09T01:52:11.897 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-09T01:52:11.858+0000 7fae128e7880 4 rocksdb: Options.merge_operator: 2023-12-09T01:52:11.897 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-09T01:52:11.858+0000 7fae128e7880 4 rocksdb: Options.compaction_filter: None 2023-12-09T01:52:11.897 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-09T01:52:11.858+0000 7fae128e7880 4 rocksdb: Options.compaction_filter_factory: None 2023-12-09T01:52:11.897 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-09T01:52:11.858+0000 7fae128e7880 4 rocksdb: Options.sst_partitioner_factory: None 2023-12-09T01:52:11.897 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-09T01:52:11.858+0000 7fae128e7880 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-12-09T01:52:11.897 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-09T01:52:11.858+0000 7fae128e7880 4 rocksdb: Options.table_factory: BlockBasedTable 2023-12-09T01:52:11.897 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-09T01:52:11.858+0000 7fae128e7880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55862bd90d10) 2023-12-09T01:52:11.897 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks: 1 2023-12-09T01:52:11.897 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks_with_high_priority: 0 2023-12-09T01:52:11.897 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: pin_l0_filter_and_index_blocks_in_cache: 0 2023-12-09T01:52:11.897 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: pin_top_level_index_and_filter: 1 2023-12-09T01:52:11.897 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: index_type: 0 2023-12-09T01:52:11.897 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: data_block_index_type: 0 2023-12-09T01:52:11.897 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: index_shortening: 1 2023-12-09T01:52:11.897 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: data_block_hash_table_util_ratio: 0.750000 2023-12-09T01:52:11.898 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: hash_index_allow_collision: 1 2023-12-09T01:52:11.898 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: checksum: 1 2023-12-09T01:52:11.898 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: no_block_cache: 0 2023-12-09T01:52:11.898 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: block_cache: 0x55862bdf8170 2023-12-09T01:52:11.898 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: block_cache_name: BinnedLRUCache 2023-12-09T01:52:11.898 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: block_cache_options: 2023-12-09T01:52:11.898 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: capacity : 536870912 2023-12-09T01:52:11.898 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: num_shard_bits : 4 2023-12-09T01:52:11.898 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: strict_capacity_limit : 0 2023-12-09T01:52:11.898 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: high_pri_pool_ratio: 0.000 2023-12-09T01:52:11.898 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: block_cache_compressed: (nil) 2023-12-09T01:52:11.898 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: persistent_cache: (nil) 2023-12-09T01:52:11.898 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: block_size: 4096 2023-12-09T01:52:11.898 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: block_size_deviation: 10 2023-12-09T01:52:11.898 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: block_restart_interval: 16 2023-12-09T01:52:11.899 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: index_block_restart_interval: 1 2023-12-09T01:52:11.899 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: metadata_block_size: 4096 2023-12-09T01:52:11.899 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: partition_filters: 0 2023-12-09T01:52:11.899 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: use_delta_encoding: 1 2023-12-09T01:52:11.899 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: filter_policy: rocksdb.BuiltinBloomFilter 2023-12-09T01:52:11.899 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: whole_key_filtering: 1 2023-12-09T01:52:11.899 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: verify_compression: 0 2023-12-09T01:52:11.899 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: read_amp_bytes_per_bit: 0 2023-12-09T01:52:11.899 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: format_version: 4 2023-12-09T01:52:11.899 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: enable_index_compression: 1 2023-12-09T01:52:11.899 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: block_align: 0 2023-12-09T01:52:11.899 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: 2023-12-09T01:52:11.899 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-09T01:52:11.858+0000 7fae128e7880 4 rocksdb: Options.write_buffer_size: 33554432 2023-12-09T01:52:11.899 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-09T01:52:11.858+0000 7fae128e7880 4 rocksdb: Options.max_write_buffer_number: 2 2023-12-09T01:52:11.899 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-09T01:52:11.858+0000 7fae128e7880 4 rocksdb: Options.compression: NoCompression 2023-12-09T01:52:11.900 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-09T01:52:11.858+0000 7fae128e7880 4 rocksdb: Options.bottommost_compression: Disabled 2023-12-09T01:52:11.900 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-09T01:52:11.858+0000 7fae128e7880 4 rocksdb: Options.prefix_extractor: nullptr 2023-12-09T01:52:11.900 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-09T01:52:11.858+0000 7fae128e7880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-12-09T01:52:11.900 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-09T01:52:11.858+0000 7fae128e7880 4 rocksdb: Options.num_levels: 7 2023-12-09T01:52:11.900 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-09T01:52:11.858+0000 7fae128e7880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-12-09T01:52:11.900 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-09T01:52:11.858+0000 7fae128e7880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-12-09T01:52:11.900 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-09T01:52:11.858+0000 7fae128e7880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-12-09T01:52:11.900 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-09T01:52:11.858+0000 7fae128e7880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-12-09T01:52:11.900 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-09T01:52:11.858+0000 7fae128e7880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-12-09T01:52:11.900 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-09T01:52:11.858+0000 7fae128e7880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-12-09T01:52:11.900 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-09T01:52:11.858+0000 7fae128e7880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-12-09T01:52:11.900 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-09T01:52:11.858+0000 7fae128e7880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-12-09T01:52:11.900 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-09T01:52:11.858+0000 7fae128e7880 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2023-12-09T01:52:11.900 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-09T01:52:11.858+0000 7fae128e7880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-12-09T01:52:11.900 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-09T01:52:11.858+0000 7fae128e7880 4 rocksdb: Options.compression_opts.window_bits: -14 2023-12-09T01:52:11.901 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-09T01:52:11.858+0000 7fae128e7880 4 rocksdb: Options.compression_opts.level: 32767 2023-12-09T01:52:11.901 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-09T01:52:11.858+0000 7fae128e7880 4 rocksdb: Options.compression_opts.strategy: 0 2023-12-09T01:52:11.901 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-09T01:52:11.858+0000 7fae128e7880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-12-09T01:52:11.901 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-09T01:52:11.858+0000 7fae128e7880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-12-09T01:52:11.901 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-09T01:52:11.858+0000 7fae128e7880 4 rocksdb: Options.compression_opts.parallel_threads: 1 2023-12-09T01:52:11.901 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-09T01:52:11.858+0000 7fae128e7880 4 rocksdb: Options.compression_opts.enabled: false 2023-12-09T01:52:11.901 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-09T01:52:11.858+0000 7fae128e7880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-12-09T01:52:11.901 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-09T01:52:11.858+0000 7fae128e7880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-12-09T01:52:11.901 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-09T01:52:11.858+0000 7fae128e7880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-12-09T01:52:11.901 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-09T01:52:11.858+0000 7fae128e7880 4 rocksdb: Options.target_file_size_base: 67108864 2023-12-09T01:52:11.901 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-09T01:52:11.858+0000 7fae128e7880 4 rocksdb: Options.target_file_size_multiplier: 1 2023-12-09T01:52:11.901 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-09T01:52:11.858+0000 7fae128e7880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-12-09T01:52:11.901 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-09T01:52:11.858+0000 7fae128e7880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-12-09T01:52:11.901 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-09T01:52:11.858+0000 7fae128e7880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-12-09T01:52:11.901 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-09T01:52:11.858+0000 7fae128e7880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-12-09T01:52:11.901 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-09T01:52:11.858+0000 7fae128e7880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-12-09T01:52:11.902 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-09T01:52:11.858+0000 7fae128e7880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-12-09T01:52:11.902 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-09T01:52:11.858+0000 7fae128e7880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-12-09T01:52:11.902 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-09T01:52:11.858+0000 7fae128e7880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-12-09T01:52:11.902 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-09T01:52:11.858+0000 7fae128e7880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-12-09T01:52:11.902 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-09T01:52:11.858+0000 7fae128e7880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-12-09T01:52:11.902 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-09T01:52:11.858+0000 7fae128e7880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-12-09T01:52:11.902 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-09T01:52:11.858+0000 7fae128e7880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-12-09T01:52:11.902 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-09T01:52:11.858+0000 7fae128e7880 4 rocksdb: Options.arena_block_size: 4194304 2023-12-09T01:52:11.902 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-09T01:52:11.858+0000 7fae128e7880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-12-09T01:52:11.902 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-09T01:52:11.858+0000 7fae128e7880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-12-09T01:52:11.902 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-09T01:52:11.858+0000 7fae128e7880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-12-09T01:52:11.902 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-09T01:52:11.858+0000 7fae128e7880 4 rocksdb: Options.disable_auto_compactions: 0 2023-12-09T01:52:11.902 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-09T01:52:11.858+0000 7fae128e7880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-12-09T01:52:11.902 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-09T01:52:11.858+0000 7fae128e7880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-12-09T01:52:11.903 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-09T01:52:11.858+0000 7fae128e7880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-12-09T01:52:11.903 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-09T01:52:11.858+0000 7fae128e7880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-12-09T01:52:11.903 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-09T01:52:11.858+0000 7fae128e7880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-12-09T01:52:11.903 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-09T01:52:11.858+0000 7fae128e7880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-12-09T01:52:11.903 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-09T01:52:11.858+0000 7fae128e7880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-12-09T01:52:11.903 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-09T01:52:11.858+0000 7fae128e7880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-12-09T01:52:11.903 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-09T01:52:11.858+0000 7fae128e7880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-12-09T01:52:11.903 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-09T01:52:11.858+0000 7fae128e7880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-12-09T01:52:11.903 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-09T01:52:11.858+0000 7fae128e7880 4 rocksdb: Options.table_properties_collectors: 2023-12-09T01:52:11.903 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-09T01:52:11.858+0000 7fae128e7880 4 rocksdb: Options.inplace_update_support: 0 2023-12-09T01:52:11.903 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-09T01:52:11.858+0000 7fae128e7880 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-12-09T01:52:11.903 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-09T01:52:11.858+0000 7fae128e7880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-12-09T01:52:11.903 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-09T01:52:11.858+0000 7fae128e7880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-12-09T01:52:11.903 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-09T01:52:11.858+0000 7fae128e7880 4 rocksdb: Options.memtable_huge_page_size: 0 2023-12-09T01:52:11.903 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-09T01:52:11.858+0000 7fae128e7880 4 rocksdb: Options.bloom_locality: 0 2023-12-09T01:52:11.904 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-09T01:52:11.858+0000 7fae128e7880 4 rocksdb: Options.max_successive_merges: 0 2023-12-09T01:52:11.904 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-09T01:52:11.858+0000 7fae128e7880 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-12-09T01:52:11.904 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-09T01:52:11.858+0000 7fae128e7880 4 rocksdb: Options.paranoid_file_checks: 0 2023-12-09T01:52:11.904 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-09T01:52:11.858+0000 7fae128e7880 4 rocksdb: Options.force_consistency_checks: 1 2023-12-09T01:52:11.904 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-09T01:52:11.858+0000 7fae128e7880 4 rocksdb: Options.report_bg_io_stats: 0 2023-12-09T01:52:11.904 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-09T01:52:11.858+0000 7fae128e7880 4 rocksdb: Options.ttl: 2592000 2023-12-09T01:52:11.904 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-09T01:52:11.858+0000 7fae128e7880 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-12-09T01:52:11.904 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-09T01:52:11.858+0000 7fae128e7880 4 rocksdb: Options.enable_blob_files: false 2023-12-09T01:52:11.904 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-09T01:52:11.858+0000 7fae128e7880 4 rocksdb: Options.min_blob_size: 0 2023-12-09T01:52:11.904 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-09T01:52:11.858+0000 7fae128e7880 4 rocksdb: Options.blob_file_size: 268435456 2023-12-09T01:52:11.904 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-09T01:52:11.858+0000 7fae128e7880 4 rocksdb: Options.blob_compression_type: NoCompression 2023-12-09T01:52:11.904 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-09T01:52:11.858+0000 7fae128e7880 4 rocksdb: Options.enable_blob_garbage_collection: false 2023-12-09T01:52:11.904 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-09T01:52:11.858+0000 7fae128e7880 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2023-12-09T01:52:11.904 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-09T01:52:11.866+0000 7fae128e7880 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-09T01:52:11.904 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: 2023-12-09T01:52:11.904 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-09T01:52:11.866+0000 7fae128e7880 4 rocksdb: [db/version_set.cc:4782] Column family [default] (ID 0), log number is 0 2023-12-09T01:52:11.905 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: 2023-12-09T01:52:11.905 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-09T01:52:11.866+0000 7fae128e7880 4 rocksdb: [db/version_set.cc:4083] Creating manifest 3 2023-12-09T01:52:11.905 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: 2023-12-09T01:52:11.905 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-09T01:52:11.866+0000 7fae128e7880 4 rocksdb: [db/db_impl/db_impl_open.cc:1701] SstFileManager instance 0x55862bdde700 2023-12-09T01:52:11.905 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-09T01:52:11.866+0000 7fae128e7880 4 rocksdb: DB pointer 0x55862be52000 2023-12-09T01:52:11.905 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-09T01:52:11.866+0000 7fae044d1700 4 rocksdb: [db/db_impl/db_impl.cc:902] ------- DUMPING STATS ------- 2023-12-09T01:52:11.905 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-09T01:52:11.866+0000 7fae044d1700 4 rocksdb: [db/db_impl/db_impl.cc:903] 2023-12-09T01:52:11.905 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: ** DB Stats ** 2023-12-09T01:52:11.905 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2023-12-09T01:52:11.905 INFO:teuthology.orchestra.run.smithi067.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-09T01:52:11.905 INFO:teuthology.orchestra.run.smithi067.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-09T01:52:11.905 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-09T01:52:11.905 INFO:teuthology.orchestra.run.smithi067.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-09T01:52:11.905 INFO:teuthology.orchestra.run.smithi067.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-09T01:52:11.905 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-09T01:52:11.905 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: 2023-12-09T01:52:11.906 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-12-09T01:52:11.906 INFO:teuthology.orchestra.run.smithi067.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-09T01:52:11.906 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-09T01:52:11.906 INFO:teuthology.orchestra.run.smithi067.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-09T01:52:11.906 INFO:teuthology.orchestra.run.smithi067.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-09T01:52:11.906 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: 2023-12-09T01:52:11.906 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-12-09T01:52:11.906 INFO:teuthology.orchestra.run.smithi067.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-09T01:52:11.906 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-09T01:52:11.906 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2023-12-09T01:52:11.906 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2023-12-09T01:52:11.906 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-09T01:52:11.906 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2023-12-09T01:52:11.906 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2023-12-09T01:52:11.906 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2023-12-09T01:52:11.907 INFO:teuthology.orchestra.run.smithi067.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-09T01:52:11.907 INFO:teuthology.orchestra.run.smithi067.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-09T01:52:11.907 INFO:teuthology.orchestra.run.smithi067.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-09T01:52:11.907 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: 2023-12-09T01:52:11.907 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2023-12-09T01:52:11.907 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: 2023-12-09T01:52:11.907 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-12-09T01:52:11.907 INFO:teuthology.orchestra.run.smithi067.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-09T01:52:11.907 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-09T01:52:11.907 INFO:teuthology.orchestra.run.smithi067.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-09T01:52:11.907 INFO:teuthology.orchestra.run.smithi067.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-09T01:52:11.907 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: 2023-12-09T01:52:11.907 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-12-09T01:52:11.907 INFO:teuthology.orchestra.run.smithi067.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-09T01:52:11.907 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-09T01:52:11.908 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2023-12-09T01:52:11.908 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2023-12-09T01:52:11.908 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-09T01:52:11.908 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2023-12-09T01:52:11.908 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2023-12-09T01:52:11.908 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2023-12-09T01:52:11.908 INFO:teuthology.orchestra.run.smithi067.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-09T01:52:11.908 INFO:teuthology.orchestra.run.smithi067.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-09T01:52:11.908 INFO:teuthology.orchestra.run.smithi067.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-09T01:52:11.908 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: 2023-12-09T01:52:11.908 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2023-12-09T01:52:11.908 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: 2023-12-09T01:52:11.908 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-09T01:52:11.870+0000 7fae128e7880 4 rocksdb: [db/db_impl/db_impl.cc:447] Shutdown: canceling all background work 2023-12-09T01:52:11.908 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-09T01:52:11.870+0000 7fae128e7880 4 rocksdb: [db/db_impl/db_impl.cc:625] Shutdown complete 2023-12-09T01:52:11.908 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-09T01:52:11.870+0000 7fae128e7880 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-a for mon.a 2023-12-09T01:52:12.403 INFO:teuthology.orchestra.run.smithi067.stderr:create mon.a on 2023-12-09T01:52:12.628 INFO:teuthology.orchestra.run.smithi067.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /etc/systemd/system/ceph.target. 2023-12-09T01:52:12.830 INFO:teuthology.orchestra.run.smithi067.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph-6db93fb0-9635-11ee-95a3-87774f69a715.target -> /etc/systemd/system/ceph-6db93fb0-9635-11ee-95a3-87774f69a715.target. 2023-12-09T01:52:12.830 INFO:teuthology.orchestra.run.smithi067.stderr:systemctl: Created symlink /etc/systemd/system/ceph.target.wants/ceph-6db93fb0-9635-11ee-95a3-87774f69a715.target -> /etc/systemd/system/ceph-6db93fb0-9635-11ee-95a3-87774f69a715.target. 2023-12-09T01:52:13.233 INFO:teuthology.orchestra.run.smithi067.stderr:systemctl: Failed to reset failed state of unit ceph-6db93fb0-9635-11ee-95a3-87774f69a715@mon.a.service: Unit ceph-6db93fb0-9635-11ee-95a3-87774f69a715@mon.a.service not loaded. 2023-12-09T01:52:13.242 INFO:teuthology.orchestra.run.smithi067.stderr:systemctl: Created symlink /etc/systemd/system/ceph-6db93fb0-9635-11ee-95a3-87774f69a715.target.wants/ceph-6db93fb0-9635-11ee-95a3-87774f69a715@mon.a.service -> /etc/systemd/system/ceph-6db93fb0-9635-11ee-95a3-87774f69a715@.service. 2023-12-09T01:52:13.453 INFO:teuthology.orchestra.run.smithi067.stderr:firewalld does not appear to be present 2023-12-09T01:52:13.453 INFO:teuthology.orchestra.run.smithi067.stderr:Not possible to enable service . firewalld.service is not available 2023-12-09T01:52:13.453 INFO:teuthology.orchestra.run.smithi067.stderr:Waiting for mon to start... 2023-12-09T01:52:13.453 INFO:teuthology.orchestra.run.smithi067.stderr:Waiting for mon... 2023-12-09T01:52:14.718 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:14 smithi067 bash[24628]: cluster 2023-12-09T01:52:14.711694+0000 mon.a (mon.0) 0 : cluster [INF] mkfs 6db93fb0-9635-11ee-95a3-87774f69a715 2023-12-09T01:52:14.718 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:14 smithi067 bash[24628]: cluster 2023-12-09T01:52:14.702329+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2023-12-09T01:52:15.074 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: cluster: 2023-12-09T01:52:15.075 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: id: 6db93fb0-9635-11ee-95a3-87774f69a715 2023-12-09T01:52:15.075 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: health: HEALTH_OK 2023-12-09T01:52:15.075 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: 2023-12-09T01:52:15.075 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: services: 2023-12-09T01:52:15.075 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: mon: 1 daemons, quorum a (age 0.363415s) 2023-12-09T01:52:15.075 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: mgr: no daemons active 2023-12-09T01:52:15.075 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: osd: 0 osds: 0 up, 0 in 2023-12-09T01:52:15.075 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: 2023-12-09T01:52:15.075 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: data: 2023-12-09T01:52:15.075 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: pools: 0 pools, 0 pgs 2023-12-09T01:52:15.075 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: objects: 0 objects, 0 B 2023-12-09T01:52:15.075 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: usage: 0 B used, 0 B / 0 B avail 2023-12-09T01:52:15.075 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: pgs: 2023-12-09T01:52:15.075 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: 2023-12-09T01:52:15.649 INFO:teuthology.orchestra.run.smithi067.stderr:mon is available 2023-12-09T01:52:15.649 INFO:teuthology.orchestra.run.smithi067.stderr:Assimilating anything we can from ceph.conf... 2023-12-09T01:52:15.968 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:15 smithi067 bash[24628]: cluster 2023-12-09T01:52:14.710031+0000 mon.a (mon.0) 2 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2023-12-09T01:52:15.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:15 smithi067 bash[24628]: cluster 2023-12-09T01:52:14.710345+0000 mon.a (mon.0) 3 : cluster [DBG] monmap e1: 1 mons at {a=[v2:172.21.15.67:3300/0,v1:172.21.15.67:6789/0]} 2023-12-09T01:52:15.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:15 smithi067 bash[24628]: cluster 2023-12-09T01:52:14.714326+0000 mon.a (mon.0) 4 : cluster [DBG] fsmap 2023-12-09T01:52:15.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:15 smithi067 bash[24628]: cluster 2023-12-09T01:52:14.718474+0000 mon.a (mon.0) 5 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2023-12-09T01:52:15.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:15 smithi067 bash[24628]: cluster 2023-12-09T01:52:14.719028+0000 mon.a (mon.0) 6 : cluster [DBG] mgrmap e1: no daemons active 2023-12-09T01:52:15.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:15 smithi067 bash[24628]: audit 2023-12-09T01:52:15.073356+0000 mon.a (mon.0) 7 : audit [DBG] from='client.? 172.21.15.67:0/1098245083' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2023-12-09T01:52:16.754 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: 2023-12-09T01:52:16.754 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: [global] 2023-12-09T01:52:16.754 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: fsid = 6db93fb0-9635-11ee-95a3-87774f69a715 2023-12-09T01:52:16.754 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: mon_host = [v2:172.21.15.67:3300,v1:172.21.15.67:6789] 2023-12-09T01:52:16.756 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2023-12-09T01:52:16.756 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2023-12-09T01:52:16.756 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2023-12-09T01:52:16.756 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2023-12-09T01:52:16.756 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: 2023-12-09T01:52:16.756 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: [mgr] 2023-12-09T01:52:16.756 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: mgr/cephadm/use_agent = True 2023-12-09T01:52:16.756 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2023-12-09T01:52:16.756 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: 2023-12-09T01:52:16.756 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: [osd] 2023-12-09T01:52:16.756 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2023-12-09T01:52:16.756 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2023-12-09T01:52:17.218 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:16 smithi067 bash[24628]: audit 2023-12-09T01:52:16.748204+0000 mon.a (mon.0) 8 : audit [INF] from='client.? 172.21.15.67:0/1012486437' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-12-09T01:52:17.218 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:16 smithi067 bash[24628]: audit 2023-12-09T01:52:16.753992+0000 mon.a (mon.0) 9 : audit [INF] from='client.? 172.21.15.67:0/1012486437' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2023-12-09T01:52:17.344 INFO:teuthology.orchestra.run.smithi067.stderr:Generating new minimal ceph.conf... 2023-12-09T01:52:18.718 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:18 smithi067 bash[24628]: audit 2023-12-09T01:52:18.384930+0000 mon.a (mon.0) 10 : audit [DBG] from='client.? 172.21.15.67:0/1873408522' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T01:52:18.901 INFO:teuthology.orchestra.run.smithi067.stderr:Restarting the monitor... 2023-12-09T01:52:19.218 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:18 smithi067 systemd[1]: Stopping Ceph mon.a for 6db93fb0-9635-11ee-95a3-87774f69a715... 2023-12-09T01:52:19.219 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:18 smithi067 bash[25022]: Error response from daemon: No such container: ceph-6db93fb0-9635-11ee-95a3-87774f69a715-mon.a 2023-12-09T01:52:19.219 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:19 smithi067 bash[24628]: debug 2023-12-09T01:52:19.018+0000 7f5c3a423700 -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-09T01:52:19.219 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:19 smithi067 bash[24628]: debug 2023-12-09T01:52:19.018+0000 7f5c3a423700 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2023-12-09T01:52:19.493 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:19 smithi067 bash[25032]: ceph-6db93fb0-9635-11ee-95a3-87774f69a715-mon-a 2023-12-09T01:52:19.651 INFO:teuthology.orchestra.run.smithi067.stderr:Setting mon public_network to 172.21.0.0/20 2023-12-09T01:52:19.968 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:19 smithi067 bash[25069]: Error response from daemon: No such container: ceph-6db93fb0-9635-11ee-95a3-87774f69a715-mon.a 2023-12-09T01:52:19.968 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:19 smithi067 systemd[1]: ceph-6db93fb0-9635-11ee-95a3-87774f69a715@mon.a.service: Succeeded. 2023-12-09T01:52:19.968 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:19 smithi067 systemd[1]: Stopped Ceph mon.a for 6db93fb0-9635-11ee-95a3-87774f69a715. 2023-12-09T01:52:19.968 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:19 smithi067 systemd[1]: Started Ceph mon.a for 6db93fb0-9635-11ee-95a3-87774f69a715. 2023-12-09T01:52:21.199 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: debug 2023-12-09T01:52:20.866+0000 7fd30888d880 0 set uid:gid to 167:167 (ceph:ceph) 2023-12-09T01:52:21.200 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: debug 2023-12-09T01:52:20.866+0000 7fd30888d880 0 ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable), process ceph-mon, pid 7 2023-12-09T01:52:21.200 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: debug 2023-12-09T01:52:20.866+0000 7fd30888d880 0 pidfile_write: ignore empty --pid-file 2023-12-09T01:52:21.200 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: debug 2023-12-09T01:52:20.870+0000 7fd30888d880 0 load: jerasure load: lrc 2023-12-09T01:52:21.200 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: debug 2023-12-09T01:52:20.874+0000 7fd30888d880 4 rocksdb: RocksDB version: 6.15.5 2023-12-09T01:52:21.200 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: debug 2023-12-09T01:52:20.874+0000 7fd30888d880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-12-09T01:52:21.200 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: debug 2023-12-09T01:52:20.874+0000 7fd30888d880 4 rocksdb: Compile date Apr 18 2022 2023-12-09T01:52:21.200 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: debug 2023-12-09T01:52:20.874+0000 7fd30888d880 4 rocksdb: DB SUMMARY 2023-12-09T01:52:21.200 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: debug 2023-12-09T01:52:20.874+0000 7fd30888d880 4 rocksdb: DB Session ID: GQV3J45OC5914AEDITET 2023-12-09T01:52:21.200 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: debug 2023-12-09T01:52:20.874+0000 7fd30888d880 4 rocksdb: CURRENT file: CURRENT 2023-12-09T01:52:21.200 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: debug 2023-12-09T01:52:20.874+0000 7fd30888d880 4 rocksdb: IDENTITY file: IDENTITY 2023-12-09T01:52:21.201 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: debug 2023-12-09T01:52:20.874+0000 7fd30888d880 4 rocksdb: MANIFEST file: MANIFEST-000009 size: 131 Bytes 2023-12-09T01:52:21.201 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: debug 2023-12-09T01:52:20.874+0000 7fd30888d880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2023-12-09T01:52:21.201 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: debug 2023-12-09T01:52:20.874+0000 7fd30888d880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000010.log size: 82109 ; 2023-12-09T01:52:21.201 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: debug 2023-12-09T01:52:20.874+0000 7fd30888d880 4 rocksdb: Options.error_if_exists: 0 2023-12-09T01:52:21.201 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: debug 2023-12-09T01:52:20.874+0000 7fd30888d880 4 rocksdb: Options.create_if_missing: 0 2023-12-09T01:52:21.201 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: debug 2023-12-09T01:52:20.874+0000 7fd30888d880 4 rocksdb: Options.paranoid_checks: 1 2023-12-09T01:52:21.201 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: debug 2023-12-09T01:52:20.874+0000 7fd30888d880 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2023-12-09T01:52:21.201 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: debug 2023-12-09T01:52:20.874+0000 7fd30888d880 4 rocksdb: Options.env: 0x55cafa78a860 2023-12-09T01:52:21.201 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: debug 2023-12-09T01:52:20.874+0000 7fd30888d880 4 rocksdb: Options.fs: Posix File System 2023-12-09T01:52:21.201 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: debug 2023-12-09T01:52:20.874+0000 7fd30888d880 4 rocksdb: Options.info_log: 0x55cafcb87e00 2023-12-09T01:52:21.201 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: debug 2023-12-09T01:52:20.874+0000 7fd30888d880 4 rocksdb: Options.max_file_opening_threads: 16 2023-12-09T01:52:21.201 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: debug 2023-12-09T01:52:20.874+0000 7fd30888d880 4 rocksdb: Options.statistics: (nil) 2023-12-09T01:52:21.202 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: debug 2023-12-09T01:52:20.874+0000 7fd30888d880 4 rocksdb: Options.use_fsync: 0 2023-12-09T01:52:21.202 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: debug 2023-12-09T01:52:20.874+0000 7fd30888d880 4 rocksdb: Options.max_log_file_size: 0 2023-12-09T01:52:21.202 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: debug 2023-12-09T01:52:20.874+0000 7fd30888d880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-12-09T01:52:21.202 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: debug 2023-12-09T01:52:20.874+0000 7fd30888d880 4 rocksdb: Options.log_file_time_to_roll: 0 2023-12-09T01:52:21.203 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: debug 2023-12-09T01:52:20.874+0000 7fd30888d880 4 rocksdb: Options.keep_log_file_num: 1000 2023-12-09T01:52:21.203 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: debug 2023-12-09T01:52:20.874+0000 7fd30888d880 4 rocksdb: Options.recycle_log_file_num: 0 2023-12-09T01:52:21.203 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: debug 2023-12-09T01:52:20.874+0000 7fd30888d880 4 rocksdb: Options.allow_fallocate: 1 2023-12-09T01:52:21.203 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: debug 2023-12-09T01:52:20.874+0000 7fd30888d880 4 rocksdb: Options.allow_mmap_reads: 0 2023-12-09T01:52:21.203 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: debug 2023-12-09T01:52:20.874+0000 7fd30888d880 4 rocksdb: Options.allow_mmap_writes: 0 2023-12-09T01:52:21.203 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: debug 2023-12-09T01:52:20.874+0000 7fd30888d880 4 rocksdb: Options.use_direct_reads: 0 2023-12-09T01:52:21.203 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: debug 2023-12-09T01:52:20.874+0000 7fd30888d880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-12-09T01:52:21.203 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: debug 2023-12-09T01:52:20.874+0000 7fd30888d880 4 rocksdb: Options.create_missing_column_families: 0 2023-12-09T01:52:21.204 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: debug 2023-12-09T01:52:20.874+0000 7fd30888d880 4 rocksdb: Options.db_log_dir: 2023-12-09T01:52:21.204 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: debug 2023-12-09T01:52:20.874+0000 7fd30888d880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-a/store.db 2023-12-09T01:52:21.204 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: debug 2023-12-09T01:52:20.874+0000 7fd30888d880 4 rocksdb: Options.table_cache_numshardbits: 6 2023-12-09T01:52:21.204 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: debug 2023-12-09T01:52:20.874+0000 7fd30888d880 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-12-09T01:52:21.204 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: debug 2023-12-09T01:52:20.874+0000 7fd30888d880 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-12-09T01:52:21.204 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: debug 2023-12-09T01:52:20.874+0000 7fd30888d880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-12-09T01:52:21.204 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: debug 2023-12-09T01:52:20.874+0000 7fd30888d880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-12-09T01:52:21.204 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: debug 2023-12-09T01:52:20.874+0000 7fd30888d880 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-12-09T01:52:21.204 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: debug 2023-12-09T01:52:20.874+0000 7fd30888d880 4 rocksdb: Options.advise_random_on_open: 1 2023-12-09T01:52:21.204 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: debug 2023-12-09T01:52:20.874+0000 7fd30888d880 4 rocksdb: Options.db_write_buffer_size: 0 2023-12-09T01:52:21.204 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: debug 2023-12-09T01:52:20.874+0000 7fd30888d880 4 rocksdb: Options.write_buffer_manager: 0x55cafcc782d0 2023-12-09T01:52:21.205 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: debug 2023-12-09T01:52:20.874+0000 7fd30888d880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-12-09T01:52:21.205 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: debug 2023-12-09T01:52:20.874+0000 7fd30888d880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-12-09T01:52:21.205 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: debug 2023-12-09T01:52:20.874+0000 7fd30888d880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-12-09T01:52:21.205 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: debug 2023-12-09T01:52:20.874+0000 7fd30888d880 4 rocksdb: Options.use_adaptive_mutex: 0 2023-12-09T01:52:21.205 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: debug 2023-12-09T01:52:20.874+0000 7fd30888d880 4 rocksdb: Options.rate_limiter: (nil) 2023-12-09T01:52:21.205 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: debug 2023-12-09T01:52:20.874+0000 7fd30888d880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-12-09T01:52:21.205 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: debug 2023-12-09T01:52:20.874+0000 7fd30888d880 4 rocksdb: Options.wal_recovery_mode: 2 2023-12-09T01:52:21.205 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: debug 2023-12-09T01:52:20.874+0000 7fd30888d880 4 rocksdb: Options.enable_thread_tracking: 0 2023-12-09T01:52:21.205 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: debug 2023-12-09T01:52:20.874+0000 7fd30888d880 4 rocksdb: Options.enable_pipelined_write: 0 2023-12-09T01:52:21.205 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: debug 2023-12-09T01:52:20.874+0000 7fd30888d880 4 rocksdb: Options.unordered_write: 0 2023-12-09T01:52:21.205 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: debug 2023-12-09T01:52:20.874+0000 7fd30888d880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-12-09T01:52:21.205 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: debug 2023-12-09T01:52:20.874+0000 7fd30888d880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-12-09T01:52:21.206 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: debug 2023-12-09T01:52:20.874+0000 7fd30888d880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-12-09T01:52:21.206 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: debug 2023-12-09T01:52:20.874+0000 7fd30888d880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-12-09T01:52:21.206 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: debug 2023-12-09T01:52:20.874+0000 7fd30888d880 4 rocksdb: Options.row_cache: None 2023-12-09T01:52:21.206 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: debug 2023-12-09T01:52:20.874+0000 7fd30888d880 4 rocksdb: Options.wal_filter: None 2023-12-09T01:52:21.206 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: debug 2023-12-09T01:52:20.874+0000 7fd30888d880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-12-09T01:52:21.206 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: debug 2023-12-09T01:52:20.874+0000 7fd30888d880 4 rocksdb: Options.allow_ingest_behind: 0 2023-12-09T01:52:21.206 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: debug 2023-12-09T01:52:20.874+0000 7fd30888d880 4 rocksdb: Options.preserve_deletes: 0 2023-12-09T01:52:21.206 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: debug 2023-12-09T01:52:20.874+0000 7fd30888d880 4 rocksdb: Options.two_write_queues: 0 2023-12-09T01:52:21.206 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: debug 2023-12-09T01:52:20.874+0000 7fd30888d880 4 rocksdb: Options.manual_wal_flush: 0 2023-12-09T01:52:21.207 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: debug 2023-12-09T01:52:20.874+0000 7fd30888d880 4 rocksdb: Options.atomic_flush: 0 2023-12-09T01:52:21.207 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: debug 2023-12-09T01:52:20.874+0000 7fd30888d880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-12-09T01:52:21.207 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: debug 2023-12-09T01:52:20.874+0000 7fd30888d880 4 rocksdb: Options.persist_stats_to_disk: 0 2023-12-09T01:52:21.207 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: debug 2023-12-09T01:52:20.874+0000 7fd30888d880 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-12-09T01:52:21.207 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: debug 2023-12-09T01:52:20.874+0000 7fd30888d880 4 rocksdb: Options.log_readahead_size: 0 2023-12-09T01:52:21.207 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: debug 2023-12-09T01:52:20.874+0000 7fd30888d880 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2023-12-09T01:52:21.207 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: debug 2023-12-09T01:52:20.874+0000 7fd30888d880 4 rocksdb: Options.best_efforts_recovery: 0 2023-12-09T01:52:21.207 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: debug 2023-12-09T01:52:20.874+0000 7fd30888d880 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2023-12-09T01:52:21.207 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: debug 2023-12-09T01:52:20.874+0000 7fd30888d880 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2023-12-09T01:52:21.207 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: debug 2023-12-09T01:52:20.874+0000 7fd30888d880 4 rocksdb: Options.allow_data_in_errors: 0 2023-12-09T01:52:21.207 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: debug 2023-12-09T01:52:20.874+0000 7fd30888d880 4 rocksdb: Options.db_host_id: __hostname__ 2023-12-09T01:52:21.207 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: debug 2023-12-09T01:52:20.874+0000 7fd30888d880 4 rocksdb: Options.max_background_jobs: 2 2023-12-09T01:52:21.207 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: debug 2023-12-09T01:52:20.874+0000 7fd30888d880 4 rocksdb: Options.max_background_compactions: -1 2023-12-09T01:52:21.207 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: debug 2023-12-09T01:52:20.874+0000 7fd30888d880 4 rocksdb: Options.max_subcompactions: 1 2023-12-09T01:52:21.208 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: debug 2023-12-09T01:52:20.874+0000 7fd30888d880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-12-09T01:52:21.208 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: debug 2023-12-09T01:52:20.874+0000 7fd30888d880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-12-09T01:52:21.208 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: debug 2023-12-09T01:52:20.874+0000 7fd30888d880 4 rocksdb: Options.delayed_write_rate : 16777216 2023-12-09T01:52:21.208 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: debug 2023-12-09T01:52:20.874+0000 7fd30888d880 4 rocksdb: Options.max_total_wal_size: 0 2023-12-09T01:52:21.208 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: debug 2023-12-09T01:52:20.874+0000 7fd30888d880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-12-09T01:52:21.208 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: debug 2023-12-09T01:52:20.874+0000 7fd30888d880 4 rocksdb: Options.stats_dump_period_sec: 600 2023-12-09T01:52:21.208 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: debug 2023-12-09T01:52:20.874+0000 7fd30888d880 4 rocksdb: Options.stats_persist_period_sec: 600 2023-12-09T01:52:21.208 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: debug 2023-12-09T01:52:20.874+0000 7fd30888d880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-12-09T01:52:21.208 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: debug 2023-12-09T01:52:20.874+0000 7fd30888d880 4 rocksdb: Options.max_open_files: -1 2023-12-09T01:52:21.208 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: debug 2023-12-09T01:52:20.874+0000 7fd30888d880 4 rocksdb: Options.bytes_per_sync: 0 2023-12-09T01:52:21.208 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: debug 2023-12-09T01:52:20.874+0000 7fd30888d880 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-12-09T01:52:21.208 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: debug 2023-12-09T01:52:20.874+0000 7fd30888d880 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-12-09T01:52:21.209 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: debug 2023-12-09T01:52:20.874+0000 7fd30888d880 4 rocksdb: Options.compaction_readahead_size: 0 2023-12-09T01:52:21.209 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: debug 2023-12-09T01:52:20.874+0000 7fd30888d880 4 rocksdb: Options.max_background_flushes: -1 2023-12-09T01:52:21.209 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: debug 2023-12-09T01:52:20.874+0000 7fd30888d880 4 rocksdb: Compression algorithms supported: 2023-12-09T01:52:21.209 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: debug 2023-12-09T01:52:20.874+0000 7fd30888d880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-12-09T01:52:21.209 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: debug 2023-12-09T01:52:20.874+0000 7fd30888d880 4 rocksdb: kZSTD supported: 0 2023-12-09T01:52:21.209 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: debug 2023-12-09T01:52:20.874+0000 7fd30888d880 4 rocksdb: kXpressCompression supported: 0 2023-12-09T01:52:21.209 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: debug 2023-12-09T01:52:20.874+0000 7fd30888d880 4 rocksdb: kLZ4HCCompression supported: 1 2023-12-09T01:52:21.209 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: debug 2023-12-09T01:52:20.874+0000 7fd30888d880 4 rocksdb: kLZ4Compression supported: 1 2023-12-09T01:52:21.209 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: debug 2023-12-09T01:52:20.874+0000 7fd30888d880 4 rocksdb: kBZip2Compression supported: 0 2023-12-09T01:52:21.209 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: debug 2023-12-09T01:52:20.874+0000 7fd30888d880 4 rocksdb: kZlibCompression supported: 1 2023-12-09T01:52:21.209 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: debug 2023-12-09T01:52:20.874+0000 7fd30888d880 4 rocksdb: kSnappyCompression supported: 1 2023-12-09T01:52:21.209 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: debug 2023-12-09T01:52:20.874+0000 7fd30888d880 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-12-09T01:52:21.210 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: debug 2023-12-09T01:52:20.874+0000 7fd30888d880 4 rocksdb: [db/version_set.cc:4725] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000009 2023-12-09T01:52:21.210 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: debug 2023-12-09T01:52:20.874+0000 7fd30888d880 4 rocksdb: [db/column_family.cc:597] --------------- Options for column family [default]: 2023-12-09T01:52:21.210 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: debug 2023-12-09T01:52:20.874+0000 7fd30888d880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-12-09T01:52:21.210 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: debug 2023-12-09T01:52:20.874+0000 7fd30888d880 4 rocksdb: Options.merge_operator: 2023-12-09T01:52:21.210 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: debug 2023-12-09T01:52:20.874+0000 7fd30888d880 4 rocksdb: Options.compaction_filter: None 2023-12-09T01:52:21.210 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: debug 2023-12-09T01:52:20.874+0000 7fd30888d880 4 rocksdb: Options.compaction_filter_factory: None 2023-12-09T01:52:21.210 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: debug 2023-12-09T01:52:20.874+0000 7fd30888d880 4 rocksdb: Options.sst_partitioner_factory: None 2023-12-09T01:52:21.210 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: debug 2023-12-09T01:52:20.874+0000 7fd30888d880 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-12-09T01:52:21.210 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: debug 2023-12-09T01:52:20.874+0000 7fd30888d880 4 rocksdb: Options.table_factory: BlockBasedTable 2023-12-09T01:52:21.210 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: debug 2023-12-09T01:52:20.874+0000 7fd30888d880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55cafcb55d00) 2023-12-09T01:52:21.210 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: cache_index_and_filter_blocks: 1 2023-12-09T01:52:21.210 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: cache_index_and_filter_blocks_with_high_priority: 0 2023-12-09T01:52:21.211 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: pin_l0_filter_and_index_blocks_in_cache: 0 2023-12-09T01:52:21.211 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: pin_top_level_index_and_filter: 1 2023-12-09T01:52:21.211 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: index_type: 0 2023-12-09T01:52:21.211 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: data_block_index_type: 0 2023-12-09T01:52:21.211 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: index_shortening: 1 2023-12-09T01:52:21.211 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: data_block_hash_table_util_ratio: 0.750000 2023-12-09T01:52:21.211 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: hash_index_allow_collision: 1 2023-12-09T01:52:21.211 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: checksum: 1 2023-12-09T01:52:21.211 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: no_block_cache: 0 2023-12-09T01:52:21.211 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: block_cache: 0x55cafcbbc170 2023-12-09T01:52:21.211 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: block_cache_name: BinnedLRUCache 2023-12-09T01:52:21.212 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: block_cache_options: 2023-12-09T01:52:21.212 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: capacity : 536870912 2023-12-09T01:52:21.212 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: num_shard_bits : 4 2023-12-09T01:52:21.212 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: strict_capacity_limit : 0 2023-12-09T01:52:21.212 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: high_pri_pool_ratio: 0.000 2023-12-09T01:52:21.212 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: block_cache_compressed: (nil) 2023-12-09T01:52:21.212 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: persistent_cache: (nil) 2023-12-09T01:52:21.212 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: block_size: 4096 2023-12-09T01:52:21.212 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: block_size_deviation: 10 2023-12-09T01:52:21.212 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: block_restart_interval: 16 2023-12-09T01:52:21.213 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: index_block_restart_interval: 1 2023-12-09T01:52:21.213 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: metadata_block_size: 4096 2023-12-09T01:52:21.213 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: partition_filters: 0 2023-12-09T01:52:21.213 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: use_delta_encoding: 1 2023-12-09T01:52:21.213 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: filter_policy: rocksdb.BuiltinBloomFilter 2023-12-09T01:52:21.213 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: whole_key_filtering: 1 2023-12-09T01:52:21.213 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: verify_compression: 0 2023-12-09T01:52:21.214 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: read_amp_bytes_per_bit: 0 2023-12-09T01:52:21.214 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: format_version: 4 2023-12-09T01:52:21.214 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: enable_index_compression: 1 2023-12-09T01:52:21.214 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: block_align: 0 2023-12-09T01:52:21.214 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: debug 2023-12-09T01:52:20.874+0000 7fd30888d880 4 rocksdb: Options.write_buffer_size: 33554432 2023-12-09T01:52:21.214 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: debug 2023-12-09T01:52:20.874+0000 7fd30888d880 4 rocksdb: Options.max_write_buffer_number: 2 2023-12-09T01:52:21.214 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: debug 2023-12-09T01:52:20.874+0000 7fd30888d880 4 rocksdb: Options.compression: NoCompression 2023-12-09T01:52:21.214 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: debug 2023-12-09T01:52:20.874+0000 7fd30888d880 4 rocksdb: Options.bottommost_compression: Disabled 2023-12-09T01:52:21.214 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: debug 2023-12-09T01:52:20.874+0000 7fd30888d880 4 rocksdb: Options.prefix_extractor: nullptr 2023-12-09T01:52:21.214 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: debug 2023-12-09T01:52:20.874+0000 7fd30888d880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-12-09T01:52:21.214 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: debug 2023-12-09T01:52:20.874+0000 7fd30888d880 4 rocksdb: Options.num_levels: 7 2023-12-09T01:52:21.214 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: debug 2023-12-09T01:52:20.874+0000 7fd30888d880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-12-09T01:52:21.215 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: debug 2023-12-09T01:52:20.874+0000 7fd30888d880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-12-09T01:52:21.215 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: debug 2023-12-09T01:52:20.874+0000 7fd30888d880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-12-09T01:52:21.215 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: debug 2023-12-09T01:52:20.874+0000 7fd30888d880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-12-09T01:52:21.215 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: debug 2023-12-09T01:52:20.874+0000 7fd30888d880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-12-09T01:52:21.215 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: debug 2023-12-09T01:52:20.874+0000 7fd30888d880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-12-09T01:52:21.215 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: debug 2023-12-09T01:52:20.874+0000 7fd30888d880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-12-09T01:52:21.215 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: debug 2023-12-09T01:52:20.874+0000 7fd30888d880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-12-09T01:52:21.215 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: debug 2023-12-09T01:52:20.874+0000 7fd30888d880 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2023-12-09T01:52:21.215 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: debug 2023-12-09T01:52:20.874+0000 7fd30888d880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-12-09T01:52:21.216 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: debug 2023-12-09T01:52:20.874+0000 7fd30888d880 4 rocksdb: Options.compression_opts.window_bits: -14 2023-12-09T01:52:21.216 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: debug 2023-12-09T01:52:20.874+0000 7fd30888d880 4 rocksdb: Options.compression_opts.level: 32767 2023-12-09T01:52:21.216 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: debug 2023-12-09T01:52:20.874+0000 7fd30888d880 4 rocksdb: Options.compression_opts.strategy: 0 2023-12-09T01:52:21.216 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: debug 2023-12-09T01:52:20.874+0000 7fd30888d880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-12-09T01:52:21.216 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: debug 2023-12-09T01:52:20.874+0000 7fd30888d880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-12-09T01:52:21.216 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: debug 2023-12-09T01:52:20.874+0000 7fd30888d880 4 rocksdb: Options.compression_opts.parallel_threads: 1 2023-12-09T01:52:21.216 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: debug 2023-12-09T01:52:20.874+0000 7fd30888d880 4 rocksdb: Options.compression_opts.enabled: false 2023-12-09T01:52:21.216 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: debug 2023-12-09T01:52:20.874+0000 7fd30888d880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-12-09T01:52:21.216 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: debug 2023-12-09T01:52:20.874+0000 7fd30888d880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-12-09T01:52:21.216 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: debug 2023-12-09T01:52:20.874+0000 7fd30888d880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-12-09T01:52:21.216 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: debug 2023-12-09T01:52:20.874+0000 7fd30888d880 4 rocksdb: Options.target_file_size_base: 67108864 2023-12-09T01:52:21.216 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: debug 2023-12-09T01:52:20.874+0000 7fd30888d880 4 rocksdb: Options.target_file_size_multiplier: 1 2023-12-09T01:52:21.217 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: debug 2023-12-09T01:52:20.874+0000 7fd30888d880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-12-09T01:52:21.217 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: debug 2023-12-09T01:52:20.874+0000 7fd30888d880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-12-09T01:52:21.217 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: debug 2023-12-09T01:52:20.874+0000 7fd30888d880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-12-09T01:52:21.217 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: debug 2023-12-09T01:52:20.874+0000 7fd30888d880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-12-09T01:52:21.218 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: debug 2023-12-09T01:52:20.874+0000 7fd30888d880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-12-09T01:52:21.218 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: debug 2023-12-09T01:52:20.874+0000 7fd30888d880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-12-09T01:52:21.218 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: debug 2023-12-09T01:52:20.874+0000 7fd30888d880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-12-09T01:52:21.218 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: debug 2023-12-09T01:52:20.874+0000 7fd30888d880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-12-09T01:52:21.218 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: debug 2023-12-09T01:52:20.874+0000 7fd30888d880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-12-09T01:52:21.219 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: debug 2023-12-09T01:52:20.874+0000 7fd30888d880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-12-09T01:52:21.219 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: debug 2023-12-09T01:52:20.874+0000 7fd30888d880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-12-09T01:52:21.219 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: debug 2023-12-09T01:52:20.874+0000 7fd30888d880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-12-09T01:52:21.219 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: debug 2023-12-09T01:52:20.874+0000 7fd30888d880 4 rocksdb: Options.arena_block_size: 4194304 2023-12-09T01:52:21.219 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: debug 2023-12-09T01:52:20.874+0000 7fd30888d880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-12-09T01:52:21.219 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: debug 2023-12-09T01:52:20.874+0000 7fd30888d880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-12-09T01:52:21.219 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: debug 2023-12-09T01:52:20.874+0000 7fd30888d880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-12-09T01:52:21.219 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: debug 2023-12-09T01:52:20.874+0000 7fd30888d880 4 rocksdb: Options.disable_auto_compactions: 0 2023-12-09T01:52:21.219 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: debug 2023-12-09T01:52:20.874+0000 7fd30888d880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-12-09T01:52:21.219 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: debug 2023-12-09T01:52:20.874+0000 7fd30888d880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-12-09T01:52:21.219 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: debug 2023-12-09T01:52:20.874+0000 7fd30888d880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-12-09T01:52:21.219 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: debug 2023-12-09T01:52:20.874+0000 7fd30888d880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-12-09T01:52:21.219 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: debug 2023-12-09T01:52:20.874+0000 7fd30888d880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-12-09T01:52:21.220 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: debug 2023-12-09T01:52:20.874+0000 7fd30888d880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-12-09T01:52:21.220 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: debug 2023-12-09T01:52:20.874+0000 7fd30888d880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-12-09T01:52:21.220 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: debug 2023-12-09T01:52:20.874+0000 7fd30888d880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-12-09T01:52:21.220 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: debug 2023-12-09T01:52:20.874+0000 7fd30888d880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-12-09T01:52:21.220 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: debug 2023-12-09T01:52:20.874+0000 7fd30888d880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-12-09T01:52:21.220 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: debug 2023-12-09T01:52:20.874+0000 7fd30888d880 4 rocksdb: Options.table_properties_collectors: 2023-12-09T01:52:21.220 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: debug 2023-12-09T01:52:20.874+0000 7fd30888d880 4 rocksdb: Options.inplace_update_support: 0 2023-12-09T01:52:21.220 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: debug 2023-12-09T01:52:20.874+0000 7fd30888d880 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-12-09T01:52:21.220 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: debug 2023-12-09T01:52:20.874+0000 7fd30888d880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-12-09T01:52:21.220 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: debug 2023-12-09T01:52:20.874+0000 7fd30888d880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-12-09T01:52:21.220 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: debug 2023-12-09T01:52:20.874+0000 7fd30888d880 4 rocksdb: Options.memtable_huge_page_size: 0 2023-12-09T01:52:21.220 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: debug 2023-12-09T01:52:20.874+0000 7fd30888d880 4 rocksdb: Options.bloom_locality: 0 2023-12-09T01:52:21.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: debug 2023-12-09T01:52:20.874+0000 7fd30888d880 4 rocksdb: Options.max_successive_merges: 0 2023-12-09T01:52:21.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: debug 2023-12-09T01:52:20.874+0000 7fd30888d880 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-12-09T01:52:21.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: debug 2023-12-09T01:52:20.874+0000 7fd30888d880 4 rocksdb: Options.paranoid_file_checks: 0 2023-12-09T01:52:21.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: debug 2023-12-09T01:52:20.874+0000 7fd30888d880 4 rocksdb: Options.force_consistency_checks: 1 2023-12-09T01:52:21.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: debug 2023-12-09T01:52:20.874+0000 7fd30888d880 4 rocksdb: Options.report_bg_io_stats: 0 2023-12-09T01:52:21.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: debug 2023-12-09T01:52:20.874+0000 7fd30888d880 4 rocksdb: Options.ttl: 2592000 2023-12-09T01:52:21.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: debug 2023-12-09T01:52:20.874+0000 7fd30888d880 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-12-09T01:52:21.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: debug 2023-12-09T01:52:20.874+0000 7fd30888d880 4 rocksdb: Options.enable_blob_files: false 2023-12-09T01:52:21.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: debug 2023-12-09T01:52:20.874+0000 7fd30888d880 4 rocksdb: Options.min_blob_size: 0 2023-12-09T01:52:21.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: debug 2023-12-09T01:52:20.874+0000 7fd30888d880 4 rocksdb: Options.blob_file_size: 268435456 2023-12-09T01:52:21.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: debug 2023-12-09T01:52:20.874+0000 7fd30888d880 4 rocksdb: Options.blob_compression_type: NoCompression 2023-12-09T01:52:21.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: debug 2023-12-09T01:52:20.874+0000 7fd30888d880 4 rocksdb: Options.enable_blob_garbage_collection: false 2023-12-09T01:52:21.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: debug 2023-12-09T01:52:20.874+0000 7fd30888d880 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2023-12-09T01:52:21.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: debug 2023-12-09T01:52:20.874+0000 7fd30888d880 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-09T01:52:21.222 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: debug 2023-12-09T01:52:20.874+0000 7fd30888d880 4 rocksdb: [db/version_set.cc:4782] Column family [default] (ID 0), log number is 5 2023-12-09T01:52:21.222 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: debug 2023-12-09T01:52:20.874+0000 7fd30888d880 4 rocksdb: [db/version_set.cc:4083] Creating manifest 13 2023-12-09T01:52:21.222 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: debug 2023-12-09T01:52:20.878+0000 7fd30888d880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1702086740881527, "job": 1, "event": "recovery_started", "wal_files": [10]} 2023-12-09T01:52:21.222 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: debug 2023-12-09T01:52:20.878+0000 7fd30888d880 4 rocksdb: [db/db_impl/db_impl_open.cc:847] Recovering log #10 mode 2 2023-12-09T01:52:21.222 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: debug 2023-12-09T01:52:20.878+0000 7fd30888d880 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-09T01:52:21.222 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: debug 2023-12-09T01:52:20.878+0000 7fd30888d880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1702086740883360, "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": 1702086740, "oldest_key_time": 0, "file_creation_time": 0, "db_id": "ef95e610-063a-4fcb-bb88-4a225090a0f6", "db_session_id": "GQV3J45OC5914AEDITET"}} 2023-12-09T01:52:21.222 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: debug 2023-12-09T01:52:20.878+0000 7fd30888d880 4 rocksdb: [db/version_set.cc:4083] Creating manifest 15 2023-12-09T01:52:21.222 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: debug 2023-12-09T01:52:20.878+0000 7fd30888d880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1702086740884493, "job": 1, "event": "recovery_finished"} 2023-12-09T01:52:21.222 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: debug 2023-12-09T01:52:20.878+0000 7fd30888d880 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-09T01:52:21.222 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: debug 2023-12-09T01:52:20.882+0000 7fd30888d880 4 rocksdb: [db/db_impl/db_impl_open.cc:1701] SstFileManager instance 0x55cafcba2a80 2023-12-09T01:52:21.223 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: debug 2023-12-09T01:52:20.882+0000 7fd30888d880 4 rocksdb: DB pointer 0x55cafcbb2000 2023-12-09T01:52:21.223 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: debug 2023-12-09T01:52:20.882+0000 7fd2f8615700 4 rocksdb: [db/db_impl/db_impl.cc:902] ------- DUMPING STATS ------- 2023-12-09T01:52:21.223 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: debug 2023-12-09T01:52:20.882+0000 7fd2f8615700 4 rocksdb: [db/db_impl/db_impl.cc:903] 2023-12-09T01:52:21.223 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: ** DB Stats ** 2023-12-09T01:52:21.223 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-09T01:52:21.223 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: 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-09T01:52:21.223 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-12-09T01:52:21.223 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-09T01:52:21.223 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: 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-09T01:52:21.223 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-12-09T01:52:21.224 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-09T01:52:21.224 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: ** Compaction Stats [default] ** 2023-12-09T01:52:21.224 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: 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-09T01:52:21.224 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-09T01:52:21.224 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: L0 2/0 78.73 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 72.1 0.00 0.00 1 0.001 0 0 2023-12-09T01:52:21.224 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: Sum 2/0 78.73 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 72.1 0.00 0.00 1 0.001 0 0 2023-12-09T01:52:21.224 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 72.1 0.00 0.00 1 0.001 0 0 2023-12-09T01:52:21.224 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: ** Compaction Stats [default] ** 2023-12-09T01:52:21.224 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: 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-09T01:52:21.224 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-09T01:52:21.224 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 72.1 0.00 0.00 1 0.001 0 0 2023-12-09T01:52:21.224 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-09T01:52:21.225 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: Flush(GB): cumulative 0.000, interval 0.000 2023-12-09T01:52:21.225 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-09T01:52:21.225 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: AddFile(Total Files): cumulative 0, interval 0 2023-12-09T01:52:21.225 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: AddFile(L0 Files): cumulative 0, interval 0 2023-12-09T01:52:21.225 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: AddFile(Keys): cumulative 0, interval 0 2023-12-09T01:52:21.225 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: Cumulative compaction: 0.00 GB write, 8.38 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-09T01:52:21.225 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: Interval compaction: 0.00 GB write, 8.38 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-09T01:52:21.225 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: 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-09T01:52:21.225 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: ** File Read Latency Histogram By Level [default] ** 2023-12-09T01:52:21.225 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: ** Compaction Stats [default] ** 2023-12-09T01:52:21.225 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: 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-09T01:52:21.226 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-09T01:52:21.226 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: L0 2/0 78.73 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 72.1 0.00 0.00 1 0.001 0 0 2023-12-09T01:52:21.226 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: Sum 2/0 78.73 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 72.1 0.00 0.00 1 0.001 0 0 2023-12-09T01:52:21.226 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: 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-09T01:52:21.226 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: ** Compaction Stats [default] ** 2023-12-09T01:52:21.226 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: 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-09T01:52:21.226 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-09T01:52:21.226 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 72.1 0.00 0.00 1 0.001 0 0 2023-12-09T01:52:21.226 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-09T01:52:21.226 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: Flush(GB): cumulative 0.000, interval 0.000 2023-12-09T01:52:21.226 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-09T01:52:21.226 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: AddFile(Total Files): cumulative 0, interval 0 2023-12-09T01:52:21.227 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: AddFile(L0 Files): cumulative 0, interval 0 2023-12-09T01:52:21.227 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: AddFile(Keys): cumulative 0, interval 0 2023-12-09T01:52:21.227 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: Cumulative compaction: 0.00 GB write, 8.35 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-09T01:52:21.227 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: 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-09T01:52:21.227 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: 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-09T01:52:21.227 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: ** File Read Latency Histogram By Level [default] ** 2023-12-09T01:52:21.227 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: debug 2023-12-09T01:52:20.882+0000 7fd30888d880 0 starting mon.a rank 0 at public addrs [v2:172.21.15.67:3300/0,v1:172.21.15.67:6789/0] at bind addrs [v2:172.21.15.67:3300/0,v1:172.21.15.67:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid 6db93fb0-9635-11ee-95a3-87774f69a715 2023-12-09T01:52:21.227 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: debug 2023-12-09T01:52:20.886+0000 7fd30888d880 1 mon.a@-1(???) e1 preinit fsid 6db93fb0-9635-11ee-95a3-87774f69a715 2023-12-09T01:52:21.227 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: debug 2023-12-09T01:52:20.886+0000 7fd30888d880 0 mon.a@-1(???).mds e1 new map 2023-12-09T01:52:21.227 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: debug 2023-12-09T01:52:20.886+0000 7fd30888d880 0 mon.a@-1(???).mds e1 print_map 2023-12-09T01:52:21.227 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: e1 2023-12-09T01:52:21.227 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: enable_multiple, ever_enabled_multiple: 1,1 2023-12-09T01:52:21.228 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: 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-09T01:52:21.228 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: legacy client fscid: -1 2023-12-09T01:52:21.228 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: 2023-12-09T01:52:21.228 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: No filesystems configured 2023-12-09T01:52:21.228 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: debug 2023-12-09T01:52:20.886+0000 7fd30888d880 0 mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2023-12-09T01:52:21.228 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: debug 2023-12-09T01:52:20.886+0000 7fd30888d880 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-12-09T01:52:21.228 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: debug 2023-12-09T01:52:20.886+0000 7fd30888d880 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-12-09T01:52:21.228 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: debug 2023-12-09T01:52:20.886+0000 7fd30888d880 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-12-09T01:52:21.228 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: debug 2023-12-09T01:52:20.886+0000 7fd30888d880 1 mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2023-12-09T01:52:21.228 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: debug 2023-12-09T01:52:20.890+0000 7fd30888d880 20 expand_channel_meta expand map: {default=false} 2023-12-09T01:52:21.228 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: debug 2023-12-09T01:52:20.890+0000 7fd30888d880 20 expand_channel_meta from 'false' to 'false' 2023-12-09T01:52:21.228 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: debug 2023-12-09T01:52:20.890+0000 7fd30888d880 20 expand_channel_meta expanded map: {default=false} 2023-12-09T01:52:21.228 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: debug 2023-12-09T01:52:20.890+0000 7fd30888d880 20 expand_channel_meta expand map: {default=info} 2023-12-09T01:52:21.229 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: debug 2023-12-09T01:52:20.890+0000 7fd30888d880 20 expand_channel_meta from 'info' to 'info' 2023-12-09T01:52:21.229 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: debug 2023-12-09T01:52:20.890+0000 7fd30888d880 20 expand_channel_meta expanded map: {default=info} 2023-12-09T01:52:21.229 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: debug 2023-12-09T01:52:20.890+0000 7fd30888d880 20 expand_channel_meta expand map: {default=daemon} 2023-12-09T01:52:21.229 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: debug 2023-12-09T01:52:20.890+0000 7fd30888d880 20 expand_channel_meta from 'daemon' to 'daemon' 2023-12-09T01:52:21.229 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: debug 2023-12-09T01:52:20.890+0000 7fd30888d880 20 expand_channel_meta expanded map: {default=daemon} 2023-12-09T01:52:21.229 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: debug 2023-12-09T01:52:20.890+0000 7fd30888d880 20 expand_channel_meta expand map: {default=debug} 2023-12-09T01:52:21.229 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: debug 2023-12-09T01:52:20.890+0000 7fd30888d880 20 expand_channel_meta from 'debug' to 'debug' 2023-12-09T01:52:21.229 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: debug 2023-12-09T01:52:20.890+0000 7fd30888d880 20 expand_channel_meta expanded map: {default=debug} 2023-12-09T01:52:21.229 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: cluster 2023-12-09T01:52:20.897512+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2023-12-09T01:52:21.229 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: cluster 2023-12-09T01:52:20.897594+0000 mon.a (mon.0) 2 : cluster [DBG] monmap e1: 1 mons at {a=[v2:172.21.15.67:3300/0,v1:172.21.15.67:6789/0]} 2023-12-09T01:52:21.229 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: cluster 2023-12-09T01:52:20.897689+0000 mon.a (mon.0) 3 : cluster [DBG] fsmap 2023-12-09T01:52:21.229 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: cluster 2023-12-09T01:52:20.897734+0000 mon.a (mon.0) 4 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2023-12-09T01:52:21.229 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:20 smithi067 bash[25104]: cluster 2023-12-09T01:52:20.898217+0000 mon.a (mon.0) 5 : cluster [DBG] mgrmap e1: no daemons active 2023-12-09T01:52:21.787 INFO:teuthology.orchestra.run.smithi067.stderr:Wrote config to /etc/ceph/ceph.conf 2023-12-09T01:52:21.787 INFO:teuthology.orchestra.run.smithi067.stderr:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2023-12-09T01:52:21.787 INFO:teuthology.orchestra.run.smithi067.stderr:Creating mgr... 2023-12-09T01:52:21.787 INFO:teuthology.orchestra.run.smithi067.stderr:Verifying port 9283 ... 2023-12-09T01:52:22.019 INFO:teuthology.orchestra.run.smithi067.stderr:systemctl: Failed to reset failed state of unit ceph-6db93fb0-9635-11ee-95a3-87774f69a715@mgr.y.service: Unit ceph-6db93fb0-9635-11ee-95a3-87774f69a715@mgr.y.service not loaded. 2023-12-09T01:52:22.026 INFO:teuthology.orchestra.run.smithi067.stderr:systemctl: Created symlink /etc/systemd/system/ceph-6db93fb0-9635-11ee-95a3-87774f69a715.target.wants/ceph-6db93fb0-9635-11ee-95a3-87774f69a715@mgr.y.service -> /etc/systemd/system/ceph-6db93fb0-9635-11ee-95a3-87774f69a715@.service. 2023-12-09T01:52:22.236 INFO:teuthology.orchestra.run.smithi067.stderr:firewalld does not appear to be present 2023-12-09T01:52:22.236 INFO:teuthology.orchestra.run.smithi067.stderr:Not possible to enable service . firewalld.service is not available 2023-12-09T01:52:22.236 INFO:teuthology.orchestra.run.smithi067.stderr:firewalld does not appear to be present 2023-12-09T01:52:22.236 INFO:teuthology.orchestra.run.smithi067.stderr:Not possible to open ports <[9283]>. firewalld.service is not available 2023-12-09T01:52:22.236 INFO:teuthology.orchestra.run.smithi067.stderr:Waiting for mgr to start... 2023-12-09T01:52:22.236 INFO:teuthology.orchestra.run.smithi067.stderr:Waiting for mgr... 2023-12-09T01:52:22.468 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:22 smithi067 bash[25104]: audit 2023-12-09T01:52:21.171697+0000 mon.a (mon.0) 6 : audit [INF] from='client.? 172.21.15.67:0/1608132665' entity='client.admin' 2023-12-09T01:52:23.776 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: 2023-12-09T01:52:23.776 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: { 2023-12-09T01:52:23.777 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "fsid": "6db93fb0-9635-11ee-95a3-87774f69a715", 2023-12-09T01:52:23.777 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "health": { 2023-12-09T01:52:23.777 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-12-09T01:52:23.777 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "checks": {}, 2023-12-09T01:52:23.777 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "mutes": [] 2023-12-09T01:52:23.777 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: }, 2023-12-09T01:52:23.777 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-12-09T01:52:23.777 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "quorum": [ 2023-12-09T01:52:23.777 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: 0 2023-12-09T01:52:23.777 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: ], 2023-12-09T01:52:23.777 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "quorum_names": [ 2023-12-09T01:52:23.777 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "a" 2023-12-09T01:52:23.777 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: ], 2023-12-09T01:52:23.777 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "quorum_age": 2, 2023-12-09T01:52:23.778 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "monmap": { 2023-12-09T01:52:23.778 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-09T01:52:23.778 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "min_mon_release_name": "quincy", 2023-12-09T01:52:23.778 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "num_mons": 1 2023-12-09T01:52:23.778 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: }, 2023-12-09T01:52:23.778 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "osdmap": { 2023-12-09T01:52:23.778 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-09T01:52:23.778 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "num_osds": 0, 2023-12-09T01:52:23.778 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-12-09T01:52:23.778 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-12-09T01:52:23.778 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-12-09T01:52:23.778 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-12-09T01:52:23.778 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-12-09T01:52:23.778 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: }, 2023-12-09T01:52:23.778 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "pgmap": { 2023-12-09T01:52:23.780 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-12-09T01:52:23.780 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-12-09T01:52:23.780 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "num_pools": 0, 2023-12-09T01:52:23.780 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "num_objects": 0, 2023-12-09T01:52:23.780 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-12-09T01:52:23.780 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-12-09T01:52:23.780 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-12-09T01:52:23.780 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "bytes_total": 0 2023-12-09T01:52:23.780 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: }, 2023-12-09T01:52:23.780 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "fsmap": { 2023-12-09T01:52:23.782 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-09T01:52:23.782 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "by_rank": [], 2023-12-09T01:52:23.782 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "up:standby": 0 2023-12-09T01:52:23.782 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: }, 2023-12-09T01:52:23.783 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "mgrmap": { 2023-12-09T01:52:23.783 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "available": false, 2023-12-09T01:52:23.783 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-12-09T01:52:23.783 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "modules": [ 2023-12-09T01:52:23.783 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "iostat", 2023-12-09T01:52:23.783 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "nfs", 2023-12-09T01:52:23.783 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "restful" 2023-12-09T01:52:23.783 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: ], 2023-12-09T01:52:23.783 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "services": {} 2023-12-09T01:52:23.783 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: }, 2023-12-09T01:52:23.783 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "servicemap": { 2023-12-09T01:52:23.783 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-09T01:52:23.783 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "modified": "2023-12-09T01:52:14.712704+0000", 2023-12-09T01:52:23.783 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "services": {} 2023-12-09T01:52:23.783 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: }, 2023-12-09T01:52:23.784 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "progress_events": {} 2023-12-09T01:52:23.784 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: } 2023-12-09T01:52:23.968 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:23 smithi067 bash[25104]: audit 2023-12-09T01:52:23.773698+0000 mon.a (mon.0) 7 : audit [DBG] from='client.? 172.21.15.67:0/557115196' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-09T01:52:23.969 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 01:52:23 smithi067 bash[25375]: debug 2023-12-09T01:52:23.674+0000 7f8c55c57000 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-12-09T01:52:24.375 INFO:teuthology.orchestra.run.smithi067.stderr:mgr not available, waiting (1/15)... 2023-12-09T01:52:24.684 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 01:52:24 smithi067 bash[25375]: debug 2023-12-09T01:52:24.390+0000 7f8c55c57000 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-12-09T01:52:24.684 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 01:52:24 smithi067 bash[25375]: debug 2023-12-09T01:52:24.514+0000 7f8c55c57000 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-12-09T01:52:24.968 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 01:52:24 smithi067 bash[25375]: debug 2023-12-09T01:52:24.678+0000 7f8c55c57000 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-12-09T01:52:25.326 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 01:52:25 smithi067 bash[25375]: debug 2023-12-09T01:52:25.018+0000 7f8c55c57000 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-12-09T01:52:25.326 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 01:52:25 smithi067 bash[25375]: debug 2023-12-09T01:52:25.114+0000 7f8c55c57000 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-12-09T01:52:26.468 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 01:52:25 smithi067 bash[25375]: debug 2023-12-09T01:52:25.322+0000 7f8c55c57000 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-12-09T01:52:26.468 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 01:52:26 smithi067 bash[25375]: debug 2023-12-09T01:52:26.182+0000 7f8c55c57000 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-12-09T01:52:26.468 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 01:52:26 smithi067 bash[25375]: debug 2023-12-09T01:52:26.290+0000 7f8c55c57000 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-12-09T01:52:26.718 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 01:52:26 smithi067 bash[25375]: debug 2023-12-09T01:52:26.498+0000 7f8c55c57000 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-12-09T01:52:27.170 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 01:52:26 smithi067 bash[25375]: debug 2023-12-09T01:52:26.858+0000 7f8c55c57000 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-12-09T01:52:27.468 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 01:52:27 smithi067 bash[25375]: debug 2023-12-09T01:52:27.202+0000 7f8c55c57000 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-12-09T01:52:27.550 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: 2023-12-09T01:52:27.550 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: { 2023-12-09T01:52:27.550 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "fsid": "6db93fb0-9635-11ee-95a3-87774f69a715", 2023-12-09T01:52:27.550 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "health": { 2023-12-09T01:52:27.550 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-12-09T01:52:27.554 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "checks": {}, 2023-12-09T01:52:27.554 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "mutes": [] 2023-12-09T01:52:27.554 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: }, 2023-12-09T01:52:27.554 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-12-09T01:52:27.554 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "quorum": [ 2023-12-09T01:52:27.554 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: 0 2023-12-09T01:52:27.554 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: ], 2023-12-09T01:52:27.554 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "quorum_names": [ 2023-12-09T01:52:27.554 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "a" 2023-12-09T01:52:27.554 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: ], 2023-12-09T01:52:27.554 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "quorum_age": 6, 2023-12-09T01:52:27.554 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "monmap": { 2023-12-09T01:52:27.554 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-09T01:52:27.554 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "min_mon_release_name": "quincy", 2023-12-09T01:52:27.555 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "num_mons": 1 2023-12-09T01:52:27.555 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: }, 2023-12-09T01:52:27.555 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "osdmap": { 2023-12-09T01:52:27.555 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-09T01:52:27.555 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "num_osds": 0, 2023-12-09T01:52:27.555 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-12-09T01:52:27.555 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-12-09T01:52:27.555 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-12-09T01:52:27.555 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-12-09T01:52:27.555 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-12-09T01:52:27.555 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: }, 2023-12-09T01:52:27.555 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "pgmap": { 2023-12-09T01:52:27.555 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-12-09T01:52:27.555 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-12-09T01:52:27.555 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "num_pools": 0, 2023-12-09T01:52:27.555 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "num_objects": 0, 2023-12-09T01:52:27.556 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-12-09T01:52:27.558 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-12-09T01:52:27.558 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-12-09T01:52:27.558 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "bytes_total": 0 2023-12-09T01:52:27.558 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: }, 2023-12-09T01:52:27.559 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "fsmap": { 2023-12-09T01:52:27.559 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-09T01:52:27.559 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "by_rank": [], 2023-12-09T01:52:27.559 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "up:standby": 0 2023-12-09T01:52:27.559 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: }, 2023-12-09T01:52:27.559 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "mgrmap": { 2023-12-09T01:52:27.559 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "available": false, 2023-12-09T01:52:27.559 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-12-09T01:52:27.559 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "modules": [ 2023-12-09T01:52:27.559 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "iostat", 2023-12-09T01:52:27.559 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "nfs", 2023-12-09T01:52:27.559 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "restful" 2023-12-09T01:52:27.559 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: ], 2023-12-09T01:52:27.559 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "services": {} 2023-12-09T01:52:27.559 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: }, 2023-12-09T01:52:27.560 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "servicemap": { 2023-12-09T01:52:27.560 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-09T01:52:27.560 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "modified": "2023-12-09T01:52:14.712704+0000", 2023-12-09T01:52:27.560 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "services": {} 2023-12-09T01:52:27.560 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: }, 2023-12-09T01:52:27.560 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "progress_events": {} 2023-12-09T01:52:27.560 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: } 2023-12-09T01:52:27.939 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:27 smithi067 bash[25104]: audit 2023-12-09T01:52:27.549605+0000 mon.a (mon.0) 8 : audit [DBG] from='client.? 172.21.15.67:0/1586422954' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-09T01:52:27.939 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 01:52:27 smithi067 bash[25375]: debug 2023-12-09T01:52:27.638+0000 7f8c55c57000 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-12-09T01:52:28.098 INFO:teuthology.orchestra.run.smithi067.stderr:mgr not available, waiting (2/15)... 2023-12-09T01:52:28.218 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 01:52:27 smithi067 bash[25375]: debug 2023-12-09T01:52:27.934+0000 7f8c55c57000 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-12-09T01:52:28.909 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 01:52:28 smithi067 bash[25375]: debug 2023-12-09T01:52:28.638+0000 7f8c55c57000 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-12-09T01:52:28.909 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 01:52:28 smithi067 bash[25375]: debug 2023-12-09T01:52:28.742+0000 7f8c55c57000 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-12-09T01:52:29.161 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 01:52:28 smithi067 bash[25375]: debug 2023-12-09T01:52:28.906+0000 7f8c55c57000 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-12-09T01:52:29.161 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 01:52:29 smithi067 bash[25375]: debug 2023-12-09T01:52:29.014+0000 7f8c55c57000 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-12-09T01:52:29.455 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 01:52:29 smithi067 bash[25375]: debug 2023-12-09T01:52:29.158+0000 7f8c55c57000 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-12-09T01:52:29.718 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 01:52:29 smithi067 bash[25375]: debug 2023-12-09T01:52:29.450+0000 7f8c55c57000 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-12-09T01:52:29.718 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 01:52:29 smithi067 bash[25375]: debug 2023-12-09T01:52:29.570+0000 7f8c55c57000 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-12-09T01:52:30.131 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 01:52:29 smithi067 bash[25375]: debug 2023-12-09T01:52:29.754+0000 7f8c55c57000 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-12-09T01:52:30.131 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 01:52:29 smithi067 bash[25375]: debug 2023-12-09T01:52:29.878+0000 7f8c55c57000 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-12-09T01:52:31.208 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: 2023-12-09T01:52:31.208 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: { 2023-12-09T01:52:31.208 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "fsid": "6db93fb0-9635-11ee-95a3-87774f69a715", 2023-12-09T01:52:31.208 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "health": { 2023-12-09T01:52:31.208 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-12-09T01:52:31.208 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "checks": {}, 2023-12-09T01:52:31.208 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "mutes": [] 2023-12-09T01:52:31.209 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: }, 2023-12-09T01:52:31.209 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-12-09T01:52:31.209 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "quorum": [ 2023-12-09T01:52:31.209 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: 0 2023-12-09T01:52:31.209 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: ], 2023-12-09T01:52:31.209 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "quorum_names": [ 2023-12-09T01:52:31.209 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "a" 2023-12-09T01:52:31.209 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: ], 2023-12-09T01:52:31.209 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "quorum_age": 10, 2023-12-09T01:52:31.209 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "monmap": { 2023-12-09T01:52:31.210 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-09T01:52:31.210 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "min_mon_release_name": "quincy", 2023-12-09T01:52:31.210 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "num_mons": 1 2023-12-09T01:52:31.210 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: }, 2023-12-09T01:52:31.210 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "osdmap": { 2023-12-09T01:52:31.210 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-09T01:52:31.210 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "num_osds": 0, 2023-12-09T01:52:31.211 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-12-09T01:52:31.211 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-12-09T01:52:31.211 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-12-09T01:52:31.211 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-12-09T01:52:31.211 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-12-09T01:52:31.211 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: }, 2023-12-09T01:52:31.211 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "pgmap": { 2023-12-09T01:52:31.211 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-12-09T01:52:31.211 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-12-09T01:52:31.211 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "num_pools": 0, 2023-12-09T01:52:31.211 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "num_objects": 0, 2023-12-09T01:52:31.211 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-12-09T01:52:31.211 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-12-09T01:52:31.212 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-12-09T01:52:31.212 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "bytes_total": 0 2023-12-09T01:52:31.212 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: }, 2023-12-09T01:52:31.212 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "fsmap": { 2023-12-09T01:52:31.212 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-09T01:52:31.212 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "by_rank": [], 2023-12-09T01:52:31.212 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "up:standby": 0 2023-12-09T01:52:31.212 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: }, 2023-12-09T01:52:31.212 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "mgrmap": { 2023-12-09T01:52:31.212 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "available": false, 2023-12-09T01:52:31.212 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-12-09T01:52:31.212 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "modules": [ 2023-12-09T01:52:31.212 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "iostat", 2023-12-09T01:52:31.212 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "nfs", 2023-12-09T01:52:31.212 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "restful" 2023-12-09T01:52:31.213 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: ], 2023-12-09T01:52:31.213 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "services": {} 2023-12-09T01:52:31.213 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: }, 2023-12-09T01:52:31.213 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "servicemap": { 2023-12-09T01:52:31.213 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-09T01:52:31.213 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "modified": "2023-12-09T01:52:14.712704+0000", 2023-12-09T01:52:31.213 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "services": {} 2023-12-09T01:52:31.213 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: }, 2023-12-09T01:52:31.213 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "progress_events": {} 2023-12-09T01:52:31.213 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: } 2023-12-09T01:52:31.218 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 01:52:30 smithi067 bash[25375]: debug 2023-12-09T01:52:30.758+0000 7f8c55c57000 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-12-09T01:52:31.218 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:30 smithi067 bash[25104]: cluster 2023-12-09T01:52:30.783988+0000 mon.a (mon.0) 9 : cluster [INF] Activating manager daemon y 2023-12-09T01:52:31.218 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:30 smithi067 bash[25104]: cluster 2023-12-09T01:52:30.789156+0000 mon.a (mon.0) 10 : cluster [DBG] mgrmap e2: y(active, starting, since 0.00537579s) 2023-12-09T01:52:31.218 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:30 smithi067 bash[25104]: audit 2023-12-09T01:52:30.792677+0000 mon.a (mon.0) 11 : audit [DBG] from='mgr.14100 172.21.15.67:0/2351284974' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-09T01:52:31.218 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:30 smithi067 bash[25104]: audit 2023-12-09T01:52:30.793317+0000 mon.a (mon.0) 12 : audit [DBG] from='mgr.14100 172.21.15.67:0/2351284974' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-09T01:52:31.219 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:30 smithi067 bash[25104]: audit 2023-12-09T01:52:30.793947+0000 mon.a (mon.0) 13 : audit [DBG] from='mgr.14100 172.21.15.67:0/2351284974' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-09T01:52:31.219 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:30 smithi067 bash[25104]: audit 2023-12-09T01:52:30.794126+0000 mon.a (mon.0) 14 : audit [DBG] from='mgr.14100 172.21.15.67:0/2351284974' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-09T01:52:31.219 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:30 smithi067 bash[25104]: audit 2023-12-09T01:52:30.794570+0000 mon.a (mon.0) 15 : audit [DBG] from='mgr.14100 172.21.15.67:0/2351284974' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-12-09T01:52:31.219 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:30 smithi067 bash[25104]: cluster 2023-12-09T01:52:30.805106+0000 mon.a (mon.0) 16 : cluster [INF] Manager daemon y is now available 2023-12-09T01:52:31.219 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:30 smithi067 bash[25104]: audit 2023-12-09T01:52:30.827016+0000 mon.a (mon.0) 17 : audit [INF] from='mgr.14100 172.21.15.67:0/2351284974' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-09T01:52:31.219 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:30 smithi067 bash[25104]: audit 2023-12-09T01:52:30.829401+0000 mon.a (mon.0) 18 : audit [INF] from='mgr.14100 172.21.15.67:0/2351284974' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-09T01:52:31.837 INFO:teuthology.orchestra.run.smithi067.stderr:mgr not available, waiting (3/15)... 2023-12-09T01:52:32.218 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:31 smithi067 bash[25104]: audit 2023-12-09T01:52:30.843564+0000 mon.a (mon.0) 19 : audit [INF] from='mgr.14100 172.21.15.67:0/2351284974' entity='mgr.y' 2023-12-09T01:52:32.218 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:31 smithi067 bash[25104]: audit 2023-12-09T01:52:30.846146+0000 mon.a (mon.0) 20 : audit [INF] from='mgr.14100 172.21.15.67:0/2351284974' entity='mgr.y' 2023-12-09T01:52:32.219 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:31 smithi067 bash[25104]: audit 2023-12-09T01:52:30.851596+0000 mon.a (mon.0) 21 : audit [INF] from='mgr.14100 172.21.15.67:0/2351284974' entity='mgr.y' 2023-12-09T01:52:32.219 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:31 smithi067 bash[25104]: audit 2023-12-09T01:52:31.199191+0000 mon.a (mon.0) 22 : audit [DBG] from='client.? 172.21.15.67:0/1715071152' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-09T01:52:32.219 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:31 smithi067 bash[25104]: cluster 2023-12-09T01:52:31.797201+0000 mon.a (mon.0) 23 : cluster [DBG] mgrmap e3: y(active, since 1.01342s) 2023-12-09T01:52:34.218 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:33 smithi067 bash[25104]: cluster 2023-12-09T01:52:32.849481+0000 mon.a (mon.0) 24 : cluster [DBG] mgrmap e4: y(active, since 2s) 2023-12-09T01:52:35.341 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: 2023-12-09T01:52:35.341 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: { 2023-12-09T01:52:35.341 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "fsid": "6db93fb0-9635-11ee-95a3-87774f69a715", 2023-12-09T01:52:35.341 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "health": { 2023-12-09T01:52:35.341 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-12-09T01:52:35.341 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "checks": {}, 2023-12-09T01:52:35.341 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "mutes": [] 2023-12-09T01:52:35.342 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: }, 2023-12-09T01:52:35.342 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-12-09T01:52:35.342 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "quorum": [ 2023-12-09T01:52:35.342 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: 0 2023-12-09T01:52:35.342 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: ], 2023-12-09T01:52:35.342 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "quorum_names": [ 2023-12-09T01:52:35.342 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "a" 2023-12-09T01:52:35.342 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: ], 2023-12-09T01:52:35.342 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "quorum_age": 14, 2023-12-09T01:52:35.342 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "monmap": { 2023-12-09T01:52:35.342 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-09T01:52:35.342 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "min_mon_release_name": "quincy", 2023-12-09T01:52:35.342 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "num_mons": 1 2023-12-09T01:52:35.342 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: }, 2023-12-09T01:52:35.342 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "osdmap": { 2023-12-09T01:52:35.343 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-09T01:52:35.343 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "num_osds": 0, 2023-12-09T01:52:35.343 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-12-09T01:52:35.343 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-12-09T01:52:35.346 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-12-09T01:52:35.346 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-12-09T01:52:35.346 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-12-09T01:52:35.346 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: }, 2023-12-09T01:52:35.346 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "pgmap": { 2023-12-09T01:52:35.346 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-12-09T01:52:35.346 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-12-09T01:52:35.347 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "num_pools": 0, 2023-12-09T01:52:35.347 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "num_objects": 0, 2023-12-09T01:52:35.347 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-12-09T01:52:35.347 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-12-09T01:52:35.347 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-12-09T01:52:35.347 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "bytes_total": 0 2023-12-09T01:52:35.347 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: }, 2023-12-09T01:52:35.347 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "fsmap": { 2023-12-09T01:52:35.347 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-09T01:52:35.347 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "by_rank": [], 2023-12-09T01:52:35.347 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "up:standby": 0 2023-12-09T01:52:35.347 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: }, 2023-12-09T01:52:35.347 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "mgrmap": { 2023-12-09T01:52:35.347 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "available": true, 2023-12-09T01:52:35.347 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-12-09T01:52:35.348 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "modules": [ 2023-12-09T01:52:35.348 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "iostat", 2023-12-09T01:52:35.348 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "nfs", 2023-12-09T01:52:35.348 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "restful" 2023-12-09T01:52:35.348 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: ], 2023-12-09T01:52:35.348 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "services": {} 2023-12-09T01:52:35.348 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: }, 2023-12-09T01:52:35.348 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "servicemap": { 2023-12-09T01:52:35.348 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-09T01:52:35.348 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "modified": "2023-12-09T01:52:14.712704+0000", 2023-12-09T01:52:35.348 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "services": {} 2023-12-09T01:52:35.348 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: }, 2023-12-09T01:52:35.348 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "progress_events": {} 2023-12-09T01:52:35.348 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: } 2023-12-09T01:52:35.718 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:35 smithi067 bash[25104]: audit 2023-12-09T01:52:35.338496+0000 mon.a (mon.0) 25 : audit [DBG] from='client.? 172.21.15.67:0/493379305' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-09T01:52:35.925 INFO:teuthology.orchestra.run.smithi067.stderr:mgr is available 2023-12-09T01:52:37.236 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: 2023-12-09T01:52:37.236 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: [global] 2023-12-09T01:52:37.236 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: fsid = 6db93fb0-9635-11ee-95a3-87774f69a715 2023-12-09T01:52:37.236 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2023-12-09T01:52:37.236 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2023-12-09T01:52:37.236 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2023-12-09T01:52:37.236 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2023-12-09T01:52:37.236 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: 2023-12-09T01:52:37.236 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: [mgr] 2023-12-09T01:52:37.237 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2023-12-09T01:52:37.237 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: 2023-12-09T01:52:37.237 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: [osd] 2023-12-09T01:52:37.237 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2023-12-09T01:52:37.237 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2023-12-09T01:52:37.718 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:37 smithi067 bash[25104]: audit 2023-12-09T01:52:37.230815+0000 mon.a (mon.0) 26 : audit [INF] from='client.? 172.21.15.67:0/3707230228' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-12-09T01:52:37.719 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:37 smithi067 bash[25104]: audit 2023-12-09T01:52:37.234661+0000 mon.a (mon.0) 27 : audit [INF] from='client.? 172.21.15.67:0/3707230228' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2023-12-09T01:52:37.808 INFO:teuthology.orchestra.run.smithi067.stderr:Enabling cephadm module... 2023-12-09T01:52:39.468 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:39 smithi067 bash[25104]: audit 2023-12-09T01:52:39.158702+0000 mon.a (mon.0) 28 : audit [INF] from='client.? 172.21.15.67:0/35402319' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2023-12-09T01:52:39.468 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 01:52:39 smithi067 bash[25375]: ignoring --setuser ceph since I am not root 2023-12-09T01:52:39.469 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 01:52:39 smithi067 bash[25375]: ignoring --setgroup ceph since I am not root 2023-12-09T01:52:39.469 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 01:52:39 smithi067 bash[25375]: debug 2023-12-09T01:52:39.409+0000 7f6d90562000 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-12-09T01:52:40.394 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:40 smithi067 bash[25104]: audit 2023-12-09T01:52:39.216181+0000 mon.a (mon.0) 29 : audit [INF] from='client.? 172.21.15.67:0/35402319' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2023-12-09T01:52:40.394 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:40 smithi067 bash[25104]: cluster 2023-12-09T01:52:39.216336+0000 mon.a (mon.0) 30 : cluster [DBG] mgrmap e5: y(active, since 8s) 2023-12-09T01:52:40.394 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 01:52:40 smithi067 bash[25375]: debug 2023-12-09T01:52:40.097+0000 7f6d90562000 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-12-09T01:52:40.394 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 01:52:40 smithi067 bash[25375]: debug 2023-12-09T01:52:40.221+0000 7f6d90562000 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-12-09T01:52:40.718 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 01:52:40 smithi067 bash[25375]: debug 2023-12-09T01:52:40.389+0000 7f6d90562000 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-12-09T01:52:41.053 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 01:52:40 smithi067 bash[25375]: debug 2023-12-09T01:52:40.745+0000 7f6d90562000 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-12-09T01:52:41.053 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 01:52:40 smithi067 bash[25375]: debug 2023-12-09T01:52:40.841+0000 7f6d90562000 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-12-09T01:52:41.073 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: { 2023-12-09T01:52:41.074 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "epoch": 5, 2023-12-09T01:52:41.074 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "available": true, 2023-12-09T01:52:41.074 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "active_name": "y", 2023-12-09T01:52:41.074 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "num_standby": 0 2023-12-09T01:52:41.074 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: } 2023-12-09T01:52:41.468 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 01:52:41 smithi067 bash[25375]: debug 2023-12-09T01:52:41.049+0000 7f6d90562000 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-12-09T01:52:41.682 INFO:teuthology.orchestra.run.smithi067.stderr:Waiting for the mgr to restart... 2023-12-09T01:52:41.683 INFO:teuthology.orchestra.run.smithi067.stderr:Waiting for mgr epoch 5... 2023-12-09T01:52:41.968 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:41 smithi067 bash[25104]: audit 2023-12-09T01:52:41.073267+0000 mon.a (mon.0) 31 : audit [DBG] from='client.? 172.21.15.67:0/2188750758' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-12-09T01:52:41.968 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 01:52:41 smithi067 bash[25375]: debug 2023-12-09T01:52:41.917+0000 7f6d90562000 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-12-09T01:52:42.420 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 01:52:42 smithi067 bash[25375]: debug 2023-12-09T01:52:42.029+0000 7f6d90562000 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-12-09T01:52:42.420 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 01:52:42 smithi067 bash[25375]: debug 2023-12-09T01:52:42.237+0000 7f6d90562000 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-12-09T01:52:42.718 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 01:52:42 smithi067 bash[25375]: debug 2023-12-09T01:52:42.605+0000 7f6d90562000 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-12-09T01:52:43.218 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 01:52:42 smithi067 bash[25375]: debug 2023-12-09T01:52:42.937+0000 7f6d90562000 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-12-09T01:52:43.597 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 01:52:43 smithi067 bash[25375]: debug 2023-12-09T01:52:43.317+0000 7f6d90562000 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-12-09T01:52:43.968 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 01:52:43 smithi067 bash[25375]: debug 2023-12-09T01:52:43.593+0000 7f6d90562000 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-12-09T01:52:44.563 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 01:52:44 smithi067 bash[25375]: debug 2023-12-09T01:52:44.289+0000 7f6d90562000 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-12-09T01:52:44.563 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 01:52:44 smithi067 bash[25375]: debug 2023-12-09T01:52:44.397+0000 7f6d90562000 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-12-09T01:52:44.815 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 01:52:44 smithi067 bash[25375]: debug 2023-12-09T01:52:44.557+0000 7f6d90562000 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-12-09T01:52:44.815 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 01:52:44 smithi067 bash[25375]: debug 2023-12-09T01:52:44.669+0000 7f6d90562000 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-12-09T01:52:45.108 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 01:52:44 smithi067 bash[25375]: debug 2023-12-09T01:52:44.809+0000 7f6d90562000 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-12-09T01:52:45.416 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 01:52:45 smithi067 bash[25375]: debug 2023-12-09T01:52:45.101+0000 7f6d90562000 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-12-09T01:52:45.417 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 01:52:45 smithi067 bash[25375]: debug 2023-12-09T01:52:45.225+0000 7f6d90562000 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-12-09T01:52:45.718 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 01:52:45 smithi067 bash[25375]: debug 2023-12-09T01:52:45.409+0000 7f6d90562000 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-12-09T01:52:45.718 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 01:52:45 smithi067 bash[25375]: debug 2023-12-09T01:52:45.533+0000 7f6d90562000 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-12-09T01:52:46.718 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 01:52:46 smithi067 bash[25375]: debug 2023-12-09T01:52:46.405+0000 7f6d90562000 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-12-09T01:52:47.218 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:46 smithi067 bash[25104]: cluster 2023-12-09T01:52:46.431854+0000 mon.a (mon.0) 32 : cluster [INF] Active manager daemon y restarted 2023-12-09T01:52:47.218 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:46 smithi067 bash[25104]: cluster 2023-12-09T01:52:46.432570+0000 mon.a (mon.0) 33 : cluster [INF] Activating manager daemon y 2023-12-09T01:52:47.218 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:46 smithi067 bash[25104]: cluster 2023-12-09T01:52:46.436480+0000 mon.a (mon.0) 34 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2023-12-09T01:52:47.929 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: { 2023-12-09T01:52:47.929 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "mgrmap_epoch": 7, 2023-12-09T01:52:47.929 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "initialized": true 2023-12-09T01:52:47.929 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: } 2023-12-09T01:52:48.218 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:47 smithi067 bash[25104]: cluster 2023-12-09T01:52:46.911543+0000 mon.a (mon.0) 35 : cluster [DBG] mgrmap e6: y(active, starting, since 0.479073s) 2023-12-09T01:52:48.219 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:47 smithi067 bash[25104]: audit 2023-12-09T01:52:46.914809+0000 mon.a (mon.0) 36 : audit [DBG] from='mgr.14120 172.21.15.67:0/260132832' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-09T01:52:48.219 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:47 smithi067 bash[25104]: audit 2023-12-09T01:52:46.916822+0000 mon.a (mon.0) 37 : audit [DBG] from='mgr.14120 172.21.15.67:0/260132832' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-12-09T01:52:48.219 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:47 smithi067 bash[25104]: audit 2023-12-09T01:52:46.918259+0000 mon.a (mon.0) 38 : audit [DBG] from='mgr.14120 172.21.15.67:0/260132832' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-09T01:52:48.219 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:47 smithi067 bash[25104]: audit 2023-12-09T01:52:46.918623+0000 mon.a (mon.0) 39 : audit [DBG] from='mgr.14120 172.21.15.67:0/260132832' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-09T01:52:48.219 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:47 smithi067 bash[25104]: audit 2023-12-09T01:52:46.919003+0000 mon.a (mon.0) 40 : audit [DBG] from='mgr.14120 172.21.15.67:0/260132832' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-09T01:52:48.219 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:47 smithi067 bash[25104]: cluster 2023-12-09T01:52:46.932137+0000 mon.a (mon.0) 41 : cluster [INF] Manager daemon y is now available 2023-12-09T01:52:48.219 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:47 smithi067 bash[25104]: audit 2023-12-09T01:52:46.959864+0000 mon.a (mon.0) 42 : audit [INF] from='mgr.14120 172.21.15.67:0/260132832' entity='mgr.y' 2023-12-09T01:52:48.219 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:47 smithi067 bash[25104]: audit 2023-12-09T01:52:46.966558+0000 mon.a (mon.0) 43 : audit [INF] from='mgr.14120 172.21.15.67:0/260132832' entity='mgr.y' 2023-12-09T01:52:48.219 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:47 smithi067 bash[25104]: audit 2023-12-09T01:52:46.971182+0000 mon.a (mon.0) 44 : audit [INF] from='mgr.14120 172.21.15.67:0/260132832' entity='mgr.y' 2023-12-09T01:52:48.219 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:47 smithi067 bash[25104]: audit 2023-12-09T01:52:46.976195+0000 mon.a (mon.0) 45 : audit [DBG] from='mgr.14120 172.21.15.67:0/260132832' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T01:52:48.219 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:47 smithi067 bash[25104]: audit 2023-12-09T01:52:46.979562+0000 mon.a (mon.0) 46 : audit [DBG] from='mgr.14120 172.21.15.67:0/260132832' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T01:52:48.219 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:47 smithi067 bash[25104]: audit 2023-12-09T01:52:46.984881+0000 mon.a (mon.0) 47 : audit [DBG] from='mgr.14120 172.21.15.67:0/260132832' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T01:52:48.219 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:47 smithi067 bash[25104]: audit 2023-12-09T01:52:47.003461+0000 mon.a (mon.0) 48 : audit [INF] from='mgr.14120 172.21.15.67:0/260132832' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-09T01:52:48.219 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:47 smithi067 bash[25104]: audit 2023-12-09T01:52:47.006592+0000 mon.a (mon.0) 49 : audit [INF] from='mgr.14120 172.21.15.67:0/260132832' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-09T01:52:48.720 INFO:teuthology.orchestra.run.smithi067.stderr:mgr epoch 5 is available 2023-12-09T01:52:48.720 INFO:teuthology.orchestra.run.smithi067.stderr:Setting orchestrator backend to cephadm... 2023-12-09T01:52:49.218 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:48 smithi067 bash[25104]: audit 2023-12-09T01:52:47.915180+0000 mgr.y (mgr.14120) 1 : audit [DBG] from='client.14124 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-12-09T01:52:49.218 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:48 smithi067 bash[25104]: cluster 2023-12-09T01:52:47.917405+0000 mon.a (mon.0) 50 : cluster [DBG] mgrmap e7: y(active, since 1.48494s) 2023-12-09T01:52:49.218 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:48 smithi067 bash[25104]: audit 2023-12-09T01:52:47.929485+0000 mgr.y (mgr.14120) 2 : audit [DBG] from='client.14124 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-12-09T01:52:49.624 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 01:52:49 smithi067 bash[25375]: [09/Dec/2023:01:52:49] ENGINE Bus STARTING 2023-12-09T01:52:49.924 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 01:52:49 smithi067 bash[25375]: [09/Dec/2023:01:52:49] ENGINE Serving on https://172.21.15.67:7150 2023-12-09T01:52:49.924 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 01:52:49 smithi067 bash[25375]: [09/Dec/2023:01:52:49] ENGINE Bus STARTED 2023-12-09T01:52:50.218 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:49 smithi067 bash[25104]: cluster 2023-12-09T01:52:48.928742+0000 mon.a (mon.0) 51 : cluster [DBG] mgrmap e8: y(active, since 2s) 2023-12-09T01:52:50.218 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:49 smithi067 bash[25104]: audit 2023-12-09T01:52:49.631386+0000 mon.a (mon.0) 52 : audit [INF] from='mgr.14120 172.21.15.67:0/260132832' entity='mgr.y' 2023-12-09T01:52:50.218 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:49 smithi067 bash[25104]: audit 2023-12-09T01:52:49.660328+0000 mon.a (mon.0) 53 : audit [DBG] from='mgr.14120 172.21.15.67:0/260132832' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T01:52:50.218 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:49 smithi067 bash[25104]: audit 2023-12-09T01:52:49.907096+0000 mon.a (mon.0) 54 : audit [INF] from='mgr.14120 172.21.15.67:0/260132832' entity='mgr.y' 2023-12-09T01:52:51.205 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:50 smithi067 bash[25104]: cephadm 2023-12-09T01:52:49.502271+0000 mgr.y (mgr.14120) 3 : cephadm [INF] [09/Dec/2023:01:52:49] ENGINE Bus STARTING 2023-12-09T01:52:51.205 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:50 smithi067 bash[25104]: cephadm 2023-12-09T01:52:49.625107+0000 mgr.y (mgr.14120) 4 : cephadm [INF] [09/Dec/2023:01:52:49] ENGINE Serving on https://172.21.15.67:7150 2023-12-09T01:52:51.205 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:50 smithi067 bash[25104]: cephadm 2023-12-09T01:52:49.625769+0000 mgr.y (mgr.14120) 5 : cephadm [INF] [09/Dec/2023:01:52:49] ENGINE Bus STARTED 2023-12-09T01:52:51.205 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:50 smithi067 bash[25104]: audit 2023-12-09T01:52:49.898643+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-09T01:52:51.205 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:50 smithi067 bash[25104]: audit 2023-12-09T01:52:49.930204+0000 mon.a (mon.0) 55 : audit [DBG] from='mgr.14120 172.21.15.67:0/260132832' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T01:52:51.790 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: value unchanged 2023-12-09T01:52:52.424 INFO:teuthology.orchestra.run.smithi067.stderr:Generating ssh key... 2023-12-09T01:52:52.718 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:52 smithi067 bash[25104]: audit 2023-12-09T01:52:51.790756+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-09T01:52:54.268 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 01:52:54 smithi067 bash[25375]: Generating public/private rsa key pair. 2023-12-09T01:52:54.269 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 01:52:54 smithi067 bash[25375]: Your identification has been saved in /tmp/tmpp_a_21ju/key. 2023-12-09T01:52:54.269 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 01:52:54 smithi067 bash[25375]: Your public key has been saved in /tmp/tmpp_a_21ju/key.pub. 2023-12-09T01:52:54.269 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 01:52:54 smithi067 bash[25375]: The key fingerprint is: 2023-12-09T01:52:54.269 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 01:52:54 smithi067 bash[25375]: SHA256:LHc7EqL2Tji31k+nQxuv4IhyL4lbHTo5pJazgcvxvGE ceph-6db93fb0-9635-11ee-95a3-87774f69a715 2023-12-09T01:52:54.269 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 01:52:54 smithi067 bash[25375]: The key's randomart image is: 2023-12-09T01:52:54.269 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 01:52:54 smithi067 bash[25375]: +---[RSA 3072]----+ 2023-12-09T01:52:54.269 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 01:52:54 smithi067 bash[25375]: | | 2023-12-09T01:52:54.269 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 01:52:54 smithi067 bash[25375]: | | 2023-12-09T01:52:54.269 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 01:52:54 smithi067 bash[25375]: | | 2023-12-09T01:52:54.269 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 01:52:54 smithi067 bash[25375]: | . | 2023-12-09T01:52:54.269 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 01:52:54 smithi067 bash[25375]: | . + S . | 2023-12-09T01:52:54.269 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 01:52:54 smithi067 bash[25375]: | . + * = oo. | 2023-12-09T01:52:54.270 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 01:52:54 smithi067 bash[25375]: |..*E@.+.o.++. | 2023-12-09T01:52:54.270 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 01:52:54 smithi067 bash[25375]: |.oB*=O.+.+o+. | 2023-12-09T01:52:54.270 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 01:52:54 smithi067 bash[25375]: |..oBo=* ..+o | 2023-12-09T01:52:54.270 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 01:52:54 smithi067 bash[25375]: +----[SHA256]-----+ 2023-12-09T01:52:55.293 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:55 smithi067 bash[25104]: audit 2023-12-09T01:52:53.640860+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-09T01:52:55.294 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:55 smithi067 bash[25104]: cephadm 2023-12-09T01:52:53.641257+0000 mgr.y (mgr.14120) 9 : cephadm [INF] Generating ssh key... 2023-12-09T01:52:55.294 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:55 smithi067 bash[25104]: audit 2023-12-09T01:52:54.009451+0000 mon.a (mon.0) 56 : audit [INF] from='mgr.14120 172.21.15.67:0/260132832' entity='mgr.y' 2023-12-09T01:52:55.294 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:55 smithi067 bash[25104]: audit 2023-12-09T01:52:54.014422+0000 mon.a (mon.0) 57 : audit [INF] from='mgr.14120 172.21.15.67:0/260132832' entity='mgr.y' 2023-12-09T01:52:55.876 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCx8mR4I5Z7wAOQ8ahiLUVLYjZbgi8s30iVEabLJBMaQ1ypUWiDyeJxGsvEkYDwelI2GhV4IMQ90/KQtk67m2oNV55gLG36AY4PgjNggR4t42LfMnj144LtzIYwpu9ERGrffglD6k4r58wnv4oADf5YPDHUOxW+xd37KZM+OphWMFDzVPfG3ruhHw17QLeQ/mKE7F3TPB0sxLPOTBQk2FJShOGFpCWF7tQUrx6G7y48062STMdUEAK2iy/k5tc4ibpMd1F7fHiEOOEakD9iQiq2S3rCEAvx4J9kShFWcCV42NatLhpsi+4Y4JZwD6na+63aloYk4jca3dT8EJvewXYc7CAG/2o+mjz+m3qwBeKQLSE5cZ5TcWRUg0wU/SW3mXZJSWSLL/odde4/UTw07Ugc+JWliLRYnkET2FCTQ5drnFbWpf6XEf4t+VTbTxDpL0Y3sdejpJGkJq4KoxvjvPECh2rp2SGtmJy4LKUQcwJOmSHYpr2QevfM3dN/NF1BE9k= ceph-6db93fb0-9635-11ee-95a3-87774f69a715 2023-12-09T01:52:56.418 INFO:teuthology.orchestra.run.smithi067.stderr:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2023-12-09T01:52:56.419 INFO:teuthology.orchestra.run.smithi067.stderr:Adding key to root@localhost authorized_keys... 2023-12-09T01:52:56.419 INFO:teuthology.orchestra.run.smithi067.stderr:Adding host smithi067... 2023-12-09T01:52:57.171 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:56 smithi067 bash[25104]: audit 2023-12-09T01:52:55.876265+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-09T01:52:58.718 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:58 smithi067 bash[25104]: audit 2023-12-09T01:52:57.712420+0000 mgr.y (mgr.14120) 11 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi067", "addr": "172.21.15.67", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T01:52:58.718 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:58 smithi067 bash[25104]: cephadm 2023-12-09T01:52:58.104168+0000 mgr.y (mgr.14120) 12 : cephadm [INF] Deploying cephadm binary to smithi067 2023-12-09T01:52:58.741 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: Added host 'smithi067' with addr '172.21.15.67' 2023-12-09T01:52:59.457 INFO:teuthology.orchestra.run.smithi067.stderr:Deploying unmanaged mon service... 2023-12-09T01:53:00.218 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:59 smithi067 bash[25104]: audit 2023-12-09T01:52:58.740609+0000 mon.a (mon.0) 58 : audit [INF] from='mgr.14120 172.21.15.67:0/260132832' entity='mgr.y' 2023-12-09T01:53:00.218 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:59 smithi067 bash[25104]: cephadm 2023-12-09T01:52:58.741390+0000 mgr.y (mgr.14120) 13 : cephadm [INF] Added host smithi067 2023-12-09T01:53:00.219 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:52:59 smithi067 bash[25104]: audit 2023-12-09T01:52:58.745505+0000 mon.a (mon.0) 59 : audit [DBG] from='mgr.14120 172.21.15.67:0/260132832' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T01:53:01.445 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: Scheduled mon update... 2023-12-09T01:53:02.307 INFO:teuthology.orchestra.run.smithi067.stderr:Deploying unmanaged mgr service... 2023-12-09T01:53:02.579 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:53:02 smithi067 bash[25104]: audit 2023-12-09T01:53:01.433936+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-09T01:53:02.579 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:53:02 smithi067 bash[25104]: cephadm 2023-12-09T01:53:01.439742+0000 mgr.y (mgr.14120) 15 : cephadm [INF] Saving service mon spec with placement count:5 2023-12-09T01:53:02.580 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:53:02 smithi067 bash[25104]: audit 2023-12-09T01:53:01.444669+0000 mon.a (mon.0) 60 : audit [INF] from='mgr.14120 172.21.15.67:0/260132832' entity='mgr.y' 2023-12-09T01:53:02.580 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:53:02 smithi067 bash[25104]: audit 2023-12-09T01:53:02.281848+0000 mon.a (mon.0) 61 : audit [INF] from='mgr.14120 172.21.15.67:0/260132832' entity='mgr.y' 2023-12-09T01:53:03.881 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: Scheduled mgr update... 2023-12-09T01:53:03.909 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:53:03 smithi067 bash[25104]: audit 2023-12-09T01:53:02.568308+0000 mon.a (mon.0) 62 : audit [INF] from='mgr.14120 172.21.15.67:0/260132832' entity='mgr.y' 2023-12-09T01:53:05.202 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:53:04 smithi067 bash[25104]: audit 2023-12-09T01:53:03.871987+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-09T01:53:05.202 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:53:04 smithi067 bash[25104]: cephadm 2023-12-09T01:53:03.873110+0000 mgr.y (mgr.14120) 17 : cephadm [INF] Saving service mgr spec with placement count:2 2023-12-09T01:53:05.202 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:53:04 smithi067 bash[25104]: audit 2023-12-09T01:53:03.880599+0000 mon.a (mon.0) 63 : audit [INF] from='mgr.14120 172.21.15.67:0/260132832' entity='mgr.y' 2023-12-09T01:53:06.718 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:53:06 smithi067 bash[25104]: audit 2023-12-09T01:53:05.627328+0000 mon.a (mon.0) 64 : audit [INF] from='mgr.14120 172.21.15.67:0/260132832' entity='mgr.y' 2023-12-09T01:53:06.719 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:53:06 smithi067 bash[25104]: audit 2023-12-09T01:53:05.635842+0000 mon.a (mon.0) 65 : audit [INF] from='mgr.14120 172.21.15.67:0/260132832' entity='mgr.y' 2023-12-09T01:53:06.719 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:53:06 smithi067 bash[25104]: audit 2023-12-09T01:53:05.636799+0000 mon.a (mon.0) 66 : audit [INF] from='mgr.14120 172.21.15.67:0/260132832' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi067", "name": "osd_memory_target"}]: dispatch 2023-12-09T01:53:06.719 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:53:06 smithi067 bash[25104]: audit 2023-12-09T01:53:05.644250+0000 mon.a (mon.0) 67 : audit [INF] from='mgr.14120 172.21.15.67:0/260132832' entity='mgr.y' 2023-12-09T01:53:06.719 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:53:06 smithi067 bash[25104]: audit 2023-12-09T01:53:05.646773+0000 mon.a (mon.0) 68 : audit [INF] from='mgr.14120 172.21.15.67:0/260132832' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi067", "caps": []}]: dispatch 2023-12-09T01:53:06.719 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:53:06 smithi067 bash[25104]: audit 2023-12-09T01:53:05.652434+0000 mon.a (mon.0) 69 : audit [INF] from='mgr.14120 172.21.15.67:0/260132832' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi067", "caps": []}]': finished 2023-12-09T01:53:06.719 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:53:06 smithi067 bash[25104]: audit 2023-12-09T01:53:05.826936+0000 mon.a (mon.0) 70 : audit [INF] from='client.? 172.21.15.67:0/2362009744' entity='client.admin' 2023-12-09T01:53:06.719 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:53:06 smithi067 bash[25104]: cephadm 2023-12-09T01:53:06.216376+0000 mgr.y (mgr.14120) 18 : cephadm [INF] Deploying daemon agent.smithi067 on smithi067 2023-12-09T01:53:08.218 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:53:07 smithi067 bash[25104]: cluster 2023-12-09T01:53:06.919984+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-09T01:53:08.219 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:53:07 smithi067 bash[25104]: audit 2023-12-09T01:53:07.819420+0000 mon.a (mon.0) 71 : audit [INF] from='client.? 172.21.15.67:0/2318939267' entity='client.admin' 2023-12-09T01:53:08.418 INFO:teuthology.orchestra.run.smithi067.stderr:Enabling the dashboard module... 2023-12-09T01:53:10.218 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:53:09 smithi067 bash[25104]: cluster 2023-12-09T01:53:08.920428+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-09T01:53:10.218 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:53:09 smithi067 bash[25104]: audit 2023-12-09T01:53:09.840581+0000 mon.a (mon.0) 72 : audit [INF] from='client.? 172.21.15.67:0/1301470147' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2023-12-09T01:53:10.219 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 01:53:09 smithi067 bash[25375]: ignoring --setuser ceph since I am not root 2023-12-09T01:53:10.219 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 01:53:09 smithi067 bash[25375]: ignoring --setgroup ceph since I am not root 2023-12-09T01:53:10.219 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 01:53:10 smithi067 bash[25375]: debug 2023-12-09T01:53:10.133+0000 7f9c138d3000 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-12-09T01:53:10.935 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 01:53:10 smithi067 bash[25375]: debug 2023-12-09T01:53:10.813+0000 7f9c138d3000 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-12-09T01:53:11.218 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:53:10 smithi067 bash[25104]: audit 2023-12-09T01:53:09.930435+0000 mon.a (mon.0) 73 : audit [INF] from='client.? 172.21.15.67:0/1301470147' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2023-12-09T01:53:11.218 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:53:10 smithi067 bash[25104]: cluster 2023-12-09T01:53:09.930546+0000 mon.a (mon.0) 74 : cluster [DBG] mgrmap e9: y(active, since 23s) 2023-12-09T01:53:11.219 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 01:53:10 smithi067 bash[25375]: debug 2023-12-09T01:53:10.941+0000 7f9c138d3000 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-12-09T01:53:11.219 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 01:53:11 smithi067 bash[25375]: debug 2023-12-09T01:53:11.105+0000 7f9c138d3000 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-12-09T01:53:11.718 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 01:53:11 smithi067 bash[25375]: debug 2023-12-09T01:53:11.449+0000 7f9c138d3000 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-12-09T01:53:11.718 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 01:53:11 smithi067 bash[25375]: debug 2023-12-09T01:53:11.553+0000 7f9c138d3000 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-12-09T01:53:11.980 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: { 2023-12-09T01:53:11.981 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "epoch": 9, 2023-12-09T01:53:11.981 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "available": true, 2023-12-09T01:53:11.981 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "active_name": "y", 2023-12-09T01:53:11.981 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "num_standby": 0 2023-12-09T01:53:11.981 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: } 2023-12-09T01:53:12.030 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 01:53:11 smithi067 bash[25375]: debug 2023-12-09T01:53:11.761+0000 7f9c138d3000 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-12-09T01:53:12.468 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:53:12 smithi067 bash[25104]: audit 2023-12-09T01:53:11.980356+0000 mon.a (mon.0) 75 : audit [DBG] from='client.? 172.21.15.67:0/202949256' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-12-09T01:53:12.633 INFO:teuthology.orchestra.run.smithi067.stderr:Waiting for the mgr to restart... 2023-12-09T01:53:12.633 INFO:teuthology.orchestra.run.smithi067.stderr:Waiting for mgr epoch 9... 2023-12-09T01:53:12.949 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 01:53:12 smithi067 bash[25375]: debug 2023-12-09T01:53:12.629+0000 7f9c138d3000 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-12-09T01:53:12.949 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 01:53:12 smithi067 bash[25375]: debug 2023-12-09T01:53:12.741+0000 7f9c138d3000 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-12-09T01:53:13.218 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 01:53:12 smithi067 bash[25375]: debug 2023-12-09T01:53:12.949+0000 7f9c138d3000 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-12-09T01:53:13.654 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 01:53:13 smithi067 bash[25375]: debug 2023-12-09T01:53:13.309+0000 7f9c138d3000 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-12-09T01:53:13.968 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 01:53:13 smithi067 bash[25375]: debug 2023-12-09T01:53:13.653+0000 7f9c138d3000 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-12-09T01:53:14.318 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 01:53:14 smithi067 bash[25375]: debug 2023-12-09T01:53:14.037+0000 7f9c138d3000 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-12-09T01:53:14.718 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 01:53:14 smithi067 bash[25375]: debug 2023-12-09T01:53:14.317+0000 7f9c138d3000 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-12-09T01:53:15.285 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 01:53:15 smithi067 bash[25375]: debug 2023-12-09T01:53:15.013+0000 7f9c138d3000 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-12-09T01:53:15.286 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 01:53:15 smithi067 bash[25375]: debug 2023-12-09T01:53:15.121+0000 7f9c138d3000 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-12-09T01:53:15.538 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 01:53:15 smithi067 bash[25375]: debug 2023-12-09T01:53:15.285+0000 7f9c138d3000 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-12-09T01:53:15.538 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 01:53:15 smithi067 bash[25375]: debug 2023-12-09T01:53:15.397+0000 7f9c138d3000 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-12-09T01:53:15.832 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 01:53:15 smithi067 bash[25375]: debug 2023-12-09T01:53:15.537+0000 7f9c138d3000 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-12-09T01:53:16.140 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 01:53:15 smithi067 bash[25375]: debug 2023-12-09T01:53:15.829+0000 7f9c138d3000 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-12-09T01:53:16.141 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 01:53:15 smithi067 bash[25375]: debug 2023-12-09T01:53:15.953+0000 7f9c138d3000 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-12-09T01:53:16.468 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 01:53:16 smithi067 bash[25375]: debug 2023-12-09T01:53:16.141+0000 7f9c138d3000 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-12-09T01:53:16.468 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 01:53:16 smithi067 bash[25375]: debug 2023-12-09T01:53:16.261+0000 7f9c138d3000 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-12-09T01:53:17.468 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 01:53:17 smithi067 bash[25375]: debug 2023-12-09T01:53:17.141+0000 7f9c138d3000 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-12-09T01:53:18.241 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: { 2023-12-09T01:53:18.241 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "mgrmap_epoch": 11, 2023-12-09T01:53:18.242 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "initialized": true 2023-12-09T01:53:18.242 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: } 2023-12-09T01:53:18.468 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:53:18 smithi067 bash[25104]: cluster 2023-12-09T01:53:17.163635+0000 mon.a (mon.0) 76 : cluster [INF] Active manager daemon y restarted 2023-12-09T01:53:18.469 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:53:18 smithi067 bash[25104]: cluster 2023-12-09T01:53:17.164365+0000 mon.a (mon.0) 77 : cluster [INF] Activating manager daemon y 2023-12-09T01:53:18.469 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:53:18 smithi067 bash[25104]: cluster 2023-12-09T01:53:17.170286+0000 mon.a (mon.0) 78 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2023-12-09T01:53:18.469 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:53:18 smithi067 bash[25104]: cluster 2023-12-09T01:53:17.220876+0000 mon.a (mon.0) 79 : cluster [DBG] mgrmap e10: y(active, starting, since 0.0566936s) 2023-12-09T01:53:18.469 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:53:18 smithi067 bash[25104]: audit 2023-12-09T01:53:17.224569+0000 mon.a (mon.0) 80 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-09T01:53:18.469 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:53:18 smithi067 bash[25104]: audit 2023-12-09T01:53:17.226403+0000 mon.a (mon.0) 81 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-12-09T01:53:18.469 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:53:18 smithi067 bash[25104]: audit 2023-12-09T01:53:17.227937+0000 mon.a (mon.0) 82 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-09T01:53:18.469 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:53:18 smithi067 bash[25104]: audit 2023-12-09T01:53:17.228467+0000 mon.a (mon.0) 83 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-09T01:53:18.469 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:53:18 smithi067 bash[25104]: audit 2023-12-09T01:53:17.228784+0000 mon.a (mon.0) 84 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-09T01:53:18.469 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:53:18 smithi067 bash[25104]: cluster 2023-12-09T01:53:17.240299+0000 mon.a (mon.0) 85 : cluster [INF] Manager daemon y is now available 2023-12-09T01:53:18.469 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:53:18 smithi067 bash[25104]: audit 2023-12-09T01:53:17.266578+0000 mon.a (mon.0) 86 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:53:18.469 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:53:18 smithi067 bash[25104]: audit 2023-12-09T01:53:17.269319+0000 mon.a (mon.0) 87 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T01:53:18.469 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:53:18 smithi067 bash[25104]: audit 2023-12-09T01:53:17.273764+0000 mon.a (mon.0) 88 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T01:53:18.469 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:53:18 smithi067 bash[25104]: audit 2023-12-09T01:53:17.301611+0000 mon.a (mon.0) 89 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-09T01:53:18.469 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:53:18 smithi067 bash[25104]: audit 2023-12-09T01:53:17.303656+0000 mon.a (mon.0) 90 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-09T01:53:18.906 INFO:teuthology.orchestra.run.smithi067.stderr:mgr epoch 9 is available 2023-12-09T01:53:18.906 INFO:teuthology.orchestra.run.smithi067.stderr:Generating a dashboard self-signed certificate... 2023-12-09T01:53:19.218 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 01:53:18 smithi067 bash[25375]: [09/Dec/2023:01:53:18] ENGINE Bus STARTING 2023-12-09T01:53:19.218 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 01:53:19 smithi067 bash[25375]: [09/Dec/2023:01:53:19] ENGINE Serving on https://172.21.15.67:7150 2023-12-09T01:53:19.218 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 01:53:19 smithi067 bash[25375]: [09/Dec/2023:01:53:19] ENGINE Bus STARTED 2023-12-09T01:53:19.660 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:53:19 smithi067 bash[25104]: cluster 2023-12-09T01:53:18.227660+0000 mon.a (mon.0) 91 : cluster [DBG] mgrmap e11: y(active, since 1.06347s) 2023-12-09T01:53:19.660 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:53:19 smithi067 bash[25104]: cephadm 2023-12-09T01:53:18.875975+0000 mgr.y (mgr.14152) 3 : cephadm [INF] [09/Dec/2023:01:53:18] ENGINE Bus STARTING 2023-12-09T01:53:19.660 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:53:19 smithi067 bash[25104]: audit 2023-12-09T01:53:19.007904+0000 mon.a (mon.0) 92 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:53:20.556 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: Self-signed certificate created 2023-12-09T01:53:20.588 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:53:20 smithi067 bash[25104]: cephadm 2023-12-09T01:53:19.000802+0000 mgr.y (mgr.14152) 4 : cephadm [INF] [09/Dec/2023:01:53:19] ENGINE Serving on https://172.21.15.67:7150 2023-12-09T01:53:20.589 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:53:20 smithi067 bash[25104]: cephadm 2023-12-09T01:53:19.001227+0000 mgr.y (mgr.14152) 5 : cephadm [INF] [09/Dec/2023:01:53:19] ENGINE Bus STARTED 2023-12-09T01:53:20.589 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:53:20 smithi067 bash[25104]: cluster 2023-12-09T01:53:20.012121+0000 mon.a (mon.0) 93 : cluster [DBG] mgrmap e12: y(active, since 2s) 2023-12-09T01:53:21.162 INFO:teuthology.orchestra.run.smithi067.stderr:Creating initial admin user... 2023-12-09T01:53:21.927 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:53:21 smithi067 bash[25104]: audit 2023-12-09T01:53:20.251097+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-09T01:53:21.927 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:53:21 smithi067 bash[25104]: audit 2023-12-09T01:53:20.551136+0000 mon.a (mon.0) 94 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:53:21.927 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:53:21 smithi067 bash[25104]: audit 2023-12-09T01:53:20.555717+0000 mon.a (mon.0) 95 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:53:22.799 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: {"username": "admin", "password": "$2b$12$Z.SlA2dPGddbNXLGGsjituKf6z8CjjVNmG9lx3qv8INhDYmxkFa6C", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1702086802, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2023-12-09T01:53:23.218 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:53:22 smithi067 bash[25104]: audit 2023-12-09T01:53:21.948771+0000 mon.a (mon.0) 96 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:53:23.218 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:53:22 smithi067 bash[25104]: audit 2023-12-09T01:53:21.949750+0000 mon.a (mon.0) 97 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi067", "name": "osd_memory_target"}]: dispatch 2023-12-09T01:53:23.218 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:53:22 smithi067 bash[25104]: audit 2023-12-09T01:53:21.956027+0000 mon.a (mon.0) 98 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:53:23.218 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:53:22 smithi067 bash[25104]: audit 2023-12-09T01:53:21.958210+0000 mon.a (mon.0) 99 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi067", "caps": []}]: dispatch 2023-12-09T01:53:23.219 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:53:22 smithi067 bash[25104]: audit 2023-12-09T01:53:22.799155+0000 mon.a (mon.0) 100 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:53:23.487 INFO:teuthology.orchestra.run.smithi067.stderr:Fetching dashboard port number... 2023-12-09T01:53:24.218 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:53:23 smithi067 bash[25104]: audit 2023-12-09T01:53:22.541915+0000 mgr.y (mgr.14152) 7 : audit [DBG] from='client.14166 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T01:53:24.219 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:53:23 smithi067 bash[25104]: cephadm 2023-12-09T01:53:22.792695+0000 mgr.y (mgr.14152) 8 : cephadm [INF] Deploying daemon agent.smithi067 on smithi067 2023-12-09T01:53:24.814 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: 8443 2023-12-09T01:53:25.218 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:53:24 smithi067 bash[25104]: cluster 2023-12-09T01:53:23.953872+0000 mon.a (mon.0) 101 : cluster [DBG] mgrmap e13: y(active, since 6s) 2023-12-09T01:53:25.218 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:53:24 smithi067 bash[25104]: audit 2023-12-09T01:53:24.813594+0000 mon.a (mon.0) 102 : audit [DBG] from='client.? 172.21.15.67:0/4106921735' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2023-12-09T01:53:25.416 INFO:teuthology.orchestra.run.smithi067.stderr:firewalld does not appear to be present 2023-12-09T01:53:25.417 INFO:teuthology.orchestra.run.smithi067.stderr:Not possible to open ports <[8443]>. firewalld.service is not available 2023-12-09T01:53:25.420 INFO:teuthology.orchestra.run.smithi067.stderr:Ceph Dashboard is now available at: 2023-12-09T01:53:25.421 INFO:teuthology.orchestra.run.smithi067.stderr: 2023-12-09T01:53:25.421 INFO:teuthology.orchestra.run.smithi067.stderr: URL: https://smithi067.front.sepia.ceph.com:8443/ 2023-12-09T01:53:25.421 INFO:teuthology.orchestra.run.smithi067.stderr: User: admin 2023-12-09T01:53:25.421 INFO:teuthology.orchestra.run.smithi067.stderr: Password: pihcb5ipsh 2023-12-09T01:53:25.421 INFO:teuthology.orchestra.run.smithi067.stderr: 2023-12-09T01:53:25.421 INFO:teuthology.orchestra.run.smithi067.stderr:Enabling autotune for osd_memory_target 2023-12-09T01:53:29.030 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: set mgr/dashboard/cluster/status 2023-12-09T01:53:29.609 INFO:teuthology.orchestra.run.smithi067.stderr:You can access the Ceph CLI with: 2023-12-09T01:53:29.609 INFO:teuthology.orchestra.run.smithi067.stderr: 2023-12-09T01:53:29.609 INFO:teuthology.orchestra.run.smithi067.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid 6db93fb0-9635-11ee-95a3-87774f69a715 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2023-12-09T01:53:29.609 INFO:teuthology.orchestra.run.smithi067.stderr: 2023-12-09T01:53:29.609 INFO:teuthology.orchestra.run.smithi067.stderr:Please consider enabling telemetry to help improve Ceph: 2023-12-09T01:53:29.609 INFO:teuthology.orchestra.run.smithi067.stderr: 2023-12-09T01:53:29.609 INFO:teuthology.orchestra.run.smithi067.stderr: ceph telemetry on 2023-12-09T01:53:29.609 INFO:teuthology.orchestra.run.smithi067.stderr: 2023-12-09T01:53:29.609 INFO:teuthology.orchestra.run.smithi067.stderr:For more information see: 2023-12-09T01:53:29.609 INFO:teuthology.orchestra.run.smithi067.stderr: 2023-12-09T01:53:29.609 INFO:teuthology.orchestra.run.smithi067.stderr: https://docs.ceph.com/docs/master/mgr/telemetry/ 2023-12-09T01:53:29.610 INFO:teuthology.orchestra.run.smithi067.stderr: 2023-12-09T01:53:29.610 INFO:teuthology.orchestra.run.smithi067.stderr:Bootstrap complete. 2023-12-09T01:53:29.646 INFO:tasks.cephadm:Fetching config... 2023-12-09T01:53:29.647 DEBUG:teuthology.orchestra.run.smithi067:> set -ex 2023-12-09T01:53:29.647 DEBUG:teuthology.orchestra.run.smithi067:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2023-12-09T01:53:29.651 INFO:tasks.cephadm:Fetching client.admin keyring... 2023-12-09T01:53:29.652 DEBUG:teuthology.orchestra.run.smithi067:> set -ex 2023-12-09T01:53:29.652 DEBUG:teuthology.orchestra.run.smithi067:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2023-12-09T01:53:29.657 INFO:tasks.cephadm:Fetching mon keyring... 2023-12-09T01:53:29.657 DEBUG:teuthology.orchestra.run.smithi067:> set -ex 2023-12-09T01:53:29.657 DEBUG:teuthology.orchestra.run.smithi067:> sudo dd if=/var/lib/ceph/6db93fb0-9635-11ee-95a3-87774f69a715/mon.a/keyring of=/dev/stdout 2023-12-09T01:53:29.712 INFO:tasks.cephadm:Fetching pub ssh key... 2023-12-09T01:53:29.712 DEBUG:teuthology.orchestra.run.smithi067:> set -ex 2023-12-09T01:53:29.712 DEBUG:teuthology.orchestra.run.smithi067:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2023-12-09T01:53:29.716 INFO:tasks.cephadm:Installing pub ssh key for root users... 2023-12-09T01:53:29.716 DEBUG:teuthology.orchestra.run.smithi067:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCx8mR4I5Z7wAOQ8ahiLUVLYjZbgi8s30iVEabLJBMaQ1ypUWiDyeJxGsvEkYDwelI2GhV4IMQ90/KQtk67m2oNV55gLG36AY4PgjNggR4t42LfMnj144LtzIYwpu9ERGrffglD6k4r58wnv4oADf5YPDHUOxW+xd37KZM+OphWMFDzVPfG3ruhHw17QLeQ/mKE7F3TPB0sxLPOTBQk2FJShOGFpCWF7tQUrx6G7y48062STMdUEAK2iy/k5tc4ibpMd1F7fHiEOOEakD9iQiq2S3rCEAvx4J9kShFWcCV42NatLhpsi+4Y4JZwD6na+63aloYk4jca3dT8EJvewXYc7CAG/2o+mjz+m3qwBeKQLSE5cZ5TcWRUg0wU/SW3mXZJSWSLL/odde4/UTw07Ugc+JWliLRYnkET2FCTQ5drnFbWpf6XEf4t+VTbTxDpL0Y3sdejpJGkJq4KoxvjvPECh2rp2SGtmJy4LKUQcwJOmSHYpr2QevfM3dN/NF1BE9k= ceph-6db93fb0-9635-11ee-95a3-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-12-09T01:53:29.730 INFO:teuthology.orchestra.run.smithi067.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCx8mR4I5Z7wAOQ8ahiLUVLYjZbgi8s30iVEabLJBMaQ1ypUWiDyeJxGsvEkYDwelI2GhV4IMQ90/KQtk67m2oNV55gLG36AY4PgjNggR4t42LfMnj144LtzIYwpu9ERGrffglD6k4r58wnv4oADf5YPDHUOxW+xd37KZM+OphWMFDzVPfG3ruhHw17QLeQ/mKE7F3TPB0sxLPOTBQk2FJShOGFpCWF7tQUrx6G7y48062STMdUEAK2iy/k5tc4ibpMd1F7fHiEOOEakD9iQiq2S3rCEAvx4J9kShFWcCV42NatLhpsi+4Y4JZwD6na+63aloYk4jca3dT8EJvewXYc7CAG/2o+mjz+m3qwBeKQLSE5cZ5TcWRUg0wU/SW3mXZJSWSLL/odde4/UTw07Ugc+JWliLRYnkET2FCTQ5drnFbWpf6XEf4t+VTbTxDpL0Y3sdejpJGkJq4KoxvjvPECh2rp2SGtmJy4LKUQcwJOmSHYpr2QevfM3dN/NF1BE9k= ceph-6db93fb0-9635-11ee-95a3-87774f69a715 2023-12-09T01:53:29.737 DEBUG:teuthology.orchestra.run.smithi125:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCx8mR4I5Z7wAOQ8ahiLUVLYjZbgi8s30iVEabLJBMaQ1ypUWiDyeJxGsvEkYDwelI2GhV4IMQ90/KQtk67m2oNV55gLG36AY4PgjNggR4t42LfMnj144LtzIYwpu9ERGrffglD6k4r58wnv4oADf5YPDHUOxW+xd37KZM+OphWMFDzVPfG3ruhHw17QLeQ/mKE7F3TPB0sxLPOTBQk2FJShOGFpCWF7tQUrx6G7y48062STMdUEAK2iy/k5tc4ibpMd1F7fHiEOOEakD9iQiq2S3rCEAvx4J9kShFWcCV42NatLhpsi+4Y4JZwD6na+63aloYk4jca3dT8EJvewXYc7CAG/2o+mjz+m3qwBeKQLSE5cZ5TcWRUg0wU/SW3mXZJSWSLL/odde4/UTw07Ugc+JWliLRYnkET2FCTQ5drnFbWpf6XEf4t+VTbTxDpL0Y3sdejpJGkJq4KoxvjvPECh2rp2SGtmJy4LKUQcwJOmSHYpr2QevfM3dN/NF1BE9k= ceph-6db93fb0-9635-11ee-95a3-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-12-09T01:53:29.761 INFO:teuthology.orchestra.run.smithi125.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCx8mR4I5Z7wAOQ8ahiLUVLYjZbgi8s30iVEabLJBMaQ1ypUWiDyeJxGsvEkYDwelI2GhV4IMQ90/KQtk67m2oNV55gLG36AY4PgjNggR4t42LfMnj144LtzIYwpu9ERGrffglD6k4r58wnv4oADf5YPDHUOxW+xd37KZM+OphWMFDzVPfG3ruhHw17QLeQ/mKE7F3TPB0sxLPOTBQk2FJShOGFpCWF7tQUrx6G7y48062STMdUEAK2iy/k5tc4ibpMd1F7fHiEOOEakD9iQiq2S3rCEAvx4J9kShFWcCV42NatLhpsi+4Y4JZwD6na+63aloYk4jca3dT8EJvewXYc7CAG/2o+mjz+m3qwBeKQLSE5cZ5TcWRUg0wU/SW3mXZJSWSLL/odde4/UTw07Ugc+JWliLRYnkET2FCTQ5drnFbWpf6XEf4t+VTbTxDpL0Y3sdejpJGkJq4KoxvjvPECh2rp2SGtmJy4LKUQcwJOmSHYpr2QevfM3dN/NF1BE9k= ceph-6db93fb0-9635-11ee-95a3-87774f69a715 2023-12-09T01:53:29.773 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6db93fb0-9635-11ee-95a3-87774f69a715 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2023-12-09T01:53:30.218 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:53:30 smithi067 bash[25104]: audit 2023-12-09T01:53:29.026963+0000 mon.a (mon.0) 103 : audit [INF] from='client.? 172.21.15.67:0/3972108738' entity='client.admin' 2023-12-09T01:53:31.196 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 01:53:30 smithi067 bash[25375]: 172.21.15.67 - - [09/Dec/2023:01:53:30] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-09T01:53:31.968 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:53:31 smithi067 bash[25104]: audit 2023-12-09T01:53:30.658994+0000 mon.a (mon.0) 104 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:53:31.968 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:53:31 smithi067 bash[25104]: audit 2023-12-09T01:53:30.660835+0000 mon.a (mon.0) 105 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T01:53:31.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:53:31 smithi067 bash[25104]: audit 2023-12-09T01:53:30.666140+0000 mon.a (mon.0) 106 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:53:31.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:53:31 smithi067 bash[25104]: audit 2023-12-09T01:53:30.668653+0000 mon.a (mon.0) 107 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T01:53:31.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:53:31 smithi067 bash[25104]: audit 2023-12-09T01:53:30.674076+0000 mon.a (mon.0) 108 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:53:31.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:53:31 smithi067 bash[25104]: audit 2023-12-09T01:53:30.877804+0000 mon.a (mon.0) 109 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:53:33.553 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:53:33 smithi067 bash[25104]: audit 2023-12-09T01:53:32.300083+0000 mon.a (mon.0) 110 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:53:33.554 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:53:33 smithi067 bash[25104]: audit 2023-12-09T01:53:32.839047+0000 mon.a (mon.0) 111 : audit [INF] from='client.? 172.21.15.67:0/3437824256' entity='client.admin' 2023-12-09T01:53:33.554 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:53:33 smithi067 bash[25104]: audit 2023-12-09T01:53:32.895420+0000 mon.a (mon.0) 112 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T01:53:33.554 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:53:33 smithi067 bash[25104]: audit 2023-12-09T01:53:32.902218+0000 mon.a (mon.0) 113 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:53:33.968 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 01:53:33 smithi067 bash[25375]: 172.21.15.67 - - [09/Dec/2023:01:53:33] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-09T01:53:34.104 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2023-12-09T01:53:34.104 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6db93fb0-9635-11ee-95a3-87774f69a715 -- ceph orch client-keyring set client.admin '*' --mode 0755 2023-12-09T01:53:34.968 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:53:34 smithi067 bash[25104]: audit 2023-12-09T01:53:33.713898+0000 mon.a (mon.0) 114 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:53:34.968 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:53:34 smithi067 bash[25104]: audit 2023-12-09T01:53:33.722135+0000 mon.a (mon.0) 115 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:53:38.533 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:53:38 smithi067 bash[25104]: cluster 2023-12-09T01:53:37.229550+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-09T01:53:39.443 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 01:53:39 smithi067 bash[25375]: 172.21.15.67 - - [09/Dec/2023:01:53:39] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-09T01:53:39.482 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi125 2023-12-09T01:53:39.482 DEBUG:teuthology.orchestra.run.smithi125:> set -ex 2023-12-09T01:53:39.482 DEBUG:teuthology.orchestra.run.smithi125:> dd of=/etc/ceph/ceph.conf 2023-12-09T01:53:39.489 DEBUG:teuthology.orchestra.run.smithi125:> set -ex 2023-12-09T01:53:39.490 DEBUG:teuthology.orchestra.run.smithi125:> dd of=/etc/ceph/ceph.client.admin.keyring 2023-12-09T01:53:39.496 INFO:tasks.cephadm:Adding host smithi125 to orchestrator... 2023-12-09T01:53:39.496 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6db93fb0-9635-11ee-95a3-87774f69a715 -- ceph orch host add smithi125 2023-12-09T01:53:39.718 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:53:39 smithi067 bash[25104]: audit 2023-12-09T01:53:38.436250+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-09T01:53:39.719 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:53:39 smithi067 bash[25104]: audit 2023-12-09T01:53:38.443857+0000 mon.a (mon.0) 116 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:53:39.719 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:53:39 smithi067 bash[25104]: audit 2023-12-09T01:53:38.481689+0000 mon.a (mon.0) 117 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T01:53:39.719 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:53:39 smithi067 bash[25104]: audit 2023-12-09T01:53:38.483813+0000 mon.a (mon.0) 118 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T01:53:39.719 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:53:39 smithi067 bash[25104]: audit 2023-12-09T01:53:38.485448+0000 mon.a (mon.0) 119 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T01:53:39.719 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:53:39 smithi067 bash[25104]: cephadm 2023-12-09T01:53:38.488124+0000 mgr.y (mgr.14152) 11 : cephadm [INF] Updating smithi067:/etc/ceph/ceph.conf 2023-12-09T01:53:39.719 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:53:39 smithi067 bash[25104]: cephadm 2023-12-09T01:53:38.604169+0000 mgr.y (mgr.14152) 12 : cephadm [INF] Updating smithi067:/etc/ceph/ceph.client.admin.keyring 2023-12-09T01:53:39.719 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:53:39 smithi067 bash[25104]: audit 2023-12-09T01:53:38.761420+0000 mon.a (mon.0) 120 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:53:39.719 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:53:39 smithi067 bash[25104]: audit 2023-12-09T01:53:38.769601+0000 mon.a (mon.0) 121 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:53:39.719 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:53:39 smithi067 bash[25104]: audit 2023-12-09T01:53:39.154852+0000 mon.a (mon.0) 122 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:53:39.719 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:53:39 smithi067 bash[25104]: audit 2023-12-09T01:53:39.162698+0000 mon.a (mon.0) 123 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:53:40.695 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:53:40 smithi067 bash[25104]: cluster 2023-12-09T01:53:39.229950+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-09T01:53:43.218 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:53:42 smithi067 bash[25104]: cluster 2023-12-09T01:53:41.230379+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-09T01:53:43.310 INFO:teuthology.orchestra.run.smithi067.stdout:Added host 'smithi125' with addr '172.21.15.125' 2023-12-09T01:53:43.969 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6db93fb0-9635-11ee-95a3-87774f69a715 -- ceph orch host ls --format=json 2023-12-09T01:53:44.218 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:53:43 smithi067 bash[25104]: audit 2023-12-09T01:53:42.256710+0000 mgr.y (mgr.14152) 15 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi125", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T01:53:44.219 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:53:43 smithi067 bash[25104]: cephadm 2023-12-09T01:53:42.653919+0000 mgr.y (mgr.14152) 16 : cephadm [INF] Deploying cephadm binary to smithi125 2023-12-09T01:53:44.219 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:53:43 smithi067 bash[25104]: audit 2023-12-09T01:53:43.310118+0000 mon.a (mon.0) 124 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:53:44.219 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:53:43 smithi067 bash[25104]: audit 2023-12-09T01:53:43.327165+0000 mon.a (mon.0) 125 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T01:53:44.219 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:53:43 smithi067 bash[25104]: audit 2023-12-09T01:53:43.330041+0000 mon.a (mon.0) 126 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T01:53:44.219 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:53:43 smithi067 bash[25104]: audit 2023-12-09T01:53:43.331875+0000 mon.a (mon.0) 127 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T01:53:44.219 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:53:43 smithi067 bash[25104]: audit 2023-12-09T01:53:43.614400+0000 mon.a (mon.0) 128 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:53:45.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:53:44 smithi067 bash[25104]: cluster 2023-12-09T01:53:43.230833+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-09T01:53:45.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:53:44 smithi067 bash[25104]: cephadm 2023-12-09T01:53:43.310816+0000 mgr.y (mgr.14152) 18 : cephadm [INF] Added host smithi125 2023-12-09T01:53:45.222 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:53:44 smithi067 bash[25104]: audit 2023-12-09T01:53:44.359519+0000 mon.a (mon.0) 129 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:53:45.222 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:53:44 smithi067 bash[25104]: audit 2023-12-09T01:53:44.363757+0000 mon.a (mon.0) 130 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:53:45.222 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:53:44 smithi067 bash[25104]: audit 2023-12-09T01:53:44.364863+0000 mon.a (mon.0) 131 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi125", "name": "osd_memory_target"}]: dispatch 2023-12-09T01:53:45.222 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:53:44 smithi067 bash[25104]: audit 2023-12-09T01:53:44.370976+0000 mon.a (mon.0) 132 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:53:45.222 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:53:44 smithi067 bash[25104]: audit 2023-12-09T01:53:44.373069+0000 mon.a (mon.0) 133 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi125", "caps": []}]: dispatch 2023-12-09T01:53:45.222 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:53:44 smithi067 bash[25104]: audit 2023-12-09T01:53:44.376050+0000 mon.a (mon.0) 134 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi125", "caps": []}]': finished 2023-12-09T01:53:46.346 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 01:53:46 smithi067 bash[25375]: 172.21.15.125 - - [09/Dec/2023:01:53:46] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-09T01:53:46.718 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 01:53:46 smithi067 bash[25375]: 172.21.15.125 - - [09/Dec/2023:01:53:46] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-09T01:53:46.777 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-09T01:53:46.778 INFO:teuthology.orchestra.run.smithi067.stdout:[{"addr": "172.21.15.67", "hostname": "smithi067", "labels": [], "status": ""}, {"addr": "172.21.15.125", "hostname": "smithi125", "labels": [], "status": ""}] 2023-12-09T01:53:47.003 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:53:46 smithi067 bash[25104]: cephadm 2023-12-09T01:53:45.078100+0000 mgr.y (mgr.14152) 19 : cephadm [INF] Deploying daemon agent.smithi125 on smithi125 2023-12-09T01:53:47.003 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:53:46 smithi067 bash[25104]: cluster 2023-12-09T01:53:45.231257+0000 mgr.y (mgr.14152) 20 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-09T01:53:47.003 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:53:46 smithi067 bash[25104]: audit 2023-12-09T01:53:45.746782+0000 mon.a (mon.0) 135 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:53:47.003 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:53:46 smithi067 bash[25104]: audit 2023-12-09T01:53:45.749292+0000 mon.a (mon.0) 136 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T01:53:47.003 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:53:46 smithi067 bash[25104]: audit 2023-12-09T01:53:45.752082+0000 mon.a (mon.0) 137 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T01:53:47.004 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:53:46 smithi067 bash[25104]: audit 2023-12-09T01:53:45.753416+0000 mon.a (mon.0) 138 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T01:53:47.004 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:53:46 smithi067 bash[25104]: cephadm 2023-12-09T01:53:45.756207+0000 mgr.y (mgr.14152) 21 : cephadm [INF] Updating smithi125:/etc/ceph/ceph.conf 2023-12-09T01:53:47.004 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:53:46 smithi067 bash[25104]: cephadm 2023-12-09T01:53:45.873964+0000 mgr.y (mgr.14152) 22 : cephadm [INF] Updating smithi125:/etc/ceph/ceph.client.admin.keyring 2023-12-09T01:53:47.004 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:53:46 smithi067 bash[25104]: audit 2023-12-09T01:53:45.986730+0000 mon.a (mon.0) 139 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:53:47.004 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:53:46 smithi067 bash[25104]: audit 2023-12-09T01:53:45.992906+0000 mon.a (mon.0) 140 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:53:47.004 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:53:46 smithi067 bash[25104]: audit 2023-12-09T01:53:45.997006+0000 mon.a (mon.0) 141 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T01:53:47.004 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:53:46 smithi067 bash[25104]: audit 2023-12-09T01:53:45.999837+0000 mon.a (mon.0) 142 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T01:53:47.004 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:53:46 smithi067 bash[25104]: audit 2023-12-09T01:53:46.001796+0000 mon.a (mon.0) 143 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T01:53:47.004 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:53:46 smithi067 bash[25104]: audit 2023-12-09T01:53:46.012821+0000 mon.a (mon.0) 144 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:53:47.004 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:53:46 smithi067 bash[25104]: audit 2023-12-09T01:53:46.015840+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:53:47.004 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:53:46 smithi067 bash[25104]: audit 2023-12-09T01:53:46.563193+0000 mon.a (mon.0) 146 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:53:47.004 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:53:46 smithi067 bash[25104]: audit 2023-12-09T01:53:46.566631+0000 mon.a (mon.0) 147 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:53:47.404 INFO:tasks.cephadm:Setting crush tunables to default 2023-12-09T01:53:47.404 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6db93fb0-9635-11ee-95a3-87774f69a715 -- ceph osd crush tunables default 2023-12-09T01:53:48.218 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:53:47 smithi067 bash[25104]: audit 2023-12-09T01:53:46.777718+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-09T01:53:48.218 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:53:47 smithi067 bash[25104]: audit 2023-12-09T01:53:47.307385+0000 mon.a (mon.0) 148 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:53:48.968 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:53:48 smithi067 bash[25104]: cluster 2023-12-09T01:53:47.231701+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-09T01:53:50.777 INFO:teuthology.orchestra.run.smithi067.stderr:adjusted tunables profile to default 2023-12-09T01:53:50.968 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 01:53:50 smithi067 bash[25375]: 172.21.15.125 - - [09/Dec/2023:01:53:50] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-09T01:53:50.968 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:53:50 smithi067 bash[25104]: cluster 2023-12-09T01:53:49.232104+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-09T01:53:50.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:53:50 smithi067 bash[25104]: audit 2023-12-09T01:53:50.273066+0000 mon.a (mon.0) 149 : audit [INF] from='client.? 172.21.15.67:0/4106342656' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2023-12-09T01:53:50.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:53:50 smithi067 bash[25104]: audit 2023-12-09T01:53:50.648589+0000 mon.a (mon.0) 150 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:53:50.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:53:50 smithi067 bash[25104]: audit 2023-12-09T01:53:50.656407+0000 mon.a (mon.0) 151 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:53:51.771 INFO:tasks.cephadm:Adding mon.a on smithi067 2023-12-09T01:53:51.771 INFO:tasks.cephadm:Adding mon.c on smithi067 2023-12-09T01:53:51.771 INFO:tasks.cephadm:Adding mon.b on smithi125 2023-12-09T01:53:51.772 DEBUG:teuthology.orchestra.run.smithi125:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6db93fb0-9635-11ee-95a3-87774f69a715 -- ceph orch apply mon '3;smithi067:172.21.15.67=a;smithi067:[v2:172.21.15.67:3301,v1:172.21.15.67:6790]=c;smithi125:172.21.15.125=b' 2023-12-09T01:53:52.064 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:53:51 smithi067 bash[25104]: audit 2023-12-09T01:53:50.768946+0000 mon.a (mon.0) 152 : audit [INF] from='client.? 172.21.15.67:0/4106342656' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2023-12-09T01:53:52.064 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:53:51 smithi067 bash[25104]: cluster 2023-12-09T01:53:50.769087+0000 mon.a (mon.0) 153 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2023-12-09T01:53:53.218 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:53:52 smithi067 bash[25104]: cluster 2023-12-09T01:53:51.232558+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-09T01:53:54.468 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 01:53:54 smithi067 bash[25375]: 172.21.15.67 - - [09/Dec/2023:01:53:54] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-09T01:53:54.536 INFO:teuthology.orchestra.run.smithi125.stdout:Scheduled mon update... 2023-12-09T01:53:55.191 DEBUG:teuthology.orchestra.run.smithi067:mon.c> sudo journalctl -f -n 0 -u ceph-6db93fb0-9635-11ee-95a3-87774f69a715@mon.c.service 2023-12-09T01:53:55.194 DEBUG:teuthology.orchestra.run.smithi125:mon.b> sudo journalctl -f -n 0 -u ceph-6db93fb0-9635-11ee-95a3-87774f69a715@mon.b.service 2023-12-09T01:53:55.196 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-12-09T01:53:55.196 DEBUG:teuthology.orchestra.run.smithi125:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6db93fb0-9635-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-09T01:53:55.203 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:53:54 smithi067 bash[25104]: cluster 2023-12-09T01:53:53.232997+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-09T01:53:55.203 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:53:54 smithi067 bash[25104]: audit 2023-12-09T01:53:54.339015+0000 mon.a (mon.0) 154 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:53:55.203 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:53:54 smithi067 bash[25104]: audit 2023-12-09T01:53:54.343843+0000 mon.a (mon.0) 155 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:53:55.204 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:53:54 smithi067 bash[25104]: audit 2023-12-09T01:53:54.535318+0000 mon.a (mon.0) 156 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:53:55.204 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:53:54 smithi067 bash[25104]: audit 2023-12-09T01:53:54.553572+0000 mon.a (mon.0) 157 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T01:53:55.204 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:53:54 smithi067 bash[25104]: audit 2023-12-09T01:53:54.556083+0000 mon.a (mon.0) 158 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T01:53:55.204 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:53:54 smithi067 bash[25104]: audit 2023-12-09T01:53:54.557700+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T01:53:55.204 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:53:54 smithi067 bash[25104]: audit 2023-12-09T01:53:54.567218+0000 mon.a (mon.0) 160 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:53:55.204 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:53:54 smithi067 bash[25104]: audit 2023-12-09T01:53:54.571130+0000 mon.a (mon.0) 161 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-09T01:53:55.205 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:53:54 smithi067 bash[25104]: audit 2023-12-09T01:53:54.572400+0000 mon.a (mon.0) 162 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T01:53:55.382 INFO:journalctl@ceph.mon.b.smithi125.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-12-09T01:53:56.007 INFO:journalctl@ceph.mon.c.smithi067.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-12-09T01:53:56.218 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:53:55 smithi067 bash[25104]: audit 2023-12-09T01:53:54.523693+0000 mgr.y (mgr.14152) 28 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi067:172.21.15.67=a;smithi067:[v2:172.21.15.67:3301,v1:172.21.15.67:6790]=c;smithi125:172.21.15.125=b", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T01:53:56.218 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:53:55 smithi067 bash[25104]: cephadm 2023-12-09T01:53:54.529033+0000 mgr.y (mgr.14152) 29 : cephadm [INF] Saving service mon spec with placement smithi067:172.21.15.67=a;smithi067:[v2:172.21.15.67:3301,v1:172.21.15.67:6790]=c;smithi125:172.21.15.125=b;count:3 2023-12-09T01:53:56.219 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:53:55 smithi067 bash[25104]: cephadm 2023-12-09T01:53:54.573840+0000 mgr.y (mgr.14152) 30 : cephadm [INF] Deploying daemon mon.c on smithi067 2023-12-09T01:53:57.218 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:53:56 smithi067 bash[25104]: cluster 2023-12-09T01:53:55.233452+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-09T01:53:57.998 INFO:teuthology.orchestra.run.smithi125.stdout: 2023-12-09T01:53:57.998 INFO:teuthology.orchestra.run.smithi125.stdout:{"epoch":1,"fsid":"6db93fb0-9635-11ee-95a3-87774f69a715","modified":"2023-12-09T01:52:10.488862Z","created":"2023-12-09T01:52:10.488862Z","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.67:3300","nonce":0},{"type":"v1","addr":"172.21.15.67:6789","nonce":0}]},"addr":"172.21.15.67:6789/0","public_addr":"172.21.15.67:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-09T01:53:58.001 INFO:teuthology.orchestra.run.smithi125.stderr:dumped monmap epoch 1 2023-12-09T01:53:59.218 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:53:58 smithi067 bash[25104]: cluster 2023-12-09T01:53:57.233872+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-09T01:53:59.218 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:53:58 smithi067 bash[25104]: audit 2023-12-09T01:53:57.998100+0000 mon.a (mon.0) 163 : audit [DBG] from='client.? 172.21.15.125:0/2996895681' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-09T01:53:59.633 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-12-09T01:53:59.633 DEBUG:teuthology.orchestra.run.smithi125:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6db93fb0-9635-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-09T01:54:00.718 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:54:00 smithi067 bash[30830]: debug 2023-12-09T01:54:00.416+0000 7fd21738a700 10 mon.c@-1(synchronizing) e1 handle_conf_change mon_allow_pool_delete 2023-12-09T01:54:00.719 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:54:00 smithi067 bash[25104]: cluster 2023-12-09T01:53:59.234255+0000 mgr.y (mgr.14152) 33 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-09T01:54:00.719 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:54:00 smithi067 bash[25104]: audit 2023-12-09T01:53:59.402583+0000 mon.a (mon.0) 164 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:54:00.719 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:54:00 smithi067 bash[25104]: audit 2023-12-09T01:53:59.403950+0000 mon.a (mon.0) 165 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-09T01:54:00.719 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:54:00 smithi067 bash[25104]: audit 2023-12-09T01:53:59.404839+0000 mon.a (mon.0) 166 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T01:54:00.719 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:54:00 smithi067 bash[25104]: cephadm 2023-12-09T01:53:59.405991+0000 mgr.y (mgr.14152) 34 : cephadm [INF] Deploying daemon mon.b on smithi125 2023-12-09T01:54:05.804 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:54:05 smithi067 bash[25104]: audit 2023-12-09T01:54:00.426053+0000 mon.a (mon.0) 168 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-09T01:54:05.804 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:54:05 smithi067 bash[25104]: cluster 2023-12-09T01:54:00.426371+0000 mon.a (mon.0) 169 : cluster [INF] mon.a calling monitor election 2023-12-09T01:54:05.804 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:54:05 smithi067 bash[25104]: audit 2023-12-09T01:54:00.428877+0000 mon.a (mon.0) 170 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-09T01:54:05.805 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:54:05 smithi067 bash[25104]: cluster 2023-12-09T01:54:01.234692+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-09T01:54:05.805 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:54:05 smithi067 bash[25104]: audit 2023-12-09T01:54:01.422154+0000 mon.a (mon.0) 171 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-09T01:54:05.805 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:54:05 smithi067 bash[25104]: audit 2023-12-09T01:54:02.422337+0000 mon.a (mon.0) 172 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-09T01:54:05.805 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:54:05 smithi067 bash[25104]: cluster 2023-12-09T01:54:02.425719+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2023-12-09T01:54:05.805 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:54:05 smithi067 bash[25104]: cluster 2023-12-09T01:54:03.235124+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-09T01:54:05.805 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:54:05 smithi067 bash[25104]: audit 2023-12-09T01:54:03.422350+0000 mon.a (mon.0) 173 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-09T01:54:05.805 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:54:05 smithi067 bash[25104]: audit 2023-12-09T01:54:04.422575+0000 mon.a (mon.0) 174 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-09T01:54:05.805 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:54:05 smithi067 bash[25104]: audit 2023-12-09T01:54:05.422720+0000 mon.a (mon.0) 175 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-09T01:54:05.805 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:54:05 smithi067 bash[25104]: cluster 2023-12-09T01:54:05.432191+0000 mon.a (mon.0) 176 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2023-12-09T01:54:05.805 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:54:05 smithi067 bash[25104]: cluster 2023-12-09T01:54:05.439378+0000 mon.a (mon.0) 177 : cluster [DBG] monmap e2: 2 mons at {a=[v2:172.21.15.67:3300/0,v1:172.21.15.67:6789/0],c=[v2:172.21.15.67:3301/0,v1:172.21.15.67:6790/0]} 2023-12-09T01:54:05.805 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:54:05 smithi067 bash[25104]: cluster 2023-12-09T01:54:05.439496+0000 mon.a (mon.0) 178 : cluster [DBG] fsmap 2023-12-09T01:54:05.805 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:54:05 smithi067 bash[25104]: cluster 2023-12-09T01:54:05.439557+0000 mon.a (mon.0) 179 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2023-12-09T01:54:05.805 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:54:05 smithi067 bash[25104]: cluster 2023-12-09T01:54:05.439892+0000 mon.a (mon.0) 180 : cluster [DBG] mgrmap e13: y(active, since 48s) 2023-12-09T01:54:05.805 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:54:05 smithi067 bash[25104]: cluster 2023-12-09T01:54:05.446157+0000 mon.a (mon.0) 181 : cluster [INF] overall HEALTH_OK 2023-12-09T01:54:05.805 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:54:05 smithi067 bash[25104]: audit 2023-12-09T01:54:05.450303+0000 mon.a (mon.0) 182 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:54:05.806 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:54:05 smithi067 bash[25104]: audit 2023-12-09T01:54:05.453883+0000 mon.a (mon.0) 183 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T01:54:05.806 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:54:05 smithi067 bash[25104]: audit 2023-12-09T01:54:05.456715+0000 mon.a (mon.0) 184 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T01:54:05.806 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:54:05 smithi067 bash[25104]: audit 2023-12-09T01:54:05.458196+0000 mon.a (mon.0) 185 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T01:54:05.806 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:54:05 smithi067 bash[30830]: audit 2023-12-09T01:54:00.426053+0000 mon.a (mon.0) 168 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-09T01:54:05.806 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:54:05 smithi067 bash[30830]: cluster 2023-12-09T01:54:00.426371+0000 mon.a (mon.0) 169 : cluster [INF] mon.a calling monitor election 2023-12-09T01:54:05.806 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:54:05 smithi067 bash[30830]: audit 2023-12-09T01:54:00.428877+0000 mon.a (mon.0) 170 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-09T01:54:05.806 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:54:05 smithi067 bash[30830]: cluster 2023-12-09T01:54:01.234692+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-09T01:54:05.806 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:54:05 smithi067 bash[30830]: audit 2023-12-09T01:54:01.422154+0000 mon.a (mon.0) 171 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-09T01:54:05.806 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:54:05 smithi067 bash[30830]: audit 2023-12-09T01:54:02.422337+0000 mon.a (mon.0) 172 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-09T01:54:05.807 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:54:05 smithi067 bash[30830]: cluster 2023-12-09T01:54:02.425719+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2023-12-09T01:54:05.807 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:54:05 smithi067 bash[30830]: cluster 2023-12-09T01:54:03.235124+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-09T01:54:05.807 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:54:05 smithi067 bash[30830]: audit 2023-12-09T01:54:03.422350+0000 mon.a (mon.0) 173 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-09T01:54:05.807 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:54:05 smithi067 bash[30830]: audit 2023-12-09T01:54:04.422575+0000 mon.a (mon.0) 174 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-09T01:54:05.807 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:54:05 smithi067 bash[30830]: audit 2023-12-09T01:54:05.422720+0000 mon.a (mon.0) 175 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-09T01:54:05.807 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:54:05 smithi067 bash[30830]: cluster 2023-12-09T01:54:05.432191+0000 mon.a (mon.0) 176 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2023-12-09T01:54:05.807 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:54:05 smithi067 bash[30830]: cluster 2023-12-09T01:54:05.439378+0000 mon.a (mon.0) 177 : cluster [DBG] monmap e2: 2 mons at {a=[v2:172.21.15.67:3300/0,v1:172.21.15.67:6789/0],c=[v2:172.21.15.67:3301/0,v1:172.21.15.67:6790/0]} 2023-12-09T01:54:05.807 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:54:05 smithi067 bash[30830]: cluster 2023-12-09T01:54:05.439496+0000 mon.a (mon.0) 178 : cluster [DBG] fsmap 2023-12-09T01:54:05.807 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:54:05 smithi067 bash[30830]: cluster 2023-12-09T01:54:05.439557+0000 mon.a (mon.0) 179 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2023-12-09T01:54:05.807 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:54:05 smithi067 bash[30830]: cluster 2023-12-09T01:54:05.439892+0000 mon.a (mon.0) 180 : cluster [DBG] mgrmap e13: y(active, since 48s) 2023-12-09T01:54:05.807 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:54:05 smithi067 bash[30830]: cluster 2023-12-09T01:54:05.446157+0000 mon.a (mon.0) 181 : cluster [INF] overall HEALTH_OK 2023-12-09T01:54:05.807 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:54:05 smithi067 bash[30830]: audit 2023-12-09T01:54:05.450303+0000 mon.a (mon.0) 182 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:54:05.807 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:54:05 smithi067 bash[30830]: audit 2023-12-09T01:54:05.453883+0000 mon.a (mon.0) 183 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T01:54:05.807 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:54:05 smithi067 bash[30830]: audit 2023-12-09T01:54:05.456715+0000 mon.a (mon.0) 184 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T01:54:05.807 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:54:05 smithi067 bash[30830]: audit 2023-12-09T01:54:05.458196+0000 mon.a (mon.0) 185 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T01:54:06.218 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:54:06 smithi125 bash[25274]: debug 2023-12-09T01:54:06.027+0000 7f1a55ce9700 1 mon.b@-1(synchronizing).paxosservice(auth 1..5) refresh upgraded, format 0 -> 3 2023-12-09T01:54:11.422 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 01:54:11 smithi067 bash[25375]: 172.21.15.125 - - [09/Dec/2023:01:54:11] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-09T01:54:11.422 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:54:11 smithi067 bash[25104]: audit 2023-12-09T01:54:06.042941+0000 mon.a (mon.0) 193 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-09T01:54:11.423 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:54:11 smithi067 bash[25104]: audit 2023-12-09T01:54:06.043360+0000 mon.a (mon.0) 194 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-09T01:54:11.423 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:54:11 smithi067 bash[25104]: cluster 2023-12-09T01:54:06.043510+0000 mon.a (mon.0) 195 : cluster [INF] mon.a calling monitor election 2023-12-09T01:54:11.423 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:54:11 smithi067 bash[25104]: cluster 2023-12-09T01:54:06.044102+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2023-12-09T01:54:11.423 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:54:11 smithi067 bash[25104]: audit 2023-12-09T01:54:06.044872+0000 mon.a (mon.0) 196 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-09T01:54:11.423 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:54:11 smithi067 bash[25104]: audit 2023-12-09T01:54:07.037336+0000 mon.a (mon.0) 197 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-09T01:54:11.423 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:54:11 smithi067 bash[25104]: cluster 2023-12-09T01:54:07.235921+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-09T01:54:11.423 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:54:11 smithi067 bash[25104]: audit 2023-12-09T01:54:08.038172+0000 mon.a (mon.0) 198 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-09T01:54:11.423 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:54:11 smithi067 bash[25104]: audit 2023-12-09T01:54:09.038117+0000 mon.a (mon.0) 199 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-09T01:54:11.423 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:54:11 smithi067 bash[25104]: cluster 2023-12-09T01:54:09.236269+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-09T01:54:11.423 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:54:11 smithi067 bash[25104]: audit 2023-12-09T01:54:10.038310+0000 mon.a (mon.0) 200 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-09T01:54:11.423 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:54:11 smithi067 bash[25104]: audit 2023-12-09T01:54:11.038330+0000 mon.a (mon.0) 201 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-09T01:54:11.423 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:54:11 smithi067 bash[25104]: cluster 2023-12-09T01:54:11.045183+0000 mon.a (mon.0) 202 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2023-12-09T01:54:11.423 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:54:11 smithi067 bash[25104]: cluster 2023-12-09T01:54:11.050420+0000 mon.a (mon.0) 203 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.67:3300/0,v1:172.21.15.67:6789/0],b=[v2:172.21.15.125:3300/0,v1:172.21.15.125:6789/0],c=[v2:172.21.15.67:3301/0,v1:172.21.15.67:6790/0]} 2023-12-09T01:54:11.423 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:54:11 smithi067 bash[25104]: cluster 2023-12-09T01:54:11.050528+0000 mon.a (mon.0) 204 : cluster [DBG] fsmap 2023-12-09T01:54:11.424 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:54:11 smithi067 bash[25104]: cluster 2023-12-09T01:54:11.050587+0000 mon.a (mon.0) 205 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2023-12-09T01:54:11.424 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:54:11 smithi067 bash[25104]: cluster 2023-12-09T01:54:11.050913+0000 mon.a (mon.0) 206 : cluster [DBG] mgrmap e13: y(active, since 53s) 2023-12-09T01:54:11.424 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:54:11 smithi067 bash[25104]: cluster 2023-12-09T01:54:11.051154+0000 mon.a (mon.0) 207 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2023-12-09T01:54:11.424 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:54:11 smithi067 bash[25104]: cluster 2023-12-09T01:54:11.057630+0000 mon.a (mon.0) 208 : cluster [WRN] Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2023-12-09T01:54:11.424 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:54:11 smithi067 bash[25104]: cluster 2023-12-09T01:54:11.057666+0000 mon.a (mon.0) 209 : cluster [WRN] [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2023-12-09T01:54:11.424 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:54:11 smithi067 bash[25104]: cluster 2023-12-09T01:54:11.057706+0000 mon.a (mon.0) 210 : cluster [WRN] mon.b (rank 2) addr [v2:172.21.15.125:3300/0,v1:172.21.15.125:6789/0] is down (out of quorum) 2023-12-09T01:54:11.424 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:54:11 smithi067 bash[25104]: audit 2023-12-09T01:54:11.063818+0000 mon.a (mon.0) 211 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:54:11.424 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:54:11 smithi067 bash[25104]: audit 2023-12-09T01:54:11.070360+0000 mon.a (mon.0) 212 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:54:11.424 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:54:11 smithi067 bash[25104]: audit 2023-12-09T01:54:11.072872+0000 mon.a (mon.0) 213 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-09T01:54:11.424 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:54:11 smithi067 bash[25104]: audit 2023-12-09T01:54:11.077203+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:54:11.424 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:54:11 smithi067 bash[25104]: audit 2023-12-09T01:54:11.077604+0000 mon.a (mon.0) 215 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-09T01:54:11.424 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:54:11 smithi067 bash[25104]: audit 2023-12-09T01:54:11.079736+0000 mon.a (mon.0) 216 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T01:54:11.425 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:54:11 smithi067 bash[30830]: audit 2023-12-09T01:54:06.042941+0000 mon.a (mon.0) 193 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-09T01:54:11.425 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:54:11 smithi067 bash[30830]: audit 2023-12-09T01:54:06.043360+0000 mon.a (mon.0) 194 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-09T01:54:11.425 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:54:11 smithi067 bash[30830]: cluster 2023-12-09T01:54:06.043510+0000 mon.a (mon.0) 195 : cluster [INF] mon.a calling monitor election 2023-12-09T01:54:11.425 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:54:11 smithi067 bash[30830]: cluster 2023-12-09T01:54:06.044102+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2023-12-09T01:54:11.425 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:54:11 smithi067 bash[30830]: audit 2023-12-09T01:54:06.044872+0000 mon.a (mon.0) 196 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-09T01:54:11.425 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:54:11 smithi067 bash[30830]: audit 2023-12-09T01:54:07.037336+0000 mon.a (mon.0) 197 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-09T01:54:11.425 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:54:11 smithi067 bash[30830]: cluster 2023-12-09T01:54:07.235921+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-09T01:54:11.425 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:54:11 smithi067 bash[30830]: audit 2023-12-09T01:54:08.038172+0000 mon.a (mon.0) 198 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-09T01:54:11.425 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:54:11 smithi067 bash[30830]: audit 2023-12-09T01:54:09.038117+0000 mon.a (mon.0) 199 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-09T01:54:11.425 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:54:11 smithi067 bash[30830]: cluster 2023-12-09T01:54:09.236269+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-09T01:54:11.425 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:54:11 smithi067 bash[30830]: audit 2023-12-09T01:54:10.038310+0000 mon.a (mon.0) 200 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-09T01:54:11.425 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:54:11 smithi067 bash[30830]: audit 2023-12-09T01:54:11.038330+0000 mon.a (mon.0) 201 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-09T01:54:11.425 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:54:11 smithi067 bash[30830]: cluster 2023-12-09T01:54:11.045183+0000 mon.a (mon.0) 202 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2023-12-09T01:54:11.425 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:54:11 smithi067 bash[30830]: cluster 2023-12-09T01:54:11.050420+0000 mon.a (mon.0) 203 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.67:3300/0,v1:172.21.15.67:6789/0],b=[v2:172.21.15.125:3300/0,v1:172.21.15.125:6789/0],c=[v2:172.21.15.67:3301/0,v1:172.21.15.67:6790/0]} 2023-12-09T01:54:11.426 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:54:11 smithi067 bash[30830]: cluster 2023-12-09T01:54:11.050528+0000 mon.a (mon.0) 204 : cluster [DBG] fsmap 2023-12-09T01:54:11.426 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:54:11 smithi067 bash[30830]: cluster 2023-12-09T01:54:11.050587+0000 mon.a (mon.0) 205 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2023-12-09T01:54:11.426 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:54:11 smithi067 bash[30830]: cluster 2023-12-09T01:54:11.050913+0000 mon.a (mon.0) 206 : cluster [DBG] mgrmap e13: y(active, since 53s) 2023-12-09T01:54:11.426 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:54:11 smithi067 bash[30830]: cluster 2023-12-09T01:54:11.051154+0000 mon.a (mon.0) 207 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2023-12-09T01:54:11.426 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:54:11 smithi067 bash[30830]: cluster 2023-12-09T01:54:11.057630+0000 mon.a (mon.0) 208 : cluster [WRN] Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2023-12-09T01:54:11.426 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:54:11 smithi067 bash[30830]: cluster 2023-12-09T01:54:11.057666+0000 mon.a (mon.0) 209 : cluster [WRN] [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2023-12-09T01:54:11.426 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:54:11 smithi067 bash[30830]: cluster 2023-12-09T01:54:11.057706+0000 mon.a (mon.0) 210 : cluster [WRN] mon.b (rank 2) addr [v2:172.21.15.125:3300/0,v1:172.21.15.125:6789/0] is down (out of quorum) 2023-12-09T01:54:11.426 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:54:11 smithi067 bash[30830]: audit 2023-12-09T01:54:11.063818+0000 mon.a (mon.0) 211 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:54:11.426 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:54:11 smithi067 bash[30830]: audit 2023-12-09T01:54:11.070360+0000 mon.a (mon.0) 212 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:54:11.426 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:54:11 smithi067 bash[30830]: audit 2023-12-09T01:54:11.072872+0000 mon.a (mon.0) 213 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-09T01:54:11.426 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:54:11 smithi067 bash[30830]: audit 2023-12-09T01:54:11.077203+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:54:11.426 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:54:11 smithi067 bash[30830]: audit 2023-12-09T01:54:11.077604+0000 mon.a (mon.0) 215 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-09T01:54:11.426 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:54:11 smithi067 bash[30830]: audit 2023-12-09T01:54:11.079736+0000 mon.a (mon.0) 216 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T01:54:11.696 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 01:54:11 smithi067 bash[25375]: 172.21.15.67 - - [09/Dec/2023:01:54:11] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-09T01:54:11.696 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 01:54:11 smithi067 bash[25375]: 172.21.15.125 - - [09/Dec/2023:01:54:11] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-09T01:54:11.968 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 01:54:11 smithi067 bash[25375]: 172.21.15.67 - - [09/Dec/2023:01:54:11] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-09T01:54:12.604 INFO:teuthology.orchestra.run.smithi125.stdout: 2023-12-09T01:54:12.604 INFO:teuthology.orchestra.run.smithi125.stdout:{"epoch":3,"fsid":"6db93fb0-9635-11ee-95a3-87774f69a715","modified":"2023-12-09T01:54:06.037718Z","created":"2023-12-09T01:52:10.488862Z","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.67:3300","nonce":0},{"type":"v1","addr":"172.21.15.67:6789","nonce":0}]},"addr":"172.21.15.67:6789/0","public_addr":"172.21.15.67:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:3301","nonce":0},{"type":"v1","addr":"172.21.15.67:6790","nonce":0}]},"addr":"172.21.15.67:6790/0","public_addr":"172.21.15.67:6790/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":2,"name":"b","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.125:3300","nonce":0},{"type":"v1","addr":"172.21.15.125:6789","nonce":0}]},"addr":"172.21.15.125:6789/0","public_addr":"172.21.15.125:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2023-12-09T01:54:12.607 INFO:teuthology.orchestra.run.smithi125.stderr:dumped monmap epoch 3 2023-12-09T01:54:12.718 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:54:12 smithi067 bash[25104]: cephadm 2023-12-09T01:54:11.072328+0000 mgr.y (mgr.14152) 45 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2023-12-09T01:54:12.719 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:54:12 smithi067 bash[25104]: cephadm 2023-12-09T01:54:11.081124+0000 mgr.y (mgr.14152) 46 : cephadm [INF] Reconfiguring daemon mon.c on smithi067 2023-12-09T01:54:12.719 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:54:12 smithi067 bash[25104]: cluster 2023-12-09T01:54:11.236715+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-09T01:54:12.719 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:54:12 smithi067 bash[25104]: audit 2023-12-09T01:54:11.583501+0000 mon.a (mon.0) 217 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:54:12.719 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:54:12 smithi067 bash[25104]: audit 2023-12-09T01:54:11.631611+0000 mon.a (mon.0) 218 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:54:12.719 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:54:12 smithi067 bash[25104]: audit 2023-12-09T01:54:11.691268+0000 mon.a (mon.0) 219 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:54:12.719 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:54:12 smithi067 bash[25104]: audit 2023-12-09T01:54:11.696013+0000 mon.a (mon.0) 220 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:54:12.719 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:54:12 smithi067 bash[25104]: audit 2023-12-09T01:54:12.038465+0000 mon.a (mon.0) 221 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-09T01:54:12.719 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:54:12 smithi067 bash[30830]: cephadm 2023-12-09T01:54:11.072328+0000 mgr.y (mgr.14152) 45 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2023-12-09T01:54:12.719 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:54:12 smithi067 bash[30830]: cephadm 2023-12-09T01:54:11.081124+0000 mgr.y (mgr.14152) 46 : cephadm [INF] Reconfiguring daemon mon.c on smithi067 2023-12-09T01:54:12.719 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:54:12 smithi067 bash[30830]: cluster 2023-12-09T01:54:11.236715+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-09T01:54:12.719 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:54:12 smithi067 bash[30830]: audit 2023-12-09T01:54:11.583501+0000 mon.a (mon.0) 217 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:54:12.719 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:54:12 smithi067 bash[30830]: audit 2023-12-09T01:54:11.631611+0000 mon.a (mon.0) 218 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:54:12.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:54:12 smithi067 bash[30830]: audit 2023-12-09T01:54:11.691268+0000 mon.a (mon.0) 219 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:54:12.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:54:12 smithi067 bash[30830]: audit 2023-12-09T01:54:11.696013+0000 mon.a (mon.0) 220 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:54:12.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:54:12 smithi067 bash[30830]: audit 2023-12-09T01:54:12.038465+0000 mon.a (mon.0) 221 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-09T01:54:13.218 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:54:13 smithi125 bash[25274]: audit 2023-12-09T01:54:06.042941+0000 mon.a (mon.0) 193 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-09T01:54:13.219 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:54:13 smithi125 bash[25274]: audit 2023-12-09T01:54:06.043360+0000 mon.a (mon.0) 194 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-09T01:54:13.219 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:54:13 smithi125 bash[25274]: cluster 2023-12-09T01:54:06.043510+0000 mon.a (mon.0) 195 : cluster [INF] mon.a calling monitor election 2023-12-09T01:54:13.219 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:54:13 smithi125 bash[25274]: cluster 2023-12-09T01:54:06.044102+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2023-12-09T01:54:13.219 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:54:13 smithi125 bash[25274]: audit 2023-12-09T01:54:06.044872+0000 mon.a (mon.0) 196 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-09T01:54:13.219 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:54:13 smithi125 bash[25274]: audit 2023-12-09T01:54:07.037336+0000 mon.a (mon.0) 197 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-09T01:54:13.219 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:54:13 smithi125 bash[25274]: cluster 2023-12-09T01:54:07.235921+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-09T01:54:13.219 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:54:13 smithi125 bash[25274]: audit 2023-12-09T01:54:08.038172+0000 mon.a (mon.0) 198 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-09T01:54:13.219 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:54:13 smithi125 bash[25274]: audit 2023-12-09T01:54:09.038117+0000 mon.a (mon.0) 199 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-09T01:54:13.219 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:54:13 smithi125 bash[25274]: cluster 2023-12-09T01:54:09.236269+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-09T01:54:13.219 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:54:13 smithi125 bash[25274]: audit 2023-12-09T01:54:10.038310+0000 mon.a (mon.0) 200 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-09T01:54:13.219 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:54:13 smithi125 bash[25274]: audit 2023-12-09T01:54:11.038330+0000 mon.a (mon.0) 201 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-09T01:54:13.219 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:54:13 smithi125 bash[25274]: cluster 2023-12-09T01:54:11.045183+0000 mon.a (mon.0) 202 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2023-12-09T01:54:13.219 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:54:13 smithi125 bash[25274]: cluster 2023-12-09T01:54:11.050420+0000 mon.a (mon.0) 203 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.67:3300/0,v1:172.21.15.67:6789/0],b=[v2:172.21.15.125:3300/0,v1:172.21.15.125:6789/0],c=[v2:172.21.15.67:3301/0,v1:172.21.15.67:6790/0]} 2023-12-09T01:54:13.219 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:54:13 smithi125 bash[25274]: cluster 2023-12-09T01:54:11.050528+0000 mon.a (mon.0) 204 : cluster [DBG] fsmap 2023-12-09T01:54:13.220 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:54:13 smithi125 bash[25274]: cluster 2023-12-09T01:54:11.050587+0000 mon.a (mon.0) 205 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2023-12-09T01:54:13.220 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:54:13 smithi125 bash[25274]: cluster 2023-12-09T01:54:11.050913+0000 mon.a (mon.0) 206 : cluster [DBG] mgrmap e13: y(active, since 53s) 2023-12-09T01:54:13.220 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:54:13 smithi125 bash[25274]: cluster 2023-12-09T01:54:11.051154+0000 mon.a (mon.0) 207 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2023-12-09T01:54:13.220 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:54:13 smithi125 bash[25274]: cluster 2023-12-09T01:54:11.057630+0000 mon.a (mon.0) 208 : cluster [WRN] Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2023-12-09T01:54:13.220 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:54:13 smithi125 bash[25274]: cluster 2023-12-09T01:54:11.057666+0000 mon.a (mon.0) 209 : cluster [WRN] [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2023-12-09T01:54:13.220 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:54:13 smithi125 bash[25274]: cluster 2023-12-09T01:54:11.057706+0000 mon.a (mon.0) 210 : cluster [WRN] mon.b (rank 2) addr [v2:172.21.15.125:3300/0,v1:172.21.15.125:6789/0] is down (out of quorum) 2023-12-09T01:54:13.220 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:54:13 smithi125 bash[25274]: audit 2023-12-09T01:54:11.063818+0000 mon.a (mon.0) 211 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:54:13.220 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:54:13 smithi125 bash[25274]: audit 2023-12-09T01:54:11.070360+0000 mon.a (mon.0) 212 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:54:13.220 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:54:13 smithi125 bash[25274]: audit 2023-12-09T01:54:11.072872+0000 mon.a (mon.0) 213 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-09T01:54:13.220 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:54:13 smithi125 bash[25274]: audit 2023-12-09T01:54:11.077203+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:54:13.220 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:54:13 smithi125 bash[25274]: audit 2023-12-09T01:54:11.077604+0000 mon.a (mon.0) 215 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-09T01:54:13.220 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:54:13 smithi125 bash[25274]: audit 2023-12-09T01:54:11.079736+0000 mon.a (mon.0) 216 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T01:54:13.220 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:54:13 smithi125 bash[25274]: cephadm 2023-12-09T01:54:11.072328+0000 mgr.y (mgr.14152) 45 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2023-12-09T01:54:13.220 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:54:13 smithi125 bash[25274]: cephadm 2023-12-09T01:54:11.081124+0000 mgr.y (mgr.14152) 46 : cephadm [INF] Reconfiguring daemon mon.c on smithi067 2023-12-09T01:54:13.220 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:54:13 smithi125 bash[25274]: cluster 2023-12-09T01:54:11.236715+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-09T01:54:13.221 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:54:13 smithi125 bash[25274]: audit 2023-12-09T01:54:11.583501+0000 mon.a (mon.0) 217 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:54:13.221 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:54:13 smithi125 bash[25274]: audit 2023-12-09T01:54:11.631611+0000 mon.a (mon.0) 218 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:54:13.221 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:54:13 smithi125 bash[25274]: audit 2023-12-09T01:54:11.691268+0000 mon.a (mon.0) 219 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:54:13.221 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:54:13 smithi125 bash[25274]: audit 2023-12-09T01:54:11.696013+0000 mon.a (mon.0) 220 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:54:13.221 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:54:13 smithi125 bash[25274]: audit 2023-12-09T01:54:12.038465+0000 mon.a (mon.0) 221 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-09T01:54:13.324 INFO:tasks.cephadm:Generating final ceph.conf file... 2023-12-09T01:54:13.324 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6db93fb0-9635-11ee-95a3-87774f69a715 -- ceph config generate-minimal-conf 2023-12-09T01:54:13.968 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:54:13 smithi125 bash[25274]: cluster 2023-12-09T01:54:08.040230+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2023-12-09T01:54:13.968 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:54:13 smithi125 bash[25274]: cluster 2023-12-09T01:54:13.055286+0000 mon.b (mon.2) 2 : cluster [INF] mon.b calling monitor election 2023-12-09T01:54:13.968 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:54:13 smithi125 bash[25274]: cluster 2023-12-09T01:54:13.056634+0000 mon.a (mon.0) 224 : cluster [INF] mon.a calling monitor election 2023-12-09T01:54:13.968 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:54:13 smithi125 bash[25274]: cluster 2023-12-09T01:54:13.056715+0000 mon.c (mon.1) 3 : cluster [INF] mon.c calling monitor election 2023-12-09T01:54:13.969 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:54:13 smithi125 bash[25274]: cluster 2023-12-09T01:54:13.060340+0000 mon.a (mon.0) 225 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2023-12-09T01:54:13.969 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:54:13 smithi125 bash[25274]: cluster 2023-12-09T01:54:13.068422+0000 mon.a (mon.0) 226 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.67:3300/0,v1:172.21.15.67:6789/0],b=[v2:172.21.15.125:3300/0,v1:172.21.15.125:6789/0],c=[v2:172.21.15.67:3301/0,v1:172.21.15.67:6790/0]} 2023-12-09T01:54:13.969 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:54:13 smithi125 bash[25274]: cluster 2023-12-09T01:54:13.068534+0000 mon.a (mon.0) 227 : cluster [DBG] fsmap 2023-12-09T01:54:13.969 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:54:13 smithi125 bash[25274]: cluster 2023-12-09T01:54:13.068592+0000 mon.a (mon.0) 228 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2023-12-09T01:54:13.969 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:54:13 smithi125 bash[25274]: cluster 2023-12-09T01:54:13.068868+0000 mon.a (mon.0) 229 : cluster [DBG] mgrmap e13: y(active, since 55s) 2023-12-09T01:54:13.969 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:54:13 smithi125 bash[25274]: cluster 2023-12-09T01:54:13.069189+0000 mon.a (mon.0) 230 : cluster [INF] Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2023-12-09T01:54:13.969 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:54:13 smithi125 bash[25274]: cluster 2023-12-09T01:54:13.069249+0000 mon.a (mon.0) 231 : cluster [INF] Cluster is now healthy 2023-12-09T01:54:13.969 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:54:13 smithi125 bash[25274]: cluster 2023-12-09T01:54:13.076801+0000 mon.a (mon.0) 232 : cluster [INF] overall HEALTH_OK 2023-12-09T01:54:13.969 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:54:13 smithi125 bash[25274]: audit 2023-12-09T01:54:13.214892+0000 mon.a (mon.0) 233 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:54:13.969 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:54:13 smithi125 bash[25274]: audit 2023-12-09T01:54:13.216960+0000 mon.a (mon.0) 234 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-09T01:54:13.969 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:54:13 smithi125 bash[25274]: audit 2023-12-09T01:54:13.218319+0000 mon.a (mon.0) 235 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-09T01:54:13.969 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:54:13 smithi125 bash[25274]: audit 2023-12-09T01:54:13.219515+0000 mon.a (mon.0) 236 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T01:54:13.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:54:13 smithi067 bash[25104]: cluster 2023-12-09T01:54:08.040230+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2023-12-09T01:54:13.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:54:13 smithi067 bash[25104]: cluster 2023-12-09T01:54:13.055286+0000 mon.b (mon.2) 2 : cluster [INF] mon.b calling monitor election 2023-12-09T01:54:13.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:54:13 smithi067 bash[25104]: cluster 2023-12-09T01:54:13.056634+0000 mon.a (mon.0) 224 : cluster [INF] mon.a calling monitor election 2023-12-09T01:54:13.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:54:13 smithi067 bash[25104]: cluster 2023-12-09T01:54:13.056715+0000 mon.c (mon.1) 3 : cluster [INF] mon.c calling monitor election 2023-12-09T01:54:13.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:54:13 smithi067 bash[25104]: cluster 2023-12-09T01:54:13.060340+0000 mon.a (mon.0) 225 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2023-12-09T01:54:13.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:54:13 smithi067 bash[25104]: cluster 2023-12-09T01:54:13.068422+0000 mon.a (mon.0) 226 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.67:3300/0,v1:172.21.15.67:6789/0],b=[v2:172.21.15.125:3300/0,v1:172.21.15.125:6789/0],c=[v2:172.21.15.67:3301/0,v1:172.21.15.67:6790/0]} 2023-12-09T01:54:13.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:54:13 smithi067 bash[25104]: cluster 2023-12-09T01:54:13.068534+0000 mon.a (mon.0) 227 : cluster [DBG] fsmap 2023-12-09T01:54:13.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:54:13 smithi067 bash[25104]: cluster 2023-12-09T01:54:13.068592+0000 mon.a (mon.0) 228 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2023-12-09T01:54:13.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:54:13 smithi067 bash[25104]: cluster 2023-12-09T01:54:13.068868+0000 mon.a (mon.0) 229 : cluster [DBG] mgrmap e13: y(active, since 55s) 2023-12-09T01:54:13.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:54:13 smithi067 bash[25104]: cluster 2023-12-09T01:54:13.069189+0000 mon.a (mon.0) 230 : cluster [INF] Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2023-12-09T01:54:13.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:54:13 smithi067 bash[25104]: cluster 2023-12-09T01:54:13.069249+0000 mon.a (mon.0) 231 : cluster [INF] Cluster is now healthy 2023-12-09T01:54:13.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:54:13 smithi067 bash[25104]: cluster 2023-12-09T01:54:13.076801+0000 mon.a (mon.0) 232 : cluster [INF] overall HEALTH_OK 2023-12-09T01:54:13.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:54:13 smithi067 bash[25104]: audit 2023-12-09T01:54:13.214892+0000 mon.a (mon.0) 233 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:54:13.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:54:13 smithi067 bash[25104]: audit 2023-12-09T01:54:13.216960+0000 mon.a (mon.0) 234 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-09T01:54:13.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:54:13 smithi067 bash[25104]: audit 2023-12-09T01:54:13.218319+0000 mon.a (mon.0) 235 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-09T01:54:13.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:54:13 smithi067 bash[25104]: audit 2023-12-09T01:54:13.219515+0000 mon.a (mon.0) 236 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T01:54:13.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:54:13 smithi067 bash[30830]: cluster 2023-12-09T01:54:08.040230+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2023-12-09T01:54:13.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:54:13 smithi067 bash[30830]: cluster 2023-12-09T01:54:13.055286+0000 mon.b (mon.2) 2 : cluster [INF] mon.b calling monitor election 2023-12-09T01:54:13.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:54:13 smithi067 bash[30830]: cluster 2023-12-09T01:54:13.056634+0000 mon.a (mon.0) 224 : cluster [INF] mon.a calling monitor election 2023-12-09T01:54:13.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:54:13 smithi067 bash[30830]: cluster 2023-12-09T01:54:13.056715+0000 mon.c (mon.1) 3 : cluster [INF] mon.c calling monitor election 2023-12-09T01:54:13.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:54:13 smithi067 bash[30830]: cluster 2023-12-09T01:54:13.060340+0000 mon.a (mon.0) 225 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2023-12-09T01:54:13.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:54:13 smithi067 bash[30830]: cluster 2023-12-09T01:54:13.068422+0000 mon.a (mon.0) 226 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.67:3300/0,v1:172.21.15.67:6789/0],b=[v2:172.21.15.125:3300/0,v1:172.21.15.125:6789/0],c=[v2:172.21.15.67:3301/0,v1:172.21.15.67:6790/0]} 2023-12-09T01:54:13.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:54:13 smithi067 bash[30830]: cluster 2023-12-09T01:54:13.068534+0000 mon.a (mon.0) 227 : cluster [DBG] fsmap 2023-12-09T01:54:13.972 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:54:13 smithi067 bash[30830]: cluster 2023-12-09T01:54:13.068592+0000 mon.a (mon.0) 228 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2023-12-09T01:54:13.972 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:54:13 smithi067 bash[30830]: cluster 2023-12-09T01:54:13.068868+0000 mon.a (mon.0) 229 : cluster [DBG] mgrmap e13: y(active, since 55s) 2023-12-09T01:54:13.972 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:54:13 smithi067 bash[30830]: cluster 2023-12-09T01:54:13.069189+0000 mon.a (mon.0) 230 : cluster [INF] Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2023-12-09T01:54:13.972 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:54:13 smithi067 bash[30830]: cluster 2023-12-09T01:54:13.069249+0000 mon.a (mon.0) 231 : cluster [INF] Cluster is now healthy 2023-12-09T01:54:13.972 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:54:13 smithi067 bash[30830]: cluster 2023-12-09T01:54:13.076801+0000 mon.a (mon.0) 232 : cluster [INF] overall HEALTH_OK 2023-12-09T01:54:13.972 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:54:13 smithi067 bash[30830]: audit 2023-12-09T01:54:13.214892+0000 mon.a (mon.0) 233 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:54:13.972 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:54:13 smithi067 bash[30830]: audit 2023-12-09T01:54:13.216960+0000 mon.a (mon.0) 234 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-09T01:54:13.972 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:54:13 smithi067 bash[30830]: audit 2023-12-09T01:54:13.218319+0000 mon.a (mon.0) 235 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-09T01:54:13.972 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:54:13 smithi067 bash[30830]: audit 2023-12-09T01:54:13.219515+0000 mon.a (mon.0) 236 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T01:54:14.718 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:54:14 smithi125 bash[25274]: cephadm 2023-12-09T01:54:13.216539+0000 mgr.y (mgr.14152) 48 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2023-12-09T01:54:14.718 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:54:14 smithi125 bash[25274]: cephadm 2023-12-09T01:54:13.220799+0000 mgr.y (mgr.14152) 49 : cephadm [INF] Reconfiguring daemon mon.b on smithi125 2023-12-09T01:54:14.718 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:54:14 smithi125 bash[25274]: cluster 2023-12-09T01:54:13.237137+0000 mgr.y (mgr.14152) 50 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-09T01:54:14.719 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:54:14 smithi125 bash[25274]: audit 2023-12-09T01:54:14.039073+0000 mon.a (mon.0) 237 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-09T01:54:14.926 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:54:14 smithi067 bash[25104]: cephadm 2023-12-09T01:54:13.216539+0000 mgr.y (mgr.14152) 48 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2023-12-09T01:54:14.926 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:54:14 smithi067 bash[25104]: cephadm 2023-12-09T01:54:13.220799+0000 mgr.y (mgr.14152) 49 : cephadm [INF] Reconfiguring daemon mon.b on smithi125 2023-12-09T01:54:14.927 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:54:14 smithi067 bash[25104]: cluster 2023-12-09T01:54:13.237137+0000 mgr.y (mgr.14152) 50 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-09T01:54:14.927 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:54:14 smithi067 bash[25104]: audit 2023-12-09T01:54:14.039073+0000 mon.a (mon.0) 237 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-09T01:54:14.927 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:54:14 smithi067 bash[30830]: cephadm 2023-12-09T01:54:13.216539+0000 mgr.y (mgr.14152) 48 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2023-12-09T01:54:14.927 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:54:14 smithi067 bash[30830]: cephadm 2023-12-09T01:54:13.220799+0000 mgr.y (mgr.14152) 49 : cephadm [INF] Reconfiguring daemon mon.b on smithi125 2023-12-09T01:54:14.927 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:54:14 smithi067 bash[30830]: cluster 2023-12-09T01:54:13.237137+0000 mgr.y (mgr.14152) 50 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-09T01:54:14.927 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:54:14 smithi067 bash[30830]: audit 2023-12-09T01:54:14.039073+0000 mon.a (mon.0) 237 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-09T01:54:15.218 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 01:54:14 smithi067 bash[25375]: 172.21.15.125 - - [09/Dec/2023:01:54:14] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-09T01:54:15.718 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 01:54:15 smithi067 bash[25375]: 172.21.15.125 - - [09/Dec/2023:01:54:15] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-09T01:54:16.218 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:54:15 smithi125 bash[25274]: audit 2023-12-09T01:54:14.925821+0000 mon.a (mon.0) 238 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:54:16.221 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:54:15 smithi125 bash[25274]: audit 2023-12-09T01:54:15.422901+0000 mon.a (mon.0) 239 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:54:16.221 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:54:15 smithi125 bash[25274]: audit 2023-12-09T01:54:15.431103+0000 mon.a (mon.0) 240 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:54:16.221 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:54:15 smithi067 bash[30830]: audit 2023-12-09T01:54:14.925821+0000 mon.a (mon.0) 238 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:54:16.221 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:54:15 smithi067 bash[30830]: audit 2023-12-09T01:54:15.422901+0000 mon.a (mon.0) 239 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:54:16.221 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:54:15 smithi067 bash[30830]: audit 2023-12-09T01:54:15.431103+0000 mon.a (mon.0) 240 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:54:16.222 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:54:15 smithi067 bash[25104]: audit 2023-12-09T01:54:14.925821+0000 mon.a (mon.0) 238 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:54:16.222 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:54:15 smithi067 bash[25104]: audit 2023-12-09T01:54:15.422901+0000 mon.a (mon.0) 239 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:54:16.222 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:54:15 smithi067 bash[25104]: audit 2023-12-09T01:54:15.431103+0000 mon.a (mon.0) 240 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:54:16.256 INFO:teuthology.orchestra.run.smithi067.stdout:# minimal ceph.conf for 6db93fb0-9635-11ee-95a3-87774f69a715 2023-12-09T01:54:16.256 INFO:teuthology.orchestra.run.smithi067.stdout:[global] 2023-12-09T01:54:16.256 INFO:teuthology.orchestra.run.smithi067.stdout: fsid = 6db93fb0-9635-11ee-95a3-87774f69a715 2023-12-09T01:54:16.256 INFO:teuthology.orchestra.run.smithi067.stdout: mon_host = [v2:172.21.15.67:3300/0,v1:172.21.15.67:6789/0] [v2:172.21.15.125:3300/0,v1:172.21.15.125:6789/0] [v2:172.21.15.67:3301/0,v1:172.21.15.67:6790/0] 2023-12-09T01:54:17.063 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2023-12-09T01:54:17.063 DEBUG:teuthology.orchestra.run.smithi067:> set -ex 2023-12-09T01:54:17.063 DEBUG:teuthology.orchestra.run.smithi067:> sudo dd of=/etc/ceph/ceph.conf 2023-12-09T01:54:17.128 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:54:16 smithi067 bash[30830]: cluster 2023-12-09T01:54:15.237626+0000 mgr.y (mgr.14152) 51 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-09T01:54:17.129 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:54:16 smithi067 bash[30830]: audit 2023-12-09T01:54:16.256914+0000 mon.c (mon.1) 4 : audit [DBG] from='client.? 172.21.15.67:0/913998511' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T01:54:17.129 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:54:16 smithi067 bash[30830]: audit 2023-12-09T01:54:16.411517+0000 mon.a (mon.0) 241 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:54:17.129 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:54:16 smithi067 bash[30830]: audit 2023-12-09T01:54:16.413722+0000 mon.a (mon.0) 242 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T01:54:17.129 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:54:16 smithi067 bash[30830]: audit 2023-12-09T01:54:16.416299+0000 mon.a (mon.0) 243 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T01:54:17.129 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:54:16 smithi067 bash[30830]: audit 2023-12-09T01:54:16.417847+0000 mon.a (mon.0) 244 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T01:54:17.129 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:54:16 smithi067 bash[30830]: audit 2023-12-09T01:54:16.577346+0000 mon.a (mon.0) 245 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:54:17.129 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:54:16 smithi067 bash[30830]: audit 2023-12-09T01:54:16.597442+0000 mon.a (mon.0) 246 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:54:17.129 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:54:16 smithi067 bash[30830]: audit 2023-12-09T01:54:16.604137+0000 mon.a (mon.0) 247 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:54:17.129 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:54:16 smithi067 bash[30830]: audit 2023-12-09T01:54:16.607276+0000 mon.a (mon.0) 248 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-09T01:54:17.129 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:54:16 smithi067 bash[30830]: audit 2023-12-09T01:54:16.608812+0000 mon.a (mon.0) 249 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-09T01:54:17.129 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:54:16 smithi067 bash[30830]: audit 2023-12-09T01:54:16.610393+0000 mon.a (mon.0) 250 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T01:54:17.130 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:54:16 smithi067 bash[25104]: cluster 2023-12-09T01:54:15.237626+0000 mgr.y (mgr.14152) 51 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-09T01:54:17.130 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:54:16 smithi067 bash[25104]: audit 2023-12-09T01:54:16.256914+0000 mon.c (mon.1) 4 : audit [DBG] from='client.? 172.21.15.67:0/913998511' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T01:54:17.130 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:54:16 smithi067 bash[25104]: audit 2023-12-09T01:54:16.411517+0000 mon.a (mon.0) 241 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:54:17.130 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:54:16 smithi067 bash[25104]: audit 2023-12-09T01:54:16.413722+0000 mon.a (mon.0) 242 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T01:54:17.130 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:54:16 smithi067 bash[25104]: audit 2023-12-09T01:54:16.416299+0000 mon.a (mon.0) 243 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T01:54:17.130 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:54:16 smithi067 bash[25104]: audit 2023-12-09T01:54:16.417847+0000 mon.a (mon.0) 244 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T01:54:17.130 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:54:16 smithi067 bash[25104]: audit 2023-12-09T01:54:16.577346+0000 mon.a (mon.0) 245 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:54:17.130 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:54:16 smithi067 bash[25104]: audit 2023-12-09T01:54:16.597442+0000 mon.a (mon.0) 246 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:54:17.131 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:54:16 smithi067 bash[25104]: audit 2023-12-09T01:54:16.604137+0000 mon.a (mon.0) 247 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:54:17.131 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:54:16 smithi067 bash[25104]: audit 2023-12-09T01:54:16.607276+0000 mon.a (mon.0) 248 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-09T01:54:17.131 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:54:16 smithi067 bash[25104]: audit 2023-12-09T01:54:16.608812+0000 mon.a (mon.0) 249 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-09T01:54:17.131 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:54:16 smithi067 bash[25104]: audit 2023-12-09T01:54:16.610393+0000 mon.a (mon.0) 250 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T01:54:17.132 DEBUG:teuthology.orchestra.run.smithi067:> set -ex 2023-12-09T01:54:17.132 DEBUG:teuthology.orchestra.run.smithi067:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-12-09T01:54:17.149 DEBUG:teuthology.orchestra.run.smithi125:> set -ex 2023-12-09T01:54:17.149 DEBUG:teuthology.orchestra.run.smithi125:> sudo dd of=/etc/ceph/ceph.conf 2023-12-09T01:54:17.165 DEBUG:teuthology.orchestra.run.smithi125:> set -ex 2023-12-09T01:54:17.166 DEBUG:teuthology.orchestra.run.smithi125:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-12-09T01:54:17.218 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:54:16 smithi125 bash[25274]: cluster 2023-12-09T01:54:15.237626+0000 mgr.y (mgr.14152) 51 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-09T01:54:17.218 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:54:16 smithi125 bash[25274]: audit 2023-12-09T01:54:16.256914+0000 mon.c (mon.1) 4 : audit [DBG] from='client.? 172.21.15.67:0/913998511' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T01:54:17.218 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:54:16 smithi125 bash[25274]: audit 2023-12-09T01:54:16.411517+0000 mon.a (mon.0) 241 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:54:17.218 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:54:16 smithi125 bash[25274]: audit 2023-12-09T01:54:16.413722+0000 mon.a (mon.0) 242 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T01:54:17.218 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:54:16 smithi125 bash[25274]: audit 2023-12-09T01:54:16.416299+0000 mon.a (mon.0) 243 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T01:54:17.218 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:54:16 smithi125 bash[25274]: audit 2023-12-09T01:54:16.417847+0000 mon.a (mon.0) 244 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T01:54:17.218 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:54:16 smithi125 bash[25274]: audit 2023-12-09T01:54:16.577346+0000 mon.a (mon.0) 245 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:54:17.218 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:54:16 smithi125 bash[25274]: audit 2023-12-09T01:54:16.597442+0000 mon.a (mon.0) 246 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:54:17.219 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:54:16 smithi125 bash[25274]: audit 2023-12-09T01:54:16.604137+0000 mon.a (mon.0) 247 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:54:17.219 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:54:16 smithi125 bash[25274]: audit 2023-12-09T01:54:16.607276+0000 mon.a (mon.0) 248 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-09T01:54:17.219 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:54:16 smithi125 bash[25274]: audit 2023-12-09T01:54:16.608812+0000 mon.a (mon.0) 249 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-09T01:54:17.219 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:54:16 smithi125 bash[25274]: audit 2023-12-09T01:54:16.610393+0000 mon.a (mon.0) 250 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T01:54:17.223 INFO:tasks.cephadm:Adding mgr.y on smithi067 2023-12-09T01:54:17.224 INFO:tasks.cephadm:Adding mgr.x on smithi125 2023-12-09T01:54:17.224 DEBUG:teuthology.orchestra.run.smithi125:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6db93fb0-9635-11ee-95a3-87774f69a715 -- ceph orch apply mgr '2;smithi067=y;smithi125=x' 2023-12-09T01:54:18.218 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:54:17 smithi125 bash[25274]: cephadm 2023-12-09T01:54:16.420889+0000 mgr.y (mgr.14152) 52 : cephadm [INF] Updating smithi067:/etc/ceph/ceph.conf 2023-12-09T01:54:18.218 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:54:17 smithi125 bash[25274]: cephadm 2023-12-09T01:54:16.421390+0000 mgr.y (mgr.14152) 53 : cephadm [INF] Updating smithi125:/etc/ceph/ceph.conf 2023-12-09T01:54:18.218 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:54:17 smithi125 bash[25274]: cephadm 2023-12-09T01:54:16.606742+0000 mgr.y (mgr.14152) 54 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2023-12-09T01:54:18.218 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:54:17 smithi125 bash[25274]: cephadm 2023-12-09T01:54:16.612064+0000 mgr.y (mgr.14152) 55 : cephadm [INF] Reconfiguring daemon mon.a on smithi067 2023-12-09T01:54:18.218 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:54:17 smithi125 bash[25274]: audit 2023-12-09T01:54:17.303598+0000 mon.a (mon.0) 251 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-09T01:54:18.218 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:54:17 smithi125 bash[25274]: audit 2023-12-09T01:54:17.305497+0000 mon.a (mon.0) 252 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-09T01:54:18.219 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:54:17 smithi067 bash[30830]: cephadm 2023-12-09T01:54:16.420889+0000 mgr.y (mgr.14152) 52 : cephadm [INF] Updating smithi067:/etc/ceph/ceph.conf 2023-12-09T01:54:18.219 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:54:17 smithi067 bash[30830]: cephadm 2023-12-09T01:54:16.421390+0000 mgr.y (mgr.14152) 53 : cephadm [INF] Updating smithi125:/etc/ceph/ceph.conf 2023-12-09T01:54:18.219 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:54:17 smithi067 bash[30830]: cephadm 2023-12-09T01:54:16.606742+0000 mgr.y (mgr.14152) 54 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2023-12-09T01:54:18.219 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:54:17 smithi067 bash[30830]: cephadm 2023-12-09T01:54:16.612064+0000 mgr.y (mgr.14152) 55 : cephadm [INF] Reconfiguring daemon mon.a on smithi067 2023-12-09T01:54:18.219 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:54:17 smithi067 bash[30830]: audit 2023-12-09T01:54:17.303598+0000 mon.a (mon.0) 251 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-09T01:54:18.219 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:54:17 smithi067 bash[30830]: audit 2023-12-09T01:54:17.305497+0000 mon.a (mon.0) 252 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-09T01:54:18.219 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:54:17 smithi067 bash[25104]: cephadm 2023-12-09T01:54:16.420889+0000 mgr.y (mgr.14152) 52 : cephadm [INF] Updating smithi067:/etc/ceph/ceph.conf 2023-12-09T01:54:18.220 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:54:17 smithi067 bash[25104]: cephadm 2023-12-09T01:54:16.421390+0000 mgr.y (mgr.14152) 53 : cephadm [INF] Updating smithi125:/etc/ceph/ceph.conf 2023-12-09T01:54:18.220 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:54:17 smithi067 bash[25104]: cephadm 2023-12-09T01:54:16.606742+0000 mgr.y (mgr.14152) 54 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2023-12-09T01:54:18.220 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:54:17 smithi067 bash[25104]: cephadm 2023-12-09T01:54:16.612064+0000 mgr.y (mgr.14152) 55 : cephadm [INF] Reconfiguring daemon mon.a on smithi067 2023-12-09T01:54:18.220 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:54:17 smithi067 bash[25104]: audit 2023-12-09T01:54:17.303598+0000 mon.a (mon.0) 251 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-09T01:54:18.220 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:54:17 smithi067 bash[25104]: audit 2023-12-09T01:54:17.305497+0000 mon.a (mon.0) 252 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-09T01:54:19.218 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:54:18 smithi125 bash[25274]: cluster 2023-12-09T01:54:17.238092+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-09T01:54:19.218 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:54:18 smithi125 bash[25274]: audit 2023-12-09T01:54:18.741228+0000 mon.a (mon.0) 253 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:54:19.219 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:54:18 smithi067 bash[25104]: cluster 2023-12-09T01:54:17.238092+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-09T01:54:19.219 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:54:18 smithi067 bash[25104]: audit 2023-12-09T01:54:18.741228+0000 mon.a (mon.0) 253 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:54:19.219 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:54:18 smithi067 bash[30830]: cluster 2023-12-09T01:54:17.238092+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-09T01:54:19.219 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:54:18 smithi067 bash[30830]: audit 2023-12-09T01:54:18.741228+0000 mon.a (mon.0) 253 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:54:19.995 INFO:teuthology.orchestra.run.smithi125.stdout:Scheduled mgr update... 2023-12-09T01:54:21.038 DEBUG:teuthology.orchestra.run.smithi125:mgr.x> sudo journalctl -f -n 0 -u ceph-6db93fb0-9635-11ee-95a3-87774f69a715@mgr.x.service 2023-12-09T01:54:21.040 INFO:tasks.cephadm:Deploying OSDs... 2023-12-09T01:54:21.040 DEBUG:teuthology.orchestra.run.smithi067:> set -ex 2023-12-09T01:54:21.040 DEBUG:teuthology.orchestra.run.smithi067:> dd if=/scratch_devs of=/dev/stdout 2023-12-09T01:54:21.047 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-09T01:54:21.047 DEBUG:teuthology.orchestra.run.smithi067:> stat /dev/vg_nvme/lv_1 2023-12-09T01:54:21.095 INFO:teuthology.orchestra.run.smithi067.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-12-09T01:54:21.095 INFO:teuthology.orchestra.run.smithi067.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-09T01:54:21.095 INFO:teuthology.orchestra.run.smithi067.stdout:Device: 6h/6d Inode: 360 Links: 1 2023-12-09T01:54:21.095 INFO:teuthology.orchestra.run.smithi067.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-09T01:54:21.095 INFO:teuthology.orchestra.run.smithi067.stdout:Access: 2023-12-09 01:49:34.096812001 +0000 2023-12-09T01:54:21.095 INFO:teuthology.orchestra.run.smithi067.stdout:Modify: 2023-12-09 01:49:33.812818535 +0000 2023-12-09T01:54:21.095 INFO:teuthology.orchestra.run.smithi067.stdout:Change: 2023-12-09 01:49:33.812818535 +0000 2023-12-09T01:54:21.095 INFO:teuthology.orchestra.run.smithi067.stdout: Birth: - 2023-12-09T01:54:21.096 DEBUG:teuthology.orchestra.run.smithi067:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-12-09T01:54:21.107 INFO:teuthology.orchestra.run.smithi067.stderr:1+0 records in 2023-12-09T01:54:21.107 INFO:teuthology.orchestra.run.smithi067.stderr:1+0 records out 2023-12-09T01:54:21.107 INFO:teuthology.orchestra.run.smithi067.stderr:512 bytes copied, 0.000408638 s, 1.3 MB/s 2023-12-09T01:54:21.108 DEBUG:teuthology.orchestra.run.smithi067:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-12-09T01:54:21.115 DEBUG:teuthology.orchestra.run.smithi067:> stat /dev/vg_nvme/lv_2 2023-12-09T01:54:21.162 INFO:teuthology.orchestra.run.smithi067.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-12-09T01:54:21.162 INFO:teuthology.orchestra.run.smithi067.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-09T01:54:21.162 INFO:teuthology.orchestra.run.smithi067.stdout:Device: 6h/6d Inode: 364 Links: 1 2023-12-09T01:54:21.162 INFO:teuthology.orchestra.run.smithi067.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-09T01:54:21.162 INFO:teuthology.orchestra.run.smithi067.stdout:Access: 2023-12-09 01:49:34.608800222 +0000 2023-12-09T01:54:21.162 INFO:teuthology.orchestra.run.smithi067.stdout:Modify: 2023-12-09 01:49:34.344806295 +0000 2023-12-09T01:54:21.162 INFO:teuthology.orchestra.run.smithi067.stdout:Change: 2023-12-09 01:49:34.344806295 +0000 2023-12-09T01:54:21.162 INFO:teuthology.orchestra.run.smithi067.stdout: Birth: - 2023-12-09T01:54:21.162 DEBUG:teuthology.orchestra.run.smithi067:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-12-09T01:54:21.175 INFO:teuthology.orchestra.run.smithi067.stderr:1+0 records in 2023-12-09T01:54:21.176 INFO:teuthology.orchestra.run.smithi067.stderr:1+0 records out 2023-12-09T01:54:21.176 INFO:teuthology.orchestra.run.smithi067.stderr:512 bytes copied, 0.000397365 s, 1.3 MB/s 2023-12-09T01:54:21.177 DEBUG:teuthology.orchestra.run.smithi067:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-12-09T01:54:21.185 DEBUG:teuthology.orchestra.run.smithi067:> stat /dev/vg_nvme/lv_3 2023-12-09T01:54:21.190 INFO:teuthology.orchestra.run.smithi067.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-12-09T01:54:21.191 INFO:teuthology.orchestra.run.smithi067.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-09T01:54:21.191 INFO:teuthology.orchestra.run.smithi067.stdout:Device: 6h/6d Inode: 374 Links: 1 2023-12-09T01:54:21.191 INFO:teuthology.orchestra.run.smithi067.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-09T01:54:21.191 INFO:teuthology.orchestra.run.smithi067.stdout:Access: 2023-12-09 01:49:35.124788351 +0000 2023-12-09T01:54:21.191 INFO:teuthology.orchestra.run.smithi067.stdout:Modify: 2023-12-09 01:49:34.820795344 +0000 2023-12-09T01:54:21.191 INFO:teuthology.orchestra.run.smithi067.stdout:Change: 2023-12-09 01:49:34.820795344 +0000 2023-12-09T01:54:21.191 INFO:teuthology.orchestra.run.smithi067.stdout: Birth: - 2023-12-09T01:54:21.191 DEBUG:teuthology.orchestra.run.smithi067:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-12-09T01:54:21.202 INFO:teuthology.orchestra.run.smithi067.stderr:1+0 records in 2023-12-09T01:54:21.202 INFO:teuthology.orchestra.run.smithi067.stderr:1+0 records out 2023-12-09T01:54:21.202 INFO:teuthology.orchestra.run.smithi067.stderr:512 bytes copied, 0.000405308 s, 1.3 MB/s 2023-12-09T01:54:21.203 DEBUG:teuthology.orchestra.run.smithi067:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-12-09T01:54:21.252 DEBUG:teuthology.orchestra.run.smithi067:> stat /dev/vg_nvme/lv_4 2023-12-09T01:54:21.259 INFO:teuthology.orchestra.run.smithi067.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-12-09T01:54:21.259 INFO:teuthology.orchestra.run.smithi067.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-09T01:54:21.259 INFO:teuthology.orchestra.run.smithi067.stdout:Device: 6h/6d Inode: 377 Links: 1 2023-12-09T01:54:21.259 INFO:teuthology.orchestra.run.smithi067.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-09T01:54:21.259 INFO:teuthology.orchestra.run.smithi067.stdout:Access: 2023-12-09 01:49:35.660776018 +0000 2023-12-09T01:54:21.259 INFO:teuthology.orchestra.run.smithi067.stdout:Modify: 2023-12-09 01:49:35.340783381 +0000 2023-12-09T01:54:21.260 INFO:teuthology.orchestra.run.smithi067.stdout:Change: 2023-12-09 01:49:35.340783381 +0000 2023-12-09T01:54:21.260 INFO:teuthology.orchestra.run.smithi067.stdout: Birth: - 2023-12-09T01:54:21.260 DEBUG:teuthology.orchestra.run.smithi067:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-12-09T01:54:21.272 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:54:20 smithi067 bash[30830]: cluster 2023-12-09T01:54:19.238657+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-09T01:54:21.273 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:54:20 smithi067 bash[30830]: audit 2023-12-09T01:54:19.984551+0000 mgr.y (mgr.14152) 58 : audit [DBG] from='client.24104 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi067=y;smithi125=x", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T01:54:21.273 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:54:20 smithi067 bash[30830]: cephadm 2023-12-09T01:54:19.988081+0000 mgr.y (mgr.14152) 59 : cephadm [INF] Saving service mgr spec with placement smithi067=y;smithi125=x;count:2 2023-12-09T01:54:21.273 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:54:20 smithi067 bash[30830]: audit 2023-12-09T01:54:19.994653+0000 mon.a (mon.0) 254 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:54:21.273 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:54:20 smithi067 bash[30830]: audit 2023-12-09T01:54:20.011659+0000 mon.a (mon.0) 255 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T01:54:21.273 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:54:20 smithi067 bash[30830]: audit 2023-12-09T01:54:20.014311+0000 mon.a (mon.0) 256 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T01:54:21.273 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:54:20 smithi067 bash[30830]: audit 2023-12-09T01:54:20.016089+0000 mon.a (mon.0) 257 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T01:54:21.273 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:54:20 smithi067 bash[30830]: audit 2023-12-09T01:54:20.026447+0000 mon.a (mon.0) 258 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:54:21.273 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:54:20 smithi067 bash[30830]: audit 2023-12-09T01:54:20.029760+0000 mon.a (mon.0) 259 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-09T01:54:21.273 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:54:20 smithi067 bash[30830]: audit 2023-12-09T01:54:20.034735+0000 mon.a (mon.0) 260 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-12-09T01:54:21.273 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:54:20 smithi067 bash[30830]: audit 2023-12-09T01:54:20.036220+0000 mon.a (mon.0) 261 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-09T01:54:21.273 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:54:20 smithi067 bash[30830]: audit 2023-12-09T01:54:20.037930+0000 mon.a (mon.0) 262 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T01:54:21.273 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:54:20 smithi067 bash[25104]: cluster 2023-12-09T01:54:19.238657+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-09T01:54:21.274 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:54:20 smithi067 bash[25104]: audit 2023-12-09T01:54:19.984551+0000 mgr.y (mgr.14152) 58 : audit [DBG] from='client.24104 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi067=y;smithi125=x", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T01:54:21.274 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:54:20 smithi067 bash[25104]: cephadm 2023-12-09T01:54:19.988081+0000 mgr.y (mgr.14152) 59 : cephadm [INF] Saving service mgr spec with placement smithi067=y;smithi125=x;count:2 2023-12-09T01:54:21.274 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:54:20 smithi067 bash[25104]: audit 2023-12-09T01:54:19.994653+0000 mon.a (mon.0) 254 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:54:21.274 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:54:20 smithi067 bash[25104]: audit 2023-12-09T01:54:20.011659+0000 mon.a (mon.0) 255 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T01:54:21.274 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:54:20 smithi067 bash[25104]: audit 2023-12-09T01:54:20.014311+0000 mon.a (mon.0) 256 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T01:54:21.274 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:54:20 smithi067 bash[25104]: audit 2023-12-09T01:54:20.016089+0000 mon.a (mon.0) 257 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T01:54:21.274 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:54:20 smithi067 bash[25104]: audit 2023-12-09T01:54:20.026447+0000 mon.a (mon.0) 258 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:54:21.274 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:54:20 smithi067 bash[25104]: audit 2023-12-09T01:54:20.029760+0000 mon.a (mon.0) 259 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-09T01:54:21.274 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:54:20 smithi067 bash[25104]: audit 2023-12-09T01:54:20.034735+0000 mon.a (mon.0) 260 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-12-09T01:54:21.274 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:54:20 smithi067 bash[25104]: audit 2023-12-09T01:54:20.036220+0000 mon.a (mon.0) 261 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-09T01:54:21.274 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:54:20 smithi067 bash[25104]: audit 2023-12-09T01:54:20.037930+0000 mon.a (mon.0) 262 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T01:54:21.275 INFO:teuthology.orchestra.run.smithi067.stderr:1+0 records in 2023-12-09T01:54:21.275 INFO:teuthology.orchestra.run.smithi067.stderr:1+0 records out 2023-12-09T01:54:21.275 INFO:teuthology.orchestra.run.smithi067.stderr:512 bytes copied, 0.00037294 s, 1.4 MB/s 2023-12-09T01:54:21.275 DEBUG:teuthology.orchestra.run.smithi067:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-12-09T01:54:21.282 DEBUG:teuthology.orchestra.run.smithi125:> set -ex 2023-12-09T01:54:21.282 DEBUG:teuthology.orchestra.run.smithi125:> dd if=/scratch_devs of=/dev/stdout 2023-12-09T01:54:21.290 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-09T01:54:21.290 DEBUG:teuthology.orchestra.run.smithi125:> stat /dev/vg_nvme/lv_1 2023-12-09T01:54:21.339 INFO:teuthology.orchestra.run.smithi125.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-12-09T01:54:21.340 INFO:teuthology.orchestra.run.smithi125.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-09T01:54:21.340 INFO:teuthology.orchestra.run.smithi125.stdout:Device: 6h/6d Inode: 358 Links: 1 2023-12-09T01:54:21.340 INFO:teuthology.orchestra.run.smithi125.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-09T01:54:21.340 INFO:teuthology.orchestra.run.smithi125.stdout:Access: 2023-12-09 01:49:30.293014508 +0000 2023-12-09T01:54:21.340 INFO:teuthology.orchestra.run.smithi125.stdout:Modify: 2023-12-09 01:49:30.009021057 +0000 2023-12-09T01:54:21.340 INFO:teuthology.orchestra.run.smithi125.stdout:Change: 2023-12-09 01:49:30.009021057 +0000 2023-12-09T01:54:21.340 INFO:teuthology.orchestra.run.smithi125.stdout: Birth: - 2023-12-09T01:54:21.340 DEBUG:teuthology.orchestra.run.smithi125:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-12-09T01:54:21.352 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:54:20 smithi125 bash[25274]: cluster 2023-12-09T01:54:19.238657+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-09T01:54:21.352 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:54:20 smithi125 bash[25274]: audit 2023-12-09T01:54:19.984551+0000 mgr.y (mgr.14152) 58 : audit [DBG] from='client.24104 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi067=y;smithi125=x", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T01:54:21.352 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:54:20 smithi125 bash[25274]: cephadm 2023-12-09T01:54:19.988081+0000 mgr.y (mgr.14152) 59 : cephadm [INF] Saving service mgr spec with placement smithi067=y;smithi125=x;count:2 2023-12-09T01:54:21.352 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:54:20 smithi125 bash[25274]: audit 2023-12-09T01:54:19.994653+0000 mon.a (mon.0) 254 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:54:21.352 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:54:20 smithi125 bash[25274]: audit 2023-12-09T01:54:20.011659+0000 mon.a (mon.0) 255 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T01:54:21.352 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:54:20 smithi125 bash[25274]: audit 2023-12-09T01:54:20.014311+0000 mon.a (mon.0) 256 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T01:54:21.352 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:54:20 smithi125 bash[25274]: audit 2023-12-09T01:54:20.016089+0000 mon.a (mon.0) 257 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T01:54:21.352 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:54:20 smithi125 bash[25274]: audit 2023-12-09T01:54:20.026447+0000 mon.a (mon.0) 258 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:54:21.353 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:54:20 smithi125 bash[25274]: audit 2023-12-09T01:54:20.029760+0000 mon.a (mon.0) 259 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-09T01:54:21.353 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:54:20 smithi125 bash[25274]: audit 2023-12-09T01:54:20.034735+0000 mon.a (mon.0) 260 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-12-09T01:54:21.353 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:54:20 smithi125 bash[25274]: audit 2023-12-09T01:54:20.036220+0000 mon.a (mon.0) 261 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-09T01:54:21.353 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:54:20 smithi125 bash[25274]: audit 2023-12-09T01:54:20.037930+0000 mon.a (mon.0) 262 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T01:54:21.354 INFO:teuthology.orchestra.run.smithi125.stderr:1+0 records in 2023-12-09T01:54:21.354 INFO:teuthology.orchestra.run.smithi125.stderr:1+0 records out 2023-12-09T01:54:21.354 INFO:teuthology.orchestra.run.smithi125.stderr:512 bytes copied, 0.000412351 s, 1.2 MB/s 2023-12-09T01:54:21.356 DEBUG:teuthology.orchestra.run.smithi125:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-12-09T01:54:21.363 DEBUG:teuthology.orchestra.run.smithi125:> stat /dev/vg_nvme/lv_2 2023-12-09T01:54:21.412 INFO:teuthology.orchestra.run.smithi125.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-12-09T01:54:21.412 INFO:teuthology.orchestra.run.smithi125.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-09T01:54:21.412 INFO:teuthology.orchestra.run.smithi125.stdout:Device: 6h/6d Inode: 368 Links: 1 2023-12-09T01:54:21.412 INFO:teuthology.orchestra.run.smithi125.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-09T01:54:21.412 INFO:teuthology.orchestra.run.smithi125.stdout:Access: 2023-12-09 01:49:30.801002792 +0000 2023-12-09T01:54:21.412 INFO:teuthology.orchestra.run.smithi125.stdout:Modify: 2023-12-09 01:49:30.521009250 +0000 2023-12-09T01:54:21.412 INFO:teuthology.orchestra.run.smithi125.stdout:Change: 2023-12-09 01:49:30.521009250 +0000 2023-12-09T01:54:21.412 INFO:teuthology.orchestra.run.smithi125.stdout: Birth: - 2023-12-09T01:54:21.412 DEBUG:teuthology.orchestra.run.smithi125:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-12-09T01:54:21.428 INFO:teuthology.orchestra.run.smithi125.stderr:1+0 records in 2023-12-09T01:54:21.428 INFO:teuthology.orchestra.run.smithi125.stderr:1+0 records out 2023-12-09T01:54:21.428 INFO:teuthology.orchestra.run.smithi125.stderr:512 bytes copied, 0.000396448 s, 1.3 MB/s 2023-12-09T01:54:21.429 DEBUG:teuthology.orchestra.run.smithi125:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-12-09T01:54:21.436 DEBUG:teuthology.orchestra.run.smithi125:> stat /dev/vg_nvme/lv_3 2023-12-09T01:54:21.441 INFO:teuthology.orchestra.run.smithi125.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-12-09T01:54:21.441 INFO:teuthology.orchestra.run.smithi125.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-09T01:54:21.441 INFO:teuthology.orchestra.run.smithi125.stdout:Device: 6h/6d Inode: 371 Links: 1 2023-12-09T01:54:21.441 INFO:teuthology.orchestra.run.smithi125.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-09T01:54:21.442 INFO:teuthology.orchestra.run.smithi125.stdout:Access: 2023-12-09 01:49:31.336990431 +0000 2023-12-09T01:54:21.442 INFO:teuthology.orchestra.run.smithi125.stdout:Modify: 2023-12-09 01:49:31.036997349 +0000 2023-12-09T01:54:21.442 INFO:teuthology.orchestra.run.smithi125.stdout:Change: 2023-12-09 01:49:31.036997349 +0000 2023-12-09T01:54:21.442 INFO:teuthology.orchestra.run.smithi125.stdout: Birth: - 2023-12-09T01:54:21.442 DEBUG:teuthology.orchestra.run.smithi125:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-12-09T01:54:21.497 INFO:teuthology.orchestra.run.smithi125.stderr:1+0 records in 2023-12-09T01:54:21.497 INFO:teuthology.orchestra.run.smithi125.stderr:1+0 records out 2023-12-09T01:54:21.497 INFO:teuthology.orchestra.run.smithi125.stderr:512 bytes copied, 0.000295785 s, 1.7 MB/s 2023-12-09T01:54:21.497 DEBUG:teuthology.orchestra.run.smithi125:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-12-09T01:54:21.505 DEBUG:teuthology.orchestra.run.smithi125:> stat /dev/vg_nvme/lv_4 2023-12-09T01:54:21.511 INFO:teuthology.orchestra.run.smithi125.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-12-09T01:54:21.511 INFO:teuthology.orchestra.run.smithi125.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-09T01:54:21.511 INFO:teuthology.orchestra.run.smithi125.stdout:Device: 6h/6d Inode: 379 Links: 1 2023-12-09T01:54:21.512 INFO:teuthology.orchestra.run.smithi125.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-09T01:54:21.512 INFO:teuthology.orchestra.run.smithi125.stdout:Access: 2023-12-09 01:49:31.800979731 +0000 2023-12-09T01:54:21.512 INFO:teuthology.orchestra.run.smithi125.stdout:Modify: 2023-12-09 01:49:31.544985635 +0000 2023-12-09T01:54:21.512 INFO:teuthology.orchestra.run.smithi125.stdout:Change: 2023-12-09 01:49:31.544985635 +0000 2023-12-09T01:54:21.512 INFO:teuthology.orchestra.run.smithi125.stdout: Birth: - 2023-12-09T01:54:21.512 DEBUG:teuthology.orchestra.run.smithi125:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-12-09T01:54:21.523 INFO:teuthology.orchestra.run.smithi125.stderr:1+0 records in 2023-12-09T01:54:21.523 INFO:teuthology.orchestra.run.smithi125.stderr:1+0 records out 2023-12-09T01:54:21.523 INFO:teuthology.orchestra.run.smithi125.stderr:512 bytes copied, 0.000381315 s, 1.3 MB/s 2023-12-09T01:54:21.524 DEBUG:teuthology.orchestra.run.smithi125:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-12-09T01:54:21.531 INFO:tasks.cephadm:Deploying osd.0 on smithi067 with /dev/vg_nvme/lv_4... 2023-12-09T01:54:21.531 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6db93fb0-9635-11ee-95a3-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2023-12-09T01:54:21.718 INFO:journalctl@ceph.mgr.x.smithi125.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-12-09T01:54:22.218 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:54:22 smithi125 bash[25274]: cephadm 2023-12-09T01:54:20.039644+0000 mgr.y (mgr.14152) 60 : cephadm [INF] Deploying daemon mgr.x on smithi125 2023-12-09T01:54:22.469 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:54:22 smithi067 bash[25104]: cephadm 2023-12-09T01:54:20.039644+0000 mgr.y (mgr.14152) 60 : cephadm [INF] Deploying daemon mgr.x on smithi125 2023-12-09T01:54:22.469 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:54:22 smithi067 bash[30830]: cephadm 2023-12-09T01:54:20.039644+0000 mgr.y (mgr.14152) 60 : cephadm [INF] Deploying daemon mgr.x on smithi125 2023-12-09T01:54:23.218 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:54:23 smithi125 bash[25274]: cluster 2023-12-09T01:54:21.239103+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-09T01:54:23.218 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:54:23 smithi125 bash[25274]: audit 2023-12-09T01:54:22.799518+0000 mon.a (mon.0) 263 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:54:23.219 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:54:23 smithi125 bash[25274]: audit 2023-12-09T01:54:22.803263+0000 mon.a (mon.0) 264 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T01:54:23.219 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:54:23 smithi125 bash[25274]: audit 2023-12-09T01:54:22.805272+0000 mon.a (mon.0) 265 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T01:54:23.219 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:54:23 smithi125 bash[25274]: audit 2023-12-09T01:54:22.806812+0000 mon.a (mon.0) 266 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T01:54:23.219 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:54:23 smithi125 bash[25274]: audit 2023-12-09T01:54:22.817968+0000 mon.a (mon.0) 267 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:54:23.219 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:54:23 smithi125 bash[25274]: cephadm 2023-12-09T01:54:22.818684+0000 mgr.y (mgr.14152) 62 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T01:54:23.219 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:54:23 smithi125 bash[25274]: cephadm 2023-12-09T01:54:22.820140+0000 mgr.y (mgr.14152) 63 : cephadm [INF] Reconfiguring mgr.y (unknown last config time)... 2023-12-09T01:54:23.219 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:54:23 smithi125 bash[25274]: audit 2023-12-09T01:54:22.820616+0000 mon.a (mon.0) 268 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-09T01:54:23.219 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:54:23 smithi125 bash[25274]: audit 2023-12-09T01:54:22.822090+0000 mon.a (mon.0) 269 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-09T01:54:23.219 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:54:23 smithi125 bash[25274]: audit 2023-12-09T01:54:22.823351+0000 mon.a (mon.0) 270 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T01:54:23.219 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:54:23 smithi125 bash[25274]: cephadm 2023-12-09T01:54:22.824822+0000 mgr.y (mgr.14152) 64 : cephadm [INF] Reconfiguring daemon mgr.y on smithi067 2023-12-09T01:54:23.220 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:54:23 smithi067 bash[25104]: cluster 2023-12-09T01:54:21.239103+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-09T01:54:23.220 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:54:23 smithi067 bash[25104]: audit 2023-12-09T01:54:22.799518+0000 mon.a (mon.0) 263 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:54:23.220 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:54:23 smithi067 bash[25104]: audit 2023-12-09T01:54:22.803263+0000 mon.a (mon.0) 264 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T01:54:23.220 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:54:23 smithi067 bash[25104]: audit 2023-12-09T01:54:22.805272+0000 mon.a (mon.0) 265 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T01:54:23.220 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:54:23 smithi067 bash[25104]: audit 2023-12-09T01:54:22.806812+0000 mon.a (mon.0) 266 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T01:54:23.220 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:54:23 smithi067 bash[25104]: audit 2023-12-09T01:54:22.817968+0000 mon.a (mon.0) 267 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:54:23.220 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:54:23 smithi067 bash[25104]: cephadm 2023-12-09T01:54:22.818684+0000 mgr.y (mgr.14152) 62 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T01:54:23.220 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:54:23 smithi067 bash[25104]: cephadm 2023-12-09T01:54:22.820140+0000 mgr.y (mgr.14152) 63 : cephadm [INF] Reconfiguring mgr.y (unknown last config time)... 2023-12-09T01:54:23.220 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:54:23 smithi067 bash[25104]: audit 2023-12-09T01:54:22.820616+0000 mon.a (mon.0) 268 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-09T01:54:23.220 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:54:23 smithi067 bash[25104]: audit 2023-12-09T01:54:22.822090+0000 mon.a (mon.0) 269 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-09T01:54:23.220 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:54:23 smithi067 bash[25104]: audit 2023-12-09T01:54:22.823351+0000 mon.a (mon.0) 270 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T01:54:23.220 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:54:23 smithi067 bash[25104]: cephadm 2023-12-09T01:54:22.824822+0000 mgr.y (mgr.14152) 64 : cephadm [INF] Reconfiguring daemon mgr.y on smithi067 2023-12-09T01:54:23.220 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:54:23 smithi067 bash[30830]: cluster 2023-12-09T01:54:21.239103+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-09T01:54:23.221 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:54:23 smithi067 bash[30830]: audit 2023-12-09T01:54:22.799518+0000 mon.a (mon.0) 263 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:54:23.221 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:54:23 smithi067 bash[30830]: audit 2023-12-09T01:54:22.803263+0000 mon.a (mon.0) 264 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T01:54:23.221 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:54:23 smithi067 bash[30830]: audit 2023-12-09T01:54:22.805272+0000 mon.a (mon.0) 265 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T01:54:23.221 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:54:23 smithi067 bash[30830]: audit 2023-12-09T01:54:22.806812+0000 mon.a (mon.0) 266 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T01:54:23.221 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:54:23 smithi067 bash[30830]: audit 2023-12-09T01:54:22.817968+0000 mon.a (mon.0) 267 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:54:23.221 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:54:23 smithi067 bash[30830]: cephadm 2023-12-09T01:54:22.818684+0000 mgr.y (mgr.14152) 62 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T01:54:23.221 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:54:23 smithi067 bash[30830]: cephadm 2023-12-09T01:54:22.820140+0000 mgr.y (mgr.14152) 63 : cephadm [INF] Reconfiguring mgr.y (unknown last config time)... 2023-12-09T01:54:23.221 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:54:23 smithi067 bash[30830]: audit 2023-12-09T01:54:22.820616+0000 mon.a (mon.0) 268 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-09T01:54:23.221 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:54:23 smithi067 bash[30830]: audit 2023-12-09T01:54:22.822090+0000 mon.a (mon.0) 269 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-09T01:54:23.221 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:54:23 smithi067 bash[30830]: audit 2023-12-09T01:54:22.823351+0000 mon.a (mon.0) 270 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T01:54:23.221 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:54:23 smithi067 bash[30830]: cephadm 2023-12-09T01:54:22.824822+0000 mgr.y (mgr.14152) 64 : cephadm [INF] Reconfiguring daemon mgr.y on smithi067 2023-12-09T01:54:23.947 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 01:54:23 smithi125 bash[26515]: debug 2023-12-09T01:54:23.787+0000 7fe3ecf1b700 1 -- 172.21.15.125:0/3202865626 <== mon.2 v2:172.21.15.125:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x562016200340 con 0x562016f7c400 2023-12-09T01:54:24.203 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 01:54:23 smithi125 bash[26515]: debug 2023-12-09T01:54:23.943+0000 7fe3f5b8a000 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-12-09T01:54:24.203 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:54:24 smithi125 bash[25274]: cluster 2023-12-09T01:54:23.239512+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-09T01:54:24.468 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:54:24 smithi067 bash[25104]: cluster 2023-12-09T01:54:23.239512+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-09T01:54:24.468 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:54:24 smithi067 bash[30830]: cluster 2023-12-09T01:54:23.239512+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-09T01:54:24.899 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 01:54:24 smithi125 bash[26515]: debug 2023-12-09T01:54:24.619+0000 7fe3f5b8a000 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-12-09T01:54:24.899 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 01:54:24 smithi125 bash[26515]: debug 2023-12-09T01:54:24.743+0000 7fe3f5b8a000 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-12-09T01:54:25.201 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 01:54:24 smithi125 bash[26515]: debug 2023-12-09T01:54:24.903+0000 7fe3f5b8a000 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-12-09T01:54:25.468 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 01:54:25 smithi125 bash[26515]: debug 2023-12-09T01:54:25.243+0000 7fe3f5b8a000 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-12-09T01:54:25.468 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 01:54:25 smithi125 bash[26515]: debug 2023-12-09T01:54:25.335+0000 7fe3f5b8a000 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-12-09T01:54:25.550 INFO:teuthology.orchestra.run.smithi067.stderr:--> Zapping: /dev/vg_nvme/lv_4 2023-12-09T01:54:25.551 INFO:teuthology.orchestra.run.smithi067.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2023-12-09T01:54:25.551 INFO:teuthology.orchestra.run.smithi067.stderr: stderr: 10+0 records in 2023-12-09T01:54:25.551 INFO:teuthology.orchestra.run.smithi067.stderr:10+0 records out 2023-12-09T01:54:25.551 INFO:teuthology.orchestra.run.smithi067.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0179552 s, 584 MB/s 2023-12-09T01:54:25.551 INFO:teuthology.orchestra.run.smithi067.stderr:--> Zapping successful for: 2023-12-09T01:54:25.968 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 01:54:25 smithi125 bash[26515]: debug 2023-12-09T01:54:25.535+0000 7fe3f5b8a000 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-12-09T01:54:26.233 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6db93fb0-9635-11ee-95a3-87774f69a715 -- ceph orch daemon add osd smithi067:vg_nvme/lv_4 2023-12-09T01:54:26.718 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:54:26 smithi125 bash[25274]: cluster 2023-12-09T01:54:25.239841+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-09T01:54:26.718 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:54:26 smithi125 bash[25274]: audit 2023-12-09T01:54:25.562093+0000 mon.a (mon.0) 271 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:54:26.718 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:54:26 smithi125 bash[25274]: audit 2023-12-09T01:54:25.564312+0000 mon.a (mon.0) 272 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T01:54:26.718 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:54:26 smithi125 bash[25274]: audit 2023-12-09T01:54:25.565819+0000 mon.a (mon.0) 273 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T01:54:26.718 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:54:26 smithi125 bash[25274]: audit 2023-12-09T01:54:25.566802+0000 mon.a (mon.0) 274 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T01:54:26.718 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:54:26 smithi125 bash[25274]: audit 2023-12-09T01:54:25.573623+0000 mon.a (mon.0) 275 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:54:26.719 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:54:26 smithi125 bash[25274]: cephadm 2023-12-09T01:54:25.574309+0000 mgr.y (mgr.14152) 67 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T01:54:26.719 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:54:26 smithi125 bash[25274]: audit 2023-12-09T01:54:26.071659+0000 mon.a (mon.0) 276 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:54:26.719 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 01:54:26 smithi125 bash[26515]: debug 2023-12-09T01:54:26.399+0000 7fe3f5b8a000 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-12-09T01:54:26.719 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 01:54:26 smithi125 bash[26515]: debug 2023-12-09T01:54:26.507+0000 7fe3f5b8a000 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-12-09T01:54:26.719 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 01:54:26 smithi125 bash[26515]: debug 2023-12-09T01:54:26.715+0000 7fe3f5b8a000 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-12-09T01:54:26.719 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:54:26 smithi067 bash[25104]: cluster 2023-12-09T01:54:25.239841+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-09T01:54:26.719 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:54:26 smithi067 bash[25104]: audit 2023-12-09T01:54:25.562093+0000 mon.a (mon.0) 271 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:54:26.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:54:26 smithi067 bash[25104]: audit 2023-12-09T01:54:25.564312+0000 mon.a (mon.0) 272 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T01:54:26.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:54:26 smithi067 bash[25104]: audit 2023-12-09T01:54:25.565819+0000 mon.a (mon.0) 273 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T01:54:26.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:54:26 smithi067 bash[25104]: audit 2023-12-09T01:54:25.566802+0000 mon.a (mon.0) 274 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T01:54:26.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:54:26 smithi067 bash[25104]: audit 2023-12-09T01:54:25.573623+0000 mon.a (mon.0) 275 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:54:26.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:54:26 smithi067 bash[25104]: cephadm 2023-12-09T01:54:25.574309+0000 mgr.y (mgr.14152) 67 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T01:54:26.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:54:26 smithi067 bash[25104]: audit 2023-12-09T01:54:26.071659+0000 mon.a (mon.0) 276 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:54:26.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:54:26 smithi067 bash[30830]: cluster 2023-12-09T01:54:25.239841+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-09T01:54:26.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:54:26 smithi067 bash[30830]: audit 2023-12-09T01:54:25.562093+0000 mon.a (mon.0) 271 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:54:26.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:54:26 smithi067 bash[30830]: audit 2023-12-09T01:54:25.564312+0000 mon.a (mon.0) 272 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T01:54:26.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:54:26 smithi067 bash[30830]: audit 2023-12-09T01:54:25.565819+0000 mon.a (mon.0) 273 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T01:54:26.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:54:26 smithi067 bash[30830]: audit 2023-12-09T01:54:25.566802+0000 mon.a (mon.0) 274 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T01:54:26.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:54:26 smithi067 bash[30830]: audit 2023-12-09T01:54:25.573623+0000 mon.a (mon.0) 275 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:54:26.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:54:26 smithi067 bash[30830]: cephadm 2023-12-09T01:54:25.574309+0000 mgr.y (mgr.14152) 67 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T01:54:26.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:54:26 smithi067 bash[30830]: audit 2023-12-09T01:54:26.071659+0000 mon.a (mon.0) 276 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:54:27.400 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 01:54:27 smithi125 bash[26515]: debug 2023-12-09T01:54:27.067+0000 7fe3f5b8a000 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-12-09T01:54:27.658 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 01:54:27 smithi125 bash[26515]: debug 2023-12-09T01:54:27.395+0000 7fe3f5b8a000 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-12-09T01:54:27.968 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 01:54:27 smithi125 bash[26515]: debug 2023-12-09T01:54:27.763+0000 7fe3f5b8a000 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-12-09T01:54:28.218 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 01:54:28 smithi125 bash[26515]: debug 2023-12-09T01:54:28.031+0000 7fe3f5b8a000 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-12-09T01:54:28.718 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:54:28 smithi125 bash[25274]: cluster 2023-12-09T01:54:27.240269+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-09T01:54:28.718 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:54:28 smithi125 bash[25274]: audit 2023-12-09T01:54:28.375671+0000 mon.a (mon.0) 277 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:54:28.719 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:54:28 smithi067 bash[25104]: cluster 2023-12-09T01:54:27.240269+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-09T01:54:28.719 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:54:28 smithi067 bash[25104]: audit 2023-12-09T01:54:28.375671+0000 mon.a (mon.0) 277 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:54:28.719 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 01:54:28 smithi067 bash[25375]: 172.21.15.125 - - [09/Dec/2023:01:54:28] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-09T01:54:28.719 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:54:28 smithi067 bash[30830]: cluster 2023-12-09T01:54:27.240269+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-09T01:54:28.719 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:54:28 smithi067 bash[30830]: audit 2023-12-09T01:54:28.375671+0000 mon.a (mon.0) 277 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:54:29.006 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 01:54:28 smithi125 bash[26515]: debug 2023-12-09T01:54:28.719+0000 7fe3f5b8a000 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-12-09T01:54:29.006 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 01:54:28 smithi125 bash[26515]: debug 2023-12-09T01:54:28.827+0000 7fe3f5b8a000 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-12-09T01:54:29.006 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 01:54:29 smithi125 bash[26515]: debug 2023-12-09T01:54:29.003+0000 7fe3f5b8a000 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-12-09T01:54:29.468 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 01:54:29 smithi125 bash[26515]: debug 2023-12-09T01:54:29.111+0000 7fe3f5b8a000 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-12-09T01:54:29.468 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 01:54:29 smithi125 bash[26515]: debug 2023-12-09T01:54:29.251+0000 7fe3f5b8a000 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-12-09T01:54:29.468 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 01:54:29 smithi067 bash[25375]: 172.21.15.125 - - [09/Dec/2023:01:54:29] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-09T01:54:29.839 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 01:54:29 smithi125 bash[26515]: debug 2023-12-09T01:54:29.539+0000 7fe3f5b8a000 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-12-09T01:54:29.839 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 01:54:29 smithi125 bash[26515]: debug 2023-12-09T01:54:29.655+0000 7fe3f5b8a000 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-12-09T01:54:30.176 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 01:54:29 smithi125 bash[26515]: debug 2023-12-09T01:54:29.835+0000 7fe3f5b8a000 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-12-09T01:54:30.176 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 01:54:29 smithi125 bash[26515]: debug 2023-12-09T01:54:29.955+0000 7fe3f5b8a000 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-12-09T01:54:30.425 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:54:30 smithi067 bash[30830]: audit 2023-12-09T01:54:29.176078+0000 mon.a (mon.0) 278 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:54:30.425 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:54:30 smithi067 bash[30830]: audit 2023-12-09T01:54:29.183154+0000 mon.a (mon.0) 279 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:54:30.425 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:54:30 smithi067 bash[30830]: audit 2023-12-09T01:54:29.199060+0000 mon.a (mon.0) 280 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T01:54:30.426 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:54:30 smithi067 bash[30830]: audit 2023-12-09T01:54:29.201292+0000 mon.a (mon.0) 281 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T01:54:30.426 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:54:30 smithi067 bash[30830]: audit 2023-12-09T01:54:29.202997+0000 mon.a (mon.0) 282 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T01:54:30.426 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:54:30 smithi067 bash[30830]: audit 2023-12-09T01:54:29.212860+0000 mon.a (mon.0) 283 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:54:30.426 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:54:30 smithi067 bash[30830]: cluster 2023-12-09T01:54:29.240772+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-09T01:54:30.426 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:54:30 smithi067 bash[25104]: audit 2023-12-09T01:54:29.176078+0000 mon.a (mon.0) 278 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:54:30.426 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:54:30 smithi067 bash[25104]: audit 2023-12-09T01:54:29.183154+0000 mon.a (mon.0) 279 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:54:30.426 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:54:30 smithi067 bash[25104]: audit 2023-12-09T01:54:29.199060+0000 mon.a (mon.0) 280 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T01:54:30.426 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:54:30 smithi067 bash[25104]: audit 2023-12-09T01:54:29.201292+0000 mon.a (mon.0) 281 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T01:54:30.426 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:54:30 smithi067 bash[25104]: audit 2023-12-09T01:54:29.202997+0000 mon.a (mon.0) 282 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T01:54:30.426 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:54:30 smithi067 bash[25104]: audit 2023-12-09T01:54:29.212860+0000 mon.a (mon.0) 283 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:54:30.427 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:54:30 smithi067 bash[25104]: cluster 2023-12-09T01:54:29.240772+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-09T01:54:30.468 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:54:30 smithi125 bash[25274]: audit 2023-12-09T01:54:29.176078+0000 mon.a (mon.0) 278 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:54:30.468 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:54:30 smithi125 bash[25274]: audit 2023-12-09T01:54:29.183154+0000 mon.a (mon.0) 279 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:54:30.468 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:54:30 smithi125 bash[25274]: audit 2023-12-09T01:54:29.199060+0000 mon.a (mon.0) 280 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T01:54:30.468 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:54:30 smithi125 bash[25274]: audit 2023-12-09T01:54:29.201292+0000 mon.a (mon.0) 281 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T01:54:30.469 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:54:30 smithi125 bash[25274]: audit 2023-12-09T01:54:29.202997+0000 mon.a (mon.0) 282 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T01:54:30.469 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:54:30 smithi125 bash[25274]: audit 2023-12-09T01:54:29.212860+0000 mon.a (mon.0) 283 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:54:30.469 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:54:30 smithi125 bash[25274]: cluster 2023-12-09T01:54:29.240772+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-09T01:54:31.218 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 01:54:30 smithi125 bash[26515]: debug 2023-12-09T01:54:30.787+0000 7fe3f5b8a000 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-12-09T01:54:31.718 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:54:31 smithi067 bash[30830]: audit 2023-12-09T01:54:30.653661+0000 mgr.y (mgr.14152) 70 : audit [DBG] from='client.24115 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi067:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T01:54:31.719 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:54:31 smithi067 bash[30830]: audit 2023-12-09T01:54:30.660375+0000 mon.a (mon.0) 284 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-09T01:54:31.719 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:54:31 smithi067 bash[30830]: audit 2023-12-09T01:54:30.665167+0000 mon.a (mon.0) 285 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-09T01:54:31.719 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:54:31 smithi067 bash[30830]: audit 2023-12-09T01:54:30.666188+0000 mon.a (mon.0) 286 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T01:54:31.719 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:54:31 smithi067 bash[30830]: cluster 2023-12-09T01:54:30.816530+0000 mon.a (mon.0) 287 : cluster [DBG] Standby manager daemon x started 2023-12-09T01:54:31.719 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:54:31 smithi067 bash[30830]: audit 2023-12-09T01:54:30.820533+0000 mon.a (mon.0) 288 : audit [DBG] from='mgr.? 172.21.15.125:0/3797000798' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-09T01:54:31.719 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:54:31 smithi067 bash[30830]: audit 2023-12-09T01:54:30.821426+0000 mon.a (mon.0) 289 : audit [DBG] from='mgr.? 172.21.15.125:0/3797000798' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-09T01:54:31.719 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:54:31 smithi067 bash[30830]: audit 2023-12-09T01:54:30.823668+0000 mon.a (mon.0) 290 : audit [DBG] from='mgr.? 172.21.15.125:0/3797000798' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-09T01:54:31.719 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:54:31 smithi067 bash[30830]: audit 2023-12-09T01:54:30.824598+0000 mon.a (mon.0) 291 : audit [DBG] from='mgr.? 172.21.15.125:0/3797000798' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-09T01:54:31.719 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:54:31 smithi125 bash[25274]: audit 2023-12-09T01:54:30.653661+0000 mgr.y (mgr.14152) 70 : audit [DBG] from='client.24115 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi067:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T01:54:31.720 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:54:31 smithi125 bash[25274]: audit 2023-12-09T01:54:30.660375+0000 mon.a (mon.0) 284 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-09T01:54:31.720 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:54:31 smithi125 bash[25274]: audit 2023-12-09T01:54:30.665167+0000 mon.a (mon.0) 285 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-09T01:54:31.720 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:54:31 smithi125 bash[25274]: audit 2023-12-09T01:54:30.666188+0000 mon.a (mon.0) 286 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T01:54:31.720 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:54:31 smithi125 bash[25274]: cluster 2023-12-09T01:54:30.816530+0000 mon.a (mon.0) 287 : cluster [DBG] Standby manager daemon x started 2023-12-09T01:54:31.720 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:54:31 smithi125 bash[25274]: audit 2023-12-09T01:54:30.820533+0000 mon.a (mon.0) 288 : audit [DBG] from='mgr.? 172.21.15.125:0/3797000798' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-09T01:54:31.720 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:54:31 smithi125 bash[25274]: audit 2023-12-09T01:54:30.821426+0000 mon.a (mon.0) 289 : audit [DBG] from='mgr.? 172.21.15.125:0/3797000798' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-09T01:54:31.720 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:54:31 smithi125 bash[25274]: audit 2023-12-09T01:54:30.823668+0000 mon.a (mon.0) 290 : audit [DBG] from='mgr.? 172.21.15.125:0/3797000798' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-09T01:54:31.720 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:54:31 smithi125 bash[25274]: audit 2023-12-09T01:54:30.824598+0000 mon.a (mon.0) 291 : audit [DBG] from='mgr.? 172.21.15.125:0/3797000798' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-09T01:54:31.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:54:31 smithi067 bash[25104]: audit 2023-12-09T01:54:30.653661+0000 mgr.y (mgr.14152) 70 : audit [DBG] from='client.24115 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi067:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T01:54:31.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:54:31 smithi067 bash[25104]: audit 2023-12-09T01:54:30.660375+0000 mon.a (mon.0) 284 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-09T01:54:31.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:54:31 smithi067 bash[25104]: audit 2023-12-09T01:54:30.665167+0000 mon.a (mon.0) 285 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-09T01:54:31.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:54:31 smithi067 bash[25104]: audit 2023-12-09T01:54:30.666188+0000 mon.a (mon.0) 286 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T01:54:31.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:54:31 smithi067 bash[25104]: cluster 2023-12-09T01:54:30.816530+0000 mon.a (mon.0) 287 : cluster [DBG] Standby manager daemon x started 2023-12-09T01:54:31.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:54:31 smithi067 bash[25104]: audit 2023-12-09T01:54:30.820533+0000 mon.a (mon.0) 288 : audit [DBG] from='mgr.? 172.21.15.125:0/3797000798' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-09T01:54:31.721 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:54:31 smithi067 bash[25104]: audit 2023-12-09T01:54:30.821426+0000 mon.a (mon.0) 289 : audit [DBG] from='mgr.? 172.21.15.125:0/3797000798' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-09T01:54:31.721 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:54:31 smithi067 bash[25104]: audit 2023-12-09T01:54:30.823668+0000 mon.a (mon.0) 290 : audit [DBG] from='mgr.? 172.21.15.125:0/3797000798' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-09T01:54:31.721 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:54:31 smithi067 bash[25104]: audit 2023-12-09T01:54:30.824598+0000 mon.a (mon.0) 291 : audit [DBG] from='mgr.? 172.21.15.125:0/3797000798' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-09T01:54:32.218 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 01:54:31 smithi067 bash[25375]: 172.21.15.67 - - [09/Dec/2023:01:54:31] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-09T01:54:32.718 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:54:32 smithi125 bash[25274]: cluster 2023-12-09T01:54:31.229856+0000 mon.a (mon.0) 292 : cluster [DBG] mgrmap e14: y(active, since 74s), standbys: x 2023-12-09T01:54:32.718 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:54:32 smithi125 bash[25274]: audit 2023-12-09T01:54:31.230423+0000 mon.a (mon.0) 293 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-12-09T01:54:32.718 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:54:32 smithi125 bash[25274]: cluster 2023-12-09T01:54:31.241172+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-09T01:54:32.718 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:54:32 smithi125 bash[25274]: audit 2023-12-09T01:54:31.825837+0000 mon.a (mon.0) 294 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:54:32.719 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:54:32 smithi125 bash[25274]: audit 2023-12-09T01:54:31.833845+0000 mon.a (mon.0) 295 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:54:32.719 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:54:32 smithi067 bash[25104]: cluster 2023-12-09T01:54:31.229856+0000 mon.a (mon.0) 292 : cluster [DBG] mgrmap e14: y(active, since 74s), standbys: x 2023-12-09T01:54:32.719 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:54:32 smithi067 bash[25104]: audit 2023-12-09T01:54:31.230423+0000 mon.a (mon.0) 293 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-12-09T01:54:32.719 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:54:32 smithi067 bash[25104]: cluster 2023-12-09T01:54:31.241172+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-09T01:54:32.719 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:54:32 smithi067 bash[25104]: audit 2023-12-09T01:54:31.825837+0000 mon.a (mon.0) 294 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:54:32.719 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:54:32 smithi067 bash[25104]: audit 2023-12-09T01:54:31.833845+0000 mon.a (mon.0) 295 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:54:32.719 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:54:32 smithi067 bash[30830]: cluster 2023-12-09T01:54:31.229856+0000 mon.a (mon.0) 292 : cluster [DBG] mgrmap e14: y(active, since 74s), standbys: x 2023-12-09T01:54:32.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:54:32 smithi067 bash[30830]: audit 2023-12-09T01:54:31.230423+0000 mon.a (mon.0) 293 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-12-09T01:54:32.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:54:32 smithi067 bash[30830]: cluster 2023-12-09T01:54:31.241172+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-09T01:54:32.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:54:32 smithi067 bash[30830]: audit 2023-12-09T01:54:31.825837+0000 mon.a (mon.0) 294 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:54:32.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:54:32 smithi067 bash[30830]: audit 2023-12-09T01:54:31.833845+0000 mon.a (mon.0) 295 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:54:33.218 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 01:54:33 smithi067 bash[25375]: 172.21.15.67 - - [09/Dec/2023:01:54:33] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-09T01:54:34.218 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:54:34 smithi067 bash[25104]: audit 2023-12-09T01:54:33.122953+0000 mon.a (mon.0) 296 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:54:34.218 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:54:34 smithi067 bash[25104]: audit 2023-12-09T01:54:33.130692+0000 mon.a (mon.0) 297 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:54:34.219 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:54:34 smithi067 bash[25104]: cluster 2023-12-09T01:54:33.241623+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-09T01:54:34.219 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:54:34 smithi067 bash[30830]: audit 2023-12-09T01:54:33.122953+0000 mon.a (mon.0) 296 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:54:34.219 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:54:34 smithi067 bash[30830]: audit 2023-12-09T01:54:33.130692+0000 mon.a (mon.0) 297 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:54:34.219 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:54:34 smithi067 bash[30830]: cluster 2023-12-09T01:54:33.241623+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-09T01:54:34.468 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:54:34 smithi125 bash[25274]: audit 2023-12-09T01:54:33.122953+0000 mon.a (mon.0) 296 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:54:34.468 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:54:34 smithi125 bash[25274]: audit 2023-12-09T01:54:33.130692+0000 mon.a (mon.0) 297 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:54:34.468 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:54:34 smithi125 bash[25274]: cluster 2023-12-09T01:54:33.241623+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-09T01:54:37.218 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:54:36 smithi125 bash[25274]: cluster 2023-12-09T01:54:35.242030+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-09T01:54:37.218 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:54:36 smithi125 bash[25274]: audit 2023-12-09T01:54:36.219131+0000 mon.a (mon.0) 298 : audit [INF] from='client.? 172.21.15.67:0/4056273608' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7c509e88-12e7-4752-8d7d-022666905f12"}]: dispatch 2023-12-09T01:54:37.218 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:54:36 smithi125 bash[25274]: audit 2023-12-09T01:54:36.228093+0000 mon.a (mon.0) 299 : audit [INF] from='client.? 172.21.15.67:0/4056273608' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "7c509e88-12e7-4752-8d7d-022666905f12"}]': finished 2023-12-09T01:54:37.219 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:54:36 smithi125 bash[25274]: cluster 2023-12-09T01:54:36.228273+0000 mon.a (mon.0) 300 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2023-12-09T01:54:37.219 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:54:36 smithi125 bash[25274]: audit 2023-12-09T01:54:36.228539+0000 mon.a (mon.0) 301 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-09T01:54:37.219 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:54:36 smithi067 bash[30830]: cluster 2023-12-09T01:54:35.242030+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-09T01:54:37.219 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:54:36 smithi067 bash[30830]: audit 2023-12-09T01:54:36.219131+0000 mon.a (mon.0) 298 : audit [INF] from='client.? 172.21.15.67:0/4056273608' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7c509e88-12e7-4752-8d7d-022666905f12"}]: dispatch 2023-12-09T01:54:37.219 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:54:36 smithi067 bash[30830]: audit 2023-12-09T01:54:36.228093+0000 mon.a (mon.0) 299 : audit [INF] from='client.? 172.21.15.67:0/4056273608' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "7c509e88-12e7-4752-8d7d-022666905f12"}]': finished 2023-12-09T01:54:37.219 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:54:36 smithi067 bash[30830]: cluster 2023-12-09T01:54:36.228273+0000 mon.a (mon.0) 300 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2023-12-09T01:54:37.219 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:54:36 smithi067 bash[30830]: audit 2023-12-09T01:54:36.228539+0000 mon.a (mon.0) 301 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-09T01:54:37.219 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:54:36 smithi067 bash[25104]: cluster 2023-12-09T01:54:35.242030+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-09T01:54:37.220 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:54:36 smithi067 bash[25104]: audit 2023-12-09T01:54:36.219131+0000 mon.a (mon.0) 298 : audit [INF] from='client.? 172.21.15.67:0/4056273608' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7c509e88-12e7-4752-8d7d-022666905f12"}]: dispatch 2023-12-09T01:54:37.220 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:54:36 smithi067 bash[25104]: audit 2023-12-09T01:54:36.228093+0000 mon.a (mon.0) 299 : audit [INF] from='client.? 172.21.15.67:0/4056273608' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "7c509e88-12e7-4752-8d7d-022666905f12"}]': finished 2023-12-09T01:54:37.220 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:54:36 smithi067 bash[25104]: cluster 2023-12-09T01:54:36.228273+0000 mon.a (mon.0) 300 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2023-12-09T01:54:37.220 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:54:36 smithi067 bash[25104]: audit 2023-12-09T01:54:36.228539+0000 mon.a (mon.0) 301 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-09T01:54:38.218 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:54:37 smithi125 bash[25274]: audit 2023-12-09T01:54:36.937582+0000 mon.a (mon.0) 302 : audit [DBG] from='client.? 172.21.15.67:0/1995618685' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-09T01:54:38.219 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:54:37 smithi067 bash[25104]: audit 2023-12-09T01:54:36.937582+0000 mon.a (mon.0) 302 : audit [DBG] from='client.? 172.21.15.67:0/1995618685' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-09T01:54:38.219 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:54:37 smithi067 bash[30830]: audit 2023-12-09T01:54:36.937582+0000 mon.a (mon.0) 302 : audit [DBG] from='client.? 172.21.15.67:0/1995618685' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-09T01:54:39.218 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:54:38 smithi125 bash[25274]: cluster 2023-12-09T01:54:37.242481+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-09T01:54:39.218 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:54:38 smithi067 bash[30830]: cluster 2023-12-09T01:54:37.242481+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-09T01:54:39.219 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:54:38 smithi067 bash[25104]: cluster 2023-12-09T01:54:37.242481+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-09T01:54:41.221 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:54:40 smithi125 bash[25274]: cluster 2023-12-09T01:54:39.242986+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-09T01:54:41.222 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:54:40 smithi067 bash[25104]: cluster 2023-12-09T01:54:39.242986+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-09T01:54:41.222 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:54:40 smithi067 bash[30830]: cluster 2023-12-09T01:54:39.242986+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-09T01:54:43.218 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:54:42 smithi125 bash[25274]: cluster 2023-12-09T01:54:41.243476+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-09T01:54:43.219 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:54:43 smithi067 bash[25104]: cluster 2023-12-09T01:54:41.243476+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-09T01:54:43.219 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:54:43 smithi067 bash[30830]: cluster 2023-12-09T01:54:41.243476+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-09T01:54:45.218 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:54:44 smithi125 bash[25274]: cluster 2023-12-09T01:54:43.243906+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-09T01:54:45.219 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:54:44 smithi067 bash[25104]: cluster 2023-12-09T01:54:43.243906+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-09T01:54:45.219 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:54:44 smithi067 bash[30830]: cluster 2023-12-09T01:54:43.243906+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-09T01:54:47.218 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:54:46 smithi125 bash[25274]: cluster 2023-12-09T01:54:45.244452+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-09T01:54:47.218 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:54:46 smithi125 bash[25274]: audit 2023-12-09T01:54:46.510070+0000 mon.a (mon.0) 303 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-09T01:54:47.218 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:54:46 smithi125 bash[25274]: audit 2023-12-09T01:54:46.511581+0000 mon.a (mon.0) 304 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T01:54:47.219 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:54:46 smithi067 bash[25104]: cluster 2023-12-09T01:54:45.244452+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-09T01:54:47.219 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:54:46 smithi067 bash[25104]: audit 2023-12-09T01:54:46.510070+0000 mon.a (mon.0) 303 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-09T01:54:47.219 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:54:46 smithi067 bash[25104]: audit 2023-12-09T01:54:46.511581+0000 mon.a (mon.0) 304 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T01:54:47.219 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:54:46 smithi067 bash[30830]: cluster 2023-12-09T01:54:45.244452+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-09T01:54:47.219 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:54:46 smithi067 bash[30830]: audit 2023-12-09T01:54:46.510070+0000 mon.a (mon.0) 303 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-09T01:54:47.219 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:54:46 smithi067 bash[30830]: audit 2023-12-09T01:54:46.511581+0000 mon.a (mon.0) 304 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T01:54:48.218 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:54:47 smithi125 bash[25274]: cephadm 2023-12-09T01:54:46.512882+0000 mgr.y (mgr.14152) 79 : cephadm [INF] Deploying daemon osd.0 on smithi067 2023-12-09T01:54:48.219 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:54:47 smithi067 bash[25104]: cephadm 2023-12-09T01:54:46.512882+0000 mgr.y (mgr.14152) 79 : cephadm [INF] Deploying daemon osd.0 on smithi067 2023-12-09T01:54:48.219 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:54:47 smithi067 bash[30830]: cephadm 2023-12-09T01:54:46.512882+0000 mgr.y (mgr.14152) 79 : cephadm [INF] Deploying daemon osd.0 on smithi067 2023-12-09T01:54:49.115 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:54:48 smithi067 bash[25104]: cluster 2023-12-09T01:54:47.244950+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-09T01:54:49.116 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:54:48 smithi067 bash[25104]: audit 2023-12-09T01:54:48.919460+0000 mon.a (mon.0) 305 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:54:49.116 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:54:48 smithi067 bash[25104]: audit 2023-12-09T01:54:48.925051+0000 mon.a (mon.0) 306 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:54:49.116 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 01:54:48 smithi067 bash[25375]: 172.21.15.125 - - [09/Dec/2023:01:54:48] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-09T01:54:49.116 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:54:48 smithi067 bash[30830]: cluster 2023-12-09T01:54:47.244950+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-09T01:54:49.116 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:54:48 smithi067 bash[30830]: audit 2023-12-09T01:54:48.919460+0000 mon.a (mon.0) 305 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:54:49.117 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:54:48 smithi067 bash[30830]: audit 2023-12-09T01:54:48.925051+0000 mon.a (mon.0) 306 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:54:49.218 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:54:48 smithi125 bash[25274]: cluster 2023-12-09T01:54:47.244950+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-09T01:54:49.218 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:54:48 smithi125 bash[25274]: audit 2023-12-09T01:54:48.919460+0000 mon.a (mon.0) 305 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:54:49.218 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:54:48 smithi125 bash[25274]: audit 2023-12-09T01:54:48.925051+0000 mon.a (mon.0) 306 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:54:51.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:54:50 smithi067 bash[30830]: cluster 2023-12-09T01:54:49.245550+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-09T01:54:51.223 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:54:50 smithi067 bash[25104]: cluster 2023-12-09T01:54:49.245550+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-09T01:54:51.468 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:54:50 smithi125 bash[25274]: cluster 2023-12-09T01:54:49.245550+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-09T01:54:52.942 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:54:52 smithi067 bash[25104]: cluster 2023-12-09T01:54:51.246078+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-09T01:54:52.942 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:54:52 smithi067 bash[25104]: audit 2023-12-09T01:54:51.604479+0000 mon.a (mon.0) 307 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:54:52.942 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:54:52 smithi067 bash[25104]: audit 2023-12-09T01:54:51.636648+0000 mon.a (mon.0) 308 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T01:54:52.942 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:54:52 smithi067 bash[25104]: audit 2023-12-09T01:54:51.638269+0000 mon.a (mon.0) 309 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T01:54:52.942 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:54:52 smithi067 bash[25104]: audit 2023-12-09T01:54:51.639245+0000 mon.a (mon.0) 310 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T01:54:52.942 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:54:52 smithi067 bash[25104]: audit 2023-12-09T01:54:51.646700+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:54:52.943 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:54:52 smithi067 bash[30830]: cluster 2023-12-09T01:54:51.246078+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-09T01:54:52.943 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:54:52 smithi067 bash[30830]: audit 2023-12-09T01:54:51.604479+0000 mon.a (mon.0) 307 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:54:52.943 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:54:52 smithi067 bash[30830]: audit 2023-12-09T01:54:51.636648+0000 mon.a (mon.0) 308 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T01:54:52.943 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:54:52 smithi067 bash[30830]: audit 2023-12-09T01:54:51.638269+0000 mon.a (mon.0) 309 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T01:54:52.943 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:54:52 smithi067 bash[30830]: audit 2023-12-09T01:54:51.639245+0000 mon.a (mon.0) 310 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T01:54:52.943 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:54:52 smithi067 bash[30830]: audit 2023-12-09T01:54:51.646700+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:54:52.968 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:54:52 smithi125 bash[25274]: cluster 2023-12-09T01:54:51.246078+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-09T01:54:52.968 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:54:52 smithi125 bash[25274]: audit 2023-12-09T01:54:51.604479+0000 mon.a (mon.0) 307 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:54:52.968 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:54:52 smithi125 bash[25274]: audit 2023-12-09T01:54:51.636648+0000 mon.a (mon.0) 308 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T01:54:52.968 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:54:52 smithi125 bash[25274]: audit 2023-12-09T01:54:51.638269+0000 mon.a (mon.0) 309 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T01:54:52.969 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:54:52 smithi125 bash[25274]: audit 2023-12-09T01:54:51.639245+0000 mon.a (mon.0) 310 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T01:54:52.969 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:54:52 smithi125 bash[25274]: audit 2023-12-09T01:54:51.646700+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:54:53.645 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 01:54:53 smithi067 bash[25375]: 172.21.15.67 - - [09/Dec/2023:01:54:53] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-09T01:54:54.719 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:54:54 smithi067 bash[25104]: cluster 2023-12-09T01:54:53.246511+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-09T01:54:54.719 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:54:54 smithi067 bash[25104]: audit 2023-12-09T01:54:53.257120+0000 mon.a (mon.0) 312 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:54:54.719 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:54:54 smithi067 bash[25104]: audit 2023-12-09T01:54:53.262047+0000 mon.a (mon.0) 313 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:54:54.719 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:54:54 smithi067 bash[25104]: audit 2023-12-09T01:54:53.267892+0000 mon.a (mon.0) 314 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T01:54:54.719 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:54:54 smithi067 bash[25104]: audit 2023-12-09T01:54:53.269513+0000 mon.a (mon.0) 315 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T01:54:54.719 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:54:54 smithi067 bash[25104]: audit 2023-12-09T01:54:53.270507+0000 mon.a (mon.0) 316 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T01:54:54.719 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:54:54 smithi067 bash[25104]: audit 2023-12-09T01:54:53.277793+0000 mon.a (mon.0) 317 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:54:54.719 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:54:54 smithi125 bash[25274]: cluster 2023-12-09T01:54:53.246511+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-09T01:54:54.719 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:54:54 smithi125 bash[25274]: audit 2023-12-09T01:54:53.257120+0000 mon.a (mon.0) 312 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:54:54.719 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:54:54 smithi125 bash[25274]: audit 2023-12-09T01:54:53.262047+0000 mon.a (mon.0) 313 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:54:54.719 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:54:54 smithi125 bash[25274]: audit 2023-12-09T01:54:53.267892+0000 mon.a (mon.0) 314 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T01:54:54.720 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:54:54 smithi125 bash[25274]: audit 2023-12-09T01:54:53.269513+0000 mon.a (mon.0) 315 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T01:54:54.720 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:54:54 smithi125 bash[25274]: audit 2023-12-09T01:54:53.270507+0000 mon.a (mon.0) 316 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T01:54:54.720 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:54:54 smithi125 bash[25274]: audit 2023-12-09T01:54:53.277793+0000 mon.a (mon.0) 317 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:54:54.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:54:54 smithi067 bash[30830]: cluster 2023-12-09T01:54:53.246511+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-09T01:54:54.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:54:54 smithi067 bash[30830]: audit 2023-12-09T01:54:53.257120+0000 mon.a (mon.0) 312 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:54:54.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:54:54 smithi067 bash[30830]: audit 2023-12-09T01:54:53.262047+0000 mon.a (mon.0) 313 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:54:54.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:54:54 smithi067 bash[30830]: audit 2023-12-09T01:54:53.267892+0000 mon.a (mon.0) 314 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T01:54:54.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:54:54 smithi067 bash[30830]: audit 2023-12-09T01:54:53.269513+0000 mon.a (mon.0) 315 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T01:54:54.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:54:54 smithi067 bash[30830]: audit 2023-12-09T01:54:53.270507+0000 mon.a (mon.0) 316 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T01:54:54.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:54:54 smithi067 bash[30830]: audit 2023-12-09T01:54:53.277793+0000 mon.a (mon.0) 317 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:54:56.838 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 01:54:56 smithi067 bash[25375]: 172.21.15.67 - - [09/Dec/2023:01:54:56] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-09T01:54:57.221 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:54:56 smithi125 bash[25274]: cluster 2023-12-09T01:54:55.246964+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-09T01:54:57.222 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:54:56 smithi125 bash[25274]: audit 2023-12-09T01:54:56.556291+0000 mon.a (mon.0) 318 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:54:57.222 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:54:56 smithi125 bash[25274]: audit 2023-12-09T01:54:56.565554+0000 mon.a (mon.0) 319 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:54:57.222 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:54:56 smithi125 bash[25274]: audit 2023-12-09T01:54:56.603805+0000 mon.a (mon.0) 320 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T01:54:57.223 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:54:56 smithi125 bash[25274]: audit 2023-12-09T01:54:56.606579+0000 mon.a (mon.0) 321 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T01:54:57.223 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:54:56 smithi125 bash[25274]: audit 2023-12-09T01:54:56.608329+0000 mon.a (mon.0) 322 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T01:54:57.223 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:54:56 smithi125 bash[25274]: audit 2023-12-09T01:54:56.621838+0000 mon.a (mon.0) 323 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:54:57.224 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:54:56 smithi067 bash[25104]: cluster 2023-12-09T01:54:55.246964+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-09T01:54:57.224 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:54:56 smithi067 bash[25104]: audit 2023-12-09T01:54:56.556291+0000 mon.a (mon.0) 318 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:54:57.224 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:54:56 smithi067 bash[25104]: audit 2023-12-09T01:54:56.565554+0000 mon.a (mon.0) 319 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:54:57.224 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:54:56 smithi067 bash[25104]: audit 2023-12-09T01:54:56.603805+0000 mon.a (mon.0) 320 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T01:54:57.224 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:54:56 smithi067 bash[25104]: audit 2023-12-09T01:54:56.606579+0000 mon.a (mon.0) 321 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T01:54:57.224 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:54:56 smithi067 bash[25104]: audit 2023-12-09T01:54:56.608329+0000 mon.a (mon.0) 322 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T01:54:57.224 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:54:56 smithi067 bash[25104]: audit 2023-12-09T01:54:56.621838+0000 mon.a (mon.0) 323 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:54:57.224 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:54:56 smithi067 bash[30830]: cluster 2023-12-09T01:54:55.246964+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-09T01:54:57.224 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:54:56 smithi067 bash[30830]: audit 2023-12-09T01:54:56.556291+0000 mon.a (mon.0) 318 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:54:57.224 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:54:56 smithi067 bash[30830]: audit 2023-12-09T01:54:56.565554+0000 mon.a (mon.0) 319 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:54:57.224 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:54:56 smithi067 bash[30830]: audit 2023-12-09T01:54:56.603805+0000 mon.a (mon.0) 320 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T01:54:57.224 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:54:56 smithi067 bash[30830]: audit 2023-12-09T01:54:56.606579+0000 mon.a (mon.0) 321 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T01:54:57.225 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:54:56 smithi067 bash[30830]: audit 2023-12-09T01:54:56.608329+0000 mon.a (mon.0) 322 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T01:54:57.225 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:54:56 smithi067 bash[30830]: audit 2023-12-09T01:54:56.621838+0000 mon.a (mon.0) 323 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:54:58.218 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:54:57 smithi067 bash[25104]: cephadm 2023-12-09T01:54:56.557933+0000 mgr.y (mgr.14152) 85 : cephadm [INF] Detected new or changed devices on smithi067 2023-12-09T01:54:58.219 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:54:57 smithi125 bash[25274]: cephadm 2023-12-09T01:54:56.557933+0000 mgr.y (mgr.14152) 85 : cephadm [INF] Detected new or changed devices on smithi067 2023-12-09T01:54:58.219 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:54:57 smithi067 bash[30830]: cephadm 2023-12-09T01:54:56.557933+0000 mgr.y (mgr.14152) 85 : cephadm [INF] Detected new or changed devices on smithi067 2023-12-09T01:54:59.218 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:54:58 smithi067 bash[25104]: cluster 2023-12-09T01:54:57.247402+0000 mgr.y (mgr.14152) 86 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-09T01:54:59.219 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:54:58 smithi125 bash[25274]: cluster 2023-12-09T01:54:57.247402+0000 mgr.y (mgr.14152) 86 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-09T01:54:59.219 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:54:58 smithi067 bash[30830]: cluster 2023-12-09T01:54:57.247402+0000 mgr.y (mgr.14152) 86 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-09T01:54:59.632 INFO:teuthology.orchestra.run.smithi067.stdout:Created osd(s) 0 on host 'smithi067' 2023-12-09T01:55:00.219 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:54:59 smithi125 bash[25274]: audit 2023-12-09T01:54:59.271293+0000 mon.a (mon.0) 324 : audit [INF] from='osd.0 [v2:172.21.15.67:6802/2738877494,v1:172.21.15.67:6803/2738877494]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-09T01:55:00.219 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:54:59 smithi125 bash[25274]: audit 2023-12-09T01:54:59.631283+0000 mon.a (mon.0) 325 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:55:00.219 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:54:59 smithi125 bash[25274]: audit 2023-12-09T01:54:59.649230+0000 mon.a (mon.0) 326 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T01:55:00.219 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:54:59 smithi125 bash[25274]: audit 2023-12-09T01:54:59.651940+0000 mon.a (mon.0) 327 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T01:55:00.219 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:54:59 smithi125 bash[25274]: audit 2023-12-09T01:54:59.653656+0000 mon.a (mon.0) 328 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T01:55:00.219 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:54:59 smithi125 bash[25274]: audit 2023-12-09T01:54:59.657535+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-09T01:55:00.219 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:54:59 smithi125 bash[25274]: audit 2023-12-09T01:54:59.667284+0000 mon.a (mon.0) 330 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:55:00.219 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:54:59 smithi125 bash[25274]: audit 2023-12-09T01:54:59.674471+0000 mon.a (mon.0) 331 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:55:00.219 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:54:59 smithi067 bash[25104]: audit 2023-12-09T01:54:59.271293+0000 mon.a (mon.0) 324 : audit [INF] from='osd.0 [v2:172.21.15.67:6802/2738877494,v1:172.21.15.67:6803/2738877494]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-09T01:55:00.220 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:54:59 smithi067 bash[25104]: audit 2023-12-09T01:54:59.631283+0000 mon.a (mon.0) 325 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:55:00.220 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:54:59 smithi067 bash[25104]: audit 2023-12-09T01:54:59.649230+0000 mon.a (mon.0) 326 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T01:55:00.220 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:54:59 smithi067 bash[25104]: audit 2023-12-09T01:54:59.651940+0000 mon.a (mon.0) 327 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T01:55:00.220 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:54:59 smithi067 bash[25104]: audit 2023-12-09T01:54:59.653656+0000 mon.a (mon.0) 328 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T01:55:00.220 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:54:59 smithi067 bash[25104]: audit 2023-12-09T01:54:59.657535+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-09T01:55:00.220 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:54:59 smithi067 bash[25104]: audit 2023-12-09T01:54:59.667284+0000 mon.a (mon.0) 330 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:55:00.220 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:54:59 smithi067 bash[25104]: audit 2023-12-09T01:54:59.674471+0000 mon.a (mon.0) 331 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:55:00.220 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:54:59 smithi067 bash[30830]: audit 2023-12-09T01:54:59.271293+0000 mon.a (mon.0) 324 : audit [INF] from='osd.0 [v2:172.21.15.67:6802/2738877494,v1:172.21.15.67:6803/2738877494]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-09T01:55:00.220 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:54:59 smithi067 bash[30830]: audit 2023-12-09T01:54:59.631283+0000 mon.a (mon.0) 325 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:55:00.220 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:54:59 smithi067 bash[30830]: audit 2023-12-09T01:54:59.649230+0000 mon.a (mon.0) 326 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T01:55:00.221 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:54:59 smithi067 bash[30830]: audit 2023-12-09T01:54:59.651940+0000 mon.a (mon.0) 327 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T01:55:00.221 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:54:59 smithi067 bash[30830]: audit 2023-12-09T01:54:59.653656+0000 mon.a (mon.0) 328 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T01:55:00.221 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:54:59 smithi067 bash[30830]: audit 2023-12-09T01:54:59.657535+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-09T01:55:00.221 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:54:59 smithi067 bash[30830]: audit 2023-12-09T01:54:59.667284+0000 mon.a (mon.0) 330 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:55:00.221 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:54:59 smithi067 bash[30830]: audit 2023-12-09T01:54:59.674471+0000 mon.a (mon.0) 331 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:55:00.244 DEBUG:teuthology.orchestra.run.smithi067:osd.0> sudo journalctl -f -n 0 -u ceph-6db93fb0-9635-11ee-95a3-87774f69a715@osd.0.service 2023-12-09T01:55:00.248 INFO:tasks.cephadm:Deploying osd.1 on smithi067 with /dev/vg_nvme/lv_3... 2023-12-09T01:55:00.248 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6db93fb0-9635-11ee-95a3-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2023-12-09T01:55:00.382 INFO:journalctl@ceph.osd.0.smithi067.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-12-09T01:55:01.218 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:55:00 smithi125 bash[25274]: cluster 2023-12-09T01:54:59.247804+0000 mgr.y (mgr.14152) 87 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-09T01:55:01.219 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:55:00 smithi125 bash[25274]: cephadm 2023-12-09T01:54:59.659301+0000 mgr.y (mgr.14152) 88 : cephadm [INF] Adjusting osd_memory_target on smithi067 to 15223M 2023-12-09T01:55:01.219 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:55:00 smithi125 bash[25274]: audit 2023-12-09T01:54:59.963301+0000 mon.a (mon.0) 332 : audit [INF] from='osd.0 [v2:172.21.15.67:6802/2738877494,v1:172.21.15.67:6803/2738877494]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-12-09T01:55:01.219 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:55:00 smithi125 bash[25274]: cluster 2023-12-09T01:54:59.963398+0000 mon.a (mon.0) 333 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2023-12-09T01:55:01.219 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:55:00 smithi125 bash[25274]: audit 2023-12-09T01:54:59.963619+0000 mon.a (mon.0) 334 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-09T01:55:01.219 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:55:00 smithi125 bash[25274]: audit 2023-12-09T01:54:59.964880+0000 mon.a (mon.0) 335 : audit [INF] from='osd.0 [v2:172.21.15.67:6802/2738877494,v1:172.21.15.67:6803/2738877494]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi067", "root=default"]}]: dispatch 2023-12-09T01:55:01.219 INFO:journalctl@ceph.osd.0.smithi067.stdout:Dec 09 01:55:00 smithi067 bash[34483]: debug 2023-12-09T01:55:00.970+0000 7f4c0a38b700 -1 osd.0 0 waiting for initial osdmap 2023-12-09T01:55:01.219 INFO:journalctl@ceph.osd.0.smithi067.stdout:Dec 09 01:55:00 smithi067 bash[34483]: debug 2023-12-09T01:55:00.974+0000 7f4c04d22700 -1 osd.0 7 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-09T01:55:01.219 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:55:00 smithi067 bash[25104]: cluster 2023-12-09T01:54:59.247804+0000 mgr.y (mgr.14152) 87 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-09T01:55:01.219 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:55:00 smithi067 bash[25104]: cephadm 2023-12-09T01:54:59.659301+0000 mgr.y (mgr.14152) 88 : cephadm [INF] Adjusting osd_memory_target on smithi067 to 15223M 2023-12-09T01:55:01.220 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:55:00 smithi067 bash[25104]: audit 2023-12-09T01:54:59.963301+0000 mon.a (mon.0) 332 : audit [INF] from='osd.0 [v2:172.21.15.67:6802/2738877494,v1:172.21.15.67:6803/2738877494]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-12-09T01:55:01.220 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:55:00 smithi067 bash[25104]: cluster 2023-12-09T01:54:59.963398+0000 mon.a (mon.0) 333 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2023-12-09T01:55:01.220 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:55:00 smithi067 bash[25104]: audit 2023-12-09T01:54:59.963619+0000 mon.a (mon.0) 334 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-09T01:55:01.220 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:55:00 smithi067 bash[25104]: audit 2023-12-09T01:54:59.964880+0000 mon.a (mon.0) 335 : audit [INF] from='osd.0 [v2:172.21.15.67:6802/2738877494,v1:172.21.15.67:6803/2738877494]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi067", "root=default"]}]: dispatch 2023-12-09T01:55:01.220 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:55:00 smithi067 bash[30830]: cluster 2023-12-09T01:54:59.247804+0000 mgr.y (mgr.14152) 87 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-09T01:55:01.220 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:55:00 smithi067 bash[30830]: cephadm 2023-12-09T01:54:59.659301+0000 mgr.y (mgr.14152) 88 : cephadm [INF] Adjusting osd_memory_target on smithi067 to 15223M 2023-12-09T01:55:01.220 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:55:00 smithi067 bash[30830]: audit 2023-12-09T01:54:59.963301+0000 mon.a (mon.0) 332 : audit [INF] from='osd.0 [v2:172.21.15.67:6802/2738877494,v1:172.21.15.67:6803/2738877494]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-12-09T01:55:01.220 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:55:00 smithi067 bash[30830]: cluster 2023-12-09T01:54:59.963398+0000 mon.a (mon.0) 333 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2023-12-09T01:55:01.220 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:55:00 smithi067 bash[30830]: audit 2023-12-09T01:54:59.963619+0000 mon.a (mon.0) 334 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-09T01:55:01.220 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:55:00 smithi067 bash[30830]: audit 2023-12-09T01:54:59.964880+0000 mon.a (mon.0) 335 : audit [INF] from='osd.0 [v2:172.21.15.67:6802/2738877494,v1:172.21.15.67:6803/2738877494]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi067", "root=default"]}]: dispatch 2023-12-09T01:55:02.218 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:55:01 smithi067 bash[25104]: audit 2023-12-09T01:55:00.964304+0000 mon.a (mon.0) 336 : audit [INF] from='osd.0 [v2:172.21.15.67:6802/2738877494,v1:172.21.15.67:6803/2738877494]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi067", "root=default"]}]': finished 2023-12-09T01:55:02.218 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:55:01 smithi067 bash[25104]: cluster 2023-12-09T01:55:00.964534+0000 mon.a (mon.0) 337 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2023-12-09T01:55:02.219 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:55:01 smithi067 bash[25104]: audit 2023-12-09T01:55:00.965252+0000 mon.a (mon.0) 338 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-09T01:55:02.219 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:55:01 smithi067 bash[25104]: audit 2023-12-09T01:55:00.974822+0000 mon.a (mon.0) 339 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-09T01:55:02.219 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:55:01 smithi067 bash[30830]: audit 2023-12-09T01:55:00.964304+0000 mon.a (mon.0) 336 : audit [INF] from='osd.0 [v2:172.21.15.67:6802/2738877494,v1:172.21.15.67:6803/2738877494]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi067", "root=default"]}]': finished 2023-12-09T01:55:02.219 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:55:01 smithi067 bash[30830]: cluster 2023-12-09T01:55:00.964534+0000 mon.a (mon.0) 337 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2023-12-09T01:55:02.219 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:55:01 smithi067 bash[30830]: audit 2023-12-09T01:55:00.965252+0000 mon.a (mon.0) 338 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-09T01:55:02.219 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:55:01 smithi067 bash[30830]: audit 2023-12-09T01:55:00.974822+0000 mon.a (mon.0) 339 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-09T01:55:02.469 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:55:01 smithi125 bash[25274]: audit 2023-12-09T01:55:00.964304+0000 mon.a (mon.0) 336 : audit [INF] from='osd.0 [v2:172.21.15.67:6802/2738877494,v1:172.21.15.67:6803/2738877494]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi067", "root=default"]}]': finished 2023-12-09T01:55:02.470 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:55:01 smithi125 bash[25274]: cluster 2023-12-09T01:55:00.964534+0000 mon.a (mon.0) 337 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2023-12-09T01:55:02.470 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:55:01 smithi125 bash[25274]: audit 2023-12-09T01:55:00.965252+0000 mon.a (mon.0) 338 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-09T01:55:02.470 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:55:01 smithi125 bash[25274]: audit 2023-12-09T01:55:00.974822+0000 mon.a (mon.0) 339 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-09T01:55:03.218 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:55:02 smithi067 bash[25104]: cluster 2023-12-09T01:55:00.280853+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-09T01:55:03.218 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:55:02 smithi067 bash[25104]: cluster 2023-12-09T01:55:00.280985+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-09T01:55:03.219 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:55:02 smithi067 bash[25104]: cluster 2023-12-09T01:55:01.248328+0000 mgr.y (mgr.14152) 89 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-09T01:55:03.219 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:55:02 smithi067 bash[25104]: cluster 2023-12-09T01:55:01.975022+0000 mon.a (mon.0) 340 : cluster [INF] osd.0 [v2:172.21.15.67:6802/2738877494,v1:172.21.15.67:6803/2738877494] boot 2023-12-09T01:55:03.219 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:55:02 smithi067 bash[25104]: cluster 2023-12-09T01:55:01.975177+0000 mon.a (mon.0) 341 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2023-12-09T01:55:03.219 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:55:02 smithi067 bash[25104]: audit 2023-12-09T01:55:01.976395+0000 mon.a (mon.0) 342 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-09T01:55:03.219 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:55:02 smithi067 bash[30830]: cluster 2023-12-09T01:55:00.280853+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-09T01:55:03.219 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:55:02 smithi067 bash[30830]: cluster 2023-12-09T01:55:00.280985+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-09T01:55:03.219 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:55:02 smithi067 bash[30830]: cluster 2023-12-09T01:55:01.248328+0000 mgr.y (mgr.14152) 89 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-09T01:55:03.219 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:55:02 smithi067 bash[30830]: cluster 2023-12-09T01:55:01.975022+0000 mon.a (mon.0) 340 : cluster [INF] osd.0 [v2:172.21.15.67:6802/2738877494,v1:172.21.15.67:6803/2738877494] boot 2023-12-09T01:55:03.219 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:55:02 smithi067 bash[30830]: cluster 2023-12-09T01:55:01.975177+0000 mon.a (mon.0) 341 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2023-12-09T01:55:03.219 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:55:02 smithi067 bash[30830]: audit 2023-12-09T01:55:01.976395+0000 mon.a (mon.0) 342 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-09T01:55:03.444 INFO:teuthology.orchestra.run.smithi067.stderr:--> Zapping: /dev/vg_nvme/lv_3 2023-12-09T01:55:03.444 INFO:teuthology.orchestra.run.smithi067.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2023-12-09T01:55:03.444 INFO:teuthology.orchestra.run.smithi067.stderr: stderr: 10+0 records in 2023-12-09T01:55:03.444 INFO:teuthology.orchestra.run.smithi067.stderr:10+0 records out 2023-12-09T01:55:03.444 INFO:teuthology.orchestra.run.smithi067.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.017481 s, 600 MB/s 2023-12-09T01:55:03.444 INFO:teuthology.orchestra.run.smithi067.stderr:--> Zapping successful for: 2023-12-09T01:55:03.468 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:55:02 smithi125 bash[25274]: cluster 2023-12-09T01:55:00.280853+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-09T01:55:03.468 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:55:02 smithi125 bash[25274]: cluster 2023-12-09T01:55:00.280985+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-09T01:55:03.468 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:55:02 smithi125 bash[25274]: cluster 2023-12-09T01:55:01.248328+0000 mgr.y (mgr.14152) 89 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-09T01:55:03.468 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:55:02 smithi125 bash[25274]: cluster 2023-12-09T01:55:01.975022+0000 mon.a (mon.0) 340 : cluster [INF] osd.0 [v2:172.21.15.67:6802/2738877494,v1:172.21.15.67:6803/2738877494] boot 2023-12-09T01:55:03.468 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:55:02 smithi125 bash[25274]: cluster 2023-12-09T01:55:01.975177+0000 mon.a (mon.0) 341 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2023-12-09T01:55:03.469 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:55:02 smithi125 bash[25274]: audit 2023-12-09T01:55:01.976395+0000 mon.a (mon.0) 342 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-09T01:55:04.113 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6db93fb0-9635-11ee-95a3-87774f69a715 -- ceph orch daemon add osd smithi067:vg_nvme/lv_3 2023-12-09T01:55:04.295 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:55:03 smithi125 bash[25274]: cluster 2023-12-09T01:55:02.995054+0000 mon.a (mon.0) 343 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2023-12-09T01:55:04.296 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:55:03 smithi067 bash[25104]: cluster 2023-12-09T01:55:02.995054+0000 mon.a (mon.0) 343 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2023-12-09T01:55:04.297 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:55:03 smithi067 bash[30830]: cluster 2023-12-09T01:55:02.995054+0000 mon.a (mon.0) 343 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2023-12-09T01:55:05.353 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:55:05 smithi125 bash[25274]: cluster 2023-12-09T01:55:03.248845+0000 mgr.y (mgr.14152) 90 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-09T01:55:05.393 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:55:05 smithi067 bash[30830]: cluster 2023-12-09T01:55:03.248845+0000 mgr.y (mgr.14152) 90 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-09T01:55:05.394 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:55:05 smithi067 bash[25104]: cluster 2023-12-09T01:55:03.248845+0000 mgr.y (mgr.14152) 90 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-09T01:55:07.468 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:55:07 smithi125 bash[25274]: cluster 2023-12-09T01:55:05.249341+0000 mgr.y (mgr.14152) 91 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-09T01:55:07.469 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:55:07 smithi067 bash[25104]: cluster 2023-12-09T01:55:05.249341+0000 mgr.y (mgr.14152) 91 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-09T01:55:07.469 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:55:07 smithi067 bash[30830]: cluster 2023-12-09T01:55:05.249341+0000 mgr.y (mgr.14152) 91 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-09T01:55:08.218 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:55:08 smithi125 bash[25274]: audit 2023-12-09T01:55:07.033432+0000 mgr.y (mgr.14152) 92 : audit [DBG] from='client.14238 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi067:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T01:55:08.218 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:55:08 smithi125 bash[25274]: audit 2023-12-09T01:55:07.039589+0000 mon.a (mon.0) 344 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-09T01:55:08.218 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:55:08 smithi125 bash[25274]: audit 2023-12-09T01:55:07.045437+0000 mon.a (mon.0) 345 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-09T01:55:08.219 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:55:08 smithi125 bash[25274]: audit 2023-12-09T01:55:07.046819+0000 mon.a (mon.0) 346 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T01:55:08.219 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:55:08 smithi125 bash[25274]: cluster 2023-12-09T01:55:07.249708+0000 mgr.y (mgr.14152) 93 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-09T01:55:08.468 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:55:08 smithi067 bash[25104]: audit 2023-12-09T01:55:07.033432+0000 mgr.y (mgr.14152) 92 : audit [DBG] from='client.14238 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi067:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T01:55:08.468 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:55:08 smithi067 bash[25104]: audit 2023-12-09T01:55:07.039589+0000 mon.a (mon.0) 344 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-09T01:55:08.469 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:55:08 smithi067 bash[25104]: audit 2023-12-09T01:55:07.045437+0000 mon.a (mon.0) 345 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-09T01:55:08.469 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:55:08 smithi067 bash[25104]: audit 2023-12-09T01:55:07.046819+0000 mon.a (mon.0) 346 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T01:55:08.469 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:55:08 smithi067 bash[25104]: cluster 2023-12-09T01:55:07.249708+0000 mgr.y (mgr.14152) 93 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-09T01:55:08.469 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:55:08 smithi067 bash[30830]: audit 2023-12-09T01:55:07.033432+0000 mgr.y (mgr.14152) 92 : audit [DBG] from='client.14238 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi067:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T01:55:08.469 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:55:08 smithi067 bash[30830]: audit 2023-12-09T01:55:07.039589+0000 mon.a (mon.0) 344 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-09T01:55:08.469 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:55:08 smithi067 bash[30830]: audit 2023-12-09T01:55:07.045437+0000 mon.a (mon.0) 345 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-09T01:55:08.469 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:55:08 smithi067 bash[30830]: audit 2023-12-09T01:55:07.046819+0000 mon.a (mon.0) 346 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T01:55:08.469 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:55:08 smithi067 bash[30830]: cluster 2023-12-09T01:55:07.249708+0000 mgr.y (mgr.14152) 93 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-09T01:55:09.392 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 01:55:09 smithi067 bash[25375]: 172.21.15.125 - - [09/Dec/2023:01:55:09] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-09T01:55:10.468 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:55:10 smithi125 bash[25274]: audit 2023-12-09T01:55:09.078055+0000 mon.a (mon.0) 347 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:55:10.469 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:55:10 smithi125 bash[25274]: audit 2023-12-09T01:55:09.085002+0000 mon.a (mon.0) 348 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:55:10.469 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:55:10 smithi125 bash[25274]: cluster 2023-12-09T01:55:09.250164+0000 mgr.y (mgr.14152) 94 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-09T01:55:10.491 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:55:10 smithi067 bash[30830]: audit 2023-12-09T01:55:09.078055+0000 mon.a (mon.0) 347 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:55:10.491 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:55:10 smithi067 bash[30830]: audit 2023-12-09T01:55:09.085002+0000 mon.a (mon.0) 348 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:55:10.492 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:55:10 smithi067 bash[30830]: cluster 2023-12-09T01:55:09.250164+0000 mgr.y (mgr.14152) 94 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-09T01:55:10.492 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:55:10 smithi067 bash[25104]: audit 2023-12-09T01:55:09.078055+0000 mon.a (mon.0) 347 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:55:10.492 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:55:10 smithi067 bash[25104]: audit 2023-12-09T01:55:09.085002+0000 mon.a (mon.0) 348 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:55:10.492 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:55:10 smithi067 bash[25104]: cluster 2023-12-09T01:55:09.250164+0000 mgr.y (mgr.14152) 94 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-09T01:55:13.218 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:55:12 smithi125 bash[25274]: cluster 2023-12-09T01:55:11.250672+0000 mgr.y (mgr.14152) 95 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-09T01:55:13.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:55:12 smithi067 bash[25104]: cluster 2023-12-09T01:55:11.250672+0000 mgr.y (mgr.14152) 95 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-09T01:55:13.221 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:55:12 smithi067 bash[30830]: cluster 2023-12-09T01:55:11.250672+0000 mgr.y (mgr.14152) 95 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-09T01:55:14.968 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:55:14 smithi067 bash[25104]: cluster 2023-12-09T01:55:13.251278+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-09T01:55:14.968 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:55:14 smithi067 bash[30830]: cluster 2023-12-09T01:55:13.251278+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-09T01:55:15.218 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:55:14 smithi125 bash[25274]: cluster 2023-12-09T01:55:13.251278+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-09T01:55:15.448 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 01:55:15 smithi067 bash[25375]: 172.21.15.67 - - [09/Dec/2023:01:55:15] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-09T01:55:16.718 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:55:16 smithi067 bash[25104]: cluster 2023-12-09T01:55:15.251933+0000 mgr.y (mgr.14152) 97 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-09T01:55:16.719 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:55:16 smithi067 bash[25104]: audit 2023-12-09T01:55:15.312537+0000 mon.a (mon.0) 349 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:55:16.719 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:55:16 smithi067 bash[25104]: audit 2023-12-09T01:55:15.322171+0000 mon.a (mon.0) 350 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:55:16.719 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:55:16 smithi125 bash[25274]: cluster 2023-12-09T01:55:15.251933+0000 mgr.y (mgr.14152) 97 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-09T01:55:16.719 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:55:16 smithi125 bash[25274]: audit 2023-12-09T01:55:15.312537+0000 mon.a (mon.0) 349 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:55:16.719 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:55:16 smithi125 bash[25274]: audit 2023-12-09T01:55:15.322171+0000 mon.a (mon.0) 350 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:55:16.719 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:55:16 smithi067 bash[30830]: cluster 2023-12-09T01:55:15.251933+0000 mgr.y (mgr.14152) 97 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-09T01:55:16.719 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:55:16 smithi067 bash[30830]: audit 2023-12-09T01:55:15.312537+0000 mon.a (mon.0) 349 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:55:16.719 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:55:16 smithi067 bash[30830]: audit 2023-12-09T01:55:15.322171+0000 mon.a (mon.0) 350 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:55:17.719 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:55:17 smithi067 bash[25104]: audit 2023-12-09T01:55:16.313047+0000 mon.c (mon.1) 5 : audit [INF] from='client.? 172.21.15.67:0/2668652500' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5c739adf-29f0-46c9-a387-865520772bd2"}]: dispatch 2023-12-09T01:55:17.719 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:55:17 smithi067 bash[25104]: audit 2023-12-09T01:55:16.321032+0000 mon.a (mon.0) 351 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5c739adf-29f0-46c9-a387-865520772bd2"}]: dispatch 2023-12-09T01:55:17.719 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:55:17 smithi067 bash[25104]: audit 2023-12-09T01:55:16.332755+0000 mon.a (mon.0) 352 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "5c739adf-29f0-46c9-a387-865520772bd2"}]': finished 2023-12-09T01:55:17.719 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:55:17 smithi067 bash[25104]: cluster 2023-12-09T01:55:16.333005+0000 mon.a (mon.0) 353 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2023-12-09T01:55:17.719 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:55:17 smithi067 bash[25104]: audit 2023-12-09T01:55:16.333265+0000 mon.a (mon.0) 354 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-09T01:55:17.719 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:55:17 smithi067 bash[25104]: audit 2023-12-09T01:55:17.089049+0000 mon.c (mon.1) 6 : audit [DBG] from='client.? 172.21.15.67:0/2750289297' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-09T01:55:17.719 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:55:17 smithi067 bash[25104]: audit 2023-12-09T01:55:17.305737+0000 mon.a (mon.0) 355 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-09T01:55:17.719 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:55:17 smithi067 bash[25104]: audit 2023-12-09T01:55:17.307692+0000 mon.a (mon.0) 356 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-09T01:55:17.719 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:55:17 smithi125 bash[25274]: audit 2023-12-09T01:55:16.313047+0000 mon.c (mon.1) 5 : audit [INF] from='client.? 172.21.15.67:0/2668652500' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5c739adf-29f0-46c9-a387-865520772bd2"}]: dispatch 2023-12-09T01:55:17.719 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:55:17 smithi125 bash[25274]: audit 2023-12-09T01:55:16.321032+0000 mon.a (mon.0) 351 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5c739adf-29f0-46c9-a387-865520772bd2"}]: dispatch 2023-12-09T01:55:17.720 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:55:17 smithi125 bash[25274]: audit 2023-12-09T01:55:16.332755+0000 mon.a (mon.0) 352 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "5c739adf-29f0-46c9-a387-865520772bd2"}]': finished 2023-12-09T01:55:17.720 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:55:17 smithi125 bash[25274]: cluster 2023-12-09T01:55:16.333005+0000 mon.a (mon.0) 353 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2023-12-09T01:55:17.720 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:55:17 smithi125 bash[25274]: audit 2023-12-09T01:55:16.333265+0000 mon.a (mon.0) 354 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-09T01:55:17.720 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:55:17 smithi125 bash[25274]: audit 2023-12-09T01:55:17.089049+0000 mon.c (mon.1) 6 : audit [DBG] from='client.? 172.21.15.67:0/2750289297' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-09T01:55:17.720 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:55:17 smithi125 bash[25274]: audit 2023-12-09T01:55:17.305737+0000 mon.a (mon.0) 355 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-09T01:55:17.720 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:55:17 smithi125 bash[25274]: audit 2023-12-09T01:55:17.307692+0000 mon.a (mon.0) 356 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-09T01:55:17.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:55:17 smithi067 bash[30830]: audit 2023-12-09T01:55:16.313047+0000 mon.c (mon.1) 5 : audit [INF] from='client.? 172.21.15.67:0/2668652500' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5c739adf-29f0-46c9-a387-865520772bd2"}]: dispatch 2023-12-09T01:55:17.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:55:17 smithi067 bash[30830]: audit 2023-12-09T01:55:16.321032+0000 mon.a (mon.0) 351 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5c739adf-29f0-46c9-a387-865520772bd2"}]: dispatch 2023-12-09T01:55:17.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:55:17 smithi067 bash[30830]: audit 2023-12-09T01:55:16.332755+0000 mon.a (mon.0) 352 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "5c739adf-29f0-46c9-a387-865520772bd2"}]': finished 2023-12-09T01:55:17.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:55:17 smithi067 bash[30830]: cluster 2023-12-09T01:55:16.333005+0000 mon.a (mon.0) 353 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2023-12-09T01:55:17.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:55:17 smithi067 bash[30830]: audit 2023-12-09T01:55:16.333265+0000 mon.a (mon.0) 354 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-09T01:55:17.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:55:17 smithi067 bash[30830]: audit 2023-12-09T01:55:17.089049+0000 mon.c (mon.1) 6 : audit [DBG] from='client.? 172.21.15.67:0/2750289297' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-09T01:55:17.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:55:17 smithi067 bash[30830]: audit 2023-12-09T01:55:17.305737+0000 mon.a (mon.0) 355 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-09T01:55:17.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:55:17 smithi067 bash[30830]: audit 2023-12-09T01:55:17.307692+0000 mon.a (mon.0) 356 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-09T01:55:18.718 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:55:18 smithi067 bash[25104]: cluster 2023-12-09T01:55:17.252413+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-09T01:55:18.719 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:55:18 smithi125 bash[25274]: cluster 2023-12-09T01:55:17.252413+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-09T01:55:18.719 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:55:18 smithi067 bash[30830]: cluster 2023-12-09T01:55:17.252413+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-09T01:55:20.718 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:55:20 smithi125 bash[25274]: cluster 2023-12-09T01:55:19.252935+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-09T01:55:20.719 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:55:20 smithi067 bash[25104]: cluster 2023-12-09T01:55:19.252935+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-09T01:55:20.719 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:55:20 smithi067 bash[30830]: cluster 2023-12-09T01:55:19.252935+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-09T01:55:23.218 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:55:22 smithi067 bash[25104]: cluster 2023-12-09T01:55:21.253432+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-09T01:55:23.219 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:55:22 smithi067 bash[30830]: cluster 2023-12-09T01:55:21.253432+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-09T01:55:23.219 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:55:22 smithi125 bash[25274]: cluster 2023-12-09T01:55:21.253432+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-09T01:55:25.218 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:55:24 smithi125 bash[25274]: cluster 2023-12-09T01:55:23.253937+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-09T01:55:25.219 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:55:24 smithi067 bash[25104]: cluster 2023-12-09T01:55:23.253937+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-09T01:55:25.219 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:55:24 smithi067 bash[30830]: cluster 2023-12-09T01:55:23.253937+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-09T01:55:26.956 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:55:26 smithi067 bash[30830]: cluster 2023-12-09T01:55:25.254482+0000 mgr.y (mgr.14152) 102 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-09T01:55:26.956 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:55:26 smithi067 bash[30830]: audit 2023-12-09T01:55:26.713244+0000 mon.a (mon.0) 357 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-12-09T01:55:26.958 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:55:26 smithi067 bash[25104]: cluster 2023-12-09T01:55:25.254482+0000 mgr.y (mgr.14152) 102 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-09T01:55:26.958 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:55:26 smithi067 bash[25104]: audit 2023-12-09T01:55:26.713244+0000 mon.a (mon.0) 357 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-12-09T01:55:26.958 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:55:26 smithi067 bash[25104]: audit 2023-12-09T01:55:26.715129+0000 mon.a (mon.0) 358 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T01:55:27.218 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:55:26 smithi067 bash[30830]: audit 2023-12-09T01:55:26.715129+0000 mon.a (mon.0) 358 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T01:55:27.219 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:55:26 smithi125 bash[25274]: cluster 2023-12-09T01:55:25.254482+0000 mgr.y (mgr.14152) 102 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-09T01:55:27.219 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:55:26 smithi125 bash[25274]: audit 2023-12-09T01:55:26.713244+0000 mon.a (mon.0) 357 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-12-09T01:55:27.219 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:55:26 smithi125 bash[25274]: audit 2023-12-09T01:55:26.715129+0000 mon.a (mon.0) 358 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T01:55:28.199 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:55:27 smithi067 bash[25104]: cephadm 2023-12-09T01:55:26.716479+0000 mgr.y (mgr.14152) 103 : cephadm [INF] Deploying daemon osd.1 on smithi067 2023-12-09T01:55:28.199 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:55:27 smithi067 bash[30830]: cephadm 2023-12-09T01:55:26.716479+0000 mgr.y (mgr.14152) 103 : cephadm [INF] Deploying daemon osd.1 on smithi067 2023-12-09T01:55:28.222 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:55:27 smithi125 bash[25274]: cephadm 2023-12-09T01:55:26.716479+0000 mgr.y (mgr.14152) 103 : cephadm [INF] Deploying daemon osd.1 on smithi067 2023-12-09T01:55:29.218 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:55:28 smithi125 bash[25274]: cluster 2023-12-09T01:55:27.254933+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-09T01:55:29.251 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:55:28 smithi067 bash[25104]: cluster 2023-12-09T01:55:27.254933+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-09T01:55:29.251 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:55:28 smithi067 bash[30830]: cluster 2023-12-09T01:55:27.254933+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-09T01:55:29.718 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 01:55:29 smithi067 bash[25375]: 172.21.15.125 - - [09/Dec/2023:01:55:29] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-09T01:55:30.315 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:55:30 smithi067 bash[25104]: audit 2023-12-09T01:55:29.228634+0000 mon.a (mon.0) 359 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:55:30.315 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:55:30 smithi067 bash[25104]: audit 2023-12-09T01:55:29.236856+0000 mon.a (mon.0) 360 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:55:30.315 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:55:30 smithi067 bash[25104]: cluster 2023-12-09T01:55:29.255350+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-09T01:55:30.315 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:55:30 smithi067 bash[30830]: audit 2023-12-09T01:55:29.228634+0000 mon.a (mon.0) 359 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:55:30.316 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:55:30 smithi067 bash[30830]: audit 2023-12-09T01:55:29.236856+0000 mon.a (mon.0) 360 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:55:30.316 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:55:30 smithi067 bash[30830]: cluster 2023-12-09T01:55:29.255350+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-09T01:55:30.718 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:55:30 smithi125 bash[25274]: audit 2023-12-09T01:55:29.228634+0000 mon.a (mon.0) 359 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:55:30.718 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:55:30 smithi125 bash[25274]: audit 2023-12-09T01:55:29.236856+0000 mon.a (mon.0) 360 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:55:30.719 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:55:30 smithi125 bash[25274]: cluster 2023-12-09T01:55:29.255350+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-09T01:55:33.218 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:55:32 smithi067 bash[25104]: cluster 2023-12-09T01:55:31.255860+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-09T01:55:33.219 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:55:32 smithi067 bash[25104]: audit 2023-12-09T01:55:32.023325+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:55:33.219 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:55:32 smithi067 bash[25104]: audit 2023-12-09T01:55:32.026652+0000 mon.a (mon.0) 362 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T01:55:33.219 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:55:32 smithi067 bash[25104]: audit 2023-12-09T01:55:32.029212+0000 mon.a (mon.0) 363 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T01:55:33.219 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:55:32 smithi067 bash[25104]: audit 2023-12-09T01:55:32.030270+0000 mon.a (mon.0) 364 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T01:55:33.219 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:55:32 smithi067 bash[25104]: audit 2023-12-09T01:55:32.037015+0000 mon.a (mon.0) 365 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:55:33.219 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:55:32 smithi067 bash[30830]: cluster 2023-12-09T01:55:31.255860+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-09T01:55:33.219 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:55:32 smithi067 bash[30830]: audit 2023-12-09T01:55:32.023325+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:55:33.219 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:55:32 smithi067 bash[30830]: audit 2023-12-09T01:55:32.026652+0000 mon.a (mon.0) 362 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T01:55:33.219 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:55:32 smithi067 bash[30830]: audit 2023-12-09T01:55:32.029212+0000 mon.a (mon.0) 363 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T01:55:33.219 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:55:32 smithi067 bash[30830]: audit 2023-12-09T01:55:32.030270+0000 mon.a (mon.0) 364 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T01:55:33.220 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:55:32 smithi067 bash[30830]: audit 2023-12-09T01:55:32.037015+0000 mon.a (mon.0) 365 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:55:33.220 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:55:32 smithi125 bash[25274]: cluster 2023-12-09T01:55:31.255860+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-09T01:55:33.220 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:55:32 smithi125 bash[25274]: audit 2023-12-09T01:55:32.023325+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:55:33.220 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:55:32 smithi125 bash[25274]: audit 2023-12-09T01:55:32.026652+0000 mon.a (mon.0) 362 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T01:55:33.220 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:55:32 smithi125 bash[25274]: audit 2023-12-09T01:55:32.029212+0000 mon.a (mon.0) 363 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T01:55:33.220 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:55:32 smithi125 bash[25274]: audit 2023-12-09T01:55:32.030270+0000 mon.a (mon.0) 364 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T01:55:33.220 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:55:32 smithi125 bash[25274]: audit 2023-12-09T01:55:32.037015+0000 mon.a (mon.0) 365 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:55:35.218 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:55:35 smithi067 bash[25104]: cluster 2023-12-09T01:55:33.256377+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-09T01:55:35.218 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:55:35 smithi067 bash[30830]: cluster 2023-12-09T01:55:33.256377+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-09T01:55:35.219 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:55:34 smithi125 bash[25274]: cluster 2023-12-09T01:55:33.256377+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-09T01:55:35.719 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 01:55:35 smithi067 bash[25375]: 172.21.15.67 - - [09/Dec/2023:01:55:35] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-09T01:55:36.718 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:55:36 smithi067 bash[30830]: cluster 2023-12-09T01:55:35.256893+0000 mgr.y (mgr.14152) 108 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-09T01:55:36.718 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:55:36 smithi067 bash[30830]: audit 2023-12-09T01:55:35.445560+0000 mon.a (mon.0) 366 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:55:36.718 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:55:36 smithi067 bash[30830]: audit 2023-12-09T01:55:35.453885+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:55:36.718 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:55:36 smithi067 bash[30830]: audit 2023-12-09T01:55:35.464050+0000 mon.a (mon.0) 368 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T01:55:36.719 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:55:36 smithi067 bash[30830]: audit 2023-12-09T01:55:35.466359+0000 mon.a (mon.0) 369 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T01:55:36.719 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:55:36 smithi067 bash[30830]: audit 2023-12-09T01:55:35.467702+0000 mon.a (mon.0) 370 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T01:55:36.719 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:55:36 smithi067 bash[30830]: audit 2023-12-09T01:55:35.475946+0000 mon.a (mon.0) 371 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:55:36.719 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:55:36 smithi067 bash[25104]: cluster 2023-12-09T01:55:35.256893+0000 mgr.y (mgr.14152) 108 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-09T01:55:36.719 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:55:36 smithi067 bash[25104]: audit 2023-12-09T01:55:35.445560+0000 mon.a (mon.0) 366 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:55:36.719 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:55:36 smithi067 bash[25104]: audit 2023-12-09T01:55:35.453885+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:55:36.719 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:55:36 smithi067 bash[25104]: audit 2023-12-09T01:55:35.464050+0000 mon.a (mon.0) 368 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T01:55:36.719 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:55:36 smithi067 bash[25104]: audit 2023-12-09T01:55:35.466359+0000 mon.a (mon.0) 369 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T01:55:36.719 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:55:36 smithi067 bash[25104]: audit 2023-12-09T01:55:35.467702+0000 mon.a (mon.0) 370 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T01:55:36.719 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:55:36 smithi067 bash[25104]: audit 2023-12-09T01:55:35.475946+0000 mon.a (mon.0) 371 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:55:36.720 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:55:36 smithi125 bash[25274]: cluster 2023-12-09T01:55:35.256893+0000 mgr.y (mgr.14152) 108 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-09T01:55:36.720 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:55:36 smithi125 bash[25274]: audit 2023-12-09T01:55:35.445560+0000 mon.a (mon.0) 366 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:55:36.720 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:55:36 smithi125 bash[25274]: audit 2023-12-09T01:55:35.453885+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:55:36.720 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:55:36 smithi125 bash[25274]: audit 2023-12-09T01:55:35.464050+0000 mon.a (mon.0) 368 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T01:55:36.720 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:55:36 smithi125 bash[25274]: audit 2023-12-09T01:55:35.466359+0000 mon.a (mon.0) 369 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T01:55:36.720 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:55:36 smithi125 bash[25274]: audit 2023-12-09T01:55:35.467702+0000 mon.a (mon.0) 370 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T01:55:36.720 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:55:36 smithi125 bash[25274]: audit 2023-12-09T01:55:35.475946+0000 mon.a (mon.0) 371 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:55:37.808 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 01:55:37 smithi067 bash[25375]: 172.21.15.67 - - [09/Dec/2023:01:55:37] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-09T01:55:38.718 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:55:38 smithi067 bash[25104]: cluster 2023-12-09T01:55:37.257359+0000 mgr.y (mgr.14152) 109 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-09T01:55:38.718 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:55:38 smithi067 bash[25104]: audit 2023-12-09T01:55:37.466623+0000 mon.a (mon.0) 372 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:55:38.718 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:55:38 smithi067 bash[25104]: cephadm 2023-12-09T01:55:37.468048+0000 mgr.y (mgr.14152) 110 : cephadm [INF] Detected new or changed devices on smithi067 2023-12-09T01:55:38.718 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:55:38 smithi067 bash[25104]: audit 2023-12-09T01:55:37.474337+0000 mon.a (mon.0) 373 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:55:38.718 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:55:38 smithi067 bash[25104]: audit 2023-12-09T01:55:37.498906+0000 mon.a (mon.0) 374 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T01:55:38.718 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:55:38 smithi067 bash[25104]: audit 2023-12-09T01:55:37.501031+0000 mon.a (mon.0) 375 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T01:55:38.719 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:55:38 smithi067 bash[25104]: audit 2023-12-09T01:55:37.502441+0000 mon.a (mon.0) 376 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T01:55:38.719 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:55:38 smithi067 bash[25104]: audit 2023-12-09T01:55:37.511941+0000 mon.a (mon.0) 377 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:55:38.719 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:55:38 smithi067 bash[30830]: cluster 2023-12-09T01:55:37.257359+0000 mgr.y (mgr.14152) 109 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-09T01:55:38.719 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:55:38 smithi067 bash[30830]: audit 2023-12-09T01:55:37.466623+0000 mon.a (mon.0) 372 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:55:38.719 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:55:38 smithi067 bash[30830]: cephadm 2023-12-09T01:55:37.468048+0000 mgr.y (mgr.14152) 110 : cephadm [INF] Detected new or changed devices on smithi067 2023-12-09T01:55:38.719 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:55:38 smithi067 bash[30830]: audit 2023-12-09T01:55:37.474337+0000 mon.a (mon.0) 373 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:55:38.719 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:55:38 smithi067 bash[30830]: audit 2023-12-09T01:55:37.498906+0000 mon.a (mon.0) 374 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T01:55:38.719 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:55:38 smithi067 bash[30830]: audit 2023-12-09T01:55:37.501031+0000 mon.a (mon.0) 375 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T01:55:38.719 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:55:38 smithi067 bash[30830]: audit 2023-12-09T01:55:37.502441+0000 mon.a (mon.0) 376 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T01:55:38.719 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:55:38 smithi067 bash[30830]: audit 2023-12-09T01:55:37.511941+0000 mon.a (mon.0) 377 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:55:38.720 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:55:38 smithi125 bash[25274]: cluster 2023-12-09T01:55:37.257359+0000 mgr.y (mgr.14152) 109 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-09T01:55:38.720 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:55:38 smithi125 bash[25274]: audit 2023-12-09T01:55:37.466623+0000 mon.a (mon.0) 372 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:55:38.720 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:55:38 smithi125 bash[25274]: cephadm 2023-12-09T01:55:37.468048+0000 mgr.y (mgr.14152) 110 : cephadm [INF] Detected new or changed devices on smithi067 2023-12-09T01:55:38.720 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:55:38 smithi125 bash[25274]: audit 2023-12-09T01:55:37.474337+0000 mon.a (mon.0) 373 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:55:38.720 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:55:38 smithi125 bash[25274]: audit 2023-12-09T01:55:37.498906+0000 mon.a (mon.0) 374 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T01:55:38.720 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:55:38 smithi125 bash[25274]: audit 2023-12-09T01:55:37.501031+0000 mon.a (mon.0) 375 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T01:55:38.720 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:55:38 smithi125 bash[25274]: audit 2023-12-09T01:55:37.502441+0000 mon.a (mon.0) 376 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T01:55:38.720 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:55:38 smithi125 bash[25274]: audit 2023-12-09T01:55:37.511941+0000 mon.a (mon.0) 377 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:55:39.634 INFO:teuthology.orchestra.run.smithi067.stdout:Created osd(s) 1 on host 'smithi067' 2023-12-09T01:55:40.249 DEBUG:teuthology.orchestra.run.smithi067:osd.1> sudo journalctl -f -n 0 -u ceph-6db93fb0-9635-11ee-95a3-87774f69a715@osd.1.service 2023-12-09T01:55:40.251 INFO:tasks.cephadm:Deploying osd.2 on smithi067 with /dev/vg_nvme/lv_2... 2023-12-09T01:55:40.251 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6db93fb0-9635-11ee-95a3-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_2 2023-12-09T01:55:40.364 INFO:journalctl@ceph.osd.1.smithi067.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-12-09T01:55:40.815 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:55:40 smithi067 bash[25104]: cluster 2023-12-09T01:55:39.257924+0000 mgr.y (mgr.14152) 111 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-09T01:55:40.815 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:55:40 smithi067 bash[25104]: audit 2023-12-09T01:55:39.633539+0000 mon.a (mon.0) 378 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:55:40.815 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:55:40 smithi067 bash[25104]: audit 2023-12-09T01:55:39.635392+0000 mon.a (mon.0) 379 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T01:55:40.815 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:55:40 smithi067 bash[25104]: audit 2023-12-09T01:55:39.638452+0000 mon.a (mon.0) 380 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T01:55:40.816 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:55:40 smithi067 bash[25104]: audit 2023-12-09T01:55:39.640568+0000 mon.a (mon.0) 381 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T01:55:40.816 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:55:40 smithi067 bash[25104]: audit 2023-12-09T01:55:39.644480+0000 mon.a (mon.0) 382 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-09T01:55:40.816 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:55:40 smithi067 bash[25104]: audit 2023-12-09T01:55:39.646025+0000 mon.a (mon.0) 383 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-09T01:55:40.816 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:55:40 smithi067 bash[25104]: cephadm 2023-12-09T01:55:39.647039+0000 mgr.y (mgr.14152) 112 : cephadm [INF] Adjusting osd_memory_target on smithi067 to 7611M 2023-12-09T01:55:40.816 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:55:40 smithi067 bash[25104]: audit 2023-12-09T01:55:39.654261+0000 mon.a (mon.0) 384 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:55:40.816 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:55:40 smithi067 bash[25104]: audit 2023-12-09T01:55:39.661965+0000 mon.a (mon.0) 385 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:55:40.816 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:55:40 smithi067 bash[30830]: cluster 2023-12-09T01:55:39.257924+0000 mgr.y (mgr.14152) 111 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-09T01:55:40.816 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:55:40 smithi067 bash[30830]: audit 2023-12-09T01:55:39.633539+0000 mon.a (mon.0) 378 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:55:40.816 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:55:40 smithi067 bash[30830]: audit 2023-12-09T01:55:39.635392+0000 mon.a (mon.0) 379 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T01:55:40.816 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:55:40 smithi067 bash[30830]: audit 2023-12-09T01:55:39.638452+0000 mon.a (mon.0) 380 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T01:55:40.817 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:55:40 smithi067 bash[30830]: audit 2023-12-09T01:55:39.640568+0000 mon.a (mon.0) 381 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T01:55:40.817 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:55:40 smithi067 bash[30830]: audit 2023-12-09T01:55:39.644480+0000 mon.a (mon.0) 382 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-09T01:55:40.817 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:55:40 smithi067 bash[30830]: audit 2023-12-09T01:55:39.646025+0000 mon.a (mon.0) 383 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-09T01:55:40.817 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:55:40 smithi067 bash[30830]: cephadm 2023-12-09T01:55:39.647039+0000 mgr.y (mgr.14152) 112 : cephadm [INF] Adjusting osd_memory_target on smithi067 to 7611M 2023-12-09T01:55:40.817 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:55:40 smithi067 bash[30830]: audit 2023-12-09T01:55:39.654261+0000 mon.a (mon.0) 384 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:55:40.817 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:55:40 smithi067 bash[30830]: audit 2023-12-09T01:55:39.661965+0000 mon.a (mon.0) 385 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:55:40.968 INFO:journalctl@ceph.osd.1.smithi067.stdout:Dec 09 01:55:40 smithi067 bash[37935]: debug 2023-12-09T01:55:40.809+0000 7f8fac6a73c0 -1 osd.1 0 log_to_monitors true 2023-12-09T01:55:40.969 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:55:40 smithi125 bash[25274]: cluster 2023-12-09T01:55:39.257924+0000 mgr.y (mgr.14152) 111 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-09T01:55:40.969 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:55:40 smithi125 bash[25274]: audit 2023-12-09T01:55:39.633539+0000 mon.a (mon.0) 378 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:55:40.969 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:55:40 smithi125 bash[25274]: audit 2023-12-09T01:55:39.635392+0000 mon.a (mon.0) 379 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T01:55:40.969 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:55:40 smithi125 bash[25274]: audit 2023-12-09T01:55:39.638452+0000 mon.a (mon.0) 380 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T01:55:40.969 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:55:40 smithi125 bash[25274]: audit 2023-12-09T01:55:39.640568+0000 mon.a (mon.0) 381 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T01:55:40.969 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:55:40 smithi125 bash[25274]: audit 2023-12-09T01:55:39.644480+0000 mon.a (mon.0) 382 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-09T01:55:40.969 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:55:40 smithi125 bash[25274]: audit 2023-12-09T01:55:39.646025+0000 mon.a (mon.0) 383 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-09T01:55:40.969 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:55:40 smithi125 bash[25274]: cephadm 2023-12-09T01:55:39.647039+0000 mgr.y (mgr.14152) 112 : cephadm [INF] Adjusting osd_memory_target on smithi067 to 7611M 2023-12-09T01:55:40.969 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:55:40 smithi125 bash[25274]: audit 2023-12-09T01:55:39.654261+0000 mon.a (mon.0) 384 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:55:40.969 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:55:40 smithi125 bash[25274]: audit 2023-12-09T01:55:39.661965+0000 mon.a (mon.0) 385 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:55:41.968 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:55:41 smithi067 bash[25104]: audit 2023-12-09T01:55:40.822041+0000 mon.c (mon.1) 7 : audit [INF] from='osd.1 [v2:172.21.15.67:6810/1163367759,v1:172.21.15.67:6811/1163367759]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-09T01:55:41.968 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:55:41 smithi067 bash[25104]: audit 2023-12-09T01:55:40.822971+0000 mon.a (mon.0) 386 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-09T01:55:41.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:55:41 smithi067 bash[30830]: audit 2023-12-09T01:55:40.822041+0000 mon.c (mon.1) 7 : audit [INF] from='osd.1 [v2:172.21.15.67:6810/1163367759,v1:172.21.15.67:6811/1163367759]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-09T01:55:41.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:55:41 smithi067 bash[30830]: audit 2023-12-09T01:55:40.822971+0000 mon.a (mon.0) 386 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-09T01:55:41.969 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:55:41 smithi125 bash[25274]: audit 2023-12-09T01:55:40.822041+0000 mon.c (mon.1) 7 : audit [INF] from='osd.1 [v2:172.21.15.67:6810/1163367759,v1:172.21.15.67:6811/1163367759]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-09T01:55:41.969 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:55:41 smithi125 bash[25274]: audit 2023-12-09T01:55:40.822971+0000 mon.a (mon.0) 386 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-09T01:55:42.968 INFO:journalctl@ceph.osd.1.smithi067.stdout:Dec 09 01:55:42 smithi067 bash[37935]: debug 2023-12-09T01:55:42.657+0000 7f8fa30aa700 -1 osd.1 0 waiting for initial osdmap 2023-12-09T01:55:42.968 INFO:journalctl@ceph.osd.1.smithi067.stdout:Dec 09 01:55:42 smithi067 bash[37935]: debug 2023-12-09T01:55:42.661+0000 7f8f9ca3f700 -1 osd.1 12 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-09T01:55:42.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:55:42 smithi067 bash[30830]: cluster 2023-12-09T01:55:41.258372+0000 mgr.y (mgr.14152) 113 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-09T01:55:42.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:55:42 smithi067 bash[30830]: audit 2023-12-09T01:55:41.645352+0000 mon.a (mon.0) 387 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-12-09T01:55:42.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:55:42 smithi067 bash[30830]: cluster 2023-12-09T01:55:41.645495+0000 mon.a (mon.0) 388 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2023-12-09T01:55:42.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:55:42 smithi067 bash[30830]: audit 2023-12-09T01:55:41.645673+0000 mon.a (mon.0) 389 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-09T01:55:42.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:55:42 smithi067 bash[30830]: audit 2023-12-09T01:55:41.647475+0000 mon.c (mon.1) 8 : audit [INF] from='osd.1 [v2:172.21.15.67:6810/1163367759,v1:172.21.15.67:6811/1163367759]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi067", "root=default"]}]: dispatch 2023-12-09T01:55:42.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:55:42 smithi067 bash[30830]: audit 2023-12-09T01:55:41.648053+0000 mon.a (mon.0) 390 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi067", "root=default"]}]: dispatch 2023-12-09T01:55:42.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:55:42 smithi067 bash[25104]: cluster 2023-12-09T01:55:41.258372+0000 mgr.y (mgr.14152) 113 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-09T01:55:42.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:55:42 smithi067 bash[25104]: audit 2023-12-09T01:55:41.645352+0000 mon.a (mon.0) 387 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-12-09T01:55:42.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:55:42 smithi067 bash[25104]: cluster 2023-12-09T01:55:41.645495+0000 mon.a (mon.0) 388 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2023-12-09T01:55:42.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:55:42 smithi067 bash[25104]: audit 2023-12-09T01:55:41.645673+0000 mon.a (mon.0) 389 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-09T01:55:42.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:55:42 smithi067 bash[25104]: audit 2023-12-09T01:55:41.647475+0000 mon.c (mon.1) 8 : audit [INF] from='osd.1 [v2:172.21.15.67:6810/1163367759,v1:172.21.15.67:6811/1163367759]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi067", "root=default"]}]: dispatch 2023-12-09T01:55:42.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:55:42 smithi067 bash[25104]: audit 2023-12-09T01:55:41.648053+0000 mon.a (mon.0) 390 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi067", "root=default"]}]: dispatch 2023-12-09T01:55:42.970 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:55:42 smithi125 bash[25274]: cluster 2023-12-09T01:55:41.258372+0000 mgr.y (mgr.14152) 113 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-09T01:55:42.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:55:42 smithi125 bash[25274]: audit 2023-12-09T01:55:41.645352+0000 mon.a (mon.0) 387 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-12-09T01:55:42.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:55:42 smithi125 bash[25274]: cluster 2023-12-09T01:55:41.645495+0000 mon.a (mon.0) 388 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2023-12-09T01:55:42.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:55:42 smithi125 bash[25274]: audit 2023-12-09T01:55:41.645673+0000 mon.a (mon.0) 389 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-09T01:55:42.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:55:42 smithi125 bash[25274]: audit 2023-12-09T01:55:41.647475+0000 mon.c (mon.1) 8 : audit [INF] from='osd.1 [v2:172.21.15.67:6810/1163367759,v1:172.21.15.67:6811/1163367759]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi067", "root=default"]}]: dispatch 2023-12-09T01:55:42.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:55:42 smithi125 bash[25274]: audit 2023-12-09T01:55:41.648053+0000 mon.a (mon.0) 390 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi067", "root=default"]}]: dispatch 2023-12-09T01:55:43.414 INFO:teuthology.orchestra.run.smithi067.stderr:--> Zapping: /dev/vg_nvme/lv_2 2023-12-09T01:55:43.415 INFO:teuthology.orchestra.run.smithi067.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_2 bs=1M count=10 conv=fsync 2023-12-09T01:55:43.415 INFO:teuthology.orchestra.run.smithi067.stderr: stderr: 10+0 records in 2023-12-09T01:55:43.415 INFO:teuthology.orchestra.run.smithi067.stderr:10+0 records out 2023-12-09T01:55:43.415 INFO:teuthology.orchestra.run.smithi067.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0191359 s, 548 MB/s 2023-12-09T01:55:43.415 INFO:teuthology.orchestra.run.smithi067.stderr:--> Zapping successful for: 2023-12-09T01:55:43.718 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:55:43 smithi067 bash[25104]: audit 2023-12-09T01:55:42.649930+0000 mon.a (mon.0) 391 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi067", "root=default"]}]': finished 2023-12-09T01:55:43.718 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:55:43 smithi067 bash[25104]: cluster 2023-12-09T01:55:42.650091+0000 mon.a (mon.0) 392 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2023-12-09T01:55:43.718 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:55:43 smithi067 bash[25104]: audit 2023-12-09T01:55:42.650933+0000 mon.a (mon.0) 393 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-09T01:55:43.719 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:55:43 smithi067 bash[25104]: audit 2023-12-09T01:55:42.662585+0000 mon.a (mon.0) 394 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-09T01:55:43.719 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:55:43 smithi067 bash[30830]: audit 2023-12-09T01:55:42.649930+0000 mon.a (mon.0) 391 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi067", "root=default"]}]': finished 2023-12-09T01:55:43.719 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:55:43 smithi067 bash[30830]: cluster 2023-12-09T01:55:42.650091+0000 mon.a (mon.0) 392 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2023-12-09T01:55:43.719 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:55:43 smithi067 bash[30830]: audit 2023-12-09T01:55:42.650933+0000 mon.a (mon.0) 393 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-09T01:55:43.719 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:55:43 smithi067 bash[30830]: audit 2023-12-09T01:55:42.662585+0000 mon.a (mon.0) 394 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-09T01:55:43.968 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:55:43 smithi125 bash[25274]: audit 2023-12-09T01:55:42.649930+0000 mon.a (mon.0) 391 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi067", "root=default"]}]': finished 2023-12-09T01:55:43.968 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:55:43 smithi125 bash[25274]: cluster 2023-12-09T01:55:42.650091+0000 mon.a (mon.0) 392 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2023-12-09T01:55:43.968 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:55:43 smithi125 bash[25274]: audit 2023-12-09T01:55:42.650933+0000 mon.a (mon.0) 393 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-09T01:55:43.969 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:55:43 smithi125 bash[25274]: audit 2023-12-09T01:55:42.662585+0000 mon.a (mon.0) 394 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-09T01:55:44.278 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6db93fb0-9635-11ee-95a3-87774f69a715 -- ceph orch daemon add osd smithi067:vg_nvme/lv_2 2023-12-09T01:55:44.968 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:55:44 smithi067 bash[25104]: cluster 2023-12-09T01:55:41.829303+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-09T01:55:44.968 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:55:44 smithi067 bash[25104]: cluster 2023-12-09T01:55:41.829552+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-09T01:55:44.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:55:44 smithi067 bash[25104]: cluster 2023-12-09T01:55:43.258903+0000 mgr.y (mgr.14152) 114 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-12-09T01:55:44.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:55:44 smithi067 bash[25104]: cluster 2023-12-09T01:55:43.667379+0000 mon.a (mon.0) 395 : cluster [INF] osd.1 [v2:172.21.15.67:6810/1163367759,v1:172.21.15.67:6811/1163367759] boot 2023-12-09T01:55:44.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:55:44 smithi067 bash[25104]: cluster 2023-12-09T01:55:43.667424+0000 mon.a (mon.0) 396 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2023-12-09T01:55:44.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:55:44 smithi067 bash[25104]: audit 2023-12-09T01:55:43.667577+0000 mon.a (mon.0) 397 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-09T01:55:44.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:55:44 smithi067 bash[30830]: cluster 2023-12-09T01:55:41.829303+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-09T01:55:44.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:55:44 smithi067 bash[30830]: cluster 2023-12-09T01:55:41.829552+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-09T01:55:44.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:55:44 smithi067 bash[30830]: cluster 2023-12-09T01:55:43.258903+0000 mgr.y (mgr.14152) 114 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-12-09T01:55:44.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:55:44 smithi067 bash[30830]: cluster 2023-12-09T01:55:43.667379+0000 mon.a (mon.0) 395 : cluster [INF] osd.1 [v2:172.21.15.67:6810/1163367759,v1:172.21.15.67:6811/1163367759] boot 2023-12-09T01:55:44.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:55:44 smithi067 bash[30830]: cluster 2023-12-09T01:55:43.667424+0000 mon.a (mon.0) 396 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2023-12-09T01:55:44.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:55:44 smithi067 bash[30830]: audit 2023-12-09T01:55:43.667577+0000 mon.a (mon.0) 397 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-09T01:55:44.970 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:55:44 smithi125 bash[25274]: cluster 2023-12-09T01:55:41.829303+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-09T01:55:44.970 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:55:44 smithi125 bash[25274]: cluster 2023-12-09T01:55:41.829552+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-09T01:55:44.970 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:55:44 smithi125 bash[25274]: cluster 2023-12-09T01:55:43.258903+0000 mgr.y (mgr.14152) 114 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-12-09T01:55:44.970 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:55:44 smithi125 bash[25274]: cluster 2023-12-09T01:55:43.667379+0000 mon.a (mon.0) 395 : cluster [INF] osd.1 [v2:172.21.15.67:6810/1163367759,v1:172.21.15.67:6811/1163367759] boot 2023-12-09T01:55:44.970 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:55:44 smithi125 bash[25274]: cluster 2023-12-09T01:55:43.667424+0000 mon.a (mon.0) 396 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2023-12-09T01:55:44.970 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:55:44 smithi125 bash[25274]: audit 2023-12-09T01:55:43.667577+0000 mon.a (mon.0) 397 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-09T01:55:45.968 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:55:45 smithi067 bash[25104]: cluster 2023-12-09T01:55:44.675705+0000 mon.a (mon.0) 398 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2023-12-09T01:55:45.968 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:55:45 smithi067 bash[30830]: cluster 2023-12-09T01:55:44.675705+0000 mon.a (mon.0) 398 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2023-12-09T01:55:45.969 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:55:45 smithi125 bash[25274]: cluster 2023-12-09T01:55:44.675705+0000 mon.a (mon.0) 398 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2023-12-09T01:55:47.218 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:55:46 smithi067 bash[25104]: cluster 2023-12-09T01:55:45.259418+0000 mgr.y (mgr.14152) 115 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 9.7 MiB used, 179 GiB / 179 GiB avail 2023-12-09T01:55:47.218 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:55:46 smithi067 bash[30830]: cluster 2023-12-09T01:55:45.259418+0000 mgr.y (mgr.14152) 115 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 9.7 MiB used, 179 GiB / 179 GiB avail 2023-12-09T01:55:47.219 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:55:46 smithi125 bash[25274]: cluster 2023-12-09T01:55:45.259418+0000 mgr.y (mgr.14152) 115 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 9.7 MiB used, 179 GiB / 179 GiB avail 2023-12-09T01:55:48.218 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:55:47 smithi067 bash[25104]: audit 2023-12-09T01:55:47.253320+0000 mon.a (mon.0) 399 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-09T01:55:48.218 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:55:47 smithi067 bash[25104]: audit 2023-12-09T01:55:47.259149+0000 mon.a (mon.0) 400 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-09T01:55:48.218 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:55:47 smithi067 bash[25104]: audit 2023-12-09T01:55:47.260388+0000 mon.a (mon.0) 401 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T01:55:48.219 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:55:47 smithi067 bash[30830]: audit 2023-12-09T01:55:47.253320+0000 mon.a (mon.0) 399 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-09T01:55:48.219 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:55:47 smithi067 bash[30830]: audit 2023-12-09T01:55:47.259149+0000 mon.a (mon.0) 400 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-09T01:55:48.219 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:55:47 smithi067 bash[30830]: audit 2023-12-09T01:55:47.260388+0000 mon.a (mon.0) 401 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T01:55:48.219 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:55:47 smithi125 bash[25274]: audit 2023-12-09T01:55:47.253320+0000 mon.a (mon.0) 399 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-09T01:55:48.219 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:55:47 smithi125 bash[25274]: audit 2023-12-09T01:55:47.259149+0000 mon.a (mon.0) 400 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-09T01:55:48.219 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:55:47 smithi125 bash[25274]: audit 2023-12-09T01:55:47.260388+0000 mon.a (mon.0) 401 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T01:55:49.218 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:55:48 smithi067 bash[25104]: audit 2023-12-09T01:55:47.246667+0000 mgr.y (mgr.14152) 116 : audit [DBG] from='client.24169 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi067:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T01:55:49.218 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:55:48 smithi067 bash[25104]: cluster 2023-12-09T01:55:47.259850+0000 mgr.y (mgr.14152) 117 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 9.7 MiB used, 179 GiB / 179 GiB avail 2023-12-09T01:55:49.219 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:55:48 smithi067 bash[30830]: audit 2023-12-09T01:55:47.246667+0000 mgr.y (mgr.14152) 116 : audit [DBG] from='client.24169 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi067:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T01:55:49.219 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:55:48 smithi067 bash[30830]: cluster 2023-12-09T01:55:47.259850+0000 mgr.y (mgr.14152) 117 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 9.7 MiB used, 179 GiB / 179 GiB avail 2023-12-09T01:55:49.219 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:55:48 smithi125 bash[25274]: audit 2023-12-09T01:55:47.246667+0000 mgr.y (mgr.14152) 116 : audit [DBG] from='client.24169 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi067:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T01:55:49.219 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:55:48 smithi125 bash[25274]: cluster 2023-12-09T01:55:47.259850+0000 mgr.y (mgr.14152) 117 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 9.7 MiB used, 179 GiB / 179 GiB avail 2023-12-09T01:55:49.718 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 01:55:49 smithi067 bash[25375]: 172.21.15.125 - - [09/Dec/2023:01:55:49] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-09T01:55:50.718 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:55:50 smithi067 bash[25104]: cluster 2023-12-09T01:55:49.260359+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-09T01:55:50.718 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:55:50 smithi067 bash[25104]: audit 2023-12-09T01:55:49.382295+0000 mon.a (mon.0) 402 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:55:50.719 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:55:50 smithi067 bash[25104]: audit 2023-12-09T01:55:49.389307+0000 mon.a (mon.0) 403 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:55:50.719 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:55:50 smithi067 bash[30830]: cluster 2023-12-09T01:55:49.260359+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-09T01:55:50.719 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:55:50 smithi067 bash[30830]: audit 2023-12-09T01:55:49.382295+0000 mon.a (mon.0) 402 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:55:50.719 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:55:50 smithi067 bash[30830]: audit 2023-12-09T01:55:49.389307+0000 mon.a (mon.0) 403 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:55:50.719 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:55:50 smithi125 bash[25274]: cluster 2023-12-09T01:55:49.260359+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-09T01:55:50.719 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:55:50 smithi125 bash[25274]: audit 2023-12-09T01:55:49.382295+0000 mon.a (mon.0) 402 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:55:50.719 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:55:50 smithi125 bash[25274]: audit 2023-12-09T01:55:49.389307+0000 mon.a (mon.0) 403 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:55:53.218 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:55:52 smithi067 bash[25104]: cluster 2023-12-09T01:55:51.260862+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-09T01:55:53.219 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:55:52 smithi067 bash[30830]: cluster 2023-12-09T01:55:51.260862+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-09T01:55:53.219 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:55:52 smithi125 bash[25274]: cluster 2023-12-09T01:55:51.260862+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-09T01:55:54.468 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 01:55:54 smithi067 bash[25375]: 172.21.15.67 - - [09/Dec/2023:01:55:54] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-09T01:55:55.218 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:55:54 smithi067 bash[30830]: cluster 2023-12-09T01:55:53.261346+0000 mgr.y (mgr.14152) 120 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-09T01:55:55.218 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:55:54 smithi067 bash[30830]: audit 2023-12-09T01:55:54.161864+0000 mon.a (mon.0) 404 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:55:55.218 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:55:54 smithi067 bash[30830]: audit 2023-12-09T01:55:54.169594+0000 mon.a (mon.0) 405 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:55:55.218 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:55:54 smithi067 bash[30830]: audit 2023-12-09T01:55:54.500560+0000 mon.a (mon.0) 406 : audit [INF] from='client.? 172.21.15.67:0/2457570569' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "005c3798-583e-4dc5-a6be-4e4ce30117bd"}]: dispatch 2023-12-09T01:55:55.219 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:55:54 smithi067 bash[30830]: audit 2023-12-09T01:55:54.508757+0000 mon.a (mon.0) 407 : audit [INF] from='client.? 172.21.15.67:0/2457570569' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "005c3798-583e-4dc5-a6be-4e4ce30117bd"}]': finished 2023-12-09T01:55:55.219 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:55:54 smithi067 bash[30830]: cluster 2023-12-09T01:55:54.508861+0000 mon.a (mon.0) 408 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2023-12-09T01:55:55.219 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:55:54 smithi067 bash[30830]: audit 2023-12-09T01:55:54.509009+0000 mon.a (mon.0) 409 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-09T01:55:55.219 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:55:54 smithi067 bash[25104]: cluster 2023-12-09T01:55:53.261346+0000 mgr.y (mgr.14152) 120 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-09T01:55:55.219 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:55:54 smithi067 bash[25104]: audit 2023-12-09T01:55:54.161864+0000 mon.a (mon.0) 404 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:55:55.219 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:55:54 smithi067 bash[25104]: audit 2023-12-09T01:55:54.169594+0000 mon.a (mon.0) 405 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:55:55.219 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:55:54 smithi067 bash[25104]: audit 2023-12-09T01:55:54.500560+0000 mon.a (mon.0) 406 : audit [INF] from='client.? 172.21.15.67:0/2457570569' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "005c3798-583e-4dc5-a6be-4e4ce30117bd"}]: dispatch 2023-12-09T01:55:55.219 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:55:54 smithi067 bash[25104]: audit 2023-12-09T01:55:54.508757+0000 mon.a (mon.0) 407 : audit [INF] from='client.? 172.21.15.67:0/2457570569' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "005c3798-583e-4dc5-a6be-4e4ce30117bd"}]': finished 2023-12-09T01:55:55.219 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:55:54 smithi067 bash[25104]: cluster 2023-12-09T01:55:54.508861+0000 mon.a (mon.0) 408 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2023-12-09T01:55:55.219 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:55:54 smithi067 bash[25104]: audit 2023-12-09T01:55:54.509009+0000 mon.a (mon.0) 409 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-09T01:55:55.220 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:55:54 smithi125 bash[25274]: cluster 2023-12-09T01:55:53.261346+0000 mgr.y (mgr.14152) 120 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-09T01:55:55.220 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:55:54 smithi125 bash[25274]: audit 2023-12-09T01:55:54.161864+0000 mon.a (mon.0) 404 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:55:55.220 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:55:54 smithi125 bash[25274]: audit 2023-12-09T01:55:54.169594+0000 mon.a (mon.0) 405 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:55:55.220 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:55:54 smithi125 bash[25274]: audit 2023-12-09T01:55:54.500560+0000 mon.a (mon.0) 406 : audit [INF] from='client.? 172.21.15.67:0/2457570569' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "005c3798-583e-4dc5-a6be-4e4ce30117bd"}]: dispatch 2023-12-09T01:55:55.220 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:55:54 smithi125 bash[25274]: audit 2023-12-09T01:55:54.508757+0000 mon.a (mon.0) 407 : audit [INF] from='client.? 172.21.15.67:0/2457570569' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "005c3798-583e-4dc5-a6be-4e4ce30117bd"}]': finished 2023-12-09T01:55:55.220 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:55:54 smithi125 bash[25274]: cluster 2023-12-09T01:55:54.508861+0000 mon.a (mon.0) 408 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2023-12-09T01:55:55.220 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:55:54 smithi125 bash[25274]: audit 2023-12-09T01:55:54.509009+0000 mon.a (mon.0) 409 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-09T01:55:56.468 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:55:55 smithi067 bash[25104]: audit 2023-12-09T01:55:55.217558+0000 mon.c (mon.1) 9 : audit [DBG] from='client.? 172.21.15.67:0/2906357810' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-09T01:55:56.468 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:55:55 smithi067 bash[30830]: audit 2023-12-09T01:55:55.217558+0000 mon.c (mon.1) 9 : audit [DBG] from='client.? 172.21.15.67:0/2906357810' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-09T01:55:56.469 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:55:55 smithi125 bash[25274]: audit 2023-12-09T01:55:55.217558+0000 mon.c (mon.1) 9 : audit [DBG] from='client.? 172.21.15.67:0/2906357810' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-09T01:55:57.218 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:55:56 smithi125 bash[25274]: cluster 2023-12-09T01:55:55.261811+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-09T01:55:57.468 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:55:56 smithi067 bash[25104]: cluster 2023-12-09T01:55:55.261811+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-09T01:55:57.468 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:55:56 smithi067 bash[30830]: cluster 2023-12-09T01:55:55.261811+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-09T01:55:59.242 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:55:58 smithi067 bash[30830]: cluster 2023-12-09T01:55:57.262303+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-09T01:55:59.243 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:55:58 smithi067 bash[25104]: cluster 2023-12-09T01:55:57.262303+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-09T01:55:59.468 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:55:58 smithi125 bash[25274]: cluster 2023-12-09T01:55:57.262303+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-09T01:56:01.468 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:56:00 smithi067 bash[25104]: cluster 2023-12-09T01:55:59.262779+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-09T01:56:01.468 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:56:00 smithi067 bash[30830]: cluster 2023-12-09T01:55:59.262779+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-09T01:56:01.469 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:56:00 smithi125 bash[25274]: cluster 2023-12-09T01:55:59.262779+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-09T01:56:03.218 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:56:02 smithi067 bash[30830]: cluster 2023-12-09T01:56:01.263311+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-09T01:56:03.219 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:56:02 smithi067 bash[25104]: cluster 2023-12-09T01:56:01.263311+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-09T01:56:03.468 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:56:02 smithi125 bash[25274]: cluster 2023-12-09T01:56:01.263311+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-09T01:56:05.217 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:56:04 smithi067 bash[30830]: cluster 2023-12-09T01:56:03.263857+0000 mgr.y (mgr.14152) 125 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-09T01:56:05.218 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:56:04 smithi067 bash[25104]: cluster 2023-12-09T01:56:03.263857+0000 mgr.y (mgr.14152) 125 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-09T01:56:05.218 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:56:04 smithi125 bash[25274]: cluster 2023-12-09T01:56:03.263857+0000 mgr.y (mgr.14152) 125 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-09T01:56:06.218 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:56:06 smithi125 bash[25274]: audit 2023-12-09T01:56:05.226265+0000 mon.a (mon.0) 410 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-12-09T01:56:06.219 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:56:06 smithi125 bash[25274]: audit 2023-12-09T01:56:05.227979+0000 mon.a (mon.0) 411 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T01:56:06.279 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:56:05 smithi067 bash[25104]: audit 2023-12-09T01:56:05.226265+0000 mon.a (mon.0) 410 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-12-09T01:56:06.279 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:56:06 smithi067 bash[25104]: audit 2023-12-09T01:56:05.227979+0000 mon.a (mon.0) 411 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T01:56:06.279 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:56:06 smithi067 bash[30830]: audit 2023-12-09T01:56:05.226265+0000 mon.a (mon.0) 410 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-12-09T01:56:06.279 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:56:06 smithi067 bash[30830]: audit 2023-12-09T01:56:05.227979+0000 mon.a (mon.0) 411 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T01:56:07.468 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:56:07 smithi067 bash[25104]: cephadm 2023-12-09T01:56:05.229228+0000 mgr.y (mgr.14152) 126 : cephadm [INF] Deploying daemon osd.2 on smithi067 2023-12-09T01:56:07.468 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:56:07 smithi067 bash[25104]: cluster 2023-12-09T01:56:05.264350+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-09T01:56:07.469 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:56:07 smithi067 bash[30830]: cephadm 2023-12-09T01:56:05.229228+0000 mgr.y (mgr.14152) 126 : cephadm [INF] Deploying daemon osd.2 on smithi067 2023-12-09T01:56:07.469 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:56:07 smithi067 bash[30830]: cluster 2023-12-09T01:56:05.264350+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-09T01:56:07.469 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:56:07 smithi125 bash[25274]: cephadm 2023-12-09T01:56:05.229228+0000 mgr.y (mgr.14152) 126 : cephadm [INF] Deploying daemon osd.2 on smithi067 2023-12-09T01:56:07.469 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:56:07 smithi125 bash[25274]: cluster 2023-12-09T01:56:05.264350+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-09T01:56:09.128 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:56:09 smithi067 bash[25104]: cluster 2023-12-09T01:56:07.264989+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-09T01:56:09.128 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:56:09 smithi067 bash[30830]: cluster 2023-12-09T01:56:07.264989+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-09T01:56:09.468 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:56:09 smithi125 bash[25274]: cluster 2023-12-09T01:56:07.264989+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-09T01:56:09.968 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 01:56:09 smithi067 bash[25375]: 172.21.15.125 - - [09/Dec/2023:01:56:09] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-09T01:56:10.469 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:56:10 smithi067 bash[30830]: cluster 2023-12-09T01:56:09.265346+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-09T01:56:10.469 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:56:10 smithi067 bash[30830]: audit 2023-12-09T01:56:09.268916+0000 mon.a (mon.0) 412 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:56:10.469 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:56:10 smithi067 bash[30830]: audit 2023-12-09T01:56:09.307486+0000 mon.a (mon.0) 413 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T01:56:10.469 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:56:10 smithi067 bash[30830]: audit 2023-12-09T01:56:09.309234+0000 mon.a (mon.0) 414 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T01:56:10.469 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:56:10 smithi067 bash[30830]: audit 2023-12-09T01:56:09.310261+0000 mon.a (mon.0) 415 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T01:56:10.469 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:56:10 smithi067 bash[30830]: audit 2023-12-09T01:56:09.318218+0000 mon.a (mon.0) 416 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:56:10.469 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:56:10 smithi067 bash[30830]: audit 2023-12-09T01:56:09.528468+0000 mon.a (mon.0) 417 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:56:10.469 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:56:10 smithi067 bash[30830]: audit 2023-12-09T01:56:09.535665+0000 mon.a (mon.0) 418 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:56:10.469 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:56:10 smithi067 bash[25104]: cluster 2023-12-09T01:56:09.265346+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-09T01:56:10.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:56:10 smithi067 bash[25104]: audit 2023-12-09T01:56:09.268916+0000 mon.a (mon.0) 412 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:56:10.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:56:10 smithi067 bash[25104]: audit 2023-12-09T01:56:09.307486+0000 mon.a (mon.0) 413 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T01:56:10.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:56:10 smithi067 bash[25104]: audit 2023-12-09T01:56:09.309234+0000 mon.a (mon.0) 414 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T01:56:10.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:56:10 smithi067 bash[25104]: audit 2023-12-09T01:56:09.310261+0000 mon.a (mon.0) 415 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T01:56:10.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:56:10 smithi067 bash[25104]: audit 2023-12-09T01:56:09.318218+0000 mon.a (mon.0) 416 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:56:10.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:56:10 smithi067 bash[25104]: audit 2023-12-09T01:56:09.528468+0000 mon.a (mon.0) 417 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:56:10.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:56:10 smithi067 bash[25104]: audit 2023-12-09T01:56:09.535665+0000 mon.a (mon.0) 418 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:56:10.718 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:56:10 smithi125 bash[25274]: cluster 2023-12-09T01:56:09.265346+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-09T01:56:10.719 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:56:10 smithi125 bash[25274]: audit 2023-12-09T01:56:09.268916+0000 mon.a (mon.0) 412 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:56:10.719 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:56:10 smithi125 bash[25274]: audit 2023-12-09T01:56:09.307486+0000 mon.a (mon.0) 413 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T01:56:10.719 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:56:10 smithi125 bash[25274]: audit 2023-12-09T01:56:09.309234+0000 mon.a (mon.0) 414 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T01:56:10.719 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:56:10 smithi125 bash[25274]: audit 2023-12-09T01:56:09.310261+0000 mon.a (mon.0) 415 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T01:56:10.719 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:56:10 smithi125 bash[25274]: audit 2023-12-09T01:56:09.318218+0000 mon.a (mon.0) 416 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:56:10.719 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:56:10 smithi125 bash[25274]: audit 2023-12-09T01:56:09.528468+0000 mon.a (mon.0) 417 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:56:10.719 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:56:10 smithi125 bash[25274]: audit 2023-12-09T01:56:09.535665+0000 mon.a (mon.0) 418 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:56:13.218 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:56:12 smithi067 bash[30830]: cluster 2023-12-09T01:56:11.265824+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-09T01:56:13.218 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:56:12 smithi067 bash[25104]: cluster 2023-12-09T01:56:11.265824+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-09T01:56:13.219 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:56:12 smithi125 bash[25274]: cluster 2023-12-09T01:56:11.265824+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-09T01:56:14.468 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 01:56:14 smithi067 bash[25375]: 172.21.15.67 - - [09/Dec/2023:01:56:14] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-09T01:56:15.218 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:56:14 smithi067 bash[25104]: cluster 2023-12-09T01:56:13.266315+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-09T01:56:15.218 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:56:14 smithi067 bash[25104]: audit 2023-12-09T01:56:14.311100+0000 mon.a (mon.0) 419 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:56:15.218 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:56:14 smithi067 bash[25104]: audit 2023-12-09T01:56:14.319118+0000 mon.a (mon.0) 420 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:56:15.218 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:56:14 smithi067 bash[25104]: audit 2023-12-09T01:56:14.350385+0000 mon.a (mon.0) 421 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T01:56:15.219 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:56:14 smithi067 bash[25104]: audit 2023-12-09T01:56:14.352803+0000 mon.a (mon.0) 422 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T01:56:15.219 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:56:14 smithi067 bash[25104]: audit 2023-12-09T01:56:14.354428+0000 mon.a (mon.0) 423 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T01:56:15.219 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:56:14 smithi067 bash[25104]: audit 2023-12-09T01:56:14.365346+0000 mon.a (mon.0) 424 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:56:15.219 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:56:14 smithi067 bash[30830]: cluster 2023-12-09T01:56:13.266315+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-09T01:56:15.219 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:56:14 smithi067 bash[30830]: audit 2023-12-09T01:56:14.311100+0000 mon.a (mon.0) 419 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:56:15.219 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:56:14 smithi067 bash[30830]: audit 2023-12-09T01:56:14.319118+0000 mon.a (mon.0) 420 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:56:15.219 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:56:14 smithi067 bash[30830]: audit 2023-12-09T01:56:14.350385+0000 mon.a (mon.0) 421 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T01:56:15.219 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:56:14 smithi067 bash[30830]: audit 2023-12-09T01:56:14.352803+0000 mon.a (mon.0) 422 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T01:56:15.219 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:56:14 smithi067 bash[30830]: audit 2023-12-09T01:56:14.354428+0000 mon.a (mon.0) 423 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T01:56:15.219 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:56:14 smithi067 bash[30830]: audit 2023-12-09T01:56:14.365346+0000 mon.a (mon.0) 424 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:56:15.470 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:56:14 smithi125 bash[25274]: cluster 2023-12-09T01:56:13.266315+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-09T01:56:15.470 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:56:14 smithi125 bash[25274]: audit 2023-12-09T01:56:14.311100+0000 mon.a (mon.0) 419 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:56:15.470 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:56:14 smithi125 bash[25274]: audit 2023-12-09T01:56:14.319118+0000 mon.a (mon.0) 420 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:56:15.470 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:56:14 smithi125 bash[25274]: audit 2023-12-09T01:56:14.350385+0000 mon.a (mon.0) 421 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T01:56:15.470 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:56:14 smithi125 bash[25274]: audit 2023-12-09T01:56:14.352803+0000 mon.a (mon.0) 422 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T01:56:15.470 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:56:14 smithi125 bash[25274]: audit 2023-12-09T01:56:14.354428+0000 mon.a (mon.0) 423 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T01:56:15.470 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:56:14 smithi125 bash[25274]: audit 2023-12-09T01:56:14.365346+0000 mon.a (mon.0) 424 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:56:15.968 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 01:56:15 smithi067 bash[25375]: 172.21.15.67 - - [09/Dec/2023:01:56:15] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-09T01:56:16.218 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:56:15 smithi067 bash[25104]: cephadm 2023-12-09T01:56:14.312426+0000 mgr.y (mgr.14152) 132 : cephadm [INF] Detected new or changed devices on smithi067 2023-12-09T01:56:16.218 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:56:15 smithi067 bash[25104]: audit 2023-12-09T01:56:15.694927+0000 mon.a (mon.0) 425 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:56:16.218 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:56:15 smithi067 bash[25104]: audit 2023-12-09T01:56:15.701612+0000 mon.a (mon.0) 426 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:56:16.219 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:56:15 smithi067 bash[25104]: audit 2023-12-09T01:56:15.738566+0000 mon.a (mon.0) 427 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T01:56:16.219 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:56:15 smithi067 bash[25104]: audit 2023-12-09T01:56:15.740946+0000 mon.a (mon.0) 428 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T01:56:16.219 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:56:15 smithi067 bash[25104]: audit 2023-12-09T01:56:15.742348+0000 mon.a (mon.0) 429 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T01:56:16.219 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:56:15 smithi067 bash[25104]: audit 2023-12-09T01:56:15.751529+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:56:16.219 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:56:15 smithi067 bash[30830]: cephadm 2023-12-09T01:56:14.312426+0000 mgr.y (mgr.14152) 132 : cephadm [INF] Detected new or changed devices on smithi067 2023-12-09T01:56:16.219 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:56:15 smithi067 bash[30830]: audit 2023-12-09T01:56:15.694927+0000 mon.a (mon.0) 425 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:56:16.219 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:56:15 smithi067 bash[30830]: audit 2023-12-09T01:56:15.701612+0000 mon.a (mon.0) 426 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:56:16.219 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:56:15 smithi067 bash[30830]: audit 2023-12-09T01:56:15.738566+0000 mon.a (mon.0) 427 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T01:56:16.219 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:56:15 smithi067 bash[30830]: audit 2023-12-09T01:56:15.740946+0000 mon.a (mon.0) 428 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T01:56:16.219 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:56:15 smithi067 bash[30830]: audit 2023-12-09T01:56:15.742348+0000 mon.a (mon.0) 429 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T01:56:16.219 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:56:15 smithi067 bash[30830]: audit 2023-12-09T01:56:15.751529+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:56:16.469 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:56:15 smithi125 bash[25274]: cephadm 2023-12-09T01:56:14.312426+0000 mgr.y (mgr.14152) 132 : cephadm [INF] Detected new or changed devices on smithi067 2023-12-09T01:56:16.469 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:56:15 smithi125 bash[25274]: audit 2023-12-09T01:56:15.694927+0000 mon.a (mon.0) 425 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:56:16.469 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:56:15 smithi125 bash[25274]: audit 2023-12-09T01:56:15.701612+0000 mon.a (mon.0) 426 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:56:16.469 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:56:15 smithi125 bash[25274]: audit 2023-12-09T01:56:15.738566+0000 mon.a (mon.0) 427 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T01:56:16.469 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:56:15 smithi125 bash[25274]: audit 2023-12-09T01:56:15.740946+0000 mon.a (mon.0) 428 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T01:56:16.469 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:56:15 smithi125 bash[25274]: audit 2023-12-09T01:56:15.742348+0000 mon.a (mon.0) 429 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T01:56:16.469 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:56:15 smithi125 bash[25274]: audit 2023-12-09T01:56:15.751529+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:56:16.957 INFO:teuthology.orchestra.run.smithi067.stdout:Created osd(s) 2 on host 'smithi067' 2023-12-09T01:56:17.218 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:56:16 smithi067 bash[30830]: cluster 2023-12-09T01:56:15.266861+0000 mgr.y (mgr.14152) 133 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-09T01:56:17.218 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:56:16 smithi067 bash[30830]: audit 2023-12-09T01:56:16.388691+0000 mon.c (mon.1) 10 : audit [INF] from='osd.2 [v2:172.21.15.67:6818/4288353206,v1:172.21.15.67:6819/4288353206]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-09T01:56:17.219 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:56:16 smithi067 bash[30830]: audit 2023-12-09T01:56:16.389212+0000 mon.a (mon.0) 431 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-09T01:56:17.219 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:56:16 smithi067 bash[30830]: audit 2023-12-09T01:56:16.957289+0000 mon.a (mon.0) 432 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:56:17.219 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:56:16 smithi067 bash[30830]: audit 2023-12-09T01:56:16.972447+0000 mon.a (mon.0) 433 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T01:56:17.219 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:56:16 smithi067 bash[30830]: audit 2023-12-09T01:56:16.974350+0000 mon.a (mon.0) 434 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T01:56:17.219 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:56:16 smithi067 bash[25104]: cluster 2023-12-09T01:56:15.266861+0000 mgr.y (mgr.14152) 133 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-09T01:56:17.219 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:56:16 smithi067 bash[25104]: audit 2023-12-09T01:56:16.388691+0000 mon.c (mon.1) 10 : audit [INF] from='osd.2 [v2:172.21.15.67:6818/4288353206,v1:172.21.15.67:6819/4288353206]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-09T01:56:17.219 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:56:16 smithi067 bash[25104]: audit 2023-12-09T01:56:16.389212+0000 mon.a (mon.0) 431 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-09T01:56:17.219 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:56:16 smithi067 bash[25104]: audit 2023-12-09T01:56:16.957289+0000 mon.a (mon.0) 432 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:56:17.219 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:56:16 smithi067 bash[25104]: audit 2023-12-09T01:56:16.972447+0000 mon.a (mon.0) 433 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T01:56:17.219 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:56:16 smithi067 bash[25104]: audit 2023-12-09T01:56:16.974350+0000 mon.a (mon.0) 434 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T01:56:17.469 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:56:16 smithi125 bash[25274]: cluster 2023-12-09T01:56:15.266861+0000 mgr.y (mgr.14152) 133 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-09T01:56:17.469 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:56:16 smithi125 bash[25274]: audit 2023-12-09T01:56:16.388691+0000 mon.c (mon.1) 10 : audit [INF] from='osd.2 [v2:172.21.15.67:6818/4288353206,v1:172.21.15.67:6819/4288353206]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-09T01:56:17.469 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:56:16 smithi125 bash[25274]: audit 2023-12-09T01:56:16.389212+0000 mon.a (mon.0) 431 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-09T01:56:17.469 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:56:16 smithi125 bash[25274]: audit 2023-12-09T01:56:16.957289+0000 mon.a (mon.0) 432 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:56:17.469 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:56:16 smithi125 bash[25274]: audit 2023-12-09T01:56:16.972447+0000 mon.a (mon.0) 433 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T01:56:17.469 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:56:16 smithi125 bash[25274]: audit 2023-12-09T01:56:16.974350+0000 mon.a (mon.0) 434 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T01:56:18.218 DEBUG:teuthology.orchestra.run.smithi067:osd.2> sudo journalctl -f -n 0 -u ceph-6db93fb0-9635-11ee-95a3-87774f69a715@osd.2.service 2023-12-09T01:56:18.220 INFO:tasks.cephadm:Deploying osd.3 on smithi067 with /dev/vg_nvme/lv_1... 2023-12-09T01:56:18.221 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6db93fb0-9635-11ee-95a3-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_1 2023-12-09T01:56:18.274 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:56:17 smithi067 bash[25104]: audit 2023-12-09T01:56:16.976036+0000 mon.a (mon.0) 435 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T01:56:18.274 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:56:17 smithi067 bash[25104]: audit 2023-12-09T01:56:16.986059+0000 mon.a (mon.0) 436 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-09T01:56:18.274 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:56:17 smithi067 bash[25104]: audit 2023-12-09T01:56:16.987572+0000 mon.a (mon.0) 437 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-09T01:56:18.274 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:56:17 smithi067 bash[25104]: audit 2023-12-09T01:56:16.988890+0000 mon.a (mon.0) 438 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-09T01:56:18.274 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:56:17 smithi067 bash[25104]: audit 2023-12-09T01:56:16.995604+0000 mon.a (mon.0) 439 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-12-09T01:56:18.274 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:56:17 smithi067 bash[25104]: cluster 2023-12-09T01:56:16.995721+0000 mon.a (mon.0) 440 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2023-12-09T01:56:18.274 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:56:17 smithi067 bash[25104]: audit 2023-12-09T01:56:16.996337+0000 mon.a (mon.0) 441 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-09T01:56:18.275 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:56:17 smithi067 bash[25104]: audit 2023-12-09T01:56:16.996771+0000 mon.c (mon.1) 11 : audit [INF] from='osd.2 [v2:172.21.15.67:6818/4288353206,v1:172.21.15.67:6819/4288353206]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi067", "root=default"]}]: dispatch 2023-12-09T01:56:18.275 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:56:17 smithi067 bash[25104]: cephadm 2023-12-09T01:56:16.996938+0000 mgr.y (mgr.14152) 134 : cephadm [INF] Adjusting osd_memory_target on smithi067 to 5074M 2023-12-09T01:56:18.275 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:56:17 smithi067 bash[25104]: audit 2023-12-09T01:56:16.998088+0000 mon.a (mon.0) 442 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi067", "root=default"]}]: dispatch 2023-12-09T01:56:18.275 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:56:17 smithi067 bash[25104]: audit 2023-12-09T01:56:17.002475+0000 mon.a (mon.0) 443 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:56:18.275 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:56:17 smithi067 bash[25104]: audit 2023-12-09T01:56:17.007406+0000 mon.a (mon.0) 444 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:56:18.275 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:56:17 smithi067 bash[25104]: audit 2023-12-09T01:56:17.307898+0000 mon.a (mon.0) 445 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-09T01:56:18.275 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:56:17 smithi067 bash[25104]: audit 2023-12-09T01:56:17.309917+0000 mon.a (mon.0) 446 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-09T01:56:18.275 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:56:17 smithi067 bash[30830]: audit 2023-12-09T01:56:16.976036+0000 mon.a (mon.0) 435 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T01:56:18.275 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:56:17 smithi067 bash[30830]: audit 2023-12-09T01:56:16.986059+0000 mon.a (mon.0) 436 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-09T01:56:18.275 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:56:17 smithi067 bash[30830]: audit 2023-12-09T01:56:16.987572+0000 mon.a (mon.0) 437 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-09T01:56:18.275 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:56:17 smithi067 bash[30830]: audit 2023-12-09T01:56:16.988890+0000 mon.a (mon.0) 438 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-09T01:56:18.275 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:56:17 smithi067 bash[30830]: audit 2023-12-09T01:56:16.995604+0000 mon.a (mon.0) 439 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-12-09T01:56:18.276 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:56:17 smithi067 bash[30830]: cluster 2023-12-09T01:56:16.995721+0000 mon.a (mon.0) 440 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2023-12-09T01:56:18.276 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:56:17 smithi067 bash[30830]: audit 2023-12-09T01:56:16.996337+0000 mon.a (mon.0) 441 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-09T01:56:18.276 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:56:17 smithi067 bash[30830]: audit 2023-12-09T01:56:16.996771+0000 mon.c (mon.1) 11 : audit [INF] from='osd.2 [v2:172.21.15.67:6818/4288353206,v1:172.21.15.67:6819/4288353206]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi067", "root=default"]}]: dispatch 2023-12-09T01:56:18.276 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:56:17 smithi067 bash[30830]: cephadm 2023-12-09T01:56:16.996938+0000 mgr.y (mgr.14152) 134 : cephadm [INF] Adjusting osd_memory_target on smithi067 to 5074M 2023-12-09T01:56:18.276 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:56:17 smithi067 bash[30830]: audit 2023-12-09T01:56:16.998088+0000 mon.a (mon.0) 442 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi067", "root=default"]}]: dispatch 2023-12-09T01:56:18.276 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:56:17 smithi067 bash[30830]: audit 2023-12-09T01:56:17.002475+0000 mon.a (mon.0) 443 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:56:18.276 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:56:17 smithi067 bash[30830]: audit 2023-12-09T01:56:17.007406+0000 mon.a (mon.0) 444 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:56:18.276 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:56:17 smithi067 bash[30830]: audit 2023-12-09T01:56:17.307898+0000 mon.a (mon.0) 445 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-09T01:56:18.276 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:56:17 smithi067 bash[30830]: audit 2023-12-09T01:56:17.309917+0000 mon.a (mon.0) 446 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-09T01:56:18.469 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:56:17 smithi125 bash[25274]: audit 2023-12-09T01:56:16.976036+0000 mon.a (mon.0) 435 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T01:56:18.469 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:56:17 smithi125 bash[25274]: audit 2023-12-09T01:56:16.986059+0000 mon.a (mon.0) 436 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-09T01:56:18.469 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:56:17 smithi125 bash[25274]: audit 2023-12-09T01:56:16.987572+0000 mon.a (mon.0) 437 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-09T01:56:18.469 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:56:17 smithi125 bash[25274]: audit 2023-12-09T01:56:16.988890+0000 mon.a (mon.0) 438 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-09T01:56:18.469 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:56:17 smithi125 bash[25274]: audit 2023-12-09T01:56:16.995604+0000 mon.a (mon.0) 439 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-12-09T01:56:18.469 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:56:17 smithi125 bash[25274]: cluster 2023-12-09T01:56:16.995721+0000 mon.a (mon.0) 440 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2023-12-09T01:56:18.469 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:56:17 smithi125 bash[25274]: audit 2023-12-09T01:56:16.996337+0000 mon.a (mon.0) 441 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-09T01:56:18.469 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:56:17 smithi125 bash[25274]: audit 2023-12-09T01:56:16.996771+0000 mon.c (mon.1) 11 : audit [INF] from='osd.2 [v2:172.21.15.67:6818/4288353206,v1:172.21.15.67:6819/4288353206]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi067", "root=default"]}]: dispatch 2023-12-09T01:56:18.469 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:56:17 smithi125 bash[25274]: cephadm 2023-12-09T01:56:16.996938+0000 mgr.y (mgr.14152) 134 : cephadm [INF] Adjusting osd_memory_target on smithi067 to 5074M 2023-12-09T01:56:18.470 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:56:17 smithi125 bash[25274]: audit 2023-12-09T01:56:16.998088+0000 mon.a (mon.0) 442 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi067", "root=default"]}]: dispatch 2023-12-09T01:56:18.470 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:56:17 smithi125 bash[25274]: audit 2023-12-09T01:56:17.002475+0000 mon.a (mon.0) 443 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:56:18.470 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:56:17 smithi125 bash[25274]: audit 2023-12-09T01:56:17.007406+0000 mon.a (mon.0) 444 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:56:18.470 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:56:17 smithi125 bash[25274]: audit 2023-12-09T01:56:17.307898+0000 mon.a (mon.0) 445 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-09T01:56:18.470 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:56:17 smithi125 bash[25274]: audit 2023-12-09T01:56:17.309917+0000 mon.a (mon.0) 446 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-09T01:56:18.484 INFO:journalctl@ceph.osd.2.smithi067.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-12-09T01:56:19.337 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:56:18 smithi067 bash[25104]: cluster 2023-12-09T01:56:17.267351+0000 mgr.y (mgr.14152) 135 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-09T01:56:19.337 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:56:18 smithi067 bash[25104]: audit 2023-12-09T01:56:17.997261+0000 mon.a (mon.0) 447 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi067", "root=default"]}]': finished 2023-12-09T01:56:19.337 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:56:18 smithi067 bash[25104]: cluster 2023-12-09T01:56:17.997457+0000 mon.a (mon.0) 448 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2023-12-09T01:56:19.337 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:56:18 smithi067 bash[25104]: audit 2023-12-09T01:56:17.997716+0000 mon.a (mon.0) 449 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-09T01:56:19.337 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:56:18 smithi067 bash[25104]: audit 2023-12-09T01:56:18.003671+0000 mon.a (mon.0) 450 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-09T01:56:19.338 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:56:18 smithi067 bash[30830]: cluster 2023-12-09T01:56:17.267351+0000 mgr.y (mgr.14152) 135 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-09T01:56:19.338 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:56:18 smithi067 bash[30830]: audit 2023-12-09T01:56:17.997261+0000 mon.a (mon.0) 447 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi067", "root=default"]}]': finished 2023-12-09T01:56:19.338 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:56:18 smithi067 bash[30830]: cluster 2023-12-09T01:56:17.997457+0000 mon.a (mon.0) 448 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2023-12-09T01:56:19.338 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:56:18 smithi067 bash[30830]: audit 2023-12-09T01:56:17.997716+0000 mon.a (mon.0) 449 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-09T01:56:19.338 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:56:18 smithi067 bash[30830]: audit 2023-12-09T01:56:18.003671+0000 mon.a (mon.0) 450 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-09T01:56:19.468 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:56:18 smithi125 bash[25274]: cluster 2023-12-09T01:56:17.267351+0000 mgr.y (mgr.14152) 135 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-09T01:56:19.469 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:56:18 smithi125 bash[25274]: audit 2023-12-09T01:56:17.997261+0000 mon.a (mon.0) 447 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi067", "root=default"]}]': finished 2023-12-09T01:56:19.469 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:56:18 smithi125 bash[25274]: cluster 2023-12-09T01:56:17.997457+0000 mon.a (mon.0) 448 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2023-12-09T01:56:19.469 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:56:18 smithi125 bash[25274]: audit 2023-12-09T01:56:17.997716+0000 mon.a (mon.0) 449 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-09T01:56:19.469 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:56:18 smithi125 bash[25274]: audit 2023-12-09T01:56:18.003671+0000 mon.a (mon.0) 450 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-09T01:56:20.273 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:56:19 smithi067 bash[30830]: cluster 2023-12-09T01:56:17.342200+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-09T01:56:20.273 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:56:19 smithi067 bash[30830]: cluster 2023-12-09T01:56:17.342417+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-09T01:56:20.273 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:56:19 smithi067 bash[30830]: audit 2023-12-09T01:56:19.003212+0000 mon.a (mon.0) 451 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-09T01:56:20.273 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:56:19 smithi067 bash[30830]: cluster 2023-12-09T01:56:19.012335+0000 mon.a (mon.0) 452 : cluster [INF] osd.2 [v2:172.21.15.67:6818/4288353206,v1:172.21.15.67:6819/4288353206] boot 2023-12-09T01:56:20.273 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:56:19 smithi067 bash[30830]: cluster 2023-12-09T01:56:19.012381+0000 mon.a (mon.0) 453 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2023-12-09T01:56:20.273 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:56:19 smithi067 bash[30830]: audit 2023-12-09T01:56:19.012518+0000 mon.a (mon.0) 454 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-09T01:56:20.273 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:56:19 smithi067 bash[30830]: audit 2023-12-09T01:56:19.380337+0000 mon.a (mon.0) 455 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' 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-09T01:56:20.273 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:56:19 smithi067 bash[25104]: cluster 2023-12-09T01:56:17.342200+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-09T01:56:20.273 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:56:19 smithi067 bash[25104]: cluster 2023-12-09T01:56:17.342417+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-09T01:56:20.273 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:56:19 smithi067 bash[25104]: audit 2023-12-09T01:56:19.003212+0000 mon.a (mon.0) 451 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-09T01:56:20.274 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:56:19 smithi067 bash[25104]: cluster 2023-12-09T01:56:19.012335+0000 mon.a (mon.0) 452 : cluster [INF] osd.2 [v2:172.21.15.67:6818/4288353206,v1:172.21.15.67:6819/4288353206] boot 2023-12-09T01:56:20.274 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:56:19 smithi067 bash[25104]: cluster 2023-12-09T01:56:19.012381+0000 mon.a (mon.0) 453 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2023-12-09T01:56:20.274 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:56:19 smithi067 bash[25104]: audit 2023-12-09T01:56:19.012518+0000 mon.a (mon.0) 454 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-09T01:56:20.274 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:56:19 smithi067 bash[25104]: audit 2023-12-09T01:56:19.380337+0000 mon.a (mon.0) 455 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' 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-09T01:56:20.469 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:56:19 smithi125 bash[25274]: cluster 2023-12-09T01:56:17.342200+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-09T01:56:20.469 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:56:19 smithi125 bash[25274]: cluster 2023-12-09T01:56:17.342417+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-09T01:56:20.469 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:56:19 smithi125 bash[25274]: audit 2023-12-09T01:56:19.003212+0000 mon.a (mon.0) 451 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-09T01:56:20.469 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:56:19 smithi125 bash[25274]: cluster 2023-12-09T01:56:19.012335+0000 mon.a (mon.0) 452 : cluster [INF] osd.2 [v2:172.21.15.67:6818/4288353206,v1:172.21.15.67:6819/4288353206] boot 2023-12-09T01:56:20.469 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:56:19 smithi125 bash[25274]: cluster 2023-12-09T01:56:19.012381+0000 mon.a (mon.0) 453 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2023-12-09T01:56:20.469 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:56:19 smithi125 bash[25274]: audit 2023-12-09T01:56:19.012518+0000 mon.a (mon.0) 454 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-09T01:56:20.469 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:56:19 smithi125 bash[25274]: audit 2023-12-09T01:56:19.380337+0000 mon.a (mon.0) 455 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' 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-09T01:56:21.468 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:56:21 smithi067 bash[25104]: cluster 2023-12-09T01:56:19.267817+0000 mgr.y (mgr.14152) 136 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-09T01:56:21.468 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:56:21 smithi067 bash[25104]: audit 2023-12-09T01:56:20.021154+0000 mon.a (mon.0) 456 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' 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-09T01:56:21.468 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:56:21 smithi067 bash[25104]: cluster 2023-12-09T01:56:20.021316+0000 mon.a (mon.0) 457 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2023-12-09T01:56:21.468 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:56:21 smithi067 bash[25104]: audit 2023-12-09T01:56:20.022949+0000 mon.a (mon.0) 458 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2023-12-09T01:56:21.469 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:56:21 smithi067 bash[30830]: cluster 2023-12-09T01:56:19.267817+0000 mgr.y (mgr.14152) 136 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-09T01:56:21.469 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:56:21 smithi067 bash[30830]: audit 2023-12-09T01:56:20.021154+0000 mon.a (mon.0) 456 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' 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-09T01:56:21.469 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:56:21 smithi067 bash[30830]: cluster 2023-12-09T01:56:20.021316+0000 mon.a (mon.0) 457 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2023-12-09T01:56:21.469 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:56:21 smithi067 bash[30830]: audit 2023-12-09T01:56:20.022949+0000 mon.a (mon.0) 458 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2023-12-09T01:56:21.469 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:56:21 smithi125 bash[25274]: cluster 2023-12-09T01:56:19.267817+0000 mgr.y (mgr.14152) 136 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-09T01:56:21.469 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:56:21 smithi125 bash[25274]: audit 2023-12-09T01:56:20.021154+0000 mon.a (mon.0) 456 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' 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-09T01:56:21.469 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:56:21 smithi125 bash[25274]: cluster 2023-12-09T01:56:20.021316+0000 mon.a (mon.0) 457 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2023-12-09T01:56:21.469 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:56:21 smithi125 bash[25274]: audit 2023-12-09T01:56:20.022949+0000 mon.a (mon.0) 458 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2023-12-09T01:56:21.800 INFO:teuthology.orchestra.run.smithi067.stderr:--> Zapping: /dev/vg_nvme/lv_1 2023-12-09T01:56:21.801 INFO:teuthology.orchestra.run.smithi067.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_1 bs=1M count=10 conv=fsync 2023-12-09T01:56:21.801 INFO:teuthology.orchestra.run.smithi067.stderr: stderr: 10+0 records in 2023-12-09T01:56:21.801 INFO:teuthology.orchestra.run.smithi067.stderr:10+0 records out 2023-12-09T01:56:21.801 INFO:teuthology.orchestra.run.smithi067.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0168466 s, 622 MB/s 2023-12-09T01:56:21.801 INFO:teuthology.orchestra.run.smithi067.stderr:--> Zapping successful for: 2023-12-09T01:56:22.218 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:56:22 smithi067 bash[25104]: audit 2023-12-09T01:56:21.024467+0000 mon.a (mon.0) 459 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2023-12-09T01:56:22.218 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:56:22 smithi067 bash[25104]: cluster 2023-12-09T01:56:21.024652+0000 mon.a (mon.0) 460 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2023-12-09T01:56:22.218 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:56:22 smithi067 bash[25104]: cluster 2023-12-09T01:56:21.268420+0000 mgr.y (mgr.14152) 137 : cluster [DBG] pgmap v102: 1 pgs: 1 unknown; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2023-12-09T01:56:22.219 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:56:22 smithi067 bash[30830]: audit 2023-12-09T01:56:21.024467+0000 mon.a (mon.0) 459 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2023-12-09T01:56:22.219 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:56:22 smithi067 bash[30830]: cluster 2023-12-09T01:56:21.024652+0000 mon.a (mon.0) 460 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2023-12-09T01:56:22.219 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:56:22 smithi067 bash[30830]: cluster 2023-12-09T01:56:21.268420+0000 mgr.y (mgr.14152) 137 : cluster [DBG] pgmap v102: 1 pgs: 1 unknown; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2023-12-09T01:56:22.469 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:56:22 smithi125 bash[25274]: audit 2023-12-09T01:56:21.024467+0000 mon.a (mon.0) 459 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2023-12-09T01:56:22.469 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:56:22 smithi125 bash[25274]: cluster 2023-12-09T01:56:21.024652+0000 mon.a (mon.0) 460 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2023-12-09T01:56:22.469 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:56:22 smithi125 bash[25274]: cluster 2023-12-09T01:56:21.268420+0000 mgr.y (mgr.14152) 137 : cluster [DBG] pgmap v102: 1 pgs: 1 unknown; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2023-12-09T01:56:22.562 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6db93fb0-9635-11ee-95a3-87774f69a715 -- ceph orch daemon add osd smithi067:vg_nvme/lv_1 2023-12-09T01:56:23.470 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:56:23 smithi125 bash[25274]: cluster 2023-12-09T01:56:22.050636+0000 mon.a (mon.0) 461 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2023-12-09T01:56:23.470 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:56:23 smithi125 bash[25274]: cluster 2023-12-09T01:56:22.051081+0000 mon.a (mon.0) 462 : cluster [DBG] mgrmap e15: y(active, since 3m), standbys: x 2023-12-09T01:56:23.470 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:56:23 smithi125 bash[25274]: audit 2023-12-09T01:56:22.121219+0000 mon.a (mon.0) 463 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:56:23.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:56:23 smithi067 bash[25104]: cluster 2023-12-09T01:56:22.050636+0000 mon.a (mon.0) 461 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2023-12-09T01:56:23.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:56:23 smithi067 bash[25104]: cluster 2023-12-09T01:56:22.051081+0000 mon.a (mon.0) 462 : cluster [DBG] mgrmap e15: y(active, since 3m), standbys: x 2023-12-09T01:56:23.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:56:23 smithi067 bash[25104]: audit 2023-12-09T01:56:22.121219+0000 mon.a (mon.0) 463 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:56:23.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:56:23 smithi067 bash[30830]: cluster 2023-12-09T01:56:22.050636+0000 mon.a (mon.0) 461 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2023-12-09T01:56:23.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:56:23 smithi067 bash[30830]: cluster 2023-12-09T01:56:22.051081+0000 mon.a (mon.0) 462 : cluster [DBG] mgrmap e15: y(active, since 3m), standbys: x 2023-12-09T01:56:23.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:56:23 smithi067 bash[30830]: audit 2023-12-09T01:56:22.121219+0000 mon.a (mon.0) 463 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:56:25.898 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:56:25 smithi125 bash[25274]: cluster 2023-12-09T01:56:23.268963+0000 mgr.y (mgr.14152) 138 : cluster [DBG] pgmap v104: 1 pgs: 1 unknown; 0 B data, 16 MiB used, 268 GiB / 268 GiB avail 2023-12-09T01:56:25.898 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:56:25 smithi125 bash[25274]: audit 2023-12-09T01:56:23.940889+0000 mon.a (mon.0) 464 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-09T01:56:25.898 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:56:25 smithi125 bash[25274]: audit 2023-12-09T01:56:24.839997+0000 mon.a (mon.0) 465 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-09T01:56:25.898 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:56:25 smithi125 bash[25274]: audit 2023-12-09T01:56:24.841397+0000 mon.a (mon.0) 466 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-09T01:56:25.898 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:56:25 smithi125 bash[25274]: audit 2023-12-09T01:56:24.841627+0000 mon.a (mon.0) 467 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-09T01:56:25.898 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:56:25 smithi125 bash[25274]: audit 2023-12-09T01:56:24.841940+0000 mon.a (mon.0) 468 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-09T01:56:25.899 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:56:25 smithi125 bash[25274]: audit 2023-12-09T01:56:24.848218+0000 mon.a (mon.0) 469 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-09T01:56:25.899 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:56:25 smithi125 bash[25274]: audit 2023-12-09T01:56:24.848421+0000 mon.a (mon.0) 470 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-09T01:56:25.899 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:56:25 smithi125 bash[25274]: audit 2023-12-09T01:56:24.848680+0000 mon.a (mon.0) 471 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-09T01:56:26.006 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:56:25 smithi067 bash[30830]: cluster 2023-12-09T01:56:23.268963+0000 mgr.y (mgr.14152) 138 : cluster [DBG] pgmap v104: 1 pgs: 1 unknown; 0 B data, 16 MiB used, 268 GiB / 268 GiB avail 2023-12-09T01:56:26.007 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:56:25 smithi067 bash[30830]: audit 2023-12-09T01:56:23.940889+0000 mon.a (mon.0) 464 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-09T01:56:26.007 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:56:25 smithi067 bash[30830]: audit 2023-12-09T01:56:24.839997+0000 mon.a (mon.0) 465 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-09T01:56:26.007 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:56:25 smithi067 bash[30830]: audit 2023-12-09T01:56:24.841397+0000 mon.a (mon.0) 466 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-09T01:56:26.007 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:56:25 smithi067 bash[30830]: audit 2023-12-09T01:56:24.841627+0000 mon.a (mon.0) 467 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-09T01:56:26.007 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:56:25 smithi067 bash[30830]: audit 2023-12-09T01:56:24.841940+0000 mon.a (mon.0) 468 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-09T01:56:26.007 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:56:25 smithi067 bash[30830]: audit 2023-12-09T01:56:24.848218+0000 mon.a (mon.0) 469 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-09T01:56:26.007 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:56:25 smithi067 bash[30830]: audit 2023-12-09T01:56:24.848421+0000 mon.a (mon.0) 470 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-09T01:56:26.007 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:56:25 smithi067 bash[30830]: audit 2023-12-09T01:56:24.848680+0000 mon.a (mon.0) 471 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-09T01:56:26.007 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:56:25 smithi067 bash[25104]: cluster 2023-12-09T01:56:23.268963+0000 mgr.y (mgr.14152) 138 : cluster [DBG] pgmap v104: 1 pgs: 1 unknown; 0 B data, 16 MiB used, 268 GiB / 268 GiB avail 2023-12-09T01:56:26.007 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:56:25 smithi067 bash[25104]: audit 2023-12-09T01:56:23.940889+0000 mon.a (mon.0) 464 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-09T01:56:26.007 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:56:25 smithi067 bash[25104]: audit 2023-12-09T01:56:24.839997+0000 mon.a (mon.0) 465 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-09T01:56:26.007 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:56:25 smithi067 bash[25104]: audit 2023-12-09T01:56:24.841397+0000 mon.a (mon.0) 466 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-09T01:56:26.008 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:56:25 smithi067 bash[25104]: audit 2023-12-09T01:56:24.841627+0000 mon.a (mon.0) 467 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-09T01:56:26.008 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:56:25 smithi067 bash[25104]: audit 2023-12-09T01:56:24.841940+0000 mon.a (mon.0) 468 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-09T01:56:26.008 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:56:25 smithi067 bash[25104]: audit 2023-12-09T01:56:24.848218+0000 mon.a (mon.0) 469 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-09T01:56:26.008 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:56:25 smithi067 bash[25104]: audit 2023-12-09T01:56:24.848421+0000 mon.a (mon.0) 470 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-09T01:56:26.008 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:56:25 smithi067 bash[25104]: audit 2023-12-09T01:56:24.848680+0000 mon.a (mon.0) 471 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-09T01:56:27.053 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:56:26 smithi125 bash[25274]: audit 2023-12-09T01:56:24.845117+0000 mon.c (mon.1) 12 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-09T01:56:27.053 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:56:26 smithi125 bash[25274]: cluster 2023-12-09T01:56:25.269304+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-09T01:56:27.053 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:56:26 smithi125 bash[25274]: audit 2023-12-09T01:56:25.749080+0000 mon.c (mon.1) 13 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-09T01:56:27.053 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:56:26 smithi125 bash[25274]: audit 2023-12-09T01:56:25.756968+0000 mon.b (mon.2) 3 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-09T01:56:27.053 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:56:26 smithi125 bash[25274]: audit 2023-12-09T01:56:25.758476+0000 mon.a (mon.0) 472 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-09T01:56:27.053 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:56:26 smithi125 bash[25274]: audit 2023-12-09T01:56:25.758702+0000 mon.a (mon.0) 473 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-09T01:56:27.053 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:56:26 smithi125 bash[25274]: audit 2023-12-09T01:56:25.758929+0000 mon.a (mon.0) 474 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-09T01:56:27.053 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:56:26 smithi125 bash[25274]: audit 2023-12-09T01:56:25.964211+0000 mgr.y (mgr.14152) 140 : audit [DBG] from='client.24205 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi067:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T01:56:27.053 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:56:26 smithi125 bash[25274]: audit 2023-12-09T01:56:25.970724+0000 mon.a (mon.0) 475 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-09T01:56:27.053 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:56:26 smithi125 bash[25274]: audit 2023-12-09T01:56:25.976777+0000 mon.a (mon.0) 476 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-09T01:56:27.054 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:56:26 smithi125 bash[25274]: audit 2023-12-09T01:56:25.978173+0000 mon.a (mon.0) 477 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T01:56:27.054 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:56:26 smithi125 bash[25274]: audit 2023-12-09T01:56:26.650008+0000 mon.b (mon.2) 4 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-09T01:56:27.054 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:56:26 smithi125 bash[25274]: audit 2023-12-09T01:56:26.686350+0000 mon.a (mon.0) 478 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:56:27.218 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:56:26 smithi067 bash[25104]: audit 2023-12-09T01:56:24.845117+0000 mon.c (mon.1) 12 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-09T01:56:27.219 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:56:26 smithi067 bash[25104]: cluster 2023-12-09T01:56:25.269304+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-09T01:56:27.219 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:56:26 smithi067 bash[25104]: audit 2023-12-09T01:56:25.749080+0000 mon.c (mon.1) 13 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-09T01:56:27.219 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:56:26 smithi067 bash[25104]: audit 2023-12-09T01:56:25.756968+0000 mon.b (mon.2) 3 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-09T01:56:27.219 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:56:26 smithi067 bash[25104]: audit 2023-12-09T01:56:25.758476+0000 mon.a (mon.0) 472 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-09T01:56:27.219 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:56:26 smithi067 bash[25104]: audit 2023-12-09T01:56:25.758702+0000 mon.a (mon.0) 473 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-09T01:56:27.219 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:56:26 smithi067 bash[25104]: audit 2023-12-09T01:56:25.758929+0000 mon.a (mon.0) 474 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-09T01:56:27.219 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:56:26 smithi067 bash[25104]: audit 2023-12-09T01:56:25.964211+0000 mgr.y (mgr.14152) 140 : audit [DBG] from='client.24205 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi067:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T01:56:27.220 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:56:26 smithi067 bash[25104]: audit 2023-12-09T01:56:25.970724+0000 mon.a (mon.0) 475 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-09T01:56:27.220 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:56:26 smithi067 bash[25104]: audit 2023-12-09T01:56:25.976777+0000 mon.a (mon.0) 476 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-09T01:56:27.220 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:56:26 smithi067 bash[25104]: audit 2023-12-09T01:56:25.978173+0000 mon.a (mon.0) 477 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T01:56:27.220 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:56:26 smithi067 bash[25104]: audit 2023-12-09T01:56:26.650008+0000 mon.b (mon.2) 4 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-09T01:56:27.220 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:56:26 smithi067 bash[25104]: audit 2023-12-09T01:56:26.686350+0000 mon.a (mon.0) 478 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:56:27.220 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:56:26 smithi067 bash[30830]: audit 2023-12-09T01:56:24.845117+0000 mon.c (mon.1) 12 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-09T01:56:27.220 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:56:26 smithi067 bash[30830]: cluster 2023-12-09T01:56:25.269304+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-09T01:56:27.220 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:56:26 smithi067 bash[30830]: audit 2023-12-09T01:56:25.749080+0000 mon.c (mon.1) 13 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-09T01:56:27.221 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:56:26 smithi067 bash[30830]: audit 2023-12-09T01:56:25.756968+0000 mon.b (mon.2) 3 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-09T01:56:27.221 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:56:26 smithi067 bash[30830]: audit 2023-12-09T01:56:25.758476+0000 mon.a (mon.0) 472 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-09T01:56:27.221 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:56:26 smithi067 bash[30830]: audit 2023-12-09T01:56:25.758702+0000 mon.a (mon.0) 473 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-09T01:56:27.221 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:56:26 smithi067 bash[30830]: audit 2023-12-09T01:56:25.758929+0000 mon.a (mon.0) 474 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-09T01:56:27.221 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:56:26 smithi067 bash[30830]: audit 2023-12-09T01:56:25.964211+0000 mgr.y (mgr.14152) 140 : audit [DBG] from='client.24205 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi067:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T01:56:27.221 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:56:26 smithi067 bash[30830]: audit 2023-12-09T01:56:25.970724+0000 mon.a (mon.0) 475 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-09T01:56:27.221 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:56:26 smithi067 bash[30830]: audit 2023-12-09T01:56:25.976777+0000 mon.a (mon.0) 476 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-09T01:56:27.221 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:56:26 smithi067 bash[30830]: audit 2023-12-09T01:56:25.978173+0000 mon.a (mon.0) 477 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T01:56:27.221 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:56:26 smithi067 bash[30830]: audit 2023-12-09T01:56:26.650008+0000 mon.b (mon.2) 4 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-09T01:56:27.222 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:56:26 smithi067 bash[30830]: audit 2023-12-09T01:56:26.686350+0000 mon.a (mon.0) 478 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:56:29.218 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:56:28 smithi067 bash[25104]: cluster 2023-12-09T01:56:27.269818+0000 mgr.y (mgr.14152) 141 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-09T01:56:29.218 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:56:28 smithi067 bash[30830]: cluster 2023-12-09T01:56:27.269818+0000 mgr.y (mgr.14152) 141 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-09T01:56:29.219 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:56:28 smithi125 bash[25274]: cluster 2023-12-09T01:56:27.269818+0000 mgr.y (mgr.14152) 141 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-09T01:56:29.968 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 01:56:29 smithi067 bash[25375]: 172.21.15.125 - - [09/Dec/2023:01:56:29] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-09T01:56:30.968 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:56:30 smithi067 bash[25104]: cluster 2023-12-09T01:56:29.270379+0000 mgr.y (mgr.14152) 142 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-09T01:56:30.968 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:56:30 smithi067 bash[25104]: audit 2023-12-09T01:56:29.684440+0000 mon.a (mon.0) 479 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:56:30.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:56:30 smithi067 bash[25104]: audit 2023-12-09T01:56:29.692411+0000 mon.a (mon.0) 480 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:56:30.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:56:30 smithi067 bash[30830]: cluster 2023-12-09T01:56:29.270379+0000 mgr.y (mgr.14152) 142 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-09T01:56:30.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:56:30 smithi067 bash[30830]: audit 2023-12-09T01:56:29.684440+0000 mon.a (mon.0) 479 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:56:30.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:56:30 smithi067 bash[30830]: audit 2023-12-09T01:56:29.692411+0000 mon.a (mon.0) 480 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:56:30.970 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:56:30 smithi125 bash[25274]: cluster 2023-12-09T01:56:29.270379+0000 mgr.y (mgr.14152) 142 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-09T01:56:30.970 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:56:30 smithi125 bash[25274]: audit 2023-12-09T01:56:29.684440+0000 mon.a (mon.0) 479 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:56:30.970 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:56:30 smithi125 bash[25274]: audit 2023-12-09T01:56:29.692411+0000 mon.a (mon.0) 480 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:56:33.218 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:56:32 smithi067 bash[25104]: cluster 2023-12-09T01:56:31.270866+0000 mgr.y (mgr.14152) 143 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 131 KiB/s wr, 9 op/s 2023-12-09T01:56:33.219 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:56:32 smithi067 bash[25104]: audit 2023-12-09T01:56:32.063532+0000 mon.c (mon.1) 14 : audit [INF] from='client.? 172.21.15.67:0/1416401277' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7c008860-ee7e-4d6e-bce4-91c9b0cbe497"}]: dispatch 2023-12-09T01:56:33.219 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:56:32 smithi067 bash[25104]: audit 2023-12-09T01:56:32.064337+0000 mon.a (mon.0) 481 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7c008860-ee7e-4d6e-bce4-91c9b0cbe497"}]: dispatch 2023-12-09T01:56:33.219 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:56:32 smithi067 bash[25104]: audit 2023-12-09T01:56:32.072873+0000 mon.a (mon.0) 482 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "7c008860-ee7e-4d6e-bce4-91c9b0cbe497"}]': finished 2023-12-09T01:56:33.219 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:56:32 smithi067 bash[25104]: cluster 2023-12-09T01:56:32.073071+0000 mon.a (mon.0) 483 : cluster [DBG] osdmap e22: 4 total, 3 up, 4 in 2023-12-09T01:56:33.219 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:56:32 smithi067 bash[25104]: audit 2023-12-09T01:56:32.073419+0000 mon.a (mon.0) 484 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-09T01:56:33.219 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:56:32 smithi067 bash[25104]: audit 2023-12-09T01:56:32.823069+0000 mon.a (mon.0) 485 : audit [DBG] from='client.? 172.21.15.67:0/556064473' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-09T01:56:33.219 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:56:32 smithi067 bash[30830]: cluster 2023-12-09T01:56:31.270866+0000 mgr.y (mgr.14152) 143 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 131 KiB/s wr, 9 op/s 2023-12-09T01:56:33.219 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:56:32 smithi067 bash[30830]: audit 2023-12-09T01:56:32.063532+0000 mon.c (mon.1) 14 : audit [INF] from='client.? 172.21.15.67:0/1416401277' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7c008860-ee7e-4d6e-bce4-91c9b0cbe497"}]: dispatch 2023-12-09T01:56:33.219 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:56:32 smithi067 bash[30830]: audit 2023-12-09T01:56:32.064337+0000 mon.a (mon.0) 481 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7c008860-ee7e-4d6e-bce4-91c9b0cbe497"}]: dispatch 2023-12-09T01:56:33.219 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:56:32 smithi067 bash[30830]: audit 2023-12-09T01:56:32.072873+0000 mon.a (mon.0) 482 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "7c008860-ee7e-4d6e-bce4-91c9b0cbe497"}]': finished 2023-12-09T01:56:33.219 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:56:32 smithi067 bash[30830]: cluster 2023-12-09T01:56:32.073071+0000 mon.a (mon.0) 483 : cluster [DBG] osdmap e22: 4 total, 3 up, 4 in 2023-12-09T01:56:33.220 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:56:32 smithi067 bash[30830]: audit 2023-12-09T01:56:32.073419+0000 mon.a (mon.0) 484 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-09T01:56:33.220 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:56:32 smithi067 bash[30830]: audit 2023-12-09T01:56:32.823069+0000 mon.a (mon.0) 485 : audit [DBG] from='client.? 172.21.15.67:0/556064473' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-09T01:56:33.469 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:56:32 smithi125 bash[25274]: cluster 2023-12-09T01:56:31.270866+0000 mgr.y (mgr.14152) 143 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 131 KiB/s wr, 9 op/s 2023-12-09T01:56:33.469 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:56:32 smithi125 bash[25274]: audit 2023-12-09T01:56:32.063532+0000 mon.c (mon.1) 14 : audit [INF] from='client.? 172.21.15.67:0/1416401277' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7c008860-ee7e-4d6e-bce4-91c9b0cbe497"}]: dispatch 2023-12-09T01:56:33.469 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:56:32 smithi125 bash[25274]: audit 2023-12-09T01:56:32.064337+0000 mon.a (mon.0) 481 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7c008860-ee7e-4d6e-bce4-91c9b0cbe497"}]: dispatch 2023-12-09T01:56:33.469 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:56:32 smithi125 bash[25274]: audit 2023-12-09T01:56:32.072873+0000 mon.a (mon.0) 482 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "7c008860-ee7e-4d6e-bce4-91c9b0cbe497"}]': finished 2023-12-09T01:56:33.469 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:56:32 smithi125 bash[25274]: cluster 2023-12-09T01:56:32.073071+0000 mon.a (mon.0) 483 : cluster [DBG] osdmap e22: 4 total, 3 up, 4 in 2023-12-09T01:56:33.469 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:56:32 smithi125 bash[25274]: audit 2023-12-09T01:56:32.073419+0000 mon.a (mon.0) 484 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-09T01:56:33.469 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:56:32 smithi125 bash[25274]: audit 2023-12-09T01:56:32.823069+0000 mon.a (mon.0) 485 : audit [DBG] from='client.? 172.21.15.67:0/556064473' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-09T01:56:33.718 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 01:56:33 smithi067 bash[25375]: 172.21.15.67 - - [09/Dec/2023:01:56:33] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-09T01:56:34.718 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:56:34 smithi067 bash[25104]: cluster 2023-12-09T01:56:33.271509+0000 mgr.y (mgr.14152) 144 : cluster [DBG] pgmap v110: 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-09T01:56:34.718 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:56:34 smithi067 bash[25104]: audit 2023-12-09T01:56:33.446217+0000 mon.a (mon.0) 486 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:56:34.719 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:56:34 smithi067 bash[25104]: audit 2023-12-09T01:56:33.453633+0000 mon.a (mon.0) 487 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:56:34.719 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:56:34 smithi067 bash[30830]: cluster 2023-12-09T01:56:33.271509+0000 mgr.y (mgr.14152) 144 : cluster [DBG] pgmap v110: 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-09T01:56:34.719 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:56:34 smithi067 bash[30830]: audit 2023-12-09T01:56:33.446217+0000 mon.a (mon.0) 486 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:56:34.719 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:56:34 smithi067 bash[30830]: audit 2023-12-09T01:56:33.453633+0000 mon.a (mon.0) 487 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:56:34.719 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:56:34 smithi125 bash[25274]: cluster 2023-12-09T01:56:33.271509+0000 mgr.y (mgr.14152) 144 : cluster [DBG] pgmap v110: 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-09T01:56:34.719 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:56:34 smithi125 bash[25274]: audit 2023-12-09T01:56:33.446217+0000 mon.a (mon.0) 486 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:56:34.719 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:56:34 smithi125 bash[25274]: audit 2023-12-09T01:56:33.453633+0000 mon.a (mon.0) 487 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:56:37.218 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:56:36 smithi067 bash[25104]: cluster 2023-12-09T01:56:35.272184+0000 mgr.y (mgr.14152) 145 : 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-09T01:56:37.219 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:56:36 smithi067 bash[30830]: cluster 2023-12-09T01:56:35.272184+0000 mgr.y (mgr.14152) 145 : 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-09T01:56:37.468 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:56:36 smithi125 bash[25274]: cluster 2023-12-09T01:56:35.272184+0000 mgr.y (mgr.14152) 145 : 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-09T01:56:39.468 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:56:38 smithi067 bash[25104]: cluster 2023-12-09T01:56:37.272795+0000 mgr.y (mgr.14152) 146 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 78 KiB/s wr, 5 op/s 2023-12-09T01:56:39.468 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:56:38 smithi067 bash[30830]: cluster 2023-12-09T01:56:37.272795+0000 mgr.y (mgr.14152) 146 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 78 KiB/s wr, 5 op/s 2023-12-09T01:56:39.469 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:56:38 smithi125 bash[25274]: cluster 2023-12-09T01:56:37.272795+0000 mgr.y (mgr.14152) 146 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 78 KiB/s wr, 5 op/s 2023-12-09T01:56:41.304 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:56:40 smithi067 bash[25104]: cluster 2023-12-09T01:56:39.273433+0000 mgr.y (mgr.14152) 147 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 78 KiB/s wr, 5 op/s 2023-12-09T01:56:41.304 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:56:40 smithi067 bash[30830]: cluster 2023-12-09T01:56:39.273433+0000 mgr.y (mgr.14152) 147 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 78 KiB/s wr, 5 op/s 2023-12-09T01:56:41.469 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:56:40 smithi125 bash[25274]: cluster 2023-12-09T01:56:39.273433+0000 mgr.y (mgr.14152) 147 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 78 KiB/s wr, 5 op/s 2023-12-09T01:56:43.218 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:56:42 smithi067 bash[25104]: cluster 2023-12-09T01:56:41.274015+0000 mgr.y (mgr.14152) 148 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-09T01:56:43.218 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:56:42 smithi067 bash[25104]: audit 2023-12-09T01:56:42.653059+0000 mon.a (mon.0) 488 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-12-09T01:56:43.218 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:56:42 smithi067 bash[25104]: audit 2023-12-09T01:56:42.654691+0000 mon.a (mon.0) 489 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T01:56:43.219 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:56:42 smithi067 bash[30830]: cluster 2023-12-09T01:56:41.274015+0000 mgr.y (mgr.14152) 148 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-09T01:56:43.219 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:56:42 smithi067 bash[30830]: audit 2023-12-09T01:56:42.653059+0000 mon.a (mon.0) 488 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-12-09T01:56:43.219 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:56:42 smithi067 bash[30830]: audit 2023-12-09T01:56:42.654691+0000 mon.a (mon.0) 489 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T01:56:43.469 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:56:42 smithi125 bash[25274]: cluster 2023-12-09T01:56:41.274015+0000 mgr.y (mgr.14152) 148 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-09T01:56:43.469 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:56:42 smithi125 bash[25274]: audit 2023-12-09T01:56:42.653059+0000 mon.a (mon.0) 488 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-12-09T01:56:43.469 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:56:42 smithi125 bash[25274]: audit 2023-12-09T01:56:42.654691+0000 mon.a (mon.0) 489 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T01:56:44.115 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:56:43 smithi067 bash[25104]: cephadm 2023-12-09T01:56:42.655835+0000 mgr.y (mgr.14152) 149 : cephadm [INF] Deploying daemon osd.3 on smithi067 2023-12-09T01:56:44.115 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:56:44 smithi067 bash[30830]: cephadm 2023-12-09T01:56:42.655835+0000 mgr.y (mgr.14152) 149 : cephadm [INF] Deploying daemon osd.3 on smithi067 2023-12-09T01:56:44.469 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:56:43 smithi125 bash[25274]: cephadm 2023-12-09T01:56:42.655835+0000 mgr.y (mgr.14152) 149 : cephadm [INF] Deploying daemon osd.3 on smithi067 2023-12-09T01:56:45.218 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:56:44 smithi125 bash[25274]: cluster 2023-12-09T01:56:43.274571+0000 mgr.y (mgr.14152) 150 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-09T01:56:45.261 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:56:44 smithi067 bash[25104]: cluster 2023-12-09T01:56:43.274571+0000 mgr.y (mgr.14152) 150 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-09T01:56:45.261 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:56:44 smithi067 bash[30830]: cluster 2023-12-09T01:56:43.274571+0000 mgr.y (mgr.14152) 150 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-09T01:56:47.218 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:56:47 smithi067 bash[25104]: cluster 2023-12-09T01:56:45.275148+0000 mgr.y (mgr.14152) 151 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-09T01:56:47.218 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:56:47 smithi067 bash[25104]: audit 2023-12-09T01:56:46.789547+0000 mon.a (mon.0) 490 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:56:47.218 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:56:47 smithi067 bash[25104]: audit 2023-12-09T01:56:46.797846+0000 mon.a (mon.0) 491 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T01:56:47.219 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:56:47 smithi067 bash[25104]: audit 2023-12-09T01:56:46.800382+0000 mon.a (mon.0) 492 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T01:56:47.219 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:56:47 smithi067 bash[25104]: audit 2023-12-09T01:56:46.801727+0000 mon.a (mon.0) 493 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T01:56:47.219 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:56:47 smithi067 bash[25104]: audit 2023-12-09T01:56:46.811691+0000 mon.a (mon.0) 494 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:56:47.219 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:56:47 smithi067 bash[30830]: cluster 2023-12-09T01:56:45.275148+0000 mgr.y (mgr.14152) 151 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-09T01:56:47.219 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:56:47 smithi067 bash[30830]: audit 2023-12-09T01:56:46.789547+0000 mon.a (mon.0) 490 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:56:47.219 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:56:47 smithi067 bash[30830]: audit 2023-12-09T01:56:46.797846+0000 mon.a (mon.0) 491 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T01:56:47.219 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:56:47 smithi067 bash[30830]: audit 2023-12-09T01:56:46.800382+0000 mon.a (mon.0) 492 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T01:56:47.219 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:56:47 smithi067 bash[30830]: audit 2023-12-09T01:56:46.801727+0000 mon.a (mon.0) 493 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T01:56:47.219 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:56:47 smithi067 bash[30830]: audit 2023-12-09T01:56:46.811691+0000 mon.a (mon.0) 494 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:56:47.469 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:56:46 smithi125 bash[25274]: cluster 2023-12-09T01:56:45.275148+0000 mgr.y (mgr.14152) 151 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-09T01:56:47.469 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:56:46 smithi125 bash[25274]: audit 2023-12-09T01:56:46.789547+0000 mon.a (mon.0) 490 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:56:47.469 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:56:47 smithi125 bash[25274]: audit 2023-12-09T01:56:46.797846+0000 mon.a (mon.0) 491 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T01:56:47.469 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:56:47 smithi125 bash[25274]: audit 2023-12-09T01:56:46.800382+0000 mon.a (mon.0) 492 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T01:56:47.469 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:56:47 smithi125 bash[25274]: audit 2023-12-09T01:56:46.801727+0000 mon.a (mon.0) 493 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T01:56:47.469 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:56:47 smithi125 bash[25274]: audit 2023-12-09T01:56:46.811691+0000 mon.a (mon.0) 494 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:56:49.350 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:56:49 smithi125 bash[25274]: cluster 2023-12-09T01:56:47.275720+0000 mgr.y (mgr.14152) 152 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-09T01:56:49.468 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:56:49 smithi067 bash[25104]: cluster 2023-12-09T01:56:47.275720+0000 mgr.y (mgr.14152) 152 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-09T01:56:49.468 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:56:49 smithi067 bash[30830]: cluster 2023-12-09T01:56:47.275720+0000 mgr.y (mgr.14152) 152 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-09T01:56:50.218 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 01:56:49 smithi067 bash[25375]: 172.21.15.125 - - [09/Dec/2023:01:56:49] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-09T01:56:50.881 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:56:50 smithi067 bash[25104]: cluster 2023-12-09T01:56:49.276321+0000 mgr.y (mgr.14152) 153 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-09T01:56:50.881 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:56:50 smithi067 bash[25104]: audit 2023-12-09T01:56:49.858681+0000 mon.a (mon.0) 495 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:56:50.881 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:56:50 smithi067 bash[25104]: audit 2023-12-09T01:56:49.868213+0000 mon.a (mon.0) 496 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:56:50.881 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:56:50 smithi067 bash[30830]: cluster 2023-12-09T01:56:49.276321+0000 mgr.y (mgr.14152) 153 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-09T01:56:50.882 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:56:50 smithi067 bash[30830]: audit 2023-12-09T01:56:49.858681+0000 mon.a (mon.0) 495 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:56:50.882 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:56:50 smithi067 bash[30830]: audit 2023-12-09T01:56:49.868213+0000 mon.a (mon.0) 496 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:56:51.218 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:56:50 smithi125 bash[25274]: cluster 2023-12-09T01:56:49.276321+0000 mgr.y (mgr.14152) 153 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-09T01:56:51.219 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:56:50 smithi125 bash[25274]: audit 2023-12-09T01:56:49.858681+0000 mon.a (mon.0) 495 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:56:51.219 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:56:50 smithi125 bash[25274]: audit 2023-12-09T01:56:49.868213+0000 mon.a (mon.0) 496 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:56:53.124 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:56:52 smithi067 bash[25104]: cluster 2023-12-09T01:56:51.276954+0000 mgr.y (mgr.14152) 154 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-09T01:56:53.125 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:56:52 smithi067 bash[30830]: cluster 2023-12-09T01:56:51.276954+0000 mgr.y (mgr.14152) 154 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-09T01:56:53.469 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:56:52 smithi125 bash[25274]: cluster 2023-12-09T01:56:51.276954+0000 mgr.y (mgr.14152) 154 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-09T01:56:53.880 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 01:56:53 smithi067 bash[25375]: 172.21.15.67 - - [09/Dec/2023:01:56:53] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-09T01:56:54.319 INFO:teuthology.orchestra.run.smithi067.stdout:Created osd(s) 3 on host 'smithi067' 2023-12-09T01:56:54.719 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:56:54 smithi067 bash[25104]: cluster 2023-12-09T01:56:53.277371+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-09T01:56:54.719 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:56:54 smithi067 bash[25104]: audit 2023-12-09T01:56:53.578809+0000 mon.a (mon.0) 497 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:56:54.719 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:56:54 smithi067 bash[25104]: cephadm 2023-12-09T01:56:53.579906+0000 mgr.y (mgr.14152) 156 : cephadm [INF] Detected new or changed devices on smithi067 2023-12-09T01:56:54.719 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:56:54 smithi067 bash[25104]: audit 2023-12-09T01:56:53.586770+0000 mon.a (mon.0) 498 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:56:54.719 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:56:54 smithi067 bash[25104]: audit 2023-12-09T01:56:53.600724+0000 mon.a (mon.0) 499 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T01:56:54.719 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:56:54 smithi067 bash[25104]: audit 2023-12-09T01:56:53.602762+0000 mon.a (mon.0) 500 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T01:56:54.719 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:56:54 smithi067 bash[25104]: audit 2023-12-09T01:56:53.604105+0000 mon.a (mon.0) 501 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T01:56:54.719 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:56:54 smithi067 bash[25104]: audit 2023-12-09T01:56:53.615672+0000 mon.a (mon.0) 502 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:56:54.719 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:56:54 smithi067 bash[25104]: audit 2023-12-09T01:56:54.168113+0000 mon.a (mon.0) 503 : audit [INF] from='osd.3 [v2:172.21.15.67:6826/385317379,v1:172.21.15.67:6827/385317379]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-12-09T01:56:54.719 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:56:54 smithi067 bash[25104]: audit 2023-12-09T01:56:54.319101+0000 mon.a (mon.0) 504 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:56:54.719 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:56:54 smithi067 bash[25104]: audit 2023-12-09T01:56:54.341000+0000 mon.a (mon.0) 505 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T01:56:54.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:56:54 smithi067 bash[25104]: audit 2023-12-09T01:56:54.344120+0000 mon.a (mon.0) 506 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T01:56:54.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:56:54 smithi067 bash[25104]: audit 2023-12-09T01:56:54.345668+0000 mon.a (mon.0) 507 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T01:56:54.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:56:54 smithi067 bash[25104]: audit 2023-12-09T01:56:54.356411+0000 mon.a (mon.0) 508 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:56:54.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:56:54 smithi067 bash[30830]: cluster 2023-12-09T01:56:53.277371+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-09T01:56:54.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:56:54 smithi067 bash[30830]: audit 2023-12-09T01:56:53.578809+0000 mon.a (mon.0) 497 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:56:54.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:56:54 smithi067 bash[30830]: cephadm 2023-12-09T01:56:53.579906+0000 mgr.y (mgr.14152) 156 : cephadm [INF] Detected new or changed devices on smithi067 2023-12-09T01:56:54.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:56:54 smithi067 bash[30830]: audit 2023-12-09T01:56:53.586770+0000 mon.a (mon.0) 498 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:56:54.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:56:54 smithi067 bash[30830]: audit 2023-12-09T01:56:53.600724+0000 mon.a (mon.0) 499 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T01:56:54.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:56:54 smithi067 bash[30830]: audit 2023-12-09T01:56:53.602762+0000 mon.a (mon.0) 500 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T01:56:54.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:56:54 smithi067 bash[30830]: audit 2023-12-09T01:56:53.604105+0000 mon.a (mon.0) 501 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T01:56:54.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:56:54 smithi067 bash[30830]: audit 2023-12-09T01:56:53.615672+0000 mon.a (mon.0) 502 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:56:54.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:56:54 smithi067 bash[30830]: audit 2023-12-09T01:56:54.168113+0000 mon.a (mon.0) 503 : audit [INF] from='osd.3 [v2:172.21.15.67:6826/385317379,v1:172.21.15.67:6827/385317379]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-12-09T01:56:54.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:56:54 smithi067 bash[30830]: audit 2023-12-09T01:56:54.319101+0000 mon.a (mon.0) 504 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:56:54.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:56:54 smithi067 bash[30830]: audit 2023-12-09T01:56:54.341000+0000 mon.a (mon.0) 505 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T01:56:54.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:56:54 smithi067 bash[30830]: audit 2023-12-09T01:56:54.344120+0000 mon.a (mon.0) 506 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T01:56:54.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:56:54 smithi067 bash[30830]: audit 2023-12-09T01:56:54.345668+0000 mon.a (mon.0) 507 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T01:56:54.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:56:54 smithi067 bash[30830]: audit 2023-12-09T01:56:54.356411+0000 mon.a (mon.0) 508 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:56:54.969 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:56:54 smithi125 bash[25274]: cluster 2023-12-09T01:56:53.277371+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-09T01:56:54.969 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:56:54 smithi125 bash[25274]: audit 2023-12-09T01:56:53.578809+0000 mon.a (mon.0) 497 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:56:54.969 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:56:54 smithi125 bash[25274]: cephadm 2023-12-09T01:56:53.579906+0000 mgr.y (mgr.14152) 156 : cephadm [INF] Detected new or changed devices on smithi067 2023-12-09T01:56:54.969 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:56:54 smithi125 bash[25274]: audit 2023-12-09T01:56:53.586770+0000 mon.a (mon.0) 498 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:56:54.969 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:56:54 smithi125 bash[25274]: audit 2023-12-09T01:56:53.600724+0000 mon.a (mon.0) 499 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T01:56:54.970 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:56:54 smithi125 bash[25274]: audit 2023-12-09T01:56:53.602762+0000 mon.a (mon.0) 500 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T01:56:54.970 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:56:54 smithi125 bash[25274]: audit 2023-12-09T01:56:53.604105+0000 mon.a (mon.0) 501 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T01:56:54.970 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:56:54 smithi125 bash[25274]: audit 2023-12-09T01:56:53.615672+0000 mon.a (mon.0) 502 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:56:54.970 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:56:54 smithi125 bash[25274]: audit 2023-12-09T01:56:54.168113+0000 mon.a (mon.0) 503 : audit [INF] from='osd.3 [v2:172.21.15.67:6826/385317379,v1:172.21.15.67:6827/385317379]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-12-09T01:56:54.970 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:56:54 smithi125 bash[25274]: audit 2023-12-09T01:56:54.319101+0000 mon.a (mon.0) 504 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:56:54.970 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:56:54 smithi125 bash[25274]: audit 2023-12-09T01:56:54.341000+0000 mon.a (mon.0) 505 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T01:56:54.970 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:56:54 smithi125 bash[25274]: audit 2023-12-09T01:56:54.344120+0000 mon.a (mon.0) 506 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T01:56:54.970 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:56:54 smithi125 bash[25274]: audit 2023-12-09T01:56:54.345668+0000 mon.a (mon.0) 507 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T01:56:54.970 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:56:54 smithi125 bash[25274]: audit 2023-12-09T01:56:54.356411+0000 mon.a (mon.0) 508 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:56:55.772 DEBUG:teuthology.orchestra.run.smithi067:osd.3> sudo journalctl -f -n 0 -u ceph-6db93fb0-9635-11ee-95a3-87774f69a715@osd.3.service 2023-12-09T01:56:55.775 INFO:tasks.cephadm:Deploying osd.4 on smithi125 with /dev/vg_nvme/lv_4... 2023-12-09T01:56:55.775 DEBUG:teuthology.orchestra.run.smithi125:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6db93fb0-9635-11ee-95a3-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2023-12-09T01:56:56.065 INFO:journalctl@ceph.osd.3.smithi067.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-12-09T01:56:56.218 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:56:56 smithi067 bash[30830]: audit 2023-12-09T01:56:54.990922+0000 mon.a (mon.0) 509 : audit [INF] from='osd.3 [v2:172.21.15.67:6826/385317379,v1:172.21.15.67:6827/385317379]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-12-09T01:56:56.218 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:56:56 smithi067 bash[30830]: cluster 2023-12-09T01:56:54.991124+0000 mon.a (mon.0) 510 : cluster [DBG] osdmap e23: 4 total, 3 up, 4 in 2023-12-09T01:56:56.218 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:56:56 smithi067 bash[30830]: audit 2023-12-09T01:56:54.991425+0000 mon.a (mon.0) 511 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-09T01:56:56.218 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:56:56 smithi067 bash[30830]: audit 2023-12-09T01:56:54.992490+0000 mon.a (mon.0) 512 : audit [INF] from='osd.3 [v2:172.21.15.67:6826/385317379,v1:172.21.15.67:6827/385317379]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi067", "root=default"]}]: dispatch 2023-12-09T01:56:56.219 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:56:55 smithi067 bash[25104]: audit 2023-12-09T01:56:54.990922+0000 mon.a (mon.0) 509 : audit [INF] from='osd.3 [v2:172.21.15.67:6826/385317379,v1:172.21.15.67:6827/385317379]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-12-09T01:56:56.219 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:56:55 smithi067 bash[25104]: cluster 2023-12-09T01:56:54.991124+0000 mon.a (mon.0) 510 : cluster [DBG] osdmap e23: 4 total, 3 up, 4 in 2023-12-09T01:56:56.219 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:56:55 smithi067 bash[25104]: audit 2023-12-09T01:56:54.991425+0000 mon.a (mon.0) 511 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-09T01:56:56.219 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:56:55 smithi067 bash[25104]: audit 2023-12-09T01:56:54.992490+0000 mon.a (mon.0) 512 : audit [INF] from='osd.3 [v2:172.21.15.67:6826/385317379,v1:172.21.15.67:6827/385317379]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi067", "root=default"]}]: dispatch 2023-12-09T01:56:56.219 INFO:journalctl@ceph.osd.3.smithi067.stdout:Dec 09 01:56:56 smithi067 bash[44601]: debug 2023-12-09T01:56:56.000+0000 7ff164a94700 -1 osd.3 0 waiting for initial osdmap 2023-12-09T01:56:56.219 INFO:journalctl@ceph.osd.3.smithi067.stdout:Dec 09 01:56:56 smithi067 bash[44601]: debug 2023-12-09T01:56:56.004+0000 7ff15f42b700 -1 osd.3 24 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-09T01:56:56.220 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:56:55 smithi125 bash[25274]: audit 2023-12-09T01:56:54.990922+0000 mon.a (mon.0) 509 : audit [INF] from='osd.3 [v2:172.21.15.67:6826/385317379,v1:172.21.15.67:6827/385317379]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-12-09T01:56:56.220 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:56:55 smithi125 bash[25274]: cluster 2023-12-09T01:56:54.991124+0000 mon.a (mon.0) 510 : cluster [DBG] osdmap e23: 4 total, 3 up, 4 in 2023-12-09T01:56:56.220 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:56:55 smithi125 bash[25274]: audit 2023-12-09T01:56:54.991425+0000 mon.a (mon.0) 511 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-09T01:56:56.220 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:56:55 smithi125 bash[25274]: audit 2023-12-09T01:56:54.992490+0000 mon.a (mon.0) 512 : audit [INF] from='osd.3 [v2:172.21.15.67:6826/385317379,v1:172.21.15.67:6827/385317379]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi067", "root=default"]}]: dispatch 2023-12-09T01:56:57.287 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 01:56:57 smithi067 bash[25375]: 172.21.15.67 - - [09/Dec/2023:01:56:57] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-09T01:56:57.288 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:56:57 smithi067 bash[30830]: cluster 2023-12-09T01:56:55.277884+0000 mgr.y (mgr.14152) 157 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-09T01:56:57.288 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:56:57 smithi067 bash[30830]: audit 2023-12-09T01:56:55.993621+0000 mon.a (mon.0) 513 : audit [INF] from='osd.3 [v2:172.21.15.67:6826/385317379,v1:172.21.15.67:6827/385317379]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi067", "root=default"]}]': finished 2023-12-09T01:56:57.288 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:56:57 smithi067 bash[30830]: cluster 2023-12-09T01:56:55.993900+0000 mon.a (mon.0) 514 : cluster [DBG] osdmap e24: 4 total, 3 up, 4 in 2023-12-09T01:56:57.288 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:56:57 smithi067 bash[30830]: audit 2023-12-09T01:56:55.994721+0000 mon.a (mon.0) 515 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-09T01:56:57.288 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:56:57 smithi067 bash[30830]: audit 2023-12-09T01:56:56.002669+0000 mon.a (mon.0) 516 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-09T01:56:57.288 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:56:57 smithi067 bash[30830]: audit 2023-12-09T01:56:56.994584+0000 mon.a (mon.0) 517 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:56:57.288 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:56:57 smithi067 bash[25104]: cluster 2023-12-09T01:56:55.277884+0000 mgr.y (mgr.14152) 157 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-09T01:56:57.288 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:56:57 smithi067 bash[25104]: audit 2023-12-09T01:56:55.993621+0000 mon.a (mon.0) 513 : audit [INF] from='osd.3 [v2:172.21.15.67:6826/385317379,v1:172.21.15.67:6827/385317379]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi067", "root=default"]}]': finished 2023-12-09T01:56:57.288 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:56:57 smithi067 bash[25104]: cluster 2023-12-09T01:56:55.993900+0000 mon.a (mon.0) 514 : cluster [DBG] osdmap e24: 4 total, 3 up, 4 in 2023-12-09T01:56:57.289 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:56:57 smithi067 bash[25104]: audit 2023-12-09T01:56:55.994721+0000 mon.a (mon.0) 515 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-09T01:56:57.289 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:56:57 smithi067 bash[25104]: audit 2023-12-09T01:56:56.002669+0000 mon.a (mon.0) 516 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-09T01:56:57.289 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:56:57 smithi067 bash[25104]: audit 2023-12-09T01:56:56.994584+0000 mon.a (mon.0) 517 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:56:57.469 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:56:57 smithi125 bash[25274]: cluster 2023-12-09T01:56:55.277884+0000 mgr.y (mgr.14152) 157 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-09T01:56:57.469 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:56:57 smithi125 bash[25274]: audit 2023-12-09T01:56:55.993621+0000 mon.a (mon.0) 513 : audit [INF] from='osd.3 [v2:172.21.15.67:6826/385317379,v1:172.21.15.67:6827/385317379]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi067", "root=default"]}]': finished 2023-12-09T01:56:57.469 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:56:57 smithi125 bash[25274]: cluster 2023-12-09T01:56:55.993900+0000 mon.a (mon.0) 514 : cluster [DBG] osdmap e24: 4 total, 3 up, 4 in 2023-12-09T01:56:57.469 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:56:57 smithi125 bash[25274]: audit 2023-12-09T01:56:55.994721+0000 mon.a (mon.0) 515 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-09T01:56:57.469 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:56:57 smithi125 bash[25274]: audit 2023-12-09T01:56:56.002669+0000 mon.a (mon.0) 516 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-09T01:56:57.469 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:56:57 smithi125 bash[25274]: audit 2023-12-09T01:56:56.994584+0000 mon.a (mon.0) 517 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:56:58.291 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:56:58 smithi125 bash[25274]: cluster 2023-12-09T01:56:55.154465+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-09T01:56:58.291 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:56:58 smithi125 bash[25274]: cluster 2023-12-09T01:56:55.154658+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-09T01:56:58.292 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:56:58 smithi125 bash[25274]: audit 2023-12-09T01:56:57.002070+0000 mon.a (mon.0) 518 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:56:58.292 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:56:58 smithi125 bash[25274]: audit 2023-12-09T01:56:57.002735+0000 mon.a (mon.0) 519 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-09T01:56:58.292 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:56:58 smithi125 bash[25274]: cluster 2023-12-09T01:56:57.008940+0000 mon.a (mon.0) 520 : cluster [INF] osd.3 [v2:172.21.15.67:6826/385317379,v1:172.21.15.67:6827/385317379] boot 2023-12-09T01:56:58.292 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:56:58 smithi125 bash[25274]: cluster 2023-12-09T01:56:57.008986+0000 mon.a (mon.0) 521 : cluster [DBG] osdmap e25: 4 total, 4 up, 4 in 2023-12-09T01:56:58.292 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:56:58 smithi125 bash[25274]: audit 2023-12-09T01:56:57.009612+0000 mon.a (mon.0) 522 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-09T01:56:58.292 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:56:58 smithi125 bash[25274]: audit 2023-12-09T01:56:57.030591+0000 mon.a (mon.0) 523 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T01:56:58.292 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:56:58 smithi125 bash[25274]: audit 2023-12-09T01:56:57.033257+0000 mon.a (mon.0) 524 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T01:56:58.292 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:56:58 smithi125 bash[25274]: audit 2023-12-09T01:56:57.034945+0000 mon.a (mon.0) 525 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T01:56:58.292 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:56:58 smithi125 bash[25274]: audit 2023-12-09T01:56:57.047278+0000 mon.a (mon.0) 526 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:56:58.468 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:56:58 smithi067 bash[25104]: cluster 2023-12-09T01:56:55.154465+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-09T01:56:58.468 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:56:58 smithi067 bash[25104]: cluster 2023-12-09T01:56:55.154658+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-09T01:56:58.469 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:56:58 smithi067 bash[25104]: audit 2023-12-09T01:56:57.002070+0000 mon.a (mon.0) 518 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:56:58.469 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:56:58 smithi067 bash[25104]: audit 2023-12-09T01:56:57.002735+0000 mon.a (mon.0) 519 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-09T01:56:58.469 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:56:58 smithi067 bash[25104]: cluster 2023-12-09T01:56:57.008940+0000 mon.a (mon.0) 520 : cluster [INF] osd.3 [v2:172.21.15.67:6826/385317379,v1:172.21.15.67:6827/385317379] boot 2023-12-09T01:56:58.469 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:56:58 smithi067 bash[25104]: cluster 2023-12-09T01:56:57.008986+0000 mon.a (mon.0) 521 : cluster [DBG] osdmap e25: 4 total, 4 up, 4 in 2023-12-09T01:56:58.469 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:56:58 smithi067 bash[25104]: audit 2023-12-09T01:56:57.009612+0000 mon.a (mon.0) 522 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-09T01:56:58.469 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:56:58 smithi067 bash[25104]: audit 2023-12-09T01:56:57.030591+0000 mon.a (mon.0) 523 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T01:56:58.469 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:56:58 smithi067 bash[25104]: audit 2023-12-09T01:56:57.033257+0000 mon.a (mon.0) 524 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T01:56:58.469 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:56:58 smithi067 bash[25104]: audit 2023-12-09T01:56:57.034945+0000 mon.a (mon.0) 525 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T01:56:58.469 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:56:58 smithi067 bash[25104]: audit 2023-12-09T01:56:57.047278+0000 mon.a (mon.0) 526 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:56:58.469 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:56:58 smithi067 bash[30830]: cluster 2023-12-09T01:56:55.154465+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-09T01:56:58.469 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:56:58 smithi067 bash[30830]: cluster 2023-12-09T01:56:55.154658+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-09T01:56:58.469 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:56:58 smithi067 bash[30830]: audit 2023-12-09T01:56:57.002070+0000 mon.a (mon.0) 518 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:56:58.470 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:56:58 smithi067 bash[30830]: audit 2023-12-09T01:56:57.002735+0000 mon.a (mon.0) 519 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-09T01:56:58.470 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:56:58 smithi067 bash[30830]: cluster 2023-12-09T01:56:57.008940+0000 mon.a (mon.0) 520 : cluster [INF] osd.3 [v2:172.21.15.67:6826/385317379,v1:172.21.15.67:6827/385317379] boot 2023-12-09T01:56:58.470 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:56:58 smithi067 bash[30830]: cluster 2023-12-09T01:56:57.008986+0000 mon.a (mon.0) 521 : cluster [DBG] osdmap e25: 4 total, 4 up, 4 in 2023-12-09T01:56:58.470 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:56:58 smithi067 bash[30830]: audit 2023-12-09T01:56:57.009612+0000 mon.a (mon.0) 522 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-09T01:56:58.470 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:56:58 smithi067 bash[30830]: audit 2023-12-09T01:56:57.030591+0000 mon.a (mon.0) 523 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T01:56:58.470 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:56:58 smithi067 bash[30830]: audit 2023-12-09T01:56:57.033257+0000 mon.a (mon.0) 524 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T01:56:58.470 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:56:58 smithi067 bash[30830]: audit 2023-12-09T01:56:57.034945+0000 mon.a (mon.0) 525 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T01:56:58.470 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:56:58 smithi067 bash[30830]: audit 2023-12-09T01:56:57.047278+0000 mon.a (mon.0) 526 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:56:58.910 INFO:teuthology.orchestra.run.smithi125.stderr:--> Zapping: /dev/vg_nvme/lv_4 2023-12-09T01:56:58.910 INFO:teuthology.orchestra.run.smithi125.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2023-12-09T01:56:58.910 INFO:teuthology.orchestra.run.smithi125.stderr: stderr: 10+0 records in 2023-12-09T01:56:58.910 INFO:teuthology.orchestra.run.smithi125.stderr:10+0 records out 2023-12-09T01:56:58.910 INFO:teuthology.orchestra.run.smithi125.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.018127 s, 578 MB/s 2023-12-09T01:56:58.911 INFO:teuthology.orchestra.run.smithi125.stderr:--> Zapping successful for: 2023-12-09T01:56:59.219 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:56:59 smithi125 bash[25274]: cluster 2023-12-09T01:56:57.278322+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-09T01:56:59.219 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:56:59 smithi125 bash[25274]: cluster 2023-12-09T01:56:58.060791+0000 mon.a (mon.0) 527 : cluster [DBG] osdmap e26: 4 total, 4 up, 4 in 2023-12-09T01:56:59.468 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:56:59 smithi067 bash[30830]: cluster 2023-12-09T01:56:57.278322+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-09T01:56:59.468 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:56:59 smithi067 bash[30830]: cluster 2023-12-09T01:56:58.060791+0000 mon.a (mon.0) 527 : cluster [DBG] osdmap e26: 4 total, 4 up, 4 in 2023-12-09T01:56:59.469 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:56:59 smithi067 bash[25104]: cluster 2023-12-09T01:56:57.278322+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-09T01:56:59.469 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:56:59 smithi067 bash[25104]: cluster 2023-12-09T01:56:58.060791+0000 mon.a (mon.0) 527 : cluster [DBG] osdmap e26: 4 total, 4 up, 4 in 2023-12-09T01:56:59.557 DEBUG:teuthology.orchestra.run.smithi125:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6db93fb0-9635-11ee-95a3-87774f69a715 -- ceph orch daemon add osd smithi125:vg_nvme/lv_4 2023-12-09T01:57:01.468 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:57:01 smithi067 bash[25104]: cluster 2023-12-09T01:56:59.278849+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-09T01:57:01.469 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:57:01 smithi067 bash[30830]: cluster 2023-12-09T01:56:59.278849+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-09T01:57:01.469 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:57:01 smithi125 bash[25274]: cluster 2023-12-09T01:56:59.278849+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-09T01:57:03.468 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:57:03 smithi067 bash[25104]: cluster 2023-12-09T01:57:01.279476+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-09T01:57:03.468 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:57:03 smithi067 bash[25104]: audit 2023-12-09T01:57:02.309106+0000 mon.a (mon.0) 528 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-09T01:57:03.468 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:57:03 smithi067 bash[25104]: audit 2023-12-09T01:57:02.316040+0000 mon.a (mon.0) 529 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-09T01:57:03.468 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:57:03 smithi067 bash[25104]: audit 2023-12-09T01:57:02.317812+0000 mon.a (mon.0) 530 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T01:57:03.469 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:57:03 smithi067 bash[30830]: cluster 2023-12-09T01:57:01.279476+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-09T01:57:03.469 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:57:03 smithi067 bash[30830]: audit 2023-12-09T01:57:02.309106+0000 mon.a (mon.0) 528 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-09T01:57:03.469 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:57:03 smithi067 bash[30830]: audit 2023-12-09T01:57:02.316040+0000 mon.a (mon.0) 529 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-09T01:57:03.469 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:57:03 smithi067 bash[30830]: audit 2023-12-09T01:57:02.317812+0000 mon.a (mon.0) 530 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T01:57:03.469 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:57:03 smithi125 bash[25274]: cluster 2023-12-09T01:57:01.279476+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-09T01:57:03.469 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:57:03 smithi125 bash[25274]: audit 2023-12-09T01:57:02.309106+0000 mon.a (mon.0) 528 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-09T01:57:03.469 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:57:03 smithi125 bash[25274]: audit 2023-12-09T01:57:02.316040+0000 mon.a (mon.0) 529 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-09T01:57:03.469 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:57:03 smithi125 bash[25274]: audit 2023-12-09T01:57:02.317812+0000 mon.a (mon.0) 530 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T01:57:04.468 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:57:04 smithi067 bash[30830]: audit 2023-12-09T01:57:02.302223+0000 mgr.y (mgr.14152) 161 : audit [DBG] from='client.24227 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi125:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T01:57:04.469 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:57:04 smithi067 bash[25104]: audit 2023-12-09T01:57:02.302223+0000 mgr.y (mgr.14152) 161 : audit [DBG] from='client.24227 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi125:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T01:57:04.469 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:57:04 smithi125 bash[25274]: audit 2023-12-09T01:57:02.302223+0000 mgr.y (mgr.14152) 161 : audit [DBG] from='client.24227 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi125:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T01:57:05.219 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:57:05 smithi125 bash[25274]: cluster 2023-12-09T01:57:03.280061+0000 mgr.y (mgr.14152) 162 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-09T01:57:05.468 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:57:05 smithi067 bash[25104]: cluster 2023-12-09T01:57:03.280061+0000 mgr.y (mgr.14152) 162 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-09T01:57:05.468 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:57:05 smithi067 bash[30830]: cluster 2023-12-09T01:57:03.280061+0000 mgr.y (mgr.14152) 162 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-09T01:57:07.468 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:57:07 smithi067 bash[25104]: cluster 2023-12-09T01:57:05.280666+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-09T01:57:07.468 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:57:07 smithi067 bash[30830]: cluster 2023-12-09T01:57:05.280666+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-09T01:57:07.469 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:57:07 smithi125 bash[25274]: cluster 2023-12-09T01:57:05.280666+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-09T01:57:08.337 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:57:08 smithi125 bash[25274]: cluster 2023-12-09T01:57:07.281266+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-09T01:57:08.468 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:57:08 smithi067 bash[25104]: cluster 2023-12-09T01:57:07.281266+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-09T01:57:08.468 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:57:08 smithi067 bash[30830]: cluster 2023-12-09T01:57:07.281266+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-09T01:57:10.468 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 01:57:10 smithi067 bash[25375]: 172.21.15.125 - - [09/Dec/2023:01:57:09] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-09T01:57:11.219 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:57:10 smithi125 bash[25274]: cluster 2023-12-09T01:57:09.281958+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-09T01:57:11.219 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:57:10 smithi125 bash[25274]: audit 2023-12-09T01:57:09.990663+0000 mon.a (mon.0) 531 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:57:11.219 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:57:10 smithi125 bash[25274]: audit 2023-12-09T01:57:09.999258+0000 mon.a (mon.0) 532 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:57:11.468 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:57:10 smithi067 bash[25104]: cluster 2023-12-09T01:57:09.281958+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-09T01:57:11.468 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:57:10 smithi067 bash[25104]: audit 2023-12-09T01:57:09.990663+0000 mon.a (mon.0) 531 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:57:11.468 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:57:10 smithi067 bash[25104]: audit 2023-12-09T01:57:09.999258+0000 mon.a (mon.0) 532 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:57:11.469 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:57:10 smithi067 bash[30830]: cluster 2023-12-09T01:57:09.281958+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-09T01:57:11.469 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:57:10 smithi067 bash[30830]: audit 2023-12-09T01:57:09.990663+0000 mon.a (mon.0) 531 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:57:11.469 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:57:10 smithi067 bash[30830]: audit 2023-12-09T01:57:09.999258+0000 mon.a (mon.0) 532 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:57:12.468 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:57:12 smithi067 bash[25104]: audit 2023-12-09T01:57:11.738961+0000 mon.b (mon.2) 5 : audit [INF] from='client.? 172.21.15.125:0/1265143552' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "068c161b-c667-4a9a-ae63-54ded141d12e"}]: dispatch 2023-12-09T01:57:12.468 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:57:12 smithi067 bash[25104]: audit 2023-12-09T01:57:11.741194+0000 mon.a (mon.0) 533 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "068c161b-c667-4a9a-ae63-54ded141d12e"}]: dispatch 2023-12-09T01:57:12.469 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:57:12 smithi067 bash[25104]: audit 2023-12-09T01:57:11.750275+0000 mon.a (mon.0) 534 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "068c161b-c667-4a9a-ae63-54ded141d12e"}]': finished 2023-12-09T01:57:12.469 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:57:12 smithi067 bash[25104]: cluster 2023-12-09T01:57:11.750458+0000 mon.a (mon.0) 535 : cluster [DBG] osdmap e27: 5 total, 4 up, 5 in 2023-12-09T01:57:12.469 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:57:12 smithi067 bash[25104]: audit 2023-12-09T01:57:11.750817+0000 mon.a (mon.0) 536 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-09T01:57:12.469 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:57:12 smithi067 bash[30830]: audit 2023-12-09T01:57:11.738961+0000 mon.b (mon.2) 5 : audit [INF] from='client.? 172.21.15.125:0/1265143552' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "068c161b-c667-4a9a-ae63-54ded141d12e"}]: dispatch 2023-12-09T01:57:12.469 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:57:12 smithi067 bash[30830]: audit 2023-12-09T01:57:11.741194+0000 mon.a (mon.0) 533 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "068c161b-c667-4a9a-ae63-54ded141d12e"}]: dispatch 2023-12-09T01:57:12.469 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:57:12 smithi067 bash[30830]: audit 2023-12-09T01:57:11.750275+0000 mon.a (mon.0) 534 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "068c161b-c667-4a9a-ae63-54ded141d12e"}]': finished 2023-12-09T01:57:12.469 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:57:12 smithi067 bash[30830]: cluster 2023-12-09T01:57:11.750458+0000 mon.a (mon.0) 535 : cluster [DBG] osdmap e27: 5 total, 4 up, 5 in 2023-12-09T01:57:12.469 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:57:12 smithi067 bash[30830]: audit 2023-12-09T01:57:11.750817+0000 mon.a (mon.0) 536 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-09T01:57:12.470 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:57:12 smithi125 bash[25274]: audit 2023-12-09T01:57:11.738961+0000 mon.b (mon.2) 5 : audit [INF] from='client.? 172.21.15.125:0/1265143552' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "068c161b-c667-4a9a-ae63-54ded141d12e"}]: dispatch 2023-12-09T01:57:12.470 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:57:12 smithi125 bash[25274]: audit 2023-12-09T01:57:11.741194+0000 mon.a (mon.0) 533 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "068c161b-c667-4a9a-ae63-54ded141d12e"}]: dispatch 2023-12-09T01:57:12.470 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:57:12 smithi125 bash[25274]: audit 2023-12-09T01:57:11.750275+0000 mon.a (mon.0) 534 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "068c161b-c667-4a9a-ae63-54ded141d12e"}]': finished 2023-12-09T01:57:12.470 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:57:12 smithi125 bash[25274]: cluster 2023-12-09T01:57:11.750458+0000 mon.a (mon.0) 535 : cluster [DBG] osdmap e27: 5 total, 4 up, 5 in 2023-12-09T01:57:12.470 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:57:12 smithi125 bash[25274]: audit 2023-12-09T01:57:11.750817+0000 mon.a (mon.0) 536 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-09T01:57:13.387 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:57:13 smithi067 bash[25104]: cluster 2023-12-09T01:57:11.282707+0000 mgr.y (mgr.14152) 166 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-09T01:57:13.387 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:57:13 smithi067 bash[25104]: audit 2023-12-09T01:57:12.471613+0000 mon.b (mon.2) 6 : audit [DBG] from='client.? 172.21.15.125:0/1634395636' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-09T01:57:13.387 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:57:13 smithi067 bash[30830]: cluster 2023-12-09T01:57:11.282707+0000 mgr.y (mgr.14152) 166 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-09T01:57:13.387 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:57:13 smithi067 bash[30830]: audit 2023-12-09T01:57:12.471613+0000 mon.b (mon.2) 6 : audit [DBG] from='client.? 172.21.15.125:0/1634395636' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-09T01:57:13.469 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:57:13 smithi125 bash[25274]: cluster 2023-12-09T01:57:11.282707+0000 mgr.y (mgr.14152) 166 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-09T01:57:13.469 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:57:13 smithi125 bash[25274]: audit 2023-12-09T01:57:12.471613+0000 mon.b (mon.2) 6 : audit [DBG] from='client.? 172.21.15.125:0/1634395636' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-09T01:57:15.219 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:57:15 smithi125 bash[25274]: cluster 2023-12-09T01:57:13.283436+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-09T01:57:15.468 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:57:15 smithi067 bash[25104]: cluster 2023-12-09T01:57:13.283436+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-09T01:57:15.468 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:57:15 smithi067 bash[30830]: cluster 2023-12-09T01:57:13.283436+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-09T01:57:17.373 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:57:17 smithi067 bash[25104]: cluster 2023-12-09T01:57:15.283963+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-09T01:57:17.373 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 01:57:17 smithi067 bash[25375]: 172.21.15.67 - - [09/Dec/2023:01:57:17] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-09T01:57:17.373 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:57:17 smithi067 bash[30830]: cluster 2023-12-09T01:57:15.283963+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-09T01:57:17.469 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:57:17 smithi125 bash[25274]: cluster 2023-12-09T01:57:15.283963+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-09T01:57:17.718 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 01:57:17 smithi067 bash[25375]: 172.21.15.67 - - [09/Dec/2023:01:57:17] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-09T01:57:18.468 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:57:18 smithi067 bash[25104]: audit 2023-12-09T01:57:17.187775+0000 mon.a (mon.0) 537 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:57:18.468 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:57:18 smithi067 bash[25104]: audit 2023-12-09T01:57:17.195601+0000 mon.a (mon.0) 538 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:57:18.468 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:57:18 smithi067 bash[25104]: cluster 2023-12-09T01:57:17.284469+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-09T01:57:18.468 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:57:18 smithi067 bash[25104]: audit 2023-12-09T01:57:17.310009+0000 mon.a (mon.0) 539 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-09T01:57:18.469 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:57:18 smithi067 bash[25104]: audit 2023-12-09T01:57:17.312230+0000 mon.a (mon.0) 540 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-09T01:57:18.469 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:57:18 smithi067 bash[25104]: audit 2023-12-09T01:57:17.365242+0000 mon.a (mon.0) 541 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:57:18.469 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:57:18 smithi067 bash[25104]: audit 2023-12-09T01:57:17.372459+0000 mon.a (mon.0) 542 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:57:18.469 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:57:18 smithi067 bash[30830]: audit 2023-12-09T01:57:17.187775+0000 mon.a (mon.0) 537 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:57:18.469 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:57:18 smithi067 bash[30830]: audit 2023-12-09T01:57:17.195601+0000 mon.a (mon.0) 538 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:57:18.469 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:57:18 smithi067 bash[30830]: cluster 2023-12-09T01:57:17.284469+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-09T01:57:18.469 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:57:18 smithi067 bash[30830]: audit 2023-12-09T01:57:17.310009+0000 mon.a (mon.0) 539 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-09T01:57:18.469 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:57:18 smithi067 bash[30830]: audit 2023-12-09T01:57:17.312230+0000 mon.a (mon.0) 540 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-09T01:57:18.469 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:57:18 smithi067 bash[30830]: audit 2023-12-09T01:57:17.365242+0000 mon.a (mon.0) 541 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:57:18.469 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:57:18 smithi067 bash[30830]: audit 2023-12-09T01:57:17.372459+0000 mon.a (mon.0) 542 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:57:18.470 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:57:18 smithi125 bash[25274]: audit 2023-12-09T01:57:17.187775+0000 mon.a (mon.0) 537 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:57:18.470 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:57:18 smithi125 bash[25274]: audit 2023-12-09T01:57:17.195601+0000 mon.a (mon.0) 538 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:57:18.470 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:57:18 smithi125 bash[25274]: cluster 2023-12-09T01:57:17.284469+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-09T01:57:18.470 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:57:18 smithi125 bash[25274]: audit 2023-12-09T01:57:17.310009+0000 mon.a (mon.0) 539 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-09T01:57:18.470 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:57:18 smithi125 bash[25274]: audit 2023-12-09T01:57:17.312230+0000 mon.a (mon.0) 540 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-09T01:57:18.470 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:57:18 smithi125 bash[25274]: audit 2023-12-09T01:57:17.365242+0000 mon.a (mon.0) 541 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:57:18.470 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:57:18 smithi125 bash[25274]: audit 2023-12-09T01:57:17.372459+0000 mon.a (mon.0) 542 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:57:20.619 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:57:20 smithi125 bash[25274]: cluster 2023-12-09T01:57:19.285081+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-09T01:57:20.718 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:57:20 smithi067 bash[25104]: cluster 2023-12-09T01:57:19.285081+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-09T01:57:20.718 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:57:20 smithi067 bash[30830]: cluster 2023-12-09T01:57:19.285081+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-09T01:57:22.468 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:57:21 smithi067 bash[25104]: audit 2023-12-09T01:57:21.715858+0000 mon.a (mon.0) 543 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-12-09T01:57:22.468 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:57:21 smithi067 bash[25104]: audit 2023-12-09T01:57:21.717687+0000 mon.a (mon.0) 544 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T01:57:22.468 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:57:21 smithi067 bash[30830]: audit 2023-12-09T01:57:21.715858+0000 mon.a (mon.0) 543 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-12-09T01:57:22.468 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:57:21 smithi067 bash[30830]: audit 2023-12-09T01:57:21.717687+0000 mon.a (mon.0) 544 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T01:57:22.469 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:57:21 smithi125 bash[25274]: audit 2023-12-09T01:57:21.715858+0000 mon.a (mon.0) 543 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-12-09T01:57:22.469 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:57:21 smithi125 bash[25274]: audit 2023-12-09T01:57:21.717687+0000 mon.a (mon.0) 544 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T01:57:23.105 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:57:22 smithi125 bash[25274]: cluster 2023-12-09T01:57:21.285718+0000 mgr.y (mgr.14152) 171 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-09T01:57:23.105 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:57:22 smithi125 bash[25274]: cephadm 2023-12-09T01:57:21.719215+0000 mgr.y (mgr.14152) 172 : cephadm [INF] Deploying daemon osd.4 on smithi125 2023-12-09T01:57:23.468 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:57:22 smithi067 bash[25104]: cluster 2023-12-09T01:57:21.285718+0000 mgr.y (mgr.14152) 171 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-09T01:57:23.469 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:57:22 smithi067 bash[25104]: cephadm 2023-12-09T01:57:21.719215+0000 mgr.y (mgr.14152) 172 : cephadm [INF] Deploying daemon osd.4 on smithi125 2023-12-09T01:57:23.469 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:57:22 smithi067 bash[30830]: cluster 2023-12-09T01:57:21.285718+0000 mgr.y (mgr.14152) 171 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-09T01:57:23.469 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:57:22 smithi067 bash[30830]: cephadm 2023-12-09T01:57:21.719215+0000 mgr.y (mgr.14152) 172 : cephadm [INF] Deploying daemon osd.4 on smithi125 2023-12-09T01:57:25.219 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:57:24 smithi125 bash[25274]: cluster 2023-12-09T01:57:23.286319+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-09T01:57:25.468 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:57:24 smithi067 bash[30830]: cluster 2023-12-09T01:57:23.286319+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-09T01:57:25.468 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:57:24 smithi067 bash[25104]: cluster 2023-12-09T01:57:23.286319+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-09T01:57:27.071 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:57:26 smithi125 bash[25274]: cluster 2023-12-09T01:57:25.286924+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-09T01:57:27.071 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:57:26 smithi125 bash[25274]: audit 2023-12-09T01:57:25.777177+0000 mon.a (mon.0) 545 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:57:27.071 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:57:26 smithi125 bash[25274]: audit 2023-12-09T01:57:25.792030+0000 mon.a (mon.0) 546 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T01:57:27.071 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:57:26 smithi125 bash[25274]: audit 2023-12-09T01:57:25.795263+0000 mon.a (mon.0) 547 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T01:57:27.072 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:57:26 smithi125 bash[25274]: audit 2023-12-09T01:57:25.797258+0000 mon.a (mon.0) 548 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T01:57:27.072 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:57:26 smithi125 bash[25274]: audit 2023-12-09T01:57:25.809761+0000 mon.a (mon.0) 549 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:57:27.218 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:57:26 smithi067 bash[25104]: cluster 2023-12-09T01:57:25.286924+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-09T01:57:27.218 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:57:26 smithi067 bash[25104]: audit 2023-12-09T01:57:25.777177+0000 mon.a (mon.0) 545 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:57:27.218 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:57:26 smithi067 bash[25104]: audit 2023-12-09T01:57:25.792030+0000 mon.a (mon.0) 546 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T01:57:27.218 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:57:26 smithi067 bash[25104]: audit 2023-12-09T01:57:25.795263+0000 mon.a (mon.0) 547 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T01:57:27.219 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:57:26 smithi067 bash[25104]: audit 2023-12-09T01:57:25.797258+0000 mon.a (mon.0) 548 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T01:57:27.219 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:57:26 smithi067 bash[25104]: audit 2023-12-09T01:57:25.809761+0000 mon.a (mon.0) 549 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:57:27.219 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:57:26 smithi067 bash[30830]: cluster 2023-12-09T01:57:25.286924+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-09T01:57:27.219 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:57:26 smithi067 bash[30830]: audit 2023-12-09T01:57:25.777177+0000 mon.a (mon.0) 545 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:57:27.219 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:57:26 smithi067 bash[30830]: audit 2023-12-09T01:57:25.792030+0000 mon.a (mon.0) 546 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T01:57:27.219 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:57:26 smithi067 bash[30830]: audit 2023-12-09T01:57:25.795263+0000 mon.a (mon.0) 547 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T01:57:27.219 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:57:26 smithi067 bash[30830]: audit 2023-12-09T01:57:25.797258+0000 mon.a (mon.0) 548 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T01:57:27.219 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:57:26 smithi067 bash[30830]: audit 2023-12-09T01:57:25.809761+0000 mon.a (mon.0) 549 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:57:29.078 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:57:28 smithi125 bash[25274]: cluster 2023-12-09T01:57:27.287535+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-09T01:57:29.218 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:57:28 smithi067 bash[25104]: cluster 2023-12-09T01:57:27.287535+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-09T01:57:29.218 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:57:28 smithi067 bash[30830]: cluster 2023-12-09T01:57:27.287535+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-09T01:57:30.468 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 01:57:30 smithi067 bash[25375]: 172.21.15.125 - - [09/Dec/2023:01:57:30] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-09T01:57:30.924 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:57:30 smithi125 bash[25274]: cluster 2023-12-09T01:57:29.288127+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-09T01:57:30.924 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:57:30 smithi125 bash[25274]: audit 2023-12-09T01:57:30.117535+0000 mon.a (mon.0) 550 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:57:30.924 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:57:30 smithi125 bash[25274]: audit 2023-12-09T01:57:30.127570+0000 mon.a (mon.0) 551 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:57:30.924 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:57:30 smithi125 bash[25274]: audit 2023-12-09T01:57:30.141811+0000 mon.a (mon.0) 552 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T01:57:30.924 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:57:30 smithi125 bash[25274]: audit 2023-12-09T01:57:30.144158+0000 mon.a (mon.0) 553 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T01:57:30.924 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:57:30 smithi125 bash[25274]: audit 2023-12-09T01:57:30.145745+0000 mon.a (mon.0) 554 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T01:57:30.925 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:57:30 smithi125 bash[25274]: audit 2023-12-09T01:57:30.156346+0000 mon.a (mon.0) 555 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:57:31.218 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:57:30 smithi067 bash[25104]: cluster 2023-12-09T01:57:29.288127+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-09T01:57:31.218 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:57:30 smithi067 bash[25104]: audit 2023-12-09T01:57:30.117535+0000 mon.a (mon.0) 550 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:57:31.218 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:57:30 smithi067 bash[25104]: audit 2023-12-09T01:57:30.127570+0000 mon.a (mon.0) 551 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:57:31.218 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:57:30 smithi067 bash[25104]: audit 2023-12-09T01:57:30.141811+0000 mon.a (mon.0) 552 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T01:57:31.218 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:57:30 smithi067 bash[25104]: audit 2023-12-09T01:57:30.144158+0000 mon.a (mon.0) 553 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T01:57:31.219 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:57:30 smithi067 bash[25104]: audit 2023-12-09T01:57:30.145745+0000 mon.a (mon.0) 554 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T01:57:31.219 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:57:30 smithi067 bash[25104]: audit 2023-12-09T01:57:30.156346+0000 mon.a (mon.0) 555 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:57:31.219 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:57:30 smithi067 bash[30830]: cluster 2023-12-09T01:57:29.288127+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-09T01:57:31.219 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:57:30 smithi067 bash[30830]: audit 2023-12-09T01:57:30.117535+0000 mon.a (mon.0) 550 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:57:31.219 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:57:30 smithi067 bash[30830]: audit 2023-12-09T01:57:30.127570+0000 mon.a (mon.0) 551 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:57:31.219 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:57:30 smithi067 bash[30830]: audit 2023-12-09T01:57:30.141811+0000 mon.a (mon.0) 552 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T01:57:31.219 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:57:30 smithi067 bash[30830]: audit 2023-12-09T01:57:30.144158+0000 mon.a (mon.0) 553 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T01:57:31.219 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:57:30 smithi067 bash[30830]: audit 2023-12-09T01:57:30.145745+0000 mon.a (mon.0) 554 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T01:57:31.219 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:57:30 smithi067 bash[30830]: audit 2023-12-09T01:57:30.156346+0000 mon.a (mon.0) 555 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:57:33.083 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:57:32 smithi125 bash[25274]: cluster 2023-12-09T01:57:31.288786+0000 mgr.y (mgr.14152) 177 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-09T01:57:33.084 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:57:32 smithi125 bash[25274]: audit 2023-12-09T01:57:32.818868+0000 mon.a (mon.0) 556 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:57:33.084 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:57:32 smithi125 bash[25274]: audit 2023-12-09T01:57:32.826810+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:57:33.084 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:57:32 smithi125 bash[25274]: audit 2023-12-09T01:57:32.832059+0000 mon.a (mon.0) 558 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T01:57:33.084 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:57:32 smithi125 bash[25274]: audit 2023-12-09T01:57:32.834432+0000 mon.a (mon.0) 559 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T01:57:33.084 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:57:32 smithi125 bash[25274]: audit 2023-12-09T01:57:32.835845+0000 mon.a (mon.0) 560 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T01:57:33.084 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:57:32 smithi125 bash[25274]: audit 2023-12-09T01:57:32.845437+0000 mon.a (mon.0) 561 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:57:33.218 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 01:57:32 smithi067 bash[25375]: 172.21.15.125 - - [09/Dec/2023:01:57:32] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-09T01:57:33.218 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:57:32 smithi067 bash[30830]: cluster 2023-12-09T01:57:31.288786+0000 mgr.y (mgr.14152) 177 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-09T01:57:33.218 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:57:32 smithi067 bash[30830]: audit 2023-12-09T01:57:32.818868+0000 mon.a (mon.0) 556 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:57:33.218 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:57:32 smithi067 bash[30830]: audit 2023-12-09T01:57:32.826810+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:57:33.219 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:57:32 smithi067 bash[30830]: audit 2023-12-09T01:57:32.832059+0000 mon.a (mon.0) 558 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T01:57:33.219 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:57:32 smithi067 bash[30830]: audit 2023-12-09T01:57:32.834432+0000 mon.a (mon.0) 559 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T01:57:33.219 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:57:32 smithi067 bash[30830]: audit 2023-12-09T01:57:32.835845+0000 mon.a (mon.0) 560 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T01:57:33.219 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:57:32 smithi067 bash[30830]: audit 2023-12-09T01:57:32.845437+0000 mon.a (mon.0) 561 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:57:33.219 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:57:32 smithi067 bash[25104]: cluster 2023-12-09T01:57:31.288786+0000 mgr.y (mgr.14152) 177 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-09T01:57:33.219 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:57:32 smithi067 bash[25104]: audit 2023-12-09T01:57:32.818868+0000 mon.a (mon.0) 556 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:57:33.219 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:57:32 smithi067 bash[25104]: audit 2023-12-09T01:57:32.826810+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:57:33.219 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:57:32 smithi067 bash[25104]: audit 2023-12-09T01:57:32.832059+0000 mon.a (mon.0) 558 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T01:57:33.219 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:57:32 smithi067 bash[25104]: audit 2023-12-09T01:57:32.834432+0000 mon.a (mon.0) 559 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T01:57:33.219 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:57:32 smithi067 bash[25104]: audit 2023-12-09T01:57:32.835845+0000 mon.a (mon.0) 560 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T01:57:33.219 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:57:32 smithi067 bash[25104]: audit 2023-12-09T01:57:32.845437+0000 mon.a (mon.0) 561 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:57:33.791 INFO:teuthology.orchestra.run.smithi125.stdout:Created osd(s) 4 on host 'smithi125' 2023-12-09T01:57:34.219 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:57:33 smithi125 bash[25274]: cephadm 2023-12-09T01:57:32.820225+0000 mgr.y (mgr.14152) 178 : cephadm [INF] Detected new or changed devices on smithi125 2023-12-09T01:57:34.219 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:57:33 smithi125 bash[25274]: audit 2023-12-09T01:57:33.790653+0000 mon.a (mon.0) 562 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:57:34.219 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:57:33 smithi125 bash[25274]: audit 2023-12-09T01:57:33.817123+0000 mon.a (mon.0) 563 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T01:57:34.219 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:57:33 smithi125 bash[25274]: audit 2023-12-09T01:57:33.819639+0000 mon.a (mon.0) 564 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T01:57:34.219 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:57:33 smithi125 bash[25274]: audit 2023-12-09T01:57:33.821324+0000 mon.a (mon.0) 565 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T01:57:34.219 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:57:33 smithi125 bash[25274]: audit 2023-12-09T01:57:33.825675+0000 mon.a (mon.0) 566 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-09T01:57:34.220 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:57:33 smithi125 bash[25274]: audit 2023-12-09T01:57:33.835020+0000 mon.a (mon.0) 567 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:57:34.220 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:57:33 smithi125 bash[25274]: audit 2023-12-09T01:57:33.843718+0000 mon.a (mon.0) 568 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:57:34.220 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:57:33 smithi125 bash[25274]: audit 2023-12-09T01:57:33.932956+0000 mon.b (mon.2) 7 : audit [INF] from='osd.4 [v2:172.21.15.125:6800/1346451985,v1:172.21.15.125:6801/1346451985]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-09T01:57:34.220 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:57:33 smithi125 bash[25274]: audit 2023-12-09T01:57:33.935420+0000 mon.a (mon.0) 569 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-09T01:57:34.451 DEBUG:teuthology.orchestra.run.smithi125:osd.4> sudo journalctl -f -n 0 -u ceph-6db93fb0-9635-11ee-95a3-87774f69a715@osd.4.service 2023-12-09T01:57:34.454 INFO:tasks.cephadm:Deploying osd.5 on smithi125 with /dev/vg_nvme/lv_3... 2023-12-09T01:57:34.454 DEBUG:teuthology.orchestra.run.smithi125:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6db93fb0-9635-11ee-95a3-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2023-12-09T01:57:34.468 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:57:33 smithi067 bash[30830]: cephadm 2023-12-09T01:57:32.820225+0000 mgr.y (mgr.14152) 178 : cephadm [INF] Detected new or changed devices on smithi125 2023-12-09T01:57:34.468 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:57:33 smithi067 bash[30830]: audit 2023-12-09T01:57:33.790653+0000 mon.a (mon.0) 562 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:57:34.468 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:57:33 smithi067 bash[30830]: audit 2023-12-09T01:57:33.817123+0000 mon.a (mon.0) 563 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T01:57:34.468 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:57:33 smithi067 bash[30830]: audit 2023-12-09T01:57:33.819639+0000 mon.a (mon.0) 564 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T01:57:34.468 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:57:33 smithi067 bash[30830]: audit 2023-12-09T01:57:33.821324+0000 mon.a (mon.0) 565 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T01:57:34.468 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:57:33 smithi067 bash[30830]: audit 2023-12-09T01:57:33.825675+0000 mon.a (mon.0) 566 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-09T01:57:34.468 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:57:33 smithi067 bash[30830]: audit 2023-12-09T01:57:33.835020+0000 mon.a (mon.0) 567 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:57:34.469 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:57:33 smithi067 bash[30830]: audit 2023-12-09T01:57:33.843718+0000 mon.a (mon.0) 568 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:57:34.469 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:57:33 smithi067 bash[30830]: audit 2023-12-09T01:57:33.932956+0000 mon.b (mon.2) 7 : audit [INF] from='osd.4 [v2:172.21.15.125:6800/1346451985,v1:172.21.15.125:6801/1346451985]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-09T01:57:34.469 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:57:33 smithi067 bash[30830]: audit 2023-12-09T01:57:33.935420+0000 mon.a (mon.0) 569 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-09T01:57:34.469 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:57:33 smithi067 bash[25104]: cephadm 2023-12-09T01:57:32.820225+0000 mgr.y (mgr.14152) 178 : cephadm [INF] Detected new or changed devices on smithi125 2023-12-09T01:57:34.469 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:57:33 smithi067 bash[25104]: audit 2023-12-09T01:57:33.790653+0000 mon.a (mon.0) 562 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:57:34.469 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:57:33 smithi067 bash[25104]: audit 2023-12-09T01:57:33.817123+0000 mon.a (mon.0) 563 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T01:57:34.469 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:57:33 smithi067 bash[25104]: audit 2023-12-09T01:57:33.819639+0000 mon.a (mon.0) 564 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T01:57:34.469 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:57:33 smithi067 bash[25104]: audit 2023-12-09T01:57:33.821324+0000 mon.a (mon.0) 565 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T01:57:34.469 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:57:33 smithi067 bash[25104]: audit 2023-12-09T01:57:33.825675+0000 mon.a (mon.0) 566 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-09T01:57:34.469 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:57:33 smithi067 bash[25104]: audit 2023-12-09T01:57:33.835020+0000 mon.a (mon.0) 567 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:57:34.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:57:33 smithi067 bash[25104]: audit 2023-12-09T01:57:33.843718+0000 mon.a (mon.0) 568 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:57:34.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:57:33 smithi067 bash[25104]: audit 2023-12-09T01:57:33.932956+0000 mon.b (mon.2) 7 : audit [INF] from='osd.4 [v2:172.21.15.125:6800/1346451985,v1:172.21.15.125:6801/1346451985]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-09T01:57:34.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:57:33 smithi067 bash[25104]: audit 2023-12-09T01:57:33.935420+0000 mon.a (mon.0) 569 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-09T01:57:34.705 INFO:journalctl@ceph.osd.4.smithi125.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-12-09T01:57:35.398 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:57:35 smithi125 bash[25274]: cluster 2023-12-09T01:57:33.289326+0000 mgr.y (mgr.14152) 179 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-09T01:57:35.398 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:57:35 smithi125 bash[25274]: cephadm 2023-12-09T01:57:33.827060+0000 mgr.y (mgr.14152) 180 : cephadm [INF] Adjusting osd_memory_target on smithi125 to 16247M 2023-12-09T01:57:35.398 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:57:35 smithi125 bash[25274]: audit 2023-12-09T01:57:34.847500+0000 mon.a (mon.0) 570 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-12-09T01:57:35.398 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:57:35 smithi125 bash[25274]: cluster 2023-12-09T01:57:34.847655+0000 mon.a (mon.0) 571 : cluster [DBG] osdmap e28: 5 total, 4 up, 5 in 2023-12-09T01:57:35.398 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:57:35 smithi125 bash[25274]: audit 2023-12-09T01:57:34.847949+0000 mon.a (mon.0) 572 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-09T01:57:35.399 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:57:35 smithi125 bash[25274]: audit 2023-12-09T01:57:34.849158+0000 mon.b (mon.2) 8 : audit [INF] from='osd.4 [v2:172.21.15.125:6800/1346451985,v1:172.21.15.125:6801/1346451985]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi125", "root=default"]}]: dispatch 2023-12-09T01:57:35.399 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:57:35 smithi125 bash[25274]: audit 2023-12-09T01:57:34.851900+0000 mon.a (mon.0) 573 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi125", "root=default"]}]: dispatch 2023-12-09T01:57:35.434 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:57:35 smithi067 bash[25104]: cluster 2023-12-09T01:57:33.289326+0000 mgr.y (mgr.14152) 179 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-09T01:57:35.434 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:57:35 smithi067 bash[25104]: cephadm 2023-12-09T01:57:33.827060+0000 mgr.y (mgr.14152) 180 : cephadm [INF] Adjusting osd_memory_target on smithi125 to 16247M 2023-12-09T01:57:35.434 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:57:35 smithi067 bash[25104]: audit 2023-12-09T01:57:34.847500+0000 mon.a (mon.0) 570 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-12-09T01:57:35.434 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:57:35 smithi067 bash[25104]: cluster 2023-12-09T01:57:34.847655+0000 mon.a (mon.0) 571 : cluster [DBG] osdmap e28: 5 total, 4 up, 5 in 2023-12-09T01:57:35.435 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:57:35 smithi067 bash[25104]: audit 2023-12-09T01:57:34.847949+0000 mon.a (mon.0) 572 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-09T01:57:35.435 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:57:35 smithi067 bash[25104]: audit 2023-12-09T01:57:34.849158+0000 mon.b (mon.2) 8 : audit [INF] from='osd.4 [v2:172.21.15.125:6800/1346451985,v1:172.21.15.125:6801/1346451985]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi125", "root=default"]}]: dispatch 2023-12-09T01:57:35.435 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:57:35 smithi067 bash[25104]: audit 2023-12-09T01:57:34.851900+0000 mon.a (mon.0) 573 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi125", "root=default"]}]: dispatch 2023-12-09T01:57:35.435 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:57:35 smithi067 bash[30830]: cluster 2023-12-09T01:57:33.289326+0000 mgr.y (mgr.14152) 179 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-09T01:57:35.435 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:57:35 smithi067 bash[30830]: cephadm 2023-12-09T01:57:33.827060+0000 mgr.y (mgr.14152) 180 : cephadm [INF] Adjusting osd_memory_target on smithi125 to 16247M 2023-12-09T01:57:35.435 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:57:35 smithi067 bash[30830]: audit 2023-12-09T01:57:34.847500+0000 mon.a (mon.0) 570 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-12-09T01:57:35.435 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:57:35 smithi067 bash[30830]: cluster 2023-12-09T01:57:34.847655+0000 mon.a (mon.0) 571 : cluster [DBG] osdmap e28: 5 total, 4 up, 5 in 2023-12-09T01:57:35.435 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:57:35 smithi067 bash[30830]: audit 2023-12-09T01:57:34.847949+0000 mon.a (mon.0) 572 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-09T01:57:35.435 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:57:35 smithi067 bash[30830]: audit 2023-12-09T01:57:34.849158+0000 mon.b (mon.2) 8 : audit [INF] from='osd.4 [v2:172.21.15.125:6800/1346451985,v1:172.21.15.125:6801/1346451985]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi125", "root=default"]}]: dispatch 2023-12-09T01:57:35.435 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:57:35 smithi067 bash[30830]: audit 2023-12-09T01:57:34.851900+0000 mon.a (mon.0) 573 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi125", "root=default"]}]: dispatch 2023-12-09T01:57:36.190 INFO:journalctl@ceph.osd.4.smithi125.stdout:Dec 09 01:57:35 smithi125 bash[31243]: debug 2023-12-09T01:57:35.851+0000 7f5f387d8700 -1 osd.4 0 waiting for initial osdmap 2023-12-09T01:57:36.191 INFO:journalctl@ceph.osd.4.smithi125.stdout:Dec 09 01:57:35 smithi125 bash[31243]: debug 2023-12-09T01:57:35.863+0000 7f5f34171700 -1 osd.4 29 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-09T01:57:37.218 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:57:36 smithi067 bash[25104]: cluster 2023-12-09T01:57:35.289994+0000 mgr.y (mgr.14152) 181 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-09T01:57:37.218 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:57:36 smithi067 bash[25104]: audit 2023-12-09T01:57:35.849002+0000 mon.a (mon.0) 574 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi125", "root=default"]}]': finished 2023-12-09T01:57:37.219 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:57:36 smithi067 bash[25104]: cluster 2023-12-09T01:57:35.849150+0000 mon.a (mon.0) 575 : cluster [DBG] osdmap e29: 5 total, 4 up, 5 in 2023-12-09T01:57:37.219 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:57:36 smithi067 bash[25104]: audit 2023-12-09T01:57:35.849496+0000 mon.a (mon.0) 576 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-09T01:57:37.219 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:57:36 smithi067 bash[25104]: audit 2023-12-09T01:57:35.857493+0000 mon.a (mon.0) 577 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-09T01:57:37.219 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:57:36 smithi067 bash[25104]: cluster 2023-12-09T01:57:35.993392+0000 mon.a (mon.0) 578 : cluster [INF] osd.4 [v2:172.21.15.125:6800/1346451985,v1:172.21.15.125:6801/1346451985] boot 2023-12-09T01:57:37.219 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:57:36 smithi067 bash[25104]: cluster 2023-12-09T01:57:35.993628+0000 mon.a (mon.0) 579 : cluster [DBG] osdmap e30: 5 total, 5 up, 5 in 2023-12-09T01:57:37.219 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:57:36 smithi067 bash[25104]: audit 2023-12-09T01:57:35.994284+0000 mon.a (mon.0) 580 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-09T01:57:37.219 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:57:36 smithi067 bash[30830]: cluster 2023-12-09T01:57:35.289994+0000 mgr.y (mgr.14152) 181 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-09T01:57:37.219 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:57:36 smithi067 bash[30830]: audit 2023-12-09T01:57:35.849002+0000 mon.a (mon.0) 574 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi125", "root=default"]}]': finished 2023-12-09T01:57:37.219 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:57:36 smithi067 bash[30830]: cluster 2023-12-09T01:57:35.849150+0000 mon.a (mon.0) 575 : cluster [DBG] osdmap e29: 5 total, 4 up, 5 in 2023-12-09T01:57:37.220 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:57:36 smithi067 bash[30830]: audit 2023-12-09T01:57:35.849496+0000 mon.a (mon.0) 576 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-09T01:57:37.220 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:57:36 smithi067 bash[30830]: audit 2023-12-09T01:57:35.857493+0000 mon.a (mon.0) 577 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-09T01:57:37.220 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:57:36 smithi067 bash[30830]: cluster 2023-12-09T01:57:35.993392+0000 mon.a (mon.0) 578 : cluster [INF] osd.4 [v2:172.21.15.125:6800/1346451985,v1:172.21.15.125:6801/1346451985] boot 2023-12-09T01:57:37.220 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:57:36 smithi067 bash[30830]: cluster 2023-12-09T01:57:35.993628+0000 mon.a (mon.0) 579 : cluster [DBG] osdmap e30: 5 total, 5 up, 5 in 2023-12-09T01:57:37.220 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:57:36 smithi067 bash[30830]: audit 2023-12-09T01:57:35.994284+0000 mon.a (mon.0) 580 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-09T01:57:37.220 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:57:36 smithi125 bash[25274]: cluster 2023-12-09T01:57:35.289994+0000 mgr.y (mgr.14152) 181 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-09T01:57:37.220 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:57:36 smithi125 bash[25274]: audit 2023-12-09T01:57:35.849002+0000 mon.a (mon.0) 574 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi125", "root=default"]}]': finished 2023-12-09T01:57:37.220 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:57:36 smithi125 bash[25274]: cluster 2023-12-09T01:57:35.849150+0000 mon.a (mon.0) 575 : cluster [DBG] osdmap e29: 5 total, 4 up, 5 in 2023-12-09T01:57:37.221 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:57:36 smithi125 bash[25274]: audit 2023-12-09T01:57:35.849496+0000 mon.a (mon.0) 576 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-09T01:57:37.221 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:57:36 smithi125 bash[25274]: audit 2023-12-09T01:57:35.857493+0000 mon.a (mon.0) 577 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-09T01:57:37.221 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:57:36 smithi125 bash[25274]: cluster 2023-12-09T01:57:35.993392+0000 mon.a (mon.0) 578 : cluster [INF] osd.4 [v2:172.21.15.125:6800/1346451985,v1:172.21.15.125:6801/1346451985] boot 2023-12-09T01:57:37.221 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:57:36 smithi125 bash[25274]: cluster 2023-12-09T01:57:35.993628+0000 mon.a (mon.0) 579 : cluster [DBG] osdmap e30: 5 total, 5 up, 5 in 2023-12-09T01:57:37.221 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:57:36 smithi125 bash[25274]: audit 2023-12-09T01:57:35.994284+0000 mon.a (mon.0) 580 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-09T01:57:37.451 INFO:teuthology.orchestra.run.smithi125.stderr:--> Zapping: /dev/vg_nvme/lv_3 2023-12-09T01:57:37.451 INFO:teuthology.orchestra.run.smithi125.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2023-12-09T01:57:37.451 INFO:teuthology.orchestra.run.smithi125.stderr: stderr: 10+0 records in 2023-12-09T01:57:37.451 INFO:teuthology.orchestra.run.smithi125.stderr:10+0 records out 2023-12-09T01:57:37.451 INFO:teuthology.orchestra.run.smithi125.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0162412 s, 646 MB/s 2023-12-09T01:57:37.451 INFO:teuthology.orchestra.run.smithi125.stderr:--> Zapping successful for: 2023-12-09T01:57:37.848 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 01:57:37 smithi067 bash[25375]: 172.21.15.67 - - [09/Dec/2023:01:57:37] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-09T01:57:37.969 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:57:37 smithi125 bash[25274]: cluster 2023-12-09T01:57:34.898812+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-09T01:57:37.969 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:57:37 smithi125 bash[25274]: cluster 2023-12-09T01:57:34.898995+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-09T01:57:37.969 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:57:37 smithi125 bash[25274]: cluster 2023-12-09T01:57:37.003892+0000 mon.a (mon.0) 581 : cluster [DBG] osdmap e31: 5 total, 5 up, 5 in 2023-12-09T01:57:37.969 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:57:37 smithi125 bash[25274]: audit 2023-12-09T01:57:37.508396+0000 mon.a (mon.0) 582 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:57:37.969 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:57:37 smithi125 bash[25274]: audit 2023-12-09T01:57:37.516337+0000 mon.a (mon.0) 583 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:57:38.128 DEBUG:teuthology.orchestra.run.smithi125:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6db93fb0-9635-11ee-95a3-87774f69a715 -- ceph orch daemon add osd smithi125:vg_nvme/lv_3 2023-12-09T01:57:38.218 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:57:37 smithi067 bash[25104]: cluster 2023-12-09T01:57:34.898812+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-09T01:57:38.218 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:57:37 smithi067 bash[25104]: cluster 2023-12-09T01:57:34.898995+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-09T01:57:38.218 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:57:37 smithi067 bash[25104]: cluster 2023-12-09T01:57:37.003892+0000 mon.a (mon.0) 581 : cluster [DBG] osdmap e31: 5 total, 5 up, 5 in 2023-12-09T01:57:38.218 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:57:37 smithi067 bash[25104]: audit 2023-12-09T01:57:37.508396+0000 mon.a (mon.0) 582 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:57:38.218 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:57:37 smithi067 bash[25104]: audit 2023-12-09T01:57:37.516337+0000 mon.a (mon.0) 583 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:57:38.219 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:57:37 smithi067 bash[30830]: cluster 2023-12-09T01:57:34.898812+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-09T01:57:38.219 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:57:37 smithi067 bash[30830]: cluster 2023-12-09T01:57:34.898995+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-09T01:57:38.219 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:57:37 smithi067 bash[30830]: cluster 2023-12-09T01:57:37.003892+0000 mon.a (mon.0) 581 : cluster [DBG] osdmap e31: 5 total, 5 up, 5 in 2023-12-09T01:57:38.219 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:57:37 smithi067 bash[30830]: audit 2023-12-09T01:57:37.508396+0000 mon.a (mon.0) 582 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:57:38.219 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:57:37 smithi067 bash[30830]: audit 2023-12-09T01:57:37.516337+0000 mon.a (mon.0) 583 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:57:39.402 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:57:39 smithi125 bash[25274]: cluster 2023-12-09T01:57:37.290654+0000 mgr.y (mgr.14152) 182 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2023-12-09T01:57:39.402 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:57:39 smithi125 bash[25274]: cluster 2023-12-09T01:57:38.009199+0000 mon.a (mon.0) 584 : cluster [DBG] osdmap e32: 5 total, 5 up, 5 in 2023-12-09T01:57:39.468 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:57:39 smithi067 bash[30830]: cluster 2023-12-09T01:57:37.290654+0000 mgr.y (mgr.14152) 182 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2023-12-09T01:57:39.468 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:57:39 smithi067 bash[30830]: cluster 2023-12-09T01:57:38.009199+0000 mon.a (mon.0) 584 : cluster [DBG] osdmap e32: 5 total, 5 up, 5 in 2023-12-09T01:57:39.469 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:57:39 smithi067 bash[25104]: cluster 2023-12-09T01:57:37.290654+0000 mgr.y (mgr.14152) 182 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2023-12-09T01:57:39.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:57:39 smithi067 bash[25104]: cluster 2023-12-09T01:57:38.009199+0000 mon.a (mon.0) 584 : cluster [DBG] osdmap e32: 5 total, 5 up, 5 in 2023-12-09T01:57:40.219 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:57:40 smithi125 bash[25274]: cluster 2023-12-09T01:57:39.013549+0000 mon.a (mon.0) 585 : cluster [DBG] osdmap e33: 5 total, 5 up, 5 in 2023-12-09T01:57:40.469 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:57:40 smithi067 bash[25104]: cluster 2023-12-09T01:57:39.013549+0000 mon.a (mon.0) 585 : cluster [DBG] osdmap e33: 5 total, 5 up, 5 in 2023-12-09T01:57:40.469 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:57:40 smithi067 bash[30830]: cluster 2023-12-09T01:57:39.013549+0000 mon.a (mon.0) 585 : cluster [DBG] osdmap e33: 5 total, 5 up, 5 in 2023-12-09T01:57:41.468 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:57:41 smithi067 bash[25104]: cluster 2023-12-09T01:57:39.291244+0000 mgr.y (mgr.14152) 183 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2023-12-09T01:57:41.468 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:57:41 smithi067 bash[25104]: cluster 2023-12-09T01:57:40.021590+0000 mon.a (mon.0) 586 : cluster [DBG] osdmap e34: 5 total, 5 up, 5 in 2023-12-09T01:57:41.468 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:57:41 smithi067 bash[25104]: audit 2023-12-09T01:57:40.967194+0000 mon.a (mon.0) 587 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-09T01:57:41.469 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:57:41 smithi067 bash[25104]: audit 2023-12-09T01:57:40.973952+0000 mon.a (mon.0) 588 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-09T01:57:41.469 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:57:41 smithi067 bash[25104]: audit 2023-12-09T01:57:40.975945+0000 mon.a (mon.0) 589 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T01:57:41.469 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:57:41 smithi067 bash[30830]: cluster 2023-12-09T01:57:39.291244+0000 mgr.y (mgr.14152) 183 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2023-12-09T01:57:41.469 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:57:41 smithi067 bash[30830]: cluster 2023-12-09T01:57:40.021590+0000 mon.a (mon.0) 586 : cluster [DBG] osdmap e34: 5 total, 5 up, 5 in 2023-12-09T01:57:41.469 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:57:41 smithi067 bash[30830]: audit 2023-12-09T01:57:40.967194+0000 mon.a (mon.0) 587 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-09T01:57:41.469 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:57:41 smithi067 bash[30830]: audit 2023-12-09T01:57:40.973952+0000 mon.a (mon.0) 588 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-09T01:57:41.469 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:57:41 smithi067 bash[30830]: audit 2023-12-09T01:57:40.975945+0000 mon.a (mon.0) 589 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T01:57:41.469 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:57:41 smithi125 bash[25274]: cluster 2023-12-09T01:57:39.291244+0000 mgr.y (mgr.14152) 183 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2023-12-09T01:57:41.470 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:57:41 smithi125 bash[25274]: cluster 2023-12-09T01:57:40.021590+0000 mon.a (mon.0) 586 : cluster [DBG] osdmap e34: 5 total, 5 up, 5 in 2023-12-09T01:57:41.470 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:57:41 smithi125 bash[25274]: audit 2023-12-09T01:57:40.967194+0000 mon.a (mon.0) 587 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-09T01:57:41.470 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:57:41 smithi125 bash[25274]: audit 2023-12-09T01:57:40.973952+0000 mon.a (mon.0) 588 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-09T01:57:41.470 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:57:41 smithi125 bash[25274]: audit 2023-12-09T01:57:40.975945+0000 mon.a (mon.0) 589 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T01:57:42.468 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:57:42 smithi067 bash[30830]: audit 2023-12-09T01:57:40.960264+0000 mgr.y (mgr.14152) 184 : audit [DBG] from='client.24254 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi125:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T01:57:42.468 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:57:42 smithi067 bash[25104]: audit 2023-12-09T01:57:40.960264+0000 mgr.y (mgr.14152) 184 : audit [DBG] from='client.24254 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi125:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T01:57:42.469 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:57:42 smithi125 bash[25274]: audit 2023-12-09T01:57:40.960264+0000 mgr.y (mgr.14152) 184 : audit [DBG] from='client.24254 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi125:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T01:57:43.468 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:57:43 smithi067 bash[25104]: cluster 2023-12-09T01:57:41.291884+0000 mgr.y (mgr.14152) 185 : cluster [DBG] pgmap v156: 1 pgs: 1 peering; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail; 120 KiB/s, 0 objects/s recovering 2023-12-09T01:57:43.468 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:57:43 smithi067 bash[30830]: cluster 2023-12-09T01:57:41.291884+0000 mgr.y (mgr.14152) 185 : cluster [DBG] pgmap v156: 1 pgs: 1 peering; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail; 120 KiB/s, 0 objects/s recovering 2023-12-09T01:57:43.469 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:57:43 smithi125 bash[25274]: cluster 2023-12-09T01:57:41.291884+0000 mgr.y (mgr.14152) 185 : cluster [DBG] pgmap v156: 1 pgs: 1 peering; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail; 120 KiB/s, 0 objects/s recovering 2023-12-09T01:57:45.219 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:57:45 smithi125 bash[25274]: cluster 2023-12-09T01:57:43.292429+0000 mgr.y (mgr.14152) 186 : cluster [DBG] pgmap v157: 1 pgs: 1 peering; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 86 KiB/s, 0 objects/s recovering 2023-12-09T01:57:45.468 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:57:45 smithi067 bash[25104]: cluster 2023-12-09T01:57:43.292429+0000 mgr.y (mgr.14152) 186 : cluster [DBG] pgmap v157: 1 pgs: 1 peering; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 86 KiB/s, 0 objects/s recovering 2023-12-09T01:57:45.468 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:57:45 smithi067 bash[30830]: cluster 2023-12-09T01:57:43.292429+0000 mgr.y (mgr.14152) 186 : cluster [DBG] pgmap v157: 1 pgs: 1 peering; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 86 KiB/s, 0 objects/s recovering 2023-12-09T01:57:47.469 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:57:46 smithi067 bash[25104]: cluster 2023-12-09T01:57:45.293190+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; 71 KiB/s, 0 objects/s recovering 2023-12-09T01:57:47.469 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:57:46 smithi067 bash[25104]: audit 2023-12-09T01:57:46.878004+0000 mon.b (mon.2) 9 : audit [INF] from='client.? 172.21.15.125:0/491828307' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3f8b4d52-4765-4d8d-9e34-19ac30756214"}]: dispatch 2023-12-09T01:57:47.469 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:57:46 smithi067 bash[25104]: audit 2023-12-09T01:57:46.880518+0000 mon.a (mon.0) 590 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3f8b4d52-4765-4d8d-9e34-19ac30756214"}]: dispatch 2023-12-09T01:57:47.469 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:57:46 smithi067 bash[25104]: audit 2023-12-09T01:57:46.889586+0000 mon.a (mon.0) 591 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "3f8b4d52-4765-4d8d-9e34-19ac30756214"}]': finished 2023-12-09T01:57:47.469 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:57:46 smithi067 bash[25104]: cluster 2023-12-09T01:57:46.889740+0000 mon.a (mon.0) 592 : cluster [DBG] osdmap e35: 6 total, 5 up, 6 in 2023-12-09T01:57:47.469 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:57:46 smithi067 bash[25104]: audit 2023-12-09T01:57:46.890015+0000 mon.a (mon.0) 593 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-09T01:57:47.469 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:57:46 smithi067 bash[30830]: cluster 2023-12-09T01:57:45.293190+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; 71 KiB/s, 0 objects/s recovering 2023-12-09T01:57:47.469 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:57:46 smithi067 bash[30830]: audit 2023-12-09T01:57:46.878004+0000 mon.b (mon.2) 9 : audit [INF] from='client.? 172.21.15.125:0/491828307' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3f8b4d52-4765-4d8d-9e34-19ac30756214"}]: dispatch 2023-12-09T01:57:47.469 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:57:46 smithi067 bash[30830]: audit 2023-12-09T01:57:46.880518+0000 mon.a (mon.0) 590 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3f8b4d52-4765-4d8d-9e34-19ac30756214"}]: dispatch 2023-12-09T01:57:47.469 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:57:46 smithi067 bash[30830]: audit 2023-12-09T01:57:46.889586+0000 mon.a (mon.0) 591 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "3f8b4d52-4765-4d8d-9e34-19ac30756214"}]': finished 2023-12-09T01:57:47.470 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:57:46 smithi067 bash[30830]: cluster 2023-12-09T01:57:46.889740+0000 mon.a (mon.0) 592 : cluster [DBG] osdmap e35: 6 total, 5 up, 6 in 2023-12-09T01:57:47.470 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:57:46 smithi067 bash[30830]: audit 2023-12-09T01:57:46.890015+0000 mon.a (mon.0) 593 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-09T01:57:47.470 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:57:46 smithi125 bash[25274]: cluster 2023-12-09T01:57:45.293190+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; 71 KiB/s, 0 objects/s recovering 2023-12-09T01:57:47.470 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:57:46 smithi125 bash[25274]: audit 2023-12-09T01:57:46.878004+0000 mon.b (mon.2) 9 : audit [INF] from='client.? 172.21.15.125:0/491828307' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3f8b4d52-4765-4d8d-9e34-19ac30756214"}]: dispatch 2023-12-09T01:57:47.470 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:57:46 smithi125 bash[25274]: audit 2023-12-09T01:57:46.880518+0000 mon.a (mon.0) 590 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3f8b4d52-4765-4d8d-9e34-19ac30756214"}]: dispatch 2023-12-09T01:57:47.470 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:57:46 smithi125 bash[25274]: audit 2023-12-09T01:57:46.889586+0000 mon.a (mon.0) 591 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "3f8b4d52-4765-4d8d-9e34-19ac30756214"}]': finished 2023-12-09T01:57:47.470 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:57:46 smithi125 bash[25274]: cluster 2023-12-09T01:57:46.889740+0000 mon.a (mon.0) 592 : cluster [DBG] osdmap e35: 6 total, 5 up, 6 in 2023-12-09T01:57:47.470 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:57:46 smithi125 bash[25274]: audit 2023-12-09T01:57:46.890015+0000 mon.a (mon.0) 593 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-09T01:57:48.219 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:57:48 smithi125 bash[25274]: audit 2023-12-09T01:57:47.599654+0000 mon.b (mon.2) 10 : audit [DBG] from='client.? 172.21.15.125:0/727509260' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-09T01:57:48.468 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:57:48 smithi067 bash[25104]: audit 2023-12-09T01:57:47.599654+0000 mon.b (mon.2) 10 : audit [DBG] from='client.? 172.21.15.125:0/727509260' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-09T01:57:48.469 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:57:48 smithi067 bash[30830]: audit 2023-12-09T01:57:47.599654+0000 mon.b (mon.2) 10 : audit [DBG] from='client.? 172.21.15.125:0/727509260' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-09T01:57:49.219 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:57:49 smithi125 bash[25274]: cluster 2023-12-09T01:57:47.293866+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; 65 KiB/s, 0 objects/s recovering 2023-12-09T01:57:49.468 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:57:49 smithi067 bash[25104]: cluster 2023-12-09T01:57:47.293866+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; 65 KiB/s, 0 objects/s recovering 2023-12-09T01:57:49.468 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:57:49 smithi067 bash[30830]: cluster 2023-12-09T01:57:47.293866+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; 65 KiB/s, 0 objects/s recovering 2023-12-09T01:57:51.280 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:57:51 smithi125 bash[25274]: cluster 2023-12-09T01:57:49.294473+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-09T01:57:51.453 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:57:51 smithi067 bash[25104]: cluster 2023-12-09T01:57:49.294473+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-09T01:57:51.453 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:57:51 smithi067 bash[30830]: cluster 2023-12-09T01:57:49.294473+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-09T01:57:51.719 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 01:57:51 smithi067 bash[25375]: 172.21.15.125 - - [09/Dec/2023:01:57:51] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-09T01:57:52.443 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:57:52 smithi067 bash[25104]: cluster 2023-12-09T01:57:51.295088+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-09T01:57:52.444 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:57:52 smithi067 bash[25104]: audit 2023-12-09T01:57:51.445277+0000 mon.a (mon.0) 594 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:57:52.718 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:57:52 smithi067 bash[25104]: audit 2023-12-09T01:57:51.453046+0000 mon.a (mon.0) 595 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:57:52.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:57:52 smithi067 bash[30830]: cluster 2023-12-09T01:57:51.295088+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-09T01:57:52.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:57:52 smithi067 bash[30830]: audit 2023-12-09T01:57:51.445277+0000 mon.a (mon.0) 594 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:57:52.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:57:52 smithi067 bash[30830]: audit 2023-12-09T01:57:51.453046+0000 mon.a (mon.0) 595 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:57:52.721 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:57:52 smithi125 bash[25274]: cluster 2023-12-09T01:57:51.295088+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-09T01:57:52.721 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:57:52 smithi125 bash[25274]: audit 2023-12-09T01:57:51.445277+0000 mon.a (mon.0) 594 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:57:52.721 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:57:52 smithi125 bash[25274]: audit 2023-12-09T01:57:51.453046+0000 mon.a (mon.0) 595 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:57:54.718 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:57:54 smithi067 bash[25104]: cluster 2023-12-09T01:57:53.295676+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-09T01:57:54.718 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:57:54 smithi067 bash[30830]: cluster 2023-12-09T01:57:53.295676+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-09T01:57:54.719 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:57:54 smithi125 bash[25274]: cluster 2023-12-09T01:57:53.295676+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-09T01:57:57.468 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:57:56 smithi067 bash[25104]: cluster 2023-12-09T01:57:55.296295+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-09T01:57:57.468 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:57:56 smithi067 bash[25104]: audit 2023-12-09T01:57:56.738383+0000 mon.a (mon.0) 596 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-12-09T01:57:57.468 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:57:56 smithi067 bash[25104]: audit 2023-12-09T01:57:56.740212+0000 mon.a (mon.0) 597 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T01:57:57.469 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:57:56 smithi067 bash[30830]: cluster 2023-12-09T01:57:55.296295+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-09T01:57:57.469 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:57:56 smithi067 bash[30830]: audit 2023-12-09T01:57:56.738383+0000 mon.a (mon.0) 596 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-12-09T01:57:57.469 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:57:56 smithi067 bash[30830]: audit 2023-12-09T01:57:56.740212+0000 mon.a (mon.0) 597 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T01:57:57.469 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:57:56 smithi125 bash[25274]: cluster 2023-12-09T01:57:55.296295+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-09T01:57:57.469 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:57:56 smithi125 bash[25274]: audit 2023-12-09T01:57:56.738383+0000 mon.a (mon.0) 596 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-12-09T01:57:57.469 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:57:56 smithi125 bash[25274]: audit 2023-12-09T01:57:56.740212+0000 mon.a (mon.0) 597 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T01:57:57.968 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 01:57:57 smithi067 bash[25375]: 172.21.15.67 - - [09/Dec/2023:01:57:57] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-09T01:57:58.468 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:57:58 smithi067 bash[25104]: cephadm 2023-12-09T01:57:56.741609+0000 mgr.y (mgr.14152) 193 : cephadm [INF] Deploying daemon osd.5 on smithi125 2023-12-09T01:57:58.468 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:57:58 smithi067 bash[25104]: audit 2023-12-09T01:57:57.664157+0000 mon.a (mon.0) 598 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:57:58.468 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:57:58 smithi067 bash[25104]: audit 2023-12-09T01:57:57.671890+0000 mon.a (mon.0) 599 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:57:58.468 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:57:58 smithi067 bash[30830]: cephadm 2023-12-09T01:57:56.741609+0000 mgr.y (mgr.14152) 193 : cephadm [INF] Deploying daemon osd.5 on smithi125 2023-12-09T01:57:58.469 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:57:58 smithi067 bash[30830]: audit 2023-12-09T01:57:57.664157+0000 mon.a (mon.0) 598 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:57:58.469 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:57:58 smithi067 bash[30830]: audit 2023-12-09T01:57:57.671890+0000 mon.a (mon.0) 599 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:57:58.469 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:57:58 smithi125 bash[25274]: cephadm 2023-12-09T01:57:56.741609+0000 mgr.y (mgr.14152) 193 : cephadm [INF] Deploying daemon osd.5 on smithi125 2023-12-09T01:57:58.469 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:57:58 smithi125 bash[25274]: audit 2023-12-09T01:57:57.664157+0000 mon.a (mon.0) 598 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:57:58.469 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:57:58 smithi125 bash[25274]: audit 2023-12-09T01:57:57.671890+0000 mon.a (mon.0) 599 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:57:59.311 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:57:59 smithi125 bash[25274]: cluster 2023-12-09T01:57:57.296890+0000 mgr.y (mgr.14152) 194 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-09T01:57:59.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:57:59 smithi067 bash[25104]: cluster 2023-12-09T01:57:57.296890+0000 mgr.y (mgr.14152) 194 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-09T01:57:59.470 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:57:59 smithi067 bash[30830]: cluster 2023-12-09T01:57:57.296890+0000 mgr.y (mgr.14152) 194 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-09T01:58:01.219 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:58:01 smithi125 bash[25274]: cluster 2023-12-09T01:57:59.297566+0000 mgr.y (mgr.14152) 195 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-09T01:58:01.219 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:58:01 smithi125 bash[25274]: audit 2023-12-09T01:58:00.794102+0000 mon.a (mon.0) 600 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:58:01.219 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:58:01 smithi125 bash[25274]: audit 2023-12-09T01:58:00.833296+0000 mon.a (mon.0) 601 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T01:58:01.219 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:58:01 smithi125 bash[25274]: audit 2023-12-09T01:58:00.836183+0000 mon.a (mon.0) 602 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T01:58:01.219 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:58:01 smithi125 bash[25274]: audit 2023-12-09T01:58:00.838148+0000 mon.a (mon.0) 603 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T01:58:01.219 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:58:01 smithi125 bash[25274]: audit 2023-12-09T01:58:00.852028+0000 mon.a (mon.0) 604 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:58:01.468 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:58:01 smithi067 bash[25104]: cluster 2023-12-09T01:57:59.297566+0000 mgr.y (mgr.14152) 195 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-09T01:58:01.468 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:58:01 smithi067 bash[25104]: audit 2023-12-09T01:58:00.794102+0000 mon.a (mon.0) 600 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:58:01.468 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:58:01 smithi067 bash[25104]: audit 2023-12-09T01:58:00.833296+0000 mon.a (mon.0) 601 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T01:58:01.468 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:58:01 smithi067 bash[25104]: audit 2023-12-09T01:58:00.836183+0000 mon.a (mon.0) 602 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T01:58:01.468 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:58:01 smithi067 bash[25104]: audit 2023-12-09T01:58:00.838148+0000 mon.a (mon.0) 603 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T01:58:01.469 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:58:01 smithi067 bash[25104]: audit 2023-12-09T01:58:00.852028+0000 mon.a (mon.0) 604 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:58:01.469 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:58:01 smithi067 bash[30830]: cluster 2023-12-09T01:57:59.297566+0000 mgr.y (mgr.14152) 195 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-09T01:58:01.469 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:58:01 smithi067 bash[30830]: audit 2023-12-09T01:58:00.794102+0000 mon.a (mon.0) 600 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:58:01.469 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:58:01 smithi067 bash[30830]: audit 2023-12-09T01:58:00.833296+0000 mon.a (mon.0) 601 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T01:58:01.469 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:58:01 smithi067 bash[30830]: audit 2023-12-09T01:58:00.836183+0000 mon.a (mon.0) 602 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T01:58:01.469 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:58:01 smithi067 bash[30830]: audit 2023-12-09T01:58:00.838148+0000 mon.a (mon.0) 603 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T01:58:01.469 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:58:01 smithi067 bash[30830]: audit 2023-12-09T01:58:00.852028+0000 mon.a (mon.0) 604 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:58:03.468 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:58:03 smithi067 bash[25104]: cluster 2023-12-09T01:58:01.298132+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-09T01:58:03.468 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:58:03 smithi067 bash[30830]: cluster 2023-12-09T01:58:01.298132+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-09T01:58:03.469 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:58:03 smithi125 bash[25274]: cluster 2023-12-09T01:58:01.298132+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-09T01:58:05.219 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:58:05 smithi125 bash[25274]: cluster 2023-12-09T01:58:03.298708+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-09T01:58:05.468 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:58:05 smithi067 bash[25104]: cluster 2023-12-09T01:58:03.298708+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-09T01:58:05.468 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:58:05 smithi067 bash[30830]: cluster 2023-12-09T01:58:03.298708+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-09T01:58:07.219 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:58:07 smithi125 bash[25274]: cluster 2023-12-09T01:58:05.299305+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-09T01:58:07.389 INFO:teuthology.orchestra.run.smithi125.stdout:Created osd(s) 5 on host 'smithi125' 2023-12-09T01:58:07.468 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:58:07 smithi067 bash[25104]: cluster 2023-12-09T01:58:05.299305+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-09T01:58:07.468 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:58:07 smithi067 bash[30830]: cluster 2023-12-09T01:58:05.299305+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-09T01:58:08.016 DEBUG:teuthology.orchestra.run.smithi125:osd.5> sudo journalctl -f -n 0 -u ceph-6db93fb0-9635-11ee-95a3-87774f69a715@osd.5.service 2023-12-09T01:58:08.019 INFO:tasks.cephadm:Deploying osd.6 on smithi125 with /dev/vg_nvme/lv_2... 2023-12-09T01:58:08.019 DEBUG:teuthology.orchestra.run.smithi125:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6db93fb0-9635-11ee-95a3-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_2 2023-12-09T01:58:08.469 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:58:08 smithi125 bash[25274]: cluster 2023-12-09T01:58:07.299915+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-09T01:58:08.469 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:58:08 smithi125 bash[25274]: audit 2023-12-09T01:58:07.388852+0000 mon.a (mon.0) 605 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:58:08.470 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:58:08 smithi125 bash[25274]: audit 2023-12-09T01:58:07.390213+0000 mon.a (mon.0) 606 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T01:58:08.470 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:58:08 smithi125 bash[25274]: audit 2023-12-09T01:58:07.393605+0000 mon.a (mon.0) 607 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T01:58:08.470 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:58:08 smithi125 bash[25274]: audit 2023-12-09T01:58:07.395482+0000 mon.a (mon.0) 608 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T01:58:08.470 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:58:08 smithi125 bash[25274]: audit 2023-12-09T01:58:07.400144+0000 mon.a (mon.0) 609 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-09T01:58:08.470 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:58:08 smithi125 bash[25274]: audit 2023-12-09T01:58:07.401857+0000 mon.a (mon.0) 610 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-09T01:58:08.470 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:58:08 smithi125 bash[25274]: cephadm 2023-12-09T01:58:07.402986+0000 mgr.y (mgr.14152) 200 : cephadm [INF] Adjusting osd_memory_target on smithi125 to 8123M 2023-12-09T01:58:08.470 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:58:08 smithi125 bash[25274]: audit 2023-12-09T01:58:07.409632+0000 mon.a (mon.0) 611 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:58:08.470 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:58:08 smithi125 bash[25274]: audit 2023-12-09T01:58:07.417819+0000 mon.a (mon.0) 612 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:58:08.470 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:58:08 smithi125 bash[25274]: audit 2023-12-09T01:58:07.995322+0000 mon.c (mon.1) 15 : audit [INF] from='osd.5 [v2:172.21.15.125:6808/1480446698,v1:172.21.15.125:6809/1480446698]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-09T01:58:08.470 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:58:08 smithi125 bash[25274]: audit 2023-12-09T01:58:07.996115+0000 mon.a (mon.0) 613 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-09T01:58:08.471 INFO:journalctl@ceph.osd.5.smithi125.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-12-09T01:58:08.718 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:58:08 smithi067 bash[25104]: cluster 2023-12-09T01:58:07.299915+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-09T01:58:08.719 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:58:08 smithi067 bash[25104]: audit 2023-12-09T01:58:07.388852+0000 mon.a (mon.0) 605 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:58:08.719 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:58:08 smithi067 bash[25104]: audit 2023-12-09T01:58:07.390213+0000 mon.a (mon.0) 606 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T01:58:08.719 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:58:08 smithi067 bash[25104]: audit 2023-12-09T01:58:07.393605+0000 mon.a (mon.0) 607 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T01:58:08.719 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:58:08 smithi067 bash[25104]: audit 2023-12-09T01:58:07.395482+0000 mon.a (mon.0) 608 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T01:58:08.719 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:58:08 smithi067 bash[25104]: audit 2023-12-09T01:58:07.400144+0000 mon.a (mon.0) 609 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-09T01:58:08.719 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:58:08 smithi067 bash[25104]: audit 2023-12-09T01:58:07.401857+0000 mon.a (mon.0) 610 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-09T01:58:08.719 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:58:08 smithi067 bash[25104]: cephadm 2023-12-09T01:58:07.402986+0000 mgr.y (mgr.14152) 200 : cephadm [INF] Adjusting osd_memory_target on smithi125 to 8123M 2023-12-09T01:58:08.719 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:58:08 smithi067 bash[25104]: audit 2023-12-09T01:58:07.409632+0000 mon.a (mon.0) 611 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:58:08.719 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:58:08 smithi067 bash[25104]: audit 2023-12-09T01:58:07.417819+0000 mon.a (mon.0) 612 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:58:08.719 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:58:08 smithi067 bash[25104]: audit 2023-12-09T01:58:07.995322+0000 mon.c (mon.1) 15 : audit [INF] from='osd.5 [v2:172.21.15.125:6808/1480446698,v1:172.21.15.125:6809/1480446698]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-09T01:58:08.719 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:58:08 smithi067 bash[25104]: audit 2023-12-09T01:58:07.996115+0000 mon.a (mon.0) 613 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-09T01:58:08.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:58:08 smithi067 bash[30830]: cluster 2023-12-09T01:58:07.299915+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-09T01:58:08.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:58:08 smithi067 bash[30830]: audit 2023-12-09T01:58:07.388852+0000 mon.a (mon.0) 605 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:58:08.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:58:08 smithi067 bash[30830]: audit 2023-12-09T01:58:07.390213+0000 mon.a (mon.0) 606 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T01:58:08.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:58:08 smithi067 bash[30830]: audit 2023-12-09T01:58:07.393605+0000 mon.a (mon.0) 607 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T01:58:08.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:58:08 smithi067 bash[30830]: audit 2023-12-09T01:58:07.395482+0000 mon.a (mon.0) 608 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T01:58:08.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:58:08 smithi067 bash[30830]: audit 2023-12-09T01:58:07.400144+0000 mon.a (mon.0) 609 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-09T01:58:08.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:58:08 smithi067 bash[30830]: audit 2023-12-09T01:58:07.401857+0000 mon.a (mon.0) 610 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-09T01:58:08.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:58:08 smithi067 bash[30830]: cephadm 2023-12-09T01:58:07.402986+0000 mgr.y (mgr.14152) 200 : cephadm [INF] Adjusting osd_memory_target on smithi125 to 8123M 2023-12-09T01:58:08.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:58:08 smithi067 bash[30830]: audit 2023-12-09T01:58:07.409632+0000 mon.a (mon.0) 611 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:58:08.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:58:08 smithi067 bash[30830]: audit 2023-12-09T01:58:07.417819+0000 mon.a (mon.0) 612 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:58:08.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:58:08 smithi067 bash[30830]: audit 2023-12-09T01:58:07.995322+0000 mon.c (mon.1) 15 : audit [INF] from='osd.5 [v2:172.21.15.125:6808/1480446698,v1:172.21.15.125:6809/1480446698]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-09T01:58:08.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:58:08 smithi067 bash[30830]: audit 2023-12-09T01:58:07.996115+0000 mon.a (mon.0) 613 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-09T01:58:09.718 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:58:09 smithi067 bash[25104]: audit 2023-12-09T01:58:08.423069+0000 mon.a (mon.0) 614 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-12-09T01:58:09.718 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:58:09 smithi067 bash[25104]: cluster 2023-12-09T01:58:08.423206+0000 mon.a (mon.0) 615 : cluster [DBG] osdmap e36: 6 total, 5 up, 6 in 2023-12-09T01:58:09.718 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:58:09 smithi067 bash[25104]: audit 2023-12-09T01:58:08.423514+0000 mon.a (mon.0) 616 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-09T01:58:09.719 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:58:09 smithi067 bash[25104]: audit 2023-12-09T01:58:08.424993+0000 mon.c (mon.1) 16 : audit [INF] from='osd.5 [v2:172.21.15.125:6808/1480446698,v1:172.21.15.125:6809/1480446698]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi125", "root=default"]}]: dispatch 2023-12-09T01:58:09.719 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:58:09 smithi067 bash[25104]: audit 2023-12-09T01:58:08.425540+0000 mon.a (mon.0) 617 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi125", "root=default"]}]: dispatch 2023-12-09T01:58:09.719 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:58:09 smithi067 bash[30830]: audit 2023-12-09T01:58:08.423069+0000 mon.a (mon.0) 614 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-12-09T01:58:09.719 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:58:09 smithi067 bash[30830]: cluster 2023-12-09T01:58:08.423206+0000 mon.a (mon.0) 615 : cluster [DBG] osdmap e36: 6 total, 5 up, 6 in 2023-12-09T01:58:09.719 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:58:09 smithi067 bash[30830]: audit 2023-12-09T01:58:08.423514+0000 mon.a (mon.0) 616 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-09T01:58:09.719 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:58:09 smithi067 bash[30830]: audit 2023-12-09T01:58:08.424993+0000 mon.c (mon.1) 16 : audit [INF] from='osd.5 [v2:172.21.15.125:6808/1480446698,v1:172.21.15.125:6809/1480446698]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi125", "root=default"]}]: dispatch 2023-12-09T01:58:09.719 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:58:09 smithi067 bash[30830]: audit 2023-12-09T01:58:08.425540+0000 mon.a (mon.0) 617 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi125", "root=default"]}]: dispatch 2023-12-09T01:58:09.720 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:58:09 smithi125 bash[25274]: audit 2023-12-09T01:58:08.423069+0000 mon.a (mon.0) 614 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-12-09T01:58:09.720 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:58:09 smithi125 bash[25274]: cluster 2023-12-09T01:58:08.423206+0000 mon.a (mon.0) 615 : cluster [DBG] osdmap e36: 6 total, 5 up, 6 in 2023-12-09T01:58:09.720 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:58:09 smithi125 bash[25274]: audit 2023-12-09T01:58:08.423514+0000 mon.a (mon.0) 616 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-09T01:58:09.720 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:58:09 smithi125 bash[25274]: audit 2023-12-09T01:58:08.424993+0000 mon.c (mon.1) 16 : audit [INF] from='osd.5 [v2:172.21.15.125:6808/1480446698,v1:172.21.15.125:6809/1480446698]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi125", "root=default"]}]: dispatch 2023-12-09T01:58:09.720 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:58:09 smithi125 bash[25274]: audit 2023-12-09T01:58:08.425540+0000 mon.a (mon.0) 617 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi125", "root=default"]}]: dispatch 2023-12-09T01:58:09.720 INFO:journalctl@ceph.osd.5.smithi125.stdout:Dec 09 01:58:09 smithi125 bash[34539]: debug 2023-12-09T01:58:09.430+0000 7fd0ee3de700 -1 osd.5 0 waiting for initial osdmap 2023-12-09T01:58:09.721 INFO:journalctl@ceph.osd.5.smithi125.stdout:Dec 09 01:58:09 smithi125 bash[34539]: debug 2023-12-09T01:58:09.438+0000 7fd0e8574700 -1 osd.5 37 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-09T01:58:10.718 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:58:10 smithi067 bash[25104]: cluster 2023-12-09T01:58:09.300521+0000 mgr.y (mgr.14152) 201 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-09T01:58:10.719 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:58:10 smithi067 bash[25104]: audit 2023-12-09T01:58:09.426680+0000 mon.a (mon.0) 618 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi125", "root=default"]}]': finished 2023-12-09T01:58:10.719 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:58:10 smithi067 bash[25104]: cluster 2023-12-09T01:58:09.427004+0000 mon.a (mon.0) 619 : cluster [DBG] osdmap e37: 6 total, 5 up, 6 in 2023-12-09T01:58:10.719 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:58:10 smithi067 bash[25104]: audit 2023-12-09T01:58:09.427903+0000 mon.a (mon.0) 620 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-09T01:58:10.719 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:58:10 smithi067 bash[25104]: audit 2023-12-09T01:58:09.437102+0000 mon.a (mon.0) 621 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-09T01:58:10.719 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:58:10 smithi067 bash[30830]: cluster 2023-12-09T01:58:09.300521+0000 mgr.y (mgr.14152) 201 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-09T01:58:10.719 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:58:10 smithi067 bash[30830]: audit 2023-12-09T01:58:09.426680+0000 mon.a (mon.0) 618 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi125", "root=default"]}]': finished 2023-12-09T01:58:10.719 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:58:10 smithi067 bash[30830]: cluster 2023-12-09T01:58:09.427004+0000 mon.a (mon.0) 619 : cluster [DBG] osdmap e37: 6 total, 5 up, 6 in 2023-12-09T01:58:10.719 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:58:10 smithi067 bash[30830]: audit 2023-12-09T01:58:09.427903+0000 mon.a (mon.0) 620 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-09T01:58:10.719 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:58:10 smithi067 bash[30830]: audit 2023-12-09T01:58:09.437102+0000 mon.a (mon.0) 621 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-09T01:58:10.720 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:58:10 smithi125 bash[25274]: cluster 2023-12-09T01:58:09.300521+0000 mgr.y (mgr.14152) 201 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-09T01:58:10.720 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:58:10 smithi125 bash[25274]: audit 2023-12-09T01:58:09.426680+0000 mon.a (mon.0) 618 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi125", "root=default"]}]': finished 2023-12-09T01:58:10.720 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:58:10 smithi125 bash[25274]: cluster 2023-12-09T01:58:09.427004+0000 mon.a (mon.0) 619 : cluster [DBG] osdmap e37: 6 total, 5 up, 6 in 2023-12-09T01:58:10.720 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:58:10 smithi125 bash[25274]: audit 2023-12-09T01:58:09.427903+0000 mon.a (mon.0) 620 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-09T01:58:10.720 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:58:10 smithi125 bash[25274]: audit 2023-12-09T01:58:09.437102+0000 mon.a (mon.0) 621 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-09T01:58:11.718 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 01:58:11 smithi067 bash[25375]: 172.21.15.125 - - [09/Dec/2023:01:58:11] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-09T01:58:11.719 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:58:11 smithi067 bash[30830]: cluster 2023-12-09T01:58:08.947590+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-09T01:58:11.719 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:58:11 smithi067 bash[30830]: cluster 2023-12-09T01:58:08.947815+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-09T01:58:11.719 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:58:11 smithi067 bash[30830]: cluster 2023-12-09T01:58:10.428883+0000 mon.a (mon.0) 622 : cluster [INF] osd.5 [v2:172.21.15.125:6808/1480446698,v1:172.21.15.125:6809/1480446698] boot 2023-12-09T01:58:11.719 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:58:11 smithi067 bash[30830]: cluster 2023-12-09T01:58:10.429045+0000 mon.a (mon.0) 623 : cluster [DBG] osdmap e38: 6 total, 6 up, 6 in 2023-12-09T01:58:11.719 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:58:11 smithi067 bash[30830]: audit 2023-12-09T01:58:10.429490+0000 mon.a (mon.0) 624 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-09T01:58:11.719 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:58:11 smithi067 bash[30830]: cluster 2023-12-09T01:58:11.005406+0000 mon.a (mon.0) 625 : cluster [DBG] osdmap e39: 6 total, 6 up, 6 in 2023-12-09T01:58:11.719 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:58:11 smithi067 bash[25104]: cluster 2023-12-09T01:58:08.947590+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-09T01:58:11.719 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:58:11 smithi067 bash[25104]: cluster 2023-12-09T01:58:08.947815+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-09T01:58:11.719 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:58:11 smithi067 bash[25104]: cluster 2023-12-09T01:58:10.428883+0000 mon.a (mon.0) 622 : cluster [INF] osd.5 [v2:172.21.15.125:6808/1480446698,v1:172.21.15.125:6809/1480446698] boot 2023-12-09T01:58:11.719 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:58:11 smithi067 bash[25104]: cluster 2023-12-09T01:58:10.429045+0000 mon.a (mon.0) 623 : cluster [DBG] osdmap e38: 6 total, 6 up, 6 in 2023-12-09T01:58:11.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:58:11 smithi067 bash[25104]: audit 2023-12-09T01:58:10.429490+0000 mon.a (mon.0) 624 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-09T01:58:11.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:58:11 smithi067 bash[25104]: cluster 2023-12-09T01:58:11.005406+0000 mon.a (mon.0) 625 : cluster [DBG] osdmap e39: 6 total, 6 up, 6 in 2023-12-09T01:58:11.720 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:58:11 smithi125 bash[25274]: cluster 2023-12-09T01:58:08.947590+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-09T01:58:11.720 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:58:11 smithi125 bash[25274]: cluster 2023-12-09T01:58:08.947815+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-09T01:58:11.720 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:58:11 smithi125 bash[25274]: cluster 2023-12-09T01:58:10.428883+0000 mon.a (mon.0) 622 : cluster [INF] osd.5 [v2:172.21.15.125:6808/1480446698,v1:172.21.15.125:6809/1480446698] boot 2023-12-09T01:58:11.720 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:58:11 smithi125 bash[25274]: cluster 2023-12-09T01:58:10.429045+0000 mon.a (mon.0) 623 : cluster [DBG] osdmap e38: 6 total, 6 up, 6 in 2023-12-09T01:58:11.720 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:58:11 smithi125 bash[25274]: audit 2023-12-09T01:58:10.429490+0000 mon.a (mon.0) 624 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-09T01:58:11.720 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:58:11 smithi125 bash[25274]: cluster 2023-12-09T01:58:11.005406+0000 mon.a (mon.0) 625 : cluster [DBG] osdmap e39: 6 total, 6 up, 6 in 2023-12-09T01:58:12.941 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:58:12 smithi067 bash[25104]: cluster 2023-12-09T01:58:11.301102+0000 mgr.y (mgr.14152) 202 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2023-12-09T01:58:12.941 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:58:12 smithi067 bash[25104]: audit 2023-12-09T01:58:11.582743+0000 mon.a (mon.0) 626 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:58:12.942 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:58:12 smithi067 bash[25104]: cephadm 2023-12-09T01:58:11.584104+0000 mgr.y (mgr.14152) 203 : cephadm [INF] Detected new or changed devices on smithi125 2023-12-09T01:58:12.942 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:58:12 smithi067 bash[25104]: audit 2023-12-09T01:58:11.589948+0000 mon.a (mon.0) 627 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:58:12.942 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:58:12 smithi067 bash[25104]: audit 2023-12-09T01:58:11.599389+0000 mon.a (mon.0) 628 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T01:58:12.942 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:58:12 smithi067 bash[25104]: audit 2023-12-09T01:58:11.601958+0000 mon.a (mon.0) 629 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T01:58:12.942 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:58:12 smithi067 bash[25104]: audit 2023-12-09T01:58:11.603585+0000 mon.a (mon.0) 630 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T01:58:12.942 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:58:12 smithi067 bash[25104]: cluster 2023-12-09T01:58:11.607920+0000 mgr.y (mgr.14152) 204 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2023-12-09T01:58:12.942 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:58:12 smithi067 bash[25104]: audit 2023-12-09T01:58:11.613376+0000 mon.a (mon.0) 631 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:58:12.942 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:58:12 smithi067 bash[25104]: cluster 2023-12-09T01:58:12.007282+0000 mon.a (mon.0) 632 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2023-12-09T01:58:12.942 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:58:12 smithi067 bash[25104]: cluster 2023-12-09T01:58:12.022691+0000 mon.a (mon.0) 633 : cluster [DBG] osdmap e40: 6 total, 6 up, 6 in 2023-12-09T01:58:12.942 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:58:12 smithi067 bash[30830]: cluster 2023-12-09T01:58:11.301102+0000 mgr.y (mgr.14152) 202 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2023-12-09T01:58:12.942 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:58:12 smithi067 bash[30830]: audit 2023-12-09T01:58:11.582743+0000 mon.a (mon.0) 626 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:58:12.942 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:58:12 smithi067 bash[30830]: cephadm 2023-12-09T01:58:11.584104+0000 mgr.y (mgr.14152) 203 : cephadm [INF] Detected new or changed devices on smithi125 2023-12-09T01:58:12.943 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:58:12 smithi067 bash[30830]: audit 2023-12-09T01:58:11.589948+0000 mon.a (mon.0) 627 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:58:12.943 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:58:12 smithi067 bash[30830]: audit 2023-12-09T01:58:11.599389+0000 mon.a (mon.0) 628 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T01:58:12.943 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:58:12 smithi067 bash[30830]: audit 2023-12-09T01:58:11.601958+0000 mon.a (mon.0) 629 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T01:58:12.943 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:58:12 smithi067 bash[30830]: audit 2023-12-09T01:58:11.603585+0000 mon.a (mon.0) 630 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T01:58:12.943 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:58:12 smithi067 bash[30830]: cluster 2023-12-09T01:58:11.607920+0000 mgr.y (mgr.14152) 204 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2023-12-09T01:58:12.943 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:58:12 smithi067 bash[30830]: audit 2023-12-09T01:58:11.613376+0000 mon.a (mon.0) 631 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:58:12.943 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:58:12 smithi067 bash[30830]: cluster 2023-12-09T01:58:12.007282+0000 mon.a (mon.0) 632 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2023-12-09T01:58:12.943 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:58:12 smithi067 bash[30830]: cluster 2023-12-09T01:58:12.022691+0000 mon.a (mon.0) 633 : cluster [DBG] osdmap e40: 6 total, 6 up, 6 in 2023-12-09T01:58:12.969 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:58:12 smithi125 bash[25274]: cluster 2023-12-09T01:58:11.301102+0000 mgr.y (mgr.14152) 202 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2023-12-09T01:58:12.969 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:58:12 smithi125 bash[25274]: audit 2023-12-09T01:58:11.582743+0000 mon.a (mon.0) 626 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:58:12.970 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:58:12 smithi125 bash[25274]: cephadm 2023-12-09T01:58:11.584104+0000 mgr.y (mgr.14152) 203 : cephadm [INF] Detected new or changed devices on smithi125 2023-12-09T01:58:12.970 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:58:12 smithi125 bash[25274]: audit 2023-12-09T01:58:11.589948+0000 mon.a (mon.0) 627 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:58:12.970 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:58:12 smithi125 bash[25274]: audit 2023-12-09T01:58:11.599389+0000 mon.a (mon.0) 628 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T01:58:12.970 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:58:12 smithi125 bash[25274]: audit 2023-12-09T01:58:11.601958+0000 mon.a (mon.0) 629 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T01:58:12.970 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:58:12 smithi125 bash[25274]: audit 2023-12-09T01:58:11.603585+0000 mon.a (mon.0) 630 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T01:58:12.970 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:58:12 smithi125 bash[25274]: cluster 2023-12-09T01:58:11.607920+0000 mgr.y (mgr.14152) 204 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2023-12-09T01:58:12.970 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:58:12 smithi125 bash[25274]: audit 2023-12-09T01:58:11.613376+0000 mon.a (mon.0) 631 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:58:12.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:58:12 smithi125 bash[25274]: cluster 2023-12-09T01:58:12.007282+0000 mon.a (mon.0) 632 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2023-12-09T01:58:12.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:58:12 smithi125 bash[25274]: cluster 2023-12-09T01:58:12.022691+0000 mon.a (mon.0) 633 : cluster [DBG] osdmap e40: 6 total, 6 up, 6 in 2023-12-09T01:58:13.131 INFO:teuthology.orchestra.run.smithi125.stderr:--> Zapping: /dev/vg_nvme/lv_2 2023-12-09T01:58:13.132 INFO:teuthology.orchestra.run.smithi125.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_2 bs=1M count=10 conv=fsync 2023-12-09T01:58:13.132 INFO:teuthology.orchestra.run.smithi125.stderr: stderr: 10+0 records in 2023-12-09T01:58:13.132 INFO:teuthology.orchestra.run.smithi125.stderr:10+0 records out 2023-12-09T01:58:13.132 INFO:teuthology.orchestra.run.smithi125.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0154378 s, 679 MB/s 2023-12-09T01:58:13.132 INFO:teuthology.orchestra.run.smithi125.stderr:--> Zapping successful for: 2023-12-09T01:58:13.794 DEBUG:teuthology.orchestra.run.smithi125:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6db93fb0-9635-11ee-95a3-87774f69a715 -- ceph orch daemon add osd smithi125:vg_nvme/lv_2 2023-12-09T01:58:14.218 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:58:14 smithi067 bash[30830]: cluster 2023-12-09T01:58:13.024766+0000 mon.a (mon.0) 634 : cluster [DBG] osdmap e41: 6 total, 6 up, 6 in 2023-12-09T01:58:14.218 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:58:14 smithi067 bash[25104]: cluster 2023-12-09T01:58:13.024766+0000 mon.a (mon.0) 634 : cluster [DBG] osdmap e41: 6 total, 6 up, 6 in 2023-12-09T01:58:14.253 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:58:14 smithi125 bash[25274]: cluster 2023-12-09T01:58:13.024766+0000 mon.a (mon.0) 634 : cluster [DBG] osdmap e41: 6 total, 6 up, 6 in 2023-12-09T01:58:15.356 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:58:15 smithi125 bash[25274]: cluster 2023-12-09T01:58:13.608656+0000 mgr.y (mgr.14152) 205 : cluster [DBG] pgmap v180: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2023-12-09T01:58:15.356 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:58:15 smithi125 bash[25274]: cluster 2023-12-09T01:58:14.038105+0000 mon.a (mon.0) 635 : cluster [DBG] osdmap e42: 6 total, 6 up, 6 in 2023-12-09T01:58:15.468 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:58:15 smithi067 bash[25104]: cluster 2023-12-09T01:58:13.608656+0000 mgr.y (mgr.14152) 205 : cluster [DBG] pgmap v180: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2023-12-09T01:58:15.468 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:58:15 smithi067 bash[25104]: cluster 2023-12-09T01:58:14.038105+0000 mon.a (mon.0) 635 : cluster [DBG] osdmap e42: 6 total, 6 up, 6 in 2023-12-09T01:58:15.468 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:58:15 smithi067 bash[30830]: cluster 2023-12-09T01:58:13.608656+0000 mgr.y (mgr.14152) 205 : cluster [DBG] pgmap v180: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2023-12-09T01:58:15.468 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:58:15 smithi067 bash[30830]: cluster 2023-12-09T01:58:14.038105+0000 mon.a (mon.0) 635 : cluster [DBG] osdmap e42: 6 total, 6 up, 6 in 2023-12-09T01:58:16.468 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 01:58:16 smithi067 bash[25375]: 172.21.15.125 - - [09/Dec/2023:01:58:16] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-09T01:58:17.219 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:58:17 smithi125 bash[25274]: cluster 2023-12-09T01:58:15.609308+0000 mgr.y (mgr.14152) 206 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-09T01:58:17.219 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:58:17 smithi125 bash[25274]: audit 2023-12-09T01:58:16.185512+0000 mon.a (mon.0) 636 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:58:17.219 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:58:17 smithi125 bash[25274]: audit 2023-12-09T01:58:16.195457+0000 mon.a (mon.0) 637 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:58:17.219 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:58:17 smithi125 bash[25274]: audit 2023-12-09T01:58:16.195918+0000 mon.a (mon.0) 638 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T01:58:17.219 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:58:17 smithi125 bash[25274]: audit 2023-12-09T01:58:16.198550+0000 mon.a (mon.0) 639 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T01:58:17.220 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:58:17 smithi125 bash[25274]: audit 2023-12-09T01:58:16.199835+0000 mon.a (mon.0) 640 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T01:58:17.220 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:58:17 smithi125 bash[25274]: audit 2023-12-09T01:58:16.208689+0000 mon.a (mon.0) 641 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:58:17.468 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:58:17 smithi067 bash[25104]: cluster 2023-12-09T01:58:15.609308+0000 mgr.y (mgr.14152) 206 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-09T01:58:17.468 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:58:17 smithi067 bash[25104]: audit 2023-12-09T01:58:16.185512+0000 mon.a (mon.0) 636 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:58:17.468 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:58:17 smithi067 bash[25104]: audit 2023-12-09T01:58:16.195457+0000 mon.a (mon.0) 637 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:58:17.468 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:58:17 smithi067 bash[25104]: audit 2023-12-09T01:58:16.195918+0000 mon.a (mon.0) 638 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T01:58:17.469 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:58:17 smithi067 bash[25104]: audit 2023-12-09T01:58:16.198550+0000 mon.a (mon.0) 639 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T01:58:17.469 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:58:17 smithi067 bash[25104]: audit 2023-12-09T01:58:16.199835+0000 mon.a (mon.0) 640 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T01:58:17.469 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:58:17 smithi067 bash[25104]: audit 2023-12-09T01:58:16.208689+0000 mon.a (mon.0) 641 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:58:17.469 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:58:17 smithi067 bash[30830]: cluster 2023-12-09T01:58:15.609308+0000 mgr.y (mgr.14152) 206 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-09T01:58:17.469 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:58:17 smithi067 bash[30830]: audit 2023-12-09T01:58:16.185512+0000 mon.a (mon.0) 636 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:58:17.469 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:58:17 smithi067 bash[30830]: audit 2023-12-09T01:58:16.195457+0000 mon.a (mon.0) 637 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:58:17.469 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:58:17 smithi067 bash[30830]: audit 2023-12-09T01:58:16.195918+0000 mon.a (mon.0) 638 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T01:58:17.469 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:58:17 smithi067 bash[30830]: audit 2023-12-09T01:58:16.198550+0000 mon.a (mon.0) 639 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T01:58:17.469 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:58:17 smithi067 bash[30830]: audit 2023-12-09T01:58:16.199835+0000 mon.a (mon.0) 640 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T01:58:17.469 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:58:17 smithi067 bash[30830]: audit 2023-12-09T01:58:16.208689+0000 mon.a (mon.0) 641 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:58:18.218 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 01:58:17 smithi067 bash[25375]: 172.21.15.67 - - [09/Dec/2023:01:58:17] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-09T01:58:18.218 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:58:18 smithi067 bash[25104]: cluster 2023-12-09T01:58:16.203063+0000 mgr.y (mgr.14152) 207 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-09T01:58:18.218 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:58:18 smithi067 bash[25104]: cluster 2023-12-09T01:58:17.191282+0000 mon.a (mon.0) 642 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2023-12-09T01:58:18.219 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:58:18 smithi067 bash[25104]: cluster 2023-12-09T01:58:17.191358+0000 mon.a (mon.0) 643 : cluster [INF] Cluster is now healthy 2023-12-09T01:58:18.219 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:58:18 smithi067 bash[25104]: audit 2023-12-09T01:58:17.298613+0000 mon.a (mon.0) 644 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-09T01:58:18.219 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:58:18 smithi067 bash[25104]: audit 2023-12-09T01:58:17.305015+0000 mon.a (mon.0) 645 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-09T01:58:18.219 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:58:18 smithi067 bash[25104]: audit 2023-12-09T01:58:17.312265+0000 mon.a (mon.0) 646 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T01:58:18.219 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:58:18 smithi067 bash[25104]: audit 2023-12-09T01:58:17.312677+0000 mon.a (mon.0) 647 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-09T01:58:18.219 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:58:18 smithi067 bash[25104]: audit 2023-12-09T01:58:17.315322+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-09T01:58:18.219 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:58:18 smithi067 bash[25104]: audit 2023-12-09T01:58:17.816830+0000 mon.a (mon.0) 649 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:58:18.219 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:58:18 smithi067 bash[25104]: audit 2023-12-09T01:58:17.824270+0000 mon.a (mon.0) 650 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:58:18.219 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:58:18 smithi067 bash[30830]: cluster 2023-12-09T01:58:16.203063+0000 mgr.y (mgr.14152) 207 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-09T01:58:18.219 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:58:18 smithi067 bash[30830]: cluster 2023-12-09T01:58:17.191282+0000 mon.a (mon.0) 642 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2023-12-09T01:58:18.220 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:58:18 smithi067 bash[30830]: cluster 2023-12-09T01:58:17.191358+0000 mon.a (mon.0) 643 : cluster [INF] Cluster is now healthy 2023-12-09T01:58:18.220 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:58:18 smithi067 bash[30830]: audit 2023-12-09T01:58:17.298613+0000 mon.a (mon.0) 644 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-09T01:58:18.220 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:58:18 smithi067 bash[30830]: audit 2023-12-09T01:58:17.305015+0000 mon.a (mon.0) 645 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-09T01:58:18.220 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:58:18 smithi067 bash[30830]: audit 2023-12-09T01:58:17.312265+0000 mon.a (mon.0) 646 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T01:58:18.220 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:58:18 smithi067 bash[30830]: audit 2023-12-09T01:58:17.312677+0000 mon.a (mon.0) 647 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-09T01:58:18.220 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:58:18 smithi067 bash[30830]: audit 2023-12-09T01:58:17.315322+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-09T01:58:18.220 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:58:18 smithi067 bash[30830]: audit 2023-12-09T01:58:17.816830+0000 mon.a (mon.0) 649 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:58:18.220 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:58:18 smithi067 bash[30830]: audit 2023-12-09T01:58:17.824270+0000 mon.a (mon.0) 650 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:58:18.469 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:58:18 smithi125 bash[25274]: cluster 2023-12-09T01:58:16.203063+0000 mgr.y (mgr.14152) 207 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-09T01:58:18.469 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:58:18 smithi125 bash[25274]: cluster 2023-12-09T01:58:17.191282+0000 mon.a (mon.0) 642 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2023-12-09T01:58:18.469 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:58:18 smithi125 bash[25274]: cluster 2023-12-09T01:58:17.191358+0000 mon.a (mon.0) 643 : cluster [INF] Cluster is now healthy 2023-12-09T01:58:18.469 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:58:18 smithi125 bash[25274]: audit 2023-12-09T01:58:17.298613+0000 mon.a (mon.0) 644 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-09T01:58:18.470 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:58:18 smithi125 bash[25274]: audit 2023-12-09T01:58:17.305015+0000 mon.a (mon.0) 645 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-09T01:58:18.470 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:58:18 smithi125 bash[25274]: audit 2023-12-09T01:58:17.312265+0000 mon.a (mon.0) 646 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T01:58:18.470 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:58:18 smithi125 bash[25274]: audit 2023-12-09T01:58:17.312677+0000 mon.a (mon.0) 647 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-09T01:58:18.470 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:58:18 smithi125 bash[25274]: audit 2023-12-09T01:58:17.315322+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-09T01:58:18.470 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:58:18 smithi125 bash[25274]: audit 2023-12-09T01:58:17.816830+0000 mon.a (mon.0) 649 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:58:18.470 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:58:18 smithi125 bash[25274]: audit 2023-12-09T01:58:17.824270+0000 mon.a (mon.0) 650 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:58:19.468 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:58:19 smithi067 bash[25104]: audit 2023-12-09T01:58:17.291639+0000 mgr.y (mgr.14152) 208 : audit [DBG] from='client.24281 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi125:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T01:58:19.468 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:58:19 smithi067 bash[30830]: audit 2023-12-09T01:58:17.291639+0000 mgr.y (mgr.14152) 208 : audit [DBG] from='client.24281 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi125:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T01:58:19.469 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:58:19 smithi125 bash[25274]: audit 2023-12-09T01:58:17.291639+0000 mgr.y (mgr.14152) 208 : audit [DBG] from='client.24281 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi125:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T01:58:20.468 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:58:20 smithi067 bash[25104]: cluster 2023-12-09T01:58:18.203720+0000 mgr.y (mgr.14152) 209 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-09T01:58:20.469 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:58:20 smithi125 bash[25274]: cluster 2023-12-09T01:58:18.203720+0000 mgr.y (mgr.14152) 209 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-09T01:58:20.470 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:58:20 smithi067 bash[30830]: cluster 2023-12-09T01:58:18.203720+0000 mgr.y (mgr.14152) 209 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-09T01:58:22.375 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:58:22 smithi125 bash[25274]: cluster 2023-12-09T01:58:20.204459+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-09T01:58:22.468 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:58:22 smithi067 bash[25104]: cluster 2023-12-09T01:58:20.204459+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-09T01:58:22.469 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:58:22 smithi067 bash[30830]: cluster 2023-12-09T01:58:20.204459+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-09T01:58:24.468 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:58:24 smithi067 bash[25104]: cluster 2023-12-09T01:58:22.205214+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-09T01:58:24.468 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:58:24 smithi067 bash[25104]: audit 2023-12-09T01:58:23.218697+0000 mon.b (mon.2) 11 : audit [INF] from='client.? 172.21.15.125:0/1721216702' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1ba372db-7ac9-4114-a8d9-40f8db60f578"}]: dispatch 2023-12-09T01:58:24.468 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:58:24 smithi067 bash[25104]: audit 2023-12-09T01:58:23.221537+0000 mon.a (mon.0) 651 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1ba372db-7ac9-4114-a8d9-40f8db60f578"}]: dispatch 2023-12-09T01:58:24.468 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:58:24 smithi067 bash[25104]: audit 2023-12-09T01:58:23.233136+0000 mon.a (mon.0) 652 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "1ba372db-7ac9-4114-a8d9-40f8db60f578"}]': finished 2023-12-09T01:58:24.469 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:58:24 smithi067 bash[25104]: cluster 2023-12-09T01:58:23.233389+0000 mon.a (mon.0) 653 : cluster [DBG] osdmap e43: 7 total, 6 up, 7 in 2023-12-09T01:58:24.469 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:58:24 smithi067 bash[25104]: audit 2023-12-09T01:58:23.233701+0000 mon.a (mon.0) 654 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-09T01:58:24.469 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:58:24 smithi067 bash[25104]: audit 2023-12-09T01:58:23.955524+0000 mon.b (mon.2) 12 : audit [DBG] from='client.? 172.21.15.125:0/3019868706' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-09T01:58:24.469 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:58:24 smithi067 bash[30830]: cluster 2023-12-09T01:58:22.205214+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-09T01:58:24.469 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:58:24 smithi067 bash[30830]: audit 2023-12-09T01:58:23.218697+0000 mon.b (mon.2) 11 : audit [INF] from='client.? 172.21.15.125:0/1721216702' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1ba372db-7ac9-4114-a8d9-40f8db60f578"}]: dispatch 2023-12-09T01:58:24.469 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:58:24 smithi067 bash[30830]: audit 2023-12-09T01:58:23.221537+0000 mon.a (mon.0) 651 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1ba372db-7ac9-4114-a8d9-40f8db60f578"}]: dispatch 2023-12-09T01:58:24.469 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:58:24 smithi067 bash[30830]: audit 2023-12-09T01:58:23.233136+0000 mon.a (mon.0) 652 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "1ba372db-7ac9-4114-a8d9-40f8db60f578"}]': finished 2023-12-09T01:58:24.469 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:58:24 smithi067 bash[30830]: cluster 2023-12-09T01:58:23.233389+0000 mon.a (mon.0) 653 : cluster [DBG] osdmap e43: 7 total, 6 up, 7 in 2023-12-09T01:58:24.469 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:58:24 smithi067 bash[30830]: audit 2023-12-09T01:58:23.233701+0000 mon.a (mon.0) 654 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-09T01:58:24.470 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:58:24 smithi067 bash[30830]: audit 2023-12-09T01:58:23.955524+0000 mon.b (mon.2) 12 : audit [DBG] from='client.? 172.21.15.125:0/3019868706' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-09T01:58:24.470 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:58:24 smithi125 bash[25274]: cluster 2023-12-09T01:58:22.205214+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-09T01:58:24.470 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:58:24 smithi125 bash[25274]: audit 2023-12-09T01:58:23.218697+0000 mon.b (mon.2) 11 : audit [INF] from='client.? 172.21.15.125:0/1721216702' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1ba372db-7ac9-4114-a8d9-40f8db60f578"}]: dispatch 2023-12-09T01:58:24.470 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:58:24 smithi125 bash[25274]: audit 2023-12-09T01:58:23.221537+0000 mon.a (mon.0) 651 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1ba372db-7ac9-4114-a8d9-40f8db60f578"}]: dispatch 2023-12-09T01:58:24.470 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:58:24 smithi125 bash[25274]: audit 2023-12-09T01:58:23.233136+0000 mon.a (mon.0) 652 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "1ba372db-7ac9-4114-a8d9-40f8db60f578"}]': finished 2023-12-09T01:58:24.470 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:58:24 smithi125 bash[25274]: cluster 2023-12-09T01:58:23.233389+0000 mon.a (mon.0) 653 : cluster [DBG] osdmap e43: 7 total, 6 up, 7 in 2023-12-09T01:58:24.470 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:58:24 smithi125 bash[25274]: audit 2023-12-09T01:58:23.233701+0000 mon.a (mon.0) 654 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-09T01:58:24.470 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:58:24 smithi125 bash[25274]: audit 2023-12-09T01:58:23.955524+0000 mon.b (mon.2) 12 : audit [DBG] from='client.? 172.21.15.125:0/3019868706' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-09T01:58:26.395 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:58:26 smithi125 bash[25274]: cluster 2023-12-09T01:58:24.205859+0000 mgr.y (mgr.14152) 212 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-09T01:58:26.468 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:58:26 smithi067 bash[25104]: cluster 2023-12-09T01:58:24.205859+0000 mgr.y (mgr.14152) 212 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-09T01:58:26.468 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:58:26 smithi067 bash[30830]: cluster 2023-12-09T01:58:24.205859+0000 mgr.y (mgr.14152) 212 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-09T01:58:28.468 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:58:28 smithi067 bash[25104]: cluster 2023-12-09T01:58:26.206454+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-09T01:58:28.468 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:58:28 smithi067 bash[30830]: cluster 2023-12-09T01:58:26.206454+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-09T01:58:28.469 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:58:28 smithi125 bash[25274]: cluster 2023-12-09T01:58:26.206454+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-09T01:58:30.081 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:58:30 smithi125 bash[25274]: cluster 2023-12-09T01:58:28.207046+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-09T01:58:30.468 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:58:30 smithi067 bash[25104]: cluster 2023-12-09T01:58:28.207046+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-09T01:58:30.468 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:58:30 smithi067 bash[30830]: cluster 2023-12-09T01:58:28.207046+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-09T01:58:32.468 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:58:32 smithi067 bash[25104]: cluster 2023-12-09T01:58:30.207661+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-09T01:58:32.468 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:58:32 smithi067 bash[30830]: cluster 2023-12-09T01:58:30.207661+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-09T01:58:32.469 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:58:32 smithi125 bash[25274]: cluster 2023-12-09T01:58:30.207661+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-09T01:58:33.968 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 01:58:33 smithi067 bash[25375]: 172.21.15.125 - - [09/Dec/2023:01:58:33] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-09T01:58:34.468 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:58:34 smithi067 bash[25104]: cluster 2023-12-09T01:58:32.208297+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-09T01:58:34.468 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:58:34 smithi067 bash[25104]: audit 2023-12-09T01:58:33.851179+0000 mon.a (mon.0) 655 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:58:34.468 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:58:34 smithi067 bash[25104]: audit 2023-12-09T01:58:33.857672+0000 mon.a (mon.0) 656 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:58:34.469 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:58:34 smithi067 bash[30830]: cluster 2023-12-09T01:58:32.208297+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-09T01:58:34.469 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:58:34 smithi067 bash[30830]: audit 2023-12-09T01:58:33.851179+0000 mon.a (mon.0) 655 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:58:34.469 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:58:34 smithi067 bash[30830]: audit 2023-12-09T01:58:33.857672+0000 mon.a (mon.0) 656 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:58:34.469 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:58:34 smithi125 bash[25274]: cluster 2023-12-09T01:58:32.208297+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-09T01:58:34.469 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:58:34 smithi125 bash[25274]: audit 2023-12-09T01:58:33.851179+0000 mon.a (mon.0) 655 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:58:34.469 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:58:34 smithi125 bash[25274]: audit 2023-12-09T01:58:33.857672+0000 mon.a (mon.0) 656 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:58:36.219 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:58:36 smithi125 bash[25274]: cluster 2023-12-09T01:58:34.208944+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-09T01:58:36.468 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:58:36 smithi067 bash[25104]: cluster 2023-12-09T01:58:34.208944+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-09T01:58:36.468 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:58:36 smithi067 bash[30830]: cluster 2023-12-09T01:58:34.208944+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-09T01:58:38.323 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:58:38 smithi125 bash[25274]: cluster 2023-12-09T01:58:36.209457+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-09T01:58:38.323 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:58:38 smithi125 bash[25274]: audit 2023-12-09T01:58:37.138365+0000 mon.a (mon.0) 657 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-12-09T01:58:38.323 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:58:38 smithi125 bash[25274]: audit 2023-12-09T01:58:37.140004+0000 mon.a (mon.0) 658 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T01:58:38.323 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:58:38 smithi125 bash[25274]: audit 2023-12-09T01:58:37.980097+0000 mon.a (mon.0) 659 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:58:38.324 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:58:38 smithi125 bash[25274]: audit 2023-12-09T01:58:37.987473+0000 mon.a (mon.0) 660 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:58:38.468 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 01:58:37 smithi067 bash[25375]: 172.21.15.67 - - [09/Dec/2023:01:58:37] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-09T01:58:38.510 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:58:38 smithi067 bash[25104]: cluster 2023-12-09T01:58:36.209457+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-09T01:58:38.510 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:58:38 smithi067 bash[25104]: audit 2023-12-09T01:58:37.138365+0000 mon.a (mon.0) 657 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-12-09T01:58:38.510 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:58:38 smithi067 bash[25104]: audit 2023-12-09T01:58:37.140004+0000 mon.a (mon.0) 658 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T01:58:38.510 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:58:38 smithi067 bash[25104]: audit 2023-12-09T01:58:37.980097+0000 mon.a (mon.0) 659 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:58:38.510 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:58:38 smithi067 bash[25104]: audit 2023-12-09T01:58:37.987473+0000 mon.a (mon.0) 660 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:58:38.510 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:58:38 smithi067 bash[30830]: cluster 2023-12-09T01:58:36.209457+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-09T01:58:38.510 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:58:38 smithi067 bash[30830]: audit 2023-12-09T01:58:37.138365+0000 mon.a (mon.0) 657 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-12-09T01:58:38.510 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:58:38 smithi067 bash[30830]: audit 2023-12-09T01:58:37.140004+0000 mon.a (mon.0) 658 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T01:58:38.510 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:58:38 smithi067 bash[30830]: audit 2023-12-09T01:58:37.980097+0000 mon.a (mon.0) 659 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:58:38.511 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:58:38 smithi067 bash[30830]: audit 2023-12-09T01:58:37.987473+0000 mon.a (mon.0) 660 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:58:39.468 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:58:39 smithi067 bash[25104]: cephadm 2023-12-09T01:58:37.141272+0000 mgr.y (mgr.14152) 219 : cephadm [INF] Deploying daemon osd.6 on smithi125 2023-12-09T01:58:39.468 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:58:39 smithi067 bash[30830]: cephadm 2023-12-09T01:58:37.141272+0000 mgr.y (mgr.14152) 219 : cephadm [INF] Deploying daemon osd.6 on smithi125 2023-12-09T01:58:39.469 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:58:39 smithi125 bash[25274]: cephadm 2023-12-09T01:58:37.141272+0000 mgr.y (mgr.14152) 219 : cephadm [INF] Deploying daemon osd.6 on smithi125 2023-12-09T01:58:40.469 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:58:40 smithi125 bash[25274]: cluster 2023-12-09T01:58:38.210034+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-09T01:58:40.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:58:40 smithi067 bash[25104]: cluster 2023-12-09T01:58:38.210034+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-09T01:58:40.470 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:58:40 smithi067 bash[30830]: cluster 2023-12-09T01:58:38.210034+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-09T01:58:42.468 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:58:42 smithi067 bash[30830]: cluster 2023-12-09T01:58:40.210643+0000 mgr.y (mgr.14152) 221 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-09T01:58:42.468 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:58:42 smithi067 bash[30830]: audit 2023-12-09T01:58:41.130682+0000 mon.a (mon.0) 661 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:58:42.468 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:58:42 smithi067 bash[30830]: audit 2023-12-09T01:58:41.146551+0000 mon.a (mon.0) 662 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T01:58:42.468 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:58:42 smithi067 bash[30830]: audit 2023-12-09T01:58:41.150234+0000 mon.a (mon.0) 663 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T01:58:42.468 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:58:42 smithi067 bash[30830]: audit 2023-12-09T01:58:41.152682+0000 mon.a (mon.0) 664 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T01:58:42.469 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:58:42 smithi067 bash[30830]: audit 2023-12-09T01:58:41.168060+0000 mon.a (mon.0) 665 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:58:42.469 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:58:42 smithi067 bash[25104]: cluster 2023-12-09T01:58:40.210643+0000 mgr.y (mgr.14152) 221 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-09T01:58:42.469 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:58:42 smithi067 bash[25104]: audit 2023-12-09T01:58:41.130682+0000 mon.a (mon.0) 661 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:58:42.469 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:58:42 smithi067 bash[25104]: audit 2023-12-09T01:58:41.146551+0000 mon.a (mon.0) 662 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T01:58:42.469 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:58:42 smithi067 bash[25104]: audit 2023-12-09T01:58:41.150234+0000 mon.a (mon.0) 663 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T01:58:42.469 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:58:42 smithi067 bash[25104]: audit 2023-12-09T01:58:41.152682+0000 mon.a (mon.0) 664 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T01:58:42.469 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:58:42 smithi067 bash[25104]: audit 2023-12-09T01:58:41.168060+0000 mon.a (mon.0) 665 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:58:42.470 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:58:42 smithi125 bash[25274]: cluster 2023-12-09T01:58:40.210643+0000 mgr.y (mgr.14152) 221 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-09T01:58:42.470 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:58:42 smithi125 bash[25274]: audit 2023-12-09T01:58:41.130682+0000 mon.a (mon.0) 661 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:58:42.470 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:58:42 smithi125 bash[25274]: audit 2023-12-09T01:58:41.146551+0000 mon.a (mon.0) 662 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T01:58:42.470 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:58:42 smithi125 bash[25274]: audit 2023-12-09T01:58:41.150234+0000 mon.a (mon.0) 663 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T01:58:42.470 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:58:42 smithi125 bash[25274]: audit 2023-12-09T01:58:41.152682+0000 mon.a (mon.0) 664 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T01:58:42.470 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:58:42 smithi125 bash[25274]: audit 2023-12-09T01:58:41.168060+0000 mon.a (mon.0) 665 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:58:44.261 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:58:44 smithi125 bash[25274]: cluster 2023-12-09T01:58:42.211262+0000 mgr.y (mgr.14152) 222 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-09T01:58:44.468 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:58:44 smithi067 bash[25104]: cluster 2023-12-09T01:58:42.211262+0000 mgr.y (mgr.14152) 222 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-09T01:58:44.468 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:58:44 smithi067 bash[30830]: cluster 2023-12-09T01:58:42.211262+0000 mgr.y (mgr.14152) 222 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-09T01:58:46.446 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:58:46 smithi125 bash[25274]: cluster 2023-12-09T01:58:44.211830+0000 mgr.y (mgr.14152) 223 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-09T01:58:46.468 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:58:46 smithi067 bash[25104]: cluster 2023-12-09T01:58:44.211830+0000 mgr.y (mgr.14152) 223 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-09T01:58:46.468 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:58:46 smithi067 bash[30830]: cluster 2023-12-09T01:58:44.211830+0000 mgr.y (mgr.14152) 223 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-09T01:58:47.689 INFO:teuthology.orchestra.run.smithi125.stdout:Created osd(s) 6 on host 'smithi125' 2023-12-09T01:58:48.219 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:58:48 smithi125 bash[25274]: cluster 2023-12-09T01:58:46.212447+0000 mgr.y (mgr.14152) 224 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-09T01:58:48.219 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:58:48 smithi125 bash[25274]: audit 2023-12-09T01:58:47.688136+0000 mon.a (mon.0) 666 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:58:48.220 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:58:48 smithi125 bash[25274]: audit 2023-12-09T01:58:47.705302+0000 mon.a (mon.0) 667 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T01:58:48.220 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:58:48 smithi125 bash[25274]: audit 2023-12-09T01:58:47.707942+0000 mon.a (mon.0) 668 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T01:58:48.220 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:58:48 smithi125 bash[25274]: audit 2023-12-09T01:58:47.709899+0000 mon.a (mon.0) 669 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T01:58:48.220 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:58:48 smithi125 bash[25274]: audit 2023-12-09T01:58:47.714491+0000 mon.a (mon.0) 670 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-09T01:58:48.220 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:58:48 smithi125 bash[25274]: audit 2023-12-09T01:58:47.716359+0000 mon.a (mon.0) 671 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-09T01:58:48.220 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:58:48 smithi125 bash[25274]: audit 2023-12-09T01:58:47.718156+0000 mon.a (mon.0) 672 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-09T01:58:48.220 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:58:48 smithi125 bash[25274]: audit 2023-12-09T01:58:47.727026+0000 mon.a (mon.0) 673 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:58:48.220 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:58:48 smithi125 bash[25274]: audit 2023-12-09T01:58:47.735835+0000 mon.a (mon.0) 674 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:58:48.358 DEBUG:teuthology.orchestra.run.smithi125:osd.6> sudo journalctl -f -n 0 -u ceph-6db93fb0-9635-11ee-95a3-87774f69a715@osd.6.service 2023-12-09T01:58:48.360 INFO:tasks.cephadm:Deploying osd.7 on smithi125 with /dev/vg_nvme/lv_1... 2023-12-09T01:58:48.361 DEBUG:teuthology.orchestra.run.smithi125:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6db93fb0-9635-11ee-95a3-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_1 2023-12-09T01:58:48.468 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:58:48 smithi067 bash[30830]: cluster 2023-12-09T01:58:46.212447+0000 mgr.y (mgr.14152) 224 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-09T01:58:48.468 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:58:48 smithi067 bash[30830]: audit 2023-12-09T01:58:47.688136+0000 mon.a (mon.0) 666 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:58:48.468 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:58:48 smithi067 bash[30830]: audit 2023-12-09T01:58:47.705302+0000 mon.a (mon.0) 667 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T01:58:48.468 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:58:48 smithi067 bash[30830]: audit 2023-12-09T01:58:47.707942+0000 mon.a (mon.0) 668 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T01:58:48.469 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:58:48 smithi067 bash[30830]: audit 2023-12-09T01:58:47.709899+0000 mon.a (mon.0) 669 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T01:58:48.469 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:58:48 smithi067 bash[30830]: audit 2023-12-09T01:58:47.714491+0000 mon.a (mon.0) 670 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-09T01:58:48.469 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:58:48 smithi067 bash[30830]: audit 2023-12-09T01:58:47.716359+0000 mon.a (mon.0) 671 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-09T01:58:48.469 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:58:48 smithi067 bash[30830]: audit 2023-12-09T01:58:47.718156+0000 mon.a (mon.0) 672 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-09T01:58:48.469 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:58:48 smithi067 bash[30830]: audit 2023-12-09T01:58:47.727026+0000 mon.a (mon.0) 673 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:58:48.469 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:58:48 smithi067 bash[30830]: audit 2023-12-09T01:58:47.735835+0000 mon.a (mon.0) 674 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:58:48.469 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:58:48 smithi067 bash[25104]: cluster 2023-12-09T01:58:46.212447+0000 mgr.y (mgr.14152) 224 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-09T01:58:48.469 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:58:48 smithi067 bash[25104]: audit 2023-12-09T01:58:47.688136+0000 mon.a (mon.0) 666 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:58:48.469 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:58:48 smithi067 bash[25104]: audit 2023-12-09T01:58:47.705302+0000 mon.a (mon.0) 667 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T01:58:48.469 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:58:48 smithi067 bash[25104]: audit 2023-12-09T01:58:47.707942+0000 mon.a (mon.0) 668 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T01:58:48.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:58:48 smithi067 bash[25104]: audit 2023-12-09T01:58:47.709899+0000 mon.a (mon.0) 669 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T01:58:48.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:58:48 smithi067 bash[25104]: audit 2023-12-09T01:58:47.714491+0000 mon.a (mon.0) 670 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-09T01:58:48.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:58:48 smithi067 bash[25104]: audit 2023-12-09T01:58:47.716359+0000 mon.a (mon.0) 671 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-09T01:58:48.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:58:48 smithi067 bash[25104]: audit 2023-12-09T01:58:47.718156+0000 mon.a (mon.0) 672 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-09T01:58:48.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:58:48 smithi067 bash[25104]: audit 2023-12-09T01:58:47.727026+0000 mon.a (mon.0) 673 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:58:48.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:58:48 smithi067 bash[25104]: audit 2023-12-09T01:58:47.735835+0000 mon.a (mon.0) 674 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:58:48.472 INFO:journalctl@ceph.osd.6.smithi125.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-12-09T01:58:49.361 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:58:49 smithi125 bash[25274]: cephadm 2023-12-09T01:58:47.719363+0000 mgr.y (mgr.14152) 225 : cephadm [INF] Adjusting osd_memory_target on smithi125 to 5415M 2023-12-09T01:58:49.361 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:58:49 smithi125 bash[25274]: audit 2023-12-09T01:58:48.301688+0000 mon.b (mon.2) 13 : audit [INF] from='osd.6 [v2:172.21.15.125:6816/83651587,v1:172.21.15.125:6817/83651587]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-09T01:58:49.361 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:58:49 smithi125 bash[25274]: audit 2023-12-09T01:58:48.304483+0000 mon.a (mon.0) 675 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-09T01:58:49.468 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:58:49 smithi067 bash[25104]: cephadm 2023-12-09T01:58:47.719363+0000 mgr.y (mgr.14152) 225 : cephadm [INF] Adjusting osd_memory_target on smithi125 to 5415M 2023-12-09T01:58:49.468 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:58:49 smithi067 bash[25104]: audit 2023-12-09T01:58:48.301688+0000 mon.b (mon.2) 13 : audit [INF] from='osd.6 [v2:172.21.15.125:6816/83651587,v1:172.21.15.125:6817/83651587]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-09T01:58:49.468 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:58:49 smithi067 bash[25104]: audit 2023-12-09T01:58:48.304483+0000 mon.a (mon.0) 675 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-09T01:58:49.468 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:58:49 smithi067 bash[30830]: cephadm 2023-12-09T01:58:47.719363+0000 mgr.y (mgr.14152) 225 : cephadm [INF] Adjusting osd_memory_target on smithi125 to 5415M 2023-12-09T01:58:49.468 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:58:49 smithi067 bash[30830]: audit 2023-12-09T01:58:48.301688+0000 mon.b (mon.2) 13 : audit [INF] from='osd.6 [v2:172.21.15.125:6816/83651587,v1:172.21.15.125:6817/83651587]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-09T01:58:49.469 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:58:49 smithi067 bash[30830]: audit 2023-12-09T01:58:48.304483+0000 mon.a (mon.0) 675 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-09T01:58:50.468 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:58:50 smithi067 bash[25104]: cluster 2023-12-09T01:58:48.213035+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-09T01:58:50.468 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:58:50 smithi067 bash[25104]: audit 2023-12-09T01:58:49.041749+0000 mon.b (mon.2) 14 : audit [INF] from='osd.6 [v2:172.21.15.125:6816/83651587,v1:172.21.15.125:6817/83651587]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi125", "root=default"]}]: dispatch 2023-12-09T01:58:50.468 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:58:50 smithi067 bash[25104]: audit 2023-12-09T01:58:49.042388+0000 mon.a (mon.0) 676 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-12-09T01:58:50.468 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:58:50 smithi067 bash[25104]: cluster 2023-12-09T01:58:49.042522+0000 mon.a (mon.0) 677 : cluster [DBG] osdmap e44: 7 total, 6 up, 7 in 2023-12-09T01:58:50.468 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:58:50 smithi067 bash[25104]: audit 2023-12-09T01:58:49.042769+0000 mon.a (mon.0) 678 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-09T01:58:50.468 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:58:50 smithi067 bash[25104]: audit 2023-12-09T01:58:49.044561+0000 mon.a (mon.0) 679 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi125", "root=default"]}]: dispatch 2023-12-09T01:58:50.469 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:58:50 smithi067 bash[30830]: cluster 2023-12-09T01:58:48.213035+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-09T01:58:50.469 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:58:50 smithi067 bash[30830]: audit 2023-12-09T01:58:49.041749+0000 mon.b (mon.2) 14 : audit [INF] from='osd.6 [v2:172.21.15.125:6816/83651587,v1:172.21.15.125:6817/83651587]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi125", "root=default"]}]: dispatch 2023-12-09T01:58:50.469 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:58:50 smithi067 bash[30830]: audit 2023-12-09T01:58:49.042388+0000 mon.a (mon.0) 676 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-12-09T01:58:50.469 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:58:50 smithi067 bash[30830]: cluster 2023-12-09T01:58:49.042522+0000 mon.a (mon.0) 677 : cluster [DBG] osdmap e44: 7 total, 6 up, 7 in 2023-12-09T01:58:50.469 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:58:50 smithi067 bash[30830]: audit 2023-12-09T01:58:49.042769+0000 mon.a (mon.0) 678 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-09T01:58:50.469 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:58:50 smithi067 bash[30830]: audit 2023-12-09T01:58:49.044561+0000 mon.a (mon.0) 679 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi125", "root=default"]}]: dispatch 2023-12-09T01:58:50.470 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:58:50 smithi125 bash[25274]: cluster 2023-12-09T01:58:48.213035+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-09T01:58:50.470 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:58:50 smithi125 bash[25274]: audit 2023-12-09T01:58:49.041749+0000 mon.b (mon.2) 14 : audit [INF] from='osd.6 [v2:172.21.15.125:6816/83651587,v1:172.21.15.125:6817/83651587]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi125", "root=default"]}]: dispatch 2023-12-09T01:58:50.470 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:58:50 smithi125 bash[25274]: audit 2023-12-09T01:58:49.042388+0000 mon.a (mon.0) 676 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-12-09T01:58:50.470 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:58:50 smithi125 bash[25274]: cluster 2023-12-09T01:58:49.042522+0000 mon.a (mon.0) 677 : cluster [DBG] osdmap e44: 7 total, 6 up, 7 in 2023-12-09T01:58:50.470 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:58:50 smithi125 bash[25274]: audit 2023-12-09T01:58:49.042769+0000 mon.a (mon.0) 678 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-09T01:58:50.470 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:58:50 smithi125 bash[25274]: audit 2023-12-09T01:58:49.044561+0000 mon.a (mon.0) 679 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi125", "root=default"]}]: dispatch 2023-12-09T01:58:50.470 INFO:journalctl@ceph.osd.6.smithi125.stdout:Dec 09 01:58:50 smithi125 bash[37993]: debug 2023-12-09T01:58:50.045+0000 7f77505b2700 -1 osd.6 0 waiting for initial osdmap 2023-12-09T01:58:50.470 INFO:journalctl@ceph.osd.6.smithi125.stdout:Dec 09 01:58:50 smithi125 bash[37993]: debug 2023-12-09T01:58:50.053+0000 7f7749746700 -1 osd.6 45 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-09T01:58:51.418 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:58:51 smithi125 bash[25274]: audit 2023-12-09T01:58:50.045679+0000 mon.a (mon.0) 680 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi125", "root=default"]}]': finished 2023-12-09T01:58:51.418 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:58:51 smithi125 bash[25274]: cluster 2023-12-09T01:58:50.046050+0000 mon.a (mon.0) 681 : cluster [DBG] osdmap e45: 7 total, 6 up, 7 in 2023-12-09T01:58:51.418 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:58:51 smithi125 bash[25274]: audit 2023-12-09T01:58:50.047025+0000 mon.a (mon.0) 682 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-09T01:58:51.418 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:58:51 smithi125 bash[25274]: audit 2023-12-09T01:58:50.053030+0000 mon.a (mon.0) 683 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-09T01:58:51.418 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:58:51 smithi125 bash[25274]: cluster 2023-12-09T01:58:51.019214+0000 mon.a (mon.0) 684 : cluster [INF] osd.6 [v2:172.21.15.125:6816/83651587,v1:172.21.15.125:6817/83651587] boot 2023-12-09T01:58:51.418 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:58:51 smithi125 bash[25274]: cluster 2023-12-09T01:58:51.019350+0000 mon.a (mon.0) 685 : cluster [DBG] osdmap e46: 7 total, 7 up, 7 in 2023-12-09T01:58:51.418 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:58:51 smithi125 bash[25274]: audit 2023-12-09T01:58:51.020256+0000 mon.a (mon.0) 686 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-09T01:58:51.468 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:58:51 smithi067 bash[25104]: audit 2023-12-09T01:58:50.045679+0000 mon.a (mon.0) 680 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi125", "root=default"]}]': finished 2023-12-09T01:58:51.468 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:58:51 smithi067 bash[25104]: cluster 2023-12-09T01:58:50.046050+0000 mon.a (mon.0) 681 : cluster [DBG] osdmap e45: 7 total, 6 up, 7 in 2023-12-09T01:58:51.468 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:58:51 smithi067 bash[25104]: audit 2023-12-09T01:58:50.047025+0000 mon.a (mon.0) 682 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-09T01:58:51.468 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:58:51 smithi067 bash[25104]: audit 2023-12-09T01:58:50.053030+0000 mon.a (mon.0) 683 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-09T01:58:51.468 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:58:51 smithi067 bash[25104]: cluster 2023-12-09T01:58:51.019214+0000 mon.a (mon.0) 684 : cluster [INF] osd.6 [v2:172.21.15.125:6816/83651587,v1:172.21.15.125:6817/83651587] boot 2023-12-09T01:58:51.468 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:58:51 smithi067 bash[25104]: cluster 2023-12-09T01:58:51.019350+0000 mon.a (mon.0) 685 : cluster [DBG] osdmap e46: 7 total, 7 up, 7 in 2023-12-09T01:58:51.469 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:58:51 smithi067 bash[25104]: audit 2023-12-09T01:58:51.020256+0000 mon.a (mon.0) 686 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-09T01:58:51.469 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:58:51 smithi067 bash[30830]: audit 2023-12-09T01:58:50.045679+0000 mon.a (mon.0) 680 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi125", "root=default"]}]': finished 2023-12-09T01:58:51.469 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:58:51 smithi067 bash[30830]: cluster 2023-12-09T01:58:50.046050+0000 mon.a (mon.0) 681 : cluster [DBG] osdmap e45: 7 total, 6 up, 7 in 2023-12-09T01:58:51.469 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:58:51 smithi067 bash[30830]: audit 2023-12-09T01:58:50.047025+0000 mon.a (mon.0) 682 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-09T01:58:51.469 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:58:51 smithi067 bash[30830]: audit 2023-12-09T01:58:50.053030+0000 mon.a (mon.0) 683 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-09T01:58:51.469 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:58:51 smithi067 bash[30830]: cluster 2023-12-09T01:58:51.019214+0000 mon.a (mon.0) 684 : cluster [INF] osd.6 [v2:172.21.15.125:6816/83651587,v1:172.21.15.125:6817/83651587] boot 2023-12-09T01:58:51.469 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:58:51 smithi067 bash[30830]: cluster 2023-12-09T01:58:51.019350+0000 mon.a (mon.0) 685 : cluster [DBG] osdmap e46: 7 total, 7 up, 7 in 2023-12-09T01:58:51.470 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:58:51 smithi067 bash[30830]: audit 2023-12-09T01:58:51.020256+0000 mon.a (mon.0) 686 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-09T01:58:52.172 INFO:teuthology.orchestra.run.smithi125.stderr:--> Zapping: /dev/vg_nvme/lv_1 2023-12-09T01:58:52.172 INFO:teuthology.orchestra.run.smithi125.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_1 bs=1M count=10 conv=fsync 2023-12-09T01:58:52.172 INFO:teuthology.orchestra.run.smithi125.stderr: stderr: 10+0 records in 2023-12-09T01:58:52.173 INFO:teuthology.orchestra.run.smithi125.stderr:10+0 records out 2023-12-09T01:58:52.173 INFO:teuthology.orchestra.run.smithi125.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0195129 s, 537 MB/s 2023-12-09T01:58:52.173 INFO:teuthology.orchestra.run.smithi125.stderr:--> Zapping successful for: 2023-12-09T01:58:52.310 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:58:52 smithi125 bash[25274]: cluster 2023-12-09T01:58:49.308196+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-09T01:58:52.310 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:58:52 smithi125 bash[25274]: cluster 2023-12-09T01:58:49.308422+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-09T01:58:52.310 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:58:52 smithi125 bash[25274]: cluster 2023-12-09T01:58:50.213628+0000 mgr.y (mgr.14152) 227 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-09T01:58:52.310 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:58:52 smithi125 bash[25274]: cluster 2023-12-09T01:58:52.030705+0000 mon.a (mon.0) 687 : cluster [DBG] osdmap e47: 7 total, 7 up, 7 in 2023-12-09T01:58:52.468 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:58:52 smithi067 bash[25104]: cluster 2023-12-09T01:58:49.308196+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-09T01:58:52.468 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:58:52 smithi067 bash[25104]: cluster 2023-12-09T01:58:49.308422+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-09T01:58:52.468 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:58:52 smithi067 bash[25104]: cluster 2023-12-09T01:58:50.213628+0000 mgr.y (mgr.14152) 227 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-09T01:58:52.468 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:58:52 smithi067 bash[25104]: cluster 2023-12-09T01:58:52.030705+0000 mon.a (mon.0) 687 : cluster [DBG] osdmap e47: 7 total, 7 up, 7 in 2023-12-09T01:58:52.468 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:58:52 smithi067 bash[30830]: cluster 2023-12-09T01:58:49.308196+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-09T01:58:52.469 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:58:52 smithi067 bash[30830]: cluster 2023-12-09T01:58:49.308422+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-09T01:58:52.469 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:58:52 smithi067 bash[30830]: cluster 2023-12-09T01:58:50.213628+0000 mgr.y (mgr.14152) 227 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-09T01:58:52.469 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:58:52 smithi067 bash[30830]: cluster 2023-12-09T01:58:52.030705+0000 mon.a (mon.0) 687 : cluster [DBG] osdmap e47: 7 total, 7 up, 7 in 2023-12-09T01:58:53.263 DEBUG:teuthology.orchestra.run.smithi125:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6db93fb0-9635-11ee-95a3-87774f69a715 -- ceph orch daemon add osd smithi125:vg_nvme/lv_1 2023-12-09T01:58:54.327 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 01:58:53 smithi067 bash[25375]: 172.21.15.125 - - [09/Dec/2023:01:58:53] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-09T01:58:54.327 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:58:54 smithi067 bash[30830]: cluster 2023-12-09T01:58:52.214192+0000 mgr.y (mgr.14152) 228 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail 2023-12-09T01:58:54.328 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:58:54 smithi067 bash[30830]: cluster 2023-12-09T01:58:53.032585+0000 mon.a (mon.0) 688 : cluster [DBG] osdmap e48: 7 total, 7 up, 7 in 2023-12-09T01:58:54.328 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:58:54 smithi067 bash[30830]: audit 2023-12-09T01:58:53.987590+0000 mon.a (mon.0) 689 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:58:54.328 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:58:54 smithi067 bash[30830]: audit 2023-12-09T01:58:53.998319+0000 mon.a (mon.0) 690 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:58:54.328 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:58:54 smithi067 bash[30830]: audit 2023-12-09T01:58:54.024800+0000 mon.a (mon.0) 691 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T01:58:54.328 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:58:54 smithi067 bash[25104]: cluster 2023-12-09T01:58:52.214192+0000 mgr.y (mgr.14152) 228 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail 2023-12-09T01:58:54.328 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:58:54 smithi067 bash[25104]: cluster 2023-12-09T01:58:53.032585+0000 mon.a (mon.0) 688 : cluster [DBG] osdmap e48: 7 total, 7 up, 7 in 2023-12-09T01:58:54.328 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:58:54 smithi067 bash[25104]: audit 2023-12-09T01:58:53.987590+0000 mon.a (mon.0) 689 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:58:54.328 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:58:54 smithi067 bash[25104]: audit 2023-12-09T01:58:53.998319+0000 mon.a (mon.0) 690 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:58:54.328 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:58:54 smithi067 bash[25104]: audit 2023-12-09T01:58:54.024800+0000 mon.a (mon.0) 691 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T01:58:54.433 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:58:54 smithi125 bash[25274]: cluster 2023-12-09T01:58:52.214192+0000 mgr.y (mgr.14152) 228 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail 2023-12-09T01:58:54.433 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:58:54 smithi125 bash[25274]: cluster 2023-12-09T01:58:53.032585+0000 mon.a (mon.0) 688 : cluster [DBG] osdmap e48: 7 total, 7 up, 7 in 2023-12-09T01:58:54.433 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:58:54 smithi125 bash[25274]: audit 2023-12-09T01:58:53.987590+0000 mon.a (mon.0) 689 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:58:54.433 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:58:54 smithi125 bash[25274]: audit 2023-12-09T01:58:53.998319+0000 mon.a (mon.0) 690 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:58:54.433 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:58:54 smithi125 bash[25274]: audit 2023-12-09T01:58:54.024800+0000 mon.a (mon.0) 691 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T01:58:55.337 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:58:55 smithi125 bash[25274]: cephadm 2023-12-09T01:58:53.989061+0000 mgr.y (mgr.14152) 229 : cephadm [INF] Detected new or changed devices on smithi125 2023-12-09T01:58:55.337 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:58:55 smithi125 bash[25274]: audit 2023-12-09T01:58:54.028199+0000 mon.a (mon.0) 692 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T01:58:55.337 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:58:55 smithi125 bash[25274]: audit 2023-12-09T01:58:54.030281+0000 mon.a (mon.0) 693 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T01:58:55.337 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:58:55 smithi125 bash[25274]: cluster 2023-12-09T01:58:54.038039+0000 mon.a (mon.0) 694 : cluster [DBG] osdmap e49: 7 total, 7 up, 7 in 2023-12-09T01:58:55.337 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:58:55 smithi125 bash[25274]: cluster 2023-12-09T01:58:54.043416+0000 mgr.y (mgr.14152) 230 : cluster [DBG] pgmap v209: 1 pgs: 1 remapped+peering; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail 2023-12-09T01:58:55.337 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:58:55 smithi125 bash[25274]: audit 2023-12-09T01:58:54.052332+0000 mon.a (mon.0) 695 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:58:55.468 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:58:55 smithi067 bash[25104]: cephadm 2023-12-09T01:58:53.989061+0000 mgr.y (mgr.14152) 229 : cephadm [INF] Detected new or changed devices on smithi125 2023-12-09T01:58:55.468 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:58:55 smithi067 bash[25104]: audit 2023-12-09T01:58:54.028199+0000 mon.a (mon.0) 692 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T01:58:55.468 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:58:55 smithi067 bash[25104]: audit 2023-12-09T01:58:54.030281+0000 mon.a (mon.0) 693 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T01:58:55.468 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:58:55 smithi067 bash[25104]: cluster 2023-12-09T01:58:54.038039+0000 mon.a (mon.0) 694 : cluster [DBG] osdmap e49: 7 total, 7 up, 7 in 2023-12-09T01:58:55.468 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:58:55 smithi067 bash[25104]: cluster 2023-12-09T01:58:54.043416+0000 mgr.y (mgr.14152) 230 : cluster [DBG] pgmap v209: 1 pgs: 1 remapped+peering; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail 2023-12-09T01:58:55.469 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:58:55 smithi067 bash[25104]: audit 2023-12-09T01:58:54.052332+0000 mon.a (mon.0) 695 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:58:55.469 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:58:55 smithi067 bash[30830]: cephadm 2023-12-09T01:58:53.989061+0000 mgr.y (mgr.14152) 229 : cephadm [INF] Detected new or changed devices on smithi125 2023-12-09T01:58:55.469 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:58:55 smithi067 bash[30830]: audit 2023-12-09T01:58:54.028199+0000 mon.a (mon.0) 692 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T01:58:55.469 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:58:55 smithi067 bash[30830]: audit 2023-12-09T01:58:54.030281+0000 mon.a (mon.0) 693 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T01:58:55.469 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:58:55 smithi067 bash[30830]: cluster 2023-12-09T01:58:54.038039+0000 mon.a (mon.0) 694 : cluster [DBG] osdmap e49: 7 total, 7 up, 7 in 2023-12-09T01:58:55.469 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:58:55 smithi067 bash[30830]: cluster 2023-12-09T01:58:54.043416+0000 mgr.y (mgr.14152) 230 : cluster [DBG] pgmap v209: 1 pgs: 1 remapped+peering; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail 2023-12-09T01:58:55.469 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:58:55 smithi067 bash[30830]: audit 2023-12-09T01:58:54.052332+0000 mon.a (mon.0) 695 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:58:56.218 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:58:56 smithi067 bash[25104]: cluster 2023-12-09T01:58:55.040098+0000 mon.a (mon.0) 696 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2023-12-09T01:58:56.218 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:58:56 smithi067 bash[25104]: cluster 2023-12-09T01:58:55.055688+0000 mon.a (mon.0) 697 : cluster [DBG] osdmap e50: 7 total, 7 up, 7 in 2023-12-09T01:58:56.218 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:58:56 smithi067 bash[30830]: cluster 2023-12-09T01:58:55.040098+0000 mon.a (mon.0) 696 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2023-12-09T01:58:56.218 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:58:56 smithi067 bash[30830]: cluster 2023-12-09T01:58:55.055688+0000 mon.a (mon.0) 697 : cluster [DBG] osdmap e50: 7 total, 7 up, 7 in 2023-12-09T01:58:56.219 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:58:56 smithi125 bash[25274]: cluster 2023-12-09T01:58:55.040098+0000 mon.a (mon.0) 696 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2023-12-09T01:58:56.219 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:58:56 smithi125 bash[25274]: cluster 2023-12-09T01:58:55.055688+0000 mon.a (mon.0) 697 : cluster [DBG] osdmap e50: 7 total, 7 up, 7 in 2023-12-09T01:58:57.390 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 01:58:57 smithi067 bash[25375]: 172.21.15.125 - - [09/Dec/2023:01:58:57] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-09T01:58:57.391 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:58:57 smithi067 bash[25104]: cluster 2023-12-09T01:58:56.044089+0000 mgr.y (mgr.14152) 231 : cluster [DBG] pgmap v211: 1 pgs: 1 remapped+peering; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-09T01:58:57.391 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:58:57 smithi067 bash[25104]: audit 2023-12-09T01:58:56.823124+0000 mon.a (mon.0) 698 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-09T01:58:57.391 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:58:57 smithi067 bash[25104]: audit 2023-12-09T01:58:56.831205+0000 mon.a (mon.0) 699 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-09T01:58:57.391 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:58:57 smithi067 bash[25104]: audit 2023-12-09T01:58:56.832662+0000 mon.a (mon.0) 700 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T01:58:57.391 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:58:57 smithi067 bash[30830]: cluster 2023-12-09T01:58:56.044089+0000 mgr.y (mgr.14152) 231 : cluster [DBG] pgmap v211: 1 pgs: 1 remapped+peering; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-09T01:58:57.391 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:58:57 smithi067 bash[30830]: audit 2023-12-09T01:58:56.823124+0000 mon.a (mon.0) 698 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-09T01:58:57.392 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:58:57 smithi067 bash[30830]: audit 2023-12-09T01:58:56.831205+0000 mon.a (mon.0) 699 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-09T01:58:57.392 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:58:57 smithi067 bash[30830]: audit 2023-12-09T01:58:56.832662+0000 mon.a (mon.0) 700 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T01:58:57.469 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:58:57 smithi125 bash[25274]: cluster 2023-12-09T01:58:56.044089+0000 mgr.y (mgr.14152) 231 : cluster [DBG] pgmap v211: 1 pgs: 1 remapped+peering; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-09T01:58:57.469 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:58:57 smithi125 bash[25274]: audit 2023-12-09T01:58:56.823124+0000 mon.a (mon.0) 698 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-09T01:58:57.469 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:58:57 smithi125 bash[25274]: audit 2023-12-09T01:58:56.831205+0000 mon.a (mon.0) 699 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-09T01:58:57.470 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:58:57 smithi125 bash[25274]: audit 2023-12-09T01:58:56.832662+0000 mon.a (mon.0) 700 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T01:58:58.468 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 01:58:58 smithi067 bash[25375]: 172.21.15.67 - - [09/Dec/2023:01:58:58] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-09T01:58:58.468 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:58:58 smithi067 bash[30830]: audit 2023-12-09T01:58:56.815996+0000 mgr.y (mgr.14152) 232 : audit [DBG] from='client.24308 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi125:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T01:58:58.468 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:58:58 smithi067 bash[30830]: audit 2023-12-09T01:58:57.276197+0000 mon.a (mon.0) 701 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:58:58.469 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:58:58 smithi067 bash[30830]: audit 2023-12-09T01:58:57.285356+0000 mon.a (mon.0) 702 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:58:58.469 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:58:58 smithi067 bash[30830]: audit 2023-12-09T01:58:57.285830+0000 mon.a (mon.0) 703 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T01:58:58.469 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:58:58 smithi067 bash[30830]: audit 2023-12-09T01:58:57.288522+0000 mon.a (mon.0) 704 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T01:58:58.469 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:58:58 smithi067 bash[30830]: audit 2023-12-09T01:58:57.290053+0000 mon.a (mon.0) 705 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T01:58:58.469 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:58:58 smithi067 bash[30830]: cluster 2023-12-09T01:58:57.292992+0000 mgr.y (mgr.14152) 233 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 102 KiB/s, 0 objects/s recovering 2023-12-09T01:58:58.469 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:58:58 smithi067 bash[30830]: audit 2023-12-09T01:58:57.302085+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:58:58.469 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:58:58 smithi067 bash[25104]: audit 2023-12-09T01:58:56.815996+0000 mgr.y (mgr.14152) 232 : audit [DBG] from='client.24308 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi125:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T01:58:58.469 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:58:58 smithi067 bash[25104]: audit 2023-12-09T01:58:57.276197+0000 mon.a (mon.0) 701 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:58:58.469 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:58:58 smithi067 bash[25104]: audit 2023-12-09T01:58:57.285356+0000 mon.a (mon.0) 702 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:58:58.469 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:58:58 smithi067 bash[25104]: audit 2023-12-09T01:58:57.285830+0000 mon.a (mon.0) 703 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T01:58:58.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:58:58 smithi067 bash[25104]: audit 2023-12-09T01:58:57.288522+0000 mon.a (mon.0) 704 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T01:58:58.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:58:58 smithi067 bash[25104]: audit 2023-12-09T01:58:57.290053+0000 mon.a (mon.0) 705 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T01:58:58.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:58:58 smithi067 bash[25104]: cluster 2023-12-09T01:58:57.292992+0000 mgr.y (mgr.14152) 233 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 102 KiB/s, 0 objects/s recovering 2023-12-09T01:58:58.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:58:58 smithi067 bash[25104]: audit 2023-12-09T01:58:57.302085+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:58:58.470 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:58:58 smithi125 bash[25274]: audit 2023-12-09T01:58:56.815996+0000 mgr.y (mgr.14152) 232 : audit [DBG] from='client.24308 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi125:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T01:58:58.470 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:58:58 smithi125 bash[25274]: audit 2023-12-09T01:58:57.276197+0000 mon.a (mon.0) 701 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:58:58.470 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:58:58 smithi125 bash[25274]: audit 2023-12-09T01:58:57.285356+0000 mon.a (mon.0) 702 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:58:58.470 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:58:58 smithi125 bash[25274]: audit 2023-12-09T01:58:57.285830+0000 mon.a (mon.0) 703 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T01:58:58.470 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:58:58 smithi125 bash[25274]: audit 2023-12-09T01:58:57.288522+0000 mon.a (mon.0) 704 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T01:58:58.470 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:58:58 smithi125 bash[25274]: audit 2023-12-09T01:58:57.290053+0000 mon.a (mon.0) 705 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T01:58:58.471 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:58:58 smithi125 bash[25274]: cluster 2023-12-09T01:58:57.292992+0000 mgr.y (mgr.14152) 233 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 102 KiB/s, 0 objects/s recovering 2023-12-09T01:58:58.471 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:58:58 smithi125 bash[25274]: audit 2023-12-09T01:58:57.302085+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:58:59.468 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:58:59 smithi067 bash[30830]: audit 2023-12-09T01:58:58.111196+0000 mon.a (mon.0) 707 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:58:59.468 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:58:59 smithi067 bash[30830]: audit 2023-12-09T01:58:58.121897+0000 mon.a (mon.0) 708 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:58:59.468 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:58:59 smithi067 bash[30830]: cluster 2023-12-09T01:58:58.281107+0000 mon.a (mon.0) 709 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2023-12-09T01:58:59.468 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:58:59 smithi067 bash[30830]: cluster 2023-12-09T01:58:58.281177+0000 mon.a (mon.0) 710 : cluster [INF] Cluster is now healthy 2023-12-09T01:58:59.468 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:58:59 smithi067 bash[25104]: audit 2023-12-09T01:58:58.111196+0000 mon.a (mon.0) 707 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:58:59.469 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:58:59 smithi067 bash[25104]: audit 2023-12-09T01:58:58.121897+0000 mon.a (mon.0) 708 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:58:59.469 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:58:59 smithi067 bash[25104]: cluster 2023-12-09T01:58:58.281107+0000 mon.a (mon.0) 709 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2023-12-09T01:58:59.469 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:58:59 smithi067 bash[25104]: cluster 2023-12-09T01:58:58.281177+0000 mon.a (mon.0) 710 : cluster [INF] Cluster is now healthy 2023-12-09T01:58:59.469 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:58:59 smithi125 bash[25274]: audit 2023-12-09T01:58:58.111196+0000 mon.a (mon.0) 707 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:58:59.469 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:58:59 smithi125 bash[25274]: audit 2023-12-09T01:58:58.121897+0000 mon.a (mon.0) 708 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:58:59.469 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:58:59 smithi125 bash[25274]: cluster 2023-12-09T01:58:58.281107+0000 mon.a (mon.0) 709 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2023-12-09T01:58:59.469 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:58:59 smithi125 bash[25274]: cluster 2023-12-09T01:58:58.281177+0000 mon.a (mon.0) 710 : cluster [INF] Cluster is now healthy 2023-12-09T01:59:00.313 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:59:00 smithi125 bash[25274]: cluster 2023-12-09T01:58:59.293614+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; 82 KiB/s, 0 objects/s recovering 2023-12-09T01:59:00.468 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:59:00 smithi067 bash[25104]: cluster 2023-12-09T01:58:59.293614+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; 82 KiB/s, 0 objects/s recovering 2023-12-09T01:59:00.468 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:59:00 smithi067 bash[30830]: cluster 2023-12-09T01:58:59.293614+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; 82 KiB/s, 0 objects/s recovering 2023-12-09T01:59:03.468 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:59:03 smithi067 bash[25104]: cluster 2023-12-09T01:59:01.294253+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; 71 KiB/s, 0 objects/s recovering 2023-12-09T01:59:03.468 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:59:03 smithi067 bash[25104]: audit 2023-12-09T01:59:02.311638+0000 mon.b (mon.2) 15 : audit [INF] from='client.? 172.21.15.125:0/2800964142' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "541ff42c-54a9-4e6d-872d-87afde3858f8"}]: dispatch 2023-12-09T01:59:03.468 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:59:03 smithi067 bash[25104]: audit 2023-12-09T01:59:02.314562+0000 mon.a (mon.0) 711 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "541ff42c-54a9-4e6d-872d-87afde3858f8"}]: dispatch 2023-12-09T01:59:03.468 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:59:03 smithi067 bash[25104]: audit 2023-12-09T01:59:02.323574+0000 mon.a (mon.0) 712 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "541ff42c-54a9-4e6d-872d-87afde3858f8"}]': finished 2023-12-09T01:59:03.469 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:59:03 smithi067 bash[25104]: cluster 2023-12-09T01:59:02.323780+0000 mon.a (mon.0) 713 : cluster [DBG] osdmap e51: 8 total, 7 up, 8 in 2023-12-09T01:59:03.469 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:59:03 smithi067 bash[25104]: audit 2023-12-09T01:59:02.324037+0000 mon.a (mon.0) 714 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-09T01:59:03.469 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:59:03 smithi067 bash[25104]: audit 2023-12-09T01:59:03.011379+0000 mon.b (mon.2) 16 : audit [DBG] from='client.? 172.21.15.125:0/1626531260' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-09T01:59:03.469 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:59:03 smithi067 bash[30830]: cluster 2023-12-09T01:59:01.294253+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; 71 KiB/s, 0 objects/s recovering 2023-12-09T01:59:03.469 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:59:03 smithi067 bash[30830]: audit 2023-12-09T01:59:02.311638+0000 mon.b (mon.2) 15 : audit [INF] from='client.? 172.21.15.125:0/2800964142' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "541ff42c-54a9-4e6d-872d-87afde3858f8"}]: dispatch 2023-12-09T01:59:03.469 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:59:03 smithi067 bash[30830]: audit 2023-12-09T01:59:02.314562+0000 mon.a (mon.0) 711 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "541ff42c-54a9-4e6d-872d-87afde3858f8"}]: dispatch 2023-12-09T01:59:03.469 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:59:03 smithi067 bash[30830]: audit 2023-12-09T01:59:02.323574+0000 mon.a (mon.0) 712 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "541ff42c-54a9-4e6d-872d-87afde3858f8"}]': finished 2023-12-09T01:59:03.469 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:59:03 smithi067 bash[30830]: cluster 2023-12-09T01:59:02.323780+0000 mon.a (mon.0) 713 : cluster [DBG] osdmap e51: 8 total, 7 up, 8 in 2023-12-09T01:59:03.469 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:59:03 smithi067 bash[30830]: audit 2023-12-09T01:59:02.324037+0000 mon.a (mon.0) 714 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-09T01:59:03.469 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:59:03 smithi067 bash[30830]: audit 2023-12-09T01:59:03.011379+0000 mon.b (mon.2) 16 : audit [DBG] from='client.? 172.21.15.125:0/1626531260' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-09T01:59:03.470 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:59:03 smithi125 bash[25274]: cluster 2023-12-09T01:59:01.294253+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; 71 KiB/s, 0 objects/s recovering 2023-12-09T01:59:03.470 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:59:03 smithi125 bash[25274]: audit 2023-12-09T01:59:02.311638+0000 mon.b (mon.2) 15 : audit [INF] from='client.? 172.21.15.125:0/2800964142' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "541ff42c-54a9-4e6d-872d-87afde3858f8"}]: dispatch 2023-12-09T01:59:03.470 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:59:03 smithi125 bash[25274]: audit 2023-12-09T01:59:02.314562+0000 mon.a (mon.0) 711 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "541ff42c-54a9-4e6d-872d-87afde3858f8"}]: dispatch 2023-12-09T01:59:03.470 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:59:03 smithi125 bash[25274]: audit 2023-12-09T01:59:02.323574+0000 mon.a (mon.0) 712 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "541ff42c-54a9-4e6d-872d-87afde3858f8"}]': finished 2023-12-09T01:59:03.470 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:59:03 smithi125 bash[25274]: cluster 2023-12-09T01:59:02.323780+0000 mon.a (mon.0) 713 : cluster [DBG] osdmap e51: 8 total, 7 up, 8 in 2023-12-09T01:59:03.470 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:59:03 smithi125 bash[25274]: audit 2023-12-09T01:59:02.324037+0000 mon.a (mon.0) 714 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-09T01:59:03.471 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:59:03 smithi125 bash[25274]: audit 2023-12-09T01:59:03.011379+0000 mon.b (mon.2) 16 : audit [DBG] from='client.? 172.21.15.125:0/1626531260' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-09T01:59:05.456 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:59:05 smithi125 bash[25274]: cluster 2023-12-09T01:59:03.294886+0000 mgr.y (mgr.14152) 236 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 63 KiB/s, 0 objects/s recovering 2023-12-09T01:59:05.468 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:59:05 smithi067 bash[25104]: cluster 2023-12-09T01:59:03.294886+0000 mgr.y (mgr.14152) 236 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 63 KiB/s, 0 objects/s recovering 2023-12-09T01:59:05.468 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:59:05 smithi067 bash[30830]: cluster 2023-12-09T01:59:03.294886+0000 mgr.y (mgr.14152) 236 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 63 KiB/s, 0 objects/s recovering 2023-12-09T01:59:07.468 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:59:07 smithi067 bash[25104]: cluster 2023-12-09T01:59:05.295529+0000 mgr.y (mgr.14152) 237 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 56 KiB/s, 0 objects/s recovering 2023-12-09T01:59:07.468 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:59:07 smithi067 bash[30830]: cluster 2023-12-09T01:59:05.295529+0000 mgr.y (mgr.14152) 237 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 56 KiB/s, 0 objects/s recovering 2023-12-09T01:59:07.469 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:59:07 smithi125 bash[25274]: cluster 2023-12-09T01:59:05.295529+0000 mgr.y (mgr.14152) 237 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 56 KiB/s, 0 objects/s recovering 2023-12-09T01:59:09.219 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:59:09 smithi125 bash[25274]: cluster 2023-12-09T01:59:07.296177+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-09T01:59:09.468 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:59:09 smithi067 bash[25104]: cluster 2023-12-09T01:59:07.296177+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-09T01:59:09.468 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:59:09 smithi067 bash[30830]: cluster 2023-12-09T01:59:07.296177+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-09T01:59:11.328 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:59:11 smithi125 bash[25274]: cluster 2023-12-09T01:59:09.296810+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-09T01:59:11.468 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:59:11 smithi067 bash[25104]: cluster 2023-12-09T01:59:09.296810+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-09T01:59:11.468 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:59:11 smithi067 bash[30830]: cluster 2023-12-09T01:59:09.296810+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-09T01:59:13.219 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:59:13 smithi125 bash[25274]: cluster 2023-12-09T01:59:11.297432+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-09T01:59:13.468 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:59:13 smithi067 bash[25104]: cluster 2023-12-09T01:59:11.297432+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-09T01:59:13.468 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:59:13 smithi067 bash[30830]: cluster 2023-12-09T01:59:11.297432+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-09T01:59:14.218 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:59:14 smithi067 bash[25104]: audit 2023-12-09T01:59:13.452001+0000 mon.a (mon.0) 715 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-12-09T01:59:14.218 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:59:14 smithi067 bash[25104]: audit 2023-12-09T01:59:13.453855+0000 mon.a (mon.0) 716 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T01:59:14.218 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:59:14 smithi067 bash[30830]: audit 2023-12-09T01:59:13.452001+0000 mon.a (mon.0) 715 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-12-09T01:59:14.218 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:59:14 smithi067 bash[30830]: audit 2023-12-09T01:59:13.453855+0000 mon.a (mon.0) 716 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T01:59:14.313 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:59:14 smithi125 bash[25274]: audit 2023-12-09T01:59:13.452001+0000 mon.a (mon.0) 715 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-12-09T01:59:14.313 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:59:14 smithi125 bash[25274]: audit 2023-12-09T01:59:13.453855+0000 mon.a (mon.0) 716 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T01:59:15.218 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:59:15 smithi067 bash[25104]: cluster 2023-12-09T01:59:13.298056+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-09T01:59:15.218 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:59:15 smithi067 bash[25104]: cephadm 2023-12-09T01:59:13.455397+0000 mgr.y (mgr.14152) 242 : cephadm [INF] Deploying daemon osd.7 on smithi125 2023-12-09T01:59:15.218 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:59:15 smithi067 bash[30830]: cluster 2023-12-09T01:59:13.298056+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-09T01:59:15.218 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:59:15 smithi067 bash[30830]: cephadm 2023-12-09T01:59:13.455397+0000 mgr.y (mgr.14152) 242 : cephadm [INF] Deploying daemon osd.7 on smithi125 2023-12-09T01:59:15.469 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:59:15 smithi125 bash[25274]: cluster 2023-12-09T01:59:13.298056+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-09T01:59:15.469 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:59:15 smithi125 bash[25274]: cephadm 2023-12-09T01:59:13.455397+0000 mgr.y (mgr.14152) 242 : cephadm [INF] Deploying daemon osd.7 on smithi125 2023-12-09T01:59:16.468 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 01:59:16 smithi067 bash[25375]: 172.21.15.125 - - [09/Dec/2023:01:59:16] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-09T01:59:17.282 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:59:17 smithi125 bash[25274]: cluster 2023-12-09T01:59:15.298675+0000 mgr.y (mgr.14152) 243 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-09T01:59:17.283 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:59:17 smithi125 bash[25274]: audit 2023-12-09T01:59:16.185175+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:59:17.283 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:59:17 smithi125 bash[25274]: audit 2023-12-09T01:59:16.192295+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:59:17.468 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:59:17 smithi067 bash[25104]: cluster 2023-12-09T01:59:15.298675+0000 mgr.y (mgr.14152) 243 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-09T01:59:17.468 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:59:17 smithi067 bash[25104]: audit 2023-12-09T01:59:16.185175+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:59:17.468 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:59:17 smithi067 bash[25104]: audit 2023-12-09T01:59:16.192295+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:59:17.468 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:59:17 smithi067 bash[30830]: cluster 2023-12-09T01:59:15.298675+0000 mgr.y (mgr.14152) 243 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-09T01:59:17.469 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:59:17 smithi067 bash[30830]: audit 2023-12-09T01:59:16.185175+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:59:17.469 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:59:17 smithi067 bash[30830]: audit 2023-12-09T01:59:16.192295+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:59:18.064 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:59:18 smithi067 bash[25104]: audit 2023-12-09T01:59:17.319686+0000 mon.a (mon.0) 719 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-09T01:59:18.064 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:59:18 smithi067 bash[25104]: audit 2023-12-09T01:59:17.320576+0000 mon.a (mon.0) 720 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-09T01:59:18.064 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:59:18 smithi067 bash[30830]: audit 2023-12-09T01:59:17.319686+0000 mon.a (mon.0) 719 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-09T01:59:18.064 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:59:18 smithi067 bash[30830]: audit 2023-12-09T01:59:17.320576+0000 mon.a (mon.0) 720 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-09T01:59:18.219 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:59:18 smithi125 bash[25274]: audit 2023-12-09T01:59:17.319686+0000 mon.a (mon.0) 719 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-09T01:59:18.219 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:59:18 smithi125 bash[25274]: audit 2023-12-09T01:59:17.320576+0000 mon.a (mon.0) 720 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-09T01:59:18.468 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 01:59:18 smithi067 bash[25375]: 172.21.15.67 - - [09/Dec/2023:01:59:18] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-09T01:59:19.468 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:59:19 smithi067 bash[25104]: cluster 2023-12-09T01:59:17.299338+0000 mgr.y (mgr.14152) 244 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-09T01:59:19.469 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:59:19 smithi067 bash[25104]: audit 2023-12-09T01:59:18.243054+0000 mon.a (mon.0) 721 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:59:19.469 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:59:19 smithi067 bash[25104]: audit 2023-12-09T01:59:18.251656+0000 mon.a (mon.0) 722 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:59:19.469 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:59:19 smithi067 bash[30830]: cluster 2023-12-09T01:59:17.299338+0000 mgr.y (mgr.14152) 244 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-09T01:59:19.469 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:59:19 smithi067 bash[30830]: audit 2023-12-09T01:59:18.243054+0000 mon.a (mon.0) 721 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:59:19.469 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:59:19 smithi067 bash[30830]: audit 2023-12-09T01:59:18.251656+0000 mon.a (mon.0) 722 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:59:19.469 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:59:19 smithi125 bash[25274]: cluster 2023-12-09T01:59:17.299338+0000 mgr.y (mgr.14152) 244 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-09T01:59:19.469 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:59:19 smithi125 bash[25274]: audit 2023-12-09T01:59:18.243054+0000 mon.a (mon.0) 721 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:59:19.470 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:59:19 smithi125 bash[25274]: audit 2023-12-09T01:59:18.251656+0000 mon.a (mon.0) 722 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:59:21.468 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:59:21 smithi067 bash[25104]: cluster 2023-12-09T01:59:19.299882+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-09T01:59:21.468 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:59:21 smithi067 bash[25104]: audit 2023-12-09T01:59:20.254243+0000 mon.a (mon.0) 723 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:59:21.468 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:59:21 smithi067 bash[25104]: audit 2023-12-09T01:59:20.286896+0000 mon.a (mon.0) 724 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T01:59:21.468 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:59:21 smithi067 bash[25104]: audit 2023-12-09T01:59:20.289563+0000 mon.a (mon.0) 725 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T01:59:21.469 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:59:21 smithi067 bash[25104]: audit 2023-12-09T01:59:20.291169+0000 mon.a (mon.0) 726 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T01:59:21.469 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:59:21 smithi067 bash[25104]: audit 2023-12-09T01:59:20.304446+0000 mon.a (mon.0) 727 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:59:21.469 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:59:21 smithi067 bash[30830]: cluster 2023-12-09T01:59:19.299882+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-09T01:59:21.469 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:59:21 smithi067 bash[30830]: audit 2023-12-09T01:59:20.254243+0000 mon.a (mon.0) 723 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:59:21.469 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:59:21 smithi067 bash[30830]: audit 2023-12-09T01:59:20.286896+0000 mon.a (mon.0) 724 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T01:59:21.469 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:59:21 smithi067 bash[30830]: audit 2023-12-09T01:59:20.289563+0000 mon.a (mon.0) 725 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T01:59:21.469 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:59:21 smithi067 bash[30830]: audit 2023-12-09T01:59:20.291169+0000 mon.a (mon.0) 726 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T01:59:21.469 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:59:21 smithi067 bash[30830]: audit 2023-12-09T01:59:20.304446+0000 mon.a (mon.0) 727 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:59:21.470 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:59:21 smithi125 bash[25274]: cluster 2023-12-09T01:59:19.299882+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-09T01:59:21.470 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:59:21 smithi125 bash[25274]: audit 2023-12-09T01:59:20.254243+0000 mon.a (mon.0) 723 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:59:21.470 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:59:21 smithi125 bash[25274]: audit 2023-12-09T01:59:20.286896+0000 mon.a (mon.0) 724 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T01:59:21.470 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:59:21 smithi125 bash[25274]: audit 2023-12-09T01:59:20.289563+0000 mon.a (mon.0) 725 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T01:59:21.470 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:59:21 smithi125 bash[25274]: audit 2023-12-09T01:59:20.291169+0000 mon.a (mon.0) 726 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T01:59:21.470 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:59:21 smithi125 bash[25274]: audit 2023-12-09T01:59:20.304446+0000 mon.a (mon.0) 727 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:59:23.468 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:59:23 smithi067 bash[25104]: cluster 2023-12-09T01:59:21.300491+0000 mgr.y (mgr.14152) 246 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-09T01:59:23.469 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:59:23 smithi067 bash[30830]: cluster 2023-12-09T01:59:21.300491+0000 mgr.y (mgr.14152) 246 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-09T01:59:23.469 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:59:23 smithi125 bash[25274]: cluster 2023-12-09T01:59:21.300491+0000 mgr.y (mgr.14152) 246 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-09T01:59:25.219 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:59:25 smithi125 bash[25274]: cluster 2023-12-09T01:59:23.301124+0000 mgr.y (mgr.14152) 247 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-09T01:59:25.468 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:59:25 smithi067 bash[25104]: cluster 2023-12-09T01:59:23.301124+0000 mgr.y (mgr.14152) 247 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-09T01:59:25.468 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:59:25 smithi067 bash[30830]: cluster 2023-12-09T01:59:23.301124+0000 mgr.y (mgr.14152) 247 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-09T01:59:26.989 INFO:teuthology.orchestra.run.smithi125.stdout:Created osd(s) 7 on host 'smithi125' 2023-12-09T01:59:27.347 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:59:27 smithi125 bash[25274]: cluster 2023-12-09T01:59:25.301765+0000 mgr.y (mgr.14152) 248 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-09T01:59:27.348 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:59:27 smithi125 bash[25274]: audit 2023-12-09T01:59:26.988812+0000 mon.a (mon.0) 728 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:59:27.348 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:59:27 smithi125 bash[25274]: audit 2023-12-09T01:59:26.992210+0000 mon.a (mon.0) 729 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T01:59:27.348 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:59:27 smithi125 bash[25274]: audit 2023-12-09T01:59:26.994816+0000 mon.a (mon.0) 730 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T01:59:27.348 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:59:27 smithi125 bash[25274]: audit 2023-12-09T01:59:26.996433+0000 mon.a (mon.0) 731 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T01:59:27.348 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:59:27 smithi125 bash[25274]: audit 2023-12-09T01:59:27.000764+0000 mon.a (mon.0) 732 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-09T01:59:27.348 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:59:27 smithi125 bash[25274]: audit 2023-12-09T01:59:27.002191+0000 mon.a (mon.0) 733 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-09T01:59:27.348 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:59:27 smithi125 bash[25274]: audit 2023-12-09T01:59:27.003494+0000 mon.a (mon.0) 734 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-09T01:59:27.348 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:59:27 smithi125 bash[25274]: audit 2023-12-09T01:59:27.004830+0000 mon.a (mon.0) 735 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-12-09T01:59:27.348 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:59:27 smithi125 bash[25274]: audit 2023-12-09T01:59:27.014544+0000 mon.a (mon.0) 736 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:59:27.348 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:59:27 smithi125 bash[25274]: audit 2023-12-09T01:59:27.022907+0000 mon.a (mon.0) 737 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:59:27.468 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:59:27 smithi067 bash[25104]: cluster 2023-12-09T01:59:25.301765+0000 mgr.y (mgr.14152) 248 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-09T01:59:27.468 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:59:27 smithi067 bash[25104]: audit 2023-12-09T01:59:26.988812+0000 mon.a (mon.0) 728 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:59:27.468 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:59:27 smithi067 bash[25104]: audit 2023-12-09T01:59:26.992210+0000 mon.a (mon.0) 729 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T01:59:27.468 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:59:27 smithi067 bash[25104]: audit 2023-12-09T01:59:26.994816+0000 mon.a (mon.0) 730 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T01:59:27.468 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:59:27 smithi067 bash[25104]: audit 2023-12-09T01:59:26.996433+0000 mon.a (mon.0) 731 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T01:59:27.469 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:59:27 smithi067 bash[25104]: audit 2023-12-09T01:59:27.000764+0000 mon.a (mon.0) 732 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-09T01:59:27.469 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:59:27 smithi067 bash[25104]: audit 2023-12-09T01:59:27.002191+0000 mon.a (mon.0) 733 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-09T01:59:27.469 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:59:27 smithi067 bash[25104]: audit 2023-12-09T01:59:27.003494+0000 mon.a (mon.0) 734 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-09T01:59:27.469 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:59:27 smithi067 bash[25104]: audit 2023-12-09T01:59:27.004830+0000 mon.a (mon.0) 735 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-12-09T01:59:27.469 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:59:27 smithi067 bash[25104]: audit 2023-12-09T01:59:27.014544+0000 mon.a (mon.0) 736 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:59:27.469 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:59:27 smithi067 bash[25104]: audit 2023-12-09T01:59:27.022907+0000 mon.a (mon.0) 737 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:59:27.469 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:59:27 smithi067 bash[30830]: cluster 2023-12-09T01:59:25.301765+0000 mgr.y (mgr.14152) 248 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-09T01:59:27.469 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:59:27 smithi067 bash[30830]: audit 2023-12-09T01:59:26.988812+0000 mon.a (mon.0) 728 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:59:27.469 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:59:27 smithi067 bash[30830]: audit 2023-12-09T01:59:26.992210+0000 mon.a (mon.0) 729 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T01:59:27.469 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:59:27 smithi067 bash[30830]: audit 2023-12-09T01:59:26.994816+0000 mon.a (mon.0) 730 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T01:59:27.469 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:59:27 smithi067 bash[30830]: audit 2023-12-09T01:59:26.996433+0000 mon.a (mon.0) 731 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T01:59:27.469 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:59:27 smithi067 bash[30830]: audit 2023-12-09T01:59:27.000764+0000 mon.a (mon.0) 732 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-09T01:59:27.470 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:59:27 smithi067 bash[30830]: audit 2023-12-09T01:59:27.002191+0000 mon.a (mon.0) 733 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-09T01:59:27.470 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:59:27 smithi067 bash[30830]: audit 2023-12-09T01:59:27.003494+0000 mon.a (mon.0) 734 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-09T01:59:27.470 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:59:27 smithi067 bash[30830]: audit 2023-12-09T01:59:27.004830+0000 mon.a (mon.0) 735 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-12-09T01:59:27.470 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:59:27 smithi067 bash[30830]: audit 2023-12-09T01:59:27.014544+0000 mon.a (mon.0) 736 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:59:27.470 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:59:27 smithi067 bash[30830]: audit 2023-12-09T01:59:27.022907+0000 mon.a (mon.0) 737 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:59:27.732 DEBUG:teuthology.orchestra.run.smithi125:osd.7> sudo journalctl -f -n 0 -u ceph-6db93fb0-9635-11ee-95a3-87774f69a715@osd.7.service 2023-12-09T01:59:27.733 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2023-12-09T01:59:27.734 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6db93fb0-9635-11ee-95a3-87774f69a715 -- ceph osd stat -f json 2023-12-09T01:59:27.865 INFO:journalctl@ceph.osd.7.smithi125.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-12-09T01:59:28.070 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:59:28 smithi067 bash[30830]: cephadm 2023-12-09T01:59:27.005822+0000 mgr.y (mgr.14152) 249 : cephadm [INF] Adjusting osd_memory_target on smithi125 to 4061M 2023-12-09T01:59:28.070 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:59:28 smithi067 bash[30830]: audit 2023-12-09T01:59:27.351132+0000 mon.b (mon.2) 17 : audit [INF] from='osd.7 [v2:172.21.15.125:6824/1680381358,v1:172.21.15.125:6825/1680381358]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-09T01:59:28.070 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:59:28 smithi067 bash[30830]: audit 2023-12-09T01:59:27.354040+0000 mon.a (mon.0) 738 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-09T01:59:28.218 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:59:28 smithi067 bash[25104]: cephadm 2023-12-09T01:59:27.005822+0000 mgr.y (mgr.14152) 249 : cephadm [INF] Adjusting osd_memory_target on smithi125 to 4061M 2023-12-09T01:59:28.218 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:59:28 smithi067 bash[25104]: audit 2023-12-09T01:59:27.351132+0000 mon.b (mon.2) 17 : audit [INF] from='osd.7 [v2:172.21.15.125:6824/1680381358,v1:172.21.15.125:6825/1680381358]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-09T01:59:28.218 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:59:28 smithi067 bash[25104]: audit 2023-12-09T01:59:27.354040+0000 mon.a (mon.0) 738 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-09T01:59:28.469 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:59:28 smithi125 bash[25274]: cephadm 2023-12-09T01:59:27.005822+0000 mgr.y (mgr.14152) 249 : cephadm [INF] Adjusting osd_memory_target on smithi125 to 4061M 2023-12-09T01:59:28.469 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:59:28 smithi125 bash[25274]: audit 2023-12-09T01:59:27.351132+0000 mon.b (mon.2) 17 : audit [INF] from='osd.7 [v2:172.21.15.125:6824/1680381358,v1:172.21.15.125:6825/1680381358]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-09T01:59:28.469 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:59:28 smithi125 bash[25274]: audit 2023-12-09T01:59:27.354040+0000 mon.a (mon.0) 738 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-09T01:59:29.362 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:59:29 smithi067 bash[25104]: cluster 2023-12-09T01:59:27.302381+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-09T01:59:29.362 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:59:29 smithi067 bash[25104]: audit 2023-12-09T01:59:28.073201+0000 mon.b (mon.2) 18 : audit [INF] from='osd.7 [v2:172.21.15.125:6824/1680381358,v1:172.21.15.125:6825/1680381358]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi125", "root=default"]}]: dispatch 2023-12-09T01:59:29.362 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:59:29 smithi067 bash[25104]: audit 2023-12-09T01:59:28.074120+0000 mon.a (mon.0) 739 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-12-09T01:59:29.362 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:59:29 smithi067 bash[25104]: cluster 2023-12-09T01:59:28.074242+0000 mon.a (mon.0) 740 : cluster [DBG] osdmap e52: 8 total, 7 up, 8 in 2023-12-09T01:59:29.362 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:59:29 smithi067 bash[25104]: audit 2023-12-09T01:59:28.074601+0000 mon.a (mon.0) 741 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-09T01:59:29.362 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:59:29 smithi067 bash[25104]: audit 2023-12-09T01:59:28.076107+0000 mon.a (mon.0) 742 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi125", "root=default"]}]: dispatch 2023-12-09T01:59:29.363 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:59:29 smithi067 bash[30830]: cluster 2023-12-09T01:59:27.302381+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-09T01:59:29.363 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:59:29 smithi067 bash[30830]: audit 2023-12-09T01:59:28.073201+0000 mon.b (mon.2) 18 : audit [INF] from='osd.7 [v2:172.21.15.125:6824/1680381358,v1:172.21.15.125:6825/1680381358]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi125", "root=default"]}]: dispatch 2023-12-09T01:59:29.363 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:59:29 smithi067 bash[30830]: audit 2023-12-09T01:59:28.074120+0000 mon.a (mon.0) 739 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-12-09T01:59:29.363 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:59:29 smithi067 bash[30830]: cluster 2023-12-09T01:59:28.074242+0000 mon.a (mon.0) 740 : cluster [DBG] osdmap e52: 8 total, 7 up, 8 in 2023-12-09T01:59:29.363 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:59:29 smithi067 bash[30830]: audit 2023-12-09T01:59:28.074601+0000 mon.a (mon.0) 741 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-09T01:59:29.363 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:59:29 smithi067 bash[30830]: audit 2023-12-09T01:59:28.076107+0000 mon.a (mon.0) 742 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi125", "root=default"]}]: dispatch 2023-12-09T01:59:29.469 INFO:journalctl@ceph.osd.7.smithi125.stdout:Dec 09 01:59:29 smithi125 bash[41448]: debug 2023-12-09T01:59:29.080+0000 7fed5b9bc700 -1 osd.7 0 waiting for initial osdmap 2023-12-09T01:59:29.469 INFO:journalctl@ceph.osd.7.smithi125.stdout:Dec 09 01:59:29 smithi125 bash[41448]: debug 2023-12-09T01:59:29.092+0000 7fed5334d700 -1 osd.7 53 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-09T01:59:29.470 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:59:29 smithi125 bash[25274]: cluster 2023-12-09T01:59:27.302381+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-09T01:59:29.470 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:59:29 smithi125 bash[25274]: audit 2023-12-09T01:59:28.073201+0000 mon.b (mon.2) 18 : audit [INF] from='osd.7 [v2:172.21.15.125:6824/1680381358,v1:172.21.15.125:6825/1680381358]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi125", "root=default"]}]: dispatch 2023-12-09T01:59:29.470 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:59:29 smithi125 bash[25274]: audit 2023-12-09T01:59:28.074120+0000 mon.a (mon.0) 739 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-12-09T01:59:29.470 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:59:29 smithi125 bash[25274]: cluster 2023-12-09T01:59:28.074242+0000 mon.a (mon.0) 740 : cluster [DBG] osdmap e52: 8 total, 7 up, 8 in 2023-12-09T01:59:29.470 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:59:29 smithi125 bash[25274]: audit 2023-12-09T01:59:28.074601+0000 mon.a (mon.0) 741 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-09T01:59:29.470 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:59:29 smithi125 bash[25274]: audit 2023-12-09T01:59:28.076107+0000 mon.a (mon.0) 742 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi125", "root=default"]}]: dispatch 2023-12-09T01:59:30.218 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:59:30 smithi067 bash[25104]: audit 2023-12-09T01:59:29.075334+0000 mon.a (mon.0) 743 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi125", "root=default"]}]': finished 2023-12-09T01:59:30.218 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:59:30 smithi067 bash[25104]: cluster 2023-12-09T01:59:29.075667+0000 mon.a (mon.0) 744 : cluster [DBG] osdmap e53: 8 total, 7 up, 8 in 2023-12-09T01:59:30.218 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:59:30 smithi067 bash[25104]: audit 2023-12-09T01:59:29.076550+0000 mon.a (mon.0) 745 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-09T01:59:30.218 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:59:30 smithi067 bash[25104]: audit 2023-12-09T01:59:29.083910+0000 mon.a (mon.0) 746 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-09T01:59:30.218 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:59:30 smithi067 bash[25104]: cluster 2023-12-09T01:59:29.302956+0000 mgr.y (mgr.14152) 251 : cluster [DBG] pgmap v231: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-09T01:59:30.219 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:59:30 smithi067 bash[30830]: audit 2023-12-09T01:59:29.075334+0000 mon.a (mon.0) 743 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi125", "root=default"]}]': finished 2023-12-09T01:59:30.219 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:59:30 smithi067 bash[30830]: cluster 2023-12-09T01:59:29.075667+0000 mon.a (mon.0) 744 : cluster [DBG] osdmap e53: 8 total, 7 up, 8 in 2023-12-09T01:59:30.219 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:59:30 smithi067 bash[30830]: audit 2023-12-09T01:59:29.076550+0000 mon.a (mon.0) 745 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-09T01:59:30.219 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:59:30 smithi067 bash[30830]: audit 2023-12-09T01:59:29.083910+0000 mon.a (mon.0) 746 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-09T01:59:30.219 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:59:30 smithi067 bash[30830]: cluster 2023-12-09T01:59:29.302956+0000 mgr.y (mgr.14152) 251 : cluster [DBG] pgmap v231: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-09T01:59:30.469 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:59:30 smithi125 bash[25274]: audit 2023-12-09T01:59:29.075334+0000 mon.a (mon.0) 743 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi125", "root=default"]}]': finished 2023-12-09T01:59:30.469 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:59:30 smithi125 bash[25274]: cluster 2023-12-09T01:59:29.075667+0000 mon.a (mon.0) 744 : cluster [DBG] osdmap e53: 8 total, 7 up, 8 in 2023-12-09T01:59:30.470 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:59:30 smithi125 bash[25274]: audit 2023-12-09T01:59:29.076550+0000 mon.a (mon.0) 745 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-09T01:59:30.470 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:59:30 smithi125 bash[25274]: audit 2023-12-09T01:59:29.083910+0000 mon.a (mon.0) 746 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-09T01:59:30.470 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:59:30 smithi125 bash[25274]: cluster 2023-12-09T01:59:29.302956+0000 mgr.y (mgr.14152) 251 : cluster [DBG] pgmap v231: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-09T01:59:30.986 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-09T01:59:31.468 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:59:31 smithi067 bash[25104]: cluster 2023-12-09T01:59:28.395532+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-09T01:59:31.468 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:59:31 smithi067 bash[25104]: cluster 2023-12-09T01:59:28.395710+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-09T01:59:31.469 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:59:31 smithi067 bash[25104]: cluster 2023-12-09T01:59:30.087934+0000 mon.a (mon.0) 747 : cluster [INF] osd.7 [v2:172.21.15.125:6824/1680381358,v1:172.21.15.125:6825/1680381358] boot 2023-12-09T01:59:31.469 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:59:31 smithi067 bash[25104]: cluster 2023-12-09T01:59:30.088238+0000 mon.a (mon.0) 748 : cluster [DBG] osdmap e54: 8 total, 8 up, 8 in 2023-12-09T01:59:31.469 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:59:31 smithi067 bash[25104]: audit 2023-12-09T01:59:30.089095+0000 mon.a (mon.0) 749 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-09T01:59:31.469 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:59:31 smithi067 bash[25104]: audit 2023-12-09T01:59:30.987636+0000 mon.c (mon.1) 17 : audit [DBG] from='client.? 172.21.15.67:0/3025565989' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-09T01:59:31.469 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:59:31 smithi067 bash[25104]: cluster 2023-12-09T01:59:31.031437+0000 mon.a (mon.0) 750 : cluster [DBG] osdmap e55: 8 total, 8 up, 8 in 2023-12-09T01:59:31.469 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:59:31 smithi067 bash[30830]: cluster 2023-12-09T01:59:28.395532+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-09T01:59:31.469 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:59:31 smithi067 bash[30830]: cluster 2023-12-09T01:59:28.395710+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-09T01:59:31.469 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:59:31 smithi067 bash[30830]: cluster 2023-12-09T01:59:30.087934+0000 mon.a (mon.0) 747 : cluster [INF] osd.7 [v2:172.21.15.125:6824/1680381358,v1:172.21.15.125:6825/1680381358] boot 2023-12-09T01:59:31.470 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:59:31 smithi067 bash[30830]: cluster 2023-12-09T01:59:30.088238+0000 mon.a (mon.0) 748 : cluster [DBG] osdmap e54: 8 total, 8 up, 8 in 2023-12-09T01:59:31.470 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:59:31 smithi067 bash[30830]: audit 2023-12-09T01:59:30.089095+0000 mon.a (mon.0) 749 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-09T01:59:31.470 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:59:31 smithi067 bash[30830]: audit 2023-12-09T01:59:30.987636+0000 mon.c (mon.1) 17 : audit [DBG] from='client.? 172.21.15.67:0/3025565989' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-09T01:59:31.470 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:59:31 smithi067 bash[30830]: cluster 2023-12-09T01:59:31.031437+0000 mon.a (mon.0) 750 : cluster [DBG] osdmap e55: 8 total, 8 up, 8 in 2023-12-09T01:59:31.490 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:59:31 smithi125 bash[25274]: cluster 2023-12-09T01:59:28.395532+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-09T01:59:31.491 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:59:31 smithi125 bash[25274]: cluster 2023-12-09T01:59:28.395710+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-09T01:59:31.491 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:59:31 smithi125 bash[25274]: cluster 2023-12-09T01:59:30.087934+0000 mon.a (mon.0) 747 : cluster [INF] osd.7 [v2:172.21.15.125:6824/1680381358,v1:172.21.15.125:6825/1680381358] boot 2023-12-09T01:59:31.491 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:59:31 smithi125 bash[25274]: cluster 2023-12-09T01:59:30.088238+0000 mon.a (mon.0) 748 : cluster [DBG] osdmap e54: 8 total, 8 up, 8 in 2023-12-09T01:59:31.491 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:59:31 smithi125 bash[25274]: audit 2023-12-09T01:59:30.089095+0000 mon.a (mon.0) 749 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-09T01:59:31.491 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:59:31 smithi125 bash[25274]: audit 2023-12-09T01:59:30.987636+0000 mon.c (mon.1) 17 : audit [DBG] from='client.? 172.21.15.67:0/3025565989' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-09T01:59:31.491 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:59:31 smithi125 bash[25274]: cluster 2023-12-09T01:59:31.031437+0000 mon.a (mon.0) 750 : cluster [DBG] osdmap e55: 8 total, 8 up, 8 in 2023-12-09T01:59:31.735 INFO:teuthology.orchestra.run.smithi067.stdout:{"epoch":54,"num_osds":8,"num_up_osds":8,"osd_up_since":1702087170,"num_in_osds":8,"osd_in_since":1702087142,"num_remapped_pgs":1} 2023-12-09T01:59:31.735 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 6db93fb0-9635-11ee-95a3-87774f69a715 -- ceph osd dump --format=json 2023-12-09T01:59:33.468 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:59:33 smithi067 bash[25104]: cluster 2023-12-09T01:59:31.303628+0000 mgr.y (mgr.14152) 252 : cluster [DBG] pgmap v234: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-09T01:59:33.469 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:59:33 smithi067 bash[25104]: cluster 2023-12-09T01:59:32.035115+0000 mon.a (mon.0) 751 : cluster [DBG] osdmap e56: 8 total, 8 up, 8 in 2023-12-09T01:59:33.469 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:59:33 smithi067 bash[30830]: cluster 2023-12-09T01:59:31.303628+0000 mgr.y (mgr.14152) 252 : cluster [DBG] pgmap v234: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-09T01:59:33.469 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:59:33 smithi067 bash[30830]: cluster 2023-12-09T01:59:32.035115+0000 mon.a (mon.0) 751 : cluster [DBG] osdmap e56: 8 total, 8 up, 8 in 2023-12-09T01:59:33.470 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:59:33 smithi125 bash[25274]: cluster 2023-12-09T01:59:31.303628+0000 mgr.y (mgr.14152) 252 : cluster [DBG] pgmap v234: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-09T01:59:33.470 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:59:33 smithi125 bash[25274]: cluster 2023-12-09T01:59:32.035115+0000 mon.a (mon.0) 751 : cluster [DBG] osdmap e56: 8 total, 8 up, 8 in 2023-12-09T01:59:34.219 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:59:34 smithi125 bash[25274]: cluster 2023-12-09T01:59:33.105978+0000 mon.a (mon.0) 752 : cluster [DBG] osdmap e57: 8 total, 8 up, 8 in 2023-12-09T01:59:34.219 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:59:34 smithi125 bash[25274]: cluster 2023-12-09T01:59:33.304274+0000 mgr.y (mgr.14152) 253 : cluster [DBG] pgmap v237: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 129 KiB/s, 0 objects/s recovering 2023-12-09T01:59:34.462 INFO:teuthology.orchestra.run.smithi067.stderr:Inferring config /var/lib/ceph/6db93fb0-9635-11ee-95a3-87774f69a715/mon.a/config 2023-12-09T01:59:34.468 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:59:34 smithi067 bash[30830]: cluster 2023-12-09T01:59:33.105978+0000 mon.a (mon.0) 752 : cluster [DBG] osdmap e57: 8 total, 8 up, 8 in 2023-12-09T01:59:34.468 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:59:34 smithi067 bash[30830]: cluster 2023-12-09T01:59:33.304274+0000 mgr.y (mgr.14152) 253 : cluster [DBG] pgmap v237: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 129 KiB/s, 0 objects/s recovering 2023-12-09T01:59:34.468 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:59:34 smithi067 bash[25104]: cluster 2023-12-09T01:59:33.105978+0000 mon.a (mon.0) 752 : cluster [DBG] osdmap e57: 8 total, 8 up, 8 in 2023-12-09T01:59:34.468 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:59:34 smithi067 bash[25104]: cluster 2023-12-09T01:59:33.304274+0000 mgr.y (mgr.14152) 253 : cluster [DBG] pgmap v237: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 129 KiB/s, 0 objects/s recovering 2023-12-09T01:59:35.374 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:59:35 smithi125 bash[25274]: cluster 2023-12-09T01:59:34.110689+0000 mon.a (mon.0) 753 : cluster [DBG] osdmap e58: 8 total, 8 up, 8 in 2023-12-09T01:59:35.468 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:59:35 smithi067 bash[25104]: cluster 2023-12-09T01:59:34.110689+0000 mon.a (mon.0) 753 : cluster [DBG] osdmap e58: 8 total, 8 up, 8 in 2023-12-09T01:59:35.468 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:59:35 smithi067 bash[30830]: cluster 2023-12-09T01:59:34.110689+0000 mon.a (mon.0) 753 : cluster [DBG] osdmap e58: 8 total, 8 up, 8 in 2023-12-09T01:59:36.468 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 01:59:36 smithi067 bash[25375]: 172.21.15.125 - - [09/Dec/2023:01:59:36] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-09T01:59:37.468 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:59:37 smithi067 bash[25104]: cluster 2023-12-09T01:59:35.304936+0000 mgr.y (mgr.14152) 254 : cluster [DBG] pgmap v239: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 121 KiB/s, 0 objects/s recovering 2023-12-09T01:59:37.468 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:59:37 smithi067 bash[25104]: audit 2023-12-09T01:59:36.348529+0000 mon.a (mon.0) 754 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:59:37.469 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:59:37 smithi067 bash[25104]: audit 2023-12-09T01:59:36.360587+0000 mon.a (mon.0) 755 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:59:37.469 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:59:37 smithi067 bash[25104]: audit 2023-12-09T01:59:36.364379+0000 mon.a (mon.0) 756 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T01:59:37.469 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:59:37 smithi067 bash[25104]: audit 2023-12-09T01:59:36.366716+0000 mon.a (mon.0) 757 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T01:59:37.469 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:59:37 smithi067 bash[25104]: audit 2023-12-09T01:59:36.368160+0000 mon.a (mon.0) 758 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T01:59:37.469 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:59:37 smithi067 bash[25104]: audit 2023-12-09T01:59:36.380314+0000 mon.a (mon.0) 759 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:59:37.469 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:59:37 smithi067 bash[30830]: cluster 2023-12-09T01:59:35.304936+0000 mgr.y (mgr.14152) 254 : cluster [DBG] pgmap v239: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 121 KiB/s, 0 objects/s recovering 2023-12-09T01:59:37.469 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:59:37 smithi067 bash[30830]: audit 2023-12-09T01:59:36.348529+0000 mon.a (mon.0) 754 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:59:37.469 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:59:37 smithi067 bash[30830]: audit 2023-12-09T01:59:36.360587+0000 mon.a (mon.0) 755 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:59:37.470 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:59:37 smithi067 bash[30830]: audit 2023-12-09T01:59:36.364379+0000 mon.a (mon.0) 756 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T01:59:37.470 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:59:37 smithi067 bash[30830]: audit 2023-12-09T01:59:36.366716+0000 mon.a (mon.0) 757 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T01:59:37.470 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:59:37 smithi067 bash[30830]: audit 2023-12-09T01:59:36.368160+0000 mon.a (mon.0) 758 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T01:59:37.470 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:59:37 smithi067 bash[30830]: audit 2023-12-09T01:59:36.380314+0000 mon.a (mon.0) 759 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:59:37.470 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:59:37 smithi125 bash[25274]: cluster 2023-12-09T01:59:35.304936+0000 mgr.y (mgr.14152) 254 : cluster [DBG] pgmap v239: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 121 KiB/s, 0 objects/s recovering 2023-12-09T01:59:37.470 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:59:37 smithi125 bash[25274]: audit 2023-12-09T01:59:36.348529+0000 mon.a (mon.0) 754 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:59:37.471 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:59:37 smithi125 bash[25274]: audit 2023-12-09T01:59:36.360587+0000 mon.a (mon.0) 755 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:59:37.471 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:59:37 smithi125 bash[25274]: audit 2023-12-09T01:59:36.364379+0000 mon.a (mon.0) 756 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T01:59:37.471 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:59:37 smithi125 bash[25274]: audit 2023-12-09T01:59:36.366716+0000 mon.a (mon.0) 757 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T01:59:37.471 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:59:37 smithi125 bash[25274]: audit 2023-12-09T01:59:36.368160+0000 mon.a (mon.0) 758 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T01:59:37.471 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:59:37 smithi125 bash[25274]: audit 2023-12-09T01:59:36.380314+0000 mon.a (mon.0) 759 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:59:38.331 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:59:38 smithi067 bash[25104]: cephadm 2023-12-09T01:59:36.350282+0000 mgr.y (mgr.14152) 255 : cephadm [INF] Detected new or changed devices on smithi125 2023-12-09T01:59:38.331 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:59:38 smithi067 bash[25104]: cluster 2023-12-09T01:59:36.372036+0000 mgr.y (mgr.14152) 256 : cluster [DBG] pgmap v240: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 102 KiB/s, 0 objects/s recovering 2023-12-09T01:59:38.332 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:59:38 smithi067 bash[25104]: cluster 2023-12-09T01:59:37.355998+0000 mon.a (mon.0) 760 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2023-12-09T01:59:38.332 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:59:38 smithi067 bash[30830]: cephadm 2023-12-09T01:59:36.350282+0000 mgr.y (mgr.14152) 255 : cephadm [INF] Detected new or changed devices on smithi125 2023-12-09T01:59:38.332 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:59:38 smithi067 bash[30830]: cluster 2023-12-09T01:59:36.372036+0000 mgr.y (mgr.14152) 256 : cluster [DBG] pgmap v240: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 102 KiB/s, 0 objects/s recovering 2023-12-09T01:59:38.332 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:59:38 smithi067 bash[30830]: cluster 2023-12-09T01:59:37.355998+0000 mon.a (mon.0) 760 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2023-12-09T01:59:38.332 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:59:38 smithi125 bash[25274]: cephadm 2023-12-09T01:59:36.350282+0000 mgr.y (mgr.14152) 255 : cephadm [INF] Detected new or changed devices on smithi125 2023-12-09T01:59:38.332 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:59:38 smithi125 bash[25274]: cluster 2023-12-09T01:59:36.372036+0000 mgr.y (mgr.14152) 256 : cluster [DBG] pgmap v240: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 102 KiB/s, 0 objects/s recovering 2023-12-09T01:59:38.332 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:59:38 smithi125 bash[25274]: cluster 2023-12-09T01:59:37.355998+0000 mon.a (mon.0) 760 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2023-12-09T01:59:38.599 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 01:59:38 smithi067 bash[25375]: 172.21.15.125 - - [09/Dec/2023:01:59:38] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-09T01:59:38.600 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 01:59:38 smithi067 bash[25375]: 172.21.15.67 - - [09/Dec/2023:01:59:38] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-09T01:59:39.002 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-09T01:59:39.002 INFO:teuthology.orchestra.run.smithi067.stdout:{"epoch":58,"fsid":"6db93fb0-9635-11ee-95a3-87774f69a715","created":"2023-12-09T01:52:14.711366+0000","modified":"2023-12-09T01:59:34.099516+0000","last_up_change":"2023-12-09T01:59:30.077780+0000","last_in_change":"2023-12-09T01:59:02.315852+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-09T01:56:19.828923+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":"7c509e88-12e7-4752-8d7d-022666905f12","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.67:6802","nonce":2738877494},{"type":"v1","addr":"172.21.15.67:6803","nonce":2738877494}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6804","nonce":2738877494},{"type":"v1","addr":"172.21.15.67:6805","nonce":2738877494}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6808","nonce":2738877494},{"type":"v1","addr":"172.21.15.67:6809","nonce":2738877494}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6806","nonce":2738877494},{"type":"v1","addr":"172.21.15.67:6807","nonce":2738877494}]},"public_addr":"172.21.15.67:6803/2738877494","cluster_addr":"172.21.15.67:6805/2738877494","heartbeat_back_addr":"172.21.15.67:6809/2738877494","heartbeat_front_addr":"172.21.15.67:6807/2738877494","state":["exists","up"]},{"osd":1,"uuid":"5c739adf-29f0-46c9-a387-865520772bd2","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.67:6810","nonce":1163367759},{"type":"v1","addr":"172.21.15.67:6811","nonce":1163367759}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6812","nonce":1163367759},{"type":"v1","addr":"172.21.15.67:6813","nonce":1163367759}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6816","nonce":1163367759},{"type":"v1","addr":"172.21.15.67:6817","nonce":1163367759}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6814","nonce":1163367759},{"type":"v1","addr":"172.21.15.67:6815","nonce":1163367759}]},"public_addr":"172.21.15.67:6811/1163367759","cluster_addr":"172.21.15.67:6813/1163367759","heartbeat_back_addr":"172.21.15.67:6817/1163367759","heartbeat_front_addr":"172.21.15.67:6815/1163367759","state":["exists","up"]},{"osd":2,"uuid":"005c3798-583e-4dc5-a6be-4e4ce30117bd","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.67:6818","nonce":4288353206},{"type":"v1","addr":"172.21.15.67:6819","nonce":4288353206}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6820","nonce":4288353206},{"type":"v1","addr":"172.21.15.67:6821","nonce":4288353206}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6824","nonce":4288353206},{"type":"v1","addr":"172.21.15.67:6825","nonce":4288353206}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6822","nonce":4288353206},{"type":"v1","addr":"172.21.15.67:6823","nonce":4288353206}]},"public_addr":"172.21.15.67:6819/4288353206","cluster_addr":"172.21.15.67:6821/4288353206","heartbeat_back_addr":"172.21.15.67:6825/4288353206","heartbeat_front_addr":"172.21.15.67:6823/4288353206","state":["exists","up"]},{"osd":3,"uuid":"7c008860-ee7e-4d6e-bce4-91c9b0cbe497","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.67:6826","nonce":385317379},{"type":"v1","addr":"172.21.15.67:6827","nonce":385317379}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6828","nonce":385317379},{"type":"v1","addr":"172.21.15.67:6829","nonce":385317379}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6832","nonce":385317379},{"type":"v1","addr":"172.21.15.67:6833","nonce":385317379}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6830","nonce":385317379},{"type":"v1","addr":"172.21.15.67:6831","nonce":385317379}]},"public_addr":"172.21.15.67:6827/385317379","cluster_addr":"172.21.15.67:6829/385317379","heartbeat_back_addr":"172.21.15.67:6833/385317379","heartbeat_front_addr":"172.21.15.67:6831/385317379","state":["exists","up"]},{"osd":4,"uuid":"068c161b-c667-4a9a-ae63-54ded141d12e","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.125:6800","nonce":1346451985},{"type":"v1","addr":"172.21.15.125:6801","nonce":1346451985}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.125:6802","nonce":1346451985},{"type":"v1","addr":"172.21.15.125:6803","nonce":1346451985}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.125:6806","nonce":1346451985},{"type":"v1","addr":"172.21.15.125:6807","nonce":1346451985}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.125:6804","nonce":1346451985},{"type":"v1","addr":"172.21.15.125:6805","nonce":1346451985}]},"public_addr":"172.21.15.125:6801/1346451985","cluster_addr":"172.21.15.125:6803/1346451985","heartbeat_back_addr":"172.21.15.125:6807/1346451985","heartbeat_front_addr":"172.21.15.125:6805/1346451985","state":["exists","up"]},{"osd":5,"uuid":"3f8b4d52-4765-4d8d-9e34-19ac30756214","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.125:6808","nonce":1480446698},{"type":"v1","addr":"172.21.15.125:6809","nonce":1480446698}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.125:6810","nonce":1480446698},{"type":"v1","addr":"172.21.15.125:6811","nonce":1480446698}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.125:6814","nonce":1480446698},{"type":"v1","addr":"172.21.15.125:6815","nonce":1480446698}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.125:6812","nonce":1480446698},{"type":"v1","addr":"172.21.15.125:6813","nonce":1480446698}]},"public_addr":"172.21.15.125:6809/1480446698","cluster_addr":"172.21.15.125:6811/1480446698","heartbeat_back_addr":"172.21.15.125:6815/1480446698","heartbeat_front_addr":"172.21.15.125:6813/1480446698","state":["exists","up"]},{"osd":6,"uuid":"1ba372db-7ac9-4114-a8d9-40f8db60f578","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.125:6816","nonce":83651587},{"type":"v1","addr":"172.21.15.125:6817","nonce":83651587}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.125:6818","nonce":83651587},{"type":"v1","addr":"172.21.15.125:6819","nonce":83651587}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.125:6822","nonce":83651587},{"type":"v1","addr":"172.21.15.125:6823","nonce":83651587}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.125:6820","nonce":83651587},{"type":"v1","addr":"172.21.15.125:6821","nonce":83651587}]},"public_addr":"172.21.15.125:6817/83651587","cluster_addr":"172.21.15.125:6819/83651587","heartbeat_back_addr":"172.21.15.125:6823/83651587","heartbeat_front_addr":"172.21.15.125:6821/83651587","state":["exists","up"]},{"osd":7,"uuid":"541ff42c-54a9-4e6d-872d-87afde3858f8","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.125:6824","nonce":1680381358},{"type":"v1","addr":"172.21.15.125:6825","nonce":1680381358}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.125:6826","nonce":1680381358},{"type":"v1","addr":"172.21.15.125:6827","nonce":1680381358}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.125:6830","nonce":1680381358},{"type":"v1","addr":"172.21.15.125:6831","nonce":1680381358}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.125:6828","nonce":1680381358},{"type":"v1","addr":"172.21.15.125:6829","nonce":1680381358}]},"public_addr":"172.21.15.125:6825/1680381358","cluster_addr":"172.21.15.125:6827/1680381358","heartbeat_back_addr":"172.21.15.125:6831/1680381358","heartbeat_front_addr":"172.21.15.125:6829/1680381358","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-09T01:55:00.280990+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-09T01:55:41.829561+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-09T01:56:17.342423+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-09T01:56:55.154664+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-09T01:57:34.899001+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-09T01:58:08.947824+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-09T01:58:49.308430+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-09T01:59:28.395716+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.67:0/4090341823":"2023-12-10T01:53:17.163660+0000","172.21.15.67:6800/2080107708":"2023-12-10T01:53:17.163660+0000","172.21.15.67:0/174531335":"2023-12-10T01:53:17.163660+0000","172.21.15.67:0/2326691072":"2023-12-10T01:53:17.163660+0000","172.21.15.67:0/1286571169":"2023-12-10T01:52:46.431901+0000","172.21.15.67:6801/2080107708":"2023-12-10T01:53:17.163660+0000","172.21.15.67:6800/3868765661":"2023-12-10T01:52:46.431901+0000","172.21.15.67:6801/3868765661":"2023-12-10T01:52:46.431901+0000","172.21.15.67:0/3483377638":"2023-12-10T01:52:46.431901+0000","172.21.15.67:0/889291258":"2023-12-10T01:52:46.431901+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-09T01:59:39.718 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:59:39 smithi067 bash[30830]: audit 2023-12-09T01:59:38.322771+0000 mon.a (mon.0) 761 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:59:39.718 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:59:39 smithi067 bash[30830]: audit 2023-12-09T01:59:38.331706+0000 mon.a (mon.0) 762 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:59:39.718 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:59:39 smithi067 bash[30830]: audit 2023-12-09T01:59:38.355053+0000 mon.a (mon.0) 763 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T01:59:39.719 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:59:39 smithi067 bash[30830]: audit 2023-12-09T01:59:38.357344+0000 mon.a (mon.0) 764 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T01:59:39.719 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:59:39 smithi067 bash[30830]: audit 2023-12-09T01:59:38.358734+0000 mon.a (mon.0) 765 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T01:59:39.719 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:59:39 smithi067 bash[30830]: cluster 2023-12-09T01:59:38.362451+0000 mgr.y (mgr.14152) 257 : cluster [DBG] pgmap v241: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 82 KiB/s, 0 objects/s recovering 2023-12-09T01:59:39.719 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:59:39 smithi067 bash[30830]: audit 2023-12-09T01:59:38.370718+0000 mon.a (mon.0) 766 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:59:39.719 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:59:39 smithi067 bash[30830]: audit 2023-12-09T01:59:38.402203+0000 mon.a (mon.0) 767 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:59:39.719 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:59:39 smithi067 bash[30830]: audit 2023-12-09T01:59:38.410460+0000 mon.a (mon.0) 768 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:59:39.719 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:59:39 smithi067 bash[30830]: audit 2023-12-09T01:59:39.001391+0000 mon.a (mon.0) 769 : audit [DBG] from='client.? 172.21.15.67:0/3033493766' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-09T01:59:39.719 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:59:39 smithi067 bash[25104]: audit 2023-12-09T01:59:38.322771+0000 mon.a (mon.0) 761 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:59:39.719 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:59:39 smithi067 bash[25104]: audit 2023-12-09T01:59:38.331706+0000 mon.a (mon.0) 762 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:59:39.719 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:59:39 smithi067 bash[25104]: audit 2023-12-09T01:59:38.355053+0000 mon.a (mon.0) 763 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T01:59:39.719 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:59:39 smithi067 bash[25104]: audit 2023-12-09T01:59:38.357344+0000 mon.a (mon.0) 764 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T01:59:39.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:59:39 smithi067 bash[25104]: audit 2023-12-09T01:59:38.358734+0000 mon.a (mon.0) 765 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T01:59:39.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:59:39 smithi067 bash[25104]: cluster 2023-12-09T01:59:38.362451+0000 mgr.y (mgr.14152) 257 : cluster [DBG] pgmap v241: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 82 KiB/s, 0 objects/s recovering 2023-12-09T01:59:39.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:59:39 smithi067 bash[25104]: audit 2023-12-09T01:59:38.370718+0000 mon.a (mon.0) 766 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:59:39.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:59:39 smithi067 bash[25104]: audit 2023-12-09T01:59:38.402203+0000 mon.a (mon.0) 767 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:59:39.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:59:39 smithi067 bash[25104]: audit 2023-12-09T01:59:38.410460+0000 mon.a (mon.0) 768 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:59:39.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:59:39 smithi067 bash[25104]: audit 2023-12-09T01:59:39.001391+0000 mon.a (mon.0) 769 : audit [DBG] from='client.? 172.21.15.67:0/3033493766' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-09T01:59:39.721 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:59:39 smithi125 bash[25274]: audit 2023-12-09T01:59:38.322771+0000 mon.a (mon.0) 761 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:59:39.721 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:59:39 smithi125 bash[25274]: audit 2023-12-09T01:59:38.331706+0000 mon.a (mon.0) 762 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:59:39.721 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:59:39 smithi125 bash[25274]: audit 2023-12-09T01:59:38.355053+0000 mon.a (mon.0) 763 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T01:59:39.721 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:59:39 smithi125 bash[25274]: audit 2023-12-09T01:59:38.357344+0000 mon.a (mon.0) 764 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T01:59:39.721 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:59:39 smithi125 bash[25274]: audit 2023-12-09T01:59:38.358734+0000 mon.a (mon.0) 765 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T01:59:39.722 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:59:39 smithi125 bash[25274]: cluster 2023-12-09T01:59:38.362451+0000 mgr.y (mgr.14152) 257 : cluster [DBG] pgmap v241: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 82 KiB/s, 0 objects/s recovering 2023-12-09T01:59:39.722 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:59:39 smithi125 bash[25274]: audit 2023-12-09T01:59:38.370718+0000 mon.a (mon.0) 766 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:59:39.722 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:59:39 smithi125 bash[25274]: audit 2023-12-09T01:59:38.402203+0000 mon.a (mon.0) 767 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:59:39.722 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:59:39 smithi125 bash[25274]: audit 2023-12-09T01:59:38.410460+0000 mon.a (mon.0) 768 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:59:39.722 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:59:39 smithi125 bash[25274]: audit 2023-12-09T01:59:39.001391+0000 mon.a (mon.0) 769 : audit [DBG] from='client.? 172.21.15.67:0/3033493766' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-09T01:59:39.863 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2023-12-09T01:56:19.828923+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-09T01:59:39.863 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 6db93fb0-9635-11ee-95a3-87774f69a715 -- ceph osd pool get .mgr pg_num 2023-12-09T01:59:40.468 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:59:40 smithi067 bash[25104]: cluster 2023-12-09T01:59:39.329015+0000 mon.a (mon.0) 770 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2023-12-09T01:59:40.468 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:59:40 smithi067 bash[25104]: cluster 2023-12-09T01:59:39.329107+0000 mon.a (mon.0) 771 : cluster [INF] Cluster is now healthy 2023-12-09T01:59:40.468 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:59:40 smithi067 bash[30830]: cluster 2023-12-09T01:59:39.329015+0000 mon.a (mon.0) 770 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2023-12-09T01:59:40.468 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:59:40 smithi067 bash[30830]: cluster 2023-12-09T01:59:39.329107+0000 mon.a (mon.0) 771 : cluster [INF] Cluster is now healthy 2023-12-09T01:59:40.719 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:59:40 smithi125 bash[25274]: cluster 2023-12-09T01:59:39.329015+0000 mon.a (mon.0) 770 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2023-12-09T01:59:40.720 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:59:40 smithi125 bash[25274]: cluster 2023-12-09T01:59:39.329107+0000 mon.a (mon.0) 771 : cluster [INF] Cluster is now healthy 2023-12-09T01:59:42.468 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:59:42 smithi067 bash[25104]: cluster 2023-12-09T01:59:40.362993+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 2023-12-09T01:59:42.468 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:59:42 smithi067 bash[30830]: cluster 2023-12-09T01:59:40.362993+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 2023-12-09T01:59:42.469 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:59:42 smithi125 bash[25274]: cluster 2023-12-09T01:59:40.362993+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 2023-12-09T01:59:42.599 INFO:teuthology.orchestra.run.smithi067.stderr:Inferring config /var/lib/ceph/6db93fb0-9635-11ee-95a3-87774f69a715/mon.a/config 2023-12-09T01:59:44.218 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:59:44 smithi067 bash[25104]: cluster 2023-12-09T01:59:42.363658+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 2023-12-09T01:59:44.218 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:59:44 smithi067 bash[30830]: cluster 2023-12-09T01:59:42.363658+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 2023-12-09T01:59:44.469 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:59:44 smithi125 bash[25274]: cluster 2023-12-09T01:59:42.363658+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 2023-12-09T01:59:45.658 INFO:teuthology.orchestra.run.smithi067.stdout:pg_num: 1 2023-12-09T01:59:46.218 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:59:46 smithi067 bash[25104]: cluster 2023-12-09T01:59:44.364294+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 2023-12-09T01:59:46.218 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:59:46 smithi067 bash[25104]: audit 2023-12-09T01:59:45.658808+0000 mon.a (mon.0) 772 : audit [DBG] from='client.? 172.21.15.67:0/2985443275' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2023-12-09T01:59:46.219 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:59:46 smithi067 bash[30830]: cluster 2023-12-09T01:59:44.364294+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 2023-12-09T01:59:46.219 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:59:46 smithi067 bash[30830]: audit 2023-12-09T01:59:45.658808+0000 mon.a (mon.0) 772 : audit [DBG] from='client.? 172.21.15.67:0/2985443275' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2023-12-09T01:59:46.427 INFO:tasks.cephadm:Adding prometheus.a on smithi125 2023-12-09T01:59:46.428 DEBUG:teuthology.orchestra.run.smithi125:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6db93fb0-9635-11ee-95a3-87774f69a715 -- ceph orch apply prometheus '1;smithi125=a' 2023-12-09T01:59:46.441 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:59:46 smithi125 bash[25274]: cluster 2023-12-09T01:59:44.364294+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 2023-12-09T01:59:46.441 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:59:46 smithi125 bash[25274]: audit 2023-12-09T01:59:45.658808+0000 mon.a (mon.0) 772 : audit [DBG] from='client.? 172.21.15.67:0/2985443275' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2023-12-09T01:59:48.219 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:59:48 smithi125 bash[25274]: cluster 2023-12-09T01:59:46.364961+0000 mgr.y (mgr.14152) 261 : cluster [DBG] pgmap v245: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T01:59:48.468 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:59:48 smithi067 bash[25104]: cluster 2023-12-09T01:59:46.364961+0000 mgr.y (mgr.14152) 261 : cluster [DBG] pgmap v245: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T01:59:48.468 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:59:48 smithi067 bash[30830]: cluster 2023-12-09T01:59:46.364961+0000 mgr.y (mgr.14152) 261 : cluster [DBG] pgmap v245: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T01:59:49.557 INFO:teuthology.orchestra.run.smithi125.stdout:Scheduled prometheus update... 2023-12-09T01:59:50.301 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:59:50 smithi125 bash[25274]: cluster 2023-12-09T01:59:48.365637+0000 mgr.y (mgr.14152) 262 : cluster [DBG] pgmap v246: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T01:59:50.302 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:59:50 smithi125 bash[25274]: audit 2023-12-09T01:59:49.557715+0000 mon.a (mon.0) 773 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:59:50.302 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:59:50 smithi125 bash[25274]: audit 2023-12-09T01:59:49.569088+0000 mon.a (mon.0) 774 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T01:59:50.302 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:59:50 smithi125 bash[25274]: audit 2023-12-09T01:59:49.571885+0000 mon.a (mon.0) 775 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T01:59:50.302 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:59:50 smithi125 bash[25274]: audit 2023-12-09T01:59:49.573632+0000 mon.a (mon.0) 776 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T01:59:50.302 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:59:50 smithi125 bash[25274]: audit 2023-12-09T01:59:49.584620+0000 mon.a (mon.0) 777 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:59:50.302 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:59:50 smithi125 bash[25274]: audit 2023-12-09T01:59:49.593301+0000 mon.a (mon.0) 778 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2023-12-09T01:59:50.303 DEBUG:teuthology.orchestra.run.smithi125:prometheus.a> sudo journalctl -f -n 0 -u ceph-6db93fb0-9635-11ee-95a3-87774f69a715@prometheus.a.service 2023-12-09T01:59:50.347 INFO:tasks.cephadm:Adding node-exporter.a on smithi067 2023-12-09T01:59:50.348 INFO:tasks.cephadm:Adding node-exporter.b on smithi125 2023-12-09T01:59:50.348 DEBUG:teuthology.orchestra.run.smithi125:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6db93fb0-9635-11ee-95a3-87774f69a715 -- ceph orch apply node-exporter '2;smithi067=a;smithi125=b' 2023-12-09T01:59:50.469 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:59:50 smithi067 bash[25104]: cluster 2023-12-09T01:59:48.365637+0000 mgr.y (mgr.14152) 262 : cluster [DBG] pgmap v246: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T01:59:50.469 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:59:50 smithi067 bash[25104]: audit 2023-12-09T01:59:49.557715+0000 mon.a (mon.0) 773 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:59:50.469 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:59:50 smithi067 bash[25104]: audit 2023-12-09T01:59:49.569088+0000 mon.a (mon.0) 774 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T01:59:50.469 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:59:50 smithi067 bash[25104]: audit 2023-12-09T01:59:49.571885+0000 mon.a (mon.0) 775 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T01:59:50.469 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:59:50 smithi067 bash[25104]: audit 2023-12-09T01:59:49.573632+0000 mon.a (mon.0) 776 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T01:59:50.469 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:59:50 smithi067 bash[25104]: audit 2023-12-09T01:59:49.584620+0000 mon.a (mon.0) 777 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:59:50.469 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:59:50 smithi067 bash[25104]: audit 2023-12-09T01:59:49.593301+0000 mon.a (mon.0) 778 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2023-12-09T01:59:50.469 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:59:50 smithi067 bash[30830]: cluster 2023-12-09T01:59:48.365637+0000 mgr.y (mgr.14152) 262 : cluster [DBG] pgmap v246: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T01:59:50.470 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:59:50 smithi067 bash[30830]: audit 2023-12-09T01:59:49.557715+0000 mon.a (mon.0) 773 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:59:50.470 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:59:50 smithi067 bash[30830]: audit 2023-12-09T01:59:49.569088+0000 mon.a (mon.0) 774 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T01:59:50.470 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:59:50 smithi067 bash[30830]: audit 2023-12-09T01:59:49.571885+0000 mon.a (mon.0) 775 : audit [DBG] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T01:59:50.470 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:59:50 smithi067 bash[30830]: audit 2023-12-09T01:59:49.573632+0000 mon.a (mon.0) 776 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T01:59:50.470 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:59:50 smithi067 bash[30830]: audit 2023-12-09T01:59:49.584620+0000 mon.a (mon.0) 777 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' 2023-12-09T01:59:50.470 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:59:50 smithi067 bash[30830]: audit 2023-12-09T01:59:49.593301+0000 mon.a (mon.0) 778 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2023-12-09T01:59:50.576 INFO:journalctl@ceph.prometheus.a.smithi125.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-12-09T01:59:50.875 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 01:59:50 smithi125 bash[26515]: ignoring --setuser ceph since I am not root 2023-12-09T01:59:50.875 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 01:59:50 smithi125 bash[26515]: ignoring --setgroup ceph since I am not root 2023-12-09T01:59:50.875 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 01:59:50 smithi125 bash[26515]: debug 2023-12-09T01:59:50.640+0000 7fb201845700 1 -- 172.21.15.125:0/317684334 <== mon.1 v2:172.21.15.67:3301/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x558e02dca340 con 0x558e03b46400 2023-12-09T01:59:50.875 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 01:59:50 smithi125 bash[26515]: debug 2023-12-09T01:59:50.800+0000 7fb20a2a1000 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-12-09T01:59:50.968 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 01:59:50 smithi067 bash[25375]: ignoring --setuser ceph since I am not root 2023-12-09T01:59:50.968 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 01:59:50 smithi067 bash[25375]: ignoring --setgroup ceph since I am not root 2023-12-09T01:59:50.968 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 01:59:50 smithi067 bash[25375]: debug 2023-12-09T01:59:50.640+0000 7f4adc0d4700 1 -- 172.21.15.67:0/827498951 <== mon.1 v2:172.21.15.67:3301/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55e08148a340 con 0x55e082206400 2023-12-09T01:59:50.968 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 01:59:50 smithi067 bash[25375]: debug 2023-12-09T01:59:50.800+0000 7f4ae4b30000 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-12-09T01:59:51.219 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:59:51 smithi125 bash[25274]: audit 2023-12-09T01:59:49.546272+0000 mgr.y (mgr.14152) 263 : audit [DBG] from='client.24353 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "placement": "1;smithi125=a", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T01:59:51.220 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:59:51 smithi125 bash[25274]: cephadm 2023-12-09T01:59:49.549881+0000 mgr.y (mgr.14152) 264 : cephadm [INF] Saving service prometheus spec with placement smithi125=a;count:1 2023-12-09T01:59:51.220 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:59:51 smithi125 bash[25274]: audit 2023-12-09T01:59:50.597012+0000 mon.a (mon.0) 779 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2023-12-09T01:59:51.220 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:59:51 smithi125 bash[25274]: cluster 2023-12-09T01:59:50.597084+0000 mon.a (mon.0) 780 : cluster [DBG] mgrmap e16: y(active, since 6m), standbys: x 2023-12-09T01:59:51.468 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:59:51 smithi067 bash[25104]: audit 2023-12-09T01:59:49.546272+0000 mgr.y (mgr.14152) 263 : audit [DBG] from='client.24353 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "placement": "1;smithi125=a", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T01:59:51.468 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:59:51 smithi067 bash[25104]: cephadm 2023-12-09T01:59:49.549881+0000 mgr.y (mgr.14152) 264 : cephadm [INF] Saving service prometheus spec with placement smithi125=a;count:1 2023-12-09T01:59:51.468 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:59:51 smithi067 bash[25104]: audit 2023-12-09T01:59:50.597012+0000 mon.a (mon.0) 779 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2023-12-09T01:59:51.468 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:59:51 smithi067 bash[25104]: cluster 2023-12-09T01:59:50.597084+0000 mon.a (mon.0) 780 : cluster [DBG] mgrmap e16: y(active, since 6m), standbys: x 2023-12-09T01:59:51.468 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:59:51 smithi067 bash[30830]: audit 2023-12-09T01:59:49.546272+0000 mgr.y (mgr.14152) 263 : audit [DBG] from='client.24353 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "placement": "1;smithi125=a", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T01:59:51.468 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:59:51 smithi067 bash[30830]: cephadm 2023-12-09T01:59:49.549881+0000 mgr.y (mgr.14152) 264 : cephadm [INF] Saving service prometheus spec with placement smithi125=a;count:1 2023-12-09T01:59:51.469 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:59:51 smithi067 bash[30830]: audit 2023-12-09T01:59:50.597012+0000 mon.a (mon.0) 779 : audit [INF] from='mgr.14152 172.21.15.67:0/1913220028' entity='mgr.y' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2023-12-09T01:59:51.469 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:59:51 smithi067 bash[30830]: cluster 2023-12-09T01:59:50.597084+0000 mon.a (mon.0) 780 : cluster [DBG] mgrmap e16: y(active, since 6m), standbys: x 2023-12-09T01:59:51.780 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 01:59:51 smithi067 bash[25375]: debug 2023-12-09T01:59:51.488+0000 7f4ae4b30000 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-12-09T01:59:51.780 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 01:59:51 smithi067 bash[25375]: debug 2023-12-09T01:59:51.612+0000 7f4ae4b30000 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-12-09T01:59:51.969 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 01:59:51 smithi125 bash[26515]: debug 2023-12-09T01:59:51.460+0000 7fb20a2a1000 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-12-09T01:59:51.969 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 01:59:51 smithi125 bash[26515]: debug 2023-12-09T01:59:51.580+0000 7fb20a2a1000 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-12-09T01:59:51.969 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 01:59:51 smithi125 bash[26515]: debug 2023-12-09T01:59:51.740+0000 7fb20a2a1000 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-12-09T01:59:52.119 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 01:59:51 smithi067 bash[25375]: debug 2023-12-09T01:59:51.776+0000 7f4ae4b30000 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-12-09T01:59:52.339 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 01:59:52 smithi125 bash[26515]: debug 2023-12-09T01:59:52.068+0000 7fb20a2a1000 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-12-09T01:59:52.339 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 01:59:52 smithi125 bash[26515]: debug 2023-12-09T01:59:52.164+0000 7fb20a2a1000 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-12-09T01:59:52.425 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 01:59:52 smithi067 bash[25375]: debug 2023-12-09T01:59:52.116+0000 7f4ae4b30000 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-12-09T01:59:52.425 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 01:59:52 smithi067 bash[25375]: debug 2023-12-09T01:59:52.216+0000 7f4ae4b30000 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-12-09T01:59:52.718 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 01:59:52 smithi067 bash[25375]: debug 2023-12-09T01:59:52.424+0000 7f4ae4b30000 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-12-09T01:59:52.781 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 01:59:52 smithi125 bash[26515]: debug 2023-12-09T01:59:52.384+0000 7fb20a2a1000 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-12-09T01:59:53.562 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 01:59:53 smithi125 bash[26515]: debug 2023-12-09T01:59:53.244+0000 7fb20a2a1000 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-12-09T01:59:53.562 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 01:59:53 smithi125 bash[26515]: debug 2023-12-09T01:59:53.348+0000 7fb20a2a1000 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-12-09T01:59:53.624 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 01:59:53 smithi067 bash[25375]: debug 2023-12-09T01:59:53.300+0000 7f4ae4b30000 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-12-09T01:59:53.624 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 01:59:53 smithi067 bash[25375]: debug 2023-12-09T01:59:53.412+0000 7f4ae4b30000 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-12-09T01:59:53.719 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 01:59:53 smithi125 bash[26515]: debug 2023-12-09T01:59:53.556+0000 7fb20a2a1000 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-12-09T01:59:53.968 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 01:59:53 smithi067 bash[25375]: debug 2023-12-09T01:59:53.620+0000 7f4ae4b30000 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-12-09T01:59:54.219 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 01:59:53 smithi125 bash[26515]: debug 2023-12-09T01:59:53.928+0000 7fb20a2a1000 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-12-09T01:59:54.323 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 01:59:53 smithi067 bash[25375]: debug 2023-12-09T01:59:53.984+0000 7f4ae4b30000 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-12-09T01:59:54.589 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 01:59:54 smithi125 bash[26515]: debug 2023-12-09T01:59:54.276+0000 7fb20a2a1000 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-12-09T01:59:54.706 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 01:59:54 smithi067 bash[25375]: debug 2023-12-09T01:59:54.320+0000 7f4ae4b30000 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-12-09T01:59:54.948 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 01:59:54 smithi125 bash[26515]: debug 2023-12-09T01:59:54.660+0000 7fb20a2a1000 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-12-09T01:59:54.968 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 01:59:54 smithi067 bash[25375]: debug 2023-12-09T01:59:54.704+0000 7f4ae4b30000 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-12-09T01:59:55.219 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 01:59:54 smithi125 bash[26515]: debug 2023-12-09T01:59:54.944+0000 7fb20a2a1000 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-12-09T01:59:55.468 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 01:59:54 smithi067 bash[25375]: debug 2023-12-09T01:59:54.980+0000 7f4ae4b30000 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-12-09T01:59:55.909 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 01:59:55 smithi125 bash[26515]: debug 2023-12-09T01:59:55.636+0000 7fb20a2a1000 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-12-09T01:59:55.909 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 01:59:55 smithi125 bash[26515]: debug 2023-12-09T01:59:55.740+0000 7fb20a2a1000 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-12-09T01:59:55.958 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 01:59:55 smithi067 bash[25375]: debug 2023-12-09T01:59:55.680+0000 7f4ae4b30000 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-12-09T01:59:55.958 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 01:59:55 smithi067 bash[25375]: debug 2023-12-09T01:59:55.792+0000 7f4ae4b30000 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-12-09T01:59:56.215 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 01:59:55 smithi067 bash[25375]: debug 2023-12-09T01:59:55.956+0000 7f4ae4b30000 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-12-09T01:59:56.215 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 01:59:56 smithi067 bash[25375]: debug 2023-12-09T01:59:56.072+0000 7f4ae4b30000 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-12-09T01:59:56.219 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 01:59:55 smithi125 bash[26515]: debug 2023-12-09T01:59:55.904+0000 7fb20a2a1000 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-12-09T01:59:56.219 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 01:59:56 smithi125 bash[26515]: debug 2023-12-09T01:59:56.012+0000 7fb20a2a1000 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-12-09T01:59:56.219 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 01:59:56 smithi125 bash[26515]: debug 2023-12-09T01:59:56.148+0000 7fb20a2a1000 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-12-09T01:59:56.468 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 01:59:56 smithi067 bash[25375]: debug 2023-12-09T01:59:56.212+0000 7f4ae4b30000 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-12-09T01:59:56.719 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 01:59:56 smithi125 bash[26515]: debug 2023-12-09T01:59:56.440+0000 7fb20a2a1000 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-12-09T01:59:56.719 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 01:59:56 smithi125 bash[26515]: debug 2023-12-09T01:59:56.560+0000 7fb20a2a1000 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-12-09T01:59:56.824 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 01:59:56 smithi067 bash[25375]: debug 2023-12-09T01:59:56.508+0000 7f4ae4b30000 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-12-09T01:59:56.825 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 01:59:56 smithi067 bash[25375]: debug 2023-12-09T01:59:56.632+0000 7f4ae4b30000 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-12-09T01:59:57.061 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 01:59:56 smithi125 bash[26515]: debug 2023-12-09T01:59:56.740+0000 7fb20a2a1000 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-12-09T01:59:57.061 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 01:59:56 smithi125 bash[26515]: debug 2023-12-09T01:59:56.860+0000 7fb20a2a1000 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-12-09T01:59:57.218 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 01:59:56 smithi067 bash[25375]: debug 2023-12-09T01:59:56.824+0000 7f4ae4b30000 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-12-09T01:59:57.218 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 01:59:56 smithi067 bash[25375]: debug 2023-12-09T01:59:56.956+0000 7f4ae4b30000 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-12-09T01:59:57.970 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:59:57 smithi125 bash[25274]: cluster 2023-12-09T01:59:57.720538+0000 mon.a (mon.0) 781 : cluster [DBG] Standby manager daemon x restarted 2023-12-09T01:59:57.970 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:59:57 smithi125 bash[25274]: cluster 2023-12-09T01:59:57.720750+0000 mon.a (mon.0) 782 : cluster [DBG] Standby manager daemon x started 2023-12-09T01:59:57.970 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:59:57 smithi125 bash[25274]: audit 2023-12-09T01:59:57.723097+0000 mon.b (mon.2) 19 : audit [DBG] from='mgr.? 172.21.15.125:0/2082865960' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-09T01:59:57.970 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:59:57 smithi125 bash[25274]: audit 2023-12-09T01:59:57.724192+0000 mon.b (mon.2) 20 : audit [DBG] from='mgr.? 172.21.15.125:0/2082865960' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-09T01:59:57.970 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:59:57 smithi125 bash[25274]: audit 2023-12-09T01:59:57.728243+0000 mon.b (mon.2) 21 : audit [DBG] from='mgr.? 172.21.15.125:0/2082865960' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-09T01:59:57.970 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:59:57 smithi125 bash[25274]: audit 2023-12-09T01:59:57.730502+0000 mon.b (mon.2) 22 : audit [DBG] from='mgr.? 172.21.15.125:0/2082865960' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-09T01:59:57.971 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 01:59:57 smithi125 bash[26515]: debug 2023-12-09T01:59:57.712+0000 7fb20a2a1000 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-12-09T01:59:57.971 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 01:59:57 smithi125 bash[26515]: [09/Dec/2023:01:59:57] ENGINE Bus STARTING 2023-12-09T01:59:57.971 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 01:59:57 smithi125 bash[26515]: CherryPy Checker: 2023-12-09T01:59:57.971 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 01:59:57 smithi125 bash[26515]: The Application mounted at '' has an empty config. 2023-12-09T01:59:57.971 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 01:59:57 smithi125 bash[26515]: [09/Dec/2023:01:59:57] ENGINE Serving on http://:::9283 2023-12-09T01:59:57.971 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 01:59:57 smithi125 bash[26515]: [09/Dec/2023:01:59:57] ENGINE Bus STARTED 2023-12-09T01:59:58.218 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 01:59:57 smithi067 bash[25375]: debug 2023-12-09T01:59:57.864+0000 7f4ae4b30000 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-12-09T01:59:58.218 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:59:57 smithi067 bash[25104]: cluster 2023-12-09T01:59:57.720538+0000 mon.a (mon.0) 781 : cluster [DBG] Standby manager daemon x restarted 2023-12-09T01:59:58.219 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:59:57 smithi067 bash[25104]: cluster 2023-12-09T01:59:57.720750+0000 mon.a (mon.0) 782 : cluster [DBG] Standby manager daemon x started 2023-12-09T01:59:58.219 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:59:57 smithi067 bash[25104]: audit 2023-12-09T01:59:57.723097+0000 mon.b (mon.2) 19 : audit [DBG] from='mgr.? 172.21.15.125:0/2082865960' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-09T01:59:58.219 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:59:57 smithi067 bash[25104]: audit 2023-12-09T01:59:57.724192+0000 mon.b (mon.2) 20 : audit [DBG] from='mgr.? 172.21.15.125:0/2082865960' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-09T01:59:58.219 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:59:57 smithi067 bash[25104]: audit 2023-12-09T01:59:57.728243+0000 mon.b (mon.2) 21 : audit [DBG] from='mgr.? 172.21.15.125:0/2082865960' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-09T01:59:58.219 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:59:57 smithi067 bash[25104]: audit 2023-12-09T01:59:57.730502+0000 mon.b (mon.2) 22 : audit [DBG] from='mgr.? 172.21.15.125:0/2082865960' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-09T01:59:58.219 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:59:57 smithi067 bash[30830]: cluster 2023-12-09T01:59:57.720538+0000 mon.a (mon.0) 781 : cluster [DBG] Standby manager daemon x restarted 2023-12-09T01:59:58.219 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:59:57 smithi067 bash[30830]: cluster 2023-12-09T01:59:57.720750+0000 mon.a (mon.0) 782 : cluster [DBG] Standby manager daemon x started 2023-12-09T01:59:58.219 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:59:57 smithi067 bash[30830]: audit 2023-12-09T01:59:57.723097+0000 mon.b (mon.2) 19 : audit [DBG] from='mgr.? 172.21.15.125:0/2082865960' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-09T01:59:58.219 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:59:57 smithi067 bash[30830]: audit 2023-12-09T01:59:57.724192+0000 mon.b (mon.2) 20 : audit [DBG] from='mgr.? 172.21.15.125:0/2082865960' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-09T01:59:58.219 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:59:57 smithi067 bash[30830]: audit 2023-12-09T01:59:57.728243+0000 mon.b (mon.2) 21 : audit [DBG] from='mgr.? 172.21.15.125:0/2082865960' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-09T01:59:58.219 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:59:57 smithi067 bash[30830]: audit 2023-12-09T01:59:57.730502+0000 mon.b (mon.2) 22 : audit [DBG] from='mgr.? 172.21.15.125:0/2082865960' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-09T01:59:59.218 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:59:58 smithi067 bash[25104]: cluster 2023-12-09T01:59:57.782042+0000 mon.a (mon.0) 783 : cluster [DBG] mgrmap e17: y(active, since 6m), standbys: x 2023-12-09T01:59:59.218 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:59:58 smithi067 bash[25104]: cluster 2023-12-09T01:59:57.870389+0000 mon.a (mon.0) 784 : cluster [INF] Active manager daemon y restarted 2023-12-09T01:59:59.218 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:59:58 smithi067 bash[25104]: cluster 2023-12-09T01:59:57.871206+0000 mon.a (mon.0) 785 : cluster [INF] Activating manager daemon y 2023-12-09T01:59:59.218 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:59:58 smithi067 bash[25104]: cluster 2023-12-09T01:59:57.876414+0000 mon.a (mon.0) 786 : cluster [DBG] osdmap e59: 8 total, 8 up, 8 in 2023-12-09T01:59:59.218 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 01:59:58 smithi067 bash[25375]: [09/Dec/2023:01:59:58] ENGINE Bus STARTING 2023-12-09T01:59:59.218 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:59:58 smithi067 bash[30830]: cluster 2023-12-09T01:59:57.782042+0000 mon.a (mon.0) 783 : cluster [DBG] mgrmap e17: y(active, since 6m), standbys: x 2023-12-09T01:59:59.219 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:59:58 smithi067 bash[30830]: cluster 2023-12-09T01:59:57.870389+0000 mon.a (mon.0) 784 : cluster [INF] Active manager daemon y restarted 2023-12-09T01:59:59.219 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:59:58 smithi067 bash[30830]: cluster 2023-12-09T01:59:57.871206+0000 mon.a (mon.0) 785 : cluster [INF] Activating manager daemon y 2023-12-09T01:59:59.219 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:59:58 smithi067 bash[30830]: cluster 2023-12-09T01:59:57.876414+0000 mon.a (mon.0) 786 : cluster [DBG] osdmap e59: 8 total, 8 up, 8 in 2023-12-09T01:59:59.219 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:59:58 smithi125 bash[25274]: cluster 2023-12-09T01:59:57.782042+0000 mon.a (mon.0) 783 : cluster [DBG] mgrmap e17: y(active, since 6m), standbys: x 2023-12-09T01:59:59.219 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:59:58 smithi125 bash[25274]: cluster 2023-12-09T01:59:57.870389+0000 mon.a (mon.0) 784 : cluster [INF] Active manager daemon y restarted 2023-12-09T01:59:59.219 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:59:58 smithi125 bash[25274]: cluster 2023-12-09T01:59:57.871206+0000 mon.a (mon.0) 785 : cluster [INF] Activating manager daemon y 2023-12-09T01:59:59.219 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:59:58 smithi125 bash[25274]: cluster 2023-12-09T01:59:57.876414+0000 mon.a (mon.0) 786 : cluster [DBG] osdmap e59: 8 total, 8 up, 8 in 2023-12-09T01:59:59.543 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 01:59:59 smithi067 bash[25375]: CherryPy Checker: 2023-12-09T01:59:59.543 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 01:59:59 smithi067 bash[25375]: The Application mounted at '' has an empty config. 2023-12-09T01:59:59.543 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 01:59:59 smithi067 bash[25375]: [09/Dec/2023:01:59:59] ENGINE Serving on http://:::9283 2023-12-09T01:59:59.543 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 01:59:59 smithi067 bash[25375]: [09/Dec/2023:01:59:59] ENGINE Bus STARTED 2023-12-09T01:59:59.830 INFO:teuthology.orchestra.run.smithi125.stdout:Scheduled node-exporter update... 2023-12-09T02:00:00.053 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:59:59 smithi125 bash[25274]: cluster 2023-12-09T01:59:58.807293+0000 mon.a (mon.0) 787 : cluster [DBG] mgrmap e18: y(active, starting, since 0.936213s), standbys: x 2023-12-09T02:00:00.053 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:59:59 smithi125 bash[25274]: audit 2023-12-09T01:59:58.808731+0000 mon.a (mon.0) 788 : audit [DBG] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-09T02:00:00.053 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:59:59 smithi125 bash[25274]: audit 2023-12-09T01:59:58.808898+0000 mon.a (mon.0) 789 : audit [DBG] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-09T02:00:00.053 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:59:59 smithi125 bash[25274]: audit 2023-12-09T01:59:58.809067+0000 mon.a (mon.0) 790 : audit [DBG] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-09T02:00:00.053 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:59:59 smithi125 bash[25274]: audit 2023-12-09T01:59:58.810843+0000 mon.a (mon.0) 791 : audit [DBG] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-12-09T02:00:00.053 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:59:59 smithi125 bash[25274]: audit 2023-12-09T01:59:58.811115+0000 mon.a (mon.0) 792 : audit [DBG] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-12-09T02:00:00.053 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:59:59 smithi125 bash[25274]: audit 2023-12-09T01:59:58.811429+0000 mon.a (mon.0) 793 : audit [DBG] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-09T02:00:00.053 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:59:59 smithi125 bash[25274]: audit 2023-12-09T01:59:58.811768+0000 mon.a (mon.0) 794 : audit [DBG] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-09T02:00:00.053 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:59:59 smithi125 bash[25274]: audit 2023-12-09T01:59:58.812018+0000 mon.a (mon.0) 795 : audit [DBG] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-09T02:00:00.053 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:59:59 smithi125 bash[25274]: audit 2023-12-09T01:59:58.812328+0000 mon.a (mon.0) 796 : audit [DBG] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-09T02:00:00.053 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:59:59 smithi125 bash[25274]: audit 2023-12-09T01:59:58.812751+0000 mon.a (mon.0) 797 : audit [DBG] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-09T02:00:00.054 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:59:59 smithi125 bash[25274]: audit 2023-12-09T01:59:58.813092+0000 mon.a (mon.0) 798 : audit [DBG] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-09T02:00:00.054 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:59:59 smithi125 bash[25274]: audit 2023-12-09T01:59:58.813333+0000 mon.a (mon.0) 799 : audit [DBG] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-09T02:00:00.054 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:59:59 smithi125 bash[25274]: audit 2023-12-09T01:59:58.813625+0000 mon.a (mon.0) 800 : audit [DBG] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-09T02:00:00.054 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:59:59 smithi125 bash[25274]: audit 2023-12-09T01:59:58.813912+0000 mon.a (mon.0) 801 : audit [DBG] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-09T02:00:00.054 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:59:59 smithi125 bash[25274]: audit 2023-12-09T01:59:58.814120+0000 mon.a (mon.0) 802 : audit [DBG] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-09T02:00:00.054 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:59:59 smithi125 bash[25274]: audit 2023-12-09T01:59:58.814645+0000 mon.a (mon.0) 803 : audit [DBG] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-09T02:00:00.054 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:59:59 smithi125 bash[25274]: cluster 2023-12-09T01:59:58.824523+0000 mon.a (mon.0) 804 : cluster [INF] Manager daemon y is now available 2023-12-09T02:00:00.054 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:59:59 smithi125 bash[25274]: audit 2023-12-09T01:59:58.860755+0000 mon.a (mon.0) 805 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:00:00.054 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:59:59 smithi125 bash[25274]: audit 2023-12-09T01:59:58.871550+0000 mon.a (mon.0) 806 : audit [DBG] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:00:00.054 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:59:59 smithi125 bash[25274]: audit 2023-12-09T01:59:58.874675+0000 mon.a (mon.0) 807 : audit [DBG] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:00:00.054 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:59:59 smithi125 bash[25274]: audit 2023-12-09T01:59:58.876822+0000 mon.a (mon.0) 808 : audit [DBG] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:00:00.054 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:59:59 smithi125 bash[25274]: audit 2023-12-09T01:59:58.878522+0000 mon.a (mon.0) 809 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:00:00.054 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:59:59 smithi125 bash[25274]: audit 2023-12-09T01:59:58.885321+0000 mon.a (mon.0) 810 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi067", "name": "osd_memory_target"}]: dispatch 2023-12-09T02:00:00.054 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:59:59 smithi125 bash[25274]: audit 2023-12-09T01:59:58.890028+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:00:00.054 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:59:59 smithi125 bash[25274]: audit 2023-12-09T01:59:58.891048+0000 mon.a (mon.0) 812 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi125", "name": "osd_memory_target"}]: dispatch 2023-12-09T02:00:00.055 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:59:59 smithi125 bash[25274]: audit 2023-12-09T01:59:58.896486+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd='[{"prefix": "config rm", "who": "osd/host:smithi067", "name": "osd_memory_target"}]': finished 2023-12-09T02:00:00.055 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:59:59 smithi125 bash[25274]: cephadm 2023-12-09T01:59:58.898040+0000 mgr.y (mgr.14457) 1 : cephadm [INF] Updating smithi067:/etc/ceph/ceph.conf 2023-12-09T02:00:00.055 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:59:59 smithi125 bash[25274]: audit 2023-12-09T01:59:58.904666+0000 mon.a (mon.0) 814 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd='[{"prefix": "config rm", "who": "osd/host:smithi125", "name": "osd_memory_target"}]': finished 2023-12-09T02:00:00.055 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:59:59 smithi125 bash[25274]: cephadm 2023-12-09T01:59:58.906794+0000 mgr.y (mgr.14457) 2 : cephadm [INF] Updating smithi125:/etc/ceph/ceph.conf 2023-12-09T02:00:00.055 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:59:59 smithi125 bash[25274]: audit 2023-12-09T01:59:58.911708+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-09T02:00:00.055 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:59:59 smithi125 bash[25274]: audit 2023-12-09T01:59:59.186937+0000 mon.a (mon.0) 816 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-09T02:00:00.055 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:59:59 smithi125 bash[25274]: cephadm 2023-12-09T01:59:59.648196+0000 mgr.y (mgr.14457) 3 : cephadm [INF] Updating smithi067:/etc/ceph/ceph.client.admin.keyring 2023-12-09T02:00:00.055 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:59:59 smithi125 bash[25274]: audit 2023-12-09T01:59:59.753552+0000 mon.a (mon.0) 817 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:00:00.055 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:59:59 smithi125 bash[25274]: audit 2023-12-09T01:59:59.772951+0000 mon.a (mon.0) 818 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:00:00.055 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:59:59 smithi125 bash[25274]: audit 2023-12-09T01:59:59.778651+0000 mon.a (mon.0) 819 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:00:00.055 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 01:59:59 smithi125 bash[25274]: audit 2023-12-09T01:59:59.785607+0000 mon.a (mon.0) 820 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2023-12-09T02:00:00.218 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:59:59 smithi067 bash[25104]: cluster 2023-12-09T01:59:58.807293+0000 mon.a (mon.0) 787 : cluster [DBG] mgrmap e18: y(active, starting, since 0.936213s), standbys: x 2023-12-09T02:00:00.218 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:59:59 smithi067 bash[25104]: audit 2023-12-09T01:59:58.808731+0000 mon.a (mon.0) 788 : audit [DBG] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-09T02:00:00.218 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:59:59 smithi067 bash[25104]: audit 2023-12-09T01:59:58.808898+0000 mon.a (mon.0) 789 : audit [DBG] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-09T02:00:00.219 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:59:59 smithi067 bash[25104]: audit 2023-12-09T01:59:58.809067+0000 mon.a (mon.0) 790 : audit [DBG] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-09T02:00:00.219 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:59:59 smithi067 bash[25104]: audit 2023-12-09T01:59:58.810843+0000 mon.a (mon.0) 791 : audit [DBG] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-12-09T02:00:00.219 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:59:59 smithi067 bash[25104]: audit 2023-12-09T01:59:58.811115+0000 mon.a (mon.0) 792 : audit [DBG] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-12-09T02:00:00.219 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:59:59 smithi067 bash[25104]: audit 2023-12-09T01:59:58.811429+0000 mon.a (mon.0) 793 : audit [DBG] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-09T02:00:00.219 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:59:59 smithi067 bash[25104]: audit 2023-12-09T01:59:58.811768+0000 mon.a (mon.0) 794 : audit [DBG] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-09T02:00:00.219 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:59:59 smithi067 bash[25104]: audit 2023-12-09T01:59:58.812018+0000 mon.a (mon.0) 795 : audit [DBG] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-09T02:00:00.219 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:59:59 smithi067 bash[25104]: audit 2023-12-09T01:59:58.812328+0000 mon.a (mon.0) 796 : audit [DBG] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-09T02:00:00.219 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:59:59 smithi067 bash[25104]: audit 2023-12-09T01:59:58.812751+0000 mon.a (mon.0) 797 : audit [DBG] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-09T02:00:00.219 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:59:59 smithi067 bash[25104]: audit 2023-12-09T01:59:58.813092+0000 mon.a (mon.0) 798 : audit [DBG] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-09T02:00:00.219 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:59:59 smithi067 bash[25104]: audit 2023-12-09T01:59:58.813333+0000 mon.a (mon.0) 799 : audit [DBG] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-09T02:00:00.219 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:59:59 smithi067 bash[25104]: audit 2023-12-09T01:59:58.813625+0000 mon.a (mon.0) 800 : audit [DBG] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-09T02:00:00.219 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:59:59 smithi067 bash[25104]: audit 2023-12-09T01:59:58.813912+0000 mon.a (mon.0) 801 : audit [DBG] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-09T02:00:00.219 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:59:59 smithi067 bash[25104]: audit 2023-12-09T01:59:58.814120+0000 mon.a (mon.0) 802 : audit [DBG] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-09T02:00:00.219 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:59:59 smithi067 bash[25104]: audit 2023-12-09T01:59:58.814645+0000 mon.a (mon.0) 803 : audit [DBG] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-09T02:00:00.219 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:59:59 smithi067 bash[25104]: cluster 2023-12-09T01:59:58.824523+0000 mon.a (mon.0) 804 : cluster [INF] Manager daemon y is now available 2023-12-09T02:00:00.220 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:59:59 smithi067 bash[25104]: audit 2023-12-09T01:59:58.860755+0000 mon.a (mon.0) 805 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:00:00.220 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:59:59 smithi067 bash[30830]: cluster 2023-12-09T01:59:58.807293+0000 mon.a (mon.0) 787 : cluster [DBG] mgrmap e18: y(active, starting, since 0.936213s), standbys: x 2023-12-09T02:00:00.220 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:59:59 smithi067 bash[30830]: audit 2023-12-09T01:59:58.808731+0000 mon.a (mon.0) 788 : audit [DBG] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-09T02:00:00.220 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:59:59 smithi067 bash[30830]: audit 2023-12-09T01:59:58.808898+0000 mon.a (mon.0) 789 : audit [DBG] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-09T02:00:00.220 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:59:59 smithi067 bash[30830]: audit 2023-12-09T01:59:58.809067+0000 mon.a (mon.0) 790 : audit [DBG] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-09T02:00:00.220 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:59:59 smithi067 bash[30830]: audit 2023-12-09T01:59:58.810843+0000 mon.a (mon.0) 791 : audit [DBG] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-12-09T02:00:00.220 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:59:59 smithi067 bash[30830]: audit 2023-12-09T01:59:58.811115+0000 mon.a (mon.0) 792 : audit [DBG] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-12-09T02:00:00.220 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:59:59 smithi067 bash[30830]: audit 2023-12-09T01:59:58.811429+0000 mon.a (mon.0) 793 : audit [DBG] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-09T02:00:00.220 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:59:59 smithi067 bash[30830]: audit 2023-12-09T01:59:58.811768+0000 mon.a (mon.0) 794 : audit [DBG] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-09T02:00:00.220 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:59:59 smithi067 bash[30830]: audit 2023-12-09T01:59:58.812018+0000 mon.a (mon.0) 795 : audit [DBG] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-09T02:00:00.220 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:59:59 smithi067 bash[30830]: audit 2023-12-09T01:59:58.812328+0000 mon.a (mon.0) 796 : audit [DBG] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-09T02:00:00.220 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:59:59 smithi067 bash[30830]: audit 2023-12-09T01:59:58.812751+0000 mon.a (mon.0) 797 : audit [DBG] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-09T02:00:00.221 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:59:59 smithi067 bash[30830]: audit 2023-12-09T01:59:58.813092+0000 mon.a (mon.0) 798 : audit [DBG] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-09T02:00:00.221 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:59:59 smithi067 bash[30830]: audit 2023-12-09T01:59:58.813333+0000 mon.a (mon.0) 799 : audit [DBG] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-09T02:00:00.221 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:59:59 smithi067 bash[30830]: audit 2023-12-09T01:59:58.813625+0000 mon.a (mon.0) 800 : audit [DBG] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-09T02:00:00.221 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:59:59 smithi067 bash[30830]: audit 2023-12-09T01:59:58.813912+0000 mon.a (mon.0) 801 : audit [DBG] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-09T02:00:00.221 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:59:59 smithi067 bash[30830]: audit 2023-12-09T01:59:58.814120+0000 mon.a (mon.0) 802 : audit [DBG] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-09T02:00:00.221 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:59:59 smithi067 bash[30830]: audit 2023-12-09T01:59:58.814645+0000 mon.a (mon.0) 803 : audit [DBG] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-09T02:00:00.221 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:59:59 smithi067 bash[30830]: cluster 2023-12-09T01:59:58.824523+0000 mon.a (mon.0) 804 : cluster [INF] Manager daemon y is now available 2023-12-09T02:00:00.221 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:59:59 smithi067 bash[30830]: audit 2023-12-09T01:59:58.860755+0000 mon.a (mon.0) 805 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:00:00.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:59:59 smithi067 bash[25104]: audit 2023-12-09T01:59:58.871550+0000 mon.a (mon.0) 806 : audit [DBG] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:00:00.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:59:59 smithi067 bash[25104]: audit 2023-12-09T01:59:58.874675+0000 mon.a (mon.0) 807 : audit [DBG] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:00:00.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:59:59 smithi067 bash[25104]: audit 2023-12-09T01:59:58.876822+0000 mon.a (mon.0) 808 : audit [DBG] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:00:00.222 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:59:59 smithi067 bash[25104]: audit 2023-12-09T01:59:58.878522+0000 mon.a (mon.0) 809 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:00:00.222 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:59:59 smithi067 bash[25104]: audit 2023-12-09T01:59:58.885321+0000 mon.a (mon.0) 810 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi067", "name": "osd_memory_target"}]: dispatch 2023-12-09T02:00:00.222 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:59:59 smithi067 bash[25104]: audit 2023-12-09T01:59:58.890028+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:00:00.222 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:59:59 smithi067 bash[25104]: audit 2023-12-09T01:59:58.891048+0000 mon.a (mon.0) 812 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi125", "name": "osd_memory_target"}]: dispatch 2023-12-09T02:00:00.222 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:59:59 smithi067 bash[25104]: audit 2023-12-09T01:59:58.896486+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd='[{"prefix": "config rm", "who": "osd/host:smithi067", "name": "osd_memory_target"}]': finished 2023-12-09T02:00:00.222 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:59:59 smithi067 bash[25104]: cephadm 2023-12-09T01:59:58.898040+0000 mgr.y (mgr.14457) 1 : cephadm [INF] Updating smithi067:/etc/ceph/ceph.conf 2023-12-09T02:00:00.222 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:59:59 smithi067 bash[25104]: audit 2023-12-09T01:59:58.904666+0000 mon.a (mon.0) 814 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd='[{"prefix": "config rm", "who": "osd/host:smithi125", "name": "osd_memory_target"}]': finished 2023-12-09T02:00:00.222 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:59:59 smithi067 bash[25104]: cephadm 2023-12-09T01:59:58.906794+0000 mgr.y (mgr.14457) 2 : cephadm [INF] Updating smithi125:/etc/ceph/ceph.conf 2023-12-09T02:00:00.222 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:59:59 smithi067 bash[25104]: audit 2023-12-09T01:59:58.911708+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-09T02:00:00.222 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:59:59 smithi067 bash[25104]: audit 2023-12-09T01:59:59.186937+0000 mon.a (mon.0) 816 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-09T02:00:00.222 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:59:59 smithi067 bash[25104]: cephadm 2023-12-09T01:59:59.648196+0000 mgr.y (mgr.14457) 3 : cephadm [INF] Updating smithi067:/etc/ceph/ceph.client.admin.keyring 2023-12-09T02:00:00.222 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:59:59 smithi067 bash[25104]: audit 2023-12-09T01:59:59.753552+0000 mon.a (mon.0) 817 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:00:00.222 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:59:59 smithi067 bash[25104]: audit 2023-12-09T01:59:59.772951+0000 mon.a (mon.0) 818 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:00:00.222 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:59:59 smithi067 bash[25104]: audit 2023-12-09T01:59:59.778651+0000 mon.a (mon.0) 819 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:00:00.222 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 01:59:59 smithi067 bash[25104]: audit 2023-12-09T01:59:59.785607+0000 mon.a (mon.0) 820 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2023-12-09T02:00:00.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:59:59 smithi067 bash[30830]: audit 2023-12-09T01:59:58.871550+0000 mon.a (mon.0) 806 : audit [DBG] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:00:00.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:59:59 smithi067 bash[30830]: audit 2023-12-09T01:59:58.874675+0000 mon.a (mon.0) 807 : audit [DBG] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:00:00.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:59:59 smithi067 bash[30830]: audit 2023-12-09T01:59:58.876822+0000 mon.a (mon.0) 808 : audit [DBG] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:00:00.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:59:59 smithi067 bash[30830]: audit 2023-12-09T01:59:58.878522+0000 mon.a (mon.0) 809 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:00:00.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:59:59 smithi067 bash[30830]: audit 2023-12-09T01:59:58.885321+0000 mon.a (mon.0) 810 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi067", "name": "osd_memory_target"}]: dispatch 2023-12-09T02:00:00.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:59:59 smithi067 bash[30830]: audit 2023-12-09T01:59:58.890028+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:00:00.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:59:59 smithi067 bash[30830]: audit 2023-12-09T01:59:58.891048+0000 mon.a (mon.0) 812 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi125", "name": "osd_memory_target"}]: dispatch 2023-12-09T02:00:00.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:59:59 smithi067 bash[30830]: audit 2023-12-09T01:59:58.896486+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd='[{"prefix": "config rm", "who": "osd/host:smithi067", "name": "osd_memory_target"}]': finished 2023-12-09T02:00:00.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:59:59 smithi067 bash[30830]: cephadm 2023-12-09T01:59:58.898040+0000 mgr.y (mgr.14457) 1 : cephadm [INF] Updating smithi067:/etc/ceph/ceph.conf 2023-12-09T02:00:00.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:59:59 smithi067 bash[30830]: audit 2023-12-09T01:59:58.904666+0000 mon.a (mon.0) 814 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd='[{"prefix": "config rm", "who": "osd/host:smithi125", "name": "osd_memory_target"}]': finished 2023-12-09T02:00:00.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:59:59 smithi067 bash[30830]: cephadm 2023-12-09T01:59:58.906794+0000 mgr.y (mgr.14457) 2 : cephadm [INF] Updating smithi125:/etc/ceph/ceph.conf 2023-12-09T02:00:00.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:59:59 smithi067 bash[30830]: audit 2023-12-09T01:59:58.911708+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-09T02:00:00.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:59:59 smithi067 bash[30830]: audit 2023-12-09T01:59:59.186937+0000 mon.a (mon.0) 816 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-09T02:00:00.224 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:59:59 smithi067 bash[30830]: cephadm 2023-12-09T01:59:59.648196+0000 mgr.y (mgr.14457) 3 : cephadm [INF] Updating smithi067:/etc/ceph/ceph.client.admin.keyring 2023-12-09T02:00:00.224 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:59:59 smithi067 bash[30830]: audit 2023-12-09T01:59:59.753552+0000 mon.a (mon.0) 817 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:00:00.224 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:59:59 smithi067 bash[30830]: audit 2023-12-09T01:59:59.772951+0000 mon.a (mon.0) 818 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:00:00.224 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:59:59 smithi067 bash[30830]: audit 2023-12-09T01:59:59.778651+0000 mon.a (mon.0) 819 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:00:00.224 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 01:59:59 smithi067 bash[30830]: audit 2023-12-09T01:59:59.785607+0000 mon.a (mon.0) 820 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2023-12-09T02:00:00.660 DEBUG:teuthology.orchestra.run.smithi067:node-exporter.a> sudo journalctl -f -n 0 -u ceph-6db93fb0-9635-11ee-95a3-87774f69a715@node-exporter.a.service 2023-12-09T02:00:00.662 DEBUG:teuthology.orchestra.run.smithi125:node-exporter.b> sudo journalctl -f -n 0 -u ceph-6db93fb0-9635-11ee-95a3-87774f69a715@node-exporter.b.service 2023-12-09T02:00:00.664 INFO:tasks.cephadm:Adding alertmanager.a on smithi067 2023-12-09T02:00:00.665 DEBUG:teuthology.orchestra.run.smithi125:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6db93fb0-9635-11ee-95a3-87774f69a715 -- ceph orch apply alertmanager '1;smithi067=a' 2023-12-09T02:00:00.691 INFO:journalctl@ceph.node-exporter.a.smithi067.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-12-09T02:00:00.895 INFO:journalctl@ceph.node-exporter.b.smithi125.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-12-09T02:00:00.968 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:00:00 smithi067 bash[25104]: cephadm 2023-12-09T01:59:59.652986+0000 mgr.y (mgr.14457) 4 : cephadm [INF] Updating smithi125:/etc/ceph/ceph.client.admin.keyring 2023-12-09T02:00:00.968 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:00:00 smithi067 bash[25104]: audit 2023-12-09T01:59:59.821780+0000 mon.a (mon.0) 821 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2023-12-09T02:00:00.968 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:00:00 smithi067 bash[25104]: cluster 2023-12-09T01:59:59.821912+0000 mon.a (mon.0) 822 : cluster [DBG] mgrmap e19: y(active, since 1.95083s), standbys: x 2023-12-09T02:00:00.968 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:00:00 smithi067 bash[25104]: audit 2023-12-09T01:59:59.824366+0000 mgr.y (mgr.14457) 5 : audit [DBG] from='client.24371 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "placement": "2;smithi067=a;smithi125=b", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:00:00.968 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:00:00 smithi067 bash[25104]: cephadm 2023-12-09T01:59:59.827726+0000 mgr.y (mgr.14457) 6 : cephadm [INF] Saving service node-exporter spec with placement smithi067=a;smithi125=b;count:2 2023-12-09T02:00:00.968 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:00:00 smithi067 bash[25104]: audit 2023-12-09T01:59:59.831237+0000 mon.a (mon.0) 823 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:00:00.968 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:00:00 smithi067 bash[25104]: cluster 2023-12-09T01:59:59.831548+0000 mgr.y (mgr.14457) 7 : cluster [DBG] pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:00:00.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:00:00 smithi067 bash[25104]: cephadm 2023-12-09T01:59:59.842454+0000 mgr.y (mgr.14457) 8 : cephadm [INF] Deploying daemon prometheus.a on smithi125 2023-12-09T02:00:00.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:00:00 smithi067 bash[25104]: cluster 2023-12-09T02:00:00.000168+0000 mon.a (mon.0) 824 : cluster [INF] overall HEALTH_OK 2023-12-09T02:00:00.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:00:00 smithi067 bash[30830]: cephadm 2023-12-09T01:59:59.652986+0000 mgr.y (mgr.14457) 4 : cephadm [INF] Updating smithi125:/etc/ceph/ceph.client.admin.keyring 2023-12-09T02:00:00.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:00:00 smithi067 bash[30830]: audit 2023-12-09T01:59:59.821780+0000 mon.a (mon.0) 821 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2023-12-09T02:00:00.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:00:00 smithi067 bash[30830]: cluster 2023-12-09T01:59:59.821912+0000 mon.a (mon.0) 822 : cluster [DBG] mgrmap e19: y(active, since 1.95083s), standbys: x 2023-12-09T02:00:00.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:00:00 smithi067 bash[30830]: audit 2023-12-09T01:59:59.824366+0000 mgr.y (mgr.14457) 5 : audit [DBG] from='client.24371 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "placement": "2;smithi067=a;smithi125=b", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:00:00.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:00:00 smithi067 bash[30830]: cephadm 2023-12-09T01:59:59.827726+0000 mgr.y (mgr.14457) 6 : cephadm [INF] Saving service node-exporter spec with placement smithi067=a;smithi125=b;count:2 2023-12-09T02:00:00.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:00:00 smithi067 bash[30830]: audit 2023-12-09T01:59:59.831237+0000 mon.a (mon.0) 823 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:00:00.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:00:00 smithi067 bash[30830]: cluster 2023-12-09T01:59:59.831548+0000 mgr.y (mgr.14457) 7 : cluster [DBG] pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:00:00.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:00:00 smithi067 bash[30830]: cephadm 2023-12-09T01:59:59.842454+0000 mgr.y (mgr.14457) 8 : cephadm [INF] Deploying daemon prometheus.a on smithi125 2023-12-09T02:00:00.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:00:00 smithi067 bash[30830]: cluster 2023-12-09T02:00:00.000168+0000 mon.a (mon.0) 824 : cluster [INF] overall HEALTH_OK 2023-12-09T02:00:00.970 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:00:00 smithi125 bash[25274]: cephadm 2023-12-09T01:59:59.652986+0000 mgr.y (mgr.14457) 4 : cephadm [INF] Updating smithi125:/etc/ceph/ceph.client.admin.keyring 2023-12-09T02:00:00.970 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:00:00 smithi125 bash[25274]: audit 2023-12-09T01:59:59.821780+0000 mon.a (mon.0) 821 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2023-12-09T02:00:00.970 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:00:00 smithi125 bash[25274]: cluster 2023-12-09T01:59:59.821912+0000 mon.a (mon.0) 822 : cluster [DBG] mgrmap e19: y(active, since 1.95083s), standbys: x 2023-12-09T02:00:00.970 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:00:00 smithi125 bash[25274]: audit 2023-12-09T01:59:59.824366+0000 mgr.y (mgr.14457) 5 : audit [DBG] from='client.24371 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "placement": "2;smithi067=a;smithi125=b", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:00:00.970 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:00:00 smithi125 bash[25274]: cephadm 2023-12-09T01:59:59.827726+0000 mgr.y (mgr.14457) 6 : cephadm [INF] Saving service node-exporter spec with placement smithi067=a;smithi125=b;count:2 2023-12-09T02:00:00.970 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:00:00 smithi125 bash[25274]: audit 2023-12-09T01:59:59.831237+0000 mon.a (mon.0) 823 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:00:00.970 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:00:00 smithi125 bash[25274]: cluster 2023-12-09T01:59:59.831548+0000 mgr.y (mgr.14457) 7 : cluster [DBG] pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:00:00.970 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:00:00 smithi125 bash[25274]: cephadm 2023-12-09T01:59:59.842454+0000 mgr.y (mgr.14457) 8 : cephadm [INF] Deploying daemon prometheus.a on smithi125 2023-12-09T02:00:00.970 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:00:00 smithi125 bash[25274]: cluster 2023-12-09T02:00:00.000168+0000 mon.a (mon.0) 824 : cluster [INF] overall HEALTH_OK 2023-12-09T02:00:01.468 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:00:01 smithi067 bash[25375]: [09/Dec/2023:02:00:01] ENGINE Bus STARTING 2023-12-09T02:00:01.468 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:00:01 smithi067 bash[25375]: [09/Dec/2023:02:00:01] ENGINE Serving on https://172.21.15.67:7150 2023-12-09T02:00:01.468 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:00:01 smithi067 bash[25375]: [09/Dec/2023:02:00:01] ENGINE Bus STARTED 2023-12-09T02:00:02.127 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:00:01 smithi125 bash[25274]: cluster 2023-12-09T02:00:00.812840+0000 mgr.y (mgr.14457) 9 : cluster [DBG] pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:00:02.127 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:00:01 smithi125 bash[25274]: cluster 2023-12-09T02:00:00.843735+0000 mon.a (mon.0) 825 : cluster [DBG] mgrmap e20: y(active, since 2s), standbys: x 2023-12-09T02:00:02.127 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:00:01 smithi125 bash[25274]: cephadm 2023-12-09T02:00:01.115334+0000 mgr.y (mgr.14457) 10 : cephadm [INF] [09/Dec/2023:02:00:01] ENGINE Bus STARTING 2023-12-09T02:00:02.127 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:00:01 smithi125 bash[25274]: cephadm 2023-12-09T02:00:01.240759+0000 mgr.y (mgr.14457) 11 : cephadm [INF] [09/Dec/2023:02:00:01] ENGINE Serving on https://172.21.15.67:7150 2023-12-09T02:00:02.127 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:00:01 smithi125 bash[25274]: cephadm 2023-12-09T02:00:01.241368+0000 mgr.y (mgr.14457) 12 : cephadm [INF] [09/Dec/2023:02:00:01] ENGINE Bus STARTED 2023-12-09T02:00:02.128 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:00:01 smithi125 bash[25274]: audit 2023-12-09T02:00:01.249822+0000 mon.a (mon.0) 826 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:00:02.218 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:00:01 smithi067 bash[25104]: cluster 2023-12-09T02:00:00.812840+0000 mgr.y (mgr.14457) 9 : cluster [DBG] pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:00:02.218 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:00:01 smithi067 bash[25104]: cluster 2023-12-09T02:00:00.843735+0000 mon.a (mon.0) 825 : cluster [DBG] mgrmap e20: y(active, since 2s), standbys: x 2023-12-09T02:00:02.218 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:00:01 smithi067 bash[25104]: cephadm 2023-12-09T02:00:01.115334+0000 mgr.y (mgr.14457) 10 : cephadm [INF] [09/Dec/2023:02:00:01] ENGINE Bus STARTING 2023-12-09T02:00:02.218 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:00:01 smithi067 bash[25104]: cephadm 2023-12-09T02:00:01.240759+0000 mgr.y (mgr.14457) 11 : cephadm [INF] [09/Dec/2023:02:00:01] ENGINE Serving on https://172.21.15.67:7150 2023-12-09T02:00:02.218 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:00:01 smithi067 bash[25104]: cephadm 2023-12-09T02:00:01.241368+0000 mgr.y (mgr.14457) 12 : cephadm [INF] [09/Dec/2023:02:00:01] ENGINE Bus STARTED 2023-12-09T02:00:02.218 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:00:01 smithi067 bash[25104]: audit 2023-12-09T02:00:01.249822+0000 mon.a (mon.0) 826 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:00:02.219 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:00:01 smithi067 bash[30830]: cluster 2023-12-09T02:00:00.812840+0000 mgr.y (mgr.14457) 9 : cluster [DBG] pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:00:02.219 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:00:01 smithi067 bash[30830]: cluster 2023-12-09T02:00:00.843735+0000 mon.a (mon.0) 825 : cluster [DBG] mgrmap e20: y(active, since 2s), standbys: x 2023-12-09T02:00:02.219 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:00:01 smithi067 bash[30830]: cephadm 2023-12-09T02:00:01.115334+0000 mgr.y (mgr.14457) 10 : cephadm [INF] [09/Dec/2023:02:00:01] ENGINE Bus STARTING 2023-12-09T02:00:02.219 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:00:01 smithi067 bash[30830]: cephadm 2023-12-09T02:00:01.240759+0000 mgr.y (mgr.14457) 11 : cephadm [INF] [09/Dec/2023:02:00:01] ENGINE Serving on https://172.21.15.67:7150 2023-12-09T02:00:02.219 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:00:01 smithi067 bash[30830]: cephadm 2023-12-09T02:00:01.241368+0000 mgr.y (mgr.14457) 12 : cephadm [INF] [09/Dec/2023:02:00:01] ENGINE Bus STARTED 2023-12-09T02:00:02.219 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:00:01 smithi067 bash[30830]: audit 2023-12-09T02:00:01.249822+0000 mon.a (mon.0) 826 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:00:04.218 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:00:03 smithi067 bash[25104]: cluster 2023-12-09T02:00:02.813525+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-09T02:00:04.218 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:00:03 smithi067 bash[30830]: cluster 2023-12-09T02:00:02.813525+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-09T02:00:04.219 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:00:03 smithi125 bash[25274]: cluster 2023-12-09T02:00:02.813525+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-09T02:00:05.698 INFO:teuthology.orchestra.run.smithi125.stdout:Scheduled alertmanager update... 2023-12-09T02:00:06.218 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:00:05 smithi067 bash[25104]: cluster 2023-12-09T02:00:04.814194+0000 mgr.y (mgr.14457) 14 : cluster [DBG] pgmap v6: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:00:06.218 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:00:05 smithi067 bash[25104]: audit 2023-12-09T02:00:05.698607+0000 mon.a (mon.0) 827 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:00:06.218 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:00:05 smithi067 bash[30830]: cluster 2023-12-09T02:00:04.814194+0000 mgr.y (mgr.14457) 14 : cluster [DBG] pgmap v6: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:00:06.218 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:00:05 smithi067 bash[30830]: audit 2023-12-09T02:00:05.698607+0000 mon.a (mon.0) 827 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:00:06.219 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:00:05 smithi125 bash[25274]: cluster 2023-12-09T02:00:04.814194+0000 mgr.y (mgr.14457) 14 : cluster [DBG] pgmap v6: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:00:06.219 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:00:05 smithi125 bash[25274]: audit 2023-12-09T02:00:05.698607+0000 mon.a (mon.0) 827 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:00:07.468 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:00:07 smithi067 bash[25104]: audit 2023-12-09T02:00:05.687969+0000 mgr.y (mgr.14457) 15 : audit [DBG] from='client.24398 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "placement": "1;smithi067=a", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:00:07.468 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:00:07 smithi067 bash[25104]: cephadm 2023-12-09T02:00:05.691497+0000 mgr.y (mgr.14457) 16 : cephadm [INF] Saving service alertmanager spec with placement smithi067=a;count:1 2023-12-09T02:00:07.468 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:00:07 smithi067 bash[30830]: audit 2023-12-09T02:00:05.687969+0000 mgr.y (mgr.14457) 15 : audit [DBG] from='client.24398 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "placement": "1;smithi067=a", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:00:07.468 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:00:07 smithi067 bash[30830]: cephadm 2023-12-09T02:00:05.691497+0000 mgr.y (mgr.14457) 16 : cephadm [INF] Saving service alertmanager spec with placement smithi067=a;count:1 2023-12-09T02:00:07.469 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:00:07 smithi125 bash[25274]: audit 2023-12-09T02:00:05.687969+0000 mgr.y (mgr.14457) 15 : audit [DBG] from='client.24398 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "placement": "1;smithi067=a", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:00:07.469 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:00:07 smithi125 bash[25274]: cephadm 2023-12-09T02:00:05.691497+0000 mgr.y (mgr.14457) 16 : cephadm [INF] Saving service alertmanager spec with placement smithi067=a;count:1 2023-12-09T02:00:07.653 DEBUG:teuthology.orchestra.run.smithi067:alertmanager.a> sudo journalctl -f -n 0 -u ceph-6db93fb0-9635-11ee-95a3-87774f69a715@alertmanager.a.service 2023-12-09T02:00:07.655 INFO:tasks.cephadm:Adding grafana.a on smithi125 2023-12-09T02:00:07.655 DEBUG:teuthology.orchestra.run.smithi125:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6db93fb0-9635-11ee-95a3-87774f69a715 -- ceph orch apply grafana '1;smithi125=a' 2023-12-09T02:00:07.835 INFO:journalctl@ceph.alertmanager.a.smithi067.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-12-09T02:00:08.219 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:00:08 smithi125 bash[25274]: cluster 2023-12-09T02:00:06.814900+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-09T02:00:08.468 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:00:08 smithi067 bash[25104]: cluster 2023-12-09T02:00:06.814900+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-09T02:00:08.468 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:00:08 smithi067 bash[30830]: cluster 2023-12-09T02:00:06.814900+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-09T02:00:10.468 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:00:10 smithi067 bash[25104]: cluster 2023-12-09T02:00:08.815515+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-09T02:00:10.468 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:00:10 smithi067 bash[30830]: cluster 2023-12-09T02:00:08.815515+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-09T02:00:10.469 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:00:10 smithi125 bash[25274]: cluster 2023-12-09T02:00:08.815515+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-09T02:00:12.468 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:00:12 smithi067 bash[25104]: cluster 2023-12-09T02:00:10.816189+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-09T02:00:12.468 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:00:12 smithi067 bash[30830]: cluster 2023-12-09T02:00:10.816189+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-09T02:00:12.469 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:00:12 smithi125 bash[25274]: cluster 2023-12-09T02:00:10.816189+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-09T02:00:13.017 INFO:teuthology.orchestra.run.smithi125.stdout:Scheduled grafana update... 2023-12-09T02:00:14.219 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:00:14 smithi125 bash[25274]: cluster 2023-12-09T02:00:12.816824+0000 mgr.y (mgr.14457) 20 : cluster [DBG] pgmap v10: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:00:14.220 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:00:14 smithi125 bash[25274]: audit 2023-12-09T02:00:13.007310+0000 mgr.y (mgr.14457) 21 : audit [DBG] from='client.24404 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "placement": "1;smithi125=a", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:00:14.220 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:00:14 smithi125 bash[25274]: cephadm 2023-12-09T02:00:13.010689+0000 mgr.y (mgr.14457) 22 : cephadm [INF] Saving service grafana spec with placement smithi125=a;count:1 2023-12-09T02:00:14.220 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:00:14 smithi125 bash[25274]: audit 2023-12-09T02:00:13.017958+0000 mon.a (mon.0) 828 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:00:14.264 DEBUG:teuthology.orchestra.run.smithi125:grafana.a> sudo journalctl -f -n 0 -u ceph-6db93fb0-9635-11ee-95a3-87774f69a715@grafana.a.service 2023-12-09T02:00:14.266 INFO:tasks.cephadm:Setting up client nodes... 2023-12-09T02:00:14.267 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6db93fb0-9635-11ee-95a3-87774f69a715 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2023-12-09T02:00:14.280 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:00:14 smithi067 bash[25104]: cluster 2023-12-09T02:00:12.816824+0000 mgr.y (mgr.14457) 20 : cluster [DBG] pgmap v10: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:00:14.280 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:00:14 smithi067 bash[25104]: audit 2023-12-09T02:00:13.007310+0000 mgr.y (mgr.14457) 21 : audit [DBG] from='client.24404 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "placement": "1;smithi125=a", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:00:14.280 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:00:14 smithi067 bash[25104]: cephadm 2023-12-09T02:00:13.010689+0000 mgr.y (mgr.14457) 22 : cephadm [INF] Saving service grafana spec with placement smithi125=a;count:1 2023-12-09T02:00:14.280 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:00:14 smithi067 bash[25104]: audit 2023-12-09T02:00:13.017958+0000 mon.a (mon.0) 828 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:00:14.281 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:00:14 smithi067 bash[30830]: cluster 2023-12-09T02:00:12.816824+0000 mgr.y (mgr.14457) 20 : cluster [DBG] pgmap v10: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:00:14.281 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:00:14 smithi067 bash[30830]: audit 2023-12-09T02:00:13.007310+0000 mgr.y (mgr.14457) 21 : audit [DBG] from='client.24404 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "placement": "1;smithi125=a", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:00:14.281 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:00:14 smithi067 bash[30830]: cephadm 2023-12-09T02:00:13.010689+0000 mgr.y (mgr.14457) 22 : cephadm [INF] Saving service grafana spec with placement smithi125=a;count:1 2023-12-09T02:00:14.281 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:00:14 smithi067 bash[30830]: audit 2023-12-09T02:00:13.017958+0000 mon.a (mon.0) 828 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:00:15.089 INFO:journalctl@ceph.grafana.a.smithi125.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-12-09T02:00:16.271 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:00:16 smithi125 bash[25274]: cluster 2023-12-09T02:00:14.817508+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-09T02:00:16.273 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:00:16 smithi067 bash[25104]: cluster 2023-12-09T02:00:14.817508+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-09T02:00:16.273 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:00:16 smithi067 bash[30830]: cluster 2023-12-09T02:00:14.817508+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-09T02:00:17.649 INFO:journalctl@ceph.prometheus.a.smithi125.stdout:Dec 09 02:00:17 smithi125 systemd[1]: Started Ceph prometheus.a for 6db93fb0-9635-11ee-95a3-87774f69a715. 2023-12-09T02:00:17.718 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:00:17 smithi067 bash[25375]: 172.21.15.125 - - [09/Dec/2023:02:00:17] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-09T02:00:18.685 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:00:18 smithi067 bash[30830]: cluster 2023-12-09T02:00:16.818168+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-09T02:00:18.685 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:00:18 smithi067 bash[30830]: audit 2023-12-09T02:00:17.375448+0000 mon.a (mon.0) 829 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:00:18.685 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:00:18 smithi067 bash[30830]: audit 2023-12-09T02:00:17.384085+0000 mon.a (mon.0) 830 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:00:18.685 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:00:18 smithi067 bash[30830]: audit 2023-12-09T02:00:17.640014+0000 mon.a (mon.0) 831 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:00:18.685 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:00:18 smithi067 bash[30830]: audit 2023-12-09T02:00:17.643482+0000 mon.a (mon.0) 832 : audit [DBG] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:00:18.685 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:00:18 smithi067 bash[30830]: audit 2023-12-09T02:00:17.645866+0000 mon.a (mon.0) 833 : audit [DBG] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:00:18.685 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:00:18 smithi067 bash[30830]: audit 2023-12-09T02:00:17.647509+0000 mon.a (mon.0) 834 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:00:18.685 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:00:18 smithi067 bash[30830]: audit 2023-12-09T02:00:17.655895+0000 mon.a (mon.0) 835 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:00:18.685 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:00:18 smithi067 bash[30830]: audit 2023-12-09T02:00:17.667102+0000 mon.a (mon.0) 836 : audit [DBG] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-09T02:00:18.685 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:00:18 smithi067 bash[30830]: audit 2023-12-09T02:00:17.669097+0000 mon.a (mon.0) 837 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.125:9095"}]: dispatch 2023-12-09T02:00:18.685 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:00:18 smithi067 bash[30830]: audit 2023-12-09T02:00:17.677219+0000 mon.a (mon.0) 838 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:00:18.685 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:00:18 smithi067 bash[30830]: audit 2023-12-09T02:00:17.680296+0000 mon.a (mon.0) 839 : audit [DBG] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:00:18.686 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:00:18 smithi067 bash[30830]: audit 2023-12-09T02:00:17.682133+0000 mon.a (mon.0) 840 : audit [DBG] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:00:18.686 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:00:18 smithi067 bash[30830]: audit 2023-12-09T02:00:17.683542+0000 mon.a (mon.0) 841 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:00:18.686 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:00:18 smithi067 bash[30830]: audit 2023-12-09T02:00:17.692376+0000 mon.a (mon.0) 842 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:00:18.686 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:00:18 smithi067 bash[30830]: audit 2023-12-09T02:00:17.698149+0000 mon.a (mon.0) 843 : audit [DBG] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:00:18.686 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:00:18 smithi067 bash[30830]: audit 2023-12-09T02:00:17.699981+0000 mon.a (mon.0) 844 : audit [DBG] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:00:18.686 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:00:18 smithi067 bash[30830]: audit 2023-12-09T02:00:17.700941+0000 mon.a (mon.0) 845 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:00:18.686 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:00:18 smithi067 bash[30830]: audit 2023-12-09T02:00:17.708143+0000 mon.a (mon.0) 846 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:00:18.686 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:00:18 smithi067 bash[25104]: cluster 2023-12-09T02:00:16.818168+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-09T02:00:18.686 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:00:18 smithi067 bash[25104]: audit 2023-12-09T02:00:17.375448+0000 mon.a (mon.0) 829 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:00:18.686 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:00:18 smithi067 bash[25104]: audit 2023-12-09T02:00:17.384085+0000 mon.a (mon.0) 830 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:00:18.686 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:00:18 smithi067 bash[25104]: audit 2023-12-09T02:00:17.640014+0000 mon.a (mon.0) 831 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:00:18.686 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:00:18 smithi067 bash[25104]: audit 2023-12-09T02:00:17.643482+0000 mon.a (mon.0) 832 : audit [DBG] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:00:18.687 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:00:18 smithi067 bash[25104]: audit 2023-12-09T02:00:17.645866+0000 mon.a (mon.0) 833 : audit [DBG] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:00:18.687 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:00:18 smithi067 bash[25104]: audit 2023-12-09T02:00:17.647509+0000 mon.a (mon.0) 834 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:00:18.687 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:00:18 smithi067 bash[25104]: audit 2023-12-09T02:00:17.655895+0000 mon.a (mon.0) 835 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:00:18.687 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:00:18 smithi067 bash[25104]: audit 2023-12-09T02:00:17.667102+0000 mon.a (mon.0) 836 : audit [DBG] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-09T02:00:18.687 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:00:18 smithi067 bash[25104]: audit 2023-12-09T02:00:17.669097+0000 mon.a (mon.0) 837 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.125:9095"}]: dispatch 2023-12-09T02:00:18.687 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:00:18 smithi067 bash[25104]: audit 2023-12-09T02:00:17.677219+0000 mon.a (mon.0) 838 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:00:18.687 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:00:18 smithi067 bash[25104]: audit 2023-12-09T02:00:17.680296+0000 mon.a (mon.0) 839 : audit [DBG] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:00:18.687 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:00:18 smithi067 bash[25104]: audit 2023-12-09T02:00:17.682133+0000 mon.a (mon.0) 840 : audit [DBG] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:00:18.687 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:00:18 smithi067 bash[25104]: audit 2023-12-09T02:00:17.683542+0000 mon.a (mon.0) 841 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:00:18.687 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:00:18 smithi067 bash[25104]: audit 2023-12-09T02:00:17.692376+0000 mon.a (mon.0) 842 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:00:18.687 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:00:18 smithi067 bash[25104]: audit 2023-12-09T02:00:17.698149+0000 mon.a (mon.0) 843 : audit [DBG] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:00:18.687 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:00:18 smithi067 bash[25104]: audit 2023-12-09T02:00:17.699981+0000 mon.a (mon.0) 844 : audit [DBG] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:00:18.687 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:00:18 smithi067 bash[25104]: audit 2023-12-09T02:00:17.700941+0000 mon.a (mon.0) 845 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:00:18.687 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:00:18 smithi067 bash[25104]: audit 2023-12-09T02:00:17.708143+0000 mon.a (mon.0) 846 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:00:18.720 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:00:18 smithi125 bash[25274]: cluster 2023-12-09T02:00:16.818168+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-09T02:00:18.720 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:00:18 smithi125 bash[25274]: audit 2023-12-09T02:00:17.375448+0000 mon.a (mon.0) 829 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:00:18.720 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:00:18 smithi125 bash[25274]: audit 2023-12-09T02:00:17.384085+0000 mon.a (mon.0) 830 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:00:18.720 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:00:18 smithi125 bash[25274]: audit 2023-12-09T02:00:17.640014+0000 mon.a (mon.0) 831 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:00:18.720 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:00:18 smithi125 bash[25274]: audit 2023-12-09T02:00:17.643482+0000 mon.a (mon.0) 832 : audit [DBG] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:00:18.720 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:00:18 smithi125 bash[25274]: audit 2023-12-09T02:00:17.645866+0000 mon.a (mon.0) 833 : audit [DBG] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:00:18.720 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:00:18 smithi125 bash[25274]: audit 2023-12-09T02:00:17.647509+0000 mon.a (mon.0) 834 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:00:18.720 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:00:18 smithi125 bash[25274]: audit 2023-12-09T02:00:17.655895+0000 mon.a (mon.0) 835 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:00:18.721 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:00:18 smithi125 bash[25274]: audit 2023-12-09T02:00:17.667102+0000 mon.a (mon.0) 836 : audit [DBG] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-09T02:00:18.721 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:00:18 smithi125 bash[25274]: audit 2023-12-09T02:00:17.669097+0000 mon.a (mon.0) 837 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.125:9095"}]: dispatch 2023-12-09T02:00:18.721 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:00:18 smithi125 bash[25274]: audit 2023-12-09T02:00:17.677219+0000 mon.a (mon.0) 838 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:00:18.721 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:00:18 smithi125 bash[25274]: audit 2023-12-09T02:00:17.680296+0000 mon.a (mon.0) 839 : audit [DBG] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:00:18.721 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:00:18 smithi125 bash[25274]: audit 2023-12-09T02:00:17.682133+0000 mon.a (mon.0) 840 : audit [DBG] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:00:18.721 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:00:18 smithi125 bash[25274]: audit 2023-12-09T02:00:17.683542+0000 mon.a (mon.0) 841 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:00:18.721 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:00:18 smithi125 bash[25274]: audit 2023-12-09T02:00:17.692376+0000 mon.a (mon.0) 842 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:00:18.721 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:00:18 smithi125 bash[25274]: audit 2023-12-09T02:00:17.698149+0000 mon.a (mon.0) 843 : audit [DBG] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:00:18.721 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:00:18 smithi125 bash[25274]: audit 2023-12-09T02:00:17.699981+0000 mon.a (mon.0) 844 : audit [DBG] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:00:18.721 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:00:18 smithi125 bash[25274]: audit 2023-12-09T02:00:17.700941+0000 mon.a (mon.0) 845 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:00:18.721 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:00:18 smithi125 bash[25274]: audit 2023-12-09T02:00:17.708143+0000 mon.a (mon.0) 846 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:00:18.968 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:00:18 smithi067 bash[25375]: 172.21.15.67 - - [09/Dec/2023:02:00:18] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-09T02:00:19.187 INFO:teuthology.orchestra.run.smithi067.stdout:[client.0] 2023-12-09T02:00:19.187 INFO:teuthology.orchestra.run.smithi067.stdout: key = AQAzynNl/7zxChAAWp7FjqokGIPV6Iin+6tz0g== 2023-12-09T02:00:19.468 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:00:19 smithi067 bash[25104]: cephadm 2023-12-09T02:00:17.656474+0000 mgr.y (mgr.14457) 25 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:00:19.468 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:00:19 smithi067 bash[25104]: audit 2023-12-09T02:00:17.667763+0000 mgr.y (mgr.14457) 26 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-09T02:00:19.468 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:00:19 smithi067 bash[25104]: audit 2023-12-09T02:00:17.669661+0000 mgr.y (mgr.14457) 27 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.125:9095"}]: dispatch 2023-12-09T02:00:19.469 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:00:19 smithi067 bash[25104]: cephadm 2023-12-09T02:00:17.693010+0000 mgr.y (mgr.14457) 28 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:00:19.469 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:00:19 smithi067 bash[25104]: cephadm 2023-12-09T02:00:17.708738+0000 mgr.y (mgr.14457) 29 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:00:19.469 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:00:19 smithi067 bash[25104]: audit 2023-12-09T02:00:18.676922+0000 mon.a (mon.0) 847 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:00:19.469 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:00:19 smithi067 bash[25104]: audit 2023-12-09T02:00:18.684601+0000 mon.a (mon.0) 848 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:00:19.469 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:00:19 smithi067 bash[25104]: audit 2023-12-09T02:00:18.893271+0000 mon.a (mon.0) 849 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:00:19.469 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:00:19 smithi067 bash[25104]: audit 2023-12-09T02:00:19.183105+0000 mon.c (mon.1) 18 : audit [INF] from='client.? 172.21.15.67:0/3915952588' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-09T02:00:19.469 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:00:19 smithi067 bash[25104]: audit 2023-12-09T02:00:19.183459+0000 mon.a (mon.0) 850 : 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-09T02:00:19.469 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:00:19 smithi067 bash[25104]: audit 2023-12-09T02:00:19.188203+0000 mon.a (mon.0) 851 : 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-09T02:00:19.469 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:00:19 smithi067 bash[30830]: cephadm 2023-12-09T02:00:17.656474+0000 mgr.y (mgr.14457) 25 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:00:19.469 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:00:19 smithi067 bash[30830]: audit 2023-12-09T02:00:17.667763+0000 mgr.y (mgr.14457) 26 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-09T02:00:19.469 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:00:19 smithi067 bash[30830]: audit 2023-12-09T02:00:17.669661+0000 mgr.y (mgr.14457) 27 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.125:9095"}]: dispatch 2023-12-09T02:00:19.469 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:00:19 smithi067 bash[30830]: cephadm 2023-12-09T02:00:17.693010+0000 mgr.y (mgr.14457) 28 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:00:19.469 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:00:19 smithi067 bash[30830]: cephadm 2023-12-09T02:00:17.708738+0000 mgr.y (mgr.14457) 29 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:00:19.470 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:00:19 smithi067 bash[30830]: audit 2023-12-09T02:00:18.676922+0000 mon.a (mon.0) 847 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:00:19.470 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:00:19 smithi067 bash[30830]: audit 2023-12-09T02:00:18.684601+0000 mon.a (mon.0) 848 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:00:19.470 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:00:19 smithi067 bash[30830]: audit 2023-12-09T02:00:18.893271+0000 mon.a (mon.0) 849 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:00:19.470 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:00:19 smithi067 bash[30830]: audit 2023-12-09T02:00:19.183105+0000 mon.c (mon.1) 18 : audit [INF] from='client.? 172.21.15.67:0/3915952588' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-09T02:00:19.470 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:00:19 smithi067 bash[30830]: audit 2023-12-09T02:00:19.183459+0000 mon.a (mon.0) 850 : 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-09T02:00:19.470 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:00:19 smithi067 bash[30830]: audit 2023-12-09T02:00:19.188203+0000 mon.a (mon.0) 851 : 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-09T02:00:19.470 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:00:19 smithi125 bash[25274]: cephadm 2023-12-09T02:00:17.656474+0000 mgr.y (mgr.14457) 25 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:00:19.470 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:00:19 smithi125 bash[25274]: audit 2023-12-09T02:00:17.667763+0000 mgr.y (mgr.14457) 26 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-09T02:00:19.471 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:00:19 smithi125 bash[25274]: audit 2023-12-09T02:00:17.669661+0000 mgr.y (mgr.14457) 27 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.125:9095"}]: dispatch 2023-12-09T02:00:19.471 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:00:19 smithi125 bash[25274]: cephadm 2023-12-09T02:00:17.693010+0000 mgr.y (mgr.14457) 28 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:00:19.471 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:00:19 smithi125 bash[25274]: cephadm 2023-12-09T02:00:17.708738+0000 mgr.y (mgr.14457) 29 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:00:19.471 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:00:19 smithi125 bash[25274]: audit 2023-12-09T02:00:18.676922+0000 mon.a (mon.0) 847 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:00:19.471 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:00:19 smithi125 bash[25274]: audit 2023-12-09T02:00:18.684601+0000 mon.a (mon.0) 848 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:00:19.471 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:00:19 smithi125 bash[25274]: audit 2023-12-09T02:00:18.893271+0000 mon.a (mon.0) 849 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:00:19.471 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:00:19 smithi125 bash[25274]: audit 2023-12-09T02:00:19.183105+0000 mon.c (mon.1) 18 : audit [INF] from='client.? 172.21.15.67:0/3915952588' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-09T02:00:19.471 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:00:19 smithi125 bash[25274]: audit 2023-12-09T02:00:19.183459+0000 mon.a (mon.0) 850 : 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-09T02:00:19.471 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:00:19 smithi125 bash[25274]: audit 2023-12-09T02:00:19.188203+0000 mon.a (mon.0) 851 : 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-09T02:00:19.472 INFO:journalctl@ceph.prometheus.a.smithi125.stdout:Dec 09 02:00:19 smithi125 bash[44251]: ts=2023-12-09T02:00:19.307Z caller=main.go:475 level=info msg="No time or size retention was set so using the default time retention" duration=15d 2023-12-09T02:00:19.472 INFO:journalctl@ceph.prometheus.a.smithi125.stdout:Dec 09 02:00:19 smithi125 bash[44251]: ts=2023-12-09T02:00:19.307Z caller=main.go:512 level=info msg="Starting Prometheus" version="(version=2.33.4, branch=HEAD, revision=83032011a5d3e6102624fe58241a374a7201fee8)" 2023-12-09T02:00:19.472 INFO:journalctl@ceph.prometheus.a.smithi125.stdout:Dec 09 02:00:19 smithi125 bash[44251]: ts=2023-12-09T02:00:19.307Z caller=main.go:517 level=info build_context="(go=go1.17.7, user=root@d13bf69e7be8, date=20220222-16:51:28)" 2023-12-09T02:00:19.472 INFO:journalctl@ceph.prometheus.a.smithi125.stdout:Dec 09 02:00:19 smithi125 bash[44251]: ts=2023-12-09T02:00:19.307Z caller=main.go:518 level=info host_details="(Linux 5.4.0-169-generic #187-Ubuntu SMP Thu Nov 23 14:52:28 UTC 2023 x86_64 smithi125 (none))" 2023-12-09T02:00:19.472 INFO:journalctl@ceph.prometheus.a.smithi125.stdout:Dec 09 02:00:19 smithi125 bash[44251]: ts=2023-12-09T02:00:19.307Z caller=main.go:519 level=info fd_limits="(soft=1048576, hard=1048576)" 2023-12-09T02:00:19.472 INFO:journalctl@ceph.prometheus.a.smithi125.stdout:Dec 09 02:00:19 smithi125 bash[44251]: ts=2023-12-09T02:00:19.308Z caller=main.go:520 level=info vm_limits="(soft=unlimited, hard=unlimited)" 2023-12-09T02:00:19.472 INFO:journalctl@ceph.prometheus.a.smithi125.stdout:Dec 09 02:00:19 smithi125 bash[44251]: ts=2023-12-09T02:00:19.310Z caller=web.go:570 level=info component=web msg="Start listening for connections" address=:9095 2023-12-09T02:00:19.472 INFO:journalctl@ceph.prometheus.a.smithi125.stdout:Dec 09 02:00:19 smithi125 bash[44251]: ts=2023-12-09T02:00:19.311Z caller=main.go:923 level=info msg="Starting TSDB ..." 2023-12-09T02:00:19.472 INFO:journalctl@ceph.prometheus.a.smithi125.stdout:Dec 09 02:00:19 smithi125 bash[44251]: ts=2023-12-09T02:00:19.313Z caller=tls_config.go:195 level=info component=web msg="TLS is disabled." http2=false 2023-12-09T02:00:19.472 INFO:journalctl@ceph.prometheus.a.smithi125.stdout:Dec 09 02:00:19 smithi125 bash[44251]: ts=2023-12-09T02:00:19.318Z caller=head.go:493 level=info component=tsdb msg="Replaying on-disk memory mappable chunks if any" 2023-12-09T02:00:19.473 INFO:journalctl@ceph.prometheus.a.smithi125.stdout:Dec 09 02:00:19 smithi125 bash[44251]: ts=2023-12-09T02:00:19.318Z caller=head.go:527 level=info component=tsdb msg="On-disk memory mappable chunks replay completed" duration=2.825µs 2023-12-09T02:00:19.473 INFO:journalctl@ceph.prometheus.a.smithi125.stdout:Dec 09 02:00:19 smithi125 bash[44251]: ts=2023-12-09T02:00:19.318Z caller=head.go:533 level=info component=tsdb msg="Replaying WAL, this may take a while" 2023-12-09T02:00:19.473 INFO:journalctl@ceph.prometheus.a.smithi125.stdout:Dec 09 02:00:19 smithi125 bash[44251]: ts=2023-12-09T02:00:19.318Z caller=head.go:604 level=info component=tsdb msg="WAL segment loaded" segment=0 maxSegment=0 2023-12-09T02:00:19.473 INFO:journalctl@ceph.prometheus.a.smithi125.stdout:Dec 09 02:00:19 smithi125 bash[44251]: ts=2023-12-09T02:00:19.319Z caller=head.go:610 level=info component=tsdb msg="WAL replay completed" checkpoint_replay_duration=43.927µs wal_replay_duration=351.881µs total_replay_duration=422.719µs 2023-12-09T02:00:19.473 INFO:journalctl@ceph.prometheus.a.smithi125.stdout:Dec 09 02:00:19 smithi125 bash[44251]: ts=2023-12-09T02:00:19.320Z caller=main.go:944 level=info fs_type=XFS_SUPER_MAGIC 2023-12-09T02:00:19.473 INFO:journalctl@ceph.prometheus.a.smithi125.stdout:Dec 09 02:00:19 smithi125 bash[44251]: ts=2023-12-09T02:00:19.320Z caller=main.go:947 level=info msg="TSDB started" 2023-12-09T02:00:19.473 INFO:journalctl@ceph.prometheus.a.smithi125.stdout:Dec 09 02:00:19 smithi125 bash[44251]: ts=2023-12-09T02:00:19.320Z caller=main.go:1128 level=info msg="Loading configuration file" filename=/etc/prometheus/prometheus.yml 2023-12-09T02:00:19.473 INFO:journalctl@ceph.prometheus.a.smithi125.stdout:Dec 09 02:00:19 smithi125 bash[44251]: ts=2023-12-09T02:00:19.346Z caller=main.go:1165 level=info msg="Completed loading of configuration file" filename=/etc/prometheus/prometheus.yml totalDuration=26.045695ms db_storage=960ns remote_storage=1.612µs web_handler=534ns query_engine=946ns scrape=427.265µs scrape_sd=33.151µs notify=1.94µs notify_sd=3.714µs rules=25.264923ms 2023-12-09T02:00:19.473 INFO:journalctl@ceph.prometheus.a.smithi125.stdout:Dec 09 02:00:19 smithi125 bash[44251]: ts=2023-12-09T02:00:19.346Z caller=main.go:896 level=info msg="Server is ready to receive web requests." 2023-12-09T02:00:20.087 DEBUG:teuthology.orchestra.run.smithi067:> set -ex 2023-12-09T02:00:20.088 DEBUG:teuthology.orchestra.run.smithi067:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2023-12-09T02:00:20.088 DEBUG:teuthology.orchestra.run.smithi067:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2023-12-09T02:00:20.112 DEBUG:teuthology.orchestra.run.smithi125:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6db93fb0-9635-11ee-95a3-87774f69a715 -- ceph auth get-or-create client.1 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2023-12-09T02:00:20.718 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:00:20 smithi067 bash[25104]: cluster 2023-12-09T02:00:18.818746+0000 mgr.y (mgr.14457) 30 : cluster [DBG] pgmap v13: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:00:20.718 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:00:20 smithi067 bash[30830]: cluster 2023-12-09T02:00:18.818746+0000 mgr.y (mgr.14457) 30 : cluster [DBG] pgmap v13: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:00:20.719 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:00:20 smithi125 bash[25274]: cluster 2023-12-09T02:00:18.818746+0000 mgr.y (mgr.14457) 30 : cluster [DBG] pgmap v13: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:00:22.469 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:00:22 smithi125 bash[25274]: cluster 2023-12-09T02:00:20.819484+0000 mgr.y (mgr.14457) 31 : cluster [DBG] pgmap v14: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:00:22.718 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:00:22 smithi067 bash[25104]: cluster 2023-12-09T02:00:20.819484+0000 mgr.y (mgr.14457) 31 : cluster [DBG] pgmap v14: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:00:22.718 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:00:22 smithi067 bash[30830]: cluster 2023-12-09T02:00:20.819484+0000 mgr.y (mgr.14457) 31 : cluster [DBG] pgmap v14: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:00:24.718 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:00:24 smithi067 bash[25104]: cluster 2023-12-09T02:00:22.820127+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-09T02:00:24.718 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:00:24 smithi067 bash[30830]: cluster 2023-12-09T02:00:22.820127+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-09T02:00:24.719 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:00:24 smithi125 bash[25274]: cluster 2023-12-09T02:00:22.820127+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-09T02:00:25.637 INFO:teuthology.orchestra.run.smithi125.stdout:[client.1] 2023-12-09T02:00:25.637 INFO:teuthology.orchestra.run.smithi125.stdout: key = AQA5ynNl8m14JRAAnRSXoSTxAvqry4TpZtD6KQ== 2023-12-09T02:00:26.137 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:00:25 smithi067 bash[25375]: 172.21.15.125 - - [09/Dec/2023:02:00:25] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-09T02:00:26.423 DEBUG:teuthology.orchestra.run.smithi125:> set -ex 2023-12-09T02:00:26.423 DEBUG:teuthology.orchestra.run.smithi125:> sudo dd of=/etc/ceph/ceph.client.1.keyring 2023-12-09T02:00:26.423 DEBUG:teuthology.orchestra.run.smithi125:> sudo chmod 0644 /etc/ceph/ceph.client.1.keyring 2023-12-09T02:00:26.442 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2023-12-09T02:00:26.442 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2023-12-09T02:00:26.442 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 6db93fb0-9635-11ee-95a3-87774f69a715 -- ceph mgr dump --format=json 2023-12-09T02:00:26.660 INFO:journalctl@ceph.node-exporter.a.smithi067.stdout:Dec 09 02:00:26 smithi067 systemd[1]: Started Ceph node-exporter.a for 6db93fb0-9635-11ee-95a3-87774f69a715. 2023-12-09T02:00:26.661 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:00:26 smithi067 bash[25104]: cluster 2023-12-09T02:00:24.820736+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-09T02:00:26.661 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:00:26 smithi067 bash[25104]: audit 2023-12-09T02:00:25.624673+0000 mon.b (mon.2) 23 : audit [INF] from='client.? 172.21.15.125:0/2549554610' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-09T02:00:26.661 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:00:26 smithi067 bash[25104]: audit 2023-12-09T02:00:25.628260+0000 mon.a (mon.0) 852 : 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-09T02:00:26.661 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:00:26 smithi067 bash[25104]: audit 2023-12-09T02:00:25.637955+0000 mon.a (mon.0) 853 : 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-09T02:00:26.661 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:00:26 smithi067 bash[25104]: audit 2023-12-09T02:00:25.817383+0000 mon.a (mon.0) 854 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:00:26.661 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:00:26 smithi067 bash[25104]: audit 2023-12-09T02:00:25.824244+0000 mon.a (mon.0) 855 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:00:26.661 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:00:26 smithi067 bash[25104]: audit 2023-12-09T02:00:25.849432+0000 mon.a (mon.0) 856 : audit [DBG] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:00:26.661 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:00:26 smithi067 bash[25104]: audit 2023-12-09T02:00:25.852262+0000 mon.a (mon.0) 857 : audit [DBG] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:00:26.661 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:00:26 smithi067 bash[25104]: audit 2023-12-09T02:00:25.854193+0000 mon.a (mon.0) 858 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:00:26.661 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:00:26 smithi067 bash[25104]: audit 2023-12-09T02:00:25.867657+0000 mon.a (mon.0) 859 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:00:26.661 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:00:26 smithi067 bash[30830]: cluster 2023-12-09T02:00:24.820736+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-09T02:00:26.662 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:00:26 smithi067 bash[30830]: audit 2023-12-09T02:00:25.624673+0000 mon.b (mon.2) 23 : audit [INF] from='client.? 172.21.15.125:0/2549554610' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-09T02:00:26.662 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:00:26 smithi067 bash[30830]: audit 2023-12-09T02:00:25.628260+0000 mon.a (mon.0) 852 : 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-09T02:00:26.662 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:00:26 smithi067 bash[30830]: audit 2023-12-09T02:00:25.637955+0000 mon.a (mon.0) 853 : 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-09T02:00:26.662 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:00:26 smithi067 bash[30830]: audit 2023-12-09T02:00:25.817383+0000 mon.a (mon.0) 854 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:00:26.662 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:00:26 smithi067 bash[30830]: audit 2023-12-09T02:00:25.824244+0000 mon.a (mon.0) 855 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:00:26.662 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:00:26 smithi067 bash[30830]: audit 2023-12-09T02:00:25.849432+0000 mon.a (mon.0) 856 : audit [DBG] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:00:26.662 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:00:26 smithi067 bash[30830]: audit 2023-12-09T02:00:25.852262+0000 mon.a (mon.0) 857 : audit [DBG] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:00:26.662 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:00:26 smithi067 bash[30830]: audit 2023-12-09T02:00:25.854193+0000 mon.a (mon.0) 858 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:00:26.662 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:00:26 smithi067 bash[30830]: audit 2023-12-09T02:00:25.867657+0000 mon.a (mon.0) 859 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:00:26.667 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:00:26 smithi125 bash[25274]: cluster 2023-12-09T02:00:24.820736+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-09T02:00:26.667 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:00:26 smithi125 bash[25274]: audit 2023-12-09T02:00:25.624673+0000 mon.b (mon.2) 23 : audit [INF] from='client.? 172.21.15.125:0/2549554610' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-09T02:00:26.667 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:00:26 smithi125 bash[25274]: audit 2023-12-09T02:00:25.628260+0000 mon.a (mon.0) 852 : 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-09T02:00:26.668 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:00:26 smithi125 bash[25274]: audit 2023-12-09T02:00:25.637955+0000 mon.a (mon.0) 853 : 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-09T02:00:26.668 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:00:26 smithi125 bash[25274]: audit 2023-12-09T02:00:25.817383+0000 mon.a (mon.0) 854 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:00:26.668 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:00:26 smithi125 bash[25274]: audit 2023-12-09T02:00:25.824244+0000 mon.a (mon.0) 855 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:00:26.668 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:00:26 smithi125 bash[25274]: audit 2023-12-09T02:00:25.849432+0000 mon.a (mon.0) 856 : audit [DBG] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:00:26.668 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:00:26 smithi125 bash[25274]: audit 2023-12-09T02:00:25.852262+0000 mon.a (mon.0) 857 : audit [DBG] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:00:26.668 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:00:26 smithi125 bash[25274]: audit 2023-12-09T02:00:25.854193+0000 mon.a (mon.0) 858 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:00:26.668 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:00:26 smithi125 bash[25274]: audit 2023-12-09T02:00:25.867657+0000 mon.a (mon.0) 859 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:00:26.968 INFO:journalctl@ceph.node-exporter.a.smithi067.stdout:Dec 09 02:00:26 smithi067 bash[49741]: Unable to find image 'quay.io/prometheus/node-exporter:v1.3.1' locally 2023-12-09T02:00:27.553 INFO:journalctl@ceph.node-exporter.a.smithi067.stdout:Dec 09 02:00:27 smithi067 bash[49741]: v1.3.1: Pulling from prometheus/node-exporter 2023-12-09T02:00:27.865 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:00:27 smithi067 bash[25104]: cephadm 2023-12-09T02:00:25.875291+0000 mgr.y (mgr.14457) 34 : cephadm [INF] Deploying daemon node-exporter.a on smithi067 2023-12-09T02:00:27.866 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:00:27 smithi067 bash[25104]: audit 2023-12-09T02:00:26.652604+0000 mon.a (mon.0) 860 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:00:27.866 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:00:27 smithi067 bash[25104]: cephadm 2023-12-09T02:00:26.654712+0000 mgr.y (mgr.14457) 35 : cephadm [INF] Deploying daemon node-exporter.b on smithi125 2023-12-09T02:00:27.866 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:00:27 smithi067 bash[30830]: cephadm 2023-12-09T02:00:25.875291+0000 mgr.y (mgr.14457) 34 : cephadm [INF] Deploying daemon node-exporter.a on smithi067 2023-12-09T02:00:27.866 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:00:27 smithi067 bash[30830]: audit 2023-12-09T02:00:26.652604+0000 mon.a (mon.0) 860 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:00:27.866 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:00:27 smithi067 bash[30830]: cephadm 2023-12-09T02:00:26.654712+0000 mgr.y (mgr.14457) 35 : cephadm [INF] Deploying daemon node-exporter.b on smithi125 2023-12-09T02:00:27.866 INFO:journalctl@ceph.node-exporter.a.smithi067.stdout:Dec 09 02:00:27 smithi067 bash[49741]: aa2a8d90b84c: Pulling fs layer 2023-12-09T02:00:27.866 INFO:journalctl@ceph.node-exporter.a.smithi067.stdout:Dec 09 02:00:27 smithi067 bash[49741]: b45d31ee2d7f: Pulling fs layer 2023-12-09T02:00:27.867 INFO:journalctl@ceph.node-exporter.a.smithi067.stdout:Dec 09 02:00:27 smithi067 bash[49741]: b5db1e299295: Pulling fs layer 2023-12-09T02:00:27.867 INFO:journalctl@ceph.node-exporter.a.smithi067.stdout:Dec 09 02:00:27 smithi067 bash[49741]: b45d31ee2d7f: Verifying Checksum 2023-12-09T02:00:27.867 INFO:journalctl@ceph.node-exporter.a.smithi067.stdout:Dec 09 02:00:27 smithi067 bash[49741]: b45d31ee2d7f: Download complete 2023-12-09T02:00:27.867 INFO:journalctl@ceph.node-exporter.a.smithi067.stdout:Dec 09 02:00:27 smithi067 bash[49741]: aa2a8d90b84c: Verifying Checksum 2023-12-09T02:00:27.867 INFO:journalctl@ceph.node-exporter.a.smithi067.stdout:Dec 09 02:00:27 smithi067 bash[49741]: aa2a8d90b84c: Download complete 2023-12-09T02:00:27.926 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:00:27 smithi125 bash[25274]: cephadm 2023-12-09T02:00:25.875291+0000 mgr.y (mgr.14457) 34 : cephadm [INF] Deploying daemon node-exporter.a on smithi067 2023-12-09T02:00:27.926 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:00:27 smithi125 bash[25274]: audit 2023-12-09T02:00:26.652604+0000 mon.a (mon.0) 860 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:00:27.926 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:00:27 smithi125 bash[25274]: cephadm 2023-12-09T02:00:26.654712+0000 mgr.y (mgr.14457) 35 : cephadm [INF] Deploying daemon node-exporter.b on smithi125 2023-12-09T02:00:28.218 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:00:27 smithi067 bash[25375]: 172.21.15.125 - - [09/Dec/2023:02:00:27] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-09T02:00:28.218 INFO:journalctl@ceph.node-exporter.a.smithi067.stdout:Dec 09 02:00:27 smithi067 bash[49741]: b5db1e299295: Verifying Checksum 2023-12-09T02:00:28.218 INFO:journalctl@ceph.node-exporter.a.smithi067.stdout:Dec 09 02:00:27 smithi067 bash[49741]: b5db1e299295: Download complete 2023-12-09T02:00:28.218 INFO:journalctl@ceph.node-exporter.a.smithi067.stdout:Dec 09 02:00:27 smithi067 bash[49741]: aa2a8d90b84c: Pull complete 2023-12-09T02:00:28.470 INFO:journalctl@ceph.node-exporter.b.smithi125.stdout:Dec 09 02:00:28 smithi125 systemd[1]: Started Ceph node-exporter.b for 6db93fb0-9635-11ee-95a3-87774f69a715. 2023-12-09T02:00:28.470 INFO:journalctl@ceph.node-exporter.b.smithi125.stdout:Dec 09 02:00:28 smithi125 bash[45220]: Unable to find image 'quay.io/prometheus/node-exporter:v1.3.1' locally 2023-12-09T02:00:28.664 INFO:journalctl@ceph.node-exporter.a.smithi067.stdout:Dec 09 02:00:28 smithi067 bash[49741]: b45d31ee2d7f: Pull complete 2023-12-09T02:00:28.664 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:00:28 smithi067 bash[25104]: cluster 2023-12-09T02:00:26.821445+0000 mgr.y (mgr.14457) 36 : cluster [DBG] pgmap v17: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:00:28.665 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:00:28 smithi067 bash[25104]: audit 2023-12-09T02:00:27.913825+0000 mon.a (mon.0) 861 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:00:28.665 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:00:28 smithi067 bash[25104]: audit 2023-12-09T02:00:27.924244+0000 mon.a (mon.0) 862 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:00:28.665 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:00:28 smithi067 bash[25104]: audit 2023-12-09T02:00:28.367611+0000 mon.a (mon.0) 863 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:00:28.665 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:00:28 smithi067 bash[25104]: cephadm 2023-12-09T02:00:28.383343+0000 mgr.y (mgr.14457) 37 : cephadm [INF] Deploying daemon alertmanager.a on smithi067 2023-12-09T02:00:28.951 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:00:28 smithi067 bash[30830]: cluster 2023-12-09T02:00:26.821445+0000 mgr.y (mgr.14457) 36 : cluster [DBG] pgmap v17: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:00:28.951 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:00:28 smithi067 bash[30830]: audit 2023-12-09T02:00:27.913825+0000 mon.a (mon.0) 861 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:00:28.951 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:00:28 smithi067 bash[30830]: audit 2023-12-09T02:00:27.924244+0000 mon.a (mon.0) 862 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:00:28.951 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:00:28 smithi067 bash[30830]: audit 2023-12-09T02:00:28.367611+0000 mon.a (mon.0) 863 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:00:28.951 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:00:28 smithi067 bash[30830]: cephadm 2023-12-09T02:00:28.383343+0000 mgr.y (mgr.14457) 37 : cephadm [INF] Deploying daemon alertmanager.a on smithi067 2023-12-09T02:00:28.969 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:00:28 smithi125 bash[25274]: cluster 2023-12-09T02:00:26.821445+0000 mgr.y (mgr.14457) 36 : cluster [DBG] pgmap v17: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:00:28.969 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:00:28 smithi125 bash[25274]: audit 2023-12-09T02:00:27.913825+0000 mon.a (mon.0) 861 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:00:28.970 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:00:28 smithi125 bash[25274]: audit 2023-12-09T02:00:27.924244+0000 mon.a (mon.0) 862 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:00:28.970 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:00:28 smithi125 bash[25274]: audit 2023-12-09T02:00:28.367611+0000 mon.a (mon.0) 863 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:00:28.970 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:00:28 smithi125 bash[25274]: cephadm 2023-12-09T02:00:28.383343+0000 mgr.y (mgr.14457) 37 : cephadm [INF] Deploying daemon alertmanager.a on smithi067 2023-12-09T02:00:29.156 INFO:teuthology.orchestra.run.smithi067.stderr:Inferring config /var/lib/ceph/6db93fb0-9635-11ee-95a3-87774f69a715/mon.a/config 2023-12-09T02:00:29.218 INFO:journalctl@ceph.node-exporter.a.smithi067.stdout:Dec 09 02:00:28 smithi067 bash[49741]: b5db1e299295: Pull complete 2023-12-09T02:00:29.218 INFO:journalctl@ceph.node-exporter.a.smithi067.stdout:Dec 09 02:00:29 smithi067 bash[49741]: Digest: sha256:f2269e73124dd0f60a7d19a2ce1264d33d08a985aed0ee6b0b89d0be470592cd 2023-12-09T02:00:29.484 INFO:journalctl@ceph.node-exporter.b.smithi125.stdout:Dec 09 02:00:28 smithi125 bash[45220]: v1.3.1: Pulling from prometheus/node-exporter 2023-12-09T02:00:29.510 INFO:journalctl@ceph.node-exporter.a.smithi067.stdout:Dec 09 02:00:29 smithi067 bash[49741]: Status: Downloaded newer image for quay.io/prometheus/node-exporter:v1.3.1 2023-12-09T02:00:29.897 INFO:journalctl@ceph.node-exporter.b.smithi125.stdout:Dec 09 02:00:29 smithi125 bash[45220]: aa2a8d90b84c: Pulling fs layer 2023-12-09T02:00:29.897 INFO:journalctl@ceph.node-exporter.b.smithi125.stdout:Dec 09 02:00:29 smithi125 bash[45220]: b45d31ee2d7f: Pulling fs layer 2023-12-09T02:00:29.897 INFO:journalctl@ceph.node-exporter.b.smithi125.stdout:Dec 09 02:00:29 smithi125 bash[45220]: b5db1e299295: Pulling fs layer 2023-12-09T02:00:29.897 INFO:journalctl@ceph.node-exporter.b.smithi125.stdout:Dec 09 02:00:29 smithi125 bash[45220]: b45d31ee2d7f: Verifying Checksum 2023-12-09T02:00:29.898 INFO:journalctl@ceph.node-exporter.b.smithi125.stdout:Dec 09 02:00:29 smithi125 bash[45220]: b45d31ee2d7f: Download complete 2023-12-09T02:00:29.898 INFO:journalctl@ceph.node-exporter.b.smithi125.stdout:Dec 09 02:00:29 smithi125 bash[45220]: aa2a8d90b84c: Download complete 2023-12-09T02:00:29.898 INFO:journalctl@ceph.node-exporter.b.smithi125.stdout:Dec 09 02:00:29 smithi125 bash[45220]: b5db1e299295: Download complete 2023-12-09T02:00:30.150 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:00:29 smithi125 bash[25274]: cluster 2023-12-09T02:00:28.821889+0000 mgr.y (mgr.14457) 38 : cluster [DBG] pgmap v18: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:00:30.150 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:00:29 smithi125 bash[25274]: audit 2023-12-09T02:00:28.903466+0000 mon.a (mon.0) 864 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:00:30.150 INFO:journalctl@ceph.node-exporter.b.smithi125.stdout:Dec 09 02:00:30 smithi125 bash[45220]: aa2a8d90b84c: Pull complete 2023-12-09T02:00:30.218 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:00:29 smithi067 bash[25104]: cluster 2023-12-09T02:00:28.821889+0000 mgr.y (mgr.14457) 38 : cluster [DBG] pgmap v18: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:00:30.218 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:00:29 smithi067 bash[25104]: audit 2023-12-09T02:00:28.903466+0000 mon.a (mon.0) 864 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:00:30.218 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:00:29 smithi067 bash[30830]: cluster 2023-12-09T02:00:28.821889+0000 mgr.y (mgr.14457) 38 : cluster [DBG] pgmap v18: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:00:30.218 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:00:29 smithi067 bash[30830]: audit 2023-12-09T02:00:28.903466+0000 mon.a (mon.0) 864 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:00:31.469 INFO:journalctl@ceph.node-exporter.b.smithi125.stdout:Dec 09 02:00:31 smithi125 bash[45220]: b45d31ee2d7f: Pull complete 2023-12-09T02:00:32.056 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:00:32 smithi067 bash[25104]: cluster 2023-12-09T02:00:30.822438+0000 mgr.y (mgr.14457) 39 : cluster [DBG] pgmap v19: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:00:32.057 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:00:32 smithi067 bash[30830]: cluster 2023-12-09T02:00:30.822438+0000 mgr.y (mgr.14457) 39 : cluster [DBG] pgmap v19: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:00:32.057 INFO:journalctl@ceph.node-exporter.a.smithi067.stdout:Dec 09 02:00:31 smithi067 bash[49741]: ts=2023-12-09T02:00:31.911Z caller=node_exporter.go:182 level=info msg="Starting node_exporter" version="(version=1.3.1, branch=HEAD, revision=a2321e7b940ddcff26873612bccdf7cd4c42b6b6)" 2023-12-09T02:00:32.057 INFO:journalctl@ceph.node-exporter.a.smithi067.stdout:Dec 09 02:00:31 smithi067 bash[49741]: ts=2023-12-09T02:00:31.911Z 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-09T02:00:32.057 INFO:journalctl@ceph.node-exporter.a.smithi067.stdout:Dec 09 02:00:31 smithi067 bash[49741]: ts=2023-12-09T02:00:31.911Z 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-09T02:00:32.057 INFO:journalctl@ceph.node-exporter.a.smithi067.stdout:Dec 09 02:00:31 smithi067 bash[49741]: ts=2023-12-09T02:00:31.912Z 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-09T02:00:32.057 INFO:journalctl@ceph.node-exporter.a.smithi067.stdout:Dec 09 02:00:31 smithi067 bash[49741]: ts=2023-12-09T02:00:31.913Z caller=node_exporter.go:108 level=info msg="Enabled collectors" 2023-12-09T02:00:32.058 INFO:journalctl@ceph.node-exporter.a.smithi067.stdout:Dec 09 02:00:31 smithi067 bash[49741]: ts=2023-12-09T02:00:31.913Z caller=node_exporter.go:115 level=info collector=arp 2023-12-09T02:00:32.058 INFO:journalctl@ceph.node-exporter.a.smithi067.stdout:Dec 09 02:00:31 smithi067 bash[49741]: ts=2023-12-09T02:00:31.913Z caller=node_exporter.go:115 level=info collector=bcache 2023-12-09T02:00:32.058 INFO:journalctl@ceph.node-exporter.a.smithi067.stdout:Dec 09 02:00:31 smithi067 bash[49741]: ts=2023-12-09T02:00:31.913Z caller=node_exporter.go:115 level=info collector=bonding 2023-12-09T02:00:32.058 INFO:journalctl@ceph.node-exporter.a.smithi067.stdout:Dec 09 02:00:31 smithi067 bash[49741]: ts=2023-12-09T02:00:31.913Z caller=node_exporter.go:115 level=info collector=btrfs 2023-12-09T02:00:32.058 INFO:journalctl@ceph.node-exporter.a.smithi067.stdout:Dec 09 02:00:31 smithi067 bash[49741]: ts=2023-12-09T02:00:31.913Z caller=node_exporter.go:115 level=info collector=conntrack 2023-12-09T02:00:32.058 INFO:journalctl@ceph.node-exporter.a.smithi067.stdout:Dec 09 02:00:31 smithi067 bash[49741]: ts=2023-12-09T02:00:31.913Z caller=node_exporter.go:115 level=info collector=cpu 2023-12-09T02:00:32.058 INFO:journalctl@ceph.node-exporter.a.smithi067.stdout:Dec 09 02:00:31 smithi067 bash[49741]: ts=2023-12-09T02:00:31.913Z caller=node_exporter.go:115 level=info collector=cpufreq 2023-12-09T02:00:32.058 INFO:journalctl@ceph.node-exporter.a.smithi067.stdout:Dec 09 02:00:31 smithi067 bash[49741]: ts=2023-12-09T02:00:31.913Z caller=node_exporter.go:115 level=info collector=diskstats 2023-12-09T02:00:32.058 INFO:journalctl@ceph.node-exporter.a.smithi067.stdout:Dec 09 02:00:31 smithi067 bash[49741]: ts=2023-12-09T02:00:31.913Z caller=node_exporter.go:115 level=info collector=dmi 2023-12-09T02:00:32.058 INFO:journalctl@ceph.node-exporter.a.smithi067.stdout:Dec 09 02:00:31 smithi067 bash[49741]: ts=2023-12-09T02:00:31.913Z caller=node_exporter.go:115 level=info collector=edac 2023-12-09T02:00:32.058 INFO:journalctl@ceph.node-exporter.a.smithi067.stdout:Dec 09 02:00:31 smithi067 bash[49741]: ts=2023-12-09T02:00:31.913Z caller=node_exporter.go:115 level=info collector=entropy 2023-12-09T02:00:32.058 INFO:journalctl@ceph.node-exporter.a.smithi067.stdout:Dec 09 02:00:31 smithi067 bash[49741]: ts=2023-12-09T02:00:31.913Z caller=node_exporter.go:115 level=info collector=fibrechannel 2023-12-09T02:00:32.058 INFO:journalctl@ceph.node-exporter.a.smithi067.stdout:Dec 09 02:00:31 smithi067 bash[49741]: ts=2023-12-09T02:00:31.913Z caller=node_exporter.go:115 level=info collector=filefd 2023-12-09T02:00:32.058 INFO:journalctl@ceph.node-exporter.a.smithi067.stdout:Dec 09 02:00:31 smithi067 bash[49741]: ts=2023-12-09T02:00:31.913Z caller=node_exporter.go:115 level=info collector=filesystem 2023-12-09T02:00:32.059 INFO:journalctl@ceph.node-exporter.a.smithi067.stdout:Dec 09 02:00:31 smithi067 bash[49741]: ts=2023-12-09T02:00:31.913Z caller=node_exporter.go:115 level=info collector=hwmon 2023-12-09T02:00:32.059 INFO:journalctl@ceph.node-exporter.a.smithi067.stdout:Dec 09 02:00:31 smithi067 bash[49741]: ts=2023-12-09T02:00:31.913Z caller=node_exporter.go:115 level=info collector=infiniband 2023-12-09T02:00:32.059 INFO:journalctl@ceph.node-exporter.a.smithi067.stdout:Dec 09 02:00:31 smithi067 bash[49741]: ts=2023-12-09T02:00:31.913Z caller=node_exporter.go:115 level=info collector=ipvs 2023-12-09T02:00:32.059 INFO:journalctl@ceph.node-exporter.a.smithi067.stdout:Dec 09 02:00:31 smithi067 bash[49741]: ts=2023-12-09T02:00:31.913Z caller=node_exporter.go:115 level=info collector=loadavg 2023-12-09T02:00:32.059 INFO:journalctl@ceph.node-exporter.a.smithi067.stdout:Dec 09 02:00:31 smithi067 bash[49741]: ts=2023-12-09T02:00:31.913Z caller=node_exporter.go:115 level=info collector=mdadm 2023-12-09T02:00:32.059 INFO:journalctl@ceph.node-exporter.a.smithi067.stdout:Dec 09 02:00:31 smithi067 bash[49741]: ts=2023-12-09T02:00:31.913Z caller=node_exporter.go:115 level=info collector=meminfo 2023-12-09T02:00:32.059 INFO:journalctl@ceph.node-exporter.a.smithi067.stdout:Dec 09 02:00:31 smithi067 bash[49741]: ts=2023-12-09T02:00:31.913Z caller=node_exporter.go:115 level=info collector=netclass 2023-12-09T02:00:32.059 INFO:journalctl@ceph.node-exporter.a.smithi067.stdout:Dec 09 02:00:31 smithi067 bash[49741]: ts=2023-12-09T02:00:31.913Z caller=node_exporter.go:115 level=info collector=netdev 2023-12-09T02:00:32.059 INFO:journalctl@ceph.node-exporter.a.smithi067.stdout:Dec 09 02:00:31 smithi067 bash[49741]: ts=2023-12-09T02:00:31.913Z caller=node_exporter.go:115 level=info collector=netstat 2023-12-09T02:00:32.059 INFO:journalctl@ceph.node-exporter.a.smithi067.stdout:Dec 09 02:00:31 smithi067 bash[49741]: ts=2023-12-09T02:00:31.913Z caller=node_exporter.go:115 level=info collector=nfs 2023-12-09T02:00:32.059 INFO:journalctl@ceph.node-exporter.a.smithi067.stdout:Dec 09 02:00:31 smithi067 bash[49741]: ts=2023-12-09T02:00:31.913Z caller=node_exporter.go:115 level=info collector=nfsd 2023-12-09T02:00:32.060 INFO:journalctl@ceph.node-exporter.a.smithi067.stdout:Dec 09 02:00:31 smithi067 bash[49741]: ts=2023-12-09T02:00:31.913Z caller=node_exporter.go:115 level=info collector=nvme 2023-12-09T02:00:32.060 INFO:journalctl@ceph.node-exporter.a.smithi067.stdout:Dec 09 02:00:31 smithi067 bash[49741]: ts=2023-12-09T02:00:31.913Z caller=node_exporter.go:115 level=info collector=os 2023-12-09T02:00:32.060 INFO:journalctl@ceph.node-exporter.a.smithi067.stdout:Dec 09 02:00:31 smithi067 bash[49741]: ts=2023-12-09T02:00:31.913Z caller=node_exporter.go:115 level=info collector=powersupplyclass 2023-12-09T02:00:32.060 INFO:journalctl@ceph.node-exporter.a.smithi067.stdout:Dec 09 02:00:31 smithi067 bash[49741]: ts=2023-12-09T02:00:31.913Z caller=node_exporter.go:115 level=info collector=pressure 2023-12-09T02:00:32.060 INFO:journalctl@ceph.node-exporter.a.smithi067.stdout:Dec 09 02:00:31 smithi067 bash[49741]: ts=2023-12-09T02:00:31.913Z caller=node_exporter.go:115 level=info collector=rapl 2023-12-09T02:00:32.060 INFO:journalctl@ceph.node-exporter.a.smithi067.stdout:Dec 09 02:00:31 smithi067 bash[49741]: ts=2023-12-09T02:00:31.913Z caller=node_exporter.go:115 level=info collector=schedstat 2023-12-09T02:00:32.060 INFO:journalctl@ceph.node-exporter.a.smithi067.stdout:Dec 09 02:00:31 smithi067 bash[49741]: ts=2023-12-09T02:00:31.913Z caller=node_exporter.go:115 level=info collector=sockstat 2023-12-09T02:00:32.060 INFO:journalctl@ceph.node-exporter.a.smithi067.stdout:Dec 09 02:00:31 smithi067 bash[49741]: ts=2023-12-09T02:00:31.913Z caller=node_exporter.go:115 level=info collector=softnet 2023-12-09T02:00:32.060 INFO:journalctl@ceph.node-exporter.a.smithi067.stdout:Dec 09 02:00:31 smithi067 bash[49741]: ts=2023-12-09T02:00:31.913Z caller=node_exporter.go:115 level=info collector=stat 2023-12-09T02:00:32.060 INFO:journalctl@ceph.node-exporter.a.smithi067.stdout:Dec 09 02:00:31 smithi067 bash[49741]: ts=2023-12-09T02:00:31.913Z caller=node_exporter.go:115 level=info collector=tapestats 2023-12-09T02:00:32.060 INFO:journalctl@ceph.node-exporter.a.smithi067.stdout:Dec 09 02:00:31 smithi067 bash[49741]: ts=2023-12-09T02:00:31.913Z caller=node_exporter.go:115 level=info collector=textfile 2023-12-09T02:00:32.060 INFO:journalctl@ceph.node-exporter.a.smithi067.stdout:Dec 09 02:00:31 smithi067 bash[49741]: ts=2023-12-09T02:00:31.913Z caller=node_exporter.go:115 level=info collector=thermal_zone 2023-12-09T02:00:32.060 INFO:journalctl@ceph.node-exporter.a.smithi067.stdout:Dec 09 02:00:31 smithi067 bash[49741]: ts=2023-12-09T02:00:31.913Z caller=node_exporter.go:115 level=info collector=time 2023-12-09T02:00:32.060 INFO:journalctl@ceph.node-exporter.a.smithi067.stdout:Dec 09 02:00:31 smithi067 bash[49741]: ts=2023-12-09T02:00:31.913Z caller=node_exporter.go:115 level=info collector=udp_queues 2023-12-09T02:00:32.060 INFO:journalctl@ceph.node-exporter.a.smithi067.stdout:Dec 09 02:00:31 smithi067 bash[49741]: ts=2023-12-09T02:00:31.913Z caller=node_exporter.go:115 level=info collector=uname 2023-12-09T02:00:32.061 INFO:journalctl@ceph.node-exporter.a.smithi067.stdout:Dec 09 02:00:31 smithi067 bash[49741]: ts=2023-12-09T02:00:31.913Z caller=node_exporter.go:115 level=info collector=vmstat 2023-12-09T02:00:32.061 INFO:journalctl@ceph.node-exporter.a.smithi067.stdout:Dec 09 02:00:31 smithi067 bash[49741]: ts=2023-12-09T02:00:31.913Z caller=node_exporter.go:115 level=info collector=xfs 2023-12-09T02:00:32.061 INFO:journalctl@ceph.node-exporter.a.smithi067.stdout:Dec 09 02:00:31 smithi067 bash[49741]: ts=2023-12-09T02:00:31.913Z caller=node_exporter.go:115 level=info collector=zfs 2023-12-09T02:00:32.061 INFO:journalctl@ceph.node-exporter.a.smithi067.stdout:Dec 09 02:00:31 smithi067 bash[49741]: ts=2023-12-09T02:00:31.913Z caller=node_exporter.go:199 level=info msg="Listening on" address=:9100 2023-12-09T02:00:32.061 INFO:journalctl@ceph.node-exporter.a.smithi067.stdout:Dec 09 02:00:31 smithi067 bash[49741]: ts=2023-12-09T02:00:31.914Z caller=tls_config.go:195 level=info msg="TLS is disabled." http2=false 2023-12-09T02:00:32.219 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:00:32 smithi125 bash[25274]: cluster 2023-12-09T02:00:30.822438+0000 mgr.y (mgr.14457) 39 : cluster [DBG] pgmap v19: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:00:32.719 INFO:journalctl@ceph.node-exporter.b.smithi125.stdout:Dec 09 02:00:32 smithi125 bash[45220]: b5db1e299295: Pull complete 2023-12-09T02:00:33.187 INFO:journalctl@ceph.node-exporter.b.smithi125.stdout:Dec 09 02:00:32 smithi125 bash[45220]: Digest: sha256:f2269e73124dd0f60a7d19a2ce1264d33d08a985aed0ee6b0b89d0be470592cd 2023-12-09T02:00:33.187 INFO:journalctl@ceph.node-exporter.b.smithi125.stdout:Dec 09 02:00:32 smithi125 bash[45220]: Status: Downloaded newer image for quay.io/prometheus/node-exporter:v1.3.1 2023-12-09T02:00:34.470 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:00:34 smithi125 bash[25274]: cluster 2023-12-09T02:00:32.823042+0000 mgr.y (mgr.14457) 40 : cluster [DBG] pgmap v20: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:00:34.470 INFO:journalctl@ceph.node-exporter.b.smithi125.stdout:Dec 09 02:00:34 smithi125 bash[45220]: ts=2023-12-09T02:00:34.111Z caller=node_exporter.go:182 level=info msg="Starting node_exporter" version="(version=1.3.1, branch=HEAD, revision=a2321e7b940ddcff26873612bccdf7cd4c42b6b6)" 2023-12-09T02:00:34.470 INFO:journalctl@ceph.node-exporter.b.smithi125.stdout:Dec 09 02:00:34 smithi125 bash[45220]: ts=2023-12-09T02:00:34.111Z 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-09T02:00:34.470 INFO:journalctl@ceph.node-exporter.b.smithi125.stdout:Dec 09 02:00:34 smithi125 bash[45220]: ts=2023-12-09T02:00:34.112Z 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-09T02:00:34.470 INFO:journalctl@ceph.node-exporter.b.smithi125.stdout:Dec 09 02:00:34 smithi125 bash[45220]: ts=2023-12-09T02:00:34.112Z 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-09T02:00:34.470 INFO:journalctl@ceph.node-exporter.b.smithi125.stdout:Dec 09 02:00:34 smithi125 bash[45220]: ts=2023-12-09T02:00:34.113Z caller=node_exporter.go:108 level=info msg="Enabled collectors" 2023-12-09T02:00:34.470 INFO:journalctl@ceph.node-exporter.b.smithi125.stdout:Dec 09 02:00:34 smithi125 bash[45220]: ts=2023-12-09T02:00:34.113Z caller=node_exporter.go:115 level=info collector=arp 2023-12-09T02:00:34.471 INFO:journalctl@ceph.node-exporter.b.smithi125.stdout:Dec 09 02:00:34 smithi125 bash[45220]: ts=2023-12-09T02:00:34.113Z caller=node_exporter.go:115 level=info collector=bcache 2023-12-09T02:00:34.471 INFO:journalctl@ceph.node-exporter.b.smithi125.stdout:Dec 09 02:00:34 smithi125 bash[45220]: ts=2023-12-09T02:00:34.113Z caller=node_exporter.go:115 level=info collector=bonding 2023-12-09T02:00:34.471 INFO:journalctl@ceph.node-exporter.b.smithi125.stdout:Dec 09 02:00:34 smithi125 bash[45220]: ts=2023-12-09T02:00:34.113Z caller=node_exporter.go:115 level=info collector=btrfs 2023-12-09T02:00:34.471 INFO:journalctl@ceph.node-exporter.b.smithi125.stdout:Dec 09 02:00:34 smithi125 bash[45220]: ts=2023-12-09T02:00:34.113Z caller=node_exporter.go:115 level=info collector=conntrack 2023-12-09T02:00:34.471 INFO:journalctl@ceph.node-exporter.b.smithi125.stdout:Dec 09 02:00:34 smithi125 bash[45220]: ts=2023-12-09T02:00:34.113Z caller=node_exporter.go:115 level=info collector=cpu 2023-12-09T02:00:34.471 INFO:journalctl@ceph.node-exporter.b.smithi125.stdout:Dec 09 02:00:34 smithi125 bash[45220]: ts=2023-12-09T02:00:34.113Z caller=node_exporter.go:115 level=info collector=cpufreq 2023-12-09T02:00:34.471 INFO:journalctl@ceph.node-exporter.b.smithi125.stdout:Dec 09 02:00:34 smithi125 bash[45220]: ts=2023-12-09T02:00:34.113Z caller=node_exporter.go:115 level=info collector=diskstats 2023-12-09T02:00:34.471 INFO:journalctl@ceph.node-exporter.b.smithi125.stdout:Dec 09 02:00:34 smithi125 bash[45220]: ts=2023-12-09T02:00:34.113Z caller=node_exporter.go:115 level=info collector=dmi 2023-12-09T02:00:34.471 INFO:journalctl@ceph.node-exporter.b.smithi125.stdout:Dec 09 02:00:34 smithi125 bash[45220]: ts=2023-12-09T02:00:34.113Z caller=node_exporter.go:115 level=info collector=edac 2023-12-09T02:00:34.471 INFO:journalctl@ceph.node-exporter.b.smithi125.stdout:Dec 09 02:00:34 smithi125 bash[45220]: ts=2023-12-09T02:00:34.113Z caller=node_exporter.go:115 level=info collector=entropy 2023-12-09T02:00:34.471 INFO:journalctl@ceph.node-exporter.b.smithi125.stdout:Dec 09 02:00:34 smithi125 bash[45220]: ts=2023-12-09T02:00:34.113Z caller=node_exporter.go:115 level=info collector=fibrechannel 2023-12-09T02:00:34.471 INFO:journalctl@ceph.node-exporter.b.smithi125.stdout:Dec 09 02:00:34 smithi125 bash[45220]: ts=2023-12-09T02:00:34.113Z caller=node_exporter.go:115 level=info collector=filefd 2023-12-09T02:00:34.471 INFO:journalctl@ceph.node-exporter.b.smithi125.stdout:Dec 09 02:00:34 smithi125 bash[45220]: ts=2023-12-09T02:00:34.113Z caller=node_exporter.go:115 level=info collector=filesystem 2023-12-09T02:00:34.471 INFO:journalctl@ceph.node-exporter.b.smithi125.stdout:Dec 09 02:00:34 smithi125 bash[45220]: ts=2023-12-09T02:00:34.113Z caller=node_exporter.go:115 level=info collector=hwmon 2023-12-09T02:00:34.471 INFO:journalctl@ceph.node-exporter.b.smithi125.stdout:Dec 09 02:00:34 smithi125 bash[45220]: ts=2023-12-09T02:00:34.113Z caller=node_exporter.go:115 level=info collector=infiniband 2023-12-09T02:00:34.472 INFO:journalctl@ceph.node-exporter.b.smithi125.stdout:Dec 09 02:00:34 smithi125 bash[45220]: ts=2023-12-09T02:00:34.113Z caller=node_exporter.go:115 level=info collector=ipvs 2023-12-09T02:00:34.472 INFO:journalctl@ceph.node-exporter.b.smithi125.stdout:Dec 09 02:00:34 smithi125 bash[45220]: ts=2023-12-09T02:00:34.113Z caller=node_exporter.go:115 level=info collector=loadavg 2023-12-09T02:00:34.472 INFO:journalctl@ceph.node-exporter.b.smithi125.stdout:Dec 09 02:00:34 smithi125 bash[45220]: ts=2023-12-09T02:00:34.113Z caller=node_exporter.go:115 level=info collector=mdadm 2023-12-09T02:00:34.472 INFO:journalctl@ceph.node-exporter.b.smithi125.stdout:Dec 09 02:00:34 smithi125 bash[45220]: ts=2023-12-09T02:00:34.113Z caller=node_exporter.go:115 level=info collector=meminfo 2023-12-09T02:00:34.472 INFO:journalctl@ceph.node-exporter.b.smithi125.stdout:Dec 09 02:00:34 smithi125 bash[45220]: ts=2023-12-09T02:00:34.113Z caller=node_exporter.go:115 level=info collector=netclass 2023-12-09T02:00:34.472 INFO:journalctl@ceph.node-exporter.b.smithi125.stdout:Dec 09 02:00:34 smithi125 bash[45220]: ts=2023-12-09T02:00:34.113Z caller=node_exporter.go:115 level=info collector=netdev 2023-12-09T02:00:34.472 INFO:journalctl@ceph.node-exporter.b.smithi125.stdout:Dec 09 02:00:34 smithi125 bash[45220]: ts=2023-12-09T02:00:34.113Z caller=node_exporter.go:115 level=info collector=netstat 2023-12-09T02:00:34.472 INFO:journalctl@ceph.node-exporter.b.smithi125.stdout:Dec 09 02:00:34 smithi125 bash[45220]: ts=2023-12-09T02:00:34.113Z caller=node_exporter.go:115 level=info collector=nfs 2023-12-09T02:00:34.472 INFO:journalctl@ceph.node-exporter.b.smithi125.stdout:Dec 09 02:00:34 smithi125 bash[45220]: ts=2023-12-09T02:00:34.113Z caller=node_exporter.go:115 level=info collector=nfsd 2023-12-09T02:00:34.472 INFO:journalctl@ceph.node-exporter.b.smithi125.stdout:Dec 09 02:00:34 smithi125 bash[45220]: ts=2023-12-09T02:00:34.113Z caller=node_exporter.go:115 level=info collector=nvme 2023-12-09T02:00:34.472 INFO:journalctl@ceph.node-exporter.b.smithi125.stdout:Dec 09 02:00:34 smithi125 bash[45220]: ts=2023-12-09T02:00:34.113Z caller=node_exporter.go:115 level=info collector=os 2023-12-09T02:00:34.473 INFO:journalctl@ceph.node-exporter.b.smithi125.stdout:Dec 09 02:00:34 smithi125 bash[45220]: ts=2023-12-09T02:00:34.113Z caller=node_exporter.go:115 level=info collector=powersupplyclass 2023-12-09T02:00:34.473 INFO:journalctl@ceph.node-exporter.b.smithi125.stdout:Dec 09 02:00:34 smithi125 bash[45220]: ts=2023-12-09T02:00:34.113Z caller=node_exporter.go:115 level=info collector=pressure 2023-12-09T02:00:34.473 INFO:journalctl@ceph.node-exporter.b.smithi125.stdout:Dec 09 02:00:34 smithi125 bash[45220]: ts=2023-12-09T02:00:34.113Z caller=node_exporter.go:115 level=info collector=rapl 2023-12-09T02:00:34.473 INFO:journalctl@ceph.node-exporter.b.smithi125.stdout:Dec 09 02:00:34 smithi125 bash[45220]: ts=2023-12-09T02:00:34.113Z caller=node_exporter.go:115 level=info collector=schedstat 2023-12-09T02:00:34.473 INFO:journalctl@ceph.node-exporter.b.smithi125.stdout:Dec 09 02:00:34 smithi125 bash[45220]: ts=2023-12-09T02:00:34.113Z caller=node_exporter.go:115 level=info collector=sockstat 2023-12-09T02:00:34.473 INFO:journalctl@ceph.node-exporter.b.smithi125.stdout:Dec 09 02:00:34 smithi125 bash[45220]: ts=2023-12-09T02:00:34.113Z caller=node_exporter.go:115 level=info collector=softnet 2023-12-09T02:00:34.473 INFO:journalctl@ceph.node-exporter.b.smithi125.stdout:Dec 09 02:00:34 smithi125 bash[45220]: ts=2023-12-09T02:00:34.113Z caller=node_exporter.go:115 level=info collector=stat 2023-12-09T02:00:34.473 INFO:journalctl@ceph.node-exporter.b.smithi125.stdout:Dec 09 02:00:34 smithi125 bash[45220]: ts=2023-12-09T02:00:34.113Z caller=node_exporter.go:115 level=info collector=tapestats 2023-12-09T02:00:34.473 INFO:journalctl@ceph.node-exporter.b.smithi125.stdout:Dec 09 02:00:34 smithi125 bash[45220]: ts=2023-12-09T02:00:34.113Z caller=node_exporter.go:115 level=info collector=textfile 2023-12-09T02:00:34.473 INFO:journalctl@ceph.node-exporter.b.smithi125.stdout:Dec 09 02:00:34 smithi125 bash[45220]: ts=2023-12-09T02:00:34.113Z caller=node_exporter.go:115 level=info collector=thermal_zone 2023-12-09T02:00:34.473 INFO:journalctl@ceph.node-exporter.b.smithi125.stdout:Dec 09 02:00:34 smithi125 bash[45220]: ts=2023-12-09T02:00:34.113Z caller=node_exporter.go:115 level=info collector=time 2023-12-09T02:00:34.473 INFO:journalctl@ceph.node-exporter.b.smithi125.stdout:Dec 09 02:00:34 smithi125 bash[45220]: ts=2023-12-09T02:00:34.113Z caller=node_exporter.go:115 level=info collector=udp_queues 2023-12-09T02:00:34.473 INFO:journalctl@ceph.node-exporter.b.smithi125.stdout:Dec 09 02:00:34 smithi125 bash[45220]: ts=2023-12-09T02:00:34.113Z caller=node_exporter.go:115 level=info collector=uname 2023-12-09T02:00:34.473 INFO:journalctl@ceph.node-exporter.b.smithi125.stdout:Dec 09 02:00:34 smithi125 bash[45220]: ts=2023-12-09T02:00:34.113Z caller=node_exporter.go:115 level=info collector=vmstat 2023-12-09T02:00:34.473 INFO:journalctl@ceph.node-exporter.b.smithi125.stdout:Dec 09 02:00:34 smithi125 bash[45220]: ts=2023-12-09T02:00:34.113Z caller=node_exporter.go:115 level=info collector=xfs 2023-12-09T02:00:34.474 INFO:journalctl@ceph.node-exporter.b.smithi125.stdout:Dec 09 02:00:34 smithi125 bash[45220]: ts=2023-12-09T02:00:34.113Z caller=node_exporter.go:115 level=info collector=zfs 2023-12-09T02:00:34.474 INFO:journalctl@ceph.node-exporter.b.smithi125.stdout:Dec 09 02:00:34 smithi125 bash[45220]: ts=2023-12-09T02:00:34.113Z caller=node_exporter.go:199 level=info msg="Listening on" address=:9100 2023-12-09T02:00:34.474 INFO:journalctl@ceph.node-exporter.b.smithi125.stdout:Dec 09 02:00:34 smithi125 bash[45220]: ts=2023-12-09T02:00:34.114Z caller=tls_config.go:195 level=info msg="TLS is disabled." http2=false 2023-12-09T02:00:34.526 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:00:34 smithi067 bash[25104]: cluster 2023-12-09T02:00:32.823042+0000 mgr.y (mgr.14457) 40 : cluster [DBG] pgmap v20: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:00:34.527 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:00:34 smithi067 bash[30830]: cluster 2023-12-09T02:00:32.823042+0000 mgr.y (mgr.14457) 40 : cluster [DBG] pgmap v20: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:00:35.926 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:00:35 smithi067 bash[25375]: 172.21.15.125 - - [09/Dec/2023:02:00:35] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-09T02:00:36.213 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:00:36 smithi067 bash[25375]: 172.21.15.67 - - [09/Dec/2023:02:00:36] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-09T02:00:36.358 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-09T02:00:36.970 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:00:36 smithi125 bash[25274]: cluster 2023-12-09T02:00:34.823532+0000 mgr.y (mgr.14457) 41 : cluster [DBG] pgmap v21: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:00:36.970 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:00:36 smithi125 bash[25274]: audit 2023-12-09T02:00:35.628937+0000 mon.a (mon.0) 865 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:00:36.970 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:00:36 smithi125 bash[25274]: audit 2023-12-09T02:00:36.070649+0000 mon.a (mon.0) 866 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:00:36.970 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:00:36 smithi125 bash[25274]: audit 2023-12-09T02:00:36.077895+0000 mon.a (mon.0) 867 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:00:36.970 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:00:36 smithi125 bash[25274]: audit 2023-12-09T02:00:36.348991+0000 mon.a (mon.0) 868 : audit [DBG] from='client.? 172.21.15.67:0/3119501204' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-12-09T02:00:37.051 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:00:36 smithi067 bash[25104]: cluster 2023-12-09T02:00:34.823532+0000 mgr.y (mgr.14457) 41 : cluster [DBG] pgmap v21: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:00:37.051 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:00:36 smithi067 bash[25104]: audit 2023-12-09T02:00:35.628937+0000 mon.a (mon.0) 865 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:00:37.051 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:00:36 smithi067 bash[25104]: audit 2023-12-09T02:00:36.070649+0000 mon.a (mon.0) 866 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:00:37.051 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:00:36 smithi067 bash[25104]: audit 2023-12-09T02:00:36.077895+0000 mon.a (mon.0) 867 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:00:37.051 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:00:36 smithi067 bash[25104]: audit 2023-12-09T02:00:36.348991+0000 mon.a (mon.0) 868 : audit [DBG] from='client.? 172.21.15.67:0/3119501204' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-12-09T02:00:37.051 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:00:36 smithi067 bash[30830]: cluster 2023-12-09T02:00:34.823532+0000 mgr.y (mgr.14457) 41 : cluster [DBG] pgmap v21: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:00:37.051 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:00:36 smithi067 bash[30830]: audit 2023-12-09T02:00:35.628937+0000 mon.a (mon.0) 865 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:00:37.051 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:00:36 smithi067 bash[30830]: audit 2023-12-09T02:00:36.070649+0000 mon.a (mon.0) 866 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:00:37.051 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:00:36 smithi067 bash[30830]: audit 2023-12-09T02:00:36.077895+0000 mon.a (mon.0) 867 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:00:37.052 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:00:36 smithi067 bash[30830]: audit 2023-12-09T02:00:36.348991+0000 mon.a (mon.0) 868 : audit [DBG] from='client.? 172.21.15.67:0/3119501204' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-12-09T02:00:37.630 INFO:teuthology.orchestra.run.smithi067.stdout:{"epoch":20,"active_gid":14457,"active_name":"y","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6800","nonce":4193698163},{"type":"v1","addr":"172.21.15.67:6801","nonce":4193698163}]},"active_addr":"172.21.15.67:6801/4193698163","active_change":"2023-12-09T01:59:57.871067+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.67:8443/","prometheus":"http://172.21.15.67: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.67:0","nonce":806322854}]},{"addrvec":[{"type":"v2","addr":"172.21.15.67:0","nonce":2994831527}]},{"addrvec":[{"type":"v2","addr":"172.21.15.67:0","nonce":2764758218}]},{"addrvec":[{"type":"v2","addr":"172.21.15.67:0","nonce":1715280550}]}]}} 2023-12-09T02:00:37.635 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2023-12-09T02:00:37.635 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2023-12-09T02:00:37.635 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 6db93fb0-9635-11ee-95a3-87774f69a715 -- ceph osd dump --format=json 2023-12-09T02:00:38.468 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:00:38 smithi067 bash[25375]: 172.21.15.125 - - [09/Dec/2023:02:00:38] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-09T02:00:38.903 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:00:38 smithi067 bash[25104]: cluster 2023-12-09T02:00:36.824179+0000 mgr.y (mgr.14457) 42 : cluster [DBG] pgmap v22: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:00:38.904 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:00:38 smithi067 bash[25104]: audit 2023-12-09T02:00:38.073866+0000 mon.a (mon.0) 869 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:00:38.904 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:00:38 smithi067 bash[25104]: audit 2023-12-09T02:00:38.080636+0000 mon.a (mon.0) 870 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:00:38.904 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:00:38 smithi067 bash[30830]: cluster 2023-12-09T02:00:36.824179+0000 mgr.y (mgr.14457) 42 : cluster [DBG] pgmap v22: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:00:38.904 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:00:38 smithi067 bash[30830]: audit 2023-12-09T02:00:38.073866+0000 mon.a (mon.0) 869 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:00:38.904 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:00:38 smithi067 bash[30830]: audit 2023-12-09T02:00:38.080636+0000 mon.a (mon.0) 870 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:00:38.970 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:00:38 smithi125 bash[25274]: cluster 2023-12-09T02:00:36.824179+0000 mgr.y (mgr.14457) 42 : cluster [DBG] pgmap v22: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:00:38.970 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:00:38 smithi125 bash[25274]: audit 2023-12-09T02:00:38.073866+0000 mon.a (mon.0) 869 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:00:38.970 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:00:38 smithi125 bash[25274]: audit 2023-12-09T02:00:38.080636+0000 mon.a (mon.0) 870 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:00:40.372 INFO:teuthology.orchestra.run.smithi067.stderr:Inferring config /var/lib/ceph/6db93fb0-9635-11ee-95a3-87774f69a715/mon.a/config 2023-12-09T02:00:40.718 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:00:40 smithi067 bash[25104]: cluster 2023-12-09T02:00:38.824781+0000 mgr.y (mgr.14457) 43 : cluster [DBG] pgmap v23: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:00:40.718 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:00:40 smithi067 bash[25104]: audit 2023-12-09T02:00:39.892798+0000 mon.a (mon.0) 871 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:00:40.718 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:00:40 smithi067 bash[25104]: audit 2023-12-09T02:00:40.033724+0000 mon.a (mon.0) 872 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:00:40.718 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:00:40 smithi067 bash[25104]: audit 2023-12-09T02:00:40.040236+0000 mon.a (mon.0) 873 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:00:40.718 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:00:40 smithi067 bash[25104]: audit 2023-12-09T02:00:40.044486+0000 mon.a (mon.0) 874 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-09T02:00:40.718 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:00:40 smithi067 bash[25104]: audit 2023-12-09T02:00:40.049908+0000 mon.a (mon.0) 875 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:00:40.719 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:00:40 smithi067 bash[30830]: cluster 2023-12-09T02:00:38.824781+0000 mgr.y (mgr.14457) 43 : cluster [DBG] pgmap v23: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:00:40.719 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:00:40 smithi067 bash[30830]: audit 2023-12-09T02:00:39.892798+0000 mon.a (mon.0) 871 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:00:40.719 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:00:40 smithi067 bash[30830]: audit 2023-12-09T02:00:40.033724+0000 mon.a (mon.0) 872 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:00:40.719 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:00:40 smithi067 bash[30830]: audit 2023-12-09T02:00:40.040236+0000 mon.a (mon.0) 873 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:00:40.719 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:00:40 smithi067 bash[30830]: audit 2023-12-09T02:00:40.044486+0000 mon.a (mon.0) 874 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-09T02:00:40.719 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:00:40 smithi067 bash[30830]: audit 2023-12-09T02:00:40.049908+0000 mon.a (mon.0) 875 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:00:40.970 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:00:40 smithi125 bash[25274]: cluster 2023-12-09T02:00:38.824781+0000 mgr.y (mgr.14457) 43 : cluster [DBG] pgmap v23: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:00:40.970 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:00:40 smithi125 bash[25274]: audit 2023-12-09T02:00:39.892798+0000 mon.a (mon.0) 871 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:00:40.970 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:00:40 smithi125 bash[25274]: audit 2023-12-09T02:00:40.033724+0000 mon.a (mon.0) 872 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:00:40.970 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:00:40 smithi125 bash[25274]: audit 2023-12-09T02:00:40.040236+0000 mon.a (mon.0) 873 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:00:40.970 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:00:40 smithi125 bash[25274]: audit 2023-12-09T02:00:40.044486+0000 mon.a (mon.0) 874 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-09T02:00:40.970 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:00:40 smithi125 bash[25274]: audit 2023-12-09T02:00:40.049908+0000 mon.a (mon.0) 875 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:00:41.968 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:00:41 smithi067 bash[25104]: audit 2023-12-09T02:00:40.045118+0000 mgr.y (mgr.14457) 44 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-09T02:00:41.968 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:00:41 smithi067 bash[25104]: cephadm 2023-12-09T02:00:40.058016+0000 mgr.y (mgr.14457) 45 : cephadm [INF] Deploying daemon grafana.a on smithi125 2023-12-09T02:00:41.968 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:00:41 smithi067 bash[30830]: audit 2023-12-09T02:00:40.045118+0000 mgr.y (mgr.14457) 44 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-09T02:00:41.968 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:00:41 smithi067 bash[30830]: cephadm 2023-12-09T02:00:40.058016+0000 mgr.y (mgr.14457) 45 : cephadm [INF] Deploying daemon grafana.a on smithi125 2023-12-09T02:00:41.969 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:00:41 smithi125 bash[25274]: audit 2023-12-09T02:00:40.045118+0000 mgr.y (mgr.14457) 44 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-09T02:00:41.969 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:00:41 smithi125 bash[25274]: cephadm 2023-12-09T02:00:40.058016+0000 mgr.y (mgr.14457) 45 : cephadm [INF] Deploying daemon grafana.a on smithi125 2023-12-09T02:00:42.589 INFO:journalctl@ceph.alertmanager.a.smithi067.stdout:Dec 09 02:00:42 smithi067 bash[50701]: level=info ts=2023-12-09T02:00:42.392Z caller=tls_config.go:191 msg="TLS is disabled." http2=false 2023-12-09T02:00:42.968 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:00:42 smithi067 bash[25104]: cluster 2023-12-09T02:00:40.825441+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-09T02:00:42.968 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:00:42 smithi067 bash[30830]: cluster 2023-12-09T02:00:40.825441+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-09T02:00:42.969 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:00:42 smithi125 bash[25274]: cluster 2023-12-09T02:00:40.825441+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-09T02:00:44.468 INFO:journalctl@ceph.alertmanager.a.smithi067.stdout:Dec 09 02:00:44 smithi067 bash[50701]: level=info ts=2023-12-09T02:00:44.336Z caller=cluster.go:696 component=cluster msg="gossip not settled" polls=0 before=0 now=1 elapsed=2.000979671s 2023-12-09T02:00:44.968 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:00:44 smithi067 bash[25375]: 172.21.15.67 - - [09/Dec/2023:02:00:44] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-09T02:00:44.968 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:00:44 smithi067 bash[25104]: cluster 2023-12-09T02:00:42.826119+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-09T02:00:44.968 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:00:44 smithi067 bash[25104]: audit 2023-12-09T02:00:43.919016+0000 mon.a (mon.0) 876 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:00:44.968 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:00:44 smithi067 bash[30830]: cluster 2023-12-09T02:00:42.826119+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-09T02:00:44.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:00:44 smithi067 bash[30830]: audit 2023-12-09T02:00:43.919016+0000 mon.a (mon.0) 876 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:00:44.969 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:00:44 smithi125 bash[25274]: cluster 2023-12-09T02:00:42.826119+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-09T02:00:44.970 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:00:44 smithi125 bash[25274]: audit 2023-12-09T02:00:43.919016+0000 mon.a (mon.0) 876 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:00:45.807 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-09T02:00:45.807 INFO:teuthology.orchestra.run.smithi067.stdout:{"epoch":59,"fsid":"6db93fb0-9635-11ee-95a3-87774f69a715","created":"2023-12-09T01:52:14.711366+0000","modified":"2023-12-09T01:59:57.870494+0000","last_up_change":"2023-12-09T01:59:30.077780+0000","last_in_change":"2023-12-09T01:59:02.315852+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-09T01:56:19.828923+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":"7c509e88-12e7-4752-8d7d-022666905f12","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.67:6802","nonce":2738877494},{"type":"v1","addr":"172.21.15.67:6803","nonce":2738877494}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6804","nonce":2738877494},{"type":"v1","addr":"172.21.15.67:6805","nonce":2738877494}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6808","nonce":2738877494},{"type":"v1","addr":"172.21.15.67:6809","nonce":2738877494}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6806","nonce":2738877494},{"type":"v1","addr":"172.21.15.67:6807","nonce":2738877494}]},"public_addr":"172.21.15.67:6803/2738877494","cluster_addr":"172.21.15.67:6805/2738877494","heartbeat_back_addr":"172.21.15.67:6809/2738877494","heartbeat_front_addr":"172.21.15.67:6807/2738877494","state":["exists","up"]},{"osd":1,"uuid":"5c739adf-29f0-46c9-a387-865520772bd2","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.67:6810","nonce":1163367759},{"type":"v1","addr":"172.21.15.67:6811","nonce":1163367759}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6812","nonce":1163367759},{"type":"v1","addr":"172.21.15.67:6813","nonce":1163367759}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6816","nonce":1163367759},{"type":"v1","addr":"172.21.15.67:6817","nonce":1163367759}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6814","nonce":1163367759},{"type":"v1","addr":"172.21.15.67:6815","nonce":1163367759}]},"public_addr":"172.21.15.67:6811/1163367759","cluster_addr":"172.21.15.67:6813/1163367759","heartbeat_back_addr":"172.21.15.67:6817/1163367759","heartbeat_front_addr":"172.21.15.67:6815/1163367759","state":["exists","up"]},{"osd":2,"uuid":"005c3798-583e-4dc5-a6be-4e4ce30117bd","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.67:6818","nonce":4288353206},{"type":"v1","addr":"172.21.15.67:6819","nonce":4288353206}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6820","nonce":4288353206},{"type":"v1","addr":"172.21.15.67:6821","nonce":4288353206}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6824","nonce":4288353206},{"type":"v1","addr":"172.21.15.67:6825","nonce":4288353206}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6822","nonce":4288353206},{"type":"v1","addr":"172.21.15.67:6823","nonce":4288353206}]},"public_addr":"172.21.15.67:6819/4288353206","cluster_addr":"172.21.15.67:6821/4288353206","heartbeat_back_addr":"172.21.15.67:6825/4288353206","heartbeat_front_addr":"172.21.15.67:6823/4288353206","state":["exists","up"]},{"osd":3,"uuid":"7c008860-ee7e-4d6e-bce4-91c9b0cbe497","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.67:6826","nonce":385317379},{"type":"v1","addr":"172.21.15.67:6827","nonce":385317379}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6828","nonce":385317379},{"type":"v1","addr":"172.21.15.67:6829","nonce":385317379}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6832","nonce":385317379},{"type":"v1","addr":"172.21.15.67:6833","nonce":385317379}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6830","nonce":385317379},{"type":"v1","addr":"172.21.15.67:6831","nonce":385317379}]},"public_addr":"172.21.15.67:6827/385317379","cluster_addr":"172.21.15.67:6829/385317379","heartbeat_back_addr":"172.21.15.67:6833/385317379","heartbeat_front_addr":"172.21.15.67:6831/385317379","state":["exists","up"]},{"osd":4,"uuid":"068c161b-c667-4a9a-ae63-54ded141d12e","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.125:6800","nonce":1346451985},{"type":"v1","addr":"172.21.15.125:6801","nonce":1346451985}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.125:6802","nonce":1346451985},{"type":"v1","addr":"172.21.15.125:6803","nonce":1346451985}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.125:6806","nonce":1346451985},{"type":"v1","addr":"172.21.15.125:6807","nonce":1346451985}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.125:6804","nonce":1346451985},{"type":"v1","addr":"172.21.15.125:6805","nonce":1346451985}]},"public_addr":"172.21.15.125:6801/1346451985","cluster_addr":"172.21.15.125:6803/1346451985","heartbeat_back_addr":"172.21.15.125:6807/1346451985","heartbeat_front_addr":"172.21.15.125:6805/1346451985","state":["exists","up"]},{"osd":5,"uuid":"3f8b4d52-4765-4d8d-9e34-19ac30756214","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.125:6808","nonce":1480446698},{"type":"v1","addr":"172.21.15.125:6809","nonce":1480446698}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.125:6810","nonce":1480446698},{"type":"v1","addr":"172.21.15.125:6811","nonce":1480446698}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.125:6814","nonce":1480446698},{"type":"v1","addr":"172.21.15.125:6815","nonce":1480446698}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.125:6812","nonce":1480446698},{"type":"v1","addr":"172.21.15.125:6813","nonce":1480446698}]},"public_addr":"172.21.15.125:6809/1480446698","cluster_addr":"172.21.15.125:6811/1480446698","heartbeat_back_addr":"172.21.15.125:6815/1480446698","heartbeat_front_addr":"172.21.15.125:6813/1480446698","state":["exists","up"]},{"osd":6,"uuid":"1ba372db-7ac9-4114-a8d9-40f8db60f578","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.125:6816","nonce":83651587},{"type":"v1","addr":"172.21.15.125:6817","nonce":83651587}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.125:6818","nonce":83651587},{"type":"v1","addr":"172.21.15.125:6819","nonce":83651587}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.125:6822","nonce":83651587},{"type":"v1","addr":"172.21.15.125:6823","nonce":83651587}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.125:6820","nonce":83651587},{"type":"v1","addr":"172.21.15.125:6821","nonce":83651587}]},"public_addr":"172.21.15.125:6817/83651587","cluster_addr":"172.21.15.125:6819/83651587","heartbeat_back_addr":"172.21.15.125:6823/83651587","heartbeat_front_addr":"172.21.15.125:6821/83651587","state":["exists","up"]},{"osd":7,"uuid":"541ff42c-54a9-4e6d-872d-87afde3858f8","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.125:6824","nonce":1680381358},{"type":"v1","addr":"172.21.15.125:6825","nonce":1680381358}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.125:6826","nonce":1680381358},{"type":"v1","addr":"172.21.15.125:6827","nonce":1680381358}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.125:6830","nonce":1680381358},{"type":"v1","addr":"172.21.15.125:6831","nonce":1680381358}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.125:6828","nonce":1680381358},{"type":"v1","addr":"172.21.15.125:6829","nonce":1680381358}]},"public_addr":"172.21.15.125:6825/1680381358","cluster_addr":"172.21.15.125:6827/1680381358","heartbeat_back_addr":"172.21.15.125:6831/1680381358","heartbeat_front_addr":"172.21.15.125:6829/1680381358","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-09T01:55:00.280990+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-09T01:55:41.829561+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-09T01:56:17.342423+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-09T01:56:55.154664+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-09T01:57:34.899001+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-09T01:58:08.947824+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-09T01:58:49.308430+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-09T01:59:28.395716+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.67:0/2826282929":"2023-12-10T01:59:57.870429+0000","172.21.15.67:0/2352719021":"2023-12-10T01:59:57.870429+0000","172.21.15.67:0/3206581049":"2023-12-10T01:59:57.870429+0000","172.21.15.67:0/4090341823":"2023-12-10T01:53:17.163660+0000","172.21.15.67:0/335125585":"2023-12-10T01:59:57.870429+0000","172.21.15.67:6800/2080107708":"2023-12-10T01:53:17.163660+0000","172.21.15.67:0/174531335":"2023-12-10T01:53:17.163660+0000","172.21.15.67:0/2326691072":"2023-12-10T01:53:17.163660+0000","172.21.15.67:6801/888530346":"2023-12-10T01:59:57.870429+0000","172.21.15.67:0/1286571169":"2023-12-10T01:52:46.431901+0000","172.21.15.67:6801/2080107708":"2023-12-10T01:53:17.163660+0000","172.21.15.67:6800/3868765661":"2023-12-10T01:52:46.431901+0000","172.21.15.67:6801/3868765661":"2023-12-10T01:52:46.431901+0000","172.21.15.67:0/3483377638":"2023-12-10T01:52:46.431901+0000","172.21.15.67:6800/888530346":"2023-12-10T01:59:57.870429+0000","172.21.15.67:0/889291258":"2023-12-10T01:52:46.431901+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-09T02:00:45.968 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:00:45 smithi067 bash[25104]: audit 2023-12-09T02:00:44.819717+0000 mon.a (mon.0) 877 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:00:45.968 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:00:45 smithi067 bash[25104]: cluster 2023-12-09T02:00:44.826563+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-09T02:00:45.968 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:00:45 smithi067 bash[25104]: audit 2023-12-09T02:00:45.806600+0000 mon.a (mon.0) 878 : audit [DBG] from='client.? 172.21.15.67:0/4007258538' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-09T02:00:45.968 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:00:45 smithi067 bash[30830]: audit 2023-12-09T02:00:44.819717+0000 mon.a (mon.0) 877 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:00:45.968 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:00:45 smithi067 bash[30830]: cluster 2023-12-09T02:00:44.826563+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-09T02:00:45.968 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:00:45 smithi067 bash[30830]: audit 2023-12-09T02:00:45.806600+0000 mon.a (mon.0) 878 : audit [DBG] from='client.? 172.21.15.67:0/4007258538' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-09T02:00:46.220 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:00:45 smithi125 bash[25274]: audit 2023-12-09T02:00:44.819717+0000 mon.a (mon.0) 877 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:00:46.220 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:00:45 smithi125 bash[25274]: cluster 2023-12-09T02:00:44.826563+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-09T02:00:46.220 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:00:45 smithi125 bash[25274]: audit 2023-12-09T02:00:45.806600+0000 mon.a (mon.0) 878 : audit [DBG] from='client.? 172.21.15.67:0/4007258538' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-09T02:00:46.706 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2023-12-09T02:00:46.706 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 6db93fb0-9635-11ee-95a3-87774f69a715 -- ceph osd dump --format=json 2023-12-09T02:00:46.968 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:00:46 smithi067 bash[25375]: 172.21.15.67 - - [09/Dec/2023:02:00:46] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-09T02:00:48.074 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:00:47 smithi067 bash[25104]: audit 2023-12-09T02:00:46.792677+0000 mon.a (mon.0) 879 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:00:48.074 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:00:47 smithi067 bash[25104]: audit 2023-12-09T02:00:46.799166+0000 mon.a (mon.0) 880 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:00:48.074 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:00:47 smithi067 bash[25104]: cluster 2023-12-09T02:00:46.827044+0000 mgr.y (mgr.14457) 49 : cluster [DBG] pgmap v27: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:00:48.074 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:00:47 smithi067 bash[30830]: audit 2023-12-09T02:00:46.792677+0000 mon.a (mon.0) 879 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:00:48.074 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:00:47 smithi067 bash[30830]: audit 2023-12-09T02:00:46.799166+0000 mon.a (mon.0) 880 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:00:48.074 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:00:47 smithi067 bash[30830]: cluster 2023-12-09T02:00:46.827044+0000 mgr.y (mgr.14457) 49 : cluster [DBG] pgmap v27: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:00:48.219 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:00:47 smithi125 bash[25274]: audit 2023-12-09T02:00:46.792677+0000 mon.a (mon.0) 879 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:00:48.220 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:00:47 smithi125 bash[25274]: audit 2023-12-09T02:00:46.799166+0000 mon.a (mon.0) 880 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:00:48.220 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:00:47 smithi125 bash[25274]: cluster 2023-12-09T02:00:46.827044+0000 mgr.y (mgr.14457) 49 : cluster [DBG] pgmap v27: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:00:49.968 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:00:49 smithi067 bash[25104]: cluster 2023-12-09T02:00:48.827655+0000 mgr.y (mgr.14457) 50 : cluster [DBG] pgmap v28: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:00:49.968 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:00:49 smithi067 bash[30830]: cluster 2023-12-09T02:00:48.827655+0000 mgr.y (mgr.14457) 50 : cluster [DBG] pgmap v28: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:00:50.219 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:00:49 smithi125 bash[25274]: cluster 2023-12-09T02:00:48.827655+0000 mgr.y (mgr.14457) 50 : cluster [DBG] pgmap v28: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:00:50.569 INFO:teuthology.orchestra.run.smithi067.stderr:Inferring config /var/lib/ceph/6db93fb0-9635-11ee-95a3-87774f69a715/mon.a/config 2023-12-09T02:00:50.601 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:00:50 smithi067 bash[25375]: 172.21.15.67 - - [09/Dec/2023:02:00:50] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-09T02:00:51.505 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:00:51 smithi067 bash[25104]: audit 2023-12-09T02:00:50.249334+0000 mon.a (mon.0) 881 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:00:51.505 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:00:51 smithi067 bash[25104]: audit 2023-12-09T02:00:50.258691+0000 mon.a (mon.0) 882 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:00:51.505 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:00:51 smithi067 bash[30830]: audit 2023-12-09T02:00:50.249334+0000 mon.a (mon.0) 881 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:00:51.505 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:00:51 smithi067 bash[30830]: audit 2023-12-09T02:00:50.258691+0000 mon.a (mon.0) 882 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:00:51.719 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:00:51 smithi125 bash[25274]: audit 2023-12-09T02:00:50.249334+0000 mon.a (mon.0) 881 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:00:51.720 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:00:51 smithi125 bash[25274]: audit 2023-12-09T02:00:50.258691+0000 mon.a (mon.0) 882 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:00:52.718 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:00:52 smithi067 bash[25104]: cluster 2023-12-09T02:00:50.828327+0000 mgr.y (mgr.14457) 51 : cluster [DBG] pgmap v29: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:00:52.718 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:00:52 smithi067 bash[30830]: cluster 2023-12-09T02:00:50.828327+0000 mgr.y (mgr.14457) 51 : cluster [DBG] pgmap v29: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:00:52.718 INFO:journalctl@ceph.alertmanager.a.smithi067.stdout:Dec 09 02:00:52 smithi067 bash[50701]: level=info ts=2023-12-09T02:00:52.338Z caller=cluster.go:688 component=cluster msg="gossip settled; proceeding" elapsed=10.002876963s 2023-12-09T02:00:52.719 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:00:52 smithi125 bash[25274]: cluster 2023-12-09T02:00:50.828327+0000 mgr.y (mgr.14457) 51 : cluster [DBG] pgmap v29: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:00:53.762 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-09T02:00:53.763 INFO:teuthology.orchestra.run.smithi067.stdout:{"epoch":59,"fsid":"6db93fb0-9635-11ee-95a3-87774f69a715","created":"2023-12-09T01:52:14.711366+0000","modified":"2023-12-09T01:59:57.870494+0000","last_up_change":"2023-12-09T01:59:30.077780+0000","last_in_change":"2023-12-09T01:59:02.315852+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-09T01:56:19.828923+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":"7c509e88-12e7-4752-8d7d-022666905f12","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.67:6802","nonce":2738877494},{"type":"v1","addr":"172.21.15.67:6803","nonce":2738877494}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6804","nonce":2738877494},{"type":"v1","addr":"172.21.15.67:6805","nonce":2738877494}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6808","nonce":2738877494},{"type":"v1","addr":"172.21.15.67:6809","nonce":2738877494}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6806","nonce":2738877494},{"type":"v1","addr":"172.21.15.67:6807","nonce":2738877494}]},"public_addr":"172.21.15.67:6803/2738877494","cluster_addr":"172.21.15.67:6805/2738877494","heartbeat_back_addr":"172.21.15.67:6809/2738877494","heartbeat_front_addr":"172.21.15.67:6807/2738877494","state":["exists","up"]},{"osd":1,"uuid":"5c739adf-29f0-46c9-a387-865520772bd2","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.67:6810","nonce":1163367759},{"type":"v1","addr":"172.21.15.67:6811","nonce":1163367759}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6812","nonce":1163367759},{"type":"v1","addr":"172.21.15.67:6813","nonce":1163367759}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6816","nonce":1163367759},{"type":"v1","addr":"172.21.15.67:6817","nonce":1163367759}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6814","nonce":1163367759},{"type":"v1","addr":"172.21.15.67:6815","nonce":1163367759}]},"public_addr":"172.21.15.67:6811/1163367759","cluster_addr":"172.21.15.67:6813/1163367759","heartbeat_back_addr":"172.21.15.67:6817/1163367759","heartbeat_front_addr":"172.21.15.67:6815/1163367759","state":["exists","up"]},{"osd":2,"uuid":"005c3798-583e-4dc5-a6be-4e4ce30117bd","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.67:6818","nonce":4288353206},{"type":"v1","addr":"172.21.15.67:6819","nonce":4288353206}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6820","nonce":4288353206},{"type":"v1","addr":"172.21.15.67:6821","nonce":4288353206}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6824","nonce":4288353206},{"type":"v1","addr":"172.21.15.67:6825","nonce":4288353206}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6822","nonce":4288353206},{"type":"v1","addr":"172.21.15.67:6823","nonce":4288353206}]},"public_addr":"172.21.15.67:6819/4288353206","cluster_addr":"172.21.15.67:6821/4288353206","heartbeat_back_addr":"172.21.15.67:6825/4288353206","heartbeat_front_addr":"172.21.15.67:6823/4288353206","state":["exists","up"]},{"osd":3,"uuid":"7c008860-ee7e-4d6e-bce4-91c9b0cbe497","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.67:6826","nonce":385317379},{"type":"v1","addr":"172.21.15.67:6827","nonce":385317379}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6828","nonce":385317379},{"type":"v1","addr":"172.21.15.67:6829","nonce":385317379}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6832","nonce":385317379},{"type":"v1","addr":"172.21.15.67:6833","nonce":385317379}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6830","nonce":385317379},{"type":"v1","addr":"172.21.15.67:6831","nonce":385317379}]},"public_addr":"172.21.15.67:6827/385317379","cluster_addr":"172.21.15.67:6829/385317379","heartbeat_back_addr":"172.21.15.67:6833/385317379","heartbeat_front_addr":"172.21.15.67:6831/385317379","state":["exists","up"]},{"osd":4,"uuid":"068c161b-c667-4a9a-ae63-54ded141d12e","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.125:6800","nonce":1346451985},{"type":"v1","addr":"172.21.15.125:6801","nonce":1346451985}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.125:6802","nonce":1346451985},{"type":"v1","addr":"172.21.15.125:6803","nonce":1346451985}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.125:6806","nonce":1346451985},{"type":"v1","addr":"172.21.15.125:6807","nonce":1346451985}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.125:6804","nonce":1346451985},{"type":"v1","addr":"172.21.15.125:6805","nonce":1346451985}]},"public_addr":"172.21.15.125:6801/1346451985","cluster_addr":"172.21.15.125:6803/1346451985","heartbeat_back_addr":"172.21.15.125:6807/1346451985","heartbeat_front_addr":"172.21.15.125:6805/1346451985","state":["exists","up"]},{"osd":5,"uuid":"3f8b4d52-4765-4d8d-9e34-19ac30756214","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.125:6808","nonce":1480446698},{"type":"v1","addr":"172.21.15.125:6809","nonce":1480446698}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.125:6810","nonce":1480446698},{"type":"v1","addr":"172.21.15.125:6811","nonce":1480446698}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.125:6814","nonce":1480446698},{"type":"v1","addr":"172.21.15.125:6815","nonce":1480446698}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.125:6812","nonce":1480446698},{"type":"v1","addr":"172.21.15.125:6813","nonce":1480446698}]},"public_addr":"172.21.15.125:6809/1480446698","cluster_addr":"172.21.15.125:6811/1480446698","heartbeat_back_addr":"172.21.15.125:6815/1480446698","heartbeat_front_addr":"172.21.15.125:6813/1480446698","state":["exists","up"]},{"osd":6,"uuid":"1ba372db-7ac9-4114-a8d9-40f8db60f578","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.125:6816","nonce":83651587},{"type":"v1","addr":"172.21.15.125:6817","nonce":83651587}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.125:6818","nonce":83651587},{"type":"v1","addr":"172.21.15.125:6819","nonce":83651587}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.125:6822","nonce":83651587},{"type":"v1","addr":"172.21.15.125:6823","nonce":83651587}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.125:6820","nonce":83651587},{"type":"v1","addr":"172.21.15.125:6821","nonce":83651587}]},"public_addr":"172.21.15.125:6817/83651587","cluster_addr":"172.21.15.125:6819/83651587","heartbeat_back_addr":"172.21.15.125:6823/83651587","heartbeat_front_addr":"172.21.15.125:6821/83651587","state":["exists","up"]},{"osd":7,"uuid":"541ff42c-54a9-4e6d-872d-87afde3858f8","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.125:6824","nonce":1680381358},{"type":"v1","addr":"172.21.15.125:6825","nonce":1680381358}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.125:6826","nonce":1680381358},{"type":"v1","addr":"172.21.15.125:6827","nonce":1680381358}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.125:6830","nonce":1680381358},{"type":"v1","addr":"172.21.15.125:6831","nonce":1680381358}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.125:6828","nonce":1680381358},{"type":"v1","addr":"172.21.15.125:6829","nonce":1680381358}]},"public_addr":"172.21.15.125:6825/1680381358","cluster_addr":"172.21.15.125:6827/1680381358","heartbeat_back_addr":"172.21.15.125:6831/1680381358","heartbeat_front_addr":"172.21.15.125:6829/1680381358","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-09T01:55:00.280990+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-09T01:55:41.829561+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-09T01:56:17.342423+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-09T01:56:55.154664+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-09T01:57:34.899001+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-09T01:58:08.947824+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-09T01:58:49.308430+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-09T01:59:28.395716+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.67:0/2826282929":"2023-12-10T01:59:57.870429+0000","172.21.15.67:0/2352719021":"2023-12-10T01:59:57.870429+0000","172.21.15.67:0/3206581049":"2023-12-10T01:59:57.870429+0000","172.21.15.67:0/4090341823":"2023-12-10T01:53:17.163660+0000","172.21.15.67:0/335125585":"2023-12-10T01:59:57.870429+0000","172.21.15.67:6800/2080107708":"2023-12-10T01:53:17.163660+0000","172.21.15.67:0/174531335":"2023-12-10T01:53:17.163660+0000","172.21.15.67:0/2326691072":"2023-12-10T01:53:17.163660+0000","172.21.15.67:6801/888530346":"2023-12-10T01:59:57.870429+0000","172.21.15.67:0/1286571169":"2023-12-10T01:52:46.431901+0000","172.21.15.67:6801/2080107708":"2023-12-10T01:53:17.163660+0000","172.21.15.67:6800/3868765661":"2023-12-10T01:52:46.431901+0000","172.21.15.67:6801/3868765661":"2023-12-10T01:52:46.431901+0000","172.21.15.67:0/3483377638":"2023-12-10T01:52:46.431901+0000","172.21.15.67:6800/888530346":"2023-12-10T01:59:57.870429+0000","172.21.15.67:0/889291258":"2023-12-10T01:52:46.431901+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-09T02:00:54.431 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 6db93fb0-9635-11ee-95a3-87774f69a715 -- ceph tell osd.0 flush_pg_stats 2023-12-09T02:00:54.432 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 6db93fb0-9635-11ee-95a3-87774f69a715 -- ceph tell osd.1 flush_pg_stats 2023-12-09T02:00:54.432 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 6db93fb0-9635-11ee-95a3-87774f69a715 -- ceph tell osd.2 flush_pg_stats 2023-12-09T02:00:54.433 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 6db93fb0-9635-11ee-95a3-87774f69a715 -- ceph tell osd.3 flush_pg_stats 2023-12-09T02:00:54.433 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 6db93fb0-9635-11ee-95a3-87774f69a715 -- ceph tell osd.4 flush_pg_stats 2023-12-09T02:00:54.434 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 6db93fb0-9635-11ee-95a3-87774f69a715 -- ceph tell osd.5 flush_pg_stats 2023-12-09T02:00:54.434 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 6db93fb0-9635-11ee-95a3-87774f69a715 -- ceph tell osd.6 flush_pg_stats 2023-12-09T02:00:54.435 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 6db93fb0-9635-11ee-95a3-87774f69a715 -- ceph tell osd.7 flush_pg_stats 2023-12-09T02:00:54.557 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:00:54 smithi125 bash[25274]: cluster 2023-12-09T02:00:52.828987+0000 mgr.y (mgr.14457) 52 : cluster [DBG] pgmap v30: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:00:54.557 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:00:54 smithi125 bash[25274]: audit 2023-12-09T02:00:53.759783+0000 mon.b (mon.2) 24 : audit [DBG] from='client.? 172.21.15.67:0/88030627' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-09T02:00:54.718 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:00:54 smithi067 bash[25104]: cluster 2023-12-09T02:00:52.828987+0000 mgr.y (mgr.14457) 52 : cluster [DBG] pgmap v30: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:00:54.718 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:00:54 smithi067 bash[25104]: audit 2023-12-09T02:00:53.759783+0000 mon.b (mon.2) 24 : audit [DBG] from='client.? 172.21.15.67:0/88030627' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-09T02:00:54.719 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:00:54 smithi067 bash[30830]: cluster 2023-12-09T02:00:52.828987+0000 mgr.y (mgr.14457) 52 : cluster [DBG] pgmap v30: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:00:54.719 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:00:54 smithi067 bash[30830]: audit 2023-12-09T02:00:53.759783+0000 mon.b (mon.2) 24 : audit [DBG] from='client.? 172.21.15.67:0/88030627' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-09T02:00:55.218 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:00:54 smithi067 bash[25375]: 172.21.15.125 - - [09/Dec/2023:02:00:54] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-09T02:00:56.101 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:00:55 smithi125 bash[25274]: audit 2023-12-09T02:00:54.811768+0000 mon.a (mon.0) 883 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:00:56.101 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:00:55 smithi125 bash[25274]: audit 2023-12-09T02:00:54.819206+0000 mon.a (mon.0) 884 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:00:56.101 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:00:55 smithi125 bash[25274]: cluster 2023-12-09T02:00:54.829573+0000 mgr.y (mgr.14457) 53 : cluster [DBG] pgmap v31: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:00:56.218 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:00:55 smithi067 bash[25104]: audit 2023-12-09T02:00:54.811768+0000 mon.a (mon.0) 883 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:00:56.219 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:00:55 smithi067 bash[25104]: audit 2023-12-09T02:00:54.819206+0000 mon.a (mon.0) 884 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:00:56.219 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:00:55 smithi067 bash[25104]: cluster 2023-12-09T02:00:54.829573+0000 mgr.y (mgr.14457) 53 : cluster [DBG] pgmap v31: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:00:56.219 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:00:55 smithi067 bash[30830]: audit 2023-12-09T02:00:54.811768+0000 mon.a (mon.0) 883 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:00:56.219 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:00:55 smithi067 bash[30830]: audit 2023-12-09T02:00:54.819206+0000 mon.a (mon.0) 884 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:00:56.220 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:00:55 smithi067 bash[30830]: cluster 2023-12-09T02:00:54.829573+0000 mgr.y (mgr.14457) 53 : cluster [DBG] pgmap v31: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:00:57.283 INFO:teuthology.orchestra.run.smithi067.stderr:Inferring config /var/lib/ceph/6db93fb0-9635-11ee-95a3-87774f69a715/mon.a/config 2023-12-09T02:00:57.283 INFO:teuthology.orchestra.run.smithi067.stderr:Inferring config /var/lib/ceph/6db93fb0-9635-11ee-95a3-87774f69a715/mon.a/config 2023-12-09T02:00:57.286 INFO:teuthology.orchestra.run.smithi067.stderr:Inferring config /var/lib/ceph/6db93fb0-9635-11ee-95a3-87774f69a715/mon.a/config 2023-12-09T02:00:57.287 INFO:teuthology.orchestra.run.smithi067.stderr:Inferring config /var/lib/ceph/6db93fb0-9635-11ee-95a3-87774f69a715/mon.a/config 2023-12-09T02:00:57.287 INFO:teuthology.orchestra.run.smithi067.stderr:Inferring config /var/lib/ceph/6db93fb0-9635-11ee-95a3-87774f69a715/mon.a/config 2023-12-09T02:00:57.288 INFO:teuthology.orchestra.run.smithi067.stderr:Inferring config /var/lib/ceph/6db93fb0-9635-11ee-95a3-87774f69a715/mon.a/config 2023-12-09T02:00:57.289 INFO:teuthology.orchestra.run.smithi067.stderr:Inferring config /var/lib/ceph/6db93fb0-9635-11ee-95a3-87774f69a715/mon.a/config 2023-12-09T02:00:57.290 INFO:teuthology.orchestra.run.smithi067.stderr:Inferring config /var/lib/ceph/6db93fb0-9635-11ee-95a3-87774f69a715/mon.a/config 2023-12-09T02:00:58.468 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:00:58 smithi067 bash[25104]: cluster 2023-12-09T02:00:56.830193+0000 mgr.y (mgr.14457) 54 : cluster [DBG] pgmap v32: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:00:58.469 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:00:58 smithi067 bash[30830]: cluster 2023-12-09T02:00:56.830193+0000 mgr.y (mgr.14457) 54 : cluster [DBG] pgmap v32: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:00:58.469 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:00:58 smithi125 bash[25274]: cluster 2023-12-09T02:00:56.830193+0000 mgr.y (mgr.14457) 54 : cluster [DBG] pgmap v32: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:00:59.097 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:00:59 smithi067 bash[25104]: audit 2023-12-09T02:00:58.916545+0000 mon.a (mon.0) 885 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-09T02:00:59.335 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:00:59 smithi125 bash[25274]: audit 2023-12-09T02:00:58.916545+0000 mon.a (mon.0) 885 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-09T02:00:59.468 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:00:59 smithi067 bash[30830]: audit 2023-12-09T02:00:58.916545+0000 mon.a (mon.0) 885 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-09T02:01:00.185 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:01:00 smithi125 bash[25274]: cluster 2023-12-09T02:00:58.830830+0000 mgr.y (mgr.14457) 55 : cluster [DBG] pgmap v33: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:01:00.185 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:01:00 smithi125 bash[25274]: audit 2023-12-09T02:00:59.192097+0000 mon.a (mon.0) 886 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-09T02:01:00.409 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:01:00 smithi067 bash[25104]: cluster 2023-12-09T02:00:58.830830+0000 mgr.y (mgr.14457) 55 : cluster [DBG] pgmap v33: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:01:00.410 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:01:00 smithi067 bash[25104]: audit 2023-12-09T02:00:59.192097+0000 mon.a (mon.0) 886 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-09T02:01:00.410 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:01:00 smithi067 bash[30830]: cluster 2023-12-09T02:00:58.830830+0000 mgr.y (mgr.14457) 55 : cluster [DBG] pgmap v33: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:01:00.410 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:01:00 smithi067 bash[30830]: audit 2023-12-09T02:00:59.192097+0000 mon.a (mon.0) 886 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-09T02:01:01.597 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:01:01 smithi067 bash[30830]: audit 2023-12-09T02:01:00.342599+0000 mon.a (mon.0) 887 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:01:01.597 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:01:01 smithi067 bash[30830]: audit 2023-12-09T02:01:00.346467+0000 mon.a (mon.0) 888 : audit [DBG] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:01:01.597 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:01:01 smithi067 bash[30830]: audit 2023-12-09T02:01:00.348628+0000 mon.a (mon.0) 889 : audit [DBG] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:01:01.597 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:01:01 smithi067 bash[30830]: audit 2023-12-09T02:01:00.350200+0000 mon.a (mon.0) 890 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:01:01.597 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:01:01 smithi067 bash[30830]: audit 2023-12-09T02:01:00.359541+0000 mon.a (mon.0) 891 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:01:01.597 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:01:01 smithi067 bash[30830]: cephadm 2023-12-09T02:01:00.360154+0000 mgr.y (mgr.14457) 56 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:01:01.597 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:01:01 smithi067 bash[30830]: cephadm 2023-12-09T02:01:00.362184+0000 mgr.y (mgr.14457) 57 : cephadm [INF] Reconfiguring alertmanager.a (dependencies changed)... 2023-12-09T02:01:01.597 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:01:01 smithi067 bash[30830]: cephadm 2023-12-09T02:01:00.366655+0000 mgr.y (mgr.14457) 58 : cephadm [INF] Reconfiguring daemon alertmanager.a on smithi067 2023-12-09T02:01:01.598 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:01:01 smithi067 bash[25104]: audit 2023-12-09T02:01:00.342599+0000 mon.a (mon.0) 887 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:01:01.598 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:01:01 smithi067 bash[25104]: audit 2023-12-09T02:01:00.346467+0000 mon.a (mon.0) 888 : audit [DBG] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:01:01.598 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:01:01 smithi067 bash[25104]: audit 2023-12-09T02:01:00.348628+0000 mon.a (mon.0) 889 : audit [DBG] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:01:01.598 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:01:01 smithi067 bash[25104]: audit 2023-12-09T02:01:00.350200+0000 mon.a (mon.0) 890 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:01:01.598 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:01:01 smithi067 bash[25104]: audit 2023-12-09T02:01:00.359541+0000 mon.a (mon.0) 891 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:01:01.598 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:01:01 smithi067 bash[25104]: cephadm 2023-12-09T02:01:00.360154+0000 mgr.y (mgr.14457) 56 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:01:01.598 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:01:01 smithi067 bash[25104]: cephadm 2023-12-09T02:01:00.362184+0000 mgr.y (mgr.14457) 57 : cephadm [INF] Reconfiguring alertmanager.a (dependencies changed)... 2023-12-09T02:01:01.598 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:01:01 smithi067 bash[25104]: cephadm 2023-12-09T02:01:00.366655+0000 mgr.y (mgr.14457) 58 : cephadm [INF] Reconfiguring daemon alertmanager.a on smithi067 2023-12-09T02:01:01.637 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:01:01 smithi125 bash[25274]: audit 2023-12-09T02:01:00.342599+0000 mon.a (mon.0) 887 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:01:01.637 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:01:01 smithi125 bash[25274]: audit 2023-12-09T02:01:00.346467+0000 mon.a (mon.0) 888 : audit [DBG] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:01:01.637 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:01:01 smithi125 bash[25274]: audit 2023-12-09T02:01:00.348628+0000 mon.a (mon.0) 889 : audit [DBG] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:01:01.638 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:01:01 smithi125 bash[25274]: audit 2023-12-09T02:01:00.350200+0000 mon.a (mon.0) 890 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:01:01.638 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:01:01 smithi125 bash[25274]: audit 2023-12-09T02:01:00.359541+0000 mon.a (mon.0) 891 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:01:01.638 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:01:01 smithi125 bash[25274]: cephadm 2023-12-09T02:01:00.360154+0000 mgr.y (mgr.14457) 56 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:01:01.638 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:01:01 smithi125 bash[25274]: cephadm 2023-12-09T02:01:00.362184+0000 mgr.y (mgr.14457) 57 : cephadm [INF] Reconfiguring alertmanager.a (dependencies changed)... 2023-12-09T02:01:01.638 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:01:01 smithi125 bash[25274]: cephadm 2023-12-09T02:01:00.366655+0000 mgr.y (mgr.14457) 58 : cephadm [INF] Reconfiguring daemon alertmanager.a on smithi067 2023-12-09T02:01:01.953 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:01 smithi125 bash[46294]: t=2023-12-09T02:01:01+0000 lvl=info msg="Executing migration" logger=migrator id="create user table" 2023-12-09T02:01:02.215 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:01 smithi125 bash[46294]: t=2023-12-09T02:01:01+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index user.login" 2023-12-09T02:01:02.215 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:01 smithi125 bash[46294]: t=2023-12-09T02:01:01+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index user.email" 2023-12-09T02:01:02.215 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:02 smithi125 bash[46294]: t=2023-12-09T02:01:02+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_user_login - v1" 2023-12-09T02:01:02.215 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:02 smithi125 bash[46294]: t=2023-12-09T02:01:02+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_user_email - v1" 2023-12-09T02:01:02.215 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:02 smithi125 bash[46294]: t=2023-12-09T02:01:02+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table user to user_v1 - v1" 2023-12-09T02:01:02.216 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:02 smithi125 bash[46294]: t=2023-12-09T02:01:02+0000 lvl=info msg="Executing migration" logger=migrator id="create user table v2" 2023-12-09T02:01:02.216 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:02 smithi125 bash[46294]: t=2023-12-09T02:01:02+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_user_login - v2" 2023-12-09T02:01:02.216 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:02 smithi125 bash[46294]: t=2023-12-09T02:01:02+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_user_email - v2" 2023-12-09T02:01:02.216 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:02 smithi125 bash[46294]: t=2023-12-09T02:01:02+0000 lvl=info msg="Executing migration" logger=migrator id="copy data_source v1 to v2" 2023-12-09T02:01:02.470 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:01:02 smithi125 bash[25274]: cluster 2023-12-09T02:01:00.831563+0000 mgr.y (mgr.14457) 59 : cluster [DBG] pgmap v34: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:01:02.470 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:02 smithi125 bash[46294]: t=2023-12-09T02:01:02+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old table user_v1" 2023-12-09T02:01:02.470 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:02 smithi125 bash[46294]: t=2023-12-09T02:01:02+0000 lvl=info msg="Executing migration" logger=migrator id="Add column help_flags1 to user table" 2023-12-09T02:01:02.470 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:02 smithi125 bash[46294]: t=2023-12-09T02:01:02+0000 lvl=info msg="Executing migration" logger=migrator id="Update user table charset" 2023-12-09T02:01:02.470 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:02 smithi125 bash[46294]: t=2023-12-09T02:01:02+0000 lvl=info msg="Executing migration" logger=migrator id="Add last_seen_at column to user" 2023-12-09T02:01:02.470 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:02 smithi125 bash[46294]: t=2023-12-09T02:01:02+0000 lvl=info msg="Executing migration" logger=migrator id="Add missing user data" 2023-12-09T02:01:02.470 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:02 smithi125 bash[46294]: t=2023-12-09T02:01:02+0000 lvl=info msg="Executing migration" logger=migrator id="Add is_disabled column to user" 2023-12-09T02:01:02.718 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:01:02 smithi067 bash[25104]: cluster 2023-12-09T02:01:00.831563+0000 mgr.y (mgr.14457) 59 : cluster [DBG] pgmap v34: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:01:02.718 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:01:02 smithi067 bash[30830]: cluster 2023-12-09T02:01:00.831563+0000 mgr.y (mgr.14457) 59 : cluster [DBG] pgmap v34: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:01:02.787 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:02 smithi125 bash[46294]: t=2023-12-09T02:01:02+0000 lvl=info msg="Executing migration" logger=migrator id="Add index user.login/user.email" 2023-12-09T02:01:02.787 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:02 smithi125 bash[46294]: t=2023-12-09T02:01:02+0000 lvl=info msg="Executing migration" logger=migrator id="Add is_service_account column to user" 2023-12-09T02:01:02.787 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:02 smithi125 bash[46294]: t=2023-12-09T02:01:02+0000 lvl=info msg="Executing migration" logger=migrator id="create temp user table v1-7" 2023-12-09T02:01:02.787 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:02 smithi125 bash[46294]: t=2023-12-09T02:01:02+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_email - v1-7" 2023-12-09T02:01:02.787 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:02 smithi125 bash[46294]: t=2023-12-09T02:01:02+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_org_id - v1-7" 2023-12-09T02:01:02.787 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:02 smithi125 bash[46294]: t=2023-12-09T02:01:02+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_code - v1-7" 2023-12-09T02:01:02.787 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:02 smithi125 bash[46294]: t=2023-12-09T02:01:02+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_status - v1-7" 2023-12-09T02:01:02.787 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:02 smithi125 bash[46294]: t=2023-12-09T02:01:02+0000 lvl=info msg="Executing migration" logger=migrator id="Update temp_user table charset" 2023-12-09T02:01:03.072 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:02 smithi125 bash[46294]: t=2023-12-09T02:01:02+0000 lvl=info msg="Executing migration" logger=migrator id="drop index IDX_temp_user_email - v1" 2023-12-09T02:01:03.073 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:02 smithi125 bash[46294]: t=2023-12-09T02:01:02+0000 lvl=info msg="Executing migration" logger=migrator id="drop index IDX_temp_user_org_id - v1" 2023-12-09T02:01:03.073 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:02 smithi125 bash[46294]: t=2023-12-09T02:01:02+0000 lvl=info msg="Executing migration" logger=migrator id="drop index IDX_temp_user_code - v1" 2023-12-09T02:01:03.073 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:02 smithi125 bash[46294]: t=2023-12-09T02:01:02+0000 lvl=info msg="Executing migration" logger=migrator id="drop index IDX_temp_user_status - v1" 2023-12-09T02:01:03.073 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:03 smithi125 bash[46294]: t=2023-12-09T02:01:03+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table temp_user to temp_user_tmp_qwerty - v1" 2023-12-09T02:01:03.073 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:03 smithi125 bash[46294]: t=2023-12-09T02:01:03+0000 lvl=info msg="Executing migration" logger=migrator id="create temp_user v2" 2023-12-09T02:01:03.073 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:03 smithi125 bash[46294]: t=2023-12-09T02:01:03+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_email - v2" 2023-12-09T02:01:03.375 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:03 smithi125 bash[46294]: t=2023-12-09T02:01:03+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_org_id - v2" 2023-12-09T02:01:03.375 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:03 smithi125 bash[46294]: t=2023-12-09T02:01:03+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_code - v2" 2023-12-09T02:01:03.376 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:03 smithi125 bash[46294]: t=2023-12-09T02:01:03+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_status - v2" 2023-12-09T02:01:03.376 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:03 smithi125 bash[46294]: t=2023-12-09T02:01:03+0000 lvl=info msg="Executing migration" logger=migrator id="copy temp_user v1 to v2" 2023-12-09T02:01:03.626 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:03 smithi125 bash[46294]: t=2023-12-09T02:01:03+0000 lvl=info msg="Executing migration" logger=migrator id="drop temp_user_tmp_qwerty" 2023-12-09T02:01:03.626 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:03 smithi125 bash[46294]: t=2023-12-09T02:01:03+0000 lvl=info msg="Executing migration" logger=migrator id="Set created for temp users that will otherwise prematurely expire" 2023-12-09T02:01:03.720 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:03 smithi125 bash[46294]: t=2023-12-09T02:01:03+0000 lvl=info msg="Executing migration" logger=migrator id="create star table" 2023-12-09T02:01:03.970 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:03 smithi125 bash[46294]: t=2023-12-09T02:01:03+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index star.user_id_dashboard_id" 2023-12-09T02:01:04.297 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:04 smithi125 bash[46294]: t=2023-12-09T02:01:04+0000 lvl=info msg="Executing migration" logger=migrator id="create org table v1" 2023-12-09T02:01:04.297 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:04 smithi125 bash[46294]: t=2023-12-09T02:01:04+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_org_name - v1" 2023-12-09T02:01:04.297 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:04 smithi125 bash[46294]: t=2023-12-09T02:01:04+0000 lvl=info msg="Executing migration" logger=migrator id="create org_user table v1" 2023-12-09T02:01:04.718 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:01:04 smithi067 bash[30830]: cluster 2023-12-09T02:01:02.832267+0000 mgr.y (mgr.14457) 60 : cluster [DBG] pgmap v35: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:01:04.718 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:01:04 smithi067 bash[30830]: audit 2023-12-09T02:01:03.929360+0000 mon.a (mon.0) 892 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:01:04.718 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:01:04 smithi067 bash[25104]: cluster 2023-12-09T02:01:02.832267+0000 mgr.y (mgr.14457) 60 : cluster [DBG] pgmap v35: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:01:04.718 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:01:04 smithi067 bash[25104]: audit 2023-12-09T02:01:03.929360+0000 mon.a (mon.0) 892 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:01:04.720 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:04 smithi125 bash[46294]: t=2023-12-09T02:01:04+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_org_user_org_id - v1" 2023-12-09T02:01:04.720 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:04 smithi125 bash[46294]: t=2023-12-09T02:01:04+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_org_user_org_id_user_id - v1" 2023-12-09T02:01:04.720 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:01:04 smithi125 bash[25274]: cluster 2023-12-09T02:01:02.832267+0000 mgr.y (mgr.14457) 60 : cluster [DBG] pgmap v35: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:01:04.720 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:01:04 smithi125 bash[25274]: audit 2023-12-09T02:01:03.929360+0000 mon.a (mon.0) 892 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:01:05.058 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:04 smithi125 bash[46294]: t=2023-12-09T02:01:04+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_org_user_user_id - v1" 2023-12-09T02:01:05.394 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:05 smithi125 bash[46294]: t=2023-12-09T02:01:05+0000 lvl=info msg="Executing migration" logger=migrator id="Update org table charset" 2023-12-09T02:01:05.394 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:05 smithi125 bash[46294]: t=2023-12-09T02:01:05+0000 lvl=info msg="Executing migration" logger=migrator id="Update org_user table charset" 2023-12-09T02:01:05.394 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:05 smithi125 bash[46294]: t=2023-12-09T02:01:05+0000 lvl=info msg="Executing migration" logger=migrator id="Migrate all Read Only Viewers to Viewers" 2023-12-09T02:01:05.674 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:05 smithi125 bash[46294]: t=2023-12-09T02:01:05+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard table" 2023-12-09T02:01:05.675 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:05 smithi125 bash[46294]: t=2023-12-09T02:01:05+0000 lvl=info msg="Executing migration" logger=migrator id="add index dashboard.account_id" 2023-12-09T02:01:05.675 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:05 smithi125 bash[46294]: t=2023-12-09T02:01:05+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index dashboard_account_id_slug" 2023-12-09T02:01:05.675 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:05 smithi125 bash[46294]: t=2023-12-09T02:01:05+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_tag table" 2023-12-09T02:01:05.970 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:05 smithi125 bash[46294]: t=2023-12-09T02:01:05+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index dashboard_tag.dasboard_id_term" 2023-12-09T02:01:05.970 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:05 smithi125 bash[46294]: t=2023-12-09T02:01:05+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_dashboard_tag_dashboard_id_term - v1" 2023-12-09T02:01:05.970 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:05 smithi125 bash[46294]: t=2023-12-09T02:01:05+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table dashboard to dashboard_v1 - v1" 2023-12-09T02:01:05.970 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:05 smithi125 bash[46294]: t=2023-12-09T02:01:05+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard v2" 2023-12-09T02:01:05.970 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:05 smithi125 bash[46294]: t=2023-12-09T02:01:05+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_dashboard_org_id - v2" 2023-12-09T02:01:06.368 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:05 smithi125 bash[46294]: t=2023-12-09T02:01:05+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_dashboard_org_id_slug - v2" 2023-12-09T02:01:06.368 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:06 smithi125 bash[46294]: t=2023-12-09T02:01:06+0000 lvl=info msg="Executing migration" logger=migrator id="copy dashboard v1 to v2" 2023-12-09T02:01:06.368 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:06 smithi125 bash[46294]: t=2023-12-09T02:01:06+0000 lvl=info msg="Executing migration" logger=migrator id="drop table dashboard_v1" 2023-12-09T02:01:06.387 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:01:06 smithi125 bash[25274]: cluster 2023-12-09T02:01:04.833118+0000 mgr.y (mgr.14457) 61 : cluster [DBG] pgmap v36: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:01:06.468 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:01:06 smithi067 bash[25104]: cluster 2023-12-09T02:01:04.833118+0000 mgr.y (mgr.14457) 61 : cluster [DBG] pgmap v36: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:01:06.468 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:01:06 smithi067 bash[30830]: cluster 2023-12-09T02:01:04.833118+0000 mgr.y (mgr.14457) 61 : cluster [DBG] pgmap v36: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:01:06.648 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:06 smithi125 bash[46294]: t=2023-12-09T02:01:06+0000 lvl=info msg="Executing migration" logger=migrator id="alter dashboard.data to mediumtext v1" 2023-12-09T02:01:06.963 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:06 smithi125 bash[46294]: t=2023-12-09T02:01:06+0000 lvl=info msg="Executing migration" logger=migrator id="Add column updated_by in dashboard - v2" 2023-12-09T02:01:06.964 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:06 smithi125 bash[46294]: t=2023-12-09T02:01:06+0000 lvl=info msg="Executing migration" logger=migrator id="Add column created_by in dashboard - v2" 2023-12-09T02:01:06.964 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:06 smithi125 bash[46294]: t=2023-12-09T02:01:06+0000 lvl=info msg="Executing migration" logger=migrator id="Add column gnetId in dashboard" 2023-12-09T02:01:07.214 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:06 smithi125 bash[46294]: t=2023-12-09T02:01:06+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for gnetId in dashboard" 2023-12-09T02:01:07.214 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:07 smithi125 bash[46294]: t=2023-12-09T02:01:07+0000 lvl=info msg="Executing migration" logger=migrator id="Add column plugin_id in dashboard" 2023-12-09T02:01:07.403 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:07 smithi125 bash[46294]: t=2023-12-09T02:01:07+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for plugin_id in dashboard" 2023-12-09T02:01:07.502 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:07 smithi125 bash[46294]: t=2023-12-09T02:01:07+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for dashboard_id in dashboard_tag" 2023-12-09T02:01:07.720 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:07 smithi125 bash[46294]: t=2023-12-09T02:01:07+0000 lvl=info msg="Executing migration" logger=migrator id="Update dashboard table charset" 2023-12-09T02:01:07.968 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:01:07 smithi067 bash[25375]: 172.21.15.125 - - [09/Dec/2023:02:01:07] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-09T02:01:08.220 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:07 smithi125 bash[46294]: t=2023-12-09T02:01:07+0000 lvl=info msg="Executing migration" logger=migrator id="Update dashboard_tag table charset" 2023-12-09T02:01:08.220 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:08 smithi125 bash[46294]: t=2023-12-09T02:01:08+0000 lvl=info msg="Executing migration" logger=migrator id="Add column folder_id in dashboard" 2023-12-09T02:01:08.220 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:08 smithi125 bash[46294]: t=2023-12-09T02:01:08+0000 lvl=info msg="Executing migration" logger=migrator id="Add column isFolder in dashboard" 2023-12-09T02:01:08.522 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:08 smithi125 bash[46294]: t=2023-12-09T02:01:08+0000 lvl=info msg="Executing migration" logger=migrator id="Add column has_acl in dashboard" 2023-12-09T02:01:08.522 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:08 smithi125 bash[46294]: t=2023-12-09T02:01:08+0000 lvl=info msg="Executing migration" logger=migrator id="Add column uid in dashboard" 2023-12-09T02:01:08.522 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:08 smithi125 bash[46294]: t=2023-12-09T02:01:08+0000 lvl=info msg="Executing migration" logger=migrator id="Update uid column values in dashboard" 2023-12-09T02:01:08.523 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:08 smithi125 bash[46294]: t=2023-12-09T02:01:08+0000 lvl=info msg="Executing migration" logger=migrator id="Add unique index dashboard_org_id_uid" 2023-12-09T02:01:08.783 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:08 smithi125 bash[46294]: t=2023-12-09T02:01:08+0000 lvl=info msg="Executing migration" logger=migrator id="Remove unique index org_id_slug" 2023-12-09T02:01:08.783 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:08 smithi125 bash[46294]: t=2023-12-09T02:01:08+0000 lvl=info msg="Executing migration" logger=migrator id="Update dashboard title length" 2023-12-09T02:01:08.784 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:08 smithi125 bash[46294]: t=2023-12-09T02:01:08+0000 lvl=info msg="Executing migration" logger=migrator id="Add unique index for dashboard_org_id_title_folder_id" 2023-12-09T02:01:08.784 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:08 smithi125 bash[46294]: t=2023-12-09T02:01:08+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_provisioning" 2023-12-09T02:01:08.784 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:08 smithi125 bash[46294]: t=2023-12-09T02:01:08+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table dashboard_provisioning to dashboard_provisioning_tmp_qwerty - v1" 2023-12-09T02:01:08.784 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:01:08 smithi125 bash[25274]: cluster 2023-12-09T02:01:06.833761+0000 mgr.y (mgr.14457) 62 : cluster [DBG] pgmap v37: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:01:08.784 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:01:08 smithi125 bash[25274]: audit 2023-12-09T02:01:07.631615+0000 mon.a (mon.0) 893 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:01:08.784 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:01:08 smithi125 bash[25274]: audit 2023-12-09T02:01:07.638490+0000 mon.a (mon.0) 894 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:01:08.967 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:01:08 smithi067 bash[25104]: cluster 2023-12-09T02:01:06.833761+0000 mgr.y (mgr.14457) 62 : cluster [DBG] pgmap v37: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:01:08.967 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:01:08 smithi067 bash[25104]: audit 2023-12-09T02:01:07.631615+0000 mon.a (mon.0) 893 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:01:08.967 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:01:08 smithi067 bash[25104]: audit 2023-12-09T02:01:07.638490+0000 mon.a (mon.0) 894 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:01:08.967 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:01:08 smithi067 bash[30830]: cluster 2023-12-09T02:01:06.833761+0000 mgr.y (mgr.14457) 62 : cluster [DBG] pgmap v37: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:01:08.967 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:01:08 smithi067 bash[30830]: audit 2023-12-09T02:01:07.631615+0000 mon.a (mon.0) 893 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:01:08.967 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:01:08 smithi067 bash[30830]: audit 2023-12-09T02:01:07.638490+0000 mon.a (mon.0) 894 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:01:09.053 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:08 smithi125 bash[46294]: t=2023-12-09T02:01:08+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_provisioning v2" 2023-12-09T02:01:09.053 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:08 smithi125 bash[46294]: t=2023-12-09T02:01:08+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_dashboard_provisioning_dashboard_id - v2" 2023-12-09T02:01:09.053 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:08 smithi125 bash[46294]: t=2023-12-09T02:01:08+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_dashboard_provisioning_dashboard_id_name - v2" 2023-12-09T02:01:09.053 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:08 smithi125 bash[46294]: t=2023-12-09T02:01:08+0000 lvl=info msg="Executing migration" logger=migrator id="copy dashboard_provisioning v1 to v2" 2023-12-09T02:01:09.053 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:08 smithi125 bash[46294]: t=2023-12-09T02:01:08+0000 lvl=info msg="Executing migration" logger=migrator id="drop dashboard_provisioning_tmp_qwerty" 2023-12-09T02:01:09.053 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:08 smithi125 bash[46294]: t=2023-12-09T02:01:08+0000 lvl=info msg="Executing migration" logger=migrator id="Add check_sum column" 2023-12-09T02:01:09.053 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:09 smithi125 bash[46294]: t=2023-12-09T02:01:09+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for dashboard_title" 2023-12-09T02:01:09.054 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:09 smithi125 bash[46294]: t=2023-12-09T02:01:09+0000 lvl=info msg="Executing migration" logger=migrator id="delete tags for deleted dashboards" 2023-12-09T02:01:09.334 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:09 smithi125 bash[46294]: t=2023-12-09T02:01:09+0000 lvl=info msg="Executing migration" logger=migrator id="delete stars for deleted dashboards" 2023-12-09T02:01:09.334 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:09 smithi125 bash[46294]: t=2023-12-09T02:01:09+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for dashboard_is_folder" 2023-12-09T02:01:09.334 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:09 smithi125 bash[46294]: t=2023-12-09T02:01:09+0000 lvl=info msg="Executing migration" logger=migrator id="create data_source table" 2023-12-09T02:01:09.334 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:09 smithi125 bash[46294]: t=2023-12-09T02:01:09+0000 lvl=info msg="Executing migration" logger=migrator id="add index data_source.account_id" 2023-12-09T02:01:09.334 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:09 smithi125 bash[46294]: t=2023-12-09T02:01:09+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index data_source.account_id_name" 2023-12-09T02:01:09.334 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:09 smithi125 bash[46294]: t=2023-12-09T02:01:09+0000 lvl=info msg="Executing migration" logger=migrator id="drop index IDX_data_source_account_id - v1" 2023-12-09T02:01:09.334 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:09 smithi125 bash[46294]: t=2023-12-09T02:01:09+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_data_source_account_id_name - v1" 2023-12-09T02:01:09.334 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:09 smithi125 bash[46294]: t=2023-12-09T02:01:09+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table data_source to data_source_v1 - v1" 2023-12-09T02:01:09.603 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:09 smithi125 bash[46294]: t=2023-12-09T02:01:09+0000 lvl=info msg="Executing migration" logger=migrator id="create data_source table v2" 2023-12-09T02:01:09.603 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:09 smithi125 bash[46294]: t=2023-12-09T02:01:09+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_data_source_org_id - v2" 2023-12-09T02:01:09.603 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:09 smithi125 bash[46294]: t=2023-12-09T02:01:09+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_data_source_org_id_name - v2" 2023-12-09T02:01:09.603 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:09 smithi125 bash[46294]: t=2023-12-09T02:01:09+0000 lvl=info msg="Executing migration" logger=migrator id="copy data_source v1 to v2" 2023-12-09T02:01:09.603 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:09 smithi125 bash[46294]: t=2023-12-09T02:01:09+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old table data_source_v1 #2" 2023-12-09T02:01:09.604 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:09 smithi125 bash[46294]: t=2023-12-09T02:01:09+0000 lvl=info msg="Executing migration" logger=migrator id="Add column with_credentials" 2023-12-09T02:01:09.604 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:09 smithi125 bash[46294]: t=2023-12-09T02:01:09+0000 lvl=info msg="Executing migration" logger=migrator id="Add secure json data column" 2023-12-09T02:01:09.604 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:09 smithi125 bash[46294]: t=2023-12-09T02:01:09+0000 lvl=info msg="Executing migration" logger=migrator id="Update data_source table charset" 2023-12-09T02:01:09.882 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:09 smithi125 bash[46294]: t=2023-12-09T02:01:09+0000 lvl=info msg="Executing migration" logger=migrator id="Update initial version to 1" 2023-12-09T02:01:09.882 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:09 smithi125 bash[46294]: t=2023-12-09T02:01:09+0000 lvl=info msg="Executing migration" logger=migrator id="Add read_only data column" 2023-12-09T02:01:09.882 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:09 smithi125 bash[46294]: t=2023-12-09T02:01:09+0000 lvl=info msg="Executing migration" logger=migrator id="Migrate logging ds to loki ds" 2023-12-09T02:01:09.882 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:09 smithi125 bash[46294]: t=2023-12-09T02:01:09+0000 lvl=info msg="Executing migration" logger=migrator id="Update json_data with nulls" 2023-12-09T02:01:09.882 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:09 smithi125 bash[46294]: t=2023-12-09T02:01:09+0000 lvl=info msg="Executing migration" logger=migrator id="Add uid column" 2023-12-09T02:01:09.882 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:09 smithi125 bash[46294]: t=2023-12-09T02:01:09+0000 lvl=info msg="Executing migration" logger=migrator id="Update uid value" 2023-12-09T02:01:09.882 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:09 smithi125 bash[46294]: t=2023-12-09T02:01:09+0000 lvl=info msg="Executing migration" logger=migrator id="Add unique index datasource_org_id_uid" 2023-12-09T02:01:10.098 INFO:teuthology.orchestra.run.smithi067.stdout:197568495644 2023-12-09T02:01:10.099 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 6db93fb0-9635-11ee-95a3-87774f69a715 -- ceph osd last-stat-seq osd.6 2023-12-09T02:01:10.167 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:09 smithi125 bash[46294]: t=2023-12-09T02:01:09+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index datasource_org_id_is_default" 2023-12-09T02:01:10.167 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:09 smithi125 bash[46294]: t=2023-12-09T02:01:09+0000 lvl=info msg="Executing migration" logger=migrator id="create api_key table" 2023-12-09T02:01:10.167 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:10 smithi125 bash[46294]: t=2023-12-09T02:01:10+0000 lvl=info msg="Executing migration" logger=migrator id="add index api_key.account_id" 2023-12-09T02:01:10.167 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:10 smithi125 bash[46294]: t=2023-12-09T02:01:10+0000 lvl=info msg="Executing migration" logger=migrator id="add index api_key.key" 2023-12-09T02:01:10.167 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:10 smithi125 bash[46294]: t=2023-12-09T02:01:10+0000 lvl=info msg="Executing migration" logger=migrator id="add index api_key.account_id_name" 2023-12-09T02:01:10.470 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:10 smithi125 bash[46294]: t=2023-12-09T02:01:10+0000 lvl=info msg="Executing migration" logger=migrator id="drop index IDX_api_key_account_id - v1" 2023-12-09T02:01:10.470 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:10 smithi125 bash[46294]: t=2023-12-09T02:01:10+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_api_key_key - v1" 2023-12-09T02:01:10.470 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:10 smithi125 bash[46294]: t=2023-12-09T02:01:10+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_api_key_account_id_name - v1" 2023-12-09T02:01:10.718 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:01:10 smithi067 bash[25375]: 172.21.15.67 - - [09/Dec/2023:02:01:10] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-09T02:01:10.718 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:01:10 smithi067 bash[30830]: cluster 2023-12-09T02:01:08.834698+0000 mgr.y (mgr.14457) 63 : cluster [DBG] pgmap v38: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:01:10.718 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:01:10 smithi067 bash[30830]: audit 2023-12-09T02:01:10.381640+0000 mon.a (mon.0) 895 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:01:10.718 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:01:10 smithi067 bash[30830]: audit 2023-12-09T02:01:10.388195+0000 mon.a (mon.0) 896 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:01:10.719 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:01:10 smithi067 bash[25104]: cluster 2023-12-09T02:01:08.834698+0000 mgr.y (mgr.14457) 63 : cluster [DBG] pgmap v38: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:01:10.719 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:01:10 smithi067 bash[25104]: audit 2023-12-09T02:01:10.381640+0000 mon.a (mon.0) 895 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:01:10.719 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:01:10 smithi067 bash[25104]: audit 2023-12-09T02:01:10.388195+0000 mon.a (mon.0) 896 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:01:10.916 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:10 smithi125 bash[46294]: t=2023-12-09T02:01:10+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table api_key to api_key_v1 - v1" 2023-12-09T02:01:10.917 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:01:10 smithi125 bash[25274]: cluster 2023-12-09T02:01:08.834698+0000 mgr.y (mgr.14457) 63 : cluster [DBG] pgmap v38: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:01:10.917 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:01:10 smithi125 bash[25274]: audit 2023-12-09T02:01:10.381640+0000 mon.a (mon.0) 895 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:01:10.917 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:01:10 smithi125 bash[25274]: audit 2023-12-09T02:01:10.388195+0000 mon.a (mon.0) 896 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:01:11.180 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:10 smithi125 bash[46294]: t=2023-12-09T02:01:10+0000 lvl=info msg="Executing migration" logger=migrator id="create api_key table v2" 2023-12-09T02:01:11.180 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:11 smithi125 bash[46294]: t=2023-12-09T02:01:11+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_api_key_org_id - v2" 2023-12-09T02:01:11.181 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:11 smithi125 bash[46294]: t=2023-12-09T02:01:11+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_api_key_key - v2" 2023-12-09T02:01:11.433 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:11 smithi125 bash[46294]: t=2023-12-09T02:01:11+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_api_key_org_id_name - v2" 2023-12-09T02:01:11.434 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:11 smithi125 bash[46294]: t=2023-12-09T02:01:11+0000 lvl=info msg="Executing migration" logger=migrator id="copy api_key v1 to v2" 2023-12-09T02:01:11.434 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:11 smithi125 bash[46294]: t=2023-12-09T02:01:11+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old table api_key_v1" 2023-12-09T02:01:11.434 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:11 smithi125 bash[46294]: t=2023-12-09T02:01:11+0000 lvl=info msg="Executing migration" logger=migrator id="Update api_key table charset" 2023-12-09T02:01:11.434 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:11 smithi125 bash[46294]: t=2023-12-09T02:01:11+0000 lvl=info msg="Executing migration" logger=migrator id="Add expires to api_key table" 2023-12-09T02:01:11.434 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:11 smithi125 bash[46294]: t=2023-12-09T02:01:11+0000 lvl=info msg="Executing migration" logger=migrator id="Add service account foreign key" 2023-12-09T02:01:11.434 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:11 smithi125 bash[46294]: t=2023-12-09T02:01:11+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_snapshot table v4" 2023-12-09T02:01:11.434 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:11 smithi125 bash[46294]: t=2023-12-09T02:01:11+0000 lvl=info msg="Executing migration" logger=migrator id="drop table dashboard_snapshot_v4 #1" 2023-12-09T02:01:11.434 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:11 smithi125 bash[46294]: t=2023-12-09T02:01:11+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_snapshot table v5 #2" 2023-12-09T02:01:11.703 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:11 smithi125 bash[46294]: t=2023-12-09T02:01:11+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_dashboard_snapshot_key - v5" 2023-12-09T02:01:11.703 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:11 smithi125 bash[46294]: t=2023-12-09T02:01:11+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_dashboard_snapshot_delete_key - v5" 2023-12-09T02:01:11.703 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:11 smithi125 bash[46294]: t=2023-12-09T02:01:11+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_dashboard_snapshot_user_id - v5" 2023-12-09T02:01:11.703 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:11 smithi125 bash[46294]: t=2023-12-09T02:01:11+0000 lvl=info msg="Executing migration" logger=migrator id="alter dashboard_snapshot to mediumtext v2" 2023-12-09T02:01:11.703 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:11 smithi125 bash[46294]: t=2023-12-09T02:01:11+0000 lvl=info msg="Executing migration" logger=migrator id="Update dashboard_snapshot table charset" 2023-12-09T02:01:11.703 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:11 smithi125 bash[46294]: t=2023-12-09T02:01:11+0000 lvl=info msg="Executing migration" logger=migrator id="Add column external_delete_url to dashboard_snapshots table" 2023-12-09T02:01:11.703 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:11 smithi125 bash[46294]: t=2023-12-09T02:01:11+0000 lvl=info msg="Executing migration" logger=migrator id="Add encrypted dashboard json column" 2023-12-09T02:01:11.703 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:11 smithi125 bash[46294]: t=2023-12-09T02:01:11+0000 lvl=info msg="Executing migration" logger=migrator id="Change dashboard_encrypted column to MEDIUMBLOB" 2023-12-09T02:01:11.718 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:01:11 smithi067 bash[25375]: 172.21.15.125 - - [09/Dec/2023:02:01:11] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-09T02:01:11.970 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:11 smithi125 bash[46294]: t=2023-12-09T02:01:11+0000 lvl=info msg="Executing migration" logger=migrator id="create quota table v1" 2023-12-09T02:01:11.970 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:11 smithi125 bash[46294]: t=2023-12-09T02:01:11+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_quota_org_id_user_id_target - v1" 2023-12-09T02:01:11.970 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:11 smithi125 bash[46294]: t=2023-12-09T02:01:11+0000 lvl=info msg="Executing migration" logger=migrator id="Update quota table charset" 2023-12-09T02:01:11.970 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:11 smithi125 bash[46294]: t=2023-12-09T02:01:11+0000 lvl=info msg="Executing migration" logger=migrator id="create plugin_setting table" 2023-12-09T02:01:11.970 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:11 smithi125 bash[46294]: t=2023-12-09T02:01:11+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_plugin_setting_org_id_plugin_id - v1" 2023-12-09T02:01:11.970 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:11 smithi125 bash[46294]: t=2023-12-09T02:01:11+0000 lvl=info msg="Executing migration" logger=migrator id="Add column plugin_version to plugin_settings" 2023-12-09T02:01:12.267 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:11 smithi125 bash[46294]: t=2023-12-09T02:01:11+0000 lvl=info msg="Executing migration" logger=migrator id="Update plugin_setting table charset" 2023-12-09T02:01:12.267 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:12 smithi125 bash[46294]: t=2023-12-09T02:01:12+0000 lvl=info msg="Executing migration" logger=migrator id="create session table" 2023-12-09T02:01:12.267 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:12 smithi125 bash[46294]: t=2023-12-09T02:01:12+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old table playlist table" 2023-12-09T02:01:12.267 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:12 smithi125 bash[46294]: t=2023-12-09T02:01:12+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old table playlist_item table" 2023-12-09T02:01:12.267 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:12 smithi125 bash[46294]: t=2023-12-09T02:01:12+0000 lvl=info msg="Executing migration" logger=migrator id="create playlist table v2" 2023-12-09T02:01:12.267 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:12 smithi125 bash[46294]: t=2023-12-09T02:01:12+0000 lvl=info msg="Executing migration" logger=migrator id="create playlist item table v2" 2023-12-09T02:01:12.268 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:12 smithi125 bash[46294]: t=2023-12-09T02:01:12+0000 lvl=info msg="Executing migration" logger=migrator id="Update playlist table charset" 2023-12-09T02:01:12.268 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:12 smithi125 bash[46294]: t=2023-12-09T02:01:12+0000 lvl=info msg="Executing migration" logger=migrator id="Update playlist_item table charset" 2023-12-09T02:01:12.268 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:12 smithi125 bash[46294]: t=2023-12-09T02:01:12+0000 lvl=info msg="Executing migration" logger=migrator id="drop preferences table v2" 2023-12-09T02:01:12.268 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:12 smithi125 bash[46294]: t=2023-12-09T02:01:12+0000 lvl=info msg="Executing migration" logger=migrator id="drop preferences table v3" 2023-12-09T02:01:12.268 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:12 smithi125 bash[46294]: t=2023-12-09T02:01:12+0000 lvl=info msg="Executing migration" logger=migrator id="create preferences table v3" 2023-12-09T02:01:12.468 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:01:12 smithi067 bash[30830]: cluster 2023-12-09T02:01:10.835340+0000 mgr.y (mgr.14457) 64 : cluster [DBG] pgmap v39: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:01:12.468 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:01:12 smithi067 bash[30830]: audit 2023-12-09T02:01:11.311110+0000 mon.a (mon.0) 897 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:01:12.468 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:01:12 smithi067 bash[30830]: audit 2023-12-09T02:01:11.320141+0000 mon.a (mon.0) 898 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:01:12.468 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:01:12 smithi067 bash[25104]: cluster 2023-12-09T02:01:10.835340+0000 mgr.y (mgr.14457) 64 : cluster [DBG] pgmap v39: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:01:12.468 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:01:12 smithi067 bash[25104]: audit 2023-12-09T02:01:11.311110+0000 mon.a (mon.0) 897 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:01:12.468 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:01:12 smithi067 bash[25104]: audit 2023-12-09T02:01:11.320141+0000 mon.a (mon.0) 898 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:01:12.536 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:01:12 smithi125 bash[25274]: cluster 2023-12-09T02:01:10.835340+0000 mgr.y (mgr.14457) 64 : cluster [DBG] pgmap v39: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:01:12.537 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:01:12 smithi125 bash[25274]: audit 2023-12-09T02:01:11.311110+0000 mon.a (mon.0) 897 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:01:12.537 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:01:12 smithi125 bash[25274]: audit 2023-12-09T02:01:11.320141+0000 mon.a (mon.0) 898 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:01:12.537 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:12 smithi125 bash[46294]: t=2023-12-09T02:01:12+0000 lvl=info msg="Executing migration" logger=migrator id="Update preferences table charset" 2023-12-09T02:01:12.537 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:12 smithi125 bash[46294]: t=2023-12-09T02:01:12+0000 lvl=info msg="Executing migration" logger=migrator id="Add column team_id in preferences" 2023-12-09T02:01:12.537 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:12 smithi125 bash[46294]: t=2023-12-09T02:01:12+0000 lvl=info msg="Executing migration" logger=migrator id="Update team_id column values in preferences" 2023-12-09T02:01:12.537 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:12 smithi125 bash[46294]: t=2023-12-09T02:01:12+0000 lvl=info msg="Executing migration" logger=migrator id="Add column week_start in preferences" 2023-12-09T02:01:12.537 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:12 smithi125 bash[46294]: t=2023-12-09T02:01:12+0000 lvl=info msg="Executing migration" logger=migrator id="create alert table v1" 2023-12-09T02:01:12.537 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:12 smithi125 bash[46294]: t=2023-12-09T02:01:12+0000 lvl=info msg="Executing migration" logger=migrator id="add index alert org_id & id " 2023-12-09T02:01:12.537 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:12 smithi125 bash[46294]: t=2023-12-09T02:01:12+0000 lvl=info msg="Executing migration" logger=migrator id="add index alert state" 2023-12-09T02:01:12.538 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:12 smithi125 bash[46294]: t=2023-12-09T02:01:12+0000 lvl=info msg="Executing migration" logger=migrator id="add index alert dashboard_id" 2023-12-09T02:01:12.798 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:12 smithi125 bash[46294]: t=2023-12-09T02:01:12+0000 lvl=info msg="Executing migration" logger=migrator id="Create alert_rule_tag table v1" 2023-12-09T02:01:12.798 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:12 smithi125 bash[46294]: t=2023-12-09T02:01:12+0000 lvl=info msg="Executing migration" logger=migrator id="Add unique index alert_rule_tag.alert_id_tag_id" 2023-12-09T02:01:12.798 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:12 smithi125 bash[46294]: t=2023-12-09T02:01:12+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_alert_rule_tag_alert_id_tag_id - v1" 2023-12-09T02:01:12.798 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:12 smithi125 bash[46294]: t=2023-12-09T02:01:12+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table alert_rule_tag to alert_rule_tag_v1 - v1" 2023-12-09T02:01:12.798 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:12 smithi125 bash[46294]: t=2023-12-09T02:01:12+0000 lvl=info msg="Executing migration" logger=migrator id="Create alert_rule_tag table v2" 2023-12-09T02:01:12.798 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:12 smithi125 bash[46294]: t=2023-12-09T02:01:12+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-09T02:01:12.798 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:12 smithi125 bash[46294]: t=2023-12-09T02:01:12+0000 lvl=info msg="Executing migration" logger=migrator id="copy alert_rule_tag v1 to v2" 2023-12-09T02:01:12.798 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:12 smithi125 bash[46294]: t=2023-12-09T02:01:12+0000 lvl=info msg="Executing migration" logger=migrator id="drop table alert_rule_tag_v1" 2023-12-09T02:01:12.798 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:12 smithi125 bash[46294]: t=2023-12-09T02:01:12+0000 lvl=info msg="Executing migration" logger=migrator id="create alert_notification table v1" 2023-12-09T02:01:13.067 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:12 smithi125 bash[46294]: t=2023-12-09T02:01:12+0000 lvl=info msg="Executing migration" logger=migrator id="Add column is_default" 2023-12-09T02:01:13.067 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:12 smithi125 bash[46294]: t=2023-12-09T02:01:12+0000 lvl=info msg="Executing migration" logger=migrator id="Add column frequency" 2023-12-09T02:01:13.067 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:12 smithi125 bash[46294]: t=2023-12-09T02:01:12+0000 lvl=info msg="Executing migration" logger=migrator id="Add column send_reminder" 2023-12-09T02:01:13.067 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:12 smithi125 bash[46294]: t=2023-12-09T02:01:12+0000 lvl=info msg="Executing migration" logger=migrator id="Add column disable_resolve_message" 2023-12-09T02:01:13.068 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:13 smithi125 bash[46294]: t=2023-12-09T02:01:13+0000 lvl=info msg="Executing migration" logger=migrator id="add index alert_notification org_id & name" 2023-12-09T02:01:13.068 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:13 smithi125 bash[46294]: t=2023-12-09T02:01:13+0000 lvl=info msg="Executing migration" logger=migrator id="Update alert table charset" 2023-12-09T02:01:13.068 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:13 smithi125 bash[46294]: t=2023-12-09T02:01:13+0000 lvl=info msg="Executing migration" logger=migrator id="Update alert_notification table charset" 2023-12-09T02:01:13.328 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:13 smithi125 bash[46294]: t=2023-12-09T02:01:13+0000 lvl=info msg="Executing migration" logger=migrator id="create notification_journal table v1" 2023-12-09T02:01:13.328 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:13 smithi125 bash[46294]: t=2023-12-09T02:01:13+0000 lvl=info msg="Executing migration" logger=migrator id="add index notification_journal org_id & alert_id & notifier_id" 2023-12-09T02:01:13.328 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:13 smithi125 bash[46294]: t=2023-12-09T02:01:13+0000 lvl=info msg="Executing migration" logger=migrator id="drop alert_notification_journal" 2023-12-09T02:01:13.328 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:13 smithi125 bash[46294]: t=2023-12-09T02:01:13+0000 lvl=info msg="Executing migration" logger=migrator id="create alert_notification_state table v1" 2023-12-09T02:01:13.329 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:13 smithi125 bash[46294]: t=2023-12-09T02:01:13+0000 lvl=info msg="Executing migration" logger=migrator id="add index alert_notification_state org_id & alert_id & notifier_id" 2023-12-09T02:01:13.329 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:13 smithi125 bash[46294]: t=2023-12-09T02:01:13+0000 lvl=info msg="Executing migration" logger=migrator id="Add for to alert table" 2023-12-09T02:01:13.329 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:13 smithi125 bash[46294]: t=2023-12-09T02:01:13+0000 lvl=info msg="Executing migration" logger=migrator id="Add column uid in alert_notification" 2023-12-09T02:01:13.329 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:13 smithi125 bash[46294]: t=2023-12-09T02:01:13+0000 lvl=info msg="Executing migration" logger=migrator id="Update uid column values in alert_notification" 2023-12-09T02:01:13.329 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:13 smithi125 bash[46294]: t=2023-12-09T02:01:13+0000 lvl=info msg="Executing migration" logger=migrator id="Add unique index alert_notification_org_id_uid" 2023-12-09T02:01:13.581 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:13 smithi125 bash[46294]: t=2023-12-09T02:01:13+0000 lvl=info msg="Executing migration" logger=migrator id="Remove unique index org_id_name" 2023-12-09T02:01:13.581 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:13 smithi125 bash[46294]: t=2023-12-09T02:01:13+0000 lvl=info msg="Executing migration" logger=migrator id="Add column secure_settings in alert_notification" 2023-12-09T02:01:13.581 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:13 smithi125 bash[46294]: t=2023-12-09T02:01:13+0000 lvl=info msg="Executing migration" logger=migrator id="alter alert.settings to mediumtext" 2023-12-09T02:01:13.582 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:13 smithi125 bash[46294]: t=2023-12-09T02:01:13+0000 lvl=info msg="Executing migration" logger=migrator id="Add non-unique index alert_notification_state_alert_id" 2023-12-09T02:01:13.582 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:13 smithi125 bash[46294]: t=2023-12-09T02:01:13+0000 lvl=info msg="Executing migration" logger=migrator id="Add non-unique index alert_rule_tag_alert_id" 2023-12-09T02:01:13.582 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:13 smithi125 bash[46294]: t=2023-12-09T02:01:13+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old annotation table v4" 2023-12-09T02:01:13.582 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:13 smithi125 bash[46294]: t=2023-12-09T02:01:13+0000 lvl=info msg="Executing migration" logger=migrator id="create annotation table v5" 2023-12-09T02:01:13.582 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:13 smithi125 bash[46294]: t=2023-12-09T02:01:13+0000 lvl=info msg="Executing migration" logger=migrator id="add index annotation 0 v3" 2023-12-09T02:01:13.850 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:13 smithi125 bash[46294]: t=2023-12-09T02:01:13+0000 lvl=info msg="Executing migration" logger=migrator id="add index annotation 1 v3" 2023-12-09T02:01:13.851 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:13 smithi125 bash[46294]: t=2023-12-09T02:01:13+0000 lvl=info msg="Executing migration" logger=migrator id="add index annotation 2 v3" 2023-12-09T02:01:13.851 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:13 smithi125 bash[46294]: t=2023-12-09T02:01:13+0000 lvl=info msg="Executing migration" logger=migrator id="add index annotation 3 v3" 2023-12-09T02:01:13.851 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:13 smithi125 bash[46294]: t=2023-12-09T02:01:13+0000 lvl=info msg="Executing migration" logger=migrator id="add index annotation 4 v3" 2023-12-09T02:01:13.851 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:13 smithi125 bash[46294]: t=2023-12-09T02:01:13+0000 lvl=info msg="Executing migration" logger=migrator id="Update annotation table charset" 2023-12-09T02:01:13.851 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:13 smithi125 bash[46294]: t=2023-12-09T02:01:13+0000 lvl=info msg="Executing migration" logger=migrator id="Add column region_id to annotation table" 2023-12-09T02:01:13.851 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:13 smithi125 bash[46294]: t=2023-12-09T02:01:13+0000 lvl=info msg="Executing migration" logger=migrator id="Drop category_id index" 2023-12-09T02:01:13.851 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:13 smithi125 bash[46294]: t=2023-12-09T02:01:13+0000 lvl=info msg="Executing migration" logger=migrator id="Add column tags to annotation table" 2023-12-09T02:01:13.851 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:13 smithi125 bash[46294]: t=2023-12-09T02:01:13+0000 lvl=info msg="Executing migration" logger=migrator id="Create annotation_tag table v2" 2023-12-09T02:01:14.120 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:13 smithi125 bash[46294]: t=2023-12-09T02:01:13+0000 lvl=info msg="Executing migration" logger=migrator id="Add unique index annotation_tag.annotation_id_tag_id" 2023-12-09T02:01:14.120 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:13 smithi125 bash[46294]: t=2023-12-09T02:01:13+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_annotation_tag_annotation_id_tag_id - v2" 2023-12-09T02:01:14.120 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:13 smithi125 bash[46294]: t=2023-12-09T02:01:13+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table annotation_tag to annotation_tag_v2 - v2" 2023-12-09T02:01:14.120 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:14 smithi125 bash[46294]: t=2023-12-09T02:01:14+0000 lvl=info msg="Executing migration" logger=migrator id="Create annotation_tag table v3" 2023-12-09T02:01:14.121 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:14 smithi125 bash[46294]: t=2023-12-09T02:01:14+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-09T02:01:14.121 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:14 smithi125 bash[46294]: t=2023-12-09T02:01:14+0000 lvl=info msg="Executing migration" logger=migrator id="copy annotation_tag v2 to v3" 2023-12-09T02:01:14.121 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:14 smithi125 bash[46294]: t=2023-12-09T02:01:14+0000 lvl=info msg="Executing migration" logger=migrator id="drop table annotation_tag_v2" 2023-12-09T02:01:14.398 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:01:14 smithi125 bash[25274]: cluster 2023-12-09T02:01:12.835991+0000 mgr.y (mgr.14457) 65 : cluster [DBG] pgmap v40: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:01:14.398 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:14 smithi125 bash[46294]: t=2023-12-09T02:01:14+0000 lvl=info msg="Executing migration" logger=migrator id="Update alert annotations and set TEXT to empty" 2023-12-09T02:01:14.398 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:14 smithi125 bash[46294]: t=2023-12-09T02:01:14+0000 lvl=info msg="Executing migration" logger=migrator id="Add created time to annotation table" 2023-12-09T02:01:14.398 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:14 smithi125 bash[46294]: t=2023-12-09T02:01:14+0000 lvl=info msg="Executing migration" logger=migrator id="Add updated time to annotation table" 2023-12-09T02:01:14.398 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:14 smithi125 bash[46294]: t=2023-12-09T02:01:14+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for created in annotation table" 2023-12-09T02:01:14.398 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:14 smithi125 bash[46294]: t=2023-12-09T02:01:14+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for updated in annotation table" 2023-12-09T02:01:14.398 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:14 smithi125 bash[46294]: t=2023-12-09T02:01:14+0000 lvl=info msg="Executing migration" logger=migrator id="Convert existing annotations from seconds to milliseconds" 2023-12-09T02:01:14.398 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:14 smithi125 bash[46294]: t=2023-12-09T02:01:14+0000 lvl=info msg="Executing migration" logger=migrator id="Add epoch_end column" 2023-12-09T02:01:14.667 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:14 smithi125 bash[46294]: t=2023-12-09T02:01:14+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for epoch_end" 2023-12-09T02:01:14.667 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:14 smithi125 bash[46294]: t=2023-12-09T02:01:14+0000 lvl=info msg="Executing migration" logger=migrator id="Make epoch_end the same as epoch" 2023-12-09T02:01:14.667 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:14 smithi125 bash[46294]: t=2023-12-09T02:01:14+0000 lvl=info msg="Executing migration" logger=migrator id="Move region to single row" 2023-12-09T02:01:14.667 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:14 smithi125 bash[46294]: t=2023-12-09T02:01:14+0000 lvl=info msg="Executing migration" logger=migrator id="Remove index org_id_epoch from annotation table" 2023-12-09T02:01:14.667 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:14 smithi125 bash[46294]: t=2023-12-09T02:01:14+0000 lvl=info msg="Executing migration" logger=migrator id="Remove index org_id_dashboard_id_panel_id_epoch from annotation table" 2023-12-09T02:01:14.668 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:14 smithi125 bash[46294]: t=2023-12-09T02:01:14+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for org_id_dashboard_id_epoch_end_epoch on annotation table" 2023-12-09T02:01:14.668 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:14 smithi125 bash[46294]: t=2023-12-09T02:01:14+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for org_id_epoch_end_epoch on annotation table" 2023-12-09T02:01:14.668 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:14 smithi125 bash[46294]: t=2023-12-09T02:01:14+0000 lvl=info msg="Executing migration" logger=migrator id="Remove index org_id_epoch_epoch_end from annotation table" 2023-12-09T02:01:14.718 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:01:14 smithi067 bash[25104]: cluster 2023-12-09T02:01:12.835991+0000 mgr.y (mgr.14457) 65 : cluster [DBG] pgmap v40: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:01:14.718 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:01:14 smithi067 bash[30830]: cluster 2023-12-09T02:01:12.835991+0000 mgr.y (mgr.14457) 65 : cluster [DBG] pgmap v40: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:01:14.919 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:14 smithi125 bash[46294]: t=2023-12-09T02:01:14+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for alert_id on annotation table" 2023-12-09T02:01:14.920 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:14 smithi125 bash[46294]: t=2023-12-09T02:01:14+0000 lvl=info msg="Executing migration" logger=migrator id="create test_data table" 2023-12-09T02:01:14.920 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:14 smithi125 bash[46294]: t=2023-12-09T02:01:14+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_version table v1" 2023-12-09T02:01:14.920 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:14 smithi125 bash[46294]: t=2023-12-09T02:01:14+0000 lvl=info msg="Executing migration" logger=migrator id="add index dashboard_version.dashboard_id" 2023-12-09T02:01:14.920 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:14 smithi125 bash[46294]: t=2023-12-09T02:01:14+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index dashboard_version.dashboard_id and dashboard_version.version" 2023-12-09T02:01:14.920 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:14 smithi125 bash[46294]: t=2023-12-09T02:01:14+0000 lvl=info msg="Executing migration" logger=migrator id="Set dashboard version to 1 where 0" 2023-12-09T02:01:14.920 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:14 smithi125 bash[46294]: t=2023-12-09T02:01:14+0000 lvl=info msg="Executing migration" logger=migrator id="save existing dashboard data in dashboard_version table v1" 2023-12-09T02:01:15.189 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:14 smithi125 bash[46294]: t=2023-12-09T02:01:14+0000 lvl=info msg="Executing migration" logger=migrator id="alter dashboard_version.data to mediumtext v1" 2023-12-09T02:01:15.189 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:14 smithi125 bash[46294]: t=2023-12-09T02:01:14+0000 lvl=info msg="Executing migration" logger=migrator id="create team table" 2023-12-09T02:01:15.189 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:15 smithi125 bash[46294]: t=2023-12-09T02:01:15+0000 lvl=info msg="Executing migration" logger=migrator id="add index team.org_id" 2023-12-09T02:01:15.189 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:15 smithi125 bash[46294]: t=2023-12-09T02:01:15+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index team_org_id_name" 2023-12-09T02:01:15.189 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:15 smithi125 bash[46294]: t=2023-12-09T02:01:15+0000 lvl=info msg="Executing migration" logger=migrator id="create team member table" 2023-12-09T02:01:15.189 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:15 smithi125 bash[46294]: t=2023-12-09T02:01:15+0000 lvl=info msg="Executing migration" logger=migrator id="add index team_member.org_id" 2023-12-09T02:01:15.189 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:15 smithi125 bash[46294]: t=2023-12-09T02:01:15+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index team_member_org_id_team_id_user_id" 2023-12-09T02:01:15.189 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:15 smithi125 bash[46294]: t=2023-12-09T02:01:15+0000 lvl=info msg="Executing migration" logger=migrator id="add index team_member.team_id" 2023-12-09T02:01:15.441 INFO:teuthology.orchestra.run.smithi067.stdout:34359738443 2023-12-09T02:01:15.441 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 6db93fb0-9635-11ee-95a3-87774f69a715 -- ceph osd last-stat-seq osd.0 2023-12-09T02:01:15.470 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:15 smithi125 bash[46294]: t=2023-12-09T02:01:15+0000 lvl=info msg="Executing migration" logger=migrator id="Add column email to team table" 2023-12-09T02:01:15.470 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:15 smithi125 bash[46294]: t=2023-12-09T02:01:15+0000 lvl=info msg="Executing migration" logger=migrator id="Add column external to team_member table" 2023-12-09T02:01:15.470 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:15 smithi125 bash[46294]: t=2023-12-09T02:01:15+0000 lvl=info msg="Executing migration" logger=migrator id="Add column permission to team_member table" 2023-12-09T02:01:15.470 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:15 smithi125 bash[46294]: t=2023-12-09T02:01:15+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard acl table" 2023-12-09T02:01:15.470 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:15 smithi125 bash[46294]: t=2023-12-09T02:01:15+0000 lvl=info msg="Executing migration" logger=migrator id="add index dashboard_acl_dashboard_id" 2023-12-09T02:01:15.470 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:15 smithi125 bash[46294]: t=2023-12-09T02:01:15+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index dashboard_acl_dashboard_id_user_id" 2023-12-09T02:01:15.470 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:15 smithi125 bash[46294]: t=2023-12-09T02:01:15+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index dashboard_acl_dashboard_id_team_id" 2023-12-09T02:01:15.470 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:15 smithi125 bash[46294]: t=2023-12-09T02:01:15+0000 lvl=info msg="Executing migration" logger=migrator id="add index dashboard_acl_user_id" 2023-12-09T02:01:15.471 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:15 smithi125 bash[46294]: t=2023-12-09T02:01:15+0000 lvl=info msg="Executing migration" logger=migrator id="add index dashboard_acl_team_id" 2023-12-09T02:01:15.745 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:15 smithi125 bash[46294]: t=2023-12-09T02:01:15+0000 lvl=info msg="Executing migration" logger=migrator id="add index dashboard_acl_org_id_role" 2023-12-09T02:01:15.745 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:15 smithi125 bash[46294]: t=2023-12-09T02:01:15+0000 lvl=info msg="Executing migration" logger=migrator id="add index dashboard_permission" 2023-12-09T02:01:15.745 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:15 smithi125 bash[46294]: t=2023-12-09T02:01:15+0000 lvl=info msg="Executing migration" logger=migrator id="save default acl rules in dashboard_acl table" 2023-12-09T02:01:15.745 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:15 smithi125 bash[46294]: t=2023-12-09T02:01:15+0000 lvl=info msg="Executing migration" logger=migrator id="delete acl rules for deleted dashboards and folders" 2023-12-09T02:01:15.745 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:15 smithi125 bash[46294]: t=2023-12-09T02:01:15+0000 lvl=info msg="Executing migration" logger=migrator id="create tag table" 2023-12-09T02:01:15.745 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:15 smithi125 bash[46294]: t=2023-12-09T02:01:15+0000 lvl=info msg="Executing migration" logger=migrator id="add index tag.key_value" 2023-12-09T02:01:15.745 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:15 smithi125 bash[46294]: t=2023-12-09T02:01:15+0000 lvl=info msg="Executing migration" logger=migrator id="create login attempt table" 2023-12-09T02:01:15.745 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:15 smithi125 bash[46294]: t=2023-12-09T02:01:15+0000 lvl=info msg="Executing migration" logger=migrator id="add index login_attempt.username" 2023-12-09T02:01:15.745 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:15 smithi125 bash[46294]: t=2023-12-09T02:01:15+0000 lvl=info msg="Executing migration" logger=migrator id="drop index IDX_login_attempt_username - v1" 2023-12-09T02:01:15.826 INFO:teuthology.orchestra.run.smithi067.stdout:231928234006 2023-12-09T02:01:15.826 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 6db93fb0-9635-11ee-95a3-87774f69a715 -- ceph osd last-stat-seq osd.7 2023-12-09T02:01:16.005 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:15 smithi125 bash[46294]: t=2023-12-09T02:01:15+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table login_attempt to login_attempt_tmp_qwerty - v1" 2023-12-09T02:01:16.005 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:15 smithi125 bash[46294]: t=2023-12-09T02:01:15+0000 lvl=info msg="Executing migration" logger=migrator id="create login_attempt v2" 2023-12-09T02:01:16.006 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:15 smithi125 bash[46294]: t=2023-12-09T02:01:15+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_login_attempt_username - v2" 2023-12-09T02:01:16.006 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:15 smithi125 bash[46294]: t=2023-12-09T02:01:15+0000 lvl=info msg="Executing migration" logger=migrator id="copy login_attempt v1 to v2" 2023-12-09T02:01:16.006 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:15 smithi125 bash[46294]: t=2023-12-09T02:01:15+0000 lvl=info msg="Executing migration" logger=migrator id="drop login_attempt_tmp_qwerty" 2023-12-09T02:01:16.006 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:15 smithi125 bash[46294]: t=2023-12-09T02:01:15+0000 lvl=info msg="Executing migration" logger=migrator id="create user auth table" 2023-12-09T02:01:16.006 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:15 smithi125 bash[46294]: t=2023-12-09T02:01:15+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_user_auth_auth_module_auth_id - v1" 2023-12-09T02:01:16.259 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:16 smithi125 bash[46294]: t=2023-12-09T02:01:16+0000 lvl=info msg="Executing migration" logger=migrator id="alter user_auth.auth_id to length 190" 2023-12-09T02:01:16.259 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:16 smithi125 bash[46294]: t=2023-12-09T02:01:16+0000 lvl=info msg="Executing migration" logger=migrator id="Add OAuth access token to user_auth" 2023-12-09T02:01:16.259 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:16 smithi125 bash[46294]: t=2023-12-09T02:01:16+0000 lvl=info msg="Executing migration" logger=migrator id="Add OAuth refresh token to user_auth" 2023-12-09T02:01:16.259 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:16 smithi125 bash[46294]: t=2023-12-09T02:01:16+0000 lvl=info msg="Executing migration" logger=migrator id="Add OAuth token type to user_auth" 2023-12-09T02:01:16.259 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:16 smithi125 bash[46294]: t=2023-12-09T02:01:16+0000 lvl=info msg="Executing migration" logger=migrator id="Add OAuth expiry to user_auth" 2023-12-09T02:01:16.259 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:16 smithi125 bash[46294]: t=2023-12-09T02:01:16+0000 lvl=info msg="Executing migration" logger=migrator id="Add index to user_id column in user_auth" 2023-12-09T02:01:16.259 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:16 smithi125 bash[46294]: t=2023-12-09T02:01:16+0000 lvl=info msg="Executing migration" logger=migrator id="create server_lock table" 2023-12-09T02:01:16.260 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:16 smithi125 bash[46294]: t=2023-12-09T02:01:16+0000 lvl=info msg="Executing migration" logger=migrator id="add index server_lock.operation_uid" 2023-12-09T02:01:16.260 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:16 smithi125 bash[46294]: t=2023-12-09T02:01:16+0000 lvl=info msg="Executing migration" logger=migrator id="create user auth token table" 2023-12-09T02:01:16.336 INFO:teuthology.orchestra.run.smithi067.stdout:107374182453 2023-12-09T02:01:16.337 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 6db93fb0-9635-11ee-95a3-87774f69a715 -- ceph osd last-stat-seq osd.3 2023-12-09T02:01:16.519 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:01:16 smithi125 bash[25274]: cluster 2023-12-09T02:01:14.836589+0000 mgr.y (mgr.14457) 66 : cluster [DBG] pgmap v41: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:01:16.520 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:16 smithi125 bash[46294]: t=2023-12-09T02:01:16+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index user_auth_token.auth_token" 2023-12-09T02:01:16.520 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:16 smithi125 bash[46294]: t=2023-12-09T02:01:16+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index user_auth_token.prev_auth_token" 2023-12-09T02:01:16.520 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:16 smithi125 bash[46294]: t=2023-12-09T02:01:16+0000 lvl=info msg="Executing migration" logger=migrator id="add index user_auth_token.user_id" 2023-12-09T02:01:16.520 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:16 smithi125 bash[46294]: t=2023-12-09T02:01:16+0000 lvl=info msg="Executing migration" logger=migrator id="Add revoked_at to the user auth token" 2023-12-09T02:01:16.520 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:16 smithi125 bash[46294]: t=2023-12-09T02:01:16+0000 lvl=info msg="Executing migration" logger=migrator id="create cache_data table" 2023-12-09T02:01:16.520 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:16 smithi125 bash[46294]: t=2023-12-09T02:01:16+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index cache_data.cache_key" 2023-12-09T02:01:16.520 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:16 smithi125 bash[46294]: t=2023-12-09T02:01:16+0000 lvl=info msg="Executing migration" logger=migrator id="create short_url table v1" 2023-12-09T02:01:16.520 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:16 smithi125 bash[46294]: t=2023-12-09T02:01:16+0000 lvl=info msg="Executing migration" logger=migrator id="add index short_url.org_id-uid" 2023-12-09T02:01:16.520 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:16 smithi125 bash[46294]: t=2023-12-09T02:01:16+0000 lvl=info msg="Executing migration" logger=migrator id="delete alert_definition table" 2023-12-09T02:01:16.718 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:01:16 smithi067 bash[25104]: cluster 2023-12-09T02:01:14.836589+0000 mgr.y (mgr.14457) 66 : cluster [DBG] pgmap v41: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:01:16.718 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:01:16 smithi067 bash[30830]: cluster 2023-12-09T02:01:14.836589+0000 mgr.y (mgr.14457) 66 : cluster [DBG] pgmap v41: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:01:16.788 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:16 smithi125 bash[46294]: t=2023-12-09T02:01:16+0000 lvl=info msg="Executing migration" logger=migrator id="recreate alert_definition table" 2023-12-09T02:01:16.789 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:16 smithi125 bash[46294]: t=2023-12-09T02:01:16+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_definition on org_id and title columns" 2023-12-09T02:01:16.789 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:16 smithi125 bash[46294]: t=2023-12-09T02:01:16+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_definition on org_id and uid columns" 2023-12-09T02:01:16.789 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:16 smithi125 bash[46294]: t=2023-12-09T02:01:16+0000 lvl=info msg="Executing migration" logger=migrator id="alter alert_definition table data column to mediumtext in mysql" 2023-12-09T02:01:16.789 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:16 smithi125 bash[46294]: t=2023-12-09T02:01:16+0000 lvl=info msg="Executing migration" logger=migrator id="drop index in alert_definition on org_id and title columns" 2023-12-09T02:01:16.789 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:16 smithi125 bash[46294]: t=2023-12-09T02:01:16+0000 lvl=info msg="Executing migration" logger=migrator id="drop index in alert_definition on org_id and uid columns" 2023-12-09T02:01:16.789 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:16 smithi125 bash[46294]: t=2023-12-09T02:01:16+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index in alert_definition on org_id and title columns" 2023-12-09T02:01:16.789 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:16 smithi125 bash[46294]: t=2023-12-09T02:01:16+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index in alert_definition on org_id and uid columns" 2023-12-09T02:01:17.058 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:16 smithi125 bash[46294]: t=2023-12-09T02:01:16+0000 lvl=info msg="Executing migration" logger=migrator id="Add column paused in alert_definition" 2023-12-09T02:01:17.058 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:16 smithi125 bash[46294]: t=2023-12-09T02:01:16+0000 lvl=info msg="Executing migration" logger=migrator id="drop alert_definition table" 2023-12-09T02:01:17.058 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:16 smithi125 bash[46294]: t=2023-12-09T02:01:16+0000 lvl=info msg="Executing migration" logger=migrator id="delete alert_definition_version table" 2023-12-09T02:01:17.058 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:16 smithi125 bash[46294]: t=2023-12-09T02:01:16+0000 lvl=info msg="Executing migration" logger=migrator id="recreate alert_definition_version table" 2023-12-09T02:01:17.058 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:16 smithi125 bash[46294]: t=2023-12-09T02:01:16+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-09T02:01:17.058 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:16 smithi125 bash[46294]: t=2023-12-09T02:01:16+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-09T02:01:17.058 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:17 smithi125 bash[46294]: t=2023-12-09T02:01:17+0000 lvl=info msg="Executing migration" logger=migrator id="alter alert_definition_version table data column to mediumtext in mysql" 2023-12-09T02:01:17.058 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:17 smithi125 bash[46294]: t=2023-12-09T02:01:17+0000 lvl=info msg="Executing migration" logger=migrator id="drop alert_definition_version table" 2023-12-09T02:01:17.342 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:17 smithi125 bash[46294]: t=2023-12-09T02:01:17+0000 lvl=info msg="Executing migration" logger=migrator id="create alert_instance table" 2023-12-09T02:01:17.342 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:17 smithi125 bash[46294]: t=2023-12-09T02:01:17+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-09T02:01:17.342 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:17 smithi125 bash[46294]: t=2023-12-09T02:01:17+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_instance table on def_org_id, current_state columns" 2023-12-09T02:01:17.342 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:17 smithi125 bash[46294]: t=2023-12-09T02:01:17+0000 lvl=info msg="Executing migration" logger=migrator id="add column current_state_end to alert_instance" 2023-12-09T02:01:17.342 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:17 smithi125 bash[46294]: t=2023-12-09T02:01:17+0000 lvl=info msg="Executing migration" logger=migrator id="remove index def_org_id, def_uid, current_state on alert_instance" 2023-12-09T02:01:17.342 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:17 smithi125 bash[46294]: t=2023-12-09T02:01:17+0000 lvl=info msg="Executing migration" logger=migrator id="remove index def_org_id, current_state on alert_instance" 2023-12-09T02:01:17.342 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:17 smithi125 bash[46294]: t=2023-12-09T02:01:17+0000 lvl=info msg="Executing migration" logger=migrator id="rename def_org_id to rule_org_id in alert_instance" 2023-12-09T02:01:17.342 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:17 smithi125 bash[46294]: t=2023-12-09T02:01:17+0000 lvl=info msg="Executing migration" logger=migrator id="rename def_uid to rule_uid in alert_instance" 2023-12-09T02:01:17.343 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:17 smithi125 bash[46294]: t=2023-12-09T02:01:17+0000 lvl=info msg="Executing migration" logger=migrator id="add index rule_org_id, rule_uid, current_state on alert_instance" 2023-12-09T02:01:17.374 INFO:teuthology.orchestra.run.smithi067.stdout:55834574916 2023-12-09T02:01:17.374 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 6db93fb0-9635-11ee-95a3-87774f69a715 -- ceph osd last-stat-seq osd.1 2023-12-09T02:01:17.547 INFO:teuthology.orchestra.run.smithi067.stdout:128849018924 2023-12-09T02:01:17.547 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 6db93fb0-9635-11ee-95a3-87774f69a715 -- ceph osd last-stat-seq osd.4 2023-12-09T02:01:17.595 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:17 smithi125 bash[46294]: t=2023-12-09T02:01:17+0000 lvl=info msg="Executing migration" logger=migrator id="add index rule_org_id, current_state on alert_instance" 2023-12-09T02:01:17.595 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:17 smithi125 bash[46294]: t=2023-12-09T02:01:17+0000 lvl=info msg="Executing migration" logger=migrator id="create alert_rule table" 2023-12-09T02:01:17.595 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:17 smithi125 bash[46294]: t=2023-12-09T02:01:17+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_rule on org_id and title columns" 2023-12-09T02:01:17.595 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:17 smithi125 bash[46294]: t=2023-12-09T02:01:17+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_rule on org_id and uid columns" 2023-12-09T02:01:17.595 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:17 smithi125 bash[46294]: t=2023-12-09T02:01:17+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_rule on org_id, namespace_uid, group_uid columns" 2023-12-09T02:01:17.595 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:17 smithi125 bash[46294]: t=2023-12-09T02:01:17+0000 lvl=info msg="Executing migration" logger=migrator id="alter alert_rule table data column to mediumtext in mysql" 2023-12-09T02:01:17.595 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:17 smithi125 bash[46294]: t=2023-12-09T02:01:17+0000 lvl=info msg="Executing migration" logger=migrator id="add column for to alert_rule" 2023-12-09T02:01:17.595 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:17 smithi125 bash[46294]: t=2023-12-09T02:01:17+0000 lvl=info msg="Executing migration" logger=migrator id="add column annotations to alert_rule" 2023-12-09T02:01:17.847 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:17 smithi125 bash[46294]: t=2023-12-09T02:01:17+0000 lvl=info msg="Executing migration" logger=migrator id="add column labels to alert_rule" 2023-12-09T02:01:17.847 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:17 smithi125 bash[46294]: t=2023-12-09T02:01:17+0000 lvl=info msg="Executing migration" logger=migrator id="remove unique index from alert_rule on org_id, title columns" 2023-12-09T02:01:17.847 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:17 smithi125 bash[46294]: t=2023-12-09T02:01:17+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_rule on org_id, namespase_uid and title columns" 2023-12-09T02:01:17.847 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:17 smithi125 bash[46294]: t=2023-12-09T02:01:17+0000 lvl=info msg="Executing migration" logger=migrator id="add dashboard_uid column to alert_rule" 2023-12-09T02:01:17.847 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:17 smithi125 bash[46294]: t=2023-12-09T02:01:17+0000 lvl=info msg="Executing migration" logger=migrator id="add panel_id column to alert_rule" 2023-12-09T02:01:17.847 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:17 smithi125 bash[46294]: t=2023-12-09T02:01:17+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-09T02:01:17.847 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:17 smithi125 bash[46294]: t=2023-12-09T02:01:17+0000 lvl=info msg="Executing migration" logger=migrator id="create alert_rule_version table" 2023-12-09T02:01:17.855 INFO:teuthology.orchestra.run.smithi067.stdout:163208757286 2023-12-09T02:01:17.855 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 6db93fb0-9635-11ee-95a3-87774f69a715 -- ceph osd last-stat-seq osd.5 2023-12-09T02:01:18.100 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:17 smithi125 bash[46294]: t=2023-12-09T02:01:17+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-09T02:01:18.100 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:17 smithi125 bash[46294]: t=2023-12-09T02:01:17+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-09T02:01:18.100 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:17 smithi125 bash[46294]: t=2023-12-09T02:01:17+0000 lvl=info msg="Executing migration" logger=migrator id="alter alert_rule_version table data column to mediumtext in mysql" 2023-12-09T02:01:18.100 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:17 smithi125 bash[46294]: t=2023-12-09T02:01:17+0000 lvl=info msg="Executing migration" logger=migrator id="add column for to alert_rule_version" 2023-12-09T02:01:18.100 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:18 smithi125 bash[46294]: t=2023-12-09T02:01:18+0000 lvl=info msg="Executing migration" logger=migrator id="add column annotations to alert_rule_version" 2023-12-09T02:01:18.100 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:18 smithi125 bash[46294]: t=2023-12-09T02:01:18+0000 lvl=info msg="Executing migration" logger=migrator id="add column labels to alert_rule_version" 2023-12-09T02:01:18.100 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:18 smithi125 bash[46294]: t=2023-12-09T02:01:18+0000 lvl=info msg="Executing migration" logger=migrator id=create_alert_configuration_table 2023-12-09T02:01:18.100 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:18 smithi125 bash[46294]: t=2023-12-09T02:01:18+0000 lvl=info msg="Executing migration" logger=migrator id="Add column default in alert_configuration" 2023-12-09T02:01:18.362 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:01:18 smithi125 bash[25274]: cluster 2023-12-09T02:01:16.837196+0000 mgr.y (mgr.14457) 67 : cluster [DBG] pgmap v42: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:01:18.363 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:18 smithi125 bash[46294]: t=2023-12-09T02:01:18+0000 lvl=info msg="Executing migration" logger=migrator id="alert alert_configuration alertmanager_configuration column from TEXT to MEDIUMTEXT if mysql" 2023-12-09T02:01:18.363 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:18 smithi125 bash[46294]: t=2023-12-09T02:01:18+0000 lvl=info msg="Executing migration" logger=migrator id="add column org_id in alert_configuration" 2023-12-09T02:01:18.363 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:18 smithi125 bash[46294]: t=2023-12-09T02:01:18+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_configuration table on org_id column" 2023-12-09T02:01:18.363 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:18 smithi125 bash[46294]: t=2023-12-09T02:01:18+0000 lvl=info msg="Executing migration" logger=migrator id=create_ngalert_configuration_table 2023-12-09T02:01:18.363 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:18 smithi125 bash[46294]: t=2023-12-09T02:01:18+0000 lvl=info msg="Executing migration" logger=migrator id="add index in ngalert_configuration on org_id column" 2023-12-09T02:01:18.363 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:18 smithi125 bash[46294]: t=2023-12-09T02:01:18+0000 lvl=info msg="Executing migration" logger=migrator id="clear migration entry \"remove unified alerting data\"" 2023-12-09T02:01:18.363 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:18 smithi125 bash[46294]: t=2023-12-09T02:01:18+0000 lvl=info msg="Executing migration" logger=migrator id="move dashboard alerts to unified alerting" 2023-12-09T02:01:18.363 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:18 smithi125 bash[46294]: t=2023-12-09T02:01:18+0000 lvl=info msg="Executing migration" logger=migrator id="create library_element table v1" 2023-12-09T02:01:18.363 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:18 smithi125 bash[46294]: t=2023-12-09T02:01:18+0000 lvl=info msg="Executing migration" logger=migrator id="add index library_element org_id-folder_id-name-kind" 2023-12-09T02:01:18.477 INFO:teuthology.orchestra.run.smithi067.stdout:77309411389 2023-12-09T02:01:18.490 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 6db93fb0-9635-11ee-95a3-87774f69a715 -- ceph osd last-stat-seq osd.2 2023-12-09T02:01:18.648 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:01:18 smithi067 bash[25104]: cluster 2023-12-09T02:01:16.837196+0000 mgr.y (mgr.14457) 67 : cluster [DBG] pgmap v42: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:01:18.649 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:01:18 smithi067 bash[30830]: cluster 2023-12-09T02:01:16.837196+0000 mgr.y (mgr.14457) 67 : cluster [DBG] pgmap v42: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:01:18.656 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:18 smithi125 bash[46294]: t=2023-12-09T02:01:18+0000 lvl=info msg="Executing migration" logger=migrator id="create library_element_connection table v1" 2023-12-09T02:01:18.657 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:18 smithi125 bash[46294]: t=2023-12-09T02:01:18+0000 lvl=info msg="Executing migration" logger=migrator id="add index library_element_connection element_id-kind-connection_id" 2023-12-09T02:01:18.657 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:18 smithi125 bash[46294]: t=2023-12-09T02:01:18+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index library_element org_id_uid" 2023-12-09T02:01:18.657 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:18 smithi125 bash[46294]: t=2023-12-09T02:01:18+0000 lvl=info msg="Executing migration" logger=migrator id="clone move dashboard alerts to unified alerting" 2023-12-09T02:01:18.657 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:18 smithi125 bash[46294]: t=2023-12-09T02:01:18+0000 lvl=info msg="Executing migration" logger=migrator id="create data_keys table" 2023-12-09T02:01:18.657 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:18 smithi125 bash[46294]: t=2023-12-09T02:01:18+0000 lvl=info msg="Executing migration" logger=migrator id="create kv_store table v1" 2023-12-09T02:01:18.657 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:18 smithi125 bash[46294]: t=2023-12-09T02:01:18+0000 lvl=info msg="Executing migration" logger=migrator id="add index kv_store.org_id-namespace-key" 2023-12-09T02:01:18.657 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:18 smithi125 bash[46294]: t=2023-12-09T02:01:18+0000 lvl=info msg="Executing migration" logger=migrator id="update dashboard_uid and panel_id from existing annotations" 2023-12-09T02:01:18.905 INFO:teuthology.orchestra.run.smithi067.stderr:Inferring config /var/lib/ceph/6db93fb0-9635-11ee-95a3-87774f69a715/mon.a/config 2023-12-09T02:01:18.905 INFO:teuthology.orchestra.run.smithi067.stderr:Inferring config /var/lib/ceph/6db93fb0-9635-11ee-95a3-87774f69a715/mon.a/config 2023-12-09T02:01:18.906 INFO:teuthology.orchestra.run.smithi067.stderr:Inferring config /var/lib/ceph/6db93fb0-9635-11ee-95a3-87774f69a715/mon.a/config 2023-12-09T02:01:18.909 INFO:teuthology.orchestra.run.smithi067.stderr:Inferring config /var/lib/ceph/6db93fb0-9635-11ee-95a3-87774f69a715/mon.a/config 2023-12-09T02:01:18.909 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:18 smithi125 bash[46294]: t=2023-12-09T02:01:18+0000 lvl=info msg="Executing migration" logger=migrator id="create permission table" 2023-12-09T02:01:18.910 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:18 smithi125 bash[46294]: t=2023-12-09T02:01:18+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index permission.role_id" 2023-12-09T02:01:18.910 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:18 smithi125 bash[46294]: t=2023-12-09T02:01:18+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index role_id_action_scope" 2023-12-09T02:01:18.910 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:18 smithi125 bash[46294]: t=2023-12-09T02:01:18+0000 lvl=info msg="Executing migration" logger=migrator id="create role table" 2023-12-09T02:01:18.910 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:18 smithi125 bash[46294]: t=2023-12-09T02:01:18+0000 lvl=info msg="Executing migration" logger=migrator id="add column display_name" 2023-12-09T02:01:18.910 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:18 smithi125 bash[46294]: t=2023-12-09T02:01:18+0000 lvl=info msg="Executing migration" logger=migrator id="add column group_name" 2023-12-09T02:01:18.910 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:18 smithi125 bash[46294]: t=2023-12-09T02:01:18+0000 lvl=info msg="Executing migration" logger=migrator id="add index role.org_id" 2023-12-09T02:01:18.910 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:18 smithi125 bash[46294]: t=2023-12-09T02:01:18+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index role_org_id_name" 2023-12-09T02:01:19.170 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:18 smithi125 bash[46294]: t=2023-12-09T02:01:18+0000 lvl=info msg="Executing migration" logger=migrator id="add index role_org_id_uid" 2023-12-09T02:01:19.170 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:18 smithi125 bash[46294]: t=2023-12-09T02:01:18+0000 lvl=info msg="Executing migration" logger=migrator id="create team role table" 2023-12-09T02:01:19.171 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:19 smithi125 bash[46294]: t=2023-12-09T02:01:19+0000 lvl=info msg="Executing migration" logger=migrator id="add index team_role.org_id" 2023-12-09T02:01:19.171 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:19 smithi125 bash[46294]: t=2023-12-09T02:01:19+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index team_role_org_id_team_id_role_id" 2023-12-09T02:01:19.171 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:19 smithi125 bash[46294]: t=2023-12-09T02:01:19+0000 lvl=info msg="Executing migration" logger=migrator id="add index team_role.team_id" 2023-12-09T02:01:19.171 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:19 smithi125 bash[46294]: t=2023-12-09T02:01:19+0000 lvl=info msg="Executing migration" logger=migrator id="create user role table" 2023-12-09T02:01:19.171 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:19 smithi125 bash[46294]: t=2023-12-09T02:01:19+0000 lvl=info msg="Executing migration" logger=migrator id="add index user_role.org_id" 2023-12-09T02:01:19.171 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:19 smithi125 bash[46294]: t=2023-12-09T02:01:19+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index user_role_org_id_user_id_role_id" 2023-12-09T02:01:19.171 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:19 smithi125 bash[46294]: t=2023-12-09T02:01:19+0000 lvl=info msg="Executing migration" logger=migrator id="add index user_role.user_id" 2023-12-09T02:01:19.448 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:19 smithi125 bash[46294]: t=2023-12-09T02:01:19+0000 lvl=info msg="Executing migration" logger=migrator id="create builtin role table" 2023-12-09T02:01:19.448 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:19 smithi125 bash[46294]: t=2023-12-09T02:01:19+0000 lvl=info msg="Executing migration" logger=migrator id="add index builtin_role.role_id" 2023-12-09T02:01:19.448 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:19 smithi125 bash[46294]: t=2023-12-09T02:01:19+0000 lvl=info msg="Executing migration" logger=migrator id="add index builtin_role.name" 2023-12-09T02:01:19.448 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:19 smithi125 bash[46294]: t=2023-12-09T02:01:19+0000 lvl=info msg="Executing migration" logger=migrator id="Add column org_id to builtin_role table" 2023-12-09T02:01:19.448 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:19 smithi125 bash[46294]: t=2023-12-09T02:01:19+0000 lvl=info msg="Executing migration" logger=migrator id="add index builtin_role.org_id" 2023-12-09T02:01:19.448 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:19 smithi125 bash[46294]: t=2023-12-09T02:01:19+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index builtin_role_org_id_role_id_role" 2023-12-09T02:01:19.448 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:19 smithi125 bash[46294]: t=2023-12-09T02:01:19+0000 lvl=info msg="Executing migration" logger=migrator id="Remove unique index role_org_id_uid" 2023-12-09T02:01:19.449 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:19 smithi125 bash[46294]: t=2023-12-09T02:01:19+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index role.uid" 2023-12-09T02:01:19.718 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:01:19 smithi067 bash[25375]: 172.21.15.67 - - [09/Dec/2023:02:01:19] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-09T02:01:19.720 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:19 smithi125 bash[46294]: t=2023-12-09T02:01:19+0000 lvl=info msg="Executing migration" logger=migrator id="create seed assignment table" 2023-12-09T02:01:19.720 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:19 smithi125 bash[46294]: t=2023-12-09T02:01:19+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index builtin_role_role_name" 2023-12-09T02:01:19.720 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:19 smithi125 bash[46294]: t=2023-12-09T02:01:19+0000 lvl=info msg="migrations completed" logger=migrator performed=381 skipped=0 duration=17.683702599s 2023-12-09T02:01:19.720 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:19 smithi125 bash[46294]: t=2023-12-09T02:01:19+0000 lvl=info msg="Created default organization" logger=sqlstore 2023-12-09T02:01:19.720 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:19 smithi125 bash[46294]: t=2023-12-09T02:01:19+0000 lvl=info msg="Initialising plugins" logger=plugin.manager 2023-12-09T02:01:19.720 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:19 smithi125 bash[46294]: t=2023-12-09T02:01:19+0000 lvl=info msg="Plugin registered" logger=plugin.manager pluginId=input 2023-12-09T02:01:19.720 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:19 smithi125 bash[46294]: t=2023-12-09T02:01:19+0000 lvl=info msg="Plugin registered" logger=plugin.manager pluginId=vonage-status-panel 2023-12-09T02:01:19.720 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:19 smithi125 bash[46294]: t=2023-12-09T02:01:19+0000 lvl=info msg="Plugin registered" logger=plugin.manager pluginId=grafana-piechart-panel 2023-12-09T02:01:19.720 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:19 smithi125 bash[46294]: t=2023-12-09T02:01:19+0000 lvl=info msg="Live Push Gateway initialization" logger=live.push_http 2023-12-09T02:01:20.106 INFO:teuthology.orchestra.run.smithi067.stderr:Inferring config /var/lib/ceph/6db93fb0-9635-11ee-95a3-87774f69a715/mon.a/config 2023-12-09T02:01:20.139 INFO:journalctl@ceph.alertmanager.a.smithi067.stdout:Dec 09 02:01:19 smithi067 systemd[1]: Stopping Ceph alertmanager.a for 6db93fb0-9635-11ee-95a3-87774f69a715... 2023-12-09T02:01:20.139 INFO:journalctl@ceph.alertmanager.a.smithi067.stdout:Dec 09 02:01:19 smithi067 bash[53994]: Error response from daemon: No such container: ceph-6db93fb0-9635-11ee-95a3-87774f69a715-alertmanager.a 2023-12-09T02:01:20.139 INFO:journalctl@ceph.alertmanager.a.smithi067.stdout:Dec 09 02:01:19 smithi067 bash[50701]: level=info ts=2023-12-09T02:01:19.957Z caller=main.go:557 msg="Received SIGTERM, exiting gracefully..." 2023-12-09T02:01:20.215 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:19 smithi125 bash[46294]: t=2023-12-09T02:01:19+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-09T02:01:20.215 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:19 smithi125 bash[46294]: t=2023-12-09T02:01:19+0000 lvl=info msg="inserting datasource from configuration " logger=provisioning.datasources name=Dashboard1 uid=P43CA22E17D0F9596 2023-12-09T02:01:20.215 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:19 smithi125 bash[46294]: t=2023-12-09T02:01:19+0000 lvl=info msg="warming cache for startup" logger=ngalert 2023-12-09T02:01:20.215 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:19 smithi125 bash[46294]: t=2023-12-09T02:01:19+0000 lvl=info msg="starting MultiOrg Alertmanager" logger=ngalert.multiorg.alertmanager 2023-12-09T02:01:20.215 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:01:19 smithi125 bash[46294]: t=2023-12-09T02:01:19+0000 lvl=info msg="HTTP Server Listen" logger=http.server address=[::]:3000 protocol=https subUrl= socket= 2023-12-09T02:01:20.468 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:01:20 smithi067 bash[30830]: cluster 2023-12-09T02:01:18.837812+0000 mgr.y (mgr.14457) 68 : cluster [DBG] pgmap v43: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:01:20.468 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:01:20 smithi067 bash[30830]: audit 2023-12-09T02:01:19.215859+0000 mon.a (mon.0) 899 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:01:20.468 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:01:20 smithi067 bash[30830]: audit 2023-12-09T02:01:19.222000+0000 mon.a (mon.0) 900 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:01:20.468 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:01:20 smithi067 bash[25104]: cluster 2023-12-09T02:01:18.837812+0000 mgr.y (mgr.14457) 68 : cluster [DBG] pgmap v43: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:01:20.469 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:01:20 smithi067 bash[25104]: audit 2023-12-09T02:01:19.215859+0000 mon.a (mon.0) 899 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:01:20.469 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:01:20 smithi067 bash[25104]: audit 2023-12-09T02:01:19.222000+0000 mon.a (mon.0) 900 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:01:20.470 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:01:20 smithi125 bash[25274]: cluster 2023-12-09T02:01:18.837812+0000 mgr.y (mgr.14457) 68 : cluster [DBG] pgmap v43: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:01:20.470 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:01:20 smithi125 bash[25274]: audit 2023-12-09T02:01:19.215859+0000 mon.a (mon.0) 899 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:01:20.470 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:01:20 smithi125 bash[25274]: audit 2023-12-09T02:01:19.222000+0000 mon.a (mon.0) 900 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:01:21.902 INFO:journalctl@ceph.alertmanager.a.smithi067.stdout:Dec 09 02:01:21 smithi067 bash[54002]: ceph-6db93fb0-9635-11ee-95a3-87774f69a715-alertmanager-a 2023-12-09T02:01:21.902 INFO:journalctl@ceph.alertmanager.a.smithi067.stdout:Dec 09 02:01:21 smithi067 bash[54092]: Error response from daemon: No such container: ceph-6db93fb0-9635-11ee-95a3-87774f69a715-alertmanager.a 2023-12-09T02:01:22.218 INFO:journalctl@ceph.alertmanager.a.smithi067.stdout:Dec 09 02:01:21 smithi067 systemd[1]: ceph-6db93fb0-9635-11ee-95a3-87774f69a715@alertmanager.a.service: Succeeded. 2023-12-09T02:01:22.218 INFO:journalctl@ceph.alertmanager.a.smithi067.stdout:Dec 09 02:01:21 smithi067 systemd[1]: Stopped Ceph alertmanager.a for 6db93fb0-9635-11ee-95a3-87774f69a715. 2023-12-09T02:01:22.218 INFO:journalctl@ceph.alertmanager.a.smithi067.stdout:Dec 09 02:01:21 smithi067 systemd[1]: Started Ceph alertmanager.a for 6db93fb0-9635-11ee-95a3-87774f69a715. 2023-12-09T02:01:22.470 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:01:22 smithi125 bash[25274]: cluster 2023-12-09T02:01:20.838438+0000 mgr.y (mgr.14457) 69 : cluster [DBG] pgmap v44: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:01:22.470 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:01:22 smithi125 bash[25274]: audit 2023-12-09T02:01:21.956912+0000 mon.a (mon.0) 901 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:01:22.718 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:01:22 smithi067 bash[25104]: cluster 2023-12-09T02:01:20.838438+0000 mgr.y (mgr.14457) 69 : cluster [DBG] pgmap v44: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:01:22.718 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:01:22 smithi067 bash[25104]: audit 2023-12-09T02:01:21.956912+0000 mon.a (mon.0) 901 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:01:22.718 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:01:22 smithi067 bash[30830]: cluster 2023-12-09T02:01:20.838438+0000 mgr.y (mgr.14457) 69 : cluster [DBG] pgmap v44: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:01:22.718 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:01:22 smithi067 bash[30830]: audit 2023-12-09T02:01:21.956912+0000 mon.a (mon.0) 901 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:01:23.690 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:01:23 smithi067 bash[30830]: cephadm 2023-12-09T02:01:21.959035+0000 mgr.y (mgr.14457) 70 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2023-12-09T02:01:23.690 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:01:23 smithi067 bash[30830]: cephadm 2023-12-09T02:01:21.963987+0000 mgr.y (mgr.14457) 71 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi125 2023-12-09T02:01:23.691 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:01:23 smithi067 bash[25104]: cephadm 2023-12-09T02:01:21.959035+0000 mgr.y (mgr.14457) 70 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2023-12-09T02:01:23.691 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:01:23 smithi067 bash[25104]: cephadm 2023-12-09T02:01:21.963987+0000 mgr.y (mgr.14457) 71 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi125 2023-12-09T02:01:23.709 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:01:23 smithi125 bash[25274]: cephadm 2023-12-09T02:01:21.959035+0000 mgr.y (mgr.14457) 70 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2023-12-09T02:01:23.709 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:01:23 smithi125 bash[25274]: cephadm 2023-12-09T02:01:21.963987+0000 mgr.y (mgr.14457) 71 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi125 2023-12-09T02:01:24.124 INFO:teuthology.orchestra.run.smithi067.stderr:Inferring config /var/lib/ceph/6db93fb0-9635-11ee-95a3-87774f69a715/mon.a/config 2023-12-09T02:01:24.125 INFO:teuthology.orchestra.run.smithi067.stderr:Inferring config /var/lib/ceph/6db93fb0-9635-11ee-95a3-87774f69a715/mon.a/config 2023-12-09T02:01:24.126 INFO:teuthology.orchestra.run.smithi067.stderr:Inferring config /var/lib/ceph/6db93fb0-9635-11ee-95a3-87774f69a715/mon.a/config 2023-12-09T02:01:24.402 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:01:24 smithi067 bash[25104]: cluster 2023-12-09T02:01:22.839029+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-09T02:01:24.402 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:01:24 smithi067 bash[30830]: cluster 2023-12-09T02:01:22.839029+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-09T02:01:24.414 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:01:24 smithi125 bash[25274]: cluster 2023-12-09T02:01:22.839029+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-09T02:01:24.718 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:01:24 smithi067 bash[25375]: 172.21.15.125 - - [09/Dec/2023:02:01:24] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-09T02:01:25.718 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:01:25 smithi067 bash[30830]: audit 2023-12-09T02:01:24.405791+0000 mon.a (mon.0) 902 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:01:25.718 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:01:25 smithi067 bash[30830]: audit 2023-12-09T02:01:24.413564+0000 mon.a (mon.0) 903 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:01:25.718 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:01:25 smithi067 bash[25104]: audit 2023-12-09T02:01:24.405791+0000 mon.a (mon.0) 902 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:01:25.718 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:01:25 smithi067 bash[25104]: audit 2023-12-09T02:01:24.413564+0000 mon.a (mon.0) 903 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:01:25.719 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:01:25 smithi125 bash[25274]: audit 2023-12-09T02:01:24.405791+0000 mon.a (mon.0) 902 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:01:25.720 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:01:25 smithi125 bash[25274]: audit 2023-12-09T02:01:24.413564+0000 mon.a (mon.0) 903 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:01:26.130 INFO:journalctl@ceph.alertmanager.a.smithi067.stdout:Dec 09 02:01:25 smithi067 bash[54159]: level=info ts=2023-12-09T02:01:25.910Z caller=main.go:225 msg="Starting Alertmanager" version="(version=0.23.0, branch=HEAD, revision=61046b17771a57cfd4c4a51be370ab930a4d7d54)" 2023-12-09T02:01:26.130 INFO:journalctl@ceph.alertmanager.a.smithi067.stdout:Dec 09 02:01:25 smithi067 bash[54159]: level=info ts=2023-12-09T02:01:25.910Z caller=main.go:226 build_context="(go=go1.16.7, user=root@e21a959be8d2, date=20210825-10:48:55)" 2023-12-09T02:01:26.131 INFO:journalctl@ceph.alertmanager.a.smithi067.stdout:Dec 09 02:01:25 smithi067 bash[54159]: level=info ts=2023-12-09T02:01:25.913Z caller=cluster.go:184 component=cluster msg="setting advertise address explicitly" addr=172.21.15.67 port=9094 2023-12-09T02:01:26.131 INFO:journalctl@ceph.alertmanager.a.smithi067.stdout:Dec 09 02:01:25 smithi067 bash[54159]: level=info ts=2023-12-09T02:01:25.914Z caller=cluster.go:671 component=cluster msg="Waiting for gossip to settle..." interval=2s 2023-12-09T02:01:26.131 INFO:journalctl@ceph.alertmanager.a.smithi067.stdout:Dec 09 02:01:25 smithi067 bash[54159]: level=info ts=2023-12-09T02:01:25.963Z caller=coordinator.go:113 component=configuration msg="Loading configuration file" file=/etc/alertmanager/alertmanager.yml 2023-12-09T02:01:26.131 INFO:journalctl@ceph.alertmanager.a.smithi067.stdout:Dec 09 02:01:25 smithi067 bash[54159]: level=info ts=2023-12-09T02:01:25.964Z caller=coordinator.go:126 component=configuration msg="Completed loading of configuration file" file=/etc/alertmanager/alertmanager.yml 2023-12-09T02:01:26.131 INFO:journalctl@ceph.alertmanager.a.smithi067.stdout:Dec 09 02:01:25 smithi067 bash[54159]: level=info ts=2023-12-09T02:01:25.970Z caller=main.go:518 msg=Listening address=:9093 2023-12-09T02:01:26.131 INFO:journalctl@ceph.alertmanager.a.smithi067.stdout:Dec 09 02:01:25 smithi067 bash[54159]: level=info ts=2023-12-09T02:01:25.970Z caller=tls_config.go:191 msg="TLS is disabled." http2=false 2023-12-09T02:01:26.718 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:01:26 smithi067 bash[25104]: cluster 2023-12-09T02:01:24.839771+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-09T02:01:26.718 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:01:26 smithi067 bash[30830]: cluster 2023-12-09T02:01:24.839771+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-09T02:01:26.719 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:01:26 smithi125 bash[25274]: cluster 2023-12-09T02:01:24.839771+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-09T02:01:27.055 INFO:journalctl@ceph.prometheus.a.smithi125.stdout:Dec 09 02:01:26 smithi125 systemd[1]: Stopping Ceph prometheus.a for 6db93fb0-9635-11ee-95a3-87774f69a715... 2023-12-09T02:01:27.055 INFO:journalctl@ceph.prometheus.a.smithi125.stdout:Dec 09 02:01:26 smithi125 bash[47437]: Error response from daemon: No such container: ceph-6db93fb0-9635-11ee-95a3-87774f69a715-prometheus.a 2023-12-09T02:01:27.055 INFO:journalctl@ceph.prometheus.a.smithi125.stdout:Dec 09 02:01:26 smithi125 bash[44251]: ts=2023-12-09T02:01:26.854Z caller=main.go:775 level=warn msg="Received SIGTERM, exiting gracefully..." 2023-12-09T02:01:27.055 INFO:journalctl@ceph.prometheus.a.smithi125.stdout:Dec 09 02:01:26 smithi125 bash[44251]: ts=2023-12-09T02:01:26.854Z caller=main.go:798 level=info msg="Stopping scrape discovery manager..." 2023-12-09T02:01:27.055 INFO:journalctl@ceph.prometheus.a.smithi125.stdout:Dec 09 02:01:26 smithi125 bash[44251]: ts=2023-12-09T02:01:26.855Z caller=main.go:812 level=info msg="Stopping notify discovery manager..." 2023-12-09T02:01:27.055 INFO:journalctl@ceph.prometheus.a.smithi125.stdout:Dec 09 02:01:26 smithi125 bash[44251]: ts=2023-12-09T02:01:26.855Z caller=main.go:834 level=info msg="Stopping scrape manager..." 2023-12-09T02:01:27.056 INFO:journalctl@ceph.prometheus.a.smithi125.stdout:Dec 09 02:01:26 smithi125 bash[44251]: ts=2023-12-09T02:01:26.855Z caller=manager.go:945 level=info component="rule manager" msg="Stopping rule manager..." 2023-12-09T02:01:27.056 INFO:journalctl@ceph.prometheus.a.smithi125.stdout:Dec 09 02:01:26 smithi125 bash[44251]: ts=2023-12-09T02:01:26.855Z caller=main.go:794 level=info msg="Scrape discovery manager stopped" 2023-12-09T02:01:27.056 INFO:journalctl@ceph.prometheus.a.smithi125.stdout:Dec 09 02:01:26 smithi125 bash[44251]: ts=2023-12-09T02:01:26.855Z caller=manager.go:955 level=info component="rule manager" msg="Rule manager stopped" 2023-12-09T02:01:27.056 INFO:journalctl@ceph.prometheus.a.smithi125.stdout:Dec 09 02:01:26 smithi125 bash[44251]: ts=2023-12-09T02:01:26.855Z caller=main.go:828 level=info msg="Scrape manager stopped" 2023-12-09T02:01:27.056 INFO:journalctl@ceph.prometheus.a.smithi125.stdout:Dec 09 02:01:26 smithi125 bash[44251]: ts=2023-12-09T02:01:26.855Z caller=main.go:808 level=info msg="Notify discovery manager stopped" 2023-12-09T02:01:27.056 INFO:journalctl@ceph.prometheus.a.smithi125.stdout:Dec 09 02:01:26 smithi125 bash[44251]: ts=2023-12-09T02:01:26.855Z caller=notifier.go:600 level=info component=notifier msg="Stopping notification manager..." 2023-12-09T02:01:27.056 INFO:journalctl@ceph.prometheus.a.smithi125.stdout:Dec 09 02:01:26 smithi125 bash[44251]: ts=2023-12-09T02:01:26.856Z caller=main.go:1054 level=info msg="Notifier manager stopped" 2023-12-09T02:01:27.056 INFO:journalctl@ceph.prometheus.a.smithi125.stdout:Dec 09 02:01:26 smithi125 bash[44251]: ts=2023-12-09T02:01:26.856Z caller=main.go:1066 level=info msg="See you next time!" 2023-12-09T02:01:27.634 INFO:journalctl@ceph.prometheus.a.smithi125.stdout:Dec 09 02:01:27 smithi125 bash[47447]: ceph-6db93fb0-9635-11ee-95a3-87774f69a715-prometheus-a 2023-12-09T02:01:27.634 INFO:journalctl@ceph.prometheus.a.smithi125.stdout:Dec 09 02:01:27 smithi125 bash[47481]: Error response from daemon: No such container: ceph-6db93fb0-9635-11ee-95a3-87774f69a715-prometheus.a 2023-12-09T02:01:27.634 INFO:journalctl@ceph.prometheus.a.smithi125.stdout:Dec 09 02:01:27 smithi125 systemd[1]: ceph-6db93fb0-9635-11ee-95a3-87774f69a715@prometheus.a.service: Succeeded. 2023-12-09T02:01:27.634 INFO:journalctl@ceph.prometheus.a.smithi125.stdout:Dec 09 02:01:27 smithi125 systemd[1]: Stopped Ceph prometheus.a for 6db93fb0-9635-11ee-95a3-87774f69a715. 2023-12-09T02:01:27.634 INFO:journalctl@ceph.prometheus.a.smithi125.stdout:Dec 09 02:01:27 smithi125 systemd[1]: Started Ceph prometheus.a for 6db93fb0-9635-11ee-95a3-87774f69a715. 2023-12-09T02:01:28.218 INFO:journalctl@ceph.alertmanager.a.smithi067.stdout:Dec 09 02:01:27 smithi067 bash[54159]: level=info ts=2023-12-09T02:01:27.915Z caller=cluster.go:696 component=cluster msg="gossip not settled" polls=0 before=0 now=1 elapsed=2.000420276s 2023-12-09T02:01:28.937 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:01:28 smithi125 bash[25274]: cluster 2023-12-09T02:01:26.840347+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-09T02:01:28.937 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:01:28 smithi125 bash[25274]: audit 2023-12-09T02:01:27.653806+0000 mon.a (mon.0) 904 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:01:28.937 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:01:28 smithi125 bash[25274]: audit 2023-12-09T02:01:27.661114+0000 mon.a (mon.0) 905 : audit [DBG] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-09T02:01:28.937 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:01:28 smithi125 bash[25274]: audit 2023-12-09T02:01:27.661911+0000 mgr.y (mgr.14457) 75 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-09T02:01:28.937 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:01:28 smithi125 bash[25274]: audit 2023-12-09T02:01:27.663945+0000 mon.a (mon.0) 906 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.67:9093"}]: dispatch 2023-12-09T02:01:28.937 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:01:28 smithi125 bash[25274]: audit 2023-12-09T02:01:27.664559+0000 mgr.y (mgr.14457) 76 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.67:9093"}]: dispatch 2023-12-09T02:01:28.937 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:01:28 smithi125 bash[25274]: audit 2023-12-09T02:01:27.674044+0000 mon.a (mon.0) 907 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:01:28.937 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:01:28 smithi125 bash[25274]: audit 2023-12-09T02:01:27.686705+0000 mon.a (mon.0) 908 : audit [DBG] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-09T02:01:28.937 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:01:28 smithi125 bash[25274]: audit 2023-12-09T02:01:27.704901+0000 mon.a (mon.0) 909 : audit [DBG] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-09T02:01:28.937 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:01:28 smithi125 bash[25274]: audit 2023-12-09T02:01:27.707405+0000 mon.a (mon.0) 910 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.125:3000"}]: dispatch 2023-12-09T02:01:28.937 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:01:28 smithi125 bash[25274]: audit 2023-12-09T02:01:27.720088+0000 mon.a (mon.0) 911 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:01:28.937 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:01:28 smithi125 bash[25274]: audit 2023-12-09T02:01:27.724814+0000 mon.a (mon.0) 912 : audit [DBG] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:01:28.938 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:01:28 smithi125 bash[25274]: audit 2023-12-09T02:01:27.727256+0000 mon.a (mon.0) 913 : audit [DBG] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:01:28.938 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:01:28 smithi125 bash[25274]: audit 2023-12-09T02:01:27.728761+0000 mon.a (mon.0) 914 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:01:28.938 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:01:28 smithi125 bash[25274]: audit 2023-12-09T02:01:27.741107+0000 mon.a (mon.0) 915 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:01:28.938 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:01:28 smithi125 bash[25274]: audit 2023-12-09T02:01:27.748177+0000 mon.a (mon.0) 916 : audit [DBG] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:01:28.938 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:01:28 smithi125 bash[25274]: audit 2023-12-09T02:01:27.749979+0000 mon.a (mon.0) 917 : audit [DBG] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:01:28.938 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:01:28 smithi125 bash[25274]: audit 2023-12-09T02:01:27.751137+0000 mon.a (mon.0) 918 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:01:28.938 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:01:28 smithi125 bash[25274]: audit 2023-12-09T02:01:27.761420+0000 mon.a (mon.0) 919 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:01:28.968 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:01:28 smithi067 bash[25104]: cluster 2023-12-09T02:01:26.840347+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-09T02:01:28.968 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:01:28 smithi067 bash[25104]: audit 2023-12-09T02:01:27.653806+0000 mon.a (mon.0) 904 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:01:28.968 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:01:28 smithi067 bash[25104]: audit 2023-12-09T02:01:27.661114+0000 mon.a (mon.0) 905 : audit [DBG] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-09T02:01:28.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:01:28 smithi067 bash[25104]: audit 2023-12-09T02:01:27.661911+0000 mgr.y (mgr.14457) 75 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-09T02:01:28.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:01:28 smithi067 bash[25104]: audit 2023-12-09T02:01:27.663945+0000 mon.a (mon.0) 906 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.67:9093"}]: dispatch 2023-12-09T02:01:28.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:01:28 smithi067 bash[25104]: audit 2023-12-09T02:01:27.664559+0000 mgr.y (mgr.14457) 76 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.67:9093"}]: dispatch 2023-12-09T02:01:28.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:01:28 smithi067 bash[25104]: audit 2023-12-09T02:01:27.674044+0000 mon.a (mon.0) 907 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:01:28.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:01:28 smithi067 bash[25104]: audit 2023-12-09T02:01:27.686705+0000 mon.a (mon.0) 908 : audit [DBG] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-09T02:01:28.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:01:28 smithi067 bash[25104]: audit 2023-12-09T02:01:27.704901+0000 mon.a (mon.0) 909 : audit [DBG] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-09T02:01:28.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:01:28 smithi067 bash[25104]: audit 2023-12-09T02:01:27.707405+0000 mon.a (mon.0) 910 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.125:3000"}]: dispatch 2023-12-09T02:01:28.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:01:28 smithi067 bash[25104]: audit 2023-12-09T02:01:27.720088+0000 mon.a (mon.0) 911 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:01:28.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:01:28 smithi067 bash[25104]: audit 2023-12-09T02:01:27.724814+0000 mon.a (mon.0) 912 : audit [DBG] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:01:28.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:01:28 smithi067 bash[25104]: audit 2023-12-09T02:01:27.727256+0000 mon.a (mon.0) 913 : audit [DBG] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:01:28.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:01:28 smithi067 bash[25104]: audit 2023-12-09T02:01:27.728761+0000 mon.a (mon.0) 914 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:01:28.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:01:28 smithi067 bash[25104]: audit 2023-12-09T02:01:27.741107+0000 mon.a (mon.0) 915 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:01:28.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:01:28 smithi067 bash[25104]: audit 2023-12-09T02:01:27.748177+0000 mon.a (mon.0) 916 : audit [DBG] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:01:28.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:01:28 smithi067 bash[25104]: audit 2023-12-09T02:01:27.749979+0000 mon.a (mon.0) 917 : audit [DBG] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:01:28.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:01:28 smithi067 bash[25104]: audit 2023-12-09T02:01:27.751137+0000 mon.a (mon.0) 918 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:01:28.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:01:28 smithi067 bash[25104]: audit 2023-12-09T02:01:27.761420+0000 mon.a (mon.0) 919 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:01:28.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:01:28 smithi067 bash[30830]: cluster 2023-12-09T02:01:26.840347+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-09T02:01:28.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:01:28 smithi067 bash[30830]: audit 2023-12-09T02:01:27.653806+0000 mon.a (mon.0) 904 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:01:28.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:01:28 smithi067 bash[30830]: audit 2023-12-09T02:01:27.661114+0000 mon.a (mon.0) 905 : audit [DBG] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-09T02:01:28.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:01:28 smithi067 bash[30830]: audit 2023-12-09T02:01:27.661911+0000 mgr.y (mgr.14457) 75 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-09T02:01:28.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:01:28 smithi067 bash[30830]: audit 2023-12-09T02:01:27.663945+0000 mon.a (mon.0) 906 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.67:9093"}]: dispatch 2023-12-09T02:01:28.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:01:28 smithi067 bash[30830]: audit 2023-12-09T02:01:27.664559+0000 mgr.y (mgr.14457) 76 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.67:9093"}]: dispatch 2023-12-09T02:01:28.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:01:28 smithi067 bash[30830]: audit 2023-12-09T02:01:27.674044+0000 mon.a (mon.0) 907 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:01:28.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:01:28 smithi067 bash[30830]: audit 2023-12-09T02:01:27.686705+0000 mon.a (mon.0) 908 : audit [DBG] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-09T02:01:28.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:01:28 smithi067 bash[30830]: audit 2023-12-09T02:01:27.704901+0000 mon.a (mon.0) 909 : audit [DBG] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-09T02:01:28.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:01:28 smithi067 bash[30830]: audit 2023-12-09T02:01:27.707405+0000 mon.a (mon.0) 910 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.125:3000"}]: dispatch 2023-12-09T02:01:28.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:01:28 smithi067 bash[30830]: audit 2023-12-09T02:01:27.720088+0000 mon.a (mon.0) 911 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:01:28.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:01:28 smithi067 bash[30830]: audit 2023-12-09T02:01:27.724814+0000 mon.a (mon.0) 912 : audit [DBG] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:01:28.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:01:28 smithi067 bash[30830]: audit 2023-12-09T02:01:27.727256+0000 mon.a (mon.0) 913 : audit [DBG] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:01:28.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:01:28 smithi067 bash[30830]: audit 2023-12-09T02:01:27.728761+0000 mon.a (mon.0) 914 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:01:28.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:01:28 smithi067 bash[30830]: audit 2023-12-09T02:01:27.741107+0000 mon.a (mon.0) 915 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:01:28.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:01:28 smithi067 bash[30830]: audit 2023-12-09T02:01:27.748177+0000 mon.a (mon.0) 916 : audit [DBG] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:01:28.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:01:28 smithi067 bash[30830]: audit 2023-12-09T02:01:27.749979+0000 mon.a (mon.0) 917 : audit [DBG] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:01:28.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:01:28 smithi067 bash[30830]: audit 2023-12-09T02:01:27.751137+0000 mon.a (mon.0) 918 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:01:28.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:01:28 smithi067 bash[30830]: audit 2023-12-09T02:01:27.761420+0000 mon.a (mon.0) 919 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:01:29.471 INFO:journalctl@ceph.prometheus.a.smithi125.stdout:Dec 09 02:01:29 smithi125 bash[47516]: ts=2023-12-09T02:01:29.005Z caller=main.go:475 level=info msg="No time or size retention was set so using the default time retention" duration=15d 2023-12-09T02:01:29.471 INFO:journalctl@ceph.prometheus.a.smithi125.stdout:Dec 09 02:01:29 smithi125 bash[47516]: ts=2023-12-09T02:01:29.005Z caller=main.go:512 level=info msg="Starting Prometheus" version="(version=2.33.4, branch=HEAD, revision=83032011a5d3e6102624fe58241a374a7201fee8)" 2023-12-09T02:01:29.471 INFO:journalctl@ceph.prometheus.a.smithi125.stdout:Dec 09 02:01:29 smithi125 bash[47516]: ts=2023-12-09T02:01:29.005Z caller=main.go:517 level=info build_context="(go=go1.17.7, user=root@d13bf69e7be8, date=20220222-16:51:28)" 2023-12-09T02:01:29.471 INFO:journalctl@ceph.prometheus.a.smithi125.stdout:Dec 09 02:01:29 smithi125 bash[47516]: ts=2023-12-09T02:01:29.005Z caller=main.go:518 level=info host_details="(Linux 5.4.0-169-generic #187-Ubuntu SMP Thu Nov 23 14:52:28 UTC 2023 x86_64 smithi125 (none))" 2023-12-09T02:01:29.471 INFO:journalctl@ceph.prometheus.a.smithi125.stdout:Dec 09 02:01:29 smithi125 bash[47516]: ts=2023-12-09T02:01:29.005Z caller=main.go:519 level=info fd_limits="(soft=1048576, hard=1048576)" 2023-12-09T02:01:29.471 INFO:journalctl@ceph.prometheus.a.smithi125.stdout:Dec 09 02:01:29 smithi125 bash[47516]: ts=2023-12-09T02:01:29.005Z caller=main.go:520 level=info vm_limits="(soft=unlimited, hard=unlimited)" 2023-12-09T02:01:29.472 INFO:journalctl@ceph.prometheus.a.smithi125.stdout:Dec 09 02:01:29 smithi125 bash[47516]: ts=2023-12-09T02:01:29.008Z caller=web.go:570 level=info component=web msg="Start listening for connections" address=:9095 2023-12-09T02:01:29.472 INFO:journalctl@ceph.prometheus.a.smithi125.stdout:Dec 09 02:01:29 smithi125 bash[47516]: ts=2023-12-09T02:01:29.008Z caller=main.go:923 level=info msg="Starting TSDB ..." 2023-12-09T02:01:29.472 INFO:journalctl@ceph.prometheus.a.smithi125.stdout:Dec 09 02:01:29 smithi125 bash[47516]: ts=2023-12-09T02:01:29.011Z caller=tls_config.go:195 level=info component=web msg="TLS is disabled." http2=false 2023-12-09T02:01:29.472 INFO:journalctl@ceph.prometheus.a.smithi125.stdout:Dec 09 02:01:29 smithi125 bash[47516]: ts=2023-12-09T02:01:29.014Z caller=head.go:493 level=info component=tsdb msg="Replaying on-disk memory mappable chunks if any" 2023-12-09T02:01:29.472 INFO:journalctl@ceph.prometheus.a.smithi125.stdout:Dec 09 02:01:29 smithi125 bash[47516]: ts=2023-12-09T02:01:29.014Z caller=head.go:527 level=info component=tsdb msg="On-disk memory mappable chunks replay completed" duration=2.789µs 2023-12-09T02:01:29.472 INFO:journalctl@ceph.prometheus.a.smithi125.stdout:Dec 09 02:01:29 smithi125 bash[47516]: ts=2023-12-09T02:01:29.014Z caller=head.go:533 level=info component=tsdb msg="Replaying WAL, this may take a while" 2023-12-09T02:01:29.472 INFO:journalctl@ceph.prometheus.a.smithi125.stdout:Dec 09 02:01:29 smithi125 bash[47516]: ts=2023-12-09T02:01:29.015Z caller=head.go:604 level=info component=tsdb msg="WAL segment loaded" segment=0 maxSegment=1 2023-12-09T02:01:29.472 INFO:journalctl@ceph.prometheus.a.smithi125.stdout:Dec 09 02:01:29 smithi125 bash[47516]: ts=2023-12-09T02:01:29.016Z caller=head.go:604 level=info component=tsdb msg="WAL segment loaded" segment=1 maxSegment=1 2023-12-09T02:01:29.472 INFO:journalctl@ceph.prometheus.a.smithi125.stdout:Dec 09 02:01:29 smithi125 bash[47516]: ts=2023-12-09T02:01:29.016Z caller=head.go:610 level=info component=tsdb msg="WAL replay completed" checkpoint_replay_duration=51.005µs wal_replay_duration=2.019567ms total_replay_duration=2.094946ms 2023-12-09T02:01:29.472 INFO:journalctl@ceph.prometheus.a.smithi125.stdout:Dec 09 02:01:29 smithi125 bash[47516]: ts=2023-12-09T02:01:29.018Z caller=main.go:944 level=info fs_type=XFS_SUPER_MAGIC 2023-12-09T02:01:29.472 INFO:journalctl@ceph.prometheus.a.smithi125.stdout:Dec 09 02:01:29 smithi125 bash[47516]: ts=2023-12-09T02:01:29.018Z caller=main.go:947 level=info msg="TSDB started" 2023-12-09T02:01:29.472 INFO:journalctl@ceph.prometheus.a.smithi125.stdout:Dec 09 02:01:29 smithi125 bash[47516]: ts=2023-12-09T02:01:29.018Z caller=main.go:1128 level=info msg="Loading configuration file" filename=/etc/prometheus/prometheus.yml 2023-12-09T02:01:29.473 INFO:journalctl@ceph.prometheus.a.smithi125.stdout:Dec 09 02:01:29 smithi125 bash[47516]: ts=2023-12-09T02:01:29.046Z caller=main.go:1165 level=info msg="Completed loading of configuration file" filename=/etc/prometheus/prometheus.yml totalDuration=27.444034ms db_storage=982ns remote_storage=1.937µs web_handler=623ns query_engine=1.06µs scrape=507.901µs scrape_sd=47.048µs notify=38.99µs notify_sd=13.537µs rules=26.1638ms 2023-12-09T02:01:29.473 INFO:journalctl@ceph.prometheus.a.smithi125.stdout:Dec 09 02:01:29 smithi125 bash[47516]: ts=2023-12-09T02:01:29.046Z caller=main.go:896 level=info msg="Server is ready to receive web requests." 2023-12-09T02:01:29.913 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:01:29 smithi067 bash[25104]: audit 2023-12-09T02:01:27.687430+0000 mgr.y (mgr.14457) 77 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-09T02:01:29.914 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:01:29 smithi067 bash[25104]: audit 2023-12-09T02:01:27.705701+0000 mgr.y (mgr.14457) 78 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-09T02:01:29.914 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:01:29 smithi067 bash[25104]: audit 2023-12-09T02:01:27.708268+0000 mgr.y (mgr.14457) 79 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.125:3000"}]: dispatch 2023-12-09T02:01:29.914 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:01:29 smithi067 bash[30830]: audit 2023-12-09T02:01:27.687430+0000 mgr.y (mgr.14457) 77 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-09T02:01:29.915 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:01:29 smithi067 bash[30830]: audit 2023-12-09T02:01:27.705701+0000 mgr.y (mgr.14457) 78 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-09T02:01:29.915 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:01:29 smithi067 bash[30830]: audit 2023-12-09T02:01:27.708268+0000 mgr.y (mgr.14457) 79 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.125:3000"}]: dispatch 2023-12-09T02:01:29.970 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:01:29 smithi125 bash[25274]: audit 2023-12-09T02:01:27.687430+0000 mgr.y (mgr.14457) 77 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-09T02:01:29.970 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:01:29 smithi125 bash[25274]: audit 2023-12-09T02:01:27.705701+0000 mgr.y (mgr.14457) 78 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-09T02:01:29.970 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:01:29 smithi125 bash[25274]: audit 2023-12-09T02:01:27.708268+0000 mgr.y (mgr.14457) 79 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.125:3000"}]: dispatch 2023-12-09T02:01:30.053 INFO:teuthology.orchestra.run.smithi067.stdout:34359738446 2023-12-09T02:01:30.970 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:01:30 smithi125 bash[25274]: cluster 2023-12-09T02:01:28.840964+0000 mgr.y (mgr.14457) 80 : cluster [DBG] pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:01:30.970 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:01:30 smithi125 bash[25274]: audit 2023-12-09T02:01:30.054491+0000 mon.a (mon.0) 920 : audit [DBG] from='client.? 172.21.15.67:0/2758835500' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-12-09T02:01:30.974 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:01:30 smithi067 bash[25104]: cluster 2023-12-09T02:01:28.840964+0000 mgr.y (mgr.14457) 80 : cluster [DBG] pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:01:30.974 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:01:30 smithi067 bash[25104]: audit 2023-12-09T02:01:30.054491+0000 mon.a (mon.0) 920 : audit [DBG] from='client.? 172.21.15.67:0/2758835500' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-12-09T02:01:30.975 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:01:30 smithi067 bash[30830]: cluster 2023-12-09T02:01:28.840964+0000 mgr.y (mgr.14457) 80 : cluster [DBG] pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:01:30.975 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:01:30 smithi067 bash[30830]: audit 2023-12-09T02:01:30.054491+0000 mon.a (mon.0) 920 : audit [DBG] from='client.? 172.21.15.67:0/2758835500' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-12-09T02:01:32.718 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:01:32 smithi067 bash[25104]: cluster 2023-12-09T02:01:30.841675+0000 mgr.y (mgr.14457) 81 : cluster [DBG] pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:01:32.718 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:01:32 smithi067 bash[30830]: cluster 2023-12-09T02:01:30.841675+0000 mgr.y (mgr.14457) 81 : cluster [DBG] pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:01:32.749 INFO:tasks.cephadm.ceph_manager.ceph:need seq 34359738443 got 34359738446 for osd.0 2023-12-09T02:01:32.750 DEBUG:teuthology.parallel:result is None 2023-12-09T02:01:32.801 INFO:teuthology.orchestra.run.smithi067.stdout:55834574920 2023-12-09T02:01:32.891 INFO:teuthology.orchestra.run.smithi067.stdout:197568495649 2023-12-09T02:01:32.970 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:01:32 smithi125 bash[25274]: cluster 2023-12-09T02:01:30.841675+0000 mgr.y (mgr.14457) 81 : cluster [DBG] pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:01:33.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:01:33 smithi067 bash[25104]: audit 2023-12-09T02:01:32.802863+0000 mon.c (mon.1) 19 : audit [DBG] from='client.? 172.21.15.67:0/3624879977' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-12-09T02:01:33.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:01:33 smithi067 bash[25104]: audit 2023-12-09T02:01:32.891794+0000 mon.a (mon.0) 921 : audit [DBG] from='client.? 172.21.15.67:0/227845773' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-12-09T02:01:33.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:01:33 smithi067 bash[30830]: audit 2023-12-09T02:01:32.802863+0000 mon.c (mon.1) 19 : audit [DBG] from='client.? 172.21.15.67:0/3624879977' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-12-09T02:01:33.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:01:33 smithi067 bash[30830]: audit 2023-12-09T02:01:32.891794+0000 mon.a (mon.0) 921 : audit [DBG] from='client.? 172.21.15.67:0/227845773' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-12-09T02:01:33.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:01:33 smithi125 bash[25274]: audit 2023-12-09T02:01:32.802863+0000 mon.c (mon.1) 19 : audit [DBG] from='client.? 172.21.15.67:0/3624879977' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-12-09T02:01:33.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:01:33 smithi125 bash[25274]: audit 2023-12-09T02:01:32.891794+0000 mon.a (mon.0) 921 : audit [DBG] from='client.? 172.21.15.67:0/227845773' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-12-09T02:01:34.680 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 02:01:34 smithi125 bash[26515]: ::ffff:172.21.15.125 - - [09/Dec/2023:02:01:34] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-09T02:01:34.968 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:01:34 smithi067 bash[25104]: cluster 2023-12-09T02:01:32.842125+0000 mgr.y (mgr.14457) 82 : cluster [DBG] pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:01:34.968 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:01:34 smithi067 bash[30830]: cluster 2023-12-09T02:01:32.842125+0000 mgr.y (mgr.14457) 82 : cluster [DBG] pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:01:34.970 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:01:34 smithi125 bash[25274]: cluster 2023-12-09T02:01:32.842125+0000 mgr.y (mgr.14457) 82 : cluster [DBG] pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:01:35.844 INFO:tasks.cephadm.ceph_manager.ceph:need seq 55834574916 got 55834574920 for osd.1 2023-12-09T02:01:35.845 DEBUG:teuthology.parallel:result is None 2023-12-09T02:01:35.845 INFO:tasks.cephadm.ceph_manager.ceph:need seq 197568495644 got 197568495649 for osd.6 2023-12-09T02:01:35.846 DEBUG:teuthology.parallel:result is None 2023-12-09T02:01:35.870 INFO:teuthology.orchestra.run.smithi067.stdout:231928234011 2023-12-09T02:01:35.877 INFO:teuthology.orchestra.run.smithi067.stdout:107374182458 2023-12-09T02:01:35.968 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:01:35 smithi067 bash[25104]: cluster 2023-12-09T02:01:34.842742+0000 mgr.y (mgr.14457) 83 : cluster [DBG] pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:01:35.968 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:01:35 smithi067 bash[30830]: cluster 2023-12-09T02:01:34.842742+0000 mgr.y (mgr.14457) 83 : cluster [DBG] pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:01:35.968 INFO:journalctl@ceph.alertmanager.a.smithi067.stdout:Dec 09 02:01:35 smithi067 bash[54159]: level=info ts=2023-12-09T02:01:35.918Z caller=cluster.go:688 component=cluster msg="gossip settled; proceeding" elapsed=10.003376374s 2023-12-09T02:01:35.969 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:01:35 smithi125 bash[25274]: cluster 2023-12-09T02:01:34.842742+0000 mgr.y (mgr.14457) 83 : cluster [DBG] pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:01:36.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:01:36 smithi125 bash[25274]: audit 2023-12-09T02:01:35.871132+0000 mon.c (mon.1) 20 : audit [DBG] from='client.? 172.21.15.67:0/3367039692' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-12-09T02:01:36.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:01:36 smithi125 bash[25274]: audit 2023-12-09T02:01:35.878738+0000 mon.a (mon.0) 922 : audit [DBG] from='client.? 172.21.15.67:0/1355500941' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-12-09T02:01:36.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:01:36 smithi067 bash[30830]: audit 2023-12-09T02:01:35.871132+0000 mon.c (mon.1) 20 : audit [DBG] from='client.? 172.21.15.67:0/3367039692' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-12-09T02:01:36.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:01:36 smithi067 bash[30830]: audit 2023-12-09T02:01:35.878738+0000 mon.a (mon.0) 922 : audit [DBG] from='client.? 172.21.15.67:0/1355500941' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-12-09T02:01:36.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:01:36 smithi067 bash[25104]: audit 2023-12-09T02:01:35.871132+0000 mon.c (mon.1) 20 : audit [DBG] from='client.? 172.21.15.67:0/3367039692' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-12-09T02:01:36.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:01:36 smithi067 bash[25104]: audit 2023-12-09T02:01:35.878738+0000 mon.a (mon.0) 922 : audit [DBG] from='client.? 172.21.15.67:0/1355500941' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-12-09T02:01:37.888 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:01:37 smithi067 bash[30830]: cluster 2023-12-09T02:01:36.843392+0000 mgr.y (mgr.14457) 84 : cluster [DBG] pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:01:37.888 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:01:37 smithi067 bash[25104]: cluster 2023-12-09T02:01:36.843392+0000 mgr.y (mgr.14457) 84 : cluster [DBG] pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:01:37.970 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:01:37 smithi125 bash[25274]: cluster 2023-12-09T02:01:36.843392+0000 mgr.y (mgr.14457) 84 : cluster [DBG] pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:01:38.255 INFO:teuthology.orchestra.run.smithi067.stdout:128849018929 2023-12-09T02:01:38.300 INFO:teuthology.orchestra.run.smithi067.stdout:77309411393 2023-12-09T02:01:38.455 INFO:tasks.cephadm.ceph_manager.ceph:need seq 231928234006 got 231928234011 for osd.7 2023-12-09T02:01:38.455 DEBUG:teuthology.parallel:result is None 2023-12-09T02:01:38.718 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:01:38 smithi067 bash[25104]: audit 2023-12-09T02:01:38.256960+0000 mon.a (mon.0) 923 : audit [DBG] from='client.? 172.21.15.67:0/1073704262' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-12-09T02:01:38.718 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:01:38 smithi067 bash[25104]: audit 2023-12-09T02:01:38.301825+0000 mon.c (mon.1) 21 : audit [DBG] from='client.? 172.21.15.67:0/1088903525' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-12-09T02:01:38.718 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:01:38 smithi067 bash[30830]: audit 2023-12-09T02:01:38.256960+0000 mon.a (mon.0) 923 : audit [DBG] from='client.? 172.21.15.67:0/1073704262' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-12-09T02:01:38.718 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:01:38 smithi067 bash[30830]: audit 2023-12-09T02:01:38.301825+0000 mon.c (mon.1) 21 : audit [DBG] from='client.? 172.21.15.67:0/1088903525' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-12-09T02:01:38.970 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:01:38 smithi125 bash[25274]: audit 2023-12-09T02:01:38.256960+0000 mon.a (mon.0) 923 : audit [DBG] from='client.? 172.21.15.67:0/1073704262' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-12-09T02:01:38.970 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:01:38 smithi125 bash[25274]: audit 2023-12-09T02:01:38.301825+0000 mon.c (mon.1) 21 : audit [DBG] from='client.? 172.21.15.67:0/1088903525' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-12-09T02:01:39.312 INFO:tasks.cephadm.ceph_manager.ceph:need seq 107374182453 got 107374182458 for osd.3 2023-12-09T02:01:39.313 DEBUG:teuthology.parallel:result is None 2023-12-09T02:01:39.638 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:01:39 smithi067 bash[25375]: 172.21.15.67 - - [09/Dec/2023:02:01:39] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-09T02:01:39.774 INFO:teuthology.orchestra.run.smithi067.stdout:163208757291 2023-12-09T02:01:40.606 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:01:40 smithi067 bash[30830]: cluster 2023-12-09T02:01:38.844014+0000 mgr.y (mgr.14457) 85 : cluster [DBG] pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:01:40.606 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:01:40 smithi067 bash[30830]: audit 2023-12-09T02:01:39.345701+0000 mon.a (mon.0) 924 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:01:40.606 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:01:40 smithi067 bash[30830]: audit 2023-12-09T02:01:39.352392+0000 mon.a (mon.0) 925 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:01:40.606 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:01:40 smithi067 bash[30830]: audit 2023-12-09T02:01:39.775335+0000 mon.c (mon.1) 22 : audit [DBG] from='client.? 172.21.15.67:0/2792532175' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-12-09T02:01:40.607 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:01:40 smithi067 bash[25104]: cluster 2023-12-09T02:01:38.844014+0000 mgr.y (mgr.14457) 85 : cluster [DBG] pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:01:40.607 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:01:40 smithi067 bash[25104]: audit 2023-12-09T02:01:39.345701+0000 mon.a (mon.0) 924 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:01:40.607 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:01:40 smithi067 bash[25104]: audit 2023-12-09T02:01:39.352392+0000 mon.a (mon.0) 925 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:01:40.607 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:01:40 smithi067 bash[25104]: audit 2023-12-09T02:01:39.775335+0000 mon.c (mon.1) 22 : audit [DBG] from='client.? 172.21.15.67:0/2792532175' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-12-09T02:01:40.720 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:01:40 smithi125 bash[25274]: cluster 2023-12-09T02:01:38.844014+0000 mgr.y (mgr.14457) 85 : cluster [DBG] pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:01:40.720 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:01:40 smithi125 bash[25274]: audit 2023-12-09T02:01:39.345701+0000 mon.a (mon.0) 924 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:01:40.720 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:01:40 smithi125 bash[25274]: audit 2023-12-09T02:01:39.352392+0000 mon.a (mon.0) 925 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:01:40.720 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:01:40 smithi125 bash[25274]: audit 2023-12-09T02:01:39.775335+0000 mon.c (mon.1) 22 : audit [DBG] from='client.? 172.21.15.67:0/2792532175' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-12-09T02:01:41.137 INFO:tasks.cephadm.ceph_manager.ceph:need seq 128849018924 got 128849018929 for osd.4 2023-12-09T02:01:41.137 DEBUG:teuthology.parallel:result is None 2023-12-09T02:01:41.140 INFO:tasks.cephadm.ceph_manager.ceph:need seq 77309411389 got 77309411393 for osd.2 2023-12-09T02:01:41.140 DEBUG:teuthology.parallel:result is None 2023-12-09T02:01:41.466 INFO:tasks.cephadm.ceph_manager.ceph:need seq 163208757286 got 163208757291 for osd.5 2023-12-09T02:01:41.467 DEBUG:teuthology.parallel:result is None 2023-12-09T02:01:41.467 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2023-12-09T02:01:41.467 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 6db93fb0-9635-11ee-95a3-87774f69a715 -- ceph pg dump --format=json 2023-12-09T02:01:41.718 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:01:41 smithi067 bash[25375]: ::ffff:172.21.15.125 - - [09/Dec/2023:02:01:41] "GET /metrics HTTP/1.1" 200 191506 "" "Prometheus/2.33.4" 2023-12-09T02:01:42.470 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:01:42 smithi125 bash[25274]: cluster 2023-12-09T02:01:40.844692+0000 mgr.y (mgr.14457) 86 : cluster [DBG] pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:01:42.718 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:01:42 smithi067 bash[25104]: cluster 2023-12-09T02:01:40.844692+0000 mgr.y (mgr.14457) 86 : cluster [DBG] pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:01:42.718 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:01:42 smithi067 bash[30830]: cluster 2023-12-09T02:01:40.844692+0000 mgr.y (mgr.14457) 86 : cluster [DBG] pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:01:44.196 INFO:teuthology.orchestra.run.smithi067.stderr:Inferring config /var/lib/ceph/6db93fb0-9635-11ee-95a3-87774f69a715/mon.a/config 2023-12-09T02:01:44.547 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:01:44 smithi067 bash[25104]: cluster 2023-12-09T02:01:42.845304+0000 mgr.y (mgr.14457) 87 : cluster [DBG] pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:01:44.547 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:01:44 smithi067 bash[30830]: cluster 2023-12-09T02:01:42.845304+0000 mgr.y (mgr.14457) 87 : cluster [DBG] pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:01:44.720 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:01:44 smithi125 bash[25274]: cluster 2023-12-09T02:01:42.845304+0000 mgr.y (mgr.14457) 87 : cluster [DBG] pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:01:44.720 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 02:01:44 smithi125 bash[26515]: ::ffff:172.21.15.125 - - [09/Dec/2023:02:01:44] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-09T02:01:44.968 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:01:44 smithi067 bash[25375]: 172.21.15.125 - - [09/Dec/2023:02:01:44] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-09T02:01:45.468 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:01:45 smithi067 bash[25375]: 172.21.15.67 - - [09/Dec/2023:02:01:45] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-09T02:01:45.917 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:01:45 smithi125 bash[25274]: audit 2023-12-09T02:01:44.541610+0000 mon.a (mon.0) 926 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:01:45.917 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:01:45 smithi125 bash[25274]: audit 2023-12-09T02:01:44.547766+0000 mon.a (mon.0) 927 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:01:45.917 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:01:45 smithi125 bash[25274]: audit 2023-12-09T02:01:45.322980+0000 mon.a (mon.0) 928 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:01:45.917 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:01:45 smithi125 bash[25274]: audit 2023-12-09T02:01:45.330354+0000 mon.a (mon.0) 929 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:01:45.968 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:01:45 smithi067 bash[25104]: audit 2023-12-09T02:01:44.541610+0000 mon.a (mon.0) 926 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:01:45.968 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:01:45 smithi067 bash[25104]: audit 2023-12-09T02:01:44.547766+0000 mon.a (mon.0) 927 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:01:45.968 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:01:45 smithi067 bash[25104]: audit 2023-12-09T02:01:45.322980+0000 mon.a (mon.0) 928 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:01:45.968 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:01:45 smithi067 bash[25104]: audit 2023-12-09T02:01:45.330354+0000 mon.a (mon.0) 929 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:01:45.968 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:01:45 smithi067 bash[30830]: audit 2023-12-09T02:01:44.541610+0000 mon.a (mon.0) 926 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:01:45.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:01:45 smithi067 bash[30830]: audit 2023-12-09T02:01:44.547766+0000 mon.a (mon.0) 927 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:01:45.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:01:45 smithi067 bash[30830]: audit 2023-12-09T02:01:45.322980+0000 mon.a (mon.0) 928 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:01:45.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:01:45 smithi067 bash[30830]: audit 2023-12-09T02:01:45.330354+0000 mon.a (mon.0) 929 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:01:46.892 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:01:46 smithi067 bash[25104]: cluster 2023-12-09T02:01:44.845809+0000 mgr.y (mgr.14457) 88 : cluster [DBG] pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:01:46.892 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:01:46 smithi067 bash[30830]: cluster 2023-12-09T02:01:44.845809+0000 mgr.y (mgr.14457) 88 : cluster [DBG] pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:01:46.970 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:01:46 smithi125 bash[25274]: cluster 2023-12-09T02:01:44.845809+0000 mgr.y (mgr.14457) 88 : cluster [DBG] pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:01:47.306 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-09T02:01:47.309 INFO:teuthology.orchestra.run.smithi067.stderr:dumped all 2023-12-09T02:01:47.468 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:01:47 smithi067 bash[25375]: 172.21.15.125 - - [09/Dec/2023:02:01:47] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-09T02:01:48.092 INFO:teuthology.orchestra.run.smithi067.stdout:{"pg_ready":true,"pg_map":{"version":57,"stamp":"2023-12-09T02:01:46.846062+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":48900,"kb_used_data":6084,"kb_used_omap":0,"kb_used_meta":42752,"kb_avail":749912316,"statfs":{"total":767960285184,"available":767910211584,"internally_reserved":0,"allocated":6230016,"data_stored":3487733,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":43778048},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"12.003638"},"pg_stats":[{"pgid":"1.0","version":"59'128","reported_seq":266,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-12-09T01:59:59.236430+0000","last_change":"2023-12-09T01:59:34.112927+0000","last_active":"2023-12-09T01:59:59.236430+0000","last_peered":"2023-12-09T01:59:59.236430+0000","last_clean":"2023-12-09T01:59:59.236430+0000","last_became_active":"2023-12-09T01:59:34.112171+0000","last_became_peered":"2023-12-09T01:59:34.112171+0000","last_unstale":"2023-12-09T01:59:59.236430+0000","last_undegraded":"2023-12-09T01:59:59.236430+0000","last_fullsized":"2023-12-09T01:59:59.236430+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-09T01:56:20.009509+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-12-09T01:56:20.009509+0000","last_clean_scrub_stamp":"2023-12-09T01:56:20.009509+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-10T01:57:33.661433+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":212,"num_read_kb":306,"num_write":179,"num_write_kb":2416,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1586784,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,0,6],"acting":[7,0,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":212,"num_read_kb":306,"num_write":179,"num_write_kb":2416,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1586784,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":1597440,"data_stored":1586784,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":128,"ondisk_log_size":128,"up":3,"acting":3,"num_store_stats":3}],"osd_stats":[{"osd":7,"up_from":54,"seq":231928234013,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6088,"kb_used_data":1088,"kb_used_omap":0,"kb_used_meta":4992,"kb_avail":93739064,"statfs":{"total":95995035648,"available":95988801536,"internally_reserved":0,"allocated":1114112,"data_stored":766769,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5111808},"hb_peers":[0,1,2,3,4,5,6],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Sat Dec 9 02:01:35 2023","interfaces":[{"interface":"back","average":{"1min":0.91000000000000003,"5min":0.89700000000000002,"15min":0.89500000000000002},"min":{"1min":0.70299999999999996,"5min":0.68600000000000005,"15min":0.68600000000000005},"max":{"1min":1.4690000000000001,"5min":1.4690000000000001,"15min":1.4690000000000001},"last":0.93100000000000005},{"interface":"front","average":{"1min":0.89900000000000002,"5min":0.91300000000000003,"15min":0.91500000000000004},"min":{"1min":0.68400000000000005,"5min":0.627,"15min":0.627},"max":{"1min":1.1479999999999999,"5min":1.1850000000000001,"15min":1.1850000000000001},"last":1.204}]},{"osd":1,"last update":"Sat Dec 9 02:01:35 2023","interfaces":[{"interface":"back","average":{"1min":0.997,"5min":0.96299999999999997,"15min":0.95699999999999996},"min":{"1min":0.65400000000000003,"5min":0.57699999999999996,"15min":0.57699999999999996},"max":{"1min":2.1949999999999998,"5min":2.1949999999999998,"15min":2.1949999999999998},"last":1.2410000000000001},{"interface":"front","average":{"1min":1.0249999999999999,"5min":0.97499999999999998,"15min":0.96699999999999997},"min":{"1min":0.56200000000000006,"5min":0.56200000000000006,"15min":0.56200000000000006},"max":{"1min":1.5940000000000001,"5min":1.5940000000000001,"15min":1.5940000000000001},"last":1.0209999999999999}]},{"osd":2,"last update":"Sat Dec 9 02:01:35 2023","interfaces":[{"interface":"back","average":{"1min":1.02,"5min":0.98099999999999998,"15min":0.97499999999999998},"min":{"1min":0.68000000000000005,"5min":0.65000000000000002,"15min":0.65000000000000002},"max":{"1min":2.2410000000000001,"5min":2.2410000000000001,"15min":2.2410000000000001},"last":1.119},{"interface":"front","average":{"1min":1.022,"5min":1.0620000000000001,"15min":1.0680000000000001},"min":{"1min":0.70999999999999996,"5min":0.68600000000000005,"15min":0.68600000000000005},"max":{"1min":1.6020000000000001,"5min":1.6020000000000001,"15min":1.6020000000000001},"last":1.0960000000000001}]},{"osd":3,"last update":"Sat Dec 9 02:01:35 2023","interfaces":[{"interface":"back","average":{"1min":0.93200000000000005,"5min":0.92600000000000005,"15min":0.92500000000000004},"min":{"1min":0.58399999999999996,"5min":0.58399999999999996,"15min":0.58399999999999996},"max":{"1min":1.2110000000000001,"5min":1.329,"15min":1.329},"last":1.046},{"interface":"front","average":{"1min":1.113,"5min":1.0569999999999999,"15min":1.0469999999999999},"min":{"1min":0.70499999999999996,"5min":0.61699999999999999,"15min":0.61699999999999999},"max":{"1min":2.2930000000000001,"5min":2.2930000000000001,"15min":2.2930000000000001},"last":0.77300000000000002}]},{"osd":4,"last update":"Sat Dec 9 02:01:35 2023","interfaces":[{"interface":"back","average":{"1min":1.1020000000000001,"5min":1.0189999999999999,"15min":1.0049999999999999},"min":{"1min":0.60799999999999998,"5min":0.49199999999999999,"15min":0.49199999999999999},"max":{"1min":1.6759999999999999,"5min":1.6759999999999999,"15min":1.6759999999999999},"last":0.73999999999999999},{"interface":"front","average":{"1min":0.91600000000000004,"5min":0.94899999999999995,"15min":0.95499999999999996},"min":{"1min":0.58999999999999997,"5min":0.41099999999999998,"15min":0.41099999999999998},"max":{"1min":1.4299999999999999,"5min":1.4299999999999999,"15min":1.4299999999999999},"last":0.82099999999999995}]},{"osd":5,"last update":"Sat Dec 9 02:01:35 2023","interfaces":[{"interface":"back","average":{"1min":1.1299999999999999,"5min":1.071,"15min":1.0609999999999999},"min":{"1min":0.623,"5min":0.44800000000000001,"15min":0.44800000000000001},"max":{"1min":2.1469999999999998,"5min":2.1469999999999998,"15min":2.1469999999999998},"last":0.96099999999999997},{"interface":"front","average":{"1min":1.179,"5min":1.1379999999999999,"15min":1.131},"min":{"1min":0.58699999999999997,"5min":0.56599999999999995,"15min":0.56599999999999995},"max":{"1min":1.9350000000000001,"5min":1.9350000000000001,"15min":1.9350000000000001},"last":1.264}]},{"osd":6,"last update":"Sat Dec 9 02:01:35 2023","interfaces":[{"interface":"back","average":{"1min":1.218,"5min":1.1559999999999999,"15min":1.1459999999999999},"min":{"1min":0.74099999999999999,"5min":0.53600000000000003,"15min":0.53600000000000003},"max":{"1min":2.0920000000000001,"5min":2.0920000000000001,"15min":2.0920000000000001},"last":1.2929999999999999},{"interface":"front","average":{"1min":1.208,"5min":1.2130000000000001,"15min":1.214},"min":{"1min":0.78000000000000003,"5min":0.627,"15min":0.627},"max":{"1min":1.694,"5min":2.0419999999999998,"15min":2.0419999999999998},"last":1.1579999999999999}]}]},{"osd":6,"up_from":46,"seq":197568495652,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6148,"kb_used_data":1084,"kb_used_omap":0,"kb_used_meta":5056,"kb_avail":93739004,"statfs":{"total":95995035648,"available":95988740096,"internally_reserved":0,"allocated":1110016,"data_stored":766504,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5177344},"hb_peers":[0,1,2,3,4,5,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Sat Dec 9 02:00:52 2023","interfaces":[{"interface":"back","average":{"1min":0.86199999999999999,"5min":0.82699999999999996,"15min":0.82099999999999995},"min":{"1min":0.59599999999999997,"5min":0.59599999999999997,"15min":0.59599999999999997},"max":{"1min":1.2010000000000001,"5min":1.2010000000000001,"15min":1.2010000000000001},"last":0.68899999999999995},{"interface":"front","average":{"1min":0.91900000000000004,"5min":0.91900000000000004,"15min":0.91900000000000004},"min":{"1min":0.69699999999999995,"5min":0.69699999999999995,"15min":0.69699999999999995},"max":{"1min":1.2130000000000001,"5min":1.359,"15min":1.359},"last":0.73099999999999998}]},{"osd":1,"last update":"Sat Dec 9 02:00:52 2023","interfaces":[{"interface":"back","average":{"1min":0.89100000000000001,"5min":0.879,"15min":0.877},"min":{"1min":0.65400000000000003,"5min":0.39600000000000002,"15min":0.39600000000000002},"max":{"1min":1.302,"5min":1.302,"15min":1.302},"last":0.626},{"interface":"front","average":{"1min":0.95599999999999996,"5min":0.90800000000000003,"15min":0.90000000000000002},"min":{"1min":0.65500000000000003,"5min":0.65500000000000003,"15min":0.65500000000000003},"max":{"1min":1.2450000000000001,"5min":1.2450000000000001,"15min":1.2450000000000001},"last":0.99299999999999999}]},{"osd":2,"last update":"Sat Dec 9 02:00:52 2023","interfaces":[{"interface":"back","average":{"1min":0.94299999999999995,"5min":0.92800000000000005,"15min":0.92600000000000005},"min":{"1min":0.64800000000000002,"5min":0.64800000000000002,"15min":0.64800000000000002},"max":{"1min":1.373,"5min":1.373,"15min":1.373},"last":0.84599999999999997},{"interface":"front","average":{"1min":1.052,"5min":0.97799999999999998,"15min":0.96599999999999997},"min":{"1min":0.77500000000000002,"5min":0.60699999999999998,"15min":0.60699999999999998},"max":{"1min":1.3939999999999999,"5min":1.3939999999999999,"15min":1.3939999999999999},"last":0.86399999999999999}]},{"osd":3,"last update":"Sat Dec 9 02:00:52 2023","interfaces":[{"interface":"back","average":{"1min":0.95299999999999996,"5min":0.94699999999999995,"15min":0.94599999999999995},"min":{"1min":0.60599999999999998,"5min":0.60599999999999998,"15min":0.60599999999999998},"max":{"1min":1.3180000000000001,"5min":1.3180000000000001,"15min":1.3180000000000001},"last":0.91400000000000003},{"interface":"front","average":{"1min":1.048,"5min":0.996,"15min":0.98699999999999999},"min":{"1min":0.69099999999999995,"5min":0.621,"15min":0.621},"max":{"1min":1.3240000000000001,"5min":1.3240000000000001,"15min":1.3240000000000001},"last":1.171}]},{"osd":4,"last update":"Sat Dec 9 02:00:52 2023","interfaces":[{"interface":"back","average":{"1min":0.97799999999999998,"5min":0.84599999999999997,"15min":0.82399999999999995},"min":{"1min":0.54300000000000004,"5min":0.439,"15min":0.439},"max":{"1min":1.278,"5min":1.278,"15min":1.278},"last":0.96599999999999997},{"interface":"front","average":{"1min":0.95499999999999996,"5min":0.94599999999999995,"15min":0.94399999999999995},"min":{"1min":0.56100000000000005,"5min":0.55700000000000005,"15min":0.55700000000000005},"max":{"1min":1.292,"5min":1.403,"15min":1.403},"last":1.446}]},{"osd":5,"last update":"Sat Dec 9 02:00:52 2023","interfaces":[{"interface":"back","average":{"1min":1.0509999999999999,"5min":0.97499999999999998,"15min":0.96299999999999997},"min":{"1min":0.60699999999999998,"5min":0.36299999999999999,"15min":0.36299999999999999},"max":{"1min":1.526,"5min":1.526,"15min":1.526},"last":1.093},{"interface":"front","average":{"1min":1.0780000000000001,"5min":1.0249999999999999,"15min":1.016},"min":{"1min":0.628,"5min":0.49399999999999999,"15min":0.49399999999999999},"max":{"1min":1.341,"5min":1.48,"15min":1.48},"last":1.3480000000000001}]},{"osd":7,"last update":"Sat Dec 9 02:01:34 2023","interfaces":[{"interface":"back","average":{"1min":1.1379999999999999,"5min":2.0619999999999998,"15min":2.2160000000000002},"min":{"1min":0.63300000000000001,"5min":0.54100000000000004,"15min":0.54100000000000004},"max":{"1min":1.4370000000000001,"5min":25.132000000000001,"15min":25.132000000000001},"last":1.2010000000000001},{"interface":"front","average":{"1min":1.179,"5min":2.097,"15min":2.25},"min":{"1min":0.71399999999999997,"5min":0.67600000000000005,"15min":0.67600000000000005},"max":{"1min":1.4550000000000001,"5min":25.722000000000001,"15min":25.722000000000001},"last":1.238}]}]},{"osd":1,"up_from":13,"seq":55834574923,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":6332,"kb_used_data":564,"kb_used_omap":0,"kb_used_meta":5760,"kb_avail":93738820,"statfs":{"total":95995035648,"available":95988551680,"internally_reserved":0,"allocated":577536,"data_stored":237576,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5898240},"hb_peers":[0,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Sat Dec 9 02:00:52 2023","interfaces":[{"interface":"back","average":{"1min":0.71899999999999997,"5min":0.71599999999999997,"15min":0.629},"min":{"1min":0.33700000000000002,"5min":0.33700000000000002,"15min":0.33700000000000002},"max":{"1min":1.075,"5min":1.159,"15min":1.159},"last":0.94799999999999995},{"interface":"front","average":{"1min":0.80300000000000005,"5min":0.75600000000000001,"15min":0.64800000000000002},"min":{"1min":0.32700000000000001,"5min":0.32700000000000001,"15min":0.32700000000000001},"max":{"1min":1.1120000000000001,"5min":1.341,"15min":1.341},"last":0.84199999999999997}]},{"osd":2,"last update":"Sat Dec 9 02:01:32 2023","interfaces":[{"interface":"back","average":{"1min":0.79000000000000004,"5min":0.81699999999999995,"15min":0.78500000000000003},"min":{"1min":0.47799999999999998,"5min":0.313,"15min":0.313},"max":{"1min":1.2949999999999999,"5min":1.2949999999999999,"15min":1.2949999999999999},"last":1.097},{"interface":"front","average":{"1min":0.73099999999999998,"5min":0.77700000000000002,"15min":0.78500000000000003},"min":{"1min":0.47299999999999998,"5min":0.35099999999999998,"15min":0.35099999999999998},"max":{"1min":1.0049999999999999,"5min":1.1619999999999999,"15min":1.1619999999999999},"last":0.873}]},{"osd":3,"last update":"Sat Dec 9 02:01:06 2023","interfaces":[{"interface":"back","average":{"1min":0.95099999999999996,"5min":0.93200000000000005,"15min":0.90100000000000002},"min":{"1min":0.53000000000000003,"5min":0.39600000000000002,"15min":0.39600000000000002},"max":{"1min":1.3839999999999999,"5min":1.3939999999999999,"15min":1.3939999999999999},"last":0.79500000000000004},{"interface":"front","average":{"1min":0.88900000000000001,"5min":0.90000000000000002,"15min":0.87},"min":{"1min":0.57699999999999996,"5min":0.48599999999999999,"15min":0.48599999999999999},"max":{"1min":1.373,"5min":1.409,"15min":1.409},"last":0.91100000000000003}]},{"osd":4,"last update":"Sat Dec 9 02:00:45 2023","interfaces":[{"interface":"back","average":{"1min":1.0680000000000001,"5min":1.1299999999999999,"15min":1.1120000000000001},"min":{"1min":0.63100000000000001,"5min":0.63100000000000001,"15min":0.63100000000000001},"max":{"1min":1.4390000000000001,"5min":1.7090000000000001,"15min":1.7090000000000001},"last":1.214},{"interface":"front","average":{"1min":1.129,"5min":1.1319999999999999,"15min":1.103},"min":{"1min":0.68100000000000005,"5min":0.68100000000000005,"15min":0.68100000000000005},"max":{"1min":1.542,"5min":1.772,"15min":1.772},"last":1.236}]},{"osd":5,"last update":"Sat Dec 9 02:01:17 2023","interfaces":[{"interface":"back","average":{"1min":1.117,"5min":1.1950000000000001,"15min":1.1950000000000001},"min":{"1min":0.75900000000000001,"5min":0.75900000000000001,"15min":0.75900000000000001},"max":{"1min":1.6040000000000001,"5min":1.671,"15min":1.671},"last":1.508},{"interface":"front","average":{"1min":1.024,"5min":1.115,"15min":1.1220000000000001},"min":{"1min":0.69999999999999996,"5min":0.69999999999999996,"15min":0.69999999999999996},"max":{"1min":1.373,"5min":1.633,"15min":1.633},"last":1.476}]},{"osd":6,"last update":"Sat Dec 9 02:00:52 2023","interfaces":[{"interface":"back","average":{"1min":1.21,"5min":1.3129999999999999,"15min":1.3300000000000001},"min":{"1min":0.73499999999999999,"5min":0.73499999999999999,"15min":0.73499999999999999},"max":{"1min":1.7170000000000001,"5min":1.8089999999999999,"15min":1.8089999999999999},"last":1.3620000000000001},{"interface":"front","average":{"1min":1.2350000000000001,"5min":1.2829999999999999,"15min":1.2909999999999999},"min":{"1min":0.69299999999999995,"5min":0.69299999999999995,"15min":0.69299999999999995},"max":{"1min":1.7549999999999999,"5min":1.7549999999999999,"15min":1.7549999999999999},"last":1.302}]},{"osd":7,"last update":"Sat Dec 9 02:01:38 2023","interfaces":[{"interface":"back","average":{"1min":1.238,"5min":1.3,"15min":1.3100000000000001},"min":{"1min":0.91600000000000004,"5min":0.81699999999999995,"15min":0.81699999999999995},"max":{"1min":1.655,"5min":1.8320000000000001,"15min":1.8320000000000001},"last":1.4319999999999999},{"interface":"front","average":{"1min":1.234,"5min":1.296,"15min":1.306},"min":{"1min":0.79400000000000004,"5min":0.70799999999999996,"15min":0.70799999999999996},"max":{"1min":1.8779999999999999,"5min":1.8779999999999999,"15min":1.8779999999999999},"last":1.5489999999999999}]}]},{"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":"Sat Dec 9 02:01:01 2023","interfaces":[{"interface":"back","average":{"1min":0.82799999999999996,"5min":0.69599999999999995,"15min":0.64800000000000002},"min":{"1min":0.59899999999999998,"5min":0.38300000000000001,"15min":0.38300000000000001},"max":{"1min":1.244,"5min":1.244,"15min":1.244},"last":0.96799999999999997},{"interface":"front","average":{"1min":0.90600000000000003,"5min":0.79500000000000004,"15min":0.71699999999999997},"min":{"1min":0.56299999999999994,"5min":0.43099999999999999,"15min":0.43099999999999999},"max":{"1min":1.3169999999999999,"5min":1.3169999999999999,"15min":1.3169999999999999},"last":0.76200000000000001}]},{"osd":2,"last update":"Sat Dec 9 02:01:29 2023","interfaces":[{"interface":"back","average":{"1min":0.81299999999999994,"5min":0.79500000000000004,"15min":0.70699999999999996},"min":{"1min":0.496,"5min":0.48999999999999999,"15min":0.48999999999999999},"max":{"1min":1.123,"5min":1.343,"15min":1.343},"last":0.84899999999999998},{"interface":"front","average":{"1min":0.91800000000000004,"5min":0.82399999999999995,"15min":0.76600000000000001},"min":{"1min":0.59499999999999997,"5min":0.49399999999999999,"15min":0.49399999999999999},"max":{"1min":1.2110000000000001,"5min":1.2110000000000001,"15min":1.2110000000000001},"last":0.73199999999999998}]},{"osd":3,"last update":"Sat Dec 9 02:01:10 2023","interfaces":[{"interface":"back","average":{"1min":0.90400000000000003,"5min":0.84699999999999998,"15min":0.82699999999999996},"min":{"1min":0.59999999999999998,"5min":0.434,"15min":0.434},"max":{"1min":1.151,"5min":1.151,"15min":1.151},"last":0.81999999999999995},{"interface":"front","average":{"1min":0.996,"5min":0.91900000000000004,"15min":0.88900000000000001},"min":{"1min":0.65700000000000003,"5min":0.55300000000000005,"15min":0.55300000000000005},"max":{"1min":1.2529999999999999,"5min":1.2529999999999999,"15min":1.2529999999999999},"last":0.94099999999999995}]},{"osd":4,"last update":"Sat Dec 9 02:01:42 2023","interfaces":[{"interface":"back","average":{"1min":1.0700000000000001,"5min":1.089,"15min":1.087},"min":{"1min":0.65000000000000002,"5min":0.65000000000000002,"15min":0.65000000000000002},"max":{"1min":1.704,"5min":1.712,"15min":1.712},"last":1.353},{"interface":"front","average":{"1min":1.1539999999999999,"5min":1.121,"15min":1.0840000000000001},"min":{"1min":0.74399999999999999,"5min":0.70199999999999996,"15min":0.70199999999999996},"max":{"1min":1.6779999999999999,"5min":1.6779999999999999,"15min":1.6779999999999999},"last":1.504}]},{"osd":5,"last update":"Sat Dec 9 02:01:12 2023","interfaces":[{"interface":"back","average":{"1min":1.2130000000000001,"5min":1.1870000000000001,"15min":1.1830000000000001},"min":{"1min":0.70399999999999996,"5min":0.70399999999999996,"15min":0.70399999999999996},"max":{"1min":1.4970000000000001,"5min":1.6359999999999999,"15min":1.6359999999999999},"last":1.381},{"interface":"front","average":{"1min":1.228,"5min":1.1850000000000001,"15min":1.1759999999999999},"min":{"1min":0.82499999999999996,"5min":0.82499999999999996,"15min":0.82499999999999996},"max":{"1min":1.5660000000000001,"5min":1.72,"15min":1.72},"last":1.5600000000000001}]},{"osd":6,"last update":"Sat Dec 9 02:00:55 2023","interfaces":[{"interface":"back","average":{"1min":1.25,"5min":1.204,"15min":1.196},"min":{"1min":0.75800000000000001,"5min":0.69599999999999995,"15min":0.69599999999999995},"max":{"1min":1.573,"5min":1.573,"15min":1.573},"last":1.2470000000000001},{"interface":"front","average":{"1min":1.2330000000000001,"5min":1.3080000000000001,"15min":1.3200000000000001},"min":{"1min":0.67000000000000004,"5min":0.67000000000000004,"15min":0.67000000000000004},"max":{"1min":1.5820000000000001,"5min":1.585,"15min":1.585},"last":1.4019999999999999}]},{"osd":7,"last update":"Sat Dec 9 02:01:35 2023","interfaces":[{"interface":"back","average":{"1min":1.3320000000000001,"5min":1.2849999999999999,"15min":1.2769999999999999},"min":{"1min":0.83999999999999997,"5min":0.83999999999999997,"15min":0.83999999999999997},"max":{"1min":1.6359999999999999,"5min":1.6359999999999999,"15min":1.6359999999999999},"last":1.1850000000000001},{"interface":"front","average":{"1min":1.3420000000000001,"5min":1.282,"15min":1.272},"min":{"1min":0.874,"5min":0.86799999999999999,"15min":0.86799999999999999},"max":{"1min":1.931,"5min":1.931,"15min":1.931},"last":1.4399999999999999}]}]},{"osd":2,"up_from":18,"seq":77309411395,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":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":"Sat Dec 9 02:01:28 2023","interfaces":[{"interface":"back","average":{"1min":0.77500000000000002,"5min":0.71099999999999997,"15min":0.64500000000000002},"min":{"1min":0.43099999999999999,"5min":0.372,"15min":0.372},"max":{"1min":1.2729999999999999,"5min":1.2729999999999999,"15min":1.2729999999999999},"last":0.65700000000000003},{"interface":"front","average":{"1min":0.81999999999999995,"5min":0.77600000000000002,"15min":0.68999999999999995},"min":{"1min":0.505,"5min":0.42299999999999999,"15min":0.42299999999999999},"max":{"1min":1.3260000000000001,"5min":1.3260000000000001,"15min":1.3260000000000001},"last":1.0449999999999999}]},{"osd":1,"last update":"Sat Dec 9 02:01:28 2023","interfaces":[{"interface":"back","average":{"1min":0.82799999999999996,"5min":0.78600000000000003,"15min":0.69499999999999995},"min":{"1min":0.56399999999999995,"5min":0.439,"15min":0.439},"max":{"1min":1.1679999999999999,"5min":1.583,"15min":1.583},"last":0.622},{"interface":"front","average":{"1min":0.879,"5min":0.85399999999999998,"15min":0.77200000000000002},"min":{"1min":0.63900000000000001,"5min":0.38400000000000001,"15min":0.38400000000000001},"max":{"1min":1.238,"5min":1.238,"15min":1.238},"last":0.92500000000000004}]},{"osd":3,"last update":"Sat Dec 9 02:01:04 2023","interfaces":[{"interface":"back","average":{"1min":0.92100000000000004,"5min":0.86299999999999999,"15min":0.83899999999999997},"min":{"1min":0.67800000000000005,"5min":0.65700000000000003,"15min":0.65700000000000003},"max":{"1min":1.3,"5min":1.3,"15min":1.3},"last":0.97799999999999998},{"interface":"front","average":{"1min":1.069,"5min":0.96199999999999997,"15min":0.90900000000000003},"min":{"1min":0.50700000000000001,"5min":0.50700000000000001,"15min":0.50700000000000001},"max":{"1min":1.704,"5min":1.764,"15min":1.764},"last":1.1859999999999999}]},{"osd":4,"last update":"Sat Dec 9 02:01:42 2023","interfaces":[{"interface":"back","average":{"1min":1.0049999999999999,"5min":1.0920000000000001,"15min":1.0800000000000001},"min":{"1min":0.72899999999999998,"5min":0.72899999999999998,"15min":0.72899999999999998},"max":{"1min":1.621,"5min":1.7470000000000001,"15min":1.7470000000000001},"last":0.84799999999999998},{"interface":"front","average":{"1min":1.1319999999999999,"5min":1.1439999999999999,"15min":1.1100000000000001},"min":{"1min":0.61899999999999999,"5min":0.61899999999999999,"15min":0.61899999999999999},"max":{"1min":2.1019999999999999,"5min":2.1019999999999999,"15min":2.1019999999999999},"last":0.878}]},{"osd":5,"last update":"Sat Dec 9 02:01:17 2023","interfaces":[{"interface":"back","average":{"1min":1.248,"5min":1.1919999999999999,"15min":1.1619999999999999},"min":{"1min":0.75700000000000001,"5min":0.75700000000000001,"15min":0.75700000000000001},"max":{"1min":2.0350000000000001,"5min":2.0350000000000001,"15min":2.0350000000000001},"last":1.002},{"interface":"front","average":{"1min":1.179,"5min":1.2210000000000001,"15min":1.2210000000000001},"min":{"1min":0.66700000000000004,"5min":0.66700000000000004,"15min":0.66700000000000004},"max":{"1min":1.7230000000000001,"5min":1.8280000000000001,"15min":1.8280000000000001},"last":0.96799999999999997}]},{"osd":6,"last update":"Sat Dec 9 02:00:54 2023","interfaces":[{"interface":"back","average":{"1min":1.2030000000000001,"5min":1.226,"15min":1.23},"min":{"1min":0.92500000000000004,"5min":0.92500000000000004,"15min":0.92500000000000004},"max":{"1min":1.522,"5min":1.631,"15min":1.631},"last":1.363},{"interface":"front","average":{"1min":1.3360000000000001,"5min":1.3340000000000001,"15min":1.3340000000000001},"min":{"1min":1.0649999999999999,"5min":0.98299999999999998,"15min":0.98299999999999998},"max":{"1min":1.889,"5min":1.889,"15min":1.889},"last":1.3069999999999999}]},{"osd":7,"last update":"Sat Dec 9 02:01:37 2023","interfaces":[{"interface":"back","average":{"1min":1.252,"5min":1.3460000000000001,"15min":1.3620000000000001},"min":{"1min":0.81200000000000006,"5min":0.81200000000000006,"15min":0.81200000000000006},"max":{"1min":1.6799999999999999,"5min":1.6799999999999999,"15min":1.6799999999999999},"last":1.165},{"interface":"front","average":{"1min":1.3420000000000001,"5min":1.4139999999999999,"15min":1.4259999999999999},"min":{"1min":0.91500000000000004,"5min":0.91500000000000004,"15min":0.91500000000000004},"max":{"1min":1.861,"5min":1.861,"15min":1.861},"last":1.258}]}]},{"osd":3,"up_from":25,"seq":107374182460,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5696,"kb_used_data":568,"kb_used_omap":0,"kb_used_meta":5120,"kb_avail":93739456,"statfs":{"total":95995035648,"available":95989202944,"internally_reserved":0,"allocated":581632,"data_stored":237841,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5242880},"hb_peers":[0,1,2,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Sat Dec 9 02:01:06 2023","interfaces":[{"interface":"back","average":{"1min":0.78600000000000003,"5min":0.751,"15min":0.73099999999999998},"min":{"1min":0.48699999999999999,"5min":0.48699999999999999,"15min":0.48699999999999999},"max":{"1min":1.085,"5min":1.085,"15min":1.085},"last":0.72699999999999998},{"interface":"front","average":{"1min":0.80400000000000005,"5min":0.81799999999999995,"15min":0.81000000000000005},"min":{"1min":0.48399999999999999,"5min":0.45200000000000001,"15min":0.45200000000000001},"max":{"1min":1.276,"5min":1.276,"15min":1.276},"last":0.67700000000000005}]},{"osd":1,"last update":"Sat Dec 9 02:01:06 2023","interfaces":[{"interface":"back","average":{"1min":0.80800000000000005,"5min":0.82899999999999996,"15min":0.79700000000000004},"min":{"1min":0.52600000000000002,"5min":0.52600000000000002,"15min":0.52600000000000002},"max":{"1min":1.1859999999999999,"5min":1.6779999999999999,"15min":1.6779999999999999},"last":0.79400000000000004},{"interface":"front","average":{"1min":0.89300000000000002,"5min":0.84199999999999997,"15min":0.80700000000000005},"min":{"1min":0.55300000000000005,"5min":0.55300000000000005,"15min":0.55300000000000005},"max":{"1min":1.3360000000000001,"5min":1.3360000000000001,"15min":1.3360000000000001},"last":1.1379999999999999}]},{"osd":2,"last update":"Sat Dec 9 02:01:06 2023","interfaces":[{"interface":"back","average":{"1min":0.89900000000000002,"5min":0.88500000000000001,"15min":0.86099999999999999},"min":{"1min":0.56699999999999995,"5min":0.56699999999999995,"15min":0.56699999999999995},"max":{"1min":1.333,"5min":1.333,"15min":1.333},"last":1.367},{"interface":"front","average":{"1min":0.85899999999999999,"5min":0.83499999999999996,"15min":0.80900000000000005},"min":{"1min":0.48499999999999999,"5min":0.48499999999999999,"15min":0.48499999999999999},"max":{"1min":1.3919999999999999,"5min":1.3919999999999999,"15min":1.3919999999999999},"last":0.94199999999999995}]},{"osd":4,"last update":"Sat Dec 9 02:01:44 2023","interfaces":[{"interface":"back","average":{"1min":1.034,"5min":1.0489999999999999,"15min":1.014},"min":{"1min":0.65700000000000003,"5min":0.65700000000000003,"15min":0.65700000000000003},"max":{"1min":1.677,"5min":1.677,"15min":1.677},"last":1.238},{"interface":"front","average":{"1min":1.206,"5min":1.147,"15min":1.1200000000000001},"min":{"1min":0.79600000000000004,"5min":0.63500000000000001,"15min":0.63500000000000001},"max":{"1min":1.637,"5min":1.637,"15min":1.637},"last":1.482}]},{"osd":5,"last update":"Sat Dec 9 02:01:21 2023","interfaces":[{"interface":"back","average":{"1min":1.0349999999999999,"5min":1.1120000000000001,"15min":1.1060000000000001},"min":{"1min":0.67300000000000004,"5min":0.67300000000000004,"15min":0.67300000000000004},"max":{"1min":1.468,"5min":1.5660000000000001,"15min":1.5660000000000001},"last":1.1299999999999999},{"interface":"front","average":{"1min":1.119,"5min":1.1499999999999999,"15min":1.1359999999999999},"min":{"1min":0.745,"5min":0.745,"15min":0.745},"max":{"1min":1.5669999999999999,"5min":1.5900000000000001,"15min":1.5900000000000001},"last":1.3160000000000001}]},{"osd":6,"last update":"Sat Dec 9 02:00:54 2023","interfaces":[{"interface":"back","average":{"1min":1.2210000000000001,"5min":1.2929999999999999,"15min":1.3049999999999999},"min":{"1min":0.77500000000000002,"5min":0.77500000000000002,"15min":0.77500000000000002},"max":{"1min":1.645,"5min":1.645,"15min":1.645},"last":1.5960000000000001},{"interface":"front","average":{"1min":1.1479999999999999,"5min":1.2529999999999999,"15min":1.2709999999999999},"min":{"1min":0.83399999999999996,"5min":0.83399999999999996,"15min":0.83399999999999996},"max":{"1min":1.464,"5min":1.5289999999999999,"15min":1.5289999999999999},"last":1.0700000000000001}]},{"osd":7,"last update":"Sat Dec 9 02:01:33 2023","interfaces":[{"interface":"back","average":{"1min":1.196,"5min":1.232,"15min":1.238},"min":{"1min":0.876,"5min":0.876,"15min":0.876},"max":{"1min":1.929,"5min":1.929,"15min":1.929},"last":1.2689999999999999},{"interface":"front","average":{"1min":1.335,"5min":1.3069999999999999,"15min":1.302},"min":{"1min":0.89700000000000002,"5min":0.81200000000000006,"15min":0.81200000000000006},"max":{"1min":1.8859999999999999,"5min":1.8859999999999999,"15min":1.8859999999999999},"last":1.6970000000000001}]}]},{"osd":4,"up_from":30,"seq":128849018931,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5760,"kb_used_data":568,"kb_used_omap":0,"kb_used_meta":5184,"kb_avail":93739392,"statfs":{"total":95995035648,"available":95989137408,"internally_reserved":0,"allocated":581632,"data_stored":237841,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5308416},"hb_peers":[0,1,2,3,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Sat Dec 9 02:01:43 2023","interfaces":[{"interface":"back","average":{"1min":0.91400000000000003,"5min":0.89000000000000001,"15min":0.876},"min":{"1min":0.48099999999999998,"5min":0.48099999999999998,"15min":0.48099999999999998},"max":{"1min":1.325,"5min":1.508,"15min":1.508},"last":1.0580000000000001},{"interface":"front","average":{"1min":0.93500000000000005,"5min":0.92400000000000004,"15min":0.93000000000000005},"min":{"1min":0.50700000000000001,"5min":0.50700000000000001,"15min":0.50700000000000001},"max":{"1min":1.3340000000000001,"5min":1.718,"15min":1.718},"last":0.89500000000000002}]},{"osd":1,"last update":"Sat Dec 9 02:01:43 2023","interfaces":[{"interface":"back","average":{"1min":0.90600000000000003,"5min":0.96899999999999997,"15min":0.96299999999999997},"min":{"1min":0.57299999999999995,"5min":0.57299999999999995,"15min":0.57299999999999995},"max":{"1min":1.238,"5min":1.5820000000000001,"15min":1.5820000000000001},"last":0.871},{"interface":"front","average":{"1min":0.93500000000000005,"5min":0.90900000000000003,"15min":0.879},"min":{"1min":0.59999999999999998,"5min":0.50600000000000001,"15min":0.50600000000000001},"max":{"1min":1.28,"5min":1.5349999999999999,"15min":1.5349999999999999},"last":0.95599999999999996}]},{"osd":2,"last update":"Sat Dec 9 02:01:43 2023","interfaces":[{"interface":"back","average":{"1min":0.871,"5min":0.90400000000000003,"15min":0.89500000000000002},"min":{"1min":0.54700000000000004,"5min":0.54700000000000004,"15min":0.54700000000000004},"max":{"1min":1.1719999999999999,"5min":1.4530000000000001,"15min":1.4530000000000001},"last":1.1719999999999999},{"interface":"front","average":{"1min":1.038,"5min":1.0269999999999999,"15min":0.99299999999999999},"min":{"1min":0.73699999999999999,"5min":0.68000000000000005,"15min":0.68000000000000005},"max":{"1min":1.431,"5min":1.702,"15min":1.702},"last":1.0169999999999999}]},{"osd":3,"last update":"Sat Dec 9 02:01:43 2023","interfaces":[{"interface":"back","average":{"1min":0.996,"5min":0.93600000000000005,"15min":0.90000000000000002},"min":{"1min":0.55700000000000005,"5min":0.54900000000000004,"15min":0.54900000000000004},"max":{"1min":1.4430000000000001,"5min":1.8120000000000001,"15min":1.8120000000000001},"last":1.0820000000000001},{"interface":"front","average":{"1min":1.1220000000000001,"5min":1.1140000000000001,"15min":1.0640000000000001},"min":{"1min":0.82299999999999995,"5min":0.70099999999999996,"15min":0.70099999999999996},"max":{"1min":1.3879999999999999,"5min":1.825,"15min":1.825},"last":1.103}]},{"osd":5,"last update":"Sat Dec 9 02:01:13 2023","interfaces":[{"interface":"back","average":{"1min":1.0589999999999999,"5min":1.0209999999999999,"15min":0.999},"min":{"1min":0.60799999999999998,"5min":0.60799999999999998,"15min":0.60799999999999998},"max":{"1min":1.9239999999999999,"5min":1.9239999999999999,"15min":1.9239999999999999},"last":1.1419999999999999},{"interface":"front","average":{"1min":1.024,"5min":0.93799999999999994,"15min":0.89000000000000001},"min":{"1min":0.46200000000000002,"5min":0.46200000000000002,"15min":0.46200000000000002},"max":{"1min":1.611,"5min":1.611,"15min":1.611},"last":1.0009999999999999}]},{"osd":6,"last update":"Sat Dec 9 02:00:52 2023","interfaces":[{"interface":"back","average":{"1min":1.1359999999999999,"5min":1.1819999999999999,"15min":1.1899999999999999},"min":{"1min":0.49399999999999999,"5min":0.49399999999999999,"15min":0.49399999999999999},"max":{"1min":2.2330000000000001,"5min":2.2330000000000001,"15min":2.2330000000000001},"last":1.2190000000000001},{"interface":"front","average":{"1min":1.032,"5min":1.0980000000000001,"15min":1.109},"min":{"1min":0.69199999999999995,"5min":0.68100000000000005,"15min":0.68100000000000005},"max":{"1min":2.0819999999999999,"5min":2.0819999999999999,"15min":2.0819999999999999},"last":1.278}]},{"osd":7,"last update":"Sat Dec 9 02:01:36 2023","interfaces":[{"interface":"back","average":{"1min":1.0660000000000001,"5min":1.1679999999999999,"15min":1.1850000000000001},"min":{"1min":0.69199999999999995,"5min":0.69199999999999995,"15min":0.69199999999999995},"max":{"1min":1.4019999999999999,"5min":1.8919999999999999,"15min":1.8919999999999999},"last":1.419},{"interface":"front","average":{"1min":1.2410000000000001,"5min":1.3540000000000001,"15min":1.373},"min":{"1min":0.56899999999999995,"5min":0.56899999999999995,"15min":0.56899999999999995},"max":{"1min":1.8420000000000001,"5min":1.851,"15min":1.851},"last":1.264}]}]},{"osd":5,"up_from":38,"seq":163208757293,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5688,"kb_used_data":560,"kb_used_omap":0,"kb_used_meta":5120,"kb_avail":93739464,"statfs":{"total":95995035648,"available":95989211136,"internally_reserved":0,"allocated":573440,"data_stored":237253,"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":"Sat Dec 9 02:01:18 2023","interfaces":[{"interface":"back","average":{"1min":0.84199999999999997,"5min":0.88300000000000001,"15min":0.88900000000000001},"min":{"1min":0.65000000000000002,"5min":0.52900000000000003,"15min":0.52900000000000003},"max":{"1min":1.1779999999999999,"5min":1.2490000000000001,"15min":1.2490000000000001},"last":0.85899999999999999},{"interface":"front","average":{"1min":0.86099999999999999,"5min":0.92300000000000004,"15min":0.93899999999999995},"min":{"1min":0.53900000000000003,"5min":0.53900000000000003,"15min":0.53900000000000003},"max":{"1min":1.446,"5min":1.619,"15min":1.619},"last":0.64100000000000001}]},{"osd":1,"last update":"Sat Dec 9 02:01:18 2023","interfaces":[{"interface":"back","average":{"1min":0.88100000000000001,"5min":0.93600000000000005,"15min":0.95599999999999996},"min":{"1min":0.621,"5min":0.48599999999999999,"15min":0.48599999999999999},"max":{"1min":1.23,"5min":1.5249999999999999,"15min":1.5249999999999999},"last":0.95499999999999996},{"interface":"front","average":{"1min":0.92000000000000004,"5min":0.98899999999999999,"15min":1.0049999999999999},"min":{"1min":0.69699999999999995,"5min":0.63100000000000001,"15min":0.63100000000000001},"max":{"1min":1.165,"5min":1.357,"15min":1.357},"last":1.0029999999999999}]},{"osd":2,"last update":"Sat Dec 9 02:01:18 2023","interfaces":[{"interface":"back","average":{"1min":0.91600000000000004,"5min":0.96099999999999997,"15min":0.97299999999999998},"min":{"1min":0.67100000000000004,"5min":0.621,"15min":0.621},"max":{"1min":1.2250000000000001,"5min":1.5669999999999999,"15min":1.5669999999999999},"last":0.81200000000000006},{"interface":"front","average":{"1min":0.89500000000000002,"5min":1.0189999999999999,"15min":1.046},"min":{"1min":0.66300000000000003,"5min":0.56999999999999995,"15min":0.56999999999999995},"max":{"1min":1.242,"5min":1.3859999999999999,"15min":1.3859999999999999},"last":0.68799999999999994}]},{"osd":3,"last update":"Sat Dec 9 02:01:18 2023","interfaces":[{"interface":"back","average":{"1min":0.96099999999999997,"5min":0.98299999999999998,"15min":0.97599999999999998},"min":{"1min":0.63100000000000001,"5min":0.63100000000000001,"15min":0.63100000000000001},"max":{"1min":1.22,"5min":1.4630000000000001,"15min":1.4630000000000001},"last":0.75600000000000001},{"interface":"front","average":{"1min":1.0349999999999999,"5min":1.091,"15min":1.105},"min":{"1min":0.77300000000000002,"5min":0.71699999999999997,"15min":0.71699999999999997},"max":{"1min":1.2669999999999999,"5min":1.4350000000000001,"15min":1.4350000000000001},"last":1.0249999999999999}]},{"osd":4,"last update":"Sat Dec 9 02:01:18 2023","interfaces":[{"interface":"back","average":{"1min":0.94899999999999995,"5min":0.95899999999999996,"15min":0.96799999999999997},"min":{"1min":0.58499999999999996,"5min":0.54500000000000004,"15min":0.54500000000000004},"max":{"1min":1.331,"5min":1.792,"15min":1.792},"last":0.90700000000000003},{"interface":"front","average":{"1min":1.0509999999999999,"5min":1.0369999999999999,"15min":1.0449999999999999},"min":{"1min":0.66200000000000003,"5min":0.65800000000000003,"15min":0.65800000000000003},"max":{"1min":1.3740000000000001,"5min":1.837,"15min":1.837},"last":0.89600000000000002}]},{"osd":6,"last update":"Sat Dec 9 02:00:53 2023","interfaces":[{"interface":"back","average":{"1min":1.0489999999999999,"5min":1.125,"15min":1.137},"min":{"1min":0.65300000000000002,"5min":0.65000000000000002,"15min":0.65000000000000002},"max":{"1min":1.3879999999999999,"5min":1.5389999999999999,"15min":1.5389999999999999},"last":1.1000000000000001},{"interface":"front","average":{"1min":1.054,"5min":1.1519999999999999,"15min":1.1679999999999999},"min":{"1min":0.57399999999999995,"5min":0.57399999999999995,"15min":0.57399999999999995},"max":{"1min":1.383,"5min":1.7430000000000001,"15min":1.7430000000000001},"last":0.84699999999999998}]},{"osd":7,"last update":"Sat Dec 9 02:01:31 2023","interfaces":[{"interface":"back","average":{"1min":1.1279999999999999,"5min":1.167,"15min":1.173},"min":{"1min":0.78100000000000003,"5min":0.71699999999999997,"15min":0.71699999999999997},"max":{"1min":1.48,"5min":1.571,"15min":1.571},"last":0.93300000000000005},{"interface":"front","average":{"1min":1.125,"5min":1.1419999999999999,"15min":1.145},"min":{"1min":0.79100000000000004,"5min":0.55200000000000005,"15min":0.55200000000000005},"max":{"1min":1.339,"5min":1.647,"15min":1.647},"last":0.97799999999999998}]}]}],"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-09T02:01:48.094 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 6db93fb0-9635-11ee-95a3-87774f69a715 -- ceph pg dump --format=json 2023-12-09T02:01:48.468 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:01:48 smithi067 bash[25104]: cluster 2023-12-09T02:01:46.846349+0000 mgr.y (mgr.14457) 89 : cluster [DBG] pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:01:48.468 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:01:48 smithi067 bash[25104]: audit 2023-12-09T02:01:47.171463+0000 mon.a (mon.0) 930 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:01:48.468 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:01:48 smithi067 bash[25104]: audit 2023-12-09T02:01:47.178348+0000 mon.a (mon.0) 931 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:01:48.468 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:01:48 smithi067 bash[25104]: audit 2023-12-09T02:01:47.298425+0000 mgr.y (mgr.14457) 90 : audit [DBG] from='client.14622 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-09T02:01:48.469 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:01:48 smithi067 bash[30830]: cluster 2023-12-09T02:01:46.846349+0000 mgr.y (mgr.14457) 89 : cluster [DBG] pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:01:48.469 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:01:48 smithi067 bash[30830]: audit 2023-12-09T02:01:47.171463+0000 mon.a (mon.0) 930 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:01:48.469 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:01:48 smithi067 bash[30830]: audit 2023-12-09T02:01:47.178348+0000 mon.a (mon.0) 931 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:01:48.469 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:01:48 smithi067 bash[30830]: audit 2023-12-09T02:01:47.298425+0000 mgr.y (mgr.14457) 90 : audit [DBG] from='client.14622 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-09T02:01:48.470 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:01:48 smithi125 bash[25274]: cluster 2023-12-09T02:01:46.846349+0000 mgr.y (mgr.14457) 89 : cluster [DBG] pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:01:48.470 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:01:48 smithi125 bash[25274]: audit 2023-12-09T02:01:47.171463+0000 mon.a (mon.0) 930 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:01:48.470 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:01:48 smithi125 bash[25274]: audit 2023-12-09T02:01:47.178348+0000 mon.a (mon.0) 931 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:01:48.470 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:01:48 smithi125 bash[25274]: audit 2023-12-09T02:01:47.298425+0000 mgr.y (mgr.14457) 90 : audit [DBG] from='client.14622 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-09T02:01:50.468 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:01:50 smithi067 bash[25104]: cluster 2023-12-09T02:01:48.846970+0000 mgr.y (mgr.14457) 91 : cluster [DBG] pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:01:50.468 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:01:50 smithi067 bash[30830]: cluster 2023-12-09T02:01:48.846970+0000 mgr.y (mgr.14457) 91 : cluster [DBG] pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:01:50.470 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:01:50 smithi125 bash[25274]: cluster 2023-12-09T02:01:48.846970+0000 mgr.y (mgr.14457) 91 : cluster [DBG] pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:01:50.836 INFO:teuthology.orchestra.run.smithi067.stderr:Inferring config /var/lib/ceph/6db93fb0-9635-11ee-95a3-87774f69a715/mon.a/config 2023-12-09T02:01:51.968 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:01:51 smithi067 bash[25375]: ::ffff:172.21.15.125 - - [09/Dec/2023:02:01:51] "GET /metrics HTTP/1.1" 200 191508 "" "Prometheus/2.33.4" 2023-12-09T02:01:52.468 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:01:52 smithi067 bash[25104]: cluster 2023-12-09T02:01:50.847626+0000 mgr.y (mgr.14457) 92 : cluster [DBG] pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:01:52.468 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:01:52 smithi067 bash[30830]: cluster 2023-12-09T02:01:50.847626+0000 mgr.y (mgr.14457) 92 : cluster [DBG] pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:01:52.470 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:01:52 smithi125 bash[25274]: cluster 2023-12-09T02:01:50.847626+0000 mgr.y (mgr.14457) 92 : cluster [DBG] pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:01:54.218 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:01:54 smithi067 bash[30830]: cluster 2023-12-09T02:01:52.848244+0000 mgr.y (mgr.14457) 93 : cluster [DBG] pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:01:54.218 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:01:54 smithi067 bash[25104]: cluster 2023-12-09T02:01:52.848244+0000 mgr.y (mgr.14457) 93 : cluster [DBG] pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:01:54.470 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:01:54 smithi125 bash[25274]: cluster 2023-12-09T02:01:52.848244+0000 mgr.y (mgr.14457) 93 : cluster [DBG] pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:01:54.470 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 02:01:54 smithi125 bash[26515]: ::ffff:172.21.15.125 - - [09/Dec/2023:02:01:54] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-09T02:01:55.401 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-09T02:01:55.404 INFO:teuthology.orchestra.run.smithi067.stderr:dumped all 2023-12-09T02:01:56.470 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:01:56 smithi125 bash[25274]: cluster 2023-12-09T02:01:54.848877+0000 mgr.y (mgr.14457) 94 : cluster [DBG] pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:01:56.470 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:01:56 smithi125 bash[25274]: audit 2023-12-09T02:01:55.394697+0000 mgr.y (mgr.14457) 95 : audit [DBG] from='client.24541 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-09T02:01:56.507 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:01:56 smithi067 bash[25104]: cluster 2023-12-09T02:01:54.848877+0000 mgr.y (mgr.14457) 94 : cluster [DBG] pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:01:56.507 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:01:56 smithi067 bash[25104]: audit 2023-12-09T02:01:55.394697+0000 mgr.y (mgr.14457) 95 : audit [DBG] from='client.24541 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-09T02:01:56.507 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:01:56 smithi067 bash[30830]: cluster 2023-12-09T02:01:54.848877+0000 mgr.y (mgr.14457) 94 : cluster [DBG] pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:01:56.507 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:01:56 smithi067 bash[30830]: audit 2023-12-09T02:01:55.394697+0000 mgr.y (mgr.14457) 95 : audit [DBG] from='client.24541 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-09T02:01:56.695 INFO:teuthology.orchestra.run.smithi067.stdout:{"pg_ready":true,"pg_map":{"version":61,"stamp":"2023-12-09T02:01:54.848563+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":48900,"kb_used_data":6084,"kb_used_omap":0,"kb_used_meta":42752,"kb_avail":749912316,"statfs":{"total":767960285184,"available":767910211584,"internally_reserved":0,"allocated":6230016,"data_stored":3487733,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":43778048},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"12.003545"},"pg_stats":[{"pgid":"1.0","version":"59'128","reported_seq":266,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-12-09T01:59:59.236430+0000","last_change":"2023-12-09T01:59:34.112927+0000","last_active":"2023-12-09T01:59:59.236430+0000","last_peered":"2023-12-09T01:59:59.236430+0000","last_clean":"2023-12-09T01:59:59.236430+0000","last_became_active":"2023-12-09T01:59:34.112171+0000","last_became_peered":"2023-12-09T01:59:34.112171+0000","last_unstale":"2023-12-09T01:59:59.236430+0000","last_undegraded":"2023-12-09T01:59:59.236430+0000","last_fullsized":"2023-12-09T01:59:59.236430+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-09T01:56:20.009509+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-12-09T01:56:20.009509+0000","last_clean_scrub_stamp":"2023-12-09T01:56:20.009509+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-10T01:57:33.661433+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":212,"num_read_kb":306,"num_write":179,"num_write_kb":2416,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1586784,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,0,6],"acting":[7,0,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":212,"num_read_kb":306,"num_write":179,"num_write_kb":2416,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1586784,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":1597440,"data_stored":1586784,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":128,"ondisk_log_size":128,"up":3,"acting":3,"num_store_stats":3}],"osd_stats":[{"osd":7,"up_from":54,"seq":231928234015,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6088,"kb_used_data":1088,"kb_used_omap":0,"kb_used_meta":4992,"kb_avail":93739064,"statfs":{"total":95995035648,"available":95988801536,"internally_reserved":0,"allocated":1114112,"data_stored":766769,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5111808},"hb_peers":[0,1,2,3,4,5,6],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Sat Dec 9 02:01:35 2023","interfaces":[{"interface":"back","average":{"1min":0.91000000000000003,"5min":0.89700000000000002,"15min":0.89500000000000002},"min":{"1min":0.70299999999999996,"5min":0.68600000000000005,"15min":0.68600000000000005},"max":{"1min":1.4690000000000001,"5min":1.4690000000000001,"15min":1.4690000000000001},"last":0.86799999999999999},{"interface":"front","average":{"1min":0.89900000000000002,"5min":0.91300000000000003,"15min":0.91500000000000004},"min":{"1min":0.68400000000000005,"5min":0.627,"15min":0.627},"max":{"1min":1.1479999999999999,"5min":1.1850000000000001,"15min":1.1850000000000001},"last":0.82599999999999996}]},{"osd":1,"last update":"Sat Dec 9 02:01:35 2023","interfaces":[{"interface":"back","average":{"1min":0.997,"5min":0.96299999999999997,"15min":0.95699999999999996},"min":{"1min":0.65400000000000003,"5min":0.57699999999999996,"15min":0.57699999999999996},"max":{"1min":2.1949999999999998,"5min":2.1949999999999998,"15min":2.1949999999999998},"last":0.90500000000000003},{"interface":"front","average":{"1min":1.0249999999999999,"5min":0.97499999999999998,"15min":0.96699999999999997},"min":{"1min":0.56200000000000006,"5min":0.56200000000000006,"15min":0.56200000000000006},"max":{"1min":1.5940000000000001,"5min":1.5940000000000001,"15min":1.5940000000000001},"last":1.085}]},{"osd":2,"last update":"Sat Dec 9 02:01:35 2023","interfaces":[{"interface":"back","average":{"1min":1.02,"5min":0.98099999999999998,"15min":0.97499999999999998},"min":{"1min":0.68000000000000005,"5min":0.65000000000000002,"15min":0.65000000000000002},"max":{"1min":2.2410000000000001,"5min":2.2410000000000001,"15min":2.2410000000000001},"last":1.0640000000000001},{"interface":"front","average":{"1min":1.022,"5min":1.0620000000000001,"15min":1.0680000000000001},"min":{"1min":0.70999999999999996,"5min":0.68600000000000005,"15min":0.68600000000000005},"max":{"1min":1.6020000000000001,"5min":1.6020000000000001,"15min":1.6020000000000001},"last":1.264}]},{"osd":3,"last update":"Sat Dec 9 02:01:35 2023","interfaces":[{"interface":"back","average":{"1min":0.93200000000000005,"5min":0.92600000000000005,"15min":0.92500000000000004},"min":{"1min":0.58399999999999996,"5min":0.58399999999999996,"15min":0.58399999999999996},"max":{"1min":1.2110000000000001,"5min":1.329,"15min":1.329},"last":0.97399999999999998},{"interface":"front","average":{"1min":1.113,"5min":1.0569999999999999,"15min":1.0469999999999999},"min":{"1min":0.70499999999999996,"5min":0.61699999999999999,"15min":0.61699999999999999},"max":{"1min":2.2930000000000001,"5min":2.2930000000000001,"15min":2.2930000000000001},"last":1.22}]},{"osd":4,"last update":"Sat Dec 9 02:01:35 2023","interfaces":[{"interface":"back","average":{"1min":1.1020000000000001,"5min":1.0189999999999999,"15min":1.0049999999999999},"min":{"1min":0.60799999999999998,"5min":0.49199999999999999,"15min":0.49199999999999999},"max":{"1min":1.6759999999999999,"5min":1.6759999999999999,"15min":1.6759999999999999},"last":1.175},{"interface":"front","average":{"1min":0.91600000000000004,"5min":0.94899999999999995,"15min":0.95499999999999996},"min":{"1min":0.58999999999999997,"5min":0.41099999999999998,"15min":0.41099999999999998},"max":{"1min":1.4299999999999999,"5min":1.4299999999999999,"15min":1.4299999999999999},"last":1.3120000000000001}]},{"osd":5,"last update":"Sat Dec 9 02:01:35 2023","interfaces":[{"interface":"back","average":{"1min":1.1299999999999999,"5min":1.071,"15min":1.0609999999999999},"min":{"1min":0.623,"5min":0.44800000000000001,"15min":0.44800000000000001},"max":{"1min":2.1469999999999998,"5min":2.1469999999999998,"15min":2.1469999999999998},"last":1.145},{"interface":"front","average":{"1min":1.179,"5min":1.1379999999999999,"15min":1.131},"min":{"1min":0.58699999999999997,"5min":0.56599999999999995,"15min":0.56599999999999995},"max":{"1min":1.9350000000000001,"5min":1.9350000000000001,"15min":1.9350000000000001},"last":1.339}]},{"osd":6,"last update":"Sat Dec 9 02:01:35 2023","interfaces":[{"interface":"back","average":{"1min":1.218,"5min":1.1559999999999999,"15min":1.1459999999999999},"min":{"1min":0.74099999999999999,"5min":0.53600000000000003,"15min":0.53600000000000003},"max":{"1min":2.0920000000000001,"5min":2.0920000000000001,"15min":2.0920000000000001},"last":1.365},{"interface":"front","average":{"1min":1.208,"5min":1.2130000000000001,"15min":1.214},"min":{"1min":0.78000000000000003,"5min":0.627,"15min":0.627},"max":{"1min":1.694,"5min":2.0419999999999998,"15min":2.0419999999999998},"last":1.4199999999999999}]}]},{"osd":6,"up_from":46,"seq":197568495654,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6148,"kb_used_data":1084,"kb_used_omap":0,"kb_used_meta":5056,"kb_avail":93739004,"statfs":{"total":95995035648,"available":95988740096,"internally_reserved":0,"allocated":1110016,"data_stored":766504,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5177344},"hb_peers":[0,1,2,3,4,5,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Sat Dec 9 02:00:52 2023","interfaces":[{"interface":"back","average":{"1min":0.86199999999999999,"5min":0.82699999999999996,"15min":0.82099999999999995},"min":{"1min":0.59599999999999997,"5min":0.59599999999999997,"15min":0.59599999999999997},"max":{"1min":1.2010000000000001,"5min":1.2010000000000001,"15min":1.2010000000000001},"last":1.0589999999999999},{"interface":"front","average":{"1min":0.91900000000000004,"5min":0.91900000000000004,"15min":0.91900000000000004},"min":{"1min":0.69699999999999995,"5min":0.69699999999999995,"15min":0.69699999999999995},"max":{"1min":1.2130000000000001,"5min":1.359,"15min":1.359},"last":0.89700000000000002}]},{"osd":1,"last update":"Sat Dec 9 02:00:52 2023","interfaces":[{"interface":"back","average":{"1min":0.89100000000000001,"5min":0.879,"15min":0.877},"min":{"1min":0.65400000000000003,"5min":0.39600000000000002,"15min":0.39600000000000002},"max":{"1min":1.302,"5min":1.302,"15min":1.302},"last":0.92700000000000005},{"interface":"front","average":{"1min":0.95599999999999996,"5min":0.90800000000000003,"15min":0.90000000000000002},"min":{"1min":0.65500000000000003,"5min":0.65500000000000003,"15min":0.65500000000000003},"max":{"1min":1.2450000000000001,"5min":1.2450000000000001,"15min":1.2450000000000001},"last":0.73499999999999999}]},{"osd":2,"last update":"Sat Dec 9 02:00:52 2023","interfaces":[{"interface":"back","average":{"1min":0.94299999999999995,"5min":0.92800000000000005,"15min":0.92600000000000005},"min":{"1min":0.64800000000000002,"5min":0.64800000000000002,"15min":0.64800000000000002},"max":{"1min":1.373,"5min":1.373,"15min":1.373},"last":1.1379999999999999},{"interface":"front","average":{"1min":1.052,"5min":0.97799999999999998,"15min":0.96599999999999997},"min":{"1min":0.77500000000000002,"5min":0.60699999999999998,"15min":0.60699999999999998},"max":{"1min":1.3939999999999999,"5min":1.3939999999999999,"15min":1.3939999999999999},"last":0.88300000000000001}]},{"osd":3,"last update":"Sat Dec 9 02:00:52 2023","interfaces":[{"interface":"back","average":{"1min":0.95299999999999996,"5min":0.94699999999999995,"15min":0.94599999999999995},"min":{"1min":0.60599999999999998,"5min":0.60599999999999998,"15min":0.60599999999999998},"max":{"1min":1.3180000000000001,"5min":1.3180000000000001,"15min":1.3180000000000001},"last":1.179},{"interface":"front","average":{"1min":1.048,"5min":0.996,"15min":0.98699999999999999},"min":{"1min":0.69099999999999995,"5min":0.621,"15min":0.621},"max":{"1min":1.3240000000000001,"5min":1.3240000000000001,"15min":1.3240000000000001},"last":1.0109999999999999}]},{"osd":4,"last update":"Sat Dec 9 02:00:52 2023","interfaces":[{"interface":"back","average":{"1min":0.97799999999999998,"5min":0.84599999999999997,"15min":0.82399999999999995},"min":{"1min":0.54300000000000004,"5min":0.439,"15min":0.439},"max":{"1min":1.278,"5min":1.278,"15min":1.278},"last":0.68999999999999995},{"interface":"front","average":{"1min":0.95499999999999996,"5min":0.94599999999999995,"15min":0.94399999999999995},"min":{"1min":0.56100000000000005,"5min":0.55700000000000005,"15min":0.55700000000000005},"max":{"1min":1.292,"5min":1.403,"15min":1.403},"last":1.119}]},{"osd":5,"last update":"Sat Dec 9 02:00:52 2023","interfaces":[{"interface":"back","average":{"1min":1.0509999999999999,"5min":0.97499999999999998,"15min":0.96299999999999997},"min":{"1min":0.60699999999999998,"5min":0.36299999999999999,"15min":0.36299999999999999},"max":{"1min":1.526,"5min":1.526,"15min":1.526},"last":0.81200000000000006},{"interface":"front","average":{"1min":1.0780000000000001,"5min":1.0249999999999999,"15min":1.016},"min":{"1min":0.628,"5min":0.49399999999999999,"15min":0.49399999999999999},"max":{"1min":1.341,"5min":1.48,"15min":1.48},"last":1.2310000000000001}]},{"osd":7,"last update":"Sat Dec 9 02:01:34 2023","interfaces":[{"interface":"back","average":{"1min":1.1379999999999999,"5min":2.0619999999999998,"15min":2.2160000000000002},"min":{"1min":0.63300000000000001,"5min":0.54100000000000004,"15min":0.54100000000000004},"max":{"1min":1.4370000000000001,"5min":25.132000000000001,"15min":25.132000000000001},"last":0.97899999999999998},{"interface":"front","average":{"1min":1.179,"5min":2.097,"15min":2.25},"min":{"1min":0.71399999999999997,"5min":0.67600000000000005,"15min":0.67600000000000005},"max":{"1min":1.4550000000000001,"5min":25.722000000000001,"15min":25.722000000000001},"last":1.2769999999999999}]}]},{"osd":1,"up_from":13,"seq":55834574925,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":6332,"kb_used_data":564,"kb_used_omap":0,"kb_used_meta":5760,"kb_avail":93738820,"statfs":{"total":95995035648,"available":95988551680,"internally_reserved":0,"allocated":577536,"data_stored":237576,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5898240},"hb_peers":[0,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Sat Dec 9 02:00:52 2023","interfaces":[{"interface":"back","average":{"1min":0.71899999999999997,"5min":0.71599999999999997,"15min":0.629},"min":{"1min":0.33700000000000002,"5min":0.33700000000000002,"15min":0.33700000000000002},"max":{"1min":1.075,"5min":1.159,"15min":1.159},"last":0.78500000000000003},{"interface":"front","average":{"1min":0.80300000000000005,"5min":0.75600000000000001,"15min":0.64800000000000002},"min":{"1min":0.32700000000000001,"5min":0.32700000000000001,"15min":0.32700000000000001},"max":{"1min":1.1120000000000001,"5min":1.341,"15min":1.341},"last":0.85999999999999999}]},{"osd":2,"last update":"Sat Dec 9 02:01:32 2023","interfaces":[{"interface":"back","average":{"1min":0.79000000000000004,"5min":0.81699999999999995,"15min":0.78500000000000003},"min":{"1min":0.47799999999999998,"5min":0.313,"15min":0.313},"max":{"1min":1.2949999999999999,"5min":1.2949999999999999,"15min":1.2949999999999999},"last":1.2090000000000001},{"interface":"front","average":{"1min":0.73099999999999998,"5min":0.77700000000000002,"15min":0.78500000000000003},"min":{"1min":0.47299999999999998,"5min":0.35099999999999998,"15min":0.35099999999999998},"max":{"1min":1.0049999999999999,"5min":1.1619999999999999,"15min":1.1619999999999999},"last":0.94399999999999995}]},{"osd":3,"last update":"Sat Dec 9 02:01:06 2023","interfaces":[{"interface":"back","average":{"1min":0.95099999999999996,"5min":0.93200000000000005,"15min":0.90100000000000002},"min":{"1min":0.53000000000000003,"5min":0.39600000000000002,"15min":0.39600000000000002},"max":{"1min":1.3839999999999999,"5min":1.3939999999999999,"15min":1.3939999999999999},"last":1.3759999999999999},{"interface":"front","average":{"1min":0.88900000000000001,"5min":0.90000000000000002,"15min":0.87},"min":{"1min":0.57699999999999996,"5min":0.48599999999999999,"15min":0.48599999999999999},"max":{"1min":1.373,"5min":1.409,"15min":1.409},"last":1.363}]},{"osd":4,"last update":"Sat Dec 9 02:01:47 2023","interfaces":[{"interface":"back","average":{"1min":1.1539999999999999,"5min":1.1399999999999999,"15min":1.115},"min":{"1min":0.79500000000000004,"5min":0.63100000000000001,"15min":0.63100000000000001},"max":{"1min":2.052,"5min":2.052,"15min":2.052},"last":1.3160000000000001},{"interface":"front","average":{"1min":1.1659999999999999,"5min":1.1479999999999999,"15min":1.1080000000000001},"min":{"1min":0.84199999999999997,"5min":0.68100000000000005,"15min":0.68100000000000005},"max":{"1min":1.4470000000000001,"5min":1.772,"15min":1.772},"last":1.1539999999999999}]},{"osd":5,"last update":"Sat Dec 9 02:01:17 2023","interfaces":[{"interface":"back","average":{"1min":1.117,"5min":1.1950000000000001,"15min":1.1950000000000001},"min":{"1min":0.75900000000000001,"5min":0.75900000000000001,"15min":0.75900000000000001},"max":{"1min":1.6040000000000001,"5min":1.671,"15min":1.671},"last":1.278},{"interface":"front","average":{"1min":1.024,"5min":1.115,"15min":1.1220000000000001},"min":{"1min":0.69999999999999996,"5min":0.69999999999999996,"15min":0.69999999999999996},"max":{"1min":1.373,"5min":1.633,"15min":1.633},"last":1.1279999999999999}]},{"osd":6,"last update":"Sat Dec 9 02:00:52 2023","interfaces":[{"interface":"back","average":{"1min":1.21,"5min":1.3129999999999999,"15min":1.3300000000000001},"min":{"1min":0.73499999999999999,"5min":0.73499999999999999,"15min":0.73499999999999999},"max":{"1min":1.7170000000000001,"5min":1.8089999999999999,"15min":1.8089999999999999},"last":1.431},{"interface":"front","average":{"1min":1.2350000000000001,"5min":1.2829999999999999,"15min":1.2909999999999999},"min":{"1min":0.69299999999999995,"5min":0.69299999999999995,"15min":0.69299999999999995},"max":{"1min":1.7549999999999999,"5min":1.7549999999999999,"15min":1.7549999999999999},"last":1.4570000000000001}]},{"osd":7,"last update":"Sat Dec 9 02:01:38 2023","interfaces":[{"interface":"back","average":{"1min":1.238,"5min":1.3,"15min":1.3100000000000001},"min":{"1min":0.91600000000000004,"5min":0.81699999999999995,"15min":0.81699999999999995},"max":{"1min":1.655,"5min":1.8320000000000001,"15min":1.8320000000000001},"last":1.516},{"interface":"front","average":{"1min":1.234,"5min":1.296,"15min":1.306},"min":{"1min":0.79400000000000004,"5min":0.70799999999999996,"15min":0.70799999999999996},"max":{"1min":1.8779999999999999,"5min":1.8779999999999999,"15min":1.8779999999999999},"last":1.4770000000000001}]}]},{"osd":0,"up_from":8,"seq":34359738452,"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":"Sat Dec 9 02:01:01 2023","interfaces":[{"interface":"back","average":{"1min":0.82799999999999996,"5min":0.69599999999999995,"15min":0.64800000000000002},"min":{"1min":0.59899999999999998,"5min":0.38300000000000001,"15min":0.38300000000000001},"max":{"1min":1.244,"5min":1.244,"15min":1.244},"last":1.073},{"interface":"front","average":{"1min":0.90600000000000003,"5min":0.79500000000000004,"15min":0.71699999999999997},"min":{"1min":0.56299999999999994,"5min":0.43099999999999999,"15min":0.43099999999999999},"max":{"1min":1.3169999999999999,"5min":1.3169999999999999,"15min":1.3169999999999999},"last":1.0940000000000001}]},{"osd":2,"last update":"Sat Dec 9 02:01:29 2023","interfaces":[{"interface":"back","average":{"1min":0.81299999999999994,"5min":0.79500000000000004,"15min":0.70699999999999996},"min":{"1min":0.496,"5min":0.48999999999999999,"15min":0.48999999999999999},"max":{"1min":1.123,"5min":1.343,"15min":1.343},"last":0.89900000000000002},{"interface":"front","average":{"1min":0.91800000000000004,"5min":0.82399999999999995,"15min":0.76600000000000001},"min":{"1min":0.59499999999999997,"5min":0.49399999999999999,"15min":0.49399999999999999},"max":{"1min":1.2110000000000001,"5min":1.2110000000000001,"15min":1.2110000000000001},"last":0.96199999999999997}]},{"osd":3,"last update":"Sat Dec 9 02:01:10 2023","interfaces":[{"interface":"back","average":{"1min":0.90400000000000003,"5min":0.84699999999999998,"15min":0.82699999999999996},"min":{"1min":0.59999999999999998,"5min":0.434,"15min":0.434},"max":{"1min":1.151,"5min":1.151,"15min":1.151},"last":0.92800000000000005},{"interface":"front","average":{"1min":0.996,"5min":0.91900000000000004,"15min":0.88900000000000001},"min":{"1min":0.65700000000000003,"5min":0.55300000000000005,"15min":0.55300000000000005},"max":{"1min":1.2529999999999999,"5min":1.2529999999999999,"15min":1.2529999999999999},"last":1.0349999999999999}]},{"osd":4,"last update":"Sat Dec 9 02:01:42 2023","interfaces":[{"interface":"back","average":{"1min":1.0700000000000001,"5min":1.089,"15min":1.087},"min":{"1min":0.65000000000000002,"5min":0.65000000000000002,"15min":0.65000000000000002},"max":{"1min":1.704,"5min":1.712,"15min":1.712},"last":1.2070000000000001},{"interface":"front","average":{"1min":1.1539999999999999,"5min":1.121,"15min":1.0840000000000001},"min":{"1min":0.74399999999999999,"5min":0.70199999999999996,"15min":0.70199999999999996},"max":{"1min":1.6779999999999999,"5min":1.6779999999999999,"15min":1.6779999999999999},"last":1.1799999999999999}]},{"osd":5,"last update":"Sat Dec 9 02:01:12 2023","interfaces":[{"interface":"back","average":{"1min":1.2130000000000001,"5min":1.1870000000000001,"15min":1.1830000000000001},"min":{"1min":0.70399999999999996,"5min":0.70399999999999996,"15min":0.70399999999999996},"max":{"1min":1.4970000000000001,"5min":1.6359999999999999,"15min":1.6359999999999999},"last":1.1339999999999999},{"interface":"front","average":{"1min":1.228,"5min":1.1850000000000001,"15min":1.1759999999999999},"min":{"1min":0.82499999999999996,"5min":0.82499999999999996,"15min":0.82499999999999996},"max":{"1min":1.5660000000000001,"5min":1.72,"15min":1.72},"last":1.2310000000000001}]},{"osd":6,"last update":"Sat Dec 9 02:00:55 2023","interfaces":[{"interface":"back","average":{"1min":1.25,"5min":1.204,"15min":1.196},"min":{"1min":0.75800000000000001,"5min":0.69599999999999995,"15min":0.69599999999999995},"max":{"1min":1.573,"5min":1.573,"15min":1.573},"last":1.506},{"interface":"front","average":{"1min":1.2330000000000001,"5min":1.3080000000000001,"15min":1.3200000000000001},"min":{"1min":0.67000000000000004,"5min":0.67000000000000004,"15min":0.67000000000000004},"max":{"1min":1.5820000000000001,"5min":1.585,"15min":1.585},"last":1.343}]},{"osd":7,"last update":"Sat Dec 9 02:01:35 2023","interfaces":[{"interface":"back","average":{"1min":1.3320000000000001,"5min":1.2849999999999999,"15min":1.2769999999999999},"min":{"1min":0.83999999999999997,"5min":0.83999999999999997,"15min":0.83999999999999997},"max":{"1min":1.6359999999999999,"5min":1.6359999999999999,"15min":1.6359999999999999},"last":1.323},{"interface":"front","average":{"1min":1.3420000000000001,"5min":1.282,"15min":1.272},"min":{"1min":0.874,"5min":0.86799999999999999,"15min":0.86799999999999999},"max":{"1min":1.931,"5min":1.931,"15min":1.931},"last":1.448}]}]},{"osd":2,"up_from":18,"seq":77309411397,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":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":"Sat Dec 9 02:01:28 2023","interfaces":[{"interface":"back","average":{"1min":0.77500000000000002,"5min":0.71099999999999997,"15min":0.64500000000000002},"min":{"1min":0.43099999999999999,"5min":0.372,"15min":0.372},"max":{"1min":1.2729999999999999,"5min":1.2729999999999999,"15min":1.2729999999999999},"last":0.63700000000000001},{"interface":"front","average":{"1min":0.81999999999999995,"5min":0.77600000000000002,"15min":0.68999999999999995},"min":{"1min":0.505,"5min":0.42299999999999999,"15min":0.42299999999999999},"max":{"1min":1.3260000000000001,"5min":1.3260000000000001,"15min":1.3260000000000001},"last":0.999}]},{"osd":1,"last update":"Sat Dec 9 02:01:28 2023","interfaces":[{"interface":"back","average":{"1min":0.82799999999999996,"5min":0.78600000000000003,"15min":0.69499999999999995},"min":{"1min":0.56399999999999995,"5min":0.439,"15min":0.439},"max":{"1min":1.1679999999999999,"5min":1.583,"15min":1.583},"last":1.0640000000000001},{"interface":"front","average":{"1min":0.879,"5min":0.85399999999999998,"15min":0.77200000000000002},"min":{"1min":0.63900000000000001,"5min":0.38400000000000001,"15min":0.38400000000000001},"max":{"1min":1.238,"5min":1.238,"15min":1.238},"last":0.90900000000000003}]},{"osd":3,"last update":"Sat Dec 9 02:01:04 2023","interfaces":[{"interface":"back","average":{"1min":0.92100000000000004,"5min":0.86299999999999999,"15min":0.83899999999999997},"min":{"1min":0.67800000000000005,"5min":0.65700000000000003,"15min":0.65700000000000003},"max":{"1min":1.3,"5min":1.3,"15min":1.3},"last":0.84099999999999997},{"interface":"front","average":{"1min":1.069,"5min":0.96199999999999997,"15min":0.90900000000000003},"min":{"1min":0.50700000000000001,"5min":0.50700000000000001,"15min":0.50700000000000001},"max":{"1min":1.704,"5min":1.764,"15min":1.764},"last":0.95199999999999996}]},{"osd":4,"last update":"Sat Dec 9 02:01:42 2023","interfaces":[{"interface":"back","average":{"1min":1.0049999999999999,"5min":1.0920000000000001,"15min":1.0800000000000001},"min":{"1min":0.72899999999999998,"5min":0.72899999999999998,"15min":0.72899999999999998},"max":{"1min":1.621,"5min":1.7470000000000001,"15min":1.7470000000000001},"last":1.04},{"interface":"front","average":{"1min":1.1319999999999999,"5min":1.1439999999999999,"15min":1.1100000000000001},"min":{"1min":0.61899999999999999,"5min":0.61899999999999999,"15min":0.61899999999999999},"max":{"1min":2.1019999999999999,"5min":2.1019999999999999,"15min":2.1019999999999999},"last":1.272}]},{"osd":5,"last update":"Sat Dec 9 02:01:17 2023","interfaces":[{"interface":"back","average":{"1min":1.248,"5min":1.1919999999999999,"15min":1.1619999999999999},"min":{"1min":0.75700000000000001,"5min":0.75700000000000001,"15min":0.75700000000000001},"max":{"1min":2.0350000000000001,"5min":2.0350000000000001,"15min":2.0350000000000001},"last":1.4630000000000001},{"interface":"front","average":{"1min":1.179,"5min":1.2210000000000001,"15min":1.2210000000000001},"min":{"1min":0.66700000000000004,"5min":0.66700000000000004,"15min":0.66700000000000004},"max":{"1min":1.7230000000000001,"5min":1.8280000000000001,"15min":1.8280000000000001},"last":1.1040000000000001}]},{"osd":6,"last update":"Sat Dec 9 02:00:54 2023","interfaces":[{"interface":"back","average":{"1min":1.2030000000000001,"5min":1.226,"15min":1.23},"min":{"1min":0.92500000000000004,"5min":0.92500000000000004,"15min":0.92500000000000004},"max":{"1min":1.522,"5min":1.631,"15min":1.631},"last":1.131},{"interface":"front","average":{"1min":1.3360000000000001,"5min":1.3340000000000001,"15min":1.3340000000000001},"min":{"1min":1.0649999999999999,"5min":0.98299999999999998,"15min":0.98299999999999998},"max":{"1min":1.889,"5min":1.889,"15min":1.889},"last":1.5629999999999999}]},{"osd":7,"last update":"Sat Dec 9 02:01:37 2023","interfaces":[{"interface":"back","average":{"1min":1.252,"5min":1.3460000000000001,"15min":1.3620000000000001},"min":{"1min":0.81200000000000006,"5min":0.81200000000000006,"15min":0.81200000000000006},"max":{"1min":1.6799999999999999,"5min":1.6799999999999999,"15min":1.6799999999999999},"last":1.1819999999999999},{"interface":"front","average":{"1min":1.3420000000000001,"5min":1.4139999999999999,"15min":1.4259999999999999},"min":{"1min":0.91500000000000004,"5min":0.91500000000000004,"15min":0.91500000000000004},"max":{"1min":1.861,"5min":1.861,"15min":1.861},"last":1.5169999999999999}]}]},{"osd":3,"up_from":25,"seq":107374182462,"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":"Sat Dec 9 02:01:06 2023","interfaces":[{"interface":"back","average":{"1min":0.78600000000000003,"5min":0.751,"15min":0.73099999999999998},"min":{"1min":0.48699999999999999,"5min":0.48699999999999999,"15min":0.48699999999999999},"max":{"1min":1.085,"5min":1.085,"15min":1.085},"last":0.77500000000000002},{"interface":"front","average":{"1min":0.80400000000000005,"5min":0.81799999999999995,"15min":0.81000000000000005},"min":{"1min":0.48399999999999999,"5min":0.45200000000000001,"15min":0.45200000000000001},"max":{"1min":1.276,"5min":1.276,"15min":1.276},"last":0.60699999999999998}]},{"osd":1,"last update":"Sat Dec 9 02:01:06 2023","interfaces":[{"interface":"back","average":{"1min":0.80800000000000005,"5min":0.82899999999999996,"15min":0.79700000000000004},"min":{"1min":0.52600000000000002,"5min":0.52600000000000002,"15min":0.52600000000000002},"max":{"1min":1.1859999999999999,"5min":1.6779999999999999,"15min":1.6779999999999999},"last":0.66900000000000004},{"interface":"front","average":{"1min":0.89300000000000002,"5min":0.84199999999999997,"15min":0.80700000000000005},"min":{"1min":0.55300000000000005,"5min":0.55300000000000005,"15min":0.55300000000000005},"max":{"1min":1.3360000000000001,"5min":1.3360000000000001,"15min":1.3360000000000001},"last":0.628}]},{"osd":2,"last update":"Sat Dec 9 02:01:06 2023","interfaces":[{"interface":"back","average":{"1min":0.89900000000000002,"5min":0.88500000000000001,"15min":0.86099999999999999},"min":{"1min":0.56699999999999995,"5min":0.56699999999999995,"15min":0.56699999999999995},"max":{"1min":1.333,"5min":1.333,"15min":1.333},"last":0.58399999999999996},{"interface":"front","average":{"1min":0.85899999999999999,"5min":0.83499999999999996,"15min":0.80900000000000005},"min":{"1min":0.48499999999999999,"5min":0.48499999999999999,"15min":0.48499999999999999},"max":{"1min":1.3919999999999999,"5min":1.3919999999999999,"15min":1.3919999999999999},"last":0.73199999999999998}]},{"osd":4,"last update":"Sat Dec 9 02:01:44 2023","interfaces":[{"interface":"back","average":{"1min":1.034,"5min":1.0489999999999999,"15min":1.014},"min":{"1min":0.65700000000000003,"5min":0.65700000000000003,"15min":0.65700000000000003},"max":{"1min":1.677,"5min":1.677,"15min":1.677},"last":0.83599999999999997},{"interface":"front","average":{"1min":1.206,"5min":1.147,"15min":1.1200000000000001},"min":{"1min":0.79600000000000004,"5min":0.63500000000000001,"15min":0.63500000000000001},"max":{"1min":1.637,"5min":1.637,"15min":1.637},"last":1.0800000000000001}]},{"osd":5,"last update":"Sat Dec 9 02:01:21 2023","interfaces":[{"interface":"back","average":{"1min":1.0349999999999999,"5min":1.1120000000000001,"15min":1.1060000000000001},"min":{"1min":0.67300000000000004,"5min":0.67300000000000004,"15min":0.67300000000000004},"max":{"1min":1.468,"5min":1.5660000000000001,"15min":1.5660000000000001},"last":0.97499999999999998},{"interface":"front","average":{"1min":1.119,"5min":1.1499999999999999,"15min":1.1359999999999999},"min":{"1min":0.745,"5min":0.745,"15min":0.745},"max":{"1min":1.5669999999999999,"5min":1.5900000000000001,"15min":1.5900000000000001},"last":0.94399999999999995}]},{"osd":6,"last update":"Sat Dec 9 02:00:54 2023","interfaces":[{"interface":"back","average":{"1min":1.2210000000000001,"5min":1.2929999999999999,"15min":1.3049999999999999},"min":{"1min":0.77500000000000002,"5min":0.77500000000000002,"15min":0.77500000000000002},"max":{"1min":1.645,"5min":1.645,"15min":1.645},"last":1.016},{"interface":"front","average":{"1min":1.1479999999999999,"5min":1.2529999999999999,"15min":1.2709999999999999},"min":{"1min":0.83399999999999996,"5min":0.83399999999999996,"15min":0.83399999999999996},"max":{"1min":1.464,"5min":1.5289999999999999,"15min":1.5289999999999999},"last":0.85599999999999998}]},{"osd":7,"last update":"Sat Dec 9 02:01:33 2023","interfaces":[{"interface":"back","average":{"1min":1.196,"5min":1.232,"15min":1.238},"min":{"1min":0.876,"5min":0.876,"15min":0.876},"max":{"1min":1.929,"5min":1.929,"15min":1.929},"last":0.93500000000000005},{"interface":"front","average":{"1min":1.335,"5min":1.3069999999999999,"15min":1.302},"min":{"1min":0.89700000000000002,"5min":0.81200000000000006,"15min":0.81200000000000006},"max":{"1min":1.8859999999999999,"5min":1.8859999999999999,"15min":1.8859999999999999},"last":1.177}]}]},{"osd":4,"up_from":30,"seq":128849018933,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5760,"kb_used_data":568,"kb_used_omap":0,"kb_used_meta":5184,"kb_avail":93739392,"statfs":{"total":95995035648,"available":95989137408,"internally_reserved":0,"allocated":581632,"data_stored":237841,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5308416},"hb_peers":[0,1,2,3,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Sat Dec 9 02:01:43 2023","interfaces":[{"interface":"back","average":{"1min":0.91400000000000003,"5min":0.89000000000000001,"15min":0.876},"min":{"1min":0.48099999999999998,"5min":0.48099999999999998,"15min":0.48099999999999998},"max":{"1min":1.325,"5min":1.508,"15min":1.508},"last":1.232},{"interface":"front","average":{"1min":0.93500000000000005,"5min":0.92400000000000004,"15min":0.93000000000000005},"min":{"1min":0.50700000000000001,"5min":0.50700000000000001,"15min":0.50700000000000001},"max":{"1min":1.3340000000000001,"5min":1.718,"15min":1.718},"last":0.77100000000000002}]},{"osd":1,"last update":"Sat Dec 9 02:01:43 2023","interfaces":[{"interface":"back","average":{"1min":0.90600000000000003,"5min":0.96899999999999997,"15min":0.96299999999999997},"min":{"1min":0.57299999999999995,"5min":0.57299999999999995,"15min":0.57299999999999995},"max":{"1min":1.238,"5min":1.5820000000000001,"15min":1.5820000000000001},"last":1.1100000000000001},{"interface":"front","average":{"1min":0.93500000000000005,"5min":0.90900000000000003,"15min":0.879},"min":{"1min":0.59999999999999998,"5min":0.50600000000000001,"15min":0.50600000000000001},"max":{"1min":1.28,"5min":1.5349999999999999,"15min":1.5349999999999999},"last":0.873}]},{"osd":2,"last update":"Sat Dec 9 02:01:43 2023","interfaces":[{"interface":"back","average":{"1min":0.871,"5min":0.90400000000000003,"15min":0.89500000000000002},"min":{"1min":0.54700000000000004,"5min":0.54700000000000004,"15min":0.54700000000000004},"max":{"1min":1.1719999999999999,"5min":1.4530000000000001,"15min":1.4530000000000001},"last":0.98899999999999999},{"interface":"front","average":{"1min":1.038,"5min":1.0269999999999999,"15min":0.99299999999999999},"min":{"1min":0.73699999999999999,"5min":0.68000000000000005,"15min":0.68000000000000005},"max":{"1min":1.431,"5min":1.702,"15min":1.702},"last":0.90100000000000002}]},{"osd":3,"last update":"Sat Dec 9 02:01:43 2023","interfaces":[{"interface":"back","average":{"1min":0.996,"5min":0.93600000000000005,"15min":0.90000000000000002},"min":{"1min":0.55700000000000005,"5min":0.54900000000000004,"15min":0.54900000000000004},"max":{"1min":1.4430000000000001,"5min":1.8120000000000001,"15min":1.8120000000000001},"last":1.0629999999999999},{"interface":"front","average":{"1min":1.1220000000000001,"5min":1.1140000000000001,"15min":1.0640000000000001},"min":{"1min":0.82299999999999995,"5min":0.70099999999999996,"15min":0.70099999999999996},"max":{"1min":1.3879999999999999,"5min":1.825,"15min":1.825},"last":0.82899999999999996}]},{"osd":5,"last update":"Sat Dec 9 02:01:13 2023","interfaces":[{"interface":"back","average":{"1min":1.0589999999999999,"5min":1.0209999999999999,"15min":0.999},"min":{"1min":0.60799999999999998,"5min":0.60799999999999998,"15min":0.60799999999999998},"max":{"1min":1.9239999999999999,"5min":1.9239999999999999,"15min":1.9239999999999999},"last":1.03},{"interface":"front","average":{"1min":1.024,"5min":0.93799999999999994,"15min":0.89000000000000001},"min":{"1min":0.46200000000000002,"5min":0.46200000000000002,"15min":0.46200000000000002},"max":{"1min":1.611,"5min":1.611,"15min":1.611},"last":0.92700000000000005}]},{"osd":6,"last update":"Sat Dec 9 02:01:54 2023","interfaces":[{"interface":"back","average":{"1min":1.147,"5min":1.173,"15min":1.1870000000000001},"min":{"1min":0.752,"5min":0.49399999999999999,"15min":0.49399999999999999},"max":{"1min":1.425,"5min":2.2330000000000001,"15min":2.2330000000000001},"last":1.173},{"interface":"front","average":{"1min":1.117,"5min":1.0980000000000001,"15min":1.109},"min":{"1min":0.81299999999999994,"5min":0.68100000000000005,"15min":0.68100000000000005},"max":{"1min":1.512,"5min":2.0819999999999999,"15min":2.0819999999999999},"last":1.085}]},{"osd":7,"last update":"Sat Dec 9 02:01:36 2023","interfaces":[{"interface":"back","average":{"1min":1.0660000000000001,"5min":1.1679999999999999,"15min":1.1850000000000001},"min":{"1min":0.69199999999999995,"5min":0.69199999999999995,"15min":0.69199999999999995},"max":{"1min":1.4019999999999999,"5min":1.8919999999999999,"15min":1.8919999999999999},"last":1.1479999999999999},{"interface":"front","average":{"1min":1.2410000000000001,"5min":1.3540000000000001,"15min":1.373},"min":{"1min":0.56899999999999995,"5min":0.56899999999999995,"15min":0.56899999999999995},"max":{"1min":1.8420000000000001,"5min":1.851,"15min":1.851},"last":1.28}]}]},{"osd":5,"up_from":38,"seq":163208757295,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5688,"kb_used_data":560,"kb_used_omap":0,"kb_used_meta":5120,"kb_avail":93739464,"statfs":{"total":95995035648,"available":95989211136,"internally_reserved":0,"allocated":573440,"data_stored":237253,"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":"Sat Dec 9 02:01:18 2023","interfaces":[{"interface":"back","average":{"1min":0.84199999999999997,"5min":0.88300000000000001,"15min":0.88900000000000001},"min":{"1min":0.65000000000000002,"5min":0.52900000000000003,"15min":0.52900000000000003},"max":{"1min":1.1779999999999999,"5min":1.2490000000000001,"15min":1.2490000000000001},"last":0.66800000000000004},{"interface":"front","average":{"1min":0.86099999999999999,"5min":0.92300000000000004,"15min":0.93899999999999995},"min":{"1min":0.53900000000000003,"5min":0.53900000000000003,"15min":0.53900000000000003},"max":{"1min":1.446,"5min":1.619,"15min":1.619},"last":0.78800000000000003}]},{"osd":1,"last update":"Sat Dec 9 02:01:18 2023","interfaces":[{"interface":"back","average":{"1min":0.88100000000000001,"5min":0.93600000000000005,"15min":0.95599999999999996},"min":{"1min":0.621,"5min":0.48599999999999999,"15min":0.48599999999999999},"max":{"1min":1.23,"5min":1.5249999999999999,"15min":1.5249999999999999},"last":0.96299999999999997},{"interface":"front","average":{"1min":0.92000000000000004,"5min":0.98899999999999999,"15min":1.0049999999999999},"min":{"1min":0.69699999999999995,"5min":0.63100000000000001,"15min":0.63100000000000001},"max":{"1min":1.165,"5min":1.357,"15min":1.357},"last":0.996}]},{"osd":2,"last update":"Sat Dec 9 02:01:18 2023","interfaces":[{"interface":"back","average":{"1min":0.91600000000000004,"5min":0.96099999999999997,"15min":0.97299999999999998},"min":{"1min":0.67100000000000004,"5min":0.621,"15min":0.621},"max":{"1min":1.2250000000000001,"5min":1.5669999999999999,"15min":1.5669999999999999},"last":0.76200000000000001},{"interface":"front","average":{"1min":0.89500000000000002,"5min":1.0189999999999999,"15min":1.046},"min":{"1min":0.66300000000000003,"5min":0.56999999999999995,"15min":0.56999999999999995},"max":{"1min":1.242,"5min":1.3859999999999999,"15min":1.3859999999999999},"last":0.85399999999999998}]},{"osd":3,"last update":"Sat Dec 9 02:01:18 2023","interfaces":[{"interface":"back","average":{"1min":0.96099999999999997,"5min":0.98299999999999998,"15min":0.97599999999999998},"min":{"1min":0.63100000000000001,"5min":0.63100000000000001,"15min":0.63100000000000001},"max":{"1min":1.22,"5min":1.4630000000000001,"15min":1.4630000000000001},"last":1.1839999999999999},{"interface":"front","average":{"1min":1.0349999999999999,"5min":1.091,"15min":1.105},"min":{"1min":0.77300000000000002,"5min":0.71699999999999997,"15min":0.71699999999999997},"max":{"1min":1.2669999999999999,"5min":1.4350000000000001,"15min":1.4350000000000001},"last":1.163}]},{"osd":4,"last update":"Sat Dec 9 02:01:18 2023","interfaces":[{"interface":"back","average":{"1min":0.94899999999999995,"5min":0.95899999999999996,"15min":0.96799999999999997},"min":{"1min":0.58499999999999996,"5min":0.54500000000000004,"15min":0.54500000000000004},"max":{"1min":1.331,"5min":1.792,"15min":1.792},"last":1.127},{"interface":"front","average":{"1min":1.0509999999999999,"5min":1.0369999999999999,"15min":1.0449999999999999},"min":{"1min":0.66200000000000003,"5min":0.65800000000000003,"15min":0.65800000000000003},"max":{"1min":1.3740000000000001,"5min":1.837,"15min":1.837},"last":0.91400000000000003}]},{"osd":6,"last update":"Sat Dec 9 02:00:53 2023","interfaces":[{"interface":"back","average":{"1min":1.0489999999999999,"5min":1.125,"15min":1.137},"min":{"1min":0.65300000000000002,"5min":0.65000000000000002,"15min":0.65000000000000002},"max":{"1min":1.3879999999999999,"5min":1.5389999999999999,"15min":1.5389999999999999},"last":1.03},{"interface":"front","average":{"1min":1.054,"5min":1.1519999999999999,"15min":1.1679999999999999},"min":{"1min":0.57399999999999995,"5min":0.57399999999999995,"15min":0.57399999999999995},"max":{"1min":1.383,"5min":1.7430000000000001,"15min":1.7430000000000001},"last":0.98399999999999999}]},{"osd":7,"last update":"Sat Dec 9 02:01:31 2023","interfaces":[{"interface":"back","average":{"1min":1.1279999999999999,"5min":1.167,"15min":1.173},"min":{"1min":0.78100000000000003,"5min":0.71699999999999997,"15min":0.71699999999999997},"max":{"1min":1.48,"5min":1.571,"15min":1.571},"last":1.089},{"interface":"front","average":{"1min":1.125,"5min":1.1419999999999999,"15min":1.145},"min":{"1min":0.79100000000000004,"5min":0.55200000000000005,"15min":0.55200000000000005},"max":{"1min":1.339,"5min":1.647,"15min":1.647},"last":0.88800000000000001}]}]}],"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-09T02:01:56.697 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2023-12-09T02:01:56.697 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2023-12-09T02:01:56.697 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2023-12-09T02:01:56.698 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 6db93fb0-9635-11ee-95a3-87774f69a715 -- ceph health --format=json 2023-12-09T02:01:57.718 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:01:57 smithi067 bash[25375]: 172.21.15.67 - - [09/Dec/2023:02:01:57] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-09T02:01:58.718 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:01:58 smithi067 bash[25104]: cluster 2023-12-09T02:01:56.849454+0000 mgr.y (mgr.14457) 96 : cluster [DBG] pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:01:58.718 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:01:58 smithi067 bash[25104]: audit 2023-12-09T02:01:57.450982+0000 mon.a (mon.0) 932 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:01:58.719 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:01:58 smithi067 bash[25104]: audit 2023-12-09T02:01:57.459197+0000 mon.a (mon.0) 933 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:01:58.719 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:01:58 smithi067 bash[30830]: cluster 2023-12-09T02:01:56.849454+0000 mgr.y (mgr.14457) 96 : cluster [DBG] pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:01:58.719 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:01:58 smithi067 bash[30830]: audit 2023-12-09T02:01:57.450982+0000 mon.a (mon.0) 932 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:01:58.719 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:01:58 smithi067 bash[30830]: audit 2023-12-09T02:01:57.459197+0000 mon.a (mon.0) 933 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:01:58.720 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:01:58 smithi125 bash[25274]: cluster 2023-12-09T02:01:56.849454+0000 mgr.y (mgr.14457) 96 : cluster [DBG] pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:01:58.720 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:01:58 smithi125 bash[25274]: audit 2023-12-09T02:01:57.450982+0000 mon.a (mon.0) 932 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:01:58.720 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:01:58 smithi125 bash[25274]: audit 2023-12-09T02:01:57.459197+0000 mon.a (mon.0) 933 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:01:59.193 INFO:teuthology.orchestra.run.smithi067.stderr:Inferring config /var/lib/ceph/6db93fb0-9635-11ee-95a3-87774f69a715/mon.a/config 2023-12-09T02:01:59.718 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:01:59 smithi067 bash[25104]: audit 2023-12-09T02:01:58.919200+0000 mon.a (mon.0) 934 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-09T02:01:59.718 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:01:59 smithi067 bash[25104]: audit 2023-12-09T02:01:59.196722+0000 mon.a (mon.0) 935 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-09T02:01:59.718 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:01:59 smithi067 bash[30830]: audit 2023-12-09T02:01:58.919200+0000 mon.a (mon.0) 934 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-09T02:01:59.718 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:01:59 smithi067 bash[30830]: audit 2023-12-09T02:01:59.196722+0000 mon.a (mon.0) 935 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-09T02:01:59.720 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:01:59 smithi125 bash[25274]: audit 2023-12-09T02:01:58.919200+0000 mon.a (mon.0) 934 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-09T02:01:59.720 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:01:59 smithi125 bash[25274]: audit 2023-12-09T02:01:59.196722+0000 mon.a (mon.0) 935 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-09T02:02:00.552 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:02:00 smithi067 bash[25104]: cluster 2023-12-09T02:01:58.850005+0000 mgr.y (mgr.14457) 97 : cluster [DBG] pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:02:00.552 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:02:00 smithi067 bash[30830]: cluster 2023-12-09T02:01:58.850005+0000 mgr.y (mgr.14457) 97 : cluster [DBG] pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:02:00.649 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:02:00 smithi125 bash[25274]: cluster 2023-12-09T02:01:58.850005+0000 mgr.y (mgr.14457) 97 : cluster [DBG] pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:02:01.968 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:02:01 smithi067 bash[25375]: ::ffff:172.21.15.125 - - [09/Dec/2023:02:02:01] "GET /metrics HTTP/1.1" 200 191507 "" "Prometheus/2.33.4" 2023-12-09T02:02:02.718 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:02:02 smithi067 bash[25104]: cluster 2023-12-09T02:02:00.850751+0000 mgr.y (mgr.14457) 98 : cluster [DBG] pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:02:02.718 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:02:02 smithi067 bash[30830]: cluster 2023-12-09T02:02:00.850751+0000 mgr.y (mgr.14457) 98 : cluster [DBG] pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:02:02.720 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:02:02 smithi125 bash[25274]: cluster 2023-12-09T02:02:00.850751+0000 mgr.y (mgr.14457) 98 : cluster [DBG] pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:02:03.005 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-09T02:02:03.005 INFO:teuthology.orchestra.run.smithi067.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2023-12-09T02:02:03.720 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:02:03 smithi125 bash[25274]: audit 2023-12-09T02:02:03.006005+0000 mon.c (mon.1) 23 : audit [DBG] from='client.? 172.21.15.67:0/2601212079' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-09T02:02:03.786 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:02:03 smithi067 bash[25104]: audit 2023-12-09T02:02:03.006005+0000 mon.c (mon.1) 23 : audit [DBG] from='client.? 172.21.15.67:0/2601212079' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-09T02:02:03.787 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:02:03 smithi067 bash[30830]: audit 2023-12-09T02:02:03.006005+0000 mon.c (mon.1) 23 : audit [DBG] from='client.? 172.21.15.67:0/2601212079' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-09T02:02:04.638 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:02:04 smithi067 bash[25104]: cluster 2023-12-09T02:02:02.851320+0000 mgr.y (mgr.14457) 99 : cluster [DBG] pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:02:04.638 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:02:04 smithi067 bash[30830]: cluster 2023-12-09T02:02:02.851320+0000 mgr.y (mgr.14457) 99 : cluster [DBG] pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:02:04.639 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2023-12-09T02:02:04.639 INFO:tasks.cephadm:Setup complete, yielding 2023-12-09T02:02:04.639 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-12-09T02:02:04.649 INFO:tasks.cephadm:Running commands on role mon.a host ubuntu@smithi067.front.sepia.ceph.com 2023-12-09T02:02:04.650 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6db93fb0-9635-11ee-95a3-87774f69a715 -- bash -c 'ceph config set mgr mgr/cephadm/use_repo_digest false --force' 2023-12-09T02:02:04.659 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 02:02:04 smithi125 bash[26515]: ::ffff:172.21.15.125 - - [09/Dec/2023:02:02:04] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-09T02:02:04.659 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:02:04 smithi125 bash[25274]: cluster 2023-12-09T02:02:02.851320+0000 mgr.y (mgr.14457) 99 : cluster [DBG] pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:02:05.218 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:02:04 smithi067 bash[25375]: 172.21.15.125 - - [09/Dec/2023:02:02:04] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-09T02:02:06.190 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:02:05 smithi067 bash[30830]: cluster 2023-12-09T02:02:04.851948+0000 mgr.y (mgr.14457) 100 : cluster [DBG] pgmap v66: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:02:06.190 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:02:05 smithi067 bash[30830]: audit 2023-12-09T02:02:04.940350+0000 mon.a (mon.0) 936 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:02:06.191 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:02:05 smithi067 bash[30830]: audit 2023-12-09T02:02:04.950256+0000 mon.a (mon.0) 937 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:02:06.191 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:02:05 smithi067 bash[25104]: cluster 2023-12-09T02:02:04.851948+0000 mgr.y (mgr.14457) 100 : cluster [DBG] pgmap v66: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:02:06.191 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:02:05 smithi067 bash[25104]: audit 2023-12-09T02:02:04.940350+0000 mon.a (mon.0) 936 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:02:06.191 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:02:05 smithi067 bash[25104]: audit 2023-12-09T02:02:04.950256+0000 mon.a (mon.0) 937 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:02:06.221 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:02:05 smithi125 bash[25274]: cluster 2023-12-09T02:02:04.851948+0000 mgr.y (mgr.14457) 100 : cluster [DBG] pgmap v66: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:02:06.221 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:02:05 smithi125 bash[25274]: audit 2023-12-09T02:02:04.940350+0000 mon.a (mon.0) 936 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:02:06.222 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:02:05 smithi125 bash[25274]: audit 2023-12-09T02:02:04.950256+0000 mon.a (mon.0) 937 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:02:08.433 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:02:08 smithi067 bash[25104]: cluster 2023-12-09T02:02:06.852496+0000 mgr.y (mgr.14457) 101 : cluster [DBG] pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:02:08.434 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:02:08 smithi067 bash[30830]: cluster 2023-12-09T02:02:06.852496+0000 mgr.y (mgr.14457) 101 : cluster [DBG] pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:02:08.470 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:02:08 smithi125 bash[25274]: cluster 2023-12-09T02:02:06.852496+0000 mgr.y (mgr.14457) 101 : cluster [DBG] pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:02:09.430 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-12-09T02:02:09.439 INFO:tasks.cephadm:Running commands on role mon.a host ubuntu@smithi067.front.sepia.ceph.com 2023-12-09T02:02:09.439 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6db93fb0-9635-11ee-95a3-87774f69a715 -e sha1=9dcc13bb80dcc1cdea72b04d80505b4649a2b882 -- bash -c 'radosgw-admin realm create --rgw-realm=r --default' 2023-12-09T02:02:09.968 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:02:09 smithi067 bash[25104]: audit 2023-12-09T02:02:08.811663+0000 mon.a (mon.0) 938 : audit [INF] from='client.? 172.21.15.67:0/859003143' entity='client.admin' 2023-12-09T02:02:09.968 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:02:09 smithi067 bash[25104]: audit 2023-12-09T02:02:08.843320+0000 mon.a (mon.0) 939 : audit [DBG] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:02:09.968 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:02:09 smithi067 bash[25104]: audit 2023-12-09T02:02:08.844621+0000 mon.a (mon.0) 940 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:02:09.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:02:09 smithi067 bash[25104]: audit 2023-12-09T02:02:08.852629+0000 mon.a (mon.0) 941 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:02:09.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:02:09 smithi067 bash[25104]: cluster 2023-12-09T02:02:08.853036+0000 mgr.y (mgr.14457) 102 : cluster [DBG] pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:02:09.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:02:09 smithi067 bash[30830]: audit 2023-12-09T02:02:08.811663+0000 mon.a (mon.0) 938 : audit [INF] from='client.? 172.21.15.67:0/859003143' entity='client.admin' 2023-12-09T02:02:09.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:02:09 smithi067 bash[30830]: audit 2023-12-09T02:02:08.843320+0000 mon.a (mon.0) 939 : audit [DBG] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:02:09.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:02:09 smithi067 bash[30830]: audit 2023-12-09T02:02:08.844621+0000 mon.a (mon.0) 940 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:02:09.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:02:09 smithi067 bash[30830]: audit 2023-12-09T02:02:08.852629+0000 mon.a (mon.0) 941 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:02:09.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:02:09 smithi067 bash[30830]: cluster 2023-12-09T02:02:08.853036+0000 mgr.y (mgr.14457) 102 : cluster [DBG] pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:02:10.220 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:02:09 smithi125 bash[25274]: audit 2023-12-09T02:02:08.811663+0000 mon.a (mon.0) 938 : audit [INF] from='client.? 172.21.15.67:0/859003143' entity='client.admin' 2023-12-09T02:02:10.220 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:02:09 smithi125 bash[25274]: audit 2023-12-09T02:02:08.843320+0000 mon.a (mon.0) 939 : audit [DBG] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:02:10.221 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:02:09 smithi125 bash[25274]: audit 2023-12-09T02:02:08.844621+0000 mon.a (mon.0) 940 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:02:10.221 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:02:09 smithi125 bash[25274]: audit 2023-12-09T02:02:08.852629+0000 mon.a (mon.0) 941 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:02:10.221 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:02:09 smithi125 bash[25274]: cluster 2023-12-09T02:02:08.853036+0000 mgr.y (mgr.14457) 102 : cluster [DBG] pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:02:11.968 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:02:11 smithi067 bash[25375]: ::ffff:172.21.15.125 - - [09/Dec/2023:02:02:11] "GET /metrics HTTP/1.1" 200 191507 "" "Prometheus/2.33.4" 2023-12-09T02:02:12.968 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:02:12 smithi067 bash[25104]: cluster 2023-12-09T02:02:10.853663+0000 mgr.y (mgr.14457) 103 : cluster [DBG] pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:02:12.968 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:02:12 smithi067 bash[30830]: cluster 2023-12-09T02:02:10.853663+0000 mgr.y (mgr.14457) 103 : cluster [DBG] pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:02:12.970 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:02:12 smithi125 bash[25274]: cluster 2023-12-09T02:02:10.853663+0000 mgr.y (mgr.14457) 103 : cluster [DBG] pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:02:13.615 INFO:teuthology.orchestra.run.smithi067.stdout:{ 2023-12-09T02:02:13.615 INFO:teuthology.orchestra.run.smithi067.stdout: "id": "d41a78b5-707f-423f-b107-a1d53d4d347f", 2023-12-09T02:02:13.615 INFO:teuthology.orchestra.run.smithi067.stdout: "name": "r", 2023-12-09T02:02:13.615 INFO:teuthology.orchestra.run.smithi067.stdout: "current_period": "db44acbb-e585-4cb4-8c18-6e1a0b79ffff", 2023-12-09T02:02:13.615 INFO:teuthology.orchestra.run.smithi067.stdout: "epoch": 1 2023-12-09T02:02:13.615 INFO:teuthology.orchestra.run.smithi067.stdout:} 2023-12-09T02:02:13.875 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:02:13 smithi067 bash[25104]: cluster 2023-12-09T02:02:12.567668+0000 mon.a (mon.0) 942 : cluster [DBG] osdmap e60: 8 total, 8 up, 8 in 2023-12-09T02:02:13.875 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:02:13 smithi067 bash[25104]: audit 2023-12-09T02:02:12.570237+0000 mon.c (mon.1) 24 : audit [INF] from='client.? 172.21.15.67:0/619393852' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2023-12-09T02:02:13.875 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:02:13 smithi067 bash[25104]: audit 2023-12-09T02:02:12.571053+0000 mon.a (mon.0) 943 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2023-12-09T02:02:13.875 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:02:13 smithi067 bash[30830]: cluster 2023-12-09T02:02:12.567668+0000 mon.a (mon.0) 942 : cluster [DBG] osdmap e60: 8 total, 8 up, 8 in 2023-12-09T02:02:13.876 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:02:13 smithi067 bash[30830]: audit 2023-12-09T02:02:12.570237+0000 mon.c (mon.1) 24 : audit [INF] from='client.? 172.21.15.67:0/619393852' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2023-12-09T02:02:13.876 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:02:13 smithi067 bash[30830]: audit 2023-12-09T02:02:12.571053+0000 mon.a (mon.0) 943 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2023-12-09T02:02:13.970 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:02:13 smithi125 bash[25274]: cluster 2023-12-09T02:02:12.567668+0000 mon.a (mon.0) 942 : cluster [DBG] osdmap e60: 8 total, 8 up, 8 in 2023-12-09T02:02:13.970 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:02:13 smithi125 bash[25274]: audit 2023-12-09T02:02:12.570237+0000 mon.c (mon.1) 24 : audit [INF] from='client.? 172.21.15.67:0/619393852' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2023-12-09T02:02:13.970 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:02:13 smithi125 bash[25274]: audit 2023-12-09T02:02:12.571053+0000 mon.a (mon.0) 943 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2023-12-09T02:02:14.341 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6db93fb0-9635-11ee-95a3-87774f69a715 -e sha1=9dcc13bb80dcc1cdea72b04d80505b4649a2b882 -- bash -c 'radosgw-admin zonegroup create --rgw-zonegroup=default --master --default' 2023-12-09T02:02:14.718 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:02:14 smithi067 bash[25104]: cluster 2023-12-09T02:02:12.854410+0000 mgr.y (mgr.14457) 104 : cluster [DBG] pgmap v71: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:02:14.718 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:02:14 smithi067 bash[25104]: audit 2023-12-09T02:02:13.571531+0000 mon.a (mon.0) 944 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2023-12-09T02:02:14.718 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:02:14 smithi067 bash[25104]: cluster 2023-12-09T02:02:13.572184+0000 mon.a (mon.0) 945 : cluster [DBG] osdmap e61: 8 total, 8 up, 8 in 2023-12-09T02:02:14.719 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:02:14 smithi067 bash[30830]: cluster 2023-12-09T02:02:12.854410+0000 mgr.y (mgr.14457) 104 : cluster [DBG] pgmap v71: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:02:14.719 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:02:14 smithi067 bash[30830]: audit 2023-12-09T02:02:13.571531+0000 mon.a (mon.0) 944 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2023-12-09T02:02:14.719 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:02:14 smithi067 bash[30830]: cluster 2023-12-09T02:02:13.572184+0000 mon.a (mon.0) 945 : cluster [DBG] osdmap e61: 8 total, 8 up, 8 in 2023-12-09T02:02:14.720 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:02:14 smithi125 bash[25274]: cluster 2023-12-09T02:02:12.854410+0000 mgr.y (mgr.14457) 104 : cluster [DBG] pgmap v71: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:02:14.720 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:02:14 smithi125 bash[25274]: audit 2023-12-09T02:02:13.571531+0000 mon.a (mon.0) 944 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2023-12-09T02:02:14.720 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:02:14 smithi125 bash[25274]: cluster 2023-12-09T02:02:13.572184+0000 mon.a (mon.0) 945 : cluster [DBG] osdmap e61: 8 total, 8 up, 8 in 2023-12-09T02:02:14.720 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 02:02:14 smithi125 bash[26515]: ::ffff:172.21.15.125 - - [09/Dec/2023:02:02:14] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-09T02:02:15.825 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:02:15 smithi067 bash[25104]: cluster 2023-12-09T02:02:14.585302+0000 mon.a (mon.0) 946 : cluster [DBG] osdmap e62: 8 total, 8 up, 8 in 2023-12-09T02:02:15.826 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:02:15 smithi067 bash[30830]: cluster 2023-12-09T02:02:14.585302+0000 mon.a (mon.0) 946 : cluster [DBG] osdmap e62: 8 total, 8 up, 8 in 2023-12-09T02:02:15.970 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:02:15 smithi125 bash[25274]: cluster 2023-12-09T02:02:14.585302+0000 mon.a (mon.0) 946 : cluster [DBG] osdmap e62: 8 total, 8 up, 8 in 2023-12-09T02:02:16.718 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:02:16 smithi067 bash[25104]: cluster 2023-12-09T02:02:14.855244+0000 mgr.y (mgr.14457) 105 : cluster [DBG] pgmap v74: 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-09T02:02:16.718 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:02:16 smithi067 bash[30830]: cluster 2023-12-09T02:02:14.855244+0000 mgr.y (mgr.14457) 105 : cluster [DBG] pgmap v74: 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-09T02:02:16.970 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:02:16 smithi125 bash[25274]: cluster 2023-12-09T02:02:14.855244+0000 mgr.y (mgr.14457) 105 : cluster [DBG] pgmap v74: 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-09T02:02:17.329 INFO:teuthology.orchestra.run.smithi067.stdout:{ 2023-12-09T02:02:17.329 INFO:teuthology.orchestra.run.smithi067.stdout: "id": "171d8697-7fce-47c7-bbdd-759879326fa4", 2023-12-09T02:02:17.329 INFO:teuthology.orchestra.run.smithi067.stdout: "name": "default", 2023-12-09T02:02:17.329 INFO:teuthology.orchestra.run.smithi067.stdout: "api_name": "default", 2023-12-09T02:02:17.329 INFO:teuthology.orchestra.run.smithi067.stdout: "is_master": "true", 2023-12-09T02:02:17.329 INFO:teuthology.orchestra.run.smithi067.stdout: "endpoints": [], 2023-12-09T02:02:17.329 INFO:teuthology.orchestra.run.smithi067.stdout: "hostnames": [], 2023-12-09T02:02:17.329 INFO:teuthology.orchestra.run.smithi067.stdout: "hostnames_s3website": [], 2023-12-09T02:02:17.329 INFO:teuthology.orchestra.run.smithi067.stdout: "master_zone": "", 2023-12-09T02:02:17.330 INFO:teuthology.orchestra.run.smithi067.stdout: "zones": [], 2023-12-09T02:02:17.330 INFO:teuthology.orchestra.run.smithi067.stdout: "placement_targets": [], 2023-12-09T02:02:17.330 INFO:teuthology.orchestra.run.smithi067.stdout: "default_placement": "", 2023-12-09T02:02:17.330 INFO:teuthology.orchestra.run.smithi067.stdout: "realm_id": "d41a78b5-707f-423f-b107-a1d53d4d347f", 2023-12-09T02:02:17.330 INFO:teuthology.orchestra.run.smithi067.stdout: "sync_policy": { 2023-12-09T02:02:17.330 INFO:teuthology.orchestra.run.smithi067.stdout: "groups": [] 2023-12-09T02:02:17.330 INFO:teuthology.orchestra.run.smithi067.stdout: } 2023-12-09T02:02:17.330 INFO:teuthology.orchestra.run.smithi067.stdout:} 2023-12-09T02:02:17.968 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:02:17 smithi067 bash[25375]: 172.21.15.67 - - [09/Dec/2023:02:02:17] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-09T02:02:18.213 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6db93fb0-9635-11ee-95a3-87774f69a715 -e sha1=9dcc13bb80dcc1cdea72b04d80505b4649a2b882 -- bash -c 'radosgw-admin zone create --rgw-zonegroup=default --rgw-zone=z --master --default' 2023-12-09T02:02:18.718 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:02:18 smithi067 bash[25104]: cluster 2023-12-09T02:02:16.855858+0000 mgr.y (mgr.14457) 106 : cluster [DBG] pgmap v75: 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-09T02:02:18.718 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:02:18 smithi067 bash[25104]: audit 2023-12-09T02:02:17.586351+0000 mon.a (mon.0) 947 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:02:18.718 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:02:18 smithi067 bash[25104]: audit 2023-12-09T02:02:17.594153+0000 mon.a (mon.0) 948 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:02:18.719 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:02:18 smithi067 bash[30830]: cluster 2023-12-09T02:02:16.855858+0000 mgr.y (mgr.14457) 106 : cluster [DBG] pgmap v75: 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-09T02:02:18.719 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:02:18 smithi067 bash[30830]: audit 2023-12-09T02:02:17.586351+0000 mon.a (mon.0) 947 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:02:18.719 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:02:18 smithi067 bash[30830]: audit 2023-12-09T02:02:17.594153+0000 mon.a (mon.0) 948 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:02:18.970 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:02:18 smithi125 bash[25274]: cluster 2023-12-09T02:02:16.855858+0000 mgr.y (mgr.14457) 106 : cluster [DBG] pgmap v75: 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-09T02:02:18.970 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:02:18 smithi125 bash[25274]: audit 2023-12-09T02:02:17.586351+0000 mon.a (mon.0) 947 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:02:18.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:02:18 smithi125 bash[25274]: audit 2023-12-09T02:02:17.594153+0000 mon.a (mon.0) 948 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:02:20.968 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:02:20 smithi067 bash[25104]: cluster 2023-12-09T02:02:18.856462+0000 mgr.y (mgr.14457) 107 : cluster [DBG] pgmap v76: 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-09T02:02:20.968 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:02:20 smithi067 bash[30830]: cluster 2023-12-09T02:02:18.856462+0000 mgr.y (mgr.14457) 107 : cluster [DBG] pgmap v76: 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-09T02:02:20.970 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:02:20 smithi125 bash[25274]: cluster 2023-12-09T02:02:18.856462+0000 mgr.y (mgr.14457) 107 : cluster [DBG] pgmap v76: 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-09T02:02:21.199 INFO:teuthology.orchestra.run.smithi067.stdout:{ 2023-12-09T02:02:21.199 INFO:teuthology.orchestra.run.smithi067.stdout: "id": "4f22db90-e88f-4798-a637-fd76bec42c56", 2023-12-09T02:02:21.199 INFO:teuthology.orchestra.run.smithi067.stdout: "name": "z", 2023-12-09T02:02:21.199 INFO:teuthology.orchestra.run.smithi067.stdout: "domain_root": "z.rgw.meta:root", 2023-12-09T02:02:21.199 INFO:teuthology.orchestra.run.smithi067.stdout: "control_pool": "z.rgw.control", 2023-12-09T02:02:21.199 INFO:teuthology.orchestra.run.smithi067.stdout: "gc_pool": "z.rgw.log:gc", 2023-12-09T02:02:21.199 INFO:teuthology.orchestra.run.smithi067.stdout: "lc_pool": "z.rgw.log:lc", 2023-12-09T02:02:21.199 INFO:teuthology.orchestra.run.smithi067.stdout: "log_pool": "z.rgw.log", 2023-12-09T02:02:21.199 INFO:teuthology.orchestra.run.smithi067.stdout: "intent_log_pool": "z.rgw.log:intent", 2023-12-09T02:02:21.199 INFO:teuthology.orchestra.run.smithi067.stdout: "usage_log_pool": "z.rgw.log:usage", 2023-12-09T02:02:21.199 INFO:teuthology.orchestra.run.smithi067.stdout: "roles_pool": "z.rgw.meta:roles", 2023-12-09T02:02:21.199 INFO:teuthology.orchestra.run.smithi067.stdout: "reshard_pool": "z.rgw.log:reshard", 2023-12-09T02:02:21.199 INFO:teuthology.orchestra.run.smithi067.stdout: "user_keys_pool": "z.rgw.meta:users.keys", 2023-12-09T02:02:21.200 INFO:teuthology.orchestra.run.smithi067.stdout: "user_email_pool": "z.rgw.meta:users.email", 2023-12-09T02:02:21.200 INFO:teuthology.orchestra.run.smithi067.stdout: "user_swift_pool": "z.rgw.meta:users.swift", 2023-12-09T02:02:21.200 INFO:teuthology.orchestra.run.smithi067.stdout: "user_uid_pool": "z.rgw.meta:users.uid", 2023-12-09T02:02:21.200 INFO:teuthology.orchestra.run.smithi067.stdout: "otp_pool": "z.rgw.otp", 2023-12-09T02:02:21.200 INFO:teuthology.orchestra.run.smithi067.stdout: "system_key": { 2023-12-09T02:02:21.200 INFO:teuthology.orchestra.run.smithi067.stdout: "access_key": "", 2023-12-09T02:02:21.200 INFO:teuthology.orchestra.run.smithi067.stdout: "secret_key": "" 2023-12-09T02:02:21.200 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2023-12-09T02:02:21.200 INFO:teuthology.orchestra.run.smithi067.stdout: "placement_pools": [ 2023-12-09T02:02:21.200 INFO:teuthology.orchestra.run.smithi067.stdout: { 2023-12-09T02:02:21.200 INFO:teuthology.orchestra.run.smithi067.stdout: "key": "default-placement", 2023-12-09T02:02:21.200 INFO:teuthology.orchestra.run.smithi067.stdout: "val": { 2023-12-09T02:02:21.200 INFO:teuthology.orchestra.run.smithi067.stdout: "index_pool": "z.rgw.buckets.index", 2023-12-09T02:02:21.200 INFO:teuthology.orchestra.run.smithi067.stdout: "storage_classes": { 2023-12-09T02:02:21.200 INFO:teuthology.orchestra.run.smithi067.stdout: "STANDARD": { 2023-12-09T02:02:21.200 INFO:teuthology.orchestra.run.smithi067.stdout: "data_pool": "z.rgw.buckets.data" 2023-12-09T02:02:21.200 INFO:teuthology.orchestra.run.smithi067.stdout: } 2023-12-09T02:02:21.201 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2023-12-09T02:02:21.201 INFO:teuthology.orchestra.run.smithi067.stdout: "data_extra_pool": "z.rgw.buckets.non-ec", 2023-12-09T02:02:21.201 INFO:teuthology.orchestra.run.smithi067.stdout: "index_type": 0 2023-12-09T02:02:21.201 INFO:teuthology.orchestra.run.smithi067.stdout: } 2023-12-09T02:02:21.201 INFO:teuthology.orchestra.run.smithi067.stdout: } 2023-12-09T02:02:21.201 INFO:teuthology.orchestra.run.smithi067.stdout: ], 2023-12-09T02:02:21.201 INFO:teuthology.orchestra.run.smithi067.stdout: "realm_id": "d41a78b5-707f-423f-b107-a1d53d4d347f", 2023-12-09T02:02:21.201 INFO:teuthology.orchestra.run.smithi067.stdout: "notif_pool": "z.rgw.log:notif" 2023-12-09T02:02:21.201 INFO:teuthology.orchestra.run.smithi067.stdout:} 2023-12-09T02:02:21.968 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:02:21 smithi067 bash[25375]: ::ffff:172.21.15.125 - - [09/Dec/2023:02:02:21] "GET /metrics HTTP/1.1" 200 192549 "" "Prometheus/2.33.4" 2023-12-09T02:02:22.425 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6db93fb0-9635-11ee-95a3-87774f69a715 -e sha1=9dcc13bb80dcc1cdea72b04d80505b4649a2b882 -- bash -c 'radosgw-admin period update --rgw-realm=r --commit' 2023-12-09T02:02:22.718 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:02:22 smithi067 bash[25104]: cluster 2023-12-09T02:02:20.857329+0000 mgr.y (mgr.14457) 108 : cluster [DBG] pgmap v77: 33 pgs: 33 active+clean; 578 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 1.4 KiB/s wr, 2 op/s 2023-12-09T02:02:22.718 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:02:22 smithi067 bash[30830]: cluster 2023-12-09T02:02:20.857329+0000 mgr.y (mgr.14457) 108 : cluster [DBG] pgmap v77: 33 pgs: 33 active+clean; 578 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 1.4 KiB/s wr, 2 op/s 2023-12-09T02:02:22.887 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:02:22 smithi125 bash[25274]: cluster 2023-12-09T02:02:20.857329+0000 mgr.y (mgr.14457) 108 : cluster [DBG] pgmap v77: 33 pgs: 33 active+clean; 578 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 1.4 KiB/s wr, 2 op/s 2023-12-09T02:02:24.688 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:02:24 smithi067 bash[25104]: cluster 2023-12-09T02:02:22.857835+0000 mgr.y (mgr.14457) 109 : cluster [DBG] pgmap v78: 33 pgs: 33 active+clean; 578 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 440 B/s rd, 1.2 KiB/s wr, 1 op/s 2023-12-09T02:02:24.689 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:02:24 smithi067 bash[30830]: cluster 2023-12-09T02:02:22.857835+0000 mgr.y (mgr.14457) 109 : cluster [DBG] pgmap v78: 33 pgs: 33 active+clean; 578 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 440 B/s rd, 1.2 KiB/s wr, 1 op/s 2023-12-09T02:02:24.720 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:02:24 smithi125 bash[25274]: cluster 2023-12-09T02:02:22.857835+0000 mgr.y (mgr.14457) 109 : cluster [DBG] pgmap v78: 33 pgs: 33 active+clean; 578 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 440 B/s rd, 1.2 KiB/s wr, 1 op/s 2023-12-09T02:02:24.720 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 02:02:24 smithi125 bash[26515]: ::ffff:172.21.15.125 - - [09/Dec/2023:02:02:24] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-09T02:02:25.468 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:02:25 smithi067 bash[25375]: 172.21.15.125 - - [09/Dec/2023:02:02:25] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-09T02:02:26.468 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:02:26 smithi067 bash[25104]: cluster 2023-12-09T02:02:24.858615+0000 mgr.y (mgr.14457) 110 : cluster [DBG] pgmap v79: 33 pgs: 33 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 697 B/s rd, 1.6 KiB/s wr, 2 op/s 2023-12-09T02:02:26.468 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:02:26 smithi067 bash[25104]: audit 2023-12-09T02:02:25.074509+0000 mon.a (mon.0) 949 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:02:26.468 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:02:26 smithi067 bash[25104]: audit 2023-12-09T02:02:25.083249+0000 mon.a (mon.0) 950 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:02:26.468 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:02:26 smithi067 bash[30830]: cluster 2023-12-09T02:02:24.858615+0000 mgr.y (mgr.14457) 110 : cluster [DBG] pgmap v79: 33 pgs: 33 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 697 B/s rd, 1.6 KiB/s wr, 2 op/s 2023-12-09T02:02:26.468 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:02:26 smithi067 bash[30830]: audit 2023-12-09T02:02:25.074509+0000 mon.a (mon.0) 949 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:02:26.468 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:02:26 smithi067 bash[30830]: audit 2023-12-09T02:02:25.083249+0000 mon.a (mon.0) 950 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:02:26.470 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:02:26 smithi125 bash[25274]: cluster 2023-12-09T02:02:24.858615+0000 mgr.y (mgr.14457) 110 : cluster [DBG] pgmap v79: 33 pgs: 33 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 697 B/s rd, 1.6 KiB/s wr, 2 op/s 2023-12-09T02:02:26.470 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:02:26 smithi125 bash[25274]: audit 2023-12-09T02:02:25.074509+0000 mon.a (mon.0) 949 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:02:26.470 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:02:26 smithi125 bash[25274]: audit 2023-12-09T02:02:25.083249+0000 mon.a (mon.0) 950 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:02:28.968 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:02:28 smithi067 bash[30830]: cluster 2023-12-09T02:02:26.859226+0000 mgr.y (mgr.14457) 111 : cluster [DBG] pgmap v80: 33 pgs: 33 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 597 B/s rd, 682 B/s wr, 1 op/s 2023-12-09T02:02:28.968 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:02:28 smithi067 bash[30830]: cluster 2023-12-09T02:02:27.527347+0000 mon.a (mon.0) 951 : cluster [DBG] osdmap e63: 8 total, 8 up, 8 in 2023-12-09T02:02:28.968 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:02:28 smithi067 bash[30830]: audit 2023-12-09T02:02:27.529944+0000 mon.c (mon.1) 25 : audit [INF] from='client.? 172.21.15.67:0/2549887221' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]: dispatch 2023-12-09T02:02:28.968 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:02:28 smithi067 bash[30830]: audit 2023-12-09T02:02:27.532764+0000 mon.a (mon.0) 952 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]: dispatch 2023-12-09T02:02:28.968 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:02:28 smithi067 bash[25104]: cluster 2023-12-09T02:02:26.859226+0000 mgr.y (mgr.14457) 111 : cluster [DBG] pgmap v80: 33 pgs: 33 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 597 B/s rd, 682 B/s wr, 1 op/s 2023-12-09T02:02:28.968 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:02:28 smithi067 bash[25104]: cluster 2023-12-09T02:02:27.527347+0000 mon.a (mon.0) 951 : cluster [DBG] osdmap e63: 8 total, 8 up, 8 in 2023-12-09T02:02:28.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:02:28 smithi067 bash[25104]: audit 2023-12-09T02:02:27.529944+0000 mon.c (mon.1) 25 : audit [INF] from='client.? 172.21.15.67:0/2549887221' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]: dispatch 2023-12-09T02:02:28.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:02:28 smithi067 bash[25104]: audit 2023-12-09T02:02:27.532764+0000 mon.a (mon.0) 952 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]: dispatch 2023-12-09T02:02:28.970 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:02:28 smithi125 bash[25274]: cluster 2023-12-09T02:02:26.859226+0000 mgr.y (mgr.14457) 111 : cluster [DBG] pgmap v80: 33 pgs: 33 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 597 B/s rd, 682 B/s wr, 1 op/s 2023-12-09T02:02:28.970 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:02:28 smithi125 bash[25274]: cluster 2023-12-09T02:02:27.527347+0000 mon.a (mon.0) 951 : cluster [DBG] osdmap e63: 8 total, 8 up, 8 in 2023-12-09T02:02:28.970 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:02:28 smithi125 bash[25274]: audit 2023-12-09T02:02:27.529944+0000 mon.c (mon.1) 25 : audit [INF] from='client.? 172.21.15.67:0/2549887221' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]: dispatch 2023-12-09T02:02:28.970 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:02:28 smithi125 bash[25274]: audit 2023-12-09T02:02:27.532764+0000 mon.a (mon.0) 952 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]: dispatch 2023-12-09T02:02:29.968 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:02:29 smithi067 bash[25104]: audit 2023-12-09T02:02:28.535362+0000 mon.a (mon.0) 953 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]': finished 2023-12-09T02:02:29.968 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:02:29 smithi067 bash[25104]: cluster 2023-12-09T02:02:28.535731+0000 mon.a (mon.0) 954 : cluster [DBG] osdmap e64: 8 total, 8 up, 8 in 2023-12-09T02:02:29.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:02:29 smithi067 bash[30830]: audit 2023-12-09T02:02:28.535362+0000 mon.a (mon.0) 953 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]': finished 2023-12-09T02:02:29.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:02:29 smithi067 bash[30830]: cluster 2023-12-09T02:02:28.535731+0000 mon.a (mon.0) 954 : cluster [DBG] osdmap e64: 8 total, 8 up, 8 in 2023-12-09T02:02:29.970 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:02:29 smithi125 bash[25274]: audit 2023-12-09T02:02:28.535362+0000 mon.a (mon.0) 953 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]': finished 2023-12-09T02:02:29.970 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:02:29 smithi125 bash[25274]: cluster 2023-12-09T02:02:28.535731+0000 mon.a (mon.0) 954 : cluster [DBG] osdmap e64: 8 total, 8 up, 8 in 2023-12-09T02:02:30.968 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:02:30 smithi067 bash[30830]: cluster 2023-12-09T02:02:28.859840+0000 mgr.y (mgr.14457) 112 : cluster [DBG] pgmap v83: 65 pgs: 32 unknown, 33 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 383 B/s rd, 639 B/s wr, 1 op/s 2023-12-09T02:02:30.968 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:02:30 smithi067 bash[30830]: cluster 2023-12-09T02:02:29.558815+0000 mon.a (mon.0) 955 : cluster [DBG] osdmap e65: 8 total, 8 up, 8 in 2023-12-09T02:02:30.968 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:02:30 smithi067 bash[30830]: audit 2023-12-09T02:02:29.560525+0000 mon.c (mon.1) 26 : audit [INF] from='client.? 172.21.15.67:0/2549887221' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]: dispatch 2023-12-09T02:02:30.968 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:02:30 smithi067 bash[30830]: audit 2023-12-09T02:02:29.562183+0000 mon.a (mon.0) 956 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]: dispatch 2023-12-09T02:02:30.968 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:02:30 smithi067 bash[25104]: cluster 2023-12-09T02:02:28.859840+0000 mgr.y (mgr.14457) 112 : cluster [DBG] pgmap v83: 65 pgs: 32 unknown, 33 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 383 B/s rd, 639 B/s wr, 1 op/s 2023-12-09T02:02:30.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:02:30 smithi067 bash[25104]: cluster 2023-12-09T02:02:29.558815+0000 mon.a (mon.0) 955 : cluster [DBG] osdmap e65: 8 total, 8 up, 8 in 2023-12-09T02:02:30.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:02:30 smithi067 bash[25104]: audit 2023-12-09T02:02:29.560525+0000 mon.c (mon.1) 26 : audit [INF] from='client.? 172.21.15.67:0/2549887221' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]: dispatch 2023-12-09T02:02:30.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:02:30 smithi067 bash[25104]: audit 2023-12-09T02:02:29.562183+0000 mon.a (mon.0) 956 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]: dispatch 2023-12-09T02:02:30.970 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:02:30 smithi125 bash[25274]: cluster 2023-12-09T02:02:28.859840+0000 mgr.y (mgr.14457) 112 : cluster [DBG] pgmap v83: 65 pgs: 32 unknown, 33 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 383 B/s rd, 639 B/s wr, 1 op/s 2023-12-09T02:02:30.970 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:02:30 smithi125 bash[25274]: cluster 2023-12-09T02:02:29.558815+0000 mon.a (mon.0) 955 : cluster [DBG] osdmap e65: 8 total, 8 up, 8 in 2023-12-09T02:02:30.970 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:02:30 smithi125 bash[25274]: audit 2023-12-09T02:02:29.560525+0000 mon.c (mon.1) 26 : audit [INF] from='client.? 172.21.15.67:0/2549887221' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]: dispatch 2023-12-09T02:02:30.970 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:02:30 smithi125 bash[25274]: audit 2023-12-09T02:02:29.562183+0000 mon.a (mon.0) 956 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]: dispatch 2023-12-09T02:02:31.968 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:02:31 smithi067 bash[25375]: ::ffff:172.21.15.125 - - [09/Dec/2023:02:02:31] "GET /metrics HTTP/1.1" 200 194105 "" "Prometheus/2.33.4" 2023-12-09T02:02:31.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:02:31 smithi067 bash[30830]: audit 2023-12-09T02:02:30.575157+0000 mon.a (mon.0) 957 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]': finished 2023-12-09T02:02:31.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:02:31 smithi067 bash[30830]: cluster 2023-12-09T02:02:30.575539+0000 mon.a (mon.0) 958 : cluster [DBG] osdmap e66: 8 total, 8 up, 8 in 2023-12-09T02:02:31.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:02:31 smithi067 bash[25104]: audit 2023-12-09T02:02:30.575157+0000 mon.a (mon.0) 957 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]': finished 2023-12-09T02:02:31.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:02:31 smithi067 bash[25104]: cluster 2023-12-09T02:02:30.575539+0000 mon.a (mon.0) 958 : cluster [DBG] osdmap e66: 8 total, 8 up, 8 in 2023-12-09T02:02:31.970 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:02:31 smithi125 bash[25274]: audit 2023-12-09T02:02:30.575157+0000 mon.a (mon.0) 957 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]': finished 2023-12-09T02:02:31.970 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:02:31 smithi125 bash[25274]: cluster 2023-12-09T02:02:30.575539+0000 mon.a (mon.0) 958 : cluster [DBG] osdmap e66: 8 total, 8 up, 8 in 2023-12-09T02:02:32.968 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:02:32 smithi067 bash[25104]: cluster 2023-12-09T02:02:30.860515+0000 mgr.y (mgr.14457) 113 : cluster [DBG] pgmap v86: 97 pgs: 32 creating+peering, 65 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 5.7 KiB/s rd, 5 op/s 2023-12-09T02:02:32.968 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:02:32 smithi067 bash[25104]: cluster 2023-12-09T02:02:31.588678+0000 mon.a (mon.0) 959 : cluster [DBG] osdmap e67: 8 total, 8 up, 8 in 2023-12-09T02:02:32.968 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:02:32 smithi067 bash[25104]: audit 2023-12-09T02:02:31.595741+0000 mon.c (mon.1) 27 : audit [INF] from='client.? 172.21.15.67:0/2037883886' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]: dispatch 2023-12-09T02:02:32.968 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:02:32 smithi067 bash[25104]: audit 2023-12-09T02:02:31.596116+0000 mon.a (mon.0) 960 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]: dispatch 2023-12-09T02:02:32.968 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:02:32 smithi067 bash[30830]: cluster 2023-12-09T02:02:30.860515+0000 mgr.y (mgr.14457) 113 : cluster [DBG] pgmap v86: 97 pgs: 32 creating+peering, 65 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 5.7 KiB/s rd, 5 op/s 2023-12-09T02:02:32.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:02:32 smithi067 bash[30830]: cluster 2023-12-09T02:02:31.588678+0000 mon.a (mon.0) 959 : cluster [DBG] osdmap e67: 8 total, 8 up, 8 in 2023-12-09T02:02:32.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:02:32 smithi067 bash[30830]: audit 2023-12-09T02:02:31.595741+0000 mon.c (mon.1) 27 : audit [INF] from='client.? 172.21.15.67:0/2037883886' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]: dispatch 2023-12-09T02:02:32.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:02:32 smithi067 bash[30830]: audit 2023-12-09T02:02:31.596116+0000 mon.a (mon.0) 960 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]: dispatch 2023-12-09T02:02:32.970 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:02:32 smithi125 bash[25274]: cluster 2023-12-09T02:02:30.860515+0000 mgr.y (mgr.14457) 113 : cluster [DBG] pgmap v86: 97 pgs: 32 creating+peering, 65 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 5.7 KiB/s rd, 5 op/s 2023-12-09T02:02:32.970 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:02:32 smithi125 bash[25274]: cluster 2023-12-09T02:02:31.588678+0000 mon.a (mon.0) 959 : cluster [DBG] osdmap e67: 8 total, 8 up, 8 in 2023-12-09T02:02:32.970 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:02:32 smithi125 bash[25274]: audit 2023-12-09T02:02:31.595741+0000 mon.c (mon.1) 27 : audit [INF] from='client.? 172.21.15.67:0/2037883886' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]: dispatch 2023-12-09T02:02:32.970 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:02:32 smithi125 bash[25274]: audit 2023-12-09T02:02:31.596116+0000 mon.a (mon.0) 960 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]: dispatch 2023-12-09T02:02:33.968 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:02:33 smithi067 bash[25104]: audit 2023-12-09T02:02:32.584627+0000 mon.a (mon.0) 961 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]': finished 2023-12-09T02:02:33.968 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:02:33 smithi067 bash[25104]: cluster 2023-12-09T02:02:32.584791+0000 mon.a (mon.0) 962 : cluster [DBG] osdmap e68: 8 total, 8 up, 8 in 2023-12-09T02:02:33.968 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:02:33 smithi067 bash[25104]: audit 2023-12-09T02:02:32.601994+0000 mon.c (mon.1) 28 : audit [INF] from='client.? 172.21.15.67:0/2037883886' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-12-09T02:02:33.968 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:02:33 smithi067 bash[25104]: audit 2023-12-09T02:02:32.602802+0000 mon.a (mon.0) 963 : 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-09T02:02:33.968 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:02:33 smithi067 bash[30830]: audit 2023-12-09T02:02:32.584627+0000 mon.a (mon.0) 961 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]': finished 2023-12-09T02:02:33.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:02:33 smithi067 bash[30830]: cluster 2023-12-09T02:02:32.584791+0000 mon.a (mon.0) 962 : cluster [DBG] osdmap e68: 8 total, 8 up, 8 in 2023-12-09T02:02:33.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:02:33 smithi067 bash[30830]: audit 2023-12-09T02:02:32.601994+0000 mon.c (mon.1) 28 : audit [INF] from='client.? 172.21.15.67:0/2037883886' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-12-09T02:02:33.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:02:33 smithi067 bash[30830]: audit 2023-12-09T02:02:32.602802+0000 mon.a (mon.0) 963 : 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-09T02:02:33.970 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:02:33 smithi125 bash[25274]: audit 2023-12-09T02:02:32.584627+0000 mon.a (mon.0) 961 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]': finished 2023-12-09T02:02:33.970 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:02:33 smithi125 bash[25274]: cluster 2023-12-09T02:02:32.584791+0000 mon.a (mon.0) 962 : cluster [DBG] osdmap e68: 8 total, 8 up, 8 in 2023-12-09T02:02:33.970 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:02:33 smithi125 bash[25274]: audit 2023-12-09T02:02:32.601994+0000 mon.c (mon.1) 28 : audit [INF] from='client.? 172.21.15.67:0/2037883886' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-12-09T02:02:33.970 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:02:33 smithi125 bash[25274]: audit 2023-12-09T02:02:32.602802+0000 mon.a (mon.0) 963 : 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-09T02:02:34.720 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 02:02:34 smithi125 bash[26515]: ::ffff:172.21.15.125 - - [09/Dec/2023:02:02:34] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-09T02:02:34.720 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:02:34 smithi125 bash[25274]: cluster 2023-12-09T02:02:32.861286+0000 mgr.y (mgr.14457) 114 : cluster [DBG] pgmap v89: 129 pgs: 32 unknown, 32 creating+peering, 65 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 5.7 KiB/s rd, 5 op/s 2023-12-09T02:02:34.720 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:02:34 smithi125 bash[25274]: audit 2023-12-09T02:02:33.601801+0000 mon.a (mon.0) 964 : 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-09T02:02:34.721 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:02:34 smithi125 bash[25274]: cluster 2023-12-09T02:02:33.601986+0000 mon.a (mon.0) 965 : cluster [DBG] osdmap e69: 8 total, 8 up, 8 in 2023-12-09T02:02:34.721 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:02:34 smithi125 bash[25274]: audit 2023-12-09T02:02:33.605338+0000 mon.c (mon.1) 29 : audit [INF] from='client.? 172.21.15.67:0/2037883886' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]: dispatch 2023-12-09T02:02:34.721 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:02:34 smithi125 bash[25274]: audit 2023-12-09T02:02:33.609934+0000 mon.a (mon.0) 966 : 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-09T02:02:34.728 INFO:teuthology.orchestra.run.smithi067.stdout:{ 2023-12-09T02:02:34.728 INFO:teuthology.orchestra.run.smithi067.stdout: "id": "5a525487-1885-4216-aab8-032e232a4c36", 2023-12-09T02:02:34.728 INFO:teuthology.orchestra.run.smithi067.stdout: "epoch": 1, 2023-12-09T02:02:34.728 INFO:teuthology.orchestra.run.smithi067.stdout: "predecessor_uuid": "db44acbb-e585-4cb4-8c18-6e1a0b79ffff", 2023-12-09T02:02:34.728 INFO:teuthology.orchestra.run.smithi067.stdout: "sync_status": [], 2023-12-09T02:02:34.728 INFO:teuthology.orchestra.run.smithi067.stdout: "period_map": { 2023-12-09T02:02:34.728 INFO:teuthology.orchestra.run.smithi067.stdout: "id": "5a525487-1885-4216-aab8-032e232a4c36", 2023-12-09T02:02:34.728 INFO:teuthology.orchestra.run.smithi067.stdout: "zonegroups": [ 2023-12-09T02:02:34.728 INFO:teuthology.orchestra.run.smithi067.stdout: { 2023-12-09T02:02:34.728 INFO:teuthology.orchestra.run.smithi067.stdout: "id": "171d8697-7fce-47c7-bbdd-759879326fa4", 2023-12-09T02:02:34.728 INFO:teuthology.orchestra.run.smithi067.stdout: "name": "default", 2023-12-09T02:02:34.728 INFO:teuthology.orchestra.run.smithi067.stdout: "api_name": "default", 2023-12-09T02:02:34.728 INFO:teuthology.orchestra.run.smithi067.stdout: "is_master": "true", 2023-12-09T02:02:34.729 INFO:teuthology.orchestra.run.smithi067.stdout: "endpoints": [], 2023-12-09T02:02:34.729 INFO:teuthology.orchestra.run.smithi067.stdout: "hostnames": [], 2023-12-09T02:02:34.729 INFO:teuthology.orchestra.run.smithi067.stdout: "hostnames_s3website": [], 2023-12-09T02:02:34.729 INFO:teuthology.orchestra.run.smithi067.stdout: "master_zone": "4f22db90-e88f-4798-a637-fd76bec42c56", 2023-12-09T02:02:34.729 INFO:teuthology.orchestra.run.smithi067.stdout: "zones": [ 2023-12-09T02:02:34.729 INFO:teuthology.orchestra.run.smithi067.stdout: { 2023-12-09T02:02:34.729 INFO:teuthology.orchestra.run.smithi067.stdout: "id": "4f22db90-e88f-4798-a637-fd76bec42c56", 2023-12-09T02:02:34.729 INFO:teuthology.orchestra.run.smithi067.stdout: "name": "z", 2023-12-09T02:02:34.729 INFO:teuthology.orchestra.run.smithi067.stdout: "endpoints": [], 2023-12-09T02:02:34.729 INFO:teuthology.orchestra.run.smithi067.stdout: "log_meta": "false", 2023-12-09T02:02:34.729 INFO:teuthology.orchestra.run.smithi067.stdout: "log_data": "false", 2023-12-09T02:02:34.729 INFO:teuthology.orchestra.run.smithi067.stdout: "bucket_index_max_shards": 11, 2023-12-09T02:02:34.729 INFO:teuthology.orchestra.run.smithi067.stdout: "read_only": "false", 2023-12-09T02:02:34.729 INFO:teuthology.orchestra.run.smithi067.stdout: "tier_type": "", 2023-12-09T02:02:34.729 INFO:teuthology.orchestra.run.smithi067.stdout: "sync_from_all": "true", 2023-12-09T02:02:34.730 INFO:teuthology.orchestra.run.smithi067.stdout: "sync_from": [], 2023-12-09T02:02:34.730 INFO:teuthology.orchestra.run.smithi067.stdout: "redirect_zone": "" 2023-12-09T02:02:34.730 INFO:teuthology.orchestra.run.smithi067.stdout: } 2023-12-09T02:02:34.730 INFO:teuthology.orchestra.run.smithi067.stdout: ], 2023-12-09T02:02:34.730 INFO:teuthology.orchestra.run.smithi067.stdout: "placement_targets": [ 2023-12-09T02:02:34.730 INFO:teuthology.orchestra.run.smithi067.stdout: { 2023-12-09T02:02:34.730 INFO:teuthology.orchestra.run.smithi067.stdout: "name": "default-placement", 2023-12-09T02:02:34.730 INFO:teuthology.orchestra.run.smithi067.stdout: "tags": [], 2023-12-09T02:02:34.730 INFO:teuthology.orchestra.run.smithi067.stdout: "storage_classes": [ 2023-12-09T02:02:34.730 INFO:teuthology.orchestra.run.smithi067.stdout: "STANDARD" 2023-12-09T02:02:34.730 INFO:teuthology.orchestra.run.smithi067.stdout: ] 2023-12-09T02:02:34.730 INFO:teuthology.orchestra.run.smithi067.stdout: } 2023-12-09T02:02:34.730 INFO:teuthology.orchestra.run.smithi067.stdout: ], 2023-12-09T02:02:34.730 INFO:teuthology.orchestra.run.smithi067.stdout: "default_placement": "default-placement", 2023-12-09T02:02:34.731 INFO:teuthology.orchestra.run.smithi067.stdout: "realm_id": "d41a78b5-707f-423f-b107-a1d53d4d347f", 2023-12-09T02:02:34.731 INFO:teuthology.orchestra.run.smithi067.stdout: "sync_policy": { 2023-12-09T02:02:34.731 INFO:teuthology.orchestra.run.smithi067.stdout: "groups": [] 2023-12-09T02:02:34.731 INFO:teuthology.orchestra.run.smithi067.stdout: } 2023-12-09T02:02:34.731 INFO:teuthology.orchestra.run.smithi067.stdout: } 2023-12-09T02:02:34.731 INFO:teuthology.orchestra.run.smithi067.stdout: ], 2023-12-09T02:02:34.731 INFO:teuthology.orchestra.run.smithi067.stdout: "short_zone_ids": [ 2023-12-09T02:02:34.731 INFO:teuthology.orchestra.run.smithi067.stdout: { 2023-12-09T02:02:34.731 INFO:teuthology.orchestra.run.smithi067.stdout: "key": "4f22db90-e88f-4798-a637-fd76bec42c56", 2023-12-09T02:02:34.731 INFO:teuthology.orchestra.run.smithi067.stdout: "val": 2706329332 2023-12-09T02:02:34.731 INFO:teuthology.orchestra.run.smithi067.stdout: } 2023-12-09T02:02:34.731 INFO:teuthology.orchestra.run.smithi067.stdout: ] 2023-12-09T02:02:34.731 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2023-12-09T02:02:34.731 INFO:teuthology.orchestra.run.smithi067.stdout: "master_zonegroup": "171d8697-7fce-47c7-bbdd-759879326fa4", 2023-12-09T02:02:34.731 INFO:teuthology.orchestra.run.smithi067.stdout: "master_zone": "4f22db90-e88f-4798-a637-fd76bec42c56", 2023-12-09T02:02:34.731 INFO:teuthology.orchestra.run.smithi067.stdout: "period_config": { 2023-12-09T02:02:34.732 INFO:teuthology.orchestra.run.smithi067.stdout: "bucket_quota": { 2023-12-09T02:02:34.732 INFO:teuthology.orchestra.run.smithi067.stdout: "enabled": false, 2023-12-09T02:02:34.732 INFO:teuthology.orchestra.run.smithi067.stdout: "check_on_raw": false, 2023-12-09T02:02:34.732 INFO:teuthology.orchestra.run.smithi067.stdout: "max_size": -1, 2023-12-09T02:02:34.732 INFO:teuthology.orchestra.run.smithi067.stdout: "max_size_kb": 0, 2023-12-09T02:02:34.732 INFO:teuthology.orchestra.run.smithi067.stdout: "max_objects": -1 2023-12-09T02:02:34.732 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2023-12-09T02:02:34.732 INFO:teuthology.orchestra.run.smithi067.stdout: "user_quota": { 2023-12-09T02:02:34.732 INFO:teuthology.orchestra.run.smithi067.stdout: "enabled": false, 2023-12-09T02:02:34.732 INFO:teuthology.orchestra.run.smithi067.stdout: "check_on_raw": false, 2023-12-09T02:02:34.732 INFO:teuthology.orchestra.run.smithi067.stdout: "max_size": -1, 2023-12-09T02:02:34.732 INFO:teuthology.orchestra.run.smithi067.stdout: "max_size_kb": 0, 2023-12-09T02:02:34.732 INFO:teuthology.orchestra.run.smithi067.stdout: "max_objects": -1 2023-12-09T02:02:34.732 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2023-12-09T02:02:34.732 INFO:teuthology.orchestra.run.smithi067.stdout: "user_ratelimit": { 2023-12-09T02:02:34.732 INFO:teuthology.orchestra.run.smithi067.stdout: "max_read_ops": 0, 2023-12-09T02:02:34.733 INFO:teuthology.orchestra.run.smithi067.stdout: "max_write_ops": 0, 2023-12-09T02:02:34.733 INFO:teuthology.orchestra.run.smithi067.stdout: "max_read_bytes": 0, 2023-12-09T02:02:34.733 INFO:teuthology.orchestra.run.smithi067.stdout: "max_write_bytes": 0, 2023-12-09T02:02:34.733 INFO:teuthology.orchestra.run.smithi067.stdout: "enabled": false 2023-12-09T02:02:34.733 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2023-12-09T02:02:34.733 INFO:teuthology.orchestra.run.smithi067.stdout: "bucket_ratelimit": { 2023-12-09T02:02:34.733 INFO:teuthology.orchestra.run.smithi067.stdout: "max_read_ops": 0, 2023-12-09T02:02:34.733 INFO:teuthology.orchestra.run.smithi067.stdout: "max_write_ops": 0, 2023-12-09T02:02:34.733 INFO:teuthology.orchestra.run.smithi067.stdout: "max_read_bytes": 0, 2023-12-09T02:02:34.733 INFO:teuthology.orchestra.run.smithi067.stdout: "max_write_bytes": 0, 2023-12-09T02:02:34.733 INFO:teuthology.orchestra.run.smithi067.stdout: "enabled": false 2023-12-09T02:02:34.733 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2023-12-09T02:02:34.733 INFO:teuthology.orchestra.run.smithi067.stdout: "anonymous_ratelimit": { 2023-12-09T02:02:34.733 INFO:teuthology.orchestra.run.smithi067.stdout: "max_read_ops": 0, 2023-12-09T02:02:34.733 INFO:teuthology.orchestra.run.smithi067.stdout: "max_write_ops": 0, 2023-12-09T02:02:34.733 INFO:teuthology.orchestra.run.smithi067.stdout: "max_read_bytes": 0, 2023-12-09T02:02:34.734 INFO:teuthology.orchestra.run.smithi067.stdout: "max_write_bytes": 0, 2023-12-09T02:02:34.734 INFO:teuthology.orchestra.run.smithi067.stdout: "enabled": false 2023-12-09T02:02:34.734 INFO:teuthology.orchestra.run.smithi067.stdout: } 2023-12-09T02:02:34.734 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2023-12-09T02:02:34.734 INFO:teuthology.orchestra.run.smithi067.stdout: "realm_id": "d41a78b5-707f-423f-b107-a1d53d4d347f", 2023-12-09T02:02:34.734 INFO:teuthology.orchestra.run.smithi067.stdout: "realm_name": "r", 2023-12-09T02:02:34.734 INFO:teuthology.orchestra.run.smithi067.stdout: "realm_epoch": 2 2023-12-09T02:02:34.734 INFO:teuthology.orchestra.run.smithi067.stdout:} 2023-12-09T02:02:34.906 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:02:34 smithi067 bash[25104]: cluster 2023-12-09T02:02:32.861286+0000 mgr.y (mgr.14457) 114 : cluster [DBG] pgmap v89: 129 pgs: 32 unknown, 32 creating+peering, 65 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 5.7 KiB/s rd, 5 op/s 2023-12-09T02:02:34.906 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:02:34 smithi067 bash[25104]: audit 2023-12-09T02:02:33.601801+0000 mon.a (mon.0) 964 : 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-09T02:02:34.906 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:02:34 smithi067 bash[25104]: cluster 2023-12-09T02:02:33.601986+0000 mon.a (mon.0) 965 : cluster [DBG] osdmap e69: 8 total, 8 up, 8 in 2023-12-09T02:02:34.907 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:02:34 smithi067 bash[25104]: audit 2023-12-09T02:02:33.605338+0000 mon.c (mon.1) 29 : audit [INF] from='client.? 172.21.15.67:0/2037883886' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]: dispatch 2023-12-09T02:02:34.907 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:02:34 smithi067 bash[25104]: audit 2023-12-09T02:02:33.609934+0000 mon.a (mon.0) 966 : 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-09T02:02:34.907 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:02:34 smithi067 bash[30830]: cluster 2023-12-09T02:02:32.861286+0000 mgr.y (mgr.14457) 114 : cluster [DBG] pgmap v89: 129 pgs: 32 unknown, 32 creating+peering, 65 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 5.7 KiB/s rd, 5 op/s 2023-12-09T02:02:34.907 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:02:34 smithi067 bash[30830]: audit 2023-12-09T02:02:33.601801+0000 mon.a (mon.0) 964 : 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-09T02:02:34.907 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:02:34 smithi067 bash[30830]: cluster 2023-12-09T02:02:33.601986+0000 mon.a (mon.0) 965 : cluster [DBG] osdmap e69: 8 total, 8 up, 8 in 2023-12-09T02:02:34.907 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:02:34 smithi067 bash[30830]: audit 2023-12-09T02:02:33.605338+0000 mon.c (mon.1) 29 : audit [INF] from='client.? 172.21.15.67:0/2037883886' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]: dispatch 2023-12-09T02:02:34.907 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:02:34 smithi067 bash[30830]: audit 2023-12-09T02:02:33.609934+0000 mon.a (mon.0) 966 : 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-09T02:02:35.545 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6db93fb0-9635-11ee-95a3-87774f69a715 -e sha1=9dcc13bb80dcc1cdea72b04d80505b4649a2b882 -- bash -c 'ceph orch apply rgw foo --realm r --zone z --placement=2 --port=8000' 2023-12-09T02:02:35.968 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:02:35 smithi067 bash[30830]: audit 2023-12-09T02:02:34.616630+0000 mon.a (mon.0) 967 : 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-09T02:02:35.968 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:02:35 smithi067 bash[30830]: cluster 2023-12-09T02:02:34.616796+0000 mon.a (mon.0) 968 : cluster [DBG] osdmap e70: 8 total, 8 up, 8 in 2023-12-09T02:02:35.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:02:35 smithi067 bash[25104]: audit 2023-12-09T02:02:34.616630+0000 mon.a (mon.0) 967 : 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-09T02:02:35.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:02:35 smithi067 bash[25104]: cluster 2023-12-09T02:02:34.616796+0000 mon.a (mon.0) 968 : cluster [DBG] osdmap e70: 8 total, 8 up, 8 in 2023-12-09T02:02:35.970 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:02:35 smithi125 bash[25274]: audit 2023-12-09T02:02:34.616630+0000 mon.a (mon.0) 967 : 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-09T02:02:35.970 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:02:35 smithi125 bash[25274]: cluster 2023-12-09T02:02:34.616796+0000 mon.a (mon.0) 968 : cluster [DBG] osdmap e70: 8 total, 8 up, 8 in 2023-12-09T02:02:36.906 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:02:36 smithi067 bash[25104]: cluster 2023-12-09T02:02:34.862714+0000 mgr.y (mgr.14457) 115 : cluster [DBG] pgmap v92: 129 pgs: 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 2.0 KiB/s rd, 2.2 KiB/s wr, 5 op/s 2023-12-09T02:02:36.906 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:02:36 smithi067 bash[30830]: cluster 2023-12-09T02:02:34.862714+0000 mgr.y (mgr.14457) 115 : cluster [DBG] pgmap v92: 129 pgs: 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 2.0 KiB/s rd, 2.2 KiB/s wr, 5 op/s 2023-12-09T02:02:36.970 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:02:36 smithi125 bash[25274]: cluster 2023-12-09T02:02:34.862714+0000 mgr.y (mgr.14457) 115 : cluster [DBG] pgmap v92: 129 pgs: 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 2.0 KiB/s rd, 2.2 KiB/s wr, 5 op/s 2023-12-09T02:02:38.161 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:02:37 smithi067 bash[25375]: 172.21.15.67 - - [09/Dec/2023:02:02:37] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-09T02:02:38.607 INFO:teuthology.orchestra.run.smithi067.stdout:Scheduled rgw.foo update... 2023-12-09T02:02:38.944 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:02:38 smithi067 bash[30830]: cluster 2023-12-09T02:02:36.863456+0000 mgr.y (mgr.14457) 116 : cluster [DBG] pgmap v93: 129 pgs: 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s rd, 1.7 KiB/s wr, 4 op/s 2023-12-09T02:02:38.944 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:02:38 smithi067 bash[30830]: audit 2023-12-09T02:02:37.721713+0000 mon.a (mon.0) 969 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:02:38.945 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:02:38 smithi067 bash[30830]: audit 2023-12-09T02:02:37.728830+0000 mon.a (mon.0) 970 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:02:38.945 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:02:38 smithi067 bash[30830]: audit 2023-12-09T02:02:38.607694+0000 mon.a (mon.0) 971 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:02:38.945 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:02:38 smithi067 bash[30830]: audit 2023-12-09T02:02:38.616254+0000 mon.a (mon.0) 972 : audit [DBG] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:02:38.945 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:02:38 smithi067 bash[30830]: audit 2023-12-09T02:02:38.617607+0000 mon.a (mon.0) 973 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:02:38.945 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:02:38 smithi067 bash[30830]: audit 2023-12-09T02:02:38.626930+0000 mon.a (mon.0) 974 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:02:38.945 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:02:38 smithi067 bash[25104]: cluster 2023-12-09T02:02:36.863456+0000 mgr.y (mgr.14457) 116 : cluster [DBG] pgmap v93: 129 pgs: 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s rd, 1.7 KiB/s wr, 4 op/s 2023-12-09T02:02:38.945 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:02:38 smithi067 bash[25104]: audit 2023-12-09T02:02:37.721713+0000 mon.a (mon.0) 969 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:02:38.945 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:02:38 smithi067 bash[25104]: audit 2023-12-09T02:02:37.728830+0000 mon.a (mon.0) 970 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:02:38.945 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:02:38 smithi067 bash[25104]: audit 2023-12-09T02:02:38.607694+0000 mon.a (mon.0) 971 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:02:38.945 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:02:38 smithi067 bash[25104]: audit 2023-12-09T02:02:38.616254+0000 mon.a (mon.0) 972 : audit [DBG] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:02:38.945 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:02:38 smithi067 bash[25104]: audit 2023-12-09T02:02:38.617607+0000 mon.a (mon.0) 973 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:02:38.945 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:02:38 smithi067 bash[25104]: audit 2023-12-09T02:02:38.626930+0000 mon.a (mon.0) 974 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:02:38.970 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:02:38 smithi125 bash[25274]: cluster 2023-12-09T02:02:36.863456+0000 mgr.y (mgr.14457) 116 : cluster [DBG] pgmap v93: 129 pgs: 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s rd, 1.7 KiB/s wr, 4 op/s 2023-12-09T02:02:38.970 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:02:38 smithi125 bash[25274]: audit 2023-12-09T02:02:37.721713+0000 mon.a (mon.0) 969 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:02:38.970 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:02:38 smithi125 bash[25274]: audit 2023-12-09T02:02:37.728830+0000 mon.a (mon.0) 970 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:02:38.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:02:38 smithi125 bash[25274]: audit 2023-12-09T02:02:38.607694+0000 mon.a (mon.0) 971 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:02:38.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:02:38 smithi125 bash[25274]: audit 2023-12-09T02:02:38.616254+0000 mon.a (mon.0) 972 : audit [DBG] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:02:38.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:02:38 smithi125 bash[25274]: audit 2023-12-09T02:02:38.617607+0000 mon.a (mon.0) 973 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:02:38.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:02:38 smithi125 bash[25274]: audit 2023-12-09T02:02:38.626930+0000 mon.a (mon.0) 974 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:02:39.846 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6db93fb0-9635-11ee-95a3-87774f69a715 -e sha1=9dcc13bb80dcc1cdea72b04d80505b4649a2b882 -- bash -c 'ceph orch apply rgw smpl' 2023-12-09T02:02:39.968 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:02:39 smithi067 bash[25104]: audit 2023-12-09T02:02:38.601812+0000 mgr.y (mgr.14457) 117 : audit [DBG] from='client.24619 -' 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-09T02:02:39.968 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:02:39 smithi067 bash[25104]: cephadm 2023-12-09T02:02:38.603675+0000 mgr.y (mgr.14457) 118 : cephadm [INF] Saving service rgw.foo spec with placement count:2 2023-12-09T02:02:39.968 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:02:39 smithi067 bash[25104]: audit 2023-12-09T02:02:38.639870+0000 mon.a (mon.0) 975 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:02:39.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:02:39 smithi067 bash[25104]: audit 2023-12-09T02:02:38.654115+0000 mon.a (mon.0) 976 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:02:39.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:02:39 smithi067 bash[25104]: cephadm 2023-12-09T02:02:38.655134+0000 mgr.y (mgr.14457) 119 : cephadm [INF] Saving service rgw.foo spec with placement count:2 2023-12-09T02:02:39.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:02:39 smithi067 bash[25104]: audit 2023-12-09T02:02:38.661174+0000 mon.a (mon.0) 977 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:02:39.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:02:39 smithi067 bash[25104]: audit 2023-12-09T02:02:38.662051+0000 mon.a (mon.0) 978 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi067.rqvsfw", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-09T02:02:39.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:02:39 smithi067 bash[25104]: audit 2023-12-09T02:02:38.669272+0000 mon.a (mon.0) 979 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi067.rqvsfw", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-09T02:02:39.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:02:39 smithi067 bash[25104]: audit 2023-12-09T02:02:38.678545+0000 mon.a (mon.0) 980 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:02:39.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:02:39 smithi067 bash[25104]: audit 2023-12-09T02:02:38.679984+0000 mon.a (mon.0) 981 : audit [DBG] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:02:39.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:02:39 smithi067 bash[25104]: cephadm 2023-12-09T02:02:38.681726+0000 mgr.y (mgr.14457) 120 : cephadm [INF] Deploying daemon rgw.foo.smithi067.rqvsfw on smithi067 2023-12-09T02:02:39.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:02:39 smithi067 bash[30830]: audit 2023-12-09T02:02:38.601812+0000 mgr.y (mgr.14457) 117 : audit [DBG] from='client.24619 -' 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-09T02:02:39.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:02:39 smithi067 bash[30830]: cephadm 2023-12-09T02:02:38.603675+0000 mgr.y (mgr.14457) 118 : cephadm [INF] Saving service rgw.foo spec with placement count:2 2023-12-09T02:02:39.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:02:39 smithi067 bash[30830]: audit 2023-12-09T02:02:38.639870+0000 mon.a (mon.0) 975 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:02:39.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:02:39 smithi067 bash[30830]: audit 2023-12-09T02:02:38.654115+0000 mon.a (mon.0) 976 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:02:39.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:02:39 smithi067 bash[30830]: cephadm 2023-12-09T02:02:38.655134+0000 mgr.y (mgr.14457) 119 : cephadm [INF] Saving service rgw.foo spec with placement count:2 2023-12-09T02:02:39.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:02:39 smithi067 bash[30830]: audit 2023-12-09T02:02:38.661174+0000 mon.a (mon.0) 977 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:02:39.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:02:39 smithi067 bash[30830]: audit 2023-12-09T02:02:38.662051+0000 mon.a (mon.0) 978 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi067.rqvsfw", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-09T02:02:39.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:02:39 smithi067 bash[30830]: audit 2023-12-09T02:02:38.669272+0000 mon.a (mon.0) 979 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi067.rqvsfw", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-09T02:02:39.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:02:39 smithi067 bash[30830]: audit 2023-12-09T02:02:38.678545+0000 mon.a (mon.0) 980 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:02:39.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:02:39 smithi067 bash[30830]: audit 2023-12-09T02:02:38.679984+0000 mon.a (mon.0) 981 : audit [DBG] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:02:39.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:02:39 smithi067 bash[30830]: cephadm 2023-12-09T02:02:38.681726+0000 mgr.y (mgr.14457) 120 : cephadm [INF] Deploying daemon rgw.foo.smithi067.rqvsfw on smithi067 2023-12-09T02:02:39.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:02:39 smithi125 bash[25274]: audit 2023-12-09T02:02:38.601812+0000 mgr.y (mgr.14457) 117 : audit [DBG] from='client.24619 -' 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-09T02:02:39.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:02:39 smithi125 bash[25274]: cephadm 2023-12-09T02:02:38.603675+0000 mgr.y (mgr.14457) 118 : cephadm [INF] Saving service rgw.foo spec with placement count:2 2023-12-09T02:02:39.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:02:39 smithi125 bash[25274]: audit 2023-12-09T02:02:38.639870+0000 mon.a (mon.0) 975 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:02:39.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:02:39 smithi125 bash[25274]: audit 2023-12-09T02:02:38.654115+0000 mon.a (mon.0) 976 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:02:39.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:02:39 smithi125 bash[25274]: cephadm 2023-12-09T02:02:38.655134+0000 mgr.y (mgr.14457) 119 : cephadm [INF] Saving service rgw.foo spec with placement count:2 2023-12-09T02:02:39.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:02:39 smithi125 bash[25274]: audit 2023-12-09T02:02:38.661174+0000 mon.a (mon.0) 977 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:02:39.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:02:39 smithi125 bash[25274]: audit 2023-12-09T02:02:38.662051+0000 mon.a (mon.0) 978 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi067.rqvsfw", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-09T02:02:39.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:02:39 smithi125 bash[25274]: audit 2023-12-09T02:02:38.669272+0000 mon.a (mon.0) 979 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi067.rqvsfw", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-09T02:02:39.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:02:39 smithi125 bash[25274]: audit 2023-12-09T02:02:38.678545+0000 mon.a (mon.0) 980 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:02:39.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:02:39 smithi125 bash[25274]: audit 2023-12-09T02:02:38.679984+0000 mon.a (mon.0) 981 : audit [DBG] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:02:39.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:02:39 smithi125 bash[25274]: cephadm 2023-12-09T02:02:38.681726+0000 mgr.y (mgr.14457) 120 : cephadm [INF] Deploying daemon rgw.foo.smithi067.rqvsfw on smithi067 2023-12-09T02:02:40.718 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:02:40 smithi067 bash[25104]: cluster 2023-12-09T02:02:38.864180+0000 mgr.y (mgr.14457) 121 : cluster [DBG] pgmap v94: 129 pgs: 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1.4 KiB/s wr, 3 op/s 2023-12-09T02:02:40.718 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:02:40 smithi067 bash[30830]: cluster 2023-12-09T02:02:38.864180+0000 mgr.y (mgr.14457) 121 : cluster [DBG] pgmap v94: 129 pgs: 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1.4 KiB/s wr, 3 op/s 2023-12-09T02:02:40.926 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:02:40 smithi125 bash[25274]: cluster 2023-12-09T02:02:38.864180+0000 mgr.y (mgr.14457) 121 : cluster [DBG] pgmap v94: 129 pgs: 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1.4 KiB/s wr, 3 op/s 2023-12-09T02:02:41.929 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:02:41 smithi067 bash[25375]: ::ffff:172.21.15.125 - - [09/Dec/2023:02:02:41] "GET /metrics HTTP/1.1" 200 194105 "" "Prometheus/2.33.4" 2023-12-09T02:02:42.968 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:02:42 smithi067 bash[25104]: cluster 2023-12-09T02:02:40.865713+0000 mgr.y (mgr.14457) 122 : cluster [DBG] pgmap v95: 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-09T02:02:42.968 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:02:42 smithi067 bash[25104]: audit 2023-12-09T02:02:42.344301+0000 mon.a (mon.0) 982 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:02:42.968 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:02:42 smithi067 bash[25104]: audit 2023-12-09T02:02:42.346137+0000 mon.a (mon.0) 983 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi125.wanndy", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-09T02:02:42.968 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:02:42 smithi067 bash[25104]: audit 2023-12-09T02:02:42.351757+0000 mon.a (mon.0) 984 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi125.wanndy", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-09T02:02:42.968 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:02:42 smithi067 bash[25104]: audit 2023-12-09T02:02:42.357151+0000 mon.a (mon.0) 985 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:02:42.968 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:02:42 smithi067 bash[25104]: audit 2023-12-09T02:02:42.358255+0000 mon.a (mon.0) 986 : audit [DBG] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:02:42.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:02:42 smithi067 bash[30830]: cluster 2023-12-09T02:02:40.865713+0000 mgr.y (mgr.14457) 122 : cluster [DBG] pgmap v95: 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-09T02:02:42.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:02:42 smithi067 bash[30830]: audit 2023-12-09T02:02:42.344301+0000 mon.a (mon.0) 982 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:02:42.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:02:42 smithi067 bash[30830]: audit 2023-12-09T02:02:42.346137+0000 mon.a (mon.0) 983 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi125.wanndy", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-09T02:02:42.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:02:42 smithi067 bash[30830]: audit 2023-12-09T02:02:42.351757+0000 mon.a (mon.0) 984 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi125.wanndy", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-09T02:02:42.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:02:42 smithi067 bash[30830]: audit 2023-12-09T02:02:42.357151+0000 mon.a (mon.0) 985 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:02:42.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:02:42 smithi067 bash[30830]: audit 2023-12-09T02:02:42.358255+0000 mon.a (mon.0) 986 : audit [DBG] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:02:42.970 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:02:42 smithi125 bash[25274]: cluster 2023-12-09T02:02:40.865713+0000 mgr.y (mgr.14457) 122 : cluster [DBG] pgmap v95: 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-09T02:02:42.970 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:02:42 smithi125 bash[25274]: audit 2023-12-09T02:02:42.344301+0000 mon.a (mon.0) 982 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:02:42.970 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:02:42 smithi125 bash[25274]: audit 2023-12-09T02:02:42.346137+0000 mon.a (mon.0) 983 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi125.wanndy", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-09T02:02:42.970 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:02:42 smithi125 bash[25274]: audit 2023-12-09T02:02:42.351757+0000 mon.a (mon.0) 984 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi125.wanndy", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-09T02:02:42.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:02:42 smithi125 bash[25274]: audit 2023-12-09T02:02:42.357151+0000 mon.a (mon.0) 985 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:02:42.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:02:42 smithi125 bash[25274]: audit 2023-12-09T02:02:42.358255+0000 mon.a (mon.0) 986 : audit [DBG] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:02:43.968 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:02:43 smithi067 bash[30830]: cephadm 2023-12-09T02:02:42.359243+0000 mgr.y (mgr.14457) 123 : cephadm [INF] Deploying daemon rgw.foo.smithi125.wanndy on smithi125 2023-12-09T02:02:43.968 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:02:43 smithi067 bash[25104]: cephadm 2023-12-09T02:02:42.359243+0000 mgr.y (mgr.14457) 123 : cephadm [INF] Deploying daemon rgw.foo.smithi125.wanndy on smithi125 2023-12-09T02:02:43.970 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:02:43 smithi125 bash[25274]: cephadm 2023-12-09T02:02:42.359243+0000 mgr.y (mgr.14457) 123 : cephadm [INF] Deploying daemon rgw.foo.smithi125.wanndy on smithi125 2023-12-09T02:02:44.470 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 02:02:44 smithi125 bash[26515]: ::ffff:172.21.15.125 - - [09/Dec/2023:02:02:44] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-09T02:02:44.611 INFO:teuthology.orchestra.run.smithi067.stdout:Scheduled rgw.smpl update... 2023-12-09T02:02:44.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:02:44 smithi125 bash[25274]: cluster 2023-12-09T02:02:42.866288+0000 mgr.y (mgr.14457) 124 : cluster [DBG] pgmap v96: 129 pgs: 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 883 B/s rd, 994 B/s wr, 2 op/s 2023-12-09T02:02:44.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:02:44 smithi125 bash[25274]: audit 2023-12-09T02:02:44.605957+0000 mgr.y (mgr.14457) 125 : audit [DBG] from='client.14721 -' entity='client.admin' cmd=[{"prefix": "orch apply rgw", "svc_id": "smpl", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:02:44.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:02:44 smithi125 bash[25274]: cephadm 2023-12-09T02:02:44.607280+0000 mgr.y (mgr.14457) 126 : cephadm [INF] Saving service rgw.smpl spec with placement count:2 2023-12-09T02:02:44.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:02:44 smithi125 bash[25274]: audit 2023-12-09T02:02:44.612009+0000 mon.a (mon.0) 987 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:02:44.988 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:02:44 smithi067 bash[25104]: cluster 2023-12-09T02:02:42.866288+0000 mgr.y (mgr.14457) 124 : cluster [DBG] pgmap v96: 129 pgs: 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 883 B/s rd, 994 B/s wr, 2 op/s 2023-12-09T02:02:44.989 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:02:44 smithi067 bash[25104]: audit 2023-12-09T02:02:44.605957+0000 mgr.y (mgr.14457) 125 : audit [DBG] from='client.14721 -' entity='client.admin' cmd=[{"prefix": "orch apply rgw", "svc_id": "smpl", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:02:44.989 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:02:44 smithi067 bash[25104]: cephadm 2023-12-09T02:02:44.607280+0000 mgr.y (mgr.14457) 126 : cephadm [INF] Saving service rgw.smpl spec with placement count:2 2023-12-09T02:02:44.989 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:02:44 smithi067 bash[25104]: audit 2023-12-09T02:02:44.612009+0000 mon.a (mon.0) 987 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:02:44.989 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:02:44 smithi067 bash[30830]: cluster 2023-12-09T02:02:42.866288+0000 mgr.y (mgr.14457) 124 : cluster [DBG] pgmap v96: 129 pgs: 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 883 B/s rd, 994 B/s wr, 2 op/s 2023-12-09T02:02:44.989 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:02:44 smithi067 bash[30830]: audit 2023-12-09T02:02:44.605957+0000 mgr.y (mgr.14457) 125 : audit [DBG] from='client.14721 -' entity='client.admin' cmd=[{"prefix": "orch apply rgw", "svc_id": "smpl", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:02:44.989 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:02:44 smithi067 bash[30830]: cephadm 2023-12-09T02:02:44.607280+0000 mgr.y (mgr.14457) 126 : cephadm [INF] Saving service rgw.smpl spec with placement count:2 2023-12-09T02:02:44.989 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:02:44 smithi067 bash[30830]: audit 2023-12-09T02:02:44.612009+0000 mon.a (mon.0) 987 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:02:45.468 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:02:45 smithi067 bash[25375]: 172.21.15.125 - - [09/Dec/2023:02:02:45] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-09T02:02:45.942 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6db93fb0-9635-11ee-95a3-87774f69a715 -e sha1=9dcc13bb80dcc1cdea72b04d80505b4649a2b882 -- bash -c 'ceph osd pool create foo' 2023-12-09T02:02:46.429 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:02:46 smithi125 bash[25274]: cluster 2023-12-09T02:02:44.867844+0000 mgr.y (mgr.14457) 127 : cluster [DBG] pgmap v97: 129 pgs: 129 active+clean; 584 KiB data, 53 MiB used, 715 GiB / 715 GiB avail; 64 KiB/s rd, 4.1 KiB/s wr, 136 op/s 2023-12-09T02:02:46.429 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:02:46 smithi125 bash[25274]: audit 2023-12-09T02:02:45.209758+0000 mon.a (mon.0) 988 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:02:46.429 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:02:46 smithi125 bash[25274]: audit 2023-12-09T02:02:45.219682+0000 mon.a (mon.0) 989 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:02:46.486 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:02:46 smithi067 bash[25104]: cluster 2023-12-09T02:02:44.867844+0000 mgr.y (mgr.14457) 127 : cluster [DBG] pgmap v97: 129 pgs: 129 active+clean; 584 KiB data, 53 MiB used, 715 GiB / 715 GiB avail; 64 KiB/s rd, 4.1 KiB/s wr, 136 op/s 2023-12-09T02:02:46.486 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:02:46 smithi067 bash[25104]: audit 2023-12-09T02:02:45.209758+0000 mon.a (mon.0) 988 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:02:46.486 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:02:46 smithi067 bash[25104]: audit 2023-12-09T02:02:45.219682+0000 mon.a (mon.0) 989 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:02:46.718 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:02:46 smithi067 bash[30830]: cluster 2023-12-09T02:02:44.867844+0000 mgr.y (mgr.14457) 127 : cluster [DBG] pgmap v97: 129 pgs: 129 active+clean; 584 KiB data, 53 MiB used, 715 GiB / 715 GiB avail; 64 KiB/s rd, 4.1 KiB/s wr, 136 op/s 2023-12-09T02:02:46.718 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:02:46 smithi067 bash[30830]: audit 2023-12-09T02:02:45.209758+0000 mon.a (mon.0) 988 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:02:46.718 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:02:46 smithi067 bash[30830]: audit 2023-12-09T02:02:45.219682+0000 mon.a (mon.0) 989 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:02:47.718 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:02:47 smithi067 bash[30830]: audit 2023-12-09T02:02:46.451624+0000 mon.a (mon.0) 990 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:02:47.718 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:02:47 smithi067 bash[30830]: audit 2023-12-09T02:02:46.455722+0000 mon.a (mon.0) 991 : audit [DBG] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:02:47.718 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:02:47 smithi067 bash[30830]: audit 2023-12-09T02:02:46.457782+0000 mon.a (mon.0) 992 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:02:47.718 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:02:47 smithi067 bash[30830]: cephadm 2023-12-09T02:02:46.466682+0000 mgr.y (mgr.14457) 128 : cephadm [INF] Checking dashboard <-> RGW credentials 2023-12-09T02:02:47.718 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:02:47 smithi067 bash[30830]: audit 2023-12-09T02:02:46.965661+0000 mon.a (mon.0) 993 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:02:47.718 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:02:47 smithi067 bash[30830]: audit 2023-12-09T02:02:46.977820+0000 mon.a (mon.0) 994 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:02:47.718 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:02:47 smithi067 bash[30830]: audit 2023-12-09T02:02:46.987134+0000 mon.a (mon.0) 995 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:02:47.719 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:02:47 smithi067 bash[30830]: audit 2023-12-09T02:02:47.000607+0000 mon.a (mon.0) 996 : audit [DBG] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:02:47.719 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:02:47 smithi067 bash[30830]: audit 2023-12-09T02:02:47.002216+0000 mon.a (mon.0) 997 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:02:47.719 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:02:47 smithi067 bash[30830]: audit 2023-12-09T02:02:47.343316+0000 mon.a (mon.0) 998 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:02:47.719 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:02:47 smithi067 bash[30830]: audit 2023-12-09T02:02:47.349928+0000 mon.a (mon.0) 999 : audit [DBG] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:02:47.719 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:02:47 smithi067 bash[30830]: audit 2023-12-09T02:02:47.351331+0000 mon.a (mon.0) 1000 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:02:47.719 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:02:47 smithi067 bash[30830]: audit 2023-12-09T02:02:47.361891+0000 mon.a (mon.0) 1001 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:02:47.719 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:02:47 smithi067 bash[25104]: audit 2023-12-09T02:02:46.451624+0000 mon.a (mon.0) 990 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:02:47.719 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:02:47 smithi067 bash[25104]: audit 2023-12-09T02:02:46.455722+0000 mon.a (mon.0) 991 : audit [DBG] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:02:47.719 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:02:47 smithi067 bash[25104]: audit 2023-12-09T02:02:46.457782+0000 mon.a (mon.0) 992 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:02:47.719 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:02:47 smithi067 bash[25104]: cephadm 2023-12-09T02:02:46.466682+0000 mgr.y (mgr.14457) 128 : cephadm [INF] Checking dashboard <-> RGW credentials 2023-12-09T02:02:47.719 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:02:47 smithi067 bash[25104]: audit 2023-12-09T02:02:46.965661+0000 mon.a (mon.0) 993 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:02:47.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:02:47 smithi067 bash[25104]: audit 2023-12-09T02:02:46.977820+0000 mon.a (mon.0) 994 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:02:47.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:02:47 smithi067 bash[25104]: audit 2023-12-09T02:02:46.987134+0000 mon.a (mon.0) 995 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:02:47.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:02:47 smithi067 bash[25104]: audit 2023-12-09T02:02:47.000607+0000 mon.a (mon.0) 996 : audit [DBG] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:02:47.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:02:47 smithi067 bash[25104]: audit 2023-12-09T02:02:47.002216+0000 mon.a (mon.0) 997 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:02:47.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:02:47 smithi067 bash[25104]: audit 2023-12-09T02:02:47.343316+0000 mon.a (mon.0) 998 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:02:47.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:02:47 smithi067 bash[25104]: audit 2023-12-09T02:02:47.349928+0000 mon.a (mon.0) 999 : audit [DBG] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:02:47.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:02:47 smithi067 bash[25104]: audit 2023-12-09T02:02:47.351331+0000 mon.a (mon.0) 1000 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:02:47.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:02:47 smithi067 bash[25104]: audit 2023-12-09T02:02:47.361891+0000 mon.a (mon.0) 1001 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:02:47.720 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:02:47 smithi125 bash[25274]: audit 2023-12-09T02:02:46.451624+0000 mon.a (mon.0) 990 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:02:47.720 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:02:47 smithi125 bash[25274]: audit 2023-12-09T02:02:46.455722+0000 mon.a (mon.0) 991 : audit [DBG] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:02:47.721 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:02:47 smithi125 bash[25274]: audit 2023-12-09T02:02:46.457782+0000 mon.a (mon.0) 992 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:02:47.721 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:02:47 smithi125 bash[25274]: cephadm 2023-12-09T02:02:46.466682+0000 mgr.y (mgr.14457) 128 : cephadm [INF] Checking dashboard <-> RGW credentials 2023-12-09T02:02:47.721 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:02:47 smithi125 bash[25274]: audit 2023-12-09T02:02:46.965661+0000 mon.a (mon.0) 993 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:02:47.721 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:02:47 smithi125 bash[25274]: audit 2023-12-09T02:02:46.977820+0000 mon.a (mon.0) 994 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:02:47.721 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:02:47 smithi125 bash[25274]: audit 2023-12-09T02:02:46.987134+0000 mon.a (mon.0) 995 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:02:47.721 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:02:47 smithi125 bash[25274]: audit 2023-12-09T02:02:47.000607+0000 mon.a (mon.0) 996 : audit [DBG] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:02:47.721 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:02:47 smithi125 bash[25274]: audit 2023-12-09T02:02:47.002216+0000 mon.a (mon.0) 997 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:02:47.721 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:02:47 smithi125 bash[25274]: audit 2023-12-09T02:02:47.343316+0000 mon.a (mon.0) 998 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:02:47.721 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:02:47 smithi125 bash[25274]: audit 2023-12-09T02:02:47.349928+0000 mon.a (mon.0) 999 : audit [DBG] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:02:47.721 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:02:47 smithi125 bash[25274]: audit 2023-12-09T02:02:47.351331+0000 mon.a (mon.0) 1000 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:02:47.721 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:02:47 smithi125 bash[25274]: audit 2023-12-09T02:02:47.361891+0000 mon.a (mon.0) 1001 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:02:48.718 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:02:48 smithi067 bash[25375]: 172.21.15.67 - - [09/Dec/2023:02:02:48] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-09T02:02:48.719 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:02:48 smithi067 bash[25104]: cluster 2023-12-09T02:02:46.868794+0000 mgr.y (mgr.14457) 129 : cluster [DBG] pgmap v98: 129 pgs: 129 active+clean; 584 KiB data, 53 MiB used, 715 GiB / 715 GiB avail; 54 KiB/s rd, 2.7 KiB/s wr, 114 op/s 2023-12-09T02:02:48.719 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:02:48 smithi067 bash[25104]: cephadm 2023-12-09T02:02:46.988168+0000 mgr.y (mgr.14457) 130 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:02:48.719 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:02:48 smithi067 bash[25104]: cephadm 2023-12-09T02:02:47.009298+0000 mgr.y (mgr.14457) 131 : cephadm [INF] Checking dashboard <-> RGW credentials 2023-12-09T02:02:48.719 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:02:48 smithi067 bash[25104]: cephadm 2023-12-09T02:02:47.344447+0000 mgr.y (mgr.14457) 132 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:02:48.719 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:02:48 smithi067 bash[25104]: cephadm 2023-12-09T02:02:47.362678+0000 mgr.y (mgr.14457) 133 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:02:48.719 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:02:48 smithi067 bash[30830]: cluster 2023-12-09T02:02:46.868794+0000 mgr.y (mgr.14457) 129 : cluster [DBG] pgmap v98: 129 pgs: 129 active+clean; 584 KiB data, 53 MiB used, 715 GiB / 715 GiB avail; 54 KiB/s rd, 2.7 KiB/s wr, 114 op/s 2023-12-09T02:02:48.719 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:02:48 smithi067 bash[30830]: cephadm 2023-12-09T02:02:46.988168+0000 mgr.y (mgr.14457) 130 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:02:48.719 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:02:48 smithi067 bash[30830]: cephadm 2023-12-09T02:02:47.009298+0000 mgr.y (mgr.14457) 131 : cephadm [INF] Checking dashboard <-> RGW credentials 2023-12-09T02:02:48.719 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:02:48 smithi067 bash[30830]: cephadm 2023-12-09T02:02:47.344447+0000 mgr.y (mgr.14457) 132 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:02:48.719 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:02:48 smithi067 bash[30830]: cephadm 2023-12-09T02:02:47.362678+0000 mgr.y (mgr.14457) 133 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:02:48.720 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:02:48 smithi125 bash[25274]: cluster 2023-12-09T02:02:46.868794+0000 mgr.y (mgr.14457) 129 : cluster [DBG] pgmap v98: 129 pgs: 129 active+clean; 584 KiB data, 53 MiB used, 715 GiB / 715 GiB avail; 54 KiB/s rd, 2.7 KiB/s wr, 114 op/s 2023-12-09T02:02:48.720 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:02:48 smithi125 bash[25274]: cephadm 2023-12-09T02:02:46.988168+0000 mgr.y (mgr.14457) 130 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:02:48.720 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:02:48 smithi125 bash[25274]: cephadm 2023-12-09T02:02:47.009298+0000 mgr.y (mgr.14457) 131 : cephadm [INF] Checking dashboard <-> RGW credentials 2023-12-09T02:02:48.720 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:02:48 smithi125 bash[25274]: cephadm 2023-12-09T02:02:47.344447+0000 mgr.y (mgr.14457) 132 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:02:48.720 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:02:48 smithi125 bash[25274]: cephadm 2023-12-09T02:02:47.362678+0000 mgr.y (mgr.14457) 133 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:02:49.614 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:02:49 smithi067 bash[25104]: audit 2023-12-09T02:02:48.612539+0000 mon.a (mon.0) 1002 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:02:49.614 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:02:49 smithi067 bash[25104]: audit 2023-12-09T02:02:48.960825+0000 mon.a (mon.0) 1003 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:02:49.614 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:02:49 smithi067 bash[30830]: audit 2023-12-09T02:02:48.612539+0000 mon.a (mon.0) 1002 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:02:49.614 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:02:49 smithi067 bash[30830]: audit 2023-12-09T02:02:48.960825+0000 mon.a (mon.0) 1003 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:02:49.970 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:02:49 smithi125 bash[25274]: audit 2023-12-09T02:02:48.612539+0000 mon.a (mon.0) 1002 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:02:49.970 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:02:49 smithi125 bash[25274]: audit 2023-12-09T02:02:48.960825+0000 mon.a (mon.0) 1003 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:02:50.968 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:02:50 smithi067 bash[25104]: cluster 2023-12-09T02:02:48.869767+0000 mgr.y (mgr.14457) 134 : cluster [DBG] pgmap v99: 129 pgs: 129 active+clean; 584 KiB data, 53 MiB used, 715 GiB / 715 GiB avail; 54 KiB/s rd, 2.7 KiB/s wr, 114 op/s 2023-12-09T02:02:50.968 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:02:50 smithi067 bash[30830]: cluster 2023-12-09T02:02:48.869767+0000 mgr.y (mgr.14457) 134 : cluster [DBG] pgmap v99: 129 pgs: 129 active+clean; 584 KiB data, 53 MiB used, 715 GiB / 715 GiB avail; 54 KiB/s rd, 2.7 KiB/s wr, 114 op/s 2023-12-09T02:02:50.970 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:02:50 smithi125 bash[25274]: cluster 2023-12-09T02:02:48.869767+0000 mgr.y (mgr.14457) 134 : cluster [DBG] pgmap v99: 129 pgs: 129 active+clean; 584 KiB data, 53 MiB used, 715 GiB / 715 GiB avail; 54 KiB/s rd, 2.7 KiB/s wr, 114 op/s 2023-12-09T02:02:51.651 INFO:teuthology.orchestra.run.smithi067.stderr:pool 'foo' created 2023-12-09T02:02:51.720 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:02:51 smithi125 bash[25274]: audit 2023-12-09T02:02:51.071080+0000 mon.a (mon.0) 1004 : audit [INF] from='client.? 172.21.15.67:0/1709340168' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "foo"}]: dispatch 2023-12-09T02:02:51.720 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:02:51 smithi125 bash[25274]: audit 2023-12-09T02:02:51.540225+0000 mon.a (mon.0) 1005 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:02:51.721 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:02:51 smithi125 bash[25274]: audit 2023-12-09T02:02:51.546032+0000 mon.a (mon.0) 1006 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:02:51.876 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:02:51 smithi067 bash[25104]: audit 2023-12-09T02:02:51.071080+0000 mon.a (mon.0) 1004 : audit [INF] from='client.? 172.21.15.67:0/1709340168' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "foo"}]: dispatch 2023-12-09T02:02:51.876 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:02:51 smithi067 bash[25104]: audit 2023-12-09T02:02:51.540225+0000 mon.a (mon.0) 1005 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:02:51.876 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:02:51 smithi067 bash[25104]: audit 2023-12-09T02:02:51.546032+0000 mon.a (mon.0) 1006 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:02:51.876 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:02:51 smithi067 bash[30830]: audit 2023-12-09T02:02:51.071080+0000 mon.a (mon.0) 1004 : audit [INF] from='client.? 172.21.15.67:0/1709340168' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "foo"}]: dispatch 2023-12-09T02:02:51.876 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:02:51 smithi067 bash[30830]: audit 2023-12-09T02:02:51.540225+0000 mon.a (mon.0) 1005 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:02:51.877 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:02:51 smithi067 bash[30830]: audit 2023-12-09T02:02:51.546032+0000 mon.a (mon.0) 1006 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:02:51.877 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:02:51 smithi067 bash[25375]: 172.21.15.67 - - [09/Dec/2023:02:02:51] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-09T02:02:51.877 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:02:51 smithi067 bash[25375]: ::ffff:172.21.15.125 - - [09/Dec/2023:02:02:51] "GET /metrics HTTP/1.1" 200 196774 "" "Prometheus/2.33.4" 2023-12-09T02:02:51.877 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:02:51 smithi067 bash[25375]: 172.21.15.125 - - [09/Dec/2023:02:02:51] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-09T02:02:52.968 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:02:52 smithi067 bash[25104]: cluster 2023-12-09T02:02:50.870753+0000 mgr.y (mgr.14457) 135 : cluster [DBG] pgmap v100: 129 pgs: 129 active+clean; 585 KiB data, 64 MiB used, 715 GiB / 715 GiB avail; 152 KiB/s rd, 3.0 KiB/s wr, 266 op/s 2023-12-09T02:02:52.968 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:02:52 smithi067 bash[25104]: audit 2023-12-09T02:02:51.640340+0000 mon.a (mon.0) 1007 : audit [INF] from='client.? 172.21.15.67:0/1709340168' entity='client.admin' cmd='[{"prefix": "osd pool create", "pool": "foo"}]': finished 2023-12-09T02:02:52.968 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:02:52 smithi067 bash[25104]: cluster 2023-12-09T02:02:51.640496+0000 mon.a (mon.0) 1008 : cluster [DBG] osdmap e71: 8 total, 8 up, 8 in 2023-12-09T02:02:52.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:02:52 smithi067 bash[25104]: audit 2023-12-09T02:02:51.872445+0000 mon.a (mon.0) 1009 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:02:52.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:02:52 smithi067 bash[30830]: cluster 2023-12-09T02:02:50.870753+0000 mgr.y (mgr.14457) 135 : cluster [DBG] pgmap v100: 129 pgs: 129 active+clean; 585 KiB data, 64 MiB used, 715 GiB / 715 GiB avail; 152 KiB/s rd, 3.0 KiB/s wr, 266 op/s 2023-12-09T02:02:52.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:02:52 smithi067 bash[30830]: audit 2023-12-09T02:02:51.640340+0000 mon.a (mon.0) 1007 : audit [INF] from='client.? 172.21.15.67:0/1709340168' entity='client.admin' cmd='[{"prefix": "osd pool create", "pool": "foo"}]': finished 2023-12-09T02:02:52.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:02:52 smithi067 bash[30830]: cluster 2023-12-09T02:02:51.640496+0000 mon.a (mon.0) 1008 : cluster [DBG] osdmap e71: 8 total, 8 up, 8 in 2023-12-09T02:02:52.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:02:52 smithi067 bash[30830]: audit 2023-12-09T02:02:51.872445+0000 mon.a (mon.0) 1009 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:02:52.970 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:02:52 smithi125 bash[25274]: cluster 2023-12-09T02:02:50.870753+0000 mgr.y (mgr.14457) 135 : cluster [DBG] pgmap v100: 129 pgs: 129 active+clean; 585 KiB data, 64 MiB used, 715 GiB / 715 GiB avail; 152 KiB/s rd, 3.0 KiB/s wr, 266 op/s 2023-12-09T02:02:52.970 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:02:52 smithi125 bash[25274]: audit 2023-12-09T02:02:51.640340+0000 mon.a (mon.0) 1007 : audit [INF] from='client.? 172.21.15.67:0/1709340168' entity='client.admin' cmd='[{"prefix": "osd pool create", "pool": "foo"}]': finished 2023-12-09T02:02:52.970 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:02:52 smithi125 bash[25274]: cluster 2023-12-09T02:02:51.640496+0000 mon.a (mon.0) 1008 : cluster [DBG] osdmap e71: 8 total, 8 up, 8 in 2023-12-09T02:02:52.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:02:52 smithi125 bash[25274]: audit 2023-12-09T02:02:51.872445+0000 mon.a (mon.0) 1009 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:02:53.308 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6db93fb0-9635-11ee-95a3-87774f69a715 -e sha1=9dcc13bb80dcc1cdea72b04d80505b4649a2b882 -- bash -c 'rbd pool init foo' 2023-12-09T02:02:53.970 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:02:53 smithi125 bash[25274]: cluster 2023-12-09T02:02:52.644938+0000 mon.a (mon.0) 1010 : cluster [DBG] osdmap e72: 8 total, 8 up, 8 in 2023-12-09T02:02:54.202 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:02:53 smithi067 bash[25104]: cluster 2023-12-09T02:02:52.644938+0000 mon.a (mon.0) 1010 : cluster [DBG] osdmap e72: 8 total, 8 up, 8 in 2023-12-09T02:02:54.202 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:02:53 smithi067 bash[30830]: cluster 2023-12-09T02:02:52.644938+0000 mon.a (mon.0) 1010 : cluster [DBG] osdmap e72: 8 total, 8 up, 8 in 2023-12-09T02:02:54.658 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 02:02:54 smithi125 bash[26515]: ::ffff:172.21.15.125 - - [09/Dec/2023:02:02:54] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-09T02:02:54.968 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:02:54 smithi067 bash[25375]: 172.21.15.125 - - [09/Dec/2023:02:02:54] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-09T02:02:54.968 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:02:54 smithi067 bash[25104]: cluster 2023-12-09T02:02:52.871478+0000 mgr.y (mgr.14457) 136 : cluster [DBG] pgmap v103: 161 pgs: 32 unknown, 129 active+clean; 585 KiB data, 64 MiB used, 715 GiB / 715 GiB avail; 147 KiB/s rd, 383 B/s wr, 228 op/s 2023-12-09T02:02:54.968 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:02:54 smithi067 bash[25104]: cluster 2023-12-09T02:02:53.659564+0000 mon.a (mon.0) 1011 : cluster [DBG] osdmap e73: 8 total, 8 up, 8 in 2023-12-09T02:02:54.968 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:02:54 smithi067 bash[25104]: audit 2023-12-09T02:02:54.651782+0000 mon.a (mon.0) 1012 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:02:54.968 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:02:54 smithi067 bash[25104]: audit 2023-12-09T02:02:54.658101+0000 mon.a (mon.0) 1013 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:02:54.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:02:54 smithi067 bash[30830]: cluster 2023-12-09T02:02:52.871478+0000 mgr.y (mgr.14457) 136 : cluster [DBG] pgmap v103: 161 pgs: 32 unknown, 129 active+clean; 585 KiB data, 64 MiB used, 715 GiB / 715 GiB avail; 147 KiB/s rd, 383 B/s wr, 228 op/s 2023-12-09T02:02:54.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:02:54 smithi067 bash[30830]: cluster 2023-12-09T02:02:53.659564+0000 mon.a (mon.0) 1011 : cluster [DBG] osdmap e73: 8 total, 8 up, 8 in 2023-12-09T02:02:54.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:02:54 smithi067 bash[30830]: audit 2023-12-09T02:02:54.651782+0000 mon.a (mon.0) 1012 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:02:54.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:02:54 smithi067 bash[30830]: audit 2023-12-09T02:02:54.658101+0000 mon.a (mon.0) 1013 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:02:54.970 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:02:54 smithi125 bash[25274]: cluster 2023-12-09T02:02:52.871478+0000 mgr.y (mgr.14457) 136 : cluster [DBG] pgmap v103: 161 pgs: 32 unknown, 129 active+clean; 585 KiB data, 64 MiB used, 715 GiB / 715 GiB avail; 147 KiB/s rd, 383 B/s wr, 228 op/s 2023-12-09T02:02:54.970 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:02:54 smithi125 bash[25274]: cluster 2023-12-09T02:02:53.659564+0000 mon.a (mon.0) 1011 : cluster [DBG] osdmap e73: 8 total, 8 up, 8 in 2023-12-09T02:02:54.970 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:02:54 smithi125 bash[25274]: audit 2023-12-09T02:02:54.651782+0000 mon.a (mon.0) 1012 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:02:54.970 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:02:54 smithi125 bash[25274]: audit 2023-12-09T02:02:54.658101+0000 mon.a (mon.0) 1013 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:02:55.968 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:02:55 smithi067 bash[25104]: audit 2023-12-09T02:02:54.700355+0000 mon.a (mon.0) 1014 : audit [DBG] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:02:55.968 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:02:55 smithi067 bash[25104]: audit 2023-12-09T02:02:54.702201+0000 mon.a (mon.0) 1015 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:02:55.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:02:55 smithi067 bash[25104]: audit 2023-12-09T02:02:54.714086+0000 mon.a (mon.0) 1016 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:02:55.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:02:55 smithi067 bash[25104]: audit 2023-12-09T02:02:54.728790+0000 mon.a (mon.0) 1017 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:02:55.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:02:55 smithi067 bash[25104]: audit 2023-12-09T02:02:54.729976+0000 mon.a (mon.0) 1018 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi067.mukdcu", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-09T02:02:55.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:02:55 smithi067 bash[25104]: audit 2023-12-09T02:02:54.735219+0000 mon.a (mon.0) 1019 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi067.mukdcu", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-09T02:02:55.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:02:55 smithi067 bash[25104]: audit 2023-12-09T02:02:54.743299+0000 mon.a (mon.0) 1020 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:02:55.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:02:55 smithi067 bash[25104]: audit 2023-12-09T02:02:54.744622+0000 mon.a (mon.0) 1021 : audit [DBG] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:02:55.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:02:55 smithi067 bash[30830]: audit 2023-12-09T02:02:54.700355+0000 mon.a (mon.0) 1014 : audit [DBG] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:02:55.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:02:55 smithi067 bash[30830]: audit 2023-12-09T02:02:54.702201+0000 mon.a (mon.0) 1015 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:02:55.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:02:55 smithi067 bash[30830]: audit 2023-12-09T02:02:54.714086+0000 mon.a (mon.0) 1016 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:02:55.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:02:55 smithi067 bash[30830]: audit 2023-12-09T02:02:54.728790+0000 mon.a (mon.0) 1017 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:02:55.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:02:55 smithi067 bash[30830]: audit 2023-12-09T02:02:54.729976+0000 mon.a (mon.0) 1018 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi067.mukdcu", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-09T02:02:55.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:02:55 smithi067 bash[30830]: audit 2023-12-09T02:02:54.735219+0000 mon.a (mon.0) 1019 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi067.mukdcu", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-09T02:02:55.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:02:55 smithi067 bash[30830]: audit 2023-12-09T02:02:54.743299+0000 mon.a (mon.0) 1020 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:02:55.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:02:55 smithi067 bash[30830]: audit 2023-12-09T02:02:54.744622+0000 mon.a (mon.0) 1021 : audit [DBG] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:02:55.970 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:02:55 smithi125 bash[25274]: audit 2023-12-09T02:02:54.700355+0000 mon.a (mon.0) 1014 : audit [DBG] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:02:55.970 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:02:55 smithi125 bash[25274]: audit 2023-12-09T02:02:54.702201+0000 mon.a (mon.0) 1015 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:02:55.970 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:02:55 smithi125 bash[25274]: audit 2023-12-09T02:02:54.714086+0000 mon.a (mon.0) 1016 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:02:55.970 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:02:55 smithi125 bash[25274]: audit 2023-12-09T02:02:54.728790+0000 mon.a (mon.0) 1017 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:02:55.970 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:02:55 smithi125 bash[25274]: audit 2023-12-09T02:02:54.729976+0000 mon.a (mon.0) 1018 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi067.mukdcu", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-09T02:02:55.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:02:55 smithi125 bash[25274]: audit 2023-12-09T02:02:54.735219+0000 mon.a (mon.0) 1019 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi067.mukdcu", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-09T02:02:55.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:02:55 smithi125 bash[25274]: audit 2023-12-09T02:02:54.743299+0000 mon.a (mon.0) 1020 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:02:55.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:02:55 smithi125 bash[25274]: audit 2023-12-09T02:02:54.744622+0000 mon.a (mon.0) 1021 : audit [DBG] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:02:56.968 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:02:56 smithi067 bash[25104]: cephadm 2023-12-09T02:02:54.723364+0000 mgr.y (mgr.14457) 137 : cephadm [INF] Saving service rgw.smpl spec with placement count:2 2023-12-09T02:02:56.968 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:02:56 smithi067 bash[25104]: cephadm 2023-12-09T02:02:54.746145+0000 mgr.y (mgr.14457) 138 : cephadm [INF] Deploying daemon rgw.smpl.smithi067.mukdcu on smithi067 2023-12-09T02:02:56.968 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:02:56 smithi067 bash[25104]: cluster 2023-12-09T02:02:54.872915+0000 mgr.y (mgr.14457) 139 : cluster [DBG] pgmap v105: 161 pgs: 161 active+clean; 585 KiB data, 69 MiB used, 715 GiB / 715 GiB avail; 213 KiB/s rd, 511 B/s wr, 330 op/s 2023-12-09T02:02:56.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:02:56 smithi067 bash[30830]: cephadm 2023-12-09T02:02:54.723364+0000 mgr.y (mgr.14457) 137 : cephadm [INF] Saving service rgw.smpl spec with placement count:2 2023-12-09T02:02:56.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:02:56 smithi067 bash[30830]: cephadm 2023-12-09T02:02:54.746145+0000 mgr.y (mgr.14457) 138 : cephadm [INF] Deploying daemon rgw.smpl.smithi067.mukdcu on smithi067 2023-12-09T02:02:56.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:02:56 smithi067 bash[30830]: cluster 2023-12-09T02:02:54.872915+0000 mgr.y (mgr.14457) 139 : cluster [DBG] pgmap v105: 161 pgs: 161 active+clean; 585 KiB data, 69 MiB used, 715 GiB / 715 GiB avail; 213 KiB/s rd, 511 B/s wr, 330 op/s 2023-12-09T02:02:56.970 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:02:56 smithi125 bash[25274]: cephadm 2023-12-09T02:02:54.723364+0000 mgr.y (mgr.14457) 137 : cephadm [INF] Saving service rgw.smpl spec with placement count:2 2023-12-09T02:02:56.970 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:02:56 smithi125 bash[25274]: cephadm 2023-12-09T02:02:54.746145+0000 mgr.y (mgr.14457) 138 : cephadm [INF] Deploying daemon rgw.smpl.smithi067.mukdcu on smithi067 2023-12-09T02:02:56.970 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:02:56 smithi125 bash[25274]: cluster 2023-12-09T02:02:54.872915+0000 mgr.y (mgr.14457) 139 : cluster [DBG] pgmap v105: 161 pgs: 161 active+clean; 585 KiB data, 69 MiB used, 715 GiB / 715 GiB avail; 213 KiB/s rd, 511 B/s wr, 330 op/s 2023-12-09T02:02:57.655 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:02:57 smithi067 bash[25375]: 172.21.15.67 - - [09/Dec/2023:02:02:57] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-09T02:02:58.620 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:02:58 smithi067 bash[25104]: cluster 2023-12-09T02:02:56.873743+0000 mgr.y (mgr.14457) 140 : cluster [DBG] pgmap v106: 161 pgs: 161 active+clean; 585 KiB data, 69 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 0 B/s wr, 25 op/s 2023-12-09T02:02:58.620 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:02:58 smithi067 bash[25104]: audit 2023-12-09T02:02:57.357982+0000 mon.a (mon.0) 1022 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:02:58.620 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:02:58 smithi067 bash[25104]: audit 2023-12-09T02:02:57.367369+0000 mon.a (mon.0) 1023 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:02:58.620 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:02:58 smithi067 bash[25104]: audit 2023-12-09T02:02:57.878537+0000 mon.a (mon.0) 1024 : audit [INF] from='client.? 172.21.15.67:0/327546178' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "foo","app": "rbd"}]: dispatch 2023-12-09T02:02:58.621 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:02:58 smithi067 bash[30830]: cluster 2023-12-09T02:02:56.873743+0000 mgr.y (mgr.14457) 140 : cluster [DBG] pgmap v106: 161 pgs: 161 active+clean; 585 KiB data, 69 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 0 B/s wr, 25 op/s 2023-12-09T02:02:58.621 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:02:58 smithi067 bash[30830]: audit 2023-12-09T02:02:57.357982+0000 mon.a (mon.0) 1022 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:02:58.621 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:02:58 smithi067 bash[30830]: audit 2023-12-09T02:02:57.367369+0000 mon.a (mon.0) 1023 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:02:58.621 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:02:58 smithi067 bash[30830]: audit 2023-12-09T02:02:57.878537+0000 mon.a (mon.0) 1024 : audit [INF] from='client.? 172.21.15.67:0/327546178' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "foo","app": "rbd"}]: dispatch 2023-12-09T02:02:58.720 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:02:58 smithi125 bash[25274]: cluster 2023-12-09T02:02:56.873743+0000 mgr.y (mgr.14457) 140 : cluster [DBG] pgmap v106: 161 pgs: 161 active+clean; 585 KiB data, 69 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 0 B/s wr, 25 op/s 2023-12-09T02:02:58.720 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:02:58 smithi125 bash[25274]: audit 2023-12-09T02:02:57.357982+0000 mon.a (mon.0) 1022 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:02:58.721 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:02:58 smithi125 bash[25274]: audit 2023-12-09T02:02:57.367369+0000 mon.a (mon.0) 1023 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:02:58.721 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:02:58 smithi125 bash[25274]: audit 2023-12-09T02:02:57.878537+0000 mon.a (mon.0) 1024 : audit [INF] from='client.? 172.21.15.67:0/327546178' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "foo","app": "rbd"}]: dispatch 2023-12-09T02:02:59.924 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:02:59 smithi125 bash[25274]: audit 2023-12-09T02:02:58.683350+0000 mon.a (mon.0) 1025 : audit [INF] from='client.? 172.21.15.67:0/327546178' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "foo","app": "rbd"}]': finished 2023-12-09T02:02:59.924 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:02:59 smithi125 bash[25274]: cluster 2023-12-09T02:02:58.683526+0000 mon.a (mon.0) 1026 : cluster [DBG] osdmap e74: 8 total, 8 up, 8 in 2023-12-09T02:02:59.924 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:02:59 smithi125 bash[25274]: audit 2023-12-09T02:02:58.842576+0000 mon.a (mon.0) 1027 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1d", "id": [7, 2]}]: dispatch 2023-12-09T02:02:59.925 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:02:59 smithi125 bash[25274]: audit 2023-12-09T02:02:58.843220+0000 mon.a (mon.0) 1028 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 2]}]: dispatch 2023-12-09T02:02:59.925 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:02:59 smithi125 bash[25274]: audit 2023-12-09T02:02:58.843547+0000 mon.a (mon.0) 1029 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.10", "id": [1, 2]}]: dispatch 2023-12-09T02:02:59.925 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:02:59 smithi125 bash[25274]: audit 2023-12-09T02:02:58.843861+0000 mon.a (mon.0) 1030 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 5]}]: dispatch 2023-12-09T02:02:59.925 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:02:59 smithi125 bash[25274]: audit 2023-12-09T02:02:58.936572+0000 mon.a (mon.0) 1031 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-09T02:02:59.925 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:02:59 smithi125 bash[25274]: audit 2023-12-09T02:02:59.200713+0000 mon.a (mon.0) 1032 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-09T02:02:59.925 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:02:59 smithi125 bash[25274]: audit 2023-12-09T02:02:59.634374+0000 mon.a (mon.0) 1033 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:02:59.925 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:02:59 smithi125 bash[25274]: audit 2023-12-09T02:02:59.636063+0000 mon.a (mon.0) 1034 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi125.ngrzpa", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-09T02:02:59.925 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:02:59 smithi125 bash[25274]: audit 2023-12-09T02:02:59.641456+0000 mon.a (mon.0) 1035 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi125.ngrzpa", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-09T02:02:59.925 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:02:59 smithi125 bash[25274]: audit 2023-12-09T02:02:59.651048+0000 mon.a (mon.0) 1036 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:02:59.925 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:02:59 smithi125 bash[25274]: audit 2023-12-09T02:02:59.652265+0000 mon.a (mon.0) 1037 : audit [DBG] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:02:59.968 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:02:59 smithi067 bash[25104]: audit 2023-12-09T02:02:58.683350+0000 mon.a (mon.0) 1025 : audit [INF] from='client.? 172.21.15.67:0/327546178' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "foo","app": "rbd"}]': finished 2023-12-09T02:02:59.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:02:59 smithi067 bash[25104]: cluster 2023-12-09T02:02:58.683526+0000 mon.a (mon.0) 1026 : cluster [DBG] osdmap e74: 8 total, 8 up, 8 in 2023-12-09T02:02:59.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:02:59 smithi067 bash[25104]: audit 2023-12-09T02:02:58.842576+0000 mon.a (mon.0) 1027 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1d", "id": [7, 2]}]: dispatch 2023-12-09T02:02:59.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:02:59 smithi067 bash[25104]: audit 2023-12-09T02:02:58.843220+0000 mon.a (mon.0) 1028 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 2]}]: dispatch 2023-12-09T02:02:59.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:02:59 smithi067 bash[25104]: audit 2023-12-09T02:02:58.843547+0000 mon.a (mon.0) 1029 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.10", "id": [1, 2]}]: dispatch 2023-12-09T02:02:59.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:02:59 smithi067 bash[25104]: audit 2023-12-09T02:02:58.843861+0000 mon.a (mon.0) 1030 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 5]}]: dispatch 2023-12-09T02:02:59.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:02:59 smithi067 bash[25104]: audit 2023-12-09T02:02:58.936572+0000 mon.a (mon.0) 1031 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-09T02:02:59.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:02:59 smithi067 bash[25104]: audit 2023-12-09T02:02:59.200713+0000 mon.a (mon.0) 1032 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-09T02:02:59.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:02:59 smithi067 bash[25104]: audit 2023-12-09T02:02:59.634374+0000 mon.a (mon.0) 1033 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:02:59.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:02:59 smithi067 bash[25104]: audit 2023-12-09T02:02:59.636063+0000 mon.a (mon.0) 1034 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi125.ngrzpa", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-09T02:02:59.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:02:59 smithi067 bash[25104]: audit 2023-12-09T02:02:59.641456+0000 mon.a (mon.0) 1035 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi125.ngrzpa", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-09T02:02:59.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:02:59 smithi067 bash[25104]: audit 2023-12-09T02:02:59.651048+0000 mon.a (mon.0) 1036 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:02:59.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:02:59 smithi067 bash[25104]: audit 2023-12-09T02:02:59.652265+0000 mon.a (mon.0) 1037 : audit [DBG] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:02:59.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:02:59 smithi067 bash[30830]: audit 2023-12-09T02:02:58.683350+0000 mon.a (mon.0) 1025 : audit [INF] from='client.? 172.21.15.67:0/327546178' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "foo","app": "rbd"}]': finished 2023-12-09T02:02:59.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:02:59 smithi067 bash[30830]: cluster 2023-12-09T02:02:58.683526+0000 mon.a (mon.0) 1026 : cluster [DBG] osdmap e74: 8 total, 8 up, 8 in 2023-12-09T02:02:59.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:02:59 smithi067 bash[30830]: audit 2023-12-09T02:02:58.842576+0000 mon.a (mon.0) 1027 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1d", "id": [7, 2]}]: dispatch 2023-12-09T02:02:59.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:02:59 smithi067 bash[30830]: audit 2023-12-09T02:02:58.843220+0000 mon.a (mon.0) 1028 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 2]}]: dispatch 2023-12-09T02:02:59.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:02:59 smithi067 bash[30830]: audit 2023-12-09T02:02:58.843547+0000 mon.a (mon.0) 1029 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.10", "id": [1, 2]}]: dispatch 2023-12-09T02:02:59.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:02:59 smithi067 bash[30830]: audit 2023-12-09T02:02:58.843861+0000 mon.a (mon.0) 1030 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 5]}]: dispatch 2023-12-09T02:02:59.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:02:59 smithi067 bash[30830]: audit 2023-12-09T02:02:58.936572+0000 mon.a (mon.0) 1031 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-09T02:02:59.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:02:59 smithi067 bash[30830]: audit 2023-12-09T02:02:59.200713+0000 mon.a (mon.0) 1032 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-09T02:02:59.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:02:59 smithi067 bash[30830]: audit 2023-12-09T02:02:59.634374+0000 mon.a (mon.0) 1033 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:02:59.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:02:59 smithi067 bash[30830]: audit 2023-12-09T02:02:59.636063+0000 mon.a (mon.0) 1034 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi125.ngrzpa", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-09T02:02:59.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:02:59 smithi067 bash[30830]: audit 2023-12-09T02:02:59.641456+0000 mon.a (mon.0) 1035 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi125.ngrzpa", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-09T02:02:59.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:02:59 smithi067 bash[30830]: audit 2023-12-09T02:02:59.651048+0000 mon.a (mon.0) 1036 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:02:59.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:02:59 smithi067 bash[30830]: audit 2023-12-09T02:02:59.652265+0000 mon.a (mon.0) 1037 : audit [DBG] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:03:00.928 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:03:00 smithi067 bash[25104]: cluster 2023-12-09T02:02:58.874495+0000 mgr.y (mgr.14457) 141 : cluster [DBG] pgmap v108: 161 pgs: 161 active+clean; 585 KiB data, 69 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 0 B/s wr, 25 op/s 2023-12-09T02:03:00.929 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:03:00 smithi067 bash[25104]: cephadm 2023-12-09T02:02:59.653498+0000 mgr.y (mgr.14457) 142 : cephadm [INF] Deploying daemon rgw.smpl.smithi125.ngrzpa on smithi125 2023-12-09T02:03:00.929 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:03:00 smithi067 bash[25104]: audit 2023-12-09T02:02:59.691464+0000 mon.a (mon.0) 1038 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1d", "id": [7, 2]}]': finished 2023-12-09T02:03:00.929 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:03:00 smithi067 bash[25104]: audit 2023-12-09T02:02:59.691656+0000 mon.a (mon.0) 1039 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 2]}]': finished 2023-12-09T02:03:00.929 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:03:00 smithi067 bash[25104]: audit 2023-12-09T02:02:59.691837+0000 mon.a (mon.0) 1040 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.10", "id": [1, 2]}]': finished 2023-12-09T02:03:00.929 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:03:00 smithi067 bash[25104]: audit 2023-12-09T02:02:59.691993+0000 mon.a (mon.0) 1041 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 5]}]': finished 2023-12-09T02:03:00.929 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:03:00 smithi067 bash[25104]: cluster 2023-12-09T02:02:59.692118+0000 mon.a (mon.0) 1042 : cluster [DBG] osdmap e75: 8 total, 8 up, 8 in 2023-12-09T02:03:00.929 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:03:00 smithi067 bash[30830]: cluster 2023-12-09T02:02:58.874495+0000 mgr.y (mgr.14457) 141 : cluster [DBG] pgmap v108: 161 pgs: 161 active+clean; 585 KiB data, 69 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 0 B/s wr, 25 op/s 2023-12-09T02:03:00.930 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:03:00 smithi067 bash[30830]: cephadm 2023-12-09T02:02:59.653498+0000 mgr.y (mgr.14457) 142 : cephadm [INF] Deploying daemon rgw.smpl.smithi125.ngrzpa on smithi125 2023-12-09T02:03:00.930 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:03:00 smithi067 bash[30830]: audit 2023-12-09T02:02:59.691464+0000 mon.a (mon.0) 1038 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1d", "id": [7, 2]}]': finished 2023-12-09T02:03:00.930 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:03:00 smithi067 bash[30830]: audit 2023-12-09T02:02:59.691656+0000 mon.a (mon.0) 1039 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 2]}]': finished 2023-12-09T02:03:00.930 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:03:00 smithi067 bash[30830]: audit 2023-12-09T02:02:59.691837+0000 mon.a (mon.0) 1040 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.10", "id": [1, 2]}]': finished 2023-12-09T02:03:00.930 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:03:00 smithi067 bash[30830]: audit 2023-12-09T02:02:59.691993+0000 mon.a (mon.0) 1041 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 5]}]': finished 2023-12-09T02:03:00.930 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:03:00 smithi067 bash[30830]: cluster 2023-12-09T02:02:59.692118+0000 mon.a (mon.0) 1042 : cluster [DBG] osdmap e75: 8 total, 8 up, 8 in 2023-12-09T02:03:00.970 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:03:00 smithi125 bash[25274]: cluster 2023-12-09T02:02:58.874495+0000 mgr.y (mgr.14457) 141 : cluster [DBG] pgmap v108: 161 pgs: 161 active+clean; 585 KiB data, 69 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 0 B/s wr, 25 op/s 2023-12-09T02:03:00.970 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:03:00 smithi125 bash[25274]: cephadm 2023-12-09T02:02:59.653498+0000 mgr.y (mgr.14457) 142 : cephadm [INF] Deploying daemon rgw.smpl.smithi125.ngrzpa on smithi125 2023-12-09T02:03:00.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:03:00 smithi125 bash[25274]: audit 2023-12-09T02:02:59.691464+0000 mon.a (mon.0) 1038 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1d", "id": [7, 2]}]': finished 2023-12-09T02:03:00.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:03:00 smithi125 bash[25274]: audit 2023-12-09T02:02:59.691656+0000 mon.a (mon.0) 1039 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 2]}]': finished 2023-12-09T02:03:00.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:03:00 smithi125 bash[25274]: audit 2023-12-09T02:02:59.691837+0000 mon.a (mon.0) 1040 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.10", "id": [1, 2]}]': finished 2023-12-09T02:03:00.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:03:00 smithi125 bash[25274]: audit 2023-12-09T02:02:59.691993+0000 mon.a (mon.0) 1041 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 5]}]': finished 2023-12-09T02:03:00.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:03:00 smithi125 bash[25274]: cluster 2023-12-09T02:02:59.692118+0000 mon.a (mon.0) 1042 : cluster [DBG] osdmap e75: 8 total, 8 up, 8 in 2023-12-09T02:03:01.437 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6db93fb0-9635-11ee-95a3-87774f69a715 -e sha1=9dcc13bb80dcc1cdea72b04d80505b4649a2b882 -- bash -c 'ceph orch apply iscsi foo u p' 2023-12-09T02:03:01.968 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:03:01 smithi067 bash[25375]: ::ffff:172.21.15.125 - - [09/Dec/2023:02:03:01] "GET /metrics HTTP/1.1" 200 207998 "" "Prometheus/2.33.4" 2023-12-09T02:03:01.968 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:03:01 smithi067 bash[30830]: cluster 2023-12-09T02:03:00.693610+0000 mon.a (mon.0) 1043 : cluster [DBG] osdmap e76: 8 total, 8 up, 8 in 2023-12-09T02:03:01.968 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:03:01 smithi067 bash[30830]: cluster 2023-12-09T02:03:00.875217+0000 mgr.y (mgr.14457) 143 : cluster [DBG] pgmap v111: 161 pgs: 4 peering, 157 active+clean; 585 KiB data, 69 MiB used, 715 GiB / 715 GiB avail; 170 B/s wr, 0 op/s 2023-12-09T02:03:01.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:03:01 smithi067 bash[25104]: cluster 2023-12-09T02:03:00.693610+0000 mon.a (mon.0) 1043 : cluster [DBG] osdmap e76: 8 total, 8 up, 8 in 2023-12-09T02:03:01.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:03:01 smithi067 bash[25104]: cluster 2023-12-09T02:03:00.875217+0000 mgr.y (mgr.14457) 143 : cluster [DBG] pgmap v111: 161 pgs: 4 peering, 157 active+clean; 585 KiB data, 69 MiB used, 715 GiB / 715 GiB avail; 170 B/s wr, 0 op/s 2023-12-09T02:03:01.970 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:03:01 smithi125 bash[25274]: cluster 2023-12-09T02:03:00.693610+0000 mon.a (mon.0) 1043 : cluster [DBG] osdmap e76: 8 total, 8 up, 8 in 2023-12-09T02:03:01.970 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:03:01 smithi125 bash[25274]: cluster 2023-12-09T02:03:00.875217+0000 mgr.y (mgr.14457) 143 : cluster [DBG] pgmap v111: 161 pgs: 4 peering, 157 active+clean; 585 KiB data, 69 MiB used, 715 GiB / 715 GiB avail; 170 B/s wr, 0 op/s 2023-12-09T02:03:03.718 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:03:03 smithi067 bash[25104]: audit 2023-12-09T02:03:02.432143+0000 mon.a (mon.0) 1044 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:03:03.718 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:03:03 smithi067 bash[25104]: audit 2023-12-09T02:03:02.436916+0000 mon.a (mon.0) 1045 : audit [DBG] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:03:03.718 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:03:03 smithi067 bash[25104]: audit 2023-12-09T02:03:02.438645+0000 mon.a (mon.0) 1046 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:03:03.719 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:03:03 smithi067 bash[25104]: cephadm 2023-12-09T02:03:02.450643+0000 mgr.y (mgr.14457) 144 : cephadm [INF] Checking dashboard <-> RGW credentials 2023-12-09T02:03:03.719 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:03:03 smithi067 bash[25104]: audit 2023-12-09T02:03:02.788497+0000 mon.a (mon.0) 1047 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:03:03.719 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:03:03 smithi067 bash[25104]: audit 2023-12-09T02:03:02.797809+0000 mon.a (mon.0) 1048 : audit [DBG] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:03:03.719 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:03:03 smithi067 bash[25104]: audit 2023-12-09T02:03:02.799225+0000 mon.a (mon.0) 1049 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:03:03.719 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:03:03 smithi067 bash[25104]: audit 2023-12-09T02:03:03.062690+0000 mon.a (mon.0) 1050 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:03:03.719 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:03:03 smithi067 bash[25104]: audit 2023-12-09T02:03:03.371215+0000 mon.a (mon.0) 1051 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:03:03.719 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:03:03 smithi067 bash[30830]: audit 2023-12-09T02:03:02.432143+0000 mon.a (mon.0) 1044 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:03:03.719 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:03:03 smithi067 bash[30830]: audit 2023-12-09T02:03:02.436916+0000 mon.a (mon.0) 1045 : audit [DBG] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:03:03.719 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:03:03 smithi067 bash[30830]: audit 2023-12-09T02:03:02.438645+0000 mon.a (mon.0) 1046 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:03:03.719 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:03:03 smithi067 bash[30830]: cephadm 2023-12-09T02:03:02.450643+0000 mgr.y (mgr.14457) 144 : cephadm [INF] Checking dashboard <-> RGW credentials 2023-12-09T02:03:03.719 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:03:03 smithi067 bash[30830]: audit 2023-12-09T02:03:02.788497+0000 mon.a (mon.0) 1047 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:03:03.719 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:03:03 smithi067 bash[30830]: audit 2023-12-09T02:03:02.797809+0000 mon.a (mon.0) 1048 : audit [DBG] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:03:03.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:03:03 smithi067 bash[30830]: audit 2023-12-09T02:03:02.799225+0000 mon.a (mon.0) 1049 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:03:03.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:03:03 smithi067 bash[30830]: audit 2023-12-09T02:03:03.062690+0000 mon.a (mon.0) 1050 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:03:03.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:03:03 smithi067 bash[30830]: audit 2023-12-09T02:03:03.371215+0000 mon.a (mon.0) 1051 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:03:03.720 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:03:03 smithi125 bash[25274]: audit 2023-12-09T02:03:02.432143+0000 mon.a (mon.0) 1044 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:03:03.720 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:03:03 smithi125 bash[25274]: audit 2023-12-09T02:03:02.436916+0000 mon.a (mon.0) 1045 : audit [DBG] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:03:03.720 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:03:03 smithi125 bash[25274]: audit 2023-12-09T02:03:02.438645+0000 mon.a (mon.0) 1046 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:03:03.720 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:03:03 smithi125 bash[25274]: cephadm 2023-12-09T02:03:02.450643+0000 mgr.y (mgr.14457) 144 : cephadm [INF] Checking dashboard <-> RGW credentials 2023-12-09T02:03:03.720 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:03:03 smithi125 bash[25274]: audit 2023-12-09T02:03:02.788497+0000 mon.a (mon.0) 1047 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:03:03.721 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:03:03 smithi125 bash[25274]: audit 2023-12-09T02:03:02.797809+0000 mon.a (mon.0) 1048 : audit [DBG] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:03:03.721 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:03:03 smithi125 bash[25274]: audit 2023-12-09T02:03:02.799225+0000 mon.a (mon.0) 1049 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:03:03.721 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:03:03 smithi125 bash[25274]: audit 2023-12-09T02:03:03.062690+0000 mon.a (mon.0) 1050 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:03:03.721 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:03:03 smithi125 bash[25274]: audit 2023-12-09T02:03:03.371215+0000 mon.a (mon.0) 1051 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:03:04.373 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 02:03:04 smithi125 bash[26515]: ::ffff:172.21.15.125 - - [09/Dec/2023:02:03:04] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-09T02:03:04.627 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:03:04 smithi125 bash[25274]: cephadm 2023-12-09T02:03:02.789191+0000 mgr.y (mgr.14457) 145 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:03:04.627 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:03:04 smithi125 bash[25274]: cluster 2023-12-09T02:03:02.876271+0000 mgr.y (mgr.14457) 146 : cluster [DBG] pgmap v112: 161 pgs: 4 peering, 157 active+clean; 585 KiB data, 69 MiB used, 715 GiB / 715 GiB avail; 170 B/s wr, 0 op/s 2023-12-09T02:03:04.627 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:03:04 smithi125 bash[25274]: cephadm 2023-12-09T02:03:03.067630+0000 mgr.y (mgr.14457) 147 : cephadm [INF] Checking dashboard <-> RGW credentials 2023-12-09T02:03:04.627 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:03:04 smithi125 bash[25274]: cephadm 2023-12-09T02:03:03.371897+0000 mgr.y (mgr.14457) 148 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:03:04.628 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:03:04 smithi125 bash[25274]: audit 2023-12-09T02:03:03.978316+0000 mon.a (mon.0) 1052 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:03:04.718 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:03:04 smithi067 bash[25104]: cephadm 2023-12-09T02:03:02.789191+0000 mgr.y (mgr.14457) 145 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:03:04.718 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:03:04 smithi067 bash[25104]: cluster 2023-12-09T02:03:02.876271+0000 mgr.y (mgr.14457) 146 : cluster [DBG] pgmap v112: 161 pgs: 4 peering, 157 active+clean; 585 KiB data, 69 MiB used, 715 GiB / 715 GiB avail; 170 B/s wr, 0 op/s 2023-12-09T02:03:04.718 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:03:04 smithi067 bash[25104]: cephadm 2023-12-09T02:03:03.067630+0000 mgr.y (mgr.14457) 147 : cephadm [INF] Checking dashboard <-> RGW credentials 2023-12-09T02:03:04.718 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:03:04 smithi067 bash[25104]: cephadm 2023-12-09T02:03:03.371897+0000 mgr.y (mgr.14457) 148 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:03:04.718 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:03:04 smithi067 bash[25104]: audit 2023-12-09T02:03:03.978316+0000 mon.a (mon.0) 1052 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:03:04.719 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:03:04 smithi067 bash[30830]: cephadm 2023-12-09T02:03:02.789191+0000 mgr.y (mgr.14457) 145 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:03:04.719 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:03:04 smithi067 bash[30830]: cluster 2023-12-09T02:03:02.876271+0000 mgr.y (mgr.14457) 146 : cluster [DBG] pgmap v112: 161 pgs: 4 peering, 157 active+clean; 585 KiB data, 69 MiB used, 715 GiB / 715 GiB avail; 170 B/s wr, 0 op/s 2023-12-09T02:03:04.719 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:03:04 smithi067 bash[30830]: cephadm 2023-12-09T02:03:03.067630+0000 mgr.y (mgr.14457) 147 : cephadm [INF] Checking dashboard <-> RGW credentials 2023-12-09T02:03:04.719 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:03:04 smithi067 bash[30830]: cephadm 2023-12-09T02:03:03.371897+0000 mgr.y (mgr.14457) 148 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:03:04.719 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:03:04 smithi067 bash[30830]: audit 2023-12-09T02:03:03.978316+0000 mon.a (mon.0) 1052 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:03:04.821 INFO:teuthology.orchestra.run.smithi067.stdout:Scheduled iscsi.foo update... 2023-12-09T02:03:05.968 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:03:05 smithi067 bash[25104]: audit 2023-12-09T02:03:04.814883+0000 mgr.y (mgr.14457) 149 : audit [DBG] from='client.24853 -' entity='client.admin' cmd=[{"prefix": "orch apply iscsi", "pool": "foo", "api_user": "u", "api_password": "p", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:03:05.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:03:05 smithi067 bash[25104]: cephadm 2023-12-09T02:03:04.816610+0000 mgr.y (mgr.14457) 150 : cephadm [INF] Saving service iscsi.foo spec with placement count:1 2023-12-09T02:03:05.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:03:05 smithi067 bash[25104]: audit 2023-12-09T02:03:04.821612+0000 mon.a (mon.0) 1053 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:03:05.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:03:05 smithi067 bash[25104]: audit 2023-12-09T02:03:04.842545+0000 mon.a (mon.0) 1054 : audit [DBG] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:03:05.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:03:05 smithi067 bash[25104]: audit 2023-12-09T02:03:04.844263+0000 mon.a (mon.0) 1055 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:03:05.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:03:05 smithi067 bash[25104]: audit 2023-12-09T02:03:04.853119+0000 mon.a (mon.0) 1056 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:03:05.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:03:05 smithi067 bash[25104]: cephadm 2023-12-09T02:03:04.853693+0000 mgr.y (mgr.14457) 151 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:03:05.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:03:05 smithi067 bash[25104]: cluster 2023-12-09T02:03:04.877588+0000 mgr.y (mgr.14457) 152 : cluster [DBG] pgmap v113: 161 pgs: 161 active+clean; 585 KiB data, 91 MiB used, 715 GiB / 715 GiB avail; 270 KiB/s rd, 660 B/s wr, 405 op/s 2023-12-09T02:03:05.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:03:05 smithi067 bash[30830]: audit 2023-12-09T02:03:04.814883+0000 mgr.y (mgr.14457) 149 : audit [DBG] from='client.24853 -' entity='client.admin' cmd=[{"prefix": "orch apply iscsi", "pool": "foo", "api_user": "u", "api_password": "p", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:03:05.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:03:05 smithi067 bash[30830]: cephadm 2023-12-09T02:03:04.816610+0000 mgr.y (mgr.14457) 150 : cephadm [INF] Saving service iscsi.foo spec with placement count:1 2023-12-09T02:03:05.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:03:05 smithi067 bash[30830]: audit 2023-12-09T02:03:04.821612+0000 mon.a (mon.0) 1053 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:03:05.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:03:05 smithi067 bash[30830]: audit 2023-12-09T02:03:04.842545+0000 mon.a (mon.0) 1054 : audit [DBG] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:03:05.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:03:05 smithi067 bash[30830]: audit 2023-12-09T02:03:04.844263+0000 mon.a (mon.0) 1055 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:03:05.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:03:05 smithi067 bash[30830]: audit 2023-12-09T02:03:04.853119+0000 mon.a (mon.0) 1056 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:03:05.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:03:05 smithi067 bash[30830]: cephadm 2023-12-09T02:03:04.853693+0000 mgr.y (mgr.14457) 151 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:03:05.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:03:05 smithi067 bash[30830]: cluster 2023-12-09T02:03:04.877588+0000 mgr.y (mgr.14457) 152 : cluster [DBG] pgmap v113: 161 pgs: 161 active+clean; 585 KiB data, 91 MiB used, 715 GiB / 715 GiB avail; 270 KiB/s rd, 660 B/s wr, 405 op/s 2023-12-09T02:03:06.035 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6db93fb0-9635-11ee-95a3-87774f69a715 -e sha1=9dcc13bb80dcc1cdea72b04d80505b4649a2b882 -- bash -c 'sleep 120' 2023-12-09T02:03:06.220 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:03:05 smithi125 bash[25274]: audit 2023-12-09T02:03:04.814883+0000 mgr.y (mgr.14457) 149 : audit [DBG] from='client.24853 -' entity='client.admin' cmd=[{"prefix": "orch apply iscsi", "pool": "foo", "api_user": "u", "api_password": "p", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:03:06.221 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:03:05 smithi125 bash[25274]: cephadm 2023-12-09T02:03:04.816610+0000 mgr.y (mgr.14457) 150 : cephadm [INF] Saving service iscsi.foo spec with placement count:1 2023-12-09T02:03:06.221 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:03:05 smithi125 bash[25274]: audit 2023-12-09T02:03:04.821612+0000 mon.a (mon.0) 1053 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:03:06.221 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:03:05 smithi125 bash[25274]: audit 2023-12-09T02:03:04.842545+0000 mon.a (mon.0) 1054 : audit [DBG] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:03:06.221 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:03:05 smithi125 bash[25274]: audit 2023-12-09T02:03:04.844263+0000 mon.a (mon.0) 1055 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:03:06.221 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:03:05 smithi125 bash[25274]: audit 2023-12-09T02:03:04.853119+0000 mon.a (mon.0) 1056 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:03:06.221 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:03:05 smithi125 bash[25274]: cephadm 2023-12-09T02:03:04.853693+0000 mgr.y (mgr.14457) 151 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:03:06.221 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:03:05 smithi125 bash[25274]: cluster 2023-12-09T02:03:04.877588+0000 mgr.y (mgr.14457) 152 : cluster [DBG] pgmap v113: 161 pgs: 161 active+clean; 585 KiB data, 91 MiB used, 715 GiB / 715 GiB avail; 270 KiB/s rd, 660 B/s wr, 405 op/s 2023-12-09T02:03:07.793 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:03:07 smithi067 bash[25104]: cluster 2023-12-09T02:03:06.543825+0000 mon.a (mon.0) 1057 : cluster [DBG] osdmap e77: 8 total, 8 up, 8 in 2023-12-09T02:03:07.794 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:03:07 smithi067 bash[30830]: cluster 2023-12-09T02:03:06.543825+0000 mon.a (mon.0) 1057 : cluster [DBG] osdmap e77: 8 total, 8 up, 8 in 2023-12-09T02:03:07.970 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:03:07 smithi125 bash[25274]: cluster 2023-12-09T02:03:06.543825+0000 mon.a (mon.0) 1057 : cluster [DBG] osdmap e77: 8 total, 8 up, 8 in 2023-12-09T02:03:08.644 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:03:08 smithi067 bash[25104]: cluster 2023-12-09T02:03:06.878447+0000 mgr.y (mgr.14457) 153 : cluster [DBG] pgmap v115: 161 pgs: 161 active+clean; 585 KiB data, 91 MiB used, 715 GiB / 715 GiB avail; 233 KiB/s rd, 569 B/s wr, 349 op/s 2023-12-09T02:03:08.644 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:03:08 smithi067 bash[25104]: audit 2023-12-09T02:03:08.410912+0000 mon.a (mon.0) 1058 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:03:08.644 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:03:08 smithi067 bash[25375]: 172.21.15.125 - - [09/Dec/2023:02:03:08] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-09T02:03:08.644 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:03:08 smithi067 bash[30830]: cluster 2023-12-09T02:03:06.878447+0000 mgr.y (mgr.14457) 153 : cluster [DBG] pgmap v115: 161 pgs: 161 active+clean; 585 KiB data, 91 MiB used, 715 GiB / 715 GiB avail; 233 KiB/s rd, 569 B/s wr, 349 op/s 2023-12-09T02:03:08.644 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:03:08 smithi067 bash[30830]: audit 2023-12-09T02:03:08.410912+0000 mon.a (mon.0) 1058 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:03:08.720 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:03:08 smithi125 bash[25274]: cluster 2023-12-09T02:03:06.878447+0000 mgr.y (mgr.14457) 153 : cluster [DBG] pgmap v115: 161 pgs: 161 active+clean; 585 KiB data, 91 MiB used, 715 GiB / 715 GiB avail; 233 KiB/s rd, 569 B/s wr, 349 op/s 2023-12-09T02:03:08.721 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:03:08 smithi125 bash[25274]: audit 2023-12-09T02:03:08.410912+0000 mon.a (mon.0) 1058 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:03:10.412 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:03:10 smithi067 bash[25375]: 172.21.15.125 - - [09/Dec/2023:02:03:10] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-09T02:03:10.718 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:03:10 smithi067 bash[25104]: cluster 2023-12-09T02:03:08.879244+0000 mgr.y (mgr.14457) 154 : cluster [DBG] pgmap v116: 161 pgs: 161 active+clean; 585 KiB data, 91 MiB used, 715 GiB / 715 GiB avail; 204 KiB/s rd, 375 B/s wr, 306 op/s 2023-12-09T02:03:10.718 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:03:10 smithi067 bash[25104]: audit 2023-12-09T02:03:10.123034+0000 mon.a (mon.0) 1059 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:03:10.718 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:03:10 smithi067 bash[25104]: audit 2023-12-09T02:03:10.130632+0000 mon.a (mon.0) 1060 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:03:10.719 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:03:10 smithi067 bash[30830]: cluster 2023-12-09T02:03:08.879244+0000 mgr.y (mgr.14457) 154 : cluster [DBG] pgmap v116: 161 pgs: 161 active+clean; 585 KiB data, 91 MiB used, 715 GiB / 715 GiB avail; 204 KiB/s rd, 375 B/s wr, 306 op/s 2023-12-09T02:03:10.719 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:03:10 smithi067 bash[30830]: audit 2023-12-09T02:03:10.123034+0000 mon.a (mon.0) 1059 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:03:10.719 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:03:10 smithi067 bash[30830]: audit 2023-12-09T02:03:10.130632+0000 mon.a (mon.0) 1060 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:03:10.970 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:03:10 smithi125 bash[25274]: cluster 2023-12-09T02:03:08.879244+0000 mgr.y (mgr.14457) 154 : cluster [DBG] pgmap v116: 161 pgs: 161 active+clean; 585 KiB data, 91 MiB used, 715 GiB / 715 GiB avail; 204 KiB/s rd, 375 B/s wr, 306 op/s 2023-12-09T02:03:10.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:03:10 smithi125 bash[25274]: audit 2023-12-09T02:03:10.123034+0000 mon.a (mon.0) 1059 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:03:10.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:03:10 smithi125 bash[25274]: audit 2023-12-09T02:03:10.130632+0000 mon.a (mon.0) 1060 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:03:11.968 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:03:11 smithi067 bash[25375]: 172.21.15.67 - - [09/Dec/2023:02:03:11] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-09T02:03:11.968 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:03:11 smithi067 bash[25375]: ::ffff:172.21.15.125 - - [09/Dec/2023:02:03:11] "GET /metrics HTTP/1.1" 200 207998 "" "Prometheus/2.33.4" 2023-12-09T02:03:12.561 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:03:12 smithi067 bash[25375]: 172.21.15.67 - - [09/Dec/2023:02:03:12] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-09T02:03:12.968 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:03:12 smithi067 bash[25104]: cluster 2023-12-09T02:03:10.881036+0000 mgr.y (mgr.14457) 155 : cluster [DBG] pgmap v117: 161 pgs: 161 active+clean; 585 KiB data, 93 MiB used, 715 GiB / 715 GiB avail; 210 KiB/s rd, 307 B/s wr, 318 op/s 2023-12-09T02:03:12.968 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:03:12 smithi067 bash[25104]: audit 2023-12-09T02:03:11.612191+0000 mon.a (mon.0) 1061 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:03:12.968 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:03:12 smithi067 bash[25104]: audit 2023-12-09T02:03:12.218553+0000 mon.a (mon.0) 1062 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:03:12.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:03:12 smithi067 bash[25104]: audit 2023-12-09T02:03:12.227229+0000 mon.a (mon.0) 1063 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:03:12.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:03:12 smithi067 bash[25104]: audit 2023-12-09T02:03:12.239764+0000 mon.a (mon.0) 1064 : audit [DBG] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:03:12.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:03:12 smithi067 bash[25104]: audit 2023-12-09T02:03:12.241315+0000 mon.a (mon.0) 1065 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:03:12.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:03:12 smithi067 bash[25104]: audit 2023-12-09T02:03:12.251901+0000 mon.a (mon.0) 1066 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:03:12.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:03:12 smithi067 bash[25104]: audit 2023-12-09T02:03:12.275809+0000 mon.a (mon.0) 1067 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi067.oajywc", "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-09T02:03:12.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:03:12 smithi067 bash[25104]: audit 2023-12-09T02:03:12.282236+0000 mon.a (mon.0) 1068 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi067.oajywc", "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-09T02:03:12.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:03:12 smithi067 bash[25104]: audit 2023-12-09T02:03:12.291017+0000 mon.a (mon.0) 1069 : audit [DBG] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:03:12.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:03:12 smithi067 bash[30830]: cluster 2023-12-09T02:03:10.881036+0000 mgr.y (mgr.14457) 155 : cluster [DBG] pgmap v117: 161 pgs: 161 active+clean; 585 KiB data, 93 MiB used, 715 GiB / 715 GiB avail; 210 KiB/s rd, 307 B/s wr, 318 op/s 2023-12-09T02:03:12.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:03:12 smithi067 bash[30830]: audit 2023-12-09T02:03:11.612191+0000 mon.a (mon.0) 1061 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:03:12.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:03:12 smithi067 bash[30830]: audit 2023-12-09T02:03:12.218553+0000 mon.a (mon.0) 1062 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:03:12.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:03:12 smithi067 bash[30830]: audit 2023-12-09T02:03:12.227229+0000 mon.a (mon.0) 1063 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:03:12.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:03:12 smithi067 bash[30830]: audit 2023-12-09T02:03:12.239764+0000 mon.a (mon.0) 1064 : audit [DBG] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:03:12.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:03:12 smithi067 bash[30830]: audit 2023-12-09T02:03:12.241315+0000 mon.a (mon.0) 1065 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:03:12.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:03:12 smithi067 bash[30830]: audit 2023-12-09T02:03:12.251901+0000 mon.a (mon.0) 1066 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:03:12.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:03:12 smithi067 bash[30830]: audit 2023-12-09T02:03:12.275809+0000 mon.a (mon.0) 1067 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi067.oajywc", "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-09T02:03:12.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:03:12 smithi067 bash[30830]: audit 2023-12-09T02:03:12.282236+0000 mon.a (mon.0) 1068 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi067.oajywc", "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-09T02:03:12.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:03:12 smithi067 bash[30830]: audit 2023-12-09T02:03:12.291017+0000 mon.a (mon.0) 1069 : audit [DBG] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:03:12.970 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:03:12 smithi125 bash[25274]: cluster 2023-12-09T02:03:10.881036+0000 mgr.y (mgr.14457) 155 : cluster [DBG] pgmap v117: 161 pgs: 161 active+clean; 585 KiB data, 93 MiB used, 715 GiB / 715 GiB avail; 210 KiB/s rd, 307 B/s wr, 318 op/s 2023-12-09T02:03:12.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:03:12 smithi125 bash[25274]: audit 2023-12-09T02:03:11.612191+0000 mon.a (mon.0) 1061 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:03:12.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:03:12 smithi125 bash[25274]: audit 2023-12-09T02:03:12.218553+0000 mon.a (mon.0) 1062 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:03:12.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:03:12 smithi125 bash[25274]: audit 2023-12-09T02:03:12.227229+0000 mon.a (mon.0) 1063 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:03:12.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:03:12 smithi125 bash[25274]: audit 2023-12-09T02:03:12.239764+0000 mon.a (mon.0) 1064 : audit [DBG] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:03:12.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:03:12 smithi125 bash[25274]: audit 2023-12-09T02:03:12.241315+0000 mon.a (mon.0) 1065 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:03:12.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:03:12 smithi125 bash[25274]: audit 2023-12-09T02:03:12.251901+0000 mon.a (mon.0) 1066 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:03:12.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:03:12 smithi125 bash[25274]: audit 2023-12-09T02:03:12.275809+0000 mon.a (mon.0) 1067 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi067.oajywc", "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-09T02:03:12.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:03:12 smithi125 bash[25274]: audit 2023-12-09T02:03:12.282236+0000 mon.a (mon.0) 1068 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi067.oajywc", "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-09T02:03:12.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:03:12 smithi125 bash[25274]: audit 2023-12-09T02:03:12.291017+0000 mon.a (mon.0) 1069 : audit [DBG] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:03:13.931 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:03:13 smithi067 bash[25104]: cephadm 2023-12-09T02:03:12.262660+0000 mgr.y (mgr.14457) 156 : cephadm [INF] Checking pool "foo" exists for service iscsi.foo 2023-12-09T02:03:13.932 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:03:13 smithi067 bash[25104]: cephadm 2023-12-09T02:03:12.293049+0000 mgr.y (mgr.14457) 157 : cephadm [INF] Deploying daemon iscsi.foo.smithi067.oajywc on smithi067 2023-12-09T02:03:13.932 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:03:13 smithi067 bash[25104]: cluster 2023-12-09T02:03:13.298261+0000 mon.a (mon.0) 1070 : cluster [DBG] mgrmap e21: y(active, since 3m), standbys: x 2023-12-09T02:03:13.932 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:03:13 smithi067 bash[30830]: cephadm 2023-12-09T02:03:12.262660+0000 mgr.y (mgr.14457) 156 : cephadm [INF] Checking pool "foo" exists for service iscsi.foo 2023-12-09T02:03:13.932 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:03:13 smithi067 bash[30830]: cephadm 2023-12-09T02:03:12.293049+0000 mgr.y (mgr.14457) 157 : cephadm [INF] Deploying daemon iscsi.foo.smithi067.oajywc on smithi067 2023-12-09T02:03:13.932 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:03:13 smithi067 bash[30830]: cluster 2023-12-09T02:03:13.298261+0000 mon.a (mon.0) 1070 : cluster [DBG] mgrmap e21: y(active, since 3m), standbys: x 2023-12-09T02:03:13.970 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:03:13 smithi125 bash[25274]: cephadm 2023-12-09T02:03:12.262660+0000 mgr.y (mgr.14457) 156 : cephadm [INF] Checking pool "foo" exists for service iscsi.foo 2023-12-09T02:03:13.970 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:03:13 smithi125 bash[25274]: cephadm 2023-12-09T02:03:12.293049+0000 mgr.y (mgr.14457) 157 : cephadm [INF] Deploying daemon iscsi.foo.smithi067.oajywc on smithi067 2023-12-09T02:03:13.970 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:03:13 smithi125 bash[25274]: cluster 2023-12-09T02:03:13.298261+0000 mon.a (mon.0) 1070 : cluster [DBG] mgrmap e21: y(active, since 3m), standbys: x 2023-12-09T02:03:14.622 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 02:03:14 smithi125 bash[26515]: ::ffff:172.21.15.125 - - [09/Dec/2023:02:03:14] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-09T02:03:14.732 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:03:14 smithi067 bash[25104]: cluster 2023-12-09T02:03:12.881903+0000 mgr.y (mgr.14457) 158 : cluster [DBG] pgmap v118: 161 pgs: 161 active+clean; 585 KiB data, 93 MiB used, 715 GiB / 715 GiB avail; 210 KiB/s rd, 307 B/s wr, 318 op/s 2023-12-09T02:03:14.733 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:03:14 smithi067 bash[30830]: cluster 2023-12-09T02:03:12.881903+0000 mgr.y (mgr.14457) 158 : cluster [DBG] pgmap v118: 161 pgs: 161 active+clean; 585 KiB data, 93 MiB used, 715 GiB / 715 GiB avail; 210 KiB/s rd, 307 B/s wr, 318 op/s 2023-12-09T02:03:14.970 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:03:14 smithi125 bash[25274]: cluster 2023-12-09T02:03:12.881903+0000 mgr.y (mgr.14457) 158 : cluster [DBG] pgmap v118: 161 pgs: 161 active+clean; 585 KiB data, 93 MiB used, 715 GiB / 715 GiB avail; 210 KiB/s rd, 307 B/s wr, 318 op/s 2023-12-09T02:03:16.468 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:03:15 smithi067 bash[25104]: cluster 2023-12-09T02:03:14.883546+0000 mgr.y (mgr.14457) 159 : cluster [DBG] pgmap v119: 161 pgs: 161 active+clean; 585 KiB data, 93 MiB used, 715 GiB / 715 GiB avail; 46 KiB/s rd, 0 B/s wr, 71 op/s 2023-12-09T02:03:16.469 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:03:15 smithi067 bash[25104]: audit 2023-12-09T02:03:14.991625+0000 mon.a (mon.0) 1071 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:03:16.469 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:03:15 smithi067 bash[25104]: audit 2023-12-09T02:03:14.994762+0000 mon.a (mon.0) 1072 : audit [DBG] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:03:16.469 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:03:15 smithi067 bash[25104]: audit 2023-12-09T02:03:14.995950+0000 mon.a (mon.0) 1073 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:03:16.469 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:03:15 smithi067 bash[25104]: audit 2023-12-09T02:03:15.005410+0000 mon.a (mon.0) 1074 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:03:16.469 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:03:15 smithi067 bash[25104]: cephadm 2023-12-09T02:03:15.006290+0000 mgr.y (mgr.14457) 160 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:03:16.469 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:03:15 smithi067 bash[25104]: audit 2023-12-09T02:03:15.015374+0000 mon.a (mon.0) 1075 : audit [DBG] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2023-12-09T02:03:16.469 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:03:15 smithi067 bash[25104]: audit 2023-12-09T02:03:15.016058+0000 mgr.y (mgr.14457) 161 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2023-12-09T02:03:16.469 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:03:15 smithi067 bash[25104]: cephadm 2023-12-09T02:03:15.017362+0000 mgr.y (mgr.14457) 162 : cephadm [INF] Adding iSCSI gateway http://:@172.21.15.67:5000 to Dashboard 2023-12-09T02:03:16.469 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:03:15 smithi067 bash[25104]: audit 2023-12-09T02:03:15.017681+0000 mon.a (mon.0) 1076 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2023-12-09T02:03:16.469 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:03:15 smithi067 bash[25104]: audit 2023-12-09T02:03:15.018283+0000 mgr.y (mgr.14457) 163 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2023-12-09T02:03:16.469 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:03:15 smithi067 bash[25104]: audit 2023-12-09T02:03:15.025770+0000 mon.a (mon.0) 1077 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:03:16.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:03:15 smithi067 bash[25104]: audit 2023-12-09T02:03:15.030496+0000 mon.a (mon.0) 1078 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi067"}]: dispatch 2023-12-09T02:03:16.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:03:15 smithi067 bash[25104]: audit 2023-12-09T02:03:15.031497+0000 mgr.y (mgr.14457) 164 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi067"}]: dispatch 2023-12-09T02:03:16.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:03:15 smithi067 bash[25104]: audit 2023-12-09T02:03:15.049106+0000 mon.a (mon.0) 1079 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:03:16.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:03:15 smithi067 bash[25104]: audit 2023-12-09T02:03:15.051559+0000 mon.a (mon.0) 1080 : audit [DBG] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:03:16.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:03:15 smithi067 bash[25104]: audit 2023-12-09T02:03:15.052719+0000 mon.a (mon.0) 1081 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:03:16.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:03:15 smithi067 bash[25104]: audit 2023-12-09T02:03:15.064426+0000 mon.a (mon.0) 1082 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:03:16.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:03:15 smithi067 bash[25104]: cephadm 2023-12-09T02:03:15.064875+0000 mgr.y (mgr.14457) 165 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:03:16.470 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:03:15 smithi067 bash[30830]: cluster 2023-12-09T02:03:14.883546+0000 mgr.y (mgr.14457) 159 : cluster [DBG] pgmap v119: 161 pgs: 161 active+clean; 585 KiB data, 93 MiB used, 715 GiB / 715 GiB avail; 46 KiB/s rd, 0 B/s wr, 71 op/s 2023-12-09T02:03:16.470 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:03:15 smithi067 bash[30830]: audit 2023-12-09T02:03:14.991625+0000 mon.a (mon.0) 1071 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:03:16.470 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:03:15 smithi067 bash[30830]: audit 2023-12-09T02:03:14.994762+0000 mon.a (mon.0) 1072 : audit [DBG] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:03:16.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:03:15 smithi067 bash[30830]: audit 2023-12-09T02:03:14.995950+0000 mon.a (mon.0) 1073 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:03:16.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:03:15 smithi067 bash[30830]: audit 2023-12-09T02:03:15.005410+0000 mon.a (mon.0) 1074 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:03:16.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:03:15 smithi067 bash[30830]: cephadm 2023-12-09T02:03:15.006290+0000 mgr.y (mgr.14457) 160 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:03:16.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:03:15 smithi067 bash[30830]: audit 2023-12-09T02:03:15.015374+0000 mon.a (mon.0) 1075 : audit [DBG] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2023-12-09T02:03:16.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:03:15 smithi067 bash[30830]: audit 2023-12-09T02:03:15.016058+0000 mgr.y (mgr.14457) 161 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2023-12-09T02:03:16.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:03:15 smithi067 bash[30830]: cephadm 2023-12-09T02:03:15.017362+0000 mgr.y (mgr.14457) 162 : cephadm [INF] Adding iSCSI gateway http://:@172.21.15.67:5000 to Dashboard 2023-12-09T02:03:16.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:03:15 smithi067 bash[30830]: audit 2023-12-09T02:03:15.017681+0000 mon.a (mon.0) 1076 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2023-12-09T02:03:16.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:03:15 smithi067 bash[30830]: audit 2023-12-09T02:03:15.018283+0000 mgr.y (mgr.14457) 163 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2023-12-09T02:03:16.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:03:15 smithi067 bash[30830]: audit 2023-12-09T02:03:15.025770+0000 mon.a (mon.0) 1077 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:03:16.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:03:15 smithi067 bash[30830]: audit 2023-12-09T02:03:15.030496+0000 mon.a (mon.0) 1078 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi067"}]: dispatch 2023-12-09T02:03:16.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:03:15 smithi067 bash[30830]: audit 2023-12-09T02:03:15.031497+0000 mgr.y (mgr.14457) 164 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi067"}]: dispatch 2023-12-09T02:03:16.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:03:15 smithi067 bash[30830]: audit 2023-12-09T02:03:15.049106+0000 mon.a (mon.0) 1079 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:03:16.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:03:15 smithi067 bash[30830]: audit 2023-12-09T02:03:15.051559+0000 mon.a (mon.0) 1080 : audit [DBG] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:03:16.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:03:15 smithi067 bash[30830]: audit 2023-12-09T02:03:15.052719+0000 mon.a (mon.0) 1081 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:03:16.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:03:15 smithi067 bash[30830]: audit 2023-12-09T02:03:15.064426+0000 mon.a (mon.0) 1082 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:03:16.472 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:03:15 smithi067 bash[30830]: cephadm 2023-12-09T02:03:15.064875+0000 mgr.y (mgr.14457) 165 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:03:16.472 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:03:15 smithi125 bash[25274]: cluster 2023-12-09T02:03:14.883546+0000 mgr.y (mgr.14457) 159 : cluster [DBG] pgmap v119: 161 pgs: 161 active+clean; 585 KiB data, 93 MiB used, 715 GiB / 715 GiB avail; 46 KiB/s rd, 0 B/s wr, 71 op/s 2023-12-09T02:03:16.472 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:03:15 smithi125 bash[25274]: audit 2023-12-09T02:03:14.991625+0000 mon.a (mon.0) 1071 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:03:16.472 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:03:15 smithi125 bash[25274]: audit 2023-12-09T02:03:14.994762+0000 mon.a (mon.0) 1072 : audit [DBG] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:03:16.472 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:03:15 smithi125 bash[25274]: audit 2023-12-09T02:03:14.995950+0000 mon.a (mon.0) 1073 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:03:16.472 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:03:15 smithi125 bash[25274]: audit 2023-12-09T02:03:15.005410+0000 mon.a (mon.0) 1074 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:03:16.472 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:03:15 smithi125 bash[25274]: cephadm 2023-12-09T02:03:15.006290+0000 mgr.y (mgr.14457) 160 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:03:16.472 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:03:15 smithi125 bash[25274]: audit 2023-12-09T02:03:15.015374+0000 mon.a (mon.0) 1075 : audit [DBG] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2023-12-09T02:03:16.472 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:03:15 smithi125 bash[25274]: audit 2023-12-09T02:03:15.016058+0000 mgr.y (mgr.14457) 161 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2023-12-09T02:03:16.472 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:03:15 smithi125 bash[25274]: cephadm 2023-12-09T02:03:15.017362+0000 mgr.y (mgr.14457) 162 : cephadm [INF] Adding iSCSI gateway http://:@172.21.15.67:5000 to Dashboard 2023-12-09T02:03:16.473 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:03:15 smithi125 bash[25274]: audit 2023-12-09T02:03:15.017681+0000 mon.a (mon.0) 1076 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2023-12-09T02:03:16.473 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:03:15 smithi125 bash[25274]: audit 2023-12-09T02:03:15.018283+0000 mgr.y (mgr.14457) 163 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2023-12-09T02:03:16.473 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:03:15 smithi125 bash[25274]: audit 2023-12-09T02:03:15.025770+0000 mon.a (mon.0) 1077 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:03:16.473 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:03:15 smithi125 bash[25274]: audit 2023-12-09T02:03:15.030496+0000 mon.a (mon.0) 1078 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi067"}]: dispatch 2023-12-09T02:03:16.473 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:03:15 smithi125 bash[25274]: audit 2023-12-09T02:03:15.031497+0000 mgr.y (mgr.14457) 164 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi067"}]: dispatch 2023-12-09T02:03:16.473 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:03:15 smithi125 bash[25274]: audit 2023-12-09T02:03:15.049106+0000 mon.a (mon.0) 1079 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:03:16.473 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:03:15 smithi125 bash[25274]: audit 2023-12-09T02:03:15.051559+0000 mon.a (mon.0) 1080 : audit [DBG] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:03:16.473 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:03:15 smithi125 bash[25274]: audit 2023-12-09T02:03:15.052719+0000 mon.a (mon.0) 1081 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:03:16.473 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:03:15 smithi125 bash[25274]: audit 2023-12-09T02:03:15.064426+0000 mon.a (mon.0) 1082 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:03:16.473 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:03:15 smithi125 bash[25274]: cephadm 2023-12-09T02:03:15.064875+0000 mgr.y (mgr.14457) 165 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:03:18.820 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:03:18 smithi067 bash[25104]: cluster 2023-12-09T02:03:16.884508+0000 mgr.y (mgr.14457) 166 : cluster [DBG] pgmap v120: 161 pgs: 161 active+clean; 585 KiB data, 93 MiB used, 715 GiB / 715 GiB avail; 45 KiB/s rd, 0 B/s wr, 69 op/s 2023-12-09T02:03:18.820 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:03:18 smithi067 bash[25104]: audit 2023-12-09T02:03:17.554532+0000 mon.a (mon.0) 1083 : audit [DBG] from='client.? 172.21.15.67:0/3639248304' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2023-12-09T02:03:18.820 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:03:18 smithi067 bash[25104]: audit 2023-12-09T02:03:17.920295+0000 mon.a (mon.0) 1084 : audit [INF] from='client.? 172.21.15.67:0/2155965624' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.67:0/2826282929"}]: dispatch 2023-12-09T02:03:18.820 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:03:18 smithi067 bash[30830]: cluster 2023-12-09T02:03:16.884508+0000 mgr.y (mgr.14457) 166 : cluster [DBG] pgmap v120: 161 pgs: 161 active+clean; 585 KiB data, 93 MiB used, 715 GiB / 715 GiB avail; 45 KiB/s rd, 0 B/s wr, 69 op/s 2023-12-09T02:03:18.820 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:03:18 smithi067 bash[30830]: audit 2023-12-09T02:03:17.554532+0000 mon.a (mon.0) 1083 : audit [DBG] from='client.? 172.21.15.67:0/3639248304' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2023-12-09T02:03:18.820 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:03:18 smithi067 bash[30830]: audit 2023-12-09T02:03:17.920295+0000 mon.a (mon.0) 1084 : audit [INF] from='client.? 172.21.15.67:0/2155965624' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.67:0/2826282929"}]: dispatch 2023-12-09T02:03:18.970 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:03:18 smithi125 bash[25274]: cluster 2023-12-09T02:03:16.884508+0000 mgr.y (mgr.14457) 166 : cluster [DBG] pgmap v120: 161 pgs: 161 active+clean; 585 KiB data, 93 MiB used, 715 GiB / 715 GiB avail; 45 KiB/s rd, 0 B/s wr, 69 op/s 2023-12-09T02:03:18.970 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:03:18 smithi125 bash[25274]: audit 2023-12-09T02:03:17.554532+0000 mon.a (mon.0) 1083 : audit [DBG] from='client.? 172.21.15.67:0/3639248304' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2023-12-09T02:03:18.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:03:18 smithi125 bash[25274]: audit 2023-12-09T02:03:17.920295+0000 mon.a (mon.0) 1084 : audit [INF] from='client.? 172.21.15.67:0/2155965624' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.67:0/2826282929"}]: dispatch 2023-12-09T02:03:19.906 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:03:19 smithi067 bash[30830]: audit 2023-12-09T02:03:18.551305+0000 mon.a (mon.0) 1085 : audit [INF] from='client.? 172.21.15.67:0/2155965624' entity='client.iscsi.foo.smithi067.oajywc' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.67:0/2826282929"}]': finished 2023-12-09T02:03:19.906 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:03:19 smithi067 bash[30830]: cluster 2023-12-09T02:03:18.551557+0000 mon.a (mon.0) 1086 : cluster [DBG] osdmap e78: 8 total, 8 up, 8 in 2023-12-09T02:03:19.906 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:03:19 smithi067 bash[30830]: audit 2023-12-09T02:03:18.948150+0000 mon.a (mon.0) 1087 : audit [INF] from='client.? 172.21.15.67:0/856307744' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.67:0/2352719021"}]: dispatch 2023-12-09T02:03:19.906 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:03:19 smithi067 bash[30830]: audit 2023-12-09T02:03:18.986380+0000 mon.a (mon.0) 1088 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:03:19.907 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:03:19 smithi067 bash[25104]: audit 2023-12-09T02:03:18.551305+0000 mon.a (mon.0) 1085 : audit [INF] from='client.? 172.21.15.67:0/2155965624' entity='client.iscsi.foo.smithi067.oajywc' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.67:0/2826282929"}]': finished 2023-12-09T02:03:19.908 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:03:19 smithi067 bash[25104]: cluster 2023-12-09T02:03:18.551557+0000 mon.a (mon.0) 1086 : cluster [DBG] osdmap e78: 8 total, 8 up, 8 in 2023-12-09T02:03:19.908 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:03:19 smithi067 bash[25104]: audit 2023-12-09T02:03:18.948150+0000 mon.a (mon.0) 1087 : audit [INF] from='client.? 172.21.15.67:0/856307744' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.67:0/2352719021"}]: dispatch 2023-12-09T02:03:19.908 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:03:19 smithi067 bash[25104]: audit 2023-12-09T02:03:18.986380+0000 mon.a (mon.0) 1088 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:03:19.970 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:03:19 smithi125 bash[25274]: audit 2023-12-09T02:03:18.551305+0000 mon.a (mon.0) 1085 : audit [INF] from='client.? 172.21.15.67:0/2155965624' entity='client.iscsi.foo.smithi067.oajywc' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.67:0/2826282929"}]': finished 2023-12-09T02:03:19.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:03:19 smithi125 bash[25274]: cluster 2023-12-09T02:03:18.551557+0000 mon.a (mon.0) 1086 : cluster [DBG] osdmap e78: 8 total, 8 up, 8 in 2023-12-09T02:03:19.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:03:19 smithi125 bash[25274]: audit 2023-12-09T02:03:18.948150+0000 mon.a (mon.0) 1087 : audit [INF] from='client.? 172.21.15.67:0/856307744' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.67:0/2352719021"}]: dispatch 2023-12-09T02:03:19.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:03:19 smithi125 bash[25274]: audit 2023-12-09T02:03:18.986380+0000 mon.a (mon.0) 1088 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:03:20.968 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:03:20 smithi067 bash[25375]: 172.21.15.67 - - [09/Dec/2023:02:03:20] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-09T02:03:20.968 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:03:20 smithi067 bash[25104]: cluster 2023-12-09T02:03:18.885209+0000 mgr.y (mgr.14457) 167 : cluster [DBG] pgmap v122: 161 pgs: 161 active+clean; 585 KiB data, 93 MiB used, 715 GiB / 715 GiB avail; 46 KiB/s rd, 0 B/s wr, 71 op/s 2023-12-09T02:03:20.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:03:20 smithi067 bash[25104]: audit 2023-12-09T02:03:19.573861+0000 mon.a (mon.0) 1089 : audit [INF] from='client.? 172.21.15.67:0/856307744' entity='client.iscsi.foo.smithi067.oajywc' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.67:0/2352719021"}]': finished 2023-12-09T02:03:20.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:03:20 smithi067 bash[25104]: cluster 2023-12-09T02:03:19.573968+0000 mon.a (mon.0) 1090 : cluster [DBG] osdmap e79: 8 total, 8 up, 8 in 2023-12-09T02:03:20.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:03:20 smithi067 bash[25104]: audit 2023-12-09T02:03:19.937224+0000 mon.a (mon.0) 1091 : audit [INF] from='client.? 172.21.15.67:0/3760679070' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.67:0/3206581049"}]: dispatch 2023-12-09T02:03:20.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:03:20 smithi067 bash[30830]: cluster 2023-12-09T02:03:18.885209+0000 mgr.y (mgr.14457) 167 : cluster [DBG] pgmap v122: 161 pgs: 161 active+clean; 585 KiB data, 93 MiB used, 715 GiB / 715 GiB avail; 46 KiB/s rd, 0 B/s wr, 71 op/s 2023-12-09T02:03:20.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:03:20 smithi067 bash[30830]: audit 2023-12-09T02:03:19.573861+0000 mon.a (mon.0) 1089 : audit [INF] from='client.? 172.21.15.67:0/856307744' entity='client.iscsi.foo.smithi067.oajywc' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.67:0/2352719021"}]': finished 2023-12-09T02:03:20.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:03:20 smithi067 bash[30830]: cluster 2023-12-09T02:03:19.573968+0000 mon.a (mon.0) 1090 : cluster [DBG] osdmap e79: 8 total, 8 up, 8 in 2023-12-09T02:03:20.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:03:20 smithi067 bash[30830]: audit 2023-12-09T02:03:19.937224+0000 mon.a (mon.0) 1091 : audit [INF] from='client.? 172.21.15.67:0/3760679070' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.67:0/3206581049"}]: dispatch 2023-12-09T02:03:20.970 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:03:20 smithi125 bash[25274]: cluster 2023-12-09T02:03:18.885209+0000 mgr.y (mgr.14457) 167 : cluster [DBG] pgmap v122: 161 pgs: 161 active+clean; 585 KiB data, 93 MiB used, 715 GiB / 715 GiB avail; 46 KiB/s rd, 0 B/s wr, 71 op/s 2023-12-09T02:03:20.970 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:03:20 smithi125 bash[25274]: audit 2023-12-09T02:03:19.573861+0000 mon.a (mon.0) 1089 : audit [INF] from='client.? 172.21.15.67:0/856307744' entity='client.iscsi.foo.smithi067.oajywc' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.67:0/2352719021"}]': finished 2023-12-09T02:03:20.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:03:20 smithi125 bash[25274]: cluster 2023-12-09T02:03:19.573968+0000 mon.a (mon.0) 1090 : cluster [DBG] osdmap e79: 8 total, 8 up, 8 in 2023-12-09T02:03:20.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:03:20 smithi125 bash[25274]: audit 2023-12-09T02:03:19.937224+0000 mon.a (mon.0) 1091 : audit [INF] from='client.? 172.21.15.67:0/3760679070' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.67:0/3206581049"}]: dispatch 2023-12-09T02:03:21.715 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:03:21 smithi067 bash[30830]: audit 2023-12-09T02:03:20.575793+0000 mon.a (mon.0) 1092 : audit [INF] from='client.? 172.21.15.67:0/3760679070' entity='client.iscsi.foo.smithi067.oajywc' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.67:0/3206581049"}]': finished 2023-12-09T02:03:21.715 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:03:21 smithi067 bash[30830]: cluster 2023-12-09T02:03:20.576651+0000 mon.a (mon.0) 1093 : cluster [DBG] osdmap e80: 8 total, 8 up, 8 in 2023-12-09T02:03:21.715 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:03:21 smithi067 bash[30830]: audit 2023-12-09T02:03:20.701879+0000 mon.a (mon.0) 1094 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:03:21.715 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:03:21 smithi067 bash[30830]: audit 2023-12-09T02:03:20.957742+0000 mon.a (mon.0) 1095 : audit [INF] from='client.? 172.21.15.67:0/2541689325' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.67:0/4090341823"}]: dispatch 2023-12-09T02:03:21.715 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:03:21 smithi067 bash[25104]: audit 2023-12-09T02:03:20.575793+0000 mon.a (mon.0) 1092 : audit [INF] from='client.? 172.21.15.67:0/3760679070' entity='client.iscsi.foo.smithi067.oajywc' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.67:0/3206581049"}]': finished 2023-12-09T02:03:21.715 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:03:21 smithi067 bash[25104]: cluster 2023-12-09T02:03:20.576651+0000 mon.a (mon.0) 1093 : cluster [DBG] osdmap e80: 8 total, 8 up, 8 in 2023-12-09T02:03:21.715 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:03:21 smithi067 bash[25104]: audit 2023-12-09T02:03:20.701879+0000 mon.a (mon.0) 1094 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:03:21.716 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:03:21 smithi067 bash[25104]: audit 2023-12-09T02:03:20.957742+0000 mon.a (mon.0) 1095 : audit [INF] from='client.? 172.21.15.67:0/2541689325' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.67:0/4090341823"}]: dispatch 2023-12-09T02:03:21.968 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:03:21 smithi067 bash[25375]: ::ffff:172.21.15.125 - - [09/Dec/2023:02:03:21] "GET /metrics HTTP/1.1" 200 214953 "" "Prometheus/2.33.4" 2023-12-09T02:03:21.970 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:03:21 smithi125 bash[25274]: audit 2023-12-09T02:03:20.575793+0000 mon.a (mon.0) 1092 : audit [INF] from='client.? 172.21.15.67:0/3760679070' entity='client.iscsi.foo.smithi067.oajywc' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.67:0/3206581049"}]': finished 2023-12-09T02:03:21.970 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:03:21 smithi125 bash[25274]: cluster 2023-12-09T02:03:20.576651+0000 mon.a (mon.0) 1093 : cluster [DBG] osdmap e80: 8 total, 8 up, 8 in 2023-12-09T02:03:21.970 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:03:21 smithi125 bash[25274]: audit 2023-12-09T02:03:20.701879+0000 mon.a (mon.0) 1094 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:03:21.970 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:03:21 smithi125 bash[25274]: audit 2023-12-09T02:03:20.957742+0000 mon.a (mon.0) 1095 : audit [INF] from='client.? 172.21.15.67:0/2541689325' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.67:0/4090341823"}]: dispatch 2023-12-09T02:03:22.736 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:03:22 smithi067 bash[25375]: 172.21.15.67 - - [09/Dec/2023:02:03:22] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-09T02:03:22.736 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:03:22 smithi067 bash[25104]: cluster 2023-12-09T02:03:20.885989+0000 mgr.y (mgr.14457) 168 : cluster [DBG] pgmap v125: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 170 B/s wr, 1 op/s 2023-12-09T02:03:22.736 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:03:22 smithi067 bash[25104]: audit 2023-12-09T02:03:21.714809+0000 mon.a (mon.0) 1096 : audit [INF] from='client.? 172.21.15.67:0/2541689325' entity='client.iscsi.foo.smithi067.oajywc' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.67:0/4090341823"}]': finished 2023-12-09T02:03:22.737 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:03:22 smithi067 bash[25104]: cluster 2023-12-09T02:03:21.715007+0000 mon.a (mon.0) 1097 : cluster [DBG] osdmap e81: 8 total, 8 up, 8 in 2023-12-09T02:03:22.737 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:03:22 smithi067 bash[25104]: audit 2023-12-09T02:03:22.103811+0000 mon.a (mon.0) 1098 : audit [INF] from='client.? 172.21.15.67:0/1323558230' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.67:0/335125585"}]: dispatch 2023-12-09T02:03:22.737 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:03:22 smithi067 bash[25104]: audit 2023-12-09T02:03:22.470151+0000 mon.a (mon.0) 1099 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:03:22.737 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:03:22 smithi067 bash[25104]: audit 2023-12-09T02:03:22.478016+0000 mon.a (mon.0) 1100 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:03:22.737 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:03:22 smithi067 bash[25104]: audit 2023-12-09T02:03:22.498477+0000 mon.a (mon.0) 1101 : audit [DBG] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:03:22.737 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:03:22 smithi067 bash[25104]: audit 2023-12-09T02:03:22.500152+0000 mon.a (mon.0) 1102 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:03:22.737 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:03:22 smithi067 bash[25104]: audit 2023-12-09T02:03:22.510981+0000 mon.a (mon.0) 1103 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:03:22.737 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:03:22 smithi067 bash[30830]: cluster 2023-12-09T02:03:20.885989+0000 mgr.y (mgr.14457) 168 : cluster [DBG] pgmap v125: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 170 B/s wr, 1 op/s 2023-12-09T02:03:22.737 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:03:22 smithi067 bash[30830]: audit 2023-12-09T02:03:21.714809+0000 mon.a (mon.0) 1096 : audit [INF] from='client.? 172.21.15.67:0/2541689325' entity='client.iscsi.foo.smithi067.oajywc' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.67:0/4090341823"}]': finished 2023-12-09T02:03:22.737 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:03:22 smithi067 bash[30830]: cluster 2023-12-09T02:03:21.715007+0000 mon.a (mon.0) 1097 : cluster [DBG] osdmap e81: 8 total, 8 up, 8 in 2023-12-09T02:03:22.737 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:03:22 smithi067 bash[30830]: audit 2023-12-09T02:03:22.103811+0000 mon.a (mon.0) 1098 : audit [INF] from='client.? 172.21.15.67:0/1323558230' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.67:0/335125585"}]: dispatch 2023-12-09T02:03:22.737 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:03:22 smithi067 bash[30830]: audit 2023-12-09T02:03:22.470151+0000 mon.a (mon.0) 1099 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:03:22.738 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:03:22 smithi067 bash[30830]: audit 2023-12-09T02:03:22.478016+0000 mon.a (mon.0) 1100 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:03:22.738 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:03:22 smithi067 bash[30830]: audit 2023-12-09T02:03:22.498477+0000 mon.a (mon.0) 1101 : audit [DBG] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:03:22.738 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:03:22 smithi067 bash[30830]: audit 2023-12-09T02:03:22.500152+0000 mon.a (mon.0) 1102 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:03:22.738 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:03:22 smithi067 bash[30830]: audit 2023-12-09T02:03:22.510981+0000 mon.a (mon.0) 1103 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:03:22.970 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:03:22 smithi125 bash[25274]: cluster 2023-12-09T02:03:20.885989+0000 mgr.y (mgr.14457) 168 : cluster [DBG] pgmap v125: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 170 B/s wr, 1 op/s 2023-12-09T02:03:22.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:03:22 smithi125 bash[25274]: audit 2023-12-09T02:03:21.714809+0000 mon.a (mon.0) 1096 : audit [INF] from='client.? 172.21.15.67:0/2541689325' entity='client.iscsi.foo.smithi067.oajywc' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.67:0/4090341823"}]': finished 2023-12-09T02:03:22.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:03:22 smithi125 bash[25274]: cluster 2023-12-09T02:03:21.715007+0000 mon.a (mon.0) 1097 : cluster [DBG] osdmap e81: 8 total, 8 up, 8 in 2023-12-09T02:03:22.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:03:22 smithi125 bash[25274]: audit 2023-12-09T02:03:22.103811+0000 mon.a (mon.0) 1098 : audit [INF] from='client.? 172.21.15.67:0/1323558230' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.67:0/335125585"}]: dispatch 2023-12-09T02:03:22.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:03:22 smithi125 bash[25274]: audit 2023-12-09T02:03:22.470151+0000 mon.a (mon.0) 1099 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:03:22.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:03:22 smithi125 bash[25274]: audit 2023-12-09T02:03:22.478016+0000 mon.a (mon.0) 1100 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:03:22.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:03:22 smithi125 bash[25274]: audit 2023-12-09T02:03:22.498477+0000 mon.a (mon.0) 1101 : audit [DBG] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:03:22.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:03:22 smithi125 bash[25274]: audit 2023-12-09T02:03:22.500152+0000 mon.a (mon.0) 1102 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:03:22.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:03:22 smithi125 bash[25274]: audit 2023-12-09T02:03:22.510981+0000 mon.a (mon.0) 1103 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:03:23.970 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:03:23 smithi125 bash[25274]: audit 2023-12-09T02:03:22.717182+0000 mon.a (mon.0) 1104 : audit [INF] from='client.? 172.21.15.67:0/1323558230' entity='client.iscsi.foo.smithi067.oajywc' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.67:0/335125585"}]': finished 2023-12-09T02:03:23.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:03:23 smithi125 bash[25274]: cluster 2023-12-09T02:03:22.717387+0000 mon.a (mon.0) 1105 : cluster [DBG] osdmap e82: 8 total, 8 up, 8 in 2023-12-09T02:03:23.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:03:23 smithi125 bash[25274]: cluster 2023-12-09T02:03:22.886604+0000 mgr.y (mgr.14457) 169 : cluster [DBG] pgmap v128: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 255 B/s wr, 2 op/s 2023-12-09T02:03:23.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:03:23 smithi125 bash[25274]: audit 2023-12-09T02:03:23.081733+0000 mon.c (mon.1) 30 : audit [INF] from='client.? 172.21.15.67:0/434659092' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.67:6800/2080107708"}]: dispatch 2023-12-09T02:03:23.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:03:23 smithi125 bash[25274]: audit 2023-12-09T02:03:23.082569+0000 mon.a (mon.0) 1106 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.67:6800/2080107708"}]: dispatch 2023-12-09T02:03:24.218 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:03:23 smithi067 bash[30830]: audit 2023-12-09T02:03:22.717182+0000 mon.a (mon.0) 1104 : audit [INF] from='client.? 172.21.15.67:0/1323558230' entity='client.iscsi.foo.smithi067.oajywc' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.67:0/335125585"}]': finished 2023-12-09T02:03:24.218 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:03:23 smithi067 bash[30830]: cluster 2023-12-09T02:03:22.717387+0000 mon.a (mon.0) 1105 : cluster [DBG] osdmap e82: 8 total, 8 up, 8 in 2023-12-09T02:03:24.219 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:03:23 smithi067 bash[30830]: cluster 2023-12-09T02:03:22.886604+0000 mgr.y (mgr.14457) 169 : cluster [DBG] pgmap v128: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 255 B/s wr, 2 op/s 2023-12-09T02:03:24.219 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:03:23 smithi067 bash[30830]: audit 2023-12-09T02:03:23.081733+0000 mon.c (mon.1) 30 : audit [INF] from='client.? 172.21.15.67:0/434659092' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.67:6800/2080107708"}]: dispatch 2023-12-09T02:03:24.219 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:03:23 smithi067 bash[30830]: audit 2023-12-09T02:03:23.082569+0000 mon.a (mon.0) 1106 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.67:6800/2080107708"}]: dispatch 2023-12-09T02:03:24.219 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:03:23 smithi067 bash[25104]: audit 2023-12-09T02:03:22.717182+0000 mon.a (mon.0) 1104 : audit [INF] from='client.? 172.21.15.67:0/1323558230' entity='client.iscsi.foo.smithi067.oajywc' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.67:0/335125585"}]': finished 2023-12-09T02:03:24.219 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:03:23 smithi067 bash[25104]: cluster 2023-12-09T02:03:22.717387+0000 mon.a (mon.0) 1105 : cluster [DBG] osdmap e82: 8 total, 8 up, 8 in 2023-12-09T02:03:24.219 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:03:23 smithi067 bash[25104]: cluster 2023-12-09T02:03:22.886604+0000 mgr.y (mgr.14457) 169 : cluster [DBG] pgmap v128: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 255 B/s wr, 2 op/s 2023-12-09T02:03:24.219 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:03:23 smithi067 bash[25104]: audit 2023-12-09T02:03:23.081733+0000 mon.c (mon.1) 30 : audit [INF] from='client.? 172.21.15.67:0/434659092' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.67:6800/2080107708"}]: dispatch 2023-12-09T02:03:24.219 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:03:23 smithi067 bash[25104]: audit 2023-12-09T02:03:23.082569+0000 mon.a (mon.0) 1106 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.67:6800/2080107708"}]: dispatch 2023-12-09T02:03:24.720 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 02:03:24 smithi125 bash[26515]: ::ffff:172.21.15.125 - - [09/Dec/2023:02:03:24] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-09T02:03:25.218 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:03:24 smithi067 bash[25104]: audit 2023-12-09T02:03:23.728059+0000 mon.a (mon.0) 1107 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi067.oajywc' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.67:6800/2080107708"}]': finished 2023-12-09T02:03:25.218 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:03:24 smithi067 bash[25104]: cluster 2023-12-09T02:03:23.728257+0000 mon.a (mon.0) 1108 : cluster [DBG] osdmap e83: 8 total, 8 up, 8 in 2023-12-09T02:03:25.218 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:03:24 smithi067 bash[25104]: audit 2023-12-09T02:03:24.101955+0000 mon.c (mon.1) 31 : audit [INF] from='client.? 172.21.15.67:0/4041450960' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.67:0/174531335"}]: dispatch 2023-12-09T02:03:25.218 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:03:24 smithi067 bash[25104]: audit 2023-12-09T02:03:24.102914+0000 mon.a (mon.0) 1109 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.67:0/174531335"}]: dispatch 2023-12-09T02:03:25.219 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:03:24 smithi067 bash[30830]: audit 2023-12-09T02:03:23.728059+0000 mon.a (mon.0) 1107 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi067.oajywc' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.67:6800/2080107708"}]': finished 2023-12-09T02:03:25.219 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:03:24 smithi067 bash[30830]: cluster 2023-12-09T02:03:23.728257+0000 mon.a (mon.0) 1108 : cluster [DBG] osdmap e83: 8 total, 8 up, 8 in 2023-12-09T02:03:25.219 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:03:24 smithi067 bash[30830]: audit 2023-12-09T02:03:24.101955+0000 mon.c (mon.1) 31 : audit [INF] from='client.? 172.21.15.67:0/4041450960' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.67:0/174531335"}]: dispatch 2023-12-09T02:03:25.219 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:03:24 smithi067 bash[30830]: audit 2023-12-09T02:03:24.102914+0000 mon.a (mon.0) 1109 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.67:0/174531335"}]: dispatch 2023-12-09T02:03:25.220 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:03:24 smithi125 bash[25274]: audit 2023-12-09T02:03:23.728059+0000 mon.a (mon.0) 1107 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi067.oajywc' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.67:6800/2080107708"}]': finished 2023-12-09T02:03:25.220 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:03:24 smithi125 bash[25274]: cluster 2023-12-09T02:03:23.728257+0000 mon.a (mon.0) 1108 : cluster [DBG] osdmap e83: 8 total, 8 up, 8 in 2023-12-09T02:03:25.220 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:03:24 smithi125 bash[25274]: audit 2023-12-09T02:03:24.101955+0000 mon.c (mon.1) 31 : audit [INF] from='client.? 172.21.15.67:0/4041450960' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.67:0/174531335"}]: dispatch 2023-12-09T02:03:25.220 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:03:24 smithi125 bash[25274]: audit 2023-12-09T02:03:24.102914+0000 mon.a (mon.0) 1109 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.67:0/174531335"}]: dispatch 2023-12-09T02:03:25.970 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:03:25 smithi125 bash[25274]: audit 2023-12-09T02:03:24.734463+0000 mon.a (mon.0) 1110 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi067.oajywc' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.67:0/174531335"}]': finished 2023-12-09T02:03:25.970 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:03:25 smithi125 bash[25274]: cluster 2023-12-09T02:03:24.734572+0000 mon.a (mon.0) 1111 : cluster [DBG] osdmap e84: 8 total, 8 up, 8 in 2023-12-09T02:03:25.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:03:25 smithi125 bash[25274]: cluster 2023-12-09T02:03:24.887830+0000 mgr.y (mgr.14457) 170 : cluster [DBG] pgmap v131: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:03:25.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:03:25 smithi125 bash[25274]: audit 2023-12-09T02:03:25.100031+0000 mon.c (mon.1) 32 : audit [INF] from='client.? 172.21.15.67:0/2127450557' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.67:0/2326691072"}]: dispatch 2023-12-09T02:03:25.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:03:25 smithi125 bash[25274]: audit 2023-12-09T02:03:25.100873+0000 mon.a (mon.0) 1112 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.67:0/2326691072"}]: dispatch 2023-12-09T02:03:26.218 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:03:25 smithi067 bash[25104]: audit 2023-12-09T02:03:24.734463+0000 mon.a (mon.0) 1110 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi067.oajywc' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.67:0/174531335"}]': finished 2023-12-09T02:03:26.219 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:03:25 smithi067 bash[25104]: cluster 2023-12-09T02:03:24.734572+0000 mon.a (mon.0) 1111 : cluster [DBG] osdmap e84: 8 total, 8 up, 8 in 2023-12-09T02:03:26.219 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:03:25 smithi067 bash[25104]: cluster 2023-12-09T02:03:24.887830+0000 mgr.y (mgr.14457) 170 : cluster [DBG] pgmap v131: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:03:26.219 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:03:25 smithi067 bash[25104]: audit 2023-12-09T02:03:25.100031+0000 mon.c (mon.1) 32 : audit [INF] from='client.? 172.21.15.67:0/2127450557' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.67:0/2326691072"}]: dispatch 2023-12-09T02:03:26.219 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:03:25 smithi067 bash[25104]: audit 2023-12-09T02:03:25.100873+0000 mon.a (mon.0) 1112 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.67:0/2326691072"}]: dispatch 2023-12-09T02:03:26.219 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:03:25 smithi067 bash[30830]: audit 2023-12-09T02:03:24.734463+0000 mon.a (mon.0) 1110 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi067.oajywc' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.67:0/174531335"}]': finished 2023-12-09T02:03:26.219 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:03:25 smithi067 bash[30830]: cluster 2023-12-09T02:03:24.734572+0000 mon.a (mon.0) 1111 : cluster [DBG] osdmap e84: 8 total, 8 up, 8 in 2023-12-09T02:03:26.219 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:03:25 smithi067 bash[30830]: cluster 2023-12-09T02:03:24.887830+0000 mgr.y (mgr.14457) 170 : cluster [DBG] pgmap v131: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:03:26.219 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:03:25 smithi067 bash[30830]: audit 2023-12-09T02:03:25.100031+0000 mon.c (mon.1) 32 : audit [INF] from='client.? 172.21.15.67:0/2127450557' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.67:0/2326691072"}]: dispatch 2023-12-09T02:03:26.219 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:03:25 smithi067 bash[30830]: audit 2023-12-09T02:03:25.100873+0000 mon.a (mon.0) 1112 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.67:0/2326691072"}]: dispatch 2023-12-09T02:03:27.031 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:03:26 smithi125 bash[25274]: audit 2023-12-09T02:03:25.741262+0000 mon.a (mon.0) 1113 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi067.oajywc' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.67:0/2326691072"}]': finished 2023-12-09T02:03:27.031 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:03:26 smithi125 bash[25274]: cluster 2023-12-09T02:03:25.741480+0000 mon.a (mon.0) 1114 : cluster [DBG] osdmap e85: 8 total, 8 up, 8 in 2023-12-09T02:03:27.031 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:03:26 smithi125 bash[25274]: audit 2023-12-09T02:03:26.108979+0000 mon.c (mon.1) 33 : audit [INF] from='client.? 172.21.15.67:0/3418651634' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.67:6801/888530346"}]: dispatch 2023-12-09T02:03:27.031 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:03:26 smithi125 bash[25274]: audit 2023-12-09T02:03:26.109853+0000 mon.a (mon.0) 1115 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.67:6801/888530346"}]: dispatch 2023-12-09T02:03:27.218 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:03:26 smithi067 bash[25104]: audit 2023-12-09T02:03:25.741262+0000 mon.a (mon.0) 1113 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi067.oajywc' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.67:0/2326691072"}]': finished 2023-12-09T02:03:27.218 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:03:26 smithi067 bash[25104]: cluster 2023-12-09T02:03:25.741480+0000 mon.a (mon.0) 1114 : cluster [DBG] osdmap e85: 8 total, 8 up, 8 in 2023-12-09T02:03:27.218 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:03:26 smithi067 bash[25104]: audit 2023-12-09T02:03:26.108979+0000 mon.c (mon.1) 33 : audit [INF] from='client.? 172.21.15.67:0/3418651634' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.67:6801/888530346"}]: dispatch 2023-12-09T02:03:27.218 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:03:26 smithi067 bash[25104]: audit 2023-12-09T02:03:26.109853+0000 mon.a (mon.0) 1115 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.67:6801/888530346"}]: dispatch 2023-12-09T02:03:27.219 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:03:26 smithi067 bash[30830]: audit 2023-12-09T02:03:25.741262+0000 mon.a (mon.0) 1113 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi067.oajywc' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.67:0/2326691072"}]': finished 2023-12-09T02:03:27.219 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:03:26 smithi067 bash[30830]: cluster 2023-12-09T02:03:25.741480+0000 mon.a (mon.0) 1114 : cluster [DBG] osdmap e85: 8 total, 8 up, 8 in 2023-12-09T02:03:27.219 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:03:26 smithi067 bash[30830]: audit 2023-12-09T02:03:26.108979+0000 mon.c (mon.1) 33 : audit [INF] from='client.? 172.21.15.67:0/3418651634' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.67:6801/888530346"}]: dispatch 2023-12-09T02:03:27.219 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:03:26 smithi067 bash[30830]: audit 2023-12-09T02:03:26.109853+0000 mon.a (mon.0) 1115 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.67:6801/888530346"}]: dispatch 2023-12-09T02:03:27.939 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:03:27 smithi125 bash[25274]: audit 2023-12-09T02:03:26.759544+0000 mon.a (mon.0) 1116 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi067.oajywc' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.67:6801/888530346"}]': finished 2023-12-09T02:03:27.939 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:03:27 smithi125 bash[25274]: cluster 2023-12-09T02:03:26.759747+0000 mon.a (mon.0) 1117 : cluster [DBG] osdmap e86: 8 total, 8 up, 8 in 2023-12-09T02:03:27.939 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:03:27 smithi125 bash[25274]: cluster 2023-12-09T02:03:26.888256+0000 mgr.y (mgr.14457) 171 : cluster [DBG] pgmap v134: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:03:27.939 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:03:27 smithi125 bash[25274]: audit 2023-12-09T02:03:27.133240+0000 mon.c (mon.1) 34 : audit [INF] from='client.? 172.21.15.67:0/1502137053' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.67:0/1286571169"}]: dispatch 2023-12-09T02:03:27.939 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:03:27 smithi125 bash[25274]: audit 2023-12-09T02:03:27.134147+0000 mon.a (mon.0) 1118 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.67:0/1286571169"}]: dispatch 2023-12-09T02:03:27.939 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:03:27 smithi125 bash[25274]: audit 2023-12-09T02:03:27.222329+0000 mgr.y (mgr.14457) 172 : audit [DBG] from='client.14949 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:03:28.218 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:03:27 smithi067 bash[25375]: 172.21.15.125 - - [09/Dec/2023:02:03:27] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-09T02:03:28.218 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:03:27 smithi067 bash[30830]: audit 2023-12-09T02:03:26.759544+0000 mon.a (mon.0) 1116 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi067.oajywc' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.67:6801/888530346"}]': finished 2023-12-09T02:03:28.218 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:03:27 smithi067 bash[30830]: cluster 2023-12-09T02:03:26.759747+0000 mon.a (mon.0) 1117 : cluster [DBG] osdmap e86: 8 total, 8 up, 8 in 2023-12-09T02:03:28.218 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:03:27 smithi067 bash[30830]: cluster 2023-12-09T02:03:26.888256+0000 mgr.y (mgr.14457) 171 : cluster [DBG] pgmap v134: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:03:28.219 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:03:27 smithi067 bash[30830]: audit 2023-12-09T02:03:27.133240+0000 mon.c (mon.1) 34 : audit [INF] from='client.? 172.21.15.67:0/1502137053' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.67:0/1286571169"}]: dispatch 2023-12-09T02:03:28.219 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:03:27 smithi067 bash[30830]: audit 2023-12-09T02:03:27.134147+0000 mon.a (mon.0) 1118 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.67:0/1286571169"}]: dispatch 2023-12-09T02:03:28.219 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:03:27 smithi067 bash[30830]: audit 2023-12-09T02:03:27.222329+0000 mgr.y (mgr.14457) 172 : audit [DBG] from='client.14949 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:03:28.219 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:03:27 smithi067 bash[25104]: audit 2023-12-09T02:03:26.759544+0000 mon.a (mon.0) 1116 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi067.oajywc' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.67:6801/888530346"}]': finished 2023-12-09T02:03:28.219 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:03:27 smithi067 bash[25104]: cluster 2023-12-09T02:03:26.759747+0000 mon.a (mon.0) 1117 : cluster [DBG] osdmap e86: 8 total, 8 up, 8 in 2023-12-09T02:03:28.219 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:03:27 smithi067 bash[25104]: cluster 2023-12-09T02:03:26.888256+0000 mgr.y (mgr.14457) 171 : cluster [DBG] pgmap v134: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:03:28.219 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:03:27 smithi067 bash[25104]: audit 2023-12-09T02:03:27.133240+0000 mon.c (mon.1) 34 : audit [INF] from='client.? 172.21.15.67:0/1502137053' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.67:0/1286571169"}]: dispatch 2023-12-09T02:03:28.219 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:03:27 smithi067 bash[25104]: audit 2023-12-09T02:03:27.134147+0000 mon.a (mon.0) 1118 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.67:0/1286571169"}]: dispatch 2023-12-09T02:03:28.219 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:03:27 smithi067 bash[25104]: audit 2023-12-09T02:03:27.222329+0000 mgr.y (mgr.14457) 172 : audit [DBG] from='client.14949 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:03:29.218 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:03:28 smithi067 bash[25104]: audit 2023-12-09T02:03:27.772334+0000 mon.a (mon.0) 1119 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi067.oajywc' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.67:0/1286571169"}]': finished 2023-12-09T02:03:29.218 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:03:28 smithi067 bash[25104]: cluster 2023-12-09T02:03:27.772648+0000 mon.a (mon.0) 1120 : cluster [DBG] osdmap e87: 8 total, 8 up, 8 in 2023-12-09T02:03:29.218 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:03:28 smithi067 bash[25104]: audit 2023-12-09T02:03:27.930768+0000 mon.a (mon.0) 1121 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:03:29.218 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:03:28 smithi067 bash[25104]: audit 2023-12-09T02:03:27.937850+0000 mon.a (mon.0) 1122 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:03:29.218 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:03:28 smithi067 bash[25104]: audit 2023-12-09T02:03:28.133137+0000 mon.c (mon.1) 35 : audit [INF] from='client.? 172.21.15.67:0/3002515569' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.67:6801/2080107708"}]: dispatch 2023-12-09T02:03:29.219 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:03:28 smithi067 bash[25104]: audit 2023-12-09T02:03:28.134121+0000 mon.a (mon.0) 1123 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.67:6801/2080107708"}]: dispatch 2023-12-09T02:03:29.219 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:03:28 smithi067 bash[30830]: audit 2023-12-09T02:03:27.772334+0000 mon.a (mon.0) 1119 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi067.oajywc' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.67:0/1286571169"}]': finished 2023-12-09T02:03:29.219 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:03:28 smithi067 bash[30830]: cluster 2023-12-09T02:03:27.772648+0000 mon.a (mon.0) 1120 : cluster [DBG] osdmap e87: 8 total, 8 up, 8 in 2023-12-09T02:03:29.219 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:03:28 smithi067 bash[30830]: audit 2023-12-09T02:03:27.930768+0000 mon.a (mon.0) 1121 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:03:29.219 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:03:28 smithi067 bash[30830]: audit 2023-12-09T02:03:27.937850+0000 mon.a (mon.0) 1122 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:03:29.219 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:03:28 smithi067 bash[30830]: audit 2023-12-09T02:03:28.133137+0000 mon.c (mon.1) 35 : audit [INF] from='client.? 172.21.15.67:0/3002515569' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.67:6801/2080107708"}]: dispatch 2023-12-09T02:03:29.219 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:03:28 smithi067 bash[30830]: audit 2023-12-09T02:03:28.134121+0000 mon.a (mon.0) 1123 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.67:6801/2080107708"}]: dispatch 2023-12-09T02:03:29.220 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:03:28 smithi125 bash[25274]: audit 2023-12-09T02:03:27.772334+0000 mon.a (mon.0) 1119 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi067.oajywc' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.67:0/1286571169"}]': finished 2023-12-09T02:03:29.220 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:03:28 smithi125 bash[25274]: cluster 2023-12-09T02:03:27.772648+0000 mon.a (mon.0) 1120 : cluster [DBG] osdmap e87: 8 total, 8 up, 8 in 2023-12-09T02:03:29.220 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:03:28 smithi125 bash[25274]: audit 2023-12-09T02:03:27.930768+0000 mon.a (mon.0) 1121 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:03:29.221 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:03:28 smithi125 bash[25274]: audit 2023-12-09T02:03:27.937850+0000 mon.a (mon.0) 1122 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:03:29.221 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:03:28 smithi125 bash[25274]: audit 2023-12-09T02:03:28.133137+0000 mon.c (mon.1) 35 : audit [INF] from='client.? 172.21.15.67:0/3002515569' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.67:6801/2080107708"}]: dispatch 2023-12-09T02:03:29.221 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:03:28 smithi125 bash[25274]: audit 2023-12-09T02:03:28.134121+0000 mon.a (mon.0) 1123 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.67:6801/2080107708"}]: dispatch 2023-12-09T02:03:30.218 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:03:29 smithi067 bash[25104]: cluster 2023-12-09T02:03:28.888969+0000 mgr.y (mgr.14457) 173 : cluster [DBG] pgmap v136: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:03:30.218 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:03:29 smithi067 bash[25104]: audit 2023-12-09T02:03:28.946446+0000 mon.a (mon.0) 1124 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi067.oajywc' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.67:6801/2080107708"}]': finished 2023-12-09T02:03:30.218 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:03:29 smithi067 bash[25104]: cluster 2023-12-09T02:03:28.946576+0000 mon.a (mon.0) 1125 : cluster [DBG] osdmap e88: 8 total, 8 up, 8 in 2023-12-09T02:03:30.218 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:03:29 smithi067 bash[25104]: audit 2023-12-09T02:03:29.317689+0000 mon.a (mon.0) 1126 : audit [INF] from='client.? 172.21.15.67:0/1019363515' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.67:6800/3868765661"}]: dispatch 2023-12-09T02:03:30.219 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:03:29 smithi067 bash[30830]: cluster 2023-12-09T02:03:28.888969+0000 mgr.y (mgr.14457) 173 : cluster [DBG] pgmap v136: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:03:30.219 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:03:29 smithi067 bash[30830]: audit 2023-12-09T02:03:28.946446+0000 mon.a (mon.0) 1124 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi067.oajywc' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.67:6801/2080107708"}]': finished 2023-12-09T02:03:30.219 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:03:29 smithi067 bash[30830]: cluster 2023-12-09T02:03:28.946576+0000 mon.a (mon.0) 1125 : cluster [DBG] osdmap e88: 8 total, 8 up, 8 in 2023-12-09T02:03:30.219 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:03:29 smithi067 bash[30830]: audit 2023-12-09T02:03:29.317689+0000 mon.a (mon.0) 1126 : audit [INF] from='client.? 172.21.15.67:0/1019363515' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.67:6800/3868765661"}]: dispatch 2023-12-09T02:03:30.220 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:03:29 smithi125 bash[25274]: cluster 2023-12-09T02:03:28.888969+0000 mgr.y (mgr.14457) 173 : cluster [DBG] pgmap v136: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:03:30.220 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:03:29 smithi125 bash[25274]: audit 2023-12-09T02:03:28.946446+0000 mon.a (mon.0) 1124 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi067.oajywc' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.67:6801/2080107708"}]': finished 2023-12-09T02:03:30.220 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:03:29 smithi125 bash[25274]: cluster 2023-12-09T02:03:28.946576+0000 mon.a (mon.0) 1125 : cluster [DBG] osdmap e88: 8 total, 8 up, 8 in 2023-12-09T02:03:30.220 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:03:29 smithi125 bash[25274]: audit 2023-12-09T02:03:29.317689+0000 mon.a (mon.0) 1126 : audit [INF] from='client.? 172.21.15.67:0/1019363515' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.67:6800/3868765661"}]: dispatch 2023-12-09T02:03:31.218 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:03:30 smithi067 bash[30830]: audit 2023-12-09T02:03:29.960345+0000 mon.a (mon.0) 1127 : audit [INF] from='client.? 172.21.15.67:0/1019363515' entity='client.iscsi.foo.smithi067.oajywc' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.67:6800/3868765661"}]': finished 2023-12-09T02:03:31.218 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:03:30 smithi067 bash[30830]: cluster 2023-12-09T02:03:29.960556+0000 mon.a (mon.0) 1128 : cluster [DBG] osdmap e89: 8 total, 8 up, 8 in 2023-12-09T02:03:31.218 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:03:30 smithi067 bash[30830]: audit 2023-12-09T02:03:30.331747+0000 mon.a (mon.0) 1129 : audit [INF] from='client.? 172.21.15.67:0/426166136' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.67:6801/3868765661"}]: dispatch 2023-12-09T02:03:31.218 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:03:30 smithi067 bash[25104]: audit 2023-12-09T02:03:29.960345+0000 mon.a (mon.0) 1127 : audit [INF] from='client.? 172.21.15.67:0/1019363515' entity='client.iscsi.foo.smithi067.oajywc' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.67:6800/3868765661"}]': finished 2023-12-09T02:03:31.219 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:03:30 smithi067 bash[25104]: cluster 2023-12-09T02:03:29.960556+0000 mon.a (mon.0) 1128 : cluster [DBG] osdmap e89: 8 total, 8 up, 8 in 2023-12-09T02:03:31.219 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:03:30 smithi067 bash[25104]: audit 2023-12-09T02:03:30.331747+0000 mon.a (mon.0) 1129 : audit [INF] from='client.? 172.21.15.67:0/426166136' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.67:6801/3868765661"}]: dispatch 2023-12-09T02:03:31.220 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:03:30 smithi125 bash[25274]: audit 2023-12-09T02:03:29.960345+0000 mon.a (mon.0) 1127 : audit [INF] from='client.? 172.21.15.67:0/1019363515' entity='client.iscsi.foo.smithi067.oajywc' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.67:6800/3868765661"}]': finished 2023-12-09T02:03:31.220 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:03:30 smithi125 bash[25274]: cluster 2023-12-09T02:03:29.960556+0000 mon.a (mon.0) 1128 : cluster [DBG] osdmap e89: 8 total, 8 up, 8 in 2023-12-09T02:03:31.220 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:03:30 smithi125 bash[25274]: audit 2023-12-09T02:03:30.331747+0000 mon.a (mon.0) 1129 : audit [INF] from='client.? 172.21.15.67:0/426166136' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.67:6801/3868765661"}]: dispatch 2023-12-09T02:03:31.966 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:03:31 smithi067 bash[25375]: ::ffff:172.21.15.125 - - [09/Dec/2023:02:03:31] "GET /metrics HTTP/1.1" 200 214943 "" "Prometheus/2.33.4" 2023-12-09T02:03:32.218 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:03:31 smithi067 bash[25104]: cluster 2023-12-09T02:03:30.889778+0000 mgr.y (mgr.14457) 174 : cluster [DBG] pgmap v139: 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-09T02:03:32.218 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:03:31 smithi067 bash[25104]: audit 2023-12-09T02:03:30.971336+0000 mon.a (mon.0) 1130 : audit [INF] from='client.? 172.21.15.67:0/426166136' entity='client.iscsi.foo.smithi067.oajywc' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.67:6801/3868765661"}]': finished 2023-12-09T02:03:32.218 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:03:31 smithi067 bash[25104]: cluster 2023-12-09T02:03:30.971470+0000 mon.a (mon.0) 1131 : cluster [DBG] osdmap e90: 8 total, 8 up, 8 in 2023-12-09T02:03:32.219 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:03:31 smithi067 bash[25104]: audit 2023-12-09T02:03:31.346718+0000 mon.c (mon.1) 36 : audit [INF] from='client.? 172.21.15.67:0/2319384892' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.67:0/3483377638"}]: dispatch 2023-12-09T02:03:32.219 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:03:31 smithi067 bash[25104]: audit 2023-12-09T02:03:31.347601+0000 mon.a (mon.0) 1132 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.67:0/3483377638"}]: dispatch 2023-12-09T02:03:32.219 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:03:31 smithi067 bash[30830]: cluster 2023-12-09T02:03:30.889778+0000 mgr.y (mgr.14457) 174 : cluster [DBG] pgmap v139: 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-09T02:03:32.219 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:03:31 smithi067 bash[30830]: audit 2023-12-09T02:03:30.971336+0000 mon.a (mon.0) 1130 : audit [INF] from='client.? 172.21.15.67:0/426166136' entity='client.iscsi.foo.smithi067.oajywc' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.67:6801/3868765661"}]': finished 2023-12-09T02:03:32.219 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:03:31 smithi067 bash[30830]: cluster 2023-12-09T02:03:30.971470+0000 mon.a (mon.0) 1131 : cluster [DBG] osdmap e90: 8 total, 8 up, 8 in 2023-12-09T02:03:32.219 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:03:31 smithi067 bash[30830]: audit 2023-12-09T02:03:31.346718+0000 mon.c (mon.1) 36 : audit [INF] from='client.? 172.21.15.67:0/2319384892' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.67:0/3483377638"}]: dispatch 2023-12-09T02:03:32.219 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:03:31 smithi067 bash[30830]: audit 2023-12-09T02:03:31.347601+0000 mon.a (mon.0) 1132 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.67:0/3483377638"}]: dispatch 2023-12-09T02:03:32.220 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:03:31 smithi125 bash[25274]: cluster 2023-12-09T02:03:30.889778+0000 mgr.y (mgr.14457) 174 : cluster [DBG] pgmap v139: 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-09T02:03:32.220 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:03:31 smithi125 bash[25274]: audit 2023-12-09T02:03:30.971336+0000 mon.a (mon.0) 1130 : audit [INF] from='client.? 172.21.15.67:0/426166136' entity='client.iscsi.foo.smithi067.oajywc' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.67:6801/3868765661"}]': finished 2023-12-09T02:03:32.220 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:03:31 smithi125 bash[25274]: cluster 2023-12-09T02:03:30.971470+0000 mon.a (mon.0) 1131 : cluster [DBG] osdmap e90: 8 total, 8 up, 8 in 2023-12-09T02:03:32.221 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:03:31 smithi125 bash[25274]: audit 2023-12-09T02:03:31.346718+0000 mon.c (mon.1) 36 : audit [INF] from='client.? 172.21.15.67:0/2319384892' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.67:0/3483377638"}]: dispatch 2023-12-09T02:03:32.221 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:03:31 smithi125 bash[25274]: audit 2023-12-09T02:03:31.347601+0000 mon.a (mon.0) 1132 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.67:0/3483377638"}]: dispatch 2023-12-09T02:03:33.468 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:03:32 smithi067 bash[25104]: audit 2023-12-09T02:03:31.980916+0000 mon.a (mon.0) 1133 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi067.oajywc' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.67:0/3483377638"}]': finished 2023-12-09T02:03:33.468 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:03:32 smithi067 bash[25104]: cluster 2023-12-09T02:03:31.981074+0000 mon.a (mon.0) 1134 : cluster [DBG] osdmap e91: 8 total, 8 up, 8 in 2023-12-09T02:03:33.468 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:03:32 smithi067 bash[25104]: audit 2023-12-09T02:03:32.346016+0000 mon.c (mon.1) 37 : audit [INF] from='client.? 172.21.15.67:0/1541194610' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.67:6800/888530346"}]: dispatch 2023-12-09T02:03:33.469 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:03:32 smithi067 bash[25104]: audit 2023-12-09T02:03:32.346825+0000 mon.a (mon.0) 1135 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.67:6800/888530346"}]: dispatch 2023-12-09T02:03:33.469 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:03:32 smithi067 bash[30830]: audit 2023-12-09T02:03:31.980916+0000 mon.a (mon.0) 1133 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi067.oajywc' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.67:0/3483377638"}]': finished 2023-12-09T02:03:33.469 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:03:32 smithi067 bash[30830]: cluster 2023-12-09T02:03:31.981074+0000 mon.a (mon.0) 1134 : cluster [DBG] osdmap e91: 8 total, 8 up, 8 in 2023-12-09T02:03:33.469 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:03:32 smithi067 bash[30830]: audit 2023-12-09T02:03:32.346016+0000 mon.c (mon.1) 37 : audit [INF] from='client.? 172.21.15.67:0/1541194610' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.67:6800/888530346"}]: dispatch 2023-12-09T02:03:33.469 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:03:32 smithi067 bash[30830]: audit 2023-12-09T02:03:32.346825+0000 mon.a (mon.0) 1135 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.67:6800/888530346"}]: dispatch 2023-12-09T02:03:33.470 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:03:32 smithi125 bash[25274]: audit 2023-12-09T02:03:31.980916+0000 mon.a (mon.0) 1133 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi067.oajywc' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.67:0/3483377638"}]': finished 2023-12-09T02:03:33.470 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:03:32 smithi125 bash[25274]: cluster 2023-12-09T02:03:31.981074+0000 mon.a (mon.0) 1134 : cluster [DBG] osdmap e91: 8 total, 8 up, 8 in 2023-12-09T02:03:33.470 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:03:32 smithi125 bash[25274]: audit 2023-12-09T02:03:32.346016+0000 mon.c (mon.1) 37 : audit [INF] from='client.? 172.21.15.67:0/1541194610' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.67:6800/888530346"}]: dispatch 2023-12-09T02:03:33.470 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:03:32 smithi125 bash[25274]: audit 2023-12-09T02:03:32.346825+0000 mon.a (mon.0) 1135 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.67:6800/888530346"}]: dispatch 2023-12-09T02:03:34.373 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:03:33 smithi125 bash[25274]: cluster 2023-12-09T02:03:32.890542+0000 mgr.y (mgr.14457) 175 : cluster [DBG] pgmap v142: 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-09T02:03:34.373 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:03:33 smithi125 bash[25274]: audit 2023-12-09T02:03:32.992363+0000 mon.a (mon.0) 1136 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi067.oajywc' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.67:6800/888530346"}]': finished 2023-12-09T02:03:34.373 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:03:33 smithi125 bash[25274]: cluster 2023-12-09T02:03:32.992461+0000 mon.a (mon.0) 1137 : cluster [DBG] osdmap e92: 8 total, 8 up, 8 in 2023-12-09T02:03:34.373 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:03:33 smithi125 bash[25274]: audit 2023-12-09T02:03:33.360863+0000 mon.c (mon.1) 38 : audit [INF] from='client.? 172.21.15.67:0/3293337233' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.67:0/889291258"}]: dispatch 2023-12-09T02:03:34.373 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:03:33 smithi125 bash[25274]: audit 2023-12-09T02:03:33.361964+0000 mon.a (mon.0) 1138 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.67:0/889291258"}]: dispatch 2023-12-09T02:03:34.374 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 02:03:34 smithi125 bash[26515]: ::ffff:172.21.15.125 - - [09/Dec/2023:02:03:34] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-09T02:03:34.468 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:03:33 smithi067 bash[25104]: cluster 2023-12-09T02:03:32.890542+0000 mgr.y (mgr.14457) 175 : cluster [DBG] pgmap v142: 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-09T02:03:34.468 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:03:33 smithi067 bash[25104]: audit 2023-12-09T02:03:32.992363+0000 mon.a (mon.0) 1136 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi067.oajywc' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.67:6800/888530346"}]': finished 2023-12-09T02:03:34.469 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:03:33 smithi067 bash[25104]: cluster 2023-12-09T02:03:32.992461+0000 mon.a (mon.0) 1137 : cluster [DBG] osdmap e92: 8 total, 8 up, 8 in 2023-12-09T02:03:34.469 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:03:33 smithi067 bash[25104]: audit 2023-12-09T02:03:33.360863+0000 mon.c (mon.1) 38 : audit [INF] from='client.? 172.21.15.67:0/3293337233' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.67:0/889291258"}]: dispatch 2023-12-09T02:03:34.469 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:03:33 smithi067 bash[25104]: audit 2023-12-09T02:03:33.361964+0000 mon.a (mon.0) 1138 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.67:0/889291258"}]: dispatch 2023-12-09T02:03:34.469 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:03:33 smithi067 bash[30830]: cluster 2023-12-09T02:03:32.890542+0000 mgr.y (mgr.14457) 175 : cluster [DBG] pgmap v142: 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-09T02:03:34.469 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:03:33 smithi067 bash[30830]: audit 2023-12-09T02:03:32.992363+0000 mon.a (mon.0) 1136 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi067.oajywc' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.67:6800/888530346"}]': finished 2023-12-09T02:03:34.469 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:03:33 smithi067 bash[30830]: cluster 2023-12-09T02:03:32.992461+0000 mon.a (mon.0) 1137 : cluster [DBG] osdmap e92: 8 total, 8 up, 8 in 2023-12-09T02:03:34.469 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:03:33 smithi067 bash[30830]: audit 2023-12-09T02:03:33.360863+0000 mon.c (mon.1) 38 : audit [INF] from='client.? 172.21.15.67:0/3293337233' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.67:0/889291258"}]: dispatch 2023-12-09T02:03:34.469 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:03:33 smithi067 bash[30830]: audit 2023-12-09T02:03:33.361964+0000 mon.a (mon.0) 1138 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.67:0/889291258"}]: dispatch 2023-12-09T02:03:35.468 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:03:35 smithi067 bash[25104]: audit 2023-12-09T02:03:34.001627+0000 mon.a (mon.0) 1139 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi067.oajywc' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.67:0/889291258"}]': finished 2023-12-09T02:03:35.468 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:03:35 smithi067 bash[25104]: cluster 2023-12-09T02:03:34.001786+0000 mon.a (mon.0) 1140 : cluster [DBG] osdmap e93: 8 total, 8 up, 8 in 2023-12-09T02:03:35.468 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:03:35 smithi067 bash[30830]: audit 2023-12-09T02:03:34.001627+0000 mon.a (mon.0) 1139 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi067.oajywc' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.67:0/889291258"}]': finished 2023-12-09T02:03:35.468 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:03:35 smithi067 bash[30830]: cluster 2023-12-09T02:03:34.001786+0000 mon.a (mon.0) 1140 : cluster [DBG] osdmap e93: 8 total, 8 up, 8 in 2023-12-09T02:03:35.471 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:03:35 smithi125 bash[25274]: audit 2023-12-09T02:03:34.001627+0000 mon.a (mon.0) 1139 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi067.oajywc' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.67:0/889291258"}]': finished 2023-12-09T02:03:35.471 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:03:35 smithi125 bash[25274]: cluster 2023-12-09T02:03:34.001786+0000 mon.a (mon.0) 1140 : cluster [DBG] osdmap e93: 8 total, 8 up, 8 in 2023-12-09T02:03:36.190 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:03:36 smithi067 bash[25104]: cluster 2023-12-09T02:03:34.892172+0000 mgr.y (mgr.14457) 176 : cluster [DBG] pgmap v145: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:03:36.191 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:03:36 smithi067 bash[30830]: cluster 2023-12-09T02:03:34.892172+0000 mgr.y (mgr.14457) 176 : cluster [DBG] pgmap v145: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:03:36.470 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:03:36 smithi125 bash[25274]: cluster 2023-12-09T02:03:34.892172+0000 mgr.y (mgr.14457) 176 : cluster [DBG] pgmap v145: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:03:38.800 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:03:38 smithi067 bash[25104]: cluster 2023-12-09T02:03:36.892922+0000 mgr.y (mgr.14457) 177 : cluster [DBG] pgmap v146: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 863 B/s rd, 0 op/s 2023-12-09T02:03:38.800 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:03:38 smithi067 bash[25104]: audit 2023-12-09T02:03:37.234256+0000 mgr.y (mgr.14457) 178 : audit [DBG] from='client.14949 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:03:38.801 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:03:38 smithi067 bash[30830]: cluster 2023-12-09T02:03:36.892922+0000 mgr.y (mgr.14457) 177 : cluster [DBG] pgmap v146: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 863 B/s rd, 0 op/s 2023-12-09T02:03:38.801 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:03:38 smithi067 bash[30830]: audit 2023-12-09T02:03:37.234256+0000 mgr.y (mgr.14457) 178 : audit [DBG] from='client.14949 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:03:38.970 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:03:38 smithi125 bash[25274]: cluster 2023-12-09T02:03:36.892922+0000 mgr.y (mgr.14457) 177 : cluster [DBG] pgmap v146: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 863 B/s rd, 0 op/s 2023-12-09T02:03:38.970 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:03:38 smithi125 bash[25274]: audit 2023-12-09T02:03:37.234256+0000 mgr.y (mgr.14457) 178 : audit [DBG] from='client.14949 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:03:40.718 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:03:40 smithi067 bash[25375]: 172.21.15.67 - - [09/Dec/2023:02:03:40] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-09T02:03:40.718 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:03:40 smithi067 bash[25104]: cluster 2023-12-09T02:03:38.893853+0000 mgr.y (mgr.14457) 179 : cluster [DBG] pgmap v147: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 740 B/s rd, 0 op/s 2023-12-09T02:03:40.718 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:03:40 smithi067 bash[25104]: audit 2023-12-09T02:03:40.394199+0000 mon.a (mon.0) 1141 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:03:40.718 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:03:40 smithi067 bash[25104]: audit 2023-12-09T02:03:40.405503+0000 mon.a (mon.0) 1142 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:03:40.719 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:03:40 smithi067 bash[30830]: cluster 2023-12-09T02:03:38.893853+0000 mgr.y (mgr.14457) 179 : cluster [DBG] pgmap v147: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 740 B/s rd, 0 op/s 2023-12-09T02:03:40.719 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:03:40 smithi067 bash[30830]: audit 2023-12-09T02:03:40.394199+0000 mon.a (mon.0) 1141 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:03:40.719 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:03:40 smithi067 bash[30830]: audit 2023-12-09T02:03:40.405503+0000 mon.a (mon.0) 1142 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:03:40.970 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:03:40 smithi125 bash[25274]: cluster 2023-12-09T02:03:38.893853+0000 mgr.y (mgr.14457) 179 : cluster [DBG] pgmap v147: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 740 B/s rd, 0 op/s 2023-12-09T02:03:40.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:03:40 smithi125 bash[25274]: audit 2023-12-09T02:03:40.394199+0000 mon.a (mon.0) 1141 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:03:40.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:03:40 smithi125 bash[25274]: audit 2023-12-09T02:03:40.405503+0000 mon.a (mon.0) 1142 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:03:41.968 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:03:41 smithi067 bash[25375]: ::ffff:172.21.15.125 - - [09/Dec/2023:02:03:41] "GET /metrics HTTP/1.1" 200 214943 "" "Prometheus/2.33.4" 2023-12-09T02:03:42.968 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:03:42 smithi067 bash[25104]: cluster 2023-12-09T02:03:40.895674+0000 mgr.y (mgr.14457) 180 : cluster [DBG] pgmap v148: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:03:42.968 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:03:42 smithi067 bash[30830]: cluster 2023-12-09T02:03:40.895674+0000 mgr.y (mgr.14457) 180 : cluster [DBG] pgmap v148: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:03:42.970 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:03:42 smithi125 bash[25274]: cluster 2023-12-09T02:03:40.895674+0000 mgr.y (mgr.14457) 180 : cluster [DBG] pgmap v148: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:03:44.721 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:03:44 smithi125 bash[25274]: cluster 2023-12-09T02:03:42.896423+0000 mgr.y (mgr.14457) 181 : cluster [DBG] pgmap v149: 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-09T02:03:44.721 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 02:03:44 smithi125 bash[26515]: ::ffff:172.21.15.125 - - [09/Dec/2023:02:03:44] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-09T02:03:44.968 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:03:44 smithi067 bash[25104]: cluster 2023-12-09T02:03:42.896423+0000 mgr.y (mgr.14457) 181 : cluster [DBG] pgmap v149: 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-09T02:03:44.968 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:03:44 smithi067 bash[30830]: cluster 2023-12-09T02:03:42.896423+0000 mgr.y (mgr.14457) 181 : cluster [DBG] pgmap v149: 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-09T02:03:46.968 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:03:46 smithi067 bash[25104]: cluster 2023-12-09T02:03:44.898136+0000 mgr.y (mgr.14457) 182 : cluster [DBG] pgmap v150: 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-09T02:03:46.968 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:03:46 smithi067 bash[30830]: cluster 2023-12-09T02:03:44.898136+0000 mgr.y (mgr.14457) 182 : cluster [DBG] pgmap v150: 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-09T02:03:46.970 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:03:46 smithi125 bash[25274]: cluster 2023-12-09T02:03:44.898136+0000 mgr.y (mgr.14457) 182 : cluster [DBG] pgmap v150: 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-09T02:03:48.468 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:03:48 smithi067 bash[25375]: 172.21.15.125 - - [09/Dec/2023:02:03:48] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-09T02:03:48.860 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:03:48 smithi125 bash[25274]: cluster 2023-12-09T02:03:46.898845+0000 mgr.y (mgr.14457) 183 : cluster [DBG] pgmap v151: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:03:48.860 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:03:48 smithi125 bash[25274]: audit 2023-12-09T02:03:47.244175+0000 mgr.y (mgr.14457) 184 : audit [DBG] from='client.14949 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:03:48.860 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:03:48 smithi125 bash[25274]: audit 2023-12-09T02:03:48.070711+0000 mon.a (mon.0) 1143 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:03:48.860 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:03:48 smithi125 bash[25274]: audit 2023-12-09T02:03:48.081819+0000 mon.a (mon.0) 1144 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:03:48.968 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:03:48 smithi067 bash[25104]: cluster 2023-12-09T02:03:46.898845+0000 mgr.y (mgr.14457) 183 : cluster [DBG] pgmap v151: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:03:48.968 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:03:48 smithi067 bash[25104]: audit 2023-12-09T02:03:47.244175+0000 mgr.y (mgr.14457) 184 : audit [DBG] from='client.14949 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:03:48.968 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:03:48 smithi067 bash[25104]: audit 2023-12-09T02:03:48.070711+0000 mon.a (mon.0) 1143 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:03:48.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:03:48 smithi067 bash[25104]: audit 2023-12-09T02:03:48.081819+0000 mon.a (mon.0) 1144 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:03:48.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:03:48 smithi067 bash[30830]: cluster 2023-12-09T02:03:46.898845+0000 mgr.y (mgr.14457) 183 : cluster [DBG] pgmap v151: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:03:48.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:03:48 smithi067 bash[30830]: audit 2023-12-09T02:03:47.244175+0000 mgr.y (mgr.14457) 184 : audit [DBG] from='client.14949 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:03:48.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:03:48 smithi067 bash[30830]: audit 2023-12-09T02:03:48.070711+0000 mon.a (mon.0) 1143 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:03:48.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:03:48 smithi067 bash[30830]: audit 2023-12-09T02:03:48.081819+0000 mon.a (mon.0) 1144 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:03:50.968 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:03:50 smithi067 bash[25104]: cluster 2023-12-09T02:03:48.899735+0000 mgr.y (mgr.14457) 185 : cluster [DBG] pgmap v152: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:03:50.968 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:03:50 smithi067 bash[30830]: cluster 2023-12-09T02:03:48.899735+0000 mgr.y (mgr.14457) 185 : cluster [DBG] pgmap v152: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:03:50.970 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:03:50 smithi125 bash[25274]: cluster 2023-12-09T02:03:48.899735+0000 mgr.y (mgr.14457) 185 : cluster [DBG] pgmap v152: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:03:51.968 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:03:51 smithi067 bash[25375]: ::ffff:172.21.15.125 - - [09/Dec/2023:02:03:51] "GET /metrics HTTP/1.1" 200 214925 "" "Prometheus/2.33.4" 2023-12-09T02:03:52.968 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:03:52 smithi067 bash[25104]: cluster 2023-12-09T02:03:50.901568+0000 mgr.y (mgr.14457) 186 : cluster [DBG] pgmap v153: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:03:52.968 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:03:52 smithi067 bash[30830]: cluster 2023-12-09T02:03:50.901568+0000 mgr.y (mgr.14457) 186 : cluster [DBG] pgmap v153: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:03:52.970 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:03:52 smithi125 bash[25274]: cluster 2023-12-09T02:03:50.901568+0000 mgr.y (mgr.14457) 186 : cluster [DBG] pgmap v153: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:03:54.721 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:03:54 smithi125 bash[25274]: cluster 2023-12-09T02:03:52.902274+0000 mgr.y (mgr.14457) 187 : cluster [DBG] pgmap v154: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:03:54.721 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 02:03:54 smithi125 bash[26515]: ::ffff:172.21.15.125 - - [09/Dec/2023:02:03:54] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-09T02:03:54.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:03:54 smithi067 bash[25104]: cluster 2023-12-09T02:03:52.902274+0000 mgr.y (mgr.14457) 187 : cluster [DBG] pgmap v154: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:03:54.972 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:03:54 smithi067 bash[30830]: cluster 2023-12-09T02:03:52.902274+0000 mgr.y (mgr.14457) 187 : cluster [DBG] pgmap v154: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:03:56.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:03:56 smithi067 bash[25104]: cluster 2023-12-09T02:03:54.904005+0000 mgr.y (mgr.14457) 188 : cluster [DBG] pgmap v155: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:03:56.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:03:56 smithi067 bash[30830]: cluster 2023-12-09T02:03:54.904005+0000 mgr.y (mgr.14457) 188 : cluster [DBG] pgmap v155: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:03:56.970 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:03:56 smithi125 bash[25274]: cluster 2023-12-09T02:03:54.904005+0000 mgr.y (mgr.14457) 188 : cluster [DBG] pgmap v155: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:03:58.968 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:03:58 smithi067 bash[25104]: cluster 2023-12-09T02:03:56.904754+0000 mgr.y (mgr.14457) 189 : cluster [DBG] pgmap v156: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:03:58.968 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:03:58 smithi067 bash[25104]: audit 2023-12-09T02:03:57.254078+0000 mgr.y (mgr.14457) 190 : audit [DBG] from='client.14949 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:03:58.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:03:58 smithi067 bash[30830]: cluster 2023-12-09T02:03:56.904754+0000 mgr.y (mgr.14457) 189 : cluster [DBG] pgmap v156: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:03:58.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:03:58 smithi067 bash[30830]: audit 2023-12-09T02:03:57.254078+0000 mgr.y (mgr.14457) 190 : audit [DBG] from='client.14949 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:03:58.970 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:03:58 smithi125 bash[25274]: cluster 2023-12-09T02:03:56.904754+0000 mgr.y (mgr.14457) 189 : cluster [DBG] pgmap v156: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:03:58.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:03:58 smithi125 bash[25274]: audit 2023-12-09T02:03:57.254078+0000 mgr.y (mgr.14457) 190 : audit [DBG] from='client.14949 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:03:59.968 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:03:59 smithi067 bash[25104]: audit 2023-12-09T02:03:58.957905+0000 mon.a (mon.0) 1145 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-09T02:03:59.968 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:03:59 smithi067 bash[25104]: audit 2023-12-09T02:03:59.206072+0000 mon.a (mon.0) 1146 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-09T02:03:59.968 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:03:59 smithi067 bash[30830]: audit 2023-12-09T02:03:58.957905+0000 mon.a (mon.0) 1145 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-09T02:03:59.968 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:03:59 smithi067 bash[30830]: audit 2023-12-09T02:03:59.206072+0000 mon.a (mon.0) 1146 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-09T02:03:59.970 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:03:59 smithi125 bash[25274]: audit 2023-12-09T02:03:58.957905+0000 mon.a (mon.0) 1145 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-09T02:03:59.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:03:59 smithi125 bash[25274]: audit 2023-12-09T02:03:59.206072+0000 mon.a (mon.0) 1146 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-09T02:04:00.968 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:04:00 smithi067 bash[25375]: 172.21.15.67 - - [09/Dec/2023:02:04:00] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-09T02:04:00.968 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:04:00 smithi067 bash[25104]: cluster 2023-12-09T02:03:58.905526+0000 mgr.y (mgr.14457) 191 : cluster [DBG] pgmap v157: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:04:00.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:04:00 smithi067 bash[25104]: audit 2023-12-09T02:04:00.559151+0000 mon.a (mon.0) 1147 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:04:00.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:04:00 smithi067 bash[25104]: audit 2023-12-09T02:04:00.566901+0000 mon.a (mon.0) 1148 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:04:00.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:04:00 smithi067 bash[30830]: cluster 2023-12-09T02:03:58.905526+0000 mgr.y (mgr.14457) 191 : cluster [DBG] pgmap v157: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:04:00.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:04:00 smithi067 bash[30830]: audit 2023-12-09T02:04:00.559151+0000 mon.a (mon.0) 1147 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:04:00.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:04:00 smithi067 bash[30830]: audit 2023-12-09T02:04:00.566901+0000 mon.a (mon.0) 1148 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:04:00.970 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:04:00 smithi125 bash[25274]: cluster 2023-12-09T02:03:58.905526+0000 mgr.y (mgr.14457) 191 : cluster [DBG] pgmap v157: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:04:00.970 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:04:00 smithi125 bash[25274]: audit 2023-12-09T02:04:00.559151+0000 mon.a (mon.0) 1147 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:04:00.970 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:04:00 smithi125 bash[25274]: audit 2023-12-09T02:04:00.566901+0000 mon.a (mon.0) 1148 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:04:01.968 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:04:01 smithi067 bash[25375]: ::ffff:172.21.15.125 - - [09/Dec/2023:02:04:01] "GET /metrics HTTP/1.1" 200 214886 "" "Prometheus/2.33.4" 2023-12-09T02:04:02.968 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:04:02 smithi067 bash[25104]: cluster 2023-12-09T02:04:00.907289+0000 mgr.y (mgr.14457) 192 : cluster [DBG] pgmap v158: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:04:02.968 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:04:02 smithi067 bash[30830]: cluster 2023-12-09T02:04:00.907289+0000 mgr.y (mgr.14457) 192 : cluster [DBG] pgmap v158: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:04:02.970 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:04:02 smithi125 bash[25274]: cluster 2023-12-09T02:04:00.907289+0000 mgr.y (mgr.14457) 192 : cluster [DBG] pgmap v158: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:04:04.621 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 02:04:04 smithi125 bash[26515]: ::ffff:172.21.15.125 - - [09/Dec/2023:02:04:04] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-09T02:04:04.968 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:04:04 smithi067 bash[25104]: cluster 2023-12-09T02:04:02.908030+0000 mgr.y (mgr.14457) 193 : cluster [DBG] pgmap v159: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:04:04.968 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:04:04 smithi067 bash[30830]: cluster 2023-12-09T02:04:02.908030+0000 mgr.y (mgr.14457) 193 : cluster [DBG] pgmap v159: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:04:04.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:04:04 smithi125 bash[25274]: cluster 2023-12-09T02:04:02.908030+0000 mgr.y (mgr.14457) 193 : cluster [DBG] pgmap v159: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:04:06.828 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:04:06 smithi125 bash[25274]: cluster 2023-12-09T02:04:04.909696+0000 mgr.y (mgr.14457) 194 : cluster [DBG] pgmap v160: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:04:06.968 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:04:06 smithi067 bash[25104]: cluster 2023-12-09T02:04:04.909696+0000 mgr.y (mgr.14457) 194 : cluster [DBG] pgmap v160: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:04:06.968 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:04:06 smithi067 bash[30830]: cluster 2023-12-09T02:04:04.909696+0000 mgr.y (mgr.14457) 194 : cluster [DBG] pgmap v160: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:04:08.632 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:04:08 smithi067 bash[25375]: 172.21.15.125 - - [09/Dec/2023:02:04:08] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-09T02:04:08.632 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:04:08 smithi067 bash[30830]: cluster 2023-12-09T02:04:06.910398+0000 mgr.y (mgr.14457) 195 : cluster [DBG] pgmap v161: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:04:08.632 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:04:08 smithi067 bash[30830]: audit 2023-12-09T02:04:07.264767+0000 mgr.y (mgr.14457) 196 : audit [DBG] from='client.14949 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:04:08.632 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:04:08 smithi067 bash[30830]: audit 2023-12-09T02:04:08.217008+0000 mon.a (mon.0) 1149 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:04:08.632 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:04:08 smithi067 bash[30830]: audit 2023-12-09T02:04:08.224037+0000 mon.a (mon.0) 1150 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:04:08.968 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:04:08 smithi067 bash[25104]: cluster 2023-12-09T02:04:06.910398+0000 mgr.y (mgr.14457) 195 : cluster [DBG] pgmap v161: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:04:08.968 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:04:08 smithi067 bash[25104]: audit 2023-12-09T02:04:07.264767+0000 mgr.y (mgr.14457) 196 : audit [DBG] from='client.14949 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:04:08.968 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:04:08 smithi067 bash[25104]: audit 2023-12-09T02:04:08.217008+0000 mon.a (mon.0) 1149 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:04:08.968 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:04:08 smithi067 bash[25104]: audit 2023-12-09T02:04:08.224037+0000 mon.a (mon.0) 1150 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:04:08.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:04:08 smithi125 bash[25274]: cluster 2023-12-09T02:04:06.910398+0000 mgr.y (mgr.14457) 195 : cluster [DBG] pgmap v161: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:04:08.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:04:08 smithi125 bash[25274]: audit 2023-12-09T02:04:07.264767+0000 mgr.y (mgr.14457) 196 : audit [DBG] from='client.14949 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:04:08.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:04:08 smithi125 bash[25274]: audit 2023-12-09T02:04:08.217008+0000 mon.a (mon.0) 1149 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:04:08.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:04:08 smithi125 bash[25274]: audit 2023-12-09T02:04:08.224037+0000 mon.a (mon.0) 1150 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:04:10.968 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:04:10 smithi067 bash[25104]: cluster 2023-12-09T02:04:08.911139+0000 mgr.y (mgr.14457) 197 : cluster [DBG] pgmap v162: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:04:10.968 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:04:10 smithi067 bash[30830]: cluster 2023-12-09T02:04:08.911139+0000 mgr.y (mgr.14457) 197 : cluster [DBG] pgmap v162: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:04:10.970 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:04:10 smithi125 bash[25274]: cluster 2023-12-09T02:04:08.911139+0000 mgr.y (mgr.14457) 197 : cluster [DBG] pgmap v162: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:04:11.968 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:04:11 smithi067 bash[25375]: ::ffff:172.21.15.125 - - [09/Dec/2023:02:04:11] "GET /metrics HTTP/1.1" 200 214886 "" "Prometheus/2.33.4" 2023-12-09T02:04:12.968 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:04:12 smithi067 bash[25104]: cluster 2023-12-09T02:04:10.912970+0000 mgr.y (mgr.14457) 198 : cluster [DBG] pgmap v163: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:04:12.968 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:04:12 smithi067 bash[30830]: cluster 2023-12-09T02:04:10.912970+0000 mgr.y (mgr.14457) 198 : cluster [DBG] pgmap v163: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:04:12.970 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:04:12 smithi125 bash[25274]: cluster 2023-12-09T02:04:10.912970+0000 mgr.y (mgr.14457) 198 : cluster [DBG] pgmap v163: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:04:14.646 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 02:04:14 smithi125 bash[26515]: ::ffff:172.21.15.125 - - [09/Dec/2023:02:04:14] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-09T02:04:14.968 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:04:14 smithi067 bash[25104]: cluster 2023-12-09T02:04:12.913789+0000 mgr.y (mgr.14457) 199 : cluster [DBG] pgmap v164: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:04:14.968 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:04:14 smithi067 bash[30830]: cluster 2023-12-09T02:04:12.913789+0000 mgr.y (mgr.14457) 199 : cluster [DBG] pgmap v164: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:04:14.970 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:04:14 smithi125 bash[25274]: cluster 2023-12-09T02:04:12.913789+0000 mgr.y (mgr.14457) 199 : cluster [DBG] pgmap v164: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:04:16.947 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:04:16 smithi067 bash[25104]: cluster 2023-12-09T02:04:14.915441+0000 mgr.y (mgr.14457) 200 : cluster [DBG] pgmap v165: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:04:16.947 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:04:16 smithi067 bash[30830]: cluster 2023-12-09T02:04:14.915441+0000 mgr.y (mgr.14457) 200 : cluster [DBG] pgmap v165: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:04:16.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:04:16 smithi125 bash[25274]: cluster 2023-12-09T02:04:14.915441+0000 mgr.y (mgr.14457) 200 : cluster [DBG] pgmap v165: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:04:18.968 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:04:18 smithi067 bash[25104]: cluster 2023-12-09T02:04:16.916201+0000 mgr.y (mgr.14457) 201 : cluster [DBG] pgmap v166: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:04:18.968 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:04:18 smithi067 bash[25104]: audit 2023-12-09T02:04:17.269083+0000 mgr.y (mgr.14457) 202 : audit [DBG] from='client.14949 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:04:18.968 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:04:18 smithi067 bash[30830]: cluster 2023-12-09T02:04:16.916201+0000 mgr.y (mgr.14457) 201 : cluster [DBG] pgmap v166: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:04:18.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:04:18 smithi067 bash[30830]: audit 2023-12-09T02:04:17.269083+0000 mgr.y (mgr.14457) 202 : audit [DBG] from='client.14949 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:04:18.970 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:04:18 smithi125 bash[25274]: cluster 2023-12-09T02:04:16.916201+0000 mgr.y (mgr.14457) 201 : cluster [DBG] pgmap v166: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:04:18.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:04:18 smithi125 bash[25274]: audit 2023-12-09T02:04:17.269083+0000 mgr.y (mgr.14457) 202 : audit [DBG] from='client.14949 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:04:20.968 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:04:20 smithi067 bash[25104]: cluster 2023-12-09T02:04:18.916948+0000 mgr.y (mgr.14457) 203 : cluster [DBG] pgmap v167: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:04:20.969 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:04:20 smithi067 bash[25375]: 172.21.15.67 - - [09/Dec/2023:02:04:20] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-09T02:04:20.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:04:20 smithi067 bash[30830]: cluster 2023-12-09T02:04:18.916948+0000 mgr.y (mgr.14457) 203 : cluster [DBG] pgmap v167: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:04:20.970 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:04:20 smithi125 bash[25274]: cluster 2023-12-09T02:04:18.916948+0000 mgr.y (mgr.14457) 203 : cluster [DBG] pgmap v167: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:04:21.968 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:04:21 smithi067 bash[25375]: ::ffff:172.21.15.125 - - [09/Dec/2023:02:04:21] "GET /metrics HTTP/1.1" 200 214852 "" "Prometheus/2.33.4" 2023-12-09T02:04:21.968 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:04:21 smithi067 bash[25104]: audit 2023-12-09T02:04:20.718791+0000 mon.a (mon.0) 1151 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:04:21.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:04:21 smithi067 bash[25104]: audit 2023-12-09T02:04:20.725625+0000 mon.a (mon.0) 1152 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:04:21.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:04:21 smithi067 bash[25104]: cluster 2023-12-09T02:04:20.918781+0000 mgr.y (mgr.14457) 204 : cluster [DBG] pgmap v168: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:04:21.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:04:21 smithi067 bash[30830]: audit 2023-12-09T02:04:20.718791+0000 mon.a (mon.0) 1151 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:04:21.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:04:21 smithi067 bash[30830]: audit 2023-12-09T02:04:20.725625+0000 mon.a (mon.0) 1152 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:04:21.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:04:21 smithi067 bash[30830]: cluster 2023-12-09T02:04:20.918781+0000 mgr.y (mgr.14457) 204 : cluster [DBG] pgmap v168: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:04:21.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:04:21 smithi125 bash[25274]: audit 2023-12-09T02:04:20.718791+0000 mon.a (mon.0) 1151 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:04:21.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:04:21 smithi125 bash[25274]: audit 2023-12-09T02:04:20.725625+0000 mon.a (mon.0) 1152 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:04:21.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:04:21 smithi125 bash[25274]: cluster 2023-12-09T02:04:20.918781+0000 mgr.y (mgr.14457) 204 : cluster [DBG] pgmap v168: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:04:22.797 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:04:22 smithi125 bash[25274]: audit 2023-12-09T02:04:22.523116+0000 mon.a (mon.0) 1153 : audit [DBG] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:04:22.797 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:04:22 smithi125 bash[25274]: audit 2023-12-09T02:04:22.525215+0000 mon.a (mon.0) 1154 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:04:23.218 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:04:22 smithi067 bash[25104]: audit 2023-12-09T02:04:22.523116+0000 mon.a (mon.0) 1153 : audit [DBG] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:04:23.218 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:04:22 smithi067 bash[25104]: audit 2023-12-09T02:04:22.525215+0000 mon.a (mon.0) 1154 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:04:23.219 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:04:22 smithi067 bash[30830]: audit 2023-12-09T02:04:22.523116+0000 mon.a (mon.0) 1153 : audit [DBG] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:04:23.219 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:04:22 smithi067 bash[30830]: audit 2023-12-09T02:04:22.525215+0000 mon.a (mon.0) 1154 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:04:24.218 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:04:23 smithi067 bash[25104]: audit 2023-12-09T02:04:22.817176+0000 mon.a (mon.0) 1155 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:04:24.218 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:04:23 smithi067 bash[25104]: audit 2023-12-09T02:04:22.826962+0000 mon.a (mon.0) 1156 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:04:24.218 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:04:23 smithi067 bash[25104]: cluster 2023-12-09T02:04:22.919579+0000 mgr.y (mgr.14457) 205 : cluster [DBG] pgmap v169: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:04:24.219 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:04:23 smithi067 bash[30830]: audit 2023-12-09T02:04:22.817176+0000 mon.a (mon.0) 1155 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:04:24.219 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:04:23 smithi067 bash[30830]: audit 2023-12-09T02:04:22.826962+0000 mon.a (mon.0) 1156 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:04:24.219 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:04:23 smithi067 bash[30830]: cluster 2023-12-09T02:04:22.919579+0000 mgr.y (mgr.14457) 205 : cluster [DBG] pgmap v169: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:04:24.221 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:04:23 smithi125 bash[25274]: audit 2023-12-09T02:04:22.817176+0000 mon.a (mon.0) 1155 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:04:24.221 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:04:23 smithi125 bash[25274]: audit 2023-12-09T02:04:22.826962+0000 mon.a (mon.0) 1156 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:04:24.221 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:04:23 smithi125 bash[25274]: cluster 2023-12-09T02:04:22.919579+0000 mgr.y (mgr.14457) 205 : cluster [DBG] pgmap v169: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:04:24.721 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 02:04:24 smithi125 bash[26515]: ::ffff:172.21.15.125 - - [09/Dec/2023:02:04:24] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-09T02:04:26.468 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:04:25 smithi067 bash[25104]: cluster 2023-12-09T02:04:24.921250+0000 mgr.y (mgr.14457) 206 : cluster [DBG] pgmap v170: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:04:26.468 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:04:25 smithi067 bash[30830]: cluster 2023-12-09T02:04:24.921250+0000 mgr.y (mgr.14457) 206 : cluster [DBG] pgmap v170: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:04:26.472 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:04:25 smithi125 bash[25274]: cluster 2023-12-09T02:04:24.921250+0000 mgr.y (mgr.14457) 206 : cluster [DBG] pgmap v170: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:04:28.646 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:04:28 smithi125 bash[25274]: cluster 2023-12-09T02:04:26.922050+0000 mgr.y (mgr.14457) 207 : cluster [DBG] pgmap v171: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:04:28.646 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:04:28 smithi125 bash[25274]: audit 2023-12-09T02:04:27.276253+0000 mgr.y (mgr.14457) 208 : audit [DBG] from='client.14949 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:04:28.646 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:04:28 smithi125 bash[25274]: audit 2023-12-09T02:04:28.364823+0000 mon.a (mon.0) 1157 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:04:28.646 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:04:28 smithi125 bash[25274]: audit 2023-12-09T02:04:28.371639+0000 mon.a (mon.0) 1158 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:04:28.718 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:04:28 smithi067 bash[25375]: 172.21.15.125 - - [09/Dec/2023:02:04:28] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-09T02:04:28.719 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:04:28 smithi067 bash[30830]: cluster 2023-12-09T02:04:26.922050+0000 mgr.y (mgr.14457) 207 : cluster [DBG] pgmap v171: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:04:28.719 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:04:28 smithi067 bash[30830]: audit 2023-12-09T02:04:27.276253+0000 mgr.y (mgr.14457) 208 : audit [DBG] from='client.14949 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:04:28.719 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:04:28 smithi067 bash[30830]: audit 2023-12-09T02:04:28.364823+0000 mon.a (mon.0) 1157 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:04:28.719 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:04:28 smithi067 bash[30830]: audit 2023-12-09T02:04:28.371639+0000 mon.a (mon.0) 1158 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:04:28.719 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:04:28 smithi067 bash[25104]: cluster 2023-12-09T02:04:26.922050+0000 mgr.y (mgr.14457) 207 : cluster [DBG] pgmap v171: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:04:28.719 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:04:28 smithi067 bash[25104]: audit 2023-12-09T02:04:27.276253+0000 mgr.y (mgr.14457) 208 : audit [DBG] from='client.14949 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:04:28.719 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:04:28 smithi067 bash[25104]: audit 2023-12-09T02:04:28.364823+0000 mon.a (mon.0) 1157 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:04:28.719 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:04:28 smithi067 bash[25104]: audit 2023-12-09T02:04:28.371639+0000 mon.a (mon.0) 1158 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:04:30.968 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:04:30 smithi067 bash[30830]: cluster 2023-12-09T02:04:28.922759+0000 mgr.y (mgr.14457) 209 : cluster [DBG] pgmap v172: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:04:30.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:04:30 smithi067 bash[25104]: cluster 2023-12-09T02:04:28.922759+0000 mgr.y (mgr.14457) 209 : cluster [DBG] pgmap v172: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:04:30.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:04:30 smithi125 bash[25274]: cluster 2023-12-09T02:04:28.922759+0000 mgr.y (mgr.14457) 209 : cluster [DBG] pgmap v172: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:04:31.968 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:04:31 smithi067 bash[25375]: ::ffff:172.21.15.125 - - [09/Dec/2023:02:04:31] "GET /metrics HTTP/1.1" 200 214845 "" "Prometheus/2.33.4" 2023-12-09T02:04:32.968 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:04:32 smithi067 bash[25104]: cluster 2023-12-09T02:04:30.924564+0000 mgr.y (mgr.14457) 210 : cluster [DBG] pgmap v173: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:04:32.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:04:32 smithi067 bash[30830]: cluster 2023-12-09T02:04:30.924564+0000 mgr.y (mgr.14457) 210 : cluster [DBG] pgmap v173: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:04:32.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:04:32 smithi125 bash[25274]: cluster 2023-12-09T02:04:30.924564+0000 mgr.y (mgr.14457) 210 : cluster [DBG] pgmap v173: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:04:34.721 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:04:34 smithi125 bash[25274]: cluster 2023-12-09T02:04:32.925302+0000 mgr.y (mgr.14457) 211 : cluster [DBG] pgmap v174: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:04:34.721 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 02:04:34 smithi125 bash[26515]: ::ffff:172.21.15.125 - - [09/Dec/2023:02:04:34] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-09T02:04:34.968 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:04:34 smithi067 bash[30830]: cluster 2023-12-09T02:04:32.925302+0000 mgr.y (mgr.14457) 211 : cluster [DBG] pgmap v174: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:04:34.968 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:04:34 smithi067 bash[25104]: cluster 2023-12-09T02:04:32.925302+0000 mgr.y (mgr.14457) 211 : cluster [DBG] pgmap v174: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:04:36.968 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:04:36 smithi067 bash[25104]: cluster 2023-12-09T02:04:34.926975+0000 mgr.y (mgr.14457) 212 : cluster [DBG] pgmap v175: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:04:36.968 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:04:36 smithi067 bash[30830]: cluster 2023-12-09T02:04:34.926975+0000 mgr.y (mgr.14457) 212 : cluster [DBG] pgmap v175: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:04:36.970 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:04:36 smithi125 bash[25274]: cluster 2023-12-09T02:04:34.926975+0000 mgr.y (mgr.14457) 212 : cluster [DBG] pgmap v175: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:04:38.878 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:04:38 smithi067 bash[30830]: cluster 2023-12-09T02:04:36.927875+0000 mgr.y (mgr.14457) 213 : cluster [DBG] pgmap v176: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:04:38.878 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:04:38 smithi067 bash[30830]: audit 2023-12-09T02:04:37.285287+0000 mgr.y (mgr.14457) 214 : audit [DBG] from='client.14949 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:04:38.878 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:04:38 smithi067 bash[25104]: cluster 2023-12-09T02:04:36.927875+0000 mgr.y (mgr.14457) 213 : cluster [DBG] pgmap v176: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:04:38.878 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:04:38 smithi067 bash[25104]: audit 2023-12-09T02:04:37.285287+0000 mgr.y (mgr.14457) 214 : audit [DBG] from='client.14949 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:04:38.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:04:38 smithi125 bash[25274]: cluster 2023-12-09T02:04:36.927875+0000 mgr.y (mgr.14457) 213 : cluster [DBG] pgmap v176: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:04:38.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:04:38 smithi125 bash[25274]: audit 2023-12-09T02:04:37.285287+0000 mgr.y (mgr.14457) 214 : audit [DBG] from='client.14949 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:04:40.887 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:04:40 smithi067 bash[30830]: cluster 2023-12-09T02:04:38.928663+0000 mgr.y (mgr.14457) 215 : cluster [DBG] pgmap v177: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:04:40.887 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:04:40 smithi067 bash[25104]: cluster 2023-12-09T02:04:38.928663+0000 mgr.y (mgr.14457) 215 : cluster [DBG] pgmap v177: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:04:40.888 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:04:40 smithi067 bash[25375]: 172.21.15.67 - - [09/Dec/2023:02:04:40] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-09T02:04:40.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:04:40 smithi125 bash[25274]: cluster 2023-12-09T02:04:38.928663+0000 mgr.y (mgr.14457) 215 : cluster [DBG] pgmap v177: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:04:41.968 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:04:41 smithi067 bash[25104]: audit 2023-12-09T02:04:40.879734+0000 mon.a (mon.0) 1159 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:04:41.968 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:04:41 smithi067 bash[25104]: audit 2023-12-09T02:04:40.887033+0000 mon.a (mon.0) 1160 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:04:41.968 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:04:41 smithi067 bash[25104]: cluster 2023-12-09T02:04:40.930433+0000 mgr.y (mgr.14457) 216 : cluster [DBG] pgmap v178: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:04:41.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:04:41 smithi067 bash[30830]: audit 2023-12-09T02:04:40.879734+0000 mon.a (mon.0) 1159 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:04:41.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:04:41 smithi067 bash[30830]: audit 2023-12-09T02:04:40.887033+0000 mon.a (mon.0) 1160 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:04:41.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:04:41 smithi067 bash[30830]: cluster 2023-12-09T02:04:40.930433+0000 mgr.y (mgr.14457) 216 : cluster [DBG] pgmap v178: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:04:41.969 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:04:41 smithi067 bash[25375]: ::ffff:172.21.15.125 - - [09/Dec/2023:02:04:41] "GET /metrics HTTP/1.1" 200 214845 "" "Prometheus/2.33.4" 2023-12-09T02:04:42.221 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:04:41 smithi125 bash[25274]: audit 2023-12-09T02:04:40.879734+0000 mon.a (mon.0) 1159 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:04:42.221 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:04:41 smithi125 bash[25274]: audit 2023-12-09T02:04:40.887033+0000 mon.a (mon.0) 1160 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:04:42.221 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:04:41 smithi125 bash[25274]: cluster 2023-12-09T02:04:40.930433+0000 mgr.y (mgr.14457) 216 : cluster [DBG] pgmap v178: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:04:44.373 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:04:43 smithi125 bash[25274]: cluster 2023-12-09T02:04:42.931363+0000 mgr.y (mgr.14457) 217 : cluster [DBG] pgmap v179: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:04:44.468 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:04:43 smithi067 bash[25104]: cluster 2023-12-09T02:04:42.931363+0000 mgr.y (mgr.14457) 217 : cluster [DBG] pgmap v179: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:04:44.469 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:04:44 smithi067 bash[30830]: cluster 2023-12-09T02:04:42.931363+0000 mgr.y (mgr.14457) 217 : cluster [DBG] pgmap v179: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:04:44.721 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 02:04:44 smithi125 bash[26515]: ::ffff:172.21.15.125 - - [09/Dec/2023:02:04:44] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-09T02:04:46.221 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:04:45 smithi125 bash[25274]: cluster 2023-12-09T02:04:44.933146+0000 mgr.y (mgr.14457) 218 : cluster [DBG] pgmap v180: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:04:46.468 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:04:45 smithi067 bash[25104]: cluster 2023-12-09T02:04:44.933146+0000 mgr.y (mgr.14457) 218 : cluster [DBG] pgmap v180: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:04:46.468 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:04:45 smithi067 bash[30830]: cluster 2023-12-09T02:04:44.933146+0000 mgr.y (mgr.14457) 218 : cluster [DBG] pgmap v180: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:04:48.968 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:04:48 smithi067 bash[25375]: 172.21.15.125 - - [09/Dec/2023:02:04:48] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-09T02:04:48.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:04:48 smithi067 bash[25104]: cluster 2023-12-09T02:04:46.933964+0000 mgr.y (mgr.14457) 219 : cluster [DBG] pgmap v181: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:04:48.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:04:48 smithi067 bash[25104]: audit 2023-12-09T02:04:47.296669+0000 mgr.y (mgr.14457) 220 : audit [DBG] from='client.14949 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:04:48.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:04:48 smithi067 bash[25104]: audit 2023-12-09T02:04:48.521199+0000 mon.a (mon.0) 1161 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:04:48.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:04:48 smithi067 bash[25104]: audit 2023-12-09T02:04:48.527844+0000 mon.a (mon.0) 1162 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:04:48.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:04:48 smithi067 bash[30830]: cluster 2023-12-09T02:04:46.933964+0000 mgr.y (mgr.14457) 219 : cluster [DBG] pgmap v181: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:04:48.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:04:48 smithi067 bash[30830]: audit 2023-12-09T02:04:47.296669+0000 mgr.y (mgr.14457) 220 : audit [DBG] from='client.14949 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:04:48.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:04:48 smithi067 bash[30830]: audit 2023-12-09T02:04:48.521199+0000 mon.a (mon.0) 1161 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:04:48.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:04:48 smithi067 bash[30830]: audit 2023-12-09T02:04:48.527844+0000 mon.a (mon.0) 1162 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:04:48.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:04:48 smithi125 bash[25274]: cluster 2023-12-09T02:04:46.933964+0000 mgr.y (mgr.14457) 219 : cluster [DBG] pgmap v181: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:04:48.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:04:48 smithi125 bash[25274]: audit 2023-12-09T02:04:47.296669+0000 mgr.y (mgr.14457) 220 : audit [DBG] from='client.14949 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:04:48.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:04:48 smithi125 bash[25274]: audit 2023-12-09T02:04:48.521199+0000 mon.a (mon.0) 1161 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:04:48.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:04:48 smithi125 bash[25274]: audit 2023-12-09T02:04:48.527844+0000 mon.a (mon.0) 1162 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:04:50.721 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:04:50 smithi125 bash[25274]: cluster 2023-12-09T02:04:48.934772+0000 mgr.y (mgr.14457) 221 : cluster [DBG] pgmap v182: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:04:50.968 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:04:50 smithi067 bash[25104]: cluster 2023-12-09T02:04:48.934772+0000 mgr.y (mgr.14457) 221 : cluster [DBG] pgmap v182: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:04:50.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:04:50 smithi067 bash[30830]: cluster 2023-12-09T02:04:48.934772+0000 mgr.y (mgr.14457) 221 : cluster [DBG] pgmap v182: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:04:51.968 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:04:51 smithi067 bash[25375]: ::ffff:172.21.15.125 - - [09/Dec/2023:02:04:51] "GET /metrics HTTP/1.1" 200 214857 "" "Prometheus/2.33.4" 2023-12-09T02:04:52.968 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:04:52 smithi067 bash[25104]: cluster 2023-12-09T02:04:50.936573+0000 mgr.y (mgr.14457) 222 : cluster [DBG] pgmap v183: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:04:52.968 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:04:52 smithi067 bash[30830]: cluster 2023-12-09T02:04:50.936573+0000 mgr.y (mgr.14457) 222 : cluster [DBG] pgmap v183: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:04:52.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:04:52 smithi125 bash[25274]: cluster 2023-12-09T02:04:50.936573+0000 mgr.y (mgr.14457) 222 : cluster [DBG] pgmap v183: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:04:54.721 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 02:04:54 smithi125 bash[26515]: ::ffff:172.21.15.125 - - [09/Dec/2023:02:04:54] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-09T02:04:54.722 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:04:54 smithi125 bash[25274]: cluster 2023-12-09T02:04:52.937344+0000 mgr.y (mgr.14457) 223 : cluster [DBG] pgmap v184: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:04:54.968 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:04:54 smithi067 bash[25104]: cluster 2023-12-09T02:04:52.937344+0000 mgr.y (mgr.14457) 223 : cluster [DBG] pgmap v184: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:04:54.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:04:54 smithi067 bash[30830]: cluster 2023-12-09T02:04:52.937344+0000 mgr.y (mgr.14457) 223 : cluster [DBG] pgmap v184: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:04:56.891 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:04:56 smithi067 bash[25104]: cluster 2023-12-09T02:04:54.939044+0000 mgr.y (mgr.14457) 224 : cluster [DBG] pgmap v185: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:04:56.891 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:04:56 smithi067 bash[30830]: cluster 2023-12-09T02:04:54.939044+0000 mgr.y (mgr.14457) 224 : cluster [DBG] pgmap v185: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:04:56.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:04:56 smithi125 bash[25274]: cluster 2023-12-09T02:04:54.939044+0000 mgr.y (mgr.14457) 224 : cluster [DBG] pgmap v185: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:04:58.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:04:58 smithi067 bash[25104]: cluster 2023-12-09T02:04:56.939773+0000 mgr.y (mgr.14457) 225 : cluster [DBG] pgmap v186: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:04:58.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:04:58 smithi067 bash[25104]: audit 2023-12-09T02:04:57.307970+0000 mgr.y (mgr.14457) 226 : audit [DBG] from='client.14949 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:04:58.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:04:58 smithi067 bash[30830]: cluster 2023-12-09T02:04:56.939773+0000 mgr.y (mgr.14457) 225 : cluster [DBG] pgmap v186: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:04:58.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:04:58 smithi067 bash[30830]: audit 2023-12-09T02:04:57.307970+0000 mgr.y (mgr.14457) 226 : audit [DBG] from='client.14949 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:04:58.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:04:58 smithi125 bash[25274]: cluster 2023-12-09T02:04:56.939773+0000 mgr.y (mgr.14457) 225 : cluster [DBG] pgmap v186: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:04:58.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:04:58 smithi125 bash[25274]: audit 2023-12-09T02:04:57.307970+0000 mgr.y (mgr.14457) 226 : audit [DBG] from='client.14949 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:04:59.964 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:04:59 smithi067 bash[25104]: audit 2023-12-09T02:04:58.980797+0000 mon.a (mon.0) 1163 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-09T02:04:59.964 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:04:59 smithi067 bash[25104]: audit 2023-12-09T02:04:59.212338+0000 mon.a (mon.0) 1164 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-09T02:04:59.964 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:04:59 smithi067 bash[30830]: audit 2023-12-09T02:04:58.980797+0000 mon.a (mon.0) 1163 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-09T02:04:59.965 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:04:59 smithi067 bash[30830]: audit 2023-12-09T02:04:59.212338+0000 mon.a (mon.0) 1164 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-09T02:04:59.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:04:59 smithi125 bash[25274]: audit 2023-12-09T02:04:58.980797+0000 mon.a (mon.0) 1163 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-09T02:04:59.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:04:59 smithi125 bash[25274]: audit 2023-12-09T02:04:59.212338+0000 mon.a (mon.0) 1164 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-09T02:05:00.968 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:05:00 smithi067 bash[25104]: cluster 2023-12-09T02:04:58.940702+0000 mgr.y (mgr.14457) 227 : cluster [DBG] pgmap v187: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:05:00.968 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:05:00 smithi067 bash[30830]: cluster 2023-12-09T02:04:58.940702+0000 mgr.y (mgr.14457) 227 : cluster [DBG] pgmap v187: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:05:00.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:05:00 smithi125 bash[25274]: cluster 2023-12-09T02:04:58.940702+0000 mgr.y (mgr.14457) 227 : cluster [DBG] pgmap v187: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:05:01.468 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:05:01 smithi067 bash[25375]: 172.21.15.67 - - [09/Dec/2023:02:05:01] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-09T02:05:01.968 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:05:01 smithi067 bash[25375]: ::ffff:172.21.15.125 - - [09/Dec/2023:02:05:01] "GET /metrics HTTP/1.1" 200 214856 "" "Prometheus/2.33.4" 2023-12-09T02:05:02.468 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:05:02 smithi067 bash[25104]: cluster 2023-12-09T02:05:00.942563+0000 mgr.y (mgr.14457) 228 : cluster [DBG] pgmap v188: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:05:02.469 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:05:02 smithi067 bash[25104]: audit 2023-12-09T02:05:01.043898+0000 mon.a (mon.0) 1165 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:05:02.469 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:05:02 smithi067 bash[25104]: audit 2023-12-09T02:05:01.053633+0000 mon.a (mon.0) 1166 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:05:02.469 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:05:02 smithi067 bash[30830]: cluster 2023-12-09T02:05:00.942563+0000 mgr.y (mgr.14457) 228 : cluster [DBG] pgmap v188: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:05:02.469 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:05:02 smithi067 bash[30830]: audit 2023-12-09T02:05:01.043898+0000 mon.a (mon.0) 1165 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:05:02.469 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:05:02 smithi067 bash[30830]: audit 2023-12-09T02:05:01.053633+0000 mon.a (mon.0) 1166 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:05:02.471 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:05:02 smithi125 bash[25274]: cluster 2023-12-09T02:05:00.942563+0000 mgr.y (mgr.14457) 228 : cluster [DBG] pgmap v188: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:05:02.471 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:05:02 smithi125 bash[25274]: audit 2023-12-09T02:05:01.043898+0000 mon.a (mon.0) 1165 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:05:02.471 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:05:02 smithi125 bash[25274]: audit 2023-12-09T02:05:01.053633+0000 mon.a (mon.0) 1166 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:05:04.372 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:05:04 smithi125 bash[25274]: cluster 2023-12-09T02:05:02.943395+0000 mgr.y (mgr.14457) 229 : cluster [DBG] pgmap v189: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:05:04.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:05:04 smithi067 bash[25104]: cluster 2023-12-09T02:05:02.943395+0000 mgr.y (mgr.14457) 229 : cluster [DBG] pgmap v189: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:05:04.470 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:05:04 smithi067 bash[30830]: cluster 2023-12-09T02:05:02.943395+0000 mgr.y (mgr.14457) 229 : cluster [DBG] pgmap v189: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:05:04.721 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 02:05:04 smithi125 bash[26515]: ::ffff:172.21.15.125 - - [09/Dec/2023:02:05:04] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-09T02:05:06.468 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:05:06 smithi067 bash[25104]: cluster 2023-12-09T02:05:04.945146+0000 mgr.y (mgr.14457) 230 : cluster [DBG] pgmap v190: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:05:06.468 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:05:06 smithi067 bash[30830]: cluster 2023-12-09T02:05:04.945146+0000 mgr.y (mgr.14457) 230 : cluster [DBG] pgmap v190: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:05:06.471 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:05:06 smithi125 bash[25274]: cluster 2023-12-09T02:05:04.945146+0000 mgr.y (mgr.14457) 230 : cluster [DBG] pgmap v190: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:05:08.968 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:05:08 smithi067 bash[25104]: cluster 2023-12-09T02:05:06.946076+0000 mgr.y (mgr.14457) 231 : cluster [DBG] pgmap v191: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:05:08.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:05:08 smithi067 bash[25104]: audit 2023-12-09T02:05:07.318022+0000 mgr.y (mgr.14457) 232 : audit [DBG] from='client.14949 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:05:08.969 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:05:08 smithi067 bash[25375]: 172.21.15.125 - - [09/Dec/2023:02:05:08] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-09T02:05:08.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:05:08 smithi067 bash[30830]: cluster 2023-12-09T02:05:06.946076+0000 mgr.y (mgr.14457) 231 : cluster [DBG] pgmap v191: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:05:08.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:05:08 smithi067 bash[30830]: audit 2023-12-09T02:05:07.318022+0000 mgr.y (mgr.14457) 232 : audit [DBG] from='client.14949 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:05:08.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:05:08 smithi125 bash[25274]: cluster 2023-12-09T02:05:06.946076+0000 mgr.y (mgr.14457) 231 : cluster [DBG] pgmap v191: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:05:08.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:05:08 smithi125 bash[25274]: audit 2023-12-09T02:05:07.318022+0000 mgr.y (mgr.14457) 232 : audit [DBG] from='client.14949 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:05:09.968 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:05:09 smithi067 bash[25104]: audit 2023-12-09T02:05:08.658569+0000 mon.a (mon.0) 1167 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:05:09.968 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:05:09 smithi067 bash[25104]: audit 2023-12-09T02:05:08.669870+0000 mon.a (mon.0) 1168 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:05:09.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:05:09 smithi067 bash[30830]: audit 2023-12-09T02:05:08.658569+0000 mon.a (mon.0) 1167 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:05:09.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:05:09 smithi067 bash[30830]: audit 2023-12-09T02:05:08.669870+0000 mon.a (mon.0) 1168 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:05:09.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:05:09 smithi125 bash[25274]: audit 2023-12-09T02:05:08.658569+0000 mon.a (mon.0) 1167 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:05:09.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:05:09 smithi125 bash[25274]: audit 2023-12-09T02:05:08.669870+0000 mon.a (mon.0) 1168 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:05:10.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:05:10 smithi067 bash[25104]: cluster 2023-12-09T02:05:08.946895+0000 mgr.y (mgr.14457) 233 : cluster [DBG] pgmap v192: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:05:10.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:05:10 smithi067 bash[30830]: cluster 2023-12-09T02:05:08.946895+0000 mgr.y (mgr.14457) 233 : cluster [DBG] pgmap v192: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:05:10.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:05:10 smithi125 bash[25274]: cluster 2023-12-09T02:05:08.946895+0000 mgr.y (mgr.14457) 233 : cluster [DBG] pgmap v192: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:05:11.444 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6db93fb0-9635-11ee-95a3-87774f69a715 -e sha1=9dcc13bb80dcc1cdea72b04d80505b4649a2b882 -- bash -c 'ceph config set mon mon_warn_on_insecure_global_id_reclaim false --force' 2023-12-09T02:05:11.968 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:05:11 smithi067 bash[25375]: ::ffff:172.21.15.125 - - [09/Dec/2023:02:05:11] "GET /metrics HTTP/1.1" 200 214856 "" "Prometheus/2.33.4" 2023-12-09T02:05:12.706 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:05:12 smithi067 bash[25104]: cluster 2023-12-09T02:05:10.948700+0000 mgr.y (mgr.14457) 234 : cluster [DBG] pgmap v193: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:05:12.968 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:05:12 smithi067 bash[30830]: cluster 2023-12-09T02:05:10.948700+0000 mgr.y (mgr.14457) 234 : cluster [DBG] pgmap v193: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:05:12.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:05:12 smithi125 bash[25274]: cluster 2023-12-09T02:05:10.948700+0000 mgr.y (mgr.14457) 234 : cluster [DBG] pgmap v193: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:05:14.682 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 02:05:14 smithi125 bash[26515]: ::ffff:172.21.15.125 - - [09/Dec/2023:02:05:14] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-09T02:05:14.968 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:05:14 smithi067 bash[25104]: cluster 2023-12-09T02:05:12.949548+0000 mgr.y (mgr.14457) 235 : cluster [DBG] pgmap v194: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:05:14.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:05:14 smithi067 bash[30830]: cluster 2023-12-09T02:05:12.949548+0000 mgr.y (mgr.14457) 235 : cluster [DBG] pgmap v194: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:05:14.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:05:14 smithi125 bash[25274]: cluster 2023-12-09T02:05:12.949548+0000 mgr.y (mgr.14457) 235 : cluster [DBG] pgmap v194: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:05:15.084 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6db93fb0-9635-11ee-95a3-87774f69a715 -e sha1=9dcc13bb80dcc1cdea72b04d80505b4649a2b882 -- bash -c 'ceph config set mon mon_warn_on_insecure_global_id_reclaim_allowed false --force' 2023-12-09T02:05:16.968 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:05:16 smithi067 bash[25104]: cluster 2023-12-09T02:05:14.951177+0000 mgr.y (mgr.14457) 236 : cluster [DBG] pgmap v195: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:05:16.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:05:16 smithi067 bash[30830]: cluster 2023-12-09T02:05:14.951177+0000 mgr.y (mgr.14457) 236 : cluster [DBG] pgmap v195: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:05:16.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:05:16 smithi125 bash[25274]: cluster 2023-12-09T02:05:14.951177+0000 mgr.y (mgr.14457) 236 : cluster [DBG] pgmap v195: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:05:18.884 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:05:18 smithi067 bash[30830]: cluster 2023-12-09T02:05:16.951968+0000 mgr.y (mgr.14457) 237 : cluster [DBG] pgmap v196: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:05:18.885 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:05:18 smithi067 bash[30830]: audit 2023-12-09T02:05:17.329420+0000 mgr.y (mgr.14457) 238 : audit [DBG] from='client.14949 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:05:18.885 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:05:18 smithi067 bash[25104]: cluster 2023-12-09T02:05:16.951968+0000 mgr.y (mgr.14457) 237 : cluster [DBG] pgmap v196: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:05:18.885 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:05:18 smithi067 bash[25104]: audit 2023-12-09T02:05:17.329420+0000 mgr.y (mgr.14457) 238 : audit [DBG] from='client.14949 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:05:18.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:05:18 smithi125 bash[25274]: cluster 2023-12-09T02:05:16.951968+0000 mgr.y (mgr.14457) 237 : cluster [DBG] pgmap v196: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:05:18.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:05:18 smithi125 bash[25274]: audit 2023-12-09T02:05:17.329420+0000 mgr.y (mgr.14457) 238 : audit [DBG] from='client.14949 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:05:20.281 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6db93fb0-9635-11ee-95a3-87774f69a715 -e sha1=9dcc13bb80dcc1cdea72b04d80505b4649a2b882 -- bash -c 'ceph config set global log_to_journald false --force' 2023-12-09T02:05:20.886 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:05:20 smithi067 bash[25104]: cluster 2023-12-09T02:05:18.952768+0000 mgr.y (mgr.14457) 239 : cluster [DBG] pgmap v197: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:05:20.886 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:05:20 smithi067 bash[30830]: cluster 2023-12-09T02:05:18.952768+0000 mgr.y (mgr.14457) 239 : cluster [DBG] pgmap v197: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:05:20.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:05:20 smithi125 bash[25274]: cluster 2023-12-09T02:05:18.952768+0000 mgr.y (mgr.14457) 239 : cluster [DBG] pgmap v197: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:05:21.468 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:05:21 smithi067 bash[25375]: 172.21.15.67 - - [09/Dec/2023:02:05:21] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-09T02:05:21.968 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:05:21 smithi067 bash[25375]: ::ffff:172.21.15.125 - - [09/Dec/2023:02:05:21] "GET /metrics HTTP/1.1" 200 214839 "" "Prometheus/2.33.4" 2023-12-09T02:05:22.468 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:05:22 smithi067 bash[30830]: cluster 2023-12-09T02:05:20.954594+0000 mgr.y (mgr.14457) 240 : cluster [DBG] pgmap v198: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:05:22.469 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:05:22 smithi067 bash[30830]: audit 2023-12-09T02:05:21.191714+0000 mon.a (mon.0) 1169 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:05:22.469 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:05:22 smithi067 bash[30830]: audit 2023-12-09T02:05:21.198406+0000 mon.a (mon.0) 1170 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:05:22.469 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:05:22 smithi067 bash[25104]: cluster 2023-12-09T02:05:20.954594+0000 mgr.y (mgr.14457) 240 : cluster [DBG] pgmap v198: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:05:22.469 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:05:22 smithi067 bash[25104]: audit 2023-12-09T02:05:21.191714+0000 mon.a (mon.0) 1169 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:05:22.469 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:05:22 smithi067 bash[25104]: audit 2023-12-09T02:05:21.198406+0000 mon.a (mon.0) 1170 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:05:22.471 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:05:22 smithi125 bash[25274]: cluster 2023-12-09T02:05:20.954594+0000 mgr.y (mgr.14457) 240 : cluster [DBG] pgmap v198: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:05:22.471 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:05:22 smithi125 bash[25274]: audit 2023-12-09T02:05:21.191714+0000 mon.a (mon.0) 1169 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:05:22.471 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:05:22 smithi125 bash[25274]: audit 2023-12-09T02:05:21.198406+0000 mon.a (mon.0) 1170 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:05:23.468 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:05:23 smithi067 bash[25104]: audit 2023-12-09T02:05:22.839471+0000 mon.a (mon.0) 1171 : audit [DBG] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:05:23.469 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:05:23 smithi067 bash[25104]: audit 2023-12-09T02:05:22.841591+0000 mon.a (mon.0) 1172 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:05:23.469 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:05:23 smithi067 bash[25104]: audit 2023-12-09T02:05:22.853978+0000 mon.a (mon.0) 1173 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:05:23.469 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:05:23 smithi067 bash[30830]: audit 2023-12-09T02:05:22.839471+0000 mon.a (mon.0) 1171 : audit [DBG] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:05:23.469 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:05:23 smithi067 bash[30830]: audit 2023-12-09T02:05:22.841591+0000 mon.a (mon.0) 1172 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:05:23.469 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:05:23 smithi067 bash[30830]: audit 2023-12-09T02:05:22.853978+0000 mon.a (mon.0) 1173 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:05:23.473 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:05:23 smithi125 bash[25274]: audit 2023-12-09T02:05:22.839471+0000 mon.a (mon.0) 1171 : audit [DBG] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:05:23.473 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:05:23 smithi125 bash[25274]: audit 2023-12-09T02:05:22.841591+0000 mon.a (mon.0) 1172 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:05:23.473 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:05:23 smithi125 bash[25274]: audit 2023-12-09T02:05:22.853978+0000 mon.a (mon.0) 1173 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:05:24.469 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:05:24 smithi067 bash[25104]: cluster 2023-12-09T02:05:22.955292+0000 mgr.y (mgr.14457) 241 : cluster [DBG] pgmap v199: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:05:24.469 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:05:24 smithi067 bash[30830]: cluster 2023-12-09T02:05:22.955292+0000 mgr.y (mgr.14457) 241 : cluster [DBG] pgmap v199: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:05:24.471 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:05:24 smithi125 bash[25274]: cluster 2023-12-09T02:05:22.955292+0000 mgr.y (mgr.14457) 241 : cluster [DBG] pgmap v199: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:05:24.471 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 02:05:24 smithi125 bash[26515]: ::ffff:172.21.15.125 - - [09/Dec/2023:02:05:24] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-09T02:05:25.402 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6db93fb0-9635-11ee-95a3-87774f69a715 -e sha1=9dcc13bb80dcc1cdea72b04d80505b4649a2b882 -- bash -c 'ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1' 2023-12-09T02:05:26.464 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:05:26 smithi067 bash[25104]: cluster 2023-12-09T02:05:24.956917+0000 mgr.y (mgr.14457) 242 : cluster [DBG] pgmap v200: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:05:26.464 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:05:26 smithi067 bash[30830]: cluster 2023-12-09T02:05:24.956917+0000 mgr.y (mgr.14457) 242 : cluster [DBG] pgmap v200: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:05:26.471 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:05:26 smithi125 bash[25274]: cluster 2023-12-09T02:05:24.956917+0000 mgr.y (mgr.14457) 242 : cluster [DBG] pgmap v200: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:05:28.575 INFO:teuthology.orchestra.run.smithi067.stdout:Initiating upgrade to quay.ceph.io/ceph-ci/ceph:9dcc13bb80dcc1cdea72b04d80505b4649a2b882 2023-12-09T02:05:28.689 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:05:28 smithi125 bash[25274]: cluster 2023-12-09T02:05:26.957760+0000 mgr.y (mgr.14457) 243 : cluster [DBG] pgmap v201: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:05:28.689 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:05:28 smithi125 bash[25274]: audit 2023-12-09T02:05:27.338326+0000 mgr.y (mgr.14457) 244 : audit [DBG] from='client.14949 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:05:28.689 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:05:28 smithi125 bash[25274]: audit 2023-12-09T02:05:28.574977+0000 mon.a (mon.0) 1174 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:05:28.968 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:05:28 smithi067 bash[25375]: 172.21.15.125 - - [09/Dec/2023:02:05:28] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-09T02:05:28.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:05:28 smithi067 bash[25104]: cluster 2023-12-09T02:05:26.957760+0000 mgr.y (mgr.14457) 243 : cluster [DBG] pgmap v201: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:05:28.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:05:28 smithi067 bash[25104]: audit 2023-12-09T02:05:27.338326+0000 mgr.y (mgr.14457) 244 : audit [DBG] from='client.14949 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:05:28.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:05:28 smithi067 bash[25104]: audit 2023-12-09T02:05:28.574977+0000 mon.a (mon.0) 1174 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:05:28.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:05:28 smithi067 bash[30830]: cluster 2023-12-09T02:05:26.957760+0000 mgr.y (mgr.14457) 243 : cluster [DBG] pgmap v201: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:05:28.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:05:28 smithi067 bash[30830]: audit 2023-12-09T02:05:27.338326+0000 mgr.y (mgr.14457) 244 : audit [DBG] from='client.14949 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:05:28.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:05:28 smithi067 bash[30830]: audit 2023-12-09T02:05:28.574977+0000 mon.a (mon.0) 1174 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:05:29.612 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-12-09T02:05:29.636 INFO:tasks.cephadm:Running commands on role mon.a host ubuntu@smithi067.front.sepia.ceph.com 2023-12-09T02:05:29.637 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6db93fb0-9635-11ee-95a3-87774f69a715 -e sha1=9dcc13bb80dcc1cdea72b04d80505b4649a2b882 -- 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-09T02:05:29.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:05:29 smithi067 bash[30830]: audit 2023-12-09T02:05:28.565219+0000 mgr.y (mgr.14457) 245 : audit [DBG] from='client.25009 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:9dcc13bb80dcc1cdea72b04d80505b4649a2b882", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:05:29.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:05:29 smithi067 bash[30830]: cephadm 2023-12-09T02:05:28.567065+0000 mgr.y (mgr.14457) 246 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:9dcc13bb80dcc1cdea72b04d80505b4649a2b882 2023-12-09T02:05:29.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:05:29 smithi067 bash[30830]: audit 2023-12-09T02:05:28.595815+0000 mon.a (mon.0) 1175 : audit [DBG] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:05:29.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:05:29 smithi067 bash[30830]: audit 2023-12-09T02:05:28.597297+0000 mon.a (mon.0) 1176 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:05:29.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:05:29 smithi067 bash[30830]: audit 2023-12-09T02:05:28.606956+0000 mon.a (mon.0) 1177 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:05:29.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:05:29 smithi067 bash[30830]: cephadm 2023-12-09T02:05:28.620916+0000 mgr.y (mgr.14457) 247 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:9dcc13bb80dcc1cdea72b04d80505b4649a2b882 2023-12-09T02:05:29.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:05:29 smithi067 bash[30830]: audit 2023-12-09T02:05:28.800207+0000 mon.a (mon.0) 1178 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:05:29.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:05:29 smithi067 bash[30830]: audit 2023-12-09T02:05:28.806777+0000 mon.a (mon.0) 1179 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:05:29.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:05:29 smithi067 bash[25104]: audit 2023-12-09T02:05:28.565219+0000 mgr.y (mgr.14457) 245 : audit [DBG] from='client.25009 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:9dcc13bb80dcc1cdea72b04d80505b4649a2b882", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:05:29.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:05:29 smithi067 bash[25104]: cephadm 2023-12-09T02:05:28.567065+0000 mgr.y (mgr.14457) 246 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:9dcc13bb80dcc1cdea72b04d80505b4649a2b882 2023-12-09T02:05:29.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:05:29 smithi067 bash[25104]: audit 2023-12-09T02:05:28.595815+0000 mon.a (mon.0) 1175 : audit [DBG] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:05:29.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:05:29 smithi067 bash[25104]: audit 2023-12-09T02:05:28.597297+0000 mon.a (mon.0) 1176 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:05:29.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:05:29 smithi067 bash[25104]: audit 2023-12-09T02:05:28.606956+0000 mon.a (mon.0) 1177 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:05:29.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:05:29 smithi067 bash[25104]: cephadm 2023-12-09T02:05:28.620916+0000 mgr.y (mgr.14457) 247 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:9dcc13bb80dcc1cdea72b04d80505b4649a2b882 2023-12-09T02:05:29.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:05:29 smithi067 bash[25104]: audit 2023-12-09T02:05:28.800207+0000 mon.a (mon.0) 1178 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:05:29.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:05:29 smithi067 bash[25104]: audit 2023-12-09T02:05:28.806777+0000 mon.a (mon.0) 1179 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:05:29.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:05:29 smithi125 bash[25274]: audit 2023-12-09T02:05:28.565219+0000 mgr.y (mgr.14457) 245 : audit [DBG] from='client.25009 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:9dcc13bb80dcc1cdea72b04d80505b4649a2b882", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:05:29.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:05:29 smithi125 bash[25274]: cephadm 2023-12-09T02:05:28.567065+0000 mgr.y (mgr.14457) 246 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:9dcc13bb80dcc1cdea72b04d80505b4649a2b882 2023-12-09T02:05:29.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:05:29 smithi125 bash[25274]: audit 2023-12-09T02:05:28.595815+0000 mon.a (mon.0) 1175 : audit [DBG] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:05:29.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:05:29 smithi125 bash[25274]: audit 2023-12-09T02:05:28.597297+0000 mon.a (mon.0) 1176 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:05:29.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:05:29 smithi125 bash[25274]: audit 2023-12-09T02:05:28.606956+0000 mon.a (mon.0) 1177 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:05:29.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:05:29 smithi125 bash[25274]: cephadm 2023-12-09T02:05:28.620916+0000 mgr.y (mgr.14457) 247 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:9dcc13bb80dcc1cdea72b04d80505b4649a2b882 2023-12-09T02:05:29.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:05:29 smithi125 bash[25274]: audit 2023-12-09T02:05:28.800207+0000 mon.a (mon.0) 1178 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:05:29.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:05:29 smithi125 bash[25274]: audit 2023-12-09T02:05:28.806777+0000 mon.a (mon.0) 1179 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:05:30.886 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:05:30 smithi067 bash[25104]: cluster 2023-12-09T02:05:28.958408+0000 mgr.y (mgr.14457) 248 : cluster [DBG] pgmap v202: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:05:30.886 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:05:30 smithi067 bash[30830]: cluster 2023-12-09T02:05:28.958408+0000 mgr.y (mgr.14457) 248 : cluster [DBG] pgmap v202: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:05:30.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:05:30 smithi125 bash[25274]: cluster 2023-12-09T02:05:28.958408+0000 mgr.y (mgr.14457) 248 : cluster [DBG] pgmap v202: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:05:31.968 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:05:31 smithi067 bash[25375]: ::ffff:172.21.15.125 - - [09/Dec/2023:02:05:31] "GET /metrics HTTP/1.1" 200 214828 "" "Prometheus/2.33.4" 2023-12-09T02:05:32.888 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:05:32 smithi067 bash[25104]: cluster 2023-12-09T02:05:30.960222+0000 mgr.y (mgr.14457) 249 : cluster [DBG] pgmap v203: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:05:32.888 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:05:32 smithi067 bash[30830]: cluster 2023-12-09T02:05:30.960222+0000 mgr.y (mgr.14457) 249 : cluster [DBG] pgmap v203: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:05:32.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:05:32 smithi125 bash[25274]: cluster 2023-12-09T02:05:30.960222+0000 mgr.y (mgr.14457) 249 : cluster [DBG] pgmap v203: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:05:33.353 INFO:teuthology.orchestra.run.smithi067.stdout:true 2023-12-09T02:05:34.117 INFO:teuthology.orchestra.run.smithi067.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-09T02:05:34.118 INFO:teuthology.orchestra.run.smithi067.stdout:agent.smithi067 smithi067 running 12s ago 12m - - 2023-12-09T02:05:34.118 INFO:teuthology.orchestra.run.smithi067.stdout:agent.smithi125 smithi125 running 5s ago 11m - - 2023-12-09T02:05:34.118 INFO:teuthology.orchestra.run.smithi067.stdout:alertmanager.a smithi067 *:9093,9094 running (4m) 12s ago 4m 15.5M - ba2b418f427c c81081728257 2023-12-09T02:05:34.118 INFO:teuthology.orchestra.run.smithi067.stdout:grafana.a smithi125 *:3000 running (4m) 5s ago 4m 46.7M - 8.3.5 dad864ee21e9 97e19f3f7612 2023-12-09T02:05:34.118 INFO:teuthology.orchestra.run.smithi067.stdout:iscsi.foo.smithi067.oajywc smithi067 running (2m) 12s ago 2m 47.2M - 3.5 e1d6a67b021e 7b7bf272a447 2023-12-09T02:05:34.118 INFO:teuthology.orchestra.run.smithi067.stdout:mgr.x smithi125 *:8443 running (11m) 5s ago 11m 406M - 17.2.0 e1d6a67b021e 5838dab0810d 2023-12-09T02:05:34.118 INFO:teuthology.orchestra.run.smithi067.stdout:mgr.y smithi067 *:9283 running (13m) 12s ago 13m 460M - 17.2.0 e1d6a67b021e 382a1215a0b2 2023-12-09T02:05:34.118 INFO:teuthology.orchestra.run.smithi067.stdout:mon.a smithi067 running (13m) 12s ago 13m 56.1M 2048M 17.2.0 e1d6a67b021e 593937a1afc6 2023-12-09T02:05:34.118 INFO:teuthology.orchestra.run.smithi067.stdout:mon.b smithi125 running (11m) 5s ago 11m 46.8M 2048M 17.2.0 e1d6a67b021e 8237ce022316 2023-12-09T02:05:34.118 INFO:teuthology.orchestra.run.smithi067.stdout:mon.c smithi067 running (11m) 12s ago 11m 45.4M 2048M 17.2.0 e1d6a67b021e c4b6ab6450e8 2023-12-09T02:05:34.118 INFO:teuthology.orchestra.run.smithi067.stdout:node-exporter.a smithi067 *:9100 running (5m) 12s ago 5m 12.7M - 1dbe0e931976 bcd489654a5c 2023-12-09T02:05:34.119 INFO:teuthology.orchestra.run.smithi067.stdout:node-exporter.b smithi125 *:9100 running (5m) 5s ago 5m 12.5M - 1dbe0e931976 14315eb110fd 2023-12-09T02:05:34.119 INFO:teuthology.orchestra.run.smithi067.stdout:osd.0 smithi067 running (10m) 12s ago 10m 57.5M 4096M 17.2.0 e1d6a67b021e 8028f118e61c 2023-12-09T02:05:34.119 INFO:teuthology.orchestra.run.smithi067.stdout:osd.1 smithi067 running (9m) 12s ago 10m 60.1M 4096M 17.2.0 e1d6a67b021e d8a826789ab9 2023-12-09T02:05:34.119 INFO:teuthology.orchestra.run.smithi067.stdout:osd.2 smithi067 running (9m) 12s ago 9m 52.5M 4096M 17.2.0 e1d6a67b021e 4a0ed55ab397 2023-12-09T02:05:34.119 INFO:teuthology.orchestra.run.smithi067.stdout:osd.3 smithi067 running (8m) 12s ago 8m 56.3M 4096M 17.2.0 e1d6a67b021e 200513eb3289 2023-12-09T02:05:34.119 INFO:teuthology.orchestra.run.smithi067.stdout:osd.4 smithi125 running (8m) 5s ago 8m 57.9M 4096M 17.2.0 e1d6a67b021e 03a86e583fa8 2023-12-09T02:05:34.119 INFO:teuthology.orchestra.run.smithi067.stdout:osd.5 smithi125 running (7m) 5s ago 7m 53.2M 4096M 17.2.0 e1d6a67b021e 69bedd006f74 2023-12-09T02:05:34.119 INFO:teuthology.orchestra.run.smithi067.stdout:osd.6 smithi125 running (6m) 5s ago 6m 51.1M 4096M 17.2.0 e1d6a67b021e 30344497f6d2 2023-12-09T02:05:34.119 INFO:teuthology.orchestra.run.smithi067.stdout:osd.7 smithi125 running (6m) 5s ago 6m 55.8M 4096M 17.2.0 e1d6a67b021e 8791b422aafd 2023-12-09T02:05:34.119 INFO:teuthology.orchestra.run.smithi067.stdout:prometheus.a smithi125 *:9095 running (4m) 5s ago 5m 56.0M - 514e6a882f6e 70e2ffaceb9c 2023-12-09T02:05:34.119 INFO:teuthology.orchestra.run.smithi067.stdout:rgw.foo.smithi067.rqvsfw smithi067 *:8000 running (2m) 12s ago 2m 85.1M - 17.2.0 e1d6a67b021e 72086955a09f 2023-12-09T02:05:34.119 INFO:teuthology.orchestra.run.smithi067.stdout:rgw.foo.smithi125.wanndy smithi125 *:8000 running (2m) 5s ago 2m 85.3M - 17.2.0 e1d6a67b021e 89b35e95d314 2023-12-09T02:05:34.119 INFO:teuthology.orchestra.run.smithi067.stdout:rgw.smpl.smithi067.mukdcu smithi067 *:80 running (2m) 12s ago 2m 85.1M - 17.2.0 e1d6a67b021e b813f19c7bee 2023-12-09T02:05:34.119 INFO:teuthology.orchestra.run.smithi067.stdout:rgw.smpl.smithi125.ngrzpa smithi125 *:80 running (2m) 5s ago 2m 85.3M - 17.2.0 e1d6a67b021e 96b29ebc04e4 2023-12-09T02:05:34.557 INFO:teuthology.orchestra.run.smithi067.stdout:{ 2023-12-09T02:05:34.558 INFO:teuthology.orchestra.run.smithi067.stdout: "mon": { 2023-12-09T02:05:34.558 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 3 2023-12-09T02:05:34.558 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2023-12-09T02:05:34.558 INFO:teuthology.orchestra.run.smithi067.stdout: "mgr": { 2023-12-09T02:05:34.558 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-09T02:05:34.559 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2023-12-09T02:05:34.559 INFO:teuthology.orchestra.run.smithi067.stdout: "osd": { 2023-12-09T02:05:34.559 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-09T02:05:34.559 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2023-12-09T02:05:34.559 INFO:teuthology.orchestra.run.smithi067.stdout: "mds": {}, 2023-12-09T02:05:34.559 INFO:teuthology.orchestra.run.smithi067.stdout: "rgw": { 2023-12-09T02:05:34.559 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2023-12-09T02:05:34.559 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2023-12-09T02:05:34.560 INFO:teuthology.orchestra.run.smithi067.stdout: "overall": { 2023-12-09T02:05:34.560 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 17 2023-12-09T02:05:34.560 INFO:teuthology.orchestra.run.smithi067.stdout: } 2023-12-09T02:05:34.560 INFO:teuthology.orchestra.run.smithi067.stdout:} 2023-12-09T02:05:34.721 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 02:05:34 smithi125 bash[26515]: ::ffff:172.21.15.125 - - [09/Dec/2023:02:05:34] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-09T02:05:34.721 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:05:34 smithi125 bash[25274]: cluster 2023-12-09T02:05:32.961053+0000 mgr.y (mgr.14457) 250 : cluster [DBG] pgmap v204: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:05:34.722 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:05:34 smithi125 bash[25274]: audit 2023-12-09T02:05:33.337806+0000 mgr.y (mgr.14457) 251 : audit [DBG] from='client.25015 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:05:34.722 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:05:34 smithi125 bash[25274]: audit 2023-12-09T02:05:34.558083+0000 mon.a (mon.0) 1180 : audit [DBG] from='client.? 172.21.15.67:0/2771404508' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:05:34.950 INFO:teuthology.orchestra.run.smithi067.stdout:{ 2023-12-09T02:05:34.950 INFO:teuthology.orchestra.run.smithi067.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:9dcc13bb80dcc1cdea72b04d80505b4649a2b882", 2023-12-09T02:05:34.951 INFO:teuthology.orchestra.run.smithi067.stdout: "in_progress": true, 2023-12-09T02:05:34.951 INFO:teuthology.orchestra.run.smithi067.stdout: "services_complete": [], 2023-12-09T02:05:34.951 INFO:teuthology.orchestra.run.smithi067.stdout: "progress": "", 2023-12-09T02:05:34.951 INFO:teuthology.orchestra.run.smithi067.stdout: "message": "Doing first pull of quay.ceph.io/ceph-ci/ceph:9dcc13bb80dcc1cdea72b04d80505b4649a2b882 image" 2023-12-09T02:05:34.951 INFO:teuthology.orchestra.run.smithi067.stdout:} 2023-12-09T02:05:34.968 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:05:34 smithi067 bash[25104]: cluster 2023-12-09T02:05:32.961053+0000 mgr.y (mgr.14457) 250 : cluster [DBG] pgmap v204: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:05:34.968 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:05:34 smithi067 bash[25104]: audit 2023-12-09T02:05:33.337806+0000 mgr.y (mgr.14457) 251 : audit [DBG] from='client.25015 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:05:34.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:05:34 smithi067 bash[25104]: audit 2023-12-09T02:05:34.558083+0000 mon.a (mon.0) 1180 : audit [DBG] from='client.? 172.21.15.67:0/2771404508' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:05:34.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:05:34 smithi067 bash[30830]: cluster 2023-12-09T02:05:32.961053+0000 mgr.y (mgr.14457) 250 : cluster [DBG] pgmap v204: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:05:34.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:05:34 smithi067 bash[30830]: audit 2023-12-09T02:05:33.337806+0000 mgr.y (mgr.14457) 251 : audit [DBG] from='client.25015 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:05:34.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:05:34 smithi067 bash[30830]: audit 2023-12-09T02:05:34.558083+0000 mon.a (mon.0) 1180 : audit [DBG] from='client.? 172.21.15.67:0/2771404508' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:05:35.388 INFO:teuthology.orchestra.run.smithi067.stdout:HEALTH_OK 2023-12-09T02:05:35.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:05:35 smithi067 bash[25104]: audit 2023-12-09T02:05:33.725411+0000 mgr.y (mgr.14457) 252 : audit [DBG] from='client.15093 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:05:35.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:05:35 smithi067 bash[25104]: audit 2023-12-09T02:05:34.095187+0000 mgr.y (mgr.14457) 253 : audit [DBG] from='client.24956 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:05:35.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:05:35 smithi067 bash[25104]: audit 2023-12-09T02:05:35.388399+0000 mon.c (mon.1) 39 : audit [DBG] from='client.? 172.21.15.67:0/3815347793' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-09T02:05:35.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:05:35 smithi067 bash[30830]: audit 2023-12-09T02:05:33.725411+0000 mgr.y (mgr.14457) 252 : audit [DBG] from='client.15093 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:05:35.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:05:35 smithi067 bash[30830]: audit 2023-12-09T02:05:34.095187+0000 mgr.y (mgr.14457) 253 : audit [DBG] from='client.24956 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:05:35.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:05:35 smithi067 bash[30830]: audit 2023-12-09T02:05:35.388399+0000 mon.c (mon.1) 39 : audit [DBG] from='client.? 172.21.15.67:0/3815347793' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-09T02:05:35.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:05:35 smithi125 bash[25274]: audit 2023-12-09T02:05:33.725411+0000 mgr.y (mgr.14457) 252 : audit [DBG] from='client.15093 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:05:35.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:05:35 smithi125 bash[25274]: audit 2023-12-09T02:05:34.095187+0000 mgr.y (mgr.14457) 253 : audit [DBG] from='client.24956 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:05:35.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:05:35 smithi125 bash[25274]: audit 2023-12-09T02:05:35.388399+0000 mon.c (mon.1) 39 : audit [DBG] from='client.? 172.21.15.67:0/3815347793' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-09T02:05:36.968 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:05:36 smithi067 bash[25104]: audit 2023-12-09T02:05:34.950822+0000 mgr.y (mgr.14457) 254 : audit [DBG] from='client.25039 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:05:36.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:05:36 smithi067 bash[25104]: cluster 2023-12-09T02:05:34.962668+0000 mgr.y (mgr.14457) 255 : cluster [DBG] pgmap v205: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:05:36.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:05:36 smithi067 bash[30830]: audit 2023-12-09T02:05:34.950822+0000 mgr.y (mgr.14457) 254 : audit [DBG] from='client.25039 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:05:36.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:05:36 smithi067 bash[30830]: cluster 2023-12-09T02:05:34.962668+0000 mgr.y (mgr.14457) 255 : cluster [DBG] pgmap v205: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:05:36.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:05:36 smithi125 bash[25274]: audit 2023-12-09T02:05:34.950822+0000 mgr.y (mgr.14457) 254 : audit [DBG] from='client.25039 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:05:36.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:05:36 smithi125 bash[25274]: cluster 2023-12-09T02:05:34.962668+0000 mgr.y (mgr.14457) 255 : cluster [DBG] pgmap v205: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:05:38.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:05:38 smithi067 bash[25104]: cluster 2023-12-09T02:05:36.963469+0000 mgr.y (mgr.14457) 256 : cluster [DBG] pgmap v206: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:05:38.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:05:38 smithi067 bash[25104]: audit 2023-12-09T02:05:37.346005+0000 mgr.y (mgr.14457) 257 : audit [DBG] from='client.14949 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:05:38.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:05:38 smithi067 bash[30830]: cluster 2023-12-09T02:05:36.963469+0000 mgr.y (mgr.14457) 256 : cluster [DBG] pgmap v206: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:05:38.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:05:38 smithi067 bash[30830]: audit 2023-12-09T02:05:37.346005+0000 mgr.y (mgr.14457) 257 : audit [DBG] from='client.14949 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:05:38.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:05:38 smithi125 bash[25274]: cluster 2023-12-09T02:05:36.963469+0000 mgr.y (mgr.14457) 256 : cluster [DBG] pgmap v206: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:05:38.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:05:38 smithi125 bash[25274]: audit 2023-12-09T02:05:37.346005+0000 mgr.y (mgr.14457) 257 : audit [DBG] from='client.14949 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:05:40.968 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:05:40 smithi067 bash[25104]: cluster 2023-12-09T02:05:38.964143+0000 mgr.y (mgr.14457) 258 : cluster [DBG] pgmap v207: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:05:40.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:05:40 smithi067 bash[30830]: cluster 2023-12-09T02:05:38.964143+0000 mgr.y (mgr.14457) 258 : cluster [DBG] pgmap v207: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:05:40.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:05:40 smithi125 bash[25274]: cluster 2023-12-09T02:05:38.964143+0000 mgr.y (mgr.14457) 258 : cluster [DBG] pgmap v207: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:05:41.713 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:05:41 smithi067 bash[25375]: 172.21.15.67 - - [09/Dec/2023:02:05:41] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-09T02:05:41.968 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:05:41 smithi067 bash[25375]: ::ffff:172.21.15.125 - - [09/Dec/2023:02:05:41] "GET /metrics HTTP/1.1" 200 214828 "" "Prometheus/2.33.4" 2023-12-09T02:05:42.718 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:05:42 smithi067 bash[30830]: cluster 2023-12-09T02:05:40.965865+0000 mgr.y (mgr.14457) 259 : cluster [DBG] pgmap v208: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:05:42.719 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:05:42 smithi067 bash[30830]: audit 2023-12-09T02:05:41.348176+0000 mon.a (mon.0) 1181 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:05:42.719 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:05:42 smithi067 bash[30830]: audit 2023-12-09T02:05:41.354609+0000 mon.a (mon.0) 1182 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:05:42.719 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:05:42 smithi067 bash[25104]: cluster 2023-12-09T02:05:40.965865+0000 mgr.y (mgr.14457) 259 : cluster [DBG] pgmap v208: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:05:42.719 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:05:42 smithi067 bash[25104]: audit 2023-12-09T02:05:41.348176+0000 mon.a (mon.0) 1181 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:05:42.719 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:05:42 smithi067 bash[25104]: audit 2023-12-09T02:05:41.354609+0000 mon.a (mon.0) 1182 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:05:42.721 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:05:42 smithi125 bash[25274]: cluster 2023-12-09T02:05:40.965865+0000 mgr.y (mgr.14457) 259 : cluster [DBG] pgmap v208: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:05:42.721 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:05:42 smithi125 bash[25274]: audit 2023-12-09T02:05:41.348176+0000 mon.a (mon.0) 1181 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:05:42.721 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:05:42 smithi125 bash[25274]: audit 2023-12-09T02:05:41.354609+0000 mon.a (mon.0) 1182 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:05:44.718 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:05:44 smithi067 bash[25104]: cluster 2023-12-09T02:05:42.966619+0000 mgr.y (mgr.14457) 260 : cluster [DBG] pgmap v209: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:05:44.719 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:05:44 smithi067 bash[30830]: cluster 2023-12-09T02:05:42.966619+0000 mgr.y (mgr.14457) 260 : cluster [DBG] pgmap v209: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:05:44.721 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:05:44 smithi125 bash[25274]: cluster 2023-12-09T02:05:42.966619+0000 mgr.y (mgr.14457) 260 : cluster [DBG] pgmap v209: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:05:44.721 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 02:05:44 smithi125 bash[26515]: ::ffff:172.21.15.125 - - [09/Dec/2023:02:05:44] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-09T02:05:46.718 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:05:46 smithi067 bash[30830]: cluster 2023-12-09T02:05:44.967694+0000 mgr.y (mgr.14457) 261 : cluster [DBG] pgmap v210: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:05:46.719 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:05:46 smithi067 bash[25104]: cluster 2023-12-09T02:05:44.967694+0000 mgr.y (mgr.14457) 261 : cluster [DBG] pgmap v210: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:05:46.721 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:05:46 smithi125 bash[25274]: cluster 2023-12-09T02:05:44.967694+0000 mgr.y (mgr.14457) 261 : cluster [DBG] pgmap v210: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:05:48.945 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:05:48 smithi067 bash[25104]: cluster 2023-12-09T02:05:46.968411+0000 mgr.y (mgr.14457) 262 : cluster [DBG] pgmap v211: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:05:48.946 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:05:48 smithi067 bash[25104]: audit 2023-12-09T02:05:47.354165+0000 mgr.y (mgr.14457) 263 : audit [DBG] from='client.14949 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:05:48.946 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:05:48 smithi067 bash[30830]: cluster 2023-12-09T02:05:46.968411+0000 mgr.y (mgr.14457) 262 : cluster [DBG] pgmap v211: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:05:48.946 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:05:48 smithi067 bash[30830]: audit 2023-12-09T02:05:47.354165+0000 mgr.y (mgr.14457) 263 : audit [DBG] from='client.14949 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:05:48.947 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:05:48 smithi125 bash[25274]: cluster 2023-12-09T02:05:46.968411+0000 mgr.y (mgr.14457) 262 : cluster [DBG] pgmap v211: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:05:48.947 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:05:48 smithi125 bash[25274]: audit 2023-12-09T02:05:47.354165+0000 mgr.y (mgr.14457) 263 : audit [DBG] from='client.14949 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:05:49.218 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:05:48 smithi067 bash[25375]: 172.21.15.125 - - [09/Dec/2023:02:05:48] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-09T02:05:50.218 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:05:49 smithi067 bash[25104]: audit 2023-12-09T02:05:48.938459+0000 mon.a (mon.0) 1183 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:05:50.219 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:05:49 smithi067 bash[25104]: audit 2023-12-09T02:05:48.945242+0000 mon.a (mon.0) 1184 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:05:50.219 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:05:49 smithi067 bash[25104]: cluster 2023-12-09T02:05:48.969221+0000 mgr.y (mgr.14457) 264 : cluster [DBG] pgmap v212: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:05:50.219 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:05:49 smithi067 bash[30830]: audit 2023-12-09T02:05:48.938459+0000 mon.a (mon.0) 1183 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:05:50.219 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:05:49 smithi067 bash[30830]: audit 2023-12-09T02:05:48.945242+0000 mon.a (mon.0) 1184 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:05:50.219 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:05:49 smithi067 bash[30830]: cluster 2023-12-09T02:05:48.969221+0000 mgr.y (mgr.14457) 264 : cluster [DBG] pgmap v212: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:05:50.221 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:05:49 smithi125 bash[25274]: audit 2023-12-09T02:05:48.938459+0000 mon.a (mon.0) 1183 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:05:50.221 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:05:49 smithi125 bash[25274]: audit 2023-12-09T02:05:48.945242+0000 mon.a (mon.0) 1184 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:05:50.221 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:05:49 smithi125 bash[25274]: cluster 2023-12-09T02:05:48.969221+0000 mgr.y (mgr.14457) 264 : cluster [DBG] pgmap v212: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:05:51.968 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:05:51 smithi067 bash[25375]: ::ffff:172.21.15.125 - - [09/Dec/2023:02:05:51] "GET /metrics HTTP/1.1" 200 214796 "" "Prometheus/2.33.4" 2023-12-09T02:05:52.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:05:52 smithi067 bash[25104]: cluster 2023-12-09T02:05:50.971040+0000 mgr.y (mgr.14457) 265 : cluster [DBG] pgmap v213: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:05:52.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:05:52 smithi067 bash[30830]: cluster 2023-12-09T02:05:50.971040+0000 mgr.y (mgr.14457) 265 : cluster [DBG] pgmap v213: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:05:52.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:05:52 smithi125 bash[25274]: cluster 2023-12-09T02:05:50.971040+0000 mgr.y (mgr.14457) 265 : cluster [DBG] pgmap v213: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:05:54.721 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:05:54 smithi125 bash[25274]: cluster 2023-12-09T02:05:52.971994+0000 mgr.y (mgr.14457) 266 : cluster [DBG] pgmap v214: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:05:54.721 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 02:05:54 smithi125 bash[26515]: ::ffff:172.21.15.125 - - [09/Dec/2023:02:05:54] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-09T02:05:54.968 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:05:54 smithi067 bash[25104]: cluster 2023-12-09T02:05:52.971994+0000 mgr.y (mgr.14457) 266 : cluster [DBG] pgmap v214: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:05:54.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:05:54 smithi067 bash[30830]: cluster 2023-12-09T02:05:52.971994+0000 mgr.y (mgr.14457) 266 : cluster [DBG] pgmap v214: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:05:56.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:05:56 smithi067 bash[25104]: cluster 2023-12-09T02:05:54.973796+0000 mgr.y (mgr.14457) 267 : cluster [DBG] pgmap v215: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:05:56.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:05:56 smithi067 bash[30830]: cluster 2023-12-09T02:05:54.973796+0000 mgr.y (mgr.14457) 267 : cluster [DBG] pgmap v215: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:05:56.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:05:56 smithi125 bash[25274]: cluster 2023-12-09T02:05:54.973796+0000 mgr.y (mgr.14457) 267 : cluster [DBG] pgmap v215: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:05:58.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:05:58 smithi067 bash[25104]: cluster 2023-12-09T02:05:56.974540+0000 mgr.y (mgr.14457) 268 : cluster [DBG] pgmap v216: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:05:58.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:05:58 smithi067 bash[25104]: audit 2023-12-09T02:05:57.362025+0000 mgr.y (mgr.14457) 269 : audit [DBG] from='client.14949 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:05:58.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:05:58 smithi067 bash[30830]: cluster 2023-12-09T02:05:56.974540+0000 mgr.y (mgr.14457) 268 : cluster [DBG] pgmap v216: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:05:58.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:05:58 smithi067 bash[30830]: audit 2023-12-09T02:05:57.362025+0000 mgr.y (mgr.14457) 269 : audit [DBG] from='client.14949 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:05:58.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:05:58 smithi125 bash[25274]: cluster 2023-12-09T02:05:56.974540+0000 mgr.y (mgr.14457) 268 : cluster [DBG] pgmap v216: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:05:58.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:05:58 smithi125 bash[25274]: audit 2023-12-09T02:05:57.362025+0000 mgr.y (mgr.14457) 269 : audit [DBG] from='client.14949 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:05:59.968 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:05:59 smithi067 bash[25104]: audit 2023-12-09T02:05:58.988165+0000 mon.a (mon.0) 1185 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-09T02:05:59.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:05:59 smithi067 bash[25104]: audit 2023-12-09T02:05:59.218070+0000 mon.a (mon.0) 1186 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-09T02:05:59.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:05:59 smithi067 bash[30830]: audit 2023-12-09T02:05:58.988165+0000 mon.a (mon.0) 1185 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-09T02:05:59.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:05:59 smithi067 bash[30830]: audit 2023-12-09T02:05:59.218070+0000 mon.a (mon.0) 1186 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-09T02:05:59.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:05:59 smithi125 bash[25274]: audit 2023-12-09T02:05:58.988165+0000 mon.a (mon.0) 1185 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-09T02:05:59.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:05:59 smithi125 bash[25274]: audit 2023-12-09T02:05:59.218070+0000 mon.a (mon.0) 1186 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-09T02:06:00.718 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:06:00 smithi067 bash[25104]: cluster 2023-12-09T02:05:58.975189+0000 mgr.y (mgr.14457) 270 : cluster [DBG] pgmap v217: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:06:00.719 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:06:00 smithi067 bash[30830]: cluster 2023-12-09T02:05:58.975189+0000 mgr.y (mgr.14457) 270 : cluster [DBG] pgmap v217: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:06:00.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:06:00 smithi125 bash[25274]: cluster 2023-12-09T02:05:58.975189+0000 mgr.y (mgr.14457) 270 : cluster [DBG] pgmap v217: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:06:01.968 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:06:01 smithi067 bash[25375]: 172.21.15.67 - - [09/Dec/2023:02:06:01] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-09T02:06:01.968 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:06:01 smithi067 bash[25375]: ::ffff:172.21.15.125 - - [09/Dec/2023:02:06:01] "GET /metrics HTTP/1.1" 200 214792 "" "Prometheus/2.33.4" 2023-12-09T02:06:02.968 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:06:02 smithi067 bash[30830]: cluster 2023-12-09T02:06:00.976754+0000 mgr.y (mgr.14457) 271 : cluster [DBG] pgmap v218: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:06:02.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:06:02 smithi067 bash[30830]: audit 2023-12-09T02:06:01.512261+0000 mon.a (mon.0) 1187 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:06:02.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:06:02 smithi067 bash[30830]: audit 2023-12-09T02:06:01.519545+0000 mon.a (mon.0) 1188 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:06:02.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:06:02 smithi067 bash[25104]: cluster 2023-12-09T02:06:00.976754+0000 mgr.y (mgr.14457) 271 : cluster [DBG] pgmap v218: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:06:02.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:06:02 smithi067 bash[25104]: audit 2023-12-09T02:06:01.512261+0000 mon.a (mon.0) 1187 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:06:02.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:06:02 smithi067 bash[25104]: audit 2023-12-09T02:06:01.519545+0000 mon.a (mon.0) 1188 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:06:02.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:06:02 smithi125 bash[25274]: cluster 2023-12-09T02:06:00.976754+0000 mgr.y (mgr.14457) 271 : cluster [DBG] pgmap v218: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:06:02.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:06:02 smithi125 bash[25274]: audit 2023-12-09T02:06:01.512261+0000 mon.a (mon.0) 1187 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:06:02.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:06:02 smithi125 bash[25274]: audit 2023-12-09T02:06:01.519545+0000 mon.a (mon.0) 1188 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:06:04.721 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:06:04 smithi125 bash[25274]: cluster 2023-12-09T02:06:02.977559+0000 mgr.y (mgr.14457) 272 : cluster [DBG] pgmap v219: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:06:04.722 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 02:06:04 smithi125 bash[26515]: ::ffff:172.21.15.125 - - [09/Dec/2023:02:06:04] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-09T02:06:04.968 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:06:04 smithi067 bash[25104]: cluster 2023-12-09T02:06:02.977559+0000 mgr.y (mgr.14457) 272 : cluster [DBG] pgmap v219: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:06:04.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:06:04 smithi067 bash[30830]: cluster 2023-12-09T02:06:02.977559+0000 mgr.y (mgr.14457) 272 : cluster [DBG] pgmap v219: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:06:05.839 INFO:teuthology.orchestra.run.smithi067.stdout:true 2023-12-09T02:06:06.665 INFO:teuthology.orchestra.run.smithi067.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-09T02:06:06.665 INFO:teuthology.orchestra.run.smithi067.stdout:agent.smithi067 smithi067 running 5s ago 12m - - 2023-12-09T02:06:06.665 INFO:teuthology.orchestra.run.smithi067.stdout:agent.smithi125 smithi125 running 17s ago 12m - - 2023-12-09T02:06:06.665 INFO:teuthology.orchestra.run.smithi067.stdout:alertmanager.a smithi067 *:9093,9094 running (4m) 5s ago 5m 14.2M - ba2b418f427c c81081728257 2023-12-09T02:06:06.665 INFO:teuthology.orchestra.run.smithi067.stdout:grafana.a smithi125 *:3000 running (5m) 17s ago 5m 46.3M - 8.3.5 dad864ee21e9 97e19f3f7612 2023-12-09T02:06:06.665 INFO:teuthology.orchestra.run.smithi067.stdout:iscsi.foo.smithi067.oajywc smithi067 running (2m) 5s ago 2m 47.4M - 3.5 e1d6a67b021e 7b7bf272a447 2023-12-09T02:06:06.665 INFO:teuthology.orchestra.run.smithi067.stdout:mgr.x smithi125 *:8443 running (11m) 17s ago 11m 406M - 17.2.0 e1d6a67b021e 5838dab0810d 2023-12-09T02:06:06.665 INFO:teuthology.orchestra.run.smithi067.stdout:mgr.y smithi067 *:9283 running (13m) 5s ago 13m 461M - 17.2.0 e1d6a67b021e 382a1215a0b2 2023-12-09T02:06:06.665 INFO:teuthology.orchestra.run.smithi067.stdout:mon.a smithi067 running (13m) 5s ago 13m 57.4M 2048M 17.2.0 e1d6a67b021e 593937a1afc6 2023-12-09T02:06:06.665 INFO:teuthology.orchestra.run.smithi067.stdout:mon.b smithi125 running (12m) 17s ago 12m 47.3M 2048M 17.2.0 e1d6a67b021e 8237ce022316 2023-12-09T02:06:06.665 INFO:teuthology.orchestra.run.smithi067.stdout:mon.c smithi067 running (12m) 5s ago 12m 46.4M 2048M 17.2.0 e1d6a67b021e c4b6ab6450e8 2023-12-09T02:06:06.666 INFO:teuthology.orchestra.run.smithi067.stdout:node-exporter.a smithi067 *:9100 running (5m) 5s ago 5m 11.9M - 1dbe0e931976 bcd489654a5c 2023-12-09T02:06:06.666 INFO:teuthology.orchestra.run.smithi067.stdout:node-exporter.b smithi125 *:9100 running (5m) 17s ago 5m 12.2M - 1dbe0e931976 14315eb110fd 2023-12-09T02:06:06.666 INFO:teuthology.orchestra.run.smithi067.stdout:osd.0 smithi067 running (11m) 5s ago 11m 57.8M 4096M 17.2.0 e1d6a67b021e 8028f118e61c 2023-12-09T02:06:06.666 INFO:teuthology.orchestra.run.smithi067.stdout:osd.1 smithi067 running (10m) 5s ago 10m 60.5M 4096M 17.2.0 e1d6a67b021e d8a826789ab9 2023-12-09T02:06:06.666 INFO:teuthology.orchestra.run.smithi067.stdout:osd.2 smithi067 running (9m) 5s ago 9m 53.0M 4096M 17.2.0 e1d6a67b021e 4a0ed55ab397 2023-12-09T02:06:06.666 INFO:teuthology.orchestra.run.smithi067.stdout:osd.3 smithi067 running (9m) 5s ago 9m 57.0M 4096M 17.2.0 e1d6a67b021e 200513eb3289 2023-12-09T02:06:06.666 INFO:teuthology.orchestra.run.smithi067.stdout:osd.4 smithi125 running (8m) 17s ago 8m 58.0M 4096M 17.2.0 e1d6a67b021e 03a86e583fa8 2023-12-09T02:06:06.666 INFO:teuthology.orchestra.run.smithi067.stdout:osd.5 smithi125 running (8m) 17s ago 8m 53.4M 4096M 17.2.0 e1d6a67b021e 69bedd006f74 2023-12-09T02:06:06.666 INFO:teuthology.orchestra.run.smithi067.stdout:osd.6 smithi125 running (7m) 17s ago 7m 51.5M 4096M 17.2.0 e1d6a67b021e 30344497f6d2 2023-12-09T02:06:06.666 INFO:teuthology.orchestra.run.smithi067.stdout:osd.7 smithi125 running (6m) 17s ago 6m 55.7M 4096M 17.2.0 e1d6a67b021e 8791b422aafd 2023-12-09T02:06:06.666 INFO:teuthology.orchestra.run.smithi067.stdout:prometheus.a smithi125 *:9095 running (4m) 17s ago 5m 57.3M - 514e6a882f6e 70e2ffaceb9c 2023-12-09T02:06:06.666 INFO:teuthology.orchestra.run.smithi067.stdout:rgw.foo.smithi067.rqvsfw smithi067 *:8000 running (3m) 5s ago 3m 85.4M - 17.2.0 e1d6a67b021e 72086955a09f 2023-12-09T02:06:06.666 INFO:teuthology.orchestra.run.smithi067.stdout:rgw.foo.smithi125.wanndy smithi125 *:8000 running (3m) 17s ago 3m 85.4M - 17.2.0 e1d6a67b021e 89b35e95d314 2023-12-09T02:06:06.666 INFO:teuthology.orchestra.run.smithi067.stdout:rgw.smpl.smithi067.mukdcu smithi067 *:80 running (3m) 5s ago 3m 85.3M - 17.2.0 e1d6a67b021e b813f19c7bee 2023-12-09T02:06:06.667 INFO:teuthology.orchestra.run.smithi067.stdout:rgw.smpl.smithi125.ngrzpa smithi125 *:80 running (3m) 17s ago 3m 85.4M - 17.2.0 e1d6a67b021e 96b29ebc04e4 2023-12-09T02:06:06.968 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:06:06 smithi067 bash[25104]: cluster 2023-12-09T02:06:04.978746+0000 mgr.y (mgr.14457) 273 : cluster [DBG] pgmap v220: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:06:06.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:06:06 smithi067 bash[30830]: cluster 2023-12-09T02:06:04.978746+0000 mgr.y (mgr.14457) 273 : cluster [DBG] pgmap v220: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:06:06.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:06:06 smithi125 bash[25274]: cluster 2023-12-09T02:06:04.978746+0000 mgr.y (mgr.14457) 273 : cluster [DBG] pgmap v220: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:06:07.136 INFO:teuthology.orchestra.run.smithi067.stdout:{ 2023-12-09T02:06:07.136 INFO:teuthology.orchestra.run.smithi067.stdout: "mon": { 2023-12-09T02:06:07.136 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 3 2023-12-09T02:06:07.136 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2023-12-09T02:06:07.136 INFO:teuthology.orchestra.run.smithi067.stdout: "mgr": { 2023-12-09T02:06:07.136 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-09T02:06:07.136 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2023-12-09T02:06:07.137 INFO:teuthology.orchestra.run.smithi067.stdout: "osd": { 2023-12-09T02:06:07.137 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-09T02:06:07.137 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2023-12-09T02:06:07.137 INFO:teuthology.orchestra.run.smithi067.stdout: "mds": {}, 2023-12-09T02:06:07.137 INFO:teuthology.orchestra.run.smithi067.stdout: "rgw": { 2023-12-09T02:06:07.137 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2023-12-09T02:06:07.137 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2023-12-09T02:06:07.137 INFO:teuthology.orchestra.run.smithi067.stdout: "overall": { 2023-12-09T02:06:07.137 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 17 2023-12-09T02:06:07.137 INFO:teuthology.orchestra.run.smithi067.stdout: } 2023-12-09T02:06:07.137 INFO:teuthology.orchestra.run.smithi067.stdout:} 2023-12-09T02:06:07.558 INFO:teuthology.orchestra.run.smithi067.stdout:{ 2023-12-09T02:06:07.558 INFO:teuthology.orchestra.run.smithi067.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:9dcc13bb80dcc1cdea72b04d80505b4649a2b882", 2023-12-09T02:06:07.559 INFO:teuthology.orchestra.run.smithi067.stdout: "in_progress": true, 2023-12-09T02:06:07.559 INFO:teuthology.orchestra.run.smithi067.stdout: "services_complete": [], 2023-12-09T02:06:07.559 INFO:teuthology.orchestra.run.smithi067.stdout: "progress": "", 2023-12-09T02:06:07.559 INFO:teuthology.orchestra.run.smithi067.stdout: "message": "Doing first pull of quay.ceph.io/ceph-ci/ceph:9dcc13bb80dcc1cdea72b04d80505b4649a2b882 image" 2023-12-09T02:06:07.559 INFO:teuthology.orchestra.run.smithi067.stdout:} 2023-12-09T02:06:07.718 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:06:07 smithi067 bash[30830]: audit 2023-12-09T02:06:05.820813+0000 mgr.y (mgr.14457) 274 : audit [DBG] from='client.25051 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:06:07.719 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:06:07 smithi067 bash[30830]: audit 2023-12-09T02:06:06.244715+0000 mgr.y (mgr.14457) 275 : audit [DBG] from='client.25057 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:06:07.719 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:06:07 smithi067 bash[30830]: audit 2023-12-09T02:06:06.646646+0000 mgr.y (mgr.14457) 276 : audit [DBG] from='client.15135 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:06:07.719 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:06:07 smithi067 bash[30830]: audit 2023-12-09T02:06:07.136505+0000 mon.c (mon.1) 40 : audit [DBG] from='client.? 172.21.15.67:0/3303472243' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:06:07.719 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:06:07 smithi067 bash[25104]: audit 2023-12-09T02:06:05.820813+0000 mgr.y (mgr.14457) 274 : audit [DBG] from='client.25051 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:06:07.719 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:06:07 smithi067 bash[25104]: audit 2023-12-09T02:06:06.244715+0000 mgr.y (mgr.14457) 275 : audit [DBG] from='client.25057 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:06:07.719 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:06:07 smithi067 bash[25104]: audit 2023-12-09T02:06:06.646646+0000 mgr.y (mgr.14457) 276 : audit [DBG] from='client.15135 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:06:07.719 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:06:07 smithi067 bash[25104]: audit 2023-12-09T02:06:07.136505+0000 mon.c (mon.1) 40 : audit [DBG] from='client.? 172.21.15.67:0/3303472243' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:06:07.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:06:07 smithi125 bash[25274]: audit 2023-12-09T02:06:05.820813+0000 mgr.y (mgr.14457) 274 : audit [DBG] from='client.25051 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:06:07.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:06:07 smithi125 bash[25274]: audit 2023-12-09T02:06:06.244715+0000 mgr.y (mgr.14457) 275 : audit [DBG] from='client.25057 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:06:07.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:06:07 smithi125 bash[25274]: audit 2023-12-09T02:06:06.646646+0000 mgr.y (mgr.14457) 276 : audit [DBG] from='client.15135 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:06:07.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:06:07 smithi125 bash[25274]: audit 2023-12-09T02:06:07.136505+0000 mon.c (mon.1) 40 : audit [DBG] from='client.? 172.21.15.67:0/3303472243' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:06:08.043 INFO:teuthology.orchestra.run.smithi067.stdout:HEALTH_OK 2023-12-09T02:06:08.968 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:06:08 smithi067 bash[25104]: cluster 2023-12-09T02:06:06.979289+0000 mgr.y (mgr.14457) 277 : cluster [DBG] pgmap v221: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:06:08.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:06:08 smithi067 bash[25104]: audit 2023-12-09T02:06:07.369934+0000 mgr.y (mgr.14457) 278 : audit [DBG] from='client.14949 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:06:08.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:06:08 smithi067 bash[25104]: audit 2023-12-09T02:06:07.555380+0000 mgr.y (mgr.14457) 279 : audit [DBG] from='client.25075 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:06:08.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:06:08 smithi067 bash[25104]: audit 2023-12-09T02:06:08.044262+0000 mon.c (mon.1) 41 : audit [DBG] from='client.? 172.21.15.67:0/1370005471' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-09T02:06:08.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:06:08 smithi067 bash[30830]: cluster 2023-12-09T02:06:06.979289+0000 mgr.y (mgr.14457) 277 : cluster [DBG] pgmap v221: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:06:08.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:06:08 smithi067 bash[30830]: audit 2023-12-09T02:06:07.369934+0000 mgr.y (mgr.14457) 278 : audit [DBG] from='client.14949 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:06:08.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:06:08 smithi067 bash[30830]: audit 2023-12-09T02:06:07.555380+0000 mgr.y (mgr.14457) 279 : audit [DBG] from='client.25075 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:06:08.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:06:08 smithi067 bash[30830]: audit 2023-12-09T02:06:08.044262+0000 mon.c (mon.1) 41 : audit [DBG] from='client.? 172.21.15.67:0/1370005471' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-09T02:06:08.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:06:08 smithi125 bash[25274]: cluster 2023-12-09T02:06:06.979289+0000 mgr.y (mgr.14457) 277 : cluster [DBG] pgmap v221: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:06:08.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:06:08 smithi125 bash[25274]: audit 2023-12-09T02:06:07.369934+0000 mgr.y (mgr.14457) 278 : audit [DBG] from='client.14949 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:06:08.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:06:08 smithi125 bash[25274]: audit 2023-12-09T02:06:07.555380+0000 mgr.y (mgr.14457) 279 : audit [DBG] from='client.25075 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:06:08.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:06:08 smithi125 bash[25274]: audit 2023-12-09T02:06:08.044262+0000 mon.c (mon.1) 41 : audit [DBG] from='client.? 172.21.15.67:0/1370005471' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-09T02:06:09.364 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:06:09 smithi067 bash[25375]: 172.21.15.125 - - [09/Dec/2023:02:06:09] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-09T02:06:10.469 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:06:10 smithi067 bash[25104]: cluster 2023-12-09T02:06:08.979885+0000 mgr.y (mgr.14457) 280 : cluster [DBG] pgmap v222: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:06:10.469 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:06:10 smithi067 bash[25104]: audit 2023-12-09T02:06:09.071952+0000 mon.a (mon.0) 1189 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:06:10.469 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:06:10 smithi067 bash[25104]: audit 2023-12-09T02:06:09.079107+0000 mon.a (mon.0) 1190 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:06:10.469 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:06:10 smithi067 bash[30830]: cluster 2023-12-09T02:06:08.979885+0000 mgr.y (mgr.14457) 280 : cluster [DBG] pgmap v222: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:06:10.469 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:06:10 smithi067 bash[30830]: audit 2023-12-09T02:06:09.071952+0000 mon.a (mon.0) 1189 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:06:10.469 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:06:10 smithi067 bash[30830]: audit 2023-12-09T02:06:09.079107+0000 mon.a (mon.0) 1190 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:06:10.471 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:06:10 smithi125 bash[25274]: cluster 2023-12-09T02:06:08.979885+0000 mgr.y (mgr.14457) 280 : cluster [DBG] pgmap v222: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:06:10.471 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:06:10 smithi125 bash[25274]: audit 2023-12-09T02:06:09.071952+0000 mon.a (mon.0) 1189 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:06:10.471 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:06:10 smithi125 bash[25274]: audit 2023-12-09T02:06:09.079107+0000 mon.a (mon.0) 1190 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:06:11.968 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:06:11 smithi067 bash[25375]: ::ffff:172.21.15.125 - - [09/Dec/2023:02:06:11] "GET /metrics HTTP/1.1" 200 214792 "" "Prometheus/2.33.4" 2023-12-09T02:06:12.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:06:12 smithi125 bash[25274]: cluster 2023-12-09T02:06:10.981674+0000 mgr.y (mgr.14457) 281 : cluster [DBG] pgmap v223: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:06:12.974 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:06:12 smithi067 bash[25104]: cluster 2023-12-09T02:06:10.981674+0000 mgr.y (mgr.14457) 281 : cluster [DBG] pgmap v223: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:06:12.974 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:06:12 smithi067 bash[30830]: cluster 2023-12-09T02:06:10.981674+0000 mgr.y (mgr.14457) 281 : cluster [DBG] pgmap v223: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:06:14.721 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:06:14 smithi125 bash[25274]: cluster 2023-12-09T02:06:12.982405+0000 mgr.y (mgr.14457) 282 : cluster [DBG] pgmap v224: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:06:14.721 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 02:06:14 smithi125 bash[26515]: ::ffff:172.21.15.125 - - [09/Dec/2023:02:06:14] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-09T02:06:14.873 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:06:14 smithi067 bash[25104]: cluster 2023-12-09T02:06:12.982405+0000 mgr.y (mgr.14457) 282 : cluster [DBG] pgmap v224: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:06:14.874 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:06:14 smithi067 bash[30830]: cluster 2023-12-09T02:06:12.982405+0000 mgr.y (mgr.14457) 282 : cluster [DBG] pgmap v224: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:06:16.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:06:16 smithi067 bash[25104]: cluster 2023-12-09T02:06:14.984088+0000 mgr.y (mgr.14457) 283 : cluster [DBG] pgmap v225: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:06:16.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:06:16 smithi067 bash[25104]: audit 2023-12-09T02:06:16.066325+0000 mon.a (mon.0) 1191 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:06:16.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:06:16 smithi067 bash[25104]: audit 2023-12-09T02:06:16.068976+0000 mon.a (mon.0) 1192 : audit [DBG] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:06:16.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:06:16 smithi067 bash[25104]: audit 2023-12-09T02:06:16.077716+0000 mon.a (mon.0) 1193 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:06:16.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:06:16 smithi067 bash[30830]: cluster 2023-12-09T02:06:14.984088+0000 mgr.y (mgr.14457) 283 : cluster [DBG] pgmap v225: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:06:16.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:06:16 smithi067 bash[30830]: audit 2023-12-09T02:06:16.066325+0000 mon.a (mon.0) 1191 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:06:16.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:06:16 smithi067 bash[30830]: audit 2023-12-09T02:06:16.068976+0000 mon.a (mon.0) 1192 : audit [DBG] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:06:16.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:06:16 smithi067 bash[30830]: audit 2023-12-09T02:06:16.077716+0000 mon.a (mon.0) 1193 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:06:16.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:06:16 smithi125 bash[25274]: cluster 2023-12-09T02:06:14.984088+0000 mgr.y (mgr.14457) 283 : cluster [DBG] pgmap v225: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:06:16.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:06:16 smithi125 bash[25274]: audit 2023-12-09T02:06:16.066325+0000 mon.a (mon.0) 1191 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:06:16.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:06:16 smithi125 bash[25274]: audit 2023-12-09T02:06:16.068976+0000 mon.a (mon.0) 1192 : audit [DBG] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:06:16.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:06:16 smithi125 bash[25274]: audit 2023-12-09T02:06:16.077716+0000 mon.a (mon.0) 1193 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:06:17.719 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:06:17 smithi067 bash[25104]: cephadm 2023-12-09T02:06:16.067077+0000 mgr.y (mgr.14457) 284 : cephadm [INF] Upgrade: Target is version 19.0.0-44-g9dcc13bb (unknown) 2023-12-09T02:06:17.719 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:06:17 smithi067 bash[25104]: cephadm 2023-12-09T02:06:16.067257+0000 mgr.y (mgr.14457) 285 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:9dcc13bb80dcc1cdea72b04d80505b4649a2b882, digests ['quay.ceph.io/ceph-ci/ceph@sha256:ae709ca57b3946fa2c3aa0e660f64e3305f87cd32e48714f46a7a7751203b389'] 2023-12-09T02:06:17.719 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:06:17 smithi067 bash[25104]: cephadm 2023-12-09T02:06:16.078941+0000 mgr.y (mgr.14457) 286 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.y) 2023-12-09T02:06:17.719 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:06:17 smithi067 bash[25104]: cephadm 2023-12-09T02:06:16.318880+0000 mgr.y (mgr.14457) 287 : cephadm [INF] Upgrade: Pulling quay.ceph.io/ceph-ci/ceph:9dcc13bb80dcc1cdea72b04d80505b4649a2b882 on smithi125 2023-12-09T02:06:17.719 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:06:17 smithi067 bash[30830]: cephadm 2023-12-09T02:06:16.067077+0000 mgr.y (mgr.14457) 284 : cephadm [INF] Upgrade: Target is version 19.0.0-44-g9dcc13bb (unknown) 2023-12-09T02:06:17.719 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:06:17 smithi067 bash[30830]: cephadm 2023-12-09T02:06:16.067257+0000 mgr.y (mgr.14457) 285 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:9dcc13bb80dcc1cdea72b04d80505b4649a2b882, digests ['quay.ceph.io/ceph-ci/ceph@sha256:ae709ca57b3946fa2c3aa0e660f64e3305f87cd32e48714f46a7a7751203b389'] 2023-12-09T02:06:17.719 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:06:17 smithi067 bash[30830]: cephadm 2023-12-09T02:06:16.078941+0000 mgr.y (mgr.14457) 286 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.y) 2023-12-09T02:06:17.719 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:06:17 smithi067 bash[30830]: cephadm 2023-12-09T02:06:16.318880+0000 mgr.y (mgr.14457) 287 : cephadm [INF] Upgrade: Pulling quay.ceph.io/ceph-ci/ceph:9dcc13bb80dcc1cdea72b04d80505b4649a2b882 on smithi125 2023-12-09T02:06:17.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:06:17 smithi125 bash[25274]: cephadm 2023-12-09T02:06:16.067077+0000 mgr.y (mgr.14457) 284 : cephadm [INF] Upgrade: Target is version 19.0.0-44-g9dcc13bb (unknown) 2023-12-09T02:06:17.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:06:17 smithi125 bash[25274]: cephadm 2023-12-09T02:06:16.067257+0000 mgr.y (mgr.14457) 285 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:9dcc13bb80dcc1cdea72b04d80505b4649a2b882, digests ['quay.ceph.io/ceph-ci/ceph@sha256:ae709ca57b3946fa2c3aa0e660f64e3305f87cd32e48714f46a7a7751203b389'] 2023-12-09T02:06:17.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:06:17 smithi125 bash[25274]: cephadm 2023-12-09T02:06:16.078941+0000 mgr.y (mgr.14457) 286 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.y) 2023-12-09T02:06:17.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:06:17 smithi125 bash[25274]: cephadm 2023-12-09T02:06:16.318880+0000 mgr.y (mgr.14457) 287 : cephadm [INF] Upgrade: Pulling quay.ceph.io/ceph-ci/ceph:9dcc13bb80dcc1cdea72b04d80505b4649a2b882 on smithi125 2023-12-09T02:06:18.968 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:06:18 smithi067 bash[25104]: cluster 2023-12-09T02:06:16.984868+0000 mgr.y (mgr.14457) 288 : cluster [DBG] pgmap v226: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:06:18.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:06:18 smithi067 bash[25104]: audit 2023-12-09T02:06:17.371634+0000 mgr.y (mgr.14457) 289 : audit [DBG] from='client.14949 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:06:18.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:06:18 smithi067 bash[30830]: cluster 2023-12-09T02:06:16.984868+0000 mgr.y (mgr.14457) 288 : cluster [DBG] pgmap v226: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:06:18.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:06:18 smithi067 bash[30830]: audit 2023-12-09T02:06:17.371634+0000 mgr.y (mgr.14457) 289 : audit [DBG] from='client.14949 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:06:18.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:06:18 smithi125 bash[25274]: cluster 2023-12-09T02:06:16.984868+0000 mgr.y (mgr.14457) 288 : cluster [DBG] pgmap v226: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:06:18.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:06:18 smithi125 bash[25274]: audit 2023-12-09T02:06:17.371634+0000 mgr.y (mgr.14457) 289 : audit [DBG] from='client.14949 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:06:20.968 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:06:20 smithi067 bash[25104]: cluster 2023-12-09T02:06:18.985682+0000 mgr.y (mgr.14457) 290 : cluster [DBG] pgmap v227: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:06:20.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:06:20 smithi067 bash[30830]: cluster 2023-12-09T02:06:18.985682+0000 mgr.y (mgr.14457) 290 : cluster [DBG] pgmap v227: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:06:20.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:06:20 smithi125 bash[25274]: cluster 2023-12-09T02:06:18.985682+0000 mgr.y (mgr.14457) 290 : cluster [DBG] pgmap v227: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:06:21.969 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:06:21 smithi067 bash[25375]: 172.21.15.67 - - [09/Dec/2023:02:06:21] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-09T02:06:21.969 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:06:21 smithi067 bash[25375]: ::ffff:172.21.15.125 - - [09/Dec/2023:02:06:21] "GET /metrics HTTP/1.1" 200 214792 "" "Prometheus/2.33.4" 2023-12-09T02:06:22.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:06:22 smithi067 bash[25104]: cluster 2023-12-09T02:06:20.987397+0000 mgr.y (mgr.14457) 291 : cluster [DBG] pgmap v228: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:06:22.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:06:22 smithi067 bash[25104]: audit 2023-12-09T02:06:21.662802+0000 mon.a (mon.0) 1194 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:06:22.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:06:22 smithi067 bash[25104]: audit 2023-12-09T02:06:21.668871+0000 mon.a (mon.0) 1195 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:06:22.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:06:22 smithi067 bash[30830]: cluster 2023-12-09T02:06:20.987397+0000 mgr.y (mgr.14457) 291 : cluster [DBG] pgmap v228: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:06:22.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:06:22 smithi067 bash[30830]: audit 2023-12-09T02:06:21.662802+0000 mon.a (mon.0) 1194 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:06:22.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:06:22 smithi067 bash[30830]: audit 2023-12-09T02:06:21.668871+0000 mon.a (mon.0) 1195 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:06:22.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:06:22 smithi125 bash[25274]: cluster 2023-12-09T02:06:20.987397+0000 mgr.y (mgr.14457) 291 : cluster [DBG] pgmap v228: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:06:22.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:06:22 smithi125 bash[25274]: audit 2023-12-09T02:06:21.662802+0000 mon.a (mon.0) 1194 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:06:22.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:06:22 smithi125 bash[25274]: audit 2023-12-09T02:06:21.668871+0000 mon.a (mon.0) 1195 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:06:23.969 INFO:journalctl@ceph.alertmanager.a.smithi067.stdout:Dec 09 02:06:23 smithi067 bash[54159]: level=warn ts=2023-12-09T02:06:23.542Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://172.21.15.125:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.125 because it doesn't contain any IP SANs" 2023-12-09T02:06:23.969 INFO:journalctl@ceph.alertmanager.a.smithi067.stdout:Dec 09 02:06:23 smithi067 bash[54159]: level=warn ts=2023-12-09T02:06:23.542Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://172.21.15.67:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.67 because it doesn't contain any IP SANs" 2023-12-09T02:06:24.665 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 02:06:24 smithi125 bash[26515]: ::ffff:172.21.15.125 - - [09/Dec/2023:02:06:24] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-09T02:06:24.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:06:24 smithi067 bash[25104]: cluster 2023-12-09T02:06:22.988210+0000 mgr.y (mgr.14457) 292 : cluster [DBG] pgmap v229: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:06:24.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:06:24 smithi067 bash[30830]: cluster 2023-12-09T02:06:22.988210+0000 mgr.y (mgr.14457) 292 : cluster [DBG] pgmap v229: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:06:24.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:06:24 smithi125 bash[25274]: cluster 2023-12-09T02:06:22.988210+0000 mgr.y (mgr.14457) 292 : cluster [DBG] pgmap v229: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:06:26.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:06:26 smithi067 bash[25104]: cluster 2023-12-09T02:06:24.989916+0000 mgr.y (mgr.14457) 293 : cluster [DBG] pgmap v230: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:06:26.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:06:26 smithi067 bash[30830]: cluster 2023-12-09T02:06:24.989916+0000 mgr.y (mgr.14457) 293 : cluster [DBG] pgmap v230: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:06:26.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:06:26 smithi125 bash[25274]: cluster 2023-12-09T02:06:24.989916+0000 mgr.y (mgr.14457) 293 : cluster [DBG] pgmap v230: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:06:28.968 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:06:28 smithi067 bash[25104]: cluster 2023-12-09T02:06:26.990750+0000 mgr.y (mgr.14457) 294 : cluster [DBG] pgmap v231: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:06:28.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:06:28 smithi067 bash[25104]: audit 2023-12-09T02:06:27.377784+0000 mgr.y (mgr.14457) 295 : audit [DBG] from='client.14949 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:06:28.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:06:28 smithi067 bash[30830]: cluster 2023-12-09T02:06:26.990750+0000 mgr.y (mgr.14457) 294 : cluster [DBG] pgmap v231: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:06:28.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:06:28 smithi067 bash[30830]: audit 2023-12-09T02:06:27.377784+0000 mgr.y (mgr.14457) 295 : audit [DBG] from='client.14949 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:06:28.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:06:28 smithi125 bash[25274]: cluster 2023-12-09T02:06:26.990750+0000 mgr.y (mgr.14457) 294 : cluster [DBG] pgmap v231: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:06:28.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:06:28 smithi125 bash[25274]: audit 2023-12-09T02:06:27.377784+0000 mgr.y (mgr.14457) 295 : audit [DBG] from='client.14949 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:06:29.690 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:06:29 smithi067 bash[25375]: 172.21.15.125 - - [09/Dec/2023:02:06:29] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-09T02:06:30.471 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:06:30 smithi125 bash[25274]: cluster 2023-12-09T02:06:28.991542+0000 mgr.y (mgr.14457) 296 : cluster [DBG] pgmap v232: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:06:30.471 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:06:30 smithi125 bash[25274]: audit 2023-12-09T02:06:29.221514+0000 mon.a (mon.0) 1196 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:06:30.471 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:06:30 smithi125 bash[25274]: audit 2023-12-09T02:06:29.232018+0000 mon.a (mon.0) 1197 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:06:30.718 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:06:30 smithi067 bash[25104]: cluster 2023-12-09T02:06:28.991542+0000 mgr.y (mgr.14457) 296 : cluster [DBG] pgmap v232: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:06:30.719 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:06:30 smithi067 bash[25104]: audit 2023-12-09T02:06:29.221514+0000 mon.a (mon.0) 1196 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:06:30.719 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:06:30 smithi067 bash[25104]: audit 2023-12-09T02:06:29.232018+0000 mon.a (mon.0) 1197 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:06:30.719 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:06:30 smithi067 bash[30830]: cluster 2023-12-09T02:06:28.991542+0000 mgr.y (mgr.14457) 296 : cluster [DBG] pgmap v232: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:06:30.719 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:06:30 smithi067 bash[30830]: audit 2023-12-09T02:06:29.221514+0000 mon.a (mon.0) 1196 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:06:30.719 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:06:30 smithi067 bash[30830]: audit 2023-12-09T02:06:29.232018+0000 mon.a (mon.0) 1197 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:06:31.969 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:06:31 smithi067 bash[25375]: ::ffff:172.21.15.125 - - [09/Dec/2023:02:06:31] "GET /metrics HTTP/1.1" 200 214792 "" "Prometheus/2.33.4" 2023-12-09T02:06:32.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:06:32 smithi067 bash[25104]: cluster 2023-12-09T02:06:30.993395+0000 mgr.y (mgr.14457) 297 : cluster [DBG] pgmap v233: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:06:32.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:06:32 smithi067 bash[30830]: cluster 2023-12-09T02:06:30.993395+0000 mgr.y (mgr.14457) 297 : cluster [DBG] pgmap v233: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:06:32.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:06:32 smithi125 bash[25274]: cluster 2023-12-09T02:06:30.993395+0000 mgr.y (mgr.14457) 297 : cluster [DBG] pgmap v233: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:06:33.969 INFO:journalctl@ceph.alertmanager.a.smithi067.stdout:Dec 09 02:06:33 smithi067 bash[54159]: level=error ts=2023-12-09T02:06:33.517Z 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.67:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.67 because it doesn't contain any IP SANs; ceph-dashboard/webhook[1]: notify retry canceled after 7 attempts: Post \"https://172.21.15.125:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.125 because it doesn't contain any IP SANs" 2023-12-09T02:06:33.969 INFO:journalctl@ceph.alertmanager.a.smithi067.stdout:Dec 09 02:06:33 smithi067 bash[54159]: level=warn ts=2023-12-09T02:06:33.521Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://172.21.15.125:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.125 because it doesn't contain any IP SANs" 2023-12-09T02:06:33.969 INFO:journalctl@ceph.alertmanager.a.smithi067.stdout:Dec 09 02:06:33 smithi067 bash[54159]: level=warn ts=2023-12-09T02:06:33.522Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://172.21.15.67:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.67 because it doesn't contain any IP SANs" 2023-12-09T02:06:34.471 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 02:06:34 smithi125 bash[26515]: ::ffff:172.21.15.125 - - [09/Dec/2023:02:06:34] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-09T02:06:34.968 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:06:34 smithi067 bash[25104]: cluster 2023-12-09T02:06:32.994293+0000 mgr.y (mgr.14457) 298 : cluster [DBG] pgmap v234: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:06:34.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:06:34 smithi067 bash[30830]: cluster 2023-12-09T02:06:32.994293+0000 mgr.y (mgr.14457) 298 : cluster [DBG] pgmap v234: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:06:34.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:06:34 smithi125 bash[25274]: cluster 2023-12-09T02:06:32.994293+0000 mgr.y (mgr.14457) 298 : cluster [DBG] pgmap v234: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:06:36.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:06:36 smithi067 bash[25104]: cluster 2023-12-09T02:06:34.996050+0000 mgr.y (mgr.14457) 299 : cluster [DBG] pgmap v235: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:06:36.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:06:36 smithi067 bash[30830]: cluster 2023-12-09T02:06:34.996050+0000 mgr.y (mgr.14457) 299 : cluster [DBG] pgmap v235: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:06:36.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:06:36 smithi125 bash[25274]: cluster 2023-12-09T02:06:34.996050+0000 mgr.y (mgr.14457) 299 : cluster [DBG] pgmap v235: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:06:38.432 INFO:teuthology.orchestra.run.smithi067.stdout:true 2023-12-09T02:06:38.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:06:38 smithi067 bash[25104]: cluster 2023-12-09T02:06:36.996826+0000 mgr.y (mgr.14457) 300 : cluster [DBG] pgmap v236: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:06:38.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:06:38 smithi067 bash[25104]: audit 2023-12-09T02:06:37.389041+0000 mgr.y (mgr.14457) 301 : audit [DBG] from='client.14949 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:06:38.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:06:38 smithi067 bash[30830]: cluster 2023-12-09T02:06:36.996826+0000 mgr.y (mgr.14457) 300 : cluster [DBG] pgmap v236: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:06:38.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:06:38 smithi067 bash[30830]: audit 2023-12-09T02:06:37.389041+0000 mgr.y (mgr.14457) 301 : audit [DBG] from='client.14949 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:06:38.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:06:38 smithi125 bash[25274]: cluster 2023-12-09T02:06:36.996826+0000 mgr.y (mgr.14457) 300 : cluster [DBG] pgmap v236: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:06:38.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:06:38 smithi125 bash[25274]: audit 2023-12-09T02:06:37.389041+0000 mgr.y (mgr.14457) 301 : audit [DBG] from='client.14949 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:06:39.152 INFO:teuthology.orchestra.run.smithi067.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-09T02:06:39.152 INFO:teuthology.orchestra.run.smithi067.stdout:agent.smithi067 smithi067 running 17s ago 13m - - 2023-12-09T02:06:39.152 INFO:teuthology.orchestra.run.smithi067.stdout:agent.smithi125 smithi125 running 9s ago 12m - - 2023-12-09T02:06:39.152 INFO:teuthology.orchestra.run.smithi067.stdout:alertmanager.a smithi067 *:9093,9094 running (5m) 17s ago 5m 14.2M - ba2b418f427c c81081728257 2023-12-09T02:06:39.152 INFO:teuthology.orchestra.run.smithi067.stdout:grafana.a smithi125 *:3000 running (5m) 9s ago 5m 46.3M - 8.3.5 dad864ee21e9 97e19f3f7612 2023-12-09T02:06:39.152 INFO:teuthology.orchestra.run.smithi067.stdout:iscsi.foo.smithi067.oajywc smithi067 running (3m) 17s ago 3m 47.5M - 3.5 e1d6a67b021e 7b7bf272a447 2023-12-09T02:06:39.152 INFO:teuthology.orchestra.run.smithi067.stdout:mgr.x smithi125 *:8443 running (12m) 9s ago 12m 407M - 17.2.0 e1d6a67b021e 5838dab0810d 2023-12-09T02:06:39.152 INFO:teuthology.orchestra.run.smithi067.stdout:mgr.y smithi067 *:9283 running (14m) 17s ago 14m 462M - 17.2.0 e1d6a67b021e 382a1215a0b2 2023-12-09T02:06:39.152 INFO:teuthology.orchestra.run.smithi067.stdout:mon.a smithi067 running (14m) 17s ago 14m 58.3M 2048M 17.2.0 e1d6a67b021e 593937a1afc6 2023-12-09T02:06:39.152 INFO:teuthology.orchestra.run.smithi067.stdout:mon.b smithi125 running (12m) 9s ago 12m 47.8M 2048M 17.2.0 e1d6a67b021e 8237ce022316 2023-12-09T02:06:39.152 INFO:teuthology.orchestra.run.smithi067.stdout:mon.c smithi067 running (12m) 17s ago 12m 47.0M 2048M 17.2.0 e1d6a67b021e c4b6ab6450e8 2023-12-09T02:06:39.153 INFO:teuthology.orchestra.run.smithi067.stdout:node-exporter.a smithi067 *:9100 running (6m) 17s ago 6m 12.1M - 1dbe0e931976 bcd489654a5c 2023-12-09T02:06:39.153 INFO:teuthology.orchestra.run.smithi067.stdout:node-exporter.b smithi125 *:9100 running (6m) 9s ago 6m 12.4M - 1dbe0e931976 14315eb110fd 2023-12-09T02:06:39.153 INFO:teuthology.orchestra.run.smithi067.stdout:osd.0 smithi067 running (11m) 17s ago 11m 58.0M 4096M 17.2.0 e1d6a67b021e 8028f118e61c 2023-12-09T02:06:39.153 INFO:teuthology.orchestra.run.smithi067.stdout:osd.1 smithi067 running (11m) 17s ago 11m 60.7M 4096M 17.2.0 e1d6a67b021e d8a826789ab9 2023-12-09T02:06:39.153 INFO:teuthology.orchestra.run.smithi067.stdout:osd.2 smithi067 running (10m) 17s ago 10m 53.2M 4096M 17.2.0 e1d6a67b021e 4a0ed55ab397 2023-12-09T02:06:39.153 INFO:teuthology.orchestra.run.smithi067.stdout:osd.3 smithi067 running (9m) 17s ago 9m 57.2M 4096M 17.2.0 e1d6a67b021e 200513eb3289 2023-12-09T02:06:39.153 INFO:teuthology.orchestra.run.smithi067.stdout:osd.4 smithi125 running (9m) 9s ago 9m 58.4M 4096M 17.2.0 e1d6a67b021e 03a86e583fa8 2023-12-09T02:06:39.153 INFO:teuthology.orchestra.run.smithi067.stdout:osd.5 smithi125 running (8m) 9s ago 8m 53.9M 4096M 17.2.0 e1d6a67b021e 69bedd006f74 2023-12-09T02:06:39.153 INFO:teuthology.orchestra.run.smithi067.stdout:osd.6 smithi125 running (7m) 9s ago 7m 51.6M 4096M 17.2.0 e1d6a67b021e 30344497f6d2 2023-12-09T02:06:39.153 INFO:teuthology.orchestra.run.smithi067.stdout:osd.7 smithi125 running (7m) 9s ago 7m 55.9M 4096M 17.2.0 e1d6a67b021e 8791b422aafd 2023-12-09T02:06:39.153 INFO:teuthology.orchestra.run.smithi067.stdout:prometheus.a smithi125 *:9095 running (5m) 9s ago 6m 57.2M - 514e6a882f6e 70e2ffaceb9c 2023-12-09T02:06:39.153 INFO:teuthology.orchestra.run.smithi067.stdout:rgw.foo.smithi067.rqvsfw smithi067 *:8000 running (3m) 17s ago 3m 85.5M - 17.2.0 e1d6a67b021e 72086955a09f 2023-12-09T02:06:39.153 INFO:teuthology.orchestra.run.smithi067.stdout:rgw.foo.smithi125.wanndy smithi125 *:8000 running (3m) 9s ago 3m 85.5M - 17.2.0 e1d6a67b021e 89b35e95d314 2023-12-09T02:06:39.153 INFO:teuthology.orchestra.run.smithi067.stdout:rgw.smpl.smithi067.mukdcu smithi067 *:80 running (3m) 17s ago 3m 85.4M - 17.2.0 e1d6a67b021e b813f19c7bee 2023-12-09T02:06:39.153 INFO:teuthology.orchestra.run.smithi067.stdout:rgw.smpl.smithi125.ngrzpa smithi125 *:80 running (3m) 9s ago 3m 85.6M - 17.2.0 e1d6a67b021e 96b29ebc04e4 2023-12-09T02:06:39.576 INFO:teuthology.orchestra.run.smithi067.stdout:{ 2023-12-09T02:06:39.576 INFO:teuthology.orchestra.run.smithi067.stdout: "mon": { 2023-12-09T02:06:39.577 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 3 2023-12-09T02:06:39.577 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2023-12-09T02:06:39.577 INFO:teuthology.orchestra.run.smithi067.stdout: "mgr": { 2023-12-09T02:06:39.577 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-09T02:06:39.577 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2023-12-09T02:06:39.577 INFO:teuthology.orchestra.run.smithi067.stdout: "osd": { 2023-12-09T02:06:39.577 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-09T02:06:39.577 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2023-12-09T02:06:39.577 INFO:teuthology.orchestra.run.smithi067.stdout: "mds": {}, 2023-12-09T02:06:39.577 INFO:teuthology.orchestra.run.smithi067.stdout: "rgw": { 2023-12-09T02:06:39.577 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2023-12-09T02:06:39.577 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2023-12-09T02:06:39.577 INFO:teuthology.orchestra.run.smithi067.stdout: "overall": { 2023-12-09T02:06:39.577 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 17 2023-12-09T02:06:39.577 INFO:teuthology.orchestra.run.smithi067.stdout: } 2023-12-09T02:06:39.578 INFO:teuthology.orchestra.run.smithi067.stdout:} 2023-12-09T02:06:39.934 INFO:teuthology.orchestra.run.smithi067.stdout:{ 2023-12-09T02:06:39.934 INFO:teuthology.orchestra.run.smithi067.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:9dcc13bb80dcc1cdea72b04d80505b4649a2b882", 2023-12-09T02:06:39.935 INFO:teuthology.orchestra.run.smithi067.stdout: "in_progress": true, 2023-12-09T02:06:39.935 INFO:teuthology.orchestra.run.smithi067.stdout: "services_complete": [], 2023-12-09T02:06:39.935 INFO:teuthology.orchestra.run.smithi067.stdout: "progress": "0/23 daemons upgraded", 2023-12-09T02:06:39.935 INFO:teuthology.orchestra.run.smithi067.stdout: "message": "Pulling quay.ceph.io/ceph-ci/ceph:9dcc13bb80dcc1cdea72b04d80505b4649a2b882 image on host smithi125" 2023-12-09T02:06:39.935 INFO:teuthology.orchestra.run.smithi067.stdout:} 2023-12-09T02:06:39.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:06:39 smithi067 bash[25104]: audit 2023-12-09T02:06:38.416581+0000 mgr.y (mgr.14457) 302 : audit [DBG] from='client.15159 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:06:39.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:06:39 smithi067 bash[25104]: audit 2023-12-09T02:06:39.576482+0000 mon.c (mon.1) 42 : audit [DBG] from='client.? 172.21.15.67:0/1183170020' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:06:39.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:06:39 smithi067 bash[30830]: audit 2023-12-09T02:06:38.416581+0000 mgr.y (mgr.14457) 302 : audit [DBG] from='client.15159 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:06:39.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:06:39 smithi067 bash[30830]: audit 2023-12-09T02:06:39.576482+0000 mon.c (mon.1) 42 : audit [DBG] from='client.? 172.21.15.67:0/1183170020' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:06:39.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:06:39 smithi125 bash[25274]: audit 2023-12-09T02:06:38.416581+0000 mgr.y (mgr.14457) 302 : audit [DBG] from='client.15159 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:06:39.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:06:39 smithi125 bash[25274]: audit 2023-12-09T02:06:39.576482+0000 mon.c (mon.1) 42 : audit [DBG] from='client.? 172.21.15.67:0/1183170020' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:06:40.349 INFO:teuthology.orchestra.run.smithi067.stdout:HEALTH_OK 2023-12-09T02:06:40.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:06:40 smithi067 bash[25104]: audit 2023-12-09T02:06:38.779024+0000 mgr.y (mgr.14457) 303 : audit [DBG] from='client.25093 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:06:40.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:06:40 smithi067 bash[25104]: cluster 2023-12-09T02:06:38.997499+0000 mgr.y (mgr.14457) 304 : cluster [DBG] pgmap v237: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:06:40.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:06:40 smithi067 bash[25104]: audit 2023-12-09T02:06:39.129362+0000 mgr.y (mgr.14457) 305 : audit [DBG] from='client.15171 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:06:40.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:06:40 smithi067 bash[25104]: audit 2023-12-09T02:06:40.350065+0000 mon.a (mon.0) 1198 : audit [DBG] from='client.? 172.21.15.67:0/2797968927' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-09T02:06:40.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:06:40 smithi067 bash[30830]: audit 2023-12-09T02:06:38.779024+0000 mgr.y (mgr.14457) 303 : audit [DBG] from='client.25093 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:06:40.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:06:40 smithi067 bash[30830]: cluster 2023-12-09T02:06:38.997499+0000 mgr.y (mgr.14457) 304 : cluster [DBG] pgmap v237: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:06:40.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:06:40 smithi067 bash[30830]: audit 2023-12-09T02:06:39.129362+0000 mgr.y (mgr.14457) 305 : audit [DBG] from='client.15171 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:06:40.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:06:40 smithi067 bash[30830]: audit 2023-12-09T02:06:40.350065+0000 mon.a (mon.0) 1198 : audit [DBG] from='client.? 172.21.15.67:0/2797968927' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-09T02:06:40.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:06:40 smithi125 bash[25274]: audit 2023-12-09T02:06:38.779024+0000 mgr.y (mgr.14457) 303 : audit [DBG] from='client.25093 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:06:40.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:06:40 smithi125 bash[25274]: cluster 2023-12-09T02:06:38.997499+0000 mgr.y (mgr.14457) 304 : cluster [DBG] pgmap v237: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:06:40.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:06:40 smithi125 bash[25274]: audit 2023-12-09T02:06:39.129362+0000 mgr.y (mgr.14457) 305 : audit [DBG] from='client.15171 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:06:40.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:06:40 smithi125 bash[25274]: audit 2023-12-09T02:06:40.350065+0000 mon.a (mon.0) 1198 : audit [DBG] from='client.? 172.21.15.67:0/2797968927' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-09T02:06:41.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:06:41 smithi067 bash[25104]: audit 2023-12-09T02:06:39.934169+0000 mgr.y (mgr.14457) 306 : audit [DBG] from='client.25111 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:06:41.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:06:41 smithi067 bash[30830]: audit 2023-12-09T02:06:39.934169+0000 mgr.y (mgr.14457) 306 : audit [DBG] from='client.25111 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:06:41.969 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:06:41 smithi067 bash[25375]: ::ffff:172.21.15.125 - - [09/Dec/2023:02:06:41] "GET /metrics HTTP/1.1" 200 214792 "" "Prometheus/2.33.4" 2023-12-09T02:06:41.969 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:06:41 smithi067 bash[25375]: 172.21.15.67 - - [09/Dec/2023:02:06:41] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-09T02:06:41.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:06:41 smithi125 bash[25274]: audit 2023-12-09T02:06:39.934169+0000 mgr.y (mgr.14457) 306 : audit [DBG] from='client.25111 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:06:42.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:06:42 smithi067 bash[25104]: cluster 2023-12-09T02:06:40.999212+0000 mgr.y (mgr.14457) 307 : cluster [DBG] pgmap v238: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:06:42.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:06:42 smithi067 bash[25104]: audit 2023-12-09T02:06:41.823934+0000 mon.a (mon.0) 1199 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:06:42.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:06:42 smithi067 bash[25104]: audit 2023-12-09T02:06:41.831087+0000 mon.a (mon.0) 1200 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:06:42.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:06:42 smithi067 bash[30830]: cluster 2023-12-09T02:06:40.999212+0000 mgr.y (mgr.14457) 307 : cluster [DBG] pgmap v238: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:06:42.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:06:42 smithi067 bash[30830]: audit 2023-12-09T02:06:41.823934+0000 mon.a (mon.0) 1199 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:06:42.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:06:42 smithi067 bash[30830]: audit 2023-12-09T02:06:41.831087+0000 mon.a (mon.0) 1200 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:06:42.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:06:42 smithi125 bash[25274]: cluster 2023-12-09T02:06:40.999212+0000 mgr.y (mgr.14457) 307 : cluster [DBG] pgmap v238: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:06:42.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:06:42 smithi125 bash[25274]: audit 2023-12-09T02:06:41.823934+0000 mon.a (mon.0) 1199 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:06:42.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:06:42 smithi125 bash[25274]: audit 2023-12-09T02:06:41.831087+0000 mon.a (mon.0) 1200 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:06:43.829 INFO:journalctl@ceph.alertmanager.a.smithi067.stdout:Dec 09 02:06:43 smithi067 bash[54159]: level=error ts=2023-12-09T02:06:43.518Z 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.125:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.125 because it doesn't contain any IP SANs; ceph-dashboard/webhook[0]: notify retry canceled after 8 attempts: Post \"https://172.21.15.67:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.67 because it doesn't contain any IP SANs" 2023-12-09T02:06:43.830 INFO:journalctl@ceph.alertmanager.a.smithi067.stdout:Dec 09 02:06:43 smithi067 bash[54159]: level=warn ts=2023-12-09T02:06:43.522Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://172.21.15.125:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.125 because it doesn't contain any IP SANs" 2023-12-09T02:06:43.830 INFO:journalctl@ceph.alertmanager.a.smithi067.stdout:Dec 09 02:06:43 smithi067 bash[54159]: level=warn ts=2023-12-09T02:06:43.522Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://172.21.15.67:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.67 because it doesn't contain any IP SANs" 2023-12-09T02:06:44.643 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 02:06:44 smithi125 bash[26515]: ::ffff:172.21.15.125 - - [09/Dec/2023:02:06:44] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-09T02:06:44.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:06:44 smithi067 bash[25104]: cluster 2023-12-09T02:06:42.999989+0000 mgr.y (mgr.14457) 308 : cluster [DBG] pgmap v239: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:06:44.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:06:44 smithi067 bash[30830]: cluster 2023-12-09T02:06:42.999989+0000 mgr.y (mgr.14457) 308 : cluster [DBG] pgmap v239: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:06:44.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:06:44 smithi125 bash[25274]: cluster 2023-12-09T02:06:42.999989+0000 mgr.y (mgr.14457) 308 : cluster [DBG] pgmap v239: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:06:46.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:06:46 smithi067 bash[25104]: cluster 2023-12-09T02:06:45.002191+0000 mgr.y (mgr.14457) 309 : cluster [DBG] pgmap v240: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:06:46.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:06:46 smithi067 bash[30830]: cluster 2023-12-09T02:06:45.002191+0000 mgr.y (mgr.14457) 309 : cluster [DBG] pgmap v240: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:06:46.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:06:46 smithi125 bash[25274]: cluster 2023-12-09T02:06:45.002191+0000 mgr.y (mgr.14457) 309 : cluster [DBG] pgmap v240: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:06:48.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:06:48 smithi067 bash[25104]: cluster 2023-12-09T02:06:47.002974+0000 mgr.y (mgr.14457) 310 : cluster [DBG] pgmap v241: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:06:48.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:06:48 smithi067 bash[25104]: audit 2023-12-09T02:06:47.398422+0000 mgr.y (mgr.14457) 311 : audit [DBG] from='client.14949 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:06:48.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:06:48 smithi067 bash[30830]: cluster 2023-12-09T02:06:47.002974+0000 mgr.y (mgr.14457) 310 : cluster [DBG] pgmap v241: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:06:48.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:06:48 smithi067 bash[30830]: audit 2023-12-09T02:06:47.398422+0000 mgr.y (mgr.14457) 311 : audit [DBG] from='client.14949 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:06:48.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:06:48 smithi125 bash[25274]: cluster 2023-12-09T02:06:47.002974+0000 mgr.y (mgr.14457) 310 : cluster [DBG] pgmap v241: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:06:48.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:06:48 smithi125 bash[25274]: audit 2023-12-09T02:06:47.398422+0000 mgr.y (mgr.14457) 311 : audit [DBG] from='client.14949 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:06:49.718 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:06:49 smithi067 bash[25375]: 172.21.15.125 - - [09/Dec/2023:02:06:49] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-09T02:06:50.702 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:06:50 smithi125 bash[25274]: cluster 2023-12-09T02:06:49.003836+0000 mgr.y (mgr.14457) 312 : cluster [DBG] pgmap v242: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:06:50.702 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:06:50 smithi125 bash[25274]: audit 2023-12-09T02:06:49.374304+0000 mon.a (mon.0) 1201 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:06:50.702 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:06:50 smithi125 bash[25274]: audit 2023-12-09T02:06:49.384474+0000 mon.a (mon.0) 1202 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:06:50.719 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:06:50 smithi067 bash[25104]: cluster 2023-12-09T02:06:49.003836+0000 mgr.y (mgr.14457) 312 : cluster [DBG] pgmap v242: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:06:50.719 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:06:50 smithi067 bash[25104]: audit 2023-12-09T02:06:49.374304+0000 mon.a (mon.0) 1201 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:06:50.719 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:06:50 smithi067 bash[25104]: audit 2023-12-09T02:06:49.384474+0000 mon.a (mon.0) 1202 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:06:50.719 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:06:50 smithi067 bash[30830]: cluster 2023-12-09T02:06:49.003836+0000 mgr.y (mgr.14457) 312 : cluster [DBG] pgmap v242: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:06:50.719 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:06:50 smithi067 bash[30830]: audit 2023-12-09T02:06:49.374304+0000 mon.a (mon.0) 1201 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:06:50.719 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:06:50 smithi067 bash[30830]: audit 2023-12-09T02:06:49.384474+0000 mon.a (mon.0) 1202 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:06:51.969 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:06:51 smithi067 bash[25375]: ::ffff:172.21.15.125 - - [09/Dec/2023:02:06:51] "GET /metrics HTTP/1.1" 200 214792 "" "Prometheus/2.33.4" 2023-12-09T02:06:52.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:06:52 smithi067 bash[25104]: cluster 2023-12-09T02:06:51.005650+0000 mgr.y (mgr.14457) 313 : cluster [DBG] pgmap v243: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:06:52.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:06:52 smithi067 bash[30830]: cluster 2023-12-09T02:06:51.005650+0000 mgr.y (mgr.14457) 313 : cluster [DBG] pgmap v243: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:06:52.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:06:52 smithi125 bash[25274]: cluster 2023-12-09T02:06:51.005650+0000 mgr.y (mgr.14457) 313 : cluster [DBG] pgmap v243: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:06:53.969 INFO:journalctl@ceph.alertmanager.a.smithi067.stdout:Dec 09 02:06:53 smithi067 bash[54159]: level=error ts=2023-12-09T02:06:53.518Z 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.125:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.125 because it doesn't contain any IP SANs; ceph-dashboard/webhook[0]: notify retry canceled after 7 attempts: Post \"https://172.21.15.67:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.67 because it doesn't contain any IP SANs" 2023-12-09T02:06:53.969 INFO:journalctl@ceph.alertmanager.a.smithi067.stdout:Dec 09 02:06:53 smithi067 bash[54159]: level=warn ts=2023-12-09T02:06:53.523Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://172.21.15.67:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.67 because it doesn't contain any IP SANs" 2023-12-09T02:06:53.969 INFO:journalctl@ceph.alertmanager.a.smithi067.stdout:Dec 09 02:06:53 smithi067 bash[54159]: level=warn ts=2023-12-09T02:06:53.524Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://172.21.15.125:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.125 because it doesn't contain any IP SANs" 2023-12-09T02:06:54.741 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:06:54 smithi125 bash[25274]: cluster 2023-12-09T02:06:53.006430+0000 mgr.y (mgr.14457) 314 : cluster [DBG] pgmap v244: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:06:54.741 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 02:06:54 smithi125 bash[26515]: ::ffff:172.21.15.125 - - [09/Dec/2023:02:06:54] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-09T02:06:54.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:06:54 smithi067 bash[25104]: cluster 2023-12-09T02:06:53.006430+0000 mgr.y (mgr.14457) 314 : cluster [DBG] pgmap v244: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:06:54.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:06:54 smithi067 bash[30830]: cluster 2023-12-09T02:06:53.006430+0000 mgr.y (mgr.14457) 314 : cluster [DBG] pgmap v244: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:06:56.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:06:56 smithi067 bash[25104]: cluster 2023-12-09T02:06:55.008154+0000 mgr.y (mgr.14457) 315 : cluster [DBG] pgmap v245: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:06:56.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:06:56 smithi067 bash[30830]: cluster 2023-12-09T02:06:55.008154+0000 mgr.y (mgr.14457) 315 : cluster [DBG] pgmap v245: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:06:56.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:06:56 smithi125 bash[25274]: cluster 2023-12-09T02:06:55.008154+0000 mgr.y (mgr.14457) 315 : cluster [DBG] pgmap v245: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:06:58.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:06:58 smithi067 bash[25104]: cluster 2023-12-09T02:06:57.008934+0000 mgr.y (mgr.14457) 316 : cluster [DBG] pgmap v246: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:06:58.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:06:58 smithi067 bash[25104]: audit 2023-12-09T02:06:57.406003+0000 mgr.y (mgr.14457) 317 : audit [DBG] from='client.14949 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:06:58.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:06:58 smithi067 bash[30830]: cluster 2023-12-09T02:06:57.008934+0000 mgr.y (mgr.14457) 316 : cluster [DBG] pgmap v246: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:06:58.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:06:58 smithi067 bash[30830]: audit 2023-12-09T02:06:57.406003+0000 mgr.y (mgr.14457) 317 : audit [DBG] from='client.14949 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:06:58.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:06:58 smithi125 bash[25274]: cluster 2023-12-09T02:06:57.008934+0000 mgr.y (mgr.14457) 316 : cluster [DBG] pgmap v246: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:06:58.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:06:58 smithi125 bash[25274]: audit 2023-12-09T02:06:57.406003+0000 mgr.y (mgr.14457) 317 : audit [DBG] from='client.14949 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:06:59.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:06:59 smithi067 bash[25104]: audit 2023-12-09T02:06:59.000438+0000 mon.a (mon.0) 1203 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-09T02:06:59.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:06:59 smithi067 bash[25104]: audit 2023-12-09T02:06:59.223413+0000 mon.a (mon.0) 1204 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-09T02:06:59.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:06:59 smithi067 bash[30830]: audit 2023-12-09T02:06:59.000438+0000 mon.a (mon.0) 1203 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-09T02:06:59.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:06:59 smithi067 bash[30830]: audit 2023-12-09T02:06:59.223413+0000 mon.a (mon.0) 1204 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-09T02:06:59.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:06:59 smithi125 bash[25274]: audit 2023-12-09T02:06:59.000438+0000 mon.a (mon.0) 1203 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-09T02:06:59.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:06:59 smithi125 bash[25274]: audit 2023-12-09T02:06:59.223413+0000 mon.a (mon.0) 1204 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-09T02:07:00.966 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:07:00 smithi067 bash[25104]: cluster 2023-12-09T02:06:59.009690+0000 mgr.y (mgr.14457) 318 : cluster [DBG] pgmap v247: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:07:00.967 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:07:00 smithi067 bash[30830]: cluster 2023-12-09T02:06:59.009690+0000 mgr.y (mgr.14457) 318 : cluster [DBG] pgmap v247: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:07:00.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:07:00 smithi125 bash[25274]: cluster 2023-12-09T02:06:59.009690+0000 mgr.y (mgr.14457) 318 : cluster [DBG] pgmap v247: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:07:01.963 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:07:01 smithi067 bash[25375]: ::ffff:172.21.15.125 - - [09/Dec/2023:02:07:01] "GET /metrics HTTP/1.1" 200 214795 "" "Prometheus/2.33.4" 2023-12-09T02:07:02.218 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:07:01 smithi067 bash[25375]: 172.21.15.67 - - [09/Dec/2023:02:07:01] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-09T02:07:02.688 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:07:02 smithi125 bash[25274]: cluster 2023-12-09T02:07:01.011426+0000 mgr.y (mgr.14457) 319 : cluster [DBG] pgmap v248: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:07:02.688 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:07:02 smithi125 bash[25274]: audit 2023-12-09T02:07:01.955205+0000 mon.a (mon.0) 1205 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:07:02.688 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:07:02 smithi125 bash[25274]: audit 2023-12-09T02:07:01.962875+0000 mon.a (mon.0) 1206 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:07:02.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:07:02 smithi067 bash[30830]: cluster 2023-12-09T02:07:01.011426+0000 mgr.y (mgr.14457) 319 : cluster [DBG] pgmap v248: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:07:02.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:07:02 smithi067 bash[30830]: audit 2023-12-09T02:07:01.955205+0000 mon.a (mon.0) 1205 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:07:02.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:07:02 smithi067 bash[30830]: audit 2023-12-09T02:07:01.962875+0000 mon.a (mon.0) 1206 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:07:02.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:07:02 smithi067 bash[25104]: cluster 2023-12-09T02:07:01.011426+0000 mgr.y (mgr.14457) 319 : cluster [DBG] pgmap v248: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:07:02.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:07:02 smithi067 bash[25104]: audit 2023-12-09T02:07:01.955205+0000 mon.a (mon.0) 1205 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:07:02.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:07:02 smithi067 bash[25104]: audit 2023-12-09T02:07:01.962875+0000 mon.a (mon.0) 1206 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:07:03.969 INFO:journalctl@ceph.alertmanager.a.smithi067.stdout:Dec 09 02:07:03 smithi067 bash[54159]: level=error ts=2023-12-09T02:07:03.519Z 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.67:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.67 because it doesn't contain any IP SANs; ceph-dashboard/webhook[1]: notify retry canceled after 7 attempts: Post \"https://172.21.15.125:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.125 because it doesn't contain any IP SANs" 2023-12-09T02:07:03.969 INFO:journalctl@ceph.alertmanager.a.smithi067.stdout:Dec 09 02:07:03 smithi067 bash[54159]: level=warn ts=2023-12-09T02:07:03.523Z 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.125:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.125 because it doesn't contain any IP SANs" 2023-12-09T02:07:03.969 INFO:journalctl@ceph.alertmanager.a.smithi067.stdout:Dec 09 02:07:03 smithi067 bash[54159]: level=warn ts=2023-12-09T02:07:03.524Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://172.21.15.67:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.67 because it doesn't contain any IP SANs" 2023-12-09T02:07:04.648 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 02:07:04 smithi125 bash[26515]: ::ffff:172.21.15.125 - - [09/Dec/2023:02:07:04] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-09T02:07:04.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:07:04 smithi067 bash[25104]: cluster 2023-12-09T02:07:03.012234+0000 mgr.y (mgr.14457) 320 : cluster [DBG] pgmap v249: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:07:04.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:07:04 smithi067 bash[25104]: audit 2023-12-09T02:07:03.917338+0000 mon.a (mon.0) 1207 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:07:04.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:07:04 smithi067 bash[25104]: audit 2023-12-09T02:07:03.919138+0000 mon.a (mon.0) 1208 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-09T02:07:04.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:07:04 smithi067 bash[25104]: audit 2023-12-09T02:07:03.920968+0000 mon.a (mon.0) 1209 : audit [DBG] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-09T02:07:04.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:07:04 smithi067 bash[25104]: audit 2023-12-09T02:07:03.922856+0000 mon.a (mon.0) 1210 : audit [DBG] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:07:04.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:07:04 smithi067 bash[30830]: cluster 2023-12-09T02:07:03.012234+0000 mgr.y (mgr.14457) 320 : cluster [DBG] pgmap v249: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:07:04.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:07:04 smithi067 bash[30830]: audit 2023-12-09T02:07:03.917338+0000 mon.a (mon.0) 1207 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:07:04.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:07:04 smithi067 bash[30830]: audit 2023-12-09T02:07:03.919138+0000 mon.a (mon.0) 1208 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-09T02:07:04.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:07:04 smithi067 bash[30830]: audit 2023-12-09T02:07:03.920968+0000 mon.a (mon.0) 1209 : audit [DBG] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-09T02:07:04.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:07:04 smithi067 bash[30830]: audit 2023-12-09T02:07:03.922856+0000 mon.a (mon.0) 1210 : audit [DBG] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:07:04.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:07:04 smithi125 bash[25274]: cluster 2023-12-09T02:07:03.012234+0000 mgr.y (mgr.14457) 320 : cluster [DBG] pgmap v249: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:07:04.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:07:04 smithi125 bash[25274]: audit 2023-12-09T02:07:03.917338+0000 mon.a (mon.0) 1207 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:07:04.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:07:04 smithi125 bash[25274]: audit 2023-12-09T02:07:03.919138+0000 mon.a (mon.0) 1208 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-09T02:07:04.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:07:04 smithi125 bash[25274]: audit 2023-12-09T02:07:03.920968+0000 mon.a (mon.0) 1209 : audit [DBG] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-09T02:07:04.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:07:04 smithi125 bash[25274]: audit 2023-12-09T02:07:03.922856+0000 mon.a (mon.0) 1210 : audit [DBG] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:07:05.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:07:05 smithi067 bash[25104]: cephadm 2023-12-09T02:07:03.908347+0000 mgr.y (mgr.14457) 321 : cephadm [INF] Upgrade: Updating mgr.x 2023-12-09T02:07:05.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:07:05 smithi067 bash[25104]: cephadm 2023-12-09T02:07:03.924563+0000 mgr.y (mgr.14457) 322 : cephadm [INF] Deploying daemon mgr.x on smithi125 2023-12-09T02:07:05.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:07:05 smithi067 bash[30830]: cephadm 2023-12-09T02:07:03.908347+0000 mgr.y (mgr.14457) 321 : cephadm [INF] Upgrade: Updating mgr.x 2023-12-09T02:07:05.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:07:05 smithi067 bash[30830]: cephadm 2023-12-09T02:07:03.924563+0000 mgr.y (mgr.14457) 322 : cephadm [INF] Deploying daemon mgr.x on smithi125 2023-12-09T02:07:05.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:07:05 smithi125 bash[25274]: cephadm 2023-12-09T02:07:03.908347+0000 mgr.y (mgr.14457) 321 : cephadm [INF] Upgrade: Updating mgr.x 2023-12-09T02:07:05.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:07:05 smithi125 bash[25274]: cephadm 2023-12-09T02:07:03.924563+0000 mgr.y (mgr.14457) 322 : cephadm [INF] Deploying daemon mgr.x on smithi125 2023-12-09T02:07:06.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:07:06 smithi067 bash[25104]: cluster 2023-12-09T02:07:05.013954+0000 mgr.y (mgr.14457) 323 : cluster [DBG] pgmap v250: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:07:06.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:07:06 smithi067 bash[30830]: cluster 2023-12-09T02:07:05.013954+0000 mgr.y (mgr.14457) 323 : cluster [DBG] pgmap v250: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:07:06.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:07:06 smithi125 bash[25274]: cluster 2023-12-09T02:07:05.013954+0000 mgr.y (mgr.14457) 323 : cluster [DBG] pgmap v250: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:07:08.758 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:07:08 smithi125 bash[25274]: cluster 2023-12-09T02:07:07.014733+0000 mgr.y (mgr.14457) 324 : cluster [DBG] pgmap v251: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:07:08.758 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:07:08 smithi125 bash[25274]: audit 2023-12-09T02:07:07.410183+0000 mgr.y (mgr.14457) 325 : audit [DBG] from='client.14949 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:07:08.759 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 02:07:08 smithi125 systemd[1]: Stopping Ceph mgr.x for 6db93fb0-9635-11ee-95a3-87774f69a715... 2023-12-09T02:07:08.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:07:08 smithi067 bash[25104]: cluster 2023-12-09T02:07:07.014733+0000 mgr.y (mgr.14457) 324 : cluster [DBG] pgmap v251: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:07:08.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:07:08 smithi067 bash[25104]: audit 2023-12-09T02:07:07.410183+0000 mgr.y (mgr.14457) 325 : audit [DBG] from='client.14949 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:07:08.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:07:08 smithi067 bash[30830]: cluster 2023-12-09T02:07:07.014733+0000 mgr.y (mgr.14457) 324 : cluster [DBG] pgmap v251: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:07:08.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:07:08 smithi067 bash[30830]: audit 2023-12-09T02:07:07.410183+0000 mgr.y (mgr.14457) 325 : audit [DBG] from='client.14949 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:07:09.023 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 02:07:08 smithi125 bash[55713]: Error response from daemon: No such container: ceph-6db93fb0-9635-11ee-95a3-87774f69a715-mgr.x 2023-12-09T02:07:09.650 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 02:07:09 smithi125 bash[55722]: ceph-6db93fb0-9635-11ee-95a3-87774f69a715-mgr-x 2023-12-09T02:07:09.650 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 02:07:09 smithi125 bash[55788]: Error response from daemon: No such container: ceph-6db93fb0-9635-11ee-95a3-87774f69a715-mgr.x 2023-12-09T02:07:09.650 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 02:07:09 smithi125 systemd[1]: ceph-6db93fb0-9635-11ee-95a3-87774f69a715@mgr.x.service: Main process exited, code=exited, status=143/n/a 2023-12-09T02:07:09.651 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 02:07:09 smithi125 systemd[1]: ceph-6db93fb0-9635-11ee-95a3-87774f69a715@mgr.x.service: Failed with result 'exit-code'. 2023-12-09T02:07:09.651 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 02:07:09 smithi125 systemd[1]: Stopped Ceph mgr.x for 6db93fb0-9635-11ee-95a3-87774f69a715. 2023-12-09T02:07:09.969 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:07:09 smithi067 bash[25375]: 172.21.15.125 - - [09/Dec/2023:02:07:09] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-09T02:07:09.969 INFO:journalctl@ceph.alertmanager.a.smithi067.stdout:Dec 09 02:07:09 smithi067 bash[54159]: level=warn ts=2023-12-09T02:07:09.565Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=6 err="Post \"https://172.21.15.125:8443/api/prometheus_receiver\": dial tcp 172.21.15.125:8443: connect: connection refused" 2023-12-09T02:07:09.971 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 02:07:09 smithi125 systemd[1]: Started Ceph mgr.x for 6db93fb0-9635-11ee-95a3-87774f69a715. 2023-12-09T02:07:10.743 INFO:teuthology.orchestra.run.smithi067.stdout:true 2023-12-09T02:07:10.857 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:07:10 smithi067 bash[25104]: cluster 2023-12-09T02:07:09.015473+0000 mgr.y (mgr.14457) 326 : cluster [DBG] pgmap v252: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:07:10.857 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:07:10 smithi067 bash[25104]: audit 2023-12-09T02:07:09.517166+0000 mon.a (mon.0) 1211 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:07:10.857 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:07:10 smithi067 bash[25104]: audit 2023-12-09T02:07:09.527967+0000 mon.a (mon.0) 1212 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:07:10.857 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:07:10 smithi067 bash[25104]: audit 2023-12-09T02:07:09.808149+0000 mon.a (mon.0) 1213 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:07:10.857 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:07:10 smithi067 bash[25104]: audit 2023-12-09T02:07:09.810494+0000 mon.a (mon.0) 1214 : audit [DBG] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:07:10.857 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:07:10 smithi067 bash[25104]: audit 2023-12-09T02:07:09.812336+0000 mon.a (mon.0) 1215 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:07:10.857 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:07:10 smithi067 bash[25104]: audit 2023-12-09T02:07:09.823742+0000 mon.a (mon.0) 1216 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:07:10.857 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:07:10 smithi067 bash[25104]: audit 2023-12-09T02:07:09.832177+0000 mon.a (mon.0) 1217 : audit [DBG] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:07:10.857 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:07:10 smithi067 bash[25104]: audit 2023-12-09T02:07:09.840575+0000 mon.a (mon.0) 1218 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "mgr fail", "who": "y"}]: dispatch 2023-12-09T02:07:10.857 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:07:10 smithi067 bash[25104]: cluster 2023-12-09T02:07:09.856678+0000 mon.a (mon.0) 1219 : cluster [DBG] osdmap e94: 8 total, 8 up, 8 in 2023-12-09T02:07:10.857 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:07:10 smithi067 bash[25104]: cluster 2023-12-09T02:07:09.903516+0000 mon.a (mon.0) 1220 : cluster [DBG] Standby manager daemon y started 2023-12-09T02:07:10.858 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 02:07:10 smithi125 bash[55867]: debug 2023-12-09T02:07:10.731+0000 7f939d05a700 1 -- 172.21.15.125:0/4190842383 <== mon.2 v2:172.21.15.125:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55cd78a981a0 con 0x55cd79816800 2023-12-09T02:07:10.858 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:07:10 smithi125 bash[25274]: cluster 2023-12-09T02:07:09.015473+0000 mgr.y (mgr.14457) 326 : cluster [DBG] pgmap v252: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:07:10.858 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:07:10 smithi125 bash[25274]: audit 2023-12-09T02:07:09.517166+0000 mon.a (mon.0) 1211 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:07:10.858 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:07:10 smithi125 bash[25274]: audit 2023-12-09T02:07:09.527967+0000 mon.a (mon.0) 1212 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:07:10.858 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:07:10 smithi125 bash[25274]: audit 2023-12-09T02:07:09.808149+0000 mon.a (mon.0) 1213 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:07:10.858 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:07:10 smithi125 bash[25274]: audit 2023-12-09T02:07:09.810494+0000 mon.a (mon.0) 1214 : audit [DBG] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:07:10.858 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:07:10 smithi125 bash[25274]: audit 2023-12-09T02:07:09.812336+0000 mon.a (mon.0) 1215 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:07:10.858 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:07:10 smithi125 bash[25274]: audit 2023-12-09T02:07:09.823742+0000 mon.a (mon.0) 1216 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:07:10.858 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:07:10 smithi125 bash[25274]: audit 2023-12-09T02:07:09.832177+0000 mon.a (mon.0) 1217 : audit [DBG] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:07:10.858 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:07:10 smithi125 bash[25274]: audit 2023-12-09T02:07:09.840575+0000 mon.a (mon.0) 1218 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "mgr fail", "who": "y"}]: dispatch 2023-12-09T02:07:10.858 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:07:10 smithi125 bash[25274]: cluster 2023-12-09T02:07:09.856678+0000 mon.a (mon.0) 1219 : cluster [DBG] osdmap e94: 8 total, 8 up, 8 in 2023-12-09T02:07:10.858 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:07:10 smithi125 bash[25274]: cluster 2023-12-09T02:07:09.903516+0000 mon.a (mon.0) 1220 : cluster [DBG] Standby manager daemon y started 2023-12-09T02:07:10.859 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:07:10 smithi067 bash[30830]: cluster 2023-12-09T02:07:09.015473+0000 mgr.y (mgr.14457) 326 : cluster [DBG] pgmap v252: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:07:10.859 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:07:10 smithi067 bash[30830]: audit 2023-12-09T02:07:09.517166+0000 mon.a (mon.0) 1211 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:07:10.859 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:07:10 smithi067 bash[30830]: audit 2023-12-09T02:07:09.527967+0000 mon.a (mon.0) 1212 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:07:10.859 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:07:10 smithi067 bash[30830]: audit 2023-12-09T02:07:09.808149+0000 mon.a (mon.0) 1213 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:07:10.859 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:07:10 smithi067 bash[30830]: audit 2023-12-09T02:07:09.810494+0000 mon.a (mon.0) 1214 : audit [DBG] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:07:10.859 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:07:10 smithi067 bash[30830]: audit 2023-12-09T02:07:09.812336+0000 mon.a (mon.0) 1215 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:07:10.859 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:07:10 smithi067 bash[30830]: audit 2023-12-09T02:07:09.823742+0000 mon.a (mon.0) 1216 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' 2023-12-09T02:07:10.859 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:07:10 smithi067 bash[30830]: audit 2023-12-09T02:07:09.832177+0000 mon.a (mon.0) 1217 : audit [DBG] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:07:10.859 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:07:10 smithi067 bash[30830]: audit 2023-12-09T02:07:09.840575+0000 mon.a (mon.0) 1218 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd=[{"prefix": "mgr fail", "who": "y"}]: dispatch 2023-12-09T02:07:10.859 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:07:10 smithi067 bash[30830]: cluster 2023-12-09T02:07:09.856678+0000 mon.a (mon.0) 1219 : cluster [DBG] osdmap e94: 8 total, 8 up, 8 in 2023-12-09T02:07:10.860 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:07:10 smithi067 bash[30830]: cluster 2023-12-09T02:07:09.903516+0000 mon.a (mon.0) 1220 : cluster [DBG] Standby manager daemon y started 2023-12-09T02:07:11.219 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:07:10 smithi067 bash[25375]: ignoring --setuser ceph since I am not root 2023-12-09T02:07:11.219 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:07:10 smithi067 bash[25375]: ignoring --setgroup ceph since I am not root 2023-12-09T02:07:11.219 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:07:11 smithi067 bash[25375]: debug 2023-12-09T02:07:11.033+0000 7f3849fbb000 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-12-09T02:07:11.221 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 02:07:10 smithi125 bash[55867]: debug 2023-12-09T02:07:10.903+0000 7f93a7200200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-12-09T02:07:11.719 INFO:journalctl@ceph.alertmanager.a.smithi067.stdout:Dec 09 02:07:11 smithi067 bash[54159]: level=warn ts=2023-12-09T02:07:11.276Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=7 err="Post \"https://172.21.15.67:8443//api/prometheus_receiver\": dial tcp 172.21.15.67:8443: connect: connection refused" 2023-12-09T02:07:11.719 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:07:11 smithi067 bash[25104]: cephadm 2023-12-09T02:07:09.824489+0000 mgr.y (mgr.14457) 327 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:07:11.719 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:07:11 smithi067 bash[25104]: cephadm 2023-12-09T02:07:09.835685+0000 mgr.y (mgr.14457) 328 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.y) 2023-12-09T02:07:11.719 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:07:11 smithi067 bash[25104]: cephadm 2023-12-09T02:07:09.840159+0000 mgr.y (mgr.14457) 329 : cephadm [INF] Failing over to other MGR 2023-12-09T02:07:11.719 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:07:11 smithi067 bash[25104]: audit 2023-12-09T02:07:10.727789+0000 mgr.y (mgr.14457) 330 : audit [DBG] from='client.15195 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:07:11.719 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:07:11 smithi067 bash[25104]: audit 2023-12-09T02:07:10.839450+0000 mon.a (mon.0) 1221 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd='[{"prefix": "mgr fail", "who": "y"}]': finished 2023-12-09T02:07:11.719 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:07:11 smithi067 bash[25104]: cluster 2023-12-09T02:07:10.839527+0000 mon.a (mon.0) 1222 : cluster [DBG] mgrmap e22: x(active, starting, since 0.997674s), standbys: y 2023-12-09T02:07:11.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:07:11 smithi067 bash[30830]: cephadm 2023-12-09T02:07:09.824489+0000 mgr.y (mgr.14457) 327 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:07:11.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:07:11 smithi067 bash[30830]: cephadm 2023-12-09T02:07:09.835685+0000 mgr.y (mgr.14457) 328 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.y) 2023-12-09T02:07:11.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:07:11 smithi067 bash[30830]: cephadm 2023-12-09T02:07:09.840159+0000 mgr.y (mgr.14457) 329 : cephadm [INF] Failing over to other MGR 2023-12-09T02:07:11.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:07:11 smithi067 bash[30830]: audit 2023-12-09T02:07:10.727789+0000 mgr.y (mgr.14457) 330 : audit [DBG] from='client.15195 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:07:11.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:07:11 smithi067 bash[30830]: audit 2023-12-09T02:07:10.839450+0000 mon.a (mon.0) 1221 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd='[{"prefix": "mgr fail", "who": "y"}]': finished 2023-12-09T02:07:11.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:07:11 smithi067 bash[30830]: cluster 2023-12-09T02:07:10.839527+0000 mon.a (mon.0) 1222 : cluster [DBG] mgrmap e22: x(active, starting, since 0.997674s), standbys: y 2023-12-09T02:07:11.832 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:07:11 smithi125 bash[25274]: cephadm 2023-12-09T02:07:09.824489+0000 mgr.y (mgr.14457) 327 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:07:11.832 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:07:11 smithi125 bash[25274]: cephadm 2023-12-09T02:07:09.835685+0000 mgr.y (mgr.14457) 328 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.y) 2023-12-09T02:07:11.832 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:07:11 smithi125 bash[25274]: cephadm 2023-12-09T02:07:09.840159+0000 mgr.y (mgr.14457) 329 : cephadm [INF] Failing over to other MGR 2023-12-09T02:07:11.832 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:07:11 smithi125 bash[25274]: audit 2023-12-09T02:07:10.727789+0000 mgr.y (mgr.14457) 330 : audit [DBG] from='client.15195 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:07:11.832 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:07:11 smithi125 bash[25274]: audit 2023-12-09T02:07:10.839450+0000 mon.a (mon.0) 1221 : audit [INF] from='mgr.14457 172.21.15.67:0/3493948730' entity='mgr.y' cmd='[{"prefix": "mgr fail", "who": "y"}]': finished 2023-12-09T02:07:11.832 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:07:11 smithi125 bash[25274]: cluster 2023-12-09T02:07:10.839527+0000 mon.a (mon.0) 1222 : cluster [DBG] mgrmap e22: x(active, starting, since 0.997674s), standbys: y 2023-12-09T02:07:12.035 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:07:11 smithi067 bash[25375]: debug 2023-12-09T02:07:11.737+0000 7f3849fbb000 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-12-09T02:07:12.035 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:07:11 smithi067 bash[25375]: debug 2023-12-09T02:07:11.865+0000 7f3849fbb000 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-12-09T02:07:12.221 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 02:07:11 smithi125 bash[55867]: debug 2023-12-09T02:07:11.823+0000 7f93a7200200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2023-12-09T02:07:12.221 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 02:07:11 smithi125 bash[55867]: debug 2023-12-09T02:07:11.923+0000 7f93a7200200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-12-09T02:07:12.221 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 02:07:12 smithi125 bash[55867]: debug 2023-12-09T02:07:12.027+0000 7f93a7200200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-12-09T02:07:12.378 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:07:12 smithi067 bash[25375]: debug 2023-12-09T02:07:12.029+0000 7f3849fbb000 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-12-09T02:07:12.658 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 02:07:12 smithi125 bash[55867]: debug 2023-12-09T02:07:12.291+0000 7f93a7200200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-12-09T02:07:12.686 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:07:12 smithi067 bash[25375]: debug 2023-12-09T02:07:12.373+0000 7f3849fbb000 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-12-09T02:07:12.686 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:07:12 smithi067 bash[25375]: debug 2023-12-09T02:07:12.469+0000 7f3849fbb000 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-12-09T02:07:12.968 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:07:12 smithi067 bash[25375]: debug 2023-12-09T02:07:12.681+0000 7f3849fbb000 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-12-09T02:07:12.971 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 02:07:12 smithi125 bash[55867]: debug 2023-12-09T02:07:12.651+0000 7f93a7200200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-12-09T02:07:12.971 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 02:07:12 smithi125 bash[55867]: debug 2023-12-09T02:07:12.815+0000 7f93a7200200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-12-09T02:07:13.471 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 02:07:13 smithi125 bash[55867]: debug 2023-12-09T02:07:13.027+0000 7f93a7200200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-12-09T02:07:13.896 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:07:13 smithi067 bash[25375]: debug 2023-12-09T02:07:13.565+0000 7f3849fbb000 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-12-09T02:07:13.896 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:07:13 smithi067 bash[25375]: debug 2023-12-09T02:07:13.677+0000 7f3849fbb000 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-12-09T02:07:13.896 INFO:journalctl@ceph.alertmanager.a.smithi067.stdout:Dec 09 02:07:13 smithi067 bash[54159]: level=error ts=2023-12-09T02:07:13.520Z caller=dispatch.go:354 component=dispatcher msg="Notify for alerts failed" num_alerts=10 err="ceph-dashboard/webhook[1]: notify retry canceled after 7 attempts: Post \"https://172.21.15.125:8443/api/prometheus_receiver\": dial tcp 172.21.15.125:8443: connect: connection refused; ceph-dashboard/webhook[0]: notify retry canceled after 8 attempts: Post \"https://172.21.15.67:8443//api/prometheus_receiver\": dial tcp 172.21.15.67:8443: connect: connection refused" 2023-12-09T02:07:13.896 INFO:journalctl@ceph.alertmanager.a.smithi067.stdout:Dec 09 02:07:13 smithi067 bash[54159]: level=warn ts=2023-12-09T02:07:13.521Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://172.21.15.67:8443//api/prometheus_receiver\": dial tcp 172.21.15.67:8443: connect: connection refused" 2023-12-09T02:07:13.897 INFO:journalctl@ceph.alertmanager.a.smithi067.stdout:Dec 09 02:07:13 smithi067 bash[54159]: level=warn ts=2023-12-09T02:07:13.521Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://172.21.15.125:8443/api/prometheus_receiver\": dial tcp 172.21.15.125:8443: connect: connection refused" 2023-12-09T02:07:14.218 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:07:13 smithi067 bash[25375]: debug 2023-12-09T02:07:13.889+0000 7f3849fbb000 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-12-09T02:07:14.471 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 02:07:14 smithi125 bash[55867]: debug 2023-12-09T02:07:14.043+0000 7f93a7200200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-12-09T02:07:14.471 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 02:07:14 smithi125 bash[55867]: debug 2023-12-09T02:07:14.155+0000 7f93a7200200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-12-09T02:07:14.472 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 02:07:14 smithi125 bash[55867]: debug 2023-12-09T02:07:14.275+0000 7f93a7200200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-12-09T02:07:14.600 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:07:14 smithi067 bash[25375]: debug 2023-12-09T02:07:14.253+0000 7f3849fbb000 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-12-09T02:07:14.969 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:07:14 smithi067 bash[25375]: debug 2023-12-09T02:07:14.593+0000 7f3849fbb000 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-12-09T02:07:15.038 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 02:07:14 smithi125 bash[55867]: debug 2023-12-09T02:07:14.775+0000 7f93a7200200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-12-09T02:07:15.269 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:07:14 smithi067 bash[25375]: debug 2023-12-09T02:07:14.981+0000 7f3849fbb000 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-12-09T02:07:15.471 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 02:07:15 smithi125 bash[55867]: debug 2023-12-09T02:07:15.031+0000 7f93a7200200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-12-09T02:07:15.719 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:07:15 smithi067 bash[25375]: debug 2023-12-09T02:07:15.265+0000 7f3849fbb000 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-12-09T02:07:15.891 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 02:07:15 smithi125 bash[55867]: debug 2023-12-09T02:07:15.535+0000 7f93a7200200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-12-09T02:07:16.221 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 02:07:16 smithi125 bash[55867]: debug 2023-12-09T02:07:16.059+0000 7f93a7200200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-12-09T02:07:16.255 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:07:15 smithi067 bash[25375]: debug 2023-12-09T02:07:15.973+0000 7f3849fbb000 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-12-09T02:07:16.255 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:07:16 smithi067 bash[25375]: debug 2023-12-09T02:07:16.081+0000 7f3849fbb000 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-12-09T02:07:16.513 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:07:16 smithi067 bash[25375]: debug 2023-12-09T02:07:16.249+0000 7f3849fbb000 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-12-09T02:07:16.513 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:07:16 smithi067 bash[25375]: debug 2023-12-09T02:07:16.365+0000 7f3849fbb000 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-12-09T02:07:16.816 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:07:16 smithi067 bash[25375]: debug 2023-12-09T02:07:16.505+0000 7f3849fbb000 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-12-09T02:07:16.971 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 02:07:16 smithi125 bash[55867]: debug 2023-12-09T02:07:16.619+0000 7f93a7200200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-12-09T02:07:16.971 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 02:07:16 smithi125 bash[55867]: debug 2023-12-09T02:07:16.731+0000 7f93a7200200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-12-09T02:07:17.128 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:07:16 smithi067 bash[25375]: debug 2023-12-09T02:07:16.809+0000 7f3849fbb000 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-12-09T02:07:17.129 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:07:16 smithi067 bash[25375]: debug 2023-12-09T02:07:16.933+0000 7f3849fbb000 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-12-09T02:07:17.344 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 02:07:17 smithi125 bash[55867]: debug 2023-12-09T02:07:17.083+0000 7f93a7200200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-12-09T02:07:17.344 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 02:07:17 smithi125 bash[55867]: debug 2023-12-09T02:07:17.195+0000 7f93a7200200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-12-09T02:07:17.468 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:07:17 smithi067 bash[25375]: debug 2023-12-09T02:07:17.121+0000 7f3849fbb000 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-12-09T02:07:17.469 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:07:17 smithi067 bash[25375]: debug 2023-12-09T02:07:17.249+0000 7f3849fbb000 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-12-09T02:07:17.721 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 02:07:17 smithi125 bash[55867]: debug 2023-12-09T02:07:17.335+0000 7f93a7200200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-12-09T02:07:17.721 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 02:07:17 smithi125 bash[55867]: debug 2023-12-09T02:07:17.451+0000 7f93a7200200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-12-09T02:07:17.722 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 02:07:17 smithi125 bash[55867]: debug 2023-12-09T02:07:17.579+0000 7f93a7200200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-12-09T02:07:18.221 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 02:07:17 smithi125 bash[55867]: debug 2023-12-09T02:07:17.771+0000 7f93a7200200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-12-09T02:07:18.221 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 02:07:17 smithi125 bash[55867]: debug 2023-12-09T02:07:17.887+0000 7f93a7200200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-12-09T02:07:18.469 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:07:18 smithi067 bash[25375]: debug 2023-12-09T02:07:18.137+0000 7f3849fbb000 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-12-09T02:07:18.469 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:07:18 smithi067 bash[25375]: [09/Dec/2023:02:07:18] ENGINE Bus STARTING 2023-12-09T02:07:18.469 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:07:18 smithi067 bash[25375]: CherryPy Checker: 2023-12-09T02:07:18.469 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:07:18 smithi067 bash[25375]: The Application mounted at '' has an empty config. 2023-12-09T02:07:18.469 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:07:18 smithi067 bash[25375]: [09/Dec/2023:02:07:18] ENGINE Serving on http://:::9283 2023-12-09T02:07:18.469 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:07:18 smithi067 bash[25375]: [09/Dec/2023:02:07:18] ENGINE Bus STARTED 2023-12-09T02:07:18.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:07:18 smithi067 bash[25104]: cluster 2023-12-09T02:07:18.163627+0000 mon.a (mon.0) 1223 : cluster [DBG] Standby manager daemon y restarted 2023-12-09T02:07:18.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:07:18 smithi067 bash[25104]: cluster 2023-12-09T02:07:18.163903+0000 mon.a (mon.0) 1224 : cluster [DBG] Standby manager daemon y started 2023-12-09T02:07:18.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:07:18 smithi067 bash[25104]: audit 2023-12-09T02:07:18.166737+0000 mon.a (mon.0) 1225 : audit [DBG] from='mgr.? 172.21.15.67:0/3106314621' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2023-12-09T02:07:18.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:07:18 smithi067 bash[25104]: audit 2023-12-09T02:07:18.167756+0000 mon.a (mon.0) 1226 : audit [DBG] from='mgr.? 172.21.15.67:0/3106314621' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-09T02:07:18.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:07:18 smithi067 bash[25104]: audit 2023-12-09T02:07:18.173045+0000 mon.a (mon.0) 1227 : audit [DBG] from='mgr.? 172.21.15.67:0/3106314621' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2023-12-09T02:07:18.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:07:18 smithi067 bash[25104]: audit 2023-12-09T02:07:18.174146+0000 mon.a (mon.0) 1228 : audit [DBG] from='mgr.? 172.21.15.67:0/3106314621' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-09T02:07:18.470 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:07:18 smithi067 bash[30830]: cluster 2023-12-09T02:07:18.163627+0000 mon.a (mon.0) 1223 : cluster [DBG] Standby manager daemon y restarted 2023-12-09T02:07:18.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:07:18 smithi067 bash[30830]: cluster 2023-12-09T02:07:18.163903+0000 mon.a (mon.0) 1224 : cluster [DBG] Standby manager daemon y started 2023-12-09T02:07:18.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:07:18 smithi067 bash[30830]: audit 2023-12-09T02:07:18.166737+0000 mon.a (mon.0) 1225 : audit [DBG] from='mgr.? 172.21.15.67:0/3106314621' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2023-12-09T02:07:18.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:07:18 smithi067 bash[30830]: audit 2023-12-09T02:07:18.167756+0000 mon.a (mon.0) 1226 : audit [DBG] from='mgr.? 172.21.15.67:0/3106314621' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-09T02:07:18.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:07:18 smithi067 bash[30830]: audit 2023-12-09T02:07:18.173045+0000 mon.a (mon.0) 1227 : audit [DBG] from='mgr.? 172.21.15.67:0/3106314621' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2023-12-09T02:07:18.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:07:18 smithi067 bash[30830]: audit 2023-12-09T02:07:18.174146+0000 mon.a (mon.0) 1228 : audit [DBG] from='mgr.? 172.21.15.67:0/3106314621' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-09T02:07:18.721 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:07:18 smithi125 bash[25274]: cluster 2023-12-09T02:07:18.163627+0000 mon.a (mon.0) 1223 : cluster [DBG] Standby manager daemon y restarted 2023-12-09T02:07:18.721 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:07:18 smithi125 bash[25274]: cluster 2023-12-09T02:07:18.163903+0000 mon.a (mon.0) 1224 : cluster [DBG] Standby manager daemon y started 2023-12-09T02:07:18.722 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:07:18 smithi125 bash[25274]: audit 2023-12-09T02:07:18.166737+0000 mon.a (mon.0) 1225 : audit [DBG] from='mgr.? 172.21.15.67:0/3106314621' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2023-12-09T02:07:18.722 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:07:18 smithi125 bash[25274]: audit 2023-12-09T02:07:18.167756+0000 mon.a (mon.0) 1226 : audit [DBG] from='mgr.? 172.21.15.67:0/3106314621' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-09T02:07:18.722 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:07:18 smithi125 bash[25274]: audit 2023-12-09T02:07:18.173045+0000 mon.a (mon.0) 1227 : audit [DBG] from='mgr.? 172.21.15.67:0/3106314621' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2023-12-09T02:07:18.722 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:07:18 smithi125 bash[25274]: audit 2023-12-09T02:07:18.174146+0000 mon.a (mon.0) 1228 : audit [DBG] from='mgr.? 172.21.15.67:0/3106314621' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-09T02:07:19.446 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:07:19 smithi125 bash[25274]: cluster 2023-12-09T02:07:18.230927+0000 mon.a (mon.0) 1229 : cluster [DBG] mgrmap e23: x(active, starting, since 8s), standbys: y 2023-12-09T02:07:19.446 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:07:19 smithi125 bash[25274]: cluster 2023-12-09T02:07:19.142672+0000 mon.a (mon.0) 1230 : cluster [INF] Active manager daemon x restarted 2023-12-09T02:07:19.446 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:07:19 smithi125 bash[25274]: cluster 2023-12-09T02:07:19.144091+0000 mon.a (mon.0) 1231 : cluster [INF] Activating manager daemon x 2023-12-09T02:07:19.446 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:07:19 smithi125 bash[25274]: audit 2023-12-09T02:07:19.148114+0000 mon.b (mon.2) 25 : audit [DBG] from='mgr.? 172.21.15.125:0/1639941565' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-09T02:07:19.447 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:07:19 smithi125 bash[25274]: audit 2023-12-09T02:07:19.149188+0000 mon.b (mon.2) 26 : audit [DBG] from='mgr.? 172.21.15.125:0/1639941565' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-09T02:07:19.447 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:07:19 smithi125 bash[25274]: audit 2023-12-09T02:07:19.150648+0000 mon.b (mon.2) 27 : audit [DBG] from='mgr.? 172.21.15.125:0/1639941565' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-09T02:07:19.447 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:07:19 smithi125 bash[25274]: audit 2023-12-09T02:07:19.150995+0000 mon.b (mon.2) 28 : audit [DBG] from='mgr.? 172.21.15.125:0/1639941565' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-09T02:07:19.447 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:07:19 smithi125 bash[25274]: cluster 2023-12-09T02:07:19.151847+0000 mon.a (mon.0) 1232 : cluster [DBG] osdmap e95: 8 total, 8 up, 8 in 2023-12-09T02:07:19.447 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 02:07:19 smithi125 bash[55867]: debug 2023-12-09T02:07:19.131+0000 7f93a7200200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-12-09T02:07:19.447 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 02:07:19 smithi125 bash[55867]: [09/Dec/2023:02:07:19] ENGINE Bus STARTING 2023-12-09T02:07:19.447 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 02:07:19 smithi125 bash[55867]: CherryPy Checker: 2023-12-09T02:07:19.447 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 02:07:19 smithi125 bash[55867]: The Application mounted at '' has an empty config. 2023-12-09T02:07:19.448 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 02:07:19 smithi125 bash[55867]: [09/Dec/2023:02:07:19] ENGINE Serving on http://:::9283 2023-12-09T02:07:19.448 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 02:07:19 smithi125 bash[55867]: [09/Dec/2023:02:07:19] ENGINE Bus STARTED 2023-12-09T02:07:19.448 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 02:07:19 smithi125 bash[55867]: [09/Dec/2023:02:07:19] ENGINE Bus STOPPING 2023-12-09T02:07:19.448 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 02:07:19 smithi125 bash[55867]: [09/Dec/2023:02:07:19] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2023-12-09T02:07:19.448 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 02:07:19 smithi125 bash[55867]: [09/Dec/2023:02:07:19] ENGINE Bus STOPPED 2023-12-09T02:07:19.448 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 02:07:19 smithi125 bash[55867]: [09/Dec/2023:02:07:19] ENGINE Bus STARTING 2023-12-09T02:07:19.535 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:07:19 smithi067 bash[25104]: cluster 2023-12-09T02:07:18.230927+0000 mon.a (mon.0) 1229 : cluster [DBG] mgrmap e23: x(active, starting, since 8s), standbys: y 2023-12-09T02:07:19.535 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:07:19 smithi067 bash[25104]: cluster 2023-12-09T02:07:19.142672+0000 mon.a (mon.0) 1230 : cluster [INF] Active manager daemon x restarted 2023-12-09T02:07:19.535 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:07:19 smithi067 bash[25104]: cluster 2023-12-09T02:07:19.144091+0000 mon.a (mon.0) 1231 : cluster [INF] Activating manager daemon x 2023-12-09T02:07:19.535 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:07:19 smithi067 bash[25104]: audit 2023-12-09T02:07:19.148114+0000 mon.b (mon.2) 25 : audit [DBG] from='mgr.? 172.21.15.125:0/1639941565' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-09T02:07:19.535 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:07:19 smithi067 bash[25104]: audit 2023-12-09T02:07:19.149188+0000 mon.b (mon.2) 26 : audit [DBG] from='mgr.? 172.21.15.125:0/1639941565' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-09T02:07:19.535 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:07:19 smithi067 bash[25104]: audit 2023-12-09T02:07:19.150648+0000 mon.b (mon.2) 27 : audit [DBG] from='mgr.? 172.21.15.125:0/1639941565' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-09T02:07:19.535 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:07:19 smithi067 bash[25104]: audit 2023-12-09T02:07:19.150995+0000 mon.b (mon.2) 28 : audit [DBG] from='mgr.? 172.21.15.125:0/1639941565' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-09T02:07:19.535 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:07:19 smithi067 bash[25104]: cluster 2023-12-09T02:07:19.151847+0000 mon.a (mon.0) 1232 : cluster [DBG] osdmap e95: 8 total, 8 up, 8 in 2023-12-09T02:07:19.535 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:07:19 smithi067 bash[30830]: cluster 2023-12-09T02:07:18.230927+0000 mon.a (mon.0) 1229 : cluster [DBG] mgrmap e23: x(active, starting, since 8s), standbys: y 2023-12-09T02:07:19.536 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:07:19 smithi067 bash[30830]: cluster 2023-12-09T02:07:19.142672+0000 mon.a (mon.0) 1230 : cluster [INF] Active manager daemon x restarted 2023-12-09T02:07:19.536 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:07:19 smithi067 bash[30830]: cluster 2023-12-09T02:07:19.144091+0000 mon.a (mon.0) 1231 : cluster [INF] Activating manager daemon x 2023-12-09T02:07:19.536 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:07:19 smithi067 bash[30830]: audit 2023-12-09T02:07:19.148114+0000 mon.b (mon.2) 25 : audit [DBG] from='mgr.? 172.21.15.125:0/1639941565' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-09T02:07:19.536 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:07:19 smithi067 bash[30830]: audit 2023-12-09T02:07:19.149188+0000 mon.b (mon.2) 26 : audit [DBG] from='mgr.? 172.21.15.125:0/1639941565' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-09T02:07:19.536 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:07:19 smithi067 bash[30830]: audit 2023-12-09T02:07:19.150648+0000 mon.b (mon.2) 27 : audit [DBG] from='mgr.? 172.21.15.125:0/1639941565' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-09T02:07:19.536 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:07:19 smithi067 bash[30830]: audit 2023-12-09T02:07:19.150995+0000 mon.b (mon.2) 28 : audit [DBG] from='mgr.? 172.21.15.125:0/1639941565' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-09T02:07:19.536 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:07:19 smithi067 bash[30830]: cluster 2023-12-09T02:07:19.151847+0000 mon.a (mon.0) 1232 : cluster [DBG] osdmap e95: 8 total, 8 up, 8 in 2023-12-09T02:07:19.721 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 02:07:19 smithi125 bash[55867]: [09/Dec/2023:02:07:19] ENGINE Serving on http://:::9283 2023-12-09T02:07:19.721 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 02:07:19 smithi125 bash[55867]: [09/Dec/2023:02:07:19] ENGINE Bus STARTED 2023-12-09T02:07:20.577 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:07:20 smithi125 bash[25274]: cluster 2023-12-09T02:07:19.253674+0000 mon.a (mon.0) 1233 : cluster [DBG] mgrmap e24: x(active, starting, since 0.109929s), standbys: y 2023-12-09T02:07:20.577 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:07:20 smithi125 bash[25274]: audit 2023-12-09T02:07:19.256383+0000 mon.b (mon.2) 29 : audit [DBG] from='mgr.25049 172.21.15.125:0/1639941565' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-09T02:07:20.577 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:07:20 smithi125 bash[25274]: audit 2023-12-09T02:07:19.256728+0000 mon.b (mon.2) 30 : audit [DBG] from='mgr.25049 172.21.15.125:0/1639941565' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-09T02:07:20.577 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:07:20 smithi125 bash[25274]: audit 2023-12-09T02:07:19.257021+0000 mon.b (mon.2) 31 : audit [DBG] from='mgr.25049 172.21.15.125:0/1639941565' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-09T02:07:20.577 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:07:20 smithi125 bash[25274]: audit 2023-12-09T02:07:19.258438+0000 mon.b (mon.2) 32 : audit [DBG] from='mgr.25049 172.21.15.125:0/1639941565' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-12-09T02:07:20.577 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:07:20 smithi125 bash[25274]: audit 2023-12-09T02:07:19.258736+0000 mon.b (mon.2) 33 : audit [DBG] from='mgr.25049 172.21.15.125:0/1639941565' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-12-09T02:07:20.577 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:07:20 smithi125 bash[25274]: audit 2023-12-09T02:07:19.259036+0000 mon.b (mon.2) 34 : audit [DBG] from='mgr.25049 172.21.15.125:0/1639941565' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-09T02:07:20.577 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:07:20 smithi125 bash[25274]: audit 2023-12-09T02:07:19.259369+0000 mon.b (mon.2) 35 : audit [DBG] from='mgr.25049 172.21.15.125:0/1639941565' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-09T02:07:20.577 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:07:20 smithi125 bash[25274]: audit 2023-12-09T02:07:19.259660+0000 mon.b (mon.2) 36 : audit [DBG] from='mgr.25049 172.21.15.125:0/1639941565' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-09T02:07:20.577 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:07:20 smithi125 bash[25274]: audit 2023-12-09T02:07:19.259964+0000 mon.b (mon.2) 37 : audit [DBG] from='mgr.25049 172.21.15.125:0/1639941565' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-09T02:07:20.577 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:07:20 smithi125 bash[25274]: audit 2023-12-09T02:07:19.260247+0000 mon.b (mon.2) 38 : audit [DBG] from='mgr.25049 172.21.15.125:0/1639941565' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-09T02:07:20.577 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:07:20 smithi125 bash[25274]: audit 2023-12-09T02:07:19.260537+0000 mon.b (mon.2) 39 : audit [DBG] from='mgr.25049 172.21.15.125:0/1639941565' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-09T02:07:20.578 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:07:20 smithi125 bash[25274]: audit 2023-12-09T02:07:19.260840+0000 mon.b (mon.2) 40 : audit [DBG] from='mgr.25049 172.21.15.125:0/1639941565' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-09T02:07:20.578 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:07:20 smithi125 bash[25274]: audit 2023-12-09T02:07:19.261181+0000 mon.b (mon.2) 41 : audit [DBG] from='mgr.25049 172.21.15.125:0/1639941565' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-09T02:07:20.578 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:07:20 smithi125 bash[25274]: audit 2023-12-09T02:07:19.261503+0000 mon.b (mon.2) 42 : audit [DBG] from='mgr.25049 172.21.15.125:0/1639941565' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-09T02:07:20.578 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:07:20 smithi125 bash[25274]: audit 2023-12-09T02:07:19.261712+0000 mon.b (mon.2) 43 : audit [DBG] from='mgr.25049 172.21.15.125:0/1639941565' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-09T02:07:20.578 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:07:20 smithi125 bash[25274]: audit 2023-12-09T02:07:19.262337+0000 mon.b (mon.2) 44 : audit [DBG] from='mgr.25049 172.21.15.125:0/1639941565' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-09T02:07:20.578 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:07:20 smithi125 bash[25274]: cluster 2023-12-09T02:07:19.314253+0000 mon.a (mon.0) 1234 : cluster [INF] Manager daemon x is now available 2023-12-09T02:07:20.578 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:07:20 smithi125 bash[25274]: cephadm 2023-12-09T02:07:19.352285+0000 mgr.x (mgr.25049) 1 : cephadm [INF] Queued rgw.foo for migration 2023-12-09T02:07:20.578 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:07:20 smithi125 bash[25274]: audit 2023-12-09T02:07:19.354975+0000 mon.a (mon.0) 1235 : audit [INF] from='mgr.25049 ' entity='mgr.x' 2023-12-09T02:07:20.578 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:07:20 smithi125 bash[25274]: cephadm 2023-12-09T02:07:19.360424+0000 mgr.x (mgr.25049) 2 : cephadm [INF] Queued rgw.smpl for migration 2023-12-09T02:07:20.578 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:07:20 smithi125 bash[25274]: cephadm 2023-12-09T02:07:19.361127+0000 mgr.x (mgr.25049) 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-09T02:07:20.578 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:07:20 smithi125 bash[25274]: cephadm 2023-12-09T02:07:19.361245+0000 mgr.x (mgr.25049) 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-09T02:07:20.578 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:07:20 smithi125 bash[25274]: audit 2023-12-09T02:07:19.363107+0000 mon.a (mon.0) 1236 : audit [INF] from='mgr.25049 ' entity='mgr.x' 2023-12-09T02:07:20.578 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:07:20 smithi125 bash[25274]: audit 2023-12-09T02:07:19.373958+0000 mon.a (mon.0) 1237 : audit [INF] from='mgr.25049 ' entity='mgr.x' 2023-12-09T02:07:20.578 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:07:20 smithi125 bash[25274]: audit 2023-12-09T02:07:19.384643+0000 mon.a (mon.0) 1238 : audit [INF] from='mgr.25049 ' entity='mgr.x' 2023-12-09T02:07:20.579 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:07:20 smithi125 bash[25274]: audit 2023-12-09T02:07:19.386603+0000 mon.b (mon.2) 45 : audit [DBG] from='mgr.25049 172.21.15.125:0/1639941565' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:07:20.579 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:07:20 smithi125 bash[25274]: audit 2023-12-09T02:07:19.394986+0000 mon.b (mon.2) 46 : audit [INF] from='mgr.25049 172.21.15.125:0/1639941565' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd/host:smithi067", "name": "osd_memory_target"}]: dispatch 2023-12-09T02:07:20.579 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:07:20 smithi125 bash[25274]: audit 2023-12-09T02:07:19.397435+0000 mon.b (mon.2) 47 : audit [INF] from='mgr.25049 172.21.15.125:0/1639941565' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd/host:smithi125", "name": "osd_memory_target"}]: dispatch 2023-12-09T02:07:20.579 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:07:20 smithi125 bash[25274]: audit 2023-12-09T02:07:19.399253+0000 mon.a (mon.0) 1239 : audit [INF] from='mgr.25049 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd/host:smithi067", "name": "osd_memory_target"}]: dispatch 2023-12-09T02:07:20.579 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:07:20 smithi125 bash[25274]: audit 2023-12-09T02:07:19.400682+0000 mon.b (mon.2) 48 : audit [DBG] from='mgr.25049 172.21.15.125:0/1639941565' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:07:20.579 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:07:20 smithi125 bash[25274]: audit 2023-12-09T02:07:19.401597+0000 mon.a (mon.0) 1240 : audit [INF] from='mgr.25049 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd/host:smithi125", "name": "osd_memory_target"}]: dispatch 2023-12-09T02:07:20.579 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:07:20 smithi125 bash[25274]: audit 2023-12-09T02:07:19.404194+0000 mon.b (mon.2) 49 : audit [INF] from='mgr.25049 172.21.15.125:0/1639941565' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:07:20.579 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:07:20 smithi125 bash[25274]: cephadm 2023-12-09T02:07:19.407030+0000 mgr.x (mgr.25049) 5 : cephadm [INF] Updating smithi067:/etc/ceph/ceph.conf 2023-12-09T02:07:20.579 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:07:20 smithi125 bash[25274]: cephadm 2023-12-09T02:07:19.407427+0000 mgr.x (mgr.25049) 6 : cephadm [INF] Updating smithi125:/etc/ceph/ceph.conf 2023-12-09T02:07:20.579 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:07:20 smithi125 bash[25274]: audit 2023-12-09T02:07:19.442414+0000 mon.b (mon.2) 50 : audit [DBG] from='mgr.25049 172.21.15.125:0/1639941565' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:07:20.579 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:07:20 smithi125 bash[25274]: audit 2023-12-09T02:07:19.450760+0000 mon.b (mon.2) 51 : audit [INF] from='mgr.25049 172.21.15.125:0/1639941565' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2023-12-09T02:07:20.579 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:07:20 smithi125 bash[25274]: audit 2023-12-09T02:07:19.454775+0000 mon.a (mon.0) 1241 : audit [INF] from='mgr.25049 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2023-12-09T02:07:20.579 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:07:20 smithi125 bash[25274]: audit 2023-12-09T02:07:19.497673+0000 mon.b (mon.2) 52 : audit [INF] from='mgr.25049 172.21.15.125:0/1639941565' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2023-12-09T02:07:20.580 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:07:20 smithi125 bash[25274]: audit 2023-12-09T02:07:19.501793+0000 mon.a (mon.0) 1242 : audit [INF] from='mgr.25049 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2023-12-09T02:07:20.580 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:07:20 smithi125 bash[25274]: audit 2023-12-09T02:07:19.888706+0000 mon.a (mon.0) 1243 : audit [INF] from='mgr.25049 ' entity='mgr.x' 2023-12-09T02:07:20.580 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:07:20 smithi125 bash[25274]: audit 2023-12-09T02:07:19.898244+0000 mon.a (mon.0) 1244 : audit [INF] from='mgr.25049 ' entity='mgr.x' 2023-12-09T02:07:20.719 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:07:20 smithi067 bash[25104]: cluster 2023-12-09T02:07:19.253674+0000 mon.a (mon.0) 1233 : cluster [DBG] mgrmap e24: x(active, starting, since 0.109929s), standbys: y 2023-12-09T02:07:20.719 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:07:20 smithi067 bash[25104]: audit 2023-12-09T02:07:19.256383+0000 mon.b (mon.2) 29 : audit [DBG] from='mgr.25049 172.21.15.125:0/1639941565' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-09T02:07:20.719 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:07:20 smithi067 bash[25104]: audit 2023-12-09T02:07:19.256728+0000 mon.b (mon.2) 30 : audit [DBG] from='mgr.25049 172.21.15.125:0/1639941565' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-09T02:07:20.719 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:07:20 smithi067 bash[25104]: audit 2023-12-09T02:07:19.257021+0000 mon.b (mon.2) 31 : audit [DBG] from='mgr.25049 172.21.15.125:0/1639941565' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-09T02:07:20.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:07:20 smithi067 bash[25104]: audit 2023-12-09T02:07:19.258438+0000 mon.b (mon.2) 32 : audit [DBG] from='mgr.25049 172.21.15.125:0/1639941565' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-12-09T02:07:20.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:07:20 smithi067 bash[25104]: audit 2023-12-09T02:07:19.258736+0000 mon.b (mon.2) 33 : audit [DBG] from='mgr.25049 172.21.15.125:0/1639941565' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-12-09T02:07:20.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:07:20 smithi067 bash[25104]: audit 2023-12-09T02:07:19.259036+0000 mon.b (mon.2) 34 : audit [DBG] from='mgr.25049 172.21.15.125:0/1639941565' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-09T02:07:20.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:07:20 smithi067 bash[25104]: audit 2023-12-09T02:07:19.259369+0000 mon.b (mon.2) 35 : audit [DBG] from='mgr.25049 172.21.15.125:0/1639941565' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-09T02:07:20.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:07:20 smithi067 bash[25104]: audit 2023-12-09T02:07:19.259660+0000 mon.b (mon.2) 36 : audit [DBG] from='mgr.25049 172.21.15.125:0/1639941565' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-09T02:07:20.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:07:20 smithi067 bash[25104]: audit 2023-12-09T02:07:19.259964+0000 mon.b (mon.2) 37 : audit [DBG] from='mgr.25049 172.21.15.125:0/1639941565' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-09T02:07:20.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:07:20 smithi067 bash[25104]: audit 2023-12-09T02:07:19.260247+0000 mon.b (mon.2) 38 : audit [DBG] from='mgr.25049 172.21.15.125:0/1639941565' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-09T02:07:20.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:07:20 smithi067 bash[25104]: audit 2023-12-09T02:07:19.260537+0000 mon.b (mon.2) 39 : audit [DBG] from='mgr.25049 172.21.15.125:0/1639941565' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-09T02:07:20.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:07:20 smithi067 bash[25104]: audit 2023-12-09T02:07:19.260840+0000 mon.b (mon.2) 40 : audit [DBG] from='mgr.25049 172.21.15.125:0/1639941565' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-09T02:07:20.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:07:20 smithi067 bash[25104]: audit 2023-12-09T02:07:19.261181+0000 mon.b (mon.2) 41 : audit [DBG] from='mgr.25049 172.21.15.125:0/1639941565' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-09T02:07:20.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:07:20 smithi067 bash[25104]: audit 2023-12-09T02:07:19.261503+0000 mon.b (mon.2) 42 : audit [DBG] from='mgr.25049 172.21.15.125:0/1639941565' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-09T02:07:20.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:07:20 smithi067 bash[25104]: audit 2023-12-09T02:07:19.261712+0000 mon.b (mon.2) 43 : audit [DBG] from='mgr.25049 172.21.15.125:0/1639941565' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-09T02:07:20.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:07:20 smithi067 bash[25104]: audit 2023-12-09T02:07:19.262337+0000 mon.b (mon.2) 44 : audit [DBG] from='mgr.25049 172.21.15.125:0/1639941565' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-09T02:07:20.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:07:20 smithi067 bash[25104]: cluster 2023-12-09T02:07:19.314253+0000 mon.a (mon.0) 1234 : cluster [INF] Manager daemon x is now available 2023-12-09T02:07:20.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:07:20 smithi067 bash[25104]: cephadm 2023-12-09T02:07:19.352285+0000 mgr.x (mgr.25049) 1 : cephadm [INF] Queued rgw.foo for migration 2023-12-09T02:07:20.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:07:20 smithi067 bash[30830]: cluster 2023-12-09T02:07:19.253674+0000 mon.a (mon.0) 1233 : cluster [DBG] mgrmap e24: x(active, starting, since 0.109929s), standbys: y 2023-12-09T02:07:20.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:07:20 smithi067 bash[30830]: audit 2023-12-09T02:07:19.256383+0000 mon.b (mon.2) 29 : audit [DBG] from='mgr.25049 172.21.15.125:0/1639941565' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-09T02:07:20.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:07:20 smithi067 bash[30830]: audit 2023-12-09T02:07:19.256728+0000 mon.b (mon.2) 30 : audit [DBG] from='mgr.25049 172.21.15.125:0/1639941565' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-09T02:07:20.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:07:20 smithi067 bash[30830]: audit 2023-12-09T02:07:19.257021+0000 mon.b (mon.2) 31 : audit [DBG] from='mgr.25049 172.21.15.125:0/1639941565' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-09T02:07:20.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:07:20 smithi067 bash[30830]: audit 2023-12-09T02:07:19.258438+0000 mon.b (mon.2) 32 : audit [DBG] from='mgr.25049 172.21.15.125:0/1639941565' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-12-09T02:07:20.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:07:20 smithi067 bash[30830]: audit 2023-12-09T02:07:19.258736+0000 mon.b (mon.2) 33 : audit [DBG] from='mgr.25049 172.21.15.125:0/1639941565' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-12-09T02:07:20.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:07:20 smithi067 bash[30830]: audit 2023-12-09T02:07:19.259036+0000 mon.b (mon.2) 34 : audit [DBG] from='mgr.25049 172.21.15.125:0/1639941565' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-09T02:07:20.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:07:20 smithi067 bash[30830]: audit 2023-12-09T02:07:19.259369+0000 mon.b (mon.2) 35 : audit [DBG] from='mgr.25049 172.21.15.125:0/1639941565' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-09T02:07:20.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:07:20 smithi067 bash[30830]: audit 2023-12-09T02:07:19.259660+0000 mon.b (mon.2) 36 : audit [DBG] from='mgr.25049 172.21.15.125:0/1639941565' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-09T02:07:20.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:07:20 smithi067 bash[30830]: audit 2023-12-09T02:07:19.259964+0000 mon.b (mon.2) 37 : audit [DBG] from='mgr.25049 172.21.15.125:0/1639941565' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-09T02:07:20.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:07:20 smithi067 bash[30830]: audit 2023-12-09T02:07:19.260247+0000 mon.b (mon.2) 38 : audit [DBG] from='mgr.25049 172.21.15.125:0/1639941565' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-09T02:07:20.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:07:20 smithi067 bash[30830]: audit 2023-12-09T02:07:19.260537+0000 mon.b (mon.2) 39 : audit [DBG] from='mgr.25049 172.21.15.125:0/1639941565' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-09T02:07:20.722 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:07:20 smithi067 bash[30830]: audit 2023-12-09T02:07:19.260840+0000 mon.b (mon.2) 40 : audit [DBG] from='mgr.25049 172.21.15.125:0/1639941565' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-09T02:07:20.722 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:07:20 smithi067 bash[30830]: audit 2023-12-09T02:07:19.261181+0000 mon.b (mon.2) 41 : audit [DBG] from='mgr.25049 172.21.15.125:0/1639941565' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-09T02:07:20.722 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:07:20 smithi067 bash[30830]: audit 2023-12-09T02:07:19.261503+0000 mon.b (mon.2) 42 : audit [DBG] from='mgr.25049 172.21.15.125:0/1639941565' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-09T02:07:20.722 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:07:20 smithi067 bash[30830]: audit 2023-12-09T02:07:19.261712+0000 mon.b (mon.2) 43 : audit [DBG] from='mgr.25049 172.21.15.125:0/1639941565' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-09T02:07:20.722 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:07:20 smithi067 bash[30830]: audit 2023-12-09T02:07:19.262337+0000 mon.b (mon.2) 44 : audit [DBG] from='mgr.25049 172.21.15.125:0/1639941565' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-09T02:07:20.722 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:07:20 smithi067 bash[30830]: cluster 2023-12-09T02:07:19.314253+0000 mon.a (mon.0) 1234 : cluster [INF] Manager daemon x is now available 2023-12-09T02:07:20.722 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:07:20 smithi067 bash[30830]: cephadm 2023-12-09T02:07:19.352285+0000 mgr.x (mgr.25049) 1 : cephadm [INF] Queued rgw.foo for migration 2023-12-09T02:07:20.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:07:20 smithi067 bash[25104]: audit 2023-12-09T02:07:19.354975+0000 mon.a (mon.0) 1235 : audit [INF] from='mgr.25049 ' entity='mgr.x' 2023-12-09T02:07:20.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:07:20 smithi067 bash[25104]: cephadm 2023-12-09T02:07:19.360424+0000 mgr.x (mgr.25049) 2 : cephadm [INF] Queued rgw.smpl for migration 2023-12-09T02:07:20.723 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:07:20 smithi067 bash[25104]: cephadm 2023-12-09T02:07:19.361127+0000 mgr.x (mgr.25049) 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-09T02:07:20.723 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:07:20 smithi067 bash[25104]: cephadm 2023-12-09T02:07:19.361245+0000 mgr.x (mgr.25049) 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-09T02:07:20.723 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:07:20 smithi067 bash[25104]: audit 2023-12-09T02:07:19.363107+0000 mon.a (mon.0) 1236 : audit [INF] from='mgr.25049 ' entity='mgr.x' 2023-12-09T02:07:20.723 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:07:20 smithi067 bash[25104]: audit 2023-12-09T02:07:19.373958+0000 mon.a (mon.0) 1237 : audit [INF] from='mgr.25049 ' entity='mgr.x' 2023-12-09T02:07:20.723 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:07:20 smithi067 bash[25104]: audit 2023-12-09T02:07:19.384643+0000 mon.a (mon.0) 1238 : audit [INF] from='mgr.25049 ' entity='mgr.x' 2023-12-09T02:07:20.723 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:07:20 smithi067 bash[25104]: audit 2023-12-09T02:07:19.386603+0000 mon.b (mon.2) 45 : audit [DBG] from='mgr.25049 172.21.15.125:0/1639941565' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:07:20.723 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:07:20 smithi067 bash[25104]: audit 2023-12-09T02:07:19.394986+0000 mon.b (mon.2) 46 : audit [INF] from='mgr.25049 172.21.15.125:0/1639941565' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd/host:smithi067", "name": "osd_memory_target"}]: dispatch 2023-12-09T02:07:20.723 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:07:20 smithi067 bash[25104]: audit 2023-12-09T02:07:19.397435+0000 mon.b (mon.2) 47 : audit [INF] from='mgr.25049 172.21.15.125:0/1639941565' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd/host:smithi125", "name": "osd_memory_target"}]: dispatch 2023-12-09T02:07:20.723 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:07:20 smithi067 bash[25104]: audit 2023-12-09T02:07:19.399253+0000 mon.a (mon.0) 1239 : audit [INF] from='mgr.25049 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd/host:smithi067", "name": "osd_memory_target"}]: dispatch 2023-12-09T02:07:20.723 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:07:20 smithi067 bash[25104]: audit 2023-12-09T02:07:19.400682+0000 mon.b (mon.2) 48 : audit [DBG] from='mgr.25049 172.21.15.125:0/1639941565' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:07:20.723 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:07:20 smithi067 bash[25104]: audit 2023-12-09T02:07:19.401597+0000 mon.a (mon.0) 1240 : audit [INF] from='mgr.25049 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd/host:smithi125", "name": "osd_memory_target"}]: dispatch 2023-12-09T02:07:20.723 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:07:20 smithi067 bash[25104]: audit 2023-12-09T02:07:19.404194+0000 mon.b (mon.2) 49 : audit [INF] from='mgr.25049 172.21.15.125:0/1639941565' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:07:20.723 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:07:20 smithi067 bash[25104]: cephadm 2023-12-09T02:07:19.407030+0000 mgr.x (mgr.25049) 5 : cephadm [INF] Updating smithi067:/etc/ceph/ceph.conf 2023-12-09T02:07:20.723 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:07:20 smithi067 bash[25104]: cephadm 2023-12-09T02:07:19.407427+0000 mgr.x (mgr.25049) 6 : cephadm [INF] Updating smithi125:/etc/ceph/ceph.conf 2023-12-09T02:07:20.723 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:07:20 smithi067 bash[25104]: audit 2023-12-09T02:07:19.442414+0000 mon.b (mon.2) 50 : audit [DBG] from='mgr.25049 172.21.15.125:0/1639941565' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:07:20.724 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:07:20 smithi067 bash[25104]: audit 2023-12-09T02:07:19.450760+0000 mon.b (mon.2) 51 : audit [INF] from='mgr.25049 172.21.15.125:0/1639941565' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2023-12-09T02:07:20.724 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:07:20 smithi067 bash[25104]: audit 2023-12-09T02:07:19.454775+0000 mon.a (mon.0) 1241 : audit [INF] from='mgr.25049 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2023-12-09T02:07:20.724 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:07:20 smithi067 bash[25104]: audit 2023-12-09T02:07:19.497673+0000 mon.b (mon.2) 52 : audit [INF] from='mgr.25049 172.21.15.125:0/1639941565' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2023-12-09T02:07:20.724 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:07:20 smithi067 bash[25104]: audit 2023-12-09T02:07:19.501793+0000 mon.a (mon.0) 1242 : audit [INF] from='mgr.25049 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2023-12-09T02:07:20.724 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:07:20 smithi067 bash[25104]: audit 2023-12-09T02:07:19.888706+0000 mon.a (mon.0) 1243 : audit [INF] from='mgr.25049 ' entity='mgr.x' 2023-12-09T02:07:20.724 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:07:20 smithi067 bash[25104]: audit 2023-12-09T02:07:19.898244+0000 mon.a (mon.0) 1244 : audit [INF] from='mgr.25049 ' entity='mgr.x' 2023-12-09T02:07:20.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:07:20 smithi067 bash[30830]: audit 2023-12-09T02:07:19.354975+0000 mon.a (mon.0) 1235 : audit [INF] from='mgr.25049 ' entity='mgr.x' 2023-12-09T02:07:20.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:07:20 smithi067 bash[30830]: cephadm 2023-12-09T02:07:19.360424+0000 mgr.x (mgr.25049) 2 : cephadm [INF] Queued rgw.smpl for migration 2023-12-09T02:07:20.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:07:20 smithi067 bash[30830]: cephadm 2023-12-09T02:07:19.361127+0000 mgr.x (mgr.25049) 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-09T02:07:20.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:07:20 smithi067 bash[30830]: cephadm 2023-12-09T02:07:19.361245+0000 mgr.x (mgr.25049) 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-09T02:07:20.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:07:20 smithi067 bash[30830]: audit 2023-12-09T02:07:19.363107+0000 mon.a (mon.0) 1236 : audit [INF] from='mgr.25049 ' entity='mgr.x' 2023-12-09T02:07:20.725 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:07:20 smithi067 bash[30830]: audit 2023-12-09T02:07:19.373958+0000 mon.a (mon.0) 1237 : audit [INF] from='mgr.25049 ' entity='mgr.x' 2023-12-09T02:07:20.725 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:07:20 smithi067 bash[30830]: audit 2023-12-09T02:07:19.384643+0000 mon.a (mon.0) 1238 : audit [INF] from='mgr.25049 ' entity='mgr.x' 2023-12-09T02:07:20.725 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:07:20 smithi067 bash[30830]: audit 2023-12-09T02:07:19.386603+0000 mon.b (mon.2) 45 : audit [DBG] from='mgr.25049 172.21.15.125:0/1639941565' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:07:20.725 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:07:20 smithi067 bash[30830]: audit 2023-12-09T02:07:19.394986+0000 mon.b (mon.2) 46 : audit [INF] from='mgr.25049 172.21.15.125:0/1639941565' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd/host:smithi067", "name": "osd_memory_target"}]: dispatch 2023-12-09T02:07:20.725 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:07:20 smithi067 bash[30830]: audit 2023-12-09T02:07:19.397435+0000 mon.b (mon.2) 47 : audit [INF] from='mgr.25049 172.21.15.125:0/1639941565' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd/host:smithi125", "name": "osd_memory_target"}]: dispatch 2023-12-09T02:07:20.725 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:07:20 smithi067 bash[30830]: audit 2023-12-09T02:07:19.399253+0000 mon.a (mon.0) 1239 : audit [INF] from='mgr.25049 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd/host:smithi067", "name": "osd_memory_target"}]: dispatch 2023-12-09T02:07:20.725 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:07:20 smithi067 bash[30830]: audit 2023-12-09T02:07:19.400682+0000 mon.b (mon.2) 48 : audit [DBG] from='mgr.25049 172.21.15.125:0/1639941565' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:07:20.725 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:07:20 smithi067 bash[30830]: audit 2023-12-09T02:07:19.401597+0000 mon.a (mon.0) 1240 : audit [INF] from='mgr.25049 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd/host:smithi125", "name": "osd_memory_target"}]: dispatch 2023-12-09T02:07:20.725 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:07:20 smithi067 bash[30830]: audit 2023-12-09T02:07:19.404194+0000 mon.b (mon.2) 49 : audit [INF] from='mgr.25049 172.21.15.125:0/1639941565' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:07:20.725 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:07:20 smithi067 bash[30830]: cephadm 2023-12-09T02:07:19.407030+0000 mgr.x (mgr.25049) 5 : cephadm [INF] Updating smithi067:/etc/ceph/ceph.conf 2023-12-09T02:07:20.725 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:07:20 smithi067 bash[30830]: cephadm 2023-12-09T02:07:19.407427+0000 mgr.x (mgr.25049) 6 : cephadm [INF] Updating smithi125:/etc/ceph/ceph.conf 2023-12-09T02:07:20.725 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:07:20 smithi067 bash[30830]: audit 2023-12-09T02:07:19.442414+0000 mon.b (mon.2) 50 : audit [DBG] from='mgr.25049 172.21.15.125:0/1639941565' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:07:20.725 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:07:20 smithi067 bash[30830]: audit 2023-12-09T02:07:19.450760+0000 mon.b (mon.2) 51 : audit [INF] from='mgr.25049 172.21.15.125:0/1639941565' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2023-12-09T02:07:20.725 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:07:20 smithi067 bash[30830]: audit 2023-12-09T02:07:19.454775+0000 mon.a (mon.0) 1241 : audit [INF] from='mgr.25049 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2023-12-09T02:07:20.725 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:07:20 smithi067 bash[30830]: audit 2023-12-09T02:07:19.497673+0000 mon.b (mon.2) 52 : audit [INF] from='mgr.25049 172.21.15.125:0/1639941565' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2023-12-09T02:07:20.726 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:07:20 smithi067 bash[30830]: audit 2023-12-09T02:07:19.501793+0000 mon.a (mon.0) 1242 : audit [INF] from='mgr.25049 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2023-12-09T02:07:20.726 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:07:20 smithi067 bash[30830]: audit 2023-12-09T02:07:19.888706+0000 mon.a (mon.0) 1243 : audit [INF] from='mgr.25049 ' entity='mgr.x' 2023-12-09T02:07:20.726 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:07:20 smithi067 bash[30830]: audit 2023-12-09T02:07:19.898244+0000 mon.a (mon.0) 1244 : audit [INF] from='mgr.25049 ' entity='mgr.x' 2023-12-09T02:07:20.726 INFO:teuthology.orchestra.run.smithi067.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-09T02:07:20.726 INFO:teuthology.orchestra.run.smithi067.stdout:agent.smithi067 smithi067 running 18s ago 13m - - 2023-12-09T02:07:20.726 INFO:teuthology.orchestra.run.smithi067.stdout:agent.smithi125 smithi125 running 11s ago 13m - - 2023-12-09T02:07:20.726 INFO:teuthology.orchestra.run.smithi067.stdout:alertmanager.a smithi067 *:9093,9094 running (5m) 18s ago 6m 17.8M - ba2b418f427c c81081728257 2023-12-09T02:07:20.726 INFO:teuthology.orchestra.run.smithi067.stdout:grafana.a smithi125 *:3000 running (6m) 11s ago 6m 45.6M - 8.3.5 dad864ee21e9 97e19f3f7612 2023-12-09T02:07:20.727 INFO:teuthology.orchestra.run.smithi067.stdout:iscsi.foo.smithi067.oajywc smithi067 running (4m) 18s ago 4m 47.7M - 3.5 e1d6a67b021e 7b7bf272a447 2023-12-09T02:07:20.727 INFO:teuthology.orchestra.run.smithi067.stdout:mgr.x smithi125 *:8443,9283 starting - - - - 2023-12-09T02:07:20.727 INFO:teuthology.orchestra.run.smithi067.stdout:mgr.y smithi067 *:9283 running (14m) 18s ago 14m 463M - 17.2.0 e1d6a67b021e 382a1215a0b2 2023-12-09T02:07:20.727 INFO:teuthology.orchestra.run.smithi067.stdout:mon.a smithi067 running (15m) 18s ago 15m 59.1M 2048M 17.2.0 e1d6a67b021e 593937a1afc6 2023-12-09T02:07:20.727 INFO:teuthology.orchestra.run.smithi067.stdout:mon.b smithi125 running (13m) 11s ago 13m 48.9M 2048M 17.2.0 e1d6a67b021e 8237ce022316 2023-12-09T02:07:20.727 INFO:teuthology.orchestra.run.smithi067.stdout:mon.c smithi067 running (13m) 18s ago 13m 47.8M 2048M 17.2.0 e1d6a67b021e c4b6ab6450e8 2023-12-09T02:07:20.727 INFO:teuthology.orchestra.run.smithi067.stdout:node-exporter.a smithi067 *:9100 running (6m) 18s ago 6m 12.5M - 1dbe0e931976 bcd489654a5c 2023-12-09T02:07:20.727 INFO:teuthology.orchestra.run.smithi067.stdout:node-exporter.b smithi125 *:9100 running (6m) 11s ago 6m 12.7M - 1dbe0e931976 14315eb110fd 2023-12-09T02:07:20.727 INFO:teuthology.orchestra.run.smithi067.stdout:osd.0 smithi067 running (12m) 18s ago 12m 58.4M 4096M 17.2.0 e1d6a67b021e 8028f118e61c 2023-12-09T02:07:20.727 INFO:teuthology.orchestra.run.smithi067.stdout:osd.1 smithi067 running (11m) 18s ago 11m 61.0M 4096M 17.2.0 e1d6a67b021e d8a826789ab9 2023-12-09T02:07:20.728 INFO:teuthology.orchestra.run.smithi067.stdout:osd.2 smithi067 running (11m) 18s ago 11m 53.4M 4096M 17.2.0 e1d6a67b021e 4a0ed55ab397 2023-12-09T02:07:20.728 INFO:teuthology.orchestra.run.smithi067.stdout:osd.3 smithi067 running (10m) 18s ago 10m 57.2M 4096M 17.2.0 e1d6a67b021e 200513eb3289 2023-12-09T02:07:20.728 INFO:teuthology.orchestra.run.smithi067.stdout:osd.4 smithi125 running (9m) 11s ago 9m 58.6M 4096M 17.2.0 e1d6a67b021e 03a86e583fa8 2023-12-09T02:07:20.728 INFO:teuthology.orchestra.run.smithi067.stdout:osd.5 smithi125 running (9m) 11s ago 9m 54.0M 4096M 17.2.0 e1d6a67b021e 69bedd006f74 2023-12-09T02:07:20.728 INFO:teuthology.orchestra.run.smithi067.stdout:osd.6 smithi125 running (8m) 11s ago 8m 51.9M 4096M 17.2.0 e1d6a67b021e 30344497f6d2 2023-12-09T02:07:20.728 INFO:teuthology.orchestra.run.smithi067.stdout:osd.7 smithi125 running (7m) 11s ago 8m 56.2M 4096M 17.2.0 e1d6a67b021e 8791b422aafd 2023-12-09T02:07:20.728 INFO:teuthology.orchestra.run.smithi067.stdout:prometheus.a smithi125 *:9095 running (5m) 11s ago 7m 58.1M - 514e6a882f6e 70e2ffaceb9c 2023-12-09T02:07:20.728 INFO:teuthology.orchestra.run.smithi067.stdout:rgw.foo.smithi067.rqvsfw smithi067 *:8000 running (4m) 18s ago 4m 85.6M - 17.2.0 e1d6a67b021e 72086955a09f 2023-12-09T02:07:20.728 INFO:teuthology.orchestra.run.smithi067.stdout:rgw.foo.smithi125.wanndy smithi125 *:8000 running (4m) 11s ago 4m 85.7M - 17.2.0 e1d6a67b021e 89b35e95d314 2023-12-09T02:07:20.728 INFO:teuthology.orchestra.run.smithi067.stdout:rgw.smpl.smithi067.mukdcu smithi067 *:80 running (4m) 18s ago 4m 85.5M - 17.2.0 e1d6a67b021e b813f19c7bee 2023-12-09T02:07:20.728 INFO:teuthology.orchestra.run.smithi067.stdout:rgw.smpl.smithi125.ngrzpa smithi125 *:80 running (4m) 11s ago 4m 85.8M - 17.2.0 e1d6a67b021e 96b29ebc04e4 2023-12-09T02:07:21.175 INFO:teuthology.orchestra.run.smithi067.stdout:{ 2023-12-09T02:07:21.176 INFO:teuthology.orchestra.run.smithi067.stdout: "mon": { 2023-12-09T02:07:21.176 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 3 2023-12-09T02:07:21.176 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2023-12-09T02:07:21.176 INFO:teuthology.orchestra.run.smithi067.stdout: "mgr": { 2023-12-09T02:07:21.176 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-12-09T02:07:21.176 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 19.0.0-44-g9dcc13bb (9dcc13bb80dcc1cdea72b04d80505b4649a2b882) reef (dev)": 1 2023-12-09T02:07:21.176 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2023-12-09T02:07:21.177 INFO:teuthology.orchestra.run.smithi067.stdout: "osd": { 2023-12-09T02:07:21.177 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-09T02:07:21.177 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2023-12-09T02:07:21.177 INFO:teuthology.orchestra.run.smithi067.stdout: "mds": {}, 2023-12-09T02:07:21.177 INFO:teuthology.orchestra.run.smithi067.stdout: "rgw": { 2023-12-09T02:07:21.177 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2023-12-09T02:07:21.177 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2023-12-09T02:07:21.177 INFO:teuthology.orchestra.run.smithi067.stdout: "overall": { 2023-12-09T02:07:21.177 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 16, 2023-12-09T02:07:21.177 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 19.0.0-44-g9dcc13bb (9dcc13bb80dcc1cdea72b04d80505b4649a2b882) reef (dev)": 1 2023-12-09T02:07:21.177 INFO:teuthology.orchestra.run.smithi067.stdout: } 2023-12-09T02:07:21.177 INFO:teuthology.orchestra.run.smithi067.stdout:} 2023-12-09T02:07:21.523 INFO:journalctl@ceph.alertmanager.a.smithi067.stdout:Dec 09 02:07:21 smithi067 bash[54159]: level=warn ts=2023-12-09T02:07:21.278Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=6 err="Post \"https://172.21.15.67:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.67 because it doesn't contain any IP SANs" 2023-12-09T02:07:21.524 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:07:21 smithi067 bash[25104]: cephadm 2023-12-09T02:07:20.026454+0000 mgr.x (mgr.25049) 7 : cephadm [INF] Updating smithi125:/var/lib/ceph/6db93fb0-9635-11ee-95a3-87774f69a715/config/ceph.conf 2023-12-09T02:07:21.524 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:07:21 smithi067 bash[25104]: cephadm 2023-12-09T02:07:20.060257+0000 mgr.x (mgr.25049) 8 : cephadm [INF] Updating smithi067:/var/lib/ceph/6db93fb0-9635-11ee-95a3-87774f69a715/config/ceph.conf 2023-12-09T02:07:21.524 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:07:21 smithi067 bash[25104]: cephadm 2023-12-09T02:07:20.191285+0000 mgr.x (mgr.25049) 9 : cephadm [INF] Updating smithi125:/etc/ceph/ceph.client.admin.keyring 2023-12-09T02:07:21.525 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:07:21 smithi067 bash[25104]: cephadm 2023-12-09T02:07:20.224706+0000 mgr.x (mgr.25049) 10 : cephadm [INF] Updating smithi067:/etc/ceph/ceph.client.admin.keyring 2023-12-09T02:07:21.525 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:07:21 smithi067 bash[25104]: cluster 2023-12-09T02:07:20.274385+0000 mon.a (mon.0) 1245 : cluster [DBG] mgrmap e25: x(active, since 1.13063s), standbys: y 2023-12-09T02:07:21.525 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:07:21 smithi067 bash[25104]: audit 2023-12-09T02:07:20.286144+0000 mgr.x (mgr.25049) 11 : audit [DBG] from='client.14949 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:07:21.525 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:07:21 smithi067 bash[25104]: audit 2023-12-09T02:07:20.289905+0000 mgr.x (mgr.25049) 12 : audit [DBG] from='client.15207 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:07:21.525 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:07:21 smithi067 bash[25104]: cluster 2023-12-09T02:07:20.292478+0000 mgr.x (mgr.25049) 13 : cluster [DBG] pgmap v3: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:07:21.525 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:07:21 smithi067 bash[25104]: cephadm 2023-12-09T02:07:20.355682+0000 mgr.x (mgr.25049) 14 : cephadm [INF] Updating smithi125:/var/lib/ceph/6db93fb0-9635-11ee-95a3-87774f69a715/config/ceph.client.admin.keyring 2023-12-09T02:07:21.525 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:07:21 smithi067 bash[25104]: cephadm 2023-12-09T02:07:20.389018+0000 mgr.x (mgr.25049) 15 : cephadm [INF] Updating smithi067:/var/lib/ceph/6db93fb0-9635-11ee-95a3-87774f69a715/config/ceph.client.admin.keyring 2023-12-09T02:07:21.525 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:07:21 smithi067 bash[25104]: cephadm 2023-12-09T02:07:20.439111+0000 mgr.x (mgr.25049) 16 : cephadm [INF] [09/Dec/2023:02:07:20] ENGINE Bus STARTING 2023-12-09T02:07:21.526 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:07:21 smithi067 bash[25104]: audit 2023-12-09T02:07:20.534510+0000 mon.a (mon.0) 1246 : audit [INF] from='mgr.25049 ' entity='mgr.x' 2023-12-09T02:07:21.526 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:07:21 smithi067 bash[25104]: cephadm 2023-12-09T02:07:20.543057+0000 mgr.x (mgr.25049) 17 : cephadm [INF] [09/Dec/2023:02:07:20] ENGINE Serving on http://172.21.15.125:8765 2023-12-09T02:07:21.526 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:07:21 smithi067 bash[25104]: audit 2023-12-09T02:07:20.546391+0000 mon.a (mon.0) 1247 : audit [INF] from='mgr.25049 ' entity='mgr.x' 2023-12-09T02:07:21.526 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:07:21 smithi067 bash[25104]: cephadm 2023-12-09T02:07:20.679073+0000 mgr.x (mgr.25049) 18 : cephadm [INF] [09/Dec/2023:02:07:20] ENGINE Serving on https://172.21.15.125:7150 2023-12-09T02:07:21.526 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:07:21 smithi067 bash[25104]: cephadm 2023-12-09T02:07:20.679271+0000 mgr.x (mgr.25049) 19 : cephadm [INF] [09/Dec/2023:02:07:20] ENGINE Bus STARTED 2023-12-09T02:07:21.526 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:07:21 smithi067 bash[25104]: audit 2023-12-09T02:07:20.685255+0000 mgr.x (mgr.25049) 20 : audit [DBG] from='client.25082 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:07:21.526 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:07:21 smithi067 bash[25104]: audit 2023-12-09T02:07:20.774834+0000 mon.a (mon.0) 1248 : audit [INF] from='mgr.25049 ' entity='mgr.x' 2023-12-09T02:07:21.526 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:07:21 smithi067 bash[25104]: audit 2023-12-09T02:07:20.787157+0000 mon.a (mon.0) 1249 : audit [INF] from='mgr.25049 ' entity='mgr.x' 2023-12-09T02:07:21.526 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:07:21 smithi067 bash[25104]: audit 2023-12-09T02:07:20.797139+0000 mon.a (mon.0) 1250 : audit [INF] from='mgr.25049 ' entity='mgr.x' 2023-12-09T02:07:21.527 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:07:21 smithi067 bash[25104]: audit 2023-12-09T02:07:20.805958+0000 mon.a (mon.0) 1251 : audit [INF] from='mgr.25049 ' entity='mgr.x' 2023-12-09T02:07:21.527 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:07:21 smithi067 bash[25104]: audit 2023-12-09T02:07:20.883046+0000 mon.a (mon.0) 1252 : audit [INF] from='mgr.25049 ' entity='mgr.x' 2023-12-09T02:07:21.527 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:07:21 smithi067 bash[25104]: audit 2023-12-09T02:07:20.889538+0000 mon.a (mon.0) 1253 : audit [INF] from='mgr.25049 ' entity='mgr.x' 2023-12-09T02:07:21.527 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:07:21 smithi067 bash[30830]: cephadm 2023-12-09T02:07:20.026454+0000 mgr.x (mgr.25049) 7 : cephadm [INF] Updating smithi125:/var/lib/ceph/6db93fb0-9635-11ee-95a3-87774f69a715/config/ceph.conf 2023-12-09T02:07:21.527 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:07:21 smithi067 bash[30830]: cephadm 2023-12-09T02:07:20.060257+0000 mgr.x (mgr.25049) 8 : cephadm [INF] Updating smithi067:/var/lib/ceph/6db93fb0-9635-11ee-95a3-87774f69a715/config/ceph.conf 2023-12-09T02:07:21.527 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:07:21 smithi067 bash[30830]: cephadm 2023-12-09T02:07:20.191285+0000 mgr.x (mgr.25049) 9 : cephadm [INF] Updating smithi125:/etc/ceph/ceph.client.admin.keyring 2023-12-09T02:07:21.527 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:07:21 smithi067 bash[30830]: cephadm 2023-12-09T02:07:20.224706+0000 mgr.x (mgr.25049) 10 : cephadm [INF] Updating smithi067:/etc/ceph/ceph.client.admin.keyring 2023-12-09T02:07:21.528 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:07:21 smithi067 bash[30830]: cluster 2023-12-09T02:07:20.274385+0000 mon.a (mon.0) 1245 : cluster [DBG] mgrmap e25: x(active, since 1.13063s), standbys: y 2023-12-09T02:07:21.528 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:07:21 smithi067 bash[30830]: audit 2023-12-09T02:07:20.286144+0000 mgr.x (mgr.25049) 11 : audit [DBG] from='client.14949 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:07:21.528 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:07:21 smithi067 bash[30830]: audit 2023-12-09T02:07:20.289905+0000 mgr.x (mgr.25049) 12 : audit [DBG] from='client.15207 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:07:21.528 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:07:21 smithi067 bash[30830]: cluster 2023-12-09T02:07:20.292478+0000 mgr.x (mgr.25049) 13 : cluster [DBG] pgmap v3: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:07:21.528 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:07:21 smithi067 bash[30830]: cephadm 2023-12-09T02:07:20.355682+0000 mgr.x (mgr.25049) 14 : cephadm [INF] Updating smithi125:/var/lib/ceph/6db93fb0-9635-11ee-95a3-87774f69a715/config/ceph.client.admin.keyring 2023-12-09T02:07:21.528 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:07:21 smithi067 bash[30830]: cephadm 2023-12-09T02:07:20.389018+0000 mgr.x (mgr.25049) 15 : cephadm [INF] Updating smithi067:/var/lib/ceph/6db93fb0-9635-11ee-95a3-87774f69a715/config/ceph.client.admin.keyring 2023-12-09T02:07:21.528 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:07:21 smithi067 bash[30830]: cephadm 2023-12-09T02:07:20.439111+0000 mgr.x (mgr.25049) 16 : cephadm [INF] [09/Dec/2023:02:07:20] ENGINE Bus STARTING 2023-12-09T02:07:21.528 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:07:21 smithi067 bash[30830]: audit 2023-12-09T02:07:20.534510+0000 mon.a (mon.0) 1246 : audit [INF] from='mgr.25049 ' entity='mgr.x' 2023-12-09T02:07:21.529 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:07:21 smithi067 bash[30830]: cephadm 2023-12-09T02:07:20.543057+0000 mgr.x (mgr.25049) 17 : cephadm [INF] [09/Dec/2023:02:07:20] ENGINE Serving on http://172.21.15.125:8765 2023-12-09T02:07:21.529 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:07:21 smithi067 bash[30830]: audit 2023-12-09T02:07:20.546391+0000 mon.a (mon.0) 1247 : audit [INF] from='mgr.25049 ' entity='mgr.x' 2023-12-09T02:07:21.529 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:07:21 smithi067 bash[30830]: cephadm 2023-12-09T02:07:20.679073+0000 mgr.x (mgr.25049) 18 : cephadm [INF] [09/Dec/2023:02:07:20] ENGINE Serving on https://172.21.15.125:7150 2023-12-09T02:07:21.529 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:07:21 smithi067 bash[30830]: cephadm 2023-12-09T02:07:20.679271+0000 mgr.x (mgr.25049) 19 : cephadm [INF] [09/Dec/2023:02:07:20] ENGINE Bus STARTED 2023-12-09T02:07:21.529 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:07:21 smithi067 bash[30830]: audit 2023-12-09T02:07:20.685255+0000 mgr.x (mgr.25049) 20 : audit [DBG] from='client.25082 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:07:21.529 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:07:21 smithi067 bash[30830]: audit 2023-12-09T02:07:20.774834+0000 mon.a (mon.0) 1248 : audit [INF] from='mgr.25049 ' entity='mgr.x' 2023-12-09T02:07:21.529 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:07:21 smithi067 bash[30830]: audit 2023-12-09T02:07:20.787157+0000 mon.a (mon.0) 1249 : audit [INF] from='mgr.25049 ' entity='mgr.x' 2023-12-09T02:07:21.530 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:07:21 smithi067 bash[30830]: audit 2023-12-09T02:07:20.797139+0000 mon.a (mon.0) 1250 : audit [INF] from='mgr.25049 ' entity='mgr.x' 2023-12-09T02:07:21.530 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:07:21 smithi067 bash[30830]: audit 2023-12-09T02:07:20.805958+0000 mon.a (mon.0) 1251 : audit [INF] from='mgr.25049 ' entity='mgr.x' 2023-12-09T02:07:21.530 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:07:21 smithi067 bash[30830]: audit 2023-12-09T02:07:20.883046+0000 mon.a (mon.0) 1252 : audit [INF] from='mgr.25049 ' entity='mgr.x' 2023-12-09T02:07:21.530 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:07:21 smithi067 bash[30830]: audit 2023-12-09T02:07:20.889538+0000 mon.a (mon.0) 1253 : audit [INF] from='mgr.25049 ' entity='mgr.x' 2023-12-09T02:07:21.530 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:07:21 smithi067 bash[25104]: audit 2023-12-09T02:07:20.896194+0000 mon.a (mon.0) 1254 : audit [INF] from='mgr.25049 ' entity='mgr.x' 2023-12-09T02:07:21.530 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:07:21 smithi067 bash[25104]: audit 2023-12-09T02:07:20.901196+0000 mon.b (mon.2) 53 : audit [INF] from='mgr.25049 172.21.15.125:0/1639941565' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi067", "caps": []}]: dispatch 2023-12-09T02:07:21.530 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:07:21 smithi067 bash[25104]: audit 2023-12-09T02:07:20.902243+0000 mon.a (mon.0) 1255 : audit [INF] from='mgr.25049 ' entity='mgr.x' 2023-12-09T02:07:21.530 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:07:21 smithi067 bash[25104]: audit 2023-12-09T02:07:20.905303+0000 mon.a (mon.0) 1256 : audit [INF] from='mgr.25049 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi067", "caps": []}]: dispatch 2023-12-09T02:07:21.530 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:07:21 smithi067 bash[25104]: audit 2023-12-09T02:07:21.175007+0000 mon.c (mon.1) 43 : audit [DBG] from='client.? 172.21.15.67:0/1476869128' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:07:21.531 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:07:21 smithi067 bash[30830]: audit 2023-12-09T02:07:20.896194+0000 mon.a (mon.0) 1254 : audit [INF] from='mgr.25049 ' entity='mgr.x' 2023-12-09T02:07:21.531 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:07:21 smithi067 bash[30830]: audit 2023-12-09T02:07:20.901196+0000 mon.b (mon.2) 53 : audit [INF] from='mgr.25049 172.21.15.125:0/1639941565' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi067", "caps": []}]: dispatch 2023-12-09T02:07:21.531 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:07:21 smithi067 bash[30830]: audit 2023-12-09T02:07:20.902243+0000 mon.a (mon.0) 1255 : audit [INF] from='mgr.25049 ' entity='mgr.x' 2023-12-09T02:07:21.531 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:07:21 smithi067 bash[30830]: audit 2023-12-09T02:07:20.905303+0000 mon.a (mon.0) 1256 : audit [INF] from='mgr.25049 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi067", "caps": []}]: dispatch 2023-12-09T02:07:21.531 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:07:21 smithi067 bash[30830]: audit 2023-12-09T02:07:21.175007+0000 mon.c (mon.1) 43 : audit [DBG] from='client.? 172.21.15.67:0/1476869128' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:07:21.574 INFO:teuthology.orchestra.run.smithi067.stdout:{ 2023-12-09T02:07:21.574 INFO:teuthology.orchestra.run.smithi067.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:9dcc13bb80dcc1cdea72b04d80505b4649a2b882", 2023-12-09T02:07:21.575 INFO:teuthology.orchestra.run.smithi067.stdout: "in_progress": true, 2023-12-09T02:07:21.575 INFO:teuthology.orchestra.run.smithi067.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-09T02:07:21.575 INFO:teuthology.orchestra.run.smithi067.stdout: "services_complete": [], 2023-12-09T02:07:21.575 INFO:teuthology.orchestra.run.smithi067.stdout: "progress": "", 2023-12-09T02:07:21.575 INFO:teuthology.orchestra.run.smithi067.stdout: "message": "", 2023-12-09T02:07:21.575 INFO:teuthology.orchestra.run.smithi067.stdout: "is_paused": false 2023-12-09T02:07:21.575 INFO:teuthology.orchestra.run.smithi067.stdout:} 2023-12-09T02:07:21.722 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:07:21 smithi125 bash[25274]: cephadm 2023-12-09T02:07:20.026454+0000 mgr.x (mgr.25049) 7 : cephadm [INF] Updating smithi125:/var/lib/ceph/6db93fb0-9635-11ee-95a3-87774f69a715/config/ceph.conf 2023-12-09T02:07:21.722 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:07:21 smithi125 bash[25274]: cephadm 2023-12-09T02:07:20.060257+0000 mgr.x (mgr.25049) 8 : cephadm [INF] Updating smithi067:/var/lib/ceph/6db93fb0-9635-11ee-95a3-87774f69a715/config/ceph.conf 2023-12-09T02:07:21.722 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:07:21 smithi125 bash[25274]: cephadm 2023-12-09T02:07:20.191285+0000 mgr.x (mgr.25049) 9 : cephadm [INF] Updating smithi125:/etc/ceph/ceph.client.admin.keyring 2023-12-09T02:07:21.722 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:07:21 smithi125 bash[25274]: cephadm 2023-12-09T02:07:20.224706+0000 mgr.x (mgr.25049) 10 : cephadm [INF] Updating smithi067:/etc/ceph/ceph.client.admin.keyring 2023-12-09T02:07:21.722 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:07:21 smithi125 bash[25274]: cluster 2023-12-09T02:07:20.274385+0000 mon.a (mon.0) 1245 : cluster [DBG] mgrmap e25: x(active, since 1.13063s), standbys: y 2023-12-09T02:07:21.723 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:07:21 smithi125 bash[25274]: audit 2023-12-09T02:07:20.286144+0000 mgr.x (mgr.25049) 11 : audit [DBG] from='client.14949 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:07:21.723 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:07:21 smithi125 bash[25274]: audit 2023-12-09T02:07:20.289905+0000 mgr.x (mgr.25049) 12 : audit [DBG] from='client.15207 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:07:21.723 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:07:21 smithi125 bash[25274]: cluster 2023-12-09T02:07:20.292478+0000 mgr.x (mgr.25049) 13 : cluster [DBG] pgmap v3: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:07:21.723 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:07:21 smithi125 bash[25274]: cephadm 2023-12-09T02:07:20.355682+0000 mgr.x (mgr.25049) 14 : cephadm [INF] Updating smithi125:/var/lib/ceph/6db93fb0-9635-11ee-95a3-87774f69a715/config/ceph.client.admin.keyring 2023-12-09T02:07:21.723 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:07:21 smithi125 bash[25274]: cephadm 2023-12-09T02:07:20.389018+0000 mgr.x (mgr.25049) 15 : cephadm [INF] Updating smithi067:/var/lib/ceph/6db93fb0-9635-11ee-95a3-87774f69a715/config/ceph.client.admin.keyring 2023-12-09T02:07:21.723 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:07:21 smithi125 bash[25274]: cephadm 2023-12-09T02:07:20.439111+0000 mgr.x (mgr.25049) 16 : cephadm [INF] [09/Dec/2023:02:07:20] ENGINE Bus STARTING 2023-12-09T02:07:21.723 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:07:21 smithi125 bash[25274]: audit 2023-12-09T02:07:20.534510+0000 mon.a (mon.0) 1246 : audit [INF] from='mgr.25049 ' entity='mgr.x' 2023-12-09T02:07:21.723 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:07:21 smithi125 bash[25274]: cephadm 2023-12-09T02:07:20.543057+0000 mgr.x (mgr.25049) 17 : cephadm [INF] [09/Dec/2023:02:07:20] ENGINE Serving on http://172.21.15.125:8765 2023-12-09T02:07:21.723 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:07:21 smithi125 bash[25274]: audit 2023-12-09T02:07:20.546391+0000 mon.a (mon.0) 1247 : audit [INF] from='mgr.25049 ' entity='mgr.x' 2023-12-09T02:07:21.723 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:07:21 smithi125 bash[25274]: cephadm 2023-12-09T02:07:20.679073+0000 mgr.x (mgr.25049) 18 : cephadm [INF] [09/Dec/2023:02:07:20] ENGINE Serving on https://172.21.15.125:7150 2023-12-09T02:07:21.723 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:07:21 smithi125 bash[25274]: cephadm 2023-12-09T02:07:20.679271+0000 mgr.x (mgr.25049) 19 : cephadm [INF] [09/Dec/2023:02:07:20] ENGINE Bus STARTED 2023-12-09T02:07:21.723 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:07:21 smithi125 bash[25274]: audit 2023-12-09T02:07:20.685255+0000 mgr.x (mgr.25049) 20 : audit [DBG] from='client.25082 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:07:21.723 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:07:21 smithi125 bash[25274]: audit 2023-12-09T02:07:20.774834+0000 mon.a (mon.0) 1248 : audit [INF] from='mgr.25049 ' entity='mgr.x' 2023-12-09T02:07:21.723 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:07:21 smithi125 bash[25274]: audit 2023-12-09T02:07:20.787157+0000 mon.a (mon.0) 1249 : audit [INF] from='mgr.25049 ' entity='mgr.x' 2023-12-09T02:07:21.723 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:07:21 smithi125 bash[25274]: audit 2023-12-09T02:07:20.797139+0000 mon.a (mon.0) 1250 : audit [INF] from='mgr.25049 ' entity='mgr.x' 2023-12-09T02:07:21.723 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:07:21 smithi125 bash[25274]: audit 2023-12-09T02:07:20.805958+0000 mon.a (mon.0) 1251 : audit [INF] from='mgr.25049 ' entity='mgr.x' 2023-12-09T02:07:21.724 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:07:21 smithi125 bash[25274]: audit 2023-12-09T02:07:20.883046+0000 mon.a (mon.0) 1252 : audit [INF] from='mgr.25049 ' entity='mgr.x' 2023-12-09T02:07:21.724 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:07:21 smithi125 bash[25274]: audit 2023-12-09T02:07:20.889538+0000 mon.a (mon.0) 1253 : audit [INF] from='mgr.25049 ' entity='mgr.x' 2023-12-09T02:07:21.724 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:07:21 smithi125 bash[25274]: audit 2023-12-09T02:07:20.896194+0000 mon.a (mon.0) 1254 : audit [INF] from='mgr.25049 ' entity='mgr.x' 2023-12-09T02:07:21.724 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:07:21 smithi125 bash[25274]: audit 2023-12-09T02:07:20.901196+0000 mon.b (mon.2) 53 : audit [INF] from='mgr.25049 172.21.15.125:0/1639941565' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi067", "caps": []}]: dispatch 2023-12-09T02:07:21.724 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:07:21 smithi125 bash[25274]: audit 2023-12-09T02:07:20.902243+0000 mon.a (mon.0) 1255 : audit [INF] from='mgr.25049 ' entity='mgr.x' 2023-12-09T02:07:21.724 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:07:21 smithi125 bash[25274]: audit 2023-12-09T02:07:20.905303+0000 mon.a (mon.0) 1256 : audit [INF] from='mgr.25049 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi067", "caps": []}]: dispatch 2023-12-09T02:07:21.724 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:07:21 smithi125 bash[25274]: audit 2023-12-09T02:07:21.175007+0000 mon.c (mon.1) 43 : audit [DBG] from='client.? 172.21.15.67:0/1476869128' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:07:21.969 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:07:21 smithi067 bash[25375]: ::ffff:172.21.15.125 - - [09/Dec/2023:02:07:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-09T02:07:22.044 INFO:teuthology.orchestra.run.smithi067.stdout:HEALTH_OK 2023-12-09T02:07:22.969 INFO:journalctl@ceph.alertmanager.a.smithi067.stdout:Dec 09 02:07:22 smithi067 bash[54159]: level=warn ts=2023-12-09T02:07:22.842Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=7 err="Post \"https://172.21.15.125:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.125 because it doesn't contain any IP SANs" 2023-12-09T02:07:22.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:07:22 smithi067 bash[30830]: cluster 2023-12-09T02:07:21.261338+0000 mgr.x (mgr.25049) 21 : cluster [DBG] pgmap v4: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:07:22.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:07:22 smithi067 bash[30830]: audit 2023-12-09T02:07:21.570704+0000 mgr.x (mgr.25049) 22 : audit [DBG] from='client.15246 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:07:22.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:07:22 smithi067 bash[30830]: cluster 2023-12-09T02:07:21.915397+0000 mon.a (mon.0) 1257 : cluster [DBG] mgrmap e26: x(active, since 2s), standbys: y 2023-12-09T02:07:22.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:07:22 smithi067 bash[30830]: audit 2023-12-09T02:07:22.044733+0000 mon.a (mon.0) 1258 : audit [DBG] from='client.? 172.21.15.67:0/2396246591' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-09T02:07:22.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:07:22 smithi067 bash[25104]: cluster 2023-12-09T02:07:21.261338+0000 mgr.x (mgr.25049) 21 : cluster [DBG] pgmap v4: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:07:22.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:07:22 smithi067 bash[25104]: audit 2023-12-09T02:07:21.570704+0000 mgr.x (mgr.25049) 22 : audit [DBG] from='client.15246 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:07:22.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:07:22 smithi067 bash[25104]: cluster 2023-12-09T02:07:21.915397+0000 mon.a (mon.0) 1257 : cluster [DBG] mgrmap e26: x(active, since 2s), standbys: y 2023-12-09T02:07:22.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:07:22 smithi067 bash[25104]: audit 2023-12-09T02:07:22.044733+0000 mon.a (mon.0) 1258 : audit [DBG] from='client.? 172.21.15.67:0/2396246591' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-09T02:07:22.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:07:22 smithi125 bash[25274]: cluster 2023-12-09T02:07:21.261338+0000 mgr.x (mgr.25049) 21 : cluster [DBG] pgmap v4: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:07:22.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:07:22 smithi125 bash[25274]: audit 2023-12-09T02:07:21.570704+0000 mgr.x (mgr.25049) 22 : audit [DBG] from='client.15246 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:07:22.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:07:22 smithi125 bash[25274]: cluster 2023-12-09T02:07:21.915397+0000 mon.a (mon.0) 1257 : cluster [DBG] mgrmap e26: x(active, since 2s), standbys: y 2023-12-09T02:07:22.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:07:22 smithi125 bash[25274]: audit 2023-12-09T02:07:22.044733+0000 mon.a (mon.0) 1258 : audit [DBG] from='client.? 172.21.15.67:0/2396246591' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-09T02:07:23.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:07:23 smithi067 bash[30830]: cephadm 2023-12-09T02:07:21.748565+0000 mgr.x (mgr.25049) 23 : cephadm [INF] Reconfiguring daemon agent.smithi067 on smithi067 2023-12-09T02:07:23.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:07:23 smithi067 bash[30830]: cephadm 2023-12-09T02:07:21.818288+0000 mgr.x (mgr.25049) 24 : cephadm [INF] Deploying cephadm binary to smithi067 2023-12-09T02:07:23.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:07:23 smithi067 bash[25104]: cephadm 2023-12-09T02:07:21.748565+0000 mgr.x (mgr.25049) 23 : cephadm [INF] Reconfiguring daemon agent.smithi067 on smithi067 2023-12-09T02:07:23.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:07:23 smithi067 bash[25104]: cephadm 2023-12-09T02:07:21.818288+0000 mgr.x (mgr.25049) 24 : cephadm [INF] Deploying cephadm binary to smithi067 2023-12-09T02:07:23.970 INFO:journalctl@ceph.alertmanager.a.smithi067.stdout:Dec 09 02:07:23 smithi067 bash[54159]: level=error ts=2023-12-09T02:07:23.521Z caller=dispatch.go:354 component=dispatcher msg="Notify for alerts failed" num_alerts=10 err="ceph-dashboard/webhook[1]: notify retry canceled after 8 attempts: Post \"https://172.21.15.125:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.125 because it doesn't contain any IP SANs; ceph-dashboard/webhook[0]: notify retry canceled after 8 attempts: Post \"https://172.21.15.67:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.67 because it doesn't contain any IP SANs" 2023-12-09T02:07:23.970 INFO:journalctl@ceph.alertmanager.a.smithi067.stdout:Dec 09 02:07:23 smithi067 bash[54159]: level=warn ts=2023-12-09T02:07:23.525Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://172.21.15.67:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.67 because it doesn't contain any IP SANs" 2023-12-09T02:07:23.970 INFO:journalctl@ceph.alertmanager.a.smithi067.stdout:Dec 09 02:07:23 smithi067 bash[54159]: level=warn ts=2023-12-09T02:07:23.537Z 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.125:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.125 because it doesn't contain any IP SANs" 2023-12-09T02:07:23.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:07:23 smithi125 bash[25274]: cephadm 2023-12-09T02:07:21.748565+0000 mgr.x (mgr.25049) 23 : cephadm [INF] Reconfiguring daemon agent.smithi067 on smithi067 2023-12-09T02:07:23.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:07:23 smithi125 bash[25274]: cephadm 2023-12-09T02:07:21.818288+0000 mgr.x (mgr.25049) 24 : cephadm [INF] Deploying cephadm binary to smithi067 2023-12-09T02:07:24.638 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 02:07:24 smithi125 bash[55867]: ::ffff:172.21.15.125 - - [09/Dec/2023:02:07:24] "GET /metrics HTTP/1.1" 200 35346 "" "Prometheus/2.33.4" 2023-12-09T02:07:24.719 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:07:24 smithi067 bash[25104]: cluster 2023-12-09T02:07:23.262135+0000 mgr.x (mgr.25049) 25 : cluster [DBG] pgmap v5: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:07:24.719 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:07:24 smithi067 bash[25104]: cluster 2023-12-09T02:07:23.651008+0000 mon.a (mon.0) 1259 : cluster [DBG] mgrmap e27: x(active, since 4s), standbys: y 2023-12-09T02:07:24.719 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:07:24 smithi067 bash[30830]: cluster 2023-12-09T02:07:23.262135+0000 mgr.x (mgr.25049) 25 : cluster [DBG] pgmap v5: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:07:24.719 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:07:24 smithi067 bash[30830]: cluster 2023-12-09T02:07:23.651008+0000 mon.a (mon.0) 1259 : cluster [DBG] mgrmap e27: x(active, since 4s), standbys: y 2023-12-09T02:07:24.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:07:24 smithi125 bash[25274]: cluster 2023-12-09T02:07:23.262135+0000 mgr.x (mgr.25049) 25 : cluster [DBG] pgmap v5: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:07:24.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:07:24 smithi125 bash[25274]: cluster 2023-12-09T02:07:23.651008+0000 mon.a (mon.0) 1259 : cluster [DBG] mgrmap e27: x(active, since 4s), standbys: y 2023-12-09T02:07:26.830 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:07:26 smithi067 bash[25104]: cluster 2023-12-09T02:07:25.262947+0000 mgr.x (mgr.25049) 26 : cluster [DBG] pgmap v6: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:07:26.830 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:07:26 smithi067 bash[25104]: audit 2023-12-09T02:07:26.078883+0000 mon.a (mon.0) 1260 : audit [INF] from='mgr.25049 ' entity='mgr.x' 2023-12-09T02:07:26.830 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:07:26 smithi067 bash[25104]: audit 2023-12-09T02:07:26.095170+0000 mon.a (mon.0) 1261 : audit [INF] from='mgr.25049 ' entity='mgr.x' 2023-12-09T02:07:26.830 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:07:26 smithi067 bash[25104]: audit 2023-12-09T02:07:26.105082+0000 mon.a (mon.0) 1262 : audit [INF] from='mgr.25049 ' entity='mgr.x' 2023-12-09T02:07:26.831 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:07:26 smithi067 bash[30830]: cluster 2023-12-09T02:07:25.262947+0000 mgr.x (mgr.25049) 26 : cluster [DBG] pgmap v6: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:07:26.831 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:07:26 smithi067 bash[30830]: audit 2023-12-09T02:07:26.078883+0000 mon.a (mon.0) 1260 : audit [INF] from='mgr.25049 ' entity='mgr.x' 2023-12-09T02:07:26.831 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:07:26 smithi067 bash[30830]: audit 2023-12-09T02:07:26.095170+0000 mon.a (mon.0) 1261 : audit [INF] from='mgr.25049 ' entity='mgr.x' 2023-12-09T02:07:26.831 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:07:26 smithi067 bash[30830]: audit 2023-12-09T02:07:26.105082+0000 mon.a (mon.0) 1262 : audit [INF] from='mgr.25049 ' entity='mgr.x' 2023-12-09T02:07:26.831 INFO:journalctl@ceph.node-exporter.a.smithi067.stdout:Dec 09 02:07:26 smithi067 systemd[1]: Stopping Ceph node-exporter.a for 6db93fb0-9635-11ee-95a3-87774f69a715... 2023-12-09T02:07:26.831 INFO:journalctl@ceph.node-exporter.a.smithi067.stdout:Dec 09 02:07:26 smithi067 bash[70359]: Error response from daemon: No such container: ceph-6db93fb0-9635-11ee-95a3-87774f69a715-node-exporter.a 2023-12-09T02:07:26.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:07:26 smithi125 bash[25274]: cluster 2023-12-09T02:07:25.262947+0000 mgr.x (mgr.25049) 26 : cluster [DBG] pgmap v6: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:07:26.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:07:26 smithi125 bash[25274]: audit 2023-12-09T02:07:26.078883+0000 mon.a (mon.0) 1260 : audit [INF] from='mgr.25049 ' entity='mgr.x' 2023-12-09T02:07:26.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:07:26 smithi125 bash[25274]: audit 2023-12-09T02:07:26.095170+0000 mon.a (mon.0) 1261 : audit [INF] from='mgr.25049 ' entity='mgr.x' 2023-12-09T02:07:26.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:07:26 smithi125 bash[25274]: audit 2023-12-09T02:07:26.105082+0000 mon.a (mon.0) 1262 : audit [INF] from='mgr.25049 ' entity='mgr.x' 2023-12-09T02:07:27.542 INFO:journalctl@ceph.node-exporter.a.smithi067.stdout:Dec 09 02:07:27 smithi067 bash[70370]: ceph-6db93fb0-9635-11ee-95a3-87774f69a715-node-exporter-a 2023-12-09T02:07:27.542 INFO:journalctl@ceph.node-exporter.a.smithi067.stdout:Dec 09 02:07:27 smithi067 bash[70406]: Error response from daemon: No such container: ceph-6db93fb0-9635-11ee-95a3-87774f69a715-node-exporter.a 2023-12-09T02:07:27.542 INFO:journalctl@ceph.node-exporter.a.smithi067.stdout:Dec 09 02:07:27 smithi067 systemd[1]: ceph-6db93fb0-9635-11ee-95a3-87774f69a715@node-exporter.a.service: Main process exited, code=exited, status=143/n/a 2023-12-09T02:07:27.543 INFO:journalctl@ceph.node-exporter.a.smithi067.stdout:Dec 09 02:07:27 smithi067 systemd[1]: ceph-6db93fb0-9635-11ee-95a3-87774f69a715@node-exporter.a.service: Failed with result 'exit-code'. 2023-12-09T02:07:27.543 INFO:journalctl@ceph.node-exporter.a.smithi067.stdout:Dec 09 02:07:27 smithi067 systemd[1]: Stopped Ceph node-exporter.a for 6db93fb0-9635-11ee-95a3-87774f69a715. 2023-12-09T02:07:27.543 INFO:journalctl@ceph.node-exporter.a.smithi067.stdout:Dec 09 02:07:27 smithi067 systemd[1]: Started Ceph node-exporter.a for 6db93fb0-9635-11ee-95a3-87774f69a715. 2023-12-09T02:07:27.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:07:27 smithi067 bash[30830]: cephadm 2023-12-09T02:07:26.134317+0000 mgr.x (mgr.25049) 27 : cephadm [INF] Reconfiguring node-exporter.a (dependencies changed)... 2023-12-09T02:07:27.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:07:27 smithi067 bash[30830]: cephadm 2023-12-09T02:07:26.135200+0000 mgr.x (mgr.25049) 28 : cephadm [INF] Reconfiguring daemon node-exporter.a on smithi067 2023-12-09T02:07:27.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:07:27 smithi067 bash[30830]: audit 2023-12-09T02:07:27.531987+0000 mon.a (mon.0) 1263 : audit [INF] from='mgr.25049 ' entity='mgr.x' 2023-12-09T02:07:27.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:07:27 smithi067 bash[30830]: audit 2023-12-09T02:07:27.547337+0000 mon.a (mon.0) 1264 : audit [INF] from='mgr.25049 ' entity='mgr.x' 2023-12-09T02:07:27.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:07:27 smithi067 bash[25104]: cephadm 2023-12-09T02:07:26.134317+0000 mgr.x (mgr.25049) 27 : cephadm [INF] Reconfiguring node-exporter.a (dependencies changed)... 2023-12-09T02:07:27.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:07:27 smithi067 bash[25104]: cephadm 2023-12-09T02:07:26.135200+0000 mgr.x (mgr.25049) 28 : cephadm [INF] Reconfiguring daemon node-exporter.a on smithi067 2023-12-09T02:07:27.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:07:27 smithi067 bash[25104]: audit 2023-12-09T02:07:27.531987+0000 mon.a (mon.0) 1263 : audit [INF] from='mgr.25049 ' entity='mgr.x' 2023-12-09T02:07:27.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:07:27 smithi067 bash[25104]: audit 2023-12-09T02:07:27.547337+0000 mon.a (mon.0) 1264 : audit [INF] from='mgr.25049 ' entity='mgr.x' 2023-12-09T02:07:27.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:07:27 smithi125 bash[25274]: cephadm 2023-12-09T02:07:26.134317+0000 mgr.x (mgr.25049) 27 : cephadm [INF] Reconfiguring node-exporter.a (dependencies changed)... 2023-12-09T02:07:27.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:07:27 smithi125 bash[25274]: cephadm 2023-12-09T02:07:26.135200+0000 mgr.x (mgr.25049) 28 : cephadm [INF] Reconfiguring daemon node-exporter.a on smithi067 2023-12-09T02:07:27.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:07:27 smithi125 bash[25274]: audit 2023-12-09T02:07:27.531987+0000 mon.a (mon.0) 1263 : audit [INF] from='mgr.25049 ' entity='mgr.x' 2023-12-09T02:07:27.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:07:27 smithi125 bash[25274]: audit 2023-12-09T02:07:27.547337+0000 mon.a (mon.0) 1264 : audit [INF] from='mgr.25049 ' entity='mgr.x' 2023-12-09T02:07:28.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:07:28 smithi067 bash[25104]: cluster 2023-12-09T02:07:27.264761+0000 mgr.x (mgr.25049) 29 : 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-09T02:07:28.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:07:28 smithi067 bash[25104]: cephadm 2023-12-09T02:07:27.555156+0000 mgr.x (mgr.25049) 30 : cephadm [INF] Reconfiguring alertmanager.a (dependencies changed)... 2023-12-09T02:07:28.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:07:28 smithi067 bash[25104]: cephadm 2023-12-09T02:07:27.574254+0000 mgr.x (mgr.25049) 31 : cephadm [INF] Reconfiguring daemon alertmanager.a on smithi067 2023-12-09T02:07:28.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:07:28 smithi067 bash[30830]: cluster 2023-12-09T02:07:27.264761+0000 mgr.x (mgr.25049) 29 : 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-09T02:07:28.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:07:28 smithi067 bash[30830]: cephadm 2023-12-09T02:07:27.555156+0000 mgr.x (mgr.25049) 30 : cephadm [INF] Reconfiguring alertmanager.a (dependencies changed)... 2023-12-09T02:07:28.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:07:28 smithi067 bash[30830]: cephadm 2023-12-09T02:07:27.574254+0000 mgr.x (mgr.25049) 31 : cephadm [INF] Reconfiguring daemon alertmanager.a on smithi067 2023-12-09T02:07:28.971 INFO:journalctl@ceph.node-exporter.a.smithi067.stdout:Dec 09 02:07:28 smithi067 bash[70436]: ts=2023-12-09T02:07:28.676Z caller=node_exporter.go:182 level=info msg="Starting node_exporter" version="(version=1.3.1, branch=HEAD, revision=a2321e7b940ddcff26873612bccdf7cd4c42b6b6)" 2023-12-09T02:07:28.971 INFO:journalctl@ceph.node-exporter.a.smithi067.stdout:Dec 09 02:07:28 smithi067 bash[70436]: ts=2023-12-09T02:07:28.676Z 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-09T02:07:28.971 INFO:journalctl@ceph.node-exporter.a.smithi067.stdout:Dec 09 02:07:28 smithi067 bash[70436]: ts=2023-12-09T02:07:28.676Z 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-09T02:07:28.971 INFO:journalctl@ceph.node-exporter.a.smithi067.stdout:Dec 09 02:07:28 smithi067 bash[70436]: ts=2023-12-09T02:07:28.676Z 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-09T02:07:28.971 INFO:journalctl@ceph.node-exporter.a.smithi067.stdout:Dec 09 02:07:28 smithi067 bash[70436]: ts=2023-12-09T02:07:28.677Z caller=node_exporter.go:108 level=info msg="Enabled collectors" 2023-12-09T02:07:28.971 INFO:journalctl@ceph.node-exporter.a.smithi067.stdout:Dec 09 02:07:28 smithi067 bash[70436]: ts=2023-12-09T02:07:28.677Z caller=node_exporter.go:115 level=info collector=arp 2023-12-09T02:07:28.971 INFO:journalctl@ceph.node-exporter.a.smithi067.stdout:Dec 09 02:07:28 smithi067 bash[70436]: ts=2023-12-09T02:07:28.677Z caller=node_exporter.go:115 level=info collector=bcache 2023-12-09T02:07:28.971 INFO:journalctl@ceph.node-exporter.a.smithi067.stdout:Dec 09 02:07:28 smithi067 bash[70436]: ts=2023-12-09T02:07:28.677Z caller=node_exporter.go:115 level=info collector=bonding 2023-12-09T02:07:28.971 INFO:journalctl@ceph.node-exporter.a.smithi067.stdout:Dec 09 02:07:28 smithi067 bash[70436]: ts=2023-12-09T02:07:28.677Z caller=node_exporter.go:115 level=info collector=btrfs 2023-12-09T02:07:28.971 INFO:journalctl@ceph.node-exporter.a.smithi067.stdout:Dec 09 02:07:28 smithi067 bash[70436]: ts=2023-12-09T02:07:28.677Z caller=node_exporter.go:115 level=info collector=conntrack 2023-12-09T02:07:28.971 INFO:journalctl@ceph.node-exporter.a.smithi067.stdout:Dec 09 02:07:28 smithi067 bash[70436]: ts=2023-12-09T02:07:28.677Z caller=node_exporter.go:115 level=info collector=cpu 2023-12-09T02:07:28.971 INFO:journalctl@ceph.node-exporter.a.smithi067.stdout:Dec 09 02:07:28 smithi067 bash[70436]: ts=2023-12-09T02:07:28.677Z caller=node_exporter.go:115 level=info collector=cpufreq 2023-12-09T02:07:28.971 INFO:journalctl@ceph.node-exporter.a.smithi067.stdout:Dec 09 02:07:28 smithi067 bash[70436]: ts=2023-12-09T02:07:28.677Z caller=node_exporter.go:115 level=info collector=diskstats 2023-12-09T02:07:28.972 INFO:journalctl@ceph.node-exporter.a.smithi067.stdout:Dec 09 02:07:28 smithi067 bash[70436]: ts=2023-12-09T02:07:28.677Z caller=node_exporter.go:115 level=info collector=dmi 2023-12-09T02:07:28.972 INFO:journalctl@ceph.node-exporter.a.smithi067.stdout:Dec 09 02:07:28 smithi067 bash[70436]: ts=2023-12-09T02:07:28.677Z caller=node_exporter.go:115 level=info collector=edac 2023-12-09T02:07:28.972 INFO:journalctl@ceph.node-exporter.a.smithi067.stdout:Dec 09 02:07:28 smithi067 bash[70436]: ts=2023-12-09T02:07:28.677Z caller=node_exporter.go:115 level=info collector=entropy 2023-12-09T02:07:28.972 INFO:journalctl@ceph.node-exporter.a.smithi067.stdout:Dec 09 02:07:28 smithi067 bash[70436]: ts=2023-12-09T02:07:28.677Z caller=node_exporter.go:115 level=info collector=fibrechannel 2023-12-09T02:07:28.972 INFO:journalctl@ceph.node-exporter.a.smithi067.stdout:Dec 09 02:07:28 smithi067 bash[70436]: ts=2023-12-09T02:07:28.677Z caller=node_exporter.go:115 level=info collector=filefd 2023-12-09T02:07:28.972 INFO:journalctl@ceph.node-exporter.a.smithi067.stdout:Dec 09 02:07:28 smithi067 bash[70436]: ts=2023-12-09T02:07:28.678Z caller=node_exporter.go:115 level=info collector=filesystem 2023-12-09T02:07:28.972 INFO:journalctl@ceph.node-exporter.a.smithi067.stdout:Dec 09 02:07:28 smithi067 bash[70436]: ts=2023-12-09T02:07:28.678Z caller=node_exporter.go:115 level=info collector=hwmon 2023-12-09T02:07:28.972 INFO:journalctl@ceph.node-exporter.a.smithi067.stdout:Dec 09 02:07:28 smithi067 bash[70436]: ts=2023-12-09T02:07:28.678Z caller=node_exporter.go:115 level=info collector=infiniband 2023-12-09T02:07:28.972 INFO:journalctl@ceph.node-exporter.a.smithi067.stdout:Dec 09 02:07:28 smithi067 bash[70436]: ts=2023-12-09T02:07:28.678Z caller=node_exporter.go:115 level=info collector=ipvs 2023-12-09T02:07:28.972 INFO:journalctl@ceph.node-exporter.a.smithi067.stdout:Dec 09 02:07:28 smithi067 bash[70436]: ts=2023-12-09T02:07:28.678Z caller=node_exporter.go:115 level=info collector=loadavg 2023-12-09T02:07:28.972 INFO:journalctl@ceph.node-exporter.a.smithi067.stdout:Dec 09 02:07:28 smithi067 bash[70436]: ts=2023-12-09T02:07:28.678Z caller=node_exporter.go:115 level=info collector=mdadm 2023-12-09T02:07:28.972 INFO:journalctl@ceph.node-exporter.a.smithi067.stdout:Dec 09 02:07:28 smithi067 bash[70436]: ts=2023-12-09T02:07:28.678Z caller=node_exporter.go:115 level=info collector=meminfo 2023-12-09T02:07:28.972 INFO:journalctl@ceph.node-exporter.a.smithi067.stdout:Dec 09 02:07:28 smithi067 bash[70436]: ts=2023-12-09T02:07:28.678Z caller=node_exporter.go:115 level=info collector=netclass 2023-12-09T02:07:28.972 INFO:journalctl@ceph.node-exporter.a.smithi067.stdout:Dec 09 02:07:28 smithi067 bash[70436]: ts=2023-12-09T02:07:28.678Z caller=node_exporter.go:115 level=info collector=netdev 2023-12-09T02:07:28.972 INFO:journalctl@ceph.node-exporter.a.smithi067.stdout:Dec 09 02:07:28 smithi067 bash[70436]: ts=2023-12-09T02:07:28.678Z caller=node_exporter.go:115 level=info collector=netstat 2023-12-09T02:07:28.973 INFO:journalctl@ceph.node-exporter.a.smithi067.stdout:Dec 09 02:07:28 smithi067 bash[70436]: ts=2023-12-09T02:07:28.678Z caller=node_exporter.go:115 level=info collector=nfs 2023-12-09T02:07:28.973 INFO:journalctl@ceph.node-exporter.a.smithi067.stdout:Dec 09 02:07:28 smithi067 bash[70436]: ts=2023-12-09T02:07:28.678Z caller=node_exporter.go:115 level=info collector=nfsd 2023-12-09T02:07:28.973 INFO:journalctl@ceph.node-exporter.a.smithi067.stdout:Dec 09 02:07:28 smithi067 bash[70436]: ts=2023-12-09T02:07:28.678Z caller=node_exporter.go:115 level=info collector=nvme 2023-12-09T02:07:28.973 INFO:journalctl@ceph.node-exporter.a.smithi067.stdout:Dec 09 02:07:28 smithi067 bash[70436]: ts=2023-12-09T02:07:28.678Z caller=node_exporter.go:115 level=info collector=os 2023-12-09T02:07:28.973 INFO:journalctl@ceph.node-exporter.a.smithi067.stdout:Dec 09 02:07:28 smithi067 bash[70436]: ts=2023-12-09T02:07:28.678Z caller=node_exporter.go:115 level=info collector=powersupplyclass 2023-12-09T02:07:28.973 INFO:journalctl@ceph.node-exporter.a.smithi067.stdout:Dec 09 02:07:28 smithi067 bash[70436]: ts=2023-12-09T02:07:28.678Z caller=node_exporter.go:115 level=info collector=pressure 2023-12-09T02:07:28.973 INFO:journalctl@ceph.node-exporter.a.smithi067.stdout:Dec 09 02:07:28 smithi067 bash[70436]: ts=2023-12-09T02:07:28.678Z caller=node_exporter.go:115 level=info collector=rapl 2023-12-09T02:07:28.973 INFO:journalctl@ceph.node-exporter.a.smithi067.stdout:Dec 09 02:07:28 smithi067 bash[70436]: ts=2023-12-09T02:07:28.678Z caller=node_exporter.go:115 level=info collector=schedstat 2023-12-09T02:07:28.973 INFO:journalctl@ceph.node-exporter.a.smithi067.stdout:Dec 09 02:07:28 smithi067 bash[70436]: ts=2023-12-09T02:07:28.678Z caller=node_exporter.go:115 level=info collector=sockstat 2023-12-09T02:07:28.973 INFO:journalctl@ceph.node-exporter.a.smithi067.stdout:Dec 09 02:07:28 smithi067 bash[70436]: ts=2023-12-09T02:07:28.678Z caller=node_exporter.go:115 level=info collector=softnet 2023-12-09T02:07:28.973 INFO:journalctl@ceph.node-exporter.a.smithi067.stdout:Dec 09 02:07:28 smithi067 bash[70436]: ts=2023-12-09T02:07:28.678Z caller=node_exporter.go:115 level=info collector=stat 2023-12-09T02:07:28.973 INFO:journalctl@ceph.node-exporter.a.smithi067.stdout:Dec 09 02:07:28 smithi067 bash[70436]: ts=2023-12-09T02:07:28.678Z caller=node_exporter.go:115 level=info collector=tapestats 2023-12-09T02:07:28.973 INFO:journalctl@ceph.node-exporter.a.smithi067.stdout:Dec 09 02:07:28 smithi067 bash[70436]: ts=2023-12-09T02:07:28.678Z caller=node_exporter.go:115 level=info collector=textfile 2023-12-09T02:07:28.973 INFO:journalctl@ceph.node-exporter.a.smithi067.stdout:Dec 09 02:07:28 smithi067 bash[70436]: ts=2023-12-09T02:07:28.678Z caller=node_exporter.go:115 level=info collector=thermal_zone 2023-12-09T02:07:28.973 INFO:journalctl@ceph.node-exporter.a.smithi067.stdout:Dec 09 02:07:28 smithi067 bash[70436]: ts=2023-12-09T02:07:28.678Z caller=node_exporter.go:115 level=info collector=time 2023-12-09T02:07:28.974 INFO:journalctl@ceph.node-exporter.a.smithi067.stdout:Dec 09 02:07:28 smithi067 bash[70436]: ts=2023-12-09T02:07:28.678Z caller=node_exporter.go:115 level=info collector=udp_queues 2023-12-09T02:07:28.974 INFO:journalctl@ceph.node-exporter.a.smithi067.stdout:Dec 09 02:07:28 smithi067 bash[70436]: ts=2023-12-09T02:07:28.678Z caller=node_exporter.go:115 level=info collector=uname 2023-12-09T02:07:28.974 INFO:journalctl@ceph.node-exporter.a.smithi067.stdout:Dec 09 02:07:28 smithi067 bash[70436]: ts=2023-12-09T02:07:28.678Z caller=node_exporter.go:115 level=info collector=vmstat 2023-12-09T02:07:28.974 INFO:journalctl@ceph.node-exporter.a.smithi067.stdout:Dec 09 02:07:28 smithi067 bash[70436]: ts=2023-12-09T02:07:28.678Z caller=node_exporter.go:115 level=info collector=xfs 2023-12-09T02:07:28.974 INFO:journalctl@ceph.node-exporter.a.smithi067.stdout:Dec 09 02:07:28 smithi067 bash[70436]: ts=2023-12-09T02:07:28.678Z caller=node_exporter.go:115 level=info collector=zfs 2023-12-09T02:07:28.974 INFO:journalctl@ceph.node-exporter.a.smithi067.stdout:Dec 09 02:07:28 smithi067 bash[70436]: ts=2023-12-09T02:07:28.678Z caller=node_exporter.go:199 level=info msg="Listening on" address=:9100 2023-12-09T02:07:28.974 INFO:journalctl@ceph.node-exporter.a.smithi067.stdout:Dec 09 02:07:28 smithi067 bash[70436]: ts=2023-12-09T02:07:28.678Z caller=tls_config.go:195 level=info msg="TLS is disabled." http2=false 2023-12-09T02:07:28.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:07:28 smithi125 bash[25274]: cluster 2023-12-09T02:07:27.264761+0000 mgr.x (mgr.25049) 29 : 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-09T02:07:28.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:07:28 smithi125 bash[25274]: cephadm 2023-12-09T02:07:27.555156+0000 mgr.x (mgr.25049) 30 : cephadm [INF] Reconfiguring alertmanager.a (dependencies changed)... 2023-12-09T02:07:28.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:07:28 smithi125 bash[25274]: cephadm 2023-12-09T02:07:27.574254+0000 mgr.x (mgr.25049) 31 : cephadm [INF] Reconfiguring daemon alertmanager.a on smithi067 2023-12-09T02:07:30.966 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:07:30 smithi067 bash[25104]: cluster 2023-12-09T02:07:29.265567+0000 mgr.x (mgr.25049) 32 : cluster [DBG] pgmap v8: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 24 KiB/s rd, 0 B/s wr, 13 op/s 2023-12-09T02:07:30.966 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:07:30 smithi067 bash[30830]: cluster 2023-12-09T02:07:29.265567+0000 mgr.x (mgr.25049) 32 : cluster [DBG] pgmap v8: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 24 KiB/s rd, 0 B/s wr, 13 op/s 2023-12-09T02:07:30.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:07:30 smithi125 bash[25274]: cluster 2023-12-09T02:07:29.265567+0000 mgr.x (mgr.25049) 32 : cluster [DBG] pgmap v8: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 24 KiB/s rd, 0 B/s wr, 13 op/s 2023-12-09T02:07:31.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:07:31 smithi067 bash[25104]: audit 2023-12-09T02:07:30.294575+0000 mgr.x (mgr.25049) 33 : audit [DBG] from='client.14949 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:07:31.969 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:07:31 smithi067 bash[25375]: ::ffff:172.21.15.125 - - [09/Dec/2023:02:07:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-09T02:07:31.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:07:31 smithi067 bash[30830]: audit 2023-12-09T02:07:30.294575+0000 mgr.x (mgr.25049) 33 : audit [DBG] from='client.14949 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:07:31.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:07:31 smithi125 bash[25274]: audit 2023-12-09T02:07:30.294575+0000 mgr.x (mgr.25049) 33 : audit [DBG] from='client.14949 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:07:32.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:07:32 smithi067 bash[25104]: cluster 2023-12-09T02:07:31.267145+0000 mgr.x (mgr.25049) 34 : 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-09T02:07:32.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:07:32 smithi067 bash[30830]: cluster 2023-12-09T02:07:31.267145+0000 mgr.x (mgr.25049) 34 : 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-09T02:07:32.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:07:32 smithi125 bash[25274]: cluster 2023-12-09T02:07:31.267145+0000 mgr.x (mgr.25049) 34 : 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-09T02:07:33.970 INFO:journalctl@ceph.alertmanager.a.smithi067.stdout:Dec 09 02:07:33 smithi067 bash[54159]: level=error ts=2023-12-09T02:07:33.521Z caller=dispatch.go:354 component=dispatcher msg="Notify for alerts failed" num_alerts=10 err="ceph-dashboard/webhook[0]: notify retry canceled after 8 attempts: Post \"https://172.21.15.67:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.67 because it doesn't contain any IP SANs; ceph-dashboard/webhook[1]: notify retry canceled after 8 attempts: Post \"https://172.21.15.125:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.125 because it doesn't contain any IP SANs" 2023-12-09T02:07:33.970 INFO:journalctl@ceph.alertmanager.a.smithi067.stdout:Dec 09 02:07:33 smithi067 bash[54159]: level=warn ts=2023-12-09T02:07:33.526Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://172.21.15.125:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.125 because it doesn't contain any IP SANs" 2023-12-09T02:07:33.970 INFO:journalctl@ceph.alertmanager.a.smithi067.stdout:Dec 09 02:07:33 smithi067 bash[54159]: level=warn ts=2023-12-09T02:07:33.527Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://172.21.15.67:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.67 because it doesn't contain any IP SANs" 2023-12-09T02:07:34.674 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 02:07:34 smithi125 bash[55867]: ::ffff:172.21.15.125 - - [09/Dec/2023:02:07:34] "GET /metrics HTTP/1.1" 200 35346 "" "Prometheus/2.33.4" 2023-12-09T02:07:34.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:07:34 smithi067 bash[25104]: cluster 2023-12-09T02:07:33.267904+0000 mgr.x (mgr.25049) 35 : cluster [DBG] pgmap v10: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2023-12-09T02:07:34.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:07:34 smithi067 bash[25104]: audit 2023-12-09T02:07:34.435839+0000 mon.b (mon.2) 54 : audit [DBG] from='mgr.25049 172.21.15.125:0/1639941565' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:07:34.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:07:34 smithi067 bash[30830]: cluster 2023-12-09T02:07:33.267904+0000 mgr.x (mgr.25049) 35 : cluster [DBG] pgmap v10: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2023-12-09T02:07:34.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:07:34 smithi067 bash[30830]: audit 2023-12-09T02:07:34.435839+0000 mon.b (mon.2) 54 : audit [DBG] from='mgr.25049 172.21.15.125:0/1639941565' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:07:34.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:07:34 smithi125 bash[25274]: cluster 2023-12-09T02:07:33.267904+0000 mgr.x (mgr.25049) 35 : cluster [DBG] pgmap v10: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2023-12-09T02:07:34.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:07:34 smithi125 bash[25274]: audit 2023-12-09T02:07:34.435839+0000 mon.b (mon.2) 54 : audit [DBG] from='mgr.25049 172.21.15.125:0/1639941565' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:07:36.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:07:36 smithi067 bash[25104]: cluster 2023-12-09T02:07:35.268635+0000 mgr.x (mgr.25049) 36 : cluster [DBG] pgmap v11: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2023-12-09T02:07:36.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:07:36 smithi067 bash[30830]: cluster 2023-12-09T02:07:35.268635+0000 mgr.x (mgr.25049) 36 : cluster [DBG] pgmap v11: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2023-12-09T02:07:36.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:07:36 smithi125 bash[25274]: cluster 2023-12-09T02:07:35.268635+0000 mgr.x (mgr.25049) 36 : cluster [DBG] pgmap v11: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2023-12-09T02:07:37.937 INFO:journalctl@ceph.alertmanager.a.smithi067.stdout:Dec 09 02:07:37 smithi067 systemd[1]: Stopping Ceph alertmanager.a for 6db93fb0-9635-11ee-95a3-87774f69a715... 2023-12-09T02:07:37.938 INFO:journalctl@ceph.alertmanager.a.smithi067.stdout:Dec 09 02:07:37 smithi067 bash[71147]: Error response from daemon: No such container: ceph-6db93fb0-9635-11ee-95a3-87774f69a715-alertmanager.a 2023-12-09T02:07:37.938 INFO:journalctl@ceph.alertmanager.a.smithi067.stdout:Dec 09 02:07:37 smithi067 bash[54159]: level=info ts=2023-12-09T02:07:37.700Z caller=main.go:557 msg="Received SIGTERM, exiting gracefully..." 2023-12-09T02:07:38.567 INFO:journalctl@ceph.alertmanager.a.smithi067.stdout:Dec 09 02:07:38 smithi067 bash[71156]: ceph-6db93fb0-9635-11ee-95a3-87774f69a715-alertmanager-a 2023-12-09T02:07:38.567 INFO:journalctl@ceph.alertmanager.a.smithi067.stdout:Dec 09 02:07:38 smithi067 bash[71192]: Error response from daemon: No such container: ceph-6db93fb0-9635-11ee-95a3-87774f69a715-alertmanager.a 2023-12-09T02:07:38.567 INFO:journalctl@ceph.alertmanager.a.smithi067.stdout:Dec 09 02:07:38 smithi067 systemd[1]: ceph-6db93fb0-9635-11ee-95a3-87774f69a715@alertmanager.a.service: Succeeded. 2023-12-09T02:07:38.567 INFO:journalctl@ceph.alertmanager.a.smithi067.stdout:Dec 09 02:07:38 smithi067 systemd[1]: Stopped Ceph alertmanager.a for 6db93fb0-9635-11ee-95a3-87774f69a715. 2023-12-09T02:07:38.567 INFO:journalctl@ceph.alertmanager.a.smithi067.stdout:Dec 09 02:07:38 smithi067 systemd[1]: Started Ceph alertmanager.a for 6db93fb0-9635-11ee-95a3-87774f69a715. 2023-12-09T02:07:38.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:07:38 smithi067 bash[30830]: cluster 2023-12-09T02:07:37.270347+0000 mgr.x (mgr.25049) 37 : cluster [DBG] pgmap v12: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2023-12-09T02:07:38.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:07:38 smithi067 bash[30830]: audit 2023-12-09T02:07:38.556074+0000 mon.a (mon.0) 1265 : audit [INF] from='mgr.25049 ' entity='mgr.x' 2023-12-09T02:07:38.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:07:38 smithi067 bash[30830]: audit 2023-12-09T02:07:38.569730+0000 mon.a (mon.0) 1266 : audit [INF] from='mgr.25049 ' entity='mgr.x' 2023-12-09T02:07:38.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:07:38 smithi067 bash[30830]: audit 2023-12-09T02:07:38.575822+0000 mon.b (mon.2) 55 : audit [INF] from='mgr.25049 172.21.15.125:0/1639941565' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi067.oajywc", "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-09T02:07:38.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:07:38 smithi067 bash[30830]: audit 2023-12-09T02:07:38.579863+0000 mon.a (mon.0) 1267 : audit [INF] from='mgr.25049 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi067.oajywc", "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-09T02:07:38.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:07:38 smithi067 bash[30830]: audit 2023-12-09T02:07:38.586334+0000 mon.b (mon.2) 56 : audit [DBG] from='mgr.25049 172.21.15.125:0/1639941565' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:07:38.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:07:38 smithi067 bash[25104]: cluster 2023-12-09T02:07:37.270347+0000 mgr.x (mgr.25049) 37 : cluster [DBG] pgmap v12: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2023-12-09T02:07:38.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:07:38 smithi067 bash[25104]: audit 2023-12-09T02:07:38.556074+0000 mon.a (mon.0) 1265 : audit [INF] from='mgr.25049 ' entity='mgr.x' 2023-12-09T02:07:38.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:07:38 smithi067 bash[25104]: audit 2023-12-09T02:07:38.569730+0000 mon.a (mon.0) 1266 : audit [INF] from='mgr.25049 ' entity='mgr.x' 2023-12-09T02:07:38.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:07:38 smithi067 bash[25104]: audit 2023-12-09T02:07:38.575822+0000 mon.b (mon.2) 55 : audit [INF] from='mgr.25049 172.21.15.125:0/1639941565' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi067.oajywc", "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-09T02:07:38.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:07:38 smithi067 bash[25104]: audit 2023-12-09T02:07:38.579863+0000 mon.a (mon.0) 1267 : audit [INF] from='mgr.25049 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi067.oajywc", "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-09T02:07:38.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:07:38 smithi067 bash[25104]: audit 2023-12-09T02:07:38.586334+0000 mon.b (mon.2) 56 : audit [DBG] from='mgr.25049 172.21.15.125:0/1639941565' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:07:38.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:07:38 smithi125 bash[25274]: cluster 2023-12-09T02:07:37.270347+0000 mgr.x (mgr.25049) 37 : cluster [DBG] pgmap v12: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2023-12-09T02:07:38.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:07:38 smithi125 bash[25274]: audit 2023-12-09T02:07:38.556074+0000 mon.a (mon.0) 1265 : audit [INF] from='mgr.25049 ' entity='mgr.x' 2023-12-09T02:07:38.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:07:38 smithi125 bash[25274]: audit 2023-12-09T02:07:38.569730+0000 mon.a (mon.0) 1266 : audit [INF] from='mgr.25049 ' entity='mgr.x' 2023-12-09T02:07:38.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:07:38 smithi125 bash[25274]: audit 2023-12-09T02:07:38.575822+0000 mon.b (mon.2) 55 : audit [INF] from='mgr.25049 172.21.15.125:0/1639941565' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi067.oajywc", "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-09T02:07:38.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:07:38 smithi125 bash[25274]: audit 2023-12-09T02:07:38.579863+0000 mon.a (mon.0) 1267 : audit [INF] from='mgr.25049 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi067.oajywc", "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-09T02:07:38.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:07:38 smithi125 bash[25274]: audit 2023-12-09T02:07:38.586334+0000 mon.b (mon.2) 56 : audit [DBG] from='mgr.25049 172.21.15.125:0/1639941565' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:07:39.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:07:39 smithi067 bash[25104]: cephadm 2023-12-09T02:07:38.575158+0000 mgr.x (mgr.25049) 38 : cephadm [INF] Reconfiguring iscsi.foo.smithi067.oajywc (dependencies changed)... 2023-12-09T02:07:39.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:07:39 smithi067 bash[25104]: cephadm 2023-12-09T02:07:38.588483+0000 mgr.x (mgr.25049) 39 : cephadm [INF] Reconfiguring daemon iscsi.foo.smithi067.oajywc on smithi067 2023-12-09T02:07:39.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:07:39 smithi067 bash[30830]: cephadm 2023-12-09T02:07:38.575158+0000 mgr.x (mgr.25049) 38 : cephadm [INF] Reconfiguring iscsi.foo.smithi067.oajywc (dependencies changed)... 2023-12-09T02:07:39.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:07:39 smithi067 bash[30830]: cephadm 2023-12-09T02:07:38.588483+0000 mgr.x (mgr.25049) 39 : cephadm [INF] Reconfiguring daemon iscsi.foo.smithi067.oajywc on smithi067 2023-12-09T02:07:39.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:07:39 smithi125 bash[25274]: cephadm 2023-12-09T02:07:38.575158+0000 mgr.x (mgr.25049) 38 : cephadm [INF] Reconfiguring iscsi.foo.smithi067.oajywc (dependencies changed)... 2023-12-09T02:07:39.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:07:39 smithi125 bash[25274]: cephadm 2023-12-09T02:07:38.588483+0000 mgr.x (mgr.25049) 39 : cephadm [INF] Reconfiguring daemon iscsi.foo.smithi067.oajywc on smithi067 2023-12-09T02:07:40.469 INFO:journalctl@ceph.alertmanager.a.smithi067.stdout:Dec 09 02:07:40 smithi067 bash[71219]: level=info ts=2023-12-09T02:07:40.272Z caller=main.go:225 msg="Starting Alertmanager" version="(version=0.23.0, branch=HEAD, revision=61046b17771a57cfd4c4a51be370ab930a4d7d54)" 2023-12-09T02:07:40.470 INFO:journalctl@ceph.alertmanager.a.smithi067.stdout:Dec 09 02:07:40 smithi067 bash[71219]: level=info ts=2023-12-09T02:07:40.272Z caller=main.go:226 build_context="(go=go1.16.7, user=root@e21a959be8d2, date=20210825-10:48:55)" 2023-12-09T02:07:40.470 INFO:journalctl@ceph.alertmanager.a.smithi067.stdout:Dec 09 02:07:40 smithi067 bash[71219]: level=info ts=2023-12-09T02:07:40.275Z caller=cluster.go:184 component=cluster msg="setting advertise address explicitly" addr=172.21.15.67 port=9094 2023-12-09T02:07:40.470 INFO:journalctl@ceph.alertmanager.a.smithi067.stdout:Dec 09 02:07:40 smithi067 bash[71219]: level=info ts=2023-12-09T02:07:40.276Z caller=cluster.go:671 component=cluster msg="Waiting for gossip to settle..." interval=2s 2023-12-09T02:07:40.470 INFO:journalctl@ceph.alertmanager.a.smithi067.stdout:Dec 09 02:07:40 smithi067 bash[71219]: level=info ts=2023-12-09T02:07:40.329Z caller=coordinator.go:113 component=configuration msg="Loading configuration file" file=/etc/alertmanager/alertmanager.yml 2023-12-09T02:07:40.470 INFO:journalctl@ceph.alertmanager.a.smithi067.stdout:Dec 09 02:07:40 smithi067 bash[71219]: level=info ts=2023-12-09T02:07:40.329Z caller=coordinator.go:126 component=configuration msg="Completed loading of configuration file" file=/etc/alertmanager/alertmanager.yml 2023-12-09T02:07:40.470 INFO:journalctl@ceph.alertmanager.a.smithi067.stdout:Dec 09 02:07:40 smithi067 bash[71219]: level=info ts=2023-12-09T02:07:40.332Z caller=main.go:518 msg=Listening address=:9093 2023-12-09T02:07:40.470 INFO:journalctl@ceph.alertmanager.a.smithi067.stdout:Dec 09 02:07:40 smithi067 bash[71219]: level=info ts=2023-12-09T02:07:40.332Z caller=tls_config.go:191 msg="TLS is disabled." http2=false 2023-12-09T02:07:40.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:07:40 smithi067 bash[25104]: cluster 2023-12-09T02:07:39.271114+0000 mgr.x (mgr.25049) 40 : 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-09T02:07:40.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:07:40 smithi067 bash[30830]: cluster 2023-12-09T02:07:39.271114+0000 mgr.x (mgr.25049) 40 : 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-09T02:07:40.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:07:40 smithi125 bash[25274]: cluster 2023-12-09T02:07:39.271114+0000 mgr.x (mgr.25049) 40 : 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-09T02:07:41.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:07:41 smithi067 bash[30830]: audit 2023-12-09T02:07:40.305432+0000 mgr.x (mgr.25049) 41 : audit [DBG] from='client.14949 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:07:41.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:07:41 smithi067 bash[25104]: audit 2023-12-09T02:07:40.305432+0000 mgr.x (mgr.25049) 41 : audit [DBG] from='client.14949 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:07:41.969 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:07:41 smithi067 bash[25375]: ::ffff:172.21.15.125 - - [09/Dec/2023:02:07:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-09T02:07:41.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:07:41 smithi125 bash[25274]: audit 2023-12-09T02:07:40.305432+0000 mgr.x (mgr.25049) 41 : audit [DBG] from='client.14949 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:07:42.710 INFO:journalctl@ceph.alertmanager.a.smithi067.stdout:Dec 09 02:07:42 smithi067 bash[71219]: level=info ts=2023-12-09T02:07:42.277Z caller=cluster.go:696 component=cluster msg="gossip not settled" polls=0 before=0 now=1 elapsed=2.00085742s 2023-12-09T02:07:42.711 INFO:journalctl@ceph.prometheus.a.smithi125.stdout:Dec 09 02:07:42 smithi125 bash[47516]: ts=2023-12-09T02:07:42.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.67:9283\", job=\"ceph\", pool_id=\"1\"}, {instance=\"172.21.15.125:9283\", job=\"ceph\", pool_id=\"1\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-09T02:07:42.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:07:42 smithi067 bash[25104]: cluster 2023-12-09T02:07:41.272752+0000 mgr.x (mgr.25049) 42 : 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-09T02:07:42.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:07:42 smithi067 bash[30830]: cluster 2023-12-09T02:07:41.272752+0000 mgr.x (mgr.25049) 42 : 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-09T02:07:42.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:07:42 smithi125 bash[25274]: cluster 2023-12-09T02:07:41.272752+0000 mgr.x (mgr.25049) 42 : 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-09T02:07:44.721 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 02:07:44 smithi125 bash[55867]: ::ffff:172.21.15.125 - - [09/Dec/2023:02:07:44] "GET /metrics HTTP/1.1" 200 38149 "" "Prometheus/2.33.4" 2023-12-09T02:07:44.888 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:07:44 smithi067 bash[25104]: cluster 2023-12-09T02:07:43.273574+0000 mgr.x (mgr.25049) 43 : 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-09T02:07:44.888 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:07:44 smithi067 bash[30830]: cluster 2023-12-09T02:07:43.273574+0000 mgr.x (mgr.25049) 43 : 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-09T02:07:45.221 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:07:44 smithi125 bash[25274]: cluster 2023-12-09T02:07:43.273574+0000 mgr.x (mgr.25049) 43 : 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-09T02:07:46.399 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:07:46 smithi067 bash[25104]: audit 2023-12-09T02:07:45.086714+0000 mon.a (mon.0) 1268 : audit [INF] from='mgr.25049 ' entity='mgr.x' 2023-12-09T02:07:46.399 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:07:46 smithi067 bash[25104]: audit 2023-12-09T02:07:45.097742+0000 mon.a (mon.0) 1269 : audit [INF] from='mgr.25049 ' entity='mgr.x' 2023-12-09T02:07:46.399 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:07:46 smithi067 bash[25104]: audit 2023-12-09T02:07:45.120025+0000 mon.b (mon.2) 57 : audit [INF] from='mgr.25049 172.21.15.125:0/1639941565' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi125", "caps": []}]: dispatch 2023-12-09T02:07:46.399 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:07:46 smithi067 bash[25104]: audit 2023-12-09T02:07:45.124302+0000 mon.a (mon.0) 1270 : audit [INF] from='mgr.25049 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi125", "caps": []}]: dispatch 2023-12-09T02:07:46.400 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:07:46 smithi067 bash[25104]: cluster 2023-12-09T02:07:45.274279+0000 mgr.x (mgr.25049) 44 : cluster [DBG] pgmap v16: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:07:46.400 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:07:46 smithi067 bash[25104]: cephadm 2023-12-09T02:07:45.312993+0000 mgr.x (mgr.25049) 45 : cephadm [INF] Reconfiguring daemon agent.smithi125 on smithi125 2023-12-09T02:07:46.400 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:07:46 smithi067 bash[25104]: cephadm 2023-12-09T02:07:45.390313+0000 mgr.x (mgr.25049) 46 : cephadm [INF] Deploying cephadm binary to smithi125 2023-12-09T02:07:46.400 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:07:46 smithi067 bash[30830]: audit 2023-12-09T02:07:45.086714+0000 mon.a (mon.0) 1268 : audit [INF] from='mgr.25049 ' entity='mgr.x' 2023-12-09T02:07:46.400 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:07:46 smithi067 bash[30830]: audit 2023-12-09T02:07:45.097742+0000 mon.a (mon.0) 1269 : audit [INF] from='mgr.25049 ' entity='mgr.x' 2023-12-09T02:07:46.400 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:07:46 smithi067 bash[30830]: audit 2023-12-09T02:07:45.120025+0000 mon.b (mon.2) 57 : audit [INF] from='mgr.25049 172.21.15.125:0/1639941565' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi125", "caps": []}]: dispatch 2023-12-09T02:07:46.400 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:07:46 smithi067 bash[30830]: audit 2023-12-09T02:07:45.124302+0000 mon.a (mon.0) 1270 : audit [INF] from='mgr.25049 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi125", "caps": []}]: dispatch 2023-12-09T02:07:46.400 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:07:46 smithi067 bash[30830]: cluster 2023-12-09T02:07:45.274279+0000 mgr.x (mgr.25049) 44 : cluster [DBG] pgmap v16: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:07:46.400 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:07:46 smithi067 bash[30830]: cephadm 2023-12-09T02:07:45.312993+0000 mgr.x (mgr.25049) 45 : cephadm [INF] Reconfiguring daemon agent.smithi125 on smithi125 2023-12-09T02:07:46.400 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:07:46 smithi067 bash[30830]: cephadm 2023-12-09T02:07:45.390313+0000 mgr.x (mgr.25049) 46 : cephadm [INF] Deploying cephadm binary to smithi125 2023-12-09T02:07:46.472 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:07:46 smithi125 bash[25274]: audit 2023-12-09T02:07:45.086714+0000 mon.a (mon.0) 1268 : audit [INF] from='mgr.25049 ' entity='mgr.x' 2023-12-09T02:07:46.472 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:07:46 smithi125 bash[25274]: audit 2023-12-09T02:07:45.097742+0000 mon.a (mon.0) 1269 : audit [INF] from='mgr.25049 ' entity='mgr.x' 2023-12-09T02:07:46.472 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:07:46 smithi125 bash[25274]: audit 2023-12-09T02:07:45.120025+0000 mon.b (mon.2) 57 : audit [INF] from='mgr.25049 172.21.15.125:0/1639941565' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi125", "caps": []}]: dispatch 2023-12-09T02:07:46.472 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:07:46 smithi125 bash[25274]: audit 2023-12-09T02:07:45.124302+0000 mon.a (mon.0) 1270 : audit [INF] from='mgr.25049 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi125", "caps": []}]: dispatch 2023-12-09T02:07:46.472 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:07:46 smithi125 bash[25274]: cluster 2023-12-09T02:07:45.274279+0000 mgr.x (mgr.25049) 44 : cluster [DBG] pgmap v16: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:07:46.472 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:07:46 smithi125 bash[25274]: cephadm 2023-12-09T02:07:45.312993+0000 mgr.x (mgr.25049) 45 : cephadm [INF] Reconfiguring daemon agent.smithi125 on smithi125 2023-12-09T02:07:46.472 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:07:46 smithi125 bash[25274]: cephadm 2023-12-09T02:07:45.390313+0000 mgr.x (mgr.25049) 46 : cephadm [INF] Deploying cephadm binary to smithi125 2023-12-09T02:07:47.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:07:47 smithi067 bash[25104]: audit 2023-12-09T02:07:47.112980+0000 mon.c (mon.1) 44 : audit [DBG] from='client.? 172.21.15.67:0/1142425648' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2023-12-09T02:07:47.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:07:47 smithi067 bash[25104]: audit 2023-12-09T02:07:47.495911+0000 mon.a (mon.0) 1271 : audit [INF] from='client.? 172.21.15.67:0/1284144048' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.67:0/2994831527"}]: dispatch 2023-12-09T02:07:47.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:07:47 smithi067 bash[30830]: audit 2023-12-09T02:07:47.112980+0000 mon.c (mon.1) 44 : audit [DBG] from='client.? 172.21.15.67:0/1142425648' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2023-12-09T02:07:47.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:07:47 smithi067 bash[30830]: audit 2023-12-09T02:07:47.495911+0000 mon.a (mon.0) 1271 : audit [INF] from='client.? 172.21.15.67:0/1284144048' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.67:0/2994831527"}]: dispatch 2023-12-09T02:07:47.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:07:47 smithi125 bash[25274]: audit 2023-12-09T02:07:47.112980+0000 mon.c (mon.1) 44 : audit [DBG] from='client.? 172.21.15.67:0/1142425648' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2023-12-09T02:07:47.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:07:47 smithi125 bash[25274]: audit 2023-12-09T02:07:47.495911+0000 mon.a (mon.0) 1271 : audit [INF] from='client.? 172.21.15.67:0/1284144048' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.67:0/2994831527"}]: dispatch 2023-12-09T02:07:48.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:07:48 smithi067 bash[25104]: cluster 2023-12-09T02:07:47.275855+0000 mgr.x (mgr.25049) 47 : cluster [DBG] pgmap v17: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:07:48.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:07:48 smithi067 bash[25104]: audit 2023-12-09T02:07:47.647514+0000 mon.a (mon.0) 1272 : audit [INF] from='client.? 172.21.15.67:0/1284144048' entity='client.iscsi.foo.smithi067.oajywc' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.67:0/2994831527"}]': finished 2023-12-09T02:07:48.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:07:48 smithi067 bash[25104]: cluster 2023-12-09T02:07:47.647656+0000 mon.a (mon.0) 1273 : cluster [DBG] osdmap e96: 8 total, 8 up, 8 in 2023-12-09T02:07:48.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:07:48 smithi067 bash[25104]: audit 2023-12-09T02:07:48.050243+0000 mon.c (mon.1) 45 : audit [INF] from='client.? 172.21.15.67:0/4069538257' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.67:0/806322854"}]: dispatch 2023-12-09T02:07:48.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:07:48 smithi067 bash[25104]: audit 2023-12-09T02:07:48.051323+0000 mon.a (mon.0) 1274 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.67:0/806322854"}]: dispatch 2023-12-09T02:07:48.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:07:48 smithi067 bash[30830]: cluster 2023-12-09T02:07:47.275855+0000 mgr.x (mgr.25049) 47 : cluster [DBG] pgmap v17: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:07:48.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:07:48 smithi067 bash[30830]: audit 2023-12-09T02:07:47.647514+0000 mon.a (mon.0) 1272 : audit [INF] from='client.? 172.21.15.67:0/1284144048' entity='client.iscsi.foo.smithi067.oajywc' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.67:0/2994831527"}]': finished 2023-12-09T02:07:48.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:07:48 smithi067 bash[30830]: cluster 2023-12-09T02:07:47.647656+0000 mon.a (mon.0) 1273 : cluster [DBG] osdmap e96: 8 total, 8 up, 8 in 2023-12-09T02:07:48.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:07:48 smithi067 bash[30830]: audit 2023-12-09T02:07:48.050243+0000 mon.c (mon.1) 45 : audit [INF] from='client.? 172.21.15.67:0/4069538257' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.67:0/806322854"}]: dispatch 2023-12-09T02:07:48.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:07:48 smithi067 bash[30830]: audit 2023-12-09T02:07:48.051323+0000 mon.a (mon.0) 1274 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.67:0/806322854"}]: dispatch 2023-12-09T02:07:48.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:07:48 smithi125 bash[25274]: cluster 2023-12-09T02:07:47.275855+0000 mgr.x (mgr.25049) 47 : cluster [DBG] pgmap v17: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:07:48.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:07:48 smithi125 bash[25274]: audit 2023-12-09T02:07:47.647514+0000 mon.a (mon.0) 1272 : audit [INF] from='client.? 172.21.15.67:0/1284144048' entity='client.iscsi.foo.smithi067.oajywc' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.67:0/2994831527"}]': finished 2023-12-09T02:07:48.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:07:48 smithi125 bash[25274]: cluster 2023-12-09T02:07:47.647656+0000 mon.a (mon.0) 1273 : cluster [DBG] osdmap e96: 8 total, 8 up, 8 in 2023-12-09T02:07:48.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:07:48 smithi125 bash[25274]: audit 2023-12-09T02:07:48.050243+0000 mon.c (mon.1) 45 : audit [INF] from='client.? 172.21.15.67:0/4069538257' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.67:0/806322854"}]: dispatch 2023-12-09T02:07:48.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:07:48 smithi125 bash[25274]: audit 2023-12-09T02:07:48.051323+0000 mon.a (mon.0) 1274 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.67:0/806322854"}]: dispatch 2023-12-09T02:07:49.719 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:07:49 smithi067 bash[25104]: audit 2023-12-09T02:07:48.656369+0000 mon.a (mon.0) 1275 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi067.oajywc' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.67:0/806322854"}]': finished 2023-12-09T02:07:49.719 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:07:49 smithi067 bash[25104]: cluster 2023-12-09T02:07:48.656519+0000 mon.a (mon.0) 1276 : cluster [DBG] osdmap e97: 8 total, 8 up, 8 in 2023-12-09T02:07:49.719 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:07:49 smithi067 bash[25104]: audit 2023-12-09T02:07:49.058145+0000 mon.c (mon.1) 46 : audit [INF] from='client.? 172.21.15.67:0/2735102432' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.67:0/3159992704"}]: dispatch 2023-12-09T02:07:49.719 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:07:49 smithi067 bash[25104]: audit 2023-12-09T02:07:49.058810+0000 mon.a (mon.0) 1277 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.67:0/3159992704"}]: dispatch 2023-12-09T02:07:49.719 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:07:49 smithi067 bash[25104]: audit 2023-12-09T02:07:49.436723+0000 mon.b (mon.2) 58 : audit [DBG] from='mgr.25049 172.21.15.125:0/1639941565' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:07:49.719 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:07:49 smithi067 bash[30830]: audit 2023-12-09T02:07:48.656369+0000 mon.a (mon.0) 1275 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi067.oajywc' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.67:0/806322854"}]': finished 2023-12-09T02:07:49.719 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:07:49 smithi067 bash[30830]: cluster 2023-12-09T02:07:48.656519+0000 mon.a (mon.0) 1276 : cluster [DBG] osdmap e97: 8 total, 8 up, 8 in 2023-12-09T02:07:49.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:07:49 smithi067 bash[30830]: audit 2023-12-09T02:07:49.058145+0000 mon.c (mon.1) 46 : audit [INF] from='client.? 172.21.15.67:0/2735102432' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.67:0/3159992704"}]: dispatch 2023-12-09T02:07:49.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:07:49 smithi067 bash[30830]: audit 2023-12-09T02:07:49.058810+0000 mon.a (mon.0) 1277 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.67:0/3159992704"}]: dispatch 2023-12-09T02:07:49.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:07:49 smithi067 bash[30830]: audit 2023-12-09T02:07:49.436723+0000 mon.b (mon.2) 58 : audit [DBG] from='mgr.25049 172.21.15.125:0/1639941565' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:07:49.857 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:07:49 smithi125 bash[25274]: audit 2023-12-09T02:07:48.656369+0000 mon.a (mon.0) 1275 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi067.oajywc' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.67:0/806322854"}]': finished 2023-12-09T02:07:49.857 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:07:49 smithi125 bash[25274]: cluster 2023-12-09T02:07:48.656519+0000 mon.a (mon.0) 1276 : cluster [DBG] osdmap e97: 8 total, 8 up, 8 in 2023-12-09T02:07:49.857 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:07:49 smithi125 bash[25274]: audit 2023-12-09T02:07:49.058145+0000 mon.c (mon.1) 46 : audit [INF] from='client.? 172.21.15.67:0/2735102432' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.67:0/3159992704"}]: dispatch 2023-12-09T02:07:49.857 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:07:49 smithi125 bash[25274]: audit 2023-12-09T02:07:49.058810+0000 mon.a (mon.0) 1277 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.67:0/3159992704"}]: dispatch 2023-12-09T02:07:49.858 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:07:49 smithi125 bash[25274]: audit 2023-12-09T02:07:49.436723+0000 mon.b (mon.2) 58 : audit [DBG] from='mgr.25049 172.21.15.125:0/1639941565' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:07:50.667 INFO:journalctl@ceph.alertmanager.a.smithi067.stdout:Dec 09 02:07:50 smithi067 bash[71219]: level=info ts=2023-12-09T02:07:50.281Z caller=cluster.go:688 component=cluster msg="gossip settled; proceeding" elapsed=10.004357191s 2023-12-09T02:07:50.711 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:07:50 smithi067 bash[25104]: cluster 2023-12-09T02:07:49.276651+0000 mgr.x (mgr.25049) 48 : cluster [DBG] pgmap v20: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-12-09T02:07:50.712 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:07:50 smithi067 bash[25104]: audit 2023-12-09T02:07:49.662674+0000 mon.a (mon.0) 1278 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi067.oajywc' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.67:0/3159992704"}]': finished 2023-12-09T02:07:50.712 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:07:50 smithi067 bash[25104]: cluster 2023-12-09T02:07:49.662998+0000 mon.a (mon.0) 1279 : cluster [DBG] osdmap e98: 8 total, 8 up, 8 in 2023-12-09T02:07:50.712 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:07:50 smithi067 bash[25104]: audit 2023-12-09T02:07:49.670669+0000 mon.a (mon.0) 1280 : audit [INF] from='mgr.25049 ' entity='mgr.x' 2023-12-09T02:07:50.712 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:07:50 smithi067 bash[25104]: audit 2023-12-09T02:07:49.679111+0000 mon.a (mon.0) 1281 : audit [INF] from='mgr.25049 ' entity='mgr.x' 2023-12-09T02:07:50.712 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:07:50 smithi067 bash[25104]: audit 2023-12-09T02:07:49.688532+0000 mon.a (mon.0) 1282 : audit [INF] from='mgr.25049 ' entity='mgr.x' 2023-12-09T02:07:50.712 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:07:50 smithi067 bash[25104]: cephadm 2023-12-09T02:07:49.710582+0000 mgr.x (mgr.25049) 49 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2023-12-09T02:07:50.712 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:07:50 smithi067 bash[25104]: audit 2023-12-09T02:07:50.063615+0000 mon.c (mon.1) 47 : audit [INF] from='client.? 172.21.15.67:0/4247759102' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.67:0/1715280550"}]: dispatch 2023-12-09T02:07:50.712 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:07:50 smithi067 bash[25104]: audit 2023-12-09T02:07:50.064123+0000 mon.a (mon.0) 1283 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.67:0/1715280550"}]: dispatch 2023-12-09T02:07:50.712 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:07:50 smithi067 bash[30830]: cluster 2023-12-09T02:07:49.276651+0000 mgr.x (mgr.25049) 48 : cluster [DBG] pgmap v20: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-12-09T02:07:50.712 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:07:50 smithi067 bash[30830]: audit 2023-12-09T02:07:49.662674+0000 mon.a (mon.0) 1278 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi067.oajywc' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.67:0/3159992704"}]': finished 2023-12-09T02:07:50.712 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:07:50 smithi067 bash[30830]: cluster 2023-12-09T02:07:49.662998+0000 mon.a (mon.0) 1279 : cluster [DBG] osdmap e98: 8 total, 8 up, 8 in 2023-12-09T02:07:50.712 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:07:50 smithi067 bash[30830]: audit 2023-12-09T02:07:49.670669+0000 mon.a (mon.0) 1280 : audit [INF] from='mgr.25049 ' entity='mgr.x' 2023-12-09T02:07:50.713 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:07:50 smithi067 bash[30830]: audit 2023-12-09T02:07:49.679111+0000 mon.a (mon.0) 1281 : audit [INF] from='mgr.25049 ' entity='mgr.x' 2023-12-09T02:07:50.713 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:07:50 smithi067 bash[30830]: audit 2023-12-09T02:07:49.688532+0000 mon.a (mon.0) 1282 : audit [INF] from='mgr.25049 ' entity='mgr.x' 2023-12-09T02:07:50.713 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:07:50 smithi067 bash[30830]: cephadm 2023-12-09T02:07:49.710582+0000 mgr.x (mgr.25049) 49 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2023-12-09T02:07:50.713 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:07:50 smithi067 bash[30830]: audit 2023-12-09T02:07:50.063615+0000 mon.c (mon.1) 47 : audit [INF] from='client.? 172.21.15.67:0/4247759102' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.67:0/1715280550"}]: dispatch 2023-12-09T02:07:50.713 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:07:50 smithi067 bash[30830]: audit 2023-12-09T02:07:50.064123+0000 mon.a (mon.0) 1283 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.67:0/1715280550"}]: dispatch 2023-12-09T02:07:50.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:07:50 smithi125 bash[25274]: cluster 2023-12-09T02:07:49.276651+0000 mgr.x (mgr.25049) 48 : cluster [DBG] pgmap v20: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-12-09T02:07:50.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:07:50 smithi125 bash[25274]: audit 2023-12-09T02:07:49.662674+0000 mon.a (mon.0) 1278 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi067.oajywc' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.67:0/3159992704"}]': finished 2023-12-09T02:07:50.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:07:50 smithi125 bash[25274]: cluster 2023-12-09T02:07:49.662998+0000 mon.a (mon.0) 1279 : cluster [DBG] osdmap e98: 8 total, 8 up, 8 in 2023-12-09T02:07:50.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:07:50 smithi125 bash[25274]: audit 2023-12-09T02:07:49.670669+0000 mon.a (mon.0) 1280 : audit [INF] from='mgr.25049 ' entity='mgr.x' 2023-12-09T02:07:50.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:07:50 smithi125 bash[25274]: audit 2023-12-09T02:07:49.679111+0000 mon.a (mon.0) 1281 : audit [INF] from='mgr.25049 ' entity='mgr.x' 2023-12-09T02:07:50.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:07:50 smithi125 bash[25274]: audit 2023-12-09T02:07:49.688532+0000 mon.a (mon.0) 1282 : audit [INF] from='mgr.25049 ' entity='mgr.x' 2023-12-09T02:07:50.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:07:50 smithi125 bash[25274]: cephadm 2023-12-09T02:07:49.710582+0000 mgr.x (mgr.25049) 49 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2023-12-09T02:07:50.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:07:50 smithi125 bash[25274]: audit 2023-12-09T02:07:50.063615+0000 mon.c (mon.1) 47 : audit [INF] from='client.? 172.21.15.67:0/4247759102' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.67:0/1715280550"}]: dispatch 2023-12-09T02:07:50.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:07:50 smithi125 bash[25274]: audit 2023-12-09T02:07:50.064123+0000 mon.a (mon.0) 1283 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.67:0/1715280550"}]: dispatch 2023-12-09T02:07:51.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:07:51 smithi067 bash[25104]: cephadm 2023-12-09T02:07:49.956686+0000 mgr.x (mgr.25049) 50 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi125 2023-12-09T02:07:51.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:07:51 smithi067 bash[25104]: audit 2023-12-09T02:07:50.692520+0000 mon.a (mon.0) 1284 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi067.oajywc' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.67:0/1715280550"}]': finished 2023-12-09T02:07:51.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:07:51 smithi067 bash[25104]: cluster 2023-12-09T02:07:50.692677+0000 mon.a (mon.0) 1285 : cluster [DBG] osdmap e99: 8 total, 8 up, 8 in 2023-12-09T02:07:51.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:07:51 smithi067 bash[25104]: audit 2023-12-09T02:07:51.089887+0000 mon.a (mon.0) 1286 : audit [INF] from='client.? 172.21.15.67:0/2863077657' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.67:6801/4193698163"}]: dispatch 2023-12-09T02:07:51.970 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:07:51 smithi067 bash[25375]: ::ffff:172.21.15.125 - - [09/Dec/2023:02:07:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-09T02:07:51.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:07:51 smithi067 bash[30830]: cephadm 2023-12-09T02:07:49.956686+0000 mgr.x (mgr.25049) 50 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi125 2023-12-09T02:07:51.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:07:51 smithi067 bash[30830]: audit 2023-12-09T02:07:50.692520+0000 mon.a (mon.0) 1284 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi067.oajywc' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.67:0/1715280550"}]': finished 2023-12-09T02:07:51.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:07:51 smithi067 bash[30830]: cluster 2023-12-09T02:07:50.692677+0000 mon.a (mon.0) 1285 : cluster [DBG] osdmap e99: 8 total, 8 up, 8 in 2023-12-09T02:07:51.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:07:51 smithi067 bash[30830]: audit 2023-12-09T02:07:51.089887+0000 mon.a (mon.0) 1286 : audit [INF] from='client.? 172.21.15.67:0/2863077657' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.67:6801/4193698163"}]: dispatch 2023-12-09T02:07:51.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:07:51 smithi125 bash[25274]: cephadm 2023-12-09T02:07:49.956686+0000 mgr.x (mgr.25049) 50 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi125 2023-12-09T02:07:51.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:07:51 smithi125 bash[25274]: audit 2023-12-09T02:07:50.692520+0000 mon.a (mon.0) 1284 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi067.oajywc' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.67:0/1715280550"}]': finished 2023-12-09T02:07:51.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:07:51 smithi125 bash[25274]: cluster 2023-12-09T02:07:50.692677+0000 mon.a (mon.0) 1285 : cluster [DBG] osdmap e99: 8 total, 8 up, 8 in 2023-12-09T02:07:51.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:07:51 smithi125 bash[25274]: audit 2023-12-09T02:07:51.089887+0000 mon.a (mon.0) 1286 : audit [INF] from='client.? 172.21.15.67:0/2863077657' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.67:6801/4193698163"}]: dispatch 2023-12-09T02:07:52.441 INFO:teuthology.orchestra.run.smithi067.stdout:true 2023-12-09T02:07:52.707 INFO:journalctl@ceph.prometheus.a.smithi125.stdout:Dec 09 02:07:52 smithi125 bash[47516]: ts=2023-12-09T02:07:52.313Z 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.67:9283\", job=\"ceph\", pool_id=\"1\"}, {instance=\"172.21.15.125:9283\", job=\"ceph\", pool_id=\"1\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-09T02:07:52.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:07:52 smithi067 bash[30830]: cluster 2023-12-09T02:07:51.277361+0000 mgr.x (mgr.25049) 51 : cluster [DBG] pgmap v23: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 1 op/s 2023-12-09T02:07:52.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:07:52 smithi067 bash[30830]: audit 2023-12-09T02:07:51.704236+0000 mon.a (mon.0) 1287 : audit [INF] from='client.? 172.21.15.67:0/2863077657' entity='client.iscsi.foo.smithi067.oajywc' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.67:6801/4193698163"}]': finished 2023-12-09T02:07:52.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:07:52 smithi067 bash[30830]: cluster 2023-12-09T02:07:51.704542+0000 mon.a (mon.0) 1288 : cluster [DBG] osdmap e100: 8 total, 8 up, 8 in 2023-12-09T02:07:52.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:07:52 smithi067 bash[30830]: audit 2023-12-09T02:07:52.107394+0000 mon.a (mon.0) 1289 : audit [INF] from='client.? 172.21.15.67:0/988001510' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.67:0/2764758218"}]: dispatch 2023-12-09T02:07:52.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:07:52 smithi067 bash[25104]: cluster 2023-12-09T02:07:51.277361+0000 mgr.x (mgr.25049) 51 : cluster [DBG] pgmap v23: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 1 op/s 2023-12-09T02:07:52.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:07:52 smithi067 bash[25104]: audit 2023-12-09T02:07:51.704236+0000 mon.a (mon.0) 1287 : audit [INF] from='client.? 172.21.15.67:0/2863077657' entity='client.iscsi.foo.smithi067.oajywc' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.67:6801/4193698163"}]': finished 2023-12-09T02:07:52.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:07:52 smithi067 bash[25104]: cluster 2023-12-09T02:07:51.704542+0000 mon.a (mon.0) 1288 : cluster [DBG] osdmap e100: 8 total, 8 up, 8 in 2023-12-09T02:07:52.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:07:52 smithi067 bash[25104]: audit 2023-12-09T02:07:52.107394+0000 mon.a (mon.0) 1289 : audit [INF] from='client.? 172.21.15.67:0/988001510' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.67:0/2764758218"}]: dispatch 2023-12-09T02:07:52.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:07:52 smithi125 bash[25274]: cluster 2023-12-09T02:07:51.277361+0000 mgr.x (mgr.25049) 51 : cluster [DBG] pgmap v23: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 1 op/s 2023-12-09T02:07:52.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:07:52 smithi125 bash[25274]: audit 2023-12-09T02:07:51.704236+0000 mon.a (mon.0) 1287 : audit [INF] from='client.? 172.21.15.67:0/2863077657' entity='client.iscsi.foo.smithi067.oajywc' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.67:6801/4193698163"}]': finished 2023-12-09T02:07:52.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:07:52 smithi125 bash[25274]: cluster 2023-12-09T02:07:51.704542+0000 mon.a (mon.0) 1288 : cluster [DBG] osdmap e100: 8 total, 8 up, 8 in 2023-12-09T02:07:52.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:07:52 smithi125 bash[25274]: audit 2023-12-09T02:07:52.107394+0000 mon.a (mon.0) 1289 : audit [INF] from='client.? 172.21.15.67:0/988001510' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.67:0/2764758218"}]: dispatch 2023-12-09T02:07:53.273 INFO:teuthology.orchestra.run.smithi067.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-09T02:07:53.273 INFO:teuthology.orchestra.run.smithi067.stdout:agent.smithi067 smithi067 starting - - - - 2023-12-09T02:07:53.273 INFO:teuthology.orchestra.run.smithi067.stdout:agent.smithi125 smithi125 starting - - - - 2023-12-09T02:07:53.273 INFO:teuthology.orchestra.run.smithi067.stdout:alertmanager.a smithi067 *:9093,9094 starting - - - - 2023-12-09T02:07:53.273 INFO:teuthology.orchestra.run.smithi067.stdout:grafana.a smithi125 *:3000 running (6m) 43s ago 6m 45.6M - 8.3.5 dad864ee21e9 97e19f3f7612 2023-12-09T02:07:53.273 INFO:teuthology.orchestra.run.smithi067.stdout:iscsi.foo.smithi067.oajywc smithi067 starting - - - - 2023-12-09T02:07:53.273 INFO:teuthology.orchestra.run.smithi067.stdout:mgr.x smithi125 *:8443,9283 starting - - - - 2023-12-09T02:07:53.273 INFO:teuthology.orchestra.run.smithi067.stdout:mgr.y smithi067 *:9283 running (15m) 51s ago 15m 463M - 17.2.0 e1d6a67b021e 382a1215a0b2 2023-12-09T02:07:53.273 INFO:teuthology.orchestra.run.smithi067.stdout:mon.a smithi067 running (15m) 51s ago 15m 59.1M 2048M 17.2.0 e1d6a67b021e 593937a1afc6 2023-12-09T02:07:53.273 INFO:teuthology.orchestra.run.smithi067.stdout:mon.b smithi125 running (13m) 43s ago 13m 48.9M 2048M 17.2.0 e1d6a67b021e 8237ce022316 2023-12-09T02:07:53.273 INFO:teuthology.orchestra.run.smithi067.stdout:mon.c smithi067 running (13m) 51s ago 13m 47.8M 2048M 17.2.0 e1d6a67b021e c4b6ab6450e8 2023-12-09T02:07:53.274 INFO:teuthology.orchestra.run.smithi067.stdout:node-exporter.a smithi067 *:9100 starting - - - - 2023-12-09T02:07:53.274 INFO:teuthology.orchestra.run.smithi067.stdout:node-exporter.b smithi125 *:9100 running (7m) 43s ago 7m 12.7M - 1dbe0e931976 14315eb110fd 2023-12-09T02:07:53.274 INFO:teuthology.orchestra.run.smithi067.stdout:osd.0 smithi067 running (12m) 51s ago 13m 58.4M 4096M 17.2.0 e1d6a67b021e 8028f118e61c 2023-12-09T02:07:53.274 INFO:teuthology.orchestra.run.smithi067.stdout:osd.1 smithi067 running (12m) 51s ago 12m 61.0M 4096M 17.2.0 e1d6a67b021e d8a826789ab9 2023-12-09T02:07:53.274 INFO:teuthology.orchestra.run.smithi067.stdout:osd.2 smithi067 running (11m) 51s ago 11m 53.4M 4096M 17.2.0 e1d6a67b021e 4a0ed55ab397 2023-12-09T02:07:53.274 INFO:teuthology.orchestra.run.smithi067.stdout:osd.3 smithi067 running (11m) 51s ago 11m 57.2M 4096M 17.2.0 e1d6a67b021e 200513eb3289 2023-12-09T02:07:53.274 INFO:teuthology.orchestra.run.smithi067.stdout:osd.4 smithi125 running (10m) 43s ago 10m 58.6M 4096M 17.2.0 e1d6a67b021e 03a86e583fa8 2023-12-09T02:07:53.274 INFO:teuthology.orchestra.run.smithi067.stdout:osd.5 smithi125 running (9m) 43s ago 9m 54.0M 4096M 17.2.0 e1d6a67b021e 69bedd006f74 2023-12-09T02:07:53.274 INFO:teuthology.orchestra.run.smithi067.stdout:osd.6 smithi125 running (9m) 43s ago 9m 51.9M 4096M 17.2.0 e1d6a67b021e 30344497f6d2 2023-12-09T02:07:53.274 INFO:teuthology.orchestra.run.smithi067.stdout:osd.7 smithi125 running (8m) 43s ago 8m 56.2M 4096M 17.2.0 e1d6a67b021e 8791b422aafd 2023-12-09T02:07:53.274 INFO:teuthology.orchestra.run.smithi067.stdout:prometheus.a smithi125 *:9095 running (6m) 43s ago 7m 58.1M - 514e6a882f6e 70e2ffaceb9c 2023-12-09T02:07:53.274 INFO:teuthology.orchestra.run.smithi067.stdout:rgw.foo.smithi067.rqvsfw smithi067 *:8000 running (5m) 51s ago 5m 85.6M - 17.2.0 e1d6a67b021e 72086955a09f 2023-12-09T02:07:53.274 INFO:teuthology.orchestra.run.smithi067.stdout:rgw.foo.smithi125.wanndy smithi125 *:8000 running (5m) 43s ago 5m 85.7M - 17.2.0 e1d6a67b021e 89b35e95d314 2023-12-09T02:07:53.274 INFO:teuthology.orchestra.run.smithi067.stdout:rgw.smpl.smithi067.mukdcu smithi067 *:80 running (4m) 51s ago 4m 85.5M - 17.2.0 e1d6a67b021e b813f19c7bee 2023-12-09T02:07:53.274 INFO:teuthology.orchestra.run.smithi067.stdout:rgw.smpl.smithi125.ngrzpa smithi125 *:80 running (4m) 43s ago 4m 85.8M - 17.2.0 e1d6a67b021e 96b29ebc04e4 2023-12-09T02:07:53.783 INFO:teuthology.orchestra.run.smithi067.stdout:{ 2023-12-09T02:07:53.784 INFO:teuthology.orchestra.run.smithi067.stdout: "mon": { 2023-12-09T02:07:53.784 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 3 2023-12-09T02:07:53.784 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2023-12-09T02:07:53.784 INFO:teuthology.orchestra.run.smithi067.stdout: "mgr": { 2023-12-09T02:07:53.784 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-12-09T02:07:53.784 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 19.0.0-44-g9dcc13bb (9dcc13bb80dcc1cdea72b04d80505b4649a2b882) reef (dev)": 1 2023-12-09T02:07:53.784 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2023-12-09T02:07:53.784 INFO:teuthology.orchestra.run.smithi067.stdout: "osd": { 2023-12-09T02:07:53.784 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-09T02:07:53.784 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2023-12-09T02:07:53.784 INFO:teuthology.orchestra.run.smithi067.stdout: "mds": {}, 2023-12-09T02:07:53.784 INFO:teuthology.orchestra.run.smithi067.stdout: "rgw": { 2023-12-09T02:07:53.784 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2023-12-09T02:07:53.784 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2023-12-09T02:07:53.785 INFO:teuthology.orchestra.run.smithi067.stdout: "overall": { 2023-12-09T02:07:53.785 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 16, 2023-12-09T02:07:53.785 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 19.0.0-44-g9dcc13bb (9dcc13bb80dcc1cdea72b04d80505b4649a2b882) reef (dev)": 1 2023-12-09T02:07:53.785 INFO:teuthology.orchestra.run.smithi067.stdout: } 2023-12-09T02:07:53.785 INFO:teuthology.orchestra.run.smithi067.stdout:} 2023-12-09T02:07:53.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:07:53 smithi067 bash[30830]: audit 2023-12-09T02:07:52.421750+0000 mgr.x (mgr.25049) 52 : audit [DBG] from='client.25255 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:07:53.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:07:53 smithi067 bash[30830]: audit 2023-12-09T02:07:52.700994+0000 mon.a (mon.0) 1290 : audit [INF] from='client.? 172.21.15.67:0/988001510' entity='client.iscsi.foo.smithi067.oajywc' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.67:0/2764758218"}]': finished 2023-12-09T02:07:53.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:07:53 smithi067 bash[30830]: cluster 2023-12-09T02:07:52.701210+0000 mon.a (mon.0) 1291 : cluster [DBG] osdmap e101: 8 total, 8 up, 8 in 2023-12-09T02:07:53.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:07:53 smithi067 bash[30830]: audit 2023-12-09T02:07:53.141152+0000 mon.c (mon.1) 48 : audit [INF] from='client.? 172.21.15.67:0/2874614516' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.67:6800/4193698163"}]: dispatch 2023-12-09T02:07:53.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:07:53 smithi067 bash[30830]: audit 2023-12-09T02:07:53.141998+0000 mon.a (mon.0) 1292 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.67:6800/4193698163"}]: dispatch 2023-12-09T02:07:53.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:07:53 smithi067 bash[25104]: audit 2023-12-09T02:07:52.421750+0000 mgr.x (mgr.25049) 52 : audit [DBG] from='client.25255 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:07:53.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:07:53 smithi067 bash[25104]: audit 2023-12-09T02:07:52.700994+0000 mon.a (mon.0) 1290 : audit [INF] from='client.? 172.21.15.67:0/988001510' entity='client.iscsi.foo.smithi067.oajywc' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.67:0/2764758218"}]': finished 2023-12-09T02:07:53.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:07:53 smithi067 bash[25104]: cluster 2023-12-09T02:07:52.701210+0000 mon.a (mon.0) 1291 : cluster [DBG] osdmap e101: 8 total, 8 up, 8 in 2023-12-09T02:07:53.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:07:53 smithi067 bash[25104]: audit 2023-12-09T02:07:53.141152+0000 mon.c (mon.1) 48 : audit [INF] from='client.? 172.21.15.67:0/2874614516' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.67:6800/4193698163"}]: dispatch 2023-12-09T02:07:53.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:07:53 smithi067 bash[25104]: audit 2023-12-09T02:07:53.141998+0000 mon.a (mon.0) 1292 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.67:6800/4193698163"}]: dispatch 2023-12-09T02:07:53.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:07:53 smithi125 bash[25274]: audit 2023-12-09T02:07:52.421750+0000 mgr.x (mgr.25049) 52 : audit [DBG] from='client.25255 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:07:53.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:07:53 smithi125 bash[25274]: audit 2023-12-09T02:07:52.700994+0000 mon.a (mon.0) 1290 : audit [INF] from='client.? 172.21.15.67:0/988001510' entity='client.iscsi.foo.smithi067.oajywc' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.67:0/2764758218"}]': finished 2023-12-09T02:07:53.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:07:53 smithi125 bash[25274]: cluster 2023-12-09T02:07:52.701210+0000 mon.a (mon.0) 1291 : cluster [DBG] osdmap e101: 8 total, 8 up, 8 in 2023-12-09T02:07:53.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:07:53 smithi125 bash[25274]: audit 2023-12-09T02:07:53.141152+0000 mon.c (mon.1) 48 : audit [INF] from='client.? 172.21.15.67:0/2874614516' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.67:6800/4193698163"}]: dispatch 2023-12-09T02:07:53.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:07:53 smithi125 bash[25274]: audit 2023-12-09T02:07:53.141998+0000 mon.a (mon.0) 1292 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.67:6800/4193698163"}]: dispatch 2023-12-09T02:07:54.174 INFO:teuthology.orchestra.run.smithi067.stdout:{ 2023-12-09T02:07:54.175 INFO:teuthology.orchestra.run.smithi067.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:9dcc13bb80dcc1cdea72b04d80505b4649a2b882", 2023-12-09T02:07:54.175 INFO:teuthology.orchestra.run.smithi067.stdout: "in_progress": true, 2023-12-09T02:07:54.175 INFO:teuthology.orchestra.run.smithi067.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-09T02:07:54.175 INFO:teuthology.orchestra.run.smithi067.stdout: "services_complete": [], 2023-12-09T02:07:54.175 INFO:teuthology.orchestra.run.smithi067.stdout: "progress": "", 2023-12-09T02:07:54.175 INFO:teuthology.orchestra.run.smithi067.stdout: "message": "", 2023-12-09T02:07:54.175 INFO:teuthology.orchestra.run.smithi067.stdout: "is_paused": false 2023-12-09T02:07:54.175 INFO:teuthology.orchestra.run.smithi067.stdout:} 2023-12-09T02:07:54.625 INFO:teuthology.orchestra.run.smithi067.stdout:HEALTH_OK 2023-12-09T02:07:54.718 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 02:07:54 smithi125 bash[55867]: ::ffff:172.21.15.125 - - [09/Dec/2023:02:07:54] "GET /metrics HTTP/1.1" 200 38146 "" "Prometheus/2.33.4" 2023-12-09T02:07:54.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:07:54 smithi067 bash[25104]: audit 2023-12-09T02:07:52.843304+0000 mgr.x (mgr.25049) 53 : audit [DBG] from='client.15330 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:07:54.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:07:54 smithi067 bash[25104]: audit 2023-12-09T02:07:53.243730+0000 mgr.x (mgr.25049) 54 : audit [DBG] from='client.25273 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:07:54.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:07:54 smithi067 bash[25104]: cluster 2023-12-09T02:07:53.277827+0000 mgr.x (mgr.25049) 55 : cluster [DBG] pgmap v26: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 1 op/s 2023-12-09T02:07:54.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:07:54 smithi067 bash[25104]: audit 2023-12-09T02:07:53.723395+0000 mon.a (mon.0) 1293 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi067.oajywc' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.67:6800/4193698163"}]': finished 2023-12-09T02:07:54.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:07:54 smithi067 bash[25104]: cluster 2023-12-09T02:07:53.723483+0000 mon.a (mon.0) 1294 : cluster [DBG] osdmap e102: 8 total, 8 up, 8 in 2023-12-09T02:07:54.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:07:54 smithi067 bash[25104]: audit 2023-12-09T02:07:53.783785+0000 mon.a (mon.0) 1295 : audit [DBG] from='client.? 172.21.15.67:0/1913864244' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:07:54.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:07:54 smithi067 bash[25104]: audit 2023-12-09T02:07:54.625216+0000 mon.c (mon.1) 49 : audit [DBG] from='client.? 172.21.15.67:0/312115195' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-09T02:07:54.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:07:54 smithi067 bash[30830]: audit 2023-12-09T02:07:52.843304+0000 mgr.x (mgr.25049) 53 : audit [DBG] from='client.15330 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:07:54.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:07:54 smithi067 bash[30830]: audit 2023-12-09T02:07:53.243730+0000 mgr.x (mgr.25049) 54 : audit [DBG] from='client.25273 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:07:54.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:07:54 smithi067 bash[30830]: cluster 2023-12-09T02:07:53.277827+0000 mgr.x (mgr.25049) 55 : cluster [DBG] pgmap v26: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 1 op/s 2023-12-09T02:07:54.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:07:54 smithi067 bash[30830]: audit 2023-12-09T02:07:53.723395+0000 mon.a (mon.0) 1293 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi067.oajywc' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.67:6800/4193698163"}]': finished 2023-12-09T02:07:54.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:07:54 smithi067 bash[30830]: cluster 2023-12-09T02:07:53.723483+0000 mon.a (mon.0) 1294 : cluster [DBG] osdmap e102: 8 total, 8 up, 8 in 2023-12-09T02:07:54.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:07:54 smithi067 bash[30830]: audit 2023-12-09T02:07:53.783785+0000 mon.a (mon.0) 1295 : audit [DBG] from='client.? 172.21.15.67:0/1913864244' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:07:54.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:07:54 smithi067 bash[30830]: audit 2023-12-09T02:07:54.625216+0000 mon.c (mon.1) 49 : audit [DBG] from='client.? 172.21.15.67:0/312115195' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-09T02:07:54.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:07:54 smithi125 bash[25274]: audit 2023-12-09T02:07:52.843304+0000 mgr.x (mgr.25049) 53 : audit [DBG] from='client.15330 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:07:54.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:07:54 smithi125 bash[25274]: audit 2023-12-09T02:07:53.243730+0000 mgr.x (mgr.25049) 54 : audit [DBG] from='client.25273 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:07:54.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:07:54 smithi125 bash[25274]: cluster 2023-12-09T02:07:53.277827+0000 mgr.x (mgr.25049) 55 : cluster [DBG] pgmap v26: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 1 op/s 2023-12-09T02:07:54.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:07:54 smithi125 bash[25274]: audit 2023-12-09T02:07:53.723395+0000 mon.a (mon.0) 1293 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi067.oajywc' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.67:6800/4193698163"}]': finished 2023-12-09T02:07:54.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:07:54 smithi125 bash[25274]: cluster 2023-12-09T02:07:53.723483+0000 mon.a (mon.0) 1294 : cluster [DBG] osdmap e102: 8 total, 8 up, 8 in 2023-12-09T02:07:54.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:07:54 smithi125 bash[25274]: audit 2023-12-09T02:07:53.783785+0000 mon.a (mon.0) 1295 : audit [DBG] from='client.? 172.21.15.67:0/1913864244' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:07:54.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:07:54 smithi125 bash[25274]: audit 2023-12-09T02:07:54.625216+0000 mon.c (mon.1) 49 : audit [DBG] from='client.? 172.21.15.67:0/312115195' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-09T02:07:55.963 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:07:55 smithi125 bash[25274]: audit 2023-12-09T02:07:54.170617+0000 mgr.x (mgr.25049) 56 : audit [DBG] from='client.15354 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:07:56.219 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:07:55 smithi067 bash[25104]: audit 2023-12-09T02:07:54.170617+0000 mgr.x (mgr.25049) 56 : audit [DBG] from='client.15354 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:07:56.219 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:07:55 smithi067 bash[30830]: audit 2023-12-09T02:07:54.170617+0000 mgr.x (mgr.25049) 56 : audit [DBG] from='client.15354 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:07:57.219 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:07:56 smithi067 bash[25104]: cluster 2023-12-09T02:07:55.278531+0000 mgr.x (mgr.25049) 57 : cluster [DBG] pgmap v28: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-09T02:07:57.219 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:07:56 smithi067 bash[30830]: cluster 2023-12-09T02:07:55.278531+0000 mgr.x (mgr.25049) 57 : cluster [DBG] pgmap v28: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-09T02:07:57.221 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:07:56 smithi125 bash[25274]: cluster 2023-12-09T02:07:55.278531+0000 mgr.x (mgr.25049) 57 : cluster [DBG] pgmap v28: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-09T02:07:59.079 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:07:58 smithi125 bash[25274]: audit 2023-12-09T02:07:56.766787+0000 mgr.x (mgr.25049) 58 : audit [DBG] from='client.25201 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:07:59.080 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:07:58 smithi125 bash[25274]: cluster 2023-12-09T02:07:57.280055+0000 mgr.x (mgr.25049) 59 : cluster [DBG] pgmap v29: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2023-12-09T02:07:59.219 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:07:58 smithi067 bash[25104]: audit 2023-12-09T02:07:56.766787+0000 mgr.x (mgr.25049) 58 : audit [DBG] from='client.25201 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:07:59.219 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:07:58 smithi067 bash[25104]: cluster 2023-12-09T02:07:57.280055+0000 mgr.x (mgr.25049) 59 : cluster [DBG] pgmap v29: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2023-12-09T02:07:59.219 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:07:58 smithi067 bash[30830]: audit 2023-12-09T02:07:56.766787+0000 mgr.x (mgr.25049) 58 : audit [DBG] from='client.25201 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:07:59.219 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:07:58 smithi067 bash[30830]: cluster 2023-12-09T02:07:57.280055+0000 mgr.x (mgr.25049) 59 : cluster [DBG] pgmap v29: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2023-12-09T02:08:01.040 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:08:00 smithi125 bash[25274]: cluster 2023-12-09T02:07:59.280812+0000 mgr.x (mgr.25049) 60 : cluster [DBG] pgmap v30: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 674 B/s rd, 0 op/s 2023-12-09T02:08:01.219 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:08:00 smithi067 bash[25104]: cluster 2023-12-09T02:07:59.280812+0000 mgr.x (mgr.25049) 60 : cluster [DBG] pgmap v30: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 674 B/s rd, 0 op/s 2023-12-09T02:08:01.219 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:08:00 smithi067 bash[30830]: cluster 2023-12-09T02:07:59.280812+0000 mgr.x (mgr.25049) 60 : cluster [DBG] pgmap v30: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 674 B/s rd, 0 op/s 2023-12-09T02:08:01.969 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:08:01 smithi067 bash[25375]: ::ffff:172.21.15.125 - - [09/Dec/2023:02:08:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-09T02:08:02.722 INFO:journalctl@ceph.prometheus.a.smithi125.stdout:Dec 09 02:08:02 smithi125 bash[47516]: ts=2023-12-09T02:08:02.315Z caller=manager.go:609 level=warn component="rule manager" group=pools msg="Evaluating rule failed" rule="alert: CephPoolGrowthWarning\nexpr: (predict_linear(ceph_pool_percent_used[2d], 3600 * 24 * 5) * on(pool_id) group_right()\n ceph_pool_metadata) >= 95\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.9.2\n severity: warning\n type: ceph_default\nannotations:\n description: |\n Pool '{{ $labels.name }}' will be full in less than 5 days assuming the average fill-up rate of the past 48 hours.\n summary: Pool growth rate may soon exceed it's capacity\n" err="found duplicate series for the match group {pool_id=\"1\"} on the left hand-side of the operation: [{instance=\"172.21.15.67:9283\", job=\"ceph\", pool_id=\"1\"}, {instance=\"172.21.15.125:9283\", job=\"ceph\", pool_id=\"1\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-09T02:08:03.113 INFO:journalctl@ceph.prometheus.a.smithi125.stdout:Dec 09 02:08:02 smithi125 systemd[1]: Stopping Ceph prometheus.a for 6db93fb0-9635-11ee-95a3-87774f69a715... 2023-12-09T02:08:03.113 INFO:journalctl@ceph.prometheus.a.smithi125.stdout:Dec 09 02:08:02 smithi125 bash[58067]: Error response from daemon: No such container: ceph-6db93fb0-9635-11ee-95a3-87774f69a715-prometheus.a 2023-12-09T02:08:03.113 INFO:journalctl@ceph.prometheus.a.smithi125.stdout:Dec 09 02:08:02 smithi125 bash[47516]: ts=2023-12-09T02:08:02.900Z caller=main.go:775 level=warn msg="Received SIGTERM, exiting gracefully..." 2023-12-09T02:08:03.114 INFO:journalctl@ceph.prometheus.a.smithi125.stdout:Dec 09 02:08:02 smithi125 bash[47516]: ts=2023-12-09T02:08:02.900Z caller=main.go:798 level=info msg="Stopping scrape discovery manager..." 2023-12-09T02:08:03.114 INFO:journalctl@ceph.prometheus.a.smithi125.stdout:Dec 09 02:08:02 smithi125 bash[47516]: ts=2023-12-09T02:08:02.900Z caller=main.go:812 level=info msg="Stopping notify discovery manager..." 2023-12-09T02:08:03.114 INFO:journalctl@ceph.prometheus.a.smithi125.stdout:Dec 09 02:08:02 smithi125 bash[47516]: ts=2023-12-09T02:08:02.900Z caller=main.go:834 level=info msg="Stopping scrape manager..." 2023-12-09T02:08:03.114 INFO:journalctl@ceph.prometheus.a.smithi125.stdout:Dec 09 02:08:02 smithi125 bash[47516]: ts=2023-12-09T02:08:02.900Z caller=main.go:794 level=info msg="Scrape discovery manager stopped" 2023-12-09T02:08:03.114 INFO:journalctl@ceph.prometheus.a.smithi125.stdout:Dec 09 02:08:02 smithi125 bash[47516]: ts=2023-12-09T02:08:02.900Z caller=main.go:808 level=info msg="Notify discovery manager stopped" 2023-12-09T02:08:03.114 INFO:journalctl@ceph.prometheus.a.smithi125.stdout:Dec 09 02:08:02 smithi125 bash[47516]: ts=2023-12-09T02:08:02.901Z caller=manager.go:945 level=info component="rule manager" msg="Stopping rule manager..." 2023-12-09T02:08:03.114 INFO:journalctl@ceph.prometheus.a.smithi125.stdout:Dec 09 02:08:02 smithi125 bash[47516]: ts=2023-12-09T02:08:02.901Z caller=main.go:828 level=info msg="Scrape manager stopped" 2023-12-09T02:08:03.114 INFO:journalctl@ceph.prometheus.a.smithi125.stdout:Dec 09 02:08:02 smithi125 bash[47516]: ts=2023-12-09T02:08:02.901Z caller=manager.go:955 level=info component="rule manager" msg="Rule manager stopped" 2023-12-09T02:08:03.114 INFO:journalctl@ceph.prometheus.a.smithi125.stdout:Dec 09 02:08:02 smithi125 bash[47516]: ts=2023-12-09T02:08:02.902Z caller=notifier.go:600 level=info component=notifier msg="Stopping notification manager..." 2023-12-09T02:08:03.114 INFO:journalctl@ceph.prometheus.a.smithi125.stdout:Dec 09 02:08:02 smithi125 bash[47516]: ts=2023-12-09T02:08:02.902Z caller=main.go:1054 level=info msg="Notifier manager stopped" 2023-12-09T02:08:03.114 INFO:journalctl@ceph.prometheus.a.smithi125.stdout:Dec 09 02:08:02 smithi125 bash[47516]: ts=2023-12-09T02:08:02.902Z caller=main.go:1066 level=info msg="See you next time!" 2023-12-09T02:08:03.115 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:08:02 smithi125 bash[25274]: cluster 2023-12-09T02:08:01.282564+0000 mgr.x (mgr.25049) 61 : cluster [DBG] pgmap v31: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:08:03.170 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:08:02 smithi067 bash[25104]: cluster 2023-12-09T02:08:01.282564+0000 mgr.x (mgr.25049) 61 : cluster [DBG] pgmap v31: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:08:03.171 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:08:02 smithi067 bash[30830]: cluster 2023-12-09T02:08:01.282564+0000 mgr.x (mgr.25049) 61 : cluster [DBG] pgmap v31: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:08:03.721 INFO:journalctl@ceph.prometheus.a.smithi125.stdout:Dec 09 02:08:03 smithi125 bash[58077]: ceph-6db93fb0-9635-11ee-95a3-87774f69a715-prometheus-a 2023-12-09T02:08:03.721 INFO:journalctl@ceph.prometheus.a.smithi125.stdout:Dec 09 02:08:03 smithi125 bash[58127]: Error response from daemon: No such container: ceph-6db93fb0-9635-11ee-95a3-87774f69a715-prometheus.a 2023-12-09T02:08:03.721 INFO:journalctl@ceph.prometheus.a.smithi125.stdout:Dec 09 02:08:03 smithi125 systemd[1]: ceph-6db93fb0-9635-11ee-95a3-87774f69a715@prometheus.a.service: Succeeded. 2023-12-09T02:08:03.722 INFO:journalctl@ceph.prometheus.a.smithi125.stdout:Dec 09 02:08:03 smithi125 systemd[1]: Stopped Ceph prometheus.a for 6db93fb0-9635-11ee-95a3-87774f69a715. 2023-12-09T02:08:03.722 INFO:journalctl@ceph.prometheus.a.smithi125.stdout:Dec 09 02:08:03 smithi125 systemd[1]: Started Ceph prometheus.a for 6db93fb0-9635-11ee-95a3-87774f69a715. 2023-12-09T02:08:05.009 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:08:04 smithi125 bash[25274]: cluster 2023-12-09T02:08:03.283312+0000 mgr.x (mgr.25049) 62 : cluster [DBG] pgmap v32: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2023-12-09T02:08:05.010 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:08:04 smithi125 bash[25274]: audit 2023-12-09T02:08:03.730116+0000 mon.a (mon.0) 1296 : audit [INF] from='mgr.25049 ' entity='mgr.x' 2023-12-09T02:08:05.010 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:08:04 smithi125 bash[25274]: audit 2023-12-09T02:08:03.741097+0000 mon.a (mon.0) 1297 : audit [INF] from='mgr.25049 ' entity='mgr.x' 2023-12-09T02:08:05.010 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:08:04 smithi125 bash[25274]: audit 2023-12-09T02:08:04.437259+0000 mon.b (mon.2) 59 : audit [DBG] from='mgr.25049 172.21.15.125:0/1639941565' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:08:05.219 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:08:04 smithi067 bash[30830]: cluster 2023-12-09T02:08:03.283312+0000 mgr.x (mgr.25049) 62 : cluster [DBG] pgmap v32: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2023-12-09T02:08:05.219 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:08:04 smithi067 bash[30830]: audit 2023-12-09T02:08:03.730116+0000 mon.a (mon.0) 1296 : audit [INF] from='mgr.25049 ' entity='mgr.x' 2023-12-09T02:08:05.219 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:08:04 smithi067 bash[30830]: audit 2023-12-09T02:08:03.741097+0000 mon.a (mon.0) 1297 : audit [INF] from='mgr.25049 ' entity='mgr.x' 2023-12-09T02:08:05.219 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:08:04 smithi067 bash[30830]: audit 2023-12-09T02:08:04.437259+0000 mon.b (mon.2) 59 : audit [DBG] from='mgr.25049 172.21.15.125:0/1639941565' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:08:05.219 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:08:04 smithi067 bash[25104]: cluster 2023-12-09T02:08:03.283312+0000 mgr.x (mgr.25049) 62 : cluster [DBG] pgmap v32: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2023-12-09T02:08:05.219 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:08:04 smithi067 bash[25104]: audit 2023-12-09T02:08:03.730116+0000 mon.a (mon.0) 1296 : audit [INF] from='mgr.25049 ' entity='mgr.x' 2023-12-09T02:08:05.219 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:08:04 smithi067 bash[25104]: audit 2023-12-09T02:08:03.741097+0000 mon.a (mon.0) 1297 : audit [INF] from='mgr.25049 ' entity='mgr.x' 2023-12-09T02:08:05.220 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:08:04 smithi067 bash[25104]: audit 2023-12-09T02:08:04.437259+0000 mon.b (mon.2) 59 : audit [DBG] from='mgr.25049 172.21.15.125:0/1639941565' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:08:05.472 INFO:journalctl@ceph.prometheus.a.smithi125.stdout:Dec 09 02:08:05 smithi125 bash[58159]: ts=2023-12-09T02:08:05.166Z caller=main.go:475 level=info msg="No time or size retention was set so using the default time retention" duration=15d 2023-12-09T02:08:05.472 INFO:journalctl@ceph.prometheus.a.smithi125.stdout:Dec 09 02:08:05 smithi125 bash[58159]: ts=2023-12-09T02:08:05.166Z caller=main.go:512 level=info msg="Starting Prometheus" version="(version=2.33.4, branch=HEAD, revision=83032011a5d3e6102624fe58241a374a7201fee8)" 2023-12-09T02:08:05.472 INFO:journalctl@ceph.prometheus.a.smithi125.stdout:Dec 09 02:08:05 smithi125 bash[58159]: ts=2023-12-09T02:08:05.166Z caller=main.go:517 level=info build_context="(go=go1.17.7, user=root@d13bf69e7be8, date=20220222-16:51:28)" 2023-12-09T02:08:05.472 INFO:journalctl@ceph.prometheus.a.smithi125.stdout:Dec 09 02:08:05 smithi125 bash[58159]: ts=2023-12-09T02:08:05.166Z caller=main.go:518 level=info host_details="(Linux 5.4.0-169-generic #187-Ubuntu SMP Thu Nov 23 14:52:28 UTC 2023 x86_64 smithi125 (none))" 2023-12-09T02:08:05.472 INFO:journalctl@ceph.prometheus.a.smithi125.stdout:Dec 09 02:08:05 smithi125 bash[58159]: ts=2023-12-09T02:08:05.166Z caller=main.go:519 level=info fd_limits="(soft=1048576, hard=1048576)" 2023-12-09T02:08:05.472 INFO:journalctl@ceph.prometheus.a.smithi125.stdout:Dec 09 02:08:05 smithi125 bash[58159]: ts=2023-12-09T02:08:05.166Z caller=main.go:520 level=info vm_limits="(soft=unlimited, hard=unlimited)" 2023-12-09T02:08:05.472 INFO:journalctl@ceph.prometheus.a.smithi125.stdout:Dec 09 02:08:05 smithi125 bash[58159]: ts=2023-12-09T02:08:05.168Z caller=web.go:570 level=info component=web msg="Start listening for connections" address=:9095 2023-12-09T02:08:05.472 INFO:journalctl@ceph.prometheus.a.smithi125.stdout:Dec 09 02:08:05 smithi125 bash[58159]: ts=2023-12-09T02:08:05.169Z caller=main.go:923 level=info msg="Starting TSDB ..." 2023-12-09T02:08:05.472 INFO:journalctl@ceph.prometheus.a.smithi125.stdout:Dec 09 02:08:05 smithi125 bash[58159]: ts=2023-12-09T02:08:05.170Z caller=tls_config.go:195 level=info component=web msg="TLS is disabled." http2=false 2023-12-09T02:08:05.472 INFO:journalctl@ceph.prometheus.a.smithi125.stdout:Dec 09 02:08:05 smithi125 bash[58159]: ts=2023-12-09T02:08:05.174Z caller=head.go:493 level=info component=tsdb msg="Replaying on-disk memory mappable chunks if any" 2023-12-09T02:08:05.472 INFO:journalctl@ceph.prometheus.a.smithi125.stdout:Dec 09 02:08:05 smithi125 bash[58159]: ts=2023-12-09T02:08:05.174Z caller=head.go:527 level=info component=tsdb msg="On-disk memory mappable chunks replay completed" duration=3.586µs 2023-12-09T02:08:05.472 INFO:journalctl@ceph.prometheus.a.smithi125.stdout:Dec 09 02:08:05 smithi125 bash[58159]: ts=2023-12-09T02:08:05.174Z caller=head.go:533 level=info component=tsdb msg="Replaying WAL, this may take a while" 2023-12-09T02:08:05.472 INFO:journalctl@ceph.prometheus.a.smithi125.stdout:Dec 09 02:08:05 smithi125 bash[58159]: ts=2023-12-09T02:08:05.177Z caller=head.go:604 level=info component=tsdb msg="WAL segment loaded" segment=0 maxSegment=2 2023-12-09T02:08:05.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:08:05 smithi067 bash[25104]: cephadm 2023-12-09T02:08:03.764113+0000 mgr.x (mgr.25049) 63 : cephadm [INF] Reconfiguring node-exporter.b (dependencies changed)... 2023-12-09T02:08:05.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:08:05 smithi067 bash[25104]: cephadm 2023-12-09T02:08:03.764869+0000 mgr.x (mgr.25049) 64 : cephadm [INF] Reconfiguring daemon node-exporter.b on smithi125 2023-12-09T02:08:05.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:08:05 smithi067 bash[30830]: cephadm 2023-12-09T02:08:03.764113+0000 mgr.x (mgr.25049) 63 : cephadm [INF] Reconfiguring node-exporter.b (dependencies changed)... 2023-12-09T02:08:05.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:08:05 smithi067 bash[30830]: cephadm 2023-12-09T02:08:03.764869+0000 mgr.x (mgr.25049) 64 : cephadm [INF] Reconfiguring daemon node-exporter.b on smithi125 2023-12-09T02:08:05.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:08:05 smithi125 bash[25274]: cephadm 2023-12-09T02:08:03.764113+0000 mgr.x (mgr.25049) 63 : cephadm [INF] Reconfiguring node-exporter.b (dependencies changed)... 2023-12-09T02:08:05.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:08:05 smithi125 bash[25274]: cephadm 2023-12-09T02:08:03.764869+0000 mgr.x (mgr.25049) 64 : cephadm [INF] Reconfiguring daemon node-exporter.b on smithi125 2023-12-09T02:08:05.972 INFO:journalctl@ceph.prometheus.a.smithi125.stdout:Dec 09 02:08:05 smithi125 bash[58159]: ts=2023-12-09T02:08:05.600Z caller=head.go:604 level=info component=tsdb msg="WAL segment loaded" segment=1 maxSegment=2 2023-12-09T02:08:05.972 INFO:journalctl@ceph.prometheus.a.smithi125.stdout:Dec 09 02:08:05 smithi125 bash[58159]: ts=2023-12-09T02:08:05.601Z caller=head.go:604 level=info component=tsdb msg="WAL segment loaded" segment=2 maxSegment=2 2023-12-09T02:08:05.972 INFO:journalctl@ceph.prometheus.a.smithi125.stdout:Dec 09 02:08:05 smithi125 bash[58159]: ts=2023-12-09T02:08:05.601Z caller=head.go:610 level=info component=tsdb msg="WAL replay completed" checkpoint_replay_duration=76.936µs wal_replay_duration=427.300774ms total_replay_duration=427.418048ms 2023-12-09T02:08:05.972 INFO:journalctl@ceph.prometheus.a.smithi125.stdout:Dec 09 02:08:05 smithi125 bash[58159]: ts=2023-12-09T02:08:05.608Z caller=main.go:944 level=info fs_type=XFS_SUPER_MAGIC 2023-12-09T02:08:05.972 INFO:journalctl@ceph.prometheus.a.smithi125.stdout:Dec 09 02:08:05 smithi125 bash[58159]: ts=2023-12-09T02:08:05.608Z caller=main.go:947 level=info msg="TSDB started" 2023-12-09T02:08:05.972 INFO:journalctl@ceph.prometheus.a.smithi125.stdout:Dec 09 02:08:05 smithi125 bash[58159]: ts=2023-12-09T02:08:05.608Z caller=main.go:1128 level=info msg="Loading configuration file" filename=/etc/prometheus/prometheus.yml 2023-12-09T02:08:05.972 INFO:journalctl@ceph.prometheus.a.smithi125.stdout:Dec 09 02:08:05 smithi125 bash[58159]: ts=2023-12-09T02:08:05.638Z caller=main.go:1165 level=info msg="Completed loading of configuration file" filename=/etc/prometheus/prometheus.yml totalDuration=29.574399ms db_storage=1.314µs remote_storage=2.813µs web_handler=528ns query_engine=1.176µs scrape=499.502µs scrape_sd=165.148µs notify=22.757µs notify_sd=20.897µs rules=28.377284ms 2023-12-09T02:08:05.972 INFO:journalctl@ceph.prometheus.a.smithi125.stdout:Dec 09 02:08:05 smithi125 bash[58159]: ts=2023-12-09T02:08:05.638Z caller=main.go:896 level=info msg="Server is ready to receive web requests." 2023-12-09T02:08:07.079 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:08:06 smithi125 bash[25274]: cluster 2023-12-09T02:08:05.284187+0000 mgr.x (mgr.25049) 65 : cluster [DBG] pgmap v33: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-09T02:08:07.079 INFO:journalctl@ceph.node-exporter.b.smithi125.stdout:Dec 09 02:08:06 smithi125 systemd[1]: Stopping Ceph node-exporter.b for 6db93fb0-9635-11ee-95a3-87774f69a715... 2023-12-09T02:08:07.079 INFO:journalctl@ceph.node-exporter.b.smithi125.stdout:Dec 09 02:08:06 smithi125 bash[58354]: Error response from daemon: No such container: ceph-6db93fb0-9635-11ee-95a3-87774f69a715-node-exporter.b 2023-12-09T02:08:07.219 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:08:06 smithi067 bash[25104]: cluster 2023-12-09T02:08:05.284187+0000 mgr.x (mgr.25049) 65 : cluster [DBG] pgmap v33: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-09T02:08:07.219 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:08:06 smithi067 bash[30830]: cluster 2023-12-09T02:08:05.284187+0000 mgr.x (mgr.25049) 65 : cluster [DBG] pgmap v33: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-09T02:08:07.685 INFO:journalctl@ceph.node-exporter.b.smithi125.stdout:Dec 09 02:08:07 smithi125 bash[58364]: ceph-6db93fb0-9635-11ee-95a3-87774f69a715-node-exporter-b 2023-12-09T02:08:07.685 INFO:journalctl@ceph.node-exporter.b.smithi125.stdout:Dec 09 02:08:07 smithi125 bash[58400]: Error response from daemon: No such container: ceph-6db93fb0-9635-11ee-95a3-87774f69a715-node-exporter.b 2023-12-09T02:08:07.685 INFO:journalctl@ceph.node-exporter.b.smithi125.stdout:Dec 09 02:08:07 smithi125 systemd[1]: ceph-6db93fb0-9635-11ee-95a3-87774f69a715@node-exporter.b.service: Main process exited, code=exited, status=143/n/a 2023-12-09T02:08:07.685 INFO:journalctl@ceph.node-exporter.b.smithi125.stdout:Dec 09 02:08:07 smithi125 systemd[1]: ceph-6db93fb0-9635-11ee-95a3-87774f69a715@node-exporter.b.service: Failed with result 'exit-code'. 2023-12-09T02:08:07.685 INFO:journalctl@ceph.node-exporter.b.smithi125.stdout:Dec 09 02:08:07 smithi125 systemd[1]: Stopped Ceph node-exporter.b for 6db93fb0-9635-11ee-95a3-87774f69a715. 2023-12-09T02:08:07.685 INFO:journalctl@ceph.node-exporter.b.smithi125.stdout:Dec 09 02:08:07 smithi125 systemd[1]: Started Ceph node-exporter.b for 6db93fb0-9635-11ee-95a3-87774f69a715. 2023-12-09T02:08:08.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:08:08 smithi067 bash[25104]: audit 2023-12-09T02:08:06.778154+0000 mgr.x (mgr.25049) 66 : audit [DBG] from='client.25201 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:08:08.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:08:08 smithi067 bash[25104]: cluster 2023-12-09T02:08:07.285951+0000 mgr.x (mgr.25049) 67 : cluster [DBG] pgmap v34: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:08:08.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:08:08 smithi067 bash[25104]: audit 2023-12-09T02:08:07.668878+0000 mon.a (mon.0) 1298 : audit [INF] from='mgr.25049 ' entity='mgr.x' 2023-12-09T02:08:08.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:08:08 smithi067 bash[25104]: audit 2023-12-09T02:08:07.681287+0000 mon.a (mon.0) 1299 : audit [INF] from='mgr.25049 ' entity='mgr.x' 2023-12-09T02:08:08.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:08:08 smithi067 bash[25104]: cephadm 2023-12-09T02:08:07.688200+0000 mgr.x (mgr.25049) 68 : cephadm [INF] Reconfiguring grafana.a (dependencies changed)... 2023-12-09T02:08:08.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:08:08 smithi067 bash[25104]: cephadm 2023-12-09T02:08:07.706264+0000 mgr.x (mgr.25049) 69 : cephadm [INF] Regenerating cephadm self-signed grafana TLS certificates 2023-12-09T02:08:08.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:08:08 smithi067 bash[25104]: audit 2023-12-09T02:08:07.803648+0000 mon.a (mon.0) 1300 : audit [INF] from='mgr.25049 ' entity='mgr.x' 2023-12-09T02:08:08.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:08:08 smithi067 bash[25104]: audit 2023-12-09T02:08:07.813071+0000 mon.a (mon.0) 1301 : audit [INF] from='mgr.25049 ' entity='mgr.x' 2023-12-09T02:08:08.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:08:08 smithi067 bash[25104]: audit 2023-12-09T02:08:07.814747+0000 mon.b (mon.2) 60 : audit [INF] from='mgr.25049 172.21.15.125:0/1639941565' entity='mgr.x' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-09T02:08:08.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:08:08 smithi067 bash[30830]: audit 2023-12-09T02:08:06.778154+0000 mgr.x (mgr.25049) 66 : audit [DBG] from='client.25201 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:08:08.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:08:08 smithi067 bash[30830]: cluster 2023-12-09T02:08:07.285951+0000 mgr.x (mgr.25049) 67 : cluster [DBG] pgmap v34: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:08:08.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:08:08 smithi067 bash[30830]: audit 2023-12-09T02:08:07.668878+0000 mon.a (mon.0) 1298 : audit [INF] from='mgr.25049 ' entity='mgr.x' 2023-12-09T02:08:08.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:08:08 smithi067 bash[30830]: audit 2023-12-09T02:08:07.681287+0000 mon.a (mon.0) 1299 : audit [INF] from='mgr.25049 ' entity='mgr.x' 2023-12-09T02:08:08.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:08:08 smithi067 bash[30830]: cephadm 2023-12-09T02:08:07.688200+0000 mgr.x (mgr.25049) 68 : cephadm [INF] Reconfiguring grafana.a (dependencies changed)... 2023-12-09T02:08:08.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:08:08 smithi067 bash[30830]: cephadm 2023-12-09T02:08:07.706264+0000 mgr.x (mgr.25049) 69 : cephadm [INF] Regenerating cephadm self-signed grafana TLS certificates 2023-12-09T02:08:08.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:08:08 smithi067 bash[30830]: audit 2023-12-09T02:08:07.803648+0000 mon.a (mon.0) 1300 : audit [INF] from='mgr.25049 ' entity='mgr.x' 2023-12-09T02:08:08.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:08:08 smithi067 bash[30830]: audit 2023-12-09T02:08:07.813071+0000 mon.a (mon.0) 1301 : audit [INF] from='mgr.25049 ' entity='mgr.x' 2023-12-09T02:08:08.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:08:08 smithi067 bash[30830]: audit 2023-12-09T02:08:07.814747+0000 mon.b (mon.2) 60 : audit [INF] from='mgr.25049 172.21.15.125:0/1639941565' entity='mgr.x' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-09T02:08:08.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:08:08 smithi125 bash[25274]: audit 2023-12-09T02:08:06.778154+0000 mgr.x (mgr.25049) 66 : audit [DBG] from='client.25201 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:08:08.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:08:08 smithi125 bash[25274]: cluster 2023-12-09T02:08:07.285951+0000 mgr.x (mgr.25049) 67 : cluster [DBG] pgmap v34: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:08:08.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:08:08 smithi125 bash[25274]: audit 2023-12-09T02:08:07.668878+0000 mon.a (mon.0) 1298 : audit [INF] from='mgr.25049 ' entity='mgr.x' 2023-12-09T02:08:08.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:08:08 smithi125 bash[25274]: audit 2023-12-09T02:08:07.681287+0000 mon.a (mon.0) 1299 : audit [INF] from='mgr.25049 ' entity='mgr.x' 2023-12-09T02:08:08.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:08:08 smithi125 bash[25274]: cephadm 2023-12-09T02:08:07.688200+0000 mgr.x (mgr.25049) 68 : cephadm [INF] Reconfiguring grafana.a (dependencies changed)... 2023-12-09T02:08:08.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:08:08 smithi125 bash[25274]: cephadm 2023-12-09T02:08:07.706264+0000 mgr.x (mgr.25049) 69 : cephadm [INF] Regenerating cephadm self-signed grafana TLS certificates 2023-12-09T02:08:08.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:08:08 smithi125 bash[25274]: audit 2023-12-09T02:08:07.803648+0000 mon.a (mon.0) 1300 : audit [INF] from='mgr.25049 ' entity='mgr.x' 2023-12-09T02:08:08.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:08:08 smithi125 bash[25274]: audit 2023-12-09T02:08:07.813071+0000 mon.a (mon.0) 1301 : audit [INF] from='mgr.25049 ' entity='mgr.x' 2023-12-09T02:08:08.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:08:08 smithi125 bash[25274]: audit 2023-12-09T02:08:07.814747+0000 mon.b (mon.2) 60 : audit [INF] from='mgr.25049 172.21.15.125:0/1639941565' entity='mgr.x' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-09T02:08:08.973 INFO:journalctl@ceph.node-exporter.b.smithi125.stdout:Dec 09 02:08:08 smithi125 bash[58430]: ts=2023-12-09T02:08:08.771Z caller=node_exporter.go:182 level=info msg="Starting node_exporter" version="(version=1.3.1, branch=HEAD, revision=a2321e7b940ddcff26873612bccdf7cd4c42b6b6)" 2023-12-09T02:08:08.973 INFO:journalctl@ceph.node-exporter.b.smithi125.stdout:Dec 09 02:08:08 smithi125 bash[58430]: ts=2023-12-09T02:08:08.771Z caller=node_exporter.go:183 level=info msg="Build context" build_context="(go=go1.17.3, user=root@243aafa5525c, date=20211205-11:09:49)" 2023-12-09T02:08:08.973 INFO:journalctl@ceph.node-exporter.b.smithi125.stdout:Dec 09 02:08:08 smithi125 bash[58430]: ts=2023-12-09T02:08:08.772Z caller=filesystem_common.go:111 level=info collector=filesystem msg="Parsed flag --collector.filesystem.mount-points-exclude" flag=^/(dev|proc|run/credentials/.+|sys|var/lib/docker/.+)($|/) 2023-12-09T02:08:08.973 INFO:journalctl@ceph.node-exporter.b.smithi125.stdout:Dec 09 02:08:08 smithi125 bash[58430]: ts=2023-12-09T02:08:08.772Z caller=filesystem_common.go:113 level=info collector=filesystem msg="Parsed flag --collector.filesystem.fs-types-exclude" flag=^(autofs|binfmt_misc|bpf|cgroup2?|configfs|debugfs|devpts|devtmpfs|fusectl|hugetlbfs|iso9660|mqueue|nsfs|overlay|proc|procfs|pstore|rpc_pipefs|securityfs|selinuxfs|squashfs|sysfs|tracefs)$ 2023-12-09T02:08:08.973 INFO:journalctl@ceph.node-exporter.b.smithi125.stdout:Dec 09 02:08:08 smithi125 bash[58430]: ts=2023-12-09T02:08:08.773Z caller=node_exporter.go:108 level=info msg="Enabled collectors" 2023-12-09T02:08:08.973 INFO:journalctl@ceph.node-exporter.b.smithi125.stdout:Dec 09 02:08:08 smithi125 bash[58430]: ts=2023-12-09T02:08:08.773Z caller=node_exporter.go:115 level=info collector=arp 2023-12-09T02:08:08.973 INFO:journalctl@ceph.node-exporter.b.smithi125.stdout:Dec 09 02:08:08 smithi125 bash[58430]: ts=2023-12-09T02:08:08.773Z caller=node_exporter.go:115 level=info collector=bcache 2023-12-09T02:08:08.973 INFO:journalctl@ceph.node-exporter.b.smithi125.stdout:Dec 09 02:08:08 smithi125 bash[58430]: ts=2023-12-09T02:08:08.773Z caller=node_exporter.go:115 level=info collector=bonding 2023-12-09T02:08:08.973 INFO:journalctl@ceph.node-exporter.b.smithi125.stdout:Dec 09 02:08:08 smithi125 bash[58430]: ts=2023-12-09T02:08:08.773Z caller=node_exporter.go:115 level=info collector=btrfs 2023-12-09T02:08:08.973 INFO:journalctl@ceph.node-exporter.b.smithi125.stdout:Dec 09 02:08:08 smithi125 bash[58430]: ts=2023-12-09T02:08:08.773Z caller=node_exporter.go:115 level=info collector=conntrack 2023-12-09T02:08:08.973 INFO:journalctl@ceph.node-exporter.b.smithi125.stdout:Dec 09 02:08:08 smithi125 bash[58430]: ts=2023-12-09T02:08:08.773Z caller=node_exporter.go:115 level=info collector=cpu 2023-12-09T02:08:08.973 INFO:journalctl@ceph.node-exporter.b.smithi125.stdout:Dec 09 02:08:08 smithi125 bash[58430]: ts=2023-12-09T02:08:08.773Z caller=node_exporter.go:115 level=info collector=cpufreq 2023-12-09T02:08:08.973 INFO:journalctl@ceph.node-exporter.b.smithi125.stdout:Dec 09 02:08:08 smithi125 bash[58430]: ts=2023-12-09T02:08:08.773Z caller=node_exporter.go:115 level=info collector=diskstats 2023-12-09T02:08:08.973 INFO:journalctl@ceph.node-exporter.b.smithi125.stdout:Dec 09 02:08:08 smithi125 bash[58430]: ts=2023-12-09T02:08:08.773Z caller=node_exporter.go:115 level=info collector=dmi 2023-12-09T02:08:08.973 INFO:journalctl@ceph.node-exporter.b.smithi125.stdout:Dec 09 02:08:08 smithi125 bash[58430]: ts=2023-12-09T02:08:08.773Z caller=node_exporter.go:115 level=info collector=edac 2023-12-09T02:08:08.974 INFO:journalctl@ceph.node-exporter.b.smithi125.stdout:Dec 09 02:08:08 smithi125 bash[58430]: ts=2023-12-09T02:08:08.773Z caller=node_exporter.go:115 level=info collector=entropy 2023-12-09T02:08:08.974 INFO:journalctl@ceph.node-exporter.b.smithi125.stdout:Dec 09 02:08:08 smithi125 bash[58430]: ts=2023-12-09T02:08:08.773Z caller=node_exporter.go:115 level=info collector=fibrechannel 2023-12-09T02:08:08.974 INFO:journalctl@ceph.node-exporter.b.smithi125.stdout:Dec 09 02:08:08 smithi125 bash[58430]: ts=2023-12-09T02:08:08.773Z caller=node_exporter.go:115 level=info collector=filefd 2023-12-09T02:08:08.974 INFO:journalctl@ceph.node-exporter.b.smithi125.stdout:Dec 09 02:08:08 smithi125 bash[58430]: ts=2023-12-09T02:08:08.773Z caller=node_exporter.go:115 level=info collector=filesystem 2023-12-09T02:08:08.974 INFO:journalctl@ceph.node-exporter.b.smithi125.stdout:Dec 09 02:08:08 smithi125 bash[58430]: ts=2023-12-09T02:08:08.773Z caller=node_exporter.go:115 level=info collector=hwmon 2023-12-09T02:08:08.974 INFO:journalctl@ceph.node-exporter.b.smithi125.stdout:Dec 09 02:08:08 smithi125 bash[58430]: ts=2023-12-09T02:08:08.773Z caller=node_exporter.go:115 level=info collector=infiniband 2023-12-09T02:08:08.974 INFO:journalctl@ceph.node-exporter.b.smithi125.stdout:Dec 09 02:08:08 smithi125 bash[58430]: ts=2023-12-09T02:08:08.773Z caller=node_exporter.go:115 level=info collector=ipvs 2023-12-09T02:08:08.975 INFO:journalctl@ceph.node-exporter.b.smithi125.stdout:Dec 09 02:08:08 smithi125 bash[58430]: ts=2023-12-09T02:08:08.773Z caller=node_exporter.go:115 level=info collector=loadavg 2023-12-09T02:08:08.975 INFO:journalctl@ceph.node-exporter.b.smithi125.stdout:Dec 09 02:08:08 smithi125 bash[58430]: ts=2023-12-09T02:08:08.773Z caller=node_exporter.go:115 level=info collector=mdadm 2023-12-09T02:08:08.975 INFO:journalctl@ceph.node-exporter.b.smithi125.stdout:Dec 09 02:08:08 smithi125 bash[58430]: ts=2023-12-09T02:08:08.773Z caller=node_exporter.go:115 level=info collector=meminfo 2023-12-09T02:08:08.975 INFO:journalctl@ceph.node-exporter.b.smithi125.stdout:Dec 09 02:08:08 smithi125 bash[58430]: ts=2023-12-09T02:08:08.773Z caller=node_exporter.go:115 level=info collector=netclass 2023-12-09T02:08:08.975 INFO:journalctl@ceph.node-exporter.b.smithi125.stdout:Dec 09 02:08:08 smithi125 bash[58430]: ts=2023-12-09T02:08:08.773Z caller=node_exporter.go:115 level=info collector=netdev 2023-12-09T02:08:08.975 INFO:journalctl@ceph.node-exporter.b.smithi125.stdout:Dec 09 02:08:08 smithi125 bash[58430]: ts=2023-12-09T02:08:08.773Z caller=node_exporter.go:115 level=info collector=netstat 2023-12-09T02:08:08.975 INFO:journalctl@ceph.node-exporter.b.smithi125.stdout:Dec 09 02:08:08 smithi125 bash[58430]: ts=2023-12-09T02:08:08.773Z caller=node_exporter.go:115 level=info collector=nfs 2023-12-09T02:08:08.975 INFO:journalctl@ceph.node-exporter.b.smithi125.stdout:Dec 09 02:08:08 smithi125 bash[58430]: ts=2023-12-09T02:08:08.773Z caller=node_exporter.go:115 level=info collector=nfsd 2023-12-09T02:08:08.975 INFO:journalctl@ceph.node-exporter.b.smithi125.stdout:Dec 09 02:08:08 smithi125 bash[58430]: ts=2023-12-09T02:08:08.773Z caller=node_exporter.go:115 level=info collector=nvme 2023-12-09T02:08:08.975 INFO:journalctl@ceph.node-exporter.b.smithi125.stdout:Dec 09 02:08:08 smithi125 bash[58430]: ts=2023-12-09T02:08:08.773Z caller=node_exporter.go:115 level=info collector=os 2023-12-09T02:08:08.975 INFO:journalctl@ceph.node-exporter.b.smithi125.stdout:Dec 09 02:08:08 smithi125 bash[58430]: ts=2023-12-09T02:08:08.773Z caller=node_exporter.go:115 level=info collector=powersupplyclass 2023-12-09T02:08:08.975 INFO:journalctl@ceph.node-exporter.b.smithi125.stdout:Dec 09 02:08:08 smithi125 bash[58430]: ts=2023-12-09T02:08:08.773Z caller=node_exporter.go:115 level=info collector=pressure 2023-12-09T02:08:08.975 INFO:journalctl@ceph.node-exporter.b.smithi125.stdout:Dec 09 02:08:08 smithi125 bash[58430]: ts=2023-12-09T02:08:08.773Z caller=node_exporter.go:115 level=info collector=rapl 2023-12-09T02:08:08.975 INFO:journalctl@ceph.node-exporter.b.smithi125.stdout:Dec 09 02:08:08 smithi125 bash[58430]: ts=2023-12-09T02:08:08.773Z caller=node_exporter.go:115 level=info collector=schedstat 2023-12-09T02:08:08.975 INFO:journalctl@ceph.node-exporter.b.smithi125.stdout:Dec 09 02:08:08 smithi125 bash[58430]: ts=2023-12-09T02:08:08.773Z caller=node_exporter.go:115 level=info collector=sockstat 2023-12-09T02:08:08.975 INFO:journalctl@ceph.node-exporter.b.smithi125.stdout:Dec 09 02:08:08 smithi125 bash[58430]: ts=2023-12-09T02:08:08.773Z caller=node_exporter.go:115 level=info collector=softnet 2023-12-09T02:08:08.976 INFO:journalctl@ceph.node-exporter.b.smithi125.stdout:Dec 09 02:08:08 smithi125 bash[58430]: ts=2023-12-09T02:08:08.773Z caller=node_exporter.go:115 level=info collector=stat 2023-12-09T02:08:08.976 INFO:journalctl@ceph.node-exporter.b.smithi125.stdout:Dec 09 02:08:08 smithi125 bash[58430]: ts=2023-12-09T02:08:08.773Z caller=node_exporter.go:115 level=info collector=tapestats 2023-12-09T02:08:08.976 INFO:journalctl@ceph.node-exporter.b.smithi125.stdout:Dec 09 02:08:08 smithi125 bash[58430]: ts=2023-12-09T02:08:08.773Z caller=node_exporter.go:115 level=info collector=textfile 2023-12-09T02:08:08.976 INFO:journalctl@ceph.node-exporter.b.smithi125.stdout:Dec 09 02:08:08 smithi125 bash[58430]: ts=2023-12-09T02:08:08.773Z caller=node_exporter.go:115 level=info collector=thermal_zone 2023-12-09T02:08:08.976 INFO:journalctl@ceph.node-exporter.b.smithi125.stdout:Dec 09 02:08:08 smithi125 bash[58430]: ts=2023-12-09T02:08:08.773Z caller=node_exporter.go:115 level=info collector=time 2023-12-09T02:08:08.976 INFO:journalctl@ceph.node-exporter.b.smithi125.stdout:Dec 09 02:08:08 smithi125 bash[58430]: ts=2023-12-09T02:08:08.773Z caller=node_exporter.go:115 level=info collector=udp_queues 2023-12-09T02:08:08.976 INFO:journalctl@ceph.node-exporter.b.smithi125.stdout:Dec 09 02:08:08 smithi125 bash[58430]: ts=2023-12-09T02:08:08.773Z caller=node_exporter.go:115 level=info collector=uname 2023-12-09T02:08:08.976 INFO:journalctl@ceph.node-exporter.b.smithi125.stdout:Dec 09 02:08:08 smithi125 bash[58430]: ts=2023-12-09T02:08:08.773Z caller=node_exporter.go:115 level=info collector=vmstat 2023-12-09T02:08:08.976 INFO:journalctl@ceph.node-exporter.b.smithi125.stdout:Dec 09 02:08:08 smithi125 bash[58430]: ts=2023-12-09T02:08:08.773Z caller=node_exporter.go:115 level=info collector=xfs 2023-12-09T02:08:08.976 INFO:journalctl@ceph.node-exporter.b.smithi125.stdout:Dec 09 02:08:08 smithi125 bash[58430]: ts=2023-12-09T02:08:08.774Z caller=node_exporter.go:115 level=info collector=zfs 2023-12-09T02:08:08.976 INFO:journalctl@ceph.node-exporter.b.smithi125.stdout:Dec 09 02:08:08 smithi125 bash[58430]: ts=2023-12-09T02:08:08.774Z caller=node_exporter.go:199 level=info msg="Listening on" address=:9100 2023-12-09T02:08:08.976 INFO:journalctl@ceph.node-exporter.b.smithi125.stdout:Dec 09 02:08:08 smithi125 bash[58430]: ts=2023-12-09T02:08:08.774Z caller=tls_config.go:195 level=info msg="TLS is disabled." http2=false 2023-12-09T02:08:09.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:08:09 smithi067 bash[25104]: audit 2023-12-09T02:08:07.815785+0000 mgr.x (mgr.25049) 70 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-09T02:08:09.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:08:09 smithi067 bash[25104]: cephadm 2023-12-09T02:08:07.820152+0000 mgr.x (mgr.25049) 71 : cephadm [INF] Reconfiguring daemon grafana.a on smithi125 2023-12-09T02:08:09.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:08:09 smithi067 bash[30830]: audit 2023-12-09T02:08:07.815785+0000 mgr.x (mgr.25049) 70 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-09T02:08:09.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:08:09 smithi067 bash[30830]: cephadm 2023-12-09T02:08:07.820152+0000 mgr.x (mgr.25049) 71 : cephadm [INF] Reconfiguring daemon grafana.a on smithi125 2023-12-09T02:08:09.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:08:09 smithi125 bash[25274]: audit 2023-12-09T02:08:07.815785+0000 mgr.x (mgr.25049) 70 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-09T02:08:09.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:08:09 smithi125 bash[25274]: cephadm 2023-12-09T02:08:07.820152+0000 mgr.x (mgr.25049) 71 : cephadm [INF] Reconfiguring daemon grafana.a on smithi125 2023-12-09T02:08:10.759 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:08:10 smithi067 bash[25104]: cluster 2023-12-09T02:08:09.286660+0000 mgr.x (mgr.25049) 72 : cluster [DBG] pgmap v35: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:08:10.759 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:08:10 smithi067 bash[30830]: cluster 2023-12-09T02:08:09.286660+0000 mgr.x (mgr.25049) 72 : cluster [DBG] pgmap v35: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:08:10.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:08:10 smithi125 bash[25274]: cluster 2023-12-09T02:08:09.286660+0000 mgr.x (mgr.25049) 72 : cluster [DBG] pgmap v35: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:08:12.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:08:12 smithi067 bash[25104]: cluster 2023-12-09T02:08:11.288477+0000 mgr.x (mgr.25049) 73 : cluster [DBG] pgmap v36: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:08:12.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:08:12 smithi067 bash[30830]: cluster 2023-12-09T02:08:11.288477+0000 mgr.x (mgr.25049) 73 : cluster [DBG] pgmap v36: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:08:12.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:08:12 smithi125 bash[25274]: cluster 2023-12-09T02:08:11.288477+0000 mgr.x (mgr.25049) 73 : cluster [DBG] pgmap v36: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:08:14.471 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 02:08:14 smithi125 bash[55867]: ::ffff:172.21.15.125 - - [09/Dec/2023:02:08:14] "GET /metrics HTTP/1.1" 200 38141 "" "Prometheus/2.33.4" 2023-12-09T02:08:14.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:08:14 smithi067 bash[25104]: cluster 2023-12-09T02:08:13.288954+0000 mgr.x (mgr.25049) 74 : cluster [DBG] pgmap v37: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:08:14.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:08:14 smithi067 bash[30830]: cluster 2023-12-09T02:08:13.288954+0000 mgr.x (mgr.25049) 74 : cluster [DBG] pgmap v37: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:08:14.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:08:14 smithi125 bash[25274]: cluster 2023-12-09T02:08:13.288954+0000 mgr.x (mgr.25049) 74 : cluster [DBG] pgmap v37: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:08:16.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:08:16 smithi067 bash[25104]: cluster 2023-12-09T02:08:15.289698+0000 mgr.x (mgr.25049) 75 : cluster [DBG] pgmap v38: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:08:16.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:08:16 smithi067 bash[30830]: cluster 2023-12-09T02:08:15.289698+0000 mgr.x (mgr.25049) 75 : cluster [DBG] pgmap v38: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:08:16.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:08:16 smithi125 bash[25274]: cluster 2023-12-09T02:08:15.289698+0000 mgr.x (mgr.25049) 75 : cluster [DBG] pgmap v38: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:08:18.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:08:18 smithi067 bash[30830]: audit 2023-12-09T02:08:16.788384+0000 mgr.x (mgr.25049) 76 : audit [DBG] from='client.25201 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:08:18.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:08:18 smithi067 bash[30830]: cluster 2023-12-09T02:08:17.290667+0000 mgr.x (mgr.25049) 77 : cluster [DBG] pgmap v39: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:08:18.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:08:18 smithi067 bash[25104]: audit 2023-12-09T02:08:16.788384+0000 mgr.x (mgr.25049) 76 : audit [DBG] from='client.25201 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:08:18.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:08:18 smithi067 bash[25104]: cluster 2023-12-09T02:08:17.290667+0000 mgr.x (mgr.25049) 77 : cluster [DBG] pgmap v39: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:08:18.971 INFO:journalctl@ceph.prometheus.a.smithi125.stdout:Dec 09 02:08:18 smithi125 bash[58159]: ts=2023-12-09T02:08:18.660Z caller=manager.go:609 level=warn component="rule manager" group=osd msg="Evaluating rule failed" rule="alert: CephOSDFlapping\nexpr: (rate(ceph_osd_up[5m]) * on(ceph_daemon) group_left(hostname) ceph_osd_metadata)\n * 60 > 1\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.4.4\n severity: warning\n type: ceph_default\nannotations:\n description: OSD {{ $labels.ceph_daemon }} on {{ $labels.hostname }} was marked\n down and back up {{ $value | humanize }} times once a minute for 5 minutes. This\n may indicate a network issue (latency, packet loss, MTU mismatch) on the cluster\n network, or the public network if no cluster network is deployed. Check the network\n stats on the listed host(s).\n documentation: https://docs.ceph.com/en/latest/rados/troubleshooting/troubleshooting-osd#flapping-osds\n summary: Network issues are causing OSDs to flap (mark each other down)\n" err="found duplicate series for the match group {ceph_daemon=\"osd.0\"} on the right hand-side of the operation: [{__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.67\", device_class=\"ssd\", hostname=\"smithi067\", instance=\"smithi125:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.67\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.67\", device_class=\"ssd\", hostname=\"smithi067\", instance=\"172.21.15.125:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.67\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-09T02:08:18.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:08:18 smithi125 bash[25274]: audit 2023-12-09T02:08:16.788384+0000 mgr.x (mgr.25049) 76 : audit [DBG] from='client.25201 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:08:18.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:08:18 smithi125 bash[25274]: cluster 2023-12-09T02:08:17.290667+0000 mgr.x (mgr.25049) 77 : cluster [DBG] pgmap v39: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:08:19.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:08:19 smithi067 bash[25104]: audit 2023-12-09T02:08:19.440255+0000 mon.b (mon.2) 61 : audit [DBG] from='mgr.25049 172.21.15.125:0/1639941565' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:08:19.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:08:19 smithi067 bash[30830]: audit 2023-12-09T02:08:19.440255+0000 mon.b (mon.2) 61 : audit [DBG] from='mgr.25049 172.21.15.125:0/1639941565' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:08:19.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:08:19 smithi125 bash[25274]: audit 2023-12-09T02:08:19.440255+0000 mon.b (mon.2) 61 : audit [DBG] from='mgr.25049 172.21.15.125:0/1639941565' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:08:20.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:08:20 smithi067 bash[25104]: cluster 2023-12-09T02:08:19.291362+0000 mgr.x (mgr.25049) 78 : cluster [DBG] pgmap v40: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:08:20.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:08:20 smithi067 bash[30830]: cluster 2023-12-09T02:08:19.291362+0000 mgr.x (mgr.25049) 78 : cluster [DBG] pgmap v40: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:08:20.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:08:20 smithi125 bash[25274]: cluster 2023-12-09T02:08:19.291362+0000 mgr.x (mgr.25049) 78 : cluster [DBG] pgmap v40: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:08:22.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:08:22 smithi067 bash[25104]: cluster 2023-12-09T02:08:21.293273+0000 mgr.x (mgr.25049) 79 : cluster [DBG] pgmap v41: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:08:22.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:08:22 smithi067 bash[30830]: cluster 2023-12-09T02:08:21.293273+0000 mgr.x (mgr.25049) 79 : cluster [DBG] pgmap v41: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:08:22.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:08:22 smithi125 bash[25274]: cluster 2023-12-09T02:08:21.293273+0000 mgr.x (mgr.25049) 79 : cluster [DBG] pgmap v41: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:08:24.472 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 02:08:24 smithi125 bash[55867]: ::ffff:172.21.15.125 - - [09/Dec/2023:02:08:24] "GET /metrics HTTP/1.1" 200 38138 "" "Prometheus/2.33.4" 2023-12-09T02:08:24.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:08:24 smithi067 bash[30830]: cluster 2023-12-09T02:08:23.294078+0000 mgr.x (mgr.25049) 80 : cluster [DBG] pgmap v42: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:08:24.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:08:24 smithi067 bash[25104]: cluster 2023-12-09T02:08:23.294078+0000 mgr.x (mgr.25049) 80 : cluster [DBG] pgmap v42: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:08:24.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:08:24 smithi125 bash[25274]: cluster 2023-12-09T02:08:23.294078+0000 mgr.x (mgr.25049) 80 : cluster [DBG] pgmap v42: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:08:25.034 INFO:teuthology.orchestra.run.smithi067.stdout:true 2023-12-09T02:08:25.812 INFO:teuthology.orchestra.run.smithi067.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-09T02:08:25.812 INFO:teuthology.orchestra.run.smithi067.stdout:agent.smithi067 smithi067 starting - - - - 2023-12-09T02:08:25.812 INFO:teuthology.orchestra.run.smithi067.stdout:agent.smithi125 smithi125 starting - - - - 2023-12-09T02:08:25.812 INFO:teuthology.orchestra.run.smithi067.stdout:alertmanager.a smithi067 *:9093,9094 starting - - - - 2023-12-09T02:08:25.812 INFO:teuthology.orchestra.run.smithi067.stdout:grafana.a smithi125 *:3000 running (7m) 76s ago 7m 45.6M - 8.3.5 dad864ee21e9 97e19f3f7612 2023-12-09T02:08:25.813 INFO:teuthology.orchestra.run.smithi067.stdout:iscsi.foo.smithi067.oajywc smithi067 starting - - - - 2023-12-09T02:08:25.813 INFO:teuthology.orchestra.run.smithi067.stdout:mgr.x smithi125 *:8443,9283 starting - - - - 2023-12-09T02:08:25.813 INFO:teuthology.orchestra.run.smithi067.stdout:mgr.y smithi067 *:9283 running (16m) 83s ago 16m 463M - 17.2.0 e1d6a67b021e 382a1215a0b2 2023-12-09T02:08:25.813 INFO:teuthology.orchestra.run.smithi067.stdout:mon.a smithi067 running (16m) 83s ago 16m 59.1M 2048M 17.2.0 e1d6a67b021e 593937a1afc6 2023-12-09T02:08:25.813 INFO:teuthology.orchestra.run.smithi067.stdout:mon.b smithi125 running (14m) 76s ago 14m 48.9M 2048M 17.2.0 e1d6a67b021e 8237ce022316 2023-12-09T02:08:25.813 INFO:teuthology.orchestra.run.smithi067.stdout:mon.c smithi067 running (14m) 83s ago 14m 47.8M 2048M 17.2.0 e1d6a67b021e c4b6ab6450e8 2023-12-09T02:08:25.813 INFO:teuthology.orchestra.run.smithi067.stdout:node-exporter.a smithi067 *:9100 starting - - - - 2023-12-09T02:08:25.813 INFO:teuthology.orchestra.run.smithi067.stdout:node-exporter.b smithi125 *:9100 starting - - - - 2023-12-09T02:08:25.813 INFO:teuthology.orchestra.run.smithi067.stdout:osd.0 smithi067 running (13m) 83s ago 13m 58.4M 4096M 17.2.0 e1d6a67b021e 8028f118e61c 2023-12-09T02:08:25.813 INFO:teuthology.orchestra.run.smithi067.stdout:osd.1 smithi067 running (12m) 83s ago 12m 61.0M 4096M 17.2.0 e1d6a67b021e d8a826789ab9 2023-12-09T02:08:25.813 INFO:teuthology.orchestra.run.smithi067.stdout:osd.2 smithi067 running (12m) 83s ago 12m 53.4M 4096M 17.2.0 e1d6a67b021e 4a0ed55ab397 2023-12-09T02:08:25.813 INFO:teuthology.orchestra.run.smithi067.stdout:osd.3 smithi067 running (11m) 83s ago 11m 57.2M 4096M 17.2.0 e1d6a67b021e 200513eb3289 2023-12-09T02:08:25.813 INFO:teuthology.orchestra.run.smithi067.stdout:osd.4 smithi125 running (10m) 76s ago 11m 58.6M 4096M 17.2.0 e1d6a67b021e 03a86e583fa8 2023-12-09T02:08:25.813 INFO:teuthology.orchestra.run.smithi067.stdout:osd.5 smithi125 running (10m) 76s ago 10m 54.0M 4096M 17.2.0 e1d6a67b021e 69bedd006f74 2023-12-09T02:08:25.813 INFO:teuthology.orchestra.run.smithi067.stdout:osd.6 smithi125 running (9m) 76s ago 9m 51.9M 4096M 17.2.0 e1d6a67b021e 30344497f6d2 2023-12-09T02:08:25.814 INFO:teuthology.orchestra.run.smithi067.stdout:osd.7 smithi125 running (9m) 76s ago 9m 56.2M 4096M 17.2.0 e1d6a67b021e 8791b422aafd 2023-12-09T02:08:25.814 INFO:teuthology.orchestra.run.smithi067.stdout:prometheus.a smithi125 *:9095 starting - - - - 2023-12-09T02:08:25.814 INFO:teuthology.orchestra.run.smithi067.stdout:rgw.foo.smithi067.rqvsfw smithi067 *:8000 running (5m) 83s ago 5m 85.6M - 17.2.0 e1d6a67b021e 72086955a09f 2023-12-09T02:08:25.814 INFO:teuthology.orchestra.run.smithi067.stdout:rgw.foo.smithi125.wanndy smithi125 *:8000 running (5m) 76s ago 5m 85.7M - 17.2.0 e1d6a67b021e 89b35e95d314 2023-12-09T02:08:25.814 INFO:teuthology.orchestra.run.smithi067.stdout:rgw.smpl.smithi067.mukdcu smithi067 *:80 running (5m) 83s ago 5m 85.5M - 17.2.0 e1d6a67b021e b813f19c7bee 2023-12-09T02:08:25.814 INFO:teuthology.orchestra.run.smithi067.stdout:rgw.smpl.smithi125.ngrzpa smithi125 *:80 running (5m) 76s ago 5m 85.8M - 17.2.0 e1d6a67b021e 96b29ebc04e4 2023-12-09T02:08:26.260 INFO:teuthology.orchestra.run.smithi067.stdout:{ 2023-12-09T02:08:26.261 INFO:teuthology.orchestra.run.smithi067.stdout: "mon": { 2023-12-09T02:08:26.261 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 3 2023-12-09T02:08:26.261 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2023-12-09T02:08:26.261 INFO:teuthology.orchestra.run.smithi067.stdout: "mgr": { 2023-12-09T02:08:26.261 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-12-09T02:08:26.261 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 19.0.0-44-g9dcc13bb (9dcc13bb80dcc1cdea72b04d80505b4649a2b882) reef (dev)": 1 2023-12-09T02:08:26.261 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2023-12-09T02:08:26.261 INFO:teuthology.orchestra.run.smithi067.stdout: "osd": { 2023-12-09T02:08:26.261 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-09T02:08:26.261 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2023-12-09T02:08:26.261 INFO:teuthology.orchestra.run.smithi067.stdout: "mds": {}, 2023-12-09T02:08:26.261 INFO:teuthology.orchestra.run.smithi067.stdout: "rgw": { 2023-12-09T02:08:26.261 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2023-12-09T02:08:26.261 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2023-12-09T02:08:26.261 INFO:teuthology.orchestra.run.smithi067.stdout: "overall": { 2023-12-09T02:08:26.262 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 16, 2023-12-09T02:08:26.262 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 19.0.0-44-g9dcc13bb (9dcc13bb80dcc1cdea72b04d80505b4649a2b882) reef (dev)": 1 2023-12-09T02:08:26.262 INFO:teuthology.orchestra.run.smithi067.stdout: } 2023-12-09T02:08:26.262 INFO:teuthology.orchestra.run.smithi067.stdout:} 2023-12-09T02:08:26.643 INFO:teuthology.orchestra.run.smithi067.stdout:{ 2023-12-09T02:08:26.643 INFO:teuthology.orchestra.run.smithi067.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:9dcc13bb80dcc1cdea72b04d80505b4649a2b882", 2023-12-09T02:08:26.644 INFO:teuthology.orchestra.run.smithi067.stdout: "in_progress": true, 2023-12-09T02:08:26.644 INFO:teuthology.orchestra.run.smithi067.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-09T02:08:26.644 INFO:teuthology.orchestra.run.smithi067.stdout: "services_complete": [], 2023-12-09T02:08:26.644 INFO:teuthology.orchestra.run.smithi067.stdout: "progress": "", 2023-12-09T02:08:26.644 INFO:teuthology.orchestra.run.smithi067.stdout: "message": "", 2023-12-09T02:08:26.644 INFO:teuthology.orchestra.run.smithi067.stdout: "is_paused": false 2023-12-09T02:08:26.644 INFO:teuthology.orchestra.run.smithi067.stdout:} 2023-12-09T02:08:26.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:08:26 smithi067 bash[25104]: audit 2023-12-09T02:08:25.013789+0000 mgr.x (mgr.25049) 81 : audit [DBG] from='client.25297 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:08:26.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:08:26 smithi067 bash[25104]: cluster 2023-12-09T02:08:25.295879+0000 mgr.x (mgr.25049) 82 : cluster [DBG] pgmap v43: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:08:26.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:08:26 smithi067 bash[25104]: audit 2023-12-09T02:08:25.402021+0000 mgr.x (mgr.25049) 83 : audit [DBG] from='client.25303 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:08:26.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:08:26 smithi067 bash[25104]: audit 2023-12-09T02:08:26.260444+0000 mon.a (mon.0) 1302 : audit [DBG] from='client.? 172.21.15.67:0/2531159081' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:08:26.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:08:26 smithi067 bash[30830]: audit 2023-12-09T02:08:25.013789+0000 mgr.x (mgr.25049) 81 : audit [DBG] from='client.25297 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:08:26.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:08:26 smithi067 bash[30830]: cluster 2023-12-09T02:08:25.295879+0000 mgr.x (mgr.25049) 82 : cluster [DBG] pgmap v43: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:08:26.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:08:26 smithi067 bash[30830]: audit 2023-12-09T02:08:25.402021+0000 mgr.x (mgr.25049) 83 : audit [DBG] from='client.25303 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:08:26.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:08:26 smithi067 bash[30830]: audit 2023-12-09T02:08:26.260444+0000 mon.a (mon.0) 1302 : audit [DBG] from='client.? 172.21.15.67:0/2531159081' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:08:26.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:08:26 smithi125 bash[25274]: audit 2023-12-09T02:08:25.013789+0000 mgr.x (mgr.25049) 81 : audit [DBG] from='client.25297 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:08:26.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:08:26 smithi125 bash[25274]: cluster 2023-12-09T02:08:25.295879+0000 mgr.x (mgr.25049) 82 : cluster [DBG] pgmap v43: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:08:26.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:08:26 smithi125 bash[25274]: audit 2023-12-09T02:08:25.402021+0000 mgr.x (mgr.25049) 83 : audit [DBG] from='client.25303 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:08:26.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:08:26 smithi125 bash[25274]: audit 2023-12-09T02:08:26.260444+0000 mon.a (mon.0) 1302 : audit [DBG] from='client.? 172.21.15.67:0/2531159081' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:08:27.073 INFO:teuthology.orchestra.run.smithi067.stdout:HEALTH_OK 2023-12-09T02:08:27.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:08:27 smithi125 bash[25274]: audit 2023-12-09T02:08:25.782229+0000 mgr.x (mgr.25049) 84 : audit [DBG] from='client.15378 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:08:27.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:08:27 smithi125 bash[25274]: audit 2023-12-09T02:08:26.639416+0000 mgr.x (mgr.25049) 85 : audit [DBG] from='client.15390 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:08:27.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:08:27 smithi125 bash[25274]: audit 2023-12-09T02:08:27.073319+0000 mon.a (mon.0) 1303 : audit [DBG] from='client.? 172.21.15.67:0/648607573' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-09T02:08:28.219 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:08:27 smithi067 bash[25104]: audit 2023-12-09T02:08:25.782229+0000 mgr.x (mgr.25049) 84 : audit [DBG] from='client.15378 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:08:28.219 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:08:27 smithi067 bash[25104]: audit 2023-12-09T02:08:26.639416+0000 mgr.x (mgr.25049) 85 : audit [DBG] from='client.15390 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:08:28.219 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:08:27 smithi067 bash[25104]: audit 2023-12-09T02:08:27.073319+0000 mon.a (mon.0) 1303 : audit [DBG] from='client.? 172.21.15.67:0/648607573' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-09T02:08:28.220 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:08:27 smithi067 bash[30830]: audit 2023-12-09T02:08:25.782229+0000 mgr.x (mgr.25049) 84 : audit [DBG] from='client.15378 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:08:28.220 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:08:27 smithi067 bash[30830]: audit 2023-12-09T02:08:26.639416+0000 mgr.x (mgr.25049) 85 : audit [DBG] from='client.15390 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:08:28.220 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:08:27 smithi067 bash[30830]: audit 2023-12-09T02:08:27.073319+0000 mon.a (mon.0) 1303 : audit [DBG] from='client.? 172.21.15.67:0/648607573' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-09T02:08:28.958 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:08:28 smithi125 bash[25274]: audit 2023-12-09T02:08:26.798477+0000 mgr.x (mgr.25049) 86 : audit [DBG] from='client.25201 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:08:28.959 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:08:28 smithi125 bash[25274]: cluster 2023-12-09T02:08:27.297084+0000 mgr.x (mgr.25049) 87 : cluster [DBG] pgmap v44: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:08:28.959 INFO:journalctl@ceph.prometheus.a.smithi125.stdout:Dec 09 02:08:28 smithi125 bash[58159]: ts=2023-12-09T02:08:28.660Z caller=manager.go:609 level=warn component="rule manager" group=osd msg="Evaluating rule failed" rule="alert: CephOSDFlapping\nexpr: (rate(ceph_osd_up[5m]) * on(ceph_daemon) group_left(hostname) ceph_osd_metadata)\n * 60 > 1\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.4.4\n severity: warning\n type: ceph_default\nannotations:\n description: OSD {{ $labels.ceph_daemon }} on {{ $labels.hostname }} was marked\n down and back up {{ $value | humanize }} times once a minute for 5 minutes. This\n may indicate a network issue (latency, packet loss, MTU mismatch) on the cluster\n network, or the public network if no cluster network is deployed. Check the network\n stats on the listed host(s).\n documentation: https://docs.ceph.com/en/latest/rados/troubleshooting/troubleshooting-osd#flapping-osds\n summary: Network issues are causing OSDs to flap (mark each other down)\n" err="found duplicate series for the match group {ceph_daemon=\"osd.0\"} on the right hand-side of the operation: [{__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.67\", device_class=\"ssd\", hostname=\"smithi067\", instance=\"smithi125:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.67\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.67\", device_class=\"ssd\", hostname=\"smithi067\", instance=\"172.21.15.125:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.67\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-09T02:08:29.219 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:08:28 smithi067 bash[25104]: audit 2023-12-09T02:08:26.798477+0000 mgr.x (mgr.25049) 86 : audit [DBG] from='client.25201 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:08:29.219 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:08:28 smithi067 bash[25104]: cluster 2023-12-09T02:08:27.297084+0000 mgr.x (mgr.25049) 87 : cluster [DBG] pgmap v44: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:08:29.219 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:08:28 smithi067 bash[30830]: audit 2023-12-09T02:08:26.798477+0000 mgr.x (mgr.25049) 86 : audit [DBG] from='client.25201 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:08:29.220 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:08:28 smithi067 bash[30830]: cluster 2023-12-09T02:08:27.297084+0000 mgr.x (mgr.25049) 87 : cluster [DBG] pgmap v44: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:08:30.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:08:30 smithi125 bash[25274]: cluster 2023-12-09T02:08:29.297860+0000 mgr.x (mgr.25049) 88 : cluster [DBG] pgmap v45: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:08:31.219 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:08:30 smithi067 bash[25104]: cluster 2023-12-09T02:08:29.297860+0000 mgr.x (mgr.25049) 88 : cluster [DBG] pgmap v45: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:08:31.219 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:08:30 smithi067 bash[30830]: cluster 2023-12-09T02:08:29.297860+0000 mgr.x (mgr.25049) 88 : cluster [DBG] pgmap v45: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:08:31.416 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:08:31 smithi125 systemd[1]: Stopping Ceph grafana.a for 6db93fb0-9635-11ee-95a3-87774f69a715... 2023-12-09T02:08:31.417 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:08:31 smithi125 bash[59263]: Error response from daemon: No such container: ceph-6db93fb0-9635-11ee-95a3-87774f69a715-grafana.a 2023-12-09T02:08:31.417 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:08:31 smithi125 bash[46294]: t=2023-12-09T02:08:31+0000 lvl=info msg="Shutdown started" logger=server reason="System signal: terminated" 2023-12-09T02:08:31.842 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:08:31 smithi125 bash[59273]: ceph-6db93fb0-9635-11ee-95a3-87774f69a715-grafana-a 2023-12-09T02:08:32.104 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:08:31 smithi125 bash[59310]: Error response from daemon: No such container: ceph-6db93fb0-9635-11ee-95a3-87774f69a715-grafana.a 2023-12-09T02:08:32.104 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:08:32 smithi125 systemd[1]: ceph-6db93fb0-9635-11ee-95a3-87774f69a715@grafana.a.service: Succeeded. 2023-12-09T02:08:32.104 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:08:32 smithi125 systemd[1]: Stopped Ceph grafana.a for 6db93fb0-9635-11ee-95a3-87774f69a715. 2023-12-09T02:08:32.104 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:08:32 smithi125 systemd[1]: Started Ceph grafana.a for 6db93fb0-9635-11ee-95a3-87774f69a715. 2023-12-09T02:08:32.437 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 02:08:32 smithi125 bash[55867]: [09/Dec/2023:02:08:32] ENGINE Bus STOPPING 2023-12-09T02:08:32.437 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 02:08:32 smithi125 bash[55867]: [09/Dec/2023:02:08:32] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2023-12-09T02:08:32.437 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 02:08:32 smithi125 bash[55867]: [09/Dec/2023:02:08:32] ENGINE Bus STOPPED 2023-12-09T02:08:32.438 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 02:08:32 smithi125 bash[55867]: [09/Dec/2023:02:08:32] ENGINE Bus STARTING 2023-12-09T02:08:32.438 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 02:08:32 smithi125 bash[55867]: [09/Dec/2023:02:08:32] ENGINE Serving on http://:::9283 2023-12-09T02:08:32.438 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 02:08:32 smithi125 bash[55867]: [09/Dec/2023:02:08:32] ENGINE Bus STARTED 2023-12-09T02:08:32.438 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 02:08:32 smithi125 bash[55867]: [09/Dec/2023:02:08:32] ENGINE Bus STOPPING 2023-12-09T02:08:32.438 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 02:08:32 smithi125 bash[55867]: [09/Dec/2023:02:08:32] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2023-12-09T02:08:32.438 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 02:08:32 smithi125 bash[55867]: [09/Dec/2023:02:08:32] ENGINE Bus STOPPED 2023-12-09T02:08:32.438 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 02:08:32 smithi125 bash[55867]: [09/Dec/2023:02:08:32] ENGINE Bus STARTING 2023-12-09T02:08:32.722 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 02:08:32 smithi125 bash[55867]: [09/Dec/2023:02:08:32] ENGINE Serving on http://:::9283 2023-12-09T02:08:32.722 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 02:08:32 smithi125 bash[55867]: [09/Dec/2023:02:08:32] ENGINE Bus STARTED 2023-12-09T02:08:32.722 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 02:08:32 smithi125 bash[55867]: [09/Dec/2023:02:08:32] ENGINE Bus STOPPING 2023-12-09T02:08:32.722 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 02:08:32 smithi125 bash[55867]: [09/Dec/2023:02:08:32] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2023-12-09T02:08:32.722 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 02:08:32 smithi125 bash[55867]: [09/Dec/2023:02:08:32] ENGINE Bus STOPPED 2023-12-09T02:08:32.722 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 02:08:32 smithi125 bash[55867]: [09/Dec/2023:02:08:32] ENGINE Bus STARTING 2023-12-09T02:08:32.722 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 02:08:32 smithi125 bash[55867]: [09/Dec/2023:02:08:32] ENGINE Serving on http://:::9283 2023-12-09T02:08:32.722 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 02:08:32 smithi125 bash[55867]: [09/Dec/2023:02:08:32] ENGINE Bus STARTED 2023-12-09T02:08:33.030 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:08:32 smithi125 bash[25274]: cluster 2023-12-09T02:08:31.299126+0000 mgr.x (mgr.25049) 89 : cluster [DBG] pgmap v46: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:08:33.030 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:08:32 smithi125 bash[25274]: audit 2023-12-09T02:08:32.094793+0000 mon.a (mon.0) 1304 : audit [INF] from='mgr.25049 ' entity='mgr.x' 2023-12-09T02:08:33.030 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:08:32 smithi125 bash[25274]: audit 2023-12-09T02:08:32.106327+0000 mon.a (mon.0) 1305 : audit [INF] from='mgr.25049 ' entity='mgr.x' 2023-12-09T02:08:33.030 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:08:32 smithi125 bash[25274]: audit 2023-12-09T02:08:32.140064+0000 mon.b (mon.2) 62 : audit [DBG] from='mgr.25049 172.21.15.125:0/1639941565' entity='mgr.x' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-09T02:08:33.030 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:08:32 smithi125 bash[25274]: audit 2023-12-09T02:08:32.142893+0000 mon.b (mon.2) 63 : audit [INF] from='mgr.25049 172.21.15.125:0/1639941565' entity='mgr.x' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi067.front.sepia.ceph.com:9093"}]: dispatch 2023-12-09T02:08:33.030 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:08:32 smithi125 bash[25274]: audit 2023-12-09T02:08:32.159589+0000 mon.a (mon.0) 1306 : audit [INF] from='mgr.25049 ' entity='mgr.x' 2023-12-09T02:08:33.030 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:08:32 smithi125 bash[25274]: audit 2023-12-09T02:08:32.175005+0000 mon.b (mon.2) 64 : audit [DBG] from='mgr.25049 172.21.15.125:0/1639941565' entity='mgr.x' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2023-12-09T02:08:33.030 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:08:32 smithi125 bash[25274]: audit 2023-12-09T02:08:32.211720+0000 mon.a (mon.0) 1307 : audit [INF] from='mgr.25049 ' entity='mgr.x' 2023-12-09T02:08:33.031 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:08:32 smithi125 bash[25274]: audit 2023-12-09T02:08:32.212077+0000 mon.b (mon.2) 65 : audit [INF] from='mgr.25049 172.21.15.125:0/1639941565' entity='mgr.x' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2023-12-09T02:08:33.031 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:08:32 smithi125 bash[25274]: audit 2023-12-09T02:08:32.216736+0000 mon.b (mon.2) 66 : audit [INF] from='mgr.25049 172.21.15.125:0/1639941565' entity='mgr.x' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi067"}]: dispatch 2023-12-09T02:08:33.031 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:08:32 smithi125 bash[25274]: audit 2023-12-09T02:08:32.231081+0000 mon.a (mon.0) 1308 : audit [INF] from='mgr.25049 ' entity='mgr.x' 2023-12-09T02:08:33.031 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:08:32 smithi125 bash[25274]: audit 2023-12-09T02:08:32.234689+0000 mon.b (mon.2) 67 : audit [DBG] from='mgr.25049 172.21.15.125:0/1639941565' entity='mgr.x' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-09T02:08:33.031 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:08:32 smithi125 bash[25274]: audit 2023-12-09T02:08:32.237525+0000 mon.b (mon.2) 68 : audit [INF] from='mgr.25049 172.21.15.125:0/1639941565' entity='mgr.x' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi125.front.sepia.ceph.com:9095"}]: dispatch 2023-12-09T02:08:33.031 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:08:32 smithi125 bash[25274]: audit 2023-12-09T02:08:32.252410+0000 mon.a (mon.0) 1309 : audit [INF] from='mgr.25049 ' entity='mgr.x' 2023-12-09T02:08:33.031 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:08:32 smithi125 bash[25274]: audit 2023-12-09T02:08:32.274295+0000 mon.b (mon.2) 69 : audit [DBG] from='mgr.25049 172.21.15.125:0/1639941565' entity='mgr.x' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-09T02:08:33.031 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:08:32 smithi125 bash[25274]: audit 2023-12-09T02:08:32.278725+0000 mon.b (mon.2) 70 : audit [INF] from='mgr.25049 172.21.15.125:0/1639941565' entity='mgr.x' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi125.front.sepia.ceph.com:3000"}]: dispatch 2023-12-09T02:08:33.031 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:08:32 smithi125 bash[25274]: audit 2023-12-09T02:08:32.295166+0000 mon.a (mon.0) 1310 : audit [INF] from='mgr.25049 ' entity='mgr.x' 2023-12-09T02:08:33.031 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:08:32 smithi125 bash[25274]: audit 2023-12-09T02:08:32.326562+0000 mon.b (mon.2) 71 : audit [DBG] from='mgr.25049 172.21.15.125:0/1639941565' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:08:33.220 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:08:32 smithi067 bash[25104]: cluster 2023-12-09T02:08:31.299126+0000 mgr.x (mgr.25049) 89 : cluster [DBG] pgmap v46: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:08:33.220 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:08:32 smithi067 bash[25104]: audit 2023-12-09T02:08:32.094793+0000 mon.a (mon.0) 1304 : audit [INF] from='mgr.25049 ' entity='mgr.x' 2023-12-09T02:08:33.220 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:08:32 smithi067 bash[25104]: audit 2023-12-09T02:08:32.106327+0000 mon.a (mon.0) 1305 : audit [INF] from='mgr.25049 ' entity='mgr.x' 2023-12-09T02:08:33.220 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:08:32 smithi067 bash[25104]: audit 2023-12-09T02:08:32.140064+0000 mon.b (mon.2) 62 : audit [DBG] from='mgr.25049 172.21.15.125:0/1639941565' entity='mgr.x' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-09T02:08:33.220 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:08:32 smithi067 bash[25104]: audit 2023-12-09T02:08:32.142893+0000 mon.b (mon.2) 63 : audit [INF] from='mgr.25049 172.21.15.125:0/1639941565' entity='mgr.x' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi067.front.sepia.ceph.com:9093"}]: dispatch 2023-12-09T02:08:33.220 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:08:32 smithi067 bash[25104]: audit 2023-12-09T02:08:32.159589+0000 mon.a (mon.0) 1306 : audit [INF] from='mgr.25049 ' entity='mgr.x' 2023-12-09T02:08:33.220 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:08:32 smithi067 bash[25104]: audit 2023-12-09T02:08:32.175005+0000 mon.b (mon.2) 64 : audit [DBG] from='mgr.25049 172.21.15.125:0/1639941565' entity='mgr.x' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2023-12-09T02:08:33.220 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:08:32 smithi067 bash[25104]: audit 2023-12-09T02:08:32.211720+0000 mon.a (mon.0) 1307 : audit [INF] from='mgr.25049 ' entity='mgr.x' 2023-12-09T02:08:33.220 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:08:32 smithi067 bash[25104]: audit 2023-12-09T02:08:32.212077+0000 mon.b (mon.2) 65 : audit [INF] from='mgr.25049 172.21.15.125:0/1639941565' entity='mgr.x' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2023-12-09T02:08:33.220 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:08:32 smithi067 bash[25104]: audit 2023-12-09T02:08:32.216736+0000 mon.b (mon.2) 66 : audit [INF] from='mgr.25049 172.21.15.125:0/1639941565' entity='mgr.x' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi067"}]: dispatch 2023-12-09T02:08:33.220 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:08:32 smithi067 bash[25104]: audit 2023-12-09T02:08:32.231081+0000 mon.a (mon.0) 1308 : audit [INF] from='mgr.25049 ' entity='mgr.x' 2023-12-09T02:08:33.220 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:08:32 smithi067 bash[25104]: audit 2023-12-09T02:08:32.234689+0000 mon.b (mon.2) 67 : audit [DBG] from='mgr.25049 172.21.15.125:0/1639941565' entity='mgr.x' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-09T02:08:33.220 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:08:32 smithi067 bash[25104]: audit 2023-12-09T02:08:32.237525+0000 mon.b (mon.2) 68 : audit [INF] from='mgr.25049 172.21.15.125:0/1639941565' entity='mgr.x' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi125.front.sepia.ceph.com:9095"}]: dispatch 2023-12-09T02:08:33.220 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:08:32 smithi067 bash[25104]: audit 2023-12-09T02:08:32.252410+0000 mon.a (mon.0) 1309 : audit [INF] from='mgr.25049 ' entity='mgr.x' 2023-12-09T02:08:33.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:08:32 smithi067 bash[25104]: audit 2023-12-09T02:08:32.274295+0000 mon.b (mon.2) 69 : audit [DBG] from='mgr.25049 172.21.15.125:0/1639941565' entity='mgr.x' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-09T02:08:33.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:08:32 smithi067 bash[25104]: audit 2023-12-09T02:08:32.278725+0000 mon.b (mon.2) 70 : audit [INF] from='mgr.25049 172.21.15.125:0/1639941565' entity='mgr.x' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi125.front.sepia.ceph.com:3000"}]: dispatch 2023-12-09T02:08:33.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:08:32 smithi067 bash[25104]: audit 2023-12-09T02:08:32.295166+0000 mon.a (mon.0) 1310 : audit [INF] from='mgr.25049 ' entity='mgr.x' 2023-12-09T02:08:33.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:08:32 smithi067 bash[25104]: audit 2023-12-09T02:08:32.326562+0000 mon.b (mon.2) 71 : audit [DBG] from='mgr.25049 172.21.15.125:0/1639941565' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:08:33.221 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:08:32 smithi067 bash[30830]: cluster 2023-12-09T02:08:31.299126+0000 mgr.x (mgr.25049) 89 : cluster [DBG] pgmap v46: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:08:33.221 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:08:32 smithi067 bash[30830]: audit 2023-12-09T02:08:32.094793+0000 mon.a (mon.0) 1304 : audit [INF] from='mgr.25049 ' entity='mgr.x' 2023-12-09T02:08:33.221 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:08:32 smithi067 bash[30830]: audit 2023-12-09T02:08:32.106327+0000 mon.a (mon.0) 1305 : audit [INF] from='mgr.25049 ' entity='mgr.x' 2023-12-09T02:08:33.221 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:08:32 smithi067 bash[30830]: audit 2023-12-09T02:08:32.140064+0000 mon.b (mon.2) 62 : audit [DBG] from='mgr.25049 172.21.15.125:0/1639941565' entity='mgr.x' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-09T02:08:33.221 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:08:32 smithi067 bash[30830]: audit 2023-12-09T02:08:32.142893+0000 mon.b (mon.2) 63 : audit [INF] from='mgr.25049 172.21.15.125:0/1639941565' entity='mgr.x' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi067.front.sepia.ceph.com:9093"}]: dispatch 2023-12-09T02:08:33.221 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:08:32 smithi067 bash[30830]: audit 2023-12-09T02:08:32.159589+0000 mon.a (mon.0) 1306 : audit [INF] from='mgr.25049 ' entity='mgr.x' 2023-12-09T02:08:33.221 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:08:32 smithi067 bash[30830]: audit 2023-12-09T02:08:32.175005+0000 mon.b (mon.2) 64 : audit [DBG] from='mgr.25049 172.21.15.125:0/1639941565' entity='mgr.x' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2023-12-09T02:08:33.221 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:08:32 smithi067 bash[30830]: audit 2023-12-09T02:08:32.211720+0000 mon.a (mon.0) 1307 : audit [INF] from='mgr.25049 ' entity='mgr.x' 2023-12-09T02:08:33.222 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:08:32 smithi067 bash[30830]: audit 2023-12-09T02:08:32.212077+0000 mon.b (mon.2) 65 : audit [INF] from='mgr.25049 172.21.15.125:0/1639941565' entity='mgr.x' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2023-12-09T02:08:33.222 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:08:32 smithi067 bash[30830]: audit 2023-12-09T02:08:32.216736+0000 mon.b (mon.2) 66 : audit [INF] from='mgr.25049 172.21.15.125:0/1639941565' entity='mgr.x' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi067"}]: dispatch 2023-12-09T02:08:33.222 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:08:32 smithi067 bash[30830]: audit 2023-12-09T02:08:32.231081+0000 mon.a (mon.0) 1308 : audit [INF] from='mgr.25049 ' entity='mgr.x' 2023-12-09T02:08:33.222 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:08:32 smithi067 bash[30830]: audit 2023-12-09T02:08:32.234689+0000 mon.b (mon.2) 67 : audit [DBG] from='mgr.25049 172.21.15.125:0/1639941565' entity='mgr.x' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-09T02:08:33.222 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:08:32 smithi067 bash[30830]: audit 2023-12-09T02:08:32.237525+0000 mon.b (mon.2) 68 : audit [INF] from='mgr.25049 172.21.15.125:0/1639941565' entity='mgr.x' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi125.front.sepia.ceph.com:9095"}]: dispatch 2023-12-09T02:08:33.222 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:08:32 smithi067 bash[30830]: audit 2023-12-09T02:08:32.252410+0000 mon.a (mon.0) 1309 : audit [INF] from='mgr.25049 ' entity='mgr.x' 2023-12-09T02:08:33.222 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:08:32 smithi067 bash[30830]: audit 2023-12-09T02:08:32.274295+0000 mon.b (mon.2) 69 : audit [DBG] from='mgr.25049 172.21.15.125:0/1639941565' entity='mgr.x' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-09T02:08:33.222 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:08:32 smithi067 bash[30830]: audit 2023-12-09T02:08:32.278725+0000 mon.b (mon.2) 70 : audit [INF] from='mgr.25049 172.21.15.125:0/1639941565' entity='mgr.x' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi125.front.sepia.ceph.com:3000"}]: dispatch 2023-12-09T02:08:33.222 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:08:32 smithi067 bash[30830]: audit 2023-12-09T02:08:32.295166+0000 mon.a (mon.0) 1310 : audit [INF] from='mgr.25049 ' entity='mgr.x' 2023-12-09T02:08:33.222 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:08:32 smithi067 bash[30830]: audit 2023-12-09T02:08:32.326562+0000 mon.b (mon.2) 71 : audit [DBG] from='mgr.25049 172.21.15.125:0/1639941565' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:08:34.011 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:08:33 smithi067 bash[25104]: audit 2023-12-09T02:08:32.140945+0000 mgr.x (mgr.25049) 90 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-09T02:08:34.012 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:08:33 smithi067 bash[25104]: audit 2023-12-09T02:08:32.143654+0000 mgr.x (mgr.25049) 91 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi067.front.sepia.ceph.com:9093"}]: dispatch 2023-12-09T02:08:34.012 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:08:33 smithi067 bash[25104]: audit 2023-12-09T02:08:32.176182+0000 mgr.x (mgr.25049) 92 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2023-12-09T02:08:34.012 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:08:33 smithi067 bash[25104]: cephadm 2023-12-09T02:08:32.211292+0000 mgr.x (mgr.25049) 93 : cephadm [INF] Adding iSCSI gateway http://:@172.21.15.67:5000 to Dashboard 2023-12-09T02:08:34.012 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:08:33 smithi067 bash[25104]: audit 2023-12-09T02:08:32.213063+0000 mgr.x (mgr.25049) 94 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2023-12-09T02:08:34.012 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:08:33 smithi067 bash[25104]: audit 2023-12-09T02:08:32.217494+0000 mgr.x (mgr.25049) 95 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi067"}]: dispatch 2023-12-09T02:08:34.012 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:08:33 smithi067 bash[25104]: audit 2023-12-09T02:08:32.235697+0000 mgr.x (mgr.25049) 96 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-09T02:08:34.012 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:08:33 smithi067 bash[25104]: audit 2023-12-09T02:08:32.238068+0000 mgr.x (mgr.25049) 97 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi125.front.sepia.ceph.com:9095"}]: dispatch 2023-12-09T02:08:34.012 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:08:33 smithi067 bash[25104]: audit 2023-12-09T02:08:32.275286+0000 mgr.x (mgr.25049) 98 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-09T02:08:34.012 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:08:33 smithi067 bash[25104]: audit 2023-12-09T02:08:32.279447+0000 mgr.x (mgr.25049) 99 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi125.front.sepia.ceph.com:3000"}]: dispatch 2023-12-09T02:08:34.012 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:08:33 smithi067 bash[25104]: cephadm 2023-12-09T02:08:32.328460+0000 mgr.x (mgr.25049) 100 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2023-12-09T02:08:34.012 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:08:33 smithi067 bash[30830]: audit 2023-12-09T02:08:32.140945+0000 mgr.x (mgr.25049) 90 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-09T02:08:34.013 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:08:33 smithi067 bash[30830]: audit 2023-12-09T02:08:32.143654+0000 mgr.x (mgr.25049) 91 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi067.front.sepia.ceph.com:9093"}]: dispatch 2023-12-09T02:08:34.013 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:08:33 smithi067 bash[30830]: audit 2023-12-09T02:08:32.176182+0000 mgr.x (mgr.25049) 92 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2023-12-09T02:08:34.013 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:08:33 smithi067 bash[30830]: cephadm 2023-12-09T02:08:32.211292+0000 mgr.x (mgr.25049) 93 : cephadm [INF] Adding iSCSI gateway http://:@172.21.15.67:5000 to Dashboard 2023-12-09T02:08:34.013 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:08:33 smithi067 bash[30830]: audit 2023-12-09T02:08:32.213063+0000 mgr.x (mgr.25049) 94 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2023-12-09T02:08:34.013 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:08:33 smithi067 bash[30830]: audit 2023-12-09T02:08:32.217494+0000 mgr.x (mgr.25049) 95 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi067"}]: dispatch 2023-12-09T02:08:34.013 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:08:33 smithi067 bash[30830]: audit 2023-12-09T02:08:32.235697+0000 mgr.x (mgr.25049) 96 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-09T02:08:34.013 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:08:33 smithi067 bash[30830]: audit 2023-12-09T02:08:32.238068+0000 mgr.x (mgr.25049) 97 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi125.front.sepia.ceph.com:9095"}]: dispatch 2023-12-09T02:08:34.013 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:08:33 smithi067 bash[30830]: audit 2023-12-09T02:08:32.275286+0000 mgr.x (mgr.25049) 98 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-09T02:08:34.013 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:08:33 smithi067 bash[30830]: audit 2023-12-09T02:08:32.279447+0000 mgr.x (mgr.25049) 99 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi125.front.sepia.ceph.com:3000"}]: dispatch 2023-12-09T02:08:34.013 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:08:33 smithi067 bash[30830]: cephadm 2023-12-09T02:08:32.328460+0000 mgr.x (mgr.25049) 100 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2023-12-09T02:08:34.022 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:08:33 smithi125 bash[25274]: audit 2023-12-09T02:08:32.140945+0000 mgr.x (mgr.25049) 90 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-09T02:08:34.022 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:08:33 smithi125 bash[25274]: audit 2023-12-09T02:08:32.143654+0000 mgr.x (mgr.25049) 91 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi067.front.sepia.ceph.com:9093"}]: dispatch 2023-12-09T02:08:34.022 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:08:33 smithi125 bash[25274]: audit 2023-12-09T02:08:32.176182+0000 mgr.x (mgr.25049) 92 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2023-12-09T02:08:34.022 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:08:33 smithi125 bash[25274]: cephadm 2023-12-09T02:08:32.211292+0000 mgr.x (mgr.25049) 93 : cephadm [INF] Adding iSCSI gateway http://:@172.21.15.67:5000 to Dashboard 2023-12-09T02:08:34.022 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:08:33 smithi125 bash[25274]: audit 2023-12-09T02:08:32.213063+0000 mgr.x (mgr.25049) 94 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2023-12-09T02:08:34.022 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:08:33 smithi125 bash[25274]: audit 2023-12-09T02:08:32.217494+0000 mgr.x (mgr.25049) 95 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi067"}]: dispatch 2023-12-09T02:08:34.022 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:08:33 smithi125 bash[25274]: audit 2023-12-09T02:08:32.235697+0000 mgr.x (mgr.25049) 96 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-09T02:08:34.022 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:08:33 smithi125 bash[25274]: audit 2023-12-09T02:08:32.238068+0000 mgr.x (mgr.25049) 97 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi125.front.sepia.ceph.com:9095"}]: dispatch 2023-12-09T02:08:34.022 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:08:33 smithi125 bash[25274]: audit 2023-12-09T02:08:32.275286+0000 mgr.x (mgr.25049) 98 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-09T02:08:34.022 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:08:33 smithi125 bash[25274]: audit 2023-12-09T02:08:32.279447+0000 mgr.x (mgr.25049) 99 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi125.front.sepia.ceph.com:3000"}]: dispatch 2023-12-09T02:08:34.023 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:08:33 smithi125 bash[25274]: cephadm 2023-12-09T02:08:32.328460+0000 mgr.x (mgr.25049) 100 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2023-12-09T02:08:34.311 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 02:08:34 smithi125 bash[55867]: ::ffff:172.21.15.125 - - [09/Dec/2023:02:08:34] "GET /metrics HTTP/1.1" 200 38138 "" "Prometheus/2.33.4" 2023-12-09T02:08:34.311 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:08:34 smithi125 bash[59340]: t=2023-12-09T02:08:34+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-09T02:08:34.311 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:08:34 smithi125 bash[59340]: t=2023-12-09T02:08:34+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-09T02:08:34.311 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:08:34 smithi125 bash[59340]: t=2023-12-09T02:08:34+0000 lvl=info msg="Config loaded from" logger=settings file=/usr/share/grafana/conf/defaults.ini 2023-12-09T02:08:34.311 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:08:34 smithi125 bash[59340]: t=2023-12-09T02:08:34+0000 lvl=info msg="Config loaded from" logger=settings file=/etc/grafana/grafana.ini 2023-12-09T02:08:34.311 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:08:34 smithi125 bash[59340]: t=2023-12-09T02:08:34+0000 lvl=info msg="Config overridden from Environment variable" logger=settings var="GF_PATHS_DATA=/var/lib/grafana" 2023-12-09T02:08:34.311 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:08:34 smithi125 bash[59340]: t=2023-12-09T02:08:34+0000 lvl=info msg="Config overridden from Environment variable" logger=settings var="GF_PATHS_LOGS=/var/log/grafana" 2023-12-09T02:08:34.311 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:08:34 smithi125 bash[59340]: t=2023-12-09T02:08:34+0000 lvl=info msg="Config overridden from Environment variable" logger=settings var="GF_PATHS_PLUGINS=/var/lib/grafana/plugins" 2023-12-09T02:08:34.312 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:08:34 smithi125 bash[59340]: t=2023-12-09T02:08:34+0000 lvl=info msg="Config overridden from Environment variable" logger=settings var="GF_PATHS_PROVISIONING=/etc/grafana/provisioning" 2023-12-09T02:08:34.312 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:08:34 smithi125 bash[59340]: t=2023-12-09T02:08:34+0000 lvl=info msg="Path Home" logger=settings path=/usr/share/grafana 2023-12-09T02:08:34.312 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:08:34 smithi125 bash[59340]: t=2023-12-09T02:08:34+0000 lvl=info msg="Path Data" logger=settings path=/var/lib/grafana 2023-12-09T02:08:34.312 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:08:34 smithi125 bash[59340]: t=2023-12-09T02:08:34+0000 lvl=info msg="Path Logs" logger=settings path=/var/log/grafana 2023-12-09T02:08:34.312 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:08:34 smithi125 bash[59340]: t=2023-12-09T02:08:34+0000 lvl=info msg="Path Plugins" logger=settings path=/var/lib/grafana/plugins 2023-12-09T02:08:34.312 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:08:34 smithi125 bash[59340]: t=2023-12-09T02:08:34+0000 lvl=info msg="Path Provisioning" logger=settings path=/etc/grafana/provisioning 2023-12-09T02:08:34.312 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:08:34 smithi125 bash[59340]: t=2023-12-09T02:08:34+0000 lvl=info msg="App mode production" logger=settings 2023-12-09T02:08:34.312 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:08:34 smithi125 bash[59340]: t=2023-12-09T02:08:34+0000 lvl=info msg="Connecting to DB" logger=sqlstore dbtype=sqlite3 2023-12-09T02:08:34.312 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:08:34 smithi125 bash[59340]: t=2023-12-09T02:08:34+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-09T02:08:34.312 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:08:34 smithi125 bash[59340]: t=2023-12-09T02:08:34+0000 lvl=info msg="Starting DB migrations" logger=migrator 2023-12-09T02:08:34.312 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:08:34 smithi125 bash[59340]: t=2023-12-09T02:08:34+0000 lvl=info msg="migrations completed" logger=migrator performed=0 skipped=377 duration=644.681µs 2023-12-09T02:08:34.312 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:08:34 smithi125 bash[59340]: t=2023-12-09T02:08:34+0000 lvl=info msg="Created default organization" logger=sqlstore 2023-12-09T02:08:34.312 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:08:34 smithi125 bash[59340]: t=2023-12-09T02:08:34+0000 lvl=info msg="Initialising plugins" logger=plugin.manager 2023-12-09T02:08:34.312 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:08:34 smithi125 bash[59340]: t=2023-12-09T02:08:34+0000 lvl=info msg="Plugin registered" logger=plugin.manager pluginId=input 2023-12-09T02:08:34.312 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:08:34 smithi125 bash[59340]: t=2023-12-09T02:08:34+0000 lvl=info msg="Plugin registered" logger=plugin.manager pluginId=grafana-piechart-panel 2023-12-09T02:08:34.313 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:08:34 smithi125 bash[59340]: t=2023-12-09T02:08:34+0000 lvl=info msg="Plugin registered" logger=plugin.manager pluginId=vonage-status-panel 2023-12-09T02:08:34.313 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:08:34 smithi125 bash[59340]: t=2023-12-09T02:08:34+0000 lvl=info msg="Live Push Gateway initialization" logger=live.push_http 2023-12-09T02:08:34.313 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:08:34 smithi125 bash[59340]: t=2023-12-09T02:08:34+0000 lvl=info msg="deleted datasource based on configuration" logger=provisioning.datasources name=Dashboard1 2023-12-09T02:08:34.721 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:08:34 smithi125 bash[59340]: t=2023-12-09T02:08:34+0000 lvl=info msg="inserting datasource from configuration " logger=provisioning.datasources name=Dashboard1 uid=P43CA22E17D0F9596 2023-12-09T02:08:34.722 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:08:34 smithi125 bash[59340]: t=2023-12-09T02:08:34+0000 lvl=info msg="inserting datasource from configuration " logger=provisioning.datasources name=Loki uid=P8E80F9AEF21F6940 2023-12-09T02:08:34.722 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:08:34 smithi125 bash[59340]: t=2023-12-09T02:08:34+0000 lvl=info msg="warming cache for startup" logger=ngalert 2023-12-09T02:08:34.722 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:08:34 smithi125 bash[59340]: t=2023-12-09T02:08:34+0000 lvl=info msg="starting MultiOrg Alertmanager" logger=ngalert.multiorg.alertmanager 2023-12-09T02:08:34.722 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:08:34 smithi125 bash[59340]: t=2023-12-09T02:08:34+0000 lvl=info msg="HTTP Server Listen" logger=http.server address=[::]:3000 protocol=https subUrl= socket= 2023-12-09T02:08:35.025 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:08:34 smithi125 bash[25274]: cluster 2023-12-09T02:08:33.299853+0000 mgr.x (mgr.25049) 101 : cluster [DBG] pgmap v47: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:08:35.025 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:08:34 smithi125 bash[25274]: audit 2023-12-09T02:08:34.441250+0000 mon.b (mon.2) 72 : audit [DBG] from='mgr.25049 172.21.15.125:0/1639941565' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:08:35.026 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:08:34 smithi125 bash[25274]: audit 2023-12-09T02:08:34.715229+0000 mon.b (mon.2) 73 : audit [INF] from='mgr.25049 172.21.15.125:0/1639941565' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-09T02:08:35.026 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:08:34 smithi125 bash[25274]: audit 2023-12-09T02:08:34.715315+0000 mon.a (mon.0) 1311 : audit [INF] from='mgr.25049 ' entity='mgr.x' 2023-12-09T02:08:35.026 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:08:34 smithi125 bash[25274]: audit 2023-12-09T02:08:34.718161+0000 mon.b (mon.2) 74 : audit [DBG] from='mgr.25049 172.21.15.125:0/1639941565' entity='mgr.x' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-09T02:08:35.026 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:08:34 smithi125 bash[25274]: audit 2023-12-09T02:08:34.719440+0000 mon.a (mon.0) 1312 : audit [INF] from='mgr.25049 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-09T02:08:35.026 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:08:34 smithi125 bash[25274]: audit 2023-12-09T02:08:34.719800+0000 mon.b (mon.2) 75 : audit [DBG] from='mgr.25049 172.21.15.125:0/1639941565' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:08:35.145 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:08:34 smithi067 bash[30830]: cluster 2023-12-09T02:08:33.299853+0000 mgr.x (mgr.25049) 101 : cluster [DBG] pgmap v47: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:08:35.145 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:08:34 smithi067 bash[30830]: audit 2023-12-09T02:08:34.441250+0000 mon.b (mon.2) 72 : audit [DBG] from='mgr.25049 172.21.15.125:0/1639941565' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:08:35.145 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:08:34 smithi067 bash[30830]: audit 2023-12-09T02:08:34.715229+0000 mon.b (mon.2) 73 : audit [INF] from='mgr.25049 172.21.15.125:0/1639941565' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-09T02:08:35.145 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:08:34 smithi067 bash[30830]: audit 2023-12-09T02:08:34.715315+0000 mon.a (mon.0) 1311 : audit [INF] from='mgr.25049 ' entity='mgr.x' 2023-12-09T02:08:35.145 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:08:34 smithi067 bash[30830]: audit 2023-12-09T02:08:34.718161+0000 mon.b (mon.2) 74 : audit [DBG] from='mgr.25049 172.21.15.125:0/1639941565' entity='mgr.x' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-09T02:08:35.145 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:08:34 smithi067 bash[30830]: audit 2023-12-09T02:08:34.719440+0000 mon.a (mon.0) 1312 : audit [INF] from='mgr.25049 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-09T02:08:35.146 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:08:34 smithi067 bash[30830]: audit 2023-12-09T02:08:34.719800+0000 mon.b (mon.2) 75 : audit [DBG] from='mgr.25049 172.21.15.125:0/1639941565' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:08:35.146 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:08:34 smithi067 bash[25104]: cluster 2023-12-09T02:08:33.299853+0000 mgr.x (mgr.25049) 101 : cluster [DBG] pgmap v47: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:08:35.146 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:08:34 smithi067 bash[25104]: audit 2023-12-09T02:08:34.441250+0000 mon.b (mon.2) 72 : audit [DBG] from='mgr.25049 172.21.15.125:0/1639941565' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:08:35.146 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:08:34 smithi067 bash[25104]: audit 2023-12-09T02:08:34.715229+0000 mon.b (mon.2) 73 : audit [INF] from='mgr.25049 172.21.15.125:0/1639941565' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-09T02:08:35.146 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:08:34 smithi067 bash[25104]: audit 2023-12-09T02:08:34.715315+0000 mon.a (mon.0) 1311 : audit [INF] from='mgr.25049 ' entity='mgr.x' 2023-12-09T02:08:35.146 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:08:34 smithi067 bash[25104]: audit 2023-12-09T02:08:34.718161+0000 mon.b (mon.2) 74 : audit [DBG] from='mgr.25049 172.21.15.125:0/1639941565' entity='mgr.x' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-09T02:08:35.146 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:08:34 smithi067 bash[25104]: audit 2023-12-09T02:08:34.719440+0000 mon.a (mon.0) 1312 : audit [INF] from='mgr.25049 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-09T02:08:35.146 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:08:34 smithi067 bash[25104]: audit 2023-12-09T02:08:34.719800+0000 mon.b (mon.2) 75 : audit [DBG] from='mgr.25049 172.21.15.125:0/1639941565' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:08:35.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:08:35 smithi125 bash[25274]: cephadm 2023-12-09T02:08:34.701820+0000 mgr.x (mgr.25049) 102 : cephadm [INF] Upgrade: Updating mgr.y 2023-12-09T02:08:35.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:08:35 smithi125 bash[25274]: cephadm 2023-12-09T02:08:34.721718+0000 mgr.x (mgr.25049) 103 : cephadm [INF] Deploying daemon mgr.y on smithi067 2023-12-09T02:08:36.017 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:08:35 smithi067 bash[30830]: cephadm 2023-12-09T02:08:34.701820+0000 mgr.x (mgr.25049) 102 : cephadm [INF] Upgrade: Updating mgr.y 2023-12-09T02:08:36.017 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:08:35 smithi067 bash[30830]: cephadm 2023-12-09T02:08:34.721718+0000 mgr.x (mgr.25049) 103 : cephadm [INF] Deploying daemon mgr.y on smithi067 2023-12-09T02:08:36.017 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:08:35 smithi067 bash[25104]: cephadm 2023-12-09T02:08:34.701820+0000 mgr.x (mgr.25049) 102 : cephadm [INF] Upgrade: Updating mgr.y 2023-12-09T02:08:36.017 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:08:35 smithi067 bash[25104]: cephadm 2023-12-09T02:08:34.721718+0000 mgr.x (mgr.25049) 103 : cephadm [INF] Deploying daemon mgr.y on smithi067 2023-12-09T02:08:37.096 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:08:36 smithi125 bash[25274]: cluster 2023-12-09T02:08:35.301357+0000 mgr.x (mgr.25049) 104 : cluster [DBG] pgmap v48: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:08:37.122 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:08:36 smithi067 bash[30830]: cluster 2023-12-09T02:08:35.301357+0000 mgr.x (mgr.25049) 104 : cluster [DBG] pgmap v48: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:08:37.123 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:08:36 smithi067 bash[25104]: cluster 2023-12-09T02:08:35.301357+0000 mgr.x (mgr.25049) 104 : cluster [DBG] pgmap v48: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:08:37.433 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:08:37 smithi067 systemd[1]: Stopping Ceph mgr.y for 6db93fb0-9635-11ee-95a3-87774f69a715... 2023-12-09T02:08:37.877 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:08:37 smithi125 bash[25274]: audit 2023-12-09T02:08:36.806546+0000 mgr.x (mgr.25049) 105 : audit [DBG] from='client.25201 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:08:37.877 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:08:37 smithi125 bash[25274]: cluster 2023-12-09T02:08:37.302253+0000 mgr.x (mgr.25049) 106 : cluster [DBG] pgmap v49: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:08:37.895 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:08:37 smithi067 bash[25104]: audit 2023-12-09T02:08:36.806546+0000 mgr.x (mgr.25049) 105 : audit [DBG] from='client.25201 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:08:37.895 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:08:37 smithi067 bash[25104]: cluster 2023-12-09T02:08:37.302253+0000 mgr.x (mgr.25049) 106 : cluster [DBG] pgmap v49: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:08:37.896 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:08:37 smithi067 bash[30830]: audit 2023-12-09T02:08:36.806546+0000 mgr.x (mgr.25049) 105 : audit [DBG] from='client.25201 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:08:37.896 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:08:37 smithi067 bash[30830]: cluster 2023-12-09T02:08:37.302253+0000 mgr.x (mgr.25049) 106 : cluster [DBG] pgmap v49: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:08:38.068 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:08:37 smithi067 bash[73742]: ceph-6db93fb0-9635-11ee-95a3-87774f69a715-mgr-y 2023-12-09T02:08:38.333 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:08:38 smithi067 systemd[1]: ceph-6db93fb0-9635-11ee-95a3-87774f69a715@mgr.y.service: Main process exited, code=exited, status=143/n/a 2023-12-09T02:08:38.333 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:08:38 smithi067 bash[73816]: Error response from daemon: No such container: ceph-6db93fb0-9635-11ee-95a3-87774f69a715-mgr-y 2023-12-09T02:08:38.333 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:08:38 smithi067 systemd[1]: ceph-6db93fb0-9635-11ee-95a3-87774f69a715@mgr.y.service: Failed with result 'exit-code'. 2023-12-09T02:08:38.334 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:08:38 smithi067 systemd[1]: Stopped Ceph mgr.y for 6db93fb0-9635-11ee-95a3-87774f69a715. 2023-12-09T02:08:38.719 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:08:38 smithi067 systemd[1]: Started Ceph mgr.y for 6db93fb0-9635-11ee-95a3-87774f69a715. 2023-12-09T02:08:38.721 INFO:journalctl@ceph.prometheus.a.smithi125.stdout:Dec 09 02:08:38 smithi125 bash[58159]: ts=2023-12-09T02:08:38.660Z caller=manager.go:609 level=warn component="rule manager" group=osd msg="Evaluating rule failed" rule="alert: CephOSDFlapping\nexpr: (rate(ceph_osd_up[5m]) * on(ceph_daemon) group_left(hostname) ceph_osd_metadata)\n * 60 > 1\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.4.4\n severity: warning\n type: ceph_default\nannotations:\n description: OSD {{ $labels.ceph_daemon }} on {{ $labels.hostname }} was marked\n down and back up {{ $value | humanize }} times once a minute for 5 minutes. This\n may indicate a network issue (latency, packet loss, MTU mismatch) on the cluster\n network, or the public network if no cluster network is deployed. Check the network\n stats on the listed host(s).\n documentation: https://docs.ceph.com/en/latest/rados/troubleshooting/troubleshooting-osd#flapping-osds\n summary: Network issues are causing OSDs to flap (mark each other down)\n" err="found duplicate series for the match group {ceph_daemon=\"osd.0\"} on the right hand-side of the operation: [{__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.67\", device_class=\"ssd\", hostname=\"smithi067\", instance=\"smithi125:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.67\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.67\", device_class=\"ssd\", hostname=\"smithi067\", instance=\"172.21.15.125:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.67\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-09T02:08:39.711 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:08:39 smithi067 bash[25104]: audit 2023-12-09T02:08:38.392338+0000 mon.a (mon.0) 1313 : audit [INF] from='mgr.25049 ' entity='mgr.x' 2023-12-09T02:08:39.712 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:08:39 smithi067 bash[25104]: audit 2023-12-09T02:08:38.404744+0000 mon.a (mon.0) 1314 : audit [INF] from='mgr.25049 ' entity='mgr.x' 2023-12-09T02:08:39.712 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:08:39 smithi067 bash[25104]: audit 2023-12-09T02:08:38.447078+0000 mon.b (mon.2) 76 : audit [INF] from='mgr.25049 172.21.15.125:0/1639941565' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi125", "caps": []}]: dispatch 2023-12-09T02:08:39.712 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:08:39 smithi067 bash[25104]: audit 2023-12-09T02:08:38.447646+0000 mon.b (mon.2) 77 : audit [INF] from='mgr.25049 172.21.15.125:0/1639941565' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi067", "caps": []}]: dispatch 2023-12-09T02:08:39.712 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:08:39 smithi067 bash[25104]: audit 2023-12-09T02:08:38.451472+0000 mon.a (mon.0) 1315 : audit [INF] from='mgr.25049 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi125", "caps": []}]: dispatch 2023-12-09T02:08:39.712 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:08:39 smithi067 bash[25104]: audit 2023-12-09T02:08:38.452257+0000 mon.a (mon.0) 1316 : audit [INF] from='mgr.25049 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi067", "caps": []}]: dispatch 2023-12-09T02:08:39.712 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:08:39 smithi067 bash[30830]: audit 2023-12-09T02:08:38.392338+0000 mon.a (mon.0) 1313 : audit [INF] from='mgr.25049 ' entity='mgr.x' 2023-12-09T02:08:39.712 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:08:39 smithi067 bash[30830]: audit 2023-12-09T02:08:38.404744+0000 mon.a (mon.0) 1314 : audit [INF] from='mgr.25049 ' entity='mgr.x' 2023-12-09T02:08:39.712 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:08:39 smithi067 bash[30830]: audit 2023-12-09T02:08:38.447078+0000 mon.b (mon.2) 76 : audit [INF] from='mgr.25049 172.21.15.125:0/1639941565' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi125", "caps": []}]: dispatch 2023-12-09T02:08:39.712 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:08:39 smithi067 bash[30830]: audit 2023-12-09T02:08:38.447646+0000 mon.b (mon.2) 77 : audit [INF] from='mgr.25049 172.21.15.125:0/1639941565' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi067", "caps": []}]: dispatch 2023-12-09T02:08:39.712 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:08:39 smithi067 bash[30830]: audit 2023-12-09T02:08:38.451472+0000 mon.a (mon.0) 1315 : audit [INF] from='mgr.25049 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi125", "caps": []}]: dispatch 2023-12-09T02:08:39.712 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:08:39 smithi067 bash[30830]: audit 2023-12-09T02:08:38.452257+0000 mon.a (mon.0) 1316 : audit [INF] from='mgr.25049 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi067", "caps": []}]: dispatch 2023-12-09T02:08:39.722 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:08:39 smithi125 bash[25274]: audit 2023-12-09T02:08:38.392338+0000 mon.a (mon.0) 1313 : audit [INF] from='mgr.25049 ' entity='mgr.x' 2023-12-09T02:08:39.722 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:08:39 smithi125 bash[25274]: audit 2023-12-09T02:08:38.404744+0000 mon.a (mon.0) 1314 : audit [INF] from='mgr.25049 ' entity='mgr.x' 2023-12-09T02:08:39.722 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:08:39 smithi125 bash[25274]: audit 2023-12-09T02:08:38.447078+0000 mon.b (mon.2) 76 : audit [INF] from='mgr.25049 172.21.15.125:0/1639941565' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi125", "caps": []}]: dispatch 2023-12-09T02:08:39.722 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:08:39 smithi125 bash[25274]: audit 2023-12-09T02:08:38.447646+0000 mon.b (mon.2) 77 : audit [INF] from='mgr.25049 172.21.15.125:0/1639941565' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi067", "caps": []}]: dispatch 2023-12-09T02:08:39.722 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:08:39 smithi125 bash[25274]: audit 2023-12-09T02:08:38.451472+0000 mon.a (mon.0) 1315 : audit [INF] from='mgr.25049 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi125", "caps": []}]: dispatch 2023-12-09T02:08:39.722 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:08:39 smithi125 bash[25274]: audit 2023-12-09T02:08:38.452257+0000 mon.a (mon.0) 1316 : audit [INF] from='mgr.25049 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi067", "caps": []}]: dispatch 2023-12-09T02:08:40.317 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:08:40 smithi067 bash[73883]: debug 2023-12-09T02:08:40.055+0000 7fc28a92a700 1 -- 172.21.15.67:0/3127012869 <== mon.0 v2:172.21.15.67:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x558a679161a0 con 0x558a68694c00 2023-12-09T02:08:40.317 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:08:40 smithi067 bash[73883]: debug 2023-12-09T02:08:40.219+0000 7fc294ad0200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-12-09T02:08:40.502 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:08:40 smithi125 bash[25274]: cephadm 2023-12-09T02:08:39.082163+0000 mgr.x (mgr.25049) 107 : cephadm [INF] Deploying daemon agent.smithi125 on smithi125 2023-12-09T02:08:40.502 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:08:40 smithi125 bash[25274]: cephadm 2023-12-09T02:08:39.223095+0000 mgr.x (mgr.25049) 108 : cephadm [INF] Deploying daemon agent.smithi067 on smithi067 2023-12-09T02:08:40.502 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:08:40 smithi125 bash[25274]: cluster 2023-12-09T02:08:39.302927+0000 mgr.x (mgr.25049) 109 : cluster [DBG] pgmap v50: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:08:40.719 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:08:40 smithi067 bash[30830]: cephadm 2023-12-09T02:08:39.082163+0000 mgr.x (mgr.25049) 107 : cephadm [INF] Deploying daemon agent.smithi125 on smithi125 2023-12-09T02:08:40.719 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:08:40 smithi067 bash[30830]: cephadm 2023-12-09T02:08:39.223095+0000 mgr.x (mgr.25049) 108 : cephadm [INF] Deploying daemon agent.smithi067 on smithi067 2023-12-09T02:08:40.719 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:08:40 smithi067 bash[30830]: cluster 2023-12-09T02:08:39.302927+0000 mgr.x (mgr.25049) 109 : cluster [DBG] pgmap v50: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:08:40.719 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:08:40 smithi067 bash[25104]: cephadm 2023-12-09T02:08:39.082163+0000 mgr.x (mgr.25049) 107 : cephadm [INF] Deploying daemon agent.smithi125 on smithi125 2023-12-09T02:08:40.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:08:40 smithi067 bash[25104]: cephadm 2023-12-09T02:08:39.223095+0000 mgr.x (mgr.25049) 108 : cephadm [INF] Deploying daemon agent.smithi067 on smithi067 2023-12-09T02:08:40.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:08:40 smithi067 bash[25104]: cluster 2023-12-09T02:08:39.302927+0000 mgr.x (mgr.25049) 109 : cluster [DBG] pgmap v50: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:08:41.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:08:41 smithi067 bash[30830]: audit 2023-12-09T02:08:40.531133+0000 mon.a (mon.0) 1317 : audit [INF] from='mgr.25049 ' entity='mgr.x' 2023-12-09T02:08:41.722 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:08:41 smithi067 bash[30830]: audit 2023-12-09T02:08:40.541107+0000 mon.a (mon.0) 1318 : audit [INF] from='mgr.25049 ' entity='mgr.x' 2023-12-09T02:08:41.722 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:08:41 smithi067 bash[30830]: audit 2023-12-09T02:08:41.029836+0000 mon.a (mon.0) 1319 : audit [INF] from='mgr.25049 ' entity='mgr.x' 2023-12-09T02:08:41.722 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:08:41 smithi067 bash[30830]: audit 2023-12-09T02:08:41.042760+0000 mon.a (mon.0) 1320 : audit [INF] from='mgr.25049 ' entity='mgr.x' 2023-12-09T02:08:41.722 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:08:41 smithi067 bash[73883]: debug 2023-12-09T02:08:41.407+0000 7fc294ad0200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2023-12-09T02:08:41.722 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:08:41 smithi067 bash[73883]: debug 2023-12-09T02:08:41.511+0000 7fc294ad0200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-12-09T02:08:41.722 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:08:41 smithi067 bash[73883]: debug 2023-12-09T02:08:41.619+0000 7fc294ad0200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-12-09T02:08:41.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:08:41 smithi067 bash[25104]: audit 2023-12-09T02:08:40.531133+0000 mon.a (mon.0) 1317 : audit [INF] from='mgr.25049 ' entity='mgr.x' 2023-12-09T02:08:41.723 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:08:41 smithi067 bash[25104]: audit 2023-12-09T02:08:40.541107+0000 mon.a (mon.0) 1318 : audit [INF] from='mgr.25049 ' entity='mgr.x' 2023-12-09T02:08:41.723 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:08:41 smithi067 bash[25104]: audit 2023-12-09T02:08:41.029836+0000 mon.a (mon.0) 1319 : audit [INF] from='mgr.25049 ' entity='mgr.x' 2023-12-09T02:08:41.723 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:08:41 smithi067 bash[25104]: audit 2023-12-09T02:08:41.042760+0000 mon.a (mon.0) 1320 : audit [INF] from='mgr.25049 ' entity='mgr.x' 2023-12-09T02:08:41.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:08:41 smithi125 bash[25274]: audit 2023-12-09T02:08:40.531133+0000 mon.a (mon.0) 1317 : audit [INF] from='mgr.25049 ' entity='mgr.x' 2023-12-09T02:08:41.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:08:41 smithi125 bash[25274]: audit 2023-12-09T02:08:40.541107+0000 mon.a (mon.0) 1318 : audit [INF] from='mgr.25049 ' entity='mgr.x' 2023-12-09T02:08:41.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:08:41 smithi125 bash[25274]: audit 2023-12-09T02:08:41.029836+0000 mon.a (mon.0) 1319 : audit [INF] from='mgr.25049 ' entity='mgr.x' 2023-12-09T02:08:41.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:08:41 smithi125 bash[25274]: audit 2023-12-09T02:08:41.042760+0000 mon.a (mon.0) 1320 : audit [INF] from='mgr.25049 ' entity='mgr.x' 2023-12-09T02:08:42.219 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:08:41 smithi067 bash[73883]: debug 2023-12-09T02:08:41.895+0000 7fc294ad0200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-12-09T02:08:42.652 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:08:42 smithi067 bash[73883]: debug 2023-12-09T02:08:42.267+0000 7fc294ad0200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-12-09T02:08:42.652 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:08:42 smithi067 bash[73883]: debug 2023-12-09T02:08:42.431+0000 7fc294ad0200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-12-09T02:08:42.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:08:42 smithi067 bash[25104]: cluster 2023-12-09T02:08:41.304566+0000 mgr.x (mgr.25049) 110 : cluster [DBG] pgmap v51: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:08:42.969 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:08:42 smithi067 bash[73883]: debug 2023-12-09T02:08:42.651+0000 7fc294ad0200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-12-09T02:08:42.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:08:42 smithi067 bash[30830]: cluster 2023-12-09T02:08:41.304566+0000 mgr.x (mgr.25049) 110 : cluster [DBG] pgmap v51: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:08:42.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:08:42 smithi125 bash[25274]: cluster 2023-12-09T02:08:41.304566+0000 mgr.x (mgr.25049) 110 : cluster [DBG] pgmap v51: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:08:43.969 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:08:43 smithi067 bash[73883]: debug 2023-12-09T02:08:43.707+0000 7fc294ad0200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-12-09T02:08:43.969 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:08:43 smithi067 bash[73883]: debug 2023-12-09T02:08:43.823+0000 7fc294ad0200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-12-09T02:08:43.970 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:08:43 smithi067 bash[73883]: debug 2023-12-09T02:08:43.947+0000 7fc294ad0200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-12-09T02:08:44.472 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 02:08:44 smithi125 bash[55867]: ::ffff:172.21.15.125 - - [09/Dec/2023:02:08:44] "GET /metrics HTTP/1.1" 200 38136 "" "Prometheus/2.33.4" 2023-12-09T02:08:44.719 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:08:44 smithi067 bash[25104]: cluster 2023-12-09T02:08:43.305316+0000 mgr.x (mgr.25049) 111 : cluster [DBG] pgmap v52: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:08:44.719 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:08:44 smithi067 bash[30830]: cluster 2023-12-09T02:08:43.305316+0000 mgr.x (mgr.25049) 111 : cluster [DBG] pgmap v52: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:08:44.719 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:08:44 smithi067 bash[73883]: debug 2023-12-09T02:08:44.443+0000 7fc294ad0200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-12-09T02:08:44.720 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:08:44 smithi067 bash[73883]: debug 2023-12-09T02:08:44.679+0000 7fc294ad0200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-12-09T02:08:44.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:08:44 smithi125 bash[25274]: cluster 2023-12-09T02:08:43.305316+0000 mgr.x (mgr.25049) 111 : cluster [DBG] pgmap v52: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:08:45.469 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:08:45 smithi067 bash[73883]: debug 2023-12-09T02:08:45.155+0000 7fc294ad0200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-12-09T02:08:45.918 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:08:45 smithi067 bash[73883]: debug 2023-12-09T02:08:45.679+0000 7fc294ad0200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-12-09T02:08:46.662 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:08:46 smithi067 bash[73883]: debug 2023-12-09T02:08:46.347+0000 7fc294ad0200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-12-09T02:08:46.662 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:08:46 smithi067 bash[73883]: debug 2023-12-09T02:08:46.471+0000 7fc294ad0200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-12-09T02:08:46.665 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:08:46 smithi067 bash[25104]: cluster 2023-12-09T02:08:45.306464+0000 mgr.x (mgr.25049) 112 : cluster [DBG] pgmap v53: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:08:46.922 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:08:46 smithi067 bash[30830]: cluster 2023-12-09T02:08:45.306464+0000 mgr.x (mgr.25049) 112 : cluster [DBG] pgmap v53: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:08:46.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:08:46 smithi125 bash[25274]: cluster 2023-12-09T02:08:45.306464+0000 mgr.x (mgr.25049) 112 : cluster [DBG] pgmap v53: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:08:47.176 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:08:46 smithi067 bash[73883]: debug 2023-12-09T02:08:46.919+0000 7fc294ad0200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-12-09T02:08:47.176 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:08:47 smithi067 bash[73883]: debug 2023-12-09T02:08:47.043+0000 7fc294ad0200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-12-09T02:08:47.458 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:08:47 smithi067 bash[73883]: debug 2023-12-09T02:08:47.199+0000 7fc294ad0200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-12-09T02:08:47.458 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:08:47 smithi067 bash[73883]: debug 2023-12-09T02:08:47.319+0000 7fc294ad0200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-12-09T02:08:47.719 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:08:47 smithi067 bash[73883]: debug 2023-12-09T02:08:47.455+0000 7fc294ad0200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-12-09T02:08:47.719 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:08:47 smithi067 bash[73883]: debug 2023-12-09T02:08:47.671+0000 7fc294ad0200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-12-09T02:08:48.219 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:08:47 smithi067 bash[73883]: debug 2023-12-09T02:08:47.811+0000 7fc294ad0200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-12-09T02:08:48.219 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:08:48 smithi067 bash[25104]: audit 2023-12-09T02:08:46.814518+0000 mgr.x (mgr.25049) 113 : audit [DBG] from='client.25201 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:08:48.219 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:08:48 smithi067 bash[25104]: audit 2023-12-09T02:08:47.022587+0000 mon.a (mon.0) 1321 : audit [INF] from='mgr.25049 ' entity='mgr.x' 2023-12-09T02:08:48.219 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:08:48 smithi067 bash[25104]: audit 2023-12-09T02:08:47.033326+0000 mon.a (mon.0) 1322 : audit [INF] from='mgr.25049 ' entity='mgr.x' 2023-12-09T02:08:48.220 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:08:48 smithi067 bash[25104]: audit 2023-12-09T02:08:47.046410+0000 mon.a (mon.0) 1323 : audit [INF] from='mgr.25049 ' entity='mgr.x' 2023-12-09T02:08:48.220 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:08:48 smithi067 bash[25104]: audit 2023-12-09T02:08:47.086957+0000 mon.a (mon.0) 1324 : audit [INF] from='mgr.25049 ' entity='mgr.x' 2023-12-09T02:08:48.220 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:08:48 smithi067 bash[25104]: audit 2023-12-09T02:08:47.098615+0000 mon.a (mon.0) 1325 : audit [INF] from='mgr.25049 ' entity='mgr.x' 2023-12-09T02:08:48.220 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:08:48 smithi067 bash[25104]: audit 2023-12-09T02:08:47.154067+0000 mon.a (mon.0) 1326 : audit [INF] from='mgr.25049 ' entity='mgr.x' 2023-12-09T02:08:48.220 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:08:48 smithi067 bash[25104]: audit 2023-12-09T02:08:47.163538+0000 mon.a (mon.0) 1327 : audit [INF] from='mgr.25049 ' entity='mgr.x' 2023-12-09T02:08:48.220 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:08:48 smithi067 bash[25104]: audit 2023-12-09T02:08:47.172746+0000 mon.a (mon.0) 1328 : audit [INF] from='mgr.25049 ' entity='mgr.x' 2023-12-09T02:08:48.220 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:08:48 smithi067 bash[25104]: cluster 2023-12-09T02:08:47.307179+0000 mgr.x (mgr.25049) 114 : cluster [DBG] pgmap v54: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:08:48.220 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:08:48 smithi067 bash[30830]: audit 2023-12-09T02:08:46.814518+0000 mgr.x (mgr.25049) 113 : audit [DBG] from='client.25201 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:08:48.220 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:08:48 smithi067 bash[30830]: audit 2023-12-09T02:08:47.022587+0000 mon.a (mon.0) 1321 : audit [INF] from='mgr.25049 ' entity='mgr.x' 2023-12-09T02:08:48.220 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:08:48 smithi067 bash[30830]: audit 2023-12-09T02:08:47.033326+0000 mon.a (mon.0) 1322 : audit [INF] from='mgr.25049 ' entity='mgr.x' 2023-12-09T02:08:48.220 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:08:48 smithi067 bash[30830]: audit 2023-12-09T02:08:47.046410+0000 mon.a (mon.0) 1323 : audit [INF] from='mgr.25049 ' entity='mgr.x' 2023-12-09T02:08:48.221 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:08:48 smithi067 bash[30830]: audit 2023-12-09T02:08:47.086957+0000 mon.a (mon.0) 1324 : audit [INF] from='mgr.25049 ' entity='mgr.x' 2023-12-09T02:08:48.221 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:08:48 smithi067 bash[30830]: audit 2023-12-09T02:08:47.098615+0000 mon.a (mon.0) 1325 : audit [INF] from='mgr.25049 ' entity='mgr.x' 2023-12-09T02:08:48.221 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:08:48 smithi067 bash[30830]: audit 2023-12-09T02:08:47.154067+0000 mon.a (mon.0) 1326 : audit [INF] from='mgr.25049 ' entity='mgr.x' 2023-12-09T02:08:48.221 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:08:48 smithi067 bash[30830]: audit 2023-12-09T02:08:47.163538+0000 mon.a (mon.0) 1327 : audit [INF] from='mgr.25049 ' entity='mgr.x' 2023-12-09T02:08:48.221 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:08:48 smithi067 bash[30830]: audit 2023-12-09T02:08:47.172746+0000 mon.a (mon.0) 1328 : audit [INF] from='mgr.25049 ' entity='mgr.x' 2023-12-09T02:08:48.221 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:08:48 smithi067 bash[30830]: cluster 2023-12-09T02:08:47.307179+0000 mgr.x (mgr.25049) 114 : cluster [DBG] pgmap v54: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:08:48.472 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:08:48 smithi125 bash[25274]: audit 2023-12-09T02:08:46.814518+0000 mgr.x (mgr.25049) 113 : audit [DBG] from='client.25201 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:08:48.472 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:08:48 smithi125 bash[25274]: audit 2023-12-09T02:08:47.022587+0000 mon.a (mon.0) 1321 : audit [INF] from='mgr.25049 ' entity='mgr.x' 2023-12-09T02:08:48.472 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:08:48 smithi125 bash[25274]: audit 2023-12-09T02:08:47.033326+0000 mon.a (mon.0) 1322 : audit [INF] from='mgr.25049 ' entity='mgr.x' 2023-12-09T02:08:48.472 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:08:48 smithi125 bash[25274]: audit 2023-12-09T02:08:47.046410+0000 mon.a (mon.0) 1323 : audit [INF] from='mgr.25049 ' entity='mgr.x' 2023-12-09T02:08:48.472 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:08:48 smithi125 bash[25274]: audit 2023-12-09T02:08:47.086957+0000 mon.a (mon.0) 1324 : audit [INF] from='mgr.25049 ' entity='mgr.x' 2023-12-09T02:08:48.472 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:08:48 smithi125 bash[25274]: audit 2023-12-09T02:08:47.098615+0000 mon.a (mon.0) 1325 : audit [INF] from='mgr.25049 ' entity='mgr.x' 2023-12-09T02:08:48.472 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:08:48 smithi125 bash[25274]: audit 2023-12-09T02:08:47.154067+0000 mon.a (mon.0) 1326 : audit [INF] from='mgr.25049 ' entity='mgr.x' 2023-12-09T02:08:48.473 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:08:48 smithi125 bash[25274]: audit 2023-12-09T02:08:47.163538+0000 mon.a (mon.0) 1327 : audit [INF] from='mgr.25049 ' entity='mgr.x' 2023-12-09T02:08:48.473 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:08:48 smithi125 bash[25274]: audit 2023-12-09T02:08:47.172746+0000 mon.a (mon.0) 1328 : audit [INF] from='mgr.25049 ' entity='mgr.x' 2023-12-09T02:08:48.473 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:08:48 smithi125 bash[25274]: cluster 2023-12-09T02:08:47.307179+0000 mgr.x (mgr.25049) 114 : cluster [DBG] pgmap v54: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:08:48.972 INFO:journalctl@ceph.prometheus.a.smithi125.stdout:Dec 09 02:08:48 smithi125 bash[58159]: ts=2023-12-09T02:08: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.67\", device_class=\"ssd\", hostname=\"smithi067\", instance=\"smithi125:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.67\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.67\", device_class=\"ssd\", hostname=\"smithi067\", instance=\"172.21.15.125:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.67\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-09T02:08:49.469 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:08:49 smithi067 bash[73883]: debug 2023-12-09T02:08:49.131+0000 7fc294ad0200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-12-09T02:08:49.469 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:08:49 smithi067 bash[73883]: [09/Dec/2023:02:08:49] ENGINE Bus STARTING 2023-12-09T02:08:49.469 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:08:49 smithi067 bash[73883]: CherryPy Checker: 2023-12-09T02:08:49.469 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:08:49 smithi067 bash[73883]: The Application mounted at '' has an empty config. 2023-12-09T02:08:49.469 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:08:49 smithi067 bash[73883]: [09/Dec/2023:02:08:49] ENGINE Serving on http://:::9283 2023-12-09T02:08:49.469 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:08:49 smithi067 bash[73883]: [09/Dec/2023:02:08:49] ENGINE Bus STARTED 2023-12-09T02:08:49.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:08:49 smithi067 bash[25104]: audit 2023-12-09T02:08:48.149761+0000 mon.a (mon.0) 1329 : audit [INF] from='mgr.25049 ' entity='mgr.x' 2023-12-09T02:08:49.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:08:49 smithi067 bash[25104]: audit 2023-12-09T02:08:48.163574+0000 mon.a (mon.0) 1330 : audit [INF] from='mgr.25049 ' entity='mgr.x' 2023-12-09T02:08:49.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:08:49 smithi067 bash[25104]: audit 2023-12-09T02:08:48.163655+0000 mon.b (mon.2) 78 : audit [DBG] from='mgr.25049 172.21.15.125:0/1639941565' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:08:49.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:08:49 smithi067 bash[25104]: audit 2023-12-09T02:08:48.165616+0000 mon.b (mon.2) 79 : audit [INF] from='mgr.25049 172.21.15.125:0/1639941565' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:08:49.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:08:49 smithi067 bash[25104]: cluster 2023-12-09T02:08:48.169349+0000 mgr.x (mgr.25049) 115 : cluster [DBG] pgmap v55: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 942 B/s rd, 0 op/s 2023-12-09T02:08:49.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:08:49 smithi067 bash[25104]: audit 2023-12-09T02:08:48.181115+0000 mon.a (mon.0) 1331 : audit [INF] from='mgr.25049 ' entity='mgr.x' 2023-12-09T02:08:49.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:08:49 smithi067 bash[25104]: audit 2023-12-09T02:08:48.269471+0000 mon.b (mon.2) 80 : audit [DBG] from='mgr.25049 172.21.15.125:0/1639941565' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:08:49.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:08:49 smithi067 bash[25104]: cephadm 2023-12-09T02:08:48.271317+0000 mgr.x (mgr.25049) 116 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2023-12-09T02:08:49.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:08:49 smithi067 bash[25104]: cephadm 2023-12-09T02:08:48.272078+0000 mgr.x (mgr.25049) 117 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2023-12-09T02:08:49.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:08:49 smithi067 bash[30830]: audit 2023-12-09T02:08:48.149761+0000 mon.a (mon.0) 1329 : audit [INF] from='mgr.25049 ' entity='mgr.x' 2023-12-09T02:08:49.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:08:49 smithi067 bash[30830]: audit 2023-12-09T02:08:48.163574+0000 mon.a (mon.0) 1330 : audit [INF] from='mgr.25049 ' entity='mgr.x' 2023-12-09T02:08:49.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:08:49 smithi067 bash[30830]: audit 2023-12-09T02:08:48.163655+0000 mon.b (mon.2) 78 : audit [DBG] from='mgr.25049 172.21.15.125:0/1639941565' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:08:49.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:08:49 smithi067 bash[30830]: audit 2023-12-09T02:08:48.165616+0000 mon.b (mon.2) 79 : audit [INF] from='mgr.25049 172.21.15.125:0/1639941565' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:08:49.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:08:49 smithi067 bash[30830]: cluster 2023-12-09T02:08:48.169349+0000 mgr.x (mgr.25049) 115 : cluster [DBG] pgmap v55: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 942 B/s rd, 0 op/s 2023-12-09T02:08:49.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:08:49 smithi067 bash[30830]: audit 2023-12-09T02:08:48.181115+0000 mon.a (mon.0) 1331 : audit [INF] from='mgr.25049 ' entity='mgr.x' 2023-12-09T02:08:49.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:08:49 smithi067 bash[30830]: audit 2023-12-09T02:08:48.269471+0000 mon.b (mon.2) 80 : audit [DBG] from='mgr.25049 172.21.15.125:0/1639941565' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:08:49.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:08:49 smithi067 bash[30830]: cephadm 2023-12-09T02:08:48.271317+0000 mgr.x (mgr.25049) 116 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2023-12-09T02:08:49.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:08:49 smithi067 bash[30830]: cephadm 2023-12-09T02:08:48.272078+0000 mgr.x (mgr.25049) 117 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2023-12-09T02:08:49.472 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:08:49 smithi125 bash[25274]: audit 2023-12-09T02:08:48.149761+0000 mon.a (mon.0) 1329 : audit [INF] from='mgr.25049 ' entity='mgr.x' 2023-12-09T02:08:49.472 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:08:49 smithi125 bash[25274]: audit 2023-12-09T02:08:48.163574+0000 mon.a (mon.0) 1330 : audit [INF] from='mgr.25049 ' entity='mgr.x' 2023-12-09T02:08:49.472 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:08:49 smithi125 bash[25274]: audit 2023-12-09T02:08:48.163655+0000 mon.b (mon.2) 78 : audit [DBG] from='mgr.25049 172.21.15.125:0/1639941565' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:08:49.472 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:08:49 smithi125 bash[25274]: audit 2023-12-09T02:08:48.165616+0000 mon.b (mon.2) 79 : audit [INF] from='mgr.25049 172.21.15.125:0/1639941565' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:08:49.472 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:08:49 smithi125 bash[25274]: cluster 2023-12-09T02:08:48.169349+0000 mgr.x (mgr.25049) 115 : cluster [DBG] pgmap v55: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 942 B/s rd, 0 op/s 2023-12-09T02:08:49.472 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:08:49 smithi125 bash[25274]: audit 2023-12-09T02:08:48.181115+0000 mon.a (mon.0) 1331 : audit [INF] from='mgr.25049 ' entity='mgr.x' 2023-12-09T02:08:49.472 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:08:49 smithi125 bash[25274]: audit 2023-12-09T02:08:48.269471+0000 mon.b (mon.2) 80 : audit [DBG] from='mgr.25049 172.21.15.125:0/1639941565' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:08:49.472 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:08:49 smithi125 bash[25274]: cephadm 2023-12-09T02:08:48.271317+0000 mgr.x (mgr.25049) 116 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2023-12-09T02:08:49.472 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:08:49 smithi125 bash[25274]: cephadm 2023-12-09T02:08:48.272078+0000 mgr.x (mgr.25049) 117 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2023-12-09T02:08:50.469 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:08:50 smithi067 bash[25104]: cluster 2023-12-09T02:08:49.156284+0000 mon.a (mon.0) 1332 : cluster [DBG] Standby manager daemon y restarted 2023-12-09T02:08:50.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:08:50 smithi067 bash[25104]: cluster 2023-12-09T02:08:49.156447+0000 mon.a (mon.0) 1333 : cluster [DBG] Standby manager daemon y started 2023-12-09T02:08:50.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:08:50 smithi067 bash[25104]: audit 2023-12-09T02:08:49.159101+0000 mon.c (mon.1) 50 : audit [DBG] from='mgr.? 172.21.15.67:0/213723973' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2023-12-09T02:08:50.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:08:50 smithi067 bash[25104]: audit 2023-12-09T02:08:49.159787+0000 mon.c (mon.1) 51 : audit [DBG] from='mgr.? 172.21.15.67:0/213723973' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-09T02:08:50.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:08:50 smithi067 bash[25104]: audit 2023-12-09T02:08:49.163386+0000 mon.c (mon.1) 52 : audit [DBG] from='mgr.? 172.21.15.67:0/213723973' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2023-12-09T02:08:50.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:08:50 smithi067 bash[25104]: audit 2023-12-09T02:08:49.165763+0000 mon.c (mon.1) 53 : audit [DBG] from='mgr.? 172.21.15.67:0/213723973' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-09T02:08:50.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:08:50 smithi067 bash[25104]: cluster 2023-12-09T02:08:49.171186+0000 mon.a (mon.0) 1334 : cluster [WRN] Health check failed: 1 Cephadm Agent(s) are not reporting. Hosts may be offline (CEPHADM_AGENT_DOWN) 2023-12-09T02:08:50.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:08:50 smithi067 bash[25104]: audit 2023-12-09T02:08:49.449761+0000 mon.b (mon.2) 81 : audit [DBG] from='mgr.25049 172.21.15.125:0/1639941565' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:08:50.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:08:50 smithi067 bash[25104]: audit 2023-12-09T02:08:49.451285+0000 mon.a (mon.0) 1335 : audit [INF] from='mgr.25049 ' entity='mgr.x' 2023-12-09T02:08:50.470 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:08:50 smithi067 bash[30830]: cluster 2023-12-09T02:08:49.156284+0000 mon.a (mon.0) 1332 : cluster [DBG] Standby manager daemon y restarted 2023-12-09T02:08:50.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:08:50 smithi067 bash[30830]: cluster 2023-12-09T02:08:49.156447+0000 mon.a (mon.0) 1333 : cluster [DBG] Standby manager daemon y started 2023-12-09T02:08:50.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:08:50 smithi067 bash[30830]: audit 2023-12-09T02:08:49.159101+0000 mon.c (mon.1) 50 : audit [DBG] from='mgr.? 172.21.15.67:0/213723973' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2023-12-09T02:08:50.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:08:50 smithi067 bash[30830]: audit 2023-12-09T02:08:49.159787+0000 mon.c (mon.1) 51 : audit [DBG] from='mgr.? 172.21.15.67:0/213723973' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-09T02:08:50.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:08:50 smithi067 bash[30830]: audit 2023-12-09T02:08:49.163386+0000 mon.c (mon.1) 52 : audit [DBG] from='mgr.? 172.21.15.67:0/213723973' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2023-12-09T02:08:50.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:08:50 smithi067 bash[30830]: audit 2023-12-09T02:08:49.165763+0000 mon.c (mon.1) 53 : audit [DBG] from='mgr.? 172.21.15.67:0/213723973' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-09T02:08:50.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:08:50 smithi067 bash[30830]: cluster 2023-12-09T02:08:49.171186+0000 mon.a (mon.0) 1334 : cluster [WRN] Health check failed: 1 Cephadm Agent(s) are not reporting. Hosts may be offline (CEPHADM_AGENT_DOWN) 2023-12-09T02:08:50.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:08:50 smithi067 bash[30830]: audit 2023-12-09T02:08:49.449761+0000 mon.b (mon.2) 81 : audit [DBG] from='mgr.25049 172.21.15.125:0/1639941565' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:08:50.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:08:50 smithi067 bash[30830]: audit 2023-12-09T02:08:49.451285+0000 mon.a (mon.0) 1335 : audit [INF] from='mgr.25049 ' entity='mgr.x' 2023-12-09T02:08:50.472 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:08:50 smithi125 bash[25274]: cluster 2023-12-09T02:08:49.156284+0000 mon.a (mon.0) 1332 : cluster [DBG] Standby manager daemon y restarted 2023-12-09T02:08:50.472 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:08:50 smithi125 bash[25274]: cluster 2023-12-09T02:08:49.156447+0000 mon.a (mon.0) 1333 : cluster [DBG] Standby manager daemon y started 2023-12-09T02:08:50.472 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:08:50 smithi125 bash[25274]: audit 2023-12-09T02:08:49.159101+0000 mon.c (mon.1) 50 : audit [DBG] from='mgr.? 172.21.15.67:0/213723973' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2023-12-09T02:08:50.472 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:08:50 smithi125 bash[25274]: audit 2023-12-09T02:08:49.159787+0000 mon.c (mon.1) 51 : audit [DBG] from='mgr.? 172.21.15.67:0/213723973' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-09T02:08:50.472 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:08:50 smithi125 bash[25274]: audit 2023-12-09T02:08:49.163386+0000 mon.c (mon.1) 52 : audit [DBG] from='mgr.? 172.21.15.67:0/213723973' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2023-12-09T02:08:50.472 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:08:50 smithi125 bash[25274]: audit 2023-12-09T02:08:49.165763+0000 mon.c (mon.1) 53 : audit [DBG] from='mgr.? 172.21.15.67:0/213723973' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-09T02:08:50.472 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:08:50 smithi125 bash[25274]: cluster 2023-12-09T02:08:49.171186+0000 mon.a (mon.0) 1334 : cluster [WRN] Health check failed: 1 Cephadm Agent(s) are not reporting. Hosts may be offline (CEPHADM_AGENT_DOWN) 2023-12-09T02:08:50.472 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:08:50 smithi125 bash[25274]: audit 2023-12-09T02:08:49.449761+0000 mon.b (mon.2) 81 : audit [DBG] from='mgr.25049 172.21.15.125:0/1639941565' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:08:50.472 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:08:50 smithi125 bash[25274]: audit 2023-12-09T02:08:49.451285+0000 mon.a (mon.0) 1335 : audit [INF] from='mgr.25049 ' entity='mgr.x' 2023-12-09T02:08:51.465 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:08:51 smithi125 bash[25274]: cluster 2023-12-09T02:08:50.160593+0000 mon.a (mon.0) 1336 : cluster [DBG] mgrmap e28: x(active, since 91s), standbys: y 2023-12-09T02:08:51.465 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:08:51 smithi125 bash[25274]: cluster 2023-12-09T02:08:50.169798+0000 mgr.x (mgr.25049) 118 : cluster [DBG] pgmap v56: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 942 B/s rd, 0 op/s 2023-12-09T02:08:51.469 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:08:51 smithi067 bash[25104]: cluster 2023-12-09T02:08:50.160593+0000 mon.a (mon.0) 1336 : cluster [DBG] mgrmap e28: x(active, since 91s), standbys: y 2023-12-09T02:08:51.469 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:08:51 smithi067 bash[25104]: cluster 2023-12-09T02:08:50.169798+0000 mgr.x (mgr.25049) 118 : cluster [DBG] pgmap v56: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 942 B/s rd, 0 op/s 2023-12-09T02:08:51.469 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:08:51 smithi067 bash[30830]: cluster 2023-12-09T02:08:50.160593+0000 mon.a (mon.0) 1336 : cluster [DBG] mgrmap e28: x(active, since 91s), standbys: y 2023-12-09T02:08:51.469 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:08:51 smithi067 bash[30830]: cluster 2023-12-09T02:08:50.169798+0000 mgr.x (mgr.25049) 118 : cluster [DBG] pgmap v56: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 942 B/s rd, 0 op/s 2023-12-09T02:08:52.469 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:08:52 smithi067 bash[30830]: cephadm 2023-12-09T02:08:51.544148+0000 mgr.x (mgr.25049) 119 : cephadm [INF] Upgrade: Updating mgr.y 2023-12-09T02:08:52.469 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:08:52 smithi067 bash[30830]: audit 2023-12-09T02:08:51.545019+0000 mon.b (mon.2) 82 : audit [INF] from='mgr.25049 172.21.15.125:0/1639941565' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-09T02:08:52.470 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:08:52 smithi067 bash[30830]: audit 2023-12-09T02:08:51.548708+0000 mon.b (mon.2) 83 : audit [DBG] from='mgr.25049 172.21.15.125:0/1639941565' entity='mgr.x' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-09T02:08:52.470 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:08:52 smithi067 bash[30830]: audit 2023-12-09T02:08:51.549669+0000 mon.a (mon.0) 1337 : audit [INF] from='mgr.25049 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-09T02:08:52.470 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:08:52 smithi067 bash[30830]: audit 2023-12-09T02:08:51.550482+0000 mon.b (mon.2) 84 : audit [DBG] from='mgr.25049 172.21.15.125:0/1639941565' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:08:52.470 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:08:52 smithi067 bash[30830]: cephadm 2023-12-09T02:08:51.552264+0000 mgr.x (mgr.25049) 120 : cephadm [INF] Deploying daemon mgr.y on smithi067 2023-12-09T02:08:52.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:08:52 smithi067 bash[25104]: cephadm 2023-12-09T02:08:51.544148+0000 mgr.x (mgr.25049) 119 : cephadm [INF] Upgrade: Updating mgr.y 2023-12-09T02:08:52.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:08:52 smithi067 bash[25104]: audit 2023-12-09T02:08:51.545019+0000 mon.b (mon.2) 82 : audit [INF] from='mgr.25049 172.21.15.125:0/1639941565' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-09T02:08:52.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:08:52 smithi067 bash[25104]: audit 2023-12-09T02:08:51.548708+0000 mon.b (mon.2) 83 : audit [DBG] from='mgr.25049 172.21.15.125:0/1639941565' entity='mgr.x' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-09T02:08:52.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:08:52 smithi067 bash[25104]: audit 2023-12-09T02:08:51.549669+0000 mon.a (mon.0) 1337 : audit [INF] from='mgr.25049 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-09T02:08:52.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:08:52 smithi067 bash[25104]: audit 2023-12-09T02:08:51.550482+0000 mon.b (mon.2) 84 : audit [DBG] from='mgr.25049 172.21.15.125:0/1639941565' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:08:52.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:08:52 smithi067 bash[25104]: cephadm 2023-12-09T02:08:51.552264+0000 mgr.x (mgr.25049) 120 : cephadm [INF] Deploying daemon mgr.y on smithi067 2023-12-09T02:08:52.472 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:08:52 smithi125 bash[25274]: cephadm 2023-12-09T02:08:51.544148+0000 mgr.x (mgr.25049) 119 : cephadm [INF] Upgrade: Updating mgr.y 2023-12-09T02:08:52.472 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:08:52 smithi125 bash[25274]: audit 2023-12-09T02:08:51.545019+0000 mon.b (mon.2) 82 : audit [INF] from='mgr.25049 172.21.15.125:0/1639941565' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-09T02:08:52.472 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:08:52 smithi125 bash[25274]: audit 2023-12-09T02:08:51.548708+0000 mon.b (mon.2) 83 : audit [DBG] from='mgr.25049 172.21.15.125:0/1639941565' entity='mgr.x' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-09T02:08:52.472 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:08:52 smithi125 bash[25274]: audit 2023-12-09T02:08:51.549669+0000 mon.a (mon.0) 1337 : audit [INF] from='mgr.25049 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-09T02:08:52.472 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:08:52 smithi125 bash[25274]: audit 2023-12-09T02:08:51.550482+0000 mon.b (mon.2) 84 : audit [DBG] from='mgr.25049 172.21.15.125:0/1639941565' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:08:52.472 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:08:52 smithi125 bash[25274]: cephadm 2023-12-09T02:08:51.552264+0000 mgr.x (mgr.25049) 120 : cephadm [INF] Deploying daemon mgr.y on smithi067 2023-12-09T02:08:53.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:08:53 smithi067 bash[25104]: cluster 2023-12-09T02:08:52.171412+0000 mgr.x (mgr.25049) 121 : cluster [DBG] pgmap v57: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 942 B/s rd, 0 op/s 2023-12-09T02:08:53.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:08:53 smithi067 bash[30830]: cluster 2023-12-09T02:08:52.171412+0000 mgr.x (mgr.25049) 121 : cluster [DBG] pgmap v57: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 942 B/s rd, 0 op/s 2023-12-09T02:08:53.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:08:53 smithi125 bash[25274]: cluster 2023-12-09T02:08:52.171412+0000 mgr.x (mgr.25049) 121 : cluster [DBG] pgmap v57: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 942 B/s rd, 0 op/s 2023-12-09T02:08:54.469 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:08:54 smithi067 systemd[1]: Stopping Ceph mgr.y for 6db93fb0-9635-11ee-95a3-87774f69a715... 2023-12-09T02:08:54.470 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 02:08:54 smithi125 bash[55867]: ::ffff:172.21.15.125 - - [09/Dec/2023:02:08:54] "GET /metrics HTTP/1.1" 200 38212 "" "Prometheus/2.33.4" 2023-12-09T02:08:55.287 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:08:55 smithi067 bash[75480]: ceph-6db93fb0-9635-11ee-95a3-87774f69a715-mgr-y 2023-12-09T02:08:55.288 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:08:55 smithi067 systemd[1]: ceph-6db93fb0-9635-11ee-95a3-87774f69a715@mgr.y.service: Main process exited, code=exited, status=143/n/a 2023-12-09T02:08:55.541 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:08:55 smithi067 bash[25104]: cluster 2023-12-09T02:08:54.172184+0000 mgr.x (mgr.25049) 122 : cluster [DBG] pgmap v58: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 942 B/s rd, 0 op/s 2023-12-09T02:08:55.541 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:08:55 smithi067 bash[25104]: audit 2023-12-09T02:08:54.443142+0000 mon.a (mon.0) 1338 : audit [INF] from='mgr.25049 ' entity='mgr.x' 2023-12-09T02:08:55.541 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:08:55 smithi067 bash[25104]: audit 2023-12-09T02:08:54.455287+0000 mon.a (mon.0) 1339 : audit [INF] from='mgr.25049 ' entity='mgr.x' 2023-12-09T02:08:55.541 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:08:55 smithi067 bash[25104]: audit 2023-12-09T02:08:54.467779+0000 mon.a (mon.0) 1340 : audit [INF] from='mgr.25049 ' entity='mgr.x' 2023-12-09T02:08:55.542 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:08:55 smithi067 bash[75551]: Error response from daemon: No such container: ceph-6db93fb0-9635-11ee-95a3-87774f69a715-mgr-y 2023-12-09T02:08:55.542 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:08:55 smithi067 systemd[1]: ceph-6db93fb0-9635-11ee-95a3-87774f69a715@mgr.y.service: Failed with result 'exit-code'. 2023-12-09T02:08:55.542 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:08:55 smithi067 systemd[1]: Stopped Ceph mgr.y for 6db93fb0-9635-11ee-95a3-87774f69a715. 2023-12-09T02:08:55.542 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:08:55 smithi067 bash[30830]: cluster 2023-12-09T02:08:54.172184+0000 mgr.x (mgr.25049) 122 : cluster [DBG] pgmap v58: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 942 B/s rd, 0 op/s 2023-12-09T02:08:55.542 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:08:55 smithi067 bash[30830]: audit 2023-12-09T02:08:54.443142+0000 mon.a (mon.0) 1338 : audit [INF] from='mgr.25049 ' entity='mgr.x' 2023-12-09T02:08:55.542 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:08:55 smithi067 bash[30830]: audit 2023-12-09T02:08:54.455287+0000 mon.a (mon.0) 1339 : audit [INF] from='mgr.25049 ' entity='mgr.x' 2023-12-09T02:08:55.542 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:08:55 smithi067 bash[30830]: audit 2023-12-09T02:08:54.467779+0000 mon.a (mon.0) 1340 : audit [INF] from='mgr.25049 ' entity='mgr.x' 2023-12-09T02:08:55.722 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:08:55 smithi125 bash[25274]: cluster 2023-12-09T02:08:54.172184+0000 mgr.x (mgr.25049) 122 : cluster [DBG] pgmap v58: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 942 B/s rd, 0 op/s 2023-12-09T02:08:55.722 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:08:55 smithi125 bash[25274]: audit 2023-12-09T02:08:54.443142+0000 mon.a (mon.0) 1338 : audit [INF] from='mgr.25049 ' entity='mgr.x' 2023-12-09T02:08:55.722 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:08:55 smithi125 bash[25274]: audit 2023-12-09T02:08:54.455287+0000 mon.a (mon.0) 1339 : audit [INF] from='mgr.25049 ' entity='mgr.x' 2023-12-09T02:08:55.722 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:08:55 smithi125 bash[25274]: audit 2023-12-09T02:08:54.467779+0000 mon.a (mon.0) 1340 : audit [INF] from='mgr.25049 ' entity='mgr.x' 2023-12-09T02:08:55.969 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:08:55 smithi067 systemd[1]: Started Ceph mgr.y for 6db93fb0-9635-11ee-95a3-87774f69a715. 2023-12-09T02:08:56.873 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:08:56 smithi125 bash[25274]: audit 2023-12-09T02:08:55.607856+0000 mon.a (mon.0) 1341 : audit [INF] from='mgr.25049 ' entity='mgr.x' 2023-12-09T02:08:56.874 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:08:56 smithi125 bash[25274]: audit 2023-12-09T02:08:55.620376+0000 mon.a (mon.0) 1342 : audit [INF] from='mgr.25049 ' entity='mgr.x' 2023-12-09T02:08:56.874 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:08:56 smithi125 bash[25274]: audit 2023-12-09T02:08:55.629764+0000 mon.b (mon.2) 85 : audit [DBG] from='mgr.25049 172.21.15.125:0/1639941565' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:08:56.874 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:08:56 smithi125 bash[25274]: audit 2023-12-09T02:08:55.631596+0000 mon.b (mon.2) 86 : audit [INF] from='mgr.25049 172.21.15.125:0/1639941565' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:08:56.874 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:08:56 smithi125 bash[25274]: cluster 2023-12-09T02:08:55.636108+0000 mgr.x (mgr.25049) 123 : cluster [DBG] pgmap v59: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 991 B/s rd, 0 op/s 2023-12-09T02:08:56.874 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:08:56 smithi125 bash[25274]: audit 2023-12-09T02:08:55.647058+0000 mon.a (mon.0) 1343 : audit [INF] from='mgr.25049 ' entity='mgr.x' 2023-12-09T02:08:56.874 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:08:56 smithi125 bash[25274]: cephadm 2023-12-09T02:08:55.654470+0000 mgr.x (mgr.25049) 124 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:08:56.874 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:08:56 smithi125 bash[25274]: audit 2023-12-09T02:08:55.736752+0000 mon.b (mon.2) 87 : audit [DBG] from='mgr.25049 172.21.15.125:0/1639941565' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:08:56.874 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:08:56 smithi125 bash[25274]: cephadm 2023-12-09T02:08:55.738407+0000 mgr.x (mgr.25049) 125 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2023-12-09T02:08:56.874 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:08:56 smithi125 bash[25274]: cephadm 2023-12-09T02:08:55.738980+0000 mgr.x (mgr.25049) 126 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2023-12-09T02:08:56.874 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:08:56 smithi125 bash[25274]: cephadm 2023-12-09T02:08:55.742132+0000 mgr.x (mgr.25049) 127 : cephadm [INF] Failing over to other MGR 2023-12-09T02:08:56.874 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:08:56 smithi125 bash[25274]: audit 2023-12-09T02:08:55.742510+0000 mon.b (mon.2) 88 : audit [INF] from='mgr.25049 172.21.15.125:0/1639941565' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2023-12-09T02:08:56.875 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:08:56 smithi125 bash[25274]: audit 2023-12-09T02:08:55.746812+0000 mon.a (mon.0) 1344 : audit [INF] from='mgr.25049 ' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2023-12-09T02:08:56.875 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:08:56 smithi125 bash[25274]: cluster 2023-12-09T02:08:55.759555+0000 mon.a (mon.0) 1345 : cluster [DBG] osdmap e103: 8 total, 8 up, 8 in 2023-12-09T02:08:56.875 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 02:08:56 smithi125 bash[55867]: debug 2023-12-09T02:08:56.649+0000 7f939a855700 -1 mgr handle_mgr_map I was active but no longer am 2023-12-09T02:08:56.875 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 02:08:56 smithi125 bash[55867]: ignoring --setuser ceph since I am not root 2023-12-09T02:08:56.875 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 02:08:56 smithi125 bash[55867]: ignoring --setgroup ceph since I am not root 2023-12-09T02:08:56.875 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 02:08:56 smithi125 bash[55867]: debug 2023-12-09T02:08:56.705+0000 7fb663bf0700 1 -- 172.21.15.125:0/3406788153 <== mon.0 v2:172.21.15.67:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x561affccc1a0 con 0x561b00a48400 2023-12-09T02:08:56.875 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 02:08:56 smithi125 bash[55867]: debug 2023-12-09T02:08:56.869+0000 7fb66d978200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-12-09T02:08:56.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:08:56 smithi067 bash[25104]: audit 2023-12-09T02:08:55.607856+0000 mon.a (mon.0) 1341 : audit [INF] from='mgr.25049 ' entity='mgr.x' 2023-12-09T02:08:56.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:08:56 smithi067 bash[25104]: audit 2023-12-09T02:08:55.620376+0000 mon.a (mon.0) 1342 : audit [INF] from='mgr.25049 ' entity='mgr.x' 2023-12-09T02:08:56.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:08:56 smithi067 bash[25104]: audit 2023-12-09T02:08:55.629764+0000 mon.b (mon.2) 85 : audit [DBG] from='mgr.25049 172.21.15.125:0/1639941565' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:08:56.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:08:56 smithi067 bash[25104]: audit 2023-12-09T02:08:55.631596+0000 mon.b (mon.2) 86 : audit [INF] from='mgr.25049 172.21.15.125:0/1639941565' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:08:56.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:08:56 smithi067 bash[25104]: cluster 2023-12-09T02:08:55.636108+0000 mgr.x (mgr.25049) 123 : cluster [DBG] pgmap v59: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 991 B/s rd, 0 op/s 2023-12-09T02:08:56.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:08:56 smithi067 bash[25104]: audit 2023-12-09T02:08:55.647058+0000 mon.a (mon.0) 1343 : audit [INF] from='mgr.25049 ' entity='mgr.x' 2023-12-09T02:08:56.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:08:56 smithi067 bash[25104]: cephadm 2023-12-09T02:08:55.654470+0000 mgr.x (mgr.25049) 124 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:08:56.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:08:56 smithi067 bash[25104]: audit 2023-12-09T02:08:55.736752+0000 mon.b (mon.2) 87 : audit [DBG] from='mgr.25049 172.21.15.125:0/1639941565' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:08:56.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:08:56 smithi067 bash[25104]: cephadm 2023-12-09T02:08:55.738407+0000 mgr.x (mgr.25049) 125 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2023-12-09T02:08:56.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:08:56 smithi067 bash[25104]: cephadm 2023-12-09T02:08:55.738980+0000 mgr.x (mgr.25049) 126 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2023-12-09T02:08:56.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:08:56 smithi067 bash[25104]: cephadm 2023-12-09T02:08:55.742132+0000 mgr.x (mgr.25049) 127 : cephadm [INF] Failing over to other MGR 2023-12-09T02:08:56.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:08:56 smithi067 bash[25104]: audit 2023-12-09T02:08:55.742510+0000 mon.b (mon.2) 88 : audit [INF] from='mgr.25049 172.21.15.125:0/1639941565' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2023-12-09T02:08:56.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:08:56 smithi067 bash[25104]: audit 2023-12-09T02:08:55.746812+0000 mon.a (mon.0) 1344 : audit [INF] from='mgr.25049 ' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2023-12-09T02:08:56.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:08:56 smithi067 bash[25104]: cluster 2023-12-09T02:08:55.759555+0000 mon.a (mon.0) 1345 : cluster [DBG] osdmap e103: 8 total, 8 up, 8 in 2023-12-09T02:08:56.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:08:56 smithi067 bash[30830]: audit 2023-12-09T02:08:55.607856+0000 mon.a (mon.0) 1341 : audit [INF] from='mgr.25049 ' entity='mgr.x' 2023-12-09T02:08:56.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:08:56 smithi067 bash[30830]: audit 2023-12-09T02:08:55.620376+0000 mon.a (mon.0) 1342 : audit [INF] from='mgr.25049 ' entity='mgr.x' 2023-12-09T02:08:56.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:08:56 smithi067 bash[30830]: audit 2023-12-09T02:08:55.629764+0000 mon.b (mon.2) 85 : audit [DBG] from='mgr.25049 172.21.15.125:0/1639941565' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:08:56.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:08:56 smithi067 bash[30830]: audit 2023-12-09T02:08:55.631596+0000 mon.b (mon.2) 86 : audit [INF] from='mgr.25049 172.21.15.125:0/1639941565' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:08:56.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:08:56 smithi067 bash[30830]: cluster 2023-12-09T02:08:55.636108+0000 mgr.x (mgr.25049) 123 : cluster [DBG] pgmap v59: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 991 B/s rd, 0 op/s 2023-12-09T02:08:56.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:08:56 smithi067 bash[30830]: audit 2023-12-09T02:08:55.647058+0000 mon.a (mon.0) 1343 : audit [INF] from='mgr.25049 ' entity='mgr.x' 2023-12-09T02:08:56.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:08:56 smithi067 bash[30830]: cephadm 2023-12-09T02:08:55.654470+0000 mgr.x (mgr.25049) 124 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:08:56.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:08:56 smithi067 bash[30830]: audit 2023-12-09T02:08:55.736752+0000 mon.b (mon.2) 87 : audit [DBG] from='mgr.25049 172.21.15.125:0/1639941565' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:08:56.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:08:56 smithi067 bash[30830]: cephadm 2023-12-09T02:08:55.738407+0000 mgr.x (mgr.25049) 125 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2023-12-09T02:08:56.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:08:56 smithi067 bash[30830]: cephadm 2023-12-09T02:08:55.738980+0000 mgr.x (mgr.25049) 126 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2023-12-09T02:08:56.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:08:56 smithi067 bash[30830]: cephadm 2023-12-09T02:08:55.742132+0000 mgr.x (mgr.25049) 127 : cephadm [INF] Failing over to other MGR 2023-12-09T02:08:56.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:08:56 smithi067 bash[30830]: audit 2023-12-09T02:08:55.742510+0000 mon.b (mon.2) 88 : audit [INF] from='mgr.25049 172.21.15.125:0/1639941565' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2023-12-09T02:08:56.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:08:56 smithi067 bash[30830]: audit 2023-12-09T02:08:55.746812+0000 mon.a (mon.0) 1344 : audit [INF] from='mgr.25049 ' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2023-12-09T02:08:56.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:08:56 smithi067 bash[30830]: cluster 2023-12-09T02:08:55.759555+0000 mon.a (mon.0) 1345 : cluster [DBG] osdmap e103: 8 total, 8 up, 8 in 2023-12-09T02:08:57.469 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:08:57 smithi067 bash[75618]: debug 2023-12-09T02:08:57.331+0000 7fa8d2bf5700 1 -- 172.21.15.67:0/1900655172 <== mon.1 v2:172.21.15.67:3301/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55f1b18d81a0 con 0x55f1b2658c00 2023-12-09T02:08:57.871 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 02:08:57 smithi125 bash[55867]: debug 2023-12-09T02:08:57.765+0000 7fb66d978200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2023-12-09T02:08:57.871 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:08:57 smithi125 bash[25274]: cluster 2023-12-09T02:08:56.617721+0000 mon.a (mon.0) 1346 : cluster [INF] Health check cleared: CEPHADM_AGENT_DOWN (was: 1 Cephadm Agent(s) are not reporting. Hosts may be offline) 2023-12-09T02:08:57.871 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:08:57 smithi125 bash[25274]: cluster 2023-12-09T02:08:56.617761+0000 mon.a (mon.0) 1347 : cluster [INF] Cluster is now healthy 2023-12-09T02:08:57.871 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:08:57 smithi125 bash[25274]: audit 2023-12-09T02:08:56.653707+0000 mon.a (mon.0) 1348 : audit [INF] from='mgr.25049 ' entity='mgr.x' cmd='[{"prefix": "mgr fail", "who": "x"}]': finished 2023-12-09T02:08:57.871 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:08:57 smithi125 bash[25274]: cluster 2023-12-09T02:08:56.653868+0000 mon.a (mon.0) 1349 : cluster [DBG] mgrmap e29: y(active, starting, since 0.905558s) 2023-12-09T02:08:57.969 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:08:57 smithi067 bash[75618]: debug 2023-12-09T02:08:57.519+0000 7fa8dcd9b200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-12-09T02:08:57.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:08:57 smithi067 bash[25104]: cluster 2023-12-09T02:08:56.617721+0000 mon.a (mon.0) 1346 : cluster [INF] Health check cleared: CEPHADM_AGENT_DOWN (was: 1 Cephadm Agent(s) are not reporting. Hosts may be offline) 2023-12-09T02:08:57.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:08:57 smithi067 bash[25104]: cluster 2023-12-09T02:08:56.617761+0000 mon.a (mon.0) 1347 : cluster [INF] Cluster is now healthy 2023-12-09T02:08:57.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:08:57 smithi067 bash[25104]: audit 2023-12-09T02:08:56.653707+0000 mon.a (mon.0) 1348 : audit [INF] from='mgr.25049 ' entity='mgr.x' cmd='[{"prefix": "mgr fail", "who": "x"}]': finished 2023-12-09T02:08:57.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:08:57 smithi067 bash[25104]: cluster 2023-12-09T02:08:56.653868+0000 mon.a (mon.0) 1349 : cluster [DBG] mgrmap e29: y(active, starting, since 0.905558s) 2023-12-09T02:08:57.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:08:57 smithi067 bash[30830]: cluster 2023-12-09T02:08:56.617721+0000 mon.a (mon.0) 1346 : cluster [INF] Health check cleared: CEPHADM_AGENT_DOWN (was: 1 Cephadm Agent(s) are not reporting. Hosts may be offline) 2023-12-09T02:08:57.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:08:57 smithi067 bash[30830]: cluster 2023-12-09T02:08:56.617761+0000 mon.a (mon.0) 1347 : cluster [INF] Cluster is now healthy 2023-12-09T02:08:57.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:08:57 smithi067 bash[30830]: audit 2023-12-09T02:08:56.653707+0000 mon.a (mon.0) 1348 : audit [INF] from='mgr.25049 ' entity='mgr.x' cmd='[{"prefix": "mgr fail", "who": "x"}]': finished 2023-12-09T02:08:57.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:08:57 smithi067 bash[30830]: cluster 2023-12-09T02:08:56.653868+0000 mon.a (mon.0) 1349 : cluster [DBG] mgrmap e29: y(active, starting, since 0.905558s) 2023-12-09T02:08:58.222 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 02:08:57 smithi125 bash[55867]: debug 2023-12-09T02:08:57.865+0000 7fb66d978200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-12-09T02:08:58.222 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 02:08:57 smithi125 bash[55867]: debug 2023-12-09T02:08:57.965+0000 7fb66d978200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-12-09T02:08:58.596 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 02:08:58 smithi125 bash[55867]: debug 2023-12-09T02:08:58.229+0000 7fb66d978200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-12-09T02:08:58.697 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:08:58 smithi067 bash[75618]: debug 2023-12-09T02:08:58.483+0000 7fa8dcd9b200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2023-12-09T02:08:58.698 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:08:58 smithi067 bash[75618]: debug 2023-12-09T02:08:58.591+0000 7fa8dcd9b200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-12-09T02:08:58.965 INFO:journalctl@ceph.prometheus.a.smithi125.stdout:Dec 09 02:08:58 smithi125 bash[58159]: ts=2023-12-09T02:08:58.660Z caller=manager.go:609 level=warn component="rule manager" group=osd msg="Evaluating rule failed" rule="alert: CephOSDFlapping\nexpr: (rate(ceph_osd_up[5m]) * on(ceph_daemon) group_left(hostname) ceph_osd_metadata)\n * 60 > 1\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.4.4\n severity: warning\n type: ceph_default\nannotations:\n description: OSD {{ $labels.ceph_daemon }} on {{ $labels.hostname }} was marked\n down and back up {{ $value | humanize }} times once a minute for 5 minutes. This\n may indicate a network issue (latency, packet loss, MTU mismatch) on the cluster\n network, or the public network if no cluster network is deployed. Check the network\n stats on the listed host(s).\n documentation: https://docs.ceph.com/en/latest/rados/troubleshooting/troubleshooting-osd#flapping-osds\n summary: Network issues are causing OSDs to flap (mark each other down)\n" err="found duplicate series for the match group {ceph_daemon=\"osd.0\"} on the right hand-side of the operation: [{__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.67\", device_class=\"ssd\", hostname=\"smithi067\", instance=\"smithi125:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.67\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.67\", device_class=\"ssd\", hostname=\"smithi067\", instance=\"172.21.15.125:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.67\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-09T02:08:58.966 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 02:08:58 smithi125 bash[55867]: debug 2023-12-09T02:08:58.589+0000 7fb66d978200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-12-09T02:08:58.966 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 02:08:58 smithi125 bash[55867]: debug 2023-12-09T02:08:58.749+0000 7fb66d978200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-12-09T02:08:58.966 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 02:08:58 smithi125 bash[55867]: debug 2023-12-09T02:08:58.961+0000 7fb66d978200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-12-09T02:08:58.969 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:08:58 smithi067 bash[75618]: debug 2023-12-09T02:08:58.695+0000 7fa8dcd9b200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-12-09T02:08:59.243 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:08:58 smithi067 bash[75618]: debug 2023-12-09T02:08:58.967+0000 7fa8dcd9b200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-12-09T02:08:59.503 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:08:59 smithi067 bash[75618]: debug 2023-12-09T02:08:59.339+0000 7fa8dcd9b200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-12-09T02:08:59.969 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:08:59 smithi067 bash[75618]: debug 2023-12-09T02:08:59.499+0000 7fa8dcd9b200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-12-09T02:08:59.969 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:08:59 smithi067 bash[75618]: debug 2023-12-09T02:08:59.719+0000 7fa8dcd9b200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-12-09T02:09:00.222 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 02:08:59 smithi125 bash[55867]: debug 2023-12-09T02:08:59.961+0000 7fb66d978200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-12-09T02:09:00.222 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 02:09:00 smithi125 bash[55867]: debug 2023-12-09T02:09:00.077+0000 7fb66d978200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-12-09T02:09:00.222 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 02:09:00 smithi125 bash[55867]: debug 2023-12-09T02:09:00.193+0000 7fb66d978200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-12-09T02:09:00.972 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 02:09:00 smithi125 bash[55867]: debug 2023-12-09T02:09:00.665+0000 7fb66d978200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-12-09T02:09:00.972 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 02:09:00 smithi125 bash[55867]: debug 2023-12-09T02:09:00.897+0000 7fb66d978200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-12-09T02:09:01.219 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:09:00 smithi067 bash[75618]: debug 2023-12-09T02:09:00.763+0000 7fa8dcd9b200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-12-09T02:09:01.219 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:09:00 smithi067 bash[75618]: debug 2023-12-09T02:09:00.879+0000 7fa8dcd9b200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-12-09T02:09:01.220 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:09:01 smithi067 bash[75618]: debug 2023-12-09T02:09:00.999+0000 7fa8dcd9b200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-12-09T02:09:01.722 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 02:09:01 smithi125 bash[55867]: debug 2023-12-09T02:09:01.357+0000 7fb66d978200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-12-09T02:09:01.969 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:09:01 smithi067 bash[75618]: debug 2023-12-09T02:09:01.491+0000 7fa8dcd9b200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-12-09T02:09:01.969 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:09:01 smithi067 bash[75618]: debug 2023-12-09T02:09:01.723+0000 7fa8dcd9b200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-12-09T02:09:02.222 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 02:09:01 smithi125 bash[55867]: debug 2023-12-09T02:09:01.853+0000 7fb66d978200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-12-09T02:09:02.342 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:09:02 smithi067 bash[75618]: debug 2023-12-09T02:09:02.207+0000 7fa8dcd9b200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-12-09T02:09:02.722 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 02:09:02 smithi125 bash[55867]: debug 2023-12-09T02:09:02.425+0000 7fb66d978200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-12-09T02:09:02.722 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 02:09:02 smithi125 bash[55867]: debug 2023-12-09T02:09:02.553+0000 7fb66d978200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-12-09T02:09:03.174 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 02:09:02 smithi125 bash[55867]: debug 2023-12-09T02:09:02.905+0000 7fb66d978200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-12-09T02:09:03.174 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 02:09:03 smithi125 bash[55867]: debug 2023-12-09T02:09:03.025+0000 7fb66d978200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-12-09T02:09:03.219 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:09:02 smithi067 bash[75618]: debug 2023-12-09T02:09:02.715+0000 7fa8dcd9b200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-12-09T02:09:03.472 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 02:09:03 smithi125 bash[55867]: debug 2023-12-09T02:09:03.169+0000 7fb66d978200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-12-09T02:09:03.472 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 02:09:03 smithi125 bash[55867]: debug 2023-12-09T02:09:03.285+0000 7fb66d978200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-12-09T02:09:03.472 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 02:09:03 smithi125 bash[55867]: debug 2023-12-09T02:09:03.413+0000 7fb66d978200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-12-09T02:09:03.627 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:09:03 smithi067 bash[75618]: debug 2023-12-09T02:09:03.287+0000 7fa8dcd9b200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-12-09T02:09:03.628 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:09:03 smithi067 bash[75618]: debug 2023-12-09T02:09:03.403+0000 7fa8dcd9b200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-12-09T02:09:03.722 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 02:09:03 smithi125 bash[55867]: debug 2023-12-09T02:09:03.604+0000 7fb66d978200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-12-09T02:09:03.906 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:09:03 smithi067 bash[75618]: debug 2023-12-09T02:09:03.775+0000 7fa8dcd9b200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-12-09T02:09:03.972 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 02:09:03 smithi125 bash[55867]: debug 2023-12-09T02:09:03.732+0000 7fb66d978200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-12-09T02:09:04.193 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:09:03 smithi067 bash[75618]: debug 2023-12-09T02:09:03.903+0000 7fa8dcd9b200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-12-09T02:09:04.193 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:09:04 smithi067 bash[75618]: debug 2023-12-09T02:09:04.059+0000 7fa8dcd9b200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-12-09T02:09:04.469 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:09:04 smithi067 bash[75618]: debug 2023-12-09T02:09:04.187+0000 7fa8dcd9b200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-12-09T02:09:04.469 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:09:04 smithi067 bash[75618]: debug 2023-12-09T02:09:04.327+0000 7fa8dcd9b200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-12-09T02:09:04.912 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:09:04 smithi067 bash[75618]: debug 2023-12-09T02:09:04.539+0000 7fa8dcd9b200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-12-09T02:09:04.912 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:09:04 smithi067 bash[75618]: debug 2023-12-09T02:09:04.675+0000 7fa8dcd9b200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-12-09T02:09:05.219 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:05 smithi067 bash[30830]: audit 2023-12-09T02:09:05.049036+0000 mon.b (mon.2) 89 : audit [DBG] from='mgr.? 172.21.15.125:0/1426900374' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-09T02:09:05.219 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:05 smithi067 bash[30830]: audit 2023-12-09T02:09:05.050401+0000 mon.b (mon.2) 90 : audit [DBG] from='mgr.? 172.21.15.125:0/1426900374' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-09T02:09:05.219 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:05 smithi067 bash[30830]: cluster 2023-12-09T02:09:05.052024+0000 mon.a (mon.0) 1350 : cluster [DBG] Standby manager daemon x started 2023-12-09T02:09:05.219 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:05 smithi067 bash[30830]: audit 2023-12-09T02:09:05.054769+0000 mon.b (mon.2) 91 : audit [DBG] from='mgr.? 172.21.15.125:0/1426900374' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-09T02:09:05.219 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:05 smithi067 bash[30830]: audit 2023-12-09T02:09:05.056393+0000 mon.b (mon.2) 92 : audit [DBG] from='mgr.? 172.21.15.125:0/1426900374' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-09T02:09:05.220 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:05 smithi067 bash[25104]: audit 2023-12-09T02:09:05.049036+0000 mon.b (mon.2) 89 : audit [DBG] from='mgr.? 172.21.15.125:0/1426900374' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-09T02:09:05.220 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:05 smithi067 bash[25104]: audit 2023-12-09T02:09:05.050401+0000 mon.b (mon.2) 90 : audit [DBG] from='mgr.? 172.21.15.125:0/1426900374' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-09T02:09:05.220 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:05 smithi067 bash[25104]: cluster 2023-12-09T02:09:05.052024+0000 mon.a (mon.0) 1350 : cluster [DBG] Standby manager daemon x started 2023-12-09T02:09:05.220 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:05 smithi067 bash[25104]: audit 2023-12-09T02:09:05.054769+0000 mon.b (mon.2) 91 : audit [DBG] from='mgr.? 172.21.15.125:0/1426900374' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-09T02:09:05.220 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:05 smithi067 bash[25104]: audit 2023-12-09T02:09:05.056393+0000 mon.b (mon.2) 92 : audit [DBG] from='mgr.? 172.21.15.125:0/1426900374' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-09T02:09:05.472 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 02:09:05 smithi125 bash[55867]: debug 2023-12-09T02:09:05.040+0000 7fb66d978200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-12-09T02:09:05.472 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 02:09:05 smithi125 bash[55867]: [09/Dec/2023:02:09:05] ENGINE Bus STARTING 2023-12-09T02:09:05.472 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 02:09:05 smithi125 bash[55867]: CherryPy Checker: 2023-12-09T02:09:05.472 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 02:09:05 smithi125 bash[55867]: The Application mounted at '' has an empty config. 2023-12-09T02:09:05.472 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 02:09:05 smithi125 bash[55867]: [09/Dec/2023:02:09:05] ENGINE Serving on http://:::9283 2023-12-09T02:09:05.472 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 02:09:05 smithi125 bash[55867]: [09/Dec/2023:02:09:05] ENGINE Bus STARTED 2023-12-09T02:09:05.472 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:05 smithi125 bash[25274]: audit 2023-12-09T02:09:05.049036+0000 mon.b (mon.2) 89 : audit [DBG] from='mgr.? 172.21.15.125:0/1426900374' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-09T02:09:05.473 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:05 smithi125 bash[25274]: audit 2023-12-09T02:09:05.050401+0000 mon.b (mon.2) 90 : audit [DBG] from='mgr.? 172.21.15.125:0/1426900374' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-09T02:09:05.473 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:05 smithi125 bash[25274]: cluster 2023-12-09T02:09:05.052024+0000 mon.a (mon.0) 1350 : cluster [DBG] Standby manager daemon x started 2023-12-09T02:09:05.473 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:05 smithi125 bash[25274]: audit 2023-12-09T02:09:05.054769+0000 mon.b (mon.2) 91 : audit [DBG] from='mgr.? 172.21.15.125:0/1426900374' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-09T02:09:05.473 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:05 smithi125 bash[25274]: audit 2023-12-09T02:09:05.056393+0000 mon.b (mon.2) 92 : audit [DBG] from='mgr.? 172.21.15.125:0/1426900374' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-09T02:09:05.972 INFO:journalctl@ceph.prometheus.a.smithi125.stdout:Dec 09 02:09:05 smithi125 bash[58159]: ts=2023-12-09T02:09:05.615Z caller=refresh.go:98 level=error component="discovery manager scrape" discovery=http msg="Unable to refresh target groups" err="Get \"http://172.21.15.125:8765/sd/prometheus/sd-config?service=ceph-exporter\": dial tcp 172.21.15.125:8765: connect: connection refused" 2023-12-09T02:09:05.972 INFO:journalctl@ceph.prometheus.a.smithi125.stdout:Dec 09 02:09:05 smithi125 bash[58159]: ts=2023-12-09T02:09:05.618Z caller=refresh.go:98 level=error component="discovery manager notify" discovery=http msg="Unable to refresh target groups" err="Get \"http://172.21.15.125:8765/sd/prometheus/sd-config?service=alertmanager\": dial tcp 172.21.15.125:8765: connect: connection refused" 2023-12-09T02:09:05.972 INFO:journalctl@ceph.prometheus.a.smithi125.stdout:Dec 09 02:09:05 smithi125 bash[58159]: ts=2023-12-09T02:09:05.618Z caller=refresh.go:98 level=error component="discovery manager scrape" discovery=http msg="Unable to refresh target groups" err="Get \"http://172.21.15.125:8765/sd/prometheus/sd-config?service=node-exporter\": dial tcp 172.21.15.125:8765: connect: connection refused" 2023-12-09T02:09:05.972 INFO:journalctl@ceph.prometheus.a.smithi125.stdout:Dec 09 02:09:05 smithi125 bash[58159]: ts=2023-12-09T02:09:05.619Z caller=refresh.go:98 level=error component="discovery manager scrape" discovery=http msg="Unable to refresh target groups" err="Get \"http://172.21.15.125:8765/sd/prometheus/sd-config?service=mgr-prometheus\": dial tcp 172.21.15.125:8765: connect: connection refused" 2023-12-09T02:09:06.257 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:06 smithi067 bash[25104]: cluster 2023-12-09T02:09:05.122424+0000 mon.a (mon.0) 1351 : cluster [DBG] mgrmap e30: y(active, starting, since 9s), standbys: x 2023-12-09T02:09:06.257 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:06 smithi067 bash[25104]: cluster 2023-12-09T02:09:06.011737+0000 mon.a (mon.0) 1352 : cluster [INF] Active manager daemon y restarted 2023-12-09T02:09:06.258 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:06 smithi067 bash[25104]: cluster 2023-12-09T02:09:06.013213+0000 mon.a (mon.0) 1353 : cluster [INF] Activating manager daemon y 2023-12-09T02:09:06.258 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:06 smithi067 bash[25104]: cluster 2023-12-09T02:09:06.022976+0000 mon.a (mon.0) 1354 : cluster [DBG] osdmap e104: 8 total, 8 up, 8 in 2023-12-09T02:09:06.258 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:09:05 smithi067 bash[75618]: debug 2023-12-09T02:09:05.987+0000 7fa8dcd9b200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-12-09T02:09:06.258 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:09:06 smithi067 bash[75618]: [09/Dec/2023:02:09:06] ENGINE Bus STARTING 2023-12-09T02:09:06.258 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:06 smithi067 bash[30830]: cluster 2023-12-09T02:09:05.122424+0000 mon.a (mon.0) 1351 : cluster [DBG] mgrmap e30: y(active, starting, since 9s), standbys: x 2023-12-09T02:09:06.258 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:06 smithi067 bash[30830]: cluster 2023-12-09T02:09:06.011737+0000 mon.a (mon.0) 1352 : cluster [INF] Active manager daemon y restarted 2023-12-09T02:09:06.258 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:06 smithi067 bash[30830]: cluster 2023-12-09T02:09:06.013213+0000 mon.a (mon.0) 1353 : cluster [INF] Activating manager daemon y 2023-12-09T02:09:06.258 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:06 smithi067 bash[30830]: cluster 2023-12-09T02:09:06.022976+0000 mon.a (mon.0) 1354 : cluster [DBG] osdmap e104: 8 total, 8 up, 8 in 2023-12-09T02:09:06.472 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:06 smithi125 bash[25274]: cluster 2023-12-09T02:09:05.122424+0000 mon.a (mon.0) 1351 : cluster [DBG] mgrmap e30: y(active, starting, since 9s), standbys: x 2023-12-09T02:09:06.472 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:06 smithi125 bash[25274]: cluster 2023-12-09T02:09:06.011737+0000 mon.a (mon.0) 1352 : cluster [INF] Active manager daemon y restarted 2023-12-09T02:09:06.472 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:06 smithi125 bash[25274]: cluster 2023-12-09T02:09:06.013213+0000 mon.a (mon.0) 1353 : cluster [INF] Activating manager daemon y 2023-12-09T02:09:06.472 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:06 smithi125 bash[25274]: cluster 2023-12-09T02:09:06.022976+0000 mon.a (mon.0) 1354 : cluster [DBG] osdmap e104: 8 total, 8 up, 8 in 2023-12-09T02:09:06.719 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:09:06 smithi067 bash[75618]: CherryPy Checker: 2023-12-09T02:09:06.719 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:09:06 smithi067 bash[75618]: The Application mounted at '' has an empty config. 2023-12-09T02:09:06.719 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:09:06 smithi067 bash[75618]: [09/Dec/2023:02:09:06] ENGINE Serving on http://:::9283 2023-12-09T02:09:06.719 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:09:06 smithi067 bash[75618]: [09/Dec/2023:02:09:06] ENGINE Bus STARTED 2023-12-09T02:09:07.198 INFO:teuthology.orchestra.run.smithi067.stdout:true 2023-12-09T02:09:07.439 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:07 smithi125 bash[25274]: cluster 2023-12-09T02:09:06.145564+0000 mon.a (mon.0) 1355 : cluster [DBG] mgrmap e31: y(active, starting, since 0.132594s), standbys: x 2023-12-09T02:09:07.440 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:07 smithi125 bash[25274]: audit 2023-12-09T02:09:06.150493+0000 mon.a (mon.0) 1356 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-09T02:09:07.440 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:07 smithi125 bash[25274]: audit 2023-12-09T02:09:06.150741+0000 mon.a (mon.0) 1357 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-09T02:09:07.440 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:07 smithi125 bash[25274]: audit 2023-12-09T02:09:06.150892+0000 mon.a (mon.0) 1358 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-09T02:09:07.440 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:07 smithi125 bash[25274]: audit 2023-12-09T02:09:06.152250+0000 mon.a (mon.0) 1359 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-12-09T02:09:07.440 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:07 smithi125 bash[25274]: audit 2023-12-09T02:09:06.152430+0000 mon.a (mon.0) 1360 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-12-09T02:09:07.440 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:07 smithi125 bash[25274]: audit 2023-12-09T02:09:06.152711+0000 mon.a (mon.0) 1361 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-09T02:09:07.440 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:07 smithi125 bash[25274]: audit 2023-12-09T02:09:06.152972+0000 mon.a (mon.0) 1362 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-09T02:09:07.440 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:07 smithi125 bash[25274]: audit 2023-12-09T02:09:06.153211+0000 mon.a (mon.0) 1363 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-09T02:09:07.440 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:07 smithi125 bash[25274]: audit 2023-12-09T02:09:06.153442+0000 mon.a (mon.0) 1364 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-09T02:09:07.440 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:07 smithi125 bash[25274]: audit 2023-12-09T02:09:06.153724+0000 mon.a (mon.0) 1365 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-09T02:09:07.440 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:07 smithi125 bash[25274]: audit 2023-12-09T02:09:06.154083+0000 mon.a (mon.0) 1366 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-09T02:09:07.440 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:07 smithi125 bash[25274]: audit 2023-12-09T02:09:06.154494+0000 mon.a (mon.0) 1367 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-09T02:09:07.440 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:07 smithi125 bash[25274]: audit 2023-12-09T02:09:06.154724+0000 mon.a (mon.0) 1368 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-09T02:09:07.440 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:07 smithi125 bash[25274]: audit 2023-12-09T02:09:06.155006+0000 mon.a (mon.0) 1369 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-09T02:09:07.441 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:07 smithi125 bash[25274]: audit 2023-12-09T02:09:06.155148+0000 mon.a (mon.0) 1370 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-09T02:09:07.441 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:07 smithi125 bash[25274]: audit 2023-12-09T02:09:06.155575+0000 mon.a (mon.0) 1371 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-09T02:09:07.441 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:07 smithi125 bash[25274]: cluster 2023-12-09T02:09:06.164350+0000 mon.a (mon.0) 1372 : cluster [INF] Manager daemon y is now available 2023-12-09T02:09:07.441 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:07 smithi125 bash[25274]: audit 2023-12-09T02:09:06.210481+0000 mon.a (mon.0) 1373 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:07.441 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:07 smithi125 bash[25274]: audit 2023-12-09T02:09:06.216200+0000 mon.a (mon.0) 1374 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:07.441 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:07 smithi125 bash[25274]: audit 2023-12-09T02:09:06.224944+0000 mon.a (mon.0) 1375 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi125", "caps": []}]: dispatch 2023-12-09T02:09:07.441 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:07 smithi125 bash[25274]: audit 2023-12-09T02:09:06.229730+0000 mon.a (mon.0) 1376 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi067", "caps": []}]: dispatch 2023-12-09T02:09:07.441 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:07 smithi125 bash[25274]: audit 2023-12-09T02:09:06.260039+0000 mon.a (mon.0) 1377 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:07.441 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:07 smithi125 bash[25274]: audit 2023-12-09T02:09:06.263002+0000 mon.a (mon.0) 1378 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:09:07.441 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:07 smithi125 bash[25274]: audit 2023-12-09T02:09:06.277623+0000 mon.a (mon.0) 1379 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-09T02:09:07.441 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:07 smithi125 bash[25274]: audit 2023-12-09T02:09:06.315682+0000 mon.a (mon.0) 1380 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-09T02:09:07.441 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:07 smithi125 bash[25274]: audit 2023-12-09T02:09:06.723296+0000 mon.a (mon.0) 1381 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi067", "name": "osd_memory_target"}]: dispatch 2023-12-09T02:09:07.441 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:07 smithi125 bash[25274]: audit 2023-12-09T02:09:06.965285+0000 mon.a (mon.0) 1382 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi125", "name": "osd_memory_target"}]: dispatch 2023-12-09T02:09:07.441 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:07 smithi125 bash[25274]: audit 2023-12-09T02:09:06.966379+0000 mon.a (mon.0) 1383 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:07.441 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:07 smithi125 bash[25274]: audit 2023-12-09T02:09:06.967192+0000 mon.a (mon.0) 1384 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:07.469 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:07 smithi067 bash[25104]: cluster 2023-12-09T02:09:06.145564+0000 mon.a (mon.0) 1355 : cluster [DBG] mgrmap e31: y(active, starting, since 0.132594s), standbys: x 2023-12-09T02:09:07.469 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:07 smithi067 bash[25104]: audit 2023-12-09T02:09:06.150493+0000 mon.a (mon.0) 1356 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-09T02:09:07.469 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:07 smithi067 bash[25104]: audit 2023-12-09T02:09:06.150741+0000 mon.a (mon.0) 1357 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-09T02:09:07.469 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:07 smithi067 bash[25104]: audit 2023-12-09T02:09:06.150892+0000 mon.a (mon.0) 1358 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-09T02:09:07.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:07 smithi067 bash[25104]: audit 2023-12-09T02:09:06.152250+0000 mon.a (mon.0) 1359 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-12-09T02:09:07.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:07 smithi067 bash[25104]: audit 2023-12-09T02:09:06.152430+0000 mon.a (mon.0) 1360 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-12-09T02:09:07.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:07 smithi067 bash[25104]: audit 2023-12-09T02:09:06.152711+0000 mon.a (mon.0) 1361 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-09T02:09:07.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:07 smithi067 bash[25104]: audit 2023-12-09T02:09:06.152972+0000 mon.a (mon.0) 1362 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-09T02:09:07.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:07 smithi067 bash[25104]: audit 2023-12-09T02:09:06.153211+0000 mon.a (mon.0) 1363 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-09T02:09:07.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:07 smithi067 bash[25104]: audit 2023-12-09T02:09:06.153442+0000 mon.a (mon.0) 1364 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-09T02:09:07.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:07 smithi067 bash[25104]: audit 2023-12-09T02:09:06.153724+0000 mon.a (mon.0) 1365 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-09T02:09:07.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:07 smithi067 bash[25104]: audit 2023-12-09T02:09:06.154083+0000 mon.a (mon.0) 1366 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-09T02:09:07.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:07 smithi067 bash[25104]: audit 2023-12-09T02:09:06.154494+0000 mon.a (mon.0) 1367 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-09T02:09:07.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:07 smithi067 bash[25104]: audit 2023-12-09T02:09:06.154724+0000 mon.a (mon.0) 1368 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-09T02:09:07.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:07 smithi067 bash[25104]: audit 2023-12-09T02:09:06.155006+0000 mon.a (mon.0) 1369 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-09T02:09:07.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:07 smithi067 bash[25104]: audit 2023-12-09T02:09:06.155148+0000 mon.a (mon.0) 1370 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-09T02:09:07.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:07 smithi067 bash[25104]: audit 2023-12-09T02:09:06.155575+0000 mon.a (mon.0) 1371 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-09T02:09:07.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:07 smithi067 bash[25104]: cluster 2023-12-09T02:09:06.164350+0000 mon.a (mon.0) 1372 : cluster [INF] Manager daemon y is now available 2023-12-09T02:09:07.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:07 smithi067 bash[25104]: audit 2023-12-09T02:09:06.210481+0000 mon.a (mon.0) 1373 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:07.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:07 smithi067 bash[30830]: cluster 2023-12-09T02:09:06.145564+0000 mon.a (mon.0) 1355 : cluster [DBG] mgrmap e31: y(active, starting, since 0.132594s), standbys: x 2023-12-09T02:09:07.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:07 smithi067 bash[30830]: audit 2023-12-09T02:09:06.150493+0000 mon.a (mon.0) 1356 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-09T02:09:07.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:07 smithi067 bash[30830]: audit 2023-12-09T02:09:06.150741+0000 mon.a (mon.0) 1357 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-09T02:09:07.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:07 smithi067 bash[30830]: audit 2023-12-09T02:09:06.150892+0000 mon.a (mon.0) 1358 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-09T02:09:07.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:07 smithi067 bash[30830]: audit 2023-12-09T02:09:06.152250+0000 mon.a (mon.0) 1359 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-12-09T02:09:07.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:07 smithi067 bash[30830]: audit 2023-12-09T02:09:06.152430+0000 mon.a (mon.0) 1360 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-12-09T02:09:07.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:07 smithi067 bash[30830]: audit 2023-12-09T02:09:06.152711+0000 mon.a (mon.0) 1361 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-09T02:09:07.472 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:07 smithi067 bash[30830]: audit 2023-12-09T02:09:06.152972+0000 mon.a (mon.0) 1362 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-09T02:09:07.472 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:07 smithi067 bash[30830]: audit 2023-12-09T02:09:06.153211+0000 mon.a (mon.0) 1363 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-09T02:09:07.472 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:07 smithi067 bash[30830]: audit 2023-12-09T02:09:06.153442+0000 mon.a (mon.0) 1364 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-09T02:09:07.472 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:07 smithi067 bash[30830]: audit 2023-12-09T02:09:06.153724+0000 mon.a (mon.0) 1365 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-09T02:09:07.472 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:07 smithi067 bash[30830]: audit 2023-12-09T02:09:06.154083+0000 mon.a (mon.0) 1366 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-09T02:09:07.472 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:07 smithi067 bash[30830]: audit 2023-12-09T02:09:06.154494+0000 mon.a (mon.0) 1367 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-09T02:09:07.472 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:07 smithi067 bash[30830]: audit 2023-12-09T02:09:06.154724+0000 mon.a (mon.0) 1368 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-09T02:09:07.472 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:07 smithi067 bash[30830]: audit 2023-12-09T02:09:06.155006+0000 mon.a (mon.0) 1369 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-09T02:09:07.472 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:07 smithi067 bash[30830]: audit 2023-12-09T02:09:06.155148+0000 mon.a (mon.0) 1370 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-09T02:09:07.472 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:07 smithi067 bash[30830]: audit 2023-12-09T02:09:06.155575+0000 mon.a (mon.0) 1371 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-09T02:09:07.472 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:07 smithi067 bash[30830]: cluster 2023-12-09T02:09:06.164350+0000 mon.a (mon.0) 1372 : cluster [INF] Manager daemon y is now available 2023-12-09T02:09:07.472 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:07 smithi067 bash[30830]: audit 2023-12-09T02:09:06.210481+0000 mon.a (mon.0) 1373 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:07.473 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:07 smithi067 bash[25104]: audit 2023-12-09T02:09:06.216200+0000 mon.a (mon.0) 1374 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:07.473 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:07 smithi067 bash[25104]: audit 2023-12-09T02:09:06.224944+0000 mon.a (mon.0) 1375 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi125", "caps": []}]: dispatch 2023-12-09T02:09:07.473 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:07 smithi067 bash[25104]: audit 2023-12-09T02:09:06.229730+0000 mon.a (mon.0) 1376 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi067", "caps": []}]: dispatch 2023-12-09T02:09:07.473 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:07 smithi067 bash[25104]: audit 2023-12-09T02:09:06.260039+0000 mon.a (mon.0) 1377 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:07.473 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:07 smithi067 bash[25104]: audit 2023-12-09T02:09:06.263002+0000 mon.a (mon.0) 1378 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:09:07.473 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:07 smithi067 bash[25104]: audit 2023-12-09T02:09:06.277623+0000 mon.a (mon.0) 1379 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-09T02:09:07.473 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:07 smithi067 bash[25104]: audit 2023-12-09T02:09:06.315682+0000 mon.a (mon.0) 1380 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-09T02:09:07.473 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:07 smithi067 bash[25104]: audit 2023-12-09T02:09:06.723296+0000 mon.a (mon.0) 1381 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi067", "name": "osd_memory_target"}]: dispatch 2023-12-09T02:09:07.473 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:07 smithi067 bash[25104]: audit 2023-12-09T02:09:06.965285+0000 mon.a (mon.0) 1382 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi125", "name": "osd_memory_target"}]: dispatch 2023-12-09T02:09:07.473 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:07 smithi067 bash[25104]: audit 2023-12-09T02:09:06.966379+0000 mon.a (mon.0) 1383 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:07.473 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:07 smithi067 bash[25104]: audit 2023-12-09T02:09:06.967192+0000 mon.a (mon.0) 1384 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:07.473 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:07 smithi067 bash[30830]: audit 2023-12-09T02:09:06.216200+0000 mon.a (mon.0) 1374 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:07.474 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:07 smithi067 bash[30830]: audit 2023-12-09T02:09:06.224944+0000 mon.a (mon.0) 1375 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi125", "caps": []}]: dispatch 2023-12-09T02:09:07.474 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:07 smithi067 bash[30830]: audit 2023-12-09T02:09:06.229730+0000 mon.a (mon.0) 1376 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi067", "caps": []}]: dispatch 2023-12-09T02:09:07.474 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:07 smithi067 bash[30830]: audit 2023-12-09T02:09:06.260039+0000 mon.a (mon.0) 1377 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:07.474 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:07 smithi067 bash[30830]: audit 2023-12-09T02:09:06.263002+0000 mon.a (mon.0) 1378 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:09:07.474 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:07 smithi067 bash[30830]: audit 2023-12-09T02:09:06.277623+0000 mon.a (mon.0) 1379 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-09T02:09:07.474 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:07 smithi067 bash[30830]: audit 2023-12-09T02:09:06.315682+0000 mon.a (mon.0) 1380 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-09T02:09:07.474 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:07 smithi067 bash[30830]: audit 2023-12-09T02:09:06.723296+0000 mon.a (mon.0) 1381 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi067", "name": "osd_memory_target"}]: dispatch 2023-12-09T02:09:07.474 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:07 smithi067 bash[30830]: audit 2023-12-09T02:09:06.965285+0000 mon.a (mon.0) 1382 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi125", "name": "osd_memory_target"}]: dispatch 2023-12-09T02:09:07.474 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:07 smithi067 bash[30830]: audit 2023-12-09T02:09:06.966379+0000 mon.a (mon.0) 1383 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:07.474 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:07 smithi067 bash[30830]: audit 2023-12-09T02:09:06.967192+0000 mon.a (mon.0) 1384 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:08.116 INFO:teuthology.orchestra.run.smithi067.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-09T02:09:08.116 INFO:teuthology.orchestra.run.smithi067.stdout:agent.smithi067 smithi067 error 20s ago 15m - - 2023-12-09T02:09:08.116 INFO:teuthology.orchestra.run.smithi067.stdout:agent.smithi125 smithi125 running 13s ago 15m - - 2023-12-09T02:09:08.116 INFO:teuthology.orchestra.run.smithi067.stdout:alertmanager.a smithi067 *:9093,9094 running (89s) 20s ago 8m 16.0M - 0.23.0 ba2b418f427c 6ec817f342b5 2023-12-09T02:09:08.116 INFO:teuthology.orchestra.run.smithi067.stdout:grafana.a smithi125 *:3000 running (36s) 13s ago 8m 39.8M - 8.3.5 dad864ee21e9 40cbacae8259 2023-12-09T02:09:08.116 INFO:teuthology.orchestra.run.smithi067.stdout:iscsi.foo.smithi067.oajywc smithi067 running (82s) 20s ago 5m 46.1M - 3.5 e1d6a67b021e 25bea00245f5 2023-12-09T02:09:08.116 INFO:teuthology.orchestra.run.smithi067.stdout:mgr.x smithi125 *:8443,9283 running (118s) 13s ago 14m 491M - 19.0.0-44-g9dcc13bb f28f2b94f153 054d63597c17 2023-12-09T02:09:08.116 INFO:teuthology.orchestra.run.smithi067.stdout:mgr.y smithi067 *:8443,9283,8765 starting - - - - 2023-12-09T02:09:08.116 INFO:teuthology.orchestra.run.smithi067.stdout:mon.a smithi067 running (16m) 20s ago 16m 64.8M 2048M 17.2.0 e1d6a67b021e 593937a1afc6 2023-12-09T02:09:08.116 INFO:teuthology.orchestra.run.smithi067.stdout:mon.b smithi125 running (15m) 13s ago 15m 50.0M 2048M 17.2.0 e1d6a67b021e 8237ce022316 2023-12-09T02:09:08.117 INFO:teuthology.orchestra.run.smithi067.stdout:mon.c smithi067 running (15m) 20s ago 15m 46.9M 2048M 17.2.0 e1d6a67b021e c4b6ab6450e8 2023-12-09T02:09:08.117 INFO:teuthology.orchestra.run.smithi067.stdout:node-exporter.a smithi067 *:9100 running (100s) 20s ago 8m 12.3M - 1.3.1 1dbe0e931976 f40a7a952aae 2023-12-09T02:09:08.117 INFO:teuthology.orchestra.run.smithi067.stdout:node-exporter.b smithi125 *:9100 running (60s) 13s ago 8m 9.78M - 1.3.1 1dbe0e931976 47a93b654521 2023-12-09T02:09:08.117 INFO:teuthology.orchestra.run.smithi067.stdout:osd.0 smithi067 running (14m) 20s ago 14m 59.0M 4096M 17.2.0 e1d6a67b021e 8028f118e61c 2023-12-09T02:09:08.117 INFO:teuthology.orchestra.run.smithi067.stdout:osd.1 smithi067 running (13m) 20s ago 13m 61.6M 4096M 17.2.0 e1d6a67b021e d8a826789ab9 2023-12-09T02:09:08.117 INFO:teuthology.orchestra.run.smithi067.stdout:osd.2 smithi067 running (12m) 20s ago 12m 54.5M 4096M 17.2.0 e1d6a67b021e 4a0ed55ab397 2023-12-09T02:09:08.117 INFO:teuthology.orchestra.run.smithi067.stdout:osd.3 smithi067 running (12m) 20s ago 12m 58.0M 4096M 17.2.0 e1d6a67b021e 200513eb3289 2023-12-09T02:09:08.117 INFO:teuthology.orchestra.run.smithi067.stdout:osd.4 smithi125 running (11m) 13s ago 11m 60.8M 4096M 17.2.0 e1d6a67b021e 03a86e583fa8 2023-12-09T02:09:08.117 INFO:teuthology.orchestra.run.smithi067.stdout:osd.5 smithi125 running (11m) 13s ago 11m 56.3M 4096M 17.2.0 e1d6a67b021e 69bedd006f74 2023-12-09T02:09:08.117 INFO:teuthology.orchestra.run.smithi067.stdout:osd.6 smithi125 running (10m) 13s ago 10m 53.7M 4096M 17.2.0 e1d6a67b021e 30344497f6d2 2023-12-09T02:09:08.117 INFO:teuthology.orchestra.run.smithi067.stdout:osd.7 smithi125 running (9m) 13s ago 9m 58.2M 4096M 17.2.0 e1d6a67b021e 8791b422aafd 2023-12-09T02:09:08.117 INFO:teuthology.orchestra.run.smithi067.stdout:prometheus.a smithi125 *:9095 running (64s) 13s ago 8m 50.7M - 2.33.4 514e6a882f6e 16d3007778ba 2023-12-09T02:09:08.117 INFO:teuthology.orchestra.run.smithi067.stdout:rgw.foo.smithi067.rqvsfw smithi067 *:8000 running (6m) 20s ago 6m 87.0M - 17.2.0 e1d6a67b021e 72086955a09f 2023-12-09T02:09:08.117 INFO:teuthology.orchestra.run.smithi067.stdout:rgw.foo.smithi125.wanndy smithi125 *:8000 running (6m) 13s ago 6m 86.9M - 17.2.0 e1d6a67b021e 89b35e95d314 2023-12-09T02:09:08.117 INFO:teuthology.orchestra.run.smithi067.stdout:rgw.smpl.smithi067.mukdcu smithi067 *:80 running (6m) 20s ago 6m 86.6M - 17.2.0 e1d6a67b021e b813f19c7bee 2023-12-09T02:09:08.117 INFO:teuthology.orchestra.run.smithi067.stdout:rgw.smpl.smithi125.ngrzpa smithi125 *:80 running (6m) 13s ago 6m 87.5M - 17.2.0 e1d6a67b021e 96b29ebc04e4 2023-12-09T02:09:08.444 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:08 smithi067 bash[25104]: cephadm 2023-12-09T02:09:06.968601+0000 mgr.y (mgr.15420) 1 : cephadm [INF] Updating smithi067:/etc/ceph/ceph.conf 2023-12-09T02:09:08.445 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:08 smithi067 bash[25104]: cephadm 2023-12-09T02:09:06.969068+0000 mgr.y (mgr.15420) 2 : cephadm [INF] Updating smithi125:/etc/ceph/ceph.conf 2023-12-09T02:09:08.445 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:08 smithi067 bash[25104]: cluster 2023-12-09T02:09:07.159023+0000 mon.a (mon.0) 1385 : cluster [DBG] mgrmap e32: y(active, since 1.14606s), standbys: x 2023-12-09T02:09:08.445 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:08 smithi067 bash[25104]: audit 2023-12-09T02:09:07.183569+0000 mgr.y (mgr.15420) 3 : audit [DBG] from='client.25345 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:09:08.445 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:08 smithi067 bash[25104]: audit 2023-12-09T02:09:07.185692+0000 mgr.y (mgr.15420) 4 : audit [DBG] from='client.25201 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:09:08.445 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:08 smithi067 bash[25104]: cluster 2023-12-09T02:09:07.188056+0000 mgr.y (mgr.15420) 5 : cluster [DBG] pgmap v3: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:09:08.445 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:08 smithi067 bash[25104]: audit 2023-12-09T02:09:07.446900+0000 mon.a (mon.0) 1386 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:08.445 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:08 smithi067 bash[25104]: audit 2023-12-09T02:09:07.698431+0000 mon.a (mon.0) 1387 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:08.445 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:08 smithi067 bash[25104]: audit 2023-12-09T02:09:07.728228+0000 mon.a (mon.0) 1388 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:08.445 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:08 smithi067 bash[25104]: audit 2023-12-09T02:09:07.870211+0000 mon.a (mon.0) 1389 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:08.445 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:08 smithi067 bash[25104]: audit 2023-12-09T02:09:08.028635+0000 mon.a (mon.0) 1390 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:08.445 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:08 smithi067 bash[30830]: cephadm 2023-12-09T02:09:06.968601+0000 mgr.y (mgr.15420) 1 : cephadm [INF] Updating smithi067:/etc/ceph/ceph.conf 2023-12-09T02:09:08.445 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:08 smithi067 bash[30830]: cephadm 2023-12-09T02:09:06.969068+0000 mgr.y (mgr.15420) 2 : cephadm [INF] Updating smithi125:/etc/ceph/ceph.conf 2023-12-09T02:09:08.446 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:08 smithi067 bash[30830]: cluster 2023-12-09T02:09:07.159023+0000 mon.a (mon.0) 1385 : cluster [DBG] mgrmap e32: y(active, since 1.14606s), standbys: x 2023-12-09T02:09:08.446 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:08 smithi067 bash[30830]: audit 2023-12-09T02:09:07.183569+0000 mgr.y (mgr.15420) 3 : audit [DBG] from='client.25345 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:09:08.446 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:08 smithi067 bash[30830]: audit 2023-12-09T02:09:07.185692+0000 mgr.y (mgr.15420) 4 : audit [DBG] from='client.25201 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:09:08.446 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:08 smithi067 bash[30830]: cluster 2023-12-09T02:09:07.188056+0000 mgr.y (mgr.15420) 5 : cluster [DBG] pgmap v3: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:09:08.446 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:08 smithi067 bash[30830]: audit 2023-12-09T02:09:07.446900+0000 mon.a (mon.0) 1386 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:08.446 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:08 smithi067 bash[30830]: audit 2023-12-09T02:09:07.698431+0000 mon.a (mon.0) 1387 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:08.446 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:08 smithi067 bash[30830]: audit 2023-12-09T02:09:07.728228+0000 mon.a (mon.0) 1388 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:08.446 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:08 smithi067 bash[30830]: audit 2023-12-09T02:09:07.870211+0000 mon.a (mon.0) 1389 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:08.446 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:08 smithi067 bash[30830]: audit 2023-12-09T02:09:08.028635+0000 mon.a (mon.0) 1390 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:08.472 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:08 smithi125 bash[25274]: cephadm 2023-12-09T02:09:06.968601+0000 mgr.y (mgr.15420) 1 : cephadm [INF] Updating smithi067:/etc/ceph/ceph.conf 2023-12-09T02:09:08.472 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:08 smithi125 bash[25274]: cephadm 2023-12-09T02:09:06.969068+0000 mgr.y (mgr.15420) 2 : cephadm [INF] Updating smithi125:/etc/ceph/ceph.conf 2023-12-09T02:09:08.472 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:08 smithi125 bash[25274]: cluster 2023-12-09T02:09:07.159023+0000 mon.a (mon.0) 1385 : cluster [DBG] mgrmap e32: y(active, since 1.14606s), standbys: x 2023-12-09T02:09:08.472 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:08 smithi125 bash[25274]: audit 2023-12-09T02:09:07.183569+0000 mgr.y (mgr.15420) 3 : audit [DBG] from='client.25345 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:09:08.472 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:08 smithi125 bash[25274]: audit 2023-12-09T02:09:07.185692+0000 mgr.y (mgr.15420) 4 : audit [DBG] from='client.25201 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:09:08.472 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:08 smithi125 bash[25274]: cluster 2023-12-09T02:09:07.188056+0000 mgr.y (mgr.15420) 5 : cluster [DBG] pgmap v3: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:09:08.473 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:08 smithi125 bash[25274]: audit 2023-12-09T02:09:07.446900+0000 mon.a (mon.0) 1386 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:08.473 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:08 smithi125 bash[25274]: audit 2023-12-09T02:09:07.698431+0000 mon.a (mon.0) 1387 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:08.473 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:08 smithi125 bash[25274]: audit 2023-12-09T02:09:07.728228+0000 mon.a (mon.0) 1388 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:08.473 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:08 smithi125 bash[25274]: audit 2023-12-09T02:09:07.870211+0000 mon.a (mon.0) 1389 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:08.473 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:08 smithi125 bash[25274]: audit 2023-12-09T02:09:08.028635+0000 mon.a (mon.0) 1390 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:08.718 INFO:teuthology.orchestra.run.smithi067.stdout:{ 2023-12-09T02:09:08.719 INFO:teuthology.orchestra.run.smithi067.stdout: "mon": { 2023-12-09T02:09:08.719 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 3 2023-12-09T02:09:08.719 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2023-12-09T02:09:08.719 INFO:teuthology.orchestra.run.smithi067.stdout: "mgr": { 2023-12-09T02:09:08.719 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 19.0.0-44-g9dcc13bb (9dcc13bb80dcc1cdea72b04d80505b4649a2b882) reef (dev)": 2 2023-12-09T02:09:08.719 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2023-12-09T02:09:08.719 INFO:teuthology.orchestra.run.smithi067.stdout: "osd": { 2023-12-09T02:09:08.719 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-09T02:09:08.719 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2023-12-09T02:09:08.719 INFO:teuthology.orchestra.run.smithi067.stdout: "mds": {}, 2023-12-09T02:09:08.719 INFO:teuthology.orchestra.run.smithi067.stdout: "rgw": { 2023-12-09T02:09:08.720 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2023-12-09T02:09:08.720 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2023-12-09T02:09:08.720 INFO:teuthology.orchestra.run.smithi067.stdout: "overall": { 2023-12-09T02:09:08.720 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 15, 2023-12-09T02:09:08.720 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 19.0.0-44-g9dcc13bb (9dcc13bb80dcc1cdea72b04d80505b4649a2b882) reef (dev)": 2 2023-12-09T02:09:08.720 INFO:teuthology.orchestra.run.smithi067.stdout: } 2023-12-09T02:09:08.720 INFO:teuthology.orchestra.run.smithi067.stdout:} 2023-12-09T02:09:09.199 INFO:teuthology.orchestra.run.smithi067.stdout:{ 2023-12-09T02:09:09.199 INFO:teuthology.orchestra.run.smithi067.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:9dcc13bb80dcc1cdea72b04d80505b4649a2b882", 2023-12-09T02:09:09.200 INFO:teuthology.orchestra.run.smithi067.stdout: "in_progress": true, 2023-12-09T02:09:09.200 INFO:teuthology.orchestra.run.smithi067.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-09T02:09:09.200 INFO:teuthology.orchestra.run.smithi067.stdout: "services_complete": [], 2023-12-09T02:09:09.200 INFO:teuthology.orchestra.run.smithi067.stdout: "progress": "", 2023-12-09T02:09:09.200 INFO:teuthology.orchestra.run.smithi067.stdout: "message": "", 2023-12-09T02:09:09.200 INFO:teuthology.orchestra.run.smithi067.stdout: "is_paused": false 2023-12-09T02:09:09.200 INFO:teuthology.orchestra.run.smithi067.stdout:} 2023-12-09T02:09:09.470 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:09 smithi067 bash[30830]: cephadm 2023-12-09T02:09:07.486051+0000 mgr.y (mgr.15420) 6 : cephadm [INF] Updating smithi125:/var/lib/ceph/6db93fb0-9635-11ee-95a3-87774f69a715/config/ceph.conf 2023-12-09T02:09:09.470 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:09 smithi067 bash[30830]: cephadm 2023-12-09T02:09:07.536104+0000 mgr.y (mgr.15420) 7 : cephadm [INF] Updating smithi067:/var/lib/ceph/6db93fb0-9635-11ee-95a3-87774f69a715/config/ceph.conf 2023-12-09T02:09:09.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:09 smithi067 bash[30830]: cephadm 2023-12-09T02:09:07.555863+0000 mgr.y (mgr.15420) 8 : cephadm [INF] [09/Dec/2023:02:09:07] ENGINE Bus STARTING 2023-12-09T02:09:09.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:09 smithi067 bash[30830]: cephadm 2023-12-09T02:09:07.689119+0000 mgr.y (mgr.15420) 9 : cephadm [INF] [09/Dec/2023:02:09:07] ENGINE Serving on https://172.21.15.67:7150 2023-12-09T02:09:09.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:09 smithi067 bash[30830]: audit 2023-12-09T02:09:07.701570+0000 mgr.y (mgr.15420) 10 : audit [DBG] from='client.25375 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:09:09.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:09 smithi067 bash[30830]: cephadm 2023-12-09T02:09:07.702887+0000 mgr.y (mgr.15420) 11 : cephadm [INF] Updating smithi125:/etc/ceph/ceph.client.admin.keyring 2023-12-09T02:09:09.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:09 smithi067 bash[30830]: cephadm 2023-12-09T02:09:07.755816+0000 mgr.y (mgr.15420) 12 : cephadm [INF] Updating smithi067:/etc/ceph/ceph.client.admin.keyring 2023-12-09T02:09:09.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:09 smithi067 bash[30830]: cephadm 2023-12-09T02:09:07.791362+0000 mgr.y (mgr.15420) 13 : cephadm [INF] [09/Dec/2023:02:09:07] ENGINE Serving on http://172.21.15.67:8765 2023-12-09T02:09:09.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:09 smithi067 bash[30830]: cephadm 2023-12-09T02:09:07.791826+0000 mgr.y (mgr.15420) 14 : cephadm [INF] [09/Dec/2023:02:09:07] ENGINE Bus STARTED 2023-12-09T02:09:09.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:09 smithi067 bash[30830]: audit 2023-12-09T02:09:08.098652+0000 mgr.y (mgr.15420) 15 : audit [DBG] from='client.15450 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:09:09.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:09 smithi067 bash[30830]: cephadm 2023-12-09T02:09:08.122438+0000 mgr.y (mgr.15420) 16 : cephadm [INF] Updating smithi125:/var/lib/ceph/6db93fb0-9635-11ee-95a3-87774f69a715/config/ceph.client.admin.keyring 2023-12-09T02:09:09.472 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:09 smithi067 bash[30830]: cephadm 2023-12-09T02:09:08.122687+0000 mgr.y (mgr.15420) 17 : cephadm [INF] Updating smithi067:/var/lib/ceph/6db93fb0-9635-11ee-95a3-87774f69a715/config/ceph.client.admin.keyring 2023-12-09T02:09:09.472 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:09 smithi067 bash[30830]: cluster 2023-12-09T02:09:08.153966+0000 mgr.y (mgr.15420) 18 : cluster [DBG] pgmap v4: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:09:09.472 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:09 smithi067 bash[30830]: audit 2023-12-09T02:09:08.347851+0000 mon.a (mon.0) 1391 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:09.472 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:09 smithi067 bash[30830]: audit 2023-12-09T02:09:08.354867+0000 mon.a (mon.0) 1392 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:09.472 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:09 smithi067 bash[30830]: audit 2023-12-09T02:09:08.449540+0000 mon.a (mon.0) 1393 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:09.472 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:09 smithi067 bash[30830]: audit 2023-12-09T02:09:08.457325+0000 mon.a (mon.0) 1394 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:09.472 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:09 smithi067 bash[30830]: audit 2023-12-09T02:09:08.463404+0000 mon.a (mon.0) 1395 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:09.472 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:09 smithi067 bash[30830]: audit 2023-12-09T02:09:08.469972+0000 mon.a (mon.0) 1396 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:09.472 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:09 smithi067 bash[30830]: audit 2023-12-09T02:09:08.539071+0000 mon.a (mon.0) 1397 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi067.oajywc", "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-09T02:09:09.472 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:09 smithi067 bash[30830]: audit 2023-12-09T02:09:08.551550+0000 mon.a (mon.0) 1398 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:09.472 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:09 smithi067 bash[30830]: audit 2023-12-09T02:09:08.718115+0000 mon.a (mon.0) 1399 : audit [DBG] from='client.? 172.21.15.67:0/4143819621' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:09.472 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:09 smithi067 bash[30830]: cluster 2023-12-09T02:09:08.885257+0000 mon.a (mon.0) 1400 : cluster [DBG] mgrmap e33: y(active, since 2s), standbys: x 2023-12-09T02:09:09.473 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:09 smithi067 bash[25104]: cephadm 2023-12-09T02:09:07.486051+0000 mgr.y (mgr.15420) 6 : cephadm [INF] Updating smithi125:/var/lib/ceph/6db93fb0-9635-11ee-95a3-87774f69a715/config/ceph.conf 2023-12-09T02:09:09.473 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:09 smithi067 bash[25104]: cephadm 2023-12-09T02:09:07.536104+0000 mgr.y (mgr.15420) 7 : cephadm [INF] Updating smithi067:/var/lib/ceph/6db93fb0-9635-11ee-95a3-87774f69a715/config/ceph.conf 2023-12-09T02:09:09.473 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:09 smithi067 bash[25104]: cephadm 2023-12-09T02:09:07.555863+0000 mgr.y (mgr.15420) 8 : cephadm [INF] [09/Dec/2023:02:09:07] ENGINE Bus STARTING 2023-12-09T02:09:09.473 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:09 smithi067 bash[25104]: cephadm 2023-12-09T02:09:07.689119+0000 mgr.y (mgr.15420) 9 : cephadm [INF] [09/Dec/2023:02:09:07] ENGINE Serving on https://172.21.15.67:7150 2023-12-09T02:09:09.473 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:09 smithi067 bash[25104]: audit 2023-12-09T02:09:07.701570+0000 mgr.y (mgr.15420) 10 : audit [DBG] from='client.25375 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:09:09.473 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:09 smithi067 bash[25104]: cephadm 2023-12-09T02:09:07.702887+0000 mgr.y (mgr.15420) 11 : cephadm [INF] Updating smithi125:/etc/ceph/ceph.client.admin.keyring 2023-12-09T02:09:09.473 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:09 smithi067 bash[25104]: cephadm 2023-12-09T02:09:07.755816+0000 mgr.y (mgr.15420) 12 : cephadm [INF] Updating smithi067:/etc/ceph/ceph.client.admin.keyring 2023-12-09T02:09:09.473 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:09 smithi067 bash[25104]: cephadm 2023-12-09T02:09:07.791362+0000 mgr.y (mgr.15420) 13 : cephadm [INF] [09/Dec/2023:02:09:07] ENGINE Serving on http://172.21.15.67:8765 2023-12-09T02:09:09.473 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:09 smithi067 bash[25104]: cephadm 2023-12-09T02:09:07.791826+0000 mgr.y (mgr.15420) 14 : cephadm [INF] [09/Dec/2023:02:09:07] ENGINE Bus STARTED 2023-12-09T02:09:09.473 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:09 smithi067 bash[25104]: audit 2023-12-09T02:09:08.098652+0000 mgr.y (mgr.15420) 15 : audit [DBG] from='client.15450 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:09:09.473 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:09 smithi067 bash[25104]: cephadm 2023-12-09T02:09:08.122438+0000 mgr.y (mgr.15420) 16 : cephadm [INF] Updating smithi125:/var/lib/ceph/6db93fb0-9635-11ee-95a3-87774f69a715/config/ceph.client.admin.keyring 2023-12-09T02:09:09.474 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:09 smithi067 bash[25104]: cephadm 2023-12-09T02:09:08.122687+0000 mgr.y (mgr.15420) 17 : cephadm [INF] Updating smithi067:/var/lib/ceph/6db93fb0-9635-11ee-95a3-87774f69a715/config/ceph.client.admin.keyring 2023-12-09T02:09:09.474 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:09 smithi067 bash[25104]: cluster 2023-12-09T02:09:08.153966+0000 mgr.y (mgr.15420) 18 : cluster [DBG] pgmap v4: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:09:09.474 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:09 smithi067 bash[25104]: audit 2023-12-09T02:09:08.347851+0000 mon.a (mon.0) 1391 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:09.474 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:09 smithi067 bash[25104]: audit 2023-12-09T02:09:08.354867+0000 mon.a (mon.0) 1392 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:09.474 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:09 smithi067 bash[25104]: audit 2023-12-09T02:09:08.449540+0000 mon.a (mon.0) 1393 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:09.474 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:09 smithi067 bash[25104]: audit 2023-12-09T02:09:08.457325+0000 mon.a (mon.0) 1394 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:09.474 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:09 smithi067 bash[25104]: audit 2023-12-09T02:09:08.463404+0000 mon.a (mon.0) 1395 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:09.474 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:09 smithi067 bash[25104]: audit 2023-12-09T02:09:08.469972+0000 mon.a (mon.0) 1396 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:09.474 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:09 smithi067 bash[25104]: audit 2023-12-09T02:09:08.539071+0000 mon.a (mon.0) 1397 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi067.oajywc", "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-09T02:09:09.474 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:09 smithi067 bash[25104]: audit 2023-12-09T02:09:08.551550+0000 mon.a (mon.0) 1398 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:09.474 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:09 smithi067 bash[25104]: audit 2023-12-09T02:09:08.718115+0000 mon.a (mon.0) 1399 : audit [DBG] from='client.? 172.21.15.67:0/4143819621' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:09.474 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:09 smithi067 bash[25104]: cluster 2023-12-09T02:09:08.885257+0000 mon.a (mon.0) 1400 : cluster [DBG] mgrmap e33: y(active, since 2s), standbys: x 2023-12-09T02:09:09.475 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:09 smithi125 bash[25274]: cephadm 2023-12-09T02:09:07.486051+0000 mgr.y (mgr.15420) 6 : cephadm [INF] Updating smithi125:/var/lib/ceph/6db93fb0-9635-11ee-95a3-87774f69a715/config/ceph.conf 2023-12-09T02:09:09.475 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:09 smithi125 bash[25274]: cephadm 2023-12-09T02:09:07.536104+0000 mgr.y (mgr.15420) 7 : cephadm [INF] Updating smithi067:/var/lib/ceph/6db93fb0-9635-11ee-95a3-87774f69a715/config/ceph.conf 2023-12-09T02:09:09.475 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:09 smithi125 bash[25274]: cephadm 2023-12-09T02:09:07.555863+0000 mgr.y (mgr.15420) 8 : cephadm [INF] [09/Dec/2023:02:09:07] ENGINE Bus STARTING 2023-12-09T02:09:09.475 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:09 smithi125 bash[25274]: cephadm 2023-12-09T02:09:07.689119+0000 mgr.y (mgr.15420) 9 : cephadm [INF] [09/Dec/2023:02:09:07] ENGINE Serving on https://172.21.15.67:7150 2023-12-09T02:09:09.475 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:09 smithi125 bash[25274]: audit 2023-12-09T02:09:07.701570+0000 mgr.y (mgr.15420) 10 : audit [DBG] from='client.25375 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:09:09.475 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:09 smithi125 bash[25274]: cephadm 2023-12-09T02:09:07.702887+0000 mgr.y (mgr.15420) 11 : cephadm [INF] Updating smithi125:/etc/ceph/ceph.client.admin.keyring 2023-12-09T02:09:09.475 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:09 smithi125 bash[25274]: cephadm 2023-12-09T02:09:07.755816+0000 mgr.y (mgr.15420) 12 : cephadm [INF] Updating smithi067:/etc/ceph/ceph.client.admin.keyring 2023-12-09T02:09:09.475 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:09 smithi125 bash[25274]: cephadm 2023-12-09T02:09:07.791362+0000 mgr.y (mgr.15420) 13 : cephadm [INF] [09/Dec/2023:02:09:07] ENGINE Serving on http://172.21.15.67:8765 2023-12-09T02:09:09.476 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:09 smithi125 bash[25274]: cephadm 2023-12-09T02:09:07.791826+0000 mgr.y (mgr.15420) 14 : cephadm [INF] [09/Dec/2023:02:09:07] ENGINE Bus STARTED 2023-12-09T02:09:09.476 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:09 smithi125 bash[25274]: audit 2023-12-09T02:09:08.098652+0000 mgr.y (mgr.15420) 15 : audit [DBG] from='client.15450 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:09:09.476 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:09 smithi125 bash[25274]: cephadm 2023-12-09T02:09:08.122438+0000 mgr.y (mgr.15420) 16 : cephadm [INF] Updating smithi125:/var/lib/ceph/6db93fb0-9635-11ee-95a3-87774f69a715/config/ceph.client.admin.keyring 2023-12-09T02:09:09.476 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:09 smithi125 bash[25274]: cephadm 2023-12-09T02:09:08.122687+0000 mgr.y (mgr.15420) 17 : cephadm [INF] Updating smithi067:/var/lib/ceph/6db93fb0-9635-11ee-95a3-87774f69a715/config/ceph.client.admin.keyring 2023-12-09T02:09:09.476 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:09 smithi125 bash[25274]: cluster 2023-12-09T02:09:08.153966+0000 mgr.y (mgr.15420) 18 : cluster [DBG] pgmap v4: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:09:09.476 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:09 smithi125 bash[25274]: audit 2023-12-09T02:09:08.347851+0000 mon.a (mon.0) 1391 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:09.476 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:09 smithi125 bash[25274]: audit 2023-12-09T02:09:08.354867+0000 mon.a (mon.0) 1392 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:09.476 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:09 smithi125 bash[25274]: audit 2023-12-09T02:09:08.449540+0000 mon.a (mon.0) 1393 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:09.476 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:09 smithi125 bash[25274]: audit 2023-12-09T02:09:08.457325+0000 mon.a (mon.0) 1394 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:09.476 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:09 smithi125 bash[25274]: audit 2023-12-09T02:09:08.463404+0000 mon.a (mon.0) 1395 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:09.477 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:09 smithi125 bash[25274]: audit 2023-12-09T02:09:08.469972+0000 mon.a (mon.0) 1396 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:09.477 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:09 smithi125 bash[25274]: audit 2023-12-09T02:09:08.539071+0000 mon.a (mon.0) 1397 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi067.oajywc", "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-09T02:09:09.477 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:09 smithi125 bash[25274]: audit 2023-12-09T02:09:08.551550+0000 mon.a (mon.0) 1398 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:09.477 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:09 smithi125 bash[25274]: audit 2023-12-09T02:09:08.718115+0000 mon.a (mon.0) 1399 : audit [DBG] from='client.? 172.21.15.67:0/4143819621' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:09.477 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:09 smithi125 bash[25274]: cluster 2023-12-09T02:09:08.885257+0000 mon.a (mon.0) 1400 : cluster [DBG] mgrmap e33: y(active, since 2s), standbys: x 2023-12-09T02:09:09.624 INFO:teuthology.orchestra.run.smithi067.stdout:HEALTH_OK 2023-12-09T02:09:10.317 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:10 smithi125 bash[25274]: cephadm 2023-12-09T02:09:08.464026+0000 mgr.y (mgr.15420) 19 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:10.317 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:10 smithi125 bash[25274]: cephadm 2023-12-09T02:09:08.538527+0000 mgr.y (mgr.15420) 20 : cephadm [INF] Reconfiguring iscsi.foo.smithi067.oajywc (dependencies changed)... 2023-12-09T02:09:10.317 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:10 smithi125 bash[25274]: cephadm 2023-12-09T02:09:08.552850+0000 mgr.y (mgr.15420) 21 : cephadm [INF] Reconfiguring daemon iscsi.foo.smithi067.oajywc on smithi067 2023-12-09T02:09:10.317 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:10 smithi125 bash[25274]: audit 2023-12-09T02:09:09.198475+0000 mgr.y (mgr.15420) 22 : audit [DBG] from='client.15465 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:09:10.317 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:10 smithi125 bash[25274]: audit 2023-12-09T02:09:09.623867+0000 mon.c (mon.1) 54 : audit [DBG] from='client.? 172.21.15.67:0/2447498631' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-09T02:09:10.469 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:10 smithi067 bash[30830]: cephadm 2023-12-09T02:09:08.464026+0000 mgr.y (mgr.15420) 19 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:10.469 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:10 smithi067 bash[30830]: cephadm 2023-12-09T02:09:08.538527+0000 mgr.y (mgr.15420) 20 : cephadm [INF] Reconfiguring iscsi.foo.smithi067.oajywc (dependencies changed)... 2023-12-09T02:09:10.469 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:10 smithi067 bash[30830]: cephadm 2023-12-09T02:09:08.552850+0000 mgr.y (mgr.15420) 21 : cephadm [INF] Reconfiguring daemon iscsi.foo.smithi067.oajywc on smithi067 2023-12-09T02:09:10.470 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:10 smithi067 bash[30830]: audit 2023-12-09T02:09:09.198475+0000 mgr.y (mgr.15420) 22 : audit [DBG] from='client.15465 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:09:10.470 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:10 smithi067 bash[30830]: audit 2023-12-09T02:09:09.623867+0000 mon.c (mon.1) 54 : audit [DBG] from='client.? 172.21.15.67:0/2447498631' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-09T02:09:10.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:10 smithi067 bash[25104]: cephadm 2023-12-09T02:09:08.464026+0000 mgr.y (mgr.15420) 19 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:10.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:10 smithi067 bash[25104]: cephadm 2023-12-09T02:09:08.538527+0000 mgr.y (mgr.15420) 20 : cephadm [INF] Reconfiguring iscsi.foo.smithi067.oajywc (dependencies changed)... 2023-12-09T02:09:10.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:10 smithi067 bash[25104]: cephadm 2023-12-09T02:09:08.552850+0000 mgr.y (mgr.15420) 21 : cephadm [INF] Reconfiguring daemon iscsi.foo.smithi067.oajywc on smithi067 2023-12-09T02:09:10.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:10 smithi067 bash[25104]: audit 2023-12-09T02:09:09.198475+0000 mgr.y (mgr.15420) 22 : audit [DBG] from='client.15465 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:09:10.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:10 smithi067 bash[25104]: audit 2023-12-09T02:09:09.623867+0000 mon.c (mon.1) 54 : audit [DBG] from='client.? 172.21.15.67:0/2447498631' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-09T02:09:11.456 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:11 smithi067 bash[30830]: cluster 2023-12-09T02:09:10.154814+0000 mgr.y (mgr.15420) 23 : cluster [DBG] pgmap v5: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:09:11.456 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:11 smithi067 bash[30830]: cluster 2023-12-09T02:09:10.199553+0000 mon.a (mon.0) 1401 : cluster [DBG] mgrmap e34: y(active, since 4s), standbys: x 2023-12-09T02:09:11.457 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:11 smithi067 bash[30830]: audit 2023-12-09T02:09:10.393154+0000 mon.a (mon.0) 1402 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:11.457 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:11 smithi067 bash[30830]: audit 2023-12-09T02:09:10.855113+0000 mon.a (mon.0) 1403 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:11.457 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:11 smithi067 bash[30830]: audit 2023-12-09T02:09:10.866278+0000 mon.a (mon.0) 1404 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:11.457 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:11 smithi067 bash[30830]: audit 2023-12-09T02:09:10.879817+0000 mon.a (mon.0) 1405 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:11.457 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:11 smithi067 bash[25104]: cluster 2023-12-09T02:09:10.154814+0000 mgr.y (mgr.15420) 23 : cluster [DBG] pgmap v5: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:09:11.457 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:11 smithi067 bash[25104]: cluster 2023-12-09T02:09:10.199553+0000 mon.a (mon.0) 1401 : cluster [DBG] mgrmap e34: y(active, since 4s), standbys: x 2023-12-09T02:09:11.457 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:11 smithi067 bash[25104]: audit 2023-12-09T02:09:10.393154+0000 mon.a (mon.0) 1402 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:11.457 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:11 smithi067 bash[25104]: audit 2023-12-09T02:09:10.855113+0000 mon.a (mon.0) 1403 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:11.457 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:11 smithi067 bash[25104]: audit 2023-12-09T02:09:10.866278+0000 mon.a (mon.0) 1404 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:11.457 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:11 smithi067 bash[25104]: audit 2023-12-09T02:09:10.879817+0000 mon.a (mon.0) 1405 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:11.472 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:11 smithi125 bash[25274]: cluster 2023-12-09T02:09:10.154814+0000 mgr.y (mgr.15420) 23 : cluster [DBG] pgmap v5: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:09:11.472 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:11 smithi125 bash[25274]: cluster 2023-12-09T02:09:10.199553+0000 mon.a (mon.0) 1401 : cluster [DBG] mgrmap e34: y(active, since 4s), standbys: x 2023-12-09T02:09:11.472 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:11 smithi125 bash[25274]: audit 2023-12-09T02:09:10.393154+0000 mon.a (mon.0) 1402 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:11.472 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:11 smithi125 bash[25274]: audit 2023-12-09T02:09:10.855113+0000 mon.a (mon.0) 1403 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:11.472 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:11 smithi125 bash[25274]: audit 2023-12-09T02:09:10.866278+0000 mon.a (mon.0) 1404 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:11.472 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:11 smithi125 bash[25274]: audit 2023-12-09T02:09:10.879817+0000 mon.a (mon.0) 1405 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:12.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:12 smithi125 bash[25274]: cluster 2023-12-09T02:09:12.155634+0000 mgr.y (mgr.15420) 24 : cluster [DBG] pgmap v6: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:09:12.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:12 smithi125 bash[25274]: audit 2023-12-09T02:09:12.361650+0000 mon.a (mon.0) 1406 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:13.007 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:12 smithi067 bash[30830]: cluster 2023-12-09T02:09:12.155634+0000 mgr.y (mgr.15420) 24 : cluster [DBG] pgmap v6: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:09:13.007 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:12 smithi067 bash[30830]: audit 2023-12-09T02:09:12.361650+0000 mon.a (mon.0) 1406 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:13.007 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:12 smithi067 bash[25104]: cluster 2023-12-09T02:09:12.155634+0000 mgr.y (mgr.15420) 24 : cluster [DBG] pgmap v6: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:09:13.007 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:12 smithi067 bash[25104]: audit 2023-12-09T02:09:12.361650+0000 mon.a (mon.0) 1406 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:13.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:13 smithi067 bash[25104]: audit 2023-12-09T02:09:12.677031+0000 mon.a (mon.0) 1407 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:13.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:13 smithi067 bash[25104]: audit 2023-12-09T02:09:12.684186+0000 mon.a (mon.0) 1408 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:13.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:13 smithi067 bash[25104]: cephadm 2023-12-09T02:09:12.733205+0000 mgr.y (mgr.15420) 25 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2023-12-09T02:09:13.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:13 smithi067 bash[25104]: cephadm 2023-12-09T02:09:12.998748+0000 mgr.y (mgr.15420) 26 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi125 2023-12-09T02:09:13.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:13 smithi067 bash[25104]: audit 2023-12-09T02:09:13.087054+0000 mon.a (mon.0) 1409 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:13.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:13 smithi067 bash[25104]: audit 2023-12-09T02:09:13.095536+0000 mon.a (mon.0) 1410 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:13.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:13 smithi067 bash[25104]: audit 2023-12-09T02:09:13.103225+0000 mon.a (mon.0) 1411 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:13.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:13 smithi067 bash[30830]: audit 2023-12-09T02:09:12.677031+0000 mon.a (mon.0) 1407 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:13.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:13 smithi067 bash[30830]: audit 2023-12-09T02:09:12.684186+0000 mon.a (mon.0) 1408 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:13.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:13 smithi067 bash[30830]: cephadm 2023-12-09T02:09:12.733205+0000 mgr.y (mgr.15420) 25 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2023-12-09T02:09:13.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:13 smithi067 bash[30830]: cephadm 2023-12-09T02:09:12.998748+0000 mgr.y (mgr.15420) 26 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi125 2023-12-09T02:09:13.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:13 smithi067 bash[30830]: audit 2023-12-09T02:09:13.087054+0000 mon.a (mon.0) 1409 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:13.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:13 smithi067 bash[30830]: audit 2023-12-09T02:09:13.095536+0000 mon.a (mon.0) 1410 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:13.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:13 smithi067 bash[30830]: audit 2023-12-09T02:09:13.103225+0000 mon.a (mon.0) 1411 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:13.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:13 smithi125 bash[25274]: audit 2023-12-09T02:09:12.677031+0000 mon.a (mon.0) 1407 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:13.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:13 smithi125 bash[25274]: audit 2023-12-09T02:09:12.684186+0000 mon.a (mon.0) 1408 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:13.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:13 smithi125 bash[25274]: cephadm 2023-12-09T02:09:12.733205+0000 mgr.y (mgr.15420) 25 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2023-12-09T02:09:13.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:13 smithi125 bash[25274]: cephadm 2023-12-09T02:09:12.998748+0000 mgr.y (mgr.15420) 26 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi125 2023-12-09T02:09:13.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:13 smithi125 bash[25274]: audit 2023-12-09T02:09:13.087054+0000 mon.a (mon.0) 1409 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:13.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:13 smithi125 bash[25274]: audit 2023-12-09T02:09:13.095536+0000 mon.a (mon.0) 1410 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:13.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:13 smithi125 bash[25274]: audit 2023-12-09T02:09:13.103225+0000 mon.a (mon.0) 1411 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:14.472 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 02:09:14 smithi125 bash[55867]: ::ffff:172.21.15.125 - - [09/Dec/2023:02:09:14] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-09T02:09:14.934 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:14 smithi125 bash[25274]: cluster 2023-12-09T02:09:14.157380+0000 mgr.y (mgr.15420) 27 : cluster [DBG] pgmap v7: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 30 KiB/s rd, 0 B/s wr, 17 op/s 2023-12-09T02:09:14.939 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:14 smithi067 bash[25104]: cluster 2023-12-09T02:09:14.157380+0000 mgr.y (mgr.15420) 27 : cluster [DBG] pgmap v7: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 30 KiB/s rd, 0 B/s wr, 17 op/s 2023-12-09T02:09:14.940 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:14 smithi067 bash[30830]: cluster 2023-12-09T02:09:14.157380+0000 mgr.y (mgr.15420) 27 : cluster [DBG] pgmap v7: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 30 KiB/s rd, 0 B/s wr, 17 op/s 2023-12-09T02:09:15.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:15 smithi067 bash[25104]: audit 2023-12-09T02:09:15.676745+0000 mon.c (mon.1) 55 : audit [DBG] from='client.? 172.21.15.67:0/2334652047' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2023-12-09T02:09:15.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:15 smithi067 bash[30830]: audit 2023-12-09T02:09:15.676745+0000 mon.c (mon.1) 55 : audit [DBG] from='client.? 172.21.15.67:0/2334652047' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2023-12-09T02:09:15.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:15 smithi125 bash[25274]: audit 2023-12-09T02:09:15.676745+0000 mon.c (mon.1) 55 : audit [DBG] from='client.? 172.21.15.67:0/2334652047' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2023-12-09T02:09:16.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:16 smithi067 bash[25104]: cluster 2023-12-09T02:09:16.158216+0000 mgr.y (mgr.15420) 28 : cluster [DBG] pgmap v8: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 24 KiB/s rd, 0 B/s wr, 13 op/s 2023-12-09T02:09:16.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:16 smithi067 bash[30830]: cluster 2023-12-09T02:09:16.158216+0000 mgr.y (mgr.15420) 28 : cluster [DBG] pgmap v8: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 24 KiB/s rd, 0 B/s wr, 13 op/s 2023-12-09T02:09:16.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:16 smithi125 bash[25274]: cluster 2023-12-09T02:09:16.158216+0000 mgr.y (mgr.15420) 28 : cluster [DBG] pgmap v8: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 24 KiB/s rd, 0 B/s wr, 13 op/s 2023-12-09T02:09:17.472 INFO:journalctl@ceph.prometheus.a.smithi125.stdout:Dec 09 02:09:17 smithi125 systemd[1]: Stopping Ceph prometheus.a for 6db93fb0-9635-11ee-95a3-87774f69a715... 2023-12-09T02:09:17.472 INFO:journalctl@ceph.prometheus.a.smithi125.stdout:Dec 09 02:09:17 smithi125 bash[62230]: Error response from daemon: No such container: ceph-6db93fb0-9635-11ee-95a3-87774f69a715-prometheus.a 2023-12-09T02:09:17.473 INFO:journalctl@ceph.prometheus.a.smithi125.stdout:Dec 09 02:09:17 smithi125 bash[58159]: ts=2023-12-09T02:09:17.316Z caller=main.go:775 level=warn msg="Received SIGTERM, exiting gracefully..." 2023-12-09T02:09:17.473 INFO:journalctl@ceph.prometheus.a.smithi125.stdout:Dec 09 02:09:17 smithi125 bash[58159]: ts=2023-12-09T02:09:17.316Z caller=main.go:798 level=info msg="Stopping scrape discovery manager..." 2023-12-09T02:09:17.473 INFO:journalctl@ceph.prometheus.a.smithi125.stdout:Dec 09 02:09:17 smithi125 bash[58159]: ts=2023-12-09T02:09:17.316Z caller=main.go:812 level=info msg="Stopping notify discovery manager..." 2023-12-09T02:09:17.473 INFO:journalctl@ceph.prometheus.a.smithi125.stdout:Dec 09 02:09:17 smithi125 bash[58159]: ts=2023-12-09T02:09:17.316Z caller=main.go:834 level=info msg="Stopping scrape manager..." 2023-12-09T02:09:17.473 INFO:journalctl@ceph.prometheus.a.smithi125.stdout:Dec 09 02:09:17 smithi125 bash[58159]: ts=2023-12-09T02:09:17.316Z caller=main.go:808 level=info msg="Notify discovery manager stopped" 2023-12-09T02:09:17.473 INFO:journalctl@ceph.prometheus.a.smithi125.stdout:Dec 09 02:09:17 smithi125 bash[58159]: ts=2023-12-09T02:09:17.316Z caller=main.go:794 level=info msg="Scrape discovery manager stopped" 2023-12-09T02:09:17.473 INFO:journalctl@ceph.prometheus.a.smithi125.stdout:Dec 09 02:09:17 smithi125 bash[58159]: ts=2023-12-09T02:09:17.317Z caller=manager.go:945 level=info component="rule manager" msg="Stopping rule manager..." 2023-12-09T02:09:17.473 INFO:journalctl@ceph.prometheus.a.smithi125.stdout:Dec 09 02:09:17 smithi125 bash[58159]: ts=2023-12-09T02:09:17.317Z caller=manager.go:955 level=info component="rule manager" msg="Rule manager stopped" 2023-12-09T02:09:17.473 INFO:journalctl@ceph.prometheus.a.smithi125.stdout:Dec 09 02:09:17 smithi125 bash[58159]: ts=2023-12-09T02:09:17.317Z caller=main.go:828 level=info msg="Scrape manager stopped" 2023-12-09T02:09:17.473 INFO:journalctl@ceph.prometheus.a.smithi125.stdout:Dec 09 02:09:17 smithi125 bash[58159]: ts=2023-12-09T02:09:17.318Z caller=notifier.go:600 level=info component=notifier msg="Stopping notification manager..." 2023-12-09T02:09:17.473 INFO:journalctl@ceph.prometheus.a.smithi125.stdout:Dec 09 02:09:17 smithi125 bash[58159]: ts=2023-12-09T02:09:17.318Z caller=main.go:1054 level=info msg="Notifier manager stopped" 2023-12-09T02:09:17.473 INFO:journalctl@ceph.prometheus.a.smithi125.stdout:Dec 09 02:09:17 smithi125 bash[58159]: ts=2023-12-09T02:09:17.318Z caller=main.go:1066 level=info msg="See you next time!" 2023-12-09T02:09:18.168 INFO:journalctl@ceph.prometheus.a.smithi125.stdout:Dec 09 02:09:17 smithi125 bash[62238]: ceph-6db93fb0-9635-11ee-95a3-87774f69a715-prometheus-a 2023-12-09T02:09:18.168 INFO:journalctl@ceph.prometheus.a.smithi125.stdout:Dec 09 02:09:17 smithi125 bash[62275]: Error response from daemon: No such container: ceph-6db93fb0-9635-11ee-95a3-87774f69a715-prometheus.a 2023-12-09T02:09:18.169 INFO:journalctl@ceph.prometheus.a.smithi125.stdout:Dec 09 02:09:18 smithi125 systemd[1]: ceph-6db93fb0-9635-11ee-95a3-87774f69a715@prometheus.a.service: Succeeded. 2023-12-09T02:09:18.169 INFO:journalctl@ceph.prometheus.a.smithi125.stdout:Dec 09 02:09:18 smithi125 systemd[1]: Stopped Ceph prometheus.a for 6db93fb0-9635-11ee-95a3-87774f69a715. 2023-12-09T02:09:18.169 INFO:journalctl@ceph.prometheus.a.smithi125.stdout:Dec 09 02:09:18 smithi125 systemd[1]: Started Ceph prometheus.a for 6db93fb0-9635-11ee-95a3-87774f69a715. 2023-12-09T02:09:18.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:18 smithi067 bash[25104]: audit 2023-12-09T02:09:17.273988+0000 mon.a (mon.0) 1412 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:18.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:18 smithi067 bash[25104]: audit 2023-12-09T02:09:17.283001+0000 mon.a (mon.0) 1413 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:18.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:18 smithi067 bash[25104]: audit 2023-12-09T02:09:17.291098+0000 mon.a (mon.0) 1414 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:18.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:18 smithi067 bash[25104]: audit 2023-12-09T02:09:18.155206+0000 mon.a (mon.0) 1415 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:18.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:18 smithi067 bash[25104]: audit 2023-12-09T02:09:18.166651+0000 mon.a (mon.0) 1416 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:18.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:18 smithi067 bash[25104]: audit 2023-12-09T02:09:18.186741+0000 mon.a (mon.0) 1417 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2023-12-09T02:09:18.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:18 smithi067 bash[25104]: audit 2023-12-09T02:09:18.208551+0000 mon.a (mon.0) 1418 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:18.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:18 smithi067 bash[25104]: audit 2023-12-09T02:09:18.211124+0000 mon.a (mon.0) 1419 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2023-12-09T02:09:18.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:18 smithi067 bash[25104]: audit 2023-12-09T02:09:18.213869+0000 mon.a (mon.0) 1420 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi067"}]: dispatch 2023-12-09T02:09:18.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:18 smithi067 bash[25104]: audit 2023-12-09T02:09:18.220254+0000 mon.a (mon.0) 1421 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:18.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:18 smithi067 bash[25104]: audit 2023-12-09T02:09:18.226699+0000 mon.a (mon.0) 1422 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-09T02:09:18.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:18 smithi067 bash[25104]: audit 2023-12-09T02:09:18.236491+0000 mon.a (mon.0) 1423 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:18.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:18 smithi067 bash[30830]: audit 2023-12-09T02:09:17.273988+0000 mon.a (mon.0) 1412 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:18.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:18 smithi067 bash[30830]: audit 2023-12-09T02:09:17.283001+0000 mon.a (mon.0) 1413 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:18.472 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:18 smithi067 bash[30830]: audit 2023-12-09T02:09:17.291098+0000 mon.a (mon.0) 1414 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:18.472 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:18 smithi067 bash[30830]: audit 2023-12-09T02:09:18.155206+0000 mon.a (mon.0) 1415 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:18.472 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:18 smithi067 bash[30830]: audit 2023-12-09T02:09:18.166651+0000 mon.a (mon.0) 1416 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:18.472 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:18 smithi067 bash[30830]: audit 2023-12-09T02:09:18.186741+0000 mon.a (mon.0) 1417 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2023-12-09T02:09:18.472 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:18 smithi067 bash[30830]: audit 2023-12-09T02:09:18.208551+0000 mon.a (mon.0) 1418 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:18.472 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:18 smithi067 bash[30830]: audit 2023-12-09T02:09:18.211124+0000 mon.a (mon.0) 1419 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2023-12-09T02:09:18.472 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:18 smithi067 bash[30830]: audit 2023-12-09T02:09:18.213869+0000 mon.a (mon.0) 1420 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi067"}]: dispatch 2023-12-09T02:09:18.472 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:18 smithi067 bash[30830]: audit 2023-12-09T02:09:18.220254+0000 mon.a (mon.0) 1421 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:18.472 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:18 smithi067 bash[30830]: audit 2023-12-09T02:09:18.226699+0000 mon.a (mon.0) 1422 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-09T02:09:18.472 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:18 smithi067 bash[30830]: audit 2023-12-09T02:09:18.236491+0000 mon.a (mon.0) 1423 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:18.473 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:18 smithi125 bash[25274]: audit 2023-12-09T02:09:17.273988+0000 mon.a (mon.0) 1412 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:18.473 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:18 smithi125 bash[25274]: audit 2023-12-09T02:09:17.283001+0000 mon.a (mon.0) 1413 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:18.473 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:18 smithi125 bash[25274]: audit 2023-12-09T02:09:17.291098+0000 mon.a (mon.0) 1414 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:18.473 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:18 smithi125 bash[25274]: audit 2023-12-09T02:09:18.155206+0000 mon.a (mon.0) 1415 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:18.473 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:18 smithi125 bash[25274]: audit 2023-12-09T02:09:18.166651+0000 mon.a (mon.0) 1416 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:18.473 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:18 smithi125 bash[25274]: audit 2023-12-09T02:09:18.186741+0000 mon.a (mon.0) 1417 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2023-12-09T02:09:18.473 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:18 smithi125 bash[25274]: audit 2023-12-09T02:09:18.208551+0000 mon.a (mon.0) 1418 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:18.473 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:18 smithi125 bash[25274]: audit 2023-12-09T02:09:18.211124+0000 mon.a (mon.0) 1419 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2023-12-09T02:09:18.473 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:18 smithi125 bash[25274]: audit 2023-12-09T02:09:18.213869+0000 mon.a (mon.0) 1420 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi067"}]: dispatch 2023-12-09T02:09:18.473 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:18 smithi125 bash[25274]: audit 2023-12-09T02:09:18.220254+0000 mon.a (mon.0) 1421 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:18.473 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:18 smithi125 bash[25274]: audit 2023-12-09T02:09:18.226699+0000 mon.a (mon.0) 1422 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-09T02:09:18.474 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:18 smithi125 bash[25274]: audit 2023-12-09T02:09:18.236491+0000 mon.a (mon.0) 1423 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:19.719 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:19 smithi067 bash[30830]: cluster 2023-12-09T02:09:18.160323+0000 mgr.y (mgr.15420) 29 : cluster [DBG] pgmap v9: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 19 KiB/s rd, 0 B/s wr, 11 op/s 2023-12-09T02:09:19.719 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:19 smithi067 bash[30830]: audit 2023-12-09T02:09:18.187799+0000 mgr.y (mgr.15420) 30 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2023-12-09T02:09:19.719 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:19 smithi067 bash[30830]: cephadm 2023-12-09T02:09:18.210545+0000 mgr.y (mgr.15420) 31 : cephadm [INF] Adding iSCSI gateway http://:@172.21.15.67:5000 to Dashboard 2023-12-09T02:09:19.719 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:19 smithi067 bash[30830]: audit 2023-12-09T02:09:18.211729+0000 mgr.y (mgr.15420) 32 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2023-12-09T02:09:19.719 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:19 smithi067 bash[30830]: audit 2023-12-09T02:09:18.214503+0000 mgr.y (mgr.15420) 33 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi067"}]: dispatch 2023-12-09T02:09:19.719 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:19 smithi067 bash[30830]: audit 2023-12-09T02:09:18.227330+0000 mgr.y (mgr.15420) 34 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-09T02:09:19.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:19 smithi067 bash[25104]: cluster 2023-12-09T02:09:18.160323+0000 mgr.y (mgr.15420) 29 : cluster [DBG] pgmap v9: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 19 KiB/s rd, 0 B/s wr, 11 op/s 2023-12-09T02:09:19.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:19 smithi067 bash[25104]: audit 2023-12-09T02:09:18.187799+0000 mgr.y (mgr.15420) 30 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2023-12-09T02:09:19.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:19 smithi067 bash[25104]: cephadm 2023-12-09T02:09:18.210545+0000 mgr.y (mgr.15420) 31 : cephadm [INF] Adding iSCSI gateway http://:@172.21.15.67:5000 to Dashboard 2023-12-09T02:09:19.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:19 smithi067 bash[25104]: audit 2023-12-09T02:09:18.211729+0000 mgr.y (mgr.15420) 32 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2023-12-09T02:09:19.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:19 smithi067 bash[25104]: audit 2023-12-09T02:09:18.214503+0000 mgr.y (mgr.15420) 33 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi067"}]: dispatch 2023-12-09T02:09:19.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:19 smithi067 bash[25104]: audit 2023-12-09T02:09:18.227330+0000 mgr.y (mgr.15420) 34 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-09T02:09:19.722 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:19 smithi125 bash[25274]: cluster 2023-12-09T02:09:18.160323+0000 mgr.y (mgr.15420) 29 : cluster [DBG] pgmap v9: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 19 KiB/s rd, 0 B/s wr, 11 op/s 2023-12-09T02:09:19.722 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:19 smithi125 bash[25274]: audit 2023-12-09T02:09:18.187799+0000 mgr.y (mgr.15420) 30 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2023-12-09T02:09:19.722 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:19 smithi125 bash[25274]: cephadm 2023-12-09T02:09:18.210545+0000 mgr.y (mgr.15420) 31 : cephadm [INF] Adding iSCSI gateway http://:@172.21.15.67:5000 to Dashboard 2023-12-09T02:09:19.722 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:19 smithi125 bash[25274]: audit 2023-12-09T02:09:18.211729+0000 mgr.y (mgr.15420) 32 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2023-12-09T02:09:19.722 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:19 smithi125 bash[25274]: audit 2023-12-09T02:09:18.214503+0000 mgr.y (mgr.15420) 33 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi067"}]: dispatch 2023-12-09T02:09:19.722 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:19 smithi125 bash[25274]: audit 2023-12-09T02:09:18.227330+0000 mgr.y (mgr.15420) 34 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-09T02:09:20.222 INFO:journalctl@ceph.prometheus.a.smithi125.stdout:Dec 09 02:09:20 smithi125 bash[62302]: ts=2023-12-09T02:09:20.049Z caller=main.go:475 level=info msg="No time or size retention was set so using the default time retention" duration=15d 2023-12-09T02:09:20.222 INFO:journalctl@ceph.prometheus.a.smithi125.stdout:Dec 09 02:09:20 smithi125 bash[62302]: ts=2023-12-09T02:09:20.049Z caller=main.go:512 level=info msg="Starting Prometheus" version="(version=2.33.4, branch=HEAD, revision=83032011a5d3e6102624fe58241a374a7201fee8)" 2023-12-09T02:09:20.222 INFO:journalctl@ceph.prometheus.a.smithi125.stdout:Dec 09 02:09:20 smithi125 bash[62302]: ts=2023-12-09T02:09:20.049Z caller=main.go:517 level=info build_context="(go=go1.17.7, user=root@d13bf69e7be8, date=20220222-16:51:28)" 2023-12-09T02:09:20.222 INFO:journalctl@ceph.prometheus.a.smithi125.stdout:Dec 09 02:09:20 smithi125 bash[62302]: ts=2023-12-09T02:09:20.050Z caller=main.go:518 level=info host_details="(Linux 5.4.0-169-generic #187-Ubuntu SMP Thu Nov 23 14:52:28 UTC 2023 x86_64 smithi125 (none))" 2023-12-09T02:09:20.223 INFO:journalctl@ceph.prometheus.a.smithi125.stdout:Dec 09 02:09:20 smithi125 bash[62302]: ts=2023-12-09T02:09:20.050Z caller=main.go:519 level=info fd_limits="(soft=1048576, hard=1048576)" 2023-12-09T02:09:20.223 INFO:journalctl@ceph.prometheus.a.smithi125.stdout:Dec 09 02:09:20 smithi125 bash[62302]: ts=2023-12-09T02:09:20.050Z caller=main.go:520 level=info vm_limits="(soft=unlimited, hard=unlimited)" 2023-12-09T02:09:20.223 INFO:journalctl@ceph.prometheus.a.smithi125.stdout:Dec 09 02:09:20 smithi125 bash[62302]: ts=2023-12-09T02:09:20.054Z caller=web.go:570 level=info component=web msg="Start listening for connections" address=:9095 2023-12-09T02:09:20.223 INFO:journalctl@ceph.prometheus.a.smithi125.stdout:Dec 09 02:09:20 smithi125 bash[62302]: ts=2023-12-09T02:09:20.054Z caller=main.go:923 level=info msg="Starting TSDB ..." 2023-12-09T02:09:20.223 INFO:journalctl@ceph.prometheus.a.smithi125.stdout:Dec 09 02:09:20 smithi125 bash[62302]: ts=2023-12-09T02:09:20.056Z caller=tls_config.go:195 level=info component=web msg="TLS is disabled." http2=false 2023-12-09T02:09:20.223 INFO:journalctl@ceph.prometheus.a.smithi125.stdout:Dec 09 02:09:20 smithi125 bash[62302]: ts=2023-12-09T02:09:20.059Z caller=head.go:493 level=info component=tsdb msg="Replaying on-disk memory mappable chunks if any" 2023-12-09T02:09:20.223 INFO:journalctl@ceph.prometheus.a.smithi125.stdout:Dec 09 02:09:20 smithi125 bash[62302]: ts=2023-12-09T02:09:20.060Z caller=head.go:527 level=info component=tsdb msg="On-disk memory mappable chunks replay completed" duration=2.307µs 2023-12-09T02:09:20.223 INFO:journalctl@ceph.prometheus.a.smithi125.stdout:Dec 09 02:09:20 smithi125 bash[62302]: ts=2023-12-09T02:09:20.060Z caller=head.go:533 level=info component=tsdb msg="Replaying WAL, this may take a while" 2023-12-09T02:09:20.223 INFO:journalctl@ceph.prometheus.a.smithi125.stdout:Dec 09 02:09:20 smithi125 bash[62302]: ts=2023-12-09T02:09:20.061Z caller=head.go:604 level=info component=tsdb msg="WAL segment loaded" segment=0 maxSegment=3 2023-12-09T02:09:20.565 INFO:journalctl@ceph.prometheus.a.smithi125.stdout:Dec 09 02:09:20 smithi125 bash[62302]: ts=2023-12-09T02:09:20.510Z caller=head.go:604 level=info component=tsdb msg="WAL segment loaded" segment=1 maxSegment=3 2023-12-09T02:09:20.972 INFO:journalctl@ceph.prometheus.a.smithi125.stdout:Dec 09 02:09:20 smithi125 bash[62302]: ts=2023-12-09T02:09:20.561Z caller=head.go:604 level=info component=tsdb msg="WAL segment loaded" segment=2 maxSegment=3 2023-12-09T02:09:20.972 INFO:journalctl@ceph.prometheus.a.smithi125.stdout:Dec 09 02:09:20 smithi125 bash[62302]: ts=2023-12-09T02:09:20.561Z caller=head.go:604 level=info component=tsdb msg="WAL segment loaded" segment=3 maxSegment=3 2023-12-09T02:09:20.972 INFO:journalctl@ceph.prometheus.a.smithi125.stdout:Dec 09 02:09:20 smithi125 bash[62302]: ts=2023-12-09T02:09:20.561Z caller=head.go:610 level=info component=tsdb msg="WAL replay completed" checkpoint_replay_duration=76.561µs wal_replay_duration=501.834127ms total_replay_duration=501.929059ms 2023-12-09T02:09:20.972 INFO:journalctl@ceph.prometheus.a.smithi125.stdout:Dec 09 02:09:20 smithi125 bash[62302]: ts=2023-12-09T02:09:20.568Z caller=main.go:944 level=info fs_type=XFS_SUPER_MAGIC 2023-12-09T02:09:20.972 INFO:journalctl@ceph.prometheus.a.smithi125.stdout:Dec 09 02:09:20 smithi125 bash[62302]: ts=2023-12-09T02:09:20.569Z caller=main.go:947 level=info msg="TSDB started" 2023-12-09T02:09:20.972 INFO:journalctl@ceph.prometheus.a.smithi125.stdout:Dec 09 02:09:20 smithi125 bash[62302]: ts=2023-12-09T02:09:20.569Z caller=main.go:1128 level=info msg="Loading configuration file" filename=/etc/prometheus/prometheus.yml 2023-12-09T02:09:20.972 INFO:journalctl@ceph.prometheus.a.smithi125.stdout:Dec 09 02:09:20 smithi125 bash[62302]: ts=2023-12-09T02:09:20.602Z caller=main.go:1165 level=info msg="Completed loading of configuration file" filename=/etc/prometheus/prometheus.yml totalDuration=33.155678ms db_storage=1.262µs remote_storage=2.304µs web_handler=558ns query_engine=1.346µs scrape=510.67µs scrape_sd=179.301µs notify=33.545µs notify_sd=58.897µs rules=31.822266ms 2023-12-09T02:09:20.973 INFO:journalctl@ceph.prometheus.a.smithi125.stdout:Dec 09 02:09:20 smithi125 bash[62302]: ts=2023-12-09T02:09:20.602Z caller=main.go:896 level=info msg="Server is ready to receive web requests." 2023-12-09T02:09:21.375 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:21 smithi067 bash[25104]: cluster 2023-12-09T02:09:20.160983+0000 mgr.y (mgr.15420) 35 : cluster [DBG] pgmap v10: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2023-12-09T02:09:21.375 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:21 smithi067 bash[25104]: audit 2023-12-09T02:09:21.160096+0000 mon.a (mon.0) 1424 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-09T02:09:21.375 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:21 smithi067 bash[25104]: audit 2023-12-09T02:09:21.161698+0000 mon.a (mon.0) 1425 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-09T02:09:21.375 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:21 smithi067 bash[25104]: audit 2023-12-09T02:09:21.163286+0000 mon.a (mon.0) 1426 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:21.375 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:21 smithi067 bash[25104]: audit 2023-12-09T02:09:21.258008+0000 mon.a (mon.0) 1427 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:09:21.375 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:21 smithi067 bash[30830]: cluster 2023-12-09T02:09:20.160983+0000 mgr.y (mgr.15420) 35 : cluster [DBG] pgmap v10: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2023-12-09T02:09:21.375 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:21 smithi067 bash[30830]: audit 2023-12-09T02:09:21.160096+0000 mon.a (mon.0) 1424 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-09T02:09:21.375 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:21 smithi067 bash[30830]: audit 2023-12-09T02:09:21.161698+0000 mon.a (mon.0) 1425 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-09T02:09:21.376 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:21 smithi067 bash[30830]: audit 2023-12-09T02:09:21.163286+0000 mon.a (mon.0) 1426 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:21.376 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:21 smithi067 bash[30830]: audit 2023-12-09T02:09:21.258008+0000 mon.a (mon.0) 1427 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:09:21.686 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:21 smithi125 bash[25274]: cluster 2023-12-09T02:09:20.160983+0000 mgr.y (mgr.15420) 35 : cluster [DBG] pgmap v10: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2023-12-09T02:09:21.686 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:21 smithi125 bash[25274]: audit 2023-12-09T02:09:21.160096+0000 mon.a (mon.0) 1424 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-09T02:09:21.686 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:21 smithi125 bash[25274]: audit 2023-12-09T02:09:21.161698+0000 mon.a (mon.0) 1425 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-09T02:09:21.687 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:21 smithi125 bash[25274]: audit 2023-12-09T02:09:21.163286+0000 mon.a (mon.0) 1426 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:21.687 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:21 smithi125 bash[25274]: audit 2023-12-09T02:09:21.258008+0000 mon.a (mon.0) 1427 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:09:22.469 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:22 smithi067 bash[25104]: cephadm 2023-12-09T02:09:21.159391+0000 mgr.y (mgr.15420) 36 : cephadm [INF] Upgrade: Updating mgr.x 2023-12-09T02:09:22.469 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:22 smithi067 bash[25104]: cephadm 2023-12-09T02:09:21.164976+0000 mgr.y (mgr.15420) 37 : cephadm [INF] Deploying daemon mgr.x on smithi125 2023-12-09T02:09:22.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:22 smithi067 bash[25104]: audit 2023-12-09T02:09:21.356165+0000 mon.a (mon.0) 1428 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:22.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:22 smithi067 bash[25104]: audit 2023-12-09T02:09:21.364614+0000 mon.a (mon.0) 1429 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:22.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:22 smithi067 bash[25104]: audit 2023-12-09T02:09:21.372769+0000 mon.a (mon.0) 1430 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:22.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:22 smithi067 bash[25104]: audit 2023-12-09T02:09:22.111712+0000 mon.a (mon.0) 1431 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:22.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:22 smithi067 bash[25104]: audit 2023-12-09T02:09:22.121344+0000 mon.a (mon.0) 1432 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:22.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:22 smithi067 bash[25104]: audit 2023-12-09T02:09:22.131490+0000 mon.a (mon.0) 1433 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:22.470 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:22 smithi067 bash[30830]: cephadm 2023-12-09T02:09:21.159391+0000 mgr.y (mgr.15420) 36 : cephadm [INF] Upgrade: Updating mgr.x 2023-12-09T02:09:22.470 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:22 smithi067 bash[30830]: cephadm 2023-12-09T02:09:21.164976+0000 mgr.y (mgr.15420) 37 : cephadm [INF] Deploying daemon mgr.x on smithi125 2023-12-09T02:09:22.470 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:22 smithi067 bash[30830]: audit 2023-12-09T02:09:21.356165+0000 mon.a (mon.0) 1428 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:22.470 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:22 smithi067 bash[30830]: audit 2023-12-09T02:09:21.364614+0000 mon.a (mon.0) 1429 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:22.470 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:22 smithi067 bash[30830]: audit 2023-12-09T02:09:21.372769+0000 mon.a (mon.0) 1430 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:22.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:22 smithi067 bash[30830]: audit 2023-12-09T02:09:22.111712+0000 mon.a (mon.0) 1431 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:22.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:22 smithi067 bash[30830]: audit 2023-12-09T02:09:22.121344+0000 mon.a (mon.0) 1432 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:22.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:22 smithi067 bash[30830]: audit 2023-12-09T02:09:22.131490+0000 mon.a (mon.0) 1433 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:22.539 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:22 smithi125 bash[25274]: cephadm 2023-12-09T02:09:21.159391+0000 mgr.y (mgr.15420) 36 : cephadm [INF] Upgrade: Updating mgr.x 2023-12-09T02:09:22.540 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:22 smithi125 bash[25274]: cephadm 2023-12-09T02:09:21.164976+0000 mgr.y (mgr.15420) 37 : cephadm [INF] Deploying daemon mgr.x on smithi125 2023-12-09T02:09:22.540 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:22 smithi125 bash[25274]: audit 2023-12-09T02:09:21.356165+0000 mon.a (mon.0) 1428 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:22.540 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:22 smithi125 bash[25274]: audit 2023-12-09T02:09:21.364614+0000 mon.a (mon.0) 1429 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:22.540 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:22 smithi125 bash[25274]: audit 2023-12-09T02:09:21.372769+0000 mon.a (mon.0) 1430 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:22.540 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:22 smithi125 bash[25274]: audit 2023-12-09T02:09:22.111712+0000 mon.a (mon.0) 1431 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:22.540 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:22 smithi125 bash[25274]: audit 2023-12-09T02:09:22.121344+0000 mon.a (mon.0) 1432 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:22.540 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:22 smithi125 bash[25274]: audit 2023-12-09T02:09:22.131490+0000 mon.a (mon.0) 1433 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:23.586 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:23 smithi125 bash[25274]: cluster 2023-12-09T02:09:22.161775+0000 mgr.y (mgr.15420) 38 : cluster [DBG] pgmap v11: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2023-12-09T02:09:23.586 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:23 smithi125 bash[25274]: audit 2023-12-09T02:09:22.516113+0000 mon.a (mon.0) 1434 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:23.586 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:23 smithi125 bash[25274]: audit 2023-12-09T02:09:22.527632+0000 mon.a (mon.0) 1435 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:23.586 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:23 smithi125 bash[25274]: audit 2023-12-09T02:09:22.537265+0000 mon.a (mon.0) 1436 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:23.719 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:23 smithi067 bash[25104]: cluster 2023-12-09T02:09:22.161775+0000 mgr.y (mgr.15420) 38 : cluster [DBG] pgmap v11: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2023-12-09T02:09:23.719 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:23 smithi067 bash[25104]: audit 2023-12-09T02:09:22.516113+0000 mon.a (mon.0) 1434 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:23.719 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:23 smithi067 bash[25104]: audit 2023-12-09T02:09:22.527632+0000 mon.a (mon.0) 1435 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:23.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:23 smithi067 bash[25104]: audit 2023-12-09T02:09:22.537265+0000 mon.a (mon.0) 1436 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:23.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:23 smithi067 bash[30830]: cluster 2023-12-09T02:09:22.161775+0000 mgr.y (mgr.15420) 38 : cluster [DBG] pgmap v11: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2023-12-09T02:09:23.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:23 smithi067 bash[30830]: audit 2023-12-09T02:09:22.516113+0000 mon.a (mon.0) 1434 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:23.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:23 smithi067 bash[30830]: audit 2023-12-09T02:09:22.527632+0000 mon.a (mon.0) 1435 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:23.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:23 smithi067 bash[30830]: audit 2023-12-09T02:09:22.537265+0000 mon.a (mon.0) 1436 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:24.722 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 02:09:24 smithi125 systemd[1]: Stopping Ceph mgr.x for 6db93fb0-9635-11ee-95a3-87774f69a715... 2023-12-09T02:09:25.582 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:25 smithi125 bash[25274]: cluster 2023-12-09T02:09:24.163465+0000 mgr.y (mgr.15420) 39 : cluster [DBG] pgmap v12: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2023-12-09T02:09:25.582 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 02:09:25 smithi125 bash[62720]: ceph-6db93fb0-9635-11ee-95a3-87774f69a715-mgr-x 2023-12-09T02:09:25.582 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 02:09:25 smithi125 systemd[1]: ceph-6db93fb0-9635-11ee-95a3-87774f69a715@mgr.x.service: Main process exited, code=exited, status=143/n/a 2023-12-09T02:09:25.582 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 02:09:25 smithi125 bash[62793]: Error response from daemon: No such container: ceph-6db93fb0-9635-11ee-95a3-87774f69a715-mgr-x 2023-12-09T02:09:25.582 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 02:09:25 smithi125 systemd[1]: ceph-6db93fb0-9635-11ee-95a3-87774f69a715@mgr.x.service: Failed with result 'exit-code'. 2023-12-09T02:09:25.582 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 02:09:25 smithi125 systemd[1]: Stopped Ceph mgr.x for 6db93fb0-9635-11ee-95a3-87774f69a715. 2023-12-09T02:09:25.719 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:25 smithi067 bash[25104]: cluster 2023-12-09T02:09:24.163465+0000 mgr.y (mgr.15420) 39 : cluster [DBG] pgmap v12: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2023-12-09T02:09:25.719 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:25 smithi067 bash[30830]: cluster 2023-12-09T02:09:24.163465+0000 mgr.y (mgr.15420) 39 : cluster [DBG] pgmap v12: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2023-12-09T02:09:25.972 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 02:09:25 smithi125 systemd[1]: Started Ceph mgr.x for 6db93fb0-9635-11ee-95a3-87774f69a715. 2023-12-09T02:09:26.618 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:26 smithi125 bash[25274]: audit 2023-12-09T02:09:25.338100+0000 mgr.y (mgr.15420) 40 : audit [DBG] from='client.25420 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:09:26.618 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:26 smithi125 bash[25274]: audit 2023-12-09T02:09:25.745291+0000 mon.a (mon.0) 1437 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:26.618 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:26 smithi125 bash[25274]: audit 2023-12-09T02:09:25.754912+0000 mon.a (mon.0) 1438 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:26.618 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:26 smithi125 bash[25274]: audit 2023-12-09T02:09:25.767933+0000 mon.a (mon.0) 1439 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:26.618 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:26 smithi125 bash[25274]: audit 2023-12-09T02:09:25.769667+0000 mon.a (mon.0) 1440 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:26.618 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:26 smithi125 bash[25274]: audit 2023-12-09T02:09:25.779021+0000 mon.a (mon.0) 1441 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:26.618 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:26 smithi125 bash[25274]: audit 2023-12-09T02:09:25.863352+0000 mon.a (mon.0) 1442 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:26.618 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:26 smithi125 bash[25274]: audit 2023-12-09T02:09:25.866643+0000 mon.a (mon.0) 1443 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:26.618 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:26 smithi125 bash[25274]: audit 2023-12-09T02:09:25.878104+0000 mon.a (mon.0) 1444 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:26.618 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:26 smithi125 bash[25274]: audit 2023-12-09T02:09:25.879599+0000 mon.a (mon.0) 1445 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]: dispatch 2023-12-09T02:09:26.618 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:26 smithi125 bash[25274]: audit 2023-12-09T02:09:25.885186+0000 mon.a (mon.0) 1446 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]': finished 2023-12-09T02:09:26.619 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:26 smithi125 bash[25274]: audit 2023-12-09T02:09:25.886720+0000 mon.a (mon.0) 1447 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]: dispatch 2023-12-09T02:09:26.619 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:26 smithi125 bash[25274]: audit 2023-12-09T02:09:25.891973+0000 mon.a (mon.0) 1448 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]': finished 2023-12-09T02:09:26.619 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:26 smithi125 bash[25274]: audit 2023-12-09T02:09:25.897084+0000 mon.a (mon.0) 1449 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:26.619 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:26 smithi125 bash[25274]: audit 2023-12-09T02:09:25.898440+0000 mon.a (mon.0) 1450 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:26.619 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:26 smithi125 bash[25274]: audit 2023-12-09T02:09:25.907077+0000 mon.a (mon.0) 1451 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:26.619 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:26 smithi125 bash[25274]: audit 2023-12-09T02:09:25.989637+0000 mon.a (mon.0) 1452 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:26.619 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:26 smithi125 bash[25274]: audit 2023-12-09T02:09:25.991961+0000 mon.a (mon.0) 1453 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:26.619 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:26 smithi125 bash[25274]: audit 2023-12-09T02:09:25.995456+0000 mon.a (mon.0) 1454 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:26.619 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:26 smithi125 bash[25274]: audit 2023-12-09T02:09:25.996414+0000 mon.a (mon.0) 1455 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:26.619 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:26 smithi125 bash[25274]: audit 2023-12-09T02:09:26.006462+0000 mon.a (mon.0) 1456 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:26.619 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:26 smithi125 bash[25274]: audit 2023-12-09T02:09:26.091687+0000 mon.a (mon.0) 1457 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:26.619 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:26 smithi125 bash[25274]: audit 2023-12-09T02:09:26.094477+0000 mon.a (mon.0) 1458 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:26.619 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:26 smithi125 bash[25274]: audit 2023-12-09T02:09:26.097780+0000 mon.a (mon.0) 1459 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:26.619 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:26 smithi125 bash[25274]: audit 2023-12-09T02:09:26.099021+0000 mon.a (mon.0) 1460 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:26.619 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:26 smithi125 bash[25274]: audit 2023-12-09T02:09:26.105776+0000 mon.a (mon.0) 1461 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:26.620 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:26 smithi125 bash[25274]: audit 2023-12-09T02:09:26.191448+0000 mon.a (mon.0) 1462 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:26.620 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:26 smithi125 bash[25274]: audit 2023-12-09T02:09:26.195392+0000 mon.a (mon.0) 1463 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:26.620 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:26 smithi125 bash[25274]: audit 2023-12-09T02:09:26.198726+0000 mon.a (mon.0) 1464 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:26.620 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:26 smithi125 bash[25274]: audit 2023-12-09T02:09:26.199793+0000 mon.a (mon.0) 1465 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:26.620 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:26 smithi125 bash[25274]: audit 2023-12-09T02:09:26.208809+0000 mon.a (mon.0) 1466 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:26.719 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:26 smithi067 bash[30830]: audit 2023-12-09T02:09:25.338100+0000 mgr.y (mgr.15420) 40 : audit [DBG] from='client.25420 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:09:26.719 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:26 smithi067 bash[30830]: audit 2023-12-09T02:09:25.745291+0000 mon.a (mon.0) 1437 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:26.719 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:26 smithi067 bash[30830]: audit 2023-12-09T02:09:25.754912+0000 mon.a (mon.0) 1438 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:26.719 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:26 smithi067 bash[30830]: audit 2023-12-09T02:09:25.767933+0000 mon.a (mon.0) 1439 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:26.719 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:26 smithi067 bash[30830]: audit 2023-12-09T02:09:25.769667+0000 mon.a (mon.0) 1440 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:26.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:26 smithi067 bash[30830]: audit 2023-12-09T02:09:25.779021+0000 mon.a (mon.0) 1441 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:26.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:26 smithi067 bash[30830]: audit 2023-12-09T02:09:25.863352+0000 mon.a (mon.0) 1442 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:26.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:26 smithi067 bash[30830]: audit 2023-12-09T02:09:25.866643+0000 mon.a (mon.0) 1443 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:26.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:26 smithi067 bash[30830]: audit 2023-12-09T02:09:25.878104+0000 mon.a (mon.0) 1444 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:26.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:26 smithi067 bash[30830]: audit 2023-12-09T02:09:25.879599+0000 mon.a (mon.0) 1445 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]: dispatch 2023-12-09T02:09:26.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:26 smithi067 bash[30830]: audit 2023-12-09T02:09:25.885186+0000 mon.a (mon.0) 1446 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]': finished 2023-12-09T02:09:26.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:26 smithi067 bash[30830]: audit 2023-12-09T02:09:25.886720+0000 mon.a (mon.0) 1447 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]: dispatch 2023-12-09T02:09:26.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:26 smithi067 bash[30830]: audit 2023-12-09T02:09:25.891973+0000 mon.a (mon.0) 1448 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]': finished 2023-12-09T02:09:26.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:26 smithi067 bash[30830]: audit 2023-12-09T02:09:25.897084+0000 mon.a (mon.0) 1449 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:26.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:26 smithi067 bash[30830]: audit 2023-12-09T02:09:25.898440+0000 mon.a (mon.0) 1450 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:26.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:26 smithi067 bash[30830]: audit 2023-12-09T02:09:25.907077+0000 mon.a (mon.0) 1451 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:26.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:26 smithi067 bash[30830]: audit 2023-12-09T02:09:25.989637+0000 mon.a (mon.0) 1452 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:26.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:26 smithi067 bash[30830]: audit 2023-12-09T02:09:25.991961+0000 mon.a (mon.0) 1453 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:26.721 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:26 smithi067 bash[25104]: audit 2023-12-09T02:09:25.338100+0000 mgr.y (mgr.15420) 40 : audit [DBG] from='client.25420 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:09:26.721 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:26 smithi067 bash[25104]: audit 2023-12-09T02:09:25.745291+0000 mon.a (mon.0) 1437 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:26.721 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:26 smithi067 bash[25104]: audit 2023-12-09T02:09:25.754912+0000 mon.a (mon.0) 1438 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:26.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:26 smithi067 bash[25104]: audit 2023-12-09T02:09:25.767933+0000 mon.a (mon.0) 1439 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:26.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:26 smithi067 bash[25104]: audit 2023-12-09T02:09:25.769667+0000 mon.a (mon.0) 1440 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:26.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:26 smithi067 bash[25104]: audit 2023-12-09T02:09:25.779021+0000 mon.a (mon.0) 1441 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:26.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:26 smithi067 bash[25104]: audit 2023-12-09T02:09:25.863352+0000 mon.a (mon.0) 1442 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:26.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:26 smithi067 bash[25104]: audit 2023-12-09T02:09:25.866643+0000 mon.a (mon.0) 1443 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:26.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:26 smithi067 bash[25104]: audit 2023-12-09T02:09:25.878104+0000 mon.a (mon.0) 1444 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:26.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:26 smithi067 bash[25104]: audit 2023-12-09T02:09:25.879599+0000 mon.a (mon.0) 1445 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]: dispatch 2023-12-09T02:09:26.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:26 smithi067 bash[25104]: audit 2023-12-09T02:09:25.885186+0000 mon.a (mon.0) 1446 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]': finished 2023-12-09T02:09:26.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:26 smithi067 bash[25104]: audit 2023-12-09T02:09:25.886720+0000 mon.a (mon.0) 1447 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]: dispatch 2023-12-09T02:09:26.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:26 smithi067 bash[25104]: audit 2023-12-09T02:09:25.891973+0000 mon.a (mon.0) 1448 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]': finished 2023-12-09T02:09:26.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:26 smithi067 bash[25104]: audit 2023-12-09T02:09:25.897084+0000 mon.a (mon.0) 1449 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:26.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:26 smithi067 bash[25104]: audit 2023-12-09T02:09:25.898440+0000 mon.a (mon.0) 1450 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:26.723 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:26 smithi067 bash[25104]: audit 2023-12-09T02:09:25.907077+0000 mon.a (mon.0) 1451 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:26.723 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:26 smithi067 bash[25104]: audit 2023-12-09T02:09:25.989637+0000 mon.a (mon.0) 1452 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:26.723 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:26 smithi067 bash[25104]: audit 2023-12-09T02:09:25.991961+0000 mon.a (mon.0) 1453 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:26.723 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:26 smithi067 bash[30830]: audit 2023-12-09T02:09:25.995456+0000 mon.a (mon.0) 1454 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:26.723 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:26 smithi067 bash[30830]: audit 2023-12-09T02:09:25.996414+0000 mon.a (mon.0) 1455 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:26.723 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:26 smithi067 bash[30830]: audit 2023-12-09T02:09:26.006462+0000 mon.a (mon.0) 1456 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:26.723 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:26 smithi067 bash[30830]: audit 2023-12-09T02:09:26.091687+0000 mon.a (mon.0) 1457 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:26.723 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:26 smithi067 bash[30830]: audit 2023-12-09T02:09:26.094477+0000 mon.a (mon.0) 1458 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:26.723 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:26 smithi067 bash[30830]: audit 2023-12-09T02:09:26.097780+0000 mon.a (mon.0) 1459 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:26.723 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:26 smithi067 bash[30830]: audit 2023-12-09T02:09:26.099021+0000 mon.a (mon.0) 1460 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:26.723 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:26 smithi067 bash[30830]: audit 2023-12-09T02:09:26.105776+0000 mon.a (mon.0) 1461 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:26.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:26 smithi067 bash[30830]: audit 2023-12-09T02:09:26.191448+0000 mon.a (mon.0) 1462 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:26.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:26 smithi067 bash[30830]: audit 2023-12-09T02:09:26.195392+0000 mon.a (mon.0) 1463 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:26.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:26 smithi067 bash[30830]: audit 2023-12-09T02:09:26.198726+0000 mon.a (mon.0) 1464 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:26.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:26 smithi067 bash[30830]: audit 2023-12-09T02:09:26.199793+0000 mon.a (mon.0) 1465 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:26.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:26 smithi067 bash[30830]: audit 2023-12-09T02:09:26.208809+0000 mon.a (mon.0) 1466 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:26.724 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:26 smithi067 bash[25104]: audit 2023-12-09T02:09:25.995456+0000 mon.a (mon.0) 1454 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:26.725 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:26 smithi067 bash[25104]: audit 2023-12-09T02:09:25.996414+0000 mon.a (mon.0) 1455 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:26.725 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:26 smithi067 bash[25104]: audit 2023-12-09T02:09:26.006462+0000 mon.a (mon.0) 1456 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:26.725 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:26 smithi067 bash[25104]: audit 2023-12-09T02:09:26.091687+0000 mon.a (mon.0) 1457 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:26.725 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:26 smithi067 bash[25104]: audit 2023-12-09T02:09:26.094477+0000 mon.a (mon.0) 1458 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:26.725 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:26 smithi067 bash[25104]: audit 2023-12-09T02:09:26.097780+0000 mon.a (mon.0) 1459 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:26.725 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:26 smithi067 bash[25104]: audit 2023-12-09T02:09:26.099021+0000 mon.a (mon.0) 1460 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:26.726 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:26 smithi067 bash[25104]: audit 2023-12-09T02:09:26.105776+0000 mon.a (mon.0) 1461 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:26.726 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:26 smithi067 bash[25104]: audit 2023-12-09T02:09:26.191448+0000 mon.a (mon.0) 1462 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:26.726 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:26 smithi067 bash[25104]: audit 2023-12-09T02:09:26.195392+0000 mon.a (mon.0) 1463 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:26.726 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:26 smithi067 bash[25104]: audit 2023-12-09T02:09:26.198726+0000 mon.a (mon.0) 1464 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:26.726 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:26 smithi067 bash[25104]: audit 2023-12-09T02:09:26.199793+0000 mon.a (mon.0) 1465 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:26.726 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:26 smithi067 bash[25104]: audit 2023-12-09T02:09:26.208809+0000 mon.a (mon.0) 1466 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:26.904 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 02:09:26 smithi125 bash[62858]: debug 2023-12-09T02:09:26.732+0000 7f4203812700 1 -- 172.21.15.125:0/2847242430 <== mon.2 v2:172.21.15.125:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55e26b3e61a0 con 0x55e26c164800 2023-12-09T02:09:27.719 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:27 smithi067 bash[30830]: cephadm 2023-12-09T02:09:25.779921+0000 mgr.y (mgr.15420) 41 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:27.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:27 smithi067 bash[30830]: cephadm 2023-12-09T02:09:25.868319+0000 mgr.y (mgr.15420) 42 : cephadm [INF] Upgrade: Setting container_image for all mgr 2023-12-09T02:09:27.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:27 smithi067 bash[30830]: cephadm 2023-12-09T02:09:25.907881+0000 mgr.y (mgr.15420) 43 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:27.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:27 smithi067 bash[30830]: cephadm 2023-12-09T02:09:26.007133+0000 mgr.y (mgr.15420) 44 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:27.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:27 smithi067 bash[30830]: cephadm 2023-12-09T02:09:26.106253+0000 mgr.y (mgr.15420) 45 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:27.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:27 smithi067 bash[30830]: cluster 2023-12-09T02:09:26.163997+0000 mgr.y (mgr.15420) 46 : cluster [DBG] pgmap v13: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 596 B/s rd, 0 op/s 2023-12-09T02:09:27.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:27 smithi067 bash[30830]: cephadm 2023-12-09T02:09:26.209612+0000 mgr.y (mgr.15420) 47 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:27.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:27 smithi067 bash[30830]: audit 2023-12-09T02:09:26.298962+0000 mon.a (mon.0) 1467 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:27.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:27 smithi067 bash[30830]: audit 2023-12-09T02:09:26.301319+0000 mon.a (mon.0) 1468 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:27.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:27 smithi067 bash[30830]: audit 2023-12-09T02:09:26.303415+0000 mon.a (mon.0) 1469 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:27.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:27 smithi067 bash[30830]: audit 2023-12-09T02:09:26.304192+0000 mon.a (mon.0) 1470 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:27.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:27 smithi067 bash[30830]: audit 2023-12-09T02:09:26.309883+0000 mon.a (mon.0) 1471 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:27.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:27 smithi067 bash[30830]: cephadm 2023-12-09T02:09:26.310416+0000 mgr.y (mgr.15420) 48 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:27.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:27 smithi067 bash[30830]: audit 2023-12-09T02:09:26.392946+0000 mon.a (mon.0) 1472 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:27.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:27 smithi067 bash[30830]: audit 2023-12-09T02:09:26.397330+0000 mon.a (mon.0) 1473 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:27.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:27 smithi067 bash[30830]: audit 2023-12-09T02:09:26.401133+0000 mon.a (mon.0) 1474 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:27.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:27 smithi067 bash[30830]: audit 2023-12-09T02:09:26.402519+0000 mon.a (mon.0) 1475 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:27.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:27 smithi067 bash[30830]: audit 2023-12-09T02:09:26.410302+0000 mon.a (mon.0) 1476 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:27.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:27 smithi067 bash[30830]: audit 2023-12-09T02:09:26.493174+0000 mon.a (mon.0) 1477 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:27.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:27 smithi067 bash[30830]: audit 2023-12-09T02:09:26.496461+0000 mon.a (mon.0) 1478 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:27.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:27 smithi067 bash[25104]: cephadm 2023-12-09T02:09:25.779921+0000 mgr.y (mgr.15420) 41 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:27.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:27 smithi067 bash[25104]: cephadm 2023-12-09T02:09:25.868319+0000 mgr.y (mgr.15420) 42 : cephadm [INF] Upgrade: Setting container_image for all mgr 2023-12-09T02:09:27.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:27 smithi067 bash[25104]: cephadm 2023-12-09T02:09:25.907881+0000 mgr.y (mgr.15420) 43 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:27.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:27 smithi067 bash[25104]: cephadm 2023-12-09T02:09:26.007133+0000 mgr.y (mgr.15420) 44 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:27.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:27 smithi067 bash[25104]: cephadm 2023-12-09T02:09:26.106253+0000 mgr.y (mgr.15420) 45 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:27.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:27 smithi067 bash[25104]: cluster 2023-12-09T02:09:26.163997+0000 mgr.y (mgr.15420) 46 : cluster [DBG] pgmap v13: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 596 B/s rd, 0 op/s 2023-12-09T02:09:27.723 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:27 smithi067 bash[25104]: cephadm 2023-12-09T02:09:26.209612+0000 mgr.y (mgr.15420) 47 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:27.723 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:27 smithi067 bash[25104]: audit 2023-12-09T02:09:26.298962+0000 mon.a (mon.0) 1467 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:27.723 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:27 smithi067 bash[25104]: audit 2023-12-09T02:09:26.301319+0000 mon.a (mon.0) 1468 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:27.723 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:27 smithi067 bash[25104]: audit 2023-12-09T02:09:26.303415+0000 mon.a (mon.0) 1469 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:27.723 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:27 smithi067 bash[25104]: audit 2023-12-09T02:09:26.304192+0000 mon.a (mon.0) 1470 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:27.723 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:27 smithi067 bash[25104]: audit 2023-12-09T02:09:26.309883+0000 mon.a (mon.0) 1471 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:27.723 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:27 smithi067 bash[25104]: cephadm 2023-12-09T02:09:26.310416+0000 mgr.y (mgr.15420) 48 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:27.723 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:27 smithi067 bash[25104]: audit 2023-12-09T02:09:26.392946+0000 mon.a (mon.0) 1472 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:27.724 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:27 smithi067 bash[25104]: audit 2023-12-09T02:09:26.397330+0000 mon.a (mon.0) 1473 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:27.724 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:27 smithi067 bash[25104]: audit 2023-12-09T02:09:26.401133+0000 mon.a (mon.0) 1474 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:27.724 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:27 smithi067 bash[25104]: audit 2023-12-09T02:09:26.402519+0000 mon.a (mon.0) 1475 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:27.724 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:27 smithi067 bash[25104]: audit 2023-12-09T02:09:26.410302+0000 mon.a (mon.0) 1476 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:27.724 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:27 smithi067 bash[25104]: audit 2023-12-09T02:09:26.493174+0000 mon.a (mon.0) 1477 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:27.724 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:27 smithi067 bash[25104]: audit 2023-12-09T02:09:26.496461+0000 mon.a (mon.0) 1478 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:27.725 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:27 smithi067 bash[30830]: audit 2023-12-09T02:09:26.500013+0000 mon.a (mon.0) 1479 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:27.725 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:27 smithi067 bash[30830]: audit 2023-12-09T02:09:26.501271+0000 mon.a (mon.0) 1480 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:27.726 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:27 smithi067 bash[30830]: audit 2023-12-09T02:09:26.510477+0000 mon.a (mon.0) 1481 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:27.726 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:27 smithi067 bash[30830]: audit 2023-12-09T02:09:26.589918+0000 mon.a (mon.0) 1482 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:27.726 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:27 smithi067 bash[30830]: audit 2023-12-09T02:09:26.592740+0000 mon.a (mon.0) 1483 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:27.726 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:27 smithi067 bash[30830]: audit 2023-12-09T02:09:26.596263+0000 mon.a (mon.0) 1484 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:27.726 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:27 smithi067 bash[30830]: audit 2023-12-09T02:09:26.597524+0000 mon.a (mon.0) 1485 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:27.726 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:27 smithi067 bash[30830]: audit 2023-12-09T02:09:26.607207+0000 mon.a (mon.0) 1486 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:27.726 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:27 smithi067 bash[30830]: audit 2023-12-09T02:09:26.685613+0000 mon.a (mon.0) 1487 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:27.727 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:27 smithi067 bash[30830]: audit 2023-12-09T02:09:26.688266+0000 mon.a (mon.0) 1488 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:27.727 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:27 smithi067 bash[30830]: audit 2023-12-09T02:09:26.691043+0000 mon.a (mon.0) 1489 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:27.727 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:27 smithi067 bash[30830]: audit 2023-12-09T02:09:26.692097+0000 mon.a (mon.0) 1490 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:27.727 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:27 smithi067 bash[30830]: audit 2023-12-09T02:09:26.700244+0000 mon.a (mon.0) 1491 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:27.727 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:27 smithi067 bash[30830]: audit 2023-12-09T02:09:26.763592+0000 mon.a (mon.0) 1492 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:27.727 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:27 smithi067 bash[30830]: audit 2023-12-09T02:09:26.766572+0000 mon.a (mon.0) 1493 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:27.727 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:27 smithi067 bash[30830]: audit 2023-12-09T02:09:26.771132+0000 mon.a (mon.0) 1494 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:27.728 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:27 smithi067 bash[30830]: audit 2023-12-09T02:09:26.772814+0000 mon.a (mon.0) 1495 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:27.728 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:27 smithi067 bash[30830]: audit 2023-12-09T02:09:26.783266+0000 mon.a (mon.0) 1496 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:27.728 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:27 smithi067 bash[30830]: audit 2023-12-09T02:09:26.865090+0000 mon.a (mon.0) 1497 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:27.728 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:27 smithi067 bash[30830]: audit 2023-12-09T02:09:26.867892+0000 mon.a (mon.0) 1498 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:27.728 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:27 smithi067 bash[30830]: audit 2023-12-09T02:09:26.871328+0000 mon.a (mon.0) 1499 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:27.728 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:27 smithi067 bash[30830]: audit 2023-12-09T02:09:26.872289+0000 mon.a (mon.0) 1500 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:27.728 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:27 smithi067 bash[30830]: audit 2023-12-09T02:09:26.879774+0000 mon.a (mon.0) 1501 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:27.728 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:27 smithi067 bash[30830]: audit 2023-12-09T02:09:26.961285+0000 mon.a (mon.0) 1502 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:27.728 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:27 smithi067 bash[30830]: audit 2023-12-09T02:09:26.964098+0000 mon.a (mon.0) 1503 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:27.729 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:27 smithi067 bash[30830]: audit 2023-12-09T02:09:26.967831+0000 mon.a (mon.0) 1504 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:27.729 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:27 smithi067 bash[30830]: audit 2023-12-09T02:09:26.969078+0000 mon.a (mon.0) 1505 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:27.729 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:27 smithi067 bash[30830]: audit 2023-12-09T02:09:26.976738+0000 mon.a (mon.0) 1506 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:27.729 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:27 smithi067 bash[30830]: audit 2023-12-09T02:09:27.057808+0000 mon.a (mon.0) 1507 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:27.729 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:27 smithi067 bash[30830]: audit 2023-12-09T02:09:27.060543+0000 mon.a (mon.0) 1508 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:27.729 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:27 smithi067 bash[30830]: audit 2023-12-09T02:09:27.064077+0000 mon.a (mon.0) 1509 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:27.730 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:27 smithi067 bash[30830]: audit 2023-12-09T02:09:27.065087+0000 mon.a (mon.0) 1510 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:27.730 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:27 smithi067 bash[30830]: audit 2023-12-09T02:09:27.073294+0000 mon.a (mon.0) 1511 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:27.730 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:27 smithi067 bash[30830]: audit 2023-12-09T02:09:27.154058+0000 mon.a (mon.0) 1512 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:27.730 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:27 smithi067 bash[30830]: audit 2023-12-09T02:09:27.156944+0000 mon.a (mon.0) 1513 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:27.730 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:27 smithi067 bash[30830]: audit 2023-12-09T02:09:27.162053+0000 mon.a (mon.0) 1514 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:27.730 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:27 smithi067 bash[30830]: audit 2023-12-09T02:09:27.163574+0000 mon.a (mon.0) 1515 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:27.731 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:27 smithi067 bash[30830]: audit 2023-12-09T02:09:27.170727+0000 mon.a (mon.0) 1516 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:27.731 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:27 smithi067 bash[25104]: audit 2023-12-09T02:09:26.500013+0000 mon.a (mon.0) 1479 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:27.731 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:27 smithi067 bash[25104]: audit 2023-12-09T02:09:26.501271+0000 mon.a (mon.0) 1480 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:27.731 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:27 smithi067 bash[25104]: audit 2023-12-09T02:09:26.510477+0000 mon.a (mon.0) 1481 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:27.732 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:27 smithi067 bash[25104]: audit 2023-12-09T02:09:26.589918+0000 mon.a (mon.0) 1482 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:27.732 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:27 smithi067 bash[25104]: audit 2023-12-09T02:09:26.592740+0000 mon.a (mon.0) 1483 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:27.732 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:27 smithi067 bash[25104]: audit 2023-12-09T02:09:26.596263+0000 mon.a (mon.0) 1484 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:27.732 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:27 smithi067 bash[25104]: audit 2023-12-09T02:09:26.597524+0000 mon.a (mon.0) 1485 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:27.732 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:27 smithi067 bash[25104]: audit 2023-12-09T02:09:26.607207+0000 mon.a (mon.0) 1486 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:27.732 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:27 smithi067 bash[25104]: audit 2023-12-09T02:09:26.685613+0000 mon.a (mon.0) 1487 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:27.732 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:27 smithi067 bash[25104]: audit 2023-12-09T02:09:26.688266+0000 mon.a (mon.0) 1488 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:27.732 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:27 smithi067 bash[25104]: audit 2023-12-09T02:09:26.691043+0000 mon.a (mon.0) 1489 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:27.732 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:27 smithi067 bash[25104]: audit 2023-12-09T02:09:26.692097+0000 mon.a (mon.0) 1490 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:27.732 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:27 smithi067 bash[25104]: audit 2023-12-09T02:09:26.700244+0000 mon.a (mon.0) 1491 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:27.732 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:27 smithi067 bash[25104]: audit 2023-12-09T02:09:26.763592+0000 mon.a (mon.0) 1492 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:27.732 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:27 smithi067 bash[25104]: audit 2023-12-09T02:09:26.766572+0000 mon.a (mon.0) 1493 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:27.732 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:27 smithi067 bash[25104]: audit 2023-12-09T02:09:26.771132+0000 mon.a (mon.0) 1494 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:27.733 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:27 smithi067 bash[25104]: audit 2023-12-09T02:09:26.772814+0000 mon.a (mon.0) 1495 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:27.733 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:27 smithi067 bash[25104]: audit 2023-12-09T02:09:26.783266+0000 mon.a (mon.0) 1496 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:27.733 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:27 smithi067 bash[25104]: audit 2023-12-09T02:09:26.865090+0000 mon.a (mon.0) 1497 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:27.733 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:27 smithi067 bash[30830]: audit 2023-12-09T02:09:27.253400+0000 mon.a (mon.0) 1517 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:27.733 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:27 smithi067 bash[30830]: audit 2023-12-09T02:09:27.256260+0000 mon.a (mon.0) 1518 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:27.733 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:27 smithi067 bash[30830]: audit 2023-12-09T02:09:27.260075+0000 mon.a (mon.0) 1519 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:27.733 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:27 smithi067 bash[30830]: audit 2023-12-09T02:09:27.261447+0000 mon.a (mon.0) 1520 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:27.733 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:27 smithi067 bash[30830]: audit 2023-12-09T02:09:27.270978+0000 mon.a (mon.0) 1521 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:27.734 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:27 smithi067 bash[25104]: audit 2023-12-09T02:09:26.867892+0000 mon.a (mon.0) 1498 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:27.734 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:27 smithi067 bash[25104]: audit 2023-12-09T02:09:26.871328+0000 mon.a (mon.0) 1499 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:27.734 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:27 smithi067 bash[25104]: audit 2023-12-09T02:09:26.872289+0000 mon.a (mon.0) 1500 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:27.734 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:27 smithi067 bash[25104]: audit 2023-12-09T02:09:26.879774+0000 mon.a (mon.0) 1501 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:27.734 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:27 smithi067 bash[25104]: audit 2023-12-09T02:09:26.961285+0000 mon.a (mon.0) 1502 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:27.734 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:27 smithi067 bash[25104]: audit 2023-12-09T02:09:26.964098+0000 mon.a (mon.0) 1503 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:27.734 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:27 smithi067 bash[25104]: audit 2023-12-09T02:09:26.967831+0000 mon.a (mon.0) 1504 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:27.734 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:27 smithi067 bash[25104]: audit 2023-12-09T02:09:26.969078+0000 mon.a (mon.0) 1505 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:27.734 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:27 smithi067 bash[25104]: audit 2023-12-09T02:09:26.976738+0000 mon.a (mon.0) 1506 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:27.735 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:27 smithi067 bash[25104]: audit 2023-12-09T02:09:27.057808+0000 mon.a (mon.0) 1507 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:27.735 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:27 smithi067 bash[25104]: audit 2023-12-09T02:09:27.060543+0000 mon.a (mon.0) 1508 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:27.735 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:27 smithi067 bash[25104]: audit 2023-12-09T02:09:27.064077+0000 mon.a (mon.0) 1509 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:27.735 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:27 smithi067 bash[25104]: audit 2023-12-09T02:09:27.065087+0000 mon.a (mon.0) 1510 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:27.735 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:27 smithi067 bash[25104]: audit 2023-12-09T02:09:27.073294+0000 mon.a (mon.0) 1511 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:27.735 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:27 smithi067 bash[25104]: audit 2023-12-09T02:09:27.154058+0000 mon.a (mon.0) 1512 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:27.735 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:27 smithi067 bash[25104]: audit 2023-12-09T02:09:27.156944+0000 mon.a (mon.0) 1513 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:27.735 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:27 smithi067 bash[25104]: audit 2023-12-09T02:09:27.162053+0000 mon.a (mon.0) 1514 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:27.735 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:27 smithi067 bash[25104]: audit 2023-12-09T02:09:27.163574+0000 mon.a (mon.0) 1515 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:27.735 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:27 smithi067 bash[25104]: audit 2023-12-09T02:09:27.170727+0000 mon.a (mon.0) 1516 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:27.736 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:27 smithi067 bash[25104]: audit 2023-12-09T02:09:27.253400+0000 mon.a (mon.0) 1517 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:27.736 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:27 smithi067 bash[25104]: audit 2023-12-09T02:09:27.256260+0000 mon.a (mon.0) 1518 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:27.736 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:27 smithi067 bash[25104]: audit 2023-12-09T02:09:27.260075+0000 mon.a (mon.0) 1519 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:27.736 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:27 smithi067 bash[25104]: audit 2023-12-09T02:09:27.261447+0000 mon.a (mon.0) 1520 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:27.736 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:27 smithi067 bash[25104]: audit 2023-12-09T02:09:27.270978+0000 mon.a (mon.0) 1521 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:27.737 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 02:09:26 smithi125 bash[62858]: debug 2023-12-09T02:09:26.896+0000 7f420d9b8200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-12-09T02:09:27.737 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:27 smithi125 bash[25274]: cephadm 2023-12-09T02:09:25.779921+0000 mgr.y (mgr.15420) 41 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:27.737 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:27 smithi125 bash[25274]: cephadm 2023-12-09T02:09:25.868319+0000 mgr.y (mgr.15420) 42 : cephadm [INF] Upgrade: Setting container_image for all mgr 2023-12-09T02:09:27.737 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:27 smithi125 bash[25274]: cephadm 2023-12-09T02:09:25.907881+0000 mgr.y (mgr.15420) 43 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:27.738 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:27 smithi125 bash[25274]: cephadm 2023-12-09T02:09:26.007133+0000 mgr.y (mgr.15420) 44 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:27.738 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:27 smithi125 bash[25274]: cephadm 2023-12-09T02:09:26.106253+0000 mgr.y (mgr.15420) 45 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:27.738 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:27 smithi125 bash[25274]: cluster 2023-12-09T02:09:26.163997+0000 mgr.y (mgr.15420) 46 : cluster [DBG] pgmap v13: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 596 B/s rd, 0 op/s 2023-12-09T02:09:27.738 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:27 smithi125 bash[25274]: cephadm 2023-12-09T02:09:26.209612+0000 mgr.y (mgr.15420) 47 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:27.738 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:27 smithi125 bash[25274]: audit 2023-12-09T02:09:26.298962+0000 mon.a (mon.0) 1467 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:27.738 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:27 smithi125 bash[25274]: audit 2023-12-09T02:09:26.301319+0000 mon.a (mon.0) 1468 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:27.738 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:27 smithi125 bash[25274]: audit 2023-12-09T02:09:26.303415+0000 mon.a (mon.0) 1469 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:27.738 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:27 smithi125 bash[25274]: audit 2023-12-09T02:09:26.304192+0000 mon.a (mon.0) 1470 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:27.738 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:27 smithi125 bash[25274]: audit 2023-12-09T02:09:26.309883+0000 mon.a (mon.0) 1471 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:27.738 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:27 smithi125 bash[25274]: cephadm 2023-12-09T02:09:26.310416+0000 mgr.y (mgr.15420) 48 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:27.738 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:27 smithi125 bash[25274]: audit 2023-12-09T02:09:26.392946+0000 mon.a (mon.0) 1472 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:27.738 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:27 smithi125 bash[25274]: audit 2023-12-09T02:09:26.397330+0000 mon.a (mon.0) 1473 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:27.738 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:27 smithi125 bash[25274]: audit 2023-12-09T02:09:26.401133+0000 mon.a (mon.0) 1474 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:27.739 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:27 smithi125 bash[25274]: audit 2023-12-09T02:09:26.402519+0000 mon.a (mon.0) 1475 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:27.739 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:27 smithi125 bash[25274]: audit 2023-12-09T02:09:26.410302+0000 mon.a (mon.0) 1476 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:27.739 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:27 smithi125 bash[25274]: audit 2023-12-09T02:09:26.493174+0000 mon.a (mon.0) 1477 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:27.739 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:27 smithi125 bash[25274]: audit 2023-12-09T02:09:26.496461+0000 mon.a (mon.0) 1478 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:27.739 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:27 smithi125 bash[25274]: audit 2023-12-09T02:09:26.500013+0000 mon.a (mon.0) 1479 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:27.739 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:27 smithi125 bash[25274]: audit 2023-12-09T02:09:26.501271+0000 mon.a (mon.0) 1480 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:27.739 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:27 smithi125 bash[25274]: audit 2023-12-09T02:09:26.510477+0000 mon.a (mon.0) 1481 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:27.739 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:27 smithi125 bash[25274]: audit 2023-12-09T02:09:26.589918+0000 mon.a (mon.0) 1482 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:27.739 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:27 smithi125 bash[25274]: audit 2023-12-09T02:09:26.592740+0000 mon.a (mon.0) 1483 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:27.739 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:27 smithi125 bash[25274]: audit 2023-12-09T02:09:26.596263+0000 mon.a (mon.0) 1484 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:27.739 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:27 smithi125 bash[25274]: audit 2023-12-09T02:09:26.597524+0000 mon.a (mon.0) 1485 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:27.739 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:27 smithi125 bash[25274]: audit 2023-12-09T02:09:26.607207+0000 mon.a (mon.0) 1486 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:27.740 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:27 smithi125 bash[25274]: audit 2023-12-09T02:09:26.685613+0000 mon.a (mon.0) 1487 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:27.740 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:27 smithi125 bash[25274]: audit 2023-12-09T02:09:26.688266+0000 mon.a (mon.0) 1488 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:27.740 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:27 smithi125 bash[25274]: audit 2023-12-09T02:09:26.691043+0000 mon.a (mon.0) 1489 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:27.740 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:27 smithi125 bash[25274]: audit 2023-12-09T02:09:26.692097+0000 mon.a (mon.0) 1490 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:27.740 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:27 smithi125 bash[25274]: audit 2023-12-09T02:09:26.700244+0000 mon.a (mon.0) 1491 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:27.740 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:27 smithi125 bash[25274]: audit 2023-12-09T02:09:26.763592+0000 mon.a (mon.0) 1492 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:27.740 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:27 smithi125 bash[25274]: audit 2023-12-09T02:09:26.766572+0000 mon.a (mon.0) 1493 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:27.740 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:27 smithi125 bash[25274]: audit 2023-12-09T02:09:26.771132+0000 mon.a (mon.0) 1494 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:27.740 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:27 smithi125 bash[25274]: audit 2023-12-09T02:09:26.772814+0000 mon.a (mon.0) 1495 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:27.740 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:27 smithi125 bash[25274]: audit 2023-12-09T02:09:26.783266+0000 mon.a (mon.0) 1496 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:27.740 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:27 smithi125 bash[25274]: audit 2023-12-09T02:09:26.865090+0000 mon.a (mon.0) 1497 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:27.740 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:27 smithi125 bash[25274]: audit 2023-12-09T02:09:26.867892+0000 mon.a (mon.0) 1498 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:27.740 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:27 smithi125 bash[25274]: audit 2023-12-09T02:09:26.871328+0000 mon.a (mon.0) 1499 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:27.741 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:27 smithi125 bash[25274]: audit 2023-12-09T02:09:26.872289+0000 mon.a (mon.0) 1500 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:27.741 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:27 smithi125 bash[25274]: audit 2023-12-09T02:09:26.879774+0000 mon.a (mon.0) 1501 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:27.741 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:27 smithi125 bash[25274]: audit 2023-12-09T02:09:26.961285+0000 mon.a (mon.0) 1502 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:27.741 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:27 smithi125 bash[25274]: audit 2023-12-09T02:09:26.964098+0000 mon.a (mon.0) 1503 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:27.741 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:27 smithi125 bash[25274]: audit 2023-12-09T02:09:26.967831+0000 mon.a (mon.0) 1504 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:27.741 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:27 smithi125 bash[25274]: audit 2023-12-09T02:09:26.969078+0000 mon.a (mon.0) 1505 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:27.741 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:27 smithi125 bash[25274]: audit 2023-12-09T02:09:26.976738+0000 mon.a (mon.0) 1506 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:27.741 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:27 smithi125 bash[25274]: audit 2023-12-09T02:09:27.057808+0000 mon.a (mon.0) 1507 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:27.741 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:27 smithi125 bash[25274]: audit 2023-12-09T02:09:27.060543+0000 mon.a (mon.0) 1508 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:27.741 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:27 smithi125 bash[25274]: audit 2023-12-09T02:09:27.064077+0000 mon.a (mon.0) 1509 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:27.741 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:27 smithi125 bash[25274]: audit 2023-12-09T02:09:27.065087+0000 mon.a (mon.0) 1510 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:27.741 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:27 smithi125 bash[25274]: audit 2023-12-09T02:09:27.073294+0000 mon.a (mon.0) 1511 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:27.741 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:27 smithi125 bash[25274]: audit 2023-12-09T02:09:27.154058+0000 mon.a (mon.0) 1512 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:27.742 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:27 smithi125 bash[25274]: audit 2023-12-09T02:09:27.156944+0000 mon.a (mon.0) 1513 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:27.742 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:27 smithi125 bash[25274]: audit 2023-12-09T02:09:27.162053+0000 mon.a (mon.0) 1514 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:27.742 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:27 smithi125 bash[25274]: audit 2023-12-09T02:09:27.163574+0000 mon.a (mon.0) 1515 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:27.742 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:27 smithi125 bash[25274]: audit 2023-12-09T02:09:27.170727+0000 mon.a (mon.0) 1516 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:27.742 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:27 smithi125 bash[25274]: audit 2023-12-09T02:09:27.253400+0000 mon.a (mon.0) 1517 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:27.742 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:27 smithi125 bash[25274]: audit 2023-12-09T02:09:27.256260+0000 mon.a (mon.0) 1518 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:27.742 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:27 smithi125 bash[25274]: audit 2023-12-09T02:09:27.260075+0000 mon.a (mon.0) 1519 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:27.742 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:27 smithi125 bash[25274]: audit 2023-12-09T02:09:27.261447+0000 mon.a (mon.0) 1520 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:27.742 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:27 smithi125 bash[25274]: audit 2023-12-09T02:09:27.270978+0000 mon.a (mon.0) 1521 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:28.198 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 02:09:27 smithi125 bash[62858]: debug 2023-12-09T02:09:27.856+0000 7f420d9b8200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2023-12-09T02:09:28.198 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 02:09:27 smithi125 bash[62858]: debug 2023-12-09T02:09:27.968+0000 7f420d9b8200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-12-09T02:09:28.198 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 02:09:28 smithi125 bash[62858]: debug 2023-12-09T02:09:28.072+0000 7f420d9b8200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-12-09T02:09:28.472 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 02:09:28 smithi125 bash[62858]: debug 2023-12-09T02:09:28.344+0000 7f420d9b8200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-12-09T02:09:28.473 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:28 smithi125 bash[25274]: cephadm 2023-12-09T02:09:26.410896+0000 mgr.y (mgr.15420) 49 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:28.473 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:28 smithi125 bash[25274]: cephadm 2023-12-09T02:09:26.511146+0000 mgr.y (mgr.15420) 50 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:28.473 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:28 smithi125 bash[25274]: cephadm 2023-12-09T02:09:26.608426+0000 mgr.y (mgr.15420) 51 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:28.473 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:28 smithi125 bash[25274]: cephadm 2023-12-09T02:09:26.700828+0000 mgr.y (mgr.15420) 52 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:28.473 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:28 smithi125 bash[25274]: cephadm 2023-12-09T02:09:26.784031+0000 mgr.y (mgr.15420) 53 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:28.473 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:28 smithi125 bash[25274]: cephadm 2023-12-09T02:09:26.880261+0000 mgr.y (mgr.15420) 54 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:28.473 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:28 smithi125 bash[25274]: cephadm 2023-12-09T02:09:26.977249+0000 mgr.y (mgr.15420) 55 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:28.473 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:28 smithi125 bash[25274]: cephadm 2023-12-09T02:09:27.073855+0000 mgr.y (mgr.15420) 56 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:28.473 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:28 smithi125 bash[25274]: cephadm 2023-12-09T02:09:27.171294+0000 mgr.y (mgr.15420) 57 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:28.473 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:28 smithi125 bash[25274]: cephadm 2023-12-09T02:09:27.271632+0000 mgr.y (mgr.15420) 58 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:28.473 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:28 smithi125 bash[25274]: audit 2023-12-09T02:09:27.352066+0000 mon.a (mon.0) 1522 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:28.473 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:28 smithi125 bash[25274]: audit 2023-12-09T02:09:27.354527+0000 mon.a (mon.0) 1523 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:28.474 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:28 smithi125 bash[25274]: audit 2023-12-09T02:09:27.358248+0000 mon.a (mon.0) 1524 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:28.474 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:28 smithi125 bash[25274]: audit 2023-12-09T02:09:27.359537+0000 mon.a (mon.0) 1525 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:28.474 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:28 smithi125 bash[25274]: audit 2023-12-09T02:09:27.367161+0000 mon.a (mon.0) 1526 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:28.474 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:28 smithi125 bash[25274]: audit 2023-12-09T02:09:27.445020+0000 mon.a (mon.0) 1527 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:28.474 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:28 smithi125 bash[25274]: audit 2023-12-09T02:09:27.448003+0000 mon.a (mon.0) 1528 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:28.474 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:28 smithi125 bash[25274]: audit 2023-12-09T02:09:27.451793+0000 mon.a (mon.0) 1529 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:28.474 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:28 smithi125 bash[25274]: audit 2023-12-09T02:09:27.453031+0000 mon.a (mon.0) 1530 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:28.474 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:28 smithi125 bash[25274]: audit 2023-12-09T02:09:27.461648+0000 mon.a (mon.0) 1531 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:28.474 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:28 smithi125 bash[25274]: audit 2023-12-09T02:09:27.545561+0000 mon.a (mon.0) 1532 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:28.474 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:28 smithi125 bash[25274]: audit 2023-12-09T02:09:27.548245+0000 mon.a (mon.0) 1533 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:28.474 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:28 smithi125 bash[25274]: audit 2023-12-09T02:09:27.552967+0000 mon.a (mon.0) 1534 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:28.475 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:28 smithi125 bash[25274]: audit 2023-12-09T02:09:27.554269+0000 mon.a (mon.0) 1535 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:28.475 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:28 smithi125 bash[25274]: audit 2023-12-09T02:09:27.562509+0000 mon.a (mon.0) 1536 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:28.475 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:28 smithi125 bash[25274]: audit 2023-12-09T02:09:27.642088+0000 mon.a (mon.0) 1537 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:28.475 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:28 smithi125 bash[25274]: audit 2023-12-09T02:09:27.644808+0000 mon.a (mon.0) 1538 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:28.475 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:28 smithi125 bash[25274]: audit 2023-12-09T02:09:27.648220+0000 mon.a (mon.0) 1539 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:28.475 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:28 smithi125 bash[25274]: audit 2023-12-09T02:09:27.649444+0000 mon.a (mon.0) 1540 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:28.475 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:28 smithi125 bash[25274]: audit 2023-12-09T02:09:27.658223+0000 mon.a (mon.0) 1541 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:28.475 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:28 smithi125 bash[25274]: audit 2023-12-09T02:09:27.737773+0000 mon.a (mon.0) 1542 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:28.475 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:28 smithi125 bash[25274]: audit 2023-12-09T02:09:27.740456+0000 mon.a (mon.0) 1543 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:28.476 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:28 smithi125 bash[25274]: audit 2023-12-09T02:09:27.743856+0000 mon.a (mon.0) 1544 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:28.476 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:28 smithi125 bash[25274]: audit 2023-12-09T02:09:27.744943+0000 mon.a (mon.0) 1545 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:28.476 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:28 smithi125 bash[25274]: audit 2023-12-09T02:09:27.753300+0000 mon.a (mon.0) 1546 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:28.476 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:28 smithi125 bash[25274]: audit 2023-12-09T02:09:27.837233+0000 mon.a (mon.0) 1547 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:28.476 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:28 smithi125 bash[25274]: audit 2023-12-09T02:09:27.839760+0000 mon.a (mon.0) 1548 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:28.476 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:28 smithi125 bash[25274]: audit 2023-12-09T02:09:27.843084+0000 mon.a (mon.0) 1549 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:28.476 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:28 smithi125 bash[25274]: audit 2023-12-09T02:09:27.844528+0000 mon.a (mon.0) 1550 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:28.476 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:28 smithi125 bash[25274]: audit 2023-12-09T02:09:27.852879+0000 mon.a (mon.0) 1551 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:28.476 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:28 smithi125 bash[25274]: audit 2023-12-09T02:09:27.934196+0000 mon.a (mon.0) 1552 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:28.477 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:28 smithi125 bash[25274]: audit 2023-12-09T02:09:27.936743+0000 mon.a (mon.0) 1553 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:28.477 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:28 smithi125 bash[25274]: audit 2023-12-09T02:09:27.939685+0000 mon.a (mon.0) 1554 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:28.477 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:28 smithi125 bash[25274]: audit 2023-12-09T02:09:27.940825+0000 mon.a (mon.0) 1555 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:28.477 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:28 smithi125 bash[25274]: audit 2023-12-09T02:09:27.948096+0000 mon.a (mon.0) 1556 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:28.477 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:28 smithi125 bash[25274]: audit 2023-12-09T02:09:28.029338+0000 mon.a (mon.0) 1557 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:28.477 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:28 smithi125 bash[25274]: audit 2023-12-09T02:09:28.032009+0000 mon.a (mon.0) 1558 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:28.477 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:28 smithi125 bash[25274]: audit 2023-12-09T02:09:28.034750+0000 mon.a (mon.0) 1559 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:28.477 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:28 smithi125 bash[25274]: audit 2023-12-09T02:09:28.035878+0000 mon.a (mon.0) 1560 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:28.477 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:28 smithi125 bash[25274]: audit 2023-12-09T02:09:28.043105+0000 mon.a (mon.0) 1561 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:28.477 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:28 smithi125 bash[25274]: audit 2023-12-09T02:09:28.128423+0000 mon.a (mon.0) 1562 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:28.477 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:28 smithi125 bash[25274]: audit 2023-12-09T02:09:28.130932+0000 mon.a (mon.0) 1563 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:28.477 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:28 smithi125 bash[25274]: audit 2023-12-09T02:09:28.134363+0000 mon.a (mon.0) 1564 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:28.477 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:28 smithi125 bash[25274]: audit 2023-12-09T02:09:28.135193+0000 mon.a (mon.0) 1565 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:28.477 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:28 smithi125 bash[25274]: audit 2023-12-09T02:09:28.142966+0000 mon.a (mon.0) 1566 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:28.478 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:28 smithi125 bash[25274]: audit 2023-12-09T02:09:28.225987+0000 mon.a (mon.0) 1567 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:28.478 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:28 smithi125 bash[25274]: audit 2023-12-09T02:09:28.228417+0000 mon.a (mon.0) 1568 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:28.478 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:28 smithi125 bash[25274]: audit 2023-12-09T02:09:28.231391+0000 mon.a (mon.0) 1569 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:28.478 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:28 smithi125 bash[25274]: audit 2023-12-09T02:09:28.232582+0000 mon.a (mon.0) 1570 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:28.478 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:28 smithi125 bash[25274]: audit 2023-12-09T02:09:28.240717+0000 mon.a (mon.0) 1571 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:28.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:28 smithi067 bash[25104]: cephadm 2023-12-09T02:09:26.410896+0000 mgr.y (mgr.15420) 49 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:28.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:28 smithi067 bash[25104]: cephadm 2023-12-09T02:09:26.511146+0000 mgr.y (mgr.15420) 50 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:28.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:28 smithi067 bash[25104]: cephadm 2023-12-09T02:09:26.608426+0000 mgr.y (mgr.15420) 51 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:28.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:28 smithi067 bash[25104]: cephadm 2023-12-09T02:09:26.700828+0000 mgr.y (mgr.15420) 52 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:28.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:28 smithi067 bash[25104]: cephadm 2023-12-09T02:09:26.784031+0000 mgr.y (mgr.15420) 53 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:28.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:28 smithi067 bash[25104]: cephadm 2023-12-09T02:09:26.880261+0000 mgr.y (mgr.15420) 54 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:28.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:28 smithi067 bash[25104]: cephadm 2023-12-09T02:09:26.977249+0000 mgr.y (mgr.15420) 55 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:28.721 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:28 smithi067 bash[25104]: cephadm 2023-12-09T02:09:27.073855+0000 mgr.y (mgr.15420) 56 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:28.721 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:28 smithi067 bash[25104]: cephadm 2023-12-09T02:09:27.171294+0000 mgr.y (mgr.15420) 57 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:28.721 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:28 smithi067 bash[25104]: cephadm 2023-12-09T02:09:27.271632+0000 mgr.y (mgr.15420) 58 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:28.721 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:28 smithi067 bash[25104]: audit 2023-12-09T02:09:27.352066+0000 mon.a (mon.0) 1522 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:28.721 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:28 smithi067 bash[25104]: audit 2023-12-09T02:09:27.354527+0000 mon.a (mon.0) 1523 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:28.721 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:28 smithi067 bash[25104]: audit 2023-12-09T02:09:27.358248+0000 mon.a (mon.0) 1524 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:28.721 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:28 smithi067 bash[25104]: audit 2023-12-09T02:09:27.359537+0000 mon.a (mon.0) 1525 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:28.721 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:28 smithi067 bash[25104]: audit 2023-12-09T02:09:27.367161+0000 mon.a (mon.0) 1526 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:28.721 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:28 smithi067 bash[25104]: audit 2023-12-09T02:09:27.445020+0000 mon.a (mon.0) 1527 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:28.721 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:28 smithi067 bash[25104]: audit 2023-12-09T02:09:27.448003+0000 mon.a (mon.0) 1528 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:28.721 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:28 smithi067 bash[25104]: audit 2023-12-09T02:09:27.451793+0000 mon.a (mon.0) 1529 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:28.721 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:28 smithi067 bash[25104]: audit 2023-12-09T02:09:27.453031+0000 mon.a (mon.0) 1530 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:28.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:28 smithi067 bash[25104]: audit 2023-12-09T02:09:27.461648+0000 mon.a (mon.0) 1531 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:28.722 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:28 smithi067 bash[30830]: cephadm 2023-12-09T02:09:26.410896+0000 mgr.y (mgr.15420) 49 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:28.722 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:28 smithi067 bash[30830]: cephadm 2023-12-09T02:09:26.511146+0000 mgr.y (mgr.15420) 50 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:28.722 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:28 smithi067 bash[30830]: cephadm 2023-12-09T02:09:26.608426+0000 mgr.y (mgr.15420) 51 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:28.722 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:28 smithi067 bash[30830]: cephadm 2023-12-09T02:09:26.700828+0000 mgr.y (mgr.15420) 52 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:28.722 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:28 smithi067 bash[30830]: cephadm 2023-12-09T02:09:26.784031+0000 mgr.y (mgr.15420) 53 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:28.723 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:28 smithi067 bash[30830]: cephadm 2023-12-09T02:09:26.880261+0000 mgr.y (mgr.15420) 54 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:28.723 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:28 smithi067 bash[30830]: cephadm 2023-12-09T02:09:26.977249+0000 mgr.y (mgr.15420) 55 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:28.723 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:28 smithi067 bash[30830]: cephadm 2023-12-09T02:09:27.073855+0000 mgr.y (mgr.15420) 56 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:28.723 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:28 smithi067 bash[30830]: cephadm 2023-12-09T02:09:27.171294+0000 mgr.y (mgr.15420) 57 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:28.723 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:28 smithi067 bash[30830]: cephadm 2023-12-09T02:09:27.271632+0000 mgr.y (mgr.15420) 58 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:28.723 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:28 smithi067 bash[30830]: audit 2023-12-09T02:09:27.352066+0000 mon.a (mon.0) 1522 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:28.723 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:28 smithi067 bash[30830]: audit 2023-12-09T02:09:27.354527+0000 mon.a (mon.0) 1523 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:28.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:28 smithi067 bash[30830]: audit 2023-12-09T02:09:27.358248+0000 mon.a (mon.0) 1524 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:28.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:28 smithi067 bash[30830]: audit 2023-12-09T02:09:27.359537+0000 mon.a (mon.0) 1525 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:28.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:28 smithi067 bash[30830]: audit 2023-12-09T02:09:27.367161+0000 mon.a (mon.0) 1526 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:28.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:28 smithi067 bash[30830]: audit 2023-12-09T02:09:27.445020+0000 mon.a (mon.0) 1527 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:28.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:28 smithi067 bash[30830]: audit 2023-12-09T02:09:27.448003+0000 mon.a (mon.0) 1528 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:28.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:28 smithi067 bash[30830]: audit 2023-12-09T02:09:27.451793+0000 mon.a (mon.0) 1529 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:28.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:28 smithi067 bash[30830]: audit 2023-12-09T02:09:27.453031+0000 mon.a (mon.0) 1530 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:28.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:28 smithi067 bash[30830]: audit 2023-12-09T02:09:27.461648+0000 mon.a (mon.0) 1531 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:28.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:28 smithi067 bash[30830]: audit 2023-12-09T02:09:27.545561+0000 mon.a (mon.0) 1532 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:28.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:28 smithi067 bash[30830]: audit 2023-12-09T02:09:27.548245+0000 mon.a (mon.0) 1533 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:28.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:28 smithi067 bash[30830]: audit 2023-12-09T02:09:27.552967+0000 mon.a (mon.0) 1534 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:28.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:28 smithi067 bash[30830]: audit 2023-12-09T02:09:27.554269+0000 mon.a (mon.0) 1535 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:28.725 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:28 smithi067 bash[30830]: audit 2023-12-09T02:09:27.562509+0000 mon.a (mon.0) 1536 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:28.725 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:28 smithi067 bash[30830]: audit 2023-12-09T02:09:27.642088+0000 mon.a (mon.0) 1537 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:28.725 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:28 smithi067 bash[30830]: audit 2023-12-09T02:09:27.644808+0000 mon.a (mon.0) 1538 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:28.725 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:28 smithi067 bash[30830]: audit 2023-12-09T02:09:27.648220+0000 mon.a (mon.0) 1539 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:28.725 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:28 smithi067 bash[30830]: audit 2023-12-09T02:09:27.649444+0000 mon.a (mon.0) 1540 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:28.725 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:28 smithi067 bash[30830]: audit 2023-12-09T02:09:27.658223+0000 mon.a (mon.0) 1541 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:28.725 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:28 smithi067 bash[30830]: audit 2023-12-09T02:09:27.737773+0000 mon.a (mon.0) 1542 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:28.725 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:28 smithi067 bash[30830]: audit 2023-12-09T02:09:27.740456+0000 mon.a (mon.0) 1543 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:28.725 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:28 smithi067 bash[30830]: audit 2023-12-09T02:09:27.743856+0000 mon.a (mon.0) 1544 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:28.725 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:28 smithi067 bash[30830]: audit 2023-12-09T02:09:27.744943+0000 mon.a (mon.0) 1545 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:28.725 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:28 smithi067 bash[30830]: audit 2023-12-09T02:09:27.753300+0000 mon.a (mon.0) 1546 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:28.725 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:28 smithi067 bash[30830]: audit 2023-12-09T02:09:27.837233+0000 mon.a (mon.0) 1547 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:28.725 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:28 smithi067 bash[30830]: audit 2023-12-09T02:09:27.839760+0000 mon.a (mon.0) 1548 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:28.725 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:28 smithi067 bash[30830]: audit 2023-12-09T02:09:27.843084+0000 mon.a (mon.0) 1549 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:28.725 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:28 smithi067 bash[30830]: audit 2023-12-09T02:09:27.844528+0000 mon.a (mon.0) 1550 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:28.725 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:28 smithi067 bash[30830]: audit 2023-12-09T02:09:27.852879+0000 mon.a (mon.0) 1551 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:28.726 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:28 smithi067 bash[25104]: audit 2023-12-09T02:09:27.545561+0000 mon.a (mon.0) 1532 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:28.726 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:28 smithi067 bash[25104]: audit 2023-12-09T02:09:27.548245+0000 mon.a (mon.0) 1533 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:28.726 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:28 smithi067 bash[25104]: audit 2023-12-09T02:09:27.552967+0000 mon.a (mon.0) 1534 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:28.726 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:28 smithi067 bash[25104]: audit 2023-12-09T02:09:27.554269+0000 mon.a (mon.0) 1535 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:28.726 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:28 smithi067 bash[25104]: audit 2023-12-09T02:09:27.562509+0000 mon.a (mon.0) 1536 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:28.726 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:28 smithi067 bash[25104]: audit 2023-12-09T02:09:27.642088+0000 mon.a (mon.0) 1537 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:28.726 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:28 smithi067 bash[25104]: audit 2023-12-09T02:09:27.644808+0000 mon.a (mon.0) 1538 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:28.726 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:28 smithi067 bash[25104]: audit 2023-12-09T02:09:27.648220+0000 mon.a (mon.0) 1539 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:28.726 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:28 smithi067 bash[25104]: audit 2023-12-09T02:09:27.649444+0000 mon.a (mon.0) 1540 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:28.727 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:28 smithi067 bash[25104]: audit 2023-12-09T02:09:27.658223+0000 mon.a (mon.0) 1541 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:28.727 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:28 smithi067 bash[25104]: audit 2023-12-09T02:09:27.737773+0000 mon.a (mon.0) 1542 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:28.727 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:28 smithi067 bash[25104]: audit 2023-12-09T02:09:27.740456+0000 mon.a (mon.0) 1543 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:28.727 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:28 smithi067 bash[25104]: audit 2023-12-09T02:09:27.743856+0000 mon.a (mon.0) 1544 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:28.727 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:28 smithi067 bash[25104]: audit 2023-12-09T02:09:27.744943+0000 mon.a (mon.0) 1545 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:28.727 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:28 smithi067 bash[25104]: audit 2023-12-09T02:09:27.753300+0000 mon.a (mon.0) 1546 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:28.727 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:28 smithi067 bash[25104]: audit 2023-12-09T02:09:27.837233+0000 mon.a (mon.0) 1547 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:28.727 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:28 smithi067 bash[25104]: audit 2023-12-09T02:09:27.839760+0000 mon.a (mon.0) 1548 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:28.727 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:28 smithi067 bash[25104]: audit 2023-12-09T02:09:27.843084+0000 mon.a (mon.0) 1549 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:28.727 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:28 smithi067 bash[25104]: audit 2023-12-09T02:09:27.844528+0000 mon.a (mon.0) 1550 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:28.727 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:28 smithi067 bash[25104]: audit 2023-12-09T02:09:27.852879+0000 mon.a (mon.0) 1551 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:28.728 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:28 smithi067 bash[30830]: audit 2023-12-09T02:09:27.934196+0000 mon.a (mon.0) 1552 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:28.728 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:28 smithi067 bash[30830]: audit 2023-12-09T02:09:27.936743+0000 mon.a (mon.0) 1553 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:28.728 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:28 smithi067 bash[30830]: audit 2023-12-09T02:09:27.939685+0000 mon.a (mon.0) 1554 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:28.728 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:28 smithi067 bash[30830]: audit 2023-12-09T02:09:27.940825+0000 mon.a (mon.0) 1555 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:28.728 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:28 smithi067 bash[30830]: audit 2023-12-09T02:09:27.948096+0000 mon.a (mon.0) 1556 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:28.728 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:28 smithi067 bash[30830]: audit 2023-12-09T02:09:28.029338+0000 mon.a (mon.0) 1557 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:28.728 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:28 smithi067 bash[30830]: audit 2023-12-09T02:09:28.032009+0000 mon.a (mon.0) 1558 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:28.728 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:28 smithi067 bash[30830]: audit 2023-12-09T02:09:28.034750+0000 mon.a (mon.0) 1559 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:28.728 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:28 smithi067 bash[30830]: audit 2023-12-09T02:09:28.035878+0000 mon.a (mon.0) 1560 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:28.729 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:28 smithi067 bash[30830]: audit 2023-12-09T02:09:28.043105+0000 mon.a (mon.0) 1561 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:28.729 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:28 smithi067 bash[30830]: audit 2023-12-09T02:09:28.128423+0000 mon.a (mon.0) 1562 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:28.729 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:28 smithi067 bash[30830]: audit 2023-12-09T02:09:28.130932+0000 mon.a (mon.0) 1563 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:28.729 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:28 smithi067 bash[30830]: audit 2023-12-09T02:09:28.134363+0000 mon.a (mon.0) 1564 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:28.729 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:28 smithi067 bash[30830]: audit 2023-12-09T02:09:28.135193+0000 mon.a (mon.0) 1565 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:28.729 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:28 smithi067 bash[30830]: audit 2023-12-09T02:09:28.142966+0000 mon.a (mon.0) 1566 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:28.729 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:28 smithi067 bash[30830]: audit 2023-12-09T02:09:28.225987+0000 mon.a (mon.0) 1567 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:28.729 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:28 smithi067 bash[30830]: audit 2023-12-09T02:09:28.228417+0000 mon.a (mon.0) 1568 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:28.729 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:28 smithi067 bash[30830]: audit 2023-12-09T02:09:28.231391+0000 mon.a (mon.0) 1569 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:28.729 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:28 smithi067 bash[30830]: audit 2023-12-09T02:09:28.232582+0000 mon.a (mon.0) 1570 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:28.729 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:28 smithi067 bash[30830]: audit 2023-12-09T02:09:28.240717+0000 mon.a (mon.0) 1571 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:28.730 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:28 smithi067 bash[25104]: audit 2023-12-09T02:09:27.934196+0000 mon.a (mon.0) 1552 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:28.730 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:28 smithi067 bash[25104]: audit 2023-12-09T02:09:27.936743+0000 mon.a (mon.0) 1553 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:28.730 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:28 smithi067 bash[25104]: audit 2023-12-09T02:09:27.939685+0000 mon.a (mon.0) 1554 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:28.730 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:28 smithi067 bash[25104]: audit 2023-12-09T02:09:27.940825+0000 mon.a (mon.0) 1555 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:28.730 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:28 smithi067 bash[25104]: audit 2023-12-09T02:09:27.948096+0000 mon.a (mon.0) 1556 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:28.730 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:28 smithi067 bash[25104]: audit 2023-12-09T02:09:28.029338+0000 mon.a (mon.0) 1557 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:28.730 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:28 smithi067 bash[25104]: audit 2023-12-09T02:09:28.032009+0000 mon.a (mon.0) 1558 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:28.731 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:28 smithi067 bash[25104]: audit 2023-12-09T02:09:28.034750+0000 mon.a (mon.0) 1559 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:28.731 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:28 smithi067 bash[25104]: audit 2023-12-09T02:09:28.035878+0000 mon.a (mon.0) 1560 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:28.731 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:28 smithi067 bash[25104]: audit 2023-12-09T02:09:28.043105+0000 mon.a (mon.0) 1561 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:28.731 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:28 smithi067 bash[25104]: audit 2023-12-09T02:09:28.128423+0000 mon.a (mon.0) 1562 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:28.731 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:28 smithi067 bash[25104]: audit 2023-12-09T02:09:28.130932+0000 mon.a (mon.0) 1563 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:28.731 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:28 smithi067 bash[25104]: audit 2023-12-09T02:09:28.134363+0000 mon.a (mon.0) 1564 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:28.731 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:28 smithi067 bash[25104]: audit 2023-12-09T02:09:28.135193+0000 mon.a (mon.0) 1565 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:28.731 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:28 smithi067 bash[25104]: audit 2023-12-09T02:09:28.142966+0000 mon.a (mon.0) 1566 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:28.731 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:28 smithi067 bash[25104]: audit 2023-12-09T02:09:28.225987+0000 mon.a (mon.0) 1567 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:28.731 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:28 smithi067 bash[25104]: audit 2023-12-09T02:09:28.228417+0000 mon.a (mon.0) 1568 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:28.732 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:28 smithi067 bash[25104]: audit 2023-12-09T02:09:28.231391+0000 mon.a (mon.0) 1569 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:28.732 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:28 smithi067 bash[25104]: audit 2023-12-09T02:09:28.232582+0000 mon.a (mon.0) 1570 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:28.732 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:28 smithi067 bash[25104]: audit 2023-12-09T02:09:28.240717+0000 mon.a (mon.0) 1571 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:28.972 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 02:09:28 smithi125 bash[62858]: debug 2023-12-09T02:09:28.708+0000 7f420d9b8200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-12-09T02:09:28.972 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 02:09:28 smithi125 bash[62858]: debug 2023-12-09T02:09:28.888+0000 7f420d9b8200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-12-09T02:09:29.472 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 02:09:29 smithi125 bash[62858]: debug 2023-12-09T02:09:29.100+0000 7f420d9b8200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-12-09T02:09:29.472 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:29 smithi125 bash[25274]: cephadm 2023-12-09T02:09:27.367684+0000 mgr.y (mgr.15420) 59 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:29.472 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:29 smithi125 bash[25274]: cephadm 2023-12-09T02:09:27.462249+0000 mgr.y (mgr.15420) 60 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:29.472 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:29 smithi125 bash[25274]: cephadm 2023-12-09T02:09:27.563218+0000 mgr.y (mgr.15420) 61 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:29.473 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:29 smithi125 bash[25274]: cephadm 2023-12-09T02:09:27.658818+0000 mgr.y (mgr.15420) 62 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:29.473 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:29 smithi125 bash[25274]: cephadm 2023-12-09T02:09:27.754027+0000 mgr.y (mgr.15420) 63 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:29.473 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:29 smithi125 bash[25274]: cephadm 2023-12-09T02:09:27.853401+0000 mgr.y (mgr.15420) 64 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:29.473 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:29 smithi125 bash[25274]: cephadm 2023-12-09T02:09:27.948634+0000 mgr.y (mgr.15420) 65 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:29.473 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:29 smithi125 bash[25274]: cephadm 2023-12-09T02:09:28.043855+0000 mgr.y (mgr.15420) 66 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:29.473 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:29 smithi125 bash[25274]: cephadm 2023-12-09T02:09:28.143565+0000 mgr.y (mgr.15420) 67 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:29.473 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:29 smithi125 bash[25274]: cluster 2023-12-09T02:09:28.164914+0000 mgr.y (mgr.15420) 68 : cluster [DBG] pgmap v14: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 1 op/s 2023-12-09T02:09:29.473 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:29 smithi125 bash[25274]: cephadm 2023-12-09T02:09:28.241270+0000 mgr.y (mgr.15420) 69 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:29.473 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:29 smithi125 bash[25274]: audit 2023-12-09T02:09:28.315421+0000 mon.a (mon.0) 1572 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:29.473 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:29 smithi125 bash[25274]: audit 2023-12-09T02:09:28.317291+0000 mon.a (mon.0) 1573 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:29.473 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:29 smithi125 bash[25274]: audit 2023-12-09T02:09:28.319289+0000 mon.a (mon.0) 1574 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:29.473 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:29 smithi125 bash[25274]: audit 2023-12-09T02:09:28.320022+0000 mon.a (mon.0) 1575 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:29.473 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:29 smithi125 bash[25274]: audit 2023-12-09T02:09:28.325550+0000 mon.a (mon.0) 1576 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:29.473 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:29 smithi125 bash[25274]: cephadm 2023-12-09T02:09:28.326117+0000 mgr.y (mgr.15420) 70 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:29.473 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:29 smithi125 bash[25274]: audit 2023-12-09T02:09:28.405573+0000 mon.a (mon.0) 1577 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:29.474 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:29 smithi125 bash[25274]: audit 2023-12-09T02:09:28.408167+0000 mon.a (mon.0) 1578 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:29.474 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:29 smithi125 bash[25274]: audit 2023-12-09T02:09:28.411036+0000 mon.a (mon.0) 1579 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:29.474 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:29 smithi125 bash[25274]: audit 2023-12-09T02:09:28.412086+0000 mon.a (mon.0) 1580 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:29.474 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:29 smithi125 bash[25274]: audit 2023-12-09T02:09:28.420522+0000 mon.a (mon.0) 1581 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:29.474 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:29 smithi125 bash[25274]: audit 2023-12-09T02:09:28.504515+0000 mon.a (mon.0) 1582 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:29.474 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:29 smithi125 bash[25274]: audit 2023-12-09T02:09:28.506912+0000 mon.a (mon.0) 1583 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:29.474 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:29 smithi125 bash[25274]: audit 2023-12-09T02:09:28.509113+0000 mon.a (mon.0) 1584 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:29.474 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:29 smithi125 bash[25274]: audit 2023-12-09T02:09:28.509972+0000 mon.a (mon.0) 1585 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:29.474 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:29 smithi125 bash[25274]: audit 2023-12-09T02:09:28.517980+0000 mon.a (mon.0) 1586 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:29.474 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:29 smithi125 bash[25274]: audit 2023-12-09T02:09:28.596476+0000 mon.a (mon.0) 1587 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:29.474 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:29 smithi125 bash[25274]: audit 2023-12-09T02:09:28.599146+0000 mon.a (mon.0) 1588 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:29.474 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:29 smithi125 bash[25274]: audit 2023-12-09T02:09:28.602299+0000 mon.a (mon.0) 1589 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:29.474 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:29 smithi125 bash[25274]: audit 2023-12-09T02:09:28.603311+0000 mon.a (mon.0) 1590 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:29.474 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:29 smithi125 bash[25274]: audit 2023-12-09T02:09:28.612887+0000 mon.a (mon.0) 1591 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:29.474 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:29 smithi125 bash[25274]: audit 2023-12-09T02:09:28.698342+0000 mon.a (mon.0) 1592 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:29.475 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:29 smithi125 bash[25274]: audit 2023-12-09T02:09:28.701005+0000 mon.a (mon.0) 1593 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:29.475 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:29 smithi125 bash[25274]: audit 2023-12-09T02:09:28.704920+0000 mon.a (mon.0) 1594 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:29.475 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:29 smithi125 bash[25274]: audit 2023-12-09T02:09:28.706462+0000 mon.a (mon.0) 1595 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:29.475 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:29 smithi125 bash[25274]: audit 2023-12-09T02:09:28.716061+0000 mon.a (mon.0) 1596 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:29.475 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:29 smithi125 bash[25274]: audit 2023-12-09T02:09:28.800461+0000 mon.a (mon.0) 1597 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:29.475 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:29 smithi125 bash[25274]: audit 2023-12-09T02:09:28.803204+0000 mon.a (mon.0) 1598 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:29.475 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:29 smithi125 bash[25274]: audit 2023-12-09T02:09:28.806048+0000 mon.a (mon.0) 1599 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:29.475 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:29 smithi125 bash[25274]: audit 2023-12-09T02:09:28.807437+0000 mon.a (mon.0) 1600 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:29.475 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:29 smithi125 bash[25274]: audit 2023-12-09T02:09:28.816346+0000 mon.a (mon.0) 1601 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:29.476 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:29 smithi125 bash[25274]: audit 2023-12-09T02:09:28.900349+0000 mon.a (mon.0) 1602 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:29.476 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:29 smithi125 bash[25274]: audit 2023-12-09T02:09:28.902680+0000 mon.a (mon.0) 1603 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:29.476 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:29 smithi125 bash[25274]: audit 2023-12-09T02:09:28.906936+0000 mon.a (mon.0) 1604 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:29.476 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:29 smithi125 bash[25274]: audit 2023-12-09T02:09:28.908003+0000 mon.a (mon.0) 1605 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:29.476 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:29 smithi125 bash[25274]: audit 2023-12-09T02:09:28.914787+0000 mon.a (mon.0) 1606 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:29.476 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:29 smithi125 bash[25274]: audit 2023-12-09T02:09:28.994830+0000 mon.a (mon.0) 1607 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:29.476 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:29 smithi125 bash[25274]: audit 2023-12-09T02:09:28.997448+0000 mon.a (mon.0) 1608 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:29.476 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:29 smithi125 bash[25274]: audit 2023-12-09T02:09:29.000221+0000 mon.a (mon.0) 1609 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:29.476 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:29 smithi125 bash[25274]: audit 2023-12-09T02:09:29.001386+0000 mon.a (mon.0) 1610 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:29.476 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:29 smithi125 bash[25274]: audit 2023-12-09T02:09:29.007831+0000 mon.a (mon.0) 1611 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:29.476 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:29 smithi125 bash[25274]: audit 2023-12-09T02:09:29.089696+0000 mon.a (mon.0) 1612 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:29.476 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:29 smithi125 bash[25274]: audit 2023-12-09T02:09:29.092147+0000 mon.a (mon.0) 1613 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:29.476 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:29 smithi125 bash[25274]: audit 2023-12-09T02:09:29.095463+0000 mon.a (mon.0) 1614 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:29.476 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:29 smithi125 bash[25274]: audit 2023-12-09T02:09:29.096473+0000 mon.a (mon.0) 1615 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:29.476 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:29 smithi125 bash[25274]: audit 2023-12-09T02:09:29.104061+0000 mon.a (mon.0) 1616 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:29.477 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:29 smithi125 bash[25274]: audit 2023-12-09T02:09:29.181910+0000 mon.a (mon.0) 1617 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:29.477 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:29 smithi125 bash[25274]: audit 2023-12-09T02:09:29.184144+0000 mon.a (mon.0) 1618 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:29.477 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:29 smithi125 bash[25274]: audit 2023-12-09T02:09:29.187349+0000 mon.a (mon.0) 1619 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:29.477 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:29 smithi125 bash[25274]: audit 2023-12-09T02:09:29.188536+0000 mon.a (mon.0) 1620 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:29.477 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:29 smithi125 bash[25274]: audit 2023-12-09T02:09:29.195823+0000 mon.a (mon.0) 1621 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:29.477 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:29 smithi125 bash[25274]: audit 2023-12-09T02:09:29.273389+0000 mon.a (mon.0) 1622 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:29.477 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:29 smithi125 bash[25274]: audit 2023-12-09T02:09:29.276134+0000 mon.a (mon.0) 1623 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:29.477 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:29 smithi125 bash[25274]: audit 2023-12-09T02:09:29.279329+0000 mon.a (mon.0) 1624 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:29.477 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:29 smithi125 bash[25274]: audit 2023-12-09T02:09:29.280513+0000 mon.a (mon.0) 1625 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:29.477 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:29 smithi125 bash[25274]: audit 2023-12-09T02:09:29.289547+0000 mon.a (mon.0) 1626 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:29.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:29 smithi067 bash[25104]: cephadm 2023-12-09T02:09:27.367684+0000 mgr.y (mgr.15420) 59 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:29.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:29 smithi067 bash[25104]: cephadm 2023-12-09T02:09:27.462249+0000 mgr.y (mgr.15420) 60 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:29.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:29 smithi067 bash[25104]: cephadm 2023-12-09T02:09:27.563218+0000 mgr.y (mgr.15420) 61 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:29.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:29 smithi067 bash[25104]: cephadm 2023-12-09T02:09:27.658818+0000 mgr.y (mgr.15420) 62 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:29.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:29 smithi067 bash[25104]: cephadm 2023-12-09T02:09:27.754027+0000 mgr.y (mgr.15420) 63 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:29.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:29 smithi067 bash[25104]: cephadm 2023-12-09T02:09:27.853401+0000 mgr.y (mgr.15420) 64 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:29.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:29 smithi067 bash[25104]: cephadm 2023-12-09T02:09:27.948634+0000 mgr.y (mgr.15420) 65 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:29.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:29 smithi067 bash[25104]: cephadm 2023-12-09T02:09:28.043855+0000 mgr.y (mgr.15420) 66 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:29.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:29 smithi067 bash[25104]: cephadm 2023-12-09T02:09:28.143565+0000 mgr.y (mgr.15420) 67 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:29.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:29 smithi067 bash[25104]: cluster 2023-12-09T02:09:28.164914+0000 mgr.y (mgr.15420) 68 : cluster [DBG] pgmap v14: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 1 op/s 2023-12-09T02:09:29.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:29 smithi067 bash[25104]: cephadm 2023-12-09T02:09:28.241270+0000 mgr.y (mgr.15420) 69 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:29.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:29 smithi067 bash[25104]: audit 2023-12-09T02:09:28.315421+0000 mon.a (mon.0) 1572 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:29.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:29 smithi067 bash[25104]: audit 2023-12-09T02:09:28.317291+0000 mon.a (mon.0) 1573 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:29.721 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:29 smithi067 bash[25104]: audit 2023-12-09T02:09:28.319289+0000 mon.a (mon.0) 1574 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:29.721 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:29 smithi067 bash[25104]: audit 2023-12-09T02:09:28.320022+0000 mon.a (mon.0) 1575 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:29.721 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:29 smithi067 bash[25104]: audit 2023-12-09T02:09:28.325550+0000 mon.a (mon.0) 1576 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:29.721 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:29 smithi067 bash[25104]: cephadm 2023-12-09T02:09:28.326117+0000 mgr.y (mgr.15420) 70 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:29.721 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:29 smithi067 bash[25104]: audit 2023-12-09T02:09:28.405573+0000 mon.a (mon.0) 1577 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:29.721 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:29 smithi067 bash[25104]: audit 2023-12-09T02:09:28.408167+0000 mon.a (mon.0) 1578 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:29.721 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:29 smithi067 bash[25104]: audit 2023-12-09T02:09:28.411036+0000 mon.a (mon.0) 1579 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:29.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:29 smithi067 bash[30830]: cephadm 2023-12-09T02:09:27.367684+0000 mgr.y (mgr.15420) 59 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:29.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:29 smithi067 bash[30830]: cephadm 2023-12-09T02:09:27.462249+0000 mgr.y (mgr.15420) 60 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:29.722 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:29 smithi067 bash[30830]: cephadm 2023-12-09T02:09:27.563218+0000 mgr.y (mgr.15420) 61 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:29.722 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:29 smithi067 bash[30830]: cephadm 2023-12-09T02:09:27.658818+0000 mgr.y (mgr.15420) 62 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:29.722 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:29 smithi067 bash[30830]: cephadm 2023-12-09T02:09:27.754027+0000 mgr.y (mgr.15420) 63 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:29.722 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:29 smithi067 bash[30830]: cephadm 2023-12-09T02:09:27.853401+0000 mgr.y (mgr.15420) 64 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:29.722 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:29 smithi067 bash[30830]: cephadm 2023-12-09T02:09:27.948634+0000 mgr.y (mgr.15420) 65 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:29.722 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:29 smithi067 bash[30830]: cephadm 2023-12-09T02:09:28.043855+0000 mgr.y (mgr.15420) 66 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:29.722 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:29 smithi067 bash[30830]: cephadm 2023-12-09T02:09:28.143565+0000 mgr.y (mgr.15420) 67 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:29.722 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:29 smithi067 bash[30830]: cluster 2023-12-09T02:09:28.164914+0000 mgr.y (mgr.15420) 68 : cluster [DBG] pgmap v14: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 1 op/s 2023-12-09T02:09:29.722 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:29 smithi067 bash[30830]: cephadm 2023-12-09T02:09:28.241270+0000 mgr.y (mgr.15420) 69 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:29.722 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:29 smithi067 bash[30830]: audit 2023-12-09T02:09:28.315421+0000 mon.a (mon.0) 1572 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:29.722 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:29 smithi067 bash[30830]: audit 2023-12-09T02:09:28.317291+0000 mon.a (mon.0) 1573 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:29.722 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:29 smithi067 bash[30830]: audit 2023-12-09T02:09:28.319289+0000 mon.a (mon.0) 1574 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:29.722 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:29 smithi067 bash[30830]: audit 2023-12-09T02:09:28.320022+0000 mon.a (mon.0) 1575 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:29.722 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:29 smithi067 bash[30830]: audit 2023-12-09T02:09:28.325550+0000 mon.a (mon.0) 1576 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:29.723 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:29 smithi067 bash[30830]: cephadm 2023-12-09T02:09:28.326117+0000 mgr.y (mgr.15420) 70 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:29.723 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:29 smithi067 bash[30830]: audit 2023-12-09T02:09:28.405573+0000 mon.a (mon.0) 1577 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:29.723 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:29 smithi067 bash[30830]: audit 2023-12-09T02:09:28.408167+0000 mon.a (mon.0) 1578 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:29.723 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:29 smithi067 bash[30830]: audit 2023-12-09T02:09:28.411036+0000 mon.a (mon.0) 1579 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:29.723 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:29 smithi067 bash[30830]: audit 2023-12-09T02:09:28.412086+0000 mon.a (mon.0) 1580 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:29.723 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:29 smithi067 bash[30830]: audit 2023-12-09T02:09:28.420522+0000 mon.a (mon.0) 1581 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:29.723 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:29 smithi067 bash[30830]: audit 2023-12-09T02:09:28.504515+0000 mon.a (mon.0) 1582 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:29.723 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:29 smithi067 bash[30830]: audit 2023-12-09T02:09:28.506912+0000 mon.a (mon.0) 1583 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:29.723 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:29 smithi067 bash[30830]: audit 2023-12-09T02:09:28.509113+0000 mon.a (mon.0) 1584 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:29.723 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:29 smithi067 bash[30830]: audit 2023-12-09T02:09:28.509972+0000 mon.a (mon.0) 1585 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:29.723 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:29 smithi067 bash[30830]: audit 2023-12-09T02:09:28.517980+0000 mon.a (mon.0) 1586 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:29.723 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:29 smithi067 bash[30830]: audit 2023-12-09T02:09:28.596476+0000 mon.a (mon.0) 1587 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:29.723 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:29 smithi067 bash[30830]: audit 2023-12-09T02:09:28.599146+0000 mon.a (mon.0) 1588 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:29.723 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:29 smithi067 bash[30830]: audit 2023-12-09T02:09:28.602299+0000 mon.a (mon.0) 1589 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:29.723 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:29 smithi067 bash[30830]: audit 2023-12-09T02:09:28.603311+0000 mon.a (mon.0) 1590 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:29.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:29 smithi067 bash[30830]: audit 2023-12-09T02:09:28.612887+0000 mon.a (mon.0) 1591 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:29.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:29 smithi067 bash[30830]: audit 2023-12-09T02:09:28.698342+0000 mon.a (mon.0) 1592 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:29.725 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:29 smithi067 bash[30830]: audit 2023-12-09T02:09:28.701005+0000 mon.a (mon.0) 1593 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:29.725 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:29 smithi067 bash[30830]: audit 2023-12-09T02:09:28.704920+0000 mon.a (mon.0) 1594 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:29.725 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:29 smithi067 bash[30830]: audit 2023-12-09T02:09:28.706462+0000 mon.a (mon.0) 1595 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:29.725 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:29 smithi067 bash[30830]: audit 2023-12-09T02:09:28.716061+0000 mon.a (mon.0) 1596 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:29.725 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:29 smithi067 bash[30830]: audit 2023-12-09T02:09:28.800461+0000 mon.a (mon.0) 1597 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:29.725 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:29 smithi067 bash[30830]: audit 2023-12-09T02:09:28.803204+0000 mon.a (mon.0) 1598 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:29.726 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:29 smithi067 bash[30830]: audit 2023-12-09T02:09:28.806048+0000 mon.a (mon.0) 1599 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:29.726 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:29 smithi067 bash[25104]: audit 2023-12-09T02:09:28.412086+0000 mon.a (mon.0) 1580 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:29.726 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:29 smithi067 bash[25104]: audit 2023-12-09T02:09:28.420522+0000 mon.a (mon.0) 1581 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:29.726 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:29 smithi067 bash[25104]: audit 2023-12-09T02:09:28.504515+0000 mon.a (mon.0) 1582 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:29.727 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:29 smithi067 bash[25104]: audit 2023-12-09T02:09:28.506912+0000 mon.a (mon.0) 1583 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:29.727 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:29 smithi067 bash[25104]: audit 2023-12-09T02:09:28.509113+0000 mon.a (mon.0) 1584 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:29.727 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:29 smithi067 bash[25104]: audit 2023-12-09T02:09:28.509972+0000 mon.a (mon.0) 1585 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:29.727 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:29 smithi067 bash[25104]: audit 2023-12-09T02:09:28.517980+0000 mon.a (mon.0) 1586 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:29.727 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:29 smithi067 bash[25104]: audit 2023-12-09T02:09:28.596476+0000 mon.a (mon.0) 1587 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:29.727 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:29 smithi067 bash[25104]: audit 2023-12-09T02:09:28.599146+0000 mon.a (mon.0) 1588 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:29.727 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:29 smithi067 bash[25104]: audit 2023-12-09T02:09:28.602299+0000 mon.a (mon.0) 1589 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:29.728 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:29 smithi067 bash[25104]: audit 2023-12-09T02:09:28.603311+0000 mon.a (mon.0) 1590 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:29.728 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:29 smithi067 bash[25104]: audit 2023-12-09T02:09:28.612887+0000 mon.a (mon.0) 1591 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:29.728 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:29 smithi067 bash[25104]: audit 2023-12-09T02:09:28.698342+0000 mon.a (mon.0) 1592 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:29.728 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:29 smithi067 bash[25104]: audit 2023-12-09T02:09:28.701005+0000 mon.a (mon.0) 1593 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:29.728 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:29 smithi067 bash[25104]: audit 2023-12-09T02:09:28.704920+0000 mon.a (mon.0) 1594 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:29.728 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:29 smithi067 bash[25104]: audit 2023-12-09T02:09:28.706462+0000 mon.a (mon.0) 1595 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:29.728 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:29 smithi067 bash[25104]: audit 2023-12-09T02:09:28.716061+0000 mon.a (mon.0) 1596 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:29.729 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:29 smithi067 bash[25104]: audit 2023-12-09T02:09:28.800461+0000 mon.a (mon.0) 1597 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:29.729 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:29 smithi067 bash[25104]: audit 2023-12-09T02:09:28.803204+0000 mon.a (mon.0) 1598 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:29.729 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:29 smithi067 bash[25104]: audit 2023-12-09T02:09:28.806048+0000 mon.a (mon.0) 1599 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:29.729 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:29 smithi067 bash[30830]: audit 2023-12-09T02:09:28.807437+0000 mon.a (mon.0) 1600 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:29.730 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:29 smithi067 bash[30830]: audit 2023-12-09T02:09:28.816346+0000 mon.a (mon.0) 1601 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:29.730 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:29 smithi067 bash[30830]: audit 2023-12-09T02:09:28.900349+0000 mon.a (mon.0) 1602 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:29.730 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:29 smithi067 bash[30830]: audit 2023-12-09T02:09:28.902680+0000 mon.a (mon.0) 1603 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:29.730 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:29 smithi067 bash[30830]: audit 2023-12-09T02:09:28.906936+0000 mon.a (mon.0) 1604 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:29.730 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:29 smithi067 bash[30830]: audit 2023-12-09T02:09:28.908003+0000 mon.a (mon.0) 1605 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:29.731 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:29 smithi067 bash[30830]: audit 2023-12-09T02:09:28.914787+0000 mon.a (mon.0) 1606 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:29.731 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:29 smithi067 bash[30830]: audit 2023-12-09T02:09:28.994830+0000 mon.a (mon.0) 1607 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:29.731 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:29 smithi067 bash[30830]: audit 2023-12-09T02:09:28.997448+0000 mon.a (mon.0) 1608 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:29.731 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:29 smithi067 bash[30830]: audit 2023-12-09T02:09:29.000221+0000 mon.a (mon.0) 1609 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:29.731 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:29 smithi067 bash[30830]: audit 2023-12-09T02:09:29.001386+0000 mon.a (mon.0) 1610 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:29.731 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:29 smithi067 bash[30830]: audit 2023-12-09T02:09:29.007831+0000 mon.a (mon.0) 1611 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:29.731 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:29 smithi067 bash[30830]: audit 2023-12-09T02:09:29.089696+0000 mon.a (mon.0) 1612 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:29.731 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:29 smithi067 bash[30830]: audit 2023-12-09T02:09:29.092147+0000 mon.a (mon.0) 1613 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:29.732 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:29 smithi067 bash[30830]: audit 2023-12-09T02:09:29.095463+0000 mon.a (mon.0) 1614 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:29.732 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:29 smithi067 bash[30830]: audit 2023-12-09T02:09:29.096473+0000 mon.a (mon.0) 1615 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:29.732 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:29 smithi067 bash[30830]: audit 2023-12-09T02:09:29.104061+0000 mon.a (mon.0) 1616 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:29.732 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:29 smithi067 bash[30830]: audit 2023-12-09T02:09:29.181910+0000 mon.a (mon.0) 1617 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:29.732 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:29 smithi067 bash[30830]: audit 2023-12-09T02:09:29.184144+0000 mon.a (mon.0) 1618 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:29.732 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:29 smithi067 bash[25104]: audit 2023-12-09T02:09:28.807437+0000 mon.a (mon.0) 1600 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:29.732 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:29 smithi067 bash[25104]: audit 2023-12-09T02:09:28.816346+0000 mon.a (mon.0) 1601 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:29.733 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:29 smithi067 bash[25104]: audit 2023-12-09T02:09:28.900349+0000 mon.a (mon.0) 1602 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:29.733 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:29 smithi067 bash[25104]: audit 2023-12-09T02:09:28.902680+0000 mon.a (mon.0) 1603 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:29.733 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:29 smithi067 bash[25104]: audit 2023-12-09T02:09:28.906936+0000 mon.a (mon.0) 1604 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:29.733 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:29 smithi067 bash[25104]: audit 2023-12-09T02:09:28.908003+0000 mon.a (mon.0) 1605 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:29.733 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:29 smithi067 bash[25104]: audit 2023-12-09T02:09:28.914787+0000 mon.a (mon.0) 1606 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:29.733 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:29 smithi067 bash[25104]: audit 2023-12-09T02:09:28.994830+0000 mon.a (mon.0) 1607 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:29.733 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:29 smithi067 bash[25104]: audit 2023-12-09T02:09:28.997448+0000 mon.a (mon.0) 1608 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:29.733 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:29 smithi067 bash[25104]: audit 2023-12-09T02:09:29.000221+0000 mon.a (mon.0) 1609 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:29.733 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:29 smithi067 bash[25104]: audit 2023-12-09T02:09:29.001386+0000 mon.a (mon.0) 1610 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:29.734 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:29 smithi067 bash[25104]: audit 2023-12-09T02:09:29.007831+0000 mon.a (mon.0) 1611 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:29.734 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:29 smithi067 bash[25104]: audit 2023-12-09T02:09:29.089696+0000 mon.a (mon.0) 1612 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:29.734 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:29 smithi067 bash[25104]: audit 2023-12-09T02:09:29.092147+0000 mon.a (mon.0) 1613 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:29.734 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:29 smithi067 bash[25104]: audit 2023-12-09T02:09:29.095463+0000 mon.a (mon.0) 1614 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:29.734 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:29 smithi067 bash[25104]: audit 2023-12-09T02:09:29.096473+0000 mon.a (mon.0) 1615 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:29.734 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:29 smithi067 bash[25104]: audit 2023-12-09T02:09:29.104061+0000 mon.a (mon.0) 1616 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:29.734 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:29 smithi067 bash[25104]: audit 2023-12-09T02:09:29.181910+0000 mon.a (mon.0) 1617 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:29.734 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:29 smithi067 bash[25104]: audit 2023-12-09T02:09:29.184144+0000 mon.a (mon.0) 1618 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:29.735 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:29 smithi067 bash[30830]: audit 2023-12-09T02:09:29.187349+0000 mon.a (mon.0) 1619 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:29.735 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:29 smithi067 bash[30830]: audit 2023-12-09T02:09:29.188536+0000 mon.a (mon.0) 1620 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:29.735 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:29 smithi067 bash[30830]: audit 2023-12-09T02:09:29.195823+0000 mon.a (mon.0) 1621 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:29.735 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:29 smithi067 bash[30830]: audit 2023-12-09T02:09:29.273389+0000 mon.a (mon.0) 1622 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:29.735 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:29 smithi067 bash[30830]: audit 2023-12-09T02:09:29.276134+0000 mon.a (mon.0) 1623 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:29.736 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:29 smithi067 bash[30830]: audit 2023-12-09T02:09:29.279329+0000 mon.a (mon.0) 1624 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:29.736 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:29 smithi067 bash[30830]: audit 2023-12-09T02:09:29.280513+0000 mon.a (mon.0) 1625 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:29.736 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:29 smithi067 bash[30830]: audit 2023-12-09T02:09:29.289547+0000 mon.a (mon.0) 1626 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:29.736 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:29 smithi067 bash[25104]: audit 2023-12-09T02:09:29.187349+0000 mon.a (mon.0) 1619 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:29.736 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:29 smithi067 bash[25104]: audit 2023-12-09T02:09:29.188536+0000 mon.a (mon.0) 1620 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:29.736 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:29 smithi067 bash[25104]: audit 2023-12-09T02:09:29.195823+0000 mon.a (mon.0) 1621 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:29.736 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:29 smithi067 bash[25104]: audit 2023-12-09T02:09:29.273389+0000 mon.a (mon.0) 1622 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:29.736 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:29 smithi067 bash[25104]: audit 2023-12-09T02:09:29.276134+0000 mon.a (mon.0) 1623 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:29.736 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:29 smithi067 bash[25104]: audit 2023-12-09T02:09:29.279329+0000 mon.a (mon.0) 1624 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:29.736 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:29 smithi067 bash[25104]: audit 2023-12-09T02:09:29.280513+0000 mon.a (mon.0) 1625 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:29.736 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:29 smithi067 bash[25104]: audit 2023-12-09T02:09:29.289547+0000 mon.a (mon.0) 1626 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:30.472 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 02:09:30 smithi125 bash[62858]: debug 2023-12-09T02:09:30.156+0000 7f420d9b8200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-12-09T02:09:30.472 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 02:09:30 smithi125 bash[62858]: debug 2023-12-09T02:09:30.276+0000 7f420d9b8200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-12-09T02:09:30.472 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 02:09:30 smithi125 bash[62858]: debug 2023-12-09T02:09:30.400+0000 7f420d9b8200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-12-09T02:09:30.473 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:30 smithi125 bash[25274]: cephadm 2023-12-09T02:09:28.421122+0000 mgr.y (mgr.15420) 71 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:30.473 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:30 smithi125 bash[25274]: cephadm 2023-12-09T02:09:28.518665+0000 mgr.y (mgr.15420) 72 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:30.473 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:30 smithi125 bash[25274]: cephadm 2023-12-09T02:09:28.613510+0000 mgr.y (mgr.15420) 73 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:30.473 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:30 smithi125 bash[25274]: cephadm 2023-12-09T02:09:28.716689+0000 mgr.y (mgr.15420) 74 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:30.473 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:30 smithi125 bash[25274]: cephadm 2023-12-09T02:09:28.816904+0000 mgr.y (mgr.15420) 75 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:30.473 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:30 smithi125 bash[25274]: cephadm 2023-12-09T02:09:28.915562+0000 mgr.y (mgr.15420) 76 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:30.473 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:30 smithi125 bash[25274]: cephadm 2023-12-09T02:09:29.008440+0000 mgr.y (mgr.15420) 77 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:30.473 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:30 smithi125 bash[25274]: cephadm 2023-12-09T02:09:29.104796+0000 mgr.y (mgr.15420) 78 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:30.473 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:30 smithi125 bash[25274]: cephadm 2023-12-09T02:09:29.196242+0000 mgr.y (mgr.15420) 79 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:30.473 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:30 smithi125 bash[25274]: cephadm 2023-12-09T02:09:29.290353+0000 mgr.y (mgr.15420) 80 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:30.473 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:30 smithi125 bash[25274]: audit 2023-12-09T02:09:29.367914+0000 mon.a (mon.0) 1627 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:30.473 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:30 smithi125 bash[25274]: audit 2023-12-09T02:09:29.370399+0000 mon.a (mon.0) 1628 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:30.473 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:30 smithi125 bash[25274]: audit 2023-12-09T02:09:29.373882+0000 mon.a (mon.0) 1629 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:30.473 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:30 smithi125 bash[25274]: audit 2023-12-09T02:09:29.375423+0000 mon.a (mon.0) 1630 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:30.474 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:30 smithi125 bash[25274]: audit 2023-12-09T02:09:29.383116+0000 mon.a (mon.0) 1631 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:30.474 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:30 smithi125 bash[25274]: audit 2023-12-09T02:09:29.465639+0000 mon.a (mon.0) 1632 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:30.474 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:30 smithi125 bash[25274]: audit 2023-12-09T02:09:29.468368+0000 mon.a (mon.0) 1633 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:30.474 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:30 smithi125 bash[25274]: audit 2023-12-09T02:09:29.471595+0000 mon.a (mon.0) 1634 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:30.474 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:30 smithi125 bash[25274]: audit 2023-12-09T02:09:29.472869+0000 mon.a (mon.0) 1635 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:30.474 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:30 smithi125 bash[25274]: audit 2023-12-09T02:09:29.481032+0000 mon.a (mon.0) 1636 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:30.474 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:30 smithi125 bash[25274]: audit 2023-12-09T02:09:29.564846+0000 mon.a (mon.0) 1637 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:30.474 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:30 smithi125 bash[25274]: audit 2023-12-09T02:09:29.566905+0000 mon.a (mon.0) 1638 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:30.474 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:30 smithi125 bash[25274]: audit 2023-12-09T02:09:29.569581+0000 mon.a (mon.0) 1639 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:30.474 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:30 smithi125 bash[25274]: audit 2023-12-09T02:09:29.570583+0000 mon.a (mon.0) 1640 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:30.474 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:30 smithi125 bash[25274]: audit 2023-12-09T02:09:29.578874+0000 mon.a (mon.0) 1641 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:30.474 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:30 smithi125 bash[25274]: audit 2023-12-09T02:09:29.661192+0000 mon.a (mon.0) 1642 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:30.474 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:30 smithi125 bash[25274]: audit 2023-12-09T02:09:29.664056+0000 mon.a (mon.0) 1643 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:30.474 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:30 smithi125 bash[25274]: audit 2023-12-09T02:09:29.667277+0000 mon.a (mon.0) 1644 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:30.475 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:30 smithi125 bash[25274]: audit 2023-12-09T02:09:29.668837+0000 mon.a (mon.0) 1645 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:30.475 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:30 smithi125 bash[25274]: audit 2023-12-09T02:09:29.677686+0000 mon.a (mon.0) 1646 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:30.475 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:30 smithi125 bash[25274]: audit 2023-12-09T02:09:29.757200+0000 mon.a (mon.0) 1647 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:30.475 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:30 smithi125 bash[25274]: audit 2023-12-09T02:09:29.760357+0000 mon.a (mon.0) 1648 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:30.475 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:30 smithi125 bash[25274]: audit 2023-12-09T02:09:29.762976+0000 mon.a (mon.0) 1649 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:30.475 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:30 smithi125 bash[25274]: audit 2023-12-09T02:09:29.764060+0000 mon.a (mon.0) 1650 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:30.475 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:30 smithi125 bash[25274]: audit 2023-12-09T02:09:29.769779+0000 mon.a (mon.0) 1651 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:30.475 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:30 smithi125 bash[25274]: audit 2023-12-09T02:09:29.850377+0000 mon.a (mon.0) 1652 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:30.475 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:30 smithi125 bash[25274]: audit 2023-12-09T02:09:29.852916+0000 mon.a (mon.0) 1653 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:30.475 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:30 smithi125 bash[25274]: audit 2023-12-09T02:09:29.855681+0000 mon.a (mon.0) 1654 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:30.475 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:30 smithi125 bash[25274]: audit 2023-12-09T02:09:29.856644+0000 mon.a (mon.0) 1655 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:30.475 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:30 smithi125 bash[25274]: audit 2023-12-09T02:09:29.862759+0000 mon.a (mon.0) 1656 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:30.476 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:30 smithi125 bash[25274]: audit 2023-12-09T02:09:29.944861+0000 mon.a (mon.0) 1657 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:30.476 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:30 smithi125 bash[25274]: audit 2023-12-09T02:09:29.947039+0000 mon.a (mon.0) 1658 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:30.476 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:30 smithi125 bash[25274]: audit 2023-12-09T02:09:29.949601+0000 mon.a (mon.0) 1659 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:30.476 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:30 smithi125 bash[25274]: audit 2023-12-09T02:09:29.950379+0000 mon.a (mon.0) 1660 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:30.476 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:30 smithi125 bash[25274]: audit 2023-12-09T02:09:29.958312+0000 mon.a (mon.0) 1661 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:30.476 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:30 smithi125 bash[25274]: audit 2023-12-09T02:09:30.038643+0000 mon.a (mon.0) 1662 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:30.476 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:30 smithi125 bash[25274]: audit 2023-12-09T02:09:30.041127+0000 mon.a (mon.0) 1663 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:30.476 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:30 smithi125 bash[25274]: audit 2023-12-09T02:09:30.044382+0000 mon.a (mon.0) 1664 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:30.476 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:30 smithi125 bash[25274]: audit 2023-12-09T02:09:30.045780+0000 mon.a (mon.0) 1665 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:30.476 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:30 smithi125 bash[25274]: audit 2023-12-09T02:09:30.053105+0000 mon.a (mon.0) 1666 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:30.476 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:30 smithi125 bash[25274]: audit 2023-12-09T02:09:30.131084+0000 mon.a (mon.0) 1667 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:30.477 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:30 smithi125 bash[25274]: audit 2023-12-09T02:09:30.134015+0000 mon.a (mon.0) 1668 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:30.477 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:30 smithi125 bash[25274]: audit 2023-12-09T02:09:30.137606+0000 mon.a (mon.0) 1669 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:30.477 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:30 smithi125 bash[25274]: audit 2023-12-09T02:09:30.138856+0000 mon.a (mon.0) 1670 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:30.477 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:30 smithi125 bash[25274]: audit 2023-12-09T02:09:30.147485+0000 mon.a (mon.0) 1671 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:30.477 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:30 smithi125 bash[25274]: audit 2023-12-09T02:09:30.224736+0000 mon.a (mon.0) 1672 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:30.477 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:30 smithi125 bash[25274]: audit 2023-12-09T02:09:30.227740+0000 mon.a (mon.0) 1673 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:30.477 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:30 smithi125 bash[25274]: audit 2023-12-09T02:09:30.230793+0000 mon.a (mon.0) 1674 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:30.477 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:30 smithi125 bash[25274]: audit 2023-12-09T02:09:30.231918+0000 mon.a (mon.0) 1675 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:30.477 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:30 smithi125 bash[25274]: audit 2023-12-09T02:09:30.239844+0000 mon.a (mon.0) 1676 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:30.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:30 smithi067 bash[30830]: cephadm 2023-12-09T02:09:28.421122+0000 mgr.y (mgr.15420) 71 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:30.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:30 smithi067 bash[30830]: cephadm 2023-12-09T02:09:28.518665+0000 mgr.y (mgr.15420) 72 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:30.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:30 smithi067 bash[30830]: cephadm 2023-12-09T02:09:28.613510+0000 mgr.y (mgr.15420) 73 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:30.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:30 smithi067 bash[30830]: cephadm 2023-12-09T02:09:28.716689+0000 mgr.y (mgr.15420) 74 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:30.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:30 smithi067 bash[30830]: cephadm 2023-12-09T02:09:28.816904+0000 mgr.y (mgr.15420) 75 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:30.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:30 smithi067 bash[30830]: cephadm 2023-12-09T02:09:28.915562+0000 mgr.y (mgr.15420) 76 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:30.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:30 smithi067 bash[30830]: cephadm 2023-12-09T02:09:29.008440+0000 mgr.y (mgr.15420) 77 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:30.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:30 smithi067 bash[30830]: cephadm 2023-12-09T02:09:29.104796+0000 mgr.y (mgr.15420) 78 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:30.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:30 smithi067 bash[30830]: cephadm 2023-12-09T02:09:29.196242+0000 mgr.y (mgr.15420) 79 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:30.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:30 smithi067 bash[30830]: cephadm 2023-12-09T02:09:29.290353+0000 mgr.y (mgr.15420) 80 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:30.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:30 smithi067 bash[30830]: audit 2023-12-09T02:09:29.367914+0000 mon.a (mon.0) 1627 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:30.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:30 smithi067 bash[30830]: audit 2023-12-09T02:09:29.370399+0000 mon.a (mon.0) 1628 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:30.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:30 smithi067 bash[30830]: audit 2023-12-09T02:09:29.373882+0000 mon.a (mon.0) 1629 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:30.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:30 smithi067 bash[30830]: audit 2023-12-09T02:09:29.375423+0000 mon.a (mon.0) 1630 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:30.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:30 smithi067 bash[30830]: audit 2023-12-09T02:09:29.383116+0000 mon.a (mon.0) 1631 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:30.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:30 smithi067 bash[30830]: audit 2023-12-09T02:09:29.465639+0000 mon.a (mon.0) 1632 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:30.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:30 smithi067 bash[30830]: audit 2023-12-09T02:09:29.468368+0000 mon.a (mon.0) 1633 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:30.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:30 smithi067 bash[30830]: audit 2023-12-09T02:09:29.471595+0000 mon.a (mon.0) 1634 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:30.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:30 smithi067 bash[30830]: audit 2023-12-09T02:09:29.472869+0000 mon.a (mon.0) 1635 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:30.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:30 smithi067 bash[30830]: audit 2023-12-09T02:09:29.481032+0000 mon.a (mon.0) 1636 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:30.721 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:30 smithi067 bash[25104]: cephadm 2023-12-09T02:09:28.421122+0000 mgr.y (mgr.15420) 71 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:30.721 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:30 smithi067 bash[25104]: cephadm 2023-12-09T02:09:28.518665+0000 mgr.y (mgr.15420) 72 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:30.721 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:30 smithi067 bash[25104]: cephadm 2023-12-09T02:09:28.613510+0000 mgr.y (mgr.15420) 73 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:30.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:30 smithi067 bash[25104]: cephadm 2023-12-09T02:09:28.716689+0000 mgr.y (mgr.15420) 74 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:30.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:30 smithi067 bash[25104]: cephadm 2023-12-09T02:09:28.816904+0000 mgr.y (mgr.15420) 75 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:30.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:30 smithi067 bash[25104]: cephadm 2023-12-09T02:09:28.915562+0000 mgr.y (mgr.15420) 76 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:30.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:30 smithi067 bash[25104]: cephadm 2023-12-09T02:09:29.008440+0000 mgr.y (mgr.15420) 77 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:30.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:30 smithi067 bash[25104]: cephadm 2023-12-09T02:09:29.104796+0000 mgr.y (mgr.15420) 78 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:30.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:30 smithi067 bash[25104]: cephadm 2023-12-09T02:09:29.196242+0000 mgr.y (mgr.15420) 79 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:30.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:30 smithi067 bash[25104]: cephadm 2023-12-09T02:09:29.290353+0000 mgr.y (mgr.15420) 80 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:30.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:30 smithi067 bash[25104]: audit 2023-12-09T02:09:29.367914+0000 mon.a (mon.0) 1627 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:30.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:30 smithi067 bash[25104]: audit 2023-12-09T02:09:29.370399+0000 mon.a (mon.0) 1628 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:30.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:30 smithi067 bash[25104]: audit 2023-12-09T02:09:29.373882+0000 mon.a (mon.0) 1629 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:30.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:30 smithi067 bash[25104]: audit 2023-12-09T02:09:29.375423+0000 mon.a (mon.0) 1630 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:30.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:30 smithi067 bash[25104]: audit 2023-12-09T02:09:29.383116+0000 mon.a (mon.0) 1631 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:30.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:30 smithi067 bash[25104]: audit 2023-12-09T02:09:29.465639+0000 mon.a (mon.0) 1632 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:30.725 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:30 smithi067 bash[25104]: audit 2023-12-09T02:09:29.468368+0000 mon.a (mon.0) 1633 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:30.725 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:30 smithi067 bash[25104]: audit 2023-12-09T02:09:29.471595+0000 mon.a (mon.0) 1634 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:30.725 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:30 smithi067 bash[25104]: audit 2023-12-09T02:09:29.472869+0000 mon.a (mon.0) 1635 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:30.725 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:30 smithi067 bash[25104]: audit 2023-12-09T02:09:29.481032+0000 mon.a (mon.0) 1636 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:30.725 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:30 smithi067 bash[30830]: audit 2023-12-09T02:09:29.564846+0000 mon.a (mon.0) 1637 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:30.725 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:30 smithi067 bash[30830]: audit 2023-12-09T02:09:29.566905+0000 mon.a (mon.0) 1638 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:30.726 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:30 smithi067 bash[30830]: audit 2023-12-09T02:09:29.569581+0000 mon.a (mon.0) 1639 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:30.726 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:30 smithi067 bash[30830]: audit 2023-12-09T02:09:29.570583+0000 mon.a (mon.0) 1640 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:30.726 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:30 smithi067 bash[30830]: audit 2023-12-09T02:09:29.578874+0000 mon.a (mon.0) 1641 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:30.726 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:30 smithi067 bash[30830]: audit 2023-12-09T02:09:29.661192+0000 mon.a (mon.0) 1642 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:30.726 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:30 smithi067 bash[30830]: audit 2023-12-09T02:09:29.664056+0000 mon.a (mon.0) 1643 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:30.726 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:30 smithi067 bash[30830]: audit 2023-12-09T02:09:29.667277+0000 mon.a (mon.0) 1644 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:30.726 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:30 smithi067 bash[30830]: audit 2023-12-09T02:09:29.668837+0000 mon.a (mon.0) 1645 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:30.726 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:30 smithi067 bash[30830]: audit 2023-12-09T02:09:29.677686+0000 mon.a (mon.0) 1646 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:30.726 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:30 smithi067 bash[30830]: audit 2023-12-09T02:09:29.757200+0000 mon.a (mon.0) 1647 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:30.726 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:30 smithi067 bash[30830]: audit 2023-12-09T02:09:29.760357+0000 mon.a (mon.0) 1648 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:30.726 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:30 smithi067 bash[30830]: audit 2023-12-09T02:09:29.762976+0000 mon.a (mon.0) 1649 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:30.726 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:30 smithi067 bash[30830]: audit 2023-12-09T02:09:29.764060+0000 mon.a (mon.0) 1650 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:30.726 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:30 smithi067 bash[30830]: audit 2023-12-09T02:09:29.769779+0000 mon.a (mon.0) 1651 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:30.726 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:30 smithi067 bash[30830]: audit 2023-12-09T02:09:29.850377+0000 mon.a (mon.0) 1652 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:30.726 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:30 smithi067 bash[30830]: audit 2023-12-09T02:09:29.852916+0000 mon.a (mon.0) 1653 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:30.727 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:30 smithi067 bash[30830]: audit 2023-12-09T02:09:29.855681+0000 mon.a (mon.0) 1654 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:30.727 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:30 smithi067 bash[30830]: audit 2023-12-09T02:09:29.856644+0000 mon.a (mon.0) 1655 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:30.727 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:30 smithi067 bash[30830]: audit 2023-12-09T02:09:29.862759+0000 mon.a (mon.0) 1656 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:30.727 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:30 smithi067 bash[25104]: audit 2023-12-09T02:09:29.564846+0000 mon.a (mon.0) 1637 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:30.727 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:30 smithi067 bash[25104]: audit 2023-12-09T02:09:29.566905+0000 mon.a (mon.0) 1638 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:30.727 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:30 smithi067 bash[25104]: audit 2023-12-09T02:09:29.569581+0000 mon.a (mon.0) 1639 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:30.727 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:30 smithi067 bash[25104]: audit 2023-12-09T02:09:29.570583+0000 mon.a (mon.0) 1640 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:30.727 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:30 smithi067 bash[25104]: audit 2023-12-09T02:09:29.578874+0000 mon.a (mon.0) 1641 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:30.727 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:30 smithi067 bash[25104]: audit 2023-12-09T02:09:29.661192+0000 mon.a (mon.0) 1642 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:30.727 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:30 smithi067 bash[25104]: audit 2023-12-09T02:09:29.664056+0000 mon.a (mon.0) 1643 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:30.727 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:30 smithi067 bash[25104]: audit 2023-12-09T02:09:29.667277+0000 mon.a (mon.0) 1644 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:30.727 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:30 smithi067 bash[25104]: audit 2023-12-09T02:09:29.668837+0000 mon.a (mon.0) 1645 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:30.728 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:30 smithi067 bash[25104]: audit 2023-12-09T02:09:29.677686+0000 mon.a (mon.0) 1646 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:30.728 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:30 smithi067 bash[25104]: audit 2023-12-09T02:09:29.757200+0000 mon.a (mon.0) 1647 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:30.728 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:30 smithi067 bash[25104]: audit 2023-12-09T02:09:29.760357+0000 mon.a (mon.0) 1648 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:30.728 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:30 smithi067 bash[25104]: audit 2023-12-09T02:09:29.762976+0000 mon.a (mon.0) 1649 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:30.728 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:30 smithi067 bash[25104]: audit 2023-12-09T02:09:29.764060+0000 mon.a (mon.0) 1650 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:30.728 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:30 smithi067 bash[25104]: audit 2023-12-09T02:09:29.769779+0000 mon.a (mon.0) 1651 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:30.728 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:30 smithi067 bash[25104]: audit 2023-12-09T02:09:29.850377+0000 mon.a (mon.0) 1652 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:30.728 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:30 smithi067 bash[25104]: audit 2023-12-09T02:09:29.852916+0000 mon.a (mon.0) 1653 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:30.728 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:30 smithi067 bash[25104]: audit 2023-12-09T02:09:29.855681+0000 mon.a (mon.0) 1654 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:30.728 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:30 smithi067 bash[25104]: audit 2023-12-09T02:09:29.856644+0000 mon.a (mon.0) 1655 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:30.728 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:30 smithi067 bash[25104]: audit 2023-12-09T02:09:29.862759+0000 mon.a (mon.0) 1656 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:30.729 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:30 smithi067 bash[30830]: audit 2023-12-09T02:09:29.944861+0000 mon.a (mon.0) 1657 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:30.729 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:30 smithi067 bash[30830]: audit 2023-12-09T02:09:29.947039+0000 mon.a (mon.0) 1658 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:30.729 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:30 smithi067 bash[30830]: audit 2023-12-09T02:09:29.949601+0000 mon.a (mon.0) 1659 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:30.729 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:30 smithi067 bash[30830]: audit 2023-12-09T02:09:29.950379+0000 mon.a (mon.0) 1660 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:30.729 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:30 smithi067 bash[30830]: audit 2023-12-09T02:09:29.958312+0000 mon.a (mon.0) 1661 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:30.729 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:30 smithi067 bash[30830]: audit 2023-12-09T02:09:30.038643+0000 mon.a (mon.0) 1662 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:30.729 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:30 smithi067 bash[30830]: audit 2023-12-09T02:09:30.041127+0000 mon.a (mon.0) 1663 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:30.729 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:30 smithi067 bash[30830]: audit 2023-12-09T02:09:30.044382+0000 mon.a (mon.0) 1664 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:30.729 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:30 smithi067 bash[30830]: audit 2023-12-09T02:09:30.045780+0000 mon.a (mon.0) 1665 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:30.729 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:30 smithi067 bash[30830]: audit 2023-12-09T02:09:30.053105+0000 mon.a (mon.0) 1666 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:30.729 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:30 smithi067 bash[30830]: audit 2023-12-09T02:09:30.131084+0000 mon.a (mon.0) 1667 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:30.729 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:30 smithi067 bash[30830]: audit 2023-12-09T02:09:30.134015+0000 mon.a (mon.0) 1668 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:30.729 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:30 smithi067 bash[30830]: audit 2023-12-09T02:09:30.137606+0000 mon.a (mon.0) 1669 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:30.729 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:30 smithi067 bash[30830]: audit 2023-12-09T02:09:30.138856+0000 mon.a (mon.0) 1670 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:30.729 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:30 smithi067 bash[30830]: audit 2023-12-09T02:09:30.147485+0000 mon.a (mon.0) 1671 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:30.730 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:30 smithi067 bash[30830]: audit 2023-12-09T02:09:30.224736+0000 mon.a (mon.0) 1672 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:30.730 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:30 smithi067 bash[30830]: audit 2023-12-09T02:09:30.227740+0000 mon.a (mon.0) 1673 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:30.730 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:30 smithi067 bash[30830]: audit 2023-12-09T02:09:30.230793+0000 mon.a (mon.0) 1674 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:30.730 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:30 smithi067 bash[30830]: audit 2023-12-09T02:09:30.231918+0000 mon.a (mon.0) 1675 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:30.730 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:30 smithi067 bash[30830]: audit 2023-12-09T02:09:30.239844+0000 mon.a (mon.0) 1676 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:30.730 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:30 smithi067 bash[25104]: audit 2023-12-09T02:09:29.944861+0000 mon.a (mon.0) 1657 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:30.730 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:30 smithi067 bash[25104]: audit 2023-12-09T02:09:29.947039+0000 mon.a (mon.0) 1658 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:30.730 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:30 smithi067 bash[25104]: audit 2023-12-09T02:09:29.949601+0000 mon.a (mon.0) 1659 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:30.730 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:30 smithi067 bash[25104]: audit 2023-12-09T02:09:29.950379+0000 mon.a (mon.0) 1660 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:30.730 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:30 smithi067 bash[25104]: audit 2023-12-09T02:09:29.958312+0000 mon.a (mon.0) 1661 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:30.731 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:30 smithi067 bash[25104]: audit 2023-12-09T02:09:30.038643+0000 mon.a (mon.0) 1662 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:30.731 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:30 smithi067 bash[25104]: audit 2023-12-09T02:09:30.041127+0000 mon.a (mon.0) 1663 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:30.731 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:30 smithi067 bash[25104]: audit 2023-12-09T02:09:30.044382+0000 mon.a (mon.0) 1664 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:30.731 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:30 smithi067 bash[25104]: audit 2023-12-09T02:09:30.045780+0000 mon.a (mon.0) 1665 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:30.731 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:30 smithi067 bash[25104]: audit 2023-12-09T02:09:30.053105+0000 mon.a (mon.0) 1666 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:30.731 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:30 smithi067 bash[25104]: audit 2023-12-09T02:09:30.131084+0000 mon.a (mon.0) 1667 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:30.731 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:30 smithi067 bash[25104]: audit 2023-12-09T02:09:30.134015+0000 mon.a (mon.0) 1668 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:30.731 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:30 smithi067 bash[25104]: audit 2023-12-09T02:09:30.137606+0000 mon.a (mon.0) 1669 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:30.731 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:30 smithi067 bash[25104]: audit 2023-12-09T02:09:30.138856+0000 mon.a (mon.0) 1670 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:30.731 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:30 smithi067 bash[25104]: audit 2023-12-09T02:09:30.147485+0000 mon.a (mon.0) 1671 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:30.731 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:30 smithi067 bash[25104]: audit 2023-12-09T02:09:30.224736+0000 mon.a (mon.0) 1672 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:30.731 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:30 smithi067 bash[25104]: audit 2023-12-09T02:09:30.227740+0000 mon.a (mon.0) 1673 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:30.731 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:30 smithi067 bash[25104]: audit 2023-12-09T02:09:30.230793+0000 mon.a (mon.0) 1674 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:30.732 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:30 smithi067 bash[25104]: audit 2023-12-09T02:09:30.231918+0000 mon.a (mon.0) 1675 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:30.732 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:30 smithi067 bash[25104]: audit 2023-12-09T02:09:30.239844+0000 mon.a (mon.0) 1676 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:31.161 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 02:09:30 smithi125 bash[62858]: debug 2023-12-09T02:09:30.892+0000 7f420d9b8200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-12-09T02:09:31.162 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 02:09:31 smithi125 bash[62858]: debug 2023-12-09T02:09:31.124+0000 7f420d9b8200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-12-09T02:09:31.472 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:31 smithi125 bash[25274]: cephadm 2023-12-09T02:09:29.383690+0000 mgr.y (mgr.15420) 81 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:31.472 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:31 smithi125 bash[25274]: cephadm 2023-12-09T02:09:29.481683+0000 mgr.y (mgr.15420) 82 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:31.473 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:31 smithi125 bash[25274]: cephadm 2023-12-09T02:09:29.579595+0000 mgr.y (mgr.15420) 83 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:31.473 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:31 smithi125 bash[25274]: cephadm 2023-12-09T02:09:29.678255+0000 mgr.y (mgr.15420) 84 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:31.473 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:31 smithi125 bash[25274]: cephadm 2023-12-09T02:09:29.770217+0000 mgr.y (mgr.15420) 85 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:31.473 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:31 smithi125 bash[25274]: cephadm 2023-12-09T02:09:29.863266+0000 mgr.y (mgr.15420) 86 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:31.473 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:31 smithi125 bash[25274]: cephadm 2023-12-09T02:09:29.958947+0000 mgr.y (mgr.15420) 87 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:31.473 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:31 smithi125 bash[25274]: cephadm 2023-12-09T02:09:30.053518+0000 mgr.y (mgr.15420) 88 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:31.473 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:31 smithi125 bash[25274]: cephadm 2023-12-09T02:09:30.148069+0000 mgr.y (mgr.15420) 89 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:31.473 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:31 smithi125 bash[25274]: cluster 2023-12-09T02:09:30.165584+0000 mgr.y (mgr.15420) 90 : cluster [DBG] pgmap v15: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:09:31.473 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:31 smithi125 bash[25274]: cephadm 2023-12-09T02:09:30.240443+0000 mgr.y (mgr.15420) 91 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:31.473 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:31 smithi125 bash[25274]: audit 2023-12-09T02:09:30.317052+0000 mon.a (mon.0) 1677 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:31.473 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:31 smithi125 bash[25274]: audit 2023-12-09T02:09:30.319287+0000 mon.a (mon.0) 1678 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:31.473 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:31 smithi125 bash[25274]: audit 2023-12-09T02:09:30.321659+0000 mon.a (mon.0) 1679 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:31.473 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:31 smithi125 bash[25274]: audit 2023-12-09T02:09:30.322372+0000 mon.a (mon.0) 1680 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:31.473 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:31 smithi125 bash[25274]: audit 2023-12-09T02:09:30.327806+0000 mon.a (mon.0) 1681 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:31.473 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:31 smithi125 bash[25274]: cephadm 2023-12-09T02:09:30.328260+0000 mgr.y (mgr.15420) 92 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:31.474 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:31 smithi125 bash[25274]: audit 2023-12-09T02:09:30.407145+0000 mon.a (mon.0) 1682 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:31.474 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:31 smithi125 bash[25274]: audit 2023-12-09T02:09:30.410132+0000 mon.a (mon.0) 1683 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:31.474 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:31 smithi125 bash[25274]: audit 2023-12-09T02:09:30.413906+0000 mon.a (mon.0) 1684 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:31.474 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:31 smithi125 bash[25274]: audit 2023-12-09T02:09:30.415255+0000 mon.a (mon.0) 1685 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:31.474 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:31 smithi125 bash[25274]: audit 2023-12-09T02:09:30.424192+0000 mon.a (mon.0) 1686 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:31.474 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:31 smithi125 bash[25274]: audit 2023-12-09T02:09:30.505726+0000 mon.a (mon.0) 1687 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:31.474 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:31 smithi125 bash[25274]: audit 2023-12-09T02:09:30.508098+0000 mon.a (mon.0) 1688 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:31.474 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:31 smithi125 bash[25274]: audit 2023-12-09T02:09:30.510808+0000 mon.a (mon.0) 1689 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:31.474 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:31 smithi125 bash[25274]: audit 2023-12-09T02:09:30.511776+0000 mon.a (mon.0) 1690 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:31.474 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:31 smithi125 bash[25274]: audit 2023-12-09T02:09:30.521357+0000 mon.a (mon.0) 1691 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:31.474 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:31 smithi125 bash[25274]: audit 2023-12-09T02:09:30.598641+0000 mon.a (mon.0) 1692 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:31.474 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:31 smithi125 bash[25274]: audit 2023-12-09T02:09:30.601621+0000 mon.a (mon.0) 1693 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:31.474 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:31 smithi125 bash[25274]: audit 2023-12-09T02:09:30.604875+0000 mon.a (mon.0) 1694 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:31.474 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:31 smithi125 bash[25274]: audit 2023-12-09T02:09:30.606167+0000 mon.a (mon.0) 1695 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:31.474 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:31 smithi125 bash[25274]: audit 2023-12-09T02:09:30.616301+0000 mon.a (mon.0) 1696 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:31.475 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:31 smithi125 bash[25274]: audit 2023-12-09T02:09:30.693753+0000 mon.a (mon.0) 1697 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:31.475 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:31 smithi125 bash[25274]: audit 2023-12-09T02:09:30.696610+0000 mon.a (mon.0) 1698 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:31.475 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:31 smithi125 bash[25274]: audit 2023-12-09T02:09:30.700047+0000 mon.a (mon.0) 1699 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:31.475 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:31 smithi125 bash[25274]: audit 2023-12-09T02:09:30.701286+0000 mon.a (mon.0) 1700 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:31.475 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:31 smithi125 bash[25274]: audit 2023-12-09T02:09:30.711910+0000 mon.a (mon.0) 1701 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:31.475 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:31 smithi125 bash[25274]: audit 2023-12-09T02:09:30.795943+0000 mon.a (mon.0) 1702 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:31.475 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:31 smithi125 bash[25274]: audit 2023-12-09T02:09:30.798230+0000 mon.a (mon.0) 1703 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:31.475 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:31 smithi125 bash[25274]: audit 2023-12-09T02:09:30.800541+0000 mon.a (mon.0) 1704 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:31.475 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:31 smithi125 bash[25274]: audit 2023-12-09T02:09:30.801426+0000 mon.a (mon.0) 1705 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:31.476 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:31 smithi125 bash[25274]: audit 2023-12-09T02:09:30.811696+0000 mon.a (mon.0) 1706 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:31.476 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:31 smithi125 bash[25274]: audit 2023-12-09T02:09:30.893353+0000 mon.a (mon.0) 1707 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:31.476 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:31 smithi125 bash[25274]: audit 2023-12-09T02:09:30.895394+0000 mon.a (mon.0) 1708 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:31.476 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:31 smithi125 bash[25274]: audit 2023-12-09T02:09:30.898471+0000 mon.a (mon.0) 1709 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:31.476 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:31 smithi125 bash[25274]: audit 2023-12-09T02:09:30.899416+0000 mon.a (mon.0) 1710 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:31.476 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:31 smithi125 bash[25274]: audit 2023-12-09T02:09:30.909313+0000 mon.a (mon.0) 1711 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:31.476 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:31 smithi125 bash[25274]: audit 2023-12-09T02:09:30.990527+0000 mon.a (mon.0) 1712 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:31.476 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:31 smithi125 bash[25274]: audit 2023-12-09T02:09:30.993139+0000 mon.a (mon.0) 1713 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:31.476 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:31 smithi125 bash[25274]: audit 2023-12-09T02:09:30.996148+0000 mon.a (mon.0) 1714 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:31.476 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:31 smithi125 bash[25274]: audit 2023-12-09T02:09:30.997063+0000 mon.a (mon.0) 1715 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:31.476 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:31 smithi125 bash[25274]: audit 2023-12-09T02:09:31.007091+0000 mon.a (mon.0) 1716 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:31.476 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:31 smithi125 bash[25274]: audit 2023-12-09T02:09:31.086586+0000 mon.a (mon.0) 1717 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:31.476 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:31 smithi125 bash[25274]: audit 2023-12-09T02:09:31.089868+0000 mon.a (mon.0) 1718 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:31.477 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:31 smithi125 bash[25274]: audit 2023-12-09T02:09:31.093666+0000 mon.a (mon.0) 1719 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:31.477 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:31 smithi125 bash[25274]: audit 2023-12-09T02:09:31.094580+0000 mon.a (mon.0) 1720 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:31.477 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:31 smithi125 bash[25274]: audit 2023-12-09T02:09:31.103395+0000 mon.a (mon.0) 1721 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:31.477 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:31 smithi125 bash[25274]: audit 2023-12-09T02:09:31.187519+0000 mon.a (mon.0) 1722 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:31.477 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:31 smithi125 bash[25274]: audit 2023-12-09T02:09:31.189444+0000 mon.a (mon.0) 1723 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:31.477 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:31 smithi125 bash[25274]: audit 2023-12-09T02:09:31.191755+0000 mon.a (mon.0) 1724 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:31.477 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:31 smithi125 bash[25274]: audit 2023-12-09T02:09:31.192685+0000 mon.a (mon.0) 1725 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:31.477 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:31 smithi125 bash[25274]: audit 2023-12-09T02:09:31.202877+0000 mon.a (mon.0) 1726 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:31.477 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:31 smithi125 bash[25274]: audit 2023-12-09T02:09:31.287047+0000 mon.a (mon.0) 1727 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:31.477 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:31 smithi125 bash[25274]: audit 2023-12-09T02:09:31.290732+0000 mon.a (mon.0) 1728 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:31.477 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:31 smithi125 bash[25274]: audit 2023-12-09T02:09:31.294128+0000 mon.a (mon.0) 1729 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:31.477 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:31 smithi125 bash[25274]: audit 2023-12-09T02:09:31.295072+0000 mon.a (mon.0) 1730 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:31.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:31 smithi067 bash[30830]: cephadm 2023-12-09T02:09:29.383690+0000 mgr.y (mgr.15420) 81 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:31.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:31 smithi067 bash[30830]: cephadm 2023-12-09T02:09:29.481683+0000 mgr.y (mgr.15420) 82 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:31.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:31 smithi067 bash[30830]: cephadm 2023-12-09T02:09:29.579595+0000 mgr.y (mgr.15420) 83 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:31.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:31 smithi067 bash[30830]: cephadm 2023-12-09T02:09:29.678255+0000 mgr.y (mgr.15420) 84 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:31.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:31 smithi067 bash[30830]: cephadm 2023-12-09T02:09:29.770217+0000 mgr.y (mgr.15420) 85 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:31.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:31 smithi067 bash[30830]: cephadm 2023-12-09T02:09:29.863266+0000 mgr.y (mgr.15420) 86 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:31.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:31 smithi067 bash[30830]: cephadm 2023-12-09T02:09:29.958947+0000 mgr.y (mgr.15420) 87 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:31.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:31 smithi067 bash[30830]: cephadm 2023-12-09T02:09:30.053518+0000 mgr.y (mgr.15420) 88 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:31.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:31 smithi067 bash[30830]: cephadm 2023-12-09T02:09:30.148069+0000 mgr.y (mgr.15420) 89 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:31.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:31 smithi067 bash[30830]: cluster 2023-12-09T02:09:30.165584+0000 mgr.y (mgr.15420) 90 : cluster [DBG] pgmap v15: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:09:31.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:31 smithi067 bash[30830]: cephadm 2023-12-09T02:09:30.240443+0000 mgr.y (mgr.15420) 91 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:31.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:31 smithi067 bash[30830]: audit 2023-12-09T02:09:30.317052+0000 mon.a (mon.0) 1677 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:31.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:31 smithi067 bash[30830]: audit 2023-12-09T02:09:30.319287+0000 mon.a (mon.0) 1678 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:31.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:31 smithi067 bash[30830]: audit 2023-12-09T02:09:30.321659+0000 mon.a (mon.0) 1679 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:31.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:31 smithi067 bash[30830]: audit 2023-12-09T02:09:30.322372+0000 mon.a (mon.0) 1680 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:31.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:31 smithi067 bash[30830]: audit 2023-12-09T02:09:30.327806+0000 mon.a (mon.0) 1681 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:31.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:31 smithi067 bash[30830]: cephadm 2023-12-09T02:09:30.328260+0000 mgr.y (mgr.15420) 92 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:31.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:31 smithi067 bash[30830]: audit 2023-12-09T02:09:30.407145+0000 mon.a (mon.0) 1682 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:31.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:31 smithi067 bash[30830]: audit 2023-12-09T02:09:30.410132+0000 mon.a (mon.0) 1683 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:31.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:31 smithi067 bash[30830]: audit 2023-12-09T02:09:30.413906+0000 mon.a (mon.0) 1684 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:31.721 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:31 smithi067 bash[25104]: cephadm 2023-12-09T02:09:29.383690+0000 mgr.y (mgr.15420) 81 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:31.721 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:31 smithi067 bash[25104]: cephadm 2023-12-09T02:09:29.481683+0000 mgr.y (mgr.15420) 82 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:31.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:31 smithi067 bash[25104]: cephadm 2023-12-09T02:09:29.579595+0000 mgr.y (mgr.15420) 83 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:31.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:31 smithi067 bash[25104]: cephadm 2023-12-09T02:09:29.678255+0000 mgr.y (mgr.15420) 84 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:31.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:31 smithi067 bash[25104]: cephadm 2023-12-09T02:09:29.770217+0000 mgr.y (mgr.15420) 85 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:31.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:31 smithi067 bash[25104]: cephadm 2023-12-09T02:09:29.863266+0000 mgr.y (mgr.15420) 86 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:31.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:31 smithi067 bash[25104]: cephadm 2023-12-09T02:09:29.958947+0000 mgr.y (mgr.15420) 87 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:31.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:31 smithi067 bash[25104]: cephadm 2023-12-09T02:09:30.053518+0000 mgr.y (mgr.15420) 88 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:31.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:31 smithi067 bash[25104]: cephadm 2023-12-09T02:09:30.148069+0000 mgr.y (mgr.15420) 89 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:31.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:31 smithi067 bash[25104]: cluster 2023-12-09T02:09:30.165584+0000 mgr.y (mgr.15420) 90 : cluster [DBG] pgmap v15: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:09:31.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:31 smithi067 bash[25104]: cephadm 2023-12-09T02:09:30.240443+0000 mgr.y (mgr.15420) 91 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:31.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:31 smithi067 bash[25104]: audit 2023-12-09T02:09:30.317052+0000 mon.a (mon.0) 1677 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:31.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:31 smithi067 bash[25104]: audit 2023-12-09T02:09:30.319287+0000 mon.a (mon.0) 1678 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:31.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:31 smithi067 bash[25104]: audit 2023-12-09T02:09:30.321659+0000 mon.a (mon.0) 1679 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:31.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:31 smithi067 bash[25104]: audit 2023-12-09T02:09:30.322372+0000 mon.a (mon.0) 1680 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:31.723 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:31 smithi067 bash[25104]: audit 2023-12-09T02:09:30.327806+0000 mon.a (mon.0) 1681 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:31.723 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:31 smithi067 bash[25104]: cephadm 2023-12-09T02:09:30.328260+0000 mgr.y (mgr.15420) 92 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:31.723 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:31 smithi067 bash[25104]: audit 2023-12-09T02:09:30.407145+0000 mon.a (mon.0) 1682 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:31.723 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:31 smithi067 bash[25104]: audit 2023-12-09T02:09:30.410132+0000 mon.a (mon.0) 1683 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:31.723 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:31 smithi067 bash[25104]: audit 2023-12-09T02:09:30.413906+0000 mon.a (mon.0) 1684 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:31.723 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:31 smithi067 bash[30830]: audit 2023-12-09T02:09:30.415255+0000 mon.a (mon.0) 1685 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:31.723 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:31 smithi067 bash[30830]: audit 2023-12-09T02:09:30.424192+0000 mon.a (mon.0) 1686 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:31.723 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:31 smithi067 bash[30830]: audit 2023-12-09T02:09:30.505726+0000 mon.a (mon.0) 1687 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:31.723 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:31 smithi067 bash[30830]: audit 2023-12-09T02:09:30.508098+0000 mon.a (mon.0) 1688 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:31.723 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:31 smithi067 bash[30830]: audit 2023-12-09T02:09:30.510808+0000 mon.a (mon.0) 1689 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:31.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:31 smithi067 bash[30830]: audit 2023-12-09T02:09:30.511776+0000 mon.a (mon.0) 1690 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:31.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:31 smithi067 bash[30830]: audit 2023-12-09T02:09:30.521357+0000 mon.a (mon.0) 1691 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:31.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:31 smithi067 bash[30830]: audit 2023-12-09T02:09:30.598641+0000 mon.a (mon.0) 1692 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:31.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:31 smithi067 bash[30830]: audit 2023-12-09T02:09:30.601621+0000 mon.a (mon.0) 1693 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:31.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:31 smithi067 bash[30830]: audit 2023-12-09T02:09:30.604875+0000 mon.a (mon.0) 1694 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:31.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:31 smithi067 bash[30830]: audit 2023-12-09T02:09:30.606167+0000 mon.a (mon.0) 1695 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:31.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:31 smithi067 bash[30830]: audit 2023-12-09T02:09:30.616301+0000 mon.a (mon.0) 1696 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:31.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:31 smithi067 bash[30830]: audit 2023-12-09T02:09:30.693753+0000 mon.a (mon.0) 1697 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:31.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:31 smithi067 bash[30830]: audit 2023-12-09T02:09:30.696610+0000 mon.a (mon.0) 1698 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:31.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:31 smithi067 bash[30830]: audit 2023-12-09T02:09:30.700047+0000 mon.a (mon.0) 1699 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:31.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:31 smithi067 bash[30830]: audit 2023-12-09T02:09:30.701286+0000 mon.a (mon.0) 1700 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:31.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:31 smithi067 bash[30830]: audit 2023-12-09T02:09:30.711910+0000 mon.a (mon.0) 1701 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:31.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:31 smithi067 bash[30830]: audit 2023-12-09T02:09:30.795943+0000 mon.a (mon.0) 1702 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:31.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:31 smithi067 bash[30830]: audit 2023-12-09T02:09:30.798230+0000 mon.a (mon.0) 1703 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:31.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:31 smithi067 bash[30830]: audit 2023-12-09T02:09:30.800541+0000 mon.a (mon.0) 1704 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:31.725 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:31 smithi067 bash[25104]: audit 2023-12-09T02:09:30.415255+0000 mon.a (mon.0) 1685 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:31.725 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:31 smithi067 bash[25104]: audit 2023-12-09T02:09:30.424192+0000 mon.a (mon.0) 1686 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:31.725 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:31 smithi067 bash[25104]: audit 2023-12-09T02:09:30.505726+0000 mon.a (mon.0) 1687 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:31.725 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:31 smithi067 bash[25104]: audit 2023-12-09T02:09:30.508098+0000 mon.a (mon.0) 1688 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:31.725 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:31 smithi067 bash[25104]: audit 2023-12-09T02:09:30.510808+0000 mon.a (mon.0) 1689 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:31.725 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:31 smithi067 bash[25104]: audit 2023-12-09T02:09:30.511776+0000 mon.a (mon.0) 1690 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:31.725 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:31 smithi067 bash[25104]: audit 2023-12-09T02:09:30.521357+0000 mon.a (mon.0) 1691 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:31.725 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:31 smithi067 bash[25104]: audit 2023-12-09T02:09:30.598641+0000 mon.a (mon.0) 1692 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:31.725 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:31 smithi067 bash[25104]: audit 2023-12-09T02:09:30.601621+0000 mon.a (mon.0) 1693 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:31.725 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:31 smithi067 bash[25104]: audit 2023-12-09T02:09:30.604875+0000 mon.a (mon.0) 1694 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:31.725 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:31 smithi067 bash[25104]: audit 2023-12-09T02:09:30.606167+0000 mon.a (mon.0) 1695 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:31.725 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:31 smithi067 bash[25104]: audit 2023-12-09T02:09:30.616301+0000 mon.a (mon.0) 1696 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:31.726 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:31 smithi067 bash[25104]: audit 2023-12-09T02:09:30.693753+0000 mon.a (mon.0) 1697 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:31.726 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:31 smithi067 bash[25104]: audit 2023-12-09T02:09:30.696610+0000 mon.a (mon.0) 1698 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:31.726 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:31 smithi067 bash[25104]: audit 2023-12-09T02:09:30.700047+0000 mon.a (mon.0) 1699 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:31.726 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:31 smithi067 bash[25104]: audit 2023-12-09T02:09:30.701286+0000 mon.a (mon.0) 1700 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:31.726 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:31 smithi067 bash[25104]: audit 2023-12-09T02:09:30.711910+0000 mon.a (mon.0) 1701 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:31.726 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:31 smithi067 bash[25104]: audit 2023-12-09T02:09:30.795943+0000 mon.a (mon.0) 1702 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:31.726 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:31 smithi067 bash[25104]: audit 2023-12-09T02:09:30.798230+0000 mon.a (mon.0) 1703 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:31.726 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:31 smithi067 bash[25104]: audit 2023-12-09T02:09:30.800541+0000 mon.a (mon.0) 1704 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:31.726 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:31 smithi067 bash[30830]: audit 2023-12-09T02:09:30.801426+0000 mon.a (mon.0) 1705 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:31.726 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:31 smithi067 bash[30830]: audit 2023-12-09T02:09:30.811696+0000 mon.a (mon.0) 1706 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:31.727 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:31 smithi067 bash[30830]: audit 2023-12-09T02:09:30.893353+0000 mon.a (mon.0) 1707 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:31.727 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:31 smithi067 bash[30830]: audit 2023-12-09T02:09:30.895394+0000 mon.a (mon.0) 1708 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:31.727 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:31 smithi067 bash[30830]: audit 2023-12-09T02:09:30.898471+0000 mon.a (mon.0) 1709 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:31.727 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:31 smithi067 bash[30830]: audit 2023-12-09T02:09:30.899416+0000 mon.a (mon.0) 1710 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:31.727 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:31 smithi067 bash[30830]: audit 2023-12-09T02:09:30.909313+0000 mon.a (mon.0) 1711 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:31.727 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:31 smithi067 bash[30830]: audit 2023-12-09T02:09:30.990527+0000 mon.a (mon.0) 1712 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:31.727 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:31 smithi067 bash[30830]: audit 2023-12-09T02:09:30.993139+0000 mon.a (mon.0) 1713 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:31.727 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:31 smithi067 bash[30830]: audit 2023-12-09T02:09:30.996148+0000 mon.a (mon.0) 1714 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:31.727 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:31 smithi067 bash[30830]: audit 2023-12-09T02:09:30.997063+0000 mon.a (mon.0) 1715 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:31.727 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:31 smithi067 bash[30830]: audit 2023-12-09T02:09:31.007091+0000 mon.a (mon.0) 1716 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:31.727 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:31 smithi067 bash[30830]: audit 2023-12-09T02:09:31.086586+0000 mon.a (mon.0) 1717 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:31.727 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:31 smithi067 bash[30830]: audit 2023-12-09T02:09:31.089868+0000 mon.a (mon.0) 1718 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:31.727 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:31 smithi067 bash[30830]: audit 2023-12-09T02:09:31.093666+0000 mon.a (mon.0) 1719 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:31.727 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:31 smithi067 bash[30830]: audit 2023-12-09T02:09:31.094580+0000 mon.a (mon.0) 1720 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:31.727 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:31 smithi067 bash[30830]: audit 2023-12-09T02:09:31.103395+0000 mon.a (mon.0) 1721 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:31.728 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:31 smithi067 bash[30830]: audit 2023-12-09T02:09:31.187519+0000 mon.a (mon.0) 1722 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:31.728 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:31 smithi067 bash[30830]: audit 2023-12-09T02:09:31.189444+0000 mon.a (mon.0) 1723 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:31.728 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:31 smithi067 bash[25104]: audit 2023-12-09T02:09:30.801426+0000 mon.a (mon.0) 1705 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:31.728 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:31 smithi067 bash[25104]: audit 2023-12-09T02:09:30.811696+0000 mon.a (mon.0) 1706 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:31.728 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:31 smithi067 bash[25104]: audit 2023-12-09T02:09:30.893353+0000 mon.a (mon.0) 1707 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:31.728 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:31 smithi067 bash[25104]: audit 2023-12-09T02:09:30.895394+0000 mon.a (mon.0) 1708 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:31.728 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:31 smithi067 bash[25104]: audit 2023-12-09T02:09:30.898471+0000 mon.a (mon.0) 1709 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:31.728 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:31 smithi067 bash[25104]: audit 2023-12-09T02:09:30.899416+0000 mon.a (mon.0) 1710 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:31.728 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:31 smithi067 bash[25104]: audit 2023-12-09T02:09:30.909313+0000 mon.a (mon.0) 1711 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:31.728 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:31 smithi067 bash[25104]: audit 2023-12-09T02:09:30.990527+0000 mon.a (mon.0) 1712 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:31.729 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:31 smithi067 bash[25104]: audit 2023-12-09T02:09:30.993139+0000 mon.a (mon.0) 1713 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:31.729 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:31 smithi067 bash[25104]: audit 2023-12-09T02:09:30.996148+0000 mon.a (mon.0) 1714 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:31.729 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:31 smithi067 bash[25104]: audit 2023-12-09T02:09:30.997063+0000 mon.a (mon.0) 1715 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:31.729 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:31 smithi067 bash[25104]: audit 2023-12-09T02:09:31.007091+0000 mon.a (mon.0) 1716 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:31.729 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:31 smithi067 bash[25104]: audit 2023-12-09T02:09:31.086586+0000 mon.a (mon.0) 1717 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:31.729 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:31 smithi067 bash[25104]: audit 2023-12-09T02:09:31.089868+0000 mon.a (mon.0) 1718 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:31.729 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:31 smithi067 bash[25104]: audit 2023-12-09T02:09:31.093666+0000 mon.a (mon.0) 1719 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:31.729 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:31 smithi067 bash[25104]: audit 2023-12-09T02:09:31.094580+0000 mon.a (mon.0) 1720 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:31.729 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:31 smithi067 bash[25104]: audit 2023-12-09T02:09:31.103395+0000 mon.a (mon.0) 1721 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:31.729 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:31 smithi067 bash[25104]: audit 2023-12-09T02:09:31.187519+0000 mon.a (mon.0) 1722 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:31.729 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:31 smithi067 bash[25104]: audit 2023-12-09T02:09:31.189444+0000 mon.a (mon.0) 1723 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:31.730 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:31 smithi067 bash[30830]: audit 2023-12-09T02:09:31.191755+0000 mon.a (mon.0) 1724 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:31.730 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:31 smithi067 bash[30830]: audit 2023-12-09T02:09:31.192685+0000 mon.a (mon.0) 1725 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:31.730 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:31 smithi067 bash[30830]: audit 2023-12-09T02:09:31.202877+0000 mon.a (mon.0) 1726 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:31.730 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:31 smithi067 bash[30830]: audit 2023-12-09T02:09:31.287047+0000 mon.a (mon.0) 1727 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:31.730 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:31 smithi067 bash[30830]: audit 2023-12-09T02:09:31.290732+0000 mon.a (mon.0) 1728 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:31.730 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:31 smithi067 bash[30830]: audit 2023-12-09T02:09:31.294128+0000 mon.a (mon.0) 1729 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:31.730 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:31 smithi067 bash[30830]: audit 2023-12-09T02:09:31.295072+0000 mon.a (mon.0) 1730 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:31.730 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:31 smithi067 bash[25104]: audit 2023-12-09T02:09:31.191755+0000 mon.a (mon.0) 1724 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:31.730 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:31 smithi067 bash[25104]: audit 2023-12-09T02:09:31.192685+0000 mon.a (mon.0) 1725 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:31.730 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:31 smithi067 bash[25104]: audit 2023-12-09T02:09:31.202877+0000 mon.a (mon.0) 1726 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:31.730 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:31 smithi067 bash[25104]: audit 2023-12-09T02:09:31.287047+0000 mon.a (mon.0) 1727 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:31.731 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:31 smithi067 bash[25104]: audit 2023-12-09T02:09:31.290732+0000 mon.a (mon.0) 1728 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:31.731 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:31 smithi067 bash[25104]: audit 2023-12-09T02:09:31.294128+0000 mon.a (mon.0) 1729 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:31.731 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:31 smithi067 bash[25104]: audit 2023-12-09T02:09:31.295072+0000 mon.a (mon.0) 1730 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:31.973 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 02:09:31 smithi125 bash[62858]: debug 2023-12-09T02:09:31.592+0000 7f420d9b8200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-12-09T02:09:32.313 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 02:09:32 smithi125 bash[62858]: debug 2023-12-09T02:09:32.092+0000 7f420d9b8200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-12-09T02:09:32.669 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:32 smithi125 bash[25274]: cephadm 2023-12-09T02:09:30.424911+0000 mgr.y (mgr.15420) 93 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:32.670 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:32 smithi125 bash[25274]: cephadm 2023-12-09T02:09:30.521958+0000 mgr.y (mgr.15420) 94 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:32.670 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:32 smithi125 bash[25274]: cephadm 2023-12-09T02:09:30.616945+0000 mgr.y (mgr.15420) 95 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:32.670 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:32 smithi125 bash[25274]: cephadm 2023-12-09T02:09:30.712606+0000 mgr.y (mgr.15420) 96 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:32.670 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:32 smithi125 bash[25274]: cephadm 2023-12-09T02:09:30.812226+0000 mgr.y (mgr.15420) 97 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:32.670 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:32 smithi125 bash[25274]: cephadm 2023-12-09T02:09:30.910204+0000 mgr.y (mgr.15420) 98 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:32.670 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:32 smithi125 bash[25274]: cephadm 2023-12-09T02:09:31.007719+0000 mgr.y (mgr.15420) 99 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:32.670 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:32 smithi125 bash[25274]: cephadm 2023-12-09T02:09:31.103982+0000 mgr.y (mgr.15420) 100 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:32.670 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:32 smithi125 bash[25274]: cephadm 2023-12-09T02:09:31.203549+0000 mgr.y (mgr.15420) 101 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:32.670 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:32 smithi125 bash[25274]: audit 2023-12-09T02:09:31.305825+0000 mon.a (mon.0) 1731 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:32.670 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:32 smithi125 bash[25274]: cephadm 2023-12-09T02:09:31.306752+0000 mgr.y (mgr.15420) 102 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:32.670 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:32 smithi125 bash[25274]: audit 2023-12-09T02:09:31.385792+0000 mon.a (mon.0) 1732 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:32.670 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:32 smithi125 bash[25274]: audit 2023-12-09T02:09:31.388959+0000 mon.a (mon.0) 1733 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:32.671 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:32 smithi125 bash[25274]: audit 2023-12-09T02:09:31.392124+0000 mon.a (mon.0) 1734 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:32.671 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:32 smithi125 bash[25274]: audit 2023-12-09T02:09:31.393043+0000 mon.a (mon.0) 1735 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:32.671 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:32 smithi125 bash[25274]: audit 2023-12-09T02:09:31.400564+0000 mon.a (mon.0) 1736 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:32.671 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:32 smithi125 bash[25274]: audit 2023-12-09T02:09:31.480049+0000 mon.a (mon.0) 1737 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:32.671 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:32 smithi125 bash[25274]: audit 2023-12-09T02:09:31.482480+0000 mon.a (mon.0) 1738 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:32.671 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:32 smithi125 bash[25274]: audit 2023-12-09T02:09:31.485771+0000 mon.a (mon.0) 1739 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:32.671 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:32 smithi125 bash[25274]: audit 2023-12-09T02:09:31.486741+0000 mon.a (mon.0) 1740 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:32.671 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:32 smithi125 bash[25274]: audit 2023-12-09T02:09:31.493308+0000 mon.a (mon.0) 1741 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:32.672 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:32 smithi125 bash[25274]: audit 2023-12-09T02:09:31.573315+0000 mon.a (mon.0) 1742 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:32.672 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:32 smithi125 bash[25274]: audit 2023-12-09T02:09:31.576225+0000 mon.a (mon.0) 1743 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:32.672 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:32 smithi125 bash[25274]: audit 2023-12-09T02:09:31.579597+0000 mon.a (mon.0) 1744 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:32.672 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:32 smithi125 bash[25274]: audit 2023-12-09T02:09:31.580759+0000 mon.a (mon.0) 1745 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:32.672 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:32 smithi125 bash[25274]: audit 2023-12-09T02:09:31.586521+0000 mon.a (mon.0) 1746 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:32.672 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:32 smithi125 bash[25274]: audit 2023-12-09T02:09:31.668895+0000 mon.a (mon.0) 1747 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:32.672 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:32 smithi125 bash[25274]: audit 2023-12-09T02:09:31.671733+0000 mon.a (mon.0) 1748 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:32.672 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:32 smithi125 bash[25274]: audit 2023-12-09T02:09:31.676810+0000 mon.a (mon.0) 1749 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:32.672 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:32 smithi125 bash[25274]: audit 2023-12-09T02:09:31.677795+0000 mon.a (mon.0) 1750 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:32.672 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:32 smithi125 bash[25274]: audit 2023-12-09T02:09:31.684053+0000 mon.a (mon.0) 1751 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:32.672 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:32 smithi125 bash[25274]: audit 2023-12-09T02:09:31.763108+0000 mon.a (mon.0) 1752 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:32.672 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:32 smithi125 bash[25274]: audit 2023-12-09T02:09:31.765607+0000 mon.a (mon.0) 1753 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:32.672 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:32 smithi125 bash[25274]: audit 2023-12-09T02:09:31.768511+0000 mon.a (mon.0) 1754 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:32.672 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:32 smithi125 bash[25274]: audit 2023-12-09T02:09:31.769637+0000 mon.a (mon.0) 1755 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:32.673 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:32 smithi125 bash[25274]: audit 2023-12-09T02:09:31.778177+0000 mon.a (mon.0) 1756 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:32.673 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:32 smithi125 bash[25274]: audit 2023-12-09T02:09:31.842983+0000 mon.a (mon.0) 1757 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:32.673 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:32 smithi125 bash[25274]: audit 2023-12-09T02:09:31.845678+0000 mon.a (mon.0) 1758 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:32.673 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:32 smithi125 bash[25274]: audit 2023-12-09T02:09:31.849392+0000 mon.a (mon.0) 1759 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:32.673 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:32 smithi125 bash[25274]: audit 2023-12-09T02:09:31.850456+0000 mon.a (mon.0) 1760 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:32.673 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:32 smithi125 bash[25274]: audit 2023-12-09T02:09:31.857909+0000 mon.a (mon.0) 1761 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:32.673 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:32 smithi125 bash[25274]: audit 2023-12-09T02:09:31.939790+0000 mon.a (mon.0) 1762 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:32.673 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:32 smithi125 bash[25274]: audit 2023-12-09T02:09:31.943851+0000 mon.a (mon.0) 1763 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:32.673 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:32 smithi125 bash[25274]: audit 2023-12-09T02:09:31.947424+0000 mon.a (mon.0) 1764 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:32.673 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:32 smithi125 bash[25274]: audit 2023-12-09T02:09:31.948438+0000 mon.a (mon.0) 1765 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:32.673 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:32 smithi125 bash[25274]: audit 2023-12-09T02:09:31.954997+0000 mon.a (mon.0) 1766 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:32.673 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:32 smithi125 bash[25274]: audit 2023-12-09T02:09:32.037561+0000 mon.a (mon.0) 1767 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:32.673 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:32 smithi125 bash[25274]: audit 2023-12-09T02:09:32.040008+0000 mon.a (mon.0) 1768 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:32.673 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:32 smithi125 bash[25274]: audit 2023-12-09T02:09:32.043869+0000 mon.a (mon.0) 1769 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:32.673 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:32 smithi125 bash[25274]: audit 2023-12-09T02:09:32.045192+0000 mon.a (mon.0) 1770 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:32.674 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:32 smithi125 bash[25274]: audit 2023-12-09T02:09:32.052843+0000 mon.a (mon.0) 1771 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:32.674 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:32 smithi125 bash[25274]: audit 2023-12-09T02:09:32.131001+0000 mon.a (mon.0) 1772 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:32.674 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:32 smithi125 bash[25274]: audit 2023-12-09T02:09:32.135488+0000 mon.a (mon.0) 1773 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:32.674 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:32 smithi125 bash[25274]: audit 2023-12-09T02:09:32.138972+0000 mon.a (mon.0) 1774 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:32.674 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:32 smithi125 bash[25274]: audit 2023-12-09T02:09:32.140355+0000 mon.a (mon.0) 1775 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:32.675 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:32 smithi125 bash[25274]: audit 2023-12-09T02:09:32.150192+0000 mon.a (mon.0) 1776 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:32.675 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:32 smithi125 bash[25274]: audit 2023-12-09T02:09:32.233261+0000 mon.a (mon.0) 1777 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:32.675 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:32 smithi125 bash[25274]: audit 2023-12-09T02:09:32.236206+0000 mon.a (mon.0) 1778 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:32.676 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:32 smithi125 bash[25274]: audit 2023-12-09T02:09:32.239202+0000 mon.a (mon.0) 1779 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:32.676 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:32 smithi125 bash[25274]: audit 2023-12-09T02:09:32.240030+0000 mon.a (mon.0) 1780 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:32.676 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:32 smithi125 bash[25274]: audit 2023-12-09T02:09:32.248195+0000 mon.a (mon.0) 1781 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:32.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:32 smithi067 bash[30830]: cephadm 2023-12-09T02:09:30.424911+0000 mgr.y (mgr.15420) 93 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:32.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:32 smithi067 bash[30830]: cephadm 2023-12-09T02:09:30.521958+0000 mgr.y (mgr.15420) 94 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:32.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:32 smithi067 bash[30830]: cephadm 2023-12-09T02:09:30.616945+0000 mgr.y (mgr.15420) 95 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:32.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:32 smithi067 bash[30830]: cephadm 2023-12-09T02:09:30.712606+0000 mgr.y (mgr.15420) 96 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:32.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:32 smithi067 bash[30830]: cephadm 2023-12-09T02:09:30.812226+0000 mgr.y (mgr.15420) 97 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:32.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:32 smithi067 bash[30830]: cephadm 2023-12-09T02:09:30.910204+0000 mgr.y (mgr.15420) 98 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:32.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:32 smithi067 bash[30830]: cephadm 2023-12-09T02:09:31.007719+0000 mgr.y (mgr.15420) 99 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:32.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:32 smithi067 bash[30830]: cephadm 2023-12-09T02:09:31.103982+0000 mgr.y (mgr.15420) 100 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:32.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:32 smithi067 bash[30830]: cephadm 2023-12-09T02:09:31.203549+0000 mgr.y (mgr.15420) 101 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:32.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:32 smithi067 bash[30830]: audit 2023-12-09T02:09:31.305825+0000 mon.a (mon.0) 1731 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:32.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:32 smithi067 bash[30830]: cephadm 2023-12-09T02:09:31.306752+0000 mgr.y (mgr.15420) 102 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:32.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:32 smithi067 bash[30830]: audit 2023-12-09T02:09:31.385792+0000 mon.a (mon.0) 1732 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:32.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:32 smithi067 bash[30830]: audit 2023-12-09T02:09:31.388959+0000 mon.a (mon.0) 1733 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:32.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:32 smithi067 bash[30830]: audit 2023-12-09T02:09:31.392124+0000 mon.a (mon.0) 1734 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:32.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:32 smithi067 bash[30830]: audit 2023-12-09T02:09:31.393043+0000 mon.a (mon.0) 1735 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:32.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:32 smithi067 bash[30830]: audit 2023-12-09T02:09:31.400564+0000 mon.a (mon.0) 1736 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:32.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:32 smithi067 bash[30830]: audit 2023-12-09T02:09:31.480049+0000 mon.a (mon.0) 1737 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:32.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:32 smithi067 bash[30830]: audit 2023-12-09T02:09:31.482480+0000 mon.a (mon.0) 1738 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:32.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:32 smithi067 bash[30830]: audit 2023-12-09T02:09:31.485771+0000 mon.a (mon.0) 1739 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:32.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:32 smithi067 bash[30830]: audit 2023-12-09T02:09:31.486741+0000 mon.a (mon.0) 1740 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:32.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:32 smithi067 bash[30830]: audit 2023-12-09T02:09:31.493308+0000 mon.a (mon.0) 1741 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:32.721 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:32 smithi067 bash[25104]: cephadm 2023-12-09T02:09:30.424911+0000 mgr.y (mgr.15420) 93 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:32.721 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:32 smithi067 bash[25104]: cephadm 2023-12-09T02:09:30.521958+0000 mgr.y (mgr.15420) 94 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:32.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:32 smithi067 bash[25104]: cephadm 2023-12-09T02:09:30.616945+0000 mgr.y (mgr.15420) 95 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:32.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:32 smithi067 bash[25104]: cephadm 2023-12-09T02:09:30.712606+0000 mgr.y (mgr.15420) 96 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:32.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:32 smithi067 bash[25104]: cephadm 2023-12-09T02:09:30.812226+0000 mgr.y (mgr.15420) 97 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:32.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:32 smithi067 bash[25104]: cephadm 2023-12-09T02:09:30.910204+0000 mgr.y (mgr.15420) 98 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:32.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:32 smithi067 bash[25104]: cephadm 2023-12-09T02:09:31.007719+0000 mgr.y (mgr.15420) 99 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:32.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:32 smithi067 bash[25104]: cephadm 2023-12-09T02:09:31.103982+0000 mgr.y (mgr.15420) 100 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:32.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:32 smithi067 bash[25104]: cephadm 2023-12-09T02:09:31.203549+0000 mgr.y (mgr.15420) 101 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:32.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:32 smithi067 bash[25104]: audit 2023-12-09T02:09:31.305825+0000 mon.a (mon.0) 1731 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:32.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:32 smithi067 bash[25104]: cephadm 2023-12-09T02:09:31.306752+0000 mgr.y (mgr.15420) 102 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:32.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:32 smithi067 bash[25104]: audit 2023-12-09T02:09:31.385792+0000 mon.a (mon.0) 1732 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:32.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:32 smithi067 bash[25104]: audit 2023-12-09T02:09:31.388959+0000 mon.a (mon.0) 1733 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:32.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:32 smithi067 bash[25104]: audit 2023-12-09T02:09:31.392124+0000 mon.a (mon.0) 1734 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:32.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:32 smithi067 bash[25104]: audit 2023-12-09T02:09:31.393043+0000 mon.a (mon.0) 1735 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:32.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:32 smithi067 bash[25104]: audit 2023-12-09T02:09:31.400564+0000 mon.a (mon.0) 1736 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:32.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:32 smithi067 bash[25104]: audit 2023-12-09T02:09:31.480049+0000 mon.a (mon.0) 1737 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:32.723 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:32 smithi067 bash[25104]: audit 2023-12-09T02:09:31.482480+0000 mon.a (mon.0) 1738 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:32.723 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:32 smithi067 bash[25104]: audit 2023-12-09T02:09:31.485771+0000 mon.a (mon.0) 1739 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:32.723 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:32 smithi067 bash[25104]: audit 2023-12-09T02:09:31.486741+0000 mon.a (mon.0) 1740 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:32.723 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:32 smithi067 bash[25104]: audit 2023-12-09T02:09:31.493308+0000 mon.a (mon.0) 1741 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:32.723 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:32 smithi067 bash[25104]: audit 2023-12-09T02:09:31.573315+0000 mon.a (mon.0) 1742 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:32.723 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:32 smithi067 bash[25104]: audit 2023-12-09T02:09:31.576225+0000 mon.a (mon.0) 1743 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:32.723 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:32 smithi067 bash[25104]: audit 2023-12-09T02:09:31.579597+0000 mon.a (mon.0) 1744 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:32.723 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:32 smithi067 bash[25104]: audit 2023-12-09T02:09:31.580759+0000 mon.a (mon.0) 1745 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:32.723 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:32 smithi067 bash[25104]: audit 2023-12-09T02:09:31.586521+0000 mon.a (mon.0) 1746 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:32.723 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:32 smithi067 bash[25104]: audit 2023-12-09T02:09:31.668895+0000 mon.a (mon.0) 1747 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:32.723 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:32 smithi067 bash[25104]: audit 2023-12-09T02:09:31.671733+0000 mon.a (mon.0) 1748 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:32.723 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:32 smithi067 bash[25104]: audit 2023-12-09T02:09:31.676810+0000 mon.a (mon.0) 1749 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:32.723 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:32 smithi067 bash[25104]: audit 2023-12-09T02:09:31.677795+0000 mon.a (mon.0) 1750 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:32.723 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:32 smithi067 bash[25104]: audit 2023-12-09T02:09:31.684053+0000 mon.a (mon.0) 1751 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:32.723 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:32 smithi067 bash[25104]: audit 2023-12-09T02:09:31.763108+0000 mon.a (mon.0) 1752 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:32.723 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:32 smithi067 bash[25104]: audit 2023-12-09T02:09:31.765607+0000 mon.a (mon.0) 1753 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:32.724 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:32 smithi067 bash[25104]: audit 2023-12-09T02:09:31.768511+0000 mon.a (mon.0) 1754 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:32.724 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:32 smithi067 bash[25104]: audit 2023-12-09T02:09:31.769637+0000 mon.a (mon.0) 1755 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:32.724 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:32 smithi067 bash[25104]: audit 2023-12-09T02:09:31.778177+0000 mon.a (mon.0) 1756 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:32.724 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:32 smithi067 bash[25104]: audit 2023-12-09T02:09:31.842983+0000 mon.a (mon.0) 1757 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:32.724 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:32 smithi067 bash[25104]: audit 2023-12-09T02:09:31.845678+0000 mon.a (mon.0) 1758 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:32.724 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:32 smithi067 bash[25104]: audit 2023-12-09T02:09:31.849392+0000 mon.a (mon.0) 1759 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:32.724 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:32 smithi067 bash[25104]: audit 2023-12-09T02:09:31.850456+0000 mon.a (mon.0) 1760 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:32.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:32 smithi067 bash[30830]: audit 2023-12-09T02:09:31.573315+0000 mon.a (mon.0) 1742 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:32.725 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:32 smithi067 bash[30830]: audit 2023-12-09T02:09:31.576225+0000 mon.a (mon.0) 1743 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:32.725 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:32 smithi067 bash[30830]: audit 2023-12-09T02:09:31.579597+0000 mon.a (mon.0) 1744 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:32.725 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:32 smithi067 bash[30830]: audit 2023-12-09T02:09:31.580759+0000 mon.a (mon.0) 1745 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:32.725 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:32 smithi067 bash[30830]: audit 2023-12-09T02:09:31.586521+0000 mon.a (mon.0) 1746 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:32.725 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:32 smithi067 bash[30830]: audit 2023-12-09T02:09:31.668895+0000 mon.a (mon.0) 1747 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:32.725 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:32 smithi067 bash[30830]: audit 2023-12-09T02:09:31.671733+0000 mon.a (mon.0) 1748 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:32.725 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:32 smithi067 bash[30830]: audit 2023-12-09T02:09:31.676810+0000 mon.a (mon.0) 1749 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:32.725 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:32 smithi067 bash[30830]: audit 2023-12-09T02:09:31.677795+0000 mon.a (mon.0) 1750 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:32.725 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:32 smithi067 bash[30830]: audit 2023-12-09T02:09:31.684053+0000 mon.a (mon.0) 1751 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:32.725 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:32 smithi067 bash[30830]: audit 2023-12-09T02:09:31.763108+0000 mon.a (mon.0) 1752 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:32.725 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:32 smithi067 bash[30830]: audit 2023-12-09T02:09:31.765607+0000 mon.a (mon.0) 1753 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:32.725 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:32 smithi067 bash[30830]: audit 2023-12-09T02:09:31.768511+0000 mon.a (mon.0) 1754 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:32.725 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:32 smithi067 bash[30830]: audit 2023-12-09T02:09:31.769637+0000 mon.a (mon.0) 1755 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:32.725 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:32 smithi067 bash[30830]: audit 2023-12-09T02:09:31.778177+0000 mon.a (mon.0) 1756 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:32.725 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:32 smithi067 bash[30830]: audit 2023-12-09T02:09:31.842983+0000 mon.a (mon.0) 1757 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:32.726 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:32 smithi067 bash[30830]: audit 2023-12-09T02:09:31.845678+0000 mon.a (mon.0) 1758 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:32.726 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:32 smithi067 bash[30830]: audit 2023-12-09T02:09:31.849392+0000 mon.a (mon.0) 1759 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:32.726 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:32 smithi067 bash[30830]: audit 2023-12-09T02:09:31.850456+0000 mon.a (mon.0) 1760 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:32.726 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:32 smithi067 bash[30830]: audit 2023-12-09T02:09:31.857909+0000 mon.a (mon.0) 1761 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:32.726 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:32 smithi067 bash[30830]: audit 2023-12-09T02:09:31.939790+0000 mon.a (mon.0) 1762 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:32.726 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:32 smithi067 bash[30830]: audit 2023-12-09T02:09:31.943851+0000 mon.a (mon.0) 1763 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:32.726 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:32 smithi067 bash[30830]: audit 2023-12-09T02:09:31.947424+0000 mon.a (mon.0) 1764 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:32.726 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:32 smithi067 bash[30830]: audit 2023-12-09T02:09:31.948438+0000 mon.a (mon.0) 1765 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:32.726 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:32 smithi067 bash[30830]: audit 2023-12-09T02:09:31.954997+0000 mon.a (mon.0) 1766 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:32.726 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:32 smithi067 bash[30830]: audit 2023-12-09T02:09:32.037561+0000 mon.a (mon.0) 1767 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:32.726 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:32 smithi067 bash[30830]: audit 2023-12-09T02:09:32.040008+0000 mon.a (mon.0) 1768 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:32.726 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:32 smithi067 bash[30830]: audit 2023-12-09T02:09:32.043869+0000 mon.a (mon.0) 1769 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:32.726 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:32 smithi067 bash[30830]: audit 2023-12-09T02:09:32.045192+0000 mon.a (mon.0) 1770 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:32.726 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:32 smithi067 bash[30830]: audit 2023-12-09T02:09:32.052843+0000 mon.a (mon.0) 1771 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:32.726 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:32 smithi067 bash[30830]: audit 2023-12-09T02:09:32.131001+0000 mon.a (mon.0) 1772 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:32.727 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:32 smithi067 bash[30830]: audit 2023-12-09T02:09:32.135488+0000 mon.a (mon.0) 1773 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:32.727 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:32 smithi067 bash[30830]: audit 2023-12-09T02:09:32.138972+0000 mon.a (mon.0) 1774 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:32.727 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:32 smithi067 bash[30830]: audit 2023-12-09T02:09:32.140355+0000 mon.a (mon.0) 1775 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:32.727 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:32 smithi067 bash[30830]: audit 2023-12-09T02:09:32.150192+0000 mon.a (mon.0) 1776 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:32.727 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:32 smithi067 bash[30830]: audit 2023-12-09T02:09:32.233261+0000 mon.a (mon.0) 1777 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:32.727 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:32 smithi067 bash[30830]: audit 2023-12-09T02:09:32.236206+0000 mon.a (mon.0) 1778 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:32.727 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:32 smithi067 bash[30830]: audit 2023-12-09T02:09:32.239202+0000 mon.a (mon.0) 1779 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:32.727 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:32 smithi067 bash[30830]: audit 2023-12-09T02:09:32.240030+0000 mon.a (mon.0) 1780 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:32.727 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:32 smithi067 bash[30830]: audit 2023-12-09T02:09:32.248195+0000 mon.a (mon.0) 1781 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:32.727 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:32 smithi067 bash[25104]: audit 2023-12-09T02:09:31.857909+0000 mon.a (mon.0) 1761 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:32.728 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:32 smithi067 bash[25104]: audit 2023-12-09T02:09:31.939790+0000 mon.a (mon.0) 1762 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:32.728 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:32 smithi067 bash[25104]: audit 2023-12-09T02:09:31.943851+0000 mon.a (mon.0) 1763 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:32.728 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:32 smithi067 bash[25104]: audit 2023-12-09T02:09:31.947424+0000 mon.a (mon.0) 1764 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:32.728 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:32 smithi067 bash[25104]: audit 2023-12-09T02:09:31.948438+0000 mon.a (mon.0) 1765 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:32.728 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:32 smithi067 bash[25104]: audit 2023-12-09T02:09:31.954997+0000 mon.a (mon.0) 1766 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:32.728 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:32 smithi067 bash[25104]: audit 2023-12-09T02:09:32.037561+0000 mon.a (mon.0) 1767 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:32.728 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:32 smithi067 bash[25104]: audit 2023-12-09T02:09:32.040008+0000 mon.a (mon.0) 1768 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:32.728 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:32 smithi067 bash[25104]: audit 2023-12-09T02:09:32.043869+0000 mon.a (mon.0) 1769 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:32.728 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:32 smithi067 bash[25104]: audit 2023-12-09T02:09:32.045192+0000 mon.a (mon.0) 1770 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:32.728 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:32 smithi067 bash[25104]: audit 2023-12-09T02:09:32.052843+0000 mon.a (mon.0) 1771 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:32.728 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:32 smithi067 bash[25104]: audit 2023-12-09T02:09:32.131001+0000 mon.a (mon.0) 1772 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:32.728 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:32 smithi067 bash[25104]: audit 2023-12-09T02:09:32.135488+0000 mon.a (mon.0) 1773 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:32.728 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:32 smithi067 bash[25104]: audit 2023-12-09T02:09:32.138972+0000 mon.a (mon.0) 1774 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:32.728 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:32 smithi067 bash[25104]: audit 2023-12-09T02:09:32.140355+0000 mon.a (mon.0) 1775 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:32.728 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:32 smithi067 bash[25104]: audit 2023-12-09T02:09:32.150192+0000 mon.a (mon.0) 1776 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:32.729 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:32 smithi067 bash[25104]: audit 2023-12-09T02:09:32.233261+0000 mon.a (mon.0) 1777 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:32.729 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:32 smithi067 bash[25104]: audit 2023-12-09T02:09:32.236206+0000 mon.a (mon.0) 1778 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:32.729 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:32 smithi067 bash[25104]: audit 2023-12-09T02:09:32.239202+0000 mon.a (mon.0) 1779 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:32.729 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:32 smithi067 bash[25104]: audit 2023-12-09T02:09:32.240030+0000 mon.a (mon.0) 1780 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:32.729 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:32 smithi067 bash[25104]: audit 2023-12-09T02:09:32.248195+0000 mon.a (mon.0) 1781 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:32.972 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 02:09:32 smithi125 bash[62858]: debug 2023-12-09T02:09:32.660+0000 7f420d9b8200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-12-09T02:09:32.972 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 02:09:32 smithi125 bash[62858]: debug 2023-12-09T02:09:32.776+0000 7f420d9b8200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-12-09T02:09:33.346 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 02:09:33 smithi125 bash[62858]: debug 2023-12-09T02:09:33.128+0000 7f420d9b8200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-12-09T02:09:33.346 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 02:09:33 smithi125 bash[62858]: debug 2023-12-09T02:09:33.252+0000 7f420d9b8200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-12-09T02:09:33.346 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:33 smithi125 bash[25274]: cephadm 2023-12-09T02:09:31.401139+0000 mgr.y (mgr.15420) 103 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:33.346 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:33 smithi125 bash[25274]: cephadm 2023-12-09T02:09:31.493708+0000 mgr.y (mgr.15420) 104 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:33.346 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:33 smithi125 bash[25274]: cephadm 2023-12-09T02:09:31.587037+0000 mgr.y (mgr.15420) 105 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:33.683 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 02:09:33 smithi125 bash[62858]: debug 2023-12-09T02:09:33.412+0000 7f420d9b8200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-12-09T02:09:33.683 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 02:09:33 smithi125 bash[62858]: debug 2023-12-09T02:09:33.536+0000 7f420d9b8200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-12-09T02:09:33.684 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:33 smithi125 bash[25274]: cephadm 2023-12-09T02:09:31.684621+0000 mgr.y (mgr.15420) 106 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:33.684 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:33 smithi125 bash[25274]: cephadm 2023-12-09T02:09:31.779014+0000 mgr.y (mgr.15420) 107 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:33.684 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:33 smithi125 bash[25274]: cephadm 2023-12-09T02:09:31.858675+0000 mgr.y (mgr.15420) 108 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:33.684 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:33 smithi125 bash[25274]: cephadm 2023-12-09T02:09:31.955492+0000 mgr.y (mgr.15420) 109 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:33.685 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:33 smithi125 bash[25274]: cephadm 2023-12-09T02:09:32.053429+0000 mgr.y (mgr.15420) 110 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:33.685 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:33 smithi125 bash[25274]: cephadm 2023-12-09T02:09:32.150802+0000 mgr.y (mgr.15420) 111 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:33.685 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:33 smithi125 bash[25274]: cluster 2023-12-09T02:09:32.166073+0000 mgr.y (mgr.15420) 112 : cluster [DBG] pgmap v16: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:09:33.685 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:33 smithi125 bash[25274]: cephadm 2023-12-09T02:09:32.248757+0000 mgr.y (mgr.15420) 113 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:33.685 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:33 smithi125 bash[25274]: audit 2023-12-09T02:09:32.331891+0000 mon.a (mon.0) 1782 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:33.685 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:33 smithi125 bash[25274]: audit 2023-12-09T02:09:32.333706+0000 mon.a (mon.0) 1783 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:33.685 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:33 smithi125 bash[25274]: audit 2023-12-09T02:09:32.335496+0000 mon.a (mon.0) 1784 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:33.685 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:33 smithi125 bash[25274]: audit 2023-12-09T02:09:32.336142+0000 mon.a (mon.0) 1785 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:33.686 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:33 smithi125 bash[25274]: audit 2023-12-09T02:09:32.341353+0000 mon.a (mon.0) 1786 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:33.686 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:33 smithi125 bash[25274]: cephadm 2023-12-09T02:09:32.341871+0000 mgr.y (mgr.15420) 114 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:33.686 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:33 smithi125 bash[25274]: audit 2023-12-09T02:09:32.422062+0000 mon.a (mon.0) 1787 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:33.686 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:33 smithi125 bash[25274]: audit 2023-12-09T02:09:32.426068+0000 mon.a (mon.0) 1788 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:33.686 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:33 smithi125 bash[25274]: audit 2023-12-09T02:09:32.430667+0000 mon.a (mon.0) 1789 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:33.686 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:33 smithi125 bash[25274]: audit 2023-12-09T02:09:32.431949+0000 mon.a (mon.0) 1790 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:33.686 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:33 smithi125 bash[25274]: audit 2023-12-09T02:09:32.439825+0000 mon.a (mon.0) 1791 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:33.686 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:33 smithi125 bash[25274]: audit 2023-12-09T02:09:32.522311+0000 mon.a (mon.0) 1792 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:33.687 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:33 smithi125 bash[25274]: audit 2023-12-09T02:09:32.525076+0000 mon.a (mon.0) 1793 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:33.687 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:33 smithi125 bash[25274]: audit 2023-12-09T02:09:32.528141+0000 mon.a (mon.0) 1794 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:33.687 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:33 smithi125 bash[25274]: audit 2023-12-09T02:09:32.529374+0000 mon.a (mon.0) 1795 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:33.687 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:33 smithi125 bash[25274]: audit 2023-12-09T02:09:32.538781+0000 mon.a (mon.0) 1796 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:33.687 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:33 smithi125 bash[25274]: audit 2023-12-09T02:09:32.618962+0000 mon.a (mon.0) 1797 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:33.687 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:33 smithi125 bash[25274]: audit 2023-12-09T02:09:32.622289+0000 mon.a (mon.0) 1798 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:33.687 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:33 smithi125 bash[25274]: audit 2023-12-09T02:09:32.625081+0000 mon.a (mon.0) 1799 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:33.688 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:33 smithi125 bash[25274]: audit 2023-12-09T02:09:32.626472+0000 mon.a (mon.0) 1800 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:33.688 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:33 smithi125 bash[25274]: audit 2023-12-09T02:09:32.636125+0000 mon.a (mon.0) 1801 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:33.688 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:33 smithi125 bash[25274]: audit 2023-12-09T02:09:32.715261+0000 mon.a (mon.0) 1802 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:33.688 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:33 smithi125 bash[25274]: audit 2023-12-09T02:09:32.718190+0000 mon.a (mon.0) 1803 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:33.688 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:33 smithi125 bash[25274]: audit 2023-12-09T02:09:32.723098+0000 mon.a (mon.0) 1804 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:33.688 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:33 smithi125 bash[25274]: audit 2023-12-09T02:09:32.724395+0000 mon.a (mon.0) 1805 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:33.688 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:33 smithi125 bash[25274]: audit 2023-12-09T02:09:32.733477+0000 mon.a (mon.0) 1806 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:33.688 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:33 smithi125 bash[25274]: audit 2023-12-09T02:09:32.811480+0000 mon.a (mon.0) 1807 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:33.688 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:33 smithi125 bash[25274]: audit 2023-12-09T02:09:32.813965+0000 mon.a (mon.0) 1808 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:33.688 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:33 smithi125 bash[25274]: audit 2023-12-09T02:09:32.817049+0000 mon.a (mon.0) 1809 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:33.689 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:33 smithi125 bash[25274]: audit 2023-12-09T02:09:32.818254+0000 mon.a (mon.0) 1810 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:33.689 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:33 smithi125 bash[25274]: audit 2023-12-09T02:09:32.826241+0000 mon.a (mon.0) 1811 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:33.689 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:33 smithi125 bash[25274]: audit 2023-12-09T02:09:32.907462+0000 mon.a (mon.0) 1812 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:33.689 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:33 smithi125 bash[25274]: audit 2023-12-09T02:09:32.910155+0000 mon.a (mon.0) 1813 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:33.689 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:33 smithi125 bash[25274]: audit 2023-12-09T02:09:32.913889+0000 mon.a (mon.0) 1814 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:33.689 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:33 smithi125 bash[25274]: audit 2023-12-09T02:09:32.915145+0000 mon.a (mon.0) 1815 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:33.689 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:33 smithi125 bash[25274]: audit 2023-12-09T02:09:32.925508+0000 mon.a (mon.0) 1816 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:33.690 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:33 smithi125 bash[25274]: audit 2023-12-09T02:09:33.009115+0000 mon.a (mon.0) 1817 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:33.690 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:33 smithi125 bash[25274]: audit 2023-12-09T02:09:33.011517+0000 mon.a (mon.0) 1818 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:33.690 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:33 smithi125 bash[25274]: audit 2023-12-09T02:09:33.013722+0000 mon.a (mon.0) 1819 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:33.690 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:33 smithi125 bash[25274]: audit 2023-12-09T02:09:33.014486+0000 mon.a (mon.0) 1820 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:33.690 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:33 smithi125 bash[25274]: audit 2023-12-09T02:09:33.023449+0000 mon.a (mon.0) 1821 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:33.690 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:33 smithi125 bash[25274]: audit 2023-12-09T02:09:33.104715+0000 mon.a (mon.0) 1822 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:33.690 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:33 smithi125 bash[25274]: audit 2023-12-09T02:09:33.107362+0000 mon.a (mon.0) 1823 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:33.690 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:33 smithi125 bash[25274]: audit 2023-12-09T02:09:33.110112+0000 mon.a (mon.0) 1824 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:33.690 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:33 smithi125 bash[25274]: audit 2023-12-09T02:09:33.111043+0000 mon.a (mon.0) 1825 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:33.690 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:33 smithi125 bash[25274]: audit 2023-12-09T02:09:33.120458+0000 mon.a (mon.0) 1826 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:33.690 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:33 smithi125 bash[25274]: audit 2023-12-09T02:09:33.204831+0000 mon.a (mon.0) 1827 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:33.690 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:33 smithi125 bash[25274]: audit 2023-12-09T02:09:33.207539+0000 mon.a (mon.0) 1828 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:33.690 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:33 smithi125 bash[25274]: audit 2023-12-09T02:09:33.210771+0000 mon.a (mon.0) 1829 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:33.690 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:33 smithi125 bash[25274]: audit 2023-12-09T02:09:33.211908+0000 mon.a (mon.0) 1830 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:33.691 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:33 smithi125 bash[25274]: audit 2023-12-09T02:09:33.220187+0000 mon.a (mon.0) 1831 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:33.691 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:33 smithi125 bash[25274]: audit 2023-12-09T02:09:33.304853+0000 mon.a (mon.0) 1832 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:33.691 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:33 smithi125 bash[25274]: audit 2023-12-09T02:09:33.307145+0000 mon.a (mon.0) 1833 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:33.691 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:33 smithi125 bash[25274]: audit 2023-12-09T02:09:33.310224+0000 mon.a (mon.0) 1834 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:33.691 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:33 smithi125 bash[25274]: audit 2023-12-09T02:09:33.311102+0000 mon.a (mon.0) 1835 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:33.719 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:33 smithi067 bash[25104]: cephadm 2023-12-09T02:09:31.401139+0000 mgr.y (mgr.15420) 103 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:33.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:33 smithi067 bash[25104]: cephadm 2023-12-09T02:09:31.493708+0000 mgr.y (mgr.15420) 104 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:33.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:33 smithi067 bash[25104]: cephadm 2023-12-09T02:09:31.587037+0000 mgr.y (mgr.15420) 105 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:33.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:33 smithi067 bash[25104]: cephadm 2023-12-09T02:09:31.684621+0000 mgr.y (mgr.15420) 106 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:33.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:33 smithi067 bash[25104]: cephadm 2023-12-09T02:09:31.779014+0000 mgr.y (mgr.15420) 107 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:33.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:33 smithi067 bash[25104]: cephadm 2023-12-09T02:09:31.858675+0000 mgr.y (mgr.15420) 108 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:33.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:33 smithi067 bash[25104]: cephadm 2023-12-09T02:09:31.955492+0000 mgr.y (mgr.15420) 109 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:33.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:33 smithi067 bash[25104]: cephadm 2023-12-09T02:09:32.053429+0000 mgr.y (mgr.15420) 110 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:33.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:33 smithi067 bash[25104]: cephadm 2023-12-09T02:09:32.150802+0000 mgr.y (mgr.15420) 111 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:33.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:33 smithi067 bash[25104]: cluster 2023-12-09T02:09:32.166073+0000 mgr.y (mgr.15420) 112 : cluster [DBG] pgmap v16: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:09:33.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:33 smithi067 bash[25104]: cephadm 2023-12-09T02:09:32.248757+0000 mgr.y (mgr.15420) 113 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:33.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:33 smithi067 bash[25104]: audit 2023-12-09T02:09:32.331891+0000 mon.a (mon.0) 1782 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:33.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:33 smithi067 bash[25104]: audit 2023-12-09T02:09:32.333706+0000 mon.a (mon.0) 1783 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:33.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:33 smithi067 bash[25104]: audit 2023-12-09T02:09:32.335496+0000 mon.a (mon.0) 1784 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:33.721 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:33 smithi067 bash[25104]: audit 2023-12-09T02:09:32.336142+0000 mon.a (mon.0) 1785 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:33.721 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:33 smithi067 bash[25104]: audit 2023-12-09T02:09:32.341353+0000 mon.a (mon.0) 1786 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:33.721 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:33 smithi067 bash[25104]: cephadm 2023-12-09T02:09:32.341871+0000 mgr.y (mgr.15420) 114 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:33.721 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:33 smithi067 bash[25104]: audit 2023-12-09T02:09:32.422062+0000 mon.a (mon.0) 1787 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:33.721 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:33 smithi067 bash[25104]: audit 2023-12-09T02:09:32.426068+0000 mon.a (mon.0) 1788 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:33.721 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:33 smithi067 bash[25104]: audit 2023-12-09T02:09:32.430667+0000 mon.a (mon.0) 1789 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:33.721 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:33 smithi067 bash[25104]: audit 2023-12-09T02:09:32.431949+0000 mon.a (mon.0) 1790 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:33.721 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:33 smithi067 bash[25104]: audit 2023-12-09T02:09:32.439825+0000 mon.a (mon.0) 1791 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:33.721 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:33 smithi067 bash[25104]: audit 2023-12-09T02:09:32.522311+0000 mon.a (mon.0) 1792 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:33.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:33 smithi067 bash[25104]: audit 2023-12-09T02:09:32.525076+0000 mon.a (mon.0) 1793 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:33.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:33 smithi067 bash[25104]: audit 2023-12-09T02:09:32.528141+0000 mon.a (mon.0) 1794 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:33.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:33 smithi067 bash[25104]: audit 2023-12-09T02:09:32.529374+0000 mon.a (mon.0) 1795 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:33.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:33 smithi067 bash[25104]: audit 2023-12-09T02:09:32.538781+0000 mon.a (mon.0) 1796 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:33.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:33 smithi067 bash[25104]: audit 2023-12-09T02:09:32.618962+0000 mon.a (mon.0) 1797 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:33.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:33 smithi067 bash[25104]: audit 2023-12-09T02:09:32.622289+0000 mon.a (mon.0) 1798 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:33.723 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:33 smithi067 bash[25104]: audit 2023-12-09T02:09:32.625081+0000 mon.a (mon.0) 1799 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:33.723 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:33 smithi067 bash[25104]: audit 2023-12-09T02:09:32.626472+0000 mon.a (mon.0) 1800 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:33.723 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:33 smithi067 bash[25104]: audit 2023-12-09T02:09:32.636125+0000 mon.a (mon.0) 1801 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:33.723 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:33 smithi067 bash[25104]: audit 2023-12-09T02:09:32.715261+0000 mon.a (mon.0) 1802 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:33.723 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:33 smithi067 bash[25104]: audit 2023-12-09T02:09:32.718190+0000 mon.a (mon.0) 1803 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:33.723 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:33 smithi067 bash[25104]: audit 2023-12-09T02:09:32.723098+0000 mon.a (mon.0) 1804 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:33.724 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:33 smithi067 bash[25104]: audit 2023-12-09T02:09:32.724395+0000 mon.a (mon.0) 1805 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:33.724 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:33 smithi067 bash[25104]: audit 2023-12-09T02:09:32.733477+0000 mon.a (mon.0) 1806 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:33.724 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:33 smithi067 bash[25104]: audit 2023-12-09T02:09:32.811480+0000 mon.a (mon.0) 1807 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:33.724 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:33 smithi067 bash[25104]: audit 2023-12-09T02:09:32.813965+0000 mon.a (mon.0) 1808 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:33.724 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:33 smithi067 bash[25104]: audit 2023-12-09T02:09:32.817049+0000 mon.a (mon.0) 1809 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:33.724 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:33 smithi067 bash[25104]: audit 2023-12-09T02:09:32.818254+0000 mon.a (mon.0) 1810 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:33.725 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:33 smithi067 bash[25104]: audit 2023-12-09T02:09:32.826241+0000 mon.a (mon.0) 1811 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:33.725 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:33 smithi067 bash[25104]: audit 2023-12-09T02:09:32.907462+0000 mon.a (mon.0) 1812 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:33.725 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:33 smithi067 bash[25104]: audit 2023-12-09T02:09:32.910155+0000 mon.a (mon.0) 1813 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:33.725 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:33 smithi067 bash[25104]: audit 2023-12-09T02:09:32.913889+0000 mon.a (mon.0) 1814 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:33.725 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:33 smithi067 bash[25104]: audit 2023-12-09T02:09:32.915145+0000 mon.a (mon.0) 1815 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:33.725 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:33 smithi067 bash[25104]: audit 2023-12-09T02:09:32.925508+0000 mon.a (mon.0) 1816 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:33.725 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:33 smithi067 bash[25104]: audit 2023-12-09T02:09:33.009115+0000 mon.a (mon.0) 1817 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:33.725 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:33 smithi067 bash[25104]: audit 2023-12-09T02:09:33.011517+0000 mon.a (mon.0) 1818 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:33.725 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:33 smithi067 bash[25104]: audit 2023-12-09T02:09:33.013722+0000 mon.a (mon.0) 1819 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:33.725 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:33 smithi067 bash[25104]: audit 2023-12-09T02:09:33.014486+0000 mon.a (mon.0) 1820 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:33.725 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:33 smithi067 bash[25104]: audit 2023-12-09T02:09:33.023449+0000 mon.a (mon.0) 1821 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:33.726 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:33 smithi067 bash[25104]: audit 2023-12-09T02:09:33.104715+0000 mon.a (mon.0) 1822 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:33.726 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:33 smithi067 bash[25104]: audit 2023-12-09T02:09:33.107362+0000 mon.a (mon.0) 1823 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:33.726 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:33 smithi067 bash[25104]: audit 2023-12-09T02:09:33.110112+0000 mon.a (mon.0) 1824 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:33.726 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:33 smithi067 bash[25104]: audit 2023-12-09T02:09:33.111043+0000 mon.a (mon.0) 1825 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:33.726 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:33 smithi067 bash[25104]: audit 2023-12-09T02:09:33.120458+0000 mon.a (mon.0) 1826 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:33.726 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:33 smithi067 bash[25104]: audit 2023-12-09T02:09:33.204831+0000 mon.a (mon.0) 1827 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:33.726 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:33 smithi067 bash[25104]: audit 2023-12-09T02:09:33.207539+0000 mon.a (mon.0) 1828 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:33.726 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:33 smithi067 bash[25104]: audit 2023-12-09T02:09:33.210771+0000 mon.a (mon.0) 1829 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:33.726 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:33 smithi067 bash[25104]: audit 2023-12-09T02:09:33.211908+0000 mon.a (mon.0) 1830 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:33.726 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:33 smithi067 bash[25104]: audit 2023-12-09T02:09:33.220187+0000 mon.a (mon.0) 1831 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:33.726 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:33 smithi067 bash[25104]: audit 2023-12-09T02:09:33.304853+0000 mon.a (mon.0) 1832 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:33.726 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:33 smithi067 bash[25104]: audit 2023-12-09T02:09:33.307145+0000 mon.a (mon.0) 1833 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:33.726 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:33 smithi067 bash[25104]: audit 2023-12-09T02:09:33.310224+0000 mon.a (mon.0) 1834 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:33.726 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:33 smithi067 bash[25104]: audit 2023-12-09T02:09:33.311102+0000 mon.a (mon.0) 1835 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:33.727 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:33 smithi067 bash[30830]: cephadm 2023-12-09T02:09:31.401139+0000 mgr.y (mgr.15420) 103 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:33.727 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:33 smithi067 bash[30830]: cephadm 2023-12-09T02:09:31.493708+0000 mgr.y (mgr.15420) 104 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:33.727 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:33 smithi067 bash[30830]: cephadm 2023-12-09T02:09:31.587037+0000 mgr.y (mgr.15420) 105 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:33.728 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:33 smithi067 bash[30830]: cephadm 2023-12-09T02:09:31.684621+0000 mgr.y (mgr.15420) 106 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:33.728 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:33 smithi067 bash[30830]: cephadm 2023-12-09T02:09:31.779014+0000 mgr.y (mgr.15420) 107 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:33.728 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:33 smithi067 bash[30830]: cephadm 2023-12-09T02:09:31.858675+0000 mgr.y (mgr.15420) 108 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:33.728 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:33 smithi067 bash[30830]: cephadm 2023-12-09T02:09:31.955492+0000 mgr.y (mgr.15420) 109 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:33.728 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:33 smithi067 bash[30830]: cephadm 2023-12-09T02:09:32.053429+0000 mgr.y (mgr.15420) 110 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:33.728 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:33 smithi067 bash[30830]: cephadm 2023-12-09T02:09:32.150802+0000 mgr.y (mgr.15420) 111 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:33.728 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:33 smithi067 bash[30830]: cluster 2023-12-09T02:09:32.166073+0000 mgr.y (mgr.15420) 112 : cluster [DBG] pgmap v16: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:09:33.728 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:33 smithi067 bash[30830]: cephadm 2023-12-09T02:09:32.248757+0000 mgr.y (mgr.15420) 113 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:33.728 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:33 smithi067 bash[30830]: audit 2023-12-09T02:09:32.331891+0000 mon.a (mon.0) 1782 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:33.728 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:33 smithi067 bash[30830]: audit 2023-12-09T02:09:32.333706+0000 mon.a (mon.0) 1783 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:33.728 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:33 smithi067 bash[30830]: audit 2023-12-09T02:09:32.335496+0000 mon.a (mon.0) 1784 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:33.728 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:33 smithi067 bash[30830]: audit 2023-12-09T02:09:32.336142+0000 mon.a (mon.0) 1785 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:33.728 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:33 smithi067 bash[30830]: audit 2023-12-09T02:09:32.341353+0000 mon.a (mon.0) 1786 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:33.729 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:33 smithi067 bash[30830]: cephadm 2023-12-09T02:09:32.341871+0000 mgr.y (mgr.15420) 114 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:33.729 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:33 smithi067 bash[30830]: audit 2023-12-09T02:09:32.422062+0000 mon.a (mon.0) 1787 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:33.729 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:33 smithi067 bash[30830]: audit 2023-12-09T02:09:32.426068+0000 mon.a (mon.0) 1788 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:33.729 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:33 smithi067 bash[30830]: audit 2023-12-09T02:09:32.430667+0000 mon.a (mon.0) 1789 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:33.729 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:33 smithi067 bash[30830]: audit 2023-12-09T02:09:32.431949+0000 mon.a (mon.0) 1790 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:33.729 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:33 smithi067 bash[30830]: audit 2023-12-09T02:09:32.439825+0000 mon.a (mon.0) 1791 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:33.729 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:33 smithi067 bash[30830]: audit 2023-12-09T02:09:32.522311+0000 mon.a (mon.0) 1792 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:33.729 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:33 smithi067 bash[30830]: audit 2023-12-09T02:09:32.525076+0000 mon.a (mon.0) 1793 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:33.729 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:33 smithi067 bash[30830]: audit 2023-12-09T02:09:32.528141+0000 mon.a (mon.0) 1794 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:33.729 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:33 smithi067 bash[30830]: audit 2023-12-09T02:09:32.529374+0000 mon.a (mon.0) 1795 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:33.729 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:33 smithi067 bash[30830]: audit 2023-12-09T02:09:32.538781+0000 mon.a (mon.0) 1796 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:33.729 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:33 smithi067 bash[30830]: audit 2023-12-09T02:09:32.618962+0000 mon.a (mon.0) 1797 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:33.729 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:33 smithi067 bash[30830]: audit 2023-12-09T02:09:32.622289+0000 mon.a (mon.0) 1798 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:33.729 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:33 smithi067 bash[30830]: audit 2023-12-09T02:09:32.625081+0000 mon.a (mon.0) 1799 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:33.729 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:33 smithi067 bash[30830]: audit 2023-12-09T02:09:32.626472+0000 mon.a (mon.0) 1800 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:33.730 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:33 smithi067 bash[30830]: audit 2023-12-09T02:09:32.636125+0000 mon.a (mon.0) 1801 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:33.730 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:33 smithi067 bash[30830]: audit 2023-12-09T02:09:32.715261+0000 mon.a (mon.0) 1802 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:33.730 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:33 smithi067 bash[30830]: audit 2023-12-09T02:09:32.718190+0000 mon.a (mon.0) 1803 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:33.730 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:33 smithi067 bash[30830]: audit 2023-12-09T02:09:32.723098+0000 mon.a (mon.0) 1804 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:33.730 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:33 smithi067 bash[30830]: audit 2023-12-09T02:09:32.724395+0000 mon.a (mon.0) 1805 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:33.730 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:33 smithi067 bash[30830]: audit 2023-12-09T02:09:32.733477+0000 mon.a (mon.0) 1806 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:33.730 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:33 smithi067 bash[30830]: audit 2023-12-09T02:09:32.811480+0000 mon.a (mon.0) 1807 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:33.730 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:33 smithi067 bash[30830]: audit 2023-12-09T02:09:32.813965+0000 mon.a (mon.0) 1808 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:33.730 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:33 smithi067 bash[30830]: audit 2023-12-09T02:09:32.817049+0000 mon.a (mon.0) 1809 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:33.730 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:33 smithi067 bash[30830]: audit 2023-12-09T02:09:32.818254+0000 mon.a (mon.0) 1810 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:33.730 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:33 smithi067 bash[30830]: audit 2023-12-09T02:09:32.826241+0000 mon.a (mon.0) 1811 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:33.730 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:33 smithi067 bash[30830]: audit 2023-12-09T02:09:32.907462+0000 mon.a (mon.0) 1812 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:33.730 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:33 smithi067 bash[30830]: audit 2023-12-09T02:09:32.910155+0000 mon.a (mon.0) 1813 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:33.730 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:33 smithi067 bash[30830]: audit 2023-12-09T02:09:32.913889+0000 mon.a (mon.0) 1814 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:33.731 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:33 smithi067 bash[30830]: audit 2023-12-09T02:09:32.915145+0000 mon.a (mon.0) 1815 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:33.731 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:33 smithi067 bash[30830]: audit 2023-12-09T02:09:32.925508+0000 mon.a (mon.0) 1816 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:33.731 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:33 smithi067 bash[30830]: audit 2023-12-09T02:09:33.009115+0000 mon.a (mon.0) 1817 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:33.731 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:33 smithi067 bash[30830]: audit 2023-12-09T02:09:33.011517+0000 mon.a (mon.0) 1818 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:33.731 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:33 smithi067 bash[30830]: audit 2023-12-09T02:09:33.013722+0000 mon.a (mon.0) 1819 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:33.731 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:33 smithi067 bash[30830]: audit 2023-12-09T02:09:33.014486+0000 mon.a (mon.0) 1820 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:33.731 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:33 smithi067 bash[30830]: audit 2023-12-09T02:09:33.023449+0000 mon.a (mon.0) 1821 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:33.731 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:33 smithi067 bash[30830]: audit 2023-12-09T02:09:33.104715+0000 mon.a (mon.0) 1822 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:33.731 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:33 smithi067 bash[30830]: audit 2023-12-09T02:09:33.107362+0000 mon.a (mon.0) 1823 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:33.731 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:33 smithi067 bash[30830]: audit 2023-12-09T02:09:33.110112+0000 mon.a (mon.0) 1824 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:33.731 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:33 smithi067 bash[30830]: audit 2023-12-09T02:09:33.111043+0000 mon.a (mon.0) 1825 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:33.731 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:33 smithi067 bash[30830]: audit 2023-12-09T02:09:33.120458+0000 mon.a (mon.0) 1826 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:33.731 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:33 smithi067 bash[30830]: audit 2023-12-09T02:09:33.204831+0000 mon.a (mon.0) 1827 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:33.731 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:33 smithi067 bash[30830]: audit 2023-12-09T02:09:33.207539+0000 mon.a (mon.0) 1828 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:33.731 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:33 smithi067 bash[30830]: audit 2023-12-09T02:09:33.210771+0000 mon.a (mon.0) 1829 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:33.732 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:33 smithi067 bash[30830]: audit 2023-12-09T02:09:33.211908+0000 mon.a (mon.0) 1830 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:33.732 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:33 smithi067 bash[30830]: audit 2023-12-09T02:09:33.220187+0000 mon.a (mon.0) 1831 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:33.732 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:33 smithi067 bash[30830]: audit 2023-12-09T02:09:33.304853+0000 mon.a (mon.0) 1832 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:33.732 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:33 smithi067 bash[30830]: audit 2023-12-09T02:09:33.307145+0000 mon.a (mon.0) 1833 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:33.732 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:33 smithi067 bash[30830]: audit 2023-12-09T02:09:33.310224+0000 mon.a (mon.0) 1834 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:33.732 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:33 smithi067 bash[30830]: audit 2023-12-09T02:09:33.311102+0000 mon.a (mon.0) 1835 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:33.972 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 02:09:33 smithi125 bash[62858]: debug 2023-12-09T02:09:33.676+0000 7f420d9b8200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-12-09T02:09:33.972 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 02:09:33 smithi125 bash[62858]: debug 2023-12-09T02:09:33.876+0000 7f420d9b8200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-12-09T02:09:34.219 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:09:33 smithi067 bash[75618]: ::ffff:172.21.15.125 - - [09/Dec/2023:02:09:33] "GET /metrics HTTP/1.1" 200 38232 "" "Prometheus/2.33.4" 2023-12-09T02:09:34.336 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 02:09:34 smithi125 bash[62858]: debug 2023-12-09T02:09:34.008+0000 7f420d9b8200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-12-09T02:09:34.337 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:34 smithi125 bash[25274]: cephadm 2023-12-09T02:09:32.440551+0000 mgr.y (mgr.15420) 115 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:34.337 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:34 smithi125 bash[25274]: cephadm 2023-12-09T02:09:32.539688+0000 mgr.y (mgr.15420) 116 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:34.337 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:34 smithi125 bash[25274]: cephadm 2023-12-09T02:09:32.636919+0000 mgr.y (mgr.15420) 117 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:34.337 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:34 smithi125 bash[25274]: cephadm 2023-12-09T02:09:32.734054+0000 mgr.y (mgr.15420) 118 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:34.337 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:34 smithi125 bash[25274]: cephadm 2023-12-09T02:09:32.826844+0000 mgr.y (mgr.15420) 119 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:34.337 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:34 smithi125 bash[25274]: cephadm 2023-12-09T02:09:32.926324+0000 mgr.y (mgr.15420) 120 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:34.337 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:34 smithi125 bash[25274]: cephadm 2023-12-09T02:09:33.024192+0000 mgr.y (mgr.15420) 121 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:34.337 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:34 smithi125 bash[25274]: cephadm 2023-12-09T02:09:33.121194+0000 mgr.y (mgr.15420) 122 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:34.337 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:34 smithi125 bash[25274]: cephadm 2023-12-09T02:09:33.221980+0000 mgr.y (mgr.15420) 123 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:34.337 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:34 smithi125 bash[25274]: audit 2023-12-09T02:09:33.330165+0000 mon.a (mon.0) 1836 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:34.338 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:34 smithi125 bash[25274]: cephadm 2023-12-09T02:09:33.330672+0000 mgr.y (mgr.15420) 124 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:34.702 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:34 smithi125 bash[25274]: audit 2023-12-09T02:09:33.392809+0000 mon.a (mon.0) 1837 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:34.702 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:34 smithi125 bash[25274]: audit 2023-12-09T02:09:33.395086+0000 mon.a (mon.0) 1838 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:34.702 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:34 smithi125 bash[25274]: audit 2023-12-09T02:09:33.398050+0000 mon.a (mon.0) 1839 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:34.702 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:34 smithi125 bash[25274]: audit 2023-12-09T02:09:33.399108+0000 mon.a (mon.0) 1840 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:34.702 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:34 smithi125 bash[25274]: audit 2023-12-09T02:09:33.404833+0000 mon.a (mon.0) 1841 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:34.702 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:34 smithi125 bash[25274]: audit 2023-12-09T02:09:33.485721+0000 mon.a (mon.0) 1842 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:34.702 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:34 smithi125 bash[25274]: audit 2023-12-09T02:09:33.488240+0000 mon.a (mon.0) 1843 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:34.702 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:34 smithi125 bash[25274]: audit 2023-12-09T02:09:33.490992+0000 mon.a (mon.0) 1844 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:34.702 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:34 smithi125 bash[25274]: audit 2023-12-09T02:09:33.492114+0000 mon.a (mon.0) 1845 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:34.702 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:34 smithi125 bash[25274]: audit 2023-12-09T02:09:33.502228+0000 mon.a (mon.0) 1846 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:34.702 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:34 smithi125 bash[25274]: audit 2023-12-09T02:09:33.585000+0000 mon.a (mon.0) 1847 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:34.703 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:34 smithi125 bash[25274]: audit 2023-12-09T02:09:33.587541+0000 mon.a (mon.0) 1848 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:34.703 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:34 smithi125 bash[25274]: audit 2023-12-09T02:09:33.591203+0000 mon.a (mon.0) 1849 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:34.703 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:34 smithi125 bash[25274]: audit 2023-12-09T02:09:33.592303+0000 mon.a (mon.0) 1850 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:34.703 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:34 smithi125 bash[25274]: audit 2023-12-09T02:09:33.600303+0000 mon.a (mon.0) 1851 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:34.703 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:34 smithi125 bash[25274]: audit 2023-12-09T02:09:33.681787+0000 mon.a (mon.0) 1852 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:34.703 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:34 smithi125 bash[25274]: audit 2023-12-09T02:09:33.683878+0000 mon.a (mon.0) 1853 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:34.703 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:34 smithi125 bash[25274]: audit 2023-12-09T02:09:33.686844+0000 mon.a (mon.0) 1854 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:34.703 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:34 smithi125 bash[25274]: audit 2023-12-09T02:09:33.687715+0000 mon.a (mon.0) 1855 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:34.704 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:34 smithi125 bash[25274]: audit 2023-12-09T02:09:33.694984+0000 mon.a (mon.0) 1856 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:34.704 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:34 smithi125 bash[25274]: audit 2023-12-09T02:09:33.758314+0000 mon.a (mon.0) 1857 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:34.704 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:34 smithi125 bash[25274]: audit 2023-12-09T02:09:33.761317+0000 mon.a (mon.0) 1858 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:34.704 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:34 smithi125 bash[25274]: audit 2023-12-09T02:09:33.765063+0000 mon.a (mon.0) 1859 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:34.704 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:34 smithi125 bash[25274]: audit 2023-12-09T02:09:33.766357+0000 mon.a (mon.0) 1860 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:34.704 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:34 smithi125 bash[25274]: audit 2023-12-09T02:09:33.777183+0000 mon.a (mon.0) 1861 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:34.704 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:34 smithi125 bash[25274]: audit 2023-12-09T02:09:33.844732+0000 mon.a (mon.0) 1862 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:34.704 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:34 smithi125 bash[25274]: audit 2023-12-09T02:09:33.848410+0000 mon.a (mon.0) 1863 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:34.704 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:34 smithi125 bash[25274]: audit 2023-12-09T02:09:33.852438+0000 mon.a (mon.0) 1864 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:34.704 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:34 smithi125 bash[25274]: audit 2023-12-09T02:09:33.853980+0000 mon.a (mon.0) 1865 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:34.705 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:34 smithi125 bash[25274]: audit 2023-12-09T02:09:33.863878+0000 mon.a (mon.0) 1866 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:34.705 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:34 smithi125 bash[25274]: audit 2023-12-09T02:09:33.942813+0000 mon.a (mon.0) 1867 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:34.705 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:34 smithi125 bash[25274]: audit 2023-12-09T02:09:33.945022+0000 mon.a (mon.0) 1868 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:34.705 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:34 smithi125 bash[25274]: audit 2023-12-09T02:09:33.947487+0000 mon.a (mon.0) 1869 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:34.705 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:34 smithi125 bash[25274]: audit 2023-12-09T02:09:33.948304+0000 mon.a (mon.0) 1870 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:34.705 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:34 smithi125 bash[25274]: audit 2023-12-09T02:09:33.956471+0000 mon.a (mon.0) 1871 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:34.705 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:34 smithi125 bash[25274]: audit 2023-12-09T02:09:34.037925+0000 mon.a (mon.0) 1872 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:34.706 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:34 smithi125 bash[25274]: audit 2023-12-09T02:09:34.039933+0000 mon.a (mon.0) 1873 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:34.706 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:34 smithi125 bash[25274]: audit 2023-12-09T02:09:34.042655+0000 mon.a (mon.0) 1874 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:34.706 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:34 smithi125 bash[25274]: audit 2023-12-09T02:09:34.043499+0000 mon.a (mon.0) 1875 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:34.706 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:34 smithi125 bash[25274]: audit 2023-12-09T02:09:34.051841+0000 mon.a (mon.0) 1876 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:34.706 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:34 smithi125 bash[25274]: audit 2023-12-09T02:09:34.133989+0000 mon.a (mon.0) 1877 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:34.706 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:34 smithi125 bash[25274]: audit 2023-12-09T02:09:34.136562+0000 mon.a (mon.0) 1878 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:34.706 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:34 smithi125 bash[25274]: audit 2023-12-09T02:09:34.139622+0000 mon.a (mon.0) 1879 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:34.706 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:34 smithi125 bash[25274]: audit 2023-12-09T02:09:34.141064+0000 mon.a (mon.0) 1880 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:34.706 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:34 smithi125 bash[25274]: audit 2023-12-09T02:09:34.150243+0000 mon.a (mon.0) 1881 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:34.706 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:34 smithi125 bash[25274]: audit 2023-12-09T02:09:34.231783+0000 mon.a (mon.0) 1882 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:34.706 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:34 smithi125 bash[25274]: audit 2023-12-09T02:09:34.234574+0000 mon.a (mon.0) 1883 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:34.707 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:34 smithi125 bash[25274]: audit 2023-12-09T02:09:34.238234+0000 mon.a (mon.0) 1884 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:34.707 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:34 smithi125 bash[25274]: audit 2023-12-09T02:09:34.239385+0000 mon.a (mon.0) 1885 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:34.707 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:34 smithi125 bash[25274]: audit 2023-12-09T02:09:34.250253+0000 mon.a (mon.0) 1886 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:34.719 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:34 smithi067 bash[30830]: cephadm 2023-12-09T02:09:32.440551+0000 mgr.y (mgr.15420) 115 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:34.719 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:34 smithi067 bash[30830]: cephadm 2023-12-09T02:09:32.539688+0000 mgr.y (mgr.15420) 116 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:34.719 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:34 smithi067 bash[30830]: cephadm 2023-12-09T02:09:32.636919+0000 mgr.y (mgr.15420) 117 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:34.719 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:34 smithi067 bash[30830]: cephadm 2023-12-09T02:09:32.734054+0000 mgr.y (mgr.15420) 118 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:34.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:34 smithi067 bash[30830]: cephadm 2023-12-09T02:09:32.826844+0000 mgr.y (mgr.15420) 119 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:34.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:34 smithi067 bash[30830]: cephadm 2023-12-09T02:09:32.926324+0000 mgr.y (mgr.15420) 120 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:34.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:34 smithi067 bash[30830]: cephadm 2023-12-09T02:09:33.024192+0000 mgr.y (mgr.15420) 121 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:34.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:34 smithi067 bash[30830]: cephadm 2023-12-09T02:09:33.121194+0000 mgr.y (mgr.15420) 122 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:34.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:34 smithi067 bash[30830]: cephadm 2023-12-09T02:09:33.221980+0000 mgr.y (mgr.15420) 123 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:34.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:34 smithi067 bash[30830]: audit 2023-12-09T02:09:33.330165+0000 mon.a (mon.0) 1836 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:34.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:34 smithi067 bash[30830]: cephadm 2023-12-09T02:09:33.330672+0000 mgr.y (mgr.15420) 124 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:34.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:34 smithi067 bash[30830]: audit 2023-12-09T02:09:33.392809+0000 mon.a (mon.0) 1837 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:34.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:34 smithi067 bash[30830]: audit 2023-12-09T02:09:33.395086+0000 mon.a (mon.0) 1838 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:34.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:34 smithi067 bash[30830]: audit 2023-12-09T02:09:33.398050+0000 mon.a (mon.0) 1839 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:34.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:34 smithi067 bash[30830]: audit 2023-12-09T02:09:33.399108+0000 mon.a (mon.0) 1840 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:34.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:34 smithi067 bash[30830]: audit 2023-12-09T02:09:33.404833+0000 mon.a (mon.0) 1841 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:34.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:34 smithi067 bash[30830]: audit 2023-12-09T02:09:33.485721+0000 mon.a (mon.0) 1842 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:34.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:34 smithi067 bash[30830]: audit 2023-12-09T02:09:33.488240+0000 mon.a (mon.0) 1843 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:34.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:34 smithi067 bash[30830]: audit 2023-12-09T02:09:33.490992+0000 mon.a (mon.0) 1844 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:34.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:34 smithi067 bash[30830]: audit 2023-12-09T02:09:33.492114+0000 mon.a (mon.0) 1845 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:34.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:34 smithi067 bash[30830]: audit 2023-12-09T02:09:33.502228+0000 mon.a (mon.0) 1846 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:34.721 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:34 smithi067 bash[25104]: cephadm 2023-12-09T02:09:32.440551+0000 mgr.y (mgr.15420) 115 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:34.721 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:34 smithi067 bash[25104]: cephadm 2023-12-09T02:09:32.539688+0000 mgr.y (mgr.15420) 116 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:34.721 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:34 smithi067 bash[25104]: cephadm 2023-12-09T02:09:32.636919+0000 mgr.y (mgr.15420) 117 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:34.721 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:34 smithi067 bash[25104]: cephadm 2023-12-09T02:09:32.734054+0000 mgr.y (mgr.15420) 118 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:34.721 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:34 smithi067 bash[25104]: cephadm 2023-12-09T02:09:32.826844+0000 mgr.y (mgr.15420) 119 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:34.721 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:34 smithi067 bash[25104]: cephadm 2023-12-09T02:09:32.926324+0000 mgr.y (mgr.15420) 120 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:34.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:34 smithi067 bash[25104]: cephadm 2023-12-09T02:09:33.024192+0000 mgr.y (mgr.15420) 121 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:34.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:34 smithi067 bash[25104]: cephadm 2023-12-09T02:09:33.121194+0000 mgr.y (mgr.15420) 122 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:34.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:34 smithi067 bash[25104]: cephadm 2023-12-09T02:09:33.221980+0000 mgr.y (mgr.15420) 123 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:34.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:34 smithi067 bash[25104]: audit 2023-12-09T02:09:33.330165+0000 mon.a (mon.0) 1836 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:34.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:34 smithi067 bash[25104]: cephadm 2023-12-09T02:09:33.330672+0000 mgr.y (mgr.15420) 124 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:34.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:34 smithi067 bash[25104]: audit 2023-12-09T02:09:33.392809+0000 mon.a (mon.0) 1837 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:34.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:34 smithi067 bash[25104]: audit 2023-12-09T02:09:33.395086+0000 mon.a (mon.0) 1838 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:34.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:34 smithi067 bash[25104]: audit 2023-12-09T02:09:33.398050+0000 mon.a (mon.0) 1839 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:34.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:34 smithi067 bash[25104]: audit 2023-12-09T02:09:33.399108+0000 mon.a (mon.0) 1840 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:34.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:34 smithi067 bash[25104]: audit 2023-12-09T02:09:33.404833+0000 mon.a (mon.0) 1841 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:34.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:34 smithi067 bash[25104]: audit 2023-12-09T02:09:33.485721+0000 mon.a (mon.0) 1842 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:34.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:34 smithi067 bash[25104]: audit 2023-12-09T02:09:33.488240+0000 mon.a (mon.0) 1843 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:34.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:34 smithi067 bash[25104]: audit 2023-12-09T02:09:33.490992+0000 mon.a (mon.0) 1844 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:34.723 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:34 smithi067 bash[25104]: audit 2023-12-09T02:09:33.492114+0000 mon.a (mon.0) 1845 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:34.723 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:34 smithi067 bash[25104]: audit 2023-12-09T02:09:33.502228+0000 mon.a (mon.0) 1846 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:34.723 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:34 smithi067 bash[30830]: audit 2023-12-09T02:09:33.585000+0000 mon.a (mon.0) 1847 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:34.723 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:34 smithi067 bash[30830]: audit 2023-12-09T02:09:33.587541+0000 mon.a (mon.0) 1848 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:34.723 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:34 smithi067 bash[30830]: audit 2023-12-09T02:09:33.591203+0000 mon.a (mon.0) 1849 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:34.723 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:34 smithi067 bash[30830]: audit 2023-12-09T02:09:33.592303+0000 mon.a (mon.0) 1850 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:34.723 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:34 smithi067 bash[30830]: audit 2023-12-09T02:09:33.600303+0000 mon.a (mon.0) 1851 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:34.723 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:34 smithi067 bash[30830]: audit 2023-12-09T02:09:33.681787+0000 mon.a (mon.0) 1852 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:34.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:34 smithi067 bash[30830]: audit 2023-12-09T02:09:33.683878+0000 mon.a (mon.0) 1853 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:34.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:34 smithi067 bash[30830]: audit 2023-12-09T02:09:33.686844+0000 mon.a (mon.0) 1854 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:34.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:34 smithi067 bash[30830]: audit 2023-12-09T02:09:33.687715+0000 mon.a (mon.0) 1855 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:34.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:34 smithi067 bash[30830]: audit 2023-12-09T02:09:33.694984+0000 mon.a (mon.0) 1856 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:34.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:34 smithi067 bash[30830]: audit 2023-12-09T02:09:33.758314+0000 mon.a (mon.0) 1857 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:34.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:34 smithi067 bash[30830]: audit 2023-12-09T02:09:33.761317+0000 mon.a (mon.0) 1858 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:34.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:34 smithi067 bash[30830]: audit 2023-12-09T02:09:33.765063+0000 mon.a (mon.0) 1859 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:34.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:34 smithi067 bash[30830]: audit 2023-12-09T02:09:33.766357+0000 mon.a (mon.0) 1860 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:34.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:34 smithi067 bash[30830]: audit 2023-12-09T02:09:33.777183+0000 mon.a (mon.0) 1861 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:34.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:34 smithi067 bash[30830]: audit 2023-12-09T02:09:33.844732+0000 mon.a (mon.0) 1862 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:34.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:34 smithi067 bash[30830]: audit 2023-12-09T02:09:33.848410+0000 mon.a (mon.0) 1863 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:34.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:34 smithi067 bash[30830]: audit 2023-12-09T02:09:33.852438+0000 mon.a (mon.0) 1864 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:34.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:34 smithi067 bash[30830]: audit 2023-12-09T02:09:33.853980+0000 mon.a (mon.0) 1865 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:34.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:34 smithi067 bash[30830]: audit 2023-12-09T02:09:33.863878+0000 mon.a (mon.0) 1866 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:34.725 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:34 smithi067 bash[30830]: audit 2023-12-09T02:09:33.942813+0000 mon.a (mon.0) 1867 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:34.725 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:34 smithi067 bash[30830]: audit 2023-12-09T02:09:33.945022+0000 mon.a (mon.0) 1868 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:34.725 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:34 smithi067 bash[30830]: audit 2023-12-09T02:09:33.947487+0000 mon.a (mon.0) 1869 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:34.725 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:34 smithi067 bash[30830]: audit 2023-12-09T02:09:33.948304+0000 mon.a (mon.0) 1870 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:34.725 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:34 smithi067 bash[30830]: audit 2023-12-09T02:09:33.956471+0000 mon.a (mon.0) 1871 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:34.725 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:34 smithi067 bash[30830]: audit 2023-12-09T02:09:34.037925+0000 mon.a (mon.0) 1872 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:34.725 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:34 smithi067 bash[30830]: audit 2023-12-09T02:09:34.039933+0000 mon.a (mon.0) 1873 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:34.725 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:34 smithi067 bash[30830]: audit 2023-12-09T02:09:34.042655+0000 mon.a (mon.0) 1874 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:34.725 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:34 smithi067 bash[30830]: audit 2023-12-09T02:09:34.043499+0000 mon.a (mon.0) 1875 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:34.725 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:34 smithi067 bash[30830]: audit 2023-12-09T02:09:34.051841+0000 mon.a (mon.0) 1876 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:34.725 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:34 smithi067 bash[30830]: audit 2023-12-09T02:09:34.133989+0000 mon.a (mon.0) 1877 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:34.725 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:34 smithi067 bash[30830]: audit 2023-12-09T02:09:34.136562+0000 mon.a (mon.0) 1878 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:34.725 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:34 smithi067 bash[30830]: audit 2023-12-09T02:09:34.139622+0000 mon.a (mon.0) 1879 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:34.725 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:34 smithi067 bash[30830]: audit 2023-12-09T02:09:34.141064+0000 mon.a (mon.0) 1880 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:34.725 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:34 smithi067 bash[30830]: audit 2023-12-09T02:09:34.150243+0000 mon.a (mon.0) 1881 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:34.726 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:34 smithi067 bash[30830]: audit 2023-12-09T02:09:34.231783+0000 mon.a (mon.0) 1882 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:34.726 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:34 smithi067 bash[30830]: audit 2023-12-09T02:09:34.234574+0000 mon.a (mon.0) 1883 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:34.726 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:34 smithi067 bash[30830]: audit 2023-12-09T02:09:34.238234+0000 mon.a (mon.0) 1884 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:34.726 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:34 smithi067 bash[30830]: audit 2023-12-09T02:09:34.239385+0000 mon.a (mon.0) 1885 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:34.726 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:34 smithi067 bash[30830]: audit 2023-12-09T02:09:34.250253+0000 mon.a (mon.0) 1886 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:34.726 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:34 smithi067 bash[25104]: audit 2023-12-09T02:09:33.585000+0000 mon.a (mon.0) 1847 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:34.727 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:34 smithi067 bash[25104]: audit 2023-12-09T02:09:33.587541+0000 mon.a (mon.0) 1848 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:34.727 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:34 smithi067 bash[25104]: audit 2023-12-09T02:09:33.591203+0000 mon.a (mon.0) 1849 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:34.727 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:34 smithi067 bash[25104]: audit 2023-12-09T02:09:33.592303+0000 mon.a (mon.0) 1850 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:34.727 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:34 smithi067 bash[25104]: audit 2023-12-09T02:09:33.600303+0000 mon.a (mon.0) 1851 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:34.727 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:34 smithi067 bash[25104]: audit 2023-12-09T02:09:33.681787+0000 mon.a (mon.0) 1852 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:34.727 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:34 smithi067 bash[25104]: audit 2023-12-09T02:09:33.683878+0000 mon.a (mon.0) 1853 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:34.727 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:34 smithi067 bash[25104]: audit 2023-12-09T02:09:33.686844+0000 mon.a (mon.0) 1854 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:34.727 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:34 smithi067 bash[25104]: audit 2023-12-09T02:09:33.687715+0000 mon.a (mon.0) 1855 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:34.727 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:34 smithi067 bash[25104]: audit 2023-12-09T02:09:33.694984+0000 mon.a (mon.0) 1856 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:34.727 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:34 smithi067 bash[25104]: audit 2023-12-09T02:09:33.758314+0000 mon.a (mon.0) 1857 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:34.727 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:34 smithi067 bash[25104]: audit 2023-12-09T02:09:33.761317+0000 mon.a (mon.0) 1858 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:34.727 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:34 smithi067 bash[25104]: audit 2023-12-09T02:09:33.765063+0000 mon.a (mon.0) 1859 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:34.727 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:34 smithi067 bash[25104]: audit 2023-12-09T02:09:33.766357+0000 mon.a (mon.0) 1860 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:34.728 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:34 smithi067 bash[25104]: audit 2023-12-09T02:09:33.777183+0000 mon.a (mon.0) 1861 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:34.728 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:34 smithi067 bash[25104]: audit 2023-12-09T02:09:33.844732+0000 mon.a (mon.0) 1862 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:34.728 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:34 smithi067 bash[25104]: audit 2023-12-09T02:09:33.848410+0000 mon.a (mon.0) 1863 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:34.728 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:34 smithi067 bash[25104]: audit 2023-12-09T02:09:33.852438+0000 mon.a (mon.0) 1864 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:34.728 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:34 smithi067 bash[25104]: audit 2023-12-09T02:09:33.853980+0000 mon.a (mon.0) 1865 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:34.728 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:34 smithi067 bash[25104]: audit 2023-12-09T02:09:33.863878+0000 mon.a (mon.0) 1866 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:34.728 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:34 smithi067 bash[25104]: audit 2023-12-09T02:09:33.942813+0000 mon.a (mon.0) 1867 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:34.728 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:34 smithi067 bash[25104]: audit 2023-12-09T02:09:33.945022+0000 mon.a (mon.0) 1868 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:34.728 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:34 smithi067 bash[25104]: audit 2023-12-09T02:09:33.947487+0000 mon.a (mon.0) 1869 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:34.728 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:34 smithi067 bash[25104]: audit 2023-12-09T02:09:33.948304+0000 mon.a (mon.0) 1870 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:34.728 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:34 smithi067 bash[25104]: audit 2023-12-09T02:09:33.956471+0000 mon.a (mon.0) 1871 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:34.728 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:34 smithi067 bash[25104]: audit 2023-12-09T02:09:34.037925+0000 mon.a (mon.0) 1872 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:34.728 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:34 smithi067 bash[25104]: audit 2023-12-09T02:09:34.039933+0000 mon.a (mon.0) 1873 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:34.728 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:34 smithi067 bash[25104]: audit 2023-12-09T02:09:34.042655+0000 mon.a (mon.0) 1874 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:34.728 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:34 smithi067 bash[25104]: audit 2023-12-09T02:09:34.043499+0000 mon.a (mon.0) 1875 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:34.729 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:34 smithi067 bash[25104]: audit 2023-12-09T02:09:34.051841+0000 mon.a (mon.0) 1876 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:34.729 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:34 smithi067 bash[25104]: audit 2023-12-09T02:09:34.133989+0000 mon.a (mon.0) 1877 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:34.729 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:34 smithi067 bash[25104]: audit 2023-12-09T02:09:34.136562+0000 mon.a (mon.0) 1878 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:34.729 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:34 smithi067 bash[25104]: audit 2023-12-09T02:09:34.139622+0000 mon.a (mon.0) 1879 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:34.729 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:34 smithi067 bash[25104]: audit 2023-12-09T02:09:34.141064+0000 mon.a (mon.0) 1880 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:34.729 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:34 smithi067 bash[25104]: audit 2023-12-09T02:09:34.150243+0000 mon.a (mon.0) 1881 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:34.729 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:34 smithi067 bash[25104]: audit 2023-12-09T02:09:34.231783+0000 mon.a (mon.0) 1882 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:34.729 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:34 smithi067 bash[25104]: audit 2023-12-09T02:09:34.234574+0000 mon.a (mon.0) 1883 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:34.729 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:34 smithi067 bash[25104]: audit 2023-12-09T02:09:34.238234+0000 mon.a (mon.0) 1884 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:34.729 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:34 smithi067 bash[25104]: audit 2023-12-09T02:09:34.239385+0000 mon.a (mon.0) 1885 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:34.729 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:34 smithi067 bash[25104]: audit 2023-12-09T02:09:34.250253+0000 mon.a (mon.0) 1886 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:35.379 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:35 smithi125 bash[25274]: cephadm 2023-12-09T02:09:33.405350+0000 mgr.y (mgr.15420) 125 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:35.379 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:35 smithi125 bash[25274]: cephadm 2023-12-09T02:09:33.502743+0000 mgr.y (mgr.15420) 126 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:35.379 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:35 smithi125 bash[25274]: cephadm 2023-12-09T02:09:33.600859+0000 mgr.y (mgr.15420) 127 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:35.379 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:35 smithi125 bash[25274]: cephadm 2023-12-09T02:09:33.695924+0000 mgr.y (mgr.15420) 128 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:35.379 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:35 smithi125 bash[25274]: cephadm 2023-12-09T02:09:33.778091+0000 mgr.y (mgr.15420) 129 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:35.380 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:35 smithi125 bash[25274]: cephadm 2023-12-09T02:09:33.864419+0000 mgr.y (mgr.15420) 130 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:35.380 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:35 smithi125 bash[25274]: cephadm 2023-12-09T02:09:33.957132+0000 mgr.y (mgr.15420) 131 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:35.380 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:35 smithi125 bash[25274]: cephadm 2023-12-09T02:09:34.052448+0000 mgr.y (mgr.15420) 132 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:35.380 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:35 smithi125 bash[25274]: cephadm 2023-12-09T02:09:34.150891+0000 mgr.y (mgr.15420) 133 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:35.380 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:35 smithi125 bash[25274]: cluster 2023-12-09T02:09:34.167396+0000 mgr.y (mgr.15420) 134 : cluster [DBG] pgmap v17: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:09:35.380 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:35 smithi125 bash[25274]: cephadm 2023-12-09T02:09:34.251085+0000 mgr.y (mgr.15420) 135 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:35.380 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:35 smithi125 bash[25274]: audit 2023-12-09T02:09:34.348327+0000 mon.a (mon.0) 1887 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:35.380 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:35 smithi125 bash[25274]: audit 2023-12-09T02:09:34.350753+0000 mon.a (mon.0) 1888 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:35.380 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:35 smithi125 bash[25274]: audit 2023-12-09T02:09:34.352519+0000 mon.a (mon.0) 1889 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:35.380 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:35 smithi125 bash[25274]: audit 2023-12-09T02:09:34.353182+0000 mon.a (mon.0) 1890 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:35.380 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:35 smithi125 bash[25274]: audit 2023-12-09T02:09:34.357669+0000 mon.a (mon.0) 1891 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:35.380 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:35 smithi125 bash[25274]: audit 2023-12-09T02:09:34.439372+0000 mon.a (mon.0) 1892 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:35.380 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:35 smithi125 bash[25274]: audit 2023-12-09T02:09:34.442847+0000 mon.a (mon.0) 1893 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:35.380 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:35 smithi125 bash[25274]: audit 2023-12-09T02:09:34.446200+0000 mon.a (mon.0) 1894 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:35.381 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:35 smithi125 bash[25274]: audit 2023-12-09T02:09:34.447580+0000 mon.a (mon.0) 1895 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:35.381 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:35 smithi125 bash[25274]: audit 2023-12-09T02:09:34.457742+0000 mon.a (mon.0) 1896 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:35.381 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:35 smithi125 bash[25274]: audit 2023-12-09T02:09:34.538363+0000 mon.a (mon.0) 1897 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:35.381 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:35 smithi125 bash[25274]: audit 2023-12-09T02:09:34.540947+0000 mon.a (mon.0) 1898 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:35.381 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:35 smithi125 bash[25274]: audit 2023-12-09T02:09:34.544334+0000 mon.a (mon.0) 1899 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:35.381 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:35 smithi125 bash[25274]: audit 2023-12-09T02:09:34.545146+0000 mon.a (mon.0) 1900 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:35.381 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:35 smithi125 bash[25274]: audit 2023-12-09T02:09:34.554736+0000 mon.a (mon.0) 1901 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:35.381 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:35 smithi125 bash[25274]: audit 2023-12-09T02:09:34.633851+0000 mon.a (mon.0) 1902 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:35.381 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:35 smithi125 bash[25274]: audit 2023-12-09T02:09:34.635961+0000 mon.a (mon.0) 1903 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:35.381 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:35 smithi125 bash[25274]: audit 2023-12-09T02:09:34.639760+0000 mon.a (mon.0) 1904 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:35.381 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:35 smithi125 bash[25274]: audit 2023-12-09T02:09:34.640832+0000 mon.a (mon.0) 1905 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:35.381 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:35 smithi125 bash[25274]: audit 2023-12-09T02:09:34.646871+0000 mon.a (mon.0) 1906 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:35.381 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:35 smithi125 bash[25274]: audit 2023-12-09T02:09:34.727990+0000 mon.a (mon.0) 1907 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:35.381 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:35 smithi125 bash[25274]: audit 2023-12-09T02:09:34.730996+0000 mon.a (mon.0) 1908 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:35.381 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:35 smithi125 bash[25274]: audit 2023-12-09T02:09:34.734274+0000 mon.a (mon.0) 1909 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:35.382 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:35 smithi125 bash[25274]: audit 2023-12-09T02:09:34.735678+0000 mon.a (mon.0) 1910 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:35.382 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:35 smithi125 bash[25274]: audit 2023-12-09T02:09:34.743767+0000 mon.a (mon.0) 1911 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:35.382 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:35 smithi125 bash[25274]: audit 2023-12-09T02:09:34.825730+0000 mon.a (mon.0) 1912 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:35.382 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:35 smithi125 bash[25274]: audit 2023-12-09T02:09:34.828226+0000 mon.a (mon.0) 1913 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:35.382 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:35 smithi125 bash[25274]: audit 2023-12-09T02:09:34.831336+0000 mon.a (mon.0) 1914 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:35.382 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:35 smithi125 bash[25274]: audit 2023-12-09T02:09:34.832251+0000 mon.a (mon.0) 1915 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:35.382 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:35 smithi125 bash[25274]: audit 2023-12-09T02:09:34.838570+0000 mon.a (mon.0) 1916 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:35.382 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:35 smithi125 bash[25274]: audit 2023-12-09T02:09:34.900467+0000 mon.a (mon.0) 1917 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:35.382 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:35 smithi125 bash[25274]: audit 2023-12-09T02:09:34.903327+0000 mon.a (mon.0) 1918 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:35.382 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:35 smithi125 bash[25274]: audit 2023-12-09T02:09:34.906871+0000 mon.a (mon.0) 1919 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:35.382 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:35 smithi125 bash[25274]: audit 2023-12-09T02:09:34.908248+0000 mon.a (mon.0) 1920 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:35.382 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:35 smithi125 bash[25274]: audit 2023-12-09T02:09:34.916171+0000 mon.a (mon.0) 1921 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:35.382 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:35 smithi125 bash[25274]: audit 2023-12-09T02:09:35.026209+0000 mon.a (mon.0) 1922 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:35.383 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:35 smithi125 bash[25274]: audit 2023-12-09T02:09:35.029252+0000 mon.a (mon.0) 1923 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:35.383 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:35 smithi125 bash[25274]: audit 2023-12-09T02:09:35.033159+0000 mon.a (mon.0) 1924 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:35.383 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:35 smithi125 bash[25274]: audit 2023-12-09T02:09:35.034435+0000 mon.a (mon.0) 1925 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:35.383 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:35 smithi125 bash[25274]: audit 2023-12-09T02:09:35.042649+0000 mon.a (mon.0) 1926 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:35.383 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:35 smithi125 bash[25274]: audit 2023-12-09T02:09:35.120239+0000 mon.a (mon.0) 1927 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:35.383 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:35 smithi125 bash[25274]: audit 2023-12-09T02:09:35.123351+0000 mon.a (mon.0) 1928 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:35.383 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:35 smithi125 bash[25274]: audit 2023-12-09T02:09:35.126874+0000 mon.a (mon.0) 1929 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:35.383 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:35 smithi125 bash[25274]: audit 2023-12-09T02:09:35.128274+0000 mon.a (mon.0) 1930 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:35.383 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:35 smithi125 bash[25274]: audit 2023-12-09T02:09:35.137427+0000 mon.a (mon.0) 1931 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:35.383 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:35 smithi125 bash[25274]: audit 2023-12-09T02:09:35.215430+0000 mon.a (mon.0) 1932 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:35.383 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:35 smithi125 bash[25274]: audit 2023-12-09T02:09:35.218222+0000 mon.a (mon.0) 1933 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:35.383 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:35 smithi125 bash[25274]: audit 2023-12-09T02:09:35.221549+0000 mon.a (mon.0) 1934 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:35.383 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:35 smithi125 bash[25274]: audit 2023-12-09T02:09:35.222586+0000 mon.a (mon.0) 1935 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:35.383 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:35 smithi125 bash[25274]: audit 2023-12-09T02:09:35.230734+0000 mon.a (mon.0) 1936 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:35.384 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:35 smithi125 bash[25274]: audit 2023-12-09T02:09:35.309363+0000 mon.a (mon.0) 1937 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:35.384 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:35 smithi125 bash[25274]: audit 2023-12-09T02:09:35.312246+0000 mon.a (mon.0) 1938 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:35.384 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:35 smithi125 bash[25274]: audit 2023-12-09T02:09:35.315109+0000 mon.a (mon.0) 1939 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:35.384 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:35 smithi125 bash[25274]: audit 2023-12-09T02:09:35.316324+0000 mon.a (mon.0) 1940 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:35.384 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:35 smithi125 bash[25274]: audit 2023-12-09T02:09:35.324011+0000 mon.a (mon.0) 1941 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:35.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:35 smithi067 bash[25104]: cephadm 2023-12-09T02:09:33.405350+0000 mgr.y (mgr.15420) 125 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:35.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:35 smithi067 bash[25104]: cephadm 2023-12-09T02:09:33.502743+0000 mgr.y (mgr.15420) 126 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:35.721 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:35 smithi067 bash[25104]: cephadm 2023-12-09T02:09:33.600859+0000 mgr.y (mgr.15420) 127 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:35.721 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:35 smithi067 bash[25104]: cephadm 2023-12-09T02:09:33.695924+0000 mgr.y (mgr.15420) 128 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:35.721 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:35 smithi067 bash[25104]: cephadm 2023-12-09T02:09:33.778091+0000 mgr.y (mgr.15420) 129 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:35.721 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:35 smithi067 bash[25104]: cephadm 2023-12-09T02:09:33.864419+0000 mgr.y (mgr.15420) 130 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:35.721 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:35 smithi067 bash[25104]: cephadm 2023-12-09T02:09:33.957132+0000 mgr.y (mgr.15420) 131 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:35.721 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:35 smithi067 bash[25104]: cephadm 2023-12-09T02:09:34.052448+0000 mgr.y (mgr.15420) 132 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:35.721 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:35 smithi067 bash[25104]: cephadm 2023-12-09T02:09:34.150891+0000 mgr.y (mgr.15420) 133 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:35.721 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:35 smithi067 bash[25104]: cluster 2023-12-09T02:09:34.167396+0000 mgr.y (mgr.15420) 134 : cluster [DBG] pgmap v17: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:09:35.721 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:35 smithi067 bash[25104]: cephadm 2023-12-09T02:09:34.251085+0000 mgr.y (mgr.15420) 135 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:35.721 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:35 smithi067 bash[25104]: audit 2023-12-09T02:09:34.348327+0000 mon.a (mon.0) 1887 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:35.721 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:35 smithi067 bash[25104]: audit 2023-12-09T02:09:34.350753+0000 mon.a (mon.0) 1888 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:35.721 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:35 smithi067 bash[25104]: audit 2023-12-09T02:09:34.352519+0000 mon.a (mon.0) 1889 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:35.721 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:35 smithi067 bash[25104]: audit 2023-12-09T02:09:34.353182+0000 mon.a (mon.0) 1890 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:35.721 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:35 smithi067 bash[25104]: audit 2023-12-09T02:09:34.357669+0000 mon.a (mon.0) 1891 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:35.721 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:35 smithi067 bash[25104]: audit 2023-12-09T02:09:34.439372+0000 mon.a (mon.0) 1892 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:35.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:35 smithi067 bash[25104]: audit 2023-12-09T02:09:34.442847+0000 mon.a (mon.0) 1893 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:35.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:35 smithi067 bash[25104]: audit 2023-12-09T02:09:34.446200+0000 mon.a (mon.0) 1894 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:35.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:35 smithi067 bash[25104]: audit 2023-12-09T02:09:34.447580+0000 mon.a (mon.0) 1895 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:35.722 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:35 smithi067 bash[30830]: cephadm 2023-12-09T02:09:33.405350+0000 mgr.y (mgr.15420) 125 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:35.722 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:35 smithi067 bash[30830]: cephadm 2023-12-09T02:09:33.502743+0000 mgr.y (mgr.15420) 126 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:35.722 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:35 smithi067 bash[30830]: cephadm 2023-12-09T02:09:33.600859+0000 mgr.y (mgr.15420) 127 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:35.722 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:35 smithi067 bash[30830]: cephadm 2023-12-09T02:09:33.695924+0000 mgr.y (mgr.15420) 128 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:35.722 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:35 smithi067 bash[30830]: cephadm 2023-12-09T02:09:33.778091+0000 mgr.y (mgr.15420) 129 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:35.722 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:35 smithi067 bash[30830]: cephadm 2023-12-09T02:09:33.864419+0000 mgr.y (mgr.15420) 130 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:35.722 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:35 smithi067 bash[30830]: cephadm 2023-12-09T02:09:33.957132+0000 mgr.y (mgr.15420) 131 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:35.723 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:35 smithi067 bash[30830]: cephadm 2023-12-09T02:09:34.052448+0000 mgr.y (mgr.15420) 132 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:35.723 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:35 smithi067 bash[30830]: cephadm 2023-12-09T02:09:34.150891+0000 mgr.y (mgr.15420) 133 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:35.723 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:35 smithi067 bash[30830]: cluster 2023-12-09T02:09:34.167396+0000 mgr.y (mgr.15420) 134 : cluster [DBG] pgmap v17: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:09:35.723 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:35 smithi067 bash[30830]: cephadm 2023-12-09T02:09:34.251085+0000 mgr.y (mgr.15420) 135 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:35.723 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:35 smithi067 bash[30830]: audit 2023-12-09T02:09:34.348327+0000 mon.a (mon.0) 1887 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:35.723 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:35 smithi067 bash[30830]: audit 2023-12-09T02:09:34.350753+0000 mon.a (mon.0) 1888 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:35.723 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:35 smithi067 bash[30830]: audit 2023-12-09T02:09:34.352519+0000 mon.a (mon.0) 1889 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:35.723 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:35 smithi067 bash[30830]: audit 2023-12-09T02:09:34.353182+0000 mon.a (mon.0) 1890 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:35.723 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:35 smithi067 bash[30830]: audit 2023-12-09T02:09:34.357669+0000 mon.a (mon.0) 1891 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:35.723 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:35 smithi067 bash[30830]: audit 2023-12-09T02:09:34.439372+0000 mon.a (mon.0) 1892 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:35.723 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:35 smithi067 bash[30830]: audit 2023-12-09T02:09:34.442847+0000 mon.a (mon.0) 1893 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:35.723 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:35 smithi067 bash[30830]: audit 2023-12-09T02:09:34.446200+0000 mon.a (mon.0) 1894 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:35.723 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:35 smithi067 bash[30830]: audit 2023-12-09T02:09:34.447580+0000 mon.a (mon.0) 1895 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:35.724 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:35 smithi067 bash[25104]: audit 2023-12-09T02:09:34.457742+0000 mon.a (mon.0) 1896 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:35.724 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:35 smithi067 bash[25104]: audit 2023-12-09T02:09:34.538363+0000 mon.a (mon.0) 1897 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:35.724 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:35 smithi067 bash[25104]: audit 2023-12-09T02:09:34.540947+0000 mon.a (mon.0) 1898 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:35.724 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:35 smithi067 bash[25104]: audit 2023-12-09T02:09:34.544334+0000 mon.a (mon.0) 1899 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:35.724 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:35 smithi067 bash[25104]: audit 2023-12-09T02:09:34.545146+0000 mon.a (mon.0) 1900 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:35.724 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:35 smithi067 bash[25104]: audit 2023-12-09T02:09:34.554736+0000 mon.a (mon.0) 1901 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:35.724 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:35 smithi067 bash[25104]: audit 2023-12-09T02:09:34.633851+0000 mon.a (mon.0) 1902 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:35.724 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:35 smithi067 bash[25104]: audit 2023-12-09T02:09:34.635961+0000 mon.a (mon.0) 1903 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:35.724 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:35 smithi067 bash[25104]: audit 2023-12-09T02:09:34.639760+0000 mon.a (mon.0) 1904 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:35.724 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:35 smithi067 bash[25104]: audit 2023-12-09T02:09:34.640832+0000 mon.a (mon.0) 1905 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:35.724 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:35 smithi067 bash[25104]: audit 2023-12-09T02:09:34.646871+0000 mon.a (mon.0) 1906 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:35.724 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:35 smithi067 bash[25104]: audit 2023-12-09T02:09:34.727990+0000 mon.a (mon.0) 1907 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:35.724 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:35 smithi067 bash[25104]: audit 2023-12-09T02:09:34.730996+0000 mon.a (mon.0) 1908 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:35.724 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:35 smithi067 bash[25104]: audit 2023-12-09T02:09:34.734274+0000 mon.a (mon.0) 1909 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:35.725 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:35 smithi067 bash[25104]: audit 2023-12-09T02:09:34.735678+0000 mon.a (mon.0) 1910 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:35.725 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:35 smithi067 bash[25104]: audit 2023-12-09T02:09:34.743767+0000 mon.a (mon.0) 1911 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:35.725 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:35 smithi067 bash[25104]: audit 2023-12-09T02:09:34.825730+0000 mon.a (mon.0) 1912 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:35.725 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:35 smithi067 bash[25104]: audit 2023-12-09T02:09:34.828226+0000 mon.a (mon.0) 1913 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:35.725 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:35 smithi067 bash[25104]: audit 2023-12-09T02:09:34.831336+0000 mon.a (mon.0) 1914 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:35.725 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:35 smithi067 bash[30830]: audit 2023-12-09T02:09:34.457742+0000 mon.a (mon.0) 1896 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:35.725 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:35 smithi067 bash[30830]: audit 2023-12-09T02:09:34.538363+0000 mon.a (mon.0) 1897 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:35.725 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:35 smithi067 bash[30830]: audit 2023-12-09T02:09:34.540947+0000 mon.a (mon.0) 1898 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:35.725 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:35 smithi067 bash[30830]: audit 2023-12-09T02:09:34.544334+0000 mon.a (mon.0) 1899 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:35.725 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:35 smithi067 bash[30830]: audit 2023-12-09T02:09:34.545146+0000 mon.a (mon.0) 1900 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:35.725 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:35 smithi067 bash[30830]: audit 2023-12-09T02:09:34.554736+0000 mon.a (mon.0) 1901 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:35.726 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:35 smithi067 bash[30830]: audit 2023-12-09T02:09:34.633851+0000 mon.a (mon.0) 1902 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:35.726 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:35 smithi067 bash[30830]: audit 2023-12-09T02:09:34.635961+0000 mon.a (mon.0) 1903 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:35.726 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:35 smithi067 bash[30830]: audit 2023-12-09T02:09:34.639760+0000 mon.a (mon.0) 1904 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:35.726 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:35 smithi067 bash[30830]: audit 2023-12-09T02:09:34.640832+0000 mon.a (mon.0) 1905 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:35.726 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:35 smithi067 bash[30830]: audit 2023-12-09T02:09:34.646871+0000 mon.a (mon.0) 1906 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:35.726 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:35 smithi067 bash[30830]: audit 2023-12-09T02:09:34.727990+0000 mon.a (mon.0) 1907 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:35.726 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:35 smithi067 bash[30830]: audit 2023-12-09T02:09:34.730996+0000 mon.a (mon.0) 1908 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:35.726 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:35 smithi067 bash[30830]: audit 2023-12-09T02:09:34.734274+0000 mon.a (mon.0) 1909 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:35.726 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:35 smithi067 bash[30830]: audit 2023-12-09T02:09:34.735678+0000 mon.a (mon.0) 1910 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:35.726 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:35 smithi067 bash[30830]: audit 2023-12-09T02:09:34.743767+0000 mon.a (mon.0) 1911 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:35.726 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:35 smithi067 bash[30830]: audit 2023-12-09T02:09:34.825730+0000 mon.a (mon.0) 1912 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:35.726 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:35 smithi067 bash[30830]: audit 2023-12-09T02:09:34.828226+0000 mon.a (mon.0) 1913 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:35.726 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:35 smithi067 bash[30830]: audit 2023-12-09T02:09:34.831336+0000 mon.a (mon.0) 1914 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:35.727 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:35 smithi067 bash[25104]: audit 2023-12-09T02:09:34.832251+0000 mon.a (mon.0) 1915 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:35.727 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:35 smithi067 bash[25104]: audit 2023-12-09T02:09:34.838570+0000 mon.a (mon.0) 1916 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:35.727 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:35 smithi067 bash[25104]: audit 2023-12-09T02:09:34.900467+0000 mon.a (mon.0) 1917 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:35.727 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:35 smithi067 bash[25104]: audit 2023-12-09T02:09:34.903327+0000 mon.a (mon.0) 1918 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:35.727 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:35 smithi067 bash[25104]: audit 2023-12-09T02:09:34.906871+0000 mon.a (mon.0) 1919 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:35.727 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:35 smithi067 bash[25104]: audit 2023-12-09T02:09:34.908248+0000 mon.a (mon.0) 1920 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:35.727 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:35 smithi067 bash[25104]: audit 2023-12-09T02:09:34.916171+0000 mon.a (mon.0) 1921 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:35.727 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:35 smithi067 bash[25104]: audit 2023-12-09T02:09:35.026209+0000 mon.a (mon.0) 1922 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:35.727 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:35 smithi067 bash[25104]: audit 2023-12-09T02:09:35.029252+0000 mon.a (mon.0) 1923 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:35.727 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:35 smithi067 bash[25104]: audit 2023-12-09T02:09:35.033159+0000 mon.a (mon.0) 1924 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:35.727 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:35 smithi067 bash[25104]: audit 2023-12-09T02:09:35.034435+0000 mon.a (mon.0) 1925 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:35.727 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:35 smithi067 bash[25104]: audit 2023-12-09T02:09:35.042649+0000 mon.a (mon.0) 1926 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:35.727 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:35 smithi067 bash[25104]: audit 2023-12-09T02:09:35.120239+0000 mon.a (mon.0) 1927 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:35.727 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:35 smithi067 bash[25104]: audit 2023-12-09T02:09:35.123351+0000 mon.a (mon.0) 1928 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:35.727 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:35 smithi067 bash[25104]: audit 2023-12-09T02:09:35.126874+0000 mon.a (mon.0) 1929 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:35.728 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:35 smithi067 bash[25104]: audit 2023-12-09T02:09:35.128274+0000 mon.a (mon.0) 1930 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:35.728 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:35 smithi067 bash[25104]: audit 2023-12-09T02:09:35.137427+0000 mon.a (mon.0) 1931 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:35.728 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:35 smithi067 bash[25104]: audit 2023-12-09T02:09:35.215430+0000 mon.a (mon.0) 1932 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:35.728 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:35 smithi067 bash[25104]: audit 2023-12-09T02:09:35.218222+0000 mon.a (mon.0) 1933 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:35.728 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:35 smithi067 bash[25104]: audit 2023-12-09T02:09:35.221549+0000 mon.a (mon.0) 1934 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:35.728 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:35 smithi067 bash[30830]: audit 2023-12-09T02:09:34.832251+0000 mon.a (mon.0) 1915 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:35.728 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:35 smithi067 bash[30830]: audit 2023-12-09T02:09:34.838570+0000 mon.a (mon.0) 1916 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:35.728 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:35 smithi067 bash[30830]: audit 2023-12-09T02:09:34.900467+0000 mon.a (mon.0) 1917 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:35.728 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:35 smithi067 bash[30830]: audit 2023-12-09T02:09:34.903327+0000 mon.a (mon.0) 1918 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:35.728 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:35 smithi067 bash[30830]: audit 2023-12-09T02:09:34.906871+0000 mon.a (mon.0) 1919 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:35.729 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:35 smithi067 bash[30830]: audit 2023-12-09T02:09:34.908248+0000 mon.a (mon.0) 1920 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:35.729 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:35 smithi067 bash[30830]: audit 2023-12-09T02:09:34.916171+0000 mon.a (mon.0) 1921 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:35.729 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:35 smithi067 bash[30830]: audit 2023-12-09T02:09:35.026209+0000 mon.a (mon.0) 1922 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:35.729 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:35 smithi067 bash[30830]: audit 2023-12-09T02:09:35.029252+0000 mon.a (mon.0) 1923 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:35.729 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:35 smithi067 bash[30830]: audit 2023-12-09T02:09:35.033159+0000 mon.a (mon.0) 1924 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:35.729 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:35 smithi067 bash[30830]: audit 2023-12-09T02:09:35.034435+0000 mon.a (mon.0) 1925 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:35.729 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:35 smithi067 bash[30830]: audit 2023-12-09T02:09:35.042649+0000 mon.a (mon.0) 1926 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:35.729 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:35 smithi067 bash[30830]: audit 2023-12-09T02:09:35.120239+0000 mon.a (mon.0) 1927 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:35.729 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:35 smithi067 bash[30830]: audit 2023-12-09T02:09:35.123351+0000 mon.a (mon.0) 1928 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:35.729 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:35 smithi067 bash[30830]: audit 2023-12-09T02:09:35.126874+0000 mon.a (mon.0) 1929 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:35.729 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:35 smithi067 bash[30830]: audit 2023-12-09T02:09:35.128274+0000 mon.a (mon.0) 1930 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:35.729 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:35 smithi067 bash[30830]: audit 2023-12-09T02:09:35.137427+0000 mon.a (mon.0) 1931 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:35.729 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:35 smithi067 bash[30830]: audit 2023-12-09T02:09:35.215430+0000 mon.a (mon.0) 1932 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:35.729 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:35 smithi067 bash[30830]: audit 2023-12-09T02:09:35.218222+0000 mon.a (mon.0) 1933 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:35.729 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:35 smithi067 bash[30830]: audit 2023-12-09T02:09:35.221549+0000 mon.a (mon.0) 1934 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:35.730 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:35 smithi067 bash[30830]: audit 2023-12-09T02:09:35.222586+0000 mon.a (mon.0) 1935 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:35.730 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:35 smithi067 bash[30830]: audit 2023-12-09T02:09:35.230734+0000 mon.a (mon.0) 1936 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:35.730 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:35 smithi067 bash[30830]: audit 2023-12-09T02:09:35.309363+0000 mon.a (mon.0) 1937 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:35.730 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:35 smithi067 bash[30830]: audit 2023-12-09T02:09:35.312246+0000 mon.a (mon.0) 1938 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:35.730 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:35 smithi067 bash[30830]: audit 2023-12-09T02:09:35.315109+0000 mon.a (mon.0) 1939 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:35.730 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:35 smithi067 bash[30830]: audit 2023-12-09T02:09:35.316324+0000 mon.a (mon.0) 1940 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:35.730 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:35 smithi067 bash[30830]: audit 2023-12-09T02:09:35.324011+0000 mon.a (mon.0) 1941 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:35.730 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:35 smithi067 bash[25104]: audit 2023-12-09T02:09:35.222586+0000 mon.a (mon.0) 1935 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:35.730 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:35 smithi067 bash[25104]: audit 2023-12-09T02:09:35.230734+0000 mon.a (mon.0) 1936 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:35.730 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:35 smithi067 bash[25104]: audit 2023-12-09T02:09:35.309363+0000 mon.a (mon.0) 1937 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:35.730 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:35 smithi067 bash[25104]: audit 2023-12-09T02:09:35.312246+0000 mon.a (mon.0) 1938 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:35.731 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:35 smithi067 bash[25104]: audit 2023-12-09T02:09:35.315109+0000 mon.a (mon.0) 1939 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:35.731 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:35 smithi067 bash[25104]: audit 2023-12-09T02:09:35.316324+0000 mon.a (mon.0) 1940 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:35.731 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:35 smithi067 bash[25104]: audit 2023-12-09T02:09:35.324011+0000 mon.a (mon.0) 1941 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:35.731 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 02:09:35 smithi125 bash[62858]: debug 2023-12-09T02:09:35.372+0000 7f420d9b8200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-12-09T02:09:35.731 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 02:09:35 smithi125 bash[62858]: [09/Dec/2023:02:09:35] ENGINE Bus STARTING 2023-12-09T02:09:35.731 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 02:09:35 smithi125 bash[62858]: CherryPy Checker: 2023-12-09T02:09:35.731 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 02:09:35 smithi125 bash[62858]: The Application mounted at '' has an empty config. 2023-12-09T02:09:35.731 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 02:09:35 smithi125 bash[62858]: [09/Dec/2023:02:09:35] ENGINE Serving on http://:::9283 2023-12-09T02:09:35.731 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 02:09:35 smithi125 bash[62858]: [09/Dec/2023:02:09:35] ENGINE Bus STARTED 2023-12-09T02:09:36.457 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:36 smithi067 bash[30830]: cephadm 2023-12-09T02:09:34.358123+0000 mgr.y (mgr.15420) 136 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:36.457 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:36 smithi067 bash[30830]: cephadm 2023-12-09T02:09:34.458268+0000 mgr.y (mgr.15420) 137 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:36.457 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:36 smithi067 bash[30830]: cephadm 2023-12-09T02:09:34.555329+0000 mgr.y (mgr.15420) 138 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:36.457 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:36 smithi067 bash[30830]: cephadm 2023-12-09T02:09:34.647405+0000 mgr.y (mgr.15420) 139 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:36.457 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:36 smithi067 bash[30830]: cephadm 2023-12-09T02:09:34.744369+0000 mgr.y (mgr.15420) 140 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:36.457 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:36 smithi067 bash[30830]: cephadm 2023-12-09T02:09:34.839120+0000 mgr.y (mgr.15420) 141 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:36.457 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:36 smithi067 bash[30830]: cephadm 2023-12-09T02:09:34.916717+0000 mgr.y (mgr.15420) 142 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:36.457 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:36 smithi067 bash[30830]: cephadm 2023-12-09T02:09:35.043260+0000 mgr.y (mgr.15420) 143 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:36.457 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:36 smithi067 bash[30830]: cephadm 2023-12-09T02:09:35.138152+0000 mgr.y (mgr.15420) 144 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:36.458 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:36 smithi067 bash[30830]: cephadm 2023-12-09T02:09:35.231420+0000 mgr.y (mgr.15420) 145 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:36.458 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:36 smithi067 bash[30830]: cephadm 2023-12-09T02:09:35.324787+0000 mgr.y (mgr.15420) 146 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:36.458 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:36 smithi067 bash[30830]: cluster 2023-12-09T02:09:35.382762+0000 mon.a (mon.0) 1942 : cluster [DBG] Standby manager daemon x restarted 2023-12-09T02:09:36.458 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:36 smithi067 bash[30830]: cluster 2023-12-09T02:09:35.382914+0000 mon.a (mon.0) 1943 : cluster [DBG] Standby manager daemon x started 2023-12-09T02:09:36.458 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:36 smithi067 bash[30830]: audit 2023-12-09T02:09:35.387672+0000 mon.b (mon.2) 93 : audit [DBG] from='mgr.? 172.21.15.125:0/2309639914' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-09T02:09:36.458 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:36 smithi067 bash[30830]: audit 2023-12-09T02:09:35.388743+0000 mon.b (mon.2) 94 : audit [DBG] from='mgr.? 172.21.15.125:0/2309639914' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-09T02:09:36.458 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:36 smithi067 bash[30830]: audit 2023-12-09T02:09:35.392294+0000 mon.b (mon.2) 95 : audit [DBG] from='mgr.? 172.21.15.125:0/2309639914' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-09T02:09:36.458 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:36 smithi067 bash[30830]: audit 2023-12-09T02:09:35.392796+0000 mon.b (mon.2) 96 : audit [DBG] from='mgr.? 172.21.15.125:0/2309639914' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-09T02:09:36.458 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:36 smithi067 bash[30830]: audit 2023-12-09T02:09:35.438318+0000 mon.a (mon.0) 1944 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:36.458 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:36 smithi067 bash[30830]: audit 2023-12-09T02:09:35.442013+0000 mon.a (mon.0) 1945 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:36.458 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:36 smithi067 bash[30830]: audit 2023-12-09T02:09:35.444838+0000 mon.a (mon.0) 1946 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:36.459 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:36 smithi067 bash[25104]: cephadm 2023-12-09T02:09:34.358123+0000 mgr.y (mgr.15420) 136 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:36.459 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:36 smithi067 bash[25104]: cephadm 2023-12-09T02:09:34.458268+0000 mgr.y (mgr.15420) 137 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:36.459 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:36 smithi067 bash[25104]: cephadm 2023-12-09T02:09:34.555329+0000 mgr.y (mgr.15420) 138 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:36.459 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:36 smithi067 bash[25104]: cephadm 2023-12-09T02:09:34.647405+0000 mgr.y (mgr.15420) 139 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:36.459 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:36 smithi067 bash[25104]: cephadm 2023-12-09T02:09:34.744369+0000 mgr.y (mgr.15420) 140 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:36.459 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:36 smithi067 bash[25104]: cephadm 2023-12-09T02:09:34.839120+0000 mgr.y (mgr.15420) 141 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:36.459 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:36 smithi067 bash[25104]: cephadm 2023-12-09T02:09:34.916717+0000 mgr.y (mgr.15420) 142 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:36.459 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:36 smithi067 bash[25104]: cephadm 2023-12-09T02:09:35.043260+0000 mgr.y (mgr.15420) 143 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:36.459 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:36 smithi067 bash[25104]: cephadm 2023-12-09T02:09:35.138152+0000 mgr.y (mgr.15420) 144 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:36.459 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:36 smithi067 bash[25104]: cephadm 2023-12-09T02:09:35.231420+0000 mgr.y (mgr.15420) 145 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:36.459 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:36 smithi067 bash[25104]: cephadm 2023-12-09T02:09:35.324787+0000 mgr.y (mgr.15420) 146 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:36.459 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:36 smithi067 bash[25104]: cluster 2023-12-09T02:09:35.382762+0000 mon.a (mon.0) 1942 : cluster [DBG] Standby manager daemon x restarted 2023-12-09T02:09:36.460 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:36 smithi067 bash[25104]: cluster 2023-12-09T02:09:35.382914+0000 mon.a (mon.0) 1943 : cluster [DBG] Standby manager daemon x started 2023-12-09T02:09:36.460 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:36 smithi067 bash[25104]: audit 2023-12-09T02:09:35.387672+0000 mon.b (mon.2) 93 : audit [DBG] from='mgr.? 172.21.15.125:0/2309639914' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-09T02:09:36.460 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:36 smithi067 bash[25104]: audit 2023-12-09T02:09:35.388743+0000 mon.b (mon.2) 94 : audit [DBG] from='mgr.? 172.21.15.125:0/2309639914' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-09T02:09:36.460 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:36 smithi067 bash[25104]: audit 2023-12-09T02:09:35.392294+0000 mon.b (mon.2) 95 : audit [DBG] from='mgr.? 172.21.15.125:0/2309639914' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-09T02:09:36.460 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:36 smithi067 bash[25104]: audit 2023-12-09T02:09:35.392796+0000 mon.b (mon.2) 96 : audit [DBG] from='mgr.? 172.21.15.125:0/2309639914' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-09T02:09:36.460 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:36 smithi067 bash[25104]: audit 2023-12-09T02:09:35.438318+0000 mon.a (mon.0) 1944 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:36.460 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:36 smithi067 bash[25104]: audit 2023-12-09T02:09:35.442013+0000 mon.a (mon.0) 1945 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:36.460 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:36 smithi067 bash[25104]: audit 2023-12-09T02:09:35.444838+0000 mon.a (mon.0) 1946 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:36.461 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:36 smithi067 bash[30830]: audit 2023-12-09T02:09:35.445879+0000 mon.a (mon.0) 1947 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:36.461 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:36 smithi067 bash[30830]: audit 2023-12-09T02:09:35.452376+0000 mon.a (mon.0) 1948 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:36.461 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:36 smithi067 bash[30830]: audit 2023-12-09T02:09:35.531211+0000 mon.a (mon.0) 1949 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:36.461 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:36 smithi067 bash[30830]: audit 2023-12-09T02:09:35.533675+0000 mon.a (mon.0) 1950 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:36.461 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:36 smithi067 bash[30830]: audit 2023-12-09T02:09:35.537418+0000 mon.a (mon.0) 1951 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:36.461 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:36 smithi067 bash[30830]: audit 2023-12-09T02:09:35.538491+0000 mon.a (mon.0) 1952 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:36.461 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:36 smithi067 bash[30830]: audit 2023-12-09T02:09:35.546848+0000 mon.a (mon.0) 1953 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:36.461 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:36 smithi067 bash[30830]: audit 2023-12-09T02:09:35.626845+0000 mon.a (mon.0) 1954 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:36.461 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:36 smithi067 bash[30830]: audit 2023-12-09T02:09:35.629868+0000 mon.a (mon.0) 1955 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:36.461 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:36 smithi067 bash[30830]: audit 2023-12-09T02:09:35.633026+0000 mon.a (mon.0) 1956 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:36.461 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:36 smithi067 bash[30830]: audit 2023-12-09T02:09:35.634301+0000 mon.a (mon.0) 1957 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:36.461 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:36 smithi067 bash[30830]: audit 2023-12-09T02:09:35.641233+0000 mon.a (mon.0) 1958 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:36.462 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:36 smithi067 bash[30830]: audit 2023-12-09T02:09:35.752069+0000 mon.a (mon.0) 1959 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:36.462 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:36 smithi067 bash[30830]: audit 2023-12-09T02:09:35.754595+0000 mon.a (mon.0) 1960 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:36.462 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:36 smithi067 bash[30830]: audit 2023-12-09T02:09:35.757336+0000 mon.a (mon.0) 1961 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:36.462 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:36 smithi067 bash[30830]: audit 2023-12-09T02:09:35.758366+0000 mon.a (mon.0) 1962 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:36.462 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:36 smithi067 bash[30830]: audit 2023-12-09T02:09:35.763987+0000 mon.a (mon.0) 1963 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:36.462 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:36 smithi067 bash[30830]: audit 2023-12-09T02:09:35.841360+0000 mon.a (mon.0) 1964 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:36.462 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:36 smithi067 bash[30830]: audit 2023-12-09T02:09:35.843569+0000 mon.a (mon.0) 1965 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:36.462 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:36 smithi067 bash[30830]: audit 2023-12-09T02:09:35.846173+0000 mon.a (mon.0) 1966 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:36.462 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:36 smithi067 bash[30830]: audit 2023-12-09T02:09:35.847062+0000 mon.a (mon.0) 1967 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:36.462 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:36 smithi067 bash[30830]: audit 2023-12-09T02:09:35.853524+0000 mon.a (mon.0) 1968 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:36.462 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:36 smithi067 bash[30830]: audit 2023-12-09T02:09:35.931554+0000 mon.a (mon.0) 1969 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:36.462 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:36 smithi067 bash[30830]: audit 2023-12-09T02:09:35.933773+0000 mon.a (mon.0) 1970 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:36.462 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:36 smithi067 bash[30830]: audit 2023-12-09T02:09:35.936524+0000 mon.a (mon.0) 1971 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:36.462 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:36 smithi067 bash[30830]: audit 2023-12-09T02:09:35.937451+0000 mon.a (mon.0) 1972 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:36.463 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:36 smithi067 bash[30830]: audit 2023-12-09T02:09:35.944450+0000 mon.a (mon.0) 1973 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:36.463 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:36 smithi067 bash[30830]: audit 2023-12-09T02:09:36.002241+0000 mon.a (mon.0) 1974 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:36.463 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:36 smithi067 bash[30830]: audit 2023-12-09T02:09:36.010314+0000 mon.a (mon.0) 1975 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:36.463 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:36 smithi067 bash[30830]: audit 2023-12-09T02:09:36.016839+0000 mon.a (mon.0) 1976 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:36.463 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:36 smithi067 bash[30830]: audit 2023-12-09T02:09:36.023352+0000 mon.a (mon.0) 1977 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:36.463 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:36 smithi067 bash[30830]: audit 2023-12-09T02:09:36.025616+0000 mon.a (mon.0) 1978 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:36.463 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:36 smithi067 bash[30830]: audit 2023-12-09T02:09:36.027133+0000 mon.a (mon.0) 1979 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2023-12-09T02:09:36.463 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:36 smithi067 bash[30830]: audit 2023-12-09T02:09:36.028131+0000 mon.a (mon.0) 1980 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["a"]}]: dispatch 2023-12-09T02:09:36.463 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:36 smithi067 bash[30830]: audit 2023-12-09T02:09:36.166972+0000 mon.a (mon.0) 1981 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:36.463 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:36 smithi067 bash[30830]: audit 2023-12-09T02:09:36.175326+0000 mon.a (mon.0) 1982 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:36.463 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:36 smithi067 bash[30830]: audit 2023-12-09T02:09:36.182743+0000 mon.a (mon.0) 1983 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:36.463 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:36 smithi067 bash[30830]: audit 2023-12-09T02:09:36.258061+0000 mon.a (mon.0) 1984 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:09:36.464 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:36 smithi067 bash[25104]: audit 2023-12-09T02:09:35.445879+0000 mon.a (mon.0) 1947 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:36.464 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:36 smithi067 bash[25104]: audit 2023-12-09T02:09:35.452376+0000 mon.a (mon.0) 1948 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:36.464 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:36 smithi067 bash[25104]: audit 2023-12-09T02:09:35.531211+0000 mon.a (mon.0) 1949 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:36.464 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:36 smithi067 bash[25104]: audit 2023-12-09T02:09:35.533675+0000 mon.a (mon.0) 1950 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:36.464 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:36 smithi067 bash[25104]: audit 2023-12-09T02:09:35.537418+0000 mon.a (mon.0) 1951 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:36.464 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:36 smithi067 bash[25104]: audit 2023-12-09T02:09:35.538491+0000 mon.a (mon.0) 1952 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:36.464 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:36 smithi067 bash[25104]: audit 2023-12-09T02:09:35.546848+0000 mon.a (mon.0) 1953 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:36.464 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:36 smithi067 bash[25104]: audit 2023-12-09T02:09:35.626845+0000 mon.a (mon.0) 1954 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:36.464 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:36 smithi067 bash[25104]: audit 2023-12-09T02:09:35.629868+0000 mon.a (mon.0) 1955 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:36.464 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:36 smithi067 bash[25104]: audit 2023-12-09T02:09:35.633026+0000 mon.a (mon.0) 1956 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:36.464 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:36 smithi067 bash[25104]: audit 2023-12-09T02:09:35.634301+0000 mon.a (mon.0) 1957 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:36.464 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:36 smithi067 bash[25104]: audit 2023-12-09T02:09:35.641233+0000 mon.a (mon.0) 1958 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:36.465 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:36 smithi067 bash[25104]: audit 2023-12-09T02:09:35.752069+0000 mon.a (mon.0) 1959 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:36.465 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:36 smithi067 bash[25104]: audit 2023-12-09T02:09:35.754595+0000 mon.a (mon.0) 1960 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:36.465 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:36 smithi067 bash[25104]: audit 2023-12-09T02:09:35.757336+0000 mon.a (mon.0) 1961 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:36.465 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:36 smithi067 bash[25104]: audit 2023-12-09T02:09:35.758366+0000 mon.a (mon.0) 1962 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:36.465 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:36 smithi067 bash[25104]: audit 2023-12-09T02:09:35.763987+0000 mon.a (mon.0) 1963 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:36.465 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:36 smithi067 bash[25104]: audit 2023-12-09T02:09:35.841360+0000 mon.a (mon.0) 1964 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:36.465 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:36 smithi067 bash[25104]: audit 2023-12-09T02:09:35.843569+0000 mon.a (mon.0) 1965 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:36.465 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:36 smithi067 bash[25104]: audit 2023-12-09T02:09:35.846173+0000 mon.a (mon.0) 1966 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:36.465 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:36 smithi067 bash[25104]: audit 2023-12-09T02:09:35.847062+0000 mon.a (mon.0) 1967 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:36.465 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:36 smithi067 bash[25104]: audit 2023-12-09T02:09:35.853524+0000 mon.a (mon.0) 1968 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:36.465 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:36 smithi067 bash[25104]: audit 2023-12-09T02:09:35.931554+0000 mon.a (mon.0) 1969 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:36.465 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:36 smithi067 bash[25104]: audit 2023-12-09T02:09:35.933773+0000 mon.a (mon.0) 1970 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:36.465 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:36 smithi067 bash[25104]: audit 2023-12-09T02:09:35.936524+0000 mon.a (mon.0) 1971 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:36.465 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:36 smithi067 bash[25104]: audit 2023-12-09T02:09:35.937451+0000 mon.a (mon.0) 1972 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:36.466 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:36 smithi067 bash[25104]: audit 2023-12-09T02:09:35.944450+0000 mon.a (mon.0) 1973 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:36.466 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:36 smithi067 bash[25104]: audit 2023-12-09T02:09:36.002241+0000 mon.a (mon.0) 1974 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:36.466 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:36 smithi067 bash[25104]: audit 2023-12-09T02:09:36.010314+0000 mon.a (mon.0) 1975 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:36.466 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:36 smithi067 bash[25104]: audit 2023-12-09T02:09:36.016839+0000 mon.a (mon.0) 1976 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:36.466 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:36 smithi067 bash[25104]: audit 2023-12-09T02:09:36.023352+0000 mon.a (mon.0) 1977 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:36.466 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:36 smithi067 bash[25104]: audit 2023-12-09T02:09:36.025616+0000 mon.a (mon.0) 1978 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:36.466 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:36 smithi067 bash[25104]: audit 2023-12-09T02:09:36.027133+0000 mon.a (mon.0) 1979 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2023-12-09T02:09:36.466 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:36 smithi067 bash[25104]: audit 2023-12-09T02:09:36.028131+0000 mon.a (mon.0) 1980 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["a"]}]: dispatch 2023-12-09T02:09:36.466 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:36 smithi067 bash[25104]: audit 2023-12-09T02:09:36.166972+0000 mon.a (mon.0) 1981 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:36.466 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:36 smithi067 bash[25104]: audit 2023-12-09T02:09:36.175326+0000 mon.a (mon.0) 1982 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:36.466 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:36 smithi067 bash[25104]: audit 2023-12-09T02:09:36.182743+0000 mon.a (mon.0) 1983 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:36.466 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:36 smithi067 bash[25104]: audit 2023-12-09T02:09:36.258061+0000 mon.a (mon.0) 1984 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:09:36.722 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:36 smithi125 bash[25274]: cephadm 2023-12-09T02:09:34.358123+0000 mgr.y (mgr.15420) 136 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:36.723 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:36 smithi125 bash[25274]: cephadm 2023-12-09T02:09:34.458268+0000 mgr.y (mgr.15420) 137 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:36.723 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:36 smithi125 bash[25274]: cephadm 2023-12-09T02:09:34.555329+0000 mgr.y (mgr.15420) 138 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:36.723 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:36 smithi125 bash[25274]: cephadm 2023-12-09T02:09:34.647405+0000 mgr.y (mgr.15420) 139 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:36.723 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:36 smithi125 bash[25274]: cephadm 2023-12-09T02:09:34.744369+0000 mgr.y (mgr.15420) 140 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:36.723 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:36 smithi125 bash[25274]: cephadm 2023-12-09T02:09:34.839120+0000 mgr.y (mgr.15420) 141 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:36.723 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:36 smithi125 bash[25274]: cephadm 2023-12-09T02:09:34.916717+0000 mgr.y (mgr.15420) 142 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:36.723 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:36 smithi125 bash[25274]: cephadm 2023-12-09T02:09:35.043260+0000 mgr.y (mgr.15420) 143 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:36.723 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:36 smithi125 bash[25274]: cephadm 2023-12-09T02:09:35.138152+0000 mgr.y (mgr.15420) 144 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:36.723 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:36 smithi125 bash[25274]: cephadm 2023-12-09T02:09:35.231420+0000 mgr.y (mgr.15420) 145 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:36.723 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:36 smithi125 bash[25274]: cephadm 2023-12-09T02:09:35.324787+0000 mgr.y (mgr.15420) 146 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:36.723 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:36 smithi125 bash[25274]: cluster 2023-12-09T02:09:35.382762+0000 mon.a (mon.0) 1942 : cluster [DBG] Standby manager daemon x restarted 2023-12-09T02:09:36.723 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:36 smithi125 bash[25274]: cluster 2023-12-09T02:09:35.382914+0000 mon.a (mon.0) 1943 : cluster [DBG] Standby manager daemon x started 2023-12-09T02:09:36.723 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:36 smithi125 bash[25274]: audit 2023-12-09T02:09:35.387672+0000 mon.b (mon.2) 93 : audit [DBG] from='mgr.? 172.21.15.125:0/2309639914' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-09T02:09:36.724 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:36 smithi125 bash[25274]: audit 2023-12-09T02:09:35.388743+0000 mon.b (mon.2) 94 : audit [DBG] from='mgr.? 172.21.15.125:0/2309639914' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-09T02:09:36.724 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:36 smithi125 bash[25274]: audit 2023-12-09T02:09:35.392294+0000 mon.b (mon.2) 95 : audit [DBG] from='mgr.? 172.21.15.125:0/2309639914' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-09T02:09:36.724 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:36 smithi125 bash[25274]: audit 2023-12-09T02:09:35.392796+0000 mon.b (mon.2) 96 : audit [DBG] from='mgr.? 172.21.15.125:0/2309639914' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-09T02:09:36.724 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:36 smithi125 bash[25274]: audit 2023-12-09T02:09:35.438318+0000 mon.a (mon.0) 1944 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:36.724 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:36 smithi125 bash[25274]: audit 2023-12-09T02:09:35.442013+0000 mon.a (mon.0) 1945 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:36.724 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:36 smithi125 bash[25274]: audit 2023-12-09T02:09:35.444838+0000 mon.a (mon.0) 1946 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:36.724 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:36 smithi125 bash[25274]: audit 2023-12-09T02:09:35.445879+0000 mon.a (mon.0) 1947 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:36.725 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:36 smithi125 bash[25274]: audit 2023-12-09T02:09:35.452376+0000 mon.a (mon.0) 1948 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:36.725 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:36 smithi125 bash[25274]: audit 2023-12-09T02:09:35.531211+0000 mon.a (mon.0) 1949 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:36.725 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:36 smithi125 bash[25274]: audit 2023-12-09T02:09:35.533675+0000 mon.a (mon.0) 1950 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:36.725 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:36 smithi125 bash[25274]: audit 2023-12-09T02:09:35.537418+0000 mon.a (mon.0) 1951 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:36.725 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:36 smithi125 bash[25274]: audit 2023-12-09T02:09:35.538491+0000 mon.a (mon.0) 1952 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:36.725 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:36 smithi125 bash[25274]: audit 2023-12-09T02:09:35.546848+0000 mon.a (mon.0) 1953 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:36.725 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:36 smithi125 bash[25274]: audit 2023-12-09T02:09:35.626845+0000 mon.a (mon.0) 1954 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:36.725 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:36 smithi125 bash[25274]: audit 2023-12-09T02:09:35.629868+0000 mon.a (mon.0) 1955 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:36.725 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:36 smithi125 bash[25274]: audit 2023-12-09T02:09:35.633026+0000 mon.a (mon.0) 1956 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:36.725 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:36 smithi125 bash[25274]: audit 2023-12-09T02:09:35.634301+0000 mon.a (mon.0) 1957 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:36.725 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:36 smithi125 bash[25274]: audit 2023-12-09T02:09:35.641233+0000 mon.a (mon.0) 1958 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:36.725 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:36 smithi125 bash[25274]: audit 2023-12-09T02:09:35.752069+0000 mon.a (mon.0) 1959 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:36.725 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:36 smithi125 bash[25274]: audit 2023-12-09T02:09:35.754595+0000 mon.a (mon.0) 1960 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:36.725 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:36 smithi125 bash[25274]: audit 2023-12-09T02:09:35.757336+0000 mon.a (mon.0) 1961 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:36.725 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:36 smithi125 bash[25274]: audit 2023-12-09T02:09:35.758366+0000 mon.a (mon.0) 1962 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:36.726 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:36 smithi125 bash[25274]: audit 2023-12-09T02:09:35.763987+0000 mon.a (mon.0) 1963 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:36.726 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:36 smithi125 bash[25274]: audit 2023-12-09T02:09:35.841360+0000 mon.a (mon.0) 1964 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:36.726 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:36 smithi125 bash[25274]: audit 2023-12-09T02:09:35.843569+0000 mon.a (mon.0) 1965 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:36.726 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:36 smithi125 bash[25274]: audit 2023-12-09T02:09:35.846173+0000 mon.a (mon.0) 1966 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:36.726 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:36 smithi125 bash[25274]: audit 2023-12-09T02:09:35.847062+0000 mon.a (mon.0) 1967 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:36.726 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:36 smithi125 bash[25274]: audit 2023-12-09T02:09:35.853524+0000 mon.a (mon.0) 1968 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:36.726 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:36 smithi125 bash[25274]: audit 2023-12-09T02:09:35.931554+0000 mon.a (mon.0) 1969 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:36.726 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:36 smithi125 bash[25274]: audit 2023-12-09T02:09:35.933773+0000 mon.a (mon.0) 1970 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:36.726 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:36 smithi125 bash[25274]: audit 2023-12-09T02:09:35.936524+0000 mon.a (mon.0) 1971 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:36.726 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:36 smithi125 bash[25274]: audit 2023-12-09T02:09:35.937451+0000 mon.a (mon.0) 1972 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:36.726 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:36 smithi125 bash[25274]: audit 2023-12-09T02:09:35.944450+0000 mon.a (mon.0) 1973 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:36.726 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:36 smithi125 bash[25274]: audit 2023-12-09T02:09:36.002241+0000 mon.a (mon.0) 1974 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:36.726 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:36 smithi125 bash[25274]: audit 2023-12-09T02:09:36.010314+0000 mon.a (mon.0) 1975 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:36.726 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:36 smithi125 bash[25274]: audit 2023-12-09T02:09:36.016839+0000 mon.a (mon.0) 1976 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:36.726 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:36 smithi125 bash[25274]: audit 2023-12-09T02:09:36.023352+0000 mon.a (mon.0) 1977 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:36.727 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:36 smithi125 bash[25274]: audit 2023-12-09T02:09:36.025616+0000 mon.a (mon.0) 1978 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:36.727 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:36 smithi125 bash[25274]: audit 2023-12-09T02:09:36.027133+0000 mon.a (mon.0) 1979 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2023-12-09T02:09:36.727 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:36 smithi125 bash[25274]: audit 2023-12-09T02:09:36.028131+0000 mon.a (mon.0) 1980 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["a"]}]: dispatch 2023-12-09T02:09:36.727 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:36 smithi125 bash[25274]: audit 2023-12-09T02:09:36.166972+0000 mon.a (mon.0) 1981 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:36.727 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:36 smithi125 bash[25274]: audit 2023-12-09T02:09:36.175326+0000 mon.a (mon.0) 1982 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:36.727 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:36 smithi125 bash[25274]: audit 2023-12-09T02:09:36.182743+0000 mon.a (mon.0) 1983 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:36.727 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:36 smithi125 bash[25274]: audit 2023-12-09T02:09:36.258061+0000 mon.a (mon.0) 1984 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:09:37.472 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:37 smithi125 bash[25274]: audit 2023-12-09T02:09:35.349023+0000 mgr.y (mgr.15420) 147 : audit [DBG] from='client.25420 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:09:37.473 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:37 smithi125 bash[25274]: cephadm 2023-12-09T02:09:35.453197+0000 mgr.y (mgr.15420) 148 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:37.473 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:37 smithi125 bash[25274]: cephadm 2023-12-09T02:09:35.547376+0000 mgr.y (mgr.15420) 149 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:37.473 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:37 smithi125 bash[25274]: cephadm 2023-12-09T02:09:35.641755+0000 mgr.y (mgr.15420) 150 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:37.473 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:37 smithi125 bash[25274]: cephadm 2023-12-09T02:09:35.764792+0000 mgr.y (mgr.15420) 151 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:37.473 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:37 smithi125 bash[25274]: cephadm 2023-12-09T02:09:35.854148+0000 mgr.y (mgr.15420) 152 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:37.473 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:37 smithi125 bash[25274]: cephadm 2023-12-09T02:09:35.944971+0000 mgr.y (mgr.15420) 153 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:37.474 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:37 smithi125 bash[25274]: cephadm 2023-12-09T02:09:36.028790+0000 mgr.y (mgr.15420) 154 : cephadm [INF] Upgrade: It appears safe to stop mon.a 2023-12-09T02:09:37.474 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:37 smithi125 bash[25274]: cluster 2023-12-09T02:09:36.168522+0000 mgr.y (mgr.15420) 155 : cluster [DBG] pgmap v18: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:09:37.474 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:37 smithi125 bash[25274]: cluster 2023-12-09T02:09:36.364752+0000 mon.a (mon.0) 1985 : cluster [DBG] mgrmap e35: y(active, since 30s), standbys: x 2023-12-09T02:09:37.719 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:37 smithi067 bash[25104]: audit 2023-12-09T02:09:35.349023+0000 mgr.y (mgr.15420) 147 : audit [DBG] from='client.25420 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:09:37.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:37 smithi067 bash[25104]: cephadm 2023-12-09T02:09:35.453197+0000 mgr.y (mgr.15420) 148 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:37.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:37 smithi067 bash[25104]: cephadm 2023-12-09T02:09:35.547376+0000 mgr.y (mgr.15420) 149 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:37.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:37 smithi067 bash[25104]: cephadm 2023-12-09T02:09:35.641755+0000 mgr.y (mgr.15420) 150 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:37.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:37 smithi067 bash[25104]: cephadm 2023-12-09T02:09:35.764792+0000 mgr.y (mgr.15420) 151 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:37.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:37 smithi067 bash[25104]: cephadm 2023-12-09T02:09:35.854148+0000 mgr.y (mgr.15420) 152 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:37.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:37 smithi067 bash[25104]: cephadm 2023-12-09T02:09:35.944971+0000 mgr.y (mgr.15420) 153 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:37.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:37 smithi067 bash[25104]: cephadm 2023-12-09T02:09:36.028790+0000 mgr.y (mgr.15420) 154 : cephadm [INF] Upgrade: It appears safe to stop mon.a 2023-12-09T02:09:37.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:37 smithi067 bash[25104]: cluster 2023-12-09T02:09:36.168522+0000 mgr.y (mgr.15420) 155 : cluster [DBG] pgmap v18: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:09:37.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:37 smithi067 bash[25104]: cluster 2023-12-09T02:09:36.364752+0000 mon.a (mon.0) 1985 : cluster [DBG] mgrmap e35: y(active, since 30s), standbys: x 2023-12-09T02:09:37.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:37 smithi067 bash[30830]: audit 2023-12-09T02:09:35.349023+0000 mgr.y (mgr.15420) 147 : audit [DBG] from='client.25420 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:09:37.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:37 smithi067 bash[30830]: cephadm 2023-12-09T02:09:35.453197+0000 mgr.y (mgr.15420) 148 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:37.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:37 smithi067 bash[30830]: cephadm 2023-12-09T02:09:35.547376+0000 mgr.y (mgr.15420) 149 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:37.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:37 smithi067 bash[30830]: cephadm 2023-12-09T02:09:35.641755+0000 mgr.y (mgr.15420) 150 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:37.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:37 smithi067 bash[30830]: cephadm 2023-12-09T02:09:35.764792+0000 mgr.y (mgr.15420) 151 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:37.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:37 smithi067 bash[30830]: cephadm 2023-12-09T02:09:35.854148+0000 mgr.y (mgr.15420) 152 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:37.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:37 smithi067 bash[30830]: cephadm 2023-12-09T02:09:35.944971+0000 mgr.y (mgr.15420) 153 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:09:37.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:37 smithi067 bash[30830]: cephadm 2023-12-09T02:09:36.028790+0000 mgr.y (mgr.15420) 154 : cephadm [INF] Upgrade: It appears safe to stop mon.a 2023-12-09T02:09:37.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:37 smithi067 bash[30830]: cluster 2023-12-09T02:09:36.168522+0000 mgr.y (mgr.15420) 155 : cluster [DBG] pgmap v18: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:09:37.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:37 smithi067 bash[30830]: cluster 2023-12-09T02:09:36.364752+0000 mon.a (mon.0) 1985 : cluster [DBG] mgrmap e35: y(active, since 30s), standbys: x 2023-12-09T02:09:38.972 INFO:journalctl@ceph.prometheus.a.smithi125.stdout:Dec 09 02:09:38 smithi125 bash[62302]: ts=2023-12-09T02:09: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.67\", device_class=\"ssd\", hostname=\"smithi067\", instance=\"smithi067:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.67\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.67\", device_class=\"ssd\", hostname=\"smithi067\", instance=\"172.21.15.125:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.67\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-09T02:09:39.703 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:39 smithi125 bash[25274]: cluster 2023-12-09T02:09:38.170687+0000 mgr.y (mgr.15420) 156 : cluster [DBG] pgmap v19: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:09:39.719 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:39 smithi067 bash[25104]: cluster 2023-12-09T02:09:38.170687+0000 mgr.y (mgr.15420) 156 : cluster [DBG] pgmap v19: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:09:39.719 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:39 smithi067 bash[30830]: cluster 2023-12-09T02:09:38.170687+0000 mgr.y (mgr.15420) 156 : cluster [DBG] pgmap v19: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:09:40.034 INFO:teuthology.orchestra.run.smithi067.stdout:true 2023-12-09T02:09:40.719 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:40 smithi067 bash[25104]: cephadm 2023-12-09T02:09:39.401665+0000 mgr.y (mgr.15420) 157 : cephadm [INF] Upgrade: Updating mon.a 2023-12-09T02:09:40.719 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:40 smithi067 bash[25104]: audit 2023-12-09T02:09:39.408481+0000 mon.a (mon.0) 1986 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:40.719 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:40 smithi067 bash[25104]: audit 2023-12-09T02:09:39.410390+0000 mon.a (mon.0) 1987 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-09T02:09:40.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:40 smithi067 bash[25104]: audit 2023-12-09T02:09:39.411806+0000 mon.a (mon.0) 1988 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-09T02:09:40.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:40 smithi067 bash[25104]: audit 2023-12-09T02:09:39.413227+0000 mon.a (mon.0) 1989 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:40.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:40 smithi067 bash[25104]: cephadm 2023-12-09T02:09:39.414910+0000 mgr.y (mgr.15420) 158 : cephadm [INF] Deploying daemon mon.a on smithi067 2023-12-09T02:09:40.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:40 smithi067 bash[25104]: audit 2023-12-09T02:09:39.687566+0000 mon.a (mon.0) 1990 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:40.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:40 smithi067 bash[25104]: audit 2023-12-09T02:09:39.693822+0000 mon.a (mon.0) 1991 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:40.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:40 smithi067 bash[25104]: audit 2023-12-09T02:09:39.700763+0000 mon.a (mon.0) 1992 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:40.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:40 smithi067 bash[25104]: audit 2023-12-09T02:09:40.014600+0000 mgr.y (mgr.15420) 159 : audit [DBG] from='client.25438 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:09:40.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:40 smithi067 bash[25104]: cluster 2023-12-09T02:09:40.171650+0000 mgr.y (mgr.15420) 160 : cluster [DBG] pgmap v20: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:09:40.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:40 smithi067 bash[30830]: cephadm 2023-12-09T02:09:39.401665+0000 mgr.y (mgr.15420) 157 : cephadm [INF] Upgrade: Updating mon.a 2023-12-09T02:09:40.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:40 smithi067 bash[30830]: audit 2023-12-09T02:09:39.408481+0000 mon.a (mon.0) 1986 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:40.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:40 smithi067 bash[30830]: audit 2023-12-09T02:09:39.410390+0000 mon.a (mon.0) 1987 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-09T02:09:40.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:40 smithi067 bash[30830]: audit 2023-12-09T02:09:39.411806+0000 mon.a (mon.0) 1988 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-09T02:09:40.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:40 smithi067 bash[30830]: audit 2023-12-09T02:09:39.413227+0000 mon.a (mon.0) 1989 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:40.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:40 smithi067 bash[30830]: cephadm 2023-12-09T02:09:39.414910+0000 mgr.y (mgr.15420) 158 : cephadm [INF] Deploying daemon mon.a on smithi067 2023-12-09T02:09:40.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:40 smithi067 bash[30830]: audit 2023-12-09T02:09:39.687566+0000 mon.a (mon.0) 1990 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:40.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:40 smithi067 bash[30830]: audit 2023-12-09T02:09:39.693822+0000 mon.a (mon.0) 1991 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:40.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:40 smithi067 bash[30830]: audit 2023-12-09T02:09:39.700763+0000 mon.a (mon.0) 1992 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:40.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:40 smithi067 bash[30830]: audit 2023-12-09T02:09:40.014600+0000 mgr.y (mgr.15420) 159 : audit [DBG] from='client.25438 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:09:40.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:40 smithi067 bash[30830]: cluster 2023-12-09T02:09:40.171650+0000 mgr.y (mgr.15420) 160 : cluster [DBG] pgmap v20: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:09:40.722 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:40 smithi125 bash[25274]: cephadm 2023-12-09T02:09:39.401665+0000 mgr.y (mgr.15420) 157 : cephadm [INF] Upgrade: Updating mon.a 2023-12-09T02:09:40.722 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:40 smithi125 bash[25274]: audit 2023-12-09T02:09:39.408481+0000 mon.a (mon.0) 1986 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:40.722 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:40 smithi125 bash[25274]: audit 2023-12-09T02:09:39.410390+0000 mon.a (mon.0) 1987 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-09T02:09:40.722 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:40 smithi125 bash[25274]: audit 2023-12-09T02:09:39.411806+0000 mon.a (mon.0) 1988 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-09T02:09:40.722 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:40 smithi125 bash[25274]: audit 2023-12-09T02:09:39.413227+0000 mon.a (mon.0) 1989 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:40.722 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:40 smithi125 bash[25274]: cephadm 2023-12-09T02:09:39.414910+0000 mgr.y (mgr.15420) 158 : cephadm [INF] Deploying daemon mon.a on smithi067 2023-12-09T02:09:40.722 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:40 smithi125 bash[25274]: audit 2023-12-09T02:09:39.687566+0000 mon.a (mon.0) 1990 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:40.722 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:40 smithi125 bash[25274]: audit 2023-12-09T02:09:39.693822+0000 mon.a (mon.0) 1991 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:40.722 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:40 smithi125 bash[25274]: audit 2023-12-09T02:09:39.700763+0000 mon.a (mon.0) 1992 : audit [INF] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' 2023-12-09T02:09:40.722 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:40 smithi125 bash[25274]: audit 2023-12-09T02:09:40.014600+0000 mgr.y (mgr.15420) 159 : audit [DBG] from='client.25438 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:09:40.723 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:40 smithi125 bash[25274]: cluster 2023-12-09T02:09:40.171650+0000 mgr.y (mgr.15420) 160 : cluster [DBG] pgmap v20: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:09:40.825 INFO:teuthology.orchestra.run.smithi067.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-09T02:09:40.826 INFO:teuthology.orchestra.run.smithi067.stdout:agent.smithi067 smithi067 running 4s ago 16m - - 2023-12-09T02:09:40.826 INFO:teuthology.orchestra.run.smithi067.stdout:agent.smithi125 smithi125 running 1s ago 15m - - 2023-12-09T02:09:40.826 INFO:teuthology.orchestra.run.smithi067.stdout:alertmanager.a smithi067 *:9093,9094 running (2m) 4s ago 9m 16.7M - 0.23.0 ba2b418f427c 6ec817f342b5 2023-12-09T02:09:40.826 INFO:teuthology.orchestra.run.smithi067.stdout:grafana.a smithi125 *:3000 running (68s) 1s ago 8m 42.6M - 8.3.5 dad864ee21e9 40cbacae8259 2023-12-09T02:09:40.826 INFO:teuthology.orchestra.run.smithi067.stdout:iscsi.foo.smithi067.oajywc smithi067 running (27s) 4s ago 6m 44.2M - 3.5 e1d6a67b021e 3e5a20a58ce4 2023-12-09T02:09:40.826 INFO:teuthology.orchestra.run.smithi067.stdout:mgr.x smithi125 *:8443,9283,8765 running (15s) 1s ago 15m 430M - 19.0.0-44-g9dcc13bb f28f2b94f153 d59f2ab74456 2023-12-09T02:09:40.826 INFO:teuthology.orchestra.run.smithi067.stdout:mgr.y smithi067 *:8443,9283,8765 running (45s) 4s ago 17m 487M - 19.0.0-44-g9dcc13bb f28f2b94f153 b0e5c689c1a6 2023-12-09T02:09:40.826 INFO:teuthology.orchestra.run.smithi067.stdout:mon.a smithi067 running (17m) 4s ago 17m 70.5M 2048M 17.2.0 e1d6a67b021e 593937a1afc6 2023-12-09T02:09:40.826 INFO:teuthology.orchestra.run.smithi067.stdout:mon.b smithi125 running (15m) 1s ago 15m 51.9M 2048M 17.2.0 e1d6a67b021e 8237ce022316 2023-12-09T02:09:40.826 INFO:teuthology.orchestra.run.smithi067.stdout:mon.c smithi067 running (15m) 4s ago 15m 48.9M 2048M 17.2.0 e1d6a67b021e c4b6ab6450e8 2023-12-09T02:09:40.826 INFO:teuthology.orchestra.run.smithi067.stdout:node-exporter.a smithi067 *:9100 running (2m) 4s ago 9m 12.0M - 1.3.1 1dbe0e931976 f40a7a952aae 2023-12-09T02:09:40.826 INFO:teuthology.orchestra.run.smithi067.stdout:node-exporter.b smithi125 *:9100 running (93s) 1s ago 9m 11.2M - 1.3.1 1dbe0e931976 47a93b654521 2023-12-09T02:09:40.827 INFO:teuthology.orchestra.run.smithi067.stdout:osd.0 smithi067 running (14m) 4s ago 14m 59.7M 4096M 17.2.0 e1d6a67b021e 8028f118e61c 2023-12-09T02:09:40.827 INFO:teuthology.orchestra.run.smithi067.stdout:osd.1 smithi067 running (14m) 4s ago 14m 61.9M 4096M 17.2.0 e1d6a67b021e d8a826789ab9 2023-12-09T02:09:40.827 INFO:teuthology.orchestra.run.smithi067.stdout:osd.2 smithi067 running (13m) 4s ago 13m 55.0M 4096M 17.2.0 e1d6a67b021e 4a0ed55ab397 2023-12-09T02:09:40.827 INFO:teuthology.orchestra.run.smithi067.stdout:osd.3 smithi067 running (12m) 4s ago 12m 58.7M 4096M 17.2.0 e1d6a67b021e 200513eb3289 2023-12-09T02:09:40.827 INFO:teuthology.orchestra.run.smithi067.stdout:osd.4 smithi125 running (12m) 1s ago 12m 61.5M 4096M 17.2.0 e1d6a67b021e 03a86e583fa8 2023-12-09T02:09:40.827 INFO:teuthology.orchestra.run.smithi067.stdout:osd.5 smithi125 running (11m) 1s ago 11m 57.0M 4096M 17.2.0 e1d6a67b021e 69bedd006f74 2023-12-09T02:09:40.827 INFO:teuthology.orchestra.run.smithi067.stdout:osd.6 smithi125 running (10m) 1s ago 10m 54.5M 4096M 17.2.0 e1d6a67b021e 30344497f6d2 2023-12-09T02:09:40.827 INFO:teuthology.orchestra.run.smithi067.stdout:osd.7 smithi125 running (10m) 1s ago 10m 58.2M 4096M 17.2.0 e1d6a67b021e 8791b422aafd 2023-12-09T02:09:40.827 INFO:teuthology.orchestra.run.smithi067.stdout:prometheus.a smithi125 *:9095 running (22s) 1s ago 9m 50.0M - 2.33.4 514e6a882f6e c0781044780a 2023-12-09T02:09:40.827 INFO:teuthology.orchestra.run.smithi067.stdout:rgw.foo.smithi067.rqvsfw smithi067 *:8000 running (6m) 4s ago 6m 88.0M - 17.2.0 e1d6a67b021e 72086955a09f 2023-12-09T02:09:40.827 INFO:teuthology.orchestra.run.smithi067.stdout:rgw.foo.smithi125.wanndy smithi125 *:8000 running (6m) 1s ago 6m 88.0M - 17.2.0 e1d6a67b021e 89b35e95d314 2023-12-09T02:09:40.827 INFO:teuthology.orchestra.run.smithi067.stdout:rgw.smpl.smithi067.mukdcu smithi067 *:80 running (6m) 4s ago 6m 87.6M - 17.2.0 e1d6a67b021e b813f19c7bee 2023-12-09T02:09:40.827 INFO:teuthology.orchestra.run.smithi067.stdout:rgw.smpl.smithi125.ngrzpa smithi125 *:80 running (6m) 1s ago 6m 88.6M - 17.2.0 e1d6a67b021e 96b29ebc04e4 2023-12-09T02:09:41.283 INFO:teuthology.orchestra.run.smithi067.stdout:{ 2023-12-09T02:09:41.283 INFO:teuthology.orchestra.run.smithi067.stdout: "mon": { 2023-12-09T02:09:41.283 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 3 2023-12-09T02:09:41.283 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2023-12-09T02:09:41.283 INFO:teuthology.orchestra.run.smithi067.stdout: "mgr": { 2023-12-09T02:09:41.283 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 19.0.0-44-g9dcc13bb (9dcc13bb80dcc1cdea72b04d80505b4649a2b882) reef (dev)": 2 2023-12-09T02:09:41.283 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2023-12-09T02:09:41.283 INFO:teuthology.orchestra.run.smithi067.stdout: "osd": { 2023-12-09T02:09:41.283 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-09T02:09:41.283 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2023-12-09T02:09:41.283 INFO:teuthology.orchestra.run.smithi067.stdout: "mds": {}, 2023-12-09T02:09:41.283 INFO:teuthology.orchestra.run.smithi067.stdout: "rgw": { 2023-12-09T02:09:41.284 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2023-12-09T02:09:41.284 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2023-12-09T02:09:41.284 INFO:teuthology.orchestra.run.smithi067.stdout: "overall": { 2023-12-09T02:09:41.284 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 15, 2023-12-09T02:09:41.284 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 19.0.0-44-g9dcc13bb (9dcc13bb80dcc1cdea72b04d80505b4649a2b882) reef (dev)": 2 2023-12-09T02:09:41.284 INFO:teuthology.orchestra.run.smithi067.stdout: } 2023-12-09T02:09:41.284 INFO:teuthology.orchestra.run.smithi067.stdout:} 2023-12-09T02:09:41.674 INFO:teuthology.orchestra.run.smithi067.stdout:{ 2023-12-09T02:09:41.674 INFO:teuthology.orchestra.run.smithi067.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:9dcc13bb80dcc1cdea72b04d80505b4649a2b882", 2023-12-09T02:09:41.674 INFO:teuthology.orchestra.run.smithi067.stdout: "in_progress": true, 2023-12-09T02:09:41.674 INFO:teuthology.orchestra.run.smithi067.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-09T02:09:41.674 INFO:teuthology.orchestra.run.smithi067.stdout: "services_complete": [ 2023-12-09T02:09:41.674 INFO:teuthology.orchestra.run.smithi067.stdout: "mgr" 2023-12-09T02:09:41.674 INFO:teuthology.orchestra.run.smithi067.stdout: ], 2023-12-09T02:09:41.674 INFO:teuthology.orchestra.run.smithi067.stdout: "progress": "2/23 daemons upgraded", 2023-12-09T02:09:41.674 INFO:teuthology.orchestra.run.smithi067.stdout: "message": "Currently upgrading mon daemons", 2023-12-09T02:09:41.674 INFO:teuthology.orchestra.run.smithi067.stdout: "is_paused": false 2023-12-09T02:09:41.675 INFO:teuthology.orchestra.run.smithi067.stdout:} 2023-12-09T02:09:41.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:41 smithi125 bash[25274]: audit 2023-12-09T02:09:40.410871+0000 mgr.y (mgr.15420) 161 : audit [DBG] from='client.25444 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:09:41.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:41 smithi125 bash[25274]: audit 2023-12-09T02:09:40.799076+0000 mgr.y (mgr.15420) 162 : audit [DBG] from='client.25450 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:09:41.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:41 smithi125 bash[25274]: audit 2023-12-09T02:09:41.282394+0000 mon.c (mon.1) 56 : audit [DBG] from='client.? 172.21.15.67:0/3031569479' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:41.973 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:41 smithi067 bash[30830]: audit 2023-12-09T02:09:40.410871+0000 mgr.y (mgr.15420) 161 : audit [DBG] from='client.25444 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:09:41.973 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:41 smithi067 bash[30830]: audit 2023-12-09T02:09:40.799076+0000 mgr.y (mgr.15420) 162 : audit [DBG] from='client.25450 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:09:41.973 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:41 smithi067 bash[30830]: audit 2023-12-09T02:09:41.282394+0000 mon.c (mon.1) 56 : audit [DBG] from='client.? 172.21.15.67:0/3031569479' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:41.973 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:41 smithi067 bash[25104]: audit 2023-12-09T02:09:40.410871+0000 mgr.y (mgr.15420) 161 : audit [DBG] from='client.25444 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:09:41.973 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:41 smithi067 bash[25104]: audit 2023-12-09T02:09:40.799076+0000 mgr.y (mgr.15420) 162 : audit [DBG] from='client.25450 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:09:41.973 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:41 smithi067 bash[25104]: audit 2023-12-09T02:09:41.282394+0000 mon.c (mon.1) 56 : audit [DBG] from='client.? 172.21.15.67:0/3031569479' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:09:42.147 INFO:teuthology.orchestra.run.smithi067.stdout:HEALTH_OK 2023-12-09T02:09:42.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:42 smithi067 bash[25104]: audit 2023-12-09T02:09:41.673513+0000 mgr.y (mgr.15420) 163 : audit [DBG] from='client.15528 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:09:42.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:42 smithi067 bash[25104]: audit 2023-12-09T02:09:42.147191+0000 mon.c (mon.1) 57 : audit [DBG] from='client.? 172.21.15.67:0/1009236103' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-09T02:09:42.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:42 smithi067 bash[25104]: cluster 2023-12-09T02:09:42.172681+0000 mgr.y (mgr.15420) 164 : cluster [DBG] pgmap v21: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:09:42.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:42 smithi067 bash[30830]: audit 2023-12-09T02:09:41.673513+0000 mgr.y (mgr.15420) 163 : audit [DBG] from='client.15528 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:09:42.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:42 smithi067 bash[30830]: audit 2023-12-09T02:09:42.147191+0000 mon.c (mon.1) 57 : audit [DBG] from='client.? 172.21.15.67:0/1009236103' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-09T02:09:42.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:42 smithi067 bash[30830]: cluster 2023-12-09T02:09:42.172681+0000 mgr.y (mgr.15420) 164 : cluster [DBG] pgmap v21: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:09:42.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:42 smithi125 bash[25274]: audit 2023-12-09T02:09:41.673513+0000 mgr.y (mgr.15420) 163 : audit [DBG] from='client.15528 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:09:42.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:42 smithi125 bash[25274]: audit 2023-12-09T02:09:42.147191+0000 mon.c (mon.1) 57 : audit [DBG] from='client.? 172.21.15.67:0/1009236103' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-09T02:09:42.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:42 smithi125 bash[25274]: cluster 2023-12-09T02:09:42.172681+0000 mgr.y (mgr.15420) 164 : cluster [DBG] pgmap v21: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:09:44.219 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:09:43 smithi067 bash[75618]: ::ffff:172.21.15.125 - - [09/Dec/2023:02:09:43] "GET /metrics HTTP/1.1" 200 38227 "" "Prometheus/2.33.4" 2023-12-09T02:09:44.921 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:44 smithi067 systemd[1]: Stopping Ceph mon.a for 6db93fb0-9635-11ee-95a3-87774f69a715... 2023-12-09T02:09:45.243 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:44 smithi067 bash[25104]: debug 2023-12-09T02:09:44.914+0000 7fd300e26700 -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-09T02:09:45.243 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:44 smithi067 bash[25104]: debug 2023-12-09T02:09:44.914+0000 7fd300e26700 -1 mon.a@0(leader) e3 *** Got Signal Terminated *** 2023-12-09T02:09:45.243 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:09:44 smithi067 bash[75618]: [09/Dec/2023:02:09:44] ENGINE Bus STOPPING 2023-12-09T02:09:45.244 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:09:44 smithi067 bash[75618]: [09/Dec/2023:02:09:44] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2023-12-09T02:09:45.244 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:09:44 smithi067 bash[75618]: [09/Dec/2023:02:09:44] ENGINE Bus STOPPED 2023-12-09T02:09:45.244 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:09:44 smithi067 bash[75618]: [09/Dec/2023:02:09:44] ENGINE Bus STARTING 2023-12-09T02:09:45.244 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:09:45 smithi067 bash[75618]: [09/Dec/2023:02:09:45] ENGINE Serving on http://:::9283 2023-12-09T02:09:45.244 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:09:45 smithi067 bash[75618]: [09/Dec/2023:02:09:45] ENGINE Bus STARTED 2023-12-09T02:09:45.939 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:45 smithi067 bash[79219]: ceph-6db93fb0-9635-11ee-95a3-87774f69a715-mon-a 2023-12-09T02:09:45.939 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:45 smithi067 bash[79305]: Error response from daemon: No such container: ceph-6db93fb0-9635-11ee-95a3-87774f69a715-mon-a 2023-12-09T02:09:45.939 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:45 smithi067 systemd[1]: ceph-6db93fb0-9635-11ee-95a3-87774f69a715@mon.a.service: Succeeded. 2023-12-09T02:09:45.939 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:45 smithi067 systemd[1]: Stopped Ceph mon.a for 6db93fb0-9635-11ee-95a3-87774f69a715. 2023-12-09T02:09:46.219 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:46 smithi067 systemd[1]: Started Ceph mon.a for 6db93fb0-9635-11ee-95a3-87774f69a715. 2023-12-09T02:09:47.094 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: debug 2023-12-09T02:09:47.078+0000 7faf31274c80 0 set uid:gid to 167:167 (ceph:ceph) 2023-12-09T02:09:47.094 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: debug 2023-12-09T02:09:47.078+0000 7faf31274c80 0 ceph version 19.0.0-44-g9dcc13bb (9dcc13bb80dcc1cdea72b04d80505b4649a2b882) reef (dev), process ceph-mon, pid 7 2023-12-09T02:09:47.094 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: debug 2023-12-09T02:09:47.078+0000 7faf31274c80 0 pidfile_write: ignore empty --pid-file 2023-12-09T02:09:47.094 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: debug 2023-12-09T02:09:47.082+0000 7faf31274c80 0 load: jerasure load: lrc 2023-12-09T02:09:47.095 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: debug 2023-12-09T02:09:47.082+0000 7faf31274c80 4 rocksdb: RocksDB version: 7.9.2 2023-12-09T02:09:47.095 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: debug 2023-12-09T02:09:47.082+0000 7faf31274c80 4 rocksdb: Git sha 0 2023-12-09T02:09:47.095 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: debug 2023-12-09T02:09:47.082+0000 7faf31274c80 4 rocksdb: Compile date 2023-12-08 17:42:16 2023-12-09T02:09:47.095 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: debug 2023-12-09T02:09:47.082+0000 7faf31274c80 4 rocksdb: DB SUMMARY 2023-12-09T02:09:47.095 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: debug 2023-12-09T02:09:47.082+0000 7faf31274c80 4 rocksdb: DB Session ID: 9N1FHNXV8W02RB5Y34ZW 2023-12-09T02:09:47.095 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: debug 2023-12-09T02:09:47.082+0000 7faf31274c80 4 rocksdb: CURRENT file: CURRENT 2023-12-09T02:09:47.095 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: debug 2023-12-09T02:09:47.082+0000 7faf31274c80 4 rocksdb: IDENTITY file: IDENTITY 2023-12-09T02:09:47.095 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: debug 2023-12-09T02:09:47.082+0000 7faf31274c80 4 rocksdb: MANIFEST file: MANIFEST-000015 size: 1734 Bytes 2023-12-09T02:09:47.095 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: debug 2023-12-09T02:09:47.082+0000 7faf31274c80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000042.sst 2023-12-09T02:09:47.095 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: debug 2023-12-09T02:09:47.082+0000 7faf31274c80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000040.log size: 1296616 ; 2023-12-09T02:09:47.095 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: debug 2023-12-09T02:09:47.082+0000 7faf31274c80 4 rocksdb: Options.error_if_exists: 0 2023-12-09T02:09:47.096 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: debug 2023-12-09T02:09:47.082+0000 7faf31274c80 4 rocksdb: Options.create_if_missing: 0 2023-12-09T02:09:47.096 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: debug 2023-12-09T02:09:47.082+0000 7faf31274c80 4 rocksdb: Options.paranoid_checks: 1 2023-12-09T02:09:47.096 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: debug 2023-12-09T02:09:47.082+0000 7faf31274c80 4 rocksdb: Options.flush_verify_memtable_count: 1 2023-12-09T02:09:47.096 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: debug 2023-12-09T02:09:47.082+0000 7faf31274c80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2023-12-09T02:09:47.096 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: debug 2023-12-09T02:09:47.082+0000 7faf31274c80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2023-12-09T02:09:47.096 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: debug 2023-12-09T02:09:47.082+0000 7faf31274c80 4 rocksdb: Options.env: 0x558ce1a78a60 2023-12-09T02:09:47.096 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: debug 2023-12-09T02:09:47.082+0000 7faf31274c80 4 rocksdb: Options.fs: PosixFileSystem 2023-12-09T02:09:47.096 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: debug 2023-12-09T02:09:47.082+0000 7faf31274c80 4 rocksdb: Options.info_log: 0x558ce2bbb760 2023-12-09T02:09:47.096 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: debug 2023-12-09T02:09:47.082+0000 7faf31274c80 4 rocksdb: Options.max_file_opening_threads: 16 2023-12-09T02:09:47.096 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: debug 2023-12-09T02:09:47.082+0000 7faf31274c80 4 rocksdb: Options.statistics: (nil) 2023-12-09T02:09:47.096 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: debug 2023-12-09T02:09:47.082+0000 7faf31274c80 4 rocksdb: Options.use_fsync: 0 2023-12-09T02:09:47.096 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: debug 2023-12-09T02:09:47.082+0000 7faf31274c80 4 rocksdb: Options.max_log_file_size: 0 2023-12-09T02:09:47.097 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: debug 2023-12-09T02:09:47.082+0000 7faf31274c80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-12-09T02:09:47.097 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: debug 2023-12-09T02:09:47.082+0000 7faf31274c80 4 rocksdb: Options.log_file_time_to_roll: 0 2023-12-09T02:09:47.097 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: debug 2023-12-09T02:09:47.082+0000 7faf31274c80 4 rocksdb: Options.keep_log_file_num: 1000 2023-12-09T02:09:47.098 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: debug 2023-12-09T02:09:47.082+0000 7faf31274c80 4 rocksdb: Options.recycle_log_file_num: 0 2023-12-09T02:09:47.098 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: debug 2023-12-09T02:09:47.082+0000 7faf31274c80 4 rocksdb: Options.allow_fallocate: 1 2023-12-09T02:09:47.098 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: debug 2023-12-09T02:09:47.082+0000 7faf31274c80 4 rocksdb: Options.allow_mmap_reads: 0 2023-12-09T02:09:47.098 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: debug 2023-12-09T02:09:47.082+0000 7faf31274c80 4 rocksdb: Options.allow_mmap_writes: 0 2023-12-09T02:09:47.098 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: debug 2023-12-09T02:09:47.082+0000 7faf31274c80 4 rocksdb: Options.use_direct_reads: 0 2023-12-09T02:09:47.098 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: debug 2023-12-09T02:09:47.082+0000 7faf31274c80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-12-09T02:09:47.098 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: debug 2023-12-09T02:09:47.082+0000 7faf31274c80 4 rocksdb: Options.create_missing_column_families: 0 2023-12-09T02:09:47.098 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: debug 2023-12-09T02:09:47.082+0000 7faf31274c80 4 rocksdb: Options.db_log_dir: 2023-12-09T02:09:47.098 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: debug 2023-12-09T02:09:47.082+0000 7faf31274c80 4 rocksdb: Options.wal_dir: 2023-12-09T02:09:47.098 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: debug 2023-12-09T02:09:47.082+0000 7faf31274c80 4 rocksdb: Options.table_cache_numshardbits: 6 2023-12-09T02:09:47.098 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: debug 2023-12-09T02:09:47.082+0000 7faf31274c80 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-12-09T02:09:47.098 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: debug 2023-12-09T02:09:47.082+0000 7faf31274c80 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-12-09T02:09:47.098 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: debug 2023-12-09T02:09:47.082+0000 7faf31274c80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-12-09T02:09:47.098 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: debug 2023-12-09T02:09:47.082+0000 7faf31274c80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-12-09T02:09:47.099 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: debug 2023-12-09T02:09:47.082+0000 7faf31274c80 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-12-09T02:09:47.099 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: debug 2023-12-09T02:09:47.082+0000 7faf31274c80 4 rocksdb: Options.advise_random_on_open: 1 2023-12-09T02:09:47.099 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: debug 2023-12-09T02:09:47.082+0000 7faf31274c80 4 rocksdb: Options.db_write_buffer_size: 0 2023-12-09T02:09:47.099 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: debug 2023-12-09T02:09:47.082+0000 7faf31274c80 4 rocksdb: Options.write_buffer_manager: 0x558ce2b8ef00 2023-12-09T02:09:47.099 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: debug 2023-12-09T02:09:47.082+0000 7faf31274c80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-12-09T02:09:47.099 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: debug 2023-12-09T02:09:47.082+0000 7faf31274c80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-12-09T02:09:47.099 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: debug 2023-12-09T02:09:47.082+0000 7faf31274c80 4 rocksdb: Options.use_adaptive_mutex: 0 2023-12-09T02:09:47.099 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: debug 2023-12-09T02:09:47.082+0000 7faf31274c80 4 rocksdb: Options.rate_limiter: (nil) 2023-12-09T02:09:47.099 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: debug 2023-12-09T02:09:47.082+0000 7faf31274c80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-12-09T02:09:47.099 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: debug 2023-12-09T02:09:47.082+0000 7faf31274c80 4 rocksdb: Options.wal_recovery_mode: 2 2023-12-09T02:09:47.099 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: debug 2023-12-09T02:09:47.082+0000 7faf31274c80 4 rocksdb: Options.enable_thread_tracking: 0 2023-12-09T02:09:47.099 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: debug 2023-12-09T02:09:47.082+0000 7faf31274c80 4 rocksdb: Options.enable_pipelined_write: 0 2023-12-09T02:09:47.099 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: debug 2023-12-09T02:09:47.082+0000 7faf31274c80 4 rocksdb: Options.unordered_write: 0 2023-12-09T02:09:47.099 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: debug 2023-12-09T02:09:47.082+0000 7faf31274c80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-12-09T02:09:47.099 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: debug 2023-12-09T02:09:47.082+0000 7faf31274c80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-12-09T02:09:47.100 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: debug 2023-12-09T02:09:47.082+0000 7faf31274c80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-12-09T02:09:47.100 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: debug 2023-12-09T02:09:47.082+0000 7faf31274c80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-12-09T02:09:47.100 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: debug 2023-12-09T02:09:47.082+0000 7faf31274c80 4 rocksdb: Options.row_cache: None 2023-12-09T02:09:47.100 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: debug 2023-12-09T02:09:47.082+0000 7faf31274c80 4 rocksdb: Options.wal_filter: None 2023-12-09T02:09:47.100 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: debug 2023-12-09T02:09:47.082+0000 7faf31274c80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-12-09T02:09:47.100 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: debug 2023-12-09T02:09:47.082+0000 7faf31274c80 4 rocksdb: Options.allow_ingest_behind: 0 2023-12-09T02:09:47.100 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: debug 2023-12-09T02:09:47.082+0000 7faf31274c80 4 rocksdb: Options.two_write_queues: 0 2023-12-09T02:09:47.100 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: debug 2023-12-09T02:09:47.082+0000 7faf31274c80 4 rocksdb: Options.manual_wal_flush: 0 2023-12-09T02:09:47.100 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: debug 2023-12-09T02:09:47.082+0000 7faf31274c80 4 rocksdb: Options.wal_compression: 0 2023-12-09T02:09:47.100 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: debug 2023-12-09T02:09:47.082+0000 7faf31274c80 4 rocksdb: Options.atomic_flush: 0 2023-12-09T02:09:47.100 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: debug 2023-12-09T02:09:47.082+0000 7faf31274c80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-12-09T02:09:47.100 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: debug 2023-12-09T02:09:47.082+0000 7faf31274c80 4 rocksdb: Options.persist_stats_to_disk: 0 2023-12-09T02:09:47.100 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: debug 2023-12-09T02:09:47.082+0000 7faf31274c80 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-12-09T02:09:47.100 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: debug 2023-12-09T02:09:47.082+0000 7faf31274c80 4 rocksdb: Options.log_readahead_size: 0 2023-12-09T02:09:47.101 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: debug 2023-12-09T02:09:47.082+0000 7faf31274c80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2023-12-09T02:09:47.101 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: debug 2023-12-09T02:09:47.082+0000 7faf31274c80 4 rocksdb: Options.best_efforts_recovery: 0 2023-12-09T02:09:47.101 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: debug 2023-12-09T02:09:47.082+0000 7faf31274c80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2023-12-09T02:09:47.101 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: debug 2023-12-09T02:09:47.082+0000 7faf31274c80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2023-12-09T02:09:47.101 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: debug 2023-12-09T02:09:47.082+0000 7faf31274c80 4 rocksdb: Options.allow_data_in_errors: 0 2023-12-09T02:09:47.101 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: debug 2023-12-09T02:09:47.082+0000 7faf31274c80 4 rocksdb: Options.db_host_id: __hostname__ 2023-12-09T02:09:47.101 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: debug 2023-12-09T02:09:47.082+0000 7faf31274c80 4 rocksdb: Options.enforce_single_del_contracts: true 2023-12-09T02:09:47.101 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: debug 2023-12-09T02:09:47.082+0000 7faf31274c80 4 rocksdb: Options.max_background_jobs: 2 2023-12-09T02:09:47.101 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: debug 2023-12-09T02:09:47.082+0000 7faf31274c80 4 rocksdb: Options.max_background_compactions: -1 2023-12-09T02:09:47.101 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: debug 2023-12-09T02:09:47.082+0000 7faf31274c80 4 rocksdb: Options.max_subcompactions: 1 2023-12-09T02:09:47.101 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: debug 2023-12-09T02:09:47.082+0000 7faf31274c80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-12-09T02:09:47.101 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: debug 2023-12-09T02:09:47.082+0000 7faf31274c80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-12-09T02:09:47.101 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: debug 2023-12-09T02:09:47.082+0000 7faf31274c80 4 rocksdb: Options.delayed_write_rate : 16777216 2023-12-09T02:09:47.102 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: debug 2023-12-09T02:09:47.082+0000 7faf31274c80 4 rocksdb: Options.max_total_wal_size: 0 2023-12-09T02:09:47.102 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: debug 2023-12-09T02:09:47.082+0000 7faf31274c80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-12-09T02:09:47.102 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: debug 2023-12-09T02:09:47.082+0000 7faf31274c80 4 rocksdb: Options.stats_dump_period_sec: 600 2023-12-09T02:09:47.102 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: debug 2023-12-09T02:09:47.082+0000 7faf31274c80 4 rocksdb: Options.stats_persist_period_sec: 600 2023-12-09T02:09:47.102 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: debug 2023-12-09T02:09:47.082+0000 7faf31274c80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-12-09T02:09:47.102 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: debug 2023-12-09T02:09:47.082+0000 7faf31274c80 4 rocksdb: Options.max_open_files: -1 2023-12-09T02:09:47.102 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: debug 2023-12-09T02:09:47.082+0000 7faf31274c80 4 rocksdb: Options.bytes_per_sync: 0 2023-12-09T02:09:47.102 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: debug 2023-12-09T02:09:47.082+0000 7faf31274c80 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-12-09T02:09:47.103 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: debug 2023-12-09T02:09:47.082+0000 7faf31274c80 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-12-09T02:09:47.103 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: debug 2023-12-09T02:09:47.082+0000 7faf31274c80 4 rocksdb: Options.compaction_readahead_size: 0 2023-12-09T02:09:47.104 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: debug 2023-12-09T02:09:47.082+0000 7faf31274c80 4 rocksdb: Options.max_background_flushes: -1 2023-12-09T02:09:47.104 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: debug 2023-12-09T02:09:47.082+0000 7faf31274c80 4 rocksdb: Compression algorithms supported: 2023-12-09T02:09:47.104 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: debug 2023-12-09T02:09:47.082+0000 7faf31274c80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-12-09T02:09:47.104 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: debug 2023-12-09T02:09:47.082+0000 7faf31274c80 4 rocksdb: kZSTD supported: 0 2023-12-09T02:09:47.104 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: debug 2023-12-09T02:09:47.082+0000 7faf31274c80 4 rocksdb: kXpressCompression supported: 0 2023-12-09T02:09:47.104 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: debug 2023-12-09T02:09:47.082+0000 7faf31274c80 4 rocksdb: kLZ4HCCompression supported: 1 2023-12-09T02:09:47.104 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: debug 2023-12-09T02:09:47.082+0000 7faf31274c80 4 rocksdb: kZlibCompression supported: 1 2023-12-09T02:09:47.104 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: debug 2023-12-09T02:09:47.082+0000 7faf31274c80 4 rocksdb: kSnappyCompression supported: 1 2023-12-09T02:09:47.104 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: debug 2023-12-09T02:09:47.082+0000 7faf31274c80 4 rocksdb: kLZ4Compression supported: 1 2023-12-09T02:09:47.104 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: debug 2023-12-09T02:09:47.082+0000 7faf31274c80 4 rocksdb: kBZip2Compression supported: 0 2023-12-09T02:09:47.104 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: debug 2023-12-09T02:09:47.082+0000 7faf31274c80 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-12-09T02:09:47.104 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: debug 2023-12-09T02:09:47.082+0000 7faf31274c80 4 rocksdb: DMutex implementation: pthread_mutex_t 2023-12-09T02:09:47.104 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: debug 2023-12-09T02:09:47.082+0000 7faf31274c80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000015 2023-12-09T02:09:47.105 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: debug 2023-12-09T02:09:47.082+0000 7faf31274c80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2023-12-09T02:09:47.105 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: debug 2023-12-09T02:09:47.082+0000 7faf31274c80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-12-09T02:09:47.105 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: debug 2023-12-09T02:09:47.082+0000 7faf31274c80 4 rocksdb: Options.merge_operator: 2023-12-09T02:09:47.105 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: debug 2023-12-09T02:09:47.082+0000 7faf31274c80 4 rocksdb: Options.compaction_filter: None 2023-12-09T02:09:47.105 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: debug 2023-12-09T02:09:47.082+0000 7faf31274c80 4 rocksdb: Options.compaction_filter_factory: None 2023-12-09T02:09:47.105 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: debug 2023-12-09T02:09:47.082+0000 7faf31274c80 4 rocksdb: Options.sst_partitioner_factory: None 2023-12-09T02:09:47.106 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: debug 2023-12-09T02:09:47.082+0000 7faf31274c80 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-12-09T02:09:47.106 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: debug 2023-12-09T02:09:47.082+0000 7faf31274c80 4 rocksdb: Options.table_factory: BlockBasedTable 2023-12-09T02:09:47.106 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: debug 2023-12-09T02:09:47.082+0000 7faf31274c80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x558ce2bbb8a0) 2023-12-09T02:09:47.106 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: cache_index_and_filter_blocks: 1 2023-12-09T02:09:47.106 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: cache_index_and_filter_blocks_with_high_priority: 0 2023-12-09T02:09:47.106 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: pin_l0_filter_and_index_blocks_in_cache: 0 2023-12-09T02:09:47.106 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: pin_top_level_index_and_filter: 1 2023-12-09T02:09:47.106 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: index_type: 0 2023-12-09T02:09:47.106 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: data_block_index_type: 0 2023-12-09T02:09:47.106 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: index_shortening: 1 2023-12-09T02:09:47.106 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: data_block_hash_table_util_ratio: 0.750000 2023-12-09T02:09:47.106 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: checksum: 4 2023-12-09T02:09:47.106 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: no_block_cache: 0 2023-12-09T02:09:47.107 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: block_cache: 0x558ce2c0f090 2023-12-09T02:09:47.107 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: block_cache_name: BinnedLRUCache 2023-12-09T02:09:47.107 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: block_cache_options: 2023-12-09T02:09:47.107 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: capacity : 536870912 2023-12-09T02:09:47.107 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: num_shard_bits : 4 2023-12-09T02:09:47.107 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: strict_capacity_limit : 0 2023-12-09T02:09:47.107 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: high_pri_pool_ratio: 0.000 2023-12-09T02:09:47.107 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: block_cache_compressed: (nil) 2023-12-09T02:09:47.107 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: persistent_cache: (nil) 2023-12-09T02:09:47.107 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: block_size: 4096 2023-12-09T02:09:47.107 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: block_size_deviation: 10 2023-12-09T02:09:47.107 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: block_restart_interval: 16 2023-12-09T02:09:47.107 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: index_block_restart_interval: 1 2023-12-09T02:09:47.107 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: metadata_block_size: 4096 2023-12-09T02:09:47.107 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: partition_filters: 0 2023-12-09T02:09:47.108 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: use_delta_encoding: 1 2023-12-09T02:09:47.108 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: filter_policy: bloomfilter 2023-12-09T02:09:47.108 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: whole_key_filtering: 1 2023-12-09T02:09:47.108 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: verify_compression: 0 2023-12-09T02:09:47.108 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: read_amp_bytes_per_bit: 0 2023-12-09T02:09:47.108 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: format_version: 5 2023-12-09T02:09:47.108 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: enable_index_compression: 1 2023-12-09T02:09:47.108 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: block_align: 0 2023-12-09T02:09:47.108 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: max_auto_readahead_size: 262144 2023-12-09T02:09:47.108 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: prepopulate_block_cache: 0 2023-12-09T02:09:47.108 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: initial_auto_readahead_size: 8192 2023-12-09T02:09:47.108 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: num_file_reads_for_auto_readahead: 2 2023-12-09T02:09:47.108 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: debug 2023-12-09T02:09:47.082+0000 7faf31274c80 4 rocksdb: Options.write_buffer_size: 33554432 2023-12-09T02:09:47.108 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: debug 2023-12-09T02:09:47.082+0000 7faf31274c80 4 rocksdb: Options.max_write_buffer_number: 2 2023-12-09T02:09:47.109 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: debug 2023-12-09T02:09:47.082+0000 7faf31274c80 4 rocksdb: Options.compression: NoCompression 2023-12-09T02:09:47.109 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: debug 2023-12-09T02:09:47.082+0000 7faf31274c80 4 rocksdb: Options.bottommost_compression: Disabled 2023-12-09T02:09:47.109 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: debug 2023-12-09T02:09:47.082+0000 7faf31274c80 4 rocksdb: Options.prefix_extractor: nullptr 2023-12-09T02:09:47.109 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: debug 2023-12-09T02:09:47.082+0000 7faf31274c80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-12-09T02:09:47.109 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: debug 2023-12-09T02:09:47.082+0000 7faf31274c80 4 rocksdb: Options.num_levels: 7 2023-12-09T02:09:47.109 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: debug 2023-12-09T02:09:47.082+0000 7faf31274c80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-12-09T02:09:47.109 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: debug 2023-12-09T02:09:47.082+0000 7faf31274c80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-12-09T02:09:47.109 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: debug 2023-12-09T02:09:47.082+0000 7faf31274c80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-12-09T02:09:47.109 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: debug 2023-12-09T02:09:47.082+0000 7faf31274c80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-12-09T02:09:47.109 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: debug 2023-12-09T02:09:47.082+0000 7faf31274c80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-12-09T02:09:47.109 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: debug 2023-12-09T02:09:47.082+0000 7faf31274c80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-12-09T02:09:47.109 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: debug 2023-12-09T02:09:47.082+0000 7faf31274c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-12-09T02:09:47.109 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: debug 2023-12-09T02:09:47.082+0000 7faf31274c80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-12-09T02:09:47.109 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: debug 2023-12-09T02:09:47.082+0000 7faf31274c80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2023-12-09T02:09:47.110 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: debug 2023-12-09T02:09:47.082+0000 7faf31274c80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-12-09T02:09:47.110 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: debug 2023-12-09T02:09:47.082+0000 7faf31274c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2023-12-09T02:09:47.110 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: debug 2023-12-09T02:09:47.082+0000 7faf31274c80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2023-12-09T02:09:47.110 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: debug 2023-12-09T02:09:47.082+0000 7faf31274c80 4 rocksdb: Options.compression_opts.window_bits: -14 2023-12-09T02:09:47.110 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: debug 2023-12-09T02:09:47.082+0000 7faf31274c80 4 rocksdb: Options.compression_opts.level: 32767 2023-12-09T02:09:47.110 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: debug 2023-12-09T02:09:47.082+0000 7faf31274c80 4 rocksdb: Options.compression_opts.strategy: 0 2023-12-09T02:09:47.110 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: debug 2023-12-09T02:09:47.082+0000 7faf31274c80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-12-09T02:09:47.110 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: debug 2023-12-09T02:09:47.082+0000 7faf31274c80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-12-09T02:09:47.110 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: debug 2023-12-09T02:09:47.082+0000 7faf31274c80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2023-12-09T02:09:47.110 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: debug 2023-12-09T02:09:47.082+0000 7faf31274c80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2023-12-09T02:09:47.110 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: debug 2023-12-09T02:09:47.082+0000 7faf31274c80 4 rocksdb: Options.compression_opts.enabled: false 2023-12-09T02:09:47.110 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: debug 2023-12-09T02:09:47.082+0000 7faf31274c80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2023-12-09T02:09:47.110 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: debug 2023-12-09T02:09:47.082+0000 7faf31274c80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-12-09T02:09:47.110 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: debug 2023-12-09T02:09:47.082+0000 7faf31274c80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-12-09T02:09:47.110 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: debug 2023-12-09T02:09:47.082+0000 7faf31274c80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-12-09T02:09:47.111 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: debug 2023-12-09T02:09:47.082+0000 7faf31274c80 4 rocksdb: Options.target_file_size_base: 67108864 2023-12-09T02:09:47.111 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: debug 2023-12-09T02:09:47.082+0000 7faf31274c80 4 rocksdb: Options.target_file_size_multiplier: 1 2023-12-09T02:09:47.111 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: debug 2023-12-09T02:09:47.082+0000 7faf31274c80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-12-09T02:09:47.111 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: debug 2023-12-09T02:09:47.082+0000 7faf31274c80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-12-09T02:09:47.111 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: debug 2023-12-09T02:09:47.082+0000 7faf31274c80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-12-09T02:09:47.111 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: debug 2023-12-09T02:09:47.082+0000 7faf31274c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-12-09T02:09:47.111 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: debug 2023-12-09T02:09:47.082+0000 7faf31274c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-12-09T02:09:47.111 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: debug 2023-12-09T02:09:47.082+0000 7faf31274c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-12-09T02:09:47.111 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: debug 2023-12-09T02:09:47.082+0000 7faf31274c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-12-09T02:09:47.111 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: debug 2023-12-09T02:09:47.082+0000 7faf31274c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-12-09T02:09:47.111 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: debug 2023-12-09T02:09:47.082+0000 7faf31274c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-12-09T02:09:47.111 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: debug 2023-12-09T02:09:47.082+0000 7faf31274c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-12-09T02:09:47.111 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: debug 2023-12-09T02:09:47.082+0000 7faf31274c80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-12-09T02:09:47.111 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: debug 2023-12-09T02:09:47.082+0000 7faf31274c80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-12-09T02:09:47.111 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: debug 2023-12-09T02:09:47.082+0000 7faf31274c80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2023-12-09T02:09:47.111 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: debug 2023-12-09T02:09:47.082+0000 7faf31274c80 4 rocksdb: Options.arena_block_size: 1048576 2023-12-09T02:09:47.111 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: debug 2023-12-09T02:09:47.082+0000 7faf31274c80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-12-09T02:09:47.112 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: debug 2023-12-09T02:09:47.082+0000 7faf31274c80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-12-09T02:09:47.112 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: debug 2023-12-09T02:09:47.082+0000 7faf31274c80 4 rocksdb: Options.disable_auto_compactions: 0 2023-12-09T02:09:47.112 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: debug 2023-12-09T02:09:47.082+0000 7faf31274c80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-12-09T02:09:47.112 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: debug 2023-12-09T02:09:47.082+0000 7faf31274c80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-12-09T02:09:47.112 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: debug 2023-12-09T02:09:47.082+0000 7faf31274c80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-12-09T02:09:47.112 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: debug 2023-12-09T02:09:47.082+0000 7faf31274c80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-12-09T02:09:47.112 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: debug 2023-12-09T02:09:47.082+0000 7faf31274c80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-12-09T02:09:47.112 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: debug 2023-12-09T02:09:47.082+0000 7faf31274c80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-12-09T02:09:47.112 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: debug 2023-12-09T02:09:47.082+0000 7faf31274c80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-12-09T02:09:47.112 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: debug 2023-12-09T02:09:47.082+0000 7faf31274c80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-12-09T02:09:47.112 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: debug 2023-12-09T02:09:47.082+0000 7faf31274c80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-12-09T02:09:47.112 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: debug 2023-12-09T02:09:47.082+0000 7faf31274c80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-12-09T02:09:47.112 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: debug 2023-12-09T02:09:47.082+0000 7faf31274c80 4 rocksdb: Options.table_properties_collectors: 2023-12-09T02:09:47.112 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: debug 2023-12-09T02:09:47.082+0000 7faf31274c80 4 rocksdb: Options.inplace_update_support: 0 2023-12-09T02:09:47.112 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: debug 2023-12-09T02:09:47.082+0000 7faf31274c80 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-12-09T02:09:47.112 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: debug 2023-12-09T02:09:47.082+0000 7faf31274c80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-12-09T02:09:47.112 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: debug 2023-12-09T02:09:47.082+0000 7faf31274c80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-12-09T02:09:47.113 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: debug 2023-12-09T02:09:47.082+0000 7faf31274c80 4 rocksdb: Options.memtable_huge_page_size: 0 2023-12-09T02:09:47.113 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: debug 2023-12-09T02:09:47.082+0000 7faf31274c80 4 rocksdb: Options.bloom_locality: 0 2023-12-09T02:09:47.113 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: debug 2023-12-09T02:09:47.082+0000 7faf31274c80 4 rocksdb: Options.max_successive_merges: 0 2023-12-09T02:09:47.113 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: debug 2023-12-09T02:09:47.082+0000 7faf31274c80 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-12-09T02:09:47.113 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: debug 2023-12-09T02:09:47.082+0000 7faf31274c80 4 rocksdb: Options.paranoid_file_checks: 0 2023-12-09T02:09:47.113 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: debug 2023-12-09T02:09:47.082+0000 7faf31274c80 4 rocksdb: Options.force_consistency_checks: 1 2023-12-09T02:09:47.113 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: debug 2023-12-09T02:09:47.082+0000 7faf31274c80 4 rocksdb: Options.report_bg_io_stats: 0 2023-12-09T02:09:47.113 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: debug 2023-12-09T02:09:47.082+0000 7faf31274c80 4 rocksdb: Options.ttl: 2592000 2023-12-09T02:09:47.113 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: debug 2023-12-09T02:09:47.082+0000 7faf31274c80 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-12-09T02:09:47.113 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: debug 2023-12-09T02:09:47.082+0000 7faf31274c80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2023-12-09T02:09:47.113 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: debug 2023-12-09T02:09:47.082+0000 7faf31274c80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2023-12-09T02:09:47.113 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: debug 2023-12-09T02:09:47.082+0000 7faf31274c80 4 rocksdb: Options.enable_blob_files: false 2023-12-09T02:09:47.113 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: debug 2023-12-09T02:09:47.082+0000 7faf31274c80 4 rocksdb: Options.min_blob_size: 0 2023-12-09T02:09:47.113 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: debug 2023-12-09T02:09:47.082+0000 7faf31274c80 4 rocksdb: Options.blob_file_size: 268435456 2023-12-09T02:09:47.114 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: debug 2023-12-09T02:09:47.082+0000 7faf31274c80 4 rocksdb: Options.blob_compression_type: NoCompression 2023-12-09T02:09:47.114 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: debug 2023-12-09T02:09:47.082+0000 7faf31274c80 4 rocksdb: Options.enable_blob_garbage_collection: false 2023-12-09T02:09:47.114 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: debug 2023-12-09T02:09:47.082+0000 7faf31274c80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2023-12-09T02:09:47.114 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: debug 2023-12-09T02:09:47.082+0000 7faf31274c80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2023-12-09T02:09:47.114 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: debug 2023-12-09T02:09:47.082+0000 7faf31274c80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2023-12-09T02:09:47.114 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: debug 2023-12-09T02:09:47.082+0000 7faf31274c80 4 rocksdb: Options.blob_file_starting_level: 0 2023-12-09T02:09:47.114 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: debug 2023-12-09T02:09:47.082+0000 7faf31274c80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2023-12-09T02:09:47.114 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: debug 2023-12-09T02:09:47.082+0000 7faf26a3d700 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-09T02:09:47.114 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: debug 2023-12-09T02:09:47.086+0000 7faf31274c80 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-09T02:09:47.114 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: debug 2023-12-09T02:09:47.086+0000 7faf31274c80 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 19529, log_number is 40,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2023-12-09T02:09:47.114 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: debug 2023-12-09T02:09:47.086+0000 7faf31274c80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 40 2023-12-09T02:09:47.114 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: debug 2023-12-09T02:09:47.086+0000 7faf31274c80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: ef95e610-063a-4fcb-bb88-4a225090a0f6 2023-12-09T02:09:47.114 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: debug 2023-12-09T02:09:47.086+0000 7faf31274c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1702087787091852, "job": 1, "event": "recovery_started", "wal_files": [40]} 2023-12-09T02:09:47.114 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: debug 2023-12-09T02:09:47.086+0000 7faf31274c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #40 mode 2 2023-12-09T02:09:47.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: debug 2023-12-09T02:09:47.098+0000 7faf31274c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1702087787103289, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 45, "file_size": 1256822, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 19530, "largest_seqno": 21125, "table_properties": {"data_size": 1250764, "index_size": 2611, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 2437, "raw_key_size": 23301, "raw_average_key_size": 24, "raw_value_size": 1235114, "raw_average_value_size": 1298, "num_data_blocks": 105, "num_entries": 951, "num_filter_entries": 951, "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": 1702087787, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "ef95e610-063a-4fcb-bb88-4a225090a0f6", "db_session_id": "9N1FHNXV8W02RB5Y34ZW", "orig_file_number": 45, "seqno_to_time_mapping": "N/A"}} 2023-12-09T02:09:47.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: debug 2023-12-09T02:09:47.098+0000 7faf31274c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1702087787103397, "job": 1, "event": "recovery_finished"} 2023-12-09T02:09:47.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: debug 2023-12-09T02:09:47.098+0000 7faf31274c80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 47 2023-12-09T02:09:47.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: debug 2023-12-09T02:09:47.098+0000 7faf31274c80 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-09T02:09:47.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: debug 2023-12-09T02:09:47.098+0000 7faf31274c80 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-09T02:09:47.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: debug 2023-12-09T02:09:47.098+0000 7faf31274c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x558ce2cae000 2023-12-09T02:09:47.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: debug 2023-12-09T02:09:47.098+0000 7faf31274c80 4 rocksdb: DB pointer 0x558ce2c9c000 2023-12-09T02:09:47.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: debug 2023-12-09T02:09:47.102+0000 7faf1fa2f700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2023-12-09T02:09:47.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: debug 2023-12-09T02:09:47.102+0000 7faf1fa2f700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2023-12-09T02:09:47.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: ** DB Stats ** 2023-12-09T02:09:47.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-09T02:09:47.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: 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-09T02:09:47.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-12-09T02:09:47.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-09T02:09:47.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: 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-09T02:09:47.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-12-09T02:09:47.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-09T02:09:47.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: ** Compaction Stats [default] ** 2023-12-09T02:09:47.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: 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-09T02:09:47.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2023-12-09T02:09:47.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: L0 1/0 1.20 MB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 357.2 0.00 0.00 1 0.003 0 0 0.0 0.0 2023-12-09T02:09:47.472 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: L6 1/0 10.64 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-09T02:09:47.472 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: Sum 2/0 11.83 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 357.2 0.00 0.00 1 0.003 0 0 0.0 0.0 2023-12-09T02:09:47.472 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 357.2 0.00 0.00 1 0.003 0 0 0.0 0.0 2023-12-09T02:09:47.472 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: ** Compaction Stats [default] ** 2023-12-09T02:09:47.472 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: 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-09T02:09:47.472 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-09T02:09:47.472 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 357.2 0.00 0.00 1 0.003 0 0 0.0 0.0 2023-12-09T02:09:47.472 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2023-12-09T02:09:47.472 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-09T02:09:47.472 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: Flush(GB): cumulative 0.001, interval 0.001 2023-12-09T02:09:47.472 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-09T02:09:47.472 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: AddFile(Total Files): cumulative 0, interval 0 2023-12-09T02:09:47.472 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: AddFile(L0 Files): cumulative 0, interval 0 2023-12-09T02:09:47.472 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: AddFile(Keys): cumulative 0, interval 0 2023-12-09T02:09:47.472 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: Cumulative compaction: 0.00 GB write, 70.12 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-09T02:09:47.473 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: Interval compaction: 0.00 GB write, 70.12 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-09T02:09:47.473 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: 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-09T02:09:47.473 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: Block cache BinnedLRUCache@0x558ce2c0f090#7 capacity: 512.00 MB usage: 5.36 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.2e-05 secs_since: 0 2023-12-09T02:09:47.473 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: Block cache entry stats(count,size,portion): FilterBlock(1,2.53 KB,0.000482798%) IndexBlock(1,2.83 KB,0.000539422%) Misc(1,0.00 KB,0%) 2023-12-09T02:09:47.473 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: ** File Read Latency Histogram By Level [default] ** 2023-12-09T02:09:47.473 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: debug 2023-12-09T02:09:47.102+0000 7faf31274c80 0 starting mon.a rank 0 at public addrs [v2:172.21.15.67:3300/0,v1:172.21.15.67:6789/0] at bind addrs [v2:172.21.15.67:3300/0,v1:172.21.15.67:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid 6db93fb0-9635-11ee-95a3-87774f69a715 2023-12-09T02:09:47.473 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: debug 2023-12-09T02:09:47.102+0000 7faf31274c80 1 mon.a@-1(???) e3 preinit fsid 6db93fb0-9635-11ee-95a3-87774f69a715 2023-12-09T02:09:47.473 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: debug 2023-12-09T02:09:47.102+0000 7faf31274c80 0 mon.a@-1(???).mds e1 new map 2023-12-09T02:09:47.473 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: debug 2023-12-09T02:09:47.102+0000 7faf31274c80 0 mon.a@-1(???).mds e1 print_map 2023-12-09T02:09:47.473 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: e1 2023-12-09T02:09:47.473 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: enable_multiple, ever_enabled_multiple: 1,1 2023-12-09T02:09:47.473 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: 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-09T02:09:47.473 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: legacy client fscid: -1 2023-12-09T02:09:47.473 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: 2023-12-09T02:09:47.473 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: No filesystems configured 2023-12-09T02:09:47.473 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: debug 2023-12-09T02:09:47.102+0000 7faf31274c80 0 mon.a@-1(???).osd e104 crush map has features 3314933000854323200, adjusting msgr requires 2023-12-09T02:09:47.474 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: debug 2023-12-09T02:09:47.102+0000 7faf31274c80 0 mon.a@-1(???).osd e104 crush map has features 432629239337189376, adjusting msgr requires 2023-12-09T02:09:47.474 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: debug 2023-12-09T02:09:47.102+0000 7faf31274c80 0 mon.a@-1(???).osd e104 crush map has features 432629239337189376, adjusting msgr requires 2023-12-09T02:09:47.474 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: debug 2023-12-09T02:09:47.102+0000 7faf31274c80 0 mon.a@-1(???).osd e104 crush map has features 432629239337189376, adjusting msgr requires 2023-12-09T02:09:47.474 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:47 smithi067 bash[79370]: debug 2023-12-09T02:09:47.106+0000 7faf31274c80 1 mon.a@-1(???).paxosservice(auth 1..25) refresh upgraded, format 0 -> 3 2023-12-09T02:09:48.969 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:09:48 smithi067 bash[75618]: ignoring --setuser ceph since I am not root 2023-12-09T02:09:48.969 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:09:48 smithi067 bash[75618]: ignoring --setgroup ceph since I am not root 2023-12-09T02:09:48.970 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:09:48 smithi067 bash[75618]: debug 2023-12-09T02:09:48.650+0000 7f06802a6700 1 -- 172.21.15.67:0/2447714650 <== mon.0 v2:172.21.15.67:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x56265eece1a0 con 0x56265fc4a400 2023-12-09T02:09:48.970 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:09:48 smithi067 bash[75618]: debug 2023-12-09T02:09:48.814+0000 7f068a02e200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-12-09T02:09:48.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:48 smithi067 bash[79370]: audit 2023-12-09T02:09:44.931009+0000 mon.b (mon.2) 97 : audit 0 from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-09T02:09:48.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:48 smithi067 bash[79370]: audit 2023-12-09T02:09:44.931537+0000 mon.b (mon.2) 98 : audit 0 from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-09T02:09:48.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:48 smithi067 bash[79370]: audit 2023-12-09T02:09:44.932001+0000 mon.b (mon.2) 99 : audit 0 from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-09T02:09:48.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:48 smithi067 bash[79370]: audit 2023-12-09T02:09:45.358161+0000 mgr.y (mgr.15420) 166 : audit 0 from='client.25420 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:09:48.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:48 smithi067 bash[79370]: cluster 2023-12-09T02:09:46.175032+0000 mgr.y (mgr.15420) 167 : cluster 0 pgmap v23: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:09:48.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:48 smithi067 bash[79370]: cluster 2023-12-09T02:09:48.176711+0000 mgr.y (mgr.15420) 168 : cluster 0 pgmap v24: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:09:48.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:48 smithi067 bash[79370]: cluster 2023-12-09T02:09:48.531384+0000 mon.a (mon.0) 1 : cluster 1 mon.a calling monitor election 2023-12-09T02:09:48.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:48 smithi067 bash[79370]: cluster 2023-12-09T02:09:48.555126+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-09T02:09:48.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:48 smithi067 bash[79370]: cluster 2023-12-09T02:09:48.568042+0000 mon.a (mon.0) 3 : cluster 0 monmap e3: 3 mons at {a=[v2:172.21.15.67:3300/0,v1:172.21.15.67:6789/0],b=[v2:172.21.15.125:3300/0,v1:172.21.15.125:6789/0],c=[v2:172.21.15.67:3301/0,v1:172.21.15.67:6790/0]} removed_ranks: {} disallowed_leaders: {} 2023-12-09T02:09:48.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:48 smithi067 bash[79370]: cluster 2023-12-09T02:09:48.569862+0000 mon.a (mon.0) 4 : cluster 0 fsmap 2023-12-09T02:09:48.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:48 smithi067 bash[79370]: cluster 2023-12-09T02:09:48.570078+0000 mon.a (mon.0) 5 : cluster 0 osdmap e104: 8 total, 8 up, 8 in 2023-12-09T02:09:48.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:48 smithi067 bash[79370]: cluster 2023-12-09T02:09:48.572634+0000 mon.a (mon.0) 6 : cluster 0 mgrmap e35: y(active, since 42s), standbys: x 2023-12-09T02:09:48.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:48 smithi067 bash[79370]: audit 2023-12-09T02:09:48.585684+0000 mon.a (mon.0) 7 : audit 1 from='mgr.15420 ' entity='' 2023-12-09T02:09:48.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:48 smithi067 bash[79370]: cluster 2023-12-09T02:09:48.586942+0000 mon.a (mon.0) 8 : cluster 0 mgrmap e36: y(active, since 42s), standbys: x 2023-12-09T02:09:48.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:48 smithi067 bash[79370]: cluster 2023-12-09T02:09:48.587003+0000 mon.a (mon.0) 9 : cluster 1 overall HEALTH_OK 2023-12-09T02:09:48.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:48 smithi067 bash[30830]: audit 2023-12-09T02:09:44.931009+0000 mon.b (mon.2) 97 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-09T02:09:48.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:48 smithi067 bash[30830]: audit 2023-12-09T02:09:44.931537+0000 mon.b (mon.2) 98 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-09T02:09:48.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:48 smithi067 bash[30830]: audit 2023-12-09T02:09:44.932001+0000 mon.b (mon.2) 99 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-09T02:09:48.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:48 smithi067 bash[30830]: audit 2023-12-09T02:09:45.358161+0000 mgr.y (mgr.15420) 166 : audit [DBG] from='client.25420 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:09:48.972 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:48 smithi067 bash[30830]: cluster 2023-12-09T02:09:46.175032+0000 mgr.y (mgr.15420) 167 : cluster [DBG] pgmap v23: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:09:48.972 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:48 smithi067 bash[30830]: cluster 2023-12-09T02:09:48.176711+0000 mgr.y (mgr.15420) 168 : cluster [DBG] pgmap v24: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:09:48.972 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:48 smithi067 bash[30830]: cluster 2023-12-09T02:09:48.531384+0000 mon.a (mon.0) 1 : cluster [INF] mon.a calling monitor election 2023-12-09T02:09:48.972 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:48 smithi067 bash[30830]: cluster 2023-12-09T02:09:48.555126+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-09T02:09:48.972 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:48 smithi067 bash[30830]: cluster 2023-12-09T02:09:48.568042+0000 mon.a (mon.0) 3 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.67:3300/0,v1:172.21.15.67:6789/0],b=[v2:172.21.15.125:3300/0,v1:172.21.15.125:6789/0],c=[v2:172.21.15.67:3301/0,v1:172.21.15.67:6790/0]} removed_ranks: {} disallowed_leaders: {} 2023-12-09T02:09:48.972 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:48 smithi067 bash[30830]: cluster 2023-12-09T02:09:48.569862+0000 mon.a (mon.0) 4 : cluster [DBG] fsmap 2023-12-09T02:09:48.972 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:48 smithi067 bash[30830]: cluster 2023-12-09T02:09:48.570078+0000 mon.a (mon.0) 5 : cluster [DBG] osdmap e104: 8 total, 8 up, 8 in 2023-12-09T02:09:48.972 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:48 smithi067 bash[30830]: cluster 2023-12-09T02:09:48.572634+0000 mon.a (mon.0) 6 : cluster [DBG] mgrmap e35: y(active, since 42s), standbys: x 2023-12-09T02:09:48.972 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:48 smithi067 bash[30830]: audit 2023-12-09T02:09:48.585684+0000 mon.a (mon.0) 7 : audit [INF] from='mgr.15420 ' entity='' 2023-12-09T02:09:48.972 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:48 smithi067 bash[30830]: cluster 2023-12-09T02:09:48.586942+0000 mon.a (mon.0) 8 : cluster [DBG] mgrmap e36: y(active, since 42s), standbys: x 2023-12-09T02:09:48.972 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:48 smithi067 bash[30830]: cluster 2023-12-09T02:09:48.587003+0000 mon.a (mon.0) 9 : cluster [INF] overall HEALTH_OK 2023-12-09T02:09:48.973 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 02:09:48 smithi125 bash[62858]: ignoring --setuser ceph since I am not root 2023-12-09T02:09:48.973 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 02:09:48 smithi125 bash[62858]: ignoring --setgroup ceph since I am not root 2023-12-09T02:09:48.973 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 02:09:48 smithi125 bash[62858]: debug 2023-12-09T02:09:48.636+0000 7f1185799700 1 -- 172.21.15.125:0/915175939 <== mon.2 v2:172.21.15.125:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55e9567ac1a0 con 0x55e957528800 2023-12-09T02:09:48.973 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 02:09:48 smithi125 bash[62858]: debug 2023-12-09T02:09:48.796+0000 7f118f521200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-12-09T02:09:48.973 INFO:journalctl@ceph.prometheus.a.smithi125.stdout:Dec 09 02:09:48 smithi125 bash[62302]: ts=2023-12-09T02:09:48.660Z caller=manager.go:609 level=warn component="rule manager" group=osd msg="Evaluating rule failed" rule="alert: CephOSDFlapping\nexpr: (rate(ceph_osd_up[5m]) * on(ceph_daemon) group_left(hostname) ceph_osd_metadata)\n * 60 > 1\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.4.4\n severity: warning\n type: ceph_default\nannotations:\n description: OSD {{ $labels.ceph_daemon }} on {{ $labels.hostname }} was marked\n down and back up {{ $value | humanize }} times once a minute for 5 minutes. This\n may indicate a network issue (latency, packet loss, MTU mismatch) on the cluster\n network, or the public network if no cluster network is deployed. Check the network\n stats on the listed host(s).\n documentation: https://docs.ceph.com/en/latest/rados/troubleshooting/troubleshooting-osd#flapping-osds\n summary: Network issues are causing OSDs to flap (mark each other down)\n" err="found duplicate series for the match group {ceph_daemon=\"osd.0\"} on the right hand-side of the operation: [{__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.67\", device_class=\"ssd\", hostname=\"smithi067\", instance=\"smithi067:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.67\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.67\", device_class=\"ssd\", hostname=\"smithi067\", instance=\"172.21.15.125:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.67\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-09T02:09:48.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:48 smithi125 bash[25274]: audit 2023-12-09T02:09:44.931009+0000 mon.b (mon.2) 97 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-09T02:09:48.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:48 smithi125 bash[25274]: audit 2023-12-09T02:09:44.931537+0000 mon.b (mon.2) 98 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-09T02:09:48.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:48 smithi125 bash[25274]: audit 2023-12-09T02:09:44.932001+0000 mon.b (mon.2) 99 : audit [DBG] from='mgr.15420 172.21.15.67:0/3567592291' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-09T02:09:48.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:48 smithi125 bash[25274]: audit 2023-12-09T02:09:45.358161+0000 mgr.y (mgr.15420) 166 : audit [DBG] from='client.25420 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:09:48.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:48 smithi125 bash[25274]: cluster 2023-12-09T02:09:46.175032+0000 mgr.y (mgr.15420) 167 : cluster [DBG] pgmap v23: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:09:48.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:48 smithi125 bash[25274]: cluster 2023-12-09T02:09:48.176711+0000 mgr.y (mgr.15420) 168 : cluster [DBG] pgmap v24: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:09:48.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:48 smithi125 bash[25274]: cluster 2023-12-09T02:09:48.531384+0000 mon.a (mon.0) 1 : cluster [INF] mon.a calling monitor election 2023-12-09T02:09:48.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:48 smithi125 bash[25274]: cluster 2023-12-09T02:09:48.555126+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-09T02:09:48.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:48 smithi125 bash[25274]: cluster 2023-12-09T02:09:48.568042+0000 mon.a (mon.0) 3 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.67:3300/0,v1:172.21.15.67:6789/0],b=[v2:172.21.15.125:3300/0,v1:172.21.15.125:6789/0],c=[v2:172.21.15.67:3301/0,v1:172.21.15.67:6790/0]} removed_ranks: {} disallowed_leaders: {} 2023-12-09T02:09:48.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:48 smithi125 bash[25274]: cluster 2023-12-09T02:09:48.569862+0000 mon.a (mon.0) 4 : cluster [DBG] fsmap 2023-12-09T02:09:48.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:48 smithi125 bash[25274]: cluster 2023-12-09T02:09:48.570078+0000 mon.a (mon.0) 5 : cluster [DBG] osdmap e104: 8 total, 8 up, 8 in 2023-12-09T02:09:48.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:48 smithi125 bash[25274]: cluster 2023-12-09T02:09:48.572634+0000 mon.a (mon.0) 6 : cluster [DBG] mgrmap e35: y(active, since 42s), standbys: x 2023-12-09T02:09:48.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:48 smithi125 bash[25274]: audit 2023-12-09T02:09:48.585684+0000 mon.a (mon.0) 7 : audit [INF] from='mgr.15420 ' entity='' 2023-12-09T02:09:48.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:48 smithi125 bash[25274]: cluster 2023-12-09T02:09:48.586942+0000 mon.a (mon.0) 8 : cluster [DBG] mgrmap e36: y(active, since 42s), standbys: x 2023-12-09T02:09:48.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:48 smithi125 bash[25274]: cluster 2023-12-09T02:09:48.587003+0000 mon.a (mon.0) 9 : cluster [INF] overall HEALTH_OK 2023-12-09T02:09:49.972 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 02:09:49 smithi125 bash[62858]: debug 2023-12-09T02:09:49.700+0000 7f118f521200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2023-12-09T02:09:49.972 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 02:09:49 smithi125 bash[62858]: debug 2023-12-09T02:09:49.804+0000 7f118f521200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-12-09T02:09:49.972 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 02:09:49 smithi125 bash[62858]: debug 2023-12-09T02:09:49.904+0000 7f118f521200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-12-09T02:09:50.219 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:09:49 smithi067 bash[75618]: debug 2023-12-09T02:09:49.786+0000 7f068a02e200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2023-12-09T02:09:50.219 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:09:49 smithi067 bash[75618]: debug 2023-12-09T02:09:49.902+0000 7f068a02e200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-12-09T02:09:50.219 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:09:50 smithi067 bash[75618]: debug 2023-12-09T02:09:50.022+0000 7f068a02e200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-12-09T02:09:50.472 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 02:09:50 smithi125 bash[62858]: debug 2023-12-09T02:09:50.172+0000 7f118f521200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-12-09T02:09:50.588 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:09:50 smithi067 bash[75618]: debug 2023-12-09T02:09:50.318+0000 7f068a02e200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-12-09T02:09:50.877 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:50 smithi067 bash[30830]: cluster 2023-12-09T02:09:49.594479+0000 mon.a (mon.0) 10 : cluster [DBG] mgrmap e37: y(active, since 43s), standbys: x 2023-12-09T02:09:50.878 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:50 smithi067 bash[79370]: cluster 2023-12-09T02:09:49.594479+0000 mon.a (mon.0) 10 : cluster 0 mgrmap e37: y(active, since 43s), standbys: x 2023-12-09T02:09:50.878 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:09:50 smithi067 bash[75618]: debug 2023-12-09T02:09:50.710+0000 7f068a02e200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-12-09T02:09:50.909 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:50 smithi125 bash[25274]: cluster 2023-12-09T02:09:49.594479+0000 mon.a (mon.0) 10 : cluster [DBG] mgrmap e37: y(active, since 43s), standbys: x 2023-12-09T02:09:50.909 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 02:09:50 smithi125 bash[62858]: debug 2023-12-09T02:09:50.528+0000 7f118f521200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-12-09T02:09:50.909 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 02:09:50 smithi125 bash[62858]: debug 2023-12-09T02:09:50.688+0000 7f118f521200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-12-09T02:09:51.219 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:09:50 smithi067 bash[75618]: debug 2023-12-09T02:09:50.874+0000 7f068a02e200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-12-09T02:09:51.219 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:09:51 smithi067 bash[75618]: debug 2023-12-09T02:09:51.098+0000 7f068a02e200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-12-09T02:09:51.222 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 02:09:50 smithi125 bash[62858]: debug 2023-12-09T02:09:50.904+0000 7f118f521200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-12-09T02:09:52.222 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 02:09:51 smithi125 bash[62858]: debug 2023-12-09T02:09:51.908+0000 7f118f521200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-12-09T02:09:52.222 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 02:09:52 smithi125 bash[62858]: debug 2023-12-09T02:09:52.020+0000 7f118f521200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-12-09T02:09:52.222 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 02:09:52 smithi125 bash[62858]: debug 2023-12-09T02:09:52.140+0000 7f118f521200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-12-09T02:09:52.470 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:09:52 smithi067 bash[75618]: debug 2023-12-09T02:09:52.158+0000 7f068a02e200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-12-09T02:09:52.470 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:09:52 smithi067 bash[75618]: debug 2023-12-09T02:09:52.274+0000 7f068a02e200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-12-09T02:09:52.470 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:09:52 smithi067 bash[75618]: debug 2023-12-09T02:09:52.398+0000 7f068a02e200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-12-09T02:09:52.972 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 02:09:52 smithi125 bash[62858]: debug 2023-12-09T02:09:52.612+0000 7f118f521200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-12-09T02:09:52.972 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 02:09:52 smithi125 bash[62858]: debug 2023-12-09T02:09:52.836+0000 7f118f521200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-12-09T02:09:53.219 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:09:52 smithi067 bash[75618]: debug 2023-12-09T02:09:52.894+0000 7f068a02e200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-12-09T02:09:53.219 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:09:53 smithi067 bash[75618]: debug 2023-12-09T02:09:53.130+0000 7f068a02e200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-12-09T02:09:53.722 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 02:09:53 smithi125 bash[62858]: debug 2023-12-09T02:09:53.287+0000 7f118f521200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-12-09T02:09:53.969 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:09:53 smithi067 bash[75618]: debug 2023-12-09T02:09:53.610+0000 7f068a02e200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-12-09T02:09:54.222 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 02:09:53 smithi125 bash[62858]: debug 2023-12-09T02:09:53.779+0000 7f118f521200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-12-09T02:09:54.469 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:09:54 smithi067 bash[75618]: debug 2023-12-09T02:09:54.130+0000 7f068a02e200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-12-09T02:09:54.722 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 02:09:54 smithi125 bash[62858]: debug 2023-12-09T02:09:54.331+0000 7f118f521200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-12-09T02:09:54.722 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 02:09:54 smithi125 bash[62858]: debug 2023-12-09T02:09:54.443+0000 7f118f521200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-12-09T02:09:55.054 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 02:09:54 smithi125 bash[62858]: debug 2023-12-09T02:09:54.787+0000 7f118f521200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-12-09T02:09:55.054 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 02:09:54 smithi125 bash[62858]: debug 2023-12-09T02:09:54.903+0000 7f118f521200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-12-09T02:09:55.219 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:09:54 smithi067 bash[75618]: debug 2023-12-09T02:09:54.734+0000 7f068a02e200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-12-09T02:09:55.219 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:09:54 smithi067 bash[75618]: debug 2023-12-09T02:09:54.862+0000 7f068a02e200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-12-09T02:09:55.472 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 02:09:55 smithi125 bash[62858]: debug 2023-12-09T02:09:55.047+0000 7f118f521200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-12-09T02:09:55.472 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 02:09:55 smithi125 bash[62858]: debug 2023-12-09T02:09:55.163+0000 7f118f521200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-12-09T02:09:55.472 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 02:09:55 smithi125 bash[62858]: debug 2023-12-09T02:09:55.287+0000 7f118f521200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-12-09T02:09:55.497 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:09:55 smithi067 bash[75618]: debug 2023-12-09T02:09:55.222+0000 7f068a02e200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-12-09T02:09:55.498 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:09:55 smithi067 bash[75618]: debug 2023-12-09T02:09:55.342+0000 7f068a02e200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-12-09T02:09:55.748 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:09:55 smithi067 bash[75618]: debug 2023-12-09T02:09:55.494+0000 7f068a02e200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-12-09T02:09:55.748 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:09:55 smithi067 bash[75618]: debug 2023-12-09T02:09:55.614+0000 7f068a02e200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-12-09T02:09:55.972 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 02:09:55 smithi125 bash[62858]: debug 2023-12-09T02:09:55.479+0000 7f118f521200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-12-09T02:09:55.972 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 02:09:55 smithi125 bash[62858]: debug 2023-12-09T02:09:55.603+0000 7f118f521200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-12-09T02:09:56.097 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:09:55 smithi067 bash[75618]: debug 2023-12-09T02:09:55.742+0000 7f068a02e200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-12-09T02:09:56.097 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:09:55 smithi067 bash[75618]: debug 2023-12-09T02:09:55.961+0000 7f068a02e200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-12-09T02:09:56.469 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:09:56 smithi067 bash[75618]: debug 2023-12-09T02:09:56.089+0000 7f068a02e200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-12-09T02:09:57.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:56 smithi067 bash[79370]: cluster 2023-12-09T02:09:56.867426+0000 mon.a (mon.0) 11 : cluster 0 Standby manager daemon x restarted 2023-12-09T02:09:57.222 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:56 smithi067 bash[79370]: cluster 2023-12-09T02:09:56.867626+0000 mon.a (mon.0) 12 : cluster 0 Standby manager daemon x started 2023-12-09T02:09:57.222 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:56 smithi067 bash[79370]: audit 2023-12-09T02:09:56.868861+0000 mon.b (mon.2) 100 : audit 0 from='mgr.? 172.21.15.125:0/1497190928' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-09T02:09:57.222 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:56 smithi067 bash[79370]: audit 2023-12-09T02:09:56.870919+0000 mon.b (mon.2) 101 : audit 0 from='mgr.? 172.21.15.125:0/1497190928' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-09T02:09:57.222 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:56 smithi067 bash[79370]: audit 2023-12-09T02:09:56.874900+0000 mon.b (mon.2) 102 : audit 0 from='mgr.? 172.21.15.125:0/1497190928' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-09T02:09:57.222 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:56 smithi067 bash[79370]: audit 2023-12-09T02:09:56.875851+0000 mon.b (mon.2) 103 : audit 0 from='mgr.? 172.21.15.125:0/1497190928' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-09T02:09:57.222 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:56 smithi067 bash[30830]: cluster 2023-12-09T02:09:56.867426+0000 mon.a (mon.0) 11 : cluster [DBG] Standby manager daemon x restarted 2023-12-09T02:09:57.222 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:56 smithi067 bash[30830]: cluster 2023-12-09T02:09:56.867626+0000 mon.a (mon.0) 12 : cluster [DBG] Standby manager daemon x started 2023-12-09T02:09:57.222 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:56 smithi067 bash[30830]: audit 2023-12-09T02:09:56.868861+0000 mon.b (mon.2) 100 : audit [DBG] from='mgr.? 172.21.15.125:0/1497190928' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-09T02:09:57.222 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:56 smithi067 bash[30830]: audit 2023-12-09T02:09:56.870919+0000 mon.b (mon.2) 101 : audit [DBG] from='mgr.? 172.21.15.125:0/1497190928' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-09T02:09:57.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:56 smithi067 bash[30830]: audit 2023-12-09T02:09:56.874900+0000 mon.b (mon.2) 102 : audit [DBG] from='mgr.? 172.21.15.125:0/1497190928' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-09T02:09:57.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:56 smithi067 bash[30830]: audit 2023-12-09T02:09:56.875851+0000 mon.b (mon.2) 103 : audit [DBG] from='mgr.? 172.21.15.125:0/1497190928' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-09T02:09:57.223 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:56 smithi125 bash[25274]: cluster 2023-12-09T02:09:56.867426+0000 mon.a (mon.0) 11 : cluster [DBG] Standby manager daemon x restarted 2023-12-09T02:09:57.223 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:56 smithi125 bash[25274]: cluster 2023-12-09T02:09:56.867626+0000 mon.a (mon.0) 12 : cluster [DBG] Standby manager daemon x started 2023-12-09T02:09:57.223 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:56 smithi125 bash[25274]: audit 2023-12-09T02:09:56.868861+0000 mon.b (mon.2) 100 : audit [DBG] from='mgr.? 172.21.15.125:0/1497190928' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-09T02:09:57.224 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:56 smithi125 bash[25274]: audit 2023-12-09T02:09:56.870919+0000 mon.b (mon.2) 101 : audit [DBG] from='mgr.? 172.21.15.125:0/1497190928' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-09T02:09:57.224 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:56 smithi125 bash[25274]: audit 2023-12-09T02:09:56.874900+0000 mon.b (mon.2) 102 : audit [DBG] from='mgr.? 172.21.15.125:0/1497190928' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-09T02:09:57.224 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:56 smithi125 bash[25274]: audit 2023-12-09T02:09:56.875851+0000 mon.b (mon.2) 103 : audit [DBG] from='mgr.? 172.21.15.125:0/1497190928' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-09T02:09:57.224 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 02:09:56 smithi125 bash[62858]: debug 2023-12-09T02:09:56.855+0000 7f118f521200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-12-09T02:09:57.224 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 02:09:56 smithi125 bash[62858]: [09/Dec/2023:02:09:56] ENGINE Bus STARTING 2023-12-09T02:09:57.224 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 02:09:56 smithi125 bash[62858]: CherryPy Checker: 2023-12-09T02:09:57.224 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 02:09:56 smithi125 bash[62858]: The Application mounted at '' has an empty config. 2023-12-09T02:09:57.224 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 02:09:56 smithi125 bash[62858]: [09/Dec/2023:02:09:56] ENGINE Serving on http://:::9283 2023-12-09T02:09:57.224 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 02:09:56 smithi125 bash[62858]: [09/Dec/2023:02:09:56] ENGINE Bus STARTED 2023-12-09T02:09:57.719 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:09:57 smithi067 bash[75618]: debug 2023-12-09T02:09:57.485+0000 7f068a02e200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-12-09T02:09:57.719 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:09:57 smithi067 bash[75618]: [09/Dec/2023:02:09:57] ENGINE Bus STARTING 2023-12-09T02:09:57.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:57 smithi067 bash[30830]: debug 2023-12-09T02:09:57.497+0000 7fd21738a700 -1 mon.c@1(peon).osd e105 update_from_paxos full map CRC mismatch, resetting to canonical 2023-12-09T02:09:57.796 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:57 smithi125 bash[25274]: debug 2023-12-09T02:09:57.495+0000 7f1a55ce9700 -1 mon.b@2(peon).osd e105 update_from_paxos full map CRC mismatch, resetting to canonical 2023-12-09T02:09:58.223 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:57 smithi125 bash[25274]: cluster 2023-12-09T02:09:56.927767+0000 mon.a (mon.0) 13 : cluster [DBG] mgrmap e38: y(active, since 50s), standbys: x 2023-12-09T02:09:58.223 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:57 smithi125 bash[25274]: cluster 2023-12-09T02:09:57.494348+0000 mon.a (mon.0) 14 : cluster [INF] Active manager daemon y restarted 2023-12-09T02:09:58.223 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:57 smithi125 bash[25274]: cluster 2023-12-09T02:09:57.494728+0000 mon.a (mon.0) 15 : cluster [INF] Activating manager daemon y 2023-12-09T02:09:58.223 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:57 smithi125 bash[25274]: cluster 2023-12-09T02:09:57.505734+0000 mon.a (mon.0) 16 : cluster [DBG] osdmap e105: 8 total, 8 up, 8 in 2023-12-09T02:09:58.223 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:57 smithi125 bash[25274]: cluster 2023-12-09T02:09:57.506373+0000 mon.a (mon.0) 17 : cluster [DBG] mgrmap e39: y(active, starting, since 0.0117265s), standbys: x 2023-12-09T02:09:58.223 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:57 smithi125 bash[25274]: audit 2023-12-09T02:09:57.517991+0000 mon.a (mon.0) 18 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-09T02:09:58.223 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:57 smithi125 bash[25274]: audit 2023-12-09T02:09:57.518210+0000 mon.a (mon.0) 19 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-09T02:09:58.223 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:57 smithi125 bash[25274]: audit 2023-12-09T02:09:57.518416+0000 mon.a (mon.0) 20 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-09T02:09:58.223 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:57 smithi125 bash[25274]: audit 2023-12-09T02:09:57.520127+0000 mon.a (mon.0) 21 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-12-09T02:09:58.223 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:57 smithi125 bash[25274]: audit 2023-12-09T02:09:57.520395+0000 mon.a (mon.0) 22 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-12-09T02:09:58.223 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:57 smithi125 bash[25274]: audit 2023-12-09T02:09:57.520647+0000 mon.a (mon.0) 23 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-09T02:09:58.224 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:57 smithi125 bash[25274]: audit 2023-12-09T02:09:57.521013+0000 mon.a (mon.0) 24 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-09T02:09:58.224 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:57 smithi125 bash[25274]: audit 2023-12-09T02:09:57.521288+0000 mon.a (mon.0) 25 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-09T02:09:58.224 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:57 smithi125 bash[25274]: audit 2023-12-09T02:09:57.521893+0000 mon.a (mon.0) 26 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-09T02:09:58.224 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:57 smithi125 bash[25274]: audit 2023-12-09T02:09:57.522126+0000 mon.a (mon.0) 27 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-09T02:09:58.224 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:57 smithi125 bash[25274]: audit 2023-12-09T02:09:57.522394+0000 mon.a (mon.0) 28 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-09T02:09:58.224 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:57 smithi125 bash[25274]: audit 2023-12-09T02:09:57.522620+0000 mon.a (mon.0) 29 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-09T02:09:58.224 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:57 smithi125 bash[25274]: audit 2023-12-09T02:09:57.522828+0000 mon.a (mon.0) 30 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-09T02:09:58.224 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:57 smithi125 bash[25274]: audit 2023-12-09T02:09:57.523040+0000 mon.a (mon.0) 31 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-09T02:09:58.224 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:57 smithi125 bash[25274]: audit 2023-12-09T02:09:57.523385+0000 mon.a (mon.0) 32 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-09T02:09:58.224 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:57 smithi125 bash[25274]: audit 2023-12-09T02:09:57.524581+0000 mon.a (mon.0) 33 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-09T02:09:58.224 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:57 smithi125 bash[25274]: cluster 2023-12-09T02:09:57.535717+0000 mon.a (mon.0) 34 : cluster [INF] Manager daemon y is now available 2023-12-09T02:09:58.224 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:57 smithi125 bash[25274]: audit 2023-12-09T02:09:57.581174+0000 mon.a (mon.0) 35 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:09:58.224 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:57 smithi125 bash[25274]: audit 2023-12-09T02:09:57.588939+0000 mon.a (mon.0) 36 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:58.224 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:57 smithi125 bash[25274]: audit 2023-12-09T02:09:57.599581+0000 mon.a (mon.0) 37 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi125", "name": "osd_memory_target"}]: dispatch 2023-12-09T02:09:58.224 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:57 smithi125 bash[25274]: audit 2023-12-09T02:09:57.599900+0000 mon.a (mon.0) 38 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi067", "name": "osd_memory_target"}]: dispatch 2023-12-09T02:09:58.225 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:57 smithi125 bash[25274]: audit 2023-12-09T02:09:57.602827+0000 mon.a (mon.0) 39 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:58.225 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:57 smithi125 bash[25274]: audit 2023-12-09T02:09:57.604268+0000 mon.a (mon.0) 40 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:58.225 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:57 smithi125 bash[25274]: cephadm 2023-12-09T02:09:57.616431+0000 mgr.y (mgr.25480) 1 : cephadm [INF] Updating smithi067:/etc/ceph/ceph.conf 2023-12-09T02:09:58.225 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:57 smithi125 bash[25274]: cephadm 2023-12-09T02:09:57.618965+0000 mgr.y (mgr.25480) 2 : cephadm [INF] Updating smithi125:/etc/ceph/ceph.conf 2023-12-09T02:09:58.225 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:57 smithi125 bash[25274]: audit 2023-12-09T02:09:57.628206+0000 mon.a (mon.0) 41 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:09:58.225 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:57 smithi125 bash[25274]: audit 2023-12-09T02:09:57.649256+0000 mon.a (mon.0) 42 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-09T02:09:58.225 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:57 smithi125 bash[25274]: audit 2023-12-09T02:09:57.714893+0000 mon.a (mon.0) 43 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-09T02:09:58.363 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:09:57 smithi067 bash[75618]: CherryPy Checker: 2023-12-09T02:09:58.363 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:09:57 smithi067 bash[75618]: The Application mounted at '' has an empty config. 2023-12-09T02:09:58.363 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:09:57 smithi067 bash[75618]: [09/Dec/2023:02:09:57] ENGINE Serving on http://:::9283 2023-12-09T02:09:58.363 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:09:57 smithi067 bash[75618]: [09/Dec/2023:02:09:57] ENGINE Bus STARTED 2023-12-09T02:09:58.363 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:57 smithi067 bash[30830]: cluster 2023-12-09T02:09:56.927767+0000 mon.a (mon.0) 13 : cluster [DBG] mgrmap e38: y(active, since 50s), standbys: x 2023-12-09T02:09:58.364 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:57 smithi067 bash[30830]: cluster 2023-12-09T02:09:57.494348+0000 mon.a (mon.0) 14 : cluster [INF] Active manager daemon y restarted 2023-12-09T02:09:58.364 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:57 smithi067 bash[30830]: cluster 2023-12-09T02:09:57.494728+0000 mon.a (mon.0) 15 : cluster [INF] Activating manager daemon y 2023-12-09T02:09:58.364 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:57 smithi067 bash[30830]: cluster 2023-12-09T02:09:57.505734+0000 mon.a (mon.0) 16 : cluster [DBG] osdmap e105: 8 total, 8 up, 8 in 2023-12-09T02:09:58.364 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:57 smithi067 bash[30830]: cluster 2023-12-09T02:09:57.506373+0000 mon.a (mon.0) 17 : cluster [DBG] mgrmap e39: y(active, starting, since 0.0117265s), standbys: x 2023-12-09T02:09:58.364 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:57 smithi067 bash[30830]: audit 2023-12-09T02:09:57.517991+0000 mon.a (mon.0) 18 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-09T02:09:58.364 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:57 smithi067 bash[30830]: audit 2023-12-09T02:09:57.518210+0000 mon.a (mon.0) 19 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-09T02:09:58.364 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:57 smithi067 bash[30830]: audit 2023-12-09T02:09:57.518416+0000 mon.a (mon.0) 20 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-09T02:09:58.364 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:57 smithi067 bash[30830]: audit 2023-12-09T02:09:57.520127+0000 mon.a (mon.0) 21 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-12-09T02:09:58.364 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:57 smithi067 bash[30830]: audit 2023-12-09T02:09:57.520395+0000 mon.a (mon.0) 22 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-12-09T02:09:58.364 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:57 smithi067 bash[30830]: audit 2023-12-09T02:09:57.520647+0000 mon.a (mon.0) 23 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-09T02:09:58.364 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:57 smithi067 bash[30830]: audit 2023-12-09T02:09:57.521013+0000 mon.a (mon.0) 24 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-09T02:09:58.364 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:57 smithi067 bash[30830]: audit 2023-12-09T02:09:57.521288+0000 mon.a (mon.0) 25 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-09T02:09:58.364 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:58 smithi067 bash[30830]: audit 2023-12-09T02:09:57.521893+0000 mon.a (mon.0) 26 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-09T02:09:58.364 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:58 smithi067 bash[30830]: audit 2023-12-09T02:09:57.522126+0000 mon.a (mon.0) 27 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-09T02:09:58.364 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:58 smithi067 bash[30830]: audit 2023-12-09T02:09:57.522394+0000 mon.a (mon.0) 28 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-09T02:09:58.365 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:58 smithi067 bash[30830]: audit 2023-12-09T02:09:57.522620+0000 mon.a (mon.0) 29 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-09T02:09:58.365 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:58 smithi067 bash[30830]: audit 2023-12-09T02:09:57.522828+0000 mon.a (mon.0) 30 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-09T02:09:58.365 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:58 smithi067 bash[30830]: audit 2023-12-09T02:09:57.523040+0000 mon.a (mon.0) 31 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-09T02:09:58.365 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:58 smithi067 bash[30830]: audit 2023-12-09T02:09:57.523385+0000 mon.a (mon.0) 32 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-09T02:09:58.365 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:58 smithi067 bash[30830]: audit 2023-12-09T02:09:57.524581+0000 mon.a (mon.0) 33 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-09T02:09:58.365 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:58 smithi067 bash[30830]: cluster 2023-12-09T02:09:57.535717+0000 mon.a (mon.0) 34 : cluster [INF] Manager daemon y is now available 2023-12-09T02:09:58.365 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:58 smithi067 bash[30830]: audit 2023-12-09T02:09:57.581174+0000 mon.a (mon.0) 35 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:09:58.365 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:58 smithi067 bash[30830]: audit 2023-12-09T02:09:57.588939+0000 mon.a (mon.0) 36 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:58.365 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:58 smithi067 bash[30830]: audit 2023-12-09T02:09:57.599581+0000 mon.a (mon.0) 37 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi125", "name": "osd_memory_target"}]: dispatch 2023-12-09T02:09:58.365 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:58 smithi067 bash[30830]: audit 2023-12-09T02:09:57.599900+0000 mon.a (mon.0) 38 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi067", "name": "osd_memory_target"}]: dispatch 2023-12-09T02:09:58.365 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:58 smithi067 bash[30830]: audit 2023-12-09T02:09:57.602827+0000 mon.a (mon.0) 39 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:58.365 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:58 smithi067 bash[30830]: audit 2023-12-09T02:09:57.604268+0000 mon.a (mon.0) 40 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:58.365 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:58 smithi067 bash[30830]: cephadm 2023-12-09T02:09:57.616431+0000 mgr.y (mgr.25480) 1 : cephadm [INF] Updating smithi067:/etc/ceph/ceph.conf 2023-12-09T02:09:58.365 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:58 smithi067 bash[30830]: cephadm 2023-12-09T02:09:57.618965+0000 mgr.y (mgr.25480) 2 : cephadm [INF] Updating smithi125:/etc/ceph/ceph.conf 2023-12-09T02:09:58.365 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:58 smithi067 bash[30830]: audit 2023-12-09T02:09:57.628206+0000 mon.a (mon.0) 41 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:09:58.365 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:58 smithi067 bash[30830]: audit 2023-12-09T02:09:57.649256+0000 mon.a (mon.0) 42 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-09T02:09:58.366 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:58 smithi067 bash[30830]: audit 2023-12-09T02:09:57.714893+0000 mon.a (mon.0) 43 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-09T02:09:58.366 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:57 smithi067 bash[79370]: cluster 2023-12-09T02:09:56.927767+0000 mon.a (mon.0) 13 : cluster 0 mgrmap e38: y(active, since 50s), standbys: x 2023-12-09T02:09:58.366 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:57 smithi067 bash[79370]: cluster 2023-12-09T02:09:57.494348+0000 mon.a (mon.0) 14 : cluster 1 Active manager daemon y restarted 2023-12-09T02:09:58.366 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:57 smithi067 bash[79370]: cluster 2023-12-09T02:09:57.494728+0000 mon.a (mon.0) 15 : cluster 1 Activating manager daemon y 2023-12-09T02:09:58.366 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:57 smithi067 bash[79370]: cluster 2023-12-09T02:09:57.505734+0000 mon.a (mon.0) 16 : cluster 0 osdmap e105: 8 total, 8 up, 8 in 2023-12-09T02:09:58.366 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:57 smithi067 bash[79370]: cluster 2023-12-09T02:09:57.506373+0000 mon.a (mon.0) 17 : cluster 0 mgrmap e39: y(active, starting, since 0.0117265s), standbys: x 2023-12-09T02:09:58.366 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:57 smithi067 bash[79370]: audit 2023-12-09T02:09:57.517991+0000 mon.a (mon.0) 18 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-09T02:09:58.366 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:57 smithi067 bash[79370]: audit 2023-12-09T02:09:57.518210+0000 mon.a (mon.0) 19 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-09T02:09:58.366 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:57 smithi067 bash[79370]: audit 2023-12-09T02:09:57.518416+0000 mon.a (mon.0) 20 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-09T02:09:58.366 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:57 smithi067 bash[79370]: audit 2023-12-09T02:09:57.520127+0000 mon.a (mon.0) 21 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-12-09T02:09:58.367 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:57 smithi067 bash[79370]: audit 2023-12-09T02:09:57.520395+0000 mon.a (mon.0) 22 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-12-09T02:09:58.367 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:57 smithi067 bash[79370]: audit 2023-12-09T02:09:57.520647+0000 mon.a (mon.0) 23 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-09T02:09:58.367 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:57 smithi067 bash[79370]: audit 2023-12-09T02:09:57.521013+0000 mon.a (mon.0) 24 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-09T02:09:58.367 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:57 smithi067 bash[79370]: audit 2023-12-09T02:09:57.521288+0000 mon.a (mon.0) 25 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-09T02:09:58.367 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:58 smithi067 bash[79370]: audit 2023-12-09T02:09:57.521893+0000 mon.a (mon.0) 26 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-09T02:09:58.367 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:58 smithi067 bash[79370]: audit 2023-12-09T02:09:57.522126+0000 mon.a (mon.0) 27 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-09T02:09:58.367 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:58 smithi067 bash[79370]: audit 2023-12-09T02:09:57.522394+0000 mon.a (mon.0) 28 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-09T02:09:58.367 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:58 smithi067 bash[79370]: audit 2023-12-09T02:09:57.522620+0000 mon.a (mon.0) 29 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-09T02:09:58.367 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:58 smithi067 bash[79370]: audit 2023-12-09T02:09:57.522828+0000 mon.a (mon.0) 30 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-09T02:09:58.367 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:58 smithi067 bash[79370]: audit 2023-12-09T02:09:57.523040+0000 mon.a (mon.0) 31 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-09T02:09:58.367 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:58 smithi067 bash[79370]: audit 2023-12-09T02:09:57.523385+0000 mon.a (mon.0) 32 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-09T02:09:58.367 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:58 smithi067 bash[79370]: audit 2023-12-09T02:09:57.524581+0000 mon.a (mon.0) 33 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-09T02:09:58.367 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:58 smithi067 bash[79370]: cluster 2023-12-09T02:09:57.535717+0000 mon.a (mon.0) 34 : cluster 1 Manager daemon y is now available 2023-12-09T02:09:58.367 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:58 smithi067 bash[79370]: audit 2023-12-09T02:09:57.581174+0000 mon.a (mon.0) 35 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:09:58.367 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:58 smithi067 bash[79370]: audit 2023-12-09T02:09:57.588939+0000 mon.a (mon.0) 36 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:09:58.368 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:58 smithi067 bash[79370]: audit 2023-12-09T02:09:57.599581+0000 mon.a (mon.0) 37 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi125", "name": "osd_memory_target"}]: dispatch 2023-12-09T02:09:58.368 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:58 smithi067 bash[79370]: audit 2023-12-09T02:09:57.599900+0000 mon.a (mon.0) 38 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi067", "name": "osd_memory_target"}]: dispatch 2023-12-09T02:09:58.368 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:58 smithi067 bash[79370]: audit 2023-12-09T02:09:57.602827+0000 mon.a (mon.0) 39 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:09:58.368 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:58 smithi067 bash[79370]: audit 2023-12-09T02:09:57.604268+0000 mon.a (mon.0) 40 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:09:58.368 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:58 smithi067 bash[79370]: cephadm 2023-12-09T02:09:57.616431+0000 mgr.y (mgr.25480) 1 : cephadm 1 Updating smithi067:/etc/ceph/ceph.conf 2023-12-09T02:09:58.368 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:58 smithi067 bash[79370]: cephadm 2023-12-09T02:09:57.618965+0000 mgr.y (mgr.25480) 2 : cephadm 1 Updating smithi125:/etc/ceph/ceph.conf 2023-12-09T02:09:58.368 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:58 smithi067 bash[79370]: audit 2023-12-09T02:09:57.628206+0000 mon.a (mon.0) 41 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:09:58.368 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:58 smithi067 bash[79370]: audit 2023-12-09T02:09:57.649256+0000 mon.a (mon.0) 42 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-09T02:09:58.368 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:58 smithi067 bash[79370]: audit 2023-12-09T02:09:57.714893+0000 mon.a (mon.0) 43 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-09T02:09:58.719 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:09:58 smithi067 bash[75618]: debug 2023-12-09T02:09:58.517+0000 7f0641e91700 -1 mgr.server handle_report got status from non-daemon mon.a 2023-12-09T02:09:59.220 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:58 smithi067 bash[79370]: cluster 2023-12-09T02:09:57.503195+0000 osd.5 (osd.5) 3 : cluster 3 failed to encode map e105 with expected crc 2023-12-09T02:09:59.220 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:58 smithi067 bash[79370]: cluster 2023-12-09T02:09:57.510725+0000 osd.6 (osd.6) 3 : cluster 3 failed to encode map e105 with expected crc 2023-12-09T02:09:59.220 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:58 smithi067 bash[79370]: cluster 2023-12-09T02:09:57.652461+0000 osd.7 (osd.7) 3 : cluster 3 failed to encode map e105 with expected crc 2023-12-09T02:09:59.220 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:58 smithi067 bash[79370]: cluster 2023-12-09T02:09:57.690349+0000 osd.0 (osd.0) 3 : cluster 3 failed to encode map e105 with expected crc 2023-12-09T02:09:59.220 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:58 smithi067 bash[79370]: cluster 2023-12-09T02:09:57.697388+0000 osd.3 (osd.3) 3 : cluster 3 failed to encode map e105 with expected crc 2023-12-09T02:09:59.220 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:58 smithi067 bash[79370]: cluster 2023-12-09T02:09:57.706682+0000 osd.1 (osd.1) 3 : cluster 3 failed to encode map e105 with expected crc 2023-12-09T02:09:59.220 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:58 smithi067 bash[79370]: cluster 2023-12-09T02:09:57.762826+0000 osd.2 (osd.2) 3 : cluster 3 failed to encode map e105 with expected crc 2023-12-09T02:09:59.220 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:58 smithi067 bash[79370]: cluster 2023-12-09T02:09:57.945922+0000 osd.4 (osd.4) 3 : cluster 3 failed to encode map e105 with expected crc 2023-12-09T02:09:59.220 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:58 smithi067 bash[79370]: cephadm 2023-12-09T02:09:58.163961+0000 mgr.y (mgr.25480) 3 : cephadm 1 [09/Dec/2023:02:09:58] ENGINE Bus STARTING 2023-12-09T02:09:59.220 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:58 smithi067 bash[79370]: cephadm 2023-12-09T02:09:58.269587+0000 mgr.y (mgr.25480) 4 : cephadm 1 [09/Dec/2023:02:09:58] ENGINE Serving on http://172.21.15.67:8765 2023-12-09T02:09:59.220 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:58 smithi067 bash[79370]: cephadm 2023-12-09T02:09:58.309230+0000 mgr.y (mgr.25480) 5 : cephadm 1 Updating smithi067:/var/lib/ceph/6db93fb0-9635-11ee-95a3-87774f69a715/config/ceph.conf 2023-12-09T02:09:59.220 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:58 smithi067 bash[79370]: cephadm 2023-12-09T02:09:58.373914+0000 mgr.y (mgr.25480) 6 : cephadm 1 Updating smithi125:/var/lib/ceph/6db93fb0-9635-11ee-95a3-87774f69a715/config/ceph.conf 2023-12-09T02:09:59.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:58 smithi067 bash[79370]: cephadm 2023-12-09T02:09:58.408635+0000 mgr.y (mgr.25480) 7 : cephadm 1 [09/Dec/2023:02:09:58] ENGINE Serving on https://172.21.15.67:7151 2023-12-09T02:09:59.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:58 smithi067 bash[79370]: cephadm 2023-12-09T02:09:58.409218+0000 mgr.y (mgr.25480) 8 : cephadm 1 [09/Dec/2023:02:09:58] ENGINE Bus STARTED 2023-12-09T02:09:59.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:58 smithi067 bash[79370]: cluster 2023-12-09T02:09:58.515734+0000 mon.a (mon.0) 44 : cluster 0 mgrmap e40: y(active, since 1.02108s), standbys: x 2023-12-09T02:09:59.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:58 smithi067 bash[79370]: cluster 2023-12-09T02:09:58.531447+0000 mgr.y (mgr.25480) 9 : cluster 0 pgmap v3: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:09:59.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:09:58 smithi067 bash[79370]: audit 2023-12-09T02:09:58.531650+0000 mgr.y (mgr.25480) 10 : audit 0 from='client.25420 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:09:59.221 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:58 smithi067 bash[30830]: cluster 2023-12-09T02:09:57.503195+0000 osd.5 (osd.5) 3 : cluster [WRN] failed to encode map e105 with expected crc 2023-12-09T02:09:59.221 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:58 smithi067 bash[30830]: cluster 2023-12-09T02:09:57.510725+0000 osd.6 (osd.6) 3 : cluster [WRN] failed to encode map e105 with expected crc 2023-12-09T02:09:59.221 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:58 smithi067 bash[30830]: cluster 2023-12-09T02:09:57.652461+0000 osd.7 (osd.7) 3 : cluster [WRN] failed to encode map e105 with expected crc 2023-12-09T02:09:59.221 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:58 smithi067 bash[30830]: cluster 2023-12-09T02:09:57.690349+0000 osd.0 (osd.0) 3 : cluster [WRN] failed to encode map e105 with expected crc 2023-12-09T02:09:59.221 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:58 smithi067 bash[30830]: cluster 2023-12-09T02:09:57.697388+0000 osd.3 (osd.3) 3 : cluster [WRN] failed to encode map e105 with expected crc 2023-12-09T02:09:59.221 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:58 smithi067 bash[30830]: cluster 2023-12-09T02:09:57.706682+0000 osd.1 (osd.1) 3 : cluster [WRN] failed to encode map e105 with expected crc 2023-12-09T02:09:59.221 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:58 smithi067 bash[30830]: cluster 2023-12-09T02:09:57.762826+0000 osd.2 (osd.2) 3 : cluster [WRN] failed to encode map e105 with expected crc 2023-12-09T02:09:59.222 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:58 smithi067 bash[30830]: cluster 2023-12-09T02:09:57.945922+0000 osd.4 (osd.4) 3 : cluster [WRN] failed to encode map e105 with expected crc 2023-12-09T02:09:59.222 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:58 smithi067 bash[30830]: cephadm 2023-12-09T02:09:58.163961+0000 mgr.y (mgr.25480) 3 : cephadm [INF] [09/Dec/2023:02:09:58] ENGINE Bus STARTING 2023-12-09T02:09:59.222 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:58 smithi067 bash[30830]: cephadm 2023-12-09T02:09:58.269587+0000 mgr.y (mgr.25480) 4 : cephadm [INF] [09/Dec/2023:02:09:58] ENGINE Serving on http://172.21.15.67:8765 2023-12-09T02:09:59.222 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:58 smithi067 bash[30830]: cephadm 2023-12-09T02:09:58.309230+0000 mgr.y (mgr.25480) 5 : cephadm [INF] Updating smithi067:/var/lib/ceph/6db93fb0-9635-11ee-95a3-87774f69a715/config/ceph.conf 2023-12-09T02:09:59.222 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:58 smithi067 bash[30830]: cephadm 2023-12-09T02:09:58.373914+0000 mgr.y (mgr.25480) 6 : cephadm [INF] Updating smithi125:/var/lib/ceph/6db93fb0-9635-11ee-95a3-87774f69a715/config/ceph.conf 2023-12-09T02:09:59.222 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:58 smithi067 bash[30830]: cephadm 2023-12-09T02:09:58.408635+0000 mgr.y (mgr.25480) 7 : cephadm [INF] [09/Dec/2023:02:09:58] ENGINE Serving on https://172.21.15.67:7151 2023-12-09T02:09:59.222 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:58 smithi067 bash[30830]: cephadm 2023-12-09T02:09:58.409218+0000 mgr.y (mgr.25480) 8 : cephadm [INF] [09/Dec/2023:02:09:58] ENGINE Bus STARTED 2023-12-09T02:09:59.222 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:58 smithi067 bash[30830]: cluster 2023-12-09T02:09:58.515734+0000 mon.a (mon.0) 44 : cluster [DBG] mgrmap e40: y(active, since 1.02108s), standbys: x 2023-12-09T02:09:59.222 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:58 smithi067 bash[30830]: cluster 2023-12-09T02:09:58.531447+0000 mgr.y (mgr.25480) 9 : cluster [DBG] pgmap v3: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:09:59.222 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:09:58 smithi067 bash[30830]: audit 2023-12-09T02:09:58.531650+0000 mgr.y (mgr.25480) 10 : audit [DBG] from='client.25420 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:09:59.223 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:58 smithi125 bash[25274]: cluster 2023-12-09T02:09:57.503195+0000 osd.5 (osd.5) 3 : cluster [WRN] failed to encode map e105 with expected crc 2023-12-09T02:09:59.223 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:58 smithi125 bash[25274]: cluster 2023-12-09T02:09:57.510725+0000 osd.6 (osd.6) 3 : cluster [WRN] failed to encode map e105 with expected crc 2023-12-09T02:09:59.223 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:58 smithi125 bash[25274]: cluster 2023-12-09T02:09:57.652461+0000 osd.7 (osd.7) 3 : cluster [WRN] failed to encode map e105 with expected crc 2023-12-09T02:09:59.223 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:58 smithi125 bash[25274]: cluster 2023-12-09T02:09:57.690349+0000 osd.0 (osd.0) 3 : cluster [WRN] failed to encode map e105 with expected crc 2023-12-09T02:09:59.223 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:58 smithi125 bash[25274]: cluster 2023-12-09T02:09:57.697388+0000 osd.3 (osd.3) 3 : cluster [WRN] failed to encode map e105 with expected crc 2023-12-09T02:09:59.223 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:58 smithi125 bash[25274]: cluster 2023-12-09T02:09:57.706682+0000 osd.1 (osd.1) 3 : cluster [WRN] failed to encode map e105 with expected crc 2023-12-09T02:09:59.223 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:58 smithi125 bash[25274]: cluster 2023-12-09T02:09:57.762826+0000 osd.2 (osd.2) 3 : cluster [WRN] failed to encode map e105 with expected crc 2023-12-09T02:09:59.223 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:58 smithi125 bash[25274]: cluster 2023-12-09T02:09:57.945922+0000 osd.4 (osd.4) 3 : cluster [WRN] failed to encode map e105 with expected crc 2023-12-09T02:09:59.223 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:58 smithi125 bash[25274]: cephadm 2023-12-09T02:09:58.163961+0000 mgr.y (mgr.25480) 3 : cephadm [INF] [09/Dec/2023:02:09:58] ENGINE Bus STARTING 2023-12-09T02:09:59.223 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:58 smithi125 bash[25274]: cephadm 2023-12-09T02:09:58.269587+0000 mgr.y (mgr.25480) 4 : cephadm [INF] [09/Dec/2023:02:09:58] ENGINE Serving on http://172.21.15.67:8765 2023-12-09T02:09:59.223 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:58 smithi125 bash[25274]: cephadm 2023-12-09T02:09:58.309230+0000 mgr.y (mgr.25480) 5 : cephadm [INF] Updating smithi067:/var/lib/ceph/6db93fb0-9635-11ee-95a3-87774f69a715/config/ceph.conf 2023-12-09T02:09:59.223 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:58 smithi125 bash[25274]: cephadm 2023-12-09T02:09:58.373914+0000 mgr.y (mgr.25480) 6 : cephadm [INF] Updating smithi125:/var/lib/ceph/6db93fb0-9635-11ee-95a3-87774f69a715/config/ceph.conf 2023-12-09T02:09:59.224 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:58 smithi125 bash[25274]: cephadm 2023-12-09T02:09:58.408635+0000 mgr.y (mgr.25480) 7 : cephadm [INF] [09/Dec/2023:02:09:58] ENGINE Serving on https://172.21.15.67:7151 2023-12-09T02:09:59.224 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:58 smithi125 bash[25274]: cephadm 2023-12-09T02:09:58.409218+0000 mgr.y (mgr.25480) 8 : cephadm [INF] [09/Dec/2023:02:09:58] ENGINE Bus STARTED 2023-12-09T02:09:59.224 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:58 smithi125 bash[25274]: cluster 2023-12-09T02:09:58.515734+0000 mon.a (mon.0) 44 : cluster [DBG] mgrmap e40: y(active, since 1.02108s), standbys: x 2023-12-09T02:09:59.224 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:58 smithi125 bash[25274]: cluster 2023-12-09T02:09:58.531447+0000 mgr.y (mgr.25480) 9 : cluster [DBG] pgmap v3: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:09:59.224 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:09:58 smithi125 bash[25274]: audit 2023-12-09T02:09:58.531650+0000 mgr.y (mgr.25480) 10 : audit [DBG] from='client.25420 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:10:00.222 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:00 smithi125 bash[25274]: cephadm 2023-12-09T02:09:58.726620+0000 mgr.y (mgr.25480) 11 : cephadm [INF] Updating smithi067:/etc/ceph/ceph.client.admin.keyring 2023-12-09T02:10:00.223 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:00 smithi125 bash[25274]: cephadm 2023-12-09T02:09:58.789864+0000 mgr.y (mgr.25480) 12 : cephadm [INF] Updating smithi125:/etc/ceph/ceph.client.admin.keyring 2023-12-09T02:10:00.223 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:00 smithi125 bash[25274]: cephadm 2023-12-09T02:09:58.891667+0000 mgr.y (mgr.25480) 13 : cephadm [INF] Updating smithi067:/var/lib/ceph/6db93fb0-9635-11ee-95a3-87774f69a715/config/ceph.client.admin.keyring 2023-12-09T02:10:00.223 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:00 smithi125 bash[25274]: cephadm 2023-12-09T02:09:58.954279+0000 mgr.y (mgr.25480) 14 : cephadm [INF] Updating smithi125:/var/lib/ceph/6db93fb0-9635-11ee-95a3-87774f69a715/config/ceph.client.admin.keyring 2023-12-09T02:10:00.223 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:00 smithi125 bash[25274]: audit 2023-12-09T02:09:59.117728+0000 mon.a (mon.0) 45 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:00.223 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:00 smithi125 bash[25274]: audit 2023-12-09T02:09:59.129601+0000 mon.a (mon.0) 46 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:00.223 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:00 smithi125 bash[25274]: audit 2023-12-09T02:09:59.135857+0000 mon.a (mon.0) 47 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:00.223 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:00 smithi125 bash[25274]: audit 2023-12-09T02:09:59.142978+0000 mon.a (mon.0) 48 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:00.223 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:00 smithi125 bash[25274]: audit 2023-12-09T02:09:59.150817+0000 mon.a (mon.0) 49 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:00.223 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:00 smithi125 bash[25274]: audit 2023-12-09T02:09:59.157500+0000 mon.a (mon.0) 50 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:00.223 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:00 smithi125 bash[25274]: audit 2023-12-09T02:09:59.231171+0000 mon.a (mon.0) 51 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi067", "caps": []}]: dispatch 2023-12-09T02:10:00.223 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:00 smithi125 bash[25274]: cluster 2023-12-09T02:09:59.521977+0000 mgr.y (mgr.25480) 15 : cluster [DBG] pgmap v4: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:10:00.223 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:00 smithi125 bash[25274]: audit 2023-12-09T02:09:59.727165+0000 mon.a (mon.0) 52 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi125", "caps": []}]: dispatch 2023-12-09T02:10:00.223 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:00 smithi125 bash[25274]: cluster 2023-12-09T02:10:00.000147+0000 mon.a (mon.0) 53 : cluster [INF] overall HEALTH_OK 2023-12-09T02:10:00.223 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:00 smithi125 bash[25274]: audit 2023-12-09T02:10:00.063823+0000 mon.a (mon.0) 54 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:00.224 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:00 smithi125 bash[25274]: audit 2023-12-09T02:10:00.066531+0000 mon.a (mon.0) 55 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:00.224 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:00 smithi125 bash[25274]: audit 2023-12-09T02:10:00.069102+0000 mon.a (mon.0) 56 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi125", "caps": []}]: dispatch 2023-12-09T02:10:00.224 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:00 smithi125 bash[25274]: audit 2023-12-09T02:10:00.069398+0000 mon.a (mon.0) 57 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi067", "caps": []}]: dispatch 2023-12-09T02:10:00.469 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:00 smithi067 bash[79370]: cephadm 2023-12-09T02:09:58.726620+0000 mgr.y (mgr.25480) 11 : cephadm 1 Updating smithi067:/etc/ceph/ceph.client.admin.keyring 2023-12-09T02:10:00.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:00 smithi067 bash[79370]: cephadm 2023-12-09T02:09:58.789864+0000 mgr.y (mgr.25480) 12 : cephadm 1 Updating smithi125:/etc/ceph/ceph.client.admin.keyring 2023-12-09T02:10:00.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:00 smithi067 bash[79370]: cephadm 2023-12-09T02:09:58.891667+0000 mgr.y (mgr.25480) 13 : cephadm 1 Updating smithi067:/var/lib/ceph/6db93fb0-9635-11ee-95a3-87774f69a715/config/ceph.client.admin.keyring 2023-12-09T02:10:00.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:00 smithi067 bash[79370]: cephadm 2023-12-09T02:09:58.954279+0000 mgr.y (mgr.25480) 14 : cephadm 1 Updating smithi125:/var/lib/ceph/6db93fb0-9635-11ee-95a3-87774f69a715/config/ceph.client.admin.keyring 2023-12-09T02:10:00.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:00 smithi067 bash[79370]: audit 2023-12-09T02:09:59.117728+0000 mon.a (mon.0) 45 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:00.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:00 smithi067 bash[79370]: audit 2023-12-09T02:09:59.129601+0000 mon.a (mon.0) 46 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:00.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:00 smithi067 bash[79370]: audit 2023-12-09T02:09:59.135857+0000 mon.a (mon.0) 47 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:00.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:00 smithi067 bash[79370]: audit 2023-12-09T02:09:59.142978+0000 mon.a (mon.0) 48 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:00.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:00 smithi067 bash[79370]: audit 2023-12-09T02:09:59.150817+0000 mon.a (mon.0) 49 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:00.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:00 smithi067 bash[79370]: audit 2023-12-09T02:09:59.157500+0000 mon.a (mon.0) 50 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:00.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:00 smithi067 bash[79370]: audit 2023-12-09T02:09:59.231171+0000 mon.a (mon.0) 51 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi067", "caps": []}]: dispatch 2023-12-09T02:10:00.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:00 smithi067 bash[79370]: cluster 2023-12-09T02:09:59.521977+0000 mgr.y (mgr.25480) 15 : cluster 0 pgmap v4: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:10:00.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:00 smithi067 bash[79370]: audit 2023-12-09T02:09:59.727165+0000 mon.a (mon.0) 52 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi125", "caps": []}]: dispatch 2023-12-09T02:10:00.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:00 smithi067 bash[79370]: cluster 2023-12-09T02:10:00.000147+0000 mon.a (mon.0) 53 : cluster 1 overall HEALTH_OK 2023-12-09T02:10:00.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:00 smithi067 bash[79370]: audit 2023-12-09T02:10:00.063823+0000 mon.a (mon.0) 54 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:00.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:00 smithi067 bash[79370]: audit 2023-12-09T02:10:00.066531+0000 mon.a (mon.0) 55 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:00.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:00 smithi067 bash[79370]: audit 2023-12-09T02:10:00.069102+0000 mon.a (mon.0) 56 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi125", "caps": []}]: dispatch 2023-12-09T02:10:00.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:00 smithi067 bash[79370]: audit 2023-12-09T02:10:00.069398+0000 mon.a (mon.0) 57 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi067", "caps": []}]: dispatch 2023-12-09T02:10:00.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:00 smithi067 bash[30830]: cephadm 2023-12-09T02:09:58.726620+0000 mgr.y (mgr.25480) 11 : cephadm [INF] Updating smithi067:/etc/ceph/ceph.client.admin.keyring 2023-12-09T02:10:00.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:00 smithi067 bash[30830]: cephadm 2023-12-09T02:09:58.789864+0000 mgr.y (mgr.25480) 12 : cephadm [INF] Updating smithi125:/etc/ceph/ceph.client.admin.keyring 2023-12-09T02:10:00.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:00 smithi067 bash[30830]: cephadm 2023-12-09T02:09:58.891667+0000 mgr.y (mgr.25480) 13 : cephadm [INF] Updating smithi067:/var/lib/ceph/6db93fb0-9635-11ee-95a3-87774f69a715/config/ceph.client.admin.keyring 2023-12-09T02:10:00.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:00 smithi067 bash[30830]: cephadm 2023-12-09T02:09:58.954279+0000 mgr.y (mgr.25480) 14 : cephadm [INF] Updating smithi125:/var/lib/ceph/6db93fb0-9635-11ee-95a3-87774f69a715/config/ceph.client.admin.keyring 2023-12-09T02:10:00.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:00 smithi067 bash[30830]: audit 2023-12-09T02:09:59.117728+0000 mon.a (mon.0) 45 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:00.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:00 smithi067 bash[30830]: audit 2023-12-09T02:09:59.129601+0000 mon.a (mon.0) 46 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:00.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:00 smithi067 bash[30830]: audit 2023-12-09T02:09:59.135857+0000 mon.a (mon.0) 47 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:00.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:00 smithi067 bash[30830]: audit 2023-12-09T02:09:59.142978+0000 mon.a (mon.0) 48 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:00.472 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:00 smithi067 bash[30830]: audit 2023-12-09T02:09:59.150817+0000 mon.a (mon.0) 49 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:00.472 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:00 smithi067 bash[30830]: audit 2023-12-09T02:09:59.157500+0000 mon.a (mon.0) 50 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:00.472 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:00 smithi067 bash[30830]: audit 2023-12-09T02:09:59.231171+0000 mon.a (mon.0) 51 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi067", "caps": []}]: dispatch 2023-12-09T02:10:00.472 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:00 smithi067 bash[30830]: cluster 2023-12-09T02:09:59.521977+0000 mgr.y (mgr.25480) 15 : cluster [DBG] pgmap v4: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:10:00.472 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:00 smithi067 bash[30830]: audit 2023-12-09T02:09:59.727165+0000 mon.a (mon.0) 52 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi125", "caps": []}]: dispatch 2023-12-09T02:10:00.472 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:00 smithi067 bash[30830]: cluster 2023-12-09T02:10:00.000147+0000 mon.a (mon.0) 53 : cluster [INF] overall HEALTH_OK 2023-12-09T02:10:00.472 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:00 smithi067 bash[30830]: audit 2023-12-09T02:10:00.063823+0000 mon.a (mon.0) 54 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:00.472 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:00 smithi067 bash[30830]: audit 2023-12-09T02:10:00.066531+0000 mon.a (mon.0) 55 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:00.472 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:00 smithi067 bash[30830]: audit 2023-12-09T02:10:00.069102+0000 mon.a (mon.0) 56 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi125", "caps": []}]: dispatch 2023-12-09T02:10:00.472 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:00 smithi067 bash[30830]: audit 2023-12-09T02:10:00.069398+0000 mon.a (mon.0) 57 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi067", "caps": []}]: dispatch 2023-12-09T02:10:01.163 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:01 smithi067 bash[30830]: cluster 2023-12-09T02:10:00.168725+0000 mon.a (mon.0) 58 : cluster [DBG] mgrmap e41: y(active, since 2s), standbys: x 2023-12-09T02:10:01.163 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:01 smithi067 bash[30830]: audit 2023-12-09T02:10:00.680053+0000 mon.a (mon.0) 59 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:01.163 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:01 smithi067 bash[30830]: audit 2023-12-09T02:10:00.835189+0000 mon.a (mon.0) 60 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:01.163 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:01 smithi067 bash[30830]: audit 2023-12-09T02:10:00.977543+0000 mon.a (mon.0) 61 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:01.163 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:01 smithi067 bash[79370]: cluster 2023-12-09T02:10:00.168725+0000 mon.a (mon.0) 58 : cluster 0 mgrmap e41: y(active, since 2s), standbys: x 2023-12-09T02:10:01.163 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:01 smithi067 bash[79370]: audit 2023-12-09T02:10:00.680053+0000 mon.a (mon.0) 59 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:01.163 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:01 smithi067 bash[79370]: audit 2023-12-09T02:10:00.835189+0000 mon.a (mon.0) 60 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:01.163 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:01 smithi067 bash[79370]: audit 2023-12-09T02:10:00.977543+0000 mon.a (mon.0) 61 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:01.472 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:01 smithi125 bash[25274]: cluster 2023-12-09T02:10:00.168725+0000 mon.a (mon.0) 58 : cluster [DBG] mgrmap e41: y(active, since 2s), standbys: x 2023-12-09T02:10:01.472 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:01 smithi125 bash[25274]: audit 2023-12-09T02:10:00.680053+0000 mon.a (mon.0) 59 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:01.472 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:01 smithi125 bash[25274]: audit 2023-12-09T02:10:00.835189+0000 mon.a (mon.0) 60 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:01.472 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:01 smithi125 bash[25274]: audit 2023-12-09T02:10:00.977543+0000 mon.a (mon.0) 61 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:02.219 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:02 smithi067 bash[79370]: cluster 2023-12-09T02:10:01.522395+0000 mgr.y (mgr.25480) 16 : cluster 0 pgmap v5: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:10:02.219 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:02 smithi067 bash[79370]: audit 2023-12-09T02:10:01.929355+0000 mon.a (mon.0) 62 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:02.219 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:02 smithi067 bash[79370]: audit 2023-12-09T02:10:01.941287+0000 mon.a (mon.0) 63 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:02.219 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:02 smithi067 bash[79370]: audit 2023-12-09T02:10:02.085413+0000 mon.a (mon.0) 64 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:02.219 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:02 smithi067 bash[79370]: audit 2023-12-09T02:10:02.095553+0000 mon.a (mon.0) 65 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:02.220 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:02 smithi067 bash[79370]: audit 2023-12-09T02:10:02.098002+0000 mon.a (mon.0) 66 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:02.220 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:02 smithi067 bash[79370]: audit 2023-12-09T02:10:02.100509+0000 mon.a (mon.0) 67 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:02.220 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:02 smithi067 bash[79370]: audit 2023-12-09T02:10:02.107462+0000 mon.a (mon.0) 68 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:02.220 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:02 smithi067 bash[30830]: cluster 2023-12-09T02:10:01.522395+0000 mgr.y (mgr.25480) 16 : cluster [DBG] pgmap v5: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:10:02.220 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:02 smithi067 bash[30830]: audit 2023-12-09T02:10:01.929355+0000 mon.a (mon.0) 62 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:02.220 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:02 smithi067 bash[30830]: audit 2023-12-09T02:10:01.941287+0000 mon.a (mon.0) 63 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:02.220 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:02 smithi067 bash[30830]: audit 2023-12-09T02:10:02.085413+0000 mon.a (mon.0) 64 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:02.220 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:02 smithi067 bash[30830]: audit 2023-12-09T02:10:02.095553+0000 mon.a (mon.0) 65 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:02.220 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:02 smithi067 bash[30830]: audit 2023-12-09T02:10:02.098002+0000 mon.a (mon.0) 66 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:02.220 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:02 smithi067 bash[30830]: audit 2023-12-09T02:10:02.100509+0000 mon.a (mon.0) 67 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:02.220 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:02 smithi067 bash[30830]: audit 2023-12-09T02:10:02.107462+0000 mon.a (mon.0) 68 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:02.472 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:02 smithi125 bash[25274]: cluster 2023-12-09T02:10:01.522395+0000 mgr.y (mgr.25480) 16 : cluster [DBG] pgmap v5: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:10:02.472 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:02 smithi125 bash[25274]: audit 2023-12-09T02:10:01.929355+0000 mon.a (mon.0) 62 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:02.472 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:02 smithi125 bash[25274]: audit 2023-12-09T02:10:01.941287+0000 mon.a (mon.0) 63 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:02.472 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:02 smithi125 bash[25274]: audit 2023-12-09T02:10:02.085413+0000 mon.a (mon.0) 64 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:02.472 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:02 smithi125 bash[25274]: audit 2023-12-09T02:10:02.095553+0000 mon.a (mon.0) 65 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:02.473 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:02 smithi125 bash[25274]: audit 2023-12-09T02:10:02.098002+0000 mon.a (mon.0) 66 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:02.473 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:02 smithi125 bash[25274]: audit 2023-12-09T02:10:02.100509+0000 mon.a (mon.0) 67 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:02.473 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:02 smithi125 bash[25274]: audit 2023-12-09T02:10:02.107462+0000 mon.a (mon.0) 68 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:03.469 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:03 smithi067 bash[30830]: cephadm 2023-12-09T02:10:02.108259+0000 mgr.y (mgr.25480) 17 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:03.470 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:03 smithi067 bash[30830]: cluster 2023-12-09T02:10:02.187448+0000 mon.a (mon.0) 69 : cluster [DBG] mgrmap e42: y(active, since 4s), standbys: x 2023-12-09T02:10:03.470 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:03 smithi067 bash[30830]: audit 2023-12-09T02:10:02.202282+0000 mon.a (mon.0) 70 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:03.470 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:03 smithi067 bash[30830]: audit 2023-12-09T02:10:02.204478+0000 mon.a (mon.0) 71 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:03.470 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:03 smithi067 bash[30830]: audit 2023-12-09T02:10:02.206793+0000 mon.a (mon.0) 72 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:03.470 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:03 smithi067 bash[30830]: audit 2023-12-09T02:10:02.207622+0000 mon.a (mon.0) 73 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:03.470 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:03 smithi067 bash[30830]: audit 2023-12-09T02:10:02.214696+0000 mon.a (mon.0) 74 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:03.470 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:03 smithi067 bash[30830]: cephadm 2023-12-09T02:10:02.215481+0000 mgr.y (mgr.25480) 18 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:03.470 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:03 smithi067 bash[30830]: audit 2023-12-09T02:10:02.238257+0000 mon.a (mon.0) 75 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:03.470 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:03 smithi067 bash[30830]: audit 2023-12-09T02:10:02.259103+0000 mon.a (mon.0) 76 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:03.470 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:03 smithi067 bash[30830]: audit 2023-12-09T02:10:02.297431+0000 mon.a (mon.0) 77 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:03.470 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:03 smithi067 bash[30830]: audit 2023-12-09T02:10:02.300461+0000 mon.a (mon.0) 78 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:03.470 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:03 smithi067 bash[30830]: audit 2023-12-09T02:10:02.302933+0000 mon.a (mon.0) 79 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:03.470 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:03 smithi067 bash[30830]: audit 2023-12-09T02:10:02.303922+0000 mon.a (mon.0) 80 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:03.470 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:03 smithi067 bash[30830]: audit 2023-12-09T02:10:02.311962+0000 mon.a (mon.0) 81 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:03.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:03 smithi067 bash[30830]: cephadm 2023-12-09T02:10:02.312685+0000 mgr.y (mgr.25480) 19 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:03.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:03 smithi067 bash[30830]: audit 2023-12-09T02:10:02.395529+0000 mon.a (mon.0) 82 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:03.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:03 smithi067 bash[30830]: audit 2023-12-09T02:10:02.397715+0000 mon.a (mon.0) 83 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:03.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:03 smithi067 bash[30830]: audit 2023-12-09T02:10:02.401780+0000 mon.a (mon.0) 84 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:03.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:03 smithi067 bash[30830]: audit 2023-12-09T02:10:02.402978+0000 mon.a (mon.0) 85 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:03.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:03 smithi067 bash[79370]: cephadm 2023-12-09T02:10:02.108259+0000 mgr.y (mgr.25480) 17 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:03.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:03 smithi067 bash[79370]: cluster 2023-12-09T02:10:02.187448+0000 mon.a (mon.0) 69 : cluster 0 mgrmap e42: y(active, since 4s), standbys: x 2023-12-09T02:10:03.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:03 smithi067 bash[79370]: audit 2023-12-09T02:10:02.202282+0000 mon.a (mon.0) 70 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:03.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:03 smithi067 bash[79370]: audit 2023-12-09T02:10:02.204478+0000 mon.a (mon.0) 71 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:03.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:03 smithi067 bash[79370]: audit 2023-12-09T02:10:02.206793+0000 mon.a (mon.0) 72 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:03.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:03 smithi067 bash[79370]: audit 2023-12-09T02:10:02.207622+0000 mon.a (mon.0) 73 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:03.472 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:03 smithi067 bash[79370]: audit 2023-12-09T02:10:02.214696+0000 mon.a (mon.0) 74 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:03.472 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:03 smithi067 bash[79370]: cephadm 2023-12-09T02:10:02.215481+0000 mgr.y (mgr.25480) 18 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:03.472 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:03 smithi067 bash[79370]: audit 2023-12-09T02:10:02.238257+0000 mon.a (mon.0) 75 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:03.472 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:03 smithi067 bash[79370]: audit 2023-12-09T02:10:02.259103+0000 mon.a (mon.0) 76 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:03.472 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:03 smithi067 bash[79370]: audit 2023-12-09T02:10:02.297431+0000 mon.a (mon.0) 77 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:03.472 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:03 smithi067 bash[79370]: audit 2023-12-09T02:10:02.300461+0000 mon.a (mon.0) 78 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:03.472 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:03 smithi067 bash[79370]: audit 2023-12-09T02:10:02.302933+0000 mon.a (mon.0) 79 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:03.472 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:03 smithi067 bash[79370]: audit 2023-12-09T02:10:02.303922+0000 mon.a (mon.0) 80 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:03.472 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:03 smithi067 bash[79370]: audit 2023-12-09T02:10:02.311962+0000 mon.a (mon.0) 81 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:03.472 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:03 smithi067 bash[79370]: cephadm 2023-12-09T02:10:02.312685+0000 mgr.y (mgr.25480) 19 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:03.472 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:03 smithi067 bash[79370]: audit 2023-12-09T02:10:02.395529+0000 mon.a (mon.0) 82 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:03.472 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:03 smithi067 bash[79370]: audit 2023-12-09T02:10:02.397715+0000 mon.a (mon.0) 83 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:03.472 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:03 smithi067 bash[79370]: audit 2023-12-09T02:10:02.401780+0000 mon.a (mon.0) 84 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:03.472 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:03 smithi067 bash[79370]: audit 2023-12-09T02:10:02.402978+0000 mon.a (mon.0) 85 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:03.473 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:03 smithi067 bash[30830]: audit 2023-12-09T02:10:02.412774+0000 mon.a (mon.0) 86 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:03.473 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:03 smithi067 bash[30830]: cephadm 2023-12-09T02:10:02.413539+0000 mgr.y (mgr.25480) 20 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:03.473 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:03 smithi067 bash[30830]: audit 2023-12-09T02:10:02.490633+0000 mon.a (mon.0) 87 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:03.474 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:03 smithi067 bash[30830]: audit 2023-12-09T02:10:02.492931+0000 mon.a (mon.0) 88 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:03.474 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:03 smithi067 bash[30830]: audit 2023-12-09T02:10:02.499504+0000 mon.a (mon.0) 89 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:03.474 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:03 smithi067 bash[30830]: audit 2023-12-09T02:10:02.500761+0000 mon.a (mon.0) 90 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:03.474 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:03 smithi067 bash[30830]: audit 2023-12-09T02:10:02.509272+0000 mon.a (mon.0) 91 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:03.474 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:03 smithi067 bash[30830]: cephadm 2023-12-09T02:10:02.510083+0000 mgr.y (mgr.25480) 21 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:03.474 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:03 smithi067 bash[30830]: audit 2023-12-09T02:10:02.571511+0000 mon.a (mon.0) 92 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:03.474 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:03 smithi067 bash[30830]: audit 2023-12-09T02:10:02.573763+0000 mon.a (mon.0) 93 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:03.474 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:03 smithi067 bash[30830]: audit 2023-12-09T02:10:02.576438+0000 mon.a (mon.0) 94 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:03.474 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:03 smithi067 bash[30830]: audit 2023-12-09T02:10:02.577261+0000 mon.a (mon.0) 95 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:03.474 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:03 smithi067 bash[30830]: audit 2023-12-09T02:10:02.585157+0000 mon.a (mon.0) 96 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:03.474 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:03 smithi067 bash[30830]: cephadm 2023-12-09T02:10:02.585888+0000 mgr.y (mgr.25480) 22 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:03.474 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:03 smithi067 bash[30830]: audit 2023-12-09T02:10:02.662945+0000 mon.a (mon.0) 97 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:03.475 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:03 smithi067 bash[30830]: audit 2023-12-09T02:10:02.665049+0000 mon.a (mon.0) 98 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:03.475 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:03 smithi067 bash[30830]: audit 2023-12-09T02:10:02.667903+0000 mon.a (mon.0) 99 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:03.475 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:03 smithi067 bash[30830]: audit 2023-12-09T02:10:02.668886+0000 mon.a (mon.0) 100 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:03.475 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:03 smithi067 bash[30830]: audit 2023-12-09T02:10:02.677028+0000 mon.a (mon.0) 101 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:03.475 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:03 smithi067 bash[30830]: audit 2023-12-09T02:10:02.754548+0000 mon.a (mon.0) 102 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:03.475 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:03 smithi067 bash[79370]: audit 2023-12-09T02:10:02.412774+0000 mon.a (mon.0) 86 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:03.475 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:03 smithi067 bash[79370]: cephadm 2023-12-09T02:10:02.413539+0000 mgr.y (mgr.25480) 20 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:03.475 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:03 smithi067 bash[79370]: audit 2023-12-09T02:10:02.490633+0000 mon.a (mon.0) 87 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:03.475 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:03 smithi067 bash[79370]: audit 2023-12-09T02:10:02.492931+0000 mon.a (mon.0) 88 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:03.476 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:03 smithi067 bash[79370]: audit 2023-12-09T02:10:02.499504+0000 mon.a (mon.0) 89 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:03.476 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:03 smithi067 bash[79370]: audit 2023-12-09T02:10:02.500761+0000 mon.a (mon.0) 90 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:03.476 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:03 smithi067 bash[79370]: audit 2023-12-09T02:10:02.509272+0000 mon.a (mon.0) 91 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:03.476 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:03 smithi067 bash[79370]: cephadm 2023-12-09T02:10:02.510083+0000 mgr.y (mgr.25480) 21 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:03.476 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:03 smithi067 bash[79370]: audit 2023-12-09T02:10:02.571511+0000 mon.a (mon.0) 92 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:03.476 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:03 smithi067 bash[79370]: audit 2023-12-09T02:10:02.573763+0000 mon.a (mon.0) 93 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:03.476 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:03 smithi067 bash[79370]: audit 2023-12-09T02:10:02.576438+0000 mon.a (mon.0) 94 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:03.476 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:03 smithi067 bash[79370]: audit 2023-12-09T02:10:02.577261+0000 mon.a (mon.0) 95 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:03.476 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:03 smithi067 bash[79370]: audit 2023-12-09T02:10:02.585157+0000 mon.a (mon.0) 96 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:03.476 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:03 smithi067 bash[79370]: cephadm 2023-12-09T02:10:02.585888+0000 mgr.y (mgr.25480) 22 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:03.476 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:03 smithi067 bash[79370]: audit 2023-12-09T02:10:02.662945+0000 mon.a (mon.0) 97 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:03.476 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:03 smithi067 bash[79370]: audit 2023-12-09T02:10:02.665049+0000 mon.a (mon.0) 98 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:03.476 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:03 smithi067 bash[79370]: audit 2023-12-09T02:10:02.667903+0000 mon.a (mon.0) 99 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:03.476 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:03 smithi067 bash[79370]: audit 2023-12-09T02:10:02.668886+0000 mon.a (mon.0) 100 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:03.476 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:03 smithi067 bash[79370]: audit 2023-12-09T02:10:02.677028+0000 mon.a (mon.0) 101 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:03.477 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:03 smithi067 bash[79370]: audit 2023-12-09T02:10:02.754548+0000 mon.a (mon.0) 102 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:03.477 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:03 smithi067 bash[79370]: audit 2023-12-09T02:10:02.756715+0000 mon.a (mon.0) 103 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:03.477 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:03 smithi067 bash[30830]: audit 2023-12-09T02:10:02.756715+0000 mon.a (mon.0) 103 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:03.477 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:03 smithi067 bash[30830]: audit 2023-12-09T02:10:02.759291+0000 mon.a (mon.0) 104 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:03.477 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:03 smithi067 bash[30830]: audit 2023-12-09T02:10:02.760171+0000 mon.a (mon.0) 105 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:03.477 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:03 smithi067 bash[30830]: audit 2023-12-09T02:10:02.768503+0000 mon.a (mon.0) 106 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:03.477 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:03 smithi067 bash[30830]: audit 2023-12-09T02:10:02.821108+0000 mon.a (mon.0) 107 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:03.477 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:03 smithi067 bash[30830]: audit 2023-12-09T02:10:02.849408+0000 mon.a (mon.0) 108 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:03.477 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:03 smithi067 bash[30830]: audit 2023-12-09T02:10:02.851694+0000 mon.a (mon.0) 109 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:03.478 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:03 smithi067 bash[30830]: audit 2023-12-09T02:10:02.855251+0000 mon.a (mon.0) 110 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:03.478 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:03 smithi067 bash[30830]: audit 2023-12-09T02:10:02.856480+0000 mon.a (mon.0) 111 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:03.478 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:03 smithi067 bash[30830]: audit 2023-12-09T02:10:02.866394+0000 mon.a (mon.0) 112 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:03.478 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:03 smithi067 bash[30830]: audit 2023-12-09T02:10:02.944549+0000 mon.a (mon.0) 113 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:03.478 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:03 smithi067 bash[30830]: audit 2023-12-09T02:10:02.946830+0000 mon.a (mon.0) 114 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:03.478 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:03 smithi067 bash[30830]: audit 2023-12-09T02:10:02.950199+0000 mon.a (mon.0) 115 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:03.478 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:03 smithi067 bash[30830]: audit 2023-12-09T02:10:02.951118+0000 mon.a (mon.0) 116 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:03.478 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:03 smithi067 bash[30830]: audit 2023-12-09T02:10:02.960233+0000 mon.a (mon.0) 117 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:03.478 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:03 smithi067 bash[30830]: audit 2023-12-09T02:10:02.983957+0000 mon.a (mon.0) 118 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:03.478 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:03 smithi067 bash[30830]: audit 2023-12-09T02:10:03.038372+0000 mon.a (mon.0) 119 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:03.478 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:03 smithi067 bash[30830]: audit 2023-12-09T02:10:03.040641+0000 mon.a (mon.0) 120 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:03.478 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:03 smithi067 bash[30830]: audit 2023-12-09T02:10:03.044137+0000 mon.a (mon.0) 121 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:03.478 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:03 smithi067 bash[30830]: audit 2023-12-09T02:10:03.045616+0000 mon.a (mon.0) 122 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:03.478 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:03 smithi067 bash[30830]: audit 2023-12-09T02:10:03.052733+0000 mon.a (mon.0) 123 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:03.478 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:03 smithi067 bash[30830]: audit 2023-12-09T02:10:03.115966+0000 mon.a (mon.0) 124 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:03.479 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:03 smithi067 bash[30830]: audit 2023-12-09T02:10:03.117803+0000 mon.a (mon.0) 125 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:03.479 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:03 smithi067 bash[30830]: audit 2023-12-09T02:10:03.119954+0000 mon.a (mon.0) 126 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:03.479 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:03 smithi067 bash[30830]: audit 2023-12-09T02:10:03.120675+0000 mon.a (mon.0) 127 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:03.479 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:03 smithi067 bash[30830]: audit 2023-12-09T02:10:03.125940+0000 mon.a (mon.0) 128 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:03.479 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:03 smithi067 bash[30830]: audit 2023-12-09T02:10:03.137760+0000 mon.a (mon.0) 129 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:03.479 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:03 smithi067 bash[79370]: audit 2023-12-09T02:10:02.759291+0000 mon.a (mon.0) 104 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:03.479 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:03 smithi067 bash[79370]: audit 2023-12-09T02:10:02.760171+0000 mon.a (mon.0) 105 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:03.479 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:03 smithi067 bash[79370]: audit 2023-12-09T02:10:02.768503+0000 mon.a (mon.0) 106 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:03.479 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:03 smithi067 bash[79370]: audit 2023-12-09T02:10:02.821108+0000 mon.a (mon.0) 107 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:03.479 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:03 smithi067 bash[79370]: audit 2023-12-09T02:10:02.849408+0000 mon.a (mon.0) 108 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:03.480 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:03 smithi067 bash[79370]: audit 2023-12-09T02:10:02.851694+0000 mon.a (mon.0) 109 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:03.480 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:03 smithi067 bash[79370]: audit 2023-12-09T02:10:02.855251+0000 mon.a (mon.0) 110 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:03.480 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:03 smithi067 bash[79370]: audit 2023-12-09T02:10:02.856480+0000 mon.a (mon.0) 111 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:03.480 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:03 smithi067 bash[79370]: audit 2023-12-09T02:10:02.866394+0000 mon.a (mon.0) 112 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:03.480 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:03 smithi067 bash[79370]: audit 2023-12-09T02:10:02.944549+0000 mon.a (mon.0) 113 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:03.480 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:03 smithi067 bash[79370]: audit 2023-12-09T02:10:02.946830+0000 mon.a (mon.0) 114 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:03.480 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:03 smithi067 bash[79370]: audit 2023-12-09T02:10:02.950199+0000 mon.a (mon.0) 115 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:03.480 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:03 smithi067 bash[79370]: audit 2023-12-09T02:10:02.951118+0000 mon.a (mon.0) 116 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:03.480 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:03 smithi067 bash[79370]: audit 2023-12-09T02:10:02.960233+0000 mon.a (mon.0) 117 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:03.480 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:03 smithi067 bash[79370]: audit 2023-12-09T02:10:02.983957+0000 mon.a (mon.0) 118 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:03.480 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:03 smithi067 bash[79370]: audit 2023-12-09T02:10:03.038372+0000 mon.a (mon.0) 119 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:03.480 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:03 smithi067 bash[79370]: audit 2023-12-09T02:10:03.040641+0000 mon.a (mon.0) 120 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:03.480 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:03 smithi067 bash[79370]: audit 2023-12-09T02:10:03.044137+0000 mon.a (mon.0) 121 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:03.480 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:03 smithi067 bash[79370]: audit 2023-12-09T02:10:03.045616+0000 mon.a (mon.0) 122 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:03.480 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:03 smithi067 bash[79370]: audit 2023-12-09T02:10:03.052733+0000 mon.a (mon.0) 123 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:03.481 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:03 smithi067 bash[79370]: audit 2023-12-09T02:10:03.115966+0000 mon.a (mon.0) 124 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:03.481 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:03 smithi067 bash[79370]: audit 2023-12-09T02:10:03.117803+0000 mon.a (mon.0) 125 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:03.481 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:03 smithi067 bash[79370]: audit 2023-12-09T02:10:03.119954+0000 mon.a (mon.0) 126 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:03.481 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:03 smithi067 bash[79370]: audit 2023-12-09T02:10:03.120675+0000 mon.a (mon.0) 127 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:03.481 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:03 smithi067 bash[79370]: audit 2023-12-09T02:10:03.125940+0000 mon.a (mon.0) 128 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:03.481 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:03 smithi067 bash[79370]: audit 2023-12-09T02:10:03.137760+0000 mon.a (mon.0) 129 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:03.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:03 smithi125 bash[25274]: cephadm 2023-12-09T02:10:02.108259+0000 mgr.y (mgr.25480) 17 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:03.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:03 smithi125 bash[25274]: cluster 2023-12-09T02:10:02.187448+0000 mon.a (mon.0) 69 : cluster [DBG] mgrmap e42: y(active, since 4s), standbys: x 2023-12-09T02:10:03.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:03 smithi125 bash[25274]: audit 2023-12-09T02:10:02.202282+0000 mon.a (mon.0) 70 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:03.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:03 smithi125 bash[25274]: audit 2023-12-09T02:10:02.204478+0000 mon.a (mon.0) 71 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:03.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:03 smithi125 bash[25274]: audit 2023-12-09T02:10:02.206793+0000 mon.a (mon.0) 72 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:03.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:03 smithi125 bash[25274]: audit 2023-12-09T02:10:02.207622+0000 mon.a (mon.0) 73 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:03.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:03 smithi125 bash[25274]: audit 2023-12-09T02:10:02.214696+0000 mon.a (mon.0) 74 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:03.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:03 smithi125 bash[25274]: cephadm 2023-12-09T02:10:02.215481+0000 mgr.y (mgr.25480) 18 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:03.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:03 smithi125 bash[25274]: audit 2023-12-09T02:10:02.238257+0000 mon.a (mon.0) 75 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:03.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:03 smithi125 bash[25274]: audit 2023-12-09T02:10:02.259103+0000 mon.a (mon.0) 76 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:03.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:03 smithi125 bash[25274]: audit 2023-12-09T02:10:02.297431+0000 mon.a (mon.0) 77 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:03.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:03 smithi125 bash[25274]: audit 2023-12-09T02:10:02.300461+0000 mon.a (mon.0) 78 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:03.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:03 smithi125 bash[25274]: audit 2023-12-09T02:10:02.302933+0000 mon.a (mon.0) 79 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:03.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:03 smithi125 bash[25274]: audit 2023-12-09T02:10:02.303922+0000 mon.a (mon.0) 80 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:03.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:03 smithi125 bash[25274]: audit 2023-12-09T02:10:02.311962+0000 mon.a (mon.0) 81 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:03.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:03 smithi125 bash[25274]: cephadm 2023-12-09T02:10:02.312685+0000 mgr.y (mgr.25480) 19 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:03.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:03 smithi125 bash[25274]: audit 2023-12-09T02:10:02.395529+0000 mon.a (mon.0) 82 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:03.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:03 smithi125 bash[25274]: audit 2023-12-09T02:10:02.397715+0000 mon.a (mon.0) 83 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:03.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:03 smithi125 bash[25274]: audit 2023-12-09T02:10:02.401780+0000 mon.a (mon.0) 84 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:03.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:03 smithi125 bash[25274]: audit 2023-12-09T02:10:02.402978+0000 mon.a (mon.0) 85 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:03.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:03 smithi125 bash[25274]: audit 2023-12-09T02:10:02.412774+0000 mon.a (mon.0) 86 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:03.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:03 smithi125 bash[25274]: cephadm 2023-12-09T02:10:02.413539+0000 mgr.y (mgr.25480) 20 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:03.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:03 smithi125 bash[25274]: audit 2023-12-09T02:10:02.490633+0000 mon.a (mon.0) 87 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:03.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:03 smithi125 bash[25274]: audit 2023-12-09T02:10:02.492931+0000 mon.a (mon.0) 88 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:03.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:03 smithi125 bash[25274]: audit 2023-12-09T02:10:02.499504+0000 mon.a (mon.0) 89 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:03.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:03 smithi125 bash[25274]: audit 2023-12-09T02:10:02.500761+0000 mon.a (mon.0) 90 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:03.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:03 smithi125 bash[25274]: audit 2023-12-09T02:10:02.509272+0000 mon.a (mon.0) 91 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:03.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:03 smithi125 bash[25274]: cephadm 2023-12-09T02:10:02.510083+0000 mgr.y (mgr.25480) 21 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:03.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:03 smithi125 bash[25274]: audit 2023-12-09T02:10:02.571511+0000 mon.a (mon.0) 92 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:03.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:03 smithi125 bash[25274]: audit 2023-12-09T02:10:02.573763+0000 mon.a (mon.0) 93 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:03.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:03 smithi125 bash[25274]: audit 2023-12-09T02:10:02.576438+0000 mon.a (mon.0) 94 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:03.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:03 smithi125 bash[25274]: audit 2023-12-09T02:10:02.577261+0000 mon.a (mon.0) 95 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:03.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:03 smithi125 bash[25274]: audit 2023-12-09T02:10:02.585157+0000 mon.a (mon.0) 96 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:03.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:03 smithi125 bash[25274]: cephadm 2023-12-09T02:10:02.585888+0000 mgr.y (mgr.25480) 22 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:03.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:03 smithi125 bash[25274]: audit 2023-12-09T02:10:02.662945+0000 mon.a (mon.0) 97 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:03.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:03 smithi125 bash[25274]: audit 2023-12-09T02:10:02.665049+0000 mon.a (mon.0) 98 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:03.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:03 smithi125 bash[25274]: audit 2023-12-09T02:10:02.667903+0000 mon.a (mon.0) 99 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:03.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:03 smithi125 bash[25274]: audit 2023-12-09T02:10:02.668886+0000 mon.a (mon.0) 100 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:03.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:03 smithi125 bash[25274]: audit 2023-12-09T02:10:02.677028+0000 mon.a (mon.0) 101 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:03.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:03 smithi125 bash[25274]: audit 2023-12-09T02:10:02.754548+0000 mon.a (mon.0) 102 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:03.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:03 smithi125 bash[25274]: audit 2023-12-09T02:10:02.756715+0000 mon.a (mon.0) 103 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:03.485 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:03 smithi125 bash[25274]: audit 2023-12-09T02:10:02.759291+0000 mon.a (mon.0) 104 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:03.485 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:03 smithi125 bash[25274]: audit 2023-12-09T02:10:02.760171+0000 mon.a (mon.0) 105 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:03.485 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:03 smithi125 bash[25274]: audit 2023-12-09T02:10:02.768503+0000 mon.a (mon.0) 106 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:03.486 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:03 smithi125 bash[25274]: audit 2023-12-09T02:10:02.821108+0000 mon.a (mon.0) 107 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:03.486 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:03 smithi125 bash[25274]: audit 2023-12-09T02:10:02.849408+0000 mon.a (mon.0) 108 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:03.486 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:03 smithi125 bash[25274]: audit 2023-12-09T02:10:02.851694+0000 mon.a (mon.0) 109 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:03.486 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:03 smithi125 bash[25274]: audit 2023-12-09T02:10:02.855251+0000 mon.a (mon.0) 110 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:03.486 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:03 smithi125 bash[25274]: audit 2023-12-09T02:10:02.856480+0000 mon.a (mon.0) 111 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:03.486 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:03 smithi125 bash[25274]: audit 2023-12-09T02:10:02.866394+0000 mon.a (mon.0) 112 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:03.486 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:03 smithi125 bash[25274]: audit 2023-12-09T02:10:02.944549+0000 mon.a (mon.0) 113 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:03.486 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:03 smithi125 bash[25274]: audit 2023-12-09T02:10:02.946830+0000 mon.a (mon.0) 114 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:03.486 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:03 smithi125 bash[25274]: audit 2023-12-09T02:10:02.950199+0000 mon.a (mon.0) 115 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:03.486 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:03 smithi125 bash[25274]: audit 2023-12-09T02:10:02.951118+0000 mon.a (mon.0) 116 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:03.486 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:03 smithi125 bash[25274]: audit 2023-12-09T02:10:02.960233+0000 mon.a (mon.0) 117 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:03.486 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:03 smithi125 bash[25274]: audit 2023-12-09T02:10:02.983957+0000 mon.a (mon.0) 118 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:03.487 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:03 smithi125 bash[25274]: audit 2023-12-09T02:10:03.038372+0000 mon.a (mon.0) 119 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:03.487 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:03 smithi125 bash[25274]: audit 2023-12-09T02:10:03.040641+0000 mon.a (mon.0) 120 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:03.487 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:03 smithi125 bash[25274]: audit 2023-12-09T02:10:03.044137+0000 mon.a (mon.0) 121 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:03.487 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:03 smithi125 bash[25274]: audit 2023-12-09T02:10:03.045616+0000 mon.a (mon.0) 122 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:03.487 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:03 smithi125 bash[25274]: audit 2023-12-09T02:10:03.052733+0000 mon.a (mon.0) 123 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:03.487 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:03 smithi125 bash[25274]: audit 2023-12-09T02:10:03.115966+0000 mon.a (mon.0) 124 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:03.487 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:03 smithi125 bash[25274]: audit 2023-12-09T02:10:03.117803+0000 mon.a (mon.0) 125 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:03.487 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:03 smithi125 bash[25274]: audit 2023-12-09T02:10:03.119954+0000 mon.a (mon.0) 126 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:03.487 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:03 smithi125 bash[25274]: audit 2023-12-09T02:10:03.120675+0000 mon.a (mon.0) 127 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:03.487 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:03 smithi125 bash[25274]: audit 2023-12-09T02:10:03.125940+0000 mon.a (mon.0) 128 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:03.488 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:03 smithi125 bash[25274]: audit 2023-12-09T02:10:03.137760+0000 mon.a (mon.0) 129 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:03.969 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:10:03 smithi067 bash[75618]: ::ffff:172.21.15.125 - - [09/Dec/2023:02:10:03] "GET /metrics HTTP/1.1" 200 35438 "" "Prometheus/2.33.4" 2023-12-09T02:10:04.393 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:04 smithi125 bash[25274]: cephadm 2023-12-09T02:10:02.677656+0000 mgr.y (mgr.25480) 23 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:04.393 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:04 smithi125 bash[25274]: cephadm 2023-12-09T02:10:02.771364+0000 mgr.y (mgr.25480) 24 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:04.393 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:04 smithi125 bash[25274]: cephadm 2023-12-09T02:10:02.866996+0000 mgr.y (mgr.25480) 25 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:04.393 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:04 smithi125 bash[25274]: cephadm 2023-12-09T02:10:02.961353+0000 mgr.y (mgr.25480) 26 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:04.393 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:04 smithi125 bash[25274]: cephadm 2023-12-09T02:10:03.053540+0000 mgr.y (mgr.25480) 27 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:04.394 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:04 smithi125 bash[25274]: cephadm 2023-12-09T02:10:03.126623+0000 mgr.y (mgr.25480) 28 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:04.394 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:04 smithi125 bash[25274]: audit 2023-12-09T02:10:03.210011+0000 mon.a (mon.0) 130 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:04.394 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:04 smithi125 bash[25274]: audit 2023-12-09T02:10:03.212544+0000 mon.a (mon.0) 131 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:04.394 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:04 smithi125 bash[25274]: audit 2023-12-09T02:10:03.215300+0000 mon.a (mon.0) 132 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:04.394 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:04 smithi125 bash[25274]: audit 2023-12-09T02:10:03.216303+0000 mon.a (mon.0) 133 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:04.394 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:04 smithi125 bash[25274]: audit 2023-12-09T02:10:03.222756+0000 mon.a (mon.0) 134 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:04.394 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:04 smithi125 bash[25274]: cephadm 2023-12-09T02:10:03.223849+0000 mgr.y (mgr.25480) 29 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:04.394 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:04 smithi125 bash[25274]: audit 2023-12-09T02:10:03.300237+0000 mon.a (mon.0) 135 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:04.394 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:04 smithi125 bash[25274]: audit 2023-12-09T02:10:03.301901+0000 mon.a (mon.0) 136 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:04.394 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:04 smithi125 bash[25274]: audit 2023-12-09T02:10:03.303854+0000 mon.a (mon.0) 137 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:04.394 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:04 smithi125 bash[25274]: audit 2023-12-09T02:10:03.304579+0000 mon.a (mon.0) 138 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:04.394 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:04 smithi125 bash[25274]: audit 2023-12-09T02:10:03.310596+0000 mon.a (mon.0) 139 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:04.394 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:04 smithi125 bash[25274]: cephadm 2023-12-09T02:10:03.311187+0000 mgr.y (mgr.25480) 30 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:04.395 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:04 smithi125 bash[25274]: audit 2023-12-09T02:10:03.389632+0000 mon.a (mon.0) 140 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:04.395 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:04 smithi125 bash[25274]: audit 2023-12-09T02:10:03.391479+0000 mon.a (mon.0) 141 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:04.395 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:04 smithi125 bash[25274]: audit 2023-12-09T02:10:03.393514+0000 mon.a (mon.0) 142 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:04.395 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:04 smithi125 bash[25274]: audit 2023-12-09T02:10:03.394250+0000 mon.a (mon.0) 143 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:04.395 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:04 smithi125 bash[25274]: audit 2023-12-09T02:10:03.400349+0000 mon.a (mon.0) 144 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:04.395 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:04 smithi125 bash[25274]: cephadm 2023-12-09T02:10:03.400857+0000 mgr.y (mgr.25480) 31 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:04.395 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:04 smithi125 bash[25274]: audit 2023-12-09T02:10:03.466152+0000 mon.a (mon.0) 145 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:04.395 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:04 smithi125 bash[25274]: audit 2023-12-09T02:10:03.467846+0000 mon.a (mon.0) 146 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:04.396 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:04 smithi125 bash[25274]: audit 2023-12-09T02:10:03.469968+0000 mon.a (mon.0) 147 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:04.396 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:04 smithi125 bash[25274]: audit 2023-12-09T02:10:03.471139+0000 mon.a (mon.0) 148 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:04.396 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:04 smithi125 bash[25274]: audit 2023-12-09T02:10:03.476787+0000 mon.a (mon.0) 149 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:04.396 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:04 smithi125 bash[25274]: cephadm 2023-12-09T02:10:03.477323+0000 mgr.y (mgr.25480) 32 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:04.396 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:04 smithi125 bash[25274]: cluster 2023-12-09T02:10:03.522804+0000 mgr.y (mgr.25480) 33 : cluster [DBG] pgmap v6: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:10:04.396 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:04 smithi125 bash[25274]: audit 2023-12-09T02:10:03.539196+0000 mon.a (mon.0) 150 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:04.396 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:04 smithi125 bash[25274]: audit 2023-12-09T02:10:03.541344+0000 mon.a (mon.0) 151 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:04.396 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:04 smithi125 bash[25274]: audit 2023-12-09T02:10:03.544446+0000 mon.a (mon.0) 152 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:04.396 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:04 smithi125 bash[25274]: audit 2023-12-09T02:10:03.545244+0000 mon.a (mon.0) 153 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:04.396 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:04 smithi125 bash[25274]: audit 2023-12-09T02:10:03.554768+0000 mon.a (mon.0) 154 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:04.396 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:04 smithi125 bash[25274]: cephadm 2023-12-09T02:10:03.555577+0000 mgr.y (mgr.25480) 34 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:04.396 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:04 smithi125 bash[25274]: audit 2023-12-09T02:10:03.620979+0000 mon.a (mon.0) 155 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:04.396 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:04 smithi125 bash[25274]: audit 2023-12-09T02:10:03.622755+0000 mon.a (mon.0) 156 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:04.396 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:04 smithi125 bash[25274]: audit 2023-12-09T02:10:03.624978+0000 mon.a (mon.0) 157 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:04.396 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:04 smithi125 bash[25274]: audit 2023-12-09T02:10:03.625856+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:04.397 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:04 smithi125 bash[25274]: audit 2023-12-09T02:10:03.634046+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:04.397 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:04 smithi125 bash[25274]: cephadm 2023-12-09T02:10:03.634709+0000 mgr.y (mgr.25480) 35 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:04.397 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:04 smithi125 bash[25274]: audit 2023-12-09T02:10:03.712517+0000 mon.a (mon.0) 160 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:04.397 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:04 smithi125 bash[25274]: audit 2023-12-09T02:10:03.714708+0000 mon.a (mon.0) 161 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:04.397 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:04 smithi125 bash[25274]: audit 2023-12-09T02:10:03.717259+0000 mon.a (mon.0) 162 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:04.397 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:04 smithi125 bash[25274]: audit 2023-12-09T02:10:03.721539+0000 mon.a (mon.0) 163 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:04.397 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:04 smithi125 bash[25274]: audit 2023-12-09T02:10:03.729981+0000 mon.a (mon.0) 164 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:04.397 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:04 smithi125 bash[25274]: audit 2023-12-09T02:10:03.793447+0000 mon.a (mon.0) 165 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:04.397 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:04 smithi125 bash[25274]: audit 2023-12-09T02:10:03.795887+0000 mon.a (mon.0) 166 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:04.397 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:04 smithi125 bash[25274]: audit 2023-12-09T02:10:03.798623+0000 mon.a (mon.0) 167 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:04.397 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:04 smithi125 bash[25274]: audit 2023-12-09T02:10:03.799597+0000 mon.a (mon.0) 168 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:04.397 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:04 smithi125 bash[25274]: audit 2023-12-09T02:10:03.808463+0000 mon.a (mon.0) 169 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:04.397 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:04 smithi125 bash[25274]: audit 2023-12-09T02:10:03.902875+0000 mon.a (mon.0) 170 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:04.397 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:04 smithi125 bash[25274]: audit 2023-12-09T02:10:03.905055+0000 mon.a (mon.0) 171 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:04.397 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:04 smithi125 bash[25274]: audit 2023-12-09T02:10:03.907299+0000 mon.a (mon.0) 172 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:04.398 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:04 smithi125 bash[25274]: audit 2023-12-09T02:10:03.908124+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:04.398 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:04 smithi125 bash[25274]: audit 2023-12-09T02:10:03.916611+0000 mon.a (mon.0) 174 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:04.398 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:04 smithi125 bash[25274]: audit 2023-12-09T02:10:03.996812+0000 mon.a (mon.0) 175 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:04.398 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:04 smithi125 bash[25274]: audit 2023-12-09T02:10:03.998960+0000 mon.a (mon.0) 176 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:04.398 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:04 smithi125 bash[25274]: audit 2023-12-09T02:10:04.001084+0000 mon.a (mon.0) 177 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:04.398 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:04 smithi125 bash[25274]: audit 2023-12-09T02:10:04.001946+0000 mon.a (mon.0) 178 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:04.398 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:04 smithi125 bash[25274]: audit 2023-12-09T02:10:04.010304+0000 mon.a (mon.0) 179 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:04.398 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:04 smithi125 bash[25274]: audit 2023-12-09T02:10:04.035834+0000 mon.a (mon.0) 180 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:04.398 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:04 smithi125 bash[25274]: audit 2023-12-09T02:10:04.093609+0000 mon.a (mon.0) 181 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:04.398 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:04 smithi125 bash[25274]: audit 2023-12-09T02:10:04.095803+0000 mon.a (mon.0) 182 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:04.398 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:04 smithi125 bash[25274]: audit 2023-12-09T02:10:04.099463+0000 mon.a (mon.0) 183 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:04.398 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:04 smithi125 bash[25274]: audit 2023-12-09T02:10:04.100332+0000 mon.a (mon.0) 184 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:04.398 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:04 smithi125 bash[25274]: audit 2023-12-09T02:10:04.109729+0000 mon.a (mon.0) 185 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:04.469 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:04 smithi067 bash[79370]: cephadm 2023-12-09T02:10:02.677656+0000 mgr.y (mgr.25480) 23 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:04.469 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:04 smithi067 bash[79370]: cephadm 2023-12-09T02:10:02.771364+0000 mgr.y (mgr.25480) 24 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:04.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:04 smithi067 bash[79370]: cephadm 2023-12-09T02:10:02.866996+0000 mgr.y (mgr.25480) 25 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:04.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:04 smithi067 bash[79370]: cephadm 2023-12-09T02:10:02.961353+0000 mgr.y (mgr.25480) 26 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:04.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:04 smithi067 bash[79370]: cephadm 2023-12-09T02:10:03.053540+0000 mgr.y (mgr.25480) 27 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:04.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:04 smithi067 bash[79370]: cephadm 2023-12-09T02:10:03.126623+0000 mgr.y (mgr.25480) 28 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:04.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:04 smithi067 bash[79370]: audit 2023-12-09T02:10:03.210011+0000 mon.a (mon.0) 130 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:04.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:04 smithi067 bash[79370]: audit 2023-12-09T02:10:03.212544+0000 mon.a (mon.0) 131 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:04.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:04 smithi067 bash[79370]: audit 2023-12-09T02:10:03.215300+0000 mon.a (mon.0) 132 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:04.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:04 smithi067 bash[79370]: audit 2023-12-09T02:10:03.216303+0000 mon.a (mon.0) 133 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:04.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:04 smithi067 bash[79370]: audit 2023-12-09T02:10:03.222756+0000 mon.a (mon.0) 134 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:04.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:04 smithi067 bash[79370]: cephadm 2023-12-09T02:10:03.223849+0000 mgr.y (mgr.25480) 29 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:04.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:04 smithi067 bash[79370]: audit 2023-12-09T02:10:03.300237+0000 mon.a (mon.0) 135 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:04.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:04 smithi067 bash[79370]: audit 2023-12-09T02:10:03.301901+0000 mon.a (mon.0) 136 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:04.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:04 smithi067 bash[79370]: audit 2023-12-09T02:10:03.303854+0000 mon.a (mon.0) 137 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:04.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:04 smithi067 bash[79370]: audit 2023-12-09T02:10:03.304579+0000 mon.a (mon.0) 138 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:04.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:04 smithi067 bash[79370]: audit 2023-12-09T02:10:03.310596+0000 mon.a (mon.0) 139 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:04.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:04 smithi067 bash[79370]: cephadm 2023-12-09T02:10:03.311187+0000 mgr.y (mgr.25480) 30 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:04.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:04 smithi067 bash[79370]: audit 2023-12-09T02:10:03.389632+0000 mon.a (mon.0) 140 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:04.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:04 smithi067 bash[79370]: audit 2023-12-09T02:10:03.391479+0000 mon.a (mon.0) 141 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:04.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:04 smithi067 bash[30830]: cephadm 2023-12-09T02:10:02.677656+0000 mgr.y (mgr.25480) 23 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:04.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:04 smithi067 bash[30830]: cephadm 2023-12-09T02:10:02.771364+0000 mgr.y (mgr.25480) 24 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:04.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:04 smithi067 bash[30830]: cephadm 2023-12-09T02:10:02.866996+0000 mgr.y (mgr.25480) 25 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:04.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:04 smithi067 bash[30830]: cephadm 2023-12-09T02:10:02.961353+0000 mgr.y (mgr.25480) 26 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:04.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:04 smithi067 bash[30830]: cephadm 2023-12-09T02:10:03.053540+0000 mgr.y (mgr.25480) 27 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:04.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:04 smithi067 bash[30830]: cephadm 2023-12-09T02:10:03.126623+0000 mgr.y (mgr.25480) 28 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:04.472 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:04 smithi067 bash[30830]: audit 2023-12-09T02:10:03.210011+0000 mon.a (mon.0) 130 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:04.472 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:04 smithi067 bash[30830]: audit 2023-12-09T02:10:03.212544+0000 mon.a (mon.0) 131 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:04.472 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:04 smithi067 bash[30830]: audit 2023-12-09T02:10:03.215300+0000 mon.a (mon.0) 132 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:04.472 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:04 smithi067 bash[30830]: audit 2023-12-09T02:10:03.216303+0000 mon.a (mon.0) 133 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:04.472 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:04 smithi067 bash[30830]: audit 2023-12-09T02:10:03.222756+0000 mon.a (mon.0) 134 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:04.472 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:04 smithi067 bash[30830]: cephadm 2023-12-09T02:10:03.223849+0000 mgr.y (mgr.25480) 29 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:04.472 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:04 smithi067 bash[30830]: audit 2023-12-09T02:10:03.300237+0000 mon.a (mon.0) 135 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:04.472 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:04 smithi067 bash[30830]: audit 2023-12-09T02:10:03.301901+0000 mon.a (mon.0) 136 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:04.472 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:04 smithi067 bash[30830]: audit 2023-12-09T02:10:03.303854+0000 mon.a (mon.0) 137 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:04.472 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:04 smithi067 bash[30830]: audit 2023-12-09T02:10:03.304579+0000 mon.a (mon.0) 138 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:04.472 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:04 smithi067 bash[30830]: audit 2023-12-09T02:10:03.310596+0000 mon.a (mon.0) 139 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:04.472 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:04 smithi067 bash[30830]: cephadm 2023-12-09T02:10:03.311187+0000 mgr.y (mgr.25480) 30 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:04.472 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:04 smithi067 bash[30830]: audit 2023-12-09T02:10:03.389632+0000 mon.a (mon.0) 140 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:04.472 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:04 smithi067 bash[30830]: audit 2023-12-09T02:10:03.391479+0000 mon.a (mon.0) 141 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:04.473 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:04 smithi067 bash[79370]: audit 2023-12-09T02:10:03.393514+0000 mon.a (mon.0) 142 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:04.473 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:04 smithi067 bash[79370]: audit 2023-12-09T02:10:03.394250+0000 mon.a (mon.0) 143 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:04.473 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:04 smithi067 bash[79370]: audit 2023-12-09T02:10:03.400349+0000 mon.a (mon.0) 144 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:04.473 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:04 smithi067 bash[79370]: cephadm 2023-12-09T02:10:03.400857+0000 mgr.y (mgr.25480) 31 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:04.473 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:04 smithi067 bash[79370]: audit 2023-12-09T02:10:03.466152+0000 mon.a (mon.0) 145 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:04.473 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:04 smithi067 bash[79370]: audit 2023-12-09T02:10:03.467846+0000 mon.a (mon.0) 146 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:04.473 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:04 smithi067 bash[79370]: audit 2023-12-09T02:10:03.469968+0000 mon.a (mon.0) 147 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:04.473 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:04 smithi067 bash[79370]: audit 2023-12-09T02:10:03.471139+0000 mon.a (mon.0) 148 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:04.473 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:04 smithi067 bash[79370]: audit 2023-12-09T02:10:03.476787+0000 mon.a (mon.0) 149 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:04.473 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:04 smithi067 bash[79370]: cephadm 2023-12-09T02:10:03.477323+0000 mgr.y (mgr.25480) 32 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:04.473 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:04 smithi067 bash[79370]: cluster 2023-12-09T02:10:03.522804+0000 mgr.y (mgr.25480) 33 : cluster 0 pgmap v6: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:10:04.473 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:04 smithi067 bash[79370]: audit 2023-12-09T02:10:03.539196+0000 mon.a (mon.0) 150 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:04.473 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:04 smithi067 bash[79370]: audit 2023-12-09T02:10:03.541344+0000 mon.a (mon.0) 151 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:04.474 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:04 smithi067 bash[79370]: audit 2023-12-09T02:10:03.544446+0000 mon.a (mon.0) 152 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:04.474 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:04 smithi067 bash[79370]: audit 2023-12-09T02:10:03.545244+0000 mon.a (mon.0) 153 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:04.474 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:04 smithi067 bash[79370]: audit 2023-12-09T02:10:03.554768+0000 mon.a (mon.0) 154 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:04.474 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:04 smithi067 bash[79370]: cephadm 2023-12-09T02:10:03.555577+0000 mgr.y (mgr.25480) 34 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:04.474 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:04 smithi067 bash[79370]: audit 2023-12-09T02:10:03.620979+0000 mon.a (mon.0) 155 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:04.474 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:04 smithi067 bash[79370]: audit 2023-12-09T02:10:03.622755+0000 mon.a (mon.0) 156 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:04.474 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:04 smithi067 bash[79370]: audit 2023-12-09T02:10:03.624978+0000 mon.a (mon.0) 157 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:04.474 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:04 smithi067 bash[79370]: audit 2023-12-09T02:10:03.625856+0000 mon.a (mon.0) 158 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:04.474 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:04 smithi067 bash[30830]: audit 2023-12-09T02:10:03.393514+0000 mon.a (mon.0) 142 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:04.474 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:04 smithi067 bash[30830]: audit 2023-12-09T02:10:03.394250+0000 mon.a (mon.0) 143 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:04.474 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:04 smithi067 bash[30830]: audit 2023-12-09T02:10:03.400349+0000 mon.a (mon.0) 144 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:04.475 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:04 smithi067 bash[30830]: cephadm 2023-12-09T02:10:03.400857+0000 mgr.y (mgr.25480) 31 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:04.475 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:04 smithi067 bash[30830]: audit 2023-12-09T02:10:03.466152+0000 mon.a (mon.0) 145 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:04.475 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:04 smithi067 bash[30830]: audit 2023-12-09T02:10:03.467846+0000 mon.a (mon.0) 146 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:04.475 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:04 smithi067 bash[30830]: audit 2023-12-09T02:10:03.469968+0000 mon.a (mon.0) 147 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:04.475 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:04 smithi067 bash[30830]: audit 2023-12-09T02:10:03.471139+0000 mon.a (mon.0) 148 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:04.475 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:04 smithi067 bash[30830]: audit 2023-12-09T02:10:03.476787+0000 mon.a (mon.0) 149 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:04.475 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:04 smithi067 bash[30830]: cephadm 2023-12-09T02:10:03.477323+0000 mgr.y (mgr.25480) 32 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:04.475 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:04 smithi067 bash[30830]: cluster 2023-12-09T02:10:03.522804+0000 mgr.y (mgr.25480) 33 : cluster [DBG] pgmap v6: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:10:04.475 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:04 smithi067 bash[30830]: audit 2023-12-09T02:10:03.539196+0000 mon.a (mon.0) 150 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:04.475 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:04 smithi067 bash[30830]: audit 2023-12-09T02:10:03.541344+0000 mon.a (mon.0) 151 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:04.475 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:04 smithi067 bash[30830]: audit 2023-12-09T02:10:03.544446+0000 mon.a (mon.0) 152 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:04.475 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:04 smithi067 bash[30830]: audit 2023-12-09T02:10:03.545244+0000 mon.a (mon.0) 153 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:04.475 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:04 smithi067 bash[30830]: audit 2023-12-09T02:10:03.554768+0000 mon.a (mon.0) 154 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:04.475 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:04 smithi067 bash[30830]: cephadm 2023-12-09T02:10:03.555577+0000 mgr.y (mgr.25480) 34 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:04.475 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:04 smithi067 bash[30830]: audit 2023-12-09T02:10:03.620979+0000 mon.a (mon.0) 155 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:04.476 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:04 smithi067 bash[30830]: audit 2023-12-09T02:10:03.622755+0000 mon.a (mon.0) 156 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:04.476 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:04 smithi067 bash[30830]: audit 2023-12-09T02:10:03.624978+0000 mon.a (mon.0) 157 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:04.476 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:04 smithi067 bash[79370]: audit 2023-12-09T02:10:03.634046+0000 mon.a (mon.0) 159 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:04.476 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:04 smithi067 bash[79370]: cephadm 2023-12-09T02:10:03.634709+0000 mgr.y (mgr.25480) 35 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:04.476 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:04 smithi067 bash[79370]: audit 2023-12-09T02:10:03.712517+0000 mon.a (mon.0) 160 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:04.476 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:04 smithi067 bash[79370]: audit 2023-12-09T02:10:03.714708+0000 mon.a (mon.0) 161 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:04.476 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:04 smithi067 bash[79370]: audit 2023-12-09T02:10:03.717259+0000 mon.a (mon.0) 162 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:04.476 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:04 smithi067 bash[79370]: audit 2023-12-09T02:10:03.721539+0000 mon.a (mon.0) 163 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:04.476 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:04 smithi067 bash[79370]: audit 2023-12-09T02:10:03.729981+0000 mon.a (mon.0) 164 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:04.477 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:04 smithi067 bash[79370]: audit 2023-12-09T02:10:03.793447+0000 mon.a (mon.0) 165 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:04.477 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:04 smithi067 bash[79370]: audit 2023-12-09T02:10:03.795887+0000 mon.a (mon.0) 166 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:04.477 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:04 smithi067 bash[79370]: audit 2023-12-09T02:10:03.798623+0000 mon.a (mon.0) 167 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:04.477 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:04 smithi067 bash[79370]: audit 2023-12-09T02:10:03.799597+0000 mon.a (mon.0) 168 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:04.477 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:04 smithi067 bash[79370]: audit 2023-12-09T02:10:03.808463+0000 mon.a (mon.0) 169 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:04.477 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:04 smithi067 bash[79370]: audit 2023-12-09T02:10:03.902875+0000 mon.a (mon.0) 170 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:04.477 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:04 smithi067 bash[79370]: audit 2023-12-09T02:10:03.905055+0000 mon.a (mon.0) 171 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:04.477 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:04 smithi067 bash[79370]: audit 2023-12-09T02:10:03.907299+0000 mon.a (mon.0) 172 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:04.477 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:04 smithi067 bash[79370]: audit 2023-12-09T02:10:03.908124+0000 mon.a (mon.0) 173 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:04.477 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:04 smithi067 bash[79370]: audit 2023-12-09T02:10:03.916611+0000 mon.a (mon.0) 174 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:04.477 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:04 smithi067 bash[79370]: audit 2023-12-09T02:10:03.996812+0000 mon.a (mon.0) 175 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:04.477 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:04 smithi067 bash[79370]: audit 2023-12-09T02:10:03.998960+0000 mon.a (mon.0) 176 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:04.477 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:04 smithi067 bash[79370]: audit 2023-12-09T02:10:04.001084+0000 mon.a (mon.0) 177 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:04.477 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:04 smithi067 bash[79370]: audit 2023-12-09T02:10:04.001946+0000 mon.a (mon.0) 178 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:04.477 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:04 smithi067 bash[79370]: audit 2023-12-09T02:10:04.010304+0000 mon.a (mon.0) 179 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:04.478 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:04 smithi067 bash[79370]: audit 2023-12-09T02:10:04.035834+0000 mon.a (mon.0) 180 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:04.478 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:04 smithi067 bash[79370]: audit 2023-12-09T02:10:04.093609+0000 mon.a (mon.0) 181 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:04.478 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:04 smithi067 bash[79370]: audit 2023-12-09T02:10:04.095803+0000 mon.a (mon.0) 182 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:04.478 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:04 smithi067 bash[79370]: audit 2023-12-09T02:10:04.099463+0000 mon.a (mon.0) 183 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:04.478 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:04 smithi067 bash[79370]: audit 2023-12-09T02:10:04.100332+0000 mon.a (mon.0) 184 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:04.478 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:04 smithi067 bash[79370]: audit 2023-12-09T02:10:04.109729+0000 mon.a (mon.0) 185 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:04.478 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:04 smithi067 bash[30830]: audit 2023-12-09T02:10:03.625856+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:04.479 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:04 smithi067 bash[30830]: audit 2023-12-09T02:10:03.634046+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:04.479 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:04 smithi067 bash[30830]: cephadm 2023-12-09T02:10:03.634709+0000 mgr.y (mgr.25480) 35 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:04.479 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:04 smithi067 bash[30830]: audit 2023-12-09T02:10:03.712517+0000 mon.a (mon.0) 160 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:04.479 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:04 smithi067 bash[30830]: audit 2023-12-09T02:10:03.714708+0000 mon.a (mon.0) 161 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:04.479 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:04 smithi067 bash[30830]: audit 2023-12-09T02:10:03.717259+0000 mon.a (mon.0) 162 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:04.479 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:04 smithi067 bash[30830]: audit 2023-12-09T02:10:03.721539+0000 mon.a (mon.0) 163 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:04.479 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:04 smithi067 bash[30830]: audit 2023-12-09T02:10:03.729981+0000 mon.a (mon.0) 164 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:04.479 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:04 smithi067 bash[30830]: audit 2023-12-09T02:10:03.793447+0000 mon.a (mon.0) 165 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:04.479 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:04 smithi067 bash[30830]: audit 2023-12-09T02:10:03.795887+0000 mon.a (mon.0) 166 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:04.479 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:04 smithi067 bash[30830]: audit 2023-12-09T02:10:03.798623+0000 mon.a (mon.0) 167 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:04.479 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:04 smithi067 bash[30830]: audit 2023-12-09T02:10:03.799597+0000 mon.a (mon.0) 168 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:04.479 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:04 smithi067 bash[30830]: audit 2023-12-09T02:10:03.808463+0000 mon.a (mon.0) 169 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:04.479 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:04 smithi067 bash[30830]: audit 2023-12-09T02:10:03.902875+0000 mon.a (mon.0) 170 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:04.479 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:04 smithi067 bash[30830]: audit 2023-12-09T02:10:03.905055+0000 mon.a (mon.0) 171 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:04.479 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:04 smithi067 bash[30830]: audit 2023-12-09T02:10:03.907299+0000 mon.a (mon.0) 172 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:04.480 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:04 smithi067 bash[30830]: audit 2023-12-09T02:10:03.908124+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:04.480 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:04 smithi067 bash[30830]: audit 2023-12-09T02:10:03.916611+0000 mon.a (mon.0) 174 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:04.480 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:04 smithi067 bash[30830]: audit 2023-12-09T02:10:03.996812+0000 mon.a (mon.0) 175 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:04.480 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:04 smithi067 bash[30830]: audit 2023-12-09T02:10:03.998960+0000 mon.a (mon.0) 176 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:04.480 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:04 smithi067 bash[30830]: audit 2023-12-09T02:10:04.001084+0000 mon.a (mon.0) 177 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:04.480 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:04 smithi067 bash[30830]: audit 2023-12-09T02:10:04.001946+0000 mon.a (mon.0) 178 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:04.480 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:04 smithi067 bash[30830]: audit 2023-12-09T02:10:04.010304+0000 mon.a (mon.0) 179 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:04.480 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:04 smithi067 bash[30830]: audit 2023-12-09T02:10:04.035834+0000 mon.a (mon.0) 180 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:04.480 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:04 smithi067 bash[30830]: audit 2023-12-09T02:10:04.093609+0000 mon.a (mon.0) 181 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:04.480 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:04 smithi067 bash[30830]: audit 2023-12-09T02:10:04.095803+0000 mon.a (mon.0) 182 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:04.480 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:04 smithi067 bash[30830]: audit 2023-12-09T02:10:04.099463+0000 mon.a (mon.0) 183 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:04.480 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:04 smithi067 bash[30830]: audit 2023-12-09T02:10:04.100332+0000 mon.a (mon.0) 184 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:04.480 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:04 smithi067 bash[30830]: audit 2023-12-09T02:10:04.109729+0000 mon.a (mon.0) 185 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:05.469 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:05 smithi067 bash[30830]: cephadm 2023-12-09T02:10:03.731342+0000 mgr.y (mgr.25480) 36 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:05.469 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:05 smithi067 bash[30830]: cephadm 2023-12-09T02:10:03.809118+0000 mgr.y (mgr.25480) 37 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:05.470 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:05 smithi067 bash[30830]: cephadm 2023-12-09T02:10:03.917185+0000 mgr.y (mgr.25480) 38 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:05.470 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:05 smithi067 bash[30830]: cephadm 2023-12-09T02:10:04.011215+0000 mgr.y (mgr.25480) 39 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:05.470 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:05 smithi067 bash[30830]: cephadm 2023-12-09T02:10:04.110408+0000 mgr.y (mgr.25480) 40 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:05.470 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:05 smithi067 bash[30830]: audit 2023-12-09T02:10:04.194991+0000 mon.a (mon.0) 186 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:05.470 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:05 smithi067 bash[30830]: audit 2023-12-09T02:10:04.197123+0000 mon.a (mon.0) 187 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:05.470 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:05 smithi067 bash[30830]: audit 2023-12-09T02:10:04.199149+0000 mon.a (mon.0) 188 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:05.470 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:05 smithi067 bash[30830]: audit 2023-12-09T02:10:04.199865+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:05.470 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:05 smithi067 bash[30830]: audit 2023-12-09T02:10:04.205578+0000 mon.a (mon.0) 190 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:05.470 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:05 smithi067 bash[30830]: cephadm 2023-12-09T02:10:04.206060+0000 mgr.y (mgr.25480) 41 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:05.470 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:05 smithi067 bash[30830]: audit 2023-12-09T02:10:04.268870+0000 mon.a (mon.0) 191 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:05.470 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:05 smithi067 bash[30830]: audit 2023-12-09T02:10:04.270760+0000 mon.a (mon.0) 192 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:05.470 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:05 smithi067 bash[30830]: audit 2023-12-09T02:10:04.273225+0000 mon.a (mon.0) 193 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:05.470 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:05 smithi067 bash[30830]: audit 2023-12-09T02:10:04.274085+0000 mon.a (mon.0) 194 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:05.470 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:05 smithi067 bash[30830]: audit 2023-12-09T02:10:04.282355+0000 mon.a (mon.0) 195 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:05.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:05 smithi067 bash[30830]: cephadm 2023-12-09T02:10:04.283267+0000 mgr.y (mgr.25480) 42 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:05.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:05 smithi067 bash[30830]: audit 2023-12-09T02:10:04.344666+0000 mon.a (mon.0) 196 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:05.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:05 smithi067 bash[30830]: audit 2023-12-09T02:10:04.347157+0000 mon.a (mon.0) 197 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:05.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:05 smithi067 bash[30830]: audit 2023-12-09T02:10:04.350183+0000 mon.a (mon.0) 198 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:05.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:05 smithi067 bash[79370]: cephadm 2023-12-09T02:10:03.731342+0000 mgr.y (mgr.25480) 36 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:05.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:05 smithi067 bash[79370]: cephadm 2023-12-09T02:10:03.809118+0000 mgr.y (mgr.25480) 37 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:05.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:05 smithi067 bash[79370]: cephadm 2023-12-09T02:10:03.917185+0000 mgr.y (mgr.25480) 38 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:05.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:05 smithi067 bash[79370]: cephadm 2023-12-09T02:10:04.011215+0000 mgr.y (mgr.25480) 39 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:05.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:05 smithi067 bash[79370]: cephadm 2023-12-09T02:10:04.110408+0000 mgr.y (mgr.25480) 40 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:05.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:05 smithi067 bash[79370]: audit 2023-12-09T02:10:04.194991+0000 mon.a (mon.0) 186 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:05.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:05 smithi067 bash[79370]: audit 2023-12-09T02:10:04.197123+0000 mon.a (mon.0) 187 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:05.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:05 smithi067 bash[79370]: audit 2023-12-09T02:10:04.199149+0000 mon.a (mon.0) 188 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:05.472 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:05 smithi067 bash[79370]: audit 2023-12-09T02:10:04.199865+0000 mon.a (mon.0) 189 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:05.472 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:05 smithi067 bash[79370]: audit 2023-12-09T02:10:04.205578+0000 mon.a (mon.0) 190 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:05.472 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:05 smithi067 bash[79370]: cephadm 2023-12-09T02:10:04.206060+0000 mgr.y (mgr.25480) 41 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:05.472 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:05 smithi067 bash[79370]: audit 2023-12-09T02:10:04.268870+0000 mon.a (mon.0) 191 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:05.472 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:05 smithi067 bash[79370]: audit 2023-12-09T02:10:04.270760+0000 mon.a (mon.0) 192 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:05.472 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:05 smithi067 bash[79370]: audit 2023-12-09T02:10:04.273225+0000 mon.a (mon.0) 193 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:05.472 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:05 smithi067 bash[79370]: audit 2023-12-09T02:10:04.274085+0000 mon.a (mon.0) 194 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:05.472 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:05 smithi067 bash[79370]: audit 2023-12-09T02:10:04.282355+0000 mon.a (mon.0) 195 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:05.472 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:05 smithi067 bash[79370]: cephadm 2023-12-09T02:10:04.283267+0000 mgr.y (mgr.25480) 42 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:05.472 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:05 smithi067 bash[79370]: audit 2023-12-09T02:10:04.344666+0000 mon.a (mon.0) 196 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:05.472 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:05 smithi067 bash[79370]: audit 2023-12-09T02:10:04.347157+0000 mon.a (mon.0) 197 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:05.472 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:05 smithi067 bash[79370]: audit 2023-12-09T02:10:04.350183+0000 mon.a (mon.0) 198 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:05.473 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:05 smithi067 bash[30830]: audit 2023-12-09T02:10:04.351426+0000 mon.a (mon.0) 199 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:05.473 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:05 smithi067 bash[30830]: audit 2023-12-09T02:10:04.360907+0000 mon.a (mon.0) 200 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:05.473 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:05 smithi067 bash[30830]: cephadm 2023-12-09T02:10:04.361584+0000 mgr.y (mgr.25480) 43 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:05.473 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:05 smithi067 bash[30830]: audit 2023-12-09T02:10:04.439194+0000 mon.a (mon.0) 201 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:05.473 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:05 smithi067 bash[30830]: audit 2023-12-09T02:10:04.441746+0000 mon.a (mon.0) 202 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:05.473 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:05 smithi067 bash[30830]: audit 2023-12-09T02:10:04.445061+0000 mon.a (mon.0) 203 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:05.473 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:05 smithi067 bash[30830]: audit 2023-12-09T02:10:04.446316+0000 mon.a (mon.0) 204 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:05.473 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:05 smithi067 bash[30830]: audit 2023-12-09T02:10:04.455288+0000 mon.a (mon.0) 205 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:05.473 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:05 smithi067 bash[30830]: cephadm 2023-12-09T02:10:04.456009+0000 mgr.y (mgr.25480) 44 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:05.473 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:05 smithi067 bash[30830]: audit 2023-12-09T02:10:04.533031+0000 mon.a (mon.0) 206 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:05.473 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:05 smithi067 bash[30830]: audit 2023-12-09T02:10:04.536453+0000 mon.a (mon.0) 207 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:05.473 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:05 smithi067 bash[30830]: audit 2023-12-09T02:10:04.539692+0000 mon.a (mon.0) 208 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:05.473 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:05 smithi067 bash[30830]: audit 2023-12-09T02:10:04.540858+0000 mon.a (mon.0) 209 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:05.473 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:05 smithi067 bash[30830]: audit 2023-12-09T02:10:04.547804+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:05.474 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:05 smithi067 bash[30830]: cephadm 2023-12-09T02:10:04.548587+0000 mgr.y (mgr.25480) 45 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:05.474 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:05 smithi067 bash[30830]: audit 2023-12-09T02:10:04.629904+0000 mon.a (mon.0) 211 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:05.474 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:05 smithi067 bash[30830]: audit 2023-12-09T02:10:04.634542+0000 mon.a (mon.0) 212 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:05.474 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:05 smithi067 bash[30830]: audit 2023-12-09T02:10:04.637552+0000 mon.a (mon.0) 213 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:05.474 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:05 smithi067 bash[30830]: audit 2023-12-09T02:10:04.638796+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:05.474 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:05 smithi067 bash[30830]: audit 2023-12-09T02:10:04.645308+0000 mon.a (mon.0) 215 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:05.474 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:05 smithi067 bash[79370]: audit 2023-12-09T02:10:04.351426+0000 mon.a (mon.0) 199 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:05.474 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:05 smithi067 bash[79370]: audit 2023-12-09T02:10:04.360907+0000 mon.a (mon.0) 200 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:05.475 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:05 smithi067 bash[79370]: cephadm 2023-12-09T02:10:04.361584+0000 mgr.y (mgr.25480) 43 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:05.475 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:05 smithi067 bash[79370]: audit 2023-12-09T02:10:04.439194+0000 mon.a (mon.0) 201 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:05.475 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:05 smithi067 bash[79370]: audit 2023-12-09T02:10:04.441746+0000 mon.a (mon.0) 202 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:05.475 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:05 smithi067 bash[79370]: audit 2023-12-09T02:10:04.445061+0000 mon.a (mon.0) 203 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:05.475 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:05 smithi067 bash[79370]: audit 2023-12-09T02:10:04.446316+0000 mon.a (mon.0) 204 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:05.475 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:05 smithi067 bash[79370]: audit 2023-12-09T02:10:04.455288+0000 mon.a (mon.0) 205 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:05.475 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:05 smithi067 bash[79370]: cephadm 2023-12-09T02:10:04.456009+0000 mgr.y (mgr.25480) 44 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:05.475 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:05 smithi067 bash[79370]: audit 2023-12-09T02:10:04.533031+0000 mon.a (mon.0) 206 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:05.475 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:05 smithi067 bash[79370]: audit 2023-12-09T02:10:04.536453+0000 mon.a (mon.0) 207 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:05.475 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:05 smithi067 bash[79370]: audit 2023-12-09T02:10:04.539692+0000 mon.a (mon.0) 208 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:05.475 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:05 smithi067 bash[79370]: audit 2023-12-09T02:10:04.540858+0000 mon.a (mon.0) 209 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:05.475 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:05 smithi067 bash[79370]: audit 2023-12-09T02:10:04.547804+0000 mon.a (mon.0) 210 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:05.475 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:05 smithi067 bash[79370]: cephadm 2023-12-09T02:10:04.548587+0000 mgr.y (mgr.25480) 45 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:05.475 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:05 smithi067 bash[79370]: audit 2023-12-09T02:10:04.629904+0000 mon.a (mon.0) 211 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:05.475 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:05 smithi067 bash[79370]: audit 2023-12-09T02:10:04.634542+0000 mon.a (mon.0) 212 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:05.476 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:05 smithi067 bash[79370]: audit 2023-12-09T02:10:04.637552+0000 mon.a (mon.0) 213 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:05.476 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:05 smithi067 bash[79370]: audit 2023-12-09T02:10:04.638796+0000 mon.a (mon.0) 214 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:05.476 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:05 smithi067 bash[79370]: audit 2023-12-09T02:10:04.645308+0000 mon.a (mon.0) 215 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:05.476 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:05 smithi067 bash[79370]: cephadm 2023-12-09T02:10:04.645969+0000 mgr.y (mgr.25480) 46 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:05.476 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:05 smithi067 bash[79370]: audit 2023-12-09T02:10:04.710241+0000 mon.a (mon.0) 216 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:05.476 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:05 smithi067 bash[79370]: audit 2023-12-09T02:10:04.714756+0000 mon.a (mon.0) 217 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:05.476 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:05 smithi067 bash[79370]: audit 2023-12-09T02:10:04.717820+0000 mon.a (mon.0) 218 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:05.476 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:05 smithi067 bash[79370]: audit 2023-12-09T02:10:04.718705+0000 mon.a (mon.0) 219 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:05.476 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:05 smithi067 bash[79370]: audit 2023-12-09T02:10:04.725378+0000 mon.a (mon.0) 220 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:05.476 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:05 smithi067 bash[79370]: audit 2023-12-09T02:10:04.771778+0000 mon.a (mon.0) 221 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:05.476 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:05 smithi067 bash[79370]: audit 2023-12-09T02:10:04.773925+0000 mon.a (mon.0) 222 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:05.476 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:05 smithi067 bash[79370]: audit 2023-12-09T02:10:04.776623+0000 mon.a (mon.0) 223 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:05.476 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:05 smithi067 bash[79370]: audit 2023-12-09T02:10:04.777669+0000 mon.a (mon.0) 224 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:05.476 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:05 smithi067 bash[79370]: audit 2023-12-09T02:10:04.783786+0000 mon.a (mon.0) 225 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:05.476 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:05 smithi067 bash[79370]: audit 2023-12-09T02:10:04.845665+0000 mon.a (mon.0) 226 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:05.476 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:05 smithi067 bash[79370]: audit 2023-12-09T02:10:04.847749+0000 mon.a (mon.0) 227 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:05.477 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:05 smithi067 bash[79370]: audit 2023-12-09T02:10:04.850018+0000 mon.a (mon.0) 228 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:05.477 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:05 smithi067 bash[79370]: audit 2023-12-09T02:10:04.850916+0000 mon.a (mon.0) 229 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:05.477 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:05 smithi067 bash[79370]: audit 2023-12-09T02:10:04.862689+0000 mon.a (mon.0) 230 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:05.477 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:05 smithi067 bash[79370]: audit 2023-12-09T02:10:04.878554+0000 mon.a (mon.0) 231 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:05.477 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:05 smithi067 bash[79370]: audit 2023-12-09T02:10:04.946520+0000 mon.a (mon.0) 232 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:05.477 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:05 smithi067 bash[79370]: audit 2023-12-09T02:10:04.948664+0000 mon.a (mon.0) 233 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:05.477 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:05 smithi067 bash[79370]: audit 2023-12-09T02:10:04.951476+0000 mon.a (mon.0) 234 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:05.477 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:05 smithi067 bash[30830]: cephadm 2023-12-09T02:10:04.645969+0000 mgr.y (mgr.25480) 46 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:05.477 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:05 smithi067 bash[30830]: audit 2023-12-09T02:10:04.710241+0000 mon.a (mon.0) 216 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:05.477 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:05 smithi067 bash[30830]: audit 2023-12-09T02:10:04.714756+0000 mon.a (mon.0) 217 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:05.477 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:05 smithi067 bash[30830]: audit 2023-12-09T02:10:04.717820+0000 mon.a (mon.0) 218 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:05.477 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:05 smithi067 bash[30830]: audit 2023-12-09T02:10:04.718705+0000 mon.a (mon.0) 219 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:05.478 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:05 smithi067 bash[30830]: audit 2023-12-09T02:10:04.725378+0000 mon.a (mon.0) 220 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:05.478 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:05 smithi067 bash[30830]: audit 2023-12-09T02:10:04.771778+0000 mon.a (mon.0) 221 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:05.478 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:05 smithi067 bash[30830]: audit 2023-12-09T02:10:04.773925+0000 mon.a (mon.0) 222 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:05.478 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:05 smithi067 bash[30830]: audit 2023-12-09T02:10:04.776623+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:05.478 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:05 smithi067 bash[30830]: audit 2023-12-09T02:10:04.777669+0000 mon.a (mon.0) 224 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:05.478 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:05 smithi067 bash[30830]: audit 2023-12-09T02:10:04.783786+0000 mon.a (mon.0) 225 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:05.478 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:05 smithi067 bash[30830]: audit 2023-12-09T02:10:04.845665+0000 mon.a (mon.0) 226 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:05.478 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:05 smithi067 bash[30830]: audit 2023-12-09T02:10:04.847749+0000 mon.a (mon.0) 227 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:05.478 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:05 smithi067 bash[30830]: audit 2023-12-09T02:10:04.850018+0000 mon.a (mon.0) 228 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:05.478 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:05 smithi067 bash[30830]: audit 2023-12-09T02:10:04.850916+0000 mon.a (mon.0) 229 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:05.478 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:05 smithi067 bash[30830]: audit 2023-12-09T02:10:04.862689+0000 mon.a (mon.0) 230 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:05.479 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:05 smithi067 bash[30830]: audit 2023-12-09T02:10:04.878554+0000 mon.a (mon.0) 231 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:05.479 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:05 smithi067 bash[30830]: audit 2023-12-09T02:10:04.946520+0000 mon.a (mon.0) 232 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:05.479 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:05 smithi067 bash[30830]: audit 2023-12-09T02:10:04.948664+0000 mon.a (mon.0) 233 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:05.479 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:05 smithi067 bash[79370]: audit 2023-12-09T02:10:04.952436+0000 mon.a (mon.0) 235 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:05.479 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:05 smithi067 bash[79370]: audit 2023-12-09T02:10:04.959406+0000 mon.a (mon.0) 236 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:05.479 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:05 smithi067 bash[79370]: audit 2023-12-09T02:10:05.041755+0000 mon.a (mon.0) 237 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:05.479 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:05 smithi067 bash[79370]: audit 2023-12-09T02:10:05.043639+0000 mon.a (mon.0) 238 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:05.479 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:05 smithi067 bash[79370]: audit 2023-12-09T02:10:05.046269+0000 mon.a (mon.0) 239 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:05.479 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:05 smithi067 bash[79370]: audit 2023-12-09T02:10:05.047190+0000 mon.a (mon.0) 240 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:05.479 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:05 smithi067 bash[79370]: audit 2023-12-09T02:10:05.053524+0000 mon.a (mon.0) 241 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:05.480 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:05 smithi067 bash[79370]: audit 2023-12-09T02:10:05.134638+0000 mon.a (mon.0) 242 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:05.480 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:05 smithi067 bash[79370]: audit 2023-12-09T02:10:05.137038+0000 mon.a (mon.0) 243 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:05.480 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:05 smithi067 bash[79370]: audit 2023-12-09T02:10:05.140106+0000 mon.a (mon.0) 244 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:05.480 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:05 smithi067 bash[79370]: audit 2023-12-09T02:10:05.141178+0000 mon.a (mon.0) 245 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:05.480 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:05 smithi067 bash[79370]: audit 2023-12-09T02:10:05.148052+0000 mon.a (mon.0) 246 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:05.480 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:05 smithi067 bash[30830]: audit 2023-12-09T02:10:04.951476+0000 mon.a (mon.0) 234 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:05.480 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:05 smithi067 bash[30830]: audit 2023-12-09T02:10:04.952436+0000 mon.a (mon.0) 235 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:05.480 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:05 smithi067 bash[30830]: audit 2023-12-09T02:10:04.959406+0000 mon.a (mon.0) 236 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:05.480 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:05 smithi067 bash[30830]: audit 2023-12-09T02:10:05.041755+0000 mon.a (mon.0) 237 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:05.481 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:05 smithi067 bash[30830]: audit 2023-12-09T02:10:05.043639+0000 mon.a (mon.0) 238 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:05.481 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:05 smithi067 bash[30830]: audit 2023-12-09T02:10:05.046269+0000 mon.a (mon.0) 239 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:05.481 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:05 smithi067 bash[30830]: audit 2023-12-09T02:10:05.047190+0000 mon.a (mon.0) 240 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:05.481 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:05 smithi067 bash[30830]: audit 2023-12-09T02:10:05.053524+0000 mon.a (mon.0) 241 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:05.481 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:05 smithi067 bash[30830]: audit 2023-12-09T02:10:05.134638+0000 mon.a (mon.0) 242 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:05.481 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:05 smithi067 bash[30830]: audit 2023-12-09T02:10:05.137038+0000 mon.a (mon.0) 243 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:05.481 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:05 smithi067 bash[30830]: audit 2023-12-09T02:10:05.140106+0000 mon.a (mon.0) 244 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:05.481 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:05 smithi067 bash[30830]: audit 2023-12-09T02:10:05.141178+0000 mon.a (mon.0) 245 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:05.481 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:05 smithi067 bash[30830]: audit 2023-12-09T02:10:05.148052+0000 mon.a (mon.0) 246 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:05.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:05 smithi125 bash[25274]: cephadm 2023-12-09T02:10:03.731342+0000 mgr.y (mgr.25480) 36 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:05.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:05 smithi125 bash[25274]: cephadm 2023-12-09T02:10:03.809118+0000 mgr.y (mgr.25480) 37 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:05.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:05 smithi125 bash[25274]: cephadm 2023-12-09T02:10:03.917185+0000 mgr.y (mgr.25480) 38 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:05.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:05 smithi125 bash[25274]: cephadm 2023-12-09T02:10:04.011215+0000 mgr.y (mgr.25480) 39 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:05.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:05 smithi125 bash[25274]: cephadm 2023-12-09T02:10:04.110408+0000 mgr.y (mgr.25480) 40 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:05.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:05 smithi125 bash[25274]: audit 2023-12-09T02:10:04.194991+0000 mon.a (mon.0) 186 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:05.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:05 smithi125 bash[25274]: audit 2023-12-09T02:10:04.197123+0000 mon.a (mon.0) 187 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:05.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:05 smithi125 bash[25274]: audit 2023-12-09T02:10:04.199149+0000 mon.a (mon.0) 188 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:05.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:05 smithi125 bash[25274]: audit 2023-12-09T02:10:04.199865+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:05.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:05 smithi125 bash[25274]: audit 2023-12-09T02:10:04.205578+0000 mon.a (mon.0) 190 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:05.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:05 smithi125 bash[25274]: cephadm 2023-12-09T02:10:04.206060+0000 mgr.y (mgr.25480) 41 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:05.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:05 smithi125 bash[25274]: audit 2023-12-09T02:10:04.268870+0000 mon.a (mon.0) 191 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:05.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:05 smithi125 bash[25274]: audit 2023-12-09T02:10:04.270760+0000 mon.a (mon.0) 192 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:05.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:05 smithi125 bash[25274]: audit 2023-12-09T02:10:04.273225+0000 mon.a (mon.0) 193 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:05.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:05 smithi125 bash[25274]: audit 2023-12-09T02:10:04.274085+0000 mon.a (mon.0) 194 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:05.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:05 smithi125 bash[25274]: audit 2023-12-09T02:10:04.282355+0000 mon.a (mon.0) 195 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:05.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:05 smithi125 bash[25274]: cephadm 2023-12-09T02:10:04.283267+0000 mgr.y (mgr.25480) 42 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:05.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:05 smithi125 bash[25274]: audit 2023-12-09T02:10:04.344666+0000 mon.a (mon.0) 196 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:05.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:05 smithi125 bash[25274]: audit 2023-12-09T02:10:04.347157+0000 mon.a (mon.0) 197 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:05.485 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:05 smithi125 bash[25274]: audit 2023-12-09T02:10:04.350183+0000 mon.a (mon.0) 198 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:05.485 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:05 smithi125 bash[25274]: audit 2023-12-09T02:10:04.351426+0000 mon.a (mon.0) 199 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:05.485 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:05 smithi125 bash[25274]: audit 2023-12-09T02:10:04.360907+0000 mon.a (mon.0) 200 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:05.485 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:05 smithi125 bash[25274]: cephadm 2023-12-09T02:10:04.361584+0000 mgr.y (mgr.25480) 43 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:05.485 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:05 smithi125 bash[25274]: audit 2023-12-09T02:10:04.439194+0000 mon.a (mon.0) 201 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:05.485 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:05 smithi125 bash[25274]: audit 2023-12-09T02:10:04.441746+0000 mon.a (mon.0) 202 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:05.485 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:05 smithi125 bash[25274]: audit 2023-12-09T02:10:04.445061+0000 mon.a (mon.0) 203 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:05.486 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:05 smithi125 bash[25274]: audit 2023-12-09T02:10:04.446316+0000 mon.a (mon.0) 204 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:05.486 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:05 smithi125 bash[25274]: audit 2023-12-09T02:10:04.455288+0000 mon.a (mon.0) 205 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:05.486 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:05 smithi125 bash[25274]: cephadm 2023-12-09T02:10:04.456009+0000 mgr.y (mgr.25480) 44 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:05.486 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:05 smithi125 bash[25274]: audit 2023-12-09T02:10:04.533031+0000 mon.a (mon.0) 206 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:05.486 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:05 smithi125 bash[25274]: audit 2023-12-09T02:10:04.536453+0000 mon.a (mon.0) 207 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:05.486 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:05 smithi125 bash[25274]: audit 2023-12-09T02:10:04.539692+0000 mon.a (mon.0) 208 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:05.487 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:05 smithi125 bash[25274]: audit 2023-12-09T02:10:04.540858+0000 mon.a (mon.0) 209 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:05.487 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:05 smithi125 bash[25274]: audit 2023-12-09T02:10:04.547804+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:05.487 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:05 smithi125 bash[25274]: cephadm 2023-12-09T02:10:04.548587+0000 mgr.y (mgr.25480) 45 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:05.487 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:05 smithi125 bash[25274]: audit 2023-12-09T02:10:04.629904+0000 mon.a (mon.0) 211 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:05.487 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:05 smithi125 bash[25274]: audit 2023-12-09T02:10:04.634542+0000 mon.a (mon.0) 212 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:05.487 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:05 smithi125 bash[25274]: audit 2023-12-09T02:10:04.637552+0000 mon.a (mon.0) 213 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:05.487 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:05 smithi125 bash[25274]: audit 2023-12-09T02:10:04.638796+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:05.488 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:05 smithi125 bash[25274]: audit 2023-12-09T02:10:04.645308+0000 mon.a (mon.0) 215 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:05.488 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:05 smithi125 bash[25274]: cephadm 2023-12-09T02:10:04.645969+0000 mgr.y (mgr.25480) 46 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:05.488 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:05 smithi125 bash[25274]: audit 2023-12-09T02:10:04.710241+0000 mon.a (mon.0) 216 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:05.488 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:05 smithi125 bash[25274]: audit 2023-12-09T02:10:04.714756+0000 mon.a (mon.0) 217 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:05.488 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:05 smithi125 bash[25274]: audit 2023-12-09T02:10:04.717820+0000 mon.a (mon.0) 218 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:05.488 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:05 smithi125 bash[25274]: audit 2023-12-09T02:10:04.718705+0000 mon.a (mon.0) 219 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:05.489 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:05 smithi125 bash[25274]: audit 2023-12-09T02:10:04.725378+0000 mon.a (mon.0) 220 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:05.489 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:05 smithi125 bash[25274]: audit 2023-12-09T02:10:04.771778+0000 mon.a (mon.0) 221 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:05.489 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:05 smithi125 bash[25274]: audit 2023-12-09T02:10:04.773925+0000 mon.a (mon.0) 222 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:05.489 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:05 smithi125 bash[25274]: audit 2023-12-09T02:10:04.776623+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:05.489 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:05 smithi125 bash[25274]: audit 2023-12-09T02:10:04.777669+0000 mon.a (mon.0) 224 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:05.489 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:05 smithi125 bash[25274]: audit 2023-12-09T02:10:04.783786+0000 mon.a (mon.0) 225 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:05.489 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:05 smithi125 bash[25274]: audit 2023-12-09T02:10:04.845665+0000 mon.a (mon.0) 226 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:05.490 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:05 smithi125 bash[25274]: audit 2023-12-09T02:10:04.847749+0000 mon.a (mon.0) 227 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:05.490 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:05 smithi125 bash[25274]: audit 2023-12-09T02:10:04.850018+0000 mon.a (mon.0) 228 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:05.490 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:05 smithi125 bash[25274]: audit 2023-12-09T02:10:04.850916+0000 mon.a (mon.0) 229 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:05.490 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:05 smithi125 bash[25274]: audit 2023-12-09T02:10:04.862689+0000 mon.a (mon.0) 230 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:05.490 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:05 smithi125 bash[25274]: audit 2023-12-09T02:10:04.878554+0000 mon.a (mon.0) 231 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:05.490 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:05 smithi125 bash[25274]: audit 2023-12-09T02:10:04.946520+0000 mon.a (mon.0) 232 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:05.490 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:05 smithi125 bash[25274]: audit 2023-12-09T02:10:04.948664+0000 mon.a (mon.0) 233 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:05.491 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:05 smithi125 bash[25274]: audit 2023-12-09T02:10:04.951476+0000 mon.a (mon.0) 234 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:05.491 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:05 smithi125 bash[25274]: audit 2023-12-09T02:10:04.952436+0000 mon.a (mon.0) 235 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:05.491 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:05 smithi125 bash[25274]: audit 2023-12-09T02:10:04.959406+0000 mon.a (mon.0) 236 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:05.491 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:05 smithi125 bash[25274]: audit 2023-12-09T02:10:05.041755+0000 mon.a (mon.0) 237 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:05.491 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:05 smithi125 bash[25274]: audit 2023-12-09T02:10:05.043639+0000 mon.a (mon.0) 238 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:05.491 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:05 smithi125 bash[25274]: audit 2023-12-09T02:10:05.046269+0000 mon.a (mon.0) 239 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:05.491 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:05 smithi125 bash[25274]: audit 2023-12-09T02:10:05.047190+0000 mon.a (mon.0) 240 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:05.492 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:05 smithi125 bash[25274]: audit 2023-12-09T02:10:05.053524+0000 mon.a (mon.0) 241 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:05.492 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:05 smithi125 bash[25274]: audit 2023-12-09T02:10:05.134638+0000 mon.a (mon.0) 242 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:05.492 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:05 smithi125 bash[25274]: audit 2023-12-09T02:10:05.137038+0000 mon.a (mon.0) 243 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:05.492 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:05 smithi125 bash[25274]: audit 2023-12-09T02:10:05.140106+0000 mon.a (mon.0) 244 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:05.492 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:05 smithi125 bash[25274]: audit 2023-12-09T02:10:05.141178+0000 mon.a (mon.0) 245 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:05.492 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:05 smithi125 bash[25274]: audit 2023-12-09T02:10:05.148052+0000 mon.a (mon.0) 246 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:06.187 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:06 smithi067 bash[79370]: cephadm 2023-12-09T02:10:04.726189+0000 mgr.y (mgr.25480) 47 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:06.188 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:06 smithi067 bash[79370]: cephadm 2023-12-09T02:10:04.784448+0000 mgr.y (mgr.25480) 48 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:06.188 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:06 smithi067 bash[79370]: cephadm 2023-12-09T02:10:04.863752+0000 mgr.y (mgr.25480) 49 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:06.188 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:06 smithi067 bash[79370]: cephadm 2023-12-09T02:10:04.960396+0000 mgr.y (mgr.25480) 50 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:06.188 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:06 smithi067 bash[79370]: cephadm 2023-12-09T02:10:05.054124+0000 mgr.y (mgr.25480) 51 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:06.188 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:06 smithi067 bash[79370]: cephadm 2023-12-09T02:10:05.148681+0000 mgr.y (mgr.25480) 52 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:06.188 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:06 smithi067 bash[79370]: audit 2023-12-09T02:10:05.206014+0000 mon.a (mon.0) 247 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:06.188 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:06 smithi067 bash[79370]: audit 2023-12-09T02:10:05.208100+0000 mon.a (mon.0) 248 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:06.188 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:06 smithi067 bash[30830]: cephadm 2023-12-09T02:10:04.726189+0000 mgr.y (mgr.25480) 47 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:06.188 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:06 smithi067 bash[30830]: cephadm 2023-12-09T02:10:04.784448+0000 mgr.y (mgr.25480) 48 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:06.188 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:06 smithi067 bash[30830]: cephadm 2023-12-09T02:10:04.863752+0000 mgr.y (mgr.25480) 49 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:06.189 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:06 smithi067 bash[30830]: cephadm 2023-12-09T02:10:04.960396+0000 mgr.y (mgr.25480) 50 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:06.189 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:06 smithi067 bash[30830]: cephadm 2023-12-09T02:10:05.054124+0000 mgr.y (mgr.25480) 51 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:06.189 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:06 smithi067 bash[30830]: cephadm 2023-12-09T02:10:05.148681+0000 mgr.y (mgr.25480) 52 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:06.189 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:06 smithi067 bash[30830]: audit 2023-12-09T02:10:05.206014+0000 mon.a (mon.0) 247 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:06.189 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:06 smithi067 bash[30830]: audit 2023-12-09T02:10:05.208100+0000 mon.a (mon.0) 248 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:06.189 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:06 smithi067 bash[30830]: audit 2023-12-09T02:10:05.210446+0000 mon.a (mon.0) 249 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:06.189 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:06 smithi067 bash[30830]: audit 2023-12-09T02:10:05.211331+0000 mon.a (mon.0) 250 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:06.189 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:06 smithi067 bash[30830]: audit 2023-12-09T02:10:05.217218+0000 mon.a (mon.0) 251 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:06.189 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:06 smithi067 bash[30830]: cephadm 2023-12-09T02:10:05.217914+0000 mgr.y (mgr.25480) 53 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:06.189 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:06 smithi067 bash[30830]: audit 2023-12-09T02:10:05.278848+0000 mon.a (mon.0) 252 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:06.189 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:06 smithi067 bash[30830]: audit 2023-12-09T02:10:05.281083+0000 mon.a (mon.0) 253 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:06.189 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:06 smithi067 bash[30830]: audit 2023-12-09T02:10:05.283861+0000 mon.a (mon.0) 254 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:06.469 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:06 smithi067 bash[79370]: audit 2023-12-09T02:10:05.210446+0000 mon.a (mon.0) 249 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:06.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:06 smithi067 bash[79370]: audit 2023-12-09T02:10:05.211331+0000 mon.a (mon.0) 250 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:06.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:06 smithi067 bash[79370]: audit 2023-12-09T02:10:05.217218+0000 mon.a (mon.0) 251 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:06.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:06 smithi067 bash[79370]: cephadm 2023-12-09T02:10:05.217914+0000 mgr.y (mgr.25480) 53 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:06.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:06 smithi067 bash[79370]: audit 2023-12-09T02:10:05.278848+0000 mon.a (mon.0) 252 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:06.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:06 smithi067 bash[79370]: audit 2023-12-09T02:10:05.281083+0000 mon.a (mon.0) 253 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:06.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:06 smithi067 bash[79370]: audit 2023-12-09T02:10:05.283861+0000 mon.a (mon.0) 254 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:06.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:06 smithi067 bash[79370]: audit 2023-12-09T02:10:05.284859+0000 mon.a (mon.0) 255 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:06.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:06 smithi067 bash[79370]: audit 2023-12-09T02:10:05.291450+0000 mon.a (mon.0) 256 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:06.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:06 smithi067 bash[79370]: cephadm 2023-12-09T02:10:05.292571+0000 mgr.y (mgr.25480) 54 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:06.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:06 smithi067 bash[79370]: audit 2023-12-09T02:10:05.372427+0000 mon.a (mon.0) 257 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:06.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:06 smithi067 bash[79370]: audit 2023-12-09T02:10:05.374777+0000 mon.a (mon.0) 258 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:06.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:06 smithi067 bash[79370]: audit 2023-12-09T02:10:05.377285+0000 mon.a (mon.0) 259 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:06.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:06 smithi067 bash[79370]: audit 2023-12-09T02:10:05.378173+0000 mon.a (mon.0) 260 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:06.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:06 smithi067 bash[79370]: audit 2023-12-09T02:10:05.384969+0000 mon.a (mon.0) 261 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:06.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:06 smithi067 bash[79370]: cephadm 2023-12-09T02:10:05.385505+0000 mgr.y (mgr.25480) 55 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:06.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:06 smithi067 bash[79370]: audit 2023-12-09T02:10:05.446678+0000 mon.a (mon.0) 262 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:06.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:06 smithi067 bash[79370]: audit 2023-12-09T02:10:05.449528+0000 mon.a (mon.0) 263 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:06.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:06 smithi067 bash[79370]: audit 2023-12-09T02:10:05.452463+0000 mon.a (mon.0) 264 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:06.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:06 smithi067 bash[79370]: audit 2023-12-09T02:10:05.453653+0000 mon.a (mon.0) 265 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:06.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:06 smithi067 bash[30830]: audit 2023-12-09T02:10:05.284859+0000 mon.a (mon.0) 255 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:06.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:06 smithi067 bash[30830]: audit 2023-12-09T02:10:05.291450+0000 mon.a (mon.0) 256 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:06.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:06 smithi067 bash[30830]: cephadm 2023-12-09T02:10:05.292571+0000 mgr.y (mgr.25480) 54 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:06.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:06 smithi067 bash[30830]: audit 2023-12-09T02:10:05.372427+0000 mon.a (mon.0) 257 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:06.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:06 smithi067 bash[30830]: audit 2023-12-09T02:10:05.374777+0000 mon.a (mon.0) 258 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:06.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:06 smithi067 bash[30830]: audit 2023-12-09T02:10:05.377285+0000 mon.a (mon.0) 259 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:06.472 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:06 smithi067 bash[30830]: audit 2023-12-09T02:10:05.378173+0000 mon.a (mon.0) 260 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:06.472 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:06 smithi067 bash[30830]: audit 2023-12-09T02:10:05.384969+0000 mon.a (mon.0) 261 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:06.472 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:06 smithi067 bash[30830]: cephadm 2023-12-09T02:10:05.385505+0000 mgr.y (mgr.25480) 55 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:06.472 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:06 smithi067 bash[30830]: audit 2023-12-09T02:10:05.446678+0000 mon.a (mon.0) 262 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:06.472 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:06 smithi067 bash[30830]: audit 2023-12-09T02:10:05.449528+0000 mon.a (mon.0) 263 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:06.472 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:06 smithi067 bash[30830]: audit 2023-12-09T02:10:05.452463+0000 mon.a (mon.0) 264 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:06.472 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:06 smithi067 bash[30830]: audit 2023-12-09T02:10:05.453653+0000 mon.a (mon.0) 265 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:06.472 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:06 smithi067 bash[30830]: audit 2023-12-09T02:10:05.460887+0000 mon.a (mon.0) 266 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:06.472 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:06 smithi067 bash[30830]: cephadm 2023-12-09T02:10:05.461652+0000 mgr.y (mgr.25480) 56 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:06.472 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:06 smithi067 bash[30830]: cluster 2023-12-09T02:10:05.523671+0000 mgr.y (mgr.25480) 57 : cluster [DBG] pgmap v7: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 30 KiB/s rd, 0 B/s wr, 17 op/s 2023-12-09T02:10:06.472 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:06 smithi067 bash[30830]: audit 2023-12-09T02:10:05.544437+0000 mon.a (mon.0) 267 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:06.472 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:06 smithi067 bash[30830]: audit 2023-12-09T02:10:05.546379+0000 mon.a (mon.0) 268 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:06.472 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:06 smithi067 bash[30830]: audit 2023-12-09T02:10:05.548518+0000 mon.a (mon.0) 269 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:06.473 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:06 smithi067 bash[79370]: audit 2023-12-09T02:10:05.460887+0000 mon.a (mon.0) 266 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:06.473 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:06 smithi067 bash[79370]: cephadm 2023-12-09T02:10:05.461652+0000 mgr.y (mgr.25480) 56 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:06.473 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:06 smithi067 bash[79370]: cluster 2023-12-09T02:10:05.523671+0000 mgr.y (mgr.25480) 57 : cluster 0 pgmap v7: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 30 KiB/s rd, 0 B/s wr, 17 op/s 2023-12-09T02:10:06.473 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:06 smithi067 bash[79370]: audit 2023-12-09T02:10:05.544437+0000 mon.a (mon.0) 267 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:06.473 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:06 smithi067 bash[79370]: audit 2023-12-09T02:10:05.546379+0000 mon.a (mon.0) 268 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:06.473 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:06 smithi067 bash[79370]: audit 2023-12-09T02:10:05.548518+0000 mon.a (mon.0) 269 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:06.473 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:06 smithi067 bash[79370]: audit 2023-12-09T02:10:05.549205+0000 mon.a (mon.0) 270 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:06.473 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:06 smithi067 bash[79370]: audit 2023-12-09T02:10:05.555230+0000 mon.a (mon.0) 271 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:06.473 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:06 smithi067 bash[79370]: cephadm 2023-12-09T02:10:05.555903+0000 mgr.y (mgr.25480) 58 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:06.473 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:06 smithi067 bash[79370]: audit 2023-12-09T02:10:05.624226+0000 mon.a (mon.0) 272 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:06.473 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:06 smithi067 bash[79370]: audit 2023-12-09T02:10:05.626302+0000 mon.a (mon.0) 273 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:06.473 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:06 smithi067 bash[79370]: audit 2023-12-09T02:10:05.628750+0000 mon.a (mon.0) 274 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:06.473 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:06 smithi067 bash[79370]: audit 2023-12-09T02:10:05.629646+0000 mon.a (mon.0) 275 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:06.473 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:06 smithi067 bash[79370]: audit 2023-12-09T02:10:05.635652+0000 mon.a (mon.0) 276 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:06.474 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:06 smithi067 bash[79370]: cephadm 2023-12-09T02:10:05.636332+0000 mgr.y (mgr.25480) 59 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:06.474 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:06 smithi067 bash[79370]: audit 2023-12-09T02:10:05.697179+0000 mon.a (mon.0) 277 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:06.474 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:06 smithi067 bash[79370]: audit 2023-12-09T02:10:05.699422+0000 mon.a (mon.0) 278 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:06.474 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:06 smithi067 bash[79370]: audit 2023-12-09T02:10:05.702457+0000 mon.a (mon.0) 279 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:06.474 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:06 smithi067 bash[79370]: audit 2023-12-09T02:10:05.703570+0000 mon.a (mon.0) 280 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:06.474 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:06 smithi067 bash[79370]: audit 2023-12-09T02:10:05.713490+0000 mon.a (mon.0) 281 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:06.474 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:06 smithi067 bash[30830]: audit 2023-12-09T02:10:05.549205+0000 mon.a (mon.0) 270 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:06.474 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:06 smithi067 bash[30830]: audit 2023-12-09T02:10:05.555230+0000 mon.a (mon.0) 271 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:06.474 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:06 smithi067 bash[30830]: cephadm 2023-12-09T02:10:05.555903+0000 mgr.y (mgr.25480) 58 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:06.474 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:06 smithi067 bash[30830]: audit 2023-12-09T02:10:05.624226+0000 mon.a (mon.0) 272 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:06.474 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:06 smithi067 bash[30830]: audit 2023-12-09T02:10:05.626302+0000 mon.a (mon.0) 273 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:06.475 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:06 smithi067 bash[30830]: audit 2023-12-09T02:10:05.628750+0000 mon.a (mon.0) 274 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:06.475 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:06 smithi067 bash[30830]: audit 2023-12-09T02:10:05.629646+0000 mon.a (mon.0) 275 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:06.475 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:06 smithi067 bash[30830]: audit 2023-12-09T02:10:05.635652+0000 mon.a (mon.0) 276 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:06.475 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:06 smithi067 bash[30830]: cephadm 2023-12-09T02:10:05.636332+0000 mgr.y (mgr.25480) 59 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:06.475 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:06 smithi067 bash[30830]: audit 2023-12-09T02:10:05.697179+0000 mon.a (mon.0) 277 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:06.475 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:06 smithi067 bash[30830]: audit 2023-12-09T02:10:05.699422+0000 mon.a (mon.0) 278 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:06.475 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:06 smithi067 bash[30830]: audit 2023-12-09T02:10:05.702457+0000 mon.a (mon.0) 279 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:06.475 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:06 smithi067 bash[30830]: audit 2023-12-09T02:10:05.703570+0000 mon.a (mon.0) 280 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:06.475 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:06 smithi067 bash[30830]: audit 2023-12-09T02:10:05.713490+0000 mon.a (mon.0) 281 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:06.475 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:06 smithi067 bash[30830]: audit 2023-12-09T02:10:05.775607+0000 mon.a (mon.0) 282 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:06.475 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:06 smithi067 bash[30830]: audit 2023-12-09T02:10:05.777742+0000 mon.a (mon.0) 283 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:06.475 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:06 smithi067 bash[30830]: audit 2023-12-09T02:10:05.780836+0000 mon.a (mon.0) 284 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:06.475 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:06 smithi067 bash[30830]: audit 2023-12-09T02:10:05.782287+0000 mon.a (mon.0) 285 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:06.475 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:06 smithi067 bash[30830]: audit 2023-12-09T02:10:05.794542+0000 mon.a (mon.0) 286 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:06.475 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:06 smithi067 bash[30830]: audit 2023-12-09T02:10:05.861217+0000 mon.a (mon.0) 287 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:06.476 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:06 smithi067 bash[79370]: audit 2023-12-09T02:10:05.775607+0000 mon.a (mon.0) 282 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:06.476 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:06 smithi067 bash[79370]: audit 2023-12-09T02:10:05.777742+0000 mon.a (mon.0) 283 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:06.476 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:06 smithi067 bash[79370]: audit 2023-12-09T02:10:05.780836+0000 mon.a (mon.0) 284 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:06.476 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:06 smithi067 bash[79370]: audit 2023-12-09T02:10:05.782287+0000 mon.a (mon.0) 285 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:06.476 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:06 smithi067 bash[79370]: audit 2023-12-09T02:10:05.794542+0000 mon.a (mon.0) 286 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:06.476 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:06 smithi067 bash[79370]: audit 2023-12-09T02:10:05.861217+0000 mon.a (mon.0) 287 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:06.476 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:06 smithi067 bash[79370]: audit 2023-12-09T02:10:05.863501+0000 mon.a (mon.0) 288 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:06.476 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:06 smithi067 bash[79370]: audit 2023-12-09T02:10:05.865839+0000 mon.a (mon.0) 289 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:06.476 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:06 smithi067 bash[79370]: audit 2023-12-09T02:10:05.866690+0000 mon.a (mon.0) 290 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:06.476 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:06 smithi067 bash[79370]: audit 2023-12-09T02:10:05.872761+0000 mon.a (mon.0) 291 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:06.476 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:06 smithi067 bash[79370]: audit 2023-12-09T02:10:05.949144+0000 mon.a (mon.0) 292 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:06.476 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:06 smithi067 bash[79370]: audit 2023-12-09T02:10:05.950985+0000 mon.a (mon.0) 293 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:06.477 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:06 smithi067 bash[79370]: audit 2023-12-09T02:10:05.954051+0000 mon.a (mon.0) 294 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:06.477 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:06 smithi067 bash[79370]: audit 2023-12-09T02:10:05.955063+0000 mon.a (mon.0) 295 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:06.477 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:06 smithi067 bash[79370]: audit 2023-12-09T02:10:05.961404+0000 mon.a (mon.0) 296 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:06.477 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:06 smithi067 bash[79370]: audit 2023-12-09T02:10:06.045053+0000 mon.a (mon.0) 297 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:06.477 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:06 smithi067 bash[79370]: audit 2023-12-09T02:10:06.046960+0000 mon.a (mon.0) 298 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:06.477 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:06 smithi067 bash[79370]: audit 2023-12-09T02:10:06.049831+0000 mon.a (mon.0) 299 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:06.477 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:06 smithi067 bash[79370]: audit 2023-12-09T02:10:06.051087+0000 mon.a (mon.0) 300 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:06.477 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:06 smithi067 bash[79370]: audit 2023-12-09T02:10:06.058045+0000 mon.a (mon.0) 301 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:06.477 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:06 smithi067 bash[30830]: audit 2023-12-09T02:10:05.863501+0000 mon.a (mon.0) 288 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:06.477 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:06 smithi067 bash[30830]: audit 2023-12-09T02:10:05.865839+0000 mon.a (mon.0) 289 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:06.477 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:06 smithi067 bash[30830]: audit 2023-12-09T02:10:05.866690+0000 mon.a (mon.0) 290 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:06.477 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:06 smithi067 bash[30830]: audit 2023-12-09T02:10:05.872761+0000 mon.a (mon.0) 291 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:06.477 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:06 smithi067 bash[30830]: audit 2023-12-09T02:10:05.949144+0000 mon.a (mon.0) 292 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:06.478 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:06 smithi067 bash[30830]: audit 2023-12-09T02:10:05.950985+0000 mon.a (mon.0) 293 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:06.478 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:06 smithi067 bash[30830]: audit 2023-12-09T02:10:05.954051+0000 mon.a (mon.0) 294 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:06.478 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:06 smithi067 bash[30830]: audit 2023-12-09T02:10:05.955063+0000 mon.a (mon.0) 295 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:06.478 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:06 smithi067 bash[30830]: audit 2023-12-09T02:10:05.961404+0000 mon.a (mon.0) 296 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:06.478 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:06 smithi067 bash[30830]: audit 2023-12-09T02:10:06.045053+0000 mon.a (mon.0) 297 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:06.478 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:06 smithi067 bash[30830]: audit 2023-12-09T02:10:06.046960+0000 mon.a (mon.0) 298 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:06.478 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:06 smithi067 bash[30830]: audit 2023-12-09T02:10:06.049831+0000 mon.a (mon.0) 299 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:06.478 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:06 smithi067 bash[30830]: audit 2023-12-09T02:10:06.051087+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:06.478 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:06 smithi067 bash[30830]: audit 2023-12-09T02:10:06.058045+0000 mon.a (mon.0) 301 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:06.478 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:06 smithi067 bash[30830]: audit 2023-12-09T02:10:06.119225+0000 mon.a (mon.0) 302 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:06.478 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:06 smithi067 bash[30830]: audit 2023-12-09T02:10:06.121608+0000 mon.a (mon.0) 303 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:06.478 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:06 smithi067 bash[30830]: audit 2023-12-09T02:10:06.124886+0000 mon.a (mon.0) 304 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:06.478 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:06 smithi067 bash[30830]: audit 2023-12-09T02:10:06.126000+0000 mon.a (mon.0) 305 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:06.478 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:06 smithi067 bash[30830]: audit 2023-12-09T02:10:06.132310+0000 mon.a (mon.0) 306 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:06.479 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:06 smithi067 bash[79370]: audit 2023-12-09T02:10:06.119225+0000 mon.a (mon.0) 302 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:06.479 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:06 smithi067 bash[79370]: audit 2023-12-09T02:10:06.121608+0000 mon.a (mon.0) 303 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:06.479 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:06 smithi067 bash[79370]: audit 2023-12-09T02:10:06.124886+0000 mon.a (mon.0) 304 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:06.479 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:06 smithi067 bash[79370]: audit 2023-12-09T02:10:06.126000+0000 mon.a (mon.0) 305 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:06.479 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:06 smithi067 bash[79370]: audit 2023-12-09T02:10:06.132310+0000 mon.a (mon.0) 306 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:06.480 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:06 smithi125 bash[25274]: cephadm 2023-12-09T02:10:04.726189+0000 mgr.y (mgr.25480) 47 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:06.480 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:06 smithi125 bash[25274]: cephadm 2023-12-09T02:10:04.784448+0000 mgr.y (mgr.25480) 48 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:06.480 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:06 smithi125 bash[25274]: cephadm 2023-12-09T02:10:04.863752+0000 mgr.y (mgr.25480) 49 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:06.480 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:06 smithi125 bash[25274]: cephadm 2023-12-09T02:10:04.960396+0000 mgr.y (mgr.25480) 50 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:06.480 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:06 smithi125 bash[25274]: cephadm 2023-12-09T02:10:05.054124+0000 mgr.y (mgr.25480) 51 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:06.480 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:06 smithi125 bash[25274]: cephadm 2023-12-09T02:10:05.148681+0000 mgr.y (mgr.25480) 52 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:06.480 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:06 smithi125 bash[25274]: audit 2023-12-09T02:10:05.206014+0000 mon.a (mon.0) 247 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:06.480 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:06 smithi125 bash[25274]: audit 2023-12-09T02:10:05.208100+0000 mon.a (mon.0) 248 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:06.480 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:06 smithi125 bash[25274]: audit 2023-12-09T02:10:05.210446+0000 mon.a (mon.0) 249 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:06.480 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:06 smithi125 bash[25274]: audit 2023-12-09T02:10:05.211331+0000 mon.a (mon.0) 250 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:06.480 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:06 smithi125 bash[25274]: audit 2023-12-09T02:10:05.217218+0000 mon.a (mon.0) 251 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:06.480 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:06 smithi125 bash[25274]: cephadm 2023-12-09T02:10:05.217914+0000 mgr.y (mgr.25480) 53 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:06.480 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:06 smithi125 bash[25274]: audit 2023-12-09T02:10:05.278848+0000 mon.a (mon.0) 252 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:06.480 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:06 smithi125 bash[25274]: audit 2023-12-09T02:10:05.281083+0000 mon.a (mon.0) 253 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:06.481 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:06 smithi125 bash[25274]: audit 2023-12-09T02:10:05.283861+0000 mon.a (mon.0) 254 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:06.481 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:06 smithi125 bash[25274]: audit 2023-12-09T02:10:05.284859+0000 mon.a (mon.0) 255 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:06.481 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:06 smithi125 bash[25274]: audit 2023-12-09T02:10:05.291450+0000 mon.a (mon.0) 256 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:06.481 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:06 smithi125 bash[25274]: cephadm 2023-12-09T02:10:05.292571+0000 mgr.y (mgr.25480) 54 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:06.481 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:06 smithi125 bash[25274]: audit 2023-12-09T02:10:05.372427+0000 mon.a (mon.0) 257 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:06.481 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:06 smithi125 bash[25274]: audit 2023-12-09T02:10:05.374777+0000 mon.a (mon.0) 258 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:06.481 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:06 smithi125 bash[25274]: audit 2023-12-09T02:10:05.377285+0000 mon.a (mon.0) 259 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:06.481 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:06 smithi125 bash[25274]: audit 2023-12-09T02:10:05.378173+0000 mon.a (mon.0) 260 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:06.481 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:06 smithi125 bash[25274]: audit 2023-12-09T02:10:05.384969+0000 mon.a (mon.0) 261 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:06.481 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:06 smithi125 bash[25274]: cephadm 2023-12-09T02:10:05.385505+0000 mgr.y (mgr.25480) 55 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:06.481 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:06 smithi125 bash[25274]: audit 2023-12-09T02:10:05.446678+0000 mon.a (mon.0) 262 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:06.481 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:06 smithi125 bash[25274]: audit 2023-12-09T02:10:05.449528+0000 mon.a (mon.0) 263 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:06.481 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:06 smithi125 bash[25274]: audit 2023-12-09T02:10:05.452463+0000 mon.a (mon.0) 264 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:06.481 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:06 smithi125 bash[25274]: audit 2023-12-09T02:10:05.453653+0000 mon.a (mon.0) 265 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:06.481 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:06 smithi125 bash[25274]: audit 2023-12-09T02:10:05.460887+0000 mon.a (mon.0) 266 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:06.481 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:06 smithi125 bash[25274]: cephadm 2023-12-09T02:10:05.461652+0000 mgr.y (mgr.25480) 56 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:06.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:06 smithi125 bash[25274]: cluster 2023-12-09T02:10:05.523671+0000 mgr.y (mgr.25480) 57 : cluster [DBG] pgmap v7: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 30 KiB/s rd, 0 B/s wr, 17 op/s 2023-12-09T02:10:06.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:06 smithi125 bash[25274]: audit 2023-12-09T02:10:05.544437+0000 mon.a (mon.0) 267 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:06.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:06 smithi125 bash[25274]: audit 2023-12-09T02:10:05.546379+0000 mon.a (mon.0) 268 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:06.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:06 smithi125 bash[25274]: audit 2023-12-09T02:10:05.548518+0000 mon.a (mon.0) 269 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:06.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:06 smithi125 bash[25274]: audit 2023-12-09T02:10:05.549205+0000 mon.a (mon.0) 270 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:06.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:06 smithi125 bash[25274]: audit 2023-12-09T02:10:05.555230+0000 mon.a (mon.0) 271 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:06.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:06 smithi125 bash[25274]: cephadm 2023-12-09T02:10:05.555903+0000 mgr.y (mgr.25480) 58 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:06.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:06 smithi125 bash[25274]: audit 2023-12-09T02:10:05.624226+0000 mon.a (mon.0) 272 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:06.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:06 smithi125 bash[25274]: audit 2023-12-09T02:10:05.626302+0000 mon.a (mon.0) 273 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:06.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:06 smithi125 bash[25274]: audit 2023-12-09T02:10:05.628750+0000 mon.a (mon.0) 274 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:06.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:06 smithi125 bash[25274]: audit 2023-12-09T02:10:05.629646+0000 mon.a (mon.0) 275 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:06.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:06 smithi125 bash[25274]: audit 2023-12-09T02:10:05.635652+0000 mon.a (mon.0) 276 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:06.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:06 smithi125 bash[25274]: cephadm 2023-12-09T02:10:05.636332+0000 mgr.y (mgr.25480) 59 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:06.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:06 smithi125 bash[25274]: audit 2023-12-09T02:10:05.697179+0000 mon.a (mon.0) 277 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:06.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:06 smithi125 bash[25274]: audit 2023-12-09T02:10:05.699422+0000 mon.a (mon.0) 278 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:06.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:06 smithi125 bash[25274]: audit 2023-12-09T02:10:05.702457+0000 mon.a (mon.0) 279 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:06.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:06 smithi125 bash[25274]: audit 2023-12-09T02:10:05.703570+0000 mon.a (mon.0) 280 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:06.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:06 smithi125 bash[25274]: audit 2023-12-09T02:10:05.713490+0000 mon.a (mon.0) 281 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:06.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:06 smithi125 bash[25274]: audit 2023-12-09T02:10:05.775607+0000 mon.a (mon.0) 282 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:06.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:06 smithi125 bash[25274]: audit 2023-12-09T02:10:05.777742+0000 mon.a (mon.0) 283 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:06.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:06 smithi125 bash[25274]: audit 2023-12-09T02:10:05.780836+0000 mon.a (mon.0) 284 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:06.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:06 smithi125 bash[25274]: audit 2023-12-09T02:10:05.782287+0000 mon.a (mon.0) 285 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:06.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:06 smithi125 bash[25274]: audit 2023-12-09T02:10:05.794542+0000 mon.a (mon.0) 286 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:06.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:06 smithi125 bash[25274]: audit 2023-12-09T02:10:05.861217+0000 mon.a (mon.0) 287 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:06.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:06 smithi125 bash[25274]: audit 2023-12-09T02:10:05.863501+0000 mon.a (mon.0) 288 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:06.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:06 smithi125 bash[25274]: audit 2023-12-09T02:10:05.865839+0000 mon.a (mon.0) 289 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:06.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:06 smithi125 bash[25274]: audit 2023-12-09T02:10:05.866690+0000 mon.a (mon.0) 290 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:06.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:06 smithi125 bash[25274]: audit 2023-12-09T02:10:05.872761+0000 mon.a (mon.0) 291 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:06.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:06 smithi125 bash[25274]: audit 2023-12-09T02:10:05.949144+0000 mon.a (mon.0) 292 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:06.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:06 smithi125 bash[25274]: audit 2023-12-09T02:10:05.950985+0000 mon.a (mon.0) 293 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:06.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:06 smithi125 bash[25274]: audit 2023-12-09T02:10:05.954051+0000 mon.a (mon.0) 294 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:06.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:06 smithi125 bash[25274]: audit 2023-12-09T02:10:05.955063+0000 mon.a (mon.0) 295 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:06.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:06 smithi125 bash[25274]: audit 2023-12-09T02:10:05.961404+0000 mon.a (mon.0) 296 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:06.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:06 smithi125 bash[25274]: audit 2023-12-09T02:10:06.045053+0000 mon.a (mon.0) 297 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:06.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:06 smithi125 bash[25274]: audit 2023-12-09T02:10:06.046960+0000 mon.a (mon.0) 298 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:06.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:06 smithi125 bash[25274]: audit 2023-12-09T02:10:06.049831+0000 mon.a (mon.0) 299 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:06.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:06 smithi125 bash[25274]: audit 2023-12-09T02:10:06.051087+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:06.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:06 smithi125 bash[25274]: audit 2023-12-09T02:10:06.058045+0000 mon.a (mon.0) 301 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:06.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:06 smithi125 bash[25274]: audit 2023-12-09T02:10:06.119225+0000 mon.a (mon.0) 302 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:06.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:06 smithi125 bash[25274]: audit 2023-12-09T02:10:06.121608+0000 mon.a (mon.0) 303 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:06.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:06 smithi125 bash[25274]: audit 2023-12-09T02:10:06.124886+0000 mon.a (mon.0) 304 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:06.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:06 smithi125 bash[25274]: audit 2023-12-09T02:10:06.126000+0000 mon.a (mon.0) 305 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:06.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:06 smithi125 bash[25274]: audit 2023-12-09T02:10:06.132310+0000 mon.a (mon.0) 306 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:07.196 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:07 smithi125 bash[25274]: cephadm 2023-12-09T02:10:05.714666+0000 mgr.y (mgr.25480) 60 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:07.196 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:07 smithi125 bash[25274]: cephadm 2023-12-09T02:10:05.795541+0000 mgr.y (mgr.25480) 61 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:07.196 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:07 smithi125 bash[25274]: cephadm 2023-12-09T02:10:05.873636+0000 mgr.y (mgr.25480) 62 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:07.196 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:07 smithi125 bash[25274]: cephadm 2023-12-09T02:10:05.962187+0000 mgr.y (mgr.25480) 63 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:07.196 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:07 smithi125 bash[25274]: cephadm 2023-12-09T02:10:06.058588+0000 mgr.y (mgr.25480) 64 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:07.196 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:07 smithi125 bash[25274]: cephadm 2023-12-09T02:10:06.132987+0000 mgr.y (mgr.25480) 65 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:07.196 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:07 smithi125 bash[25274]: audit 2023-12-09T02:10:06.197309+0000 mon.a (mon.0) 307 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:07.196 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:07 smithi125 bash[25274]: audit 2023-12-09T02:10:06.199301+0000 mon.a (mon.0) 308 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:07.196 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:07 smithi125 bash[25274]: audit 2023-12-09T02:10:06.201320+0000 mon.a (mon.0) 309 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:07.196 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:07 smithi125 bash[25274]: audit 2023-12-09T02:10:06.202055+0000 mon.a (mon.0) 310 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:07.197 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:07 smithi125 bash[25274]: audit 2023-12-09T02:10:06.206627+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:07.197 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:07 smithi125 bash[25274]: cephadm 2023-12-09T02:10:06.207264+0000 mgr.y (mgr.25480) 66 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:07.197 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:07 smithi125 bash[25274]: audit 2023-12-09T02:10:06.268104+0000 mon.a (mon.0) 312 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:07.197 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:07 smithi125 bash[25274]: audit 2023-12-09T02:10:06.270239+0000 mon.a (mon.0) 313 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:07.197 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:07 smithi125 bash[25274]: audit 2023-12-09T02:10:06.272833+0000 mon.a (mon.0) 314 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:07.197 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:07 smithi125 bash[25274]: audit 2023-12-09T02:10:06.273818+0000 mon.a (mon.0) 315 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:07.197 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:07 smithi125 bash[25274]: audit 2023-12-09T02:10:06.282676+0000 mon.a (mon.0) 316 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:07.197 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:07 smithi125 bash[25274]: cephadm 2023-12-09T02:10:06.283386+0000 mgr.y (mgr.25480) 67 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:07.197 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:07 smithi125 bash[25274]: audit 2023-12-09T02:10:06.344419+0000 mon.a (mon.0) 317 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:07.197 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:07 smithi125 bash[25274]: audit 2023-12-09T02:10:06.347214+0000 mon.a (mon.0) 318 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:07.197 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:07 smithi125 bash[25274]: audit 2023-12-09T02:10:06.350277+0000 mon.a (mon.0) 319 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:07.197 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:07 smithi125 bash[25274]: audit 2023-12-09T02:10:06.351682+0000 mon.a (mon.0) 320 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:07.197 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:07 smithi125 bash[25274]: audit 2023-12-09T02:10:06.359346+0000 mon.a (mon.0) 321 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:07.197 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:07 smithi125 bash[25274]: cephadm 2023-12-09T02:10:06.359868+0000 mgr.y (mgr.25480) 68 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:07.197 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:07 smithi125 bash[25274]: audit 2023-12-09T02:10:06.402924+0000 mon.a (mon.0) 322 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:07.198 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:07 smithi125 bash[25274]: audit 2023-12-09T02:10:06.405016+0000 mon.a (mon.0) 323 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:07.198 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:07 smithi125 bash[25274]: audit 2023-12-09T02:10:06.407133+0000 mon.a (mon.0) 324 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:07.198 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:07 smithi125 bash[25274]: audit 2023-12-09T02:10:06.407934+0000 mon.a (mon.0) 325 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:07.198 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:07 smithi125 bash[25274]: audit 2023-12-09T02:10:06.413977+0000 mon.a (mon.0) 326 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:07.198 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:07 smithi125 bash[25274]: cephadm 2023-12-09T02:10:06.414576+0000 mgr.y (mgr.25480) 69 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:07.198 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:07 smithi125 bash[25274]: audit 2023-12-09T02:10:06.476309+0000 mon.a (mon.0) 327 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:07.198 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:07 smithi125 bash[25274]: audit 2023-12-09T02:10:06.478124+0000 mon.a (mon.0) 328 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:07.198 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:07 smithi125 bash[25274]: audit 2023-12-09T02:10:06.480237+0000 mon.a (mon.0) 329 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:07.198 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:07 smithi125 bash[25274]: audit 2023-12-09T02:10:06.480982+0000 mon.a (mon.0) 330 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:07.198 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:07 smithi125 bash[25274]: audit 2023-12-09T02:10:06.486159+0000 mon.a (mon.0) 331 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:07.198 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:07 smithi125 bash[25274]: cephadm 2023-12-09T02:10:06.486772+0000 mgr.y (mgr.25480) 70 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:07.198 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:07 smithi125 bash[25274]: audit 2023-12-09T02:10:06.550451+0000 mon.a (mon.0) 332 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:07.198 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:07 smithi125 bash[25274]: audit 2023-12-09T02:10:06.552147+0000 mon.a (mon.0) 333 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:07.198 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:07 smithi125 bash[25274]: audit 2023-12-09T02:10:06.554131+0000 mon.a (mon.0) 334 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:07.198 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:07 smithi125 bash[25274]: audit 2023-12-09T02:10:06.554907+0000 mon.a (mon.0) 335 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:07.199 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:07 smithi125 bash[25274]: audit 2023-12-09T02:10:06.560056+0000 mon.a (mon.0) 336 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:07.199 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:07 smithi125 bash[25274]: cephadm 2023-12-09T02:10:06.560569+0000 mgr.y (mgr.25480) 71 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:07.199 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:07 smithi125 bash[25274]: audit 2023-12-09T02:10:06.608588+0000 mon.a (mon.0) 337 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:07.199 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:07 smithi125 bash[25274]: audit 2023-12-09T02:10:06.610656+0000 mon.a (mon.0) 338 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:07.199 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:07 smithi125 bash[25274]: audit 2023-12-09T02:10:06.613071+0000 mon.a (mon.0) 339 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:07.199 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:07 smithi125 bash[25274]: audit 2023-12-09T02:10:06.614230+0000 mon.a (mon.0) 340 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:07.199 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:07 smithi125 bash[25274]: audit 2023-12-09T02:10:06.620321+0000 mon.a (mon.0) 341 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:07.199 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:07 smithi125 bash[25274]: cephadm 2023-12-09T02:10:06.620847+0000 mgr.y (mgr.25480) 72 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:07.199 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:07 smithi125 bash[25274]: audit 2023-12-09T02:10:06.682579+0000 mon.a (mon.0) 342 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:07.199 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:07 smithi125 bash[25274]: audit 2023-12-09T02:10:06.685822+0000 mon.a (mon.0) 343 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:07.199 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:07 smithi125 bash[25274]: audit 2023-12-09T02:10:06.688939+0000 mon.a (mon.0) 344 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:07.199 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:07 smithi125 bash[25274]: audit 2023-12-09T02:10:06.689953+0000 mon.a (mon.0) 345 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:07.199 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:07 smithi125 bash[25274]: audit 2023-12-09T02:10:06.696562+0000 mon.a (mon.0) 346 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:07.199 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:07 smithi125 bash[25274]: audit 2023-12-09T02:10:06.772401+0000 mon.a (mon.0) 347 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:07.199 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:07 smithi125 bash[25274]: audit 2023-12-09T02:10:06.774161+0000 mon.a (mon.0) 348 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:07.200 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:07 smithi125 bash[25274]: audit 2023-12-09T02:10:06.776158+0000 mon.a (mon.0) 349 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:07.200 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:07 smithi125 bash[25274]: audit 2023-12-09T02:10:06.776933+0000 mon.a (mon.0) 350 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:07.200 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:07 smithi125 bash[25274]: audit 2023-12-09T02:10:06.782342+0000 mon.a (mon.0) 351 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:07.200 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:07 smithi125 bash[25274]: audit 2023-12-09T02:10:06.861747+0000 mon.a (mon.0) 352 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:07.200 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:07 smithi125 bash[25274]: audit 2023-12-09T02:10:06.863572+0000 mon.a (mon.0) 353 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:07.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:07 smithi067 bash[79370]: cephadm 2023-12-09T02:10:05.714666+0000 mgr.y (mgr.25480) 60 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:07.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:07 smithi067 bash[79370]: cephadm 2023-12-09T02:10:05.795541+0000 mgr.y (mgr.25480) 61 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:07.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:07 smithi067 bash[79370]: cephadm 2023-12-09T02:10:05.873636+0000 mgr.y (mgr.25480) 62 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:07.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:07 smithi067 bash[79370]: cephadm 2023-12-09T02:10:05.962187+0000 mgr.y (mgr.25480) 63 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:07.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:07 smithi067 bash[79370]: cephadm 2023-12-09T02:10:06.058588+0000 mgr.y (mgr.25480) 64 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:07.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:07 smithi067 bash[79370]: cephadm 2023-12-09T02:10:06.132987+0000 mgr.y (mgr.25480) 65 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:07.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:07 smithi067 bash[79370]: audit 2023-12-09T02:10:06.197309+0000 mon.a (mon.0) 307 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:07.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:07 smithi067 bash[79370]: audit 2023-12-09T02:10:06.199301+0000 mon.a (mon.0) 308 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:07.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:07 smithi067 bash[79370]: audit 2023-12-09T02:10:06.201320+0000 mon.a (mon.0) 309 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:07.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:07 smithi067 bash[79370]: audit 2023-12-09T02:10:06.202055+0000 mon.a (mon.0) 310 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:07.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:07 smithi067 bash[79370]: audit 2023-12-09T02:10:06.206627+0000 mon.a (mon.0) 311 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:07.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:07 smithi067 bash[79370]: cephadm 2023-12-09T02:10:06.207264+0000 mgr.y (mgr.25480) 66 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:07.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:07 smithi067 bash[79370]: audit 2023-12-09T02:10:06.268104+0000 mon.a (mon.0) 312 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:07.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:07 smithi067 bash[79370]: audit 2023-12-09T02:10:06.270239+0000 mon.a (mon.0) 313 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:07.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:07 smithi067 bash[79370]: audit 2023-12-09T02:10:06.272833+0000 mon.a (mon.0) 314 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:07.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:07 smithi067 bash[79370]: audit 2023-12-09T02:10:06.273818+0000 mon.a (mon.0) 315 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:07.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:07 smithi067 bash[79370]: audit 2023-12-09T02:10:06.282676+0000 mon.a (mon.0) 316 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:07.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:07 smithi067 bash[79370]: cephadm 2023-12-09T02:10:06.283386+0000 mgr.y (mgr.25480) 67 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:07.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:07 smithi067 bash[79370]: audit 2023-12-09T02:10:06.344419+0000 mon.a (mon.0) 317 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:07.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:07 smithi067 bash[79370]: audit 2023-12-09T02:10:06.347214+0000 mon.a (mon.0) 318 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:07.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:07 smithi067 bash[30830]: cephadm 2023-12-09T02:10:05.714666+0000 mgr.y (mgr.25480) 60 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:07.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:07 smithi067 bash[30830]: cephadm 2023-12-09T02:10:05.795541+0000 mgr.y (mgr.25480) 61 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:07.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:07 smithi067 bash[30830]: cephadm 2023-12-09T02:10:05.873636+0000 mgr.y (mgr.25480) 62 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:07.472 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:07 smithi067 bash[30830]: cephadm 2023-12-09T02:10:05.962187+0000 mgr.y (mgr.25480) 63 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:07.472 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:07 smithi067 bash[30830]: cephadm 2023-12-09T02:10:06.058588+0000 mgr.y (mgr.25480) 64 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:07.472 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:07 smithi067 bash[30830]: cephadm 2023-12-09T02:10:06.132987+0000 mgr.y (mgr.25480) 65 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:07.472 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:07 smithi067 bash[30830]: audit 2023-12-09T02:10:06.197309+0000 mon.a (mon.0) 307 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:07.472 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:07 smithi067 bash[30830]: audit 2023-12-09T02:10:06.199301+0000 mon.a (mon.0) 308 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:07.472 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:07 smithi067 bash[30830]: audit 2023-12-09T02:10:06.201320+0000 mon.a (mon.0) 309 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:07.472 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:07 smithi067 bash[30830]: audit 2023-12-09T02:10:06.202055+0000 mon.a (mon.0) 310 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:07.472 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:07 smithi067 bash[30830]: audit 2023-12-09T02:10:06.206627+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:07.472 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:07 smithi067 bash[30830]: cephadm 2023-12-09T02:10:06.207264+0000 mgr.y (mgr.25480) 66 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:07.472 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:07 smithi067 bash[30830]: audit 2023-12-09T02:10:06.268104+0000 mon.a (mon.0) 312 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:07.472 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:07 smithi067 bash[30830]: audit 2023-12-09T02:10:06.270239+0000 mon.a (mon.0) 313 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:07.472 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:07 smithi067 bash[30830]: audit 2023-12-09T02:10:06.272833+0000 mon.a (mon.0) 314 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:07.472 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:07 smithi067 bash[30830]: audit 2023-12-09T02:10:06.273818+0000 mon.a (mon.0) 315 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:07.472 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:07 smithi067 bash[30830]: audit 2023-12-09T02:10:06.282676+0000 mon.a (mon.0) 316 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:07.472 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:07 smithi067 bash[30830]: cephadm 2023-12-09T02:10:06.283386+0000 mgr.y (mgr.25480) 67 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:07.473 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:07 smithi067 bash[30830]: audit 2023-12-09T02:10:06.344419+0000 mon.a (mon.0) 317 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:07.473 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:07 smithi067 bash[30830]: audit 2023-12-09T02:10:06.347214+0000 mon.a (mon.0) 318 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:07.473 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:07 smithi067 bash[79370]: audit 2023-12-09T02:10:06.350277+0000 mon.a (mon.0) 319 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:07.473 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:07 smithi067 bash[79370]: audit 2023-12-09T02:10:06.351682+0000 mon.a (mon.0) 320 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:07.473 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:07 smithi067 bash[79370]: audit 2023-12-09T02:10:06.359346+0000 mon.a (mon.0) 321 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:07.473 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:07 smithi067 bash[79370]: cephadm 2023-12-09T02:10:06.359868+0000 mgr.y (mgr.25480) 68 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:07.473 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:07 smithi067 bash[79370]: audit 2023-12-09T02:10:06.402924+0000 mon.a (mon.0) 322 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:07.473 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:07 smithi067 bash[79370]: audit 2023-12-09T02:10:06.405016+0000 mon.a (mon.0) 323 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:07.473 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:07 smithi067 bash[79370]: audit 2023-12-09T02:10:06.407133+0000 mon.a (mon.0) 324 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:07.473 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:07 smithi067 bash[79370]: audit 2023-12-09T02:10:06.407934+0000 mon.a (mon.0) 325 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:07.473 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:07 smithi067 bash[79370]: audit 2023-12-09T02:10:06.413977+0000 mon.a (mon.0) 326 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:07.473 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:07 smithi067 bash[79370]: cephadm 2023-12-09T02:10:06.414576+0000 mgr.y (mgr.25480) 69 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:07.474 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:07 smithi067 bash[79370]: audit 2023-12-09T02:10:06.476309+0000 mon.a (mon.0) 327 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:07.474 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:07 smithi067 bash[79370]: audit 2023-12-09T02:10:06.478124+0000 mon.a (mon.0) 328 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:07.474 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:07 smithi067 bash[79370]: audit 2023-12-09T02:10:06.480237+0000 mon.a (mon.0) 329 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:07.474 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:07 smithi067 bash[79370]: audit 2023-12-09T02:10:06.480982+0000 mon.a (mon.0) 330 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:07.474 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:07 smithi067 bash[79370]: audit 2023-12-09T02:10:06.486159+0000 mon.a (mon.0) 331 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:07.474 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:07 smithi067 bash[79370]: cephadm 2023-12-09T02:10:06.486772+0000 mgr.y (mgr.25480) 70 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:07.474 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:07 smithi067 bash[79370]: audit 2023-12-09T02:10:06.550451+0000 mon.a (mon.0) 332 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:07.474 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:07 smithi067 bash[79370]: audit 2023-12-09T02:10:06.552147+0000 mon.a (mon.0) 333 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:07.474 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:07 smithi067 bash[79370]: audit 2023-12-09T02:10:06.554131+0000 mon.a (mon.0) 334 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:07.475 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:07 smithi067 bash[79370]: audit 2023-12-09T02:10:06.554907+0000 mon.a (mon.0) 335 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:07.475 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:07 smithi067 bash[79370]: audit 2023-12-09T02:10:06.560056+0000 mon.a (mon.0) 336 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:07.475 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:07 smithi067 bash[30830]: audit 2023-12-09T02:10:06.350277+0000 mon.a (mon.0) 319 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:07.475 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:07 smithi067 bash[30830]: audit 2023-12-09T02:10:06.351682+0000 mon.a (mon.0) 320 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:07.475 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:07 smithi067 bash[30830]: audit 2023-12-09T02:10:06.359346+0000 mon.a (mon.0) 321 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:07.475 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:07 smithi067 bash[30830]: cephadm 2023-12-09T02:10:06.359868+0000 mgr.y (mgr.25480) 68 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:07.475 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:07 smithi067 bash[30830]: audit 2023-12-09T02:10:06.402924+0000 mon.a (mon.0) 322 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:07.475 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:07 smithi067 bash[30830]: audit 2023-12-09T02:10:06.405016+0000 mon.a (mon.0) 323 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:07.476 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:07 smithi067 bash[30830]: audit 2023-12-09T02:10:06.407133+0000 mon.a (mon.0) 324 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:07.476 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:07 smithi067 bash[30830]: audit 2023-12-09T02:10:06.407934+0000 mon.a (mon.0) 325 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:07.476 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:07 smithi067 bash[30830]: audit 2023-12-09T02:10:06.413977+0000 mon.a (mon.0) 326 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:07.476 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:07 smithi067 bash[30830]: cephadm 2023-12-09T02:10:06.414576+0000 mgr.y (mgr.25480) 69 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:07.476 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:07 smithi067 bash[30830]: audit 2023-12-09T02:10:06.476309+0000 mon.a (mon.0) 327 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:07.476 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:07 smithi067 bash[30830]: audit 2023-12-09T02:10:06.478124+0000 mon.a (mon.0) 328 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:07.476 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:07 smithi067 bash[30830]: audit 2023-12-09T02:10:06.480237+0000 mon.a (mon.0) 329 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:07.476 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:07 smithi067 bash[30830]: audit 2023-12-09T02:10:06.480982+0000 mon.a (mon.0) 330 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:07.476 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:07 smithi067 bash[30830]: audit 2023-12-09T02:10:06.486159+0000 mon.a (mon.0) 331 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:07.476 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:07 smithi067 bash[30830]: cephadm 2023-12-09T02:10:06.486772+0000 mgr.y (mgr.25480) 70 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:07.476 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:07 smithi067 bash[30830]: audit 2023-12-09T02:10:06.550451+0000 mon.a (mon.0) 332 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:07.476 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:07 smithi067 bash[30830]: audit 2023-12-09T02:10:06.552147+0000 mon.a (mon.0) 333 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:07.476 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:07 smithi067 bash[30830]: audit 2023-12-09T02:10:06.554131+0000 mon.a (mon.0) 334 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:07.476 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:07 smithi067 bash[30830]: audit 2023-12-09T02:10:06.554907+0000 mon.a (mon.0) 335 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:07.477 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:07 smithi067 bash[79370]: cephadm 2023-12-09T02:10:06.560569+0000 mgr.y (mgr.25480) 71 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:07.477 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:07 smithi067 bash[79370]: audit 2023-12-09T02:10:06.608588+0000 mon.a (mon.0) 337 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:07.477 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:07 smithi067 bash[79370]: audit 2023-12-09T02:10:06.610656+0000 mon.a (mon.0) 338 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:07.477 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:07 smithi067 bash[79370]: audit 2023-12-09T02:10:06.613071+0000 mon.a (mon.0) 339 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:07.477 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:07 smithi067 bash[79370]: audit 2023-12-09T02:10:06.614230+0000 mon.a (mon.0) 340 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:07.477 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:07 smithi067 bash[79370]: audit 2023-12-09T02:10:06.620321+0000 mon.a (mon.0) 341 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:07.477 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:07 smithi067 bash[79370]: cephadm 2023-12-09T02:10:06.620847+0000 mgr.y (mgr.25480) 72 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:07.477 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:07 smithi067 bash[79370]: audit 2023-12-09T02:10:06.682579+0000 mon.a (mon.0) 342 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:07.477 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:07 smithi067 bash[79370]: audit 2023-12-09T02:10:06.685822+0000 mon.a (mon.0) 343 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:07.477 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:07 smithi067 bash[79370]: audit 2023-12-09T02:10:06.688939+0000 mon.a (mon.0) 344 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:07.477 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:07 smithi067 bash[79370]: audit 2023-12-09T02:10:06.689953+0000 mon.a (mon.0) 345 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:07.477 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:07 smithi067 bash[79370]: audit 2023-12-09T02:10:06.696562+0000 mon.a (mon.0) 346 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:07.477 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:07 smithi067 bash[79370]: audit 2023-12-09T02:10:06.772401+0000 mon.a (mon.0) 347 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:07.478 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:07 smithi067 bash[79370]: audit 2023-12-09T02:10:06.774161+0000 mon.a (mon.0) 348 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:07.478 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:07 smithi067 bash[79370]: audit 2023-12-09T02:10:06.776158+0000 mon.a (mon.0) 349 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:07.478 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:07 smithi067 bash[79370]: audit 2023-12-09T02:10:06.776933+0000 mon.a (mon.0) 350 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:07.478 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:07 smithi067 bash[79370]: audit 2023-12-09T02:10:06.782342+0000 mon.a (mon.0) 351 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:07.478 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:07 smithi067 bash[79370]: audit 2023-12-09T02:10:06.861747+0000 mon.a (mon.0) 352 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:07.478 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:07 smithi067 bash[79370]: audit 2023-12-09T02:10:06.863572+0000 mon.a (mon.0) 353 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:07.478 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:07 smithi067 bash[79370]: audit 2023-12-09T02:10:06.866054+0000 mon.a (mon.0) 354 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:07.478 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:07 smithi067 bash[30830]: audit 2023-12-09T02:10:06.560056+0000 mon.a (mon.0) 336 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:07.479 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:07 smithi067 bash[30830]: cephadm 2023-12-09T02:10:06.560569+0000 mgr.y (mgr.25480) 71 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:07.479 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:07 smithi067 bash[30830]: audit 2023-12-09T02:10:06.608588+0000 mon.a (mon.0) 337 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:07.479 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:07 smithi067 bash[30830]: audit 2023-12-09T02:10:06.610656+0000 mon.a (mon.0) 338 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:07.479 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:07 smithi067 bash[30830]: audit 2023-12-09T02:10:06.613071+0000 mon.a (mon.0) 339 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:07.479 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:07 smithi067 bash[30830]: audit 2023-12-09T02:10:06.614230+0000 mon.a (mon.0) 340 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:07.479 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:07 smithi067 bash[30830]: audit 2023-12-09T02:10:06.620321+0000 mon.a (mon.0) 341 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:07.479 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:07 smithi067 bash[30830]: cephadm 2023-12-09T02:10:06.620847+0000 mgr.y (mgr.25480) 72 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:07.479 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:07 smithi067 bash[30830]: audit 2023-12-09T02:10:06.682579+0000 mon.a (mon.0) 342 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:07.479 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:07 smithi067 bash[30830]: audit 2023-12-09T02:10:06.685822+0000 mon.a (mon.0) 343 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:07.479 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:07 smithi067 bash[30830]: audit 2023-12-09T02:10:06.688939+0000 mon.a (mon.0) 344 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:07.479 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:07 smithi067 bash[30830]: audit 2023-12-09T02:10:06.689953+0000 mon.a (mon.0) 345 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:07.479 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:07 smithi067 bash[30830]: audit 2023-12-09T02:10:06.696562+0000 mon.a (mon.0) 346 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:07.479 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:07 smithi067 bash[30830]: audit 2023-12-09T02:10:06.772401+0000 mon.a (mon.0) 347 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:07.479 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:07 smithi067 bash[30830]: audit 2023-12-09T02:10:06.774161+0000 mon.a (mon.0) 348 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:07.479 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:07 smithi067 bash[30830]: audit 2023-12-09T02:10:06.776158+0000 mon.a (mon.0) 349 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:07.480 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:07 smithi067 bash[30830]: audit 2023-12-09T02:10:06.776933+0000 mon.a (mon.0) 350 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:07.480 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:07 smithi067 bash[30830]: audit 2023-12-09T02:10:06.782342+0000 mon.a (mon.0) 351 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:07.480 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:07 smithi067 bash[30830]: audit 2023-12-09T02:10:06.861747+0000 mon.a (mon.0) 352 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:07.480 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:07 smithi067 bash[30830]: audit 2023-12-09T02:10:06.863572+0000 mon.a (mon.0) 353 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:07.480 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:07 smithi067 bash[30830]: audit 2023-12-09T02:10:06.866054+0000 mon.a (mon.0) 354 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:07.480 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:07 smithi067 bash[30830]: audit 2023-12-09T02:10:06.866879+0000 mon.a (mon.0) 355 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:07.480 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:07 smithi067 bash[30830]: audit 2023-12-09T02:10:06.873248+0000 mon.a (mon.0) 356 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:07.480 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:07 smithi067 bash[30830]: audit 2023-12-09T02:10:06.904541+0000 mon.a (mon.0) 357 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:07.480 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:07 smithi067 bash[30830]: audit 2023-12-09T02:10:06.926580+0000 mon.a (mon.0) 358 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:07.480 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:07 smithi067 bash[30830]: audit 2023-12-09T02:10:06.935072+0000 mon.a (mon.0) 359 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:07.480 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:07 smithi067 bash[30830]: audit 2023-12-09T02:10:06.942772+0000 mon.a (mon.0) 360 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:07.480 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:07 smithi067 bash[30830]: audit 2023-12-09T02:10:06.943230+0000 mon.a (mon.0) 361 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:07.480 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:07 smithi067 bash[30830]: audit 2023-12-09T02:10:06.945825+0000 mon.a (mon.0) 362 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:07.480 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:07 smithi067 bash[30830]: audit 2023-12-09T02:10:06.947941+0000 mon.a (mon.0) 363 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:07.480 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:07 smithi067 bash[30830]: audit 2023-12-09T02:10:06.948658+0000 mon.a (mon.0) 364 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:07.481 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:07 smithi067 bash[30830]: audit 2023-12-09T02:10:06.954052+0000 mon.a (mon.0) 365 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:07.481 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:07 smithi067 bash[30830]: audit 2023-12-09T02:10:07.034558+0000 mon.a (mon.0) 366 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:07.481 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:07 smithi067 bash[30830]: audit 2023-12-09T02:10:07.036596+0000 mon.a (mon.0) 367 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:07.481 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:07 smithi067 bash[30830]: audit 2023-12-09T02:10:07.038767+0000 mon.a (mon.0) 368 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:07.481 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:07 smithi067 bash[30830]: audit 2023-12-09T02:10:07.039821+0000 mon.a (mon.0) 369 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:07.481 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:07 smithi067 bash[30830]: audit 2023-12-09T02:10:07.045446+0000 mon.a (mon.0) 370 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:07.481 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:07 smithi067 bash[30830]: audit 2023-12-09T02:10:07.122812+0000 mon.a (mon.0) 371 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:07.481 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:07 smithi067 bash[30830]: audit 2023-12-09T02:10:07.128023+0000 mon.a (mon.0) 372 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:07.481 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:07 smithi067 bash[30830]: audit 2023-12-09T02:10:07.131923+0000 mon.a (mon.0) 373 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:07.481 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:07 smithi067 bash[30830]: audit 2023-12-09T02:10:07.133333+0000 mon.a (mon.0) 374 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:07.481 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:07 smithi067 bash[30830]: audit 2023-12-09T02:10:07.139589+0000 mon.a (mon.0) 375 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:07.481 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:07 smithi067 bash[79370]: audit 2023-12-09T02:10:06.866879+0000 mon.a (mon.0) 355 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:07.481 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:07 smithi067 bash[79370]: audit 2023-12-09T02:10:06.873248+0000 mon.a (mon.0) 356 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:07.482 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:07 smithi067 bash[79370]: audit 2023-12-09T02:10:06.904541+0000 mon.a (mon.0) 357 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:07.482 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:07 smithi067 bash[79370]: audit 2023-12-09T02:10:06.926580+0000 mon.a (mon.0) 358 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:07.482 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:07 smithi067 bash[79370]: audit 2023-12-09T02:10:06.935072+0000 mon.a (mon.0) 359 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:07.482 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:07 smithi067 bash[79370]: audit 2023-12-09T02:10:06.942772+0000 mon.a (mon.0) 360 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:07.482 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:07 smithi067 bash[79370]: audit 2023-12-09T02:10:06.943230+0000 mon.a (mon.0) 361 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:07.482 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:07 smithi067 bash[79370]: audit 2023-12-09T02:10:06.945825+0000 mon.a (mon.0) 362 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:07.482 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:07 smithi067 bash[79370]: audit 2023-12-09T02:10:06.947941+0000 mon.a (mon.0) 363 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:07.482 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:07 smithi067 bash[79370]: audit 2023-12-09T02:10:06.948658+0000 mon.a (mon.0) 364 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:07.482 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:07 smithi067 bash[79370]: audit 2023-12-09T02:10:06.954052+0000 mon.a (mon.0) 365 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:07.482 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:07 smithi067 bash[79370]: audit 2023-12-09T02:10:07.034558+0000 mon.a (mon.0) 366 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:07.482 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:07 smithi067 bash[79370]: audit 2023-12-09T02:10:07.036596+0000 mon.a (mon.0) 367 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:07.482 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:07 smithi067 bash[79370]: audit 2023-12-09T02:10:07.038767+0000 mon.a (mon.0) 368 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:07.482 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:07 smithi067 bash[79370]: audit 2023-12-09T02:10:07.039821+0000 mon.a (mon.0) 369 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:07.482 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:07 smithi067 bash[79370]: audit 2023-12-09T02:10:07.045446+0000 mon.a (mon.0) 370 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:07.482 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:07 smithi067 bash[79370]: audit 2023-12-09T02:10:07.122812+0000 mon.a (mon.0) 371 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:07.483 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:07 smithi067 bash[79370]: audit 2023-12-09T02:10:07.128023+0000 mon.a (mon.0) 372 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:07.483 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:07 smithi067 bash[79370]: audit 2023-12-09T02:10:07.131923+0000 mon.a (mon.0) 373 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:07.483 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:07 smithi067 bash[79370]: audit 2023-12-09T02:10:07.133333+0000 mon.a (mon.0) 374 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:07.483 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:07 smithi067 bash[79370]: audit 2023-12-09T02:10:07.139589+0000 mon.a (mon.0) 375 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:07.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:07 smithi125 bash[25274]: audit 2023-12-09T02:10:06.866054+0000 mon.a (mon.0) 354 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:07.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:07 smithi125 bash[25274]: audit 2023-12-09T02:10:06.866879+0000 mon.a (mon.0) 355 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:07.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:07 smithi125 bash[25274]: audit 2023-12-09T02:10:06.873248+0000 mon.a (mon.0) 356 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:07.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:07 smithi125 bash[25274]: audit 2023-12-09T02:10:06.904541+0000 mon.a (mon.0) 357 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:07.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:07 smithi125 bash[25274]: audit 2023-12-09T02:10:06.926580+0000 mon.a (mon.0) 358 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:07.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:07 smithi125 bash[25274]: audit 2023-12-09T02:10:06.935072+0000 mon.a (mon.0) 359 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:07.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:07 smithi125 bash[25274]: audit 2023-12-09T02:10:06.942772+0000 mon.a (mon.0) 360 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:07.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:07 smithi125 bash[25274]: audit 2023-12-09T02:10:06.943230+0000 mon.a (mon.0) 361 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:07.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:07 smithi125 bash[25274]: audit 2023-12-09T02:10:06.945825+0000 mon.a (mon.0) 362 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:07.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:07 smithi125 bash[25274]: audit 2023-12-09T02:10:06.947941+0000 mon.a (mon.0) 363 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:07.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:07 smithi125 bash[25274]: audit 2023-12-09T02:10:06.948658+0000 mon.a (mon.0) 364 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:07.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:07 smithi125 bash[25274]: audit 2023-12-09T02:10:06.954052+0000 mon.a (mon.0) 365 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:07.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:07 smithi125 bash[25274]: audit 2023-12-09T02:10:07.034558+0000 mon.a (mon.0) 366 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:07.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:07 smithi125 bash[25274]: audit 2023-12-09T02:10:07.036596+0000 mon.a (mon.0) 367 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:07.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:07 smithi125 bash[25274]: audit 2023-12-09T02:10:07.038767+0000 mon.a (mon.0) 368 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:07.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:07 smithi125 bash[25274]: audit 2023-12-09T02:10:07.039821+0000 mon.a (mon.0) 369 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:07.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:07 smithi125 bash[25274]: audit 2023-12-09T02:10:07.045446+0000 mon.a (mon.0) 370 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:07.485 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:07 smithi125 bash[25274]: audit 2023-12-09T02:10:07.122812+0000 mon.a (mon.0) 371 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:07.485 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:07 smithi125 bash[25274]: audit 2023-12-09T02:10:07.128023+0000 mon.a (mon.0) 372 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:07.485 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:07 smithi125 bash[25274]: audit 2023-12-09T02:10:07.131923+0000 mon.a (mon.0) 373 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:07.485 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:07 smithi125 bash[25274]: audit 2023-12-09T02:10:07.133333+0000 mon.a (mon.0) 374 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:07.485 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:07 smithi125 bash[25274]: audit 2023-12-09T02:10:07.139589+0000 mon.a (mon.0) 375 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:08.312 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:08 smithi067 bash[79370]: cephadm 2023-12-09T02:10:06.697174+0000 mgr.y (mgr.25480) 73 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:08.313 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:08 smithi067 bash[79370]: cephadm 2023-12-09T02:10:06.783278+0000 mgr.y (mgr.25480) 74 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:08.313 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:08 smithi067 bash[79370]: cephadm 2023-12-09T02:10:06.874131+0000 mgr.y (mgr.25480) 75 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:08.313 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:08 smithi067 bash[79370]: cephadm 2023-12-09T02:10:06.954684+0000 mgr.y (mgr.25480) 76 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:08.313 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:08 smithi067 bash[79370]: cephadm 2023-12-09T02:10:07.046034+0000 mgr.y (mgr.25480) 77 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:08.313 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:08 smithi067 bash[79370]: cephadm 2023-12-09T02:10:07.140357+0000 mgr.y (mgr.25480) 78 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:08.313 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:08 smithi067 bash[79370]: audit 2023-12-09T02:10:07.216602+0000 mon.a (mon.0) 376 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:08.313 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:08 smithi067 bash[79370]: audit 2023-12-09T02:10:07.219626+0000 mon.a (mon.0) 377 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:08.313 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:08 smithi067 bash[79370]: audit 2023-12-09T02:10:07.222972+0000 mon.a (mon.0) 378 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:08.313 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:08 smithi067 bash[79370]: audit 2023-12-09T02:10:07.224179+0000 mon.a (mon.0) 379 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:08.313 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:08 smithi067 bash[79370]: audit 2023-12-09T02:10:07.233267+0000 mon.a (mon.0) 380 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:08.313 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:08 smithi067 bash[79370]: cephadm 2023-12-09T02:10:07.233908+0000 mgr.y (mgr.25480) 79 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:08.313 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:08 smithi067 bash[79370]: audit 2023-12-09T02:10:07.319040+0000 mon.a (mon.0) 381 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:08.313 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:08 smithi067 bash[79370]: audit 2023-12-09T02:10:07.322537+0000 mon.a (mon.0) 382 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:08.314 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:08 smithi067 bash[79370]: audit 2023-12-09T02:10:07.326257+0000 mon.a (mon.0) 383 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:08.314 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:08 smithi067 bash[79370]: audit 2023-12-09T02:10:07.327457+0000 mon.a (mon.0) 384 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:08.314 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:08 smithi067 bash[79370]: audit 2023-12-09T02:10:07.334533+0000 mon.a (mon.0) 385 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:08.314 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:08 smithi067 bash[79370]: cephadm 2023-12-09T02:10:07.335349+0000 mgr.y (mgr.25480) 80 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:08.314 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:08 smithi067 bash[79370]: audit 2023-12-09T02:10:07.416218+0000 mon.a (mon.0) 386 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:08.314 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:08 smithi067 bash[79370]: audit 2023-12-09T02:10:07.418180+0000 mon.a (mon.0) 387 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:08.314 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:08 smithi067 bash[79370]: audit 2023-12-09T02:10:07.420696+0000 mon.a (mon.0) 388 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:08.314 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:08 smithi067 bash[79370]: audit 2023-12-09T02:10:07.421613+0000 mon.a (mon.0) 389 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:08.314 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:08 smithi067 bash[79370]: audit 2023-12-09T02:10:07.427366+0000 mon.a (mon.0) 390 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:08.314 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:08 smithi067 bash[79370]: cephadm 2023-12-09T02:10:07.427897+0000 mgr.y (mgr.25480) 81 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:08.314 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:08 smithi067 bash[79370]: audit 2023-12-09T02:10:07.506648+0000 mon.a (mon.0) 391 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:08.314 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:08 smithi067 bash[79370]: audit 2023-12-09T02:10:07.510448+0000 mon.a (mon.0) 392 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:08.314 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:08 smithi067 bash[79370]: audit 2023-12-09T02:10:07.510857+0000 mon.a (mon.0) 393 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:08.314 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:08 smithi067 bash[79370]: audit 2023-12-09T02:10:07.514464+0000 mon.a (mon.0) 394 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:08.314 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:08 smithi067 bash[79370]: audit 2023-12-09T02:10:07.515525+0000 mon.a (mon.0) 395 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:08.315 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:08 smithi067 bash[79370]: audit 2023-12-09T02:10:07.519770+0000 mon.a (mon.0) 396 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:08.315 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:08 smithi067 bash[79370]: cluster 2023-12-09T02:10:07.524189+0000 mgr.y (mgr.25480) 82 : cluster 0 pgmap v8: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 23 KiB/s rd, 0 B/s wr, 13 op/s 2023-12-09T02:10:08.315 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:08 smithi067 bash[79370]: audit 2023-12-09T02:10:07.524799+0000 mon.a (mon.0) 397 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:08.315 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:08 smithi067 bash[79370]: audit 2023-12-09T02:10:07.531411+0000 mon.a (mon.0) 398 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:08.315 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:08 smithi067 bash[79370]: audit 2023-12-09T02:10:07.611240+0000 mon.a (mon.0) 399 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:08.315 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:08 smithi067 bash[79370]: audit 2023-12-09T02:10:07.616451+0000 mon.a (mon.0) 400 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:08.315 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:08 smithi067 bash[79370]: audit 2023-12-09T02:10:07.619600+0000 mon.a (mon.0) 401 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2023-12-09T02:10:08.315 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:08 smithi067 bash[79370]: audit 2023-12-09T02:10:07.620753+0000 mon.a (mon.0) 402 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["c"]}]: dispatch 2023-12-09T02:10:08.315 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:08 smithi067 bash[79370]: cephadm 2023-12-09T02:10:07.621520+0000 mgr.y (mgr.25480) 83 : cephadm 1 Upgrade: It appears safe to stop mon.c 2023-12-09T02:10:08.315 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:08 smithi067 bash[30830]: cephadm 2023-12-09T02:10:06.697174+0000 mgr.y (mgr.25480) 73 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:08.316 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:08 smithi067 bash[30830]: cephadm 2023-12-09T02:10:06.783278+0000 mgr.y (mgr.25480) 74 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:08.316 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:08 smithi067 bash[30830]: cephadm 2023-12-09T02:10:06.874131+0000 mgr.y (mgr.25480) 75 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:08.316 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:08 smithi067 bash[30830]: cephadm 2023-12-09T02:10:06.954684+0000 mgr.y (mgr.25480) 76 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:08.316 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:08 smithi067 bash[30830]: cephadm 2023-12-09T02:10:07.046034+0000 mgr.y (mgr.25480) 77 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:08.316 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:08 smithi067 bash[30830]: cephadm 2023-12-09T02:10:07.140357+0000 mgr.y (mgr.25480) 78 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:08.316 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:08 smithi067 bash[30830]: audit 2023-12-09T02:10:07.216602+0000 mon.a (mon.0) 376 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:08.316 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:08 smithi067 bash[30830]: audit 2023-12-09T02:10:07.219626+0000 mon.a (mon.0) 377 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:08.316 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:08 smithi067 bash[30830]: audit 2023-12-09T02:10:07.222972+0000 mon.a (mon.0) 378 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:08.316 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:08 smithi067 bash[30830]: audit 2023-12-09T02:10:07.224179+0000 mon.a (mon.0) 379 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:08.316 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:08 smithi067 bash[30830]: audit 2023-12-09T02:10:07.233267+0000 mon.a (mon.0) 380 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:08.316 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:08 smithi067 bash[30830]: cephadm 2023-12-09T02:10:07.233908+0000 mgr.y (mgr.25480) 79 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:08.316 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:08 smithi067 bash[30830]: audit 2023-12-09T02:10:07.319040+0000 mon.a (mon.0) 381 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:08.316 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:08 smithi067 bash[30830]: audit 2023-12-09T02:10:07.322537+0000 mon.a (mon.0) 382 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:08.317 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:08 smithi067 bash[30830]: audit 2023-12-09T02:10:07.326257+0000 mon.a (mon.0) 383 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:08.317 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:08 smithi067 bash[30830]: audit 2023-12-09T02:10:07.327457+0000 mon.a (mon.0) 384 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:08.317 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:08 smithi067 bash[30830]: audit 2023-12-09T02:10:07.334533+0000 mon.a (mon.0) 385 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:08.317 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:08 smithi067 bash[30830]: cephadm 2023-12-09T02:10:07.335349+0000 mgr.y (mgr.25480) 80 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:08.317 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:08 smithi067 bash[30830]: audit 2023-12-09T02:10:07.416218+0000 mon.a (mon.0) 386 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:08.317 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:08 smithi067 bash[30830]: audit 2023-12-09T02:10:07.418180+0000 mon.a (mon.0) 387 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:08.317 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:08 smithi067 bash[30830]: audit 2023-12-09T02:10:07.420696+0000 mon.a (mon.0) 388 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:08.317 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:08 smithi067 bash[30830]: audit 2023-12-09T02:10:07.421613+0000 mon.a (mon.0) 389 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:08.317 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:08 smithi067 bash[30830]: audit 2023-12-09T02:10:07.427366+0000 mon.a (mon.0) 390 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:08.317 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:08 smithi067 bash[30830]: cephadm 2023-12-09T02:10:07.427897+0000 mgr.y (mgr.25480) 81 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:08.317 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:08 smithi067 bash[30830]: audit 2023-12-09T02:10:07.506648+0000 mon.a (mon.0) 391 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:08.317 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:08 smithi067 bash[30830]: audit 2023-12-09T02:10:07.510448+0000 mon.a (mon.0) 392 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:08.317 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:08 smithi067 bash[30830]: audit 2023-12-09T02:10:07.510857+0000 mon.a (mon.0) 393 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:08.317 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:08 smithi067 bash[30830]: audit 2023-12-09T02:10:07.514464+0000 mon.a (mon.0) 394 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:08.317 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:08 smithi067 bash[30830]: audit 2023-12-09T02:10:07.515525+0000 mon.a (mon.0) 395 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:08.317 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:08 smithi067 bash[30830]: audit 2023-12-09T02:10:07.519770+0000 mon.a (mon.0) 396 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:08.318 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:08 smithi067 bash[30830]: cluster 2023-12-09T02:10:07.524189+0000 mgr.y (mgr.25480) 82 : cluster [DBG] pgmap v8: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 23 KiB/s rd, 0 B/s wr, 13 op/s 2023-12-09T02:10:08.318 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:08 smithi067 bash[30830]: audit 2023-12-09T02:10:07.524799+0000 mon.a (mon.0) 397 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:08.318 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:08 smithi067 bash[30830]: audit 2023-12-09T02:10:07.531411+0000 mon.a (mon.0) 398 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:08.318 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:08 smithi067 bash[30830]: audit 2023-12-09T02:10:07.611240+0000 mon.a (mon.0) 399 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:08.318 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:08 smithi067 bash[30830]: audit 2023-12-09T02:10:07.616451+0000 mon.a (mon.0) 400 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:08.318 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:08 smithi067 bash[30830]: audit 2023-12-09T02:10:07.619600+0000 mon.a (mon.0) 401 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2023-12-09T02:10:08.318 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:08 smithi067 bash[30830]: audit 2023-12-09T02:10:07.620753+0000 mon.a (mon.0) 402 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["c"]}]: dispatch 2023-12-09T02:10:08.318 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:08 smithi067 bash[30830]: cephadm 2023-12-09T02:10:07.621520+0000 mgr.y (mgr.25480) 83 : cephadm [INF] Upgrade: It appears safe to stop mon.c 2023-12-09T02:10:08.473 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:08 smithi125 bash[25274]: cephadm 2023-12-09T02:10:06.697174+0000 mgr.y (mgr.25480) 73 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:08.473 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:08 smithi125 bash[25274]: cephadm 2023-12-09T02:10:06.783278+0000 mgr.y (mgr.25480) 74 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:08.473 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:08 smithi125 bash[25274]: cephadm 2023-12-09T02:10:06.874131+0000 mgr.y (mgr.25480) 75 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:08.473 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:08 smithi125 bash[25274]: cephadm 2023-12-09T02:10:06.954684+0000 mgr.y (mgr.25480) 76 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:08.473 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:08 smithi125 bash[25274]: cephadm 2023-12-09T02:10:07.046034+0000 mgr.y (mgr.25480) 77 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:08.473 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:08 smithi125 bash[25274]: cephadm 2023-12-09T02:10:07.140357+0000 mgr.y (mgr.25480) 78 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:08.473 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:08 smithi125 bash[25274]: audit 2023-12-09T02:10:07.216602+0000 mon.a (mon.0) 376 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:08.473 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:08 smithi125 bash[25274]: audit 2023-12-09T02:10:07.219626+0000 mon.a (mon.0) 377 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:08.473 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:08 smithi125 bash[25274]: audit 2023-12-09T02:10:07.222972+0000 mon.a (mon.0) 378 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:08.473 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:08 smithi125 bash[25274]: audit 2023-12-09T02:10:07.224179+0000 mon.a (mon.0) 379 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:08.474 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:08 smithi125 bash[25274]: audit 2023-12-09T02:10:07.233267+0000 mon.a (mon.0) 380 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:08.474 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:08 smithi125 bash[25274]: cephadm 2023-12-09T02:10:07.233908+0000 mgr.y (mgr.25480) 79 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:08.474 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:08 smithi125 bash[25274]: audit 2023-12-09T02:10:07.319040+0000 mon.a (mon.0) 381 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:08.474 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:08 smithi125 bash[25274]: audit 2023-12-09T02:10:07.322537+0000 mon.a (mon.0) 382 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:08.474 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:08 smithi125 bash[25274]: audit 2023-12-09T02:10:07.326257+0000 mon.a (mon.0) 383 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:08.474 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:08 smithi125 bash[25274]: audit 2023-12-09T02:10:07.327457+0000 mon.a (mon.0) 384 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:08.474 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:08 smithi125 bash[25274]: audit 2023-12-09T02:10:07.334533+0000 mon.a (mon.0) 385 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:08.474 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:08 smithi125 bash[25274]: cephadm 2023-12-09T02:10:07.335349+0000 mgr.y (mgr.25480) 80 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:08.474 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:08 smithi125 bash[25274]: audit 2023-12-09T02:10:07.416218+0000 mon.a (mon.0) 386 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:08.474 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:08 smithi125 bash[25274]: audit 2023-12-09T02:10:07.418180+0000 mon.a (mon.0) 387 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:08.474 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:08 smithi125 bash[25274]: audit 2023-12-09T02:10:07.420696+0000 mon.a (mon.0) 388 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:08.474 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:08 smithi125 bash[25274]: audit 2023-12-09T02:10:07.421613+0000 mon.a (mon.0) 389 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:08.475 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:08 smithi125 bash[25274]: audit 2023-12-09T02:10:07.427366+0000 mon.a (mon.0) 390 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:08.475 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:08 smithi125 bash[25274]: cephadm 2023-12-09T02:10:07.427897+0000 mgr.y (mgr.25480) 81 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:08.475 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:08 smithi125 bash[25274]: audit 2023-12-09T02:10:07.506648+0000 mon.a (mon.0) 391 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:08.475 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:08 smithi125 bash[25274]: audit 2023-12-09T02:10:07.510448+0000 mon.a (mon.0) 392 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:08.475 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:08 smithi125 bash[25274]: audit 2023-12-09T02:10:07.510857+0000 mon.a (mon.0) 393 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:08.475 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:08 smithi125 bash[25274]: audit 2023-12-09T02:10:07.514464+0000 mon.a (mon.0) 394 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:08.475 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:08 smithi125 bash[25274]: audit 2023-12-09T02:10:07.515525+0000 mon.a (mon.0) 395 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:08.475 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:08 smithi125 bash[25274]: audit 2023-12-09T02:10:07.519770+0000 mon.a (mon.0) 396 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:08.475 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:08 smithi125 bash[25274]: cluster 2023-12-09T02:10:07.524189+0000 mgr.y (mgr.25480) 82 : cluster [DBG] pgmap v8: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 23 KiB/s rd, 0 B/s wr, 13 op/s 2023-12-09T02:10:08.475 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:08 smithi125 bash[25274]: audit 2023-12-09T02:10:07.524799+0000 mon.a (mon.0) 397 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:08.475 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:08 smithi125 bash[25274]: audit 2023-12-09T02:10:07.531411+0000 mon.a (mon.0) 398 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:08.475 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:08 smithi125 bash[25274]: audit 2023-12-09T02:10:07.611240+0000 mon.a (mon.0) 399 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:08.476 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:08 smithi125 bash[25274]: audit 2023-12-09T02:10:07.616451+0000 mon.a (mon.0) 400 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:08.476 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:08 smithi125 bash[25274]: audit 2023-12-09T02:10:07.619600+0000 mon.a (mon.0) 401 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2023-12-09T02:10:08.476 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:08 smithi125 bash[25274]: audit 2023-12-09T02:10:07.620753+0000 mon.a (mon.0) 402 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["c"]}]: dispatch 2023-12-09T02:10:08.476 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:08 smithi125 bash[25274]: cephadm 2023-12-09T02:10:07.621520+0000 mgr.y (mgr.25480) 83 : cephadm [INF] Upgrade: It appears safe to stop mon.c 2023-12-09T02:10:08.972 INFO:journalctl@ceph.prometheus.a.smithi125.stdout:Dec 09 02:10:08 smithi125 bash[62302]: ts=2023-12-09T02:10: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.67\", device_class=\"ssd\", hostname=\"smithi067\", instance=\"smithi067:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.67\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.67\", device_class=\"ssd\", hostname=\"smithi067\", instance=\"172.21.15.125:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.67\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-09T02:10:09.722 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:09 smithi125 bash[25274]: audit 2023-12-09T02:10:08.304569+0000 mon.a (mon.0) 403 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:09.723 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:09 smithi125 bash[25274]: audit 2023-12-09T02:10:08.316003+0000 mon.a (mon.0) 404 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:09.723 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:09 smithi125 bash[25274]: audit 2023-12-09T02:10:08.325129+0000 mon.a (mon.0) 405 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:09.723 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:09 smithi125 bash[25274]: audit 2023-12-09T02:10:08.542018+0000 mgr.y (mgr.25480) 84 : audit [DBG] from='client.25420 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:10:09.746 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:09 smithi067 bash[79370]: audit 2023-12-09T02:10:08.304569+0000 mon.a (mon.0) 403 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:09.746 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:09 smithi067 bash[79370]: audit 2023-12-09T02:10:08.316003+0000 mon.a (mon.0) 404 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:09.746 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:09 smithi067 bash[79370]: audit 2023-12-09T02:10:08.325129+0000 mon.a (mon.0) 405 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:09.746 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:09 smithi067 bash[79370]: audit 2023-12-09T02:10:08.542018+0000 mgr.y (mgr.25480) 84 : audit 0 from='client.25420 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:10:09.747 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:09 smithi067 bash[30830]: audit 2023-12-09T02:10:08.304569+0000 mon.a (mon.0) 403 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:09.747 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:09 smithi067 bash[30830]: audit 2023-12-09T02:10:08.316003+0000 mon.a (mon.0) 404 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:09.747 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:09 smithi067 bash[30830]: audit 2023-12-09T02:10:08.325129+0000 mon.a (mon.0) 405 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:09.747 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:09 smithi067 bash[30830]: audit 2023-12-09T02:10:08.542018+0000 mgr.y (mgr.25480) 84 : audit [DBG] from='client.25420 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:10:10.620 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:10 smithi067 bash[79370]: cluster 2023-12-09T02:10:09.525854+0000 mgr.y (mgr.25480) 85 : cluster 0 pgmap v9: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 20 KiB/s rd, 0 B/s wr, 11 op/s 2023-12-09T02:10:10.620 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:10 smithi067 bash[30830]: cluster 2023-12-09T02:10:09.525854+0000 mgr.y (mgr.25480) 85 : cluster [DBG] pgmap v9: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 20 KiB/s rd, 0 B/s wr, 11 op/s 2023-12-09T02:10:10.722 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:10 smithi125 bash[25274]: cluster 2023-12-09T02:10:09.525854+0000 mgr.y (mgr.25480) 85 : cluster [DBG] pgmap v9: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 20 KiB/s rd, 0 B/s wr, 11 op/s 2023-12-09T02:10:12.576 INFO:teuthology.orchestra.run.smithi067.stdout:true 2023-12-09T02:10:12.870 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:12 smithi125 bash[25274]: cluster 2023-12-09T02:10:11.526445+0000 mgr.y (mgr.25480) 86 : cluster [DBG] pgmap v10: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2023-12-09T02:10:12.871 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:12 smithi125 bash[25274]: cephadm 2023-12-09T02:10:11.545065+0000 mgr.y (mgr.25480) 87 : cephadm [INF] Upgrade: Updating mon.c 2023-12-09T02:10:12.871 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:12 smithi125 bash[25274]: audit 2023-12-09T02:10:11.549517+0000 mon.a (mon.0) 406 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:12.871 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:12 smithi125 bash[25274]: audit 2023-12-09T02:10:11.551972+0000 mon.a (mon.0) 407 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-09T02:10:12.871 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:12 smithi125 bash[25274]: audit 2023-12-09T02:10:11.553046+0000 mon.a (mon.0) 408 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-09T02:10:12.871 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:12 smithi125 bash[25274]: audit 2023-12-09T02:10:11.554171+0000 mon.a (mon.0) 409 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:12.871 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:12 smithi125 bash[25274]: cephadm 2023-12-09T02:10:11.555770+0000 mgr.y (mgr.25480) 88 : cephadm [INF] Deploying daemon mon.c on smithi067 2023-12-09T02:10:12.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:12 smithi067 bash[30830]: cluster 2023-12-09T02:10:11.526445+0000 mgr.y (mgr.25480) 86 : cluster [DBG] pgmap v10: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2023-12-09T02:10:12.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:12 smithi067 bash[30830]: cephadm 2023-12-09T02:10:11.545065+0000 mgr.y (mgr.25480) 87 : cephadm [INF] Upgrade: Updating mon.c 2023-12-09T02:10:12.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:12 smithi067 bash[30830]: audit 2023-12-09T02:10:11.549517+0000 mon.a (mon.0) 406 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:12.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:12 smithi067 bash[30830]: audit 2023-12-09T02:10:11.551972+0000 mon.a (mon.0) 407 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-09T02:10:12.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:12 smithi067 bash[30830]: audit 2023-12-09T02:10:11.553046+0000 mon.a (mon.0) 408 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-09T02:10:12.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:12 smithi067 bash[30830]: audit 2023-12-09T02:10:11.554171+0000 mon.a (mon.0) 409 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:12.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:12 smithi067 bash[30830]: cephadm 2023-12-09T02:10:11.555770+0000 mgr.y (mgr.25480) 88 : cephadm [INF] Deploying daemon mon.c on smithi067 2023-12-09T02:10:12.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:12 smithi067 bash[79370]: cluster 2023-12-09T02:10:11.526445+0000 mgr.y (mgr.25480) 86 : cluster 0 pgmap v10: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2023-12-09T02:10:12.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:12 smithi067 bash[79370]: cephadm 2023-12-09T02:10:11.545065+0000 mgr.y (mgr.25480) 87 : cephadm 1 Upgrade: Updating mon.c 2023-12-09T02:10:12.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:12 smithi067 bash[79370]: audit 2023-12-09T02:10:11.549517+0000 mon.a (mon.0) 406 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:12.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:12 smithi067 bash[79370]: audit 2023-12-09T02:10:11.551972+0000 mon.a (mon.0) 407 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-09T02:10:12.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:12 smithi067 bash[79370]: audit 2023-12-09T02:10:11.553046+0000 mon.a (mon.0) 408 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-09T02:10:12.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:12 smithi067 bash[79370]: audit 2023-12-09T02:10:11.554171+0000 mon.a (mon.0) 409 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:12.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:12 smithi067 bash[79370]: cephadm 2023-12-09T02:10:11.555770+0000 mgr.y (mgr.25480) 88 : cephadm 1 Deploying daemon mon.c on smithi067 2023-12-09T02:10:13.387 INFO:teuthology.orchestra.run.smithi067.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-09T02:10:13.387 INFO:teuthology.orchestra.run.smithi067.stdout:agent.smithi067 smithi067 running 0s ago 16m - - 2023-12-09T02:10:13.387 INFO:teuthology.orchestra.run.smithi067.stdout:agent.smithi125 smithi125 running 0s ago 16m - - 2023-12-09T02:10:13.387 INFO:teuthology.orchestra.run.smithi067.stdout:alertmanager.a smithi067 *:9093,9094 running (2m) 0s ago 9m 16.8M - 0.23.0 ba2b418f427c 6ec817f342b5 2023-12-09T02:10:13.387 INFO:teuthology.orchestra.run.smithi067.stdout:grafana.a smithi125 *:3000 running (101s) 0s ago 9m 43.6M - 8.3.5 dad864ee21e9 40cbacae8259 2023-12-09T02:10:13.387 INFO:teuthology.orchestra.run.smithi067.stdout:iscsi.foo.smithi067.oajywc smithi067 running (60s) 0s ago 6m 44.7M - 3.5 e1d6a67b021e 3e5a20a58ce4 2023-12-09T02:10:13.387 INFO:teuthology.orchestra.run.smithi067.stdout:mgr.x smithi125 *:8443,9283,8765 running (47s) 0s ago 15m 431M - 19.0.0-44-g9dcc13bb f28f2b94f153 d59f2ab74456 2023-12-09T02:10:13.388 INFO:teuthology.orchestra.run.smithi067.stdout:mgr.y smithi067 *:8443,9283,8765 running (77s) 0s ago 17m 485M - 19.0.0-44-g9dcc13bb f28f2b94f153 b0e5c689c1a6 2023-12-09T02:10:13.388 INFO:teuthology.orchestra.run.smithi067.stdout:mon.a smithi067 running (27s) 0s ago 17m 45.3M 2048M 19.0.0-44-g9dcc13bb f28f2b94f153 f5f188bf2880 2023-12-09T02:10:13.388 INFO:teuthology.orchestra.run.smithi067.stdout:mon.b smithi125 running (16m) 0s ago 16m 63.6M 2048M 17.2.0 e1d6a67b021e 8237ce022316 2023-12-09T02:10:13.388 INFO:teuthology.orchestra.run.smithi067.stdout:mon.c smithi067 running (16m) 0s ago 16m 57.9M 2048M 17.2.0 e1d6a67b021e c4b6ab6450e8 2023-12-09T02:10:13.388 INFO:teuthology.orchestra.run.smithi067.stdout:node-exporter.a smithi067 *:9100 running (2m) 0s ago 9m 12.0M - 1.3.1 1dbe0e931976 f40a7a952aae 2023-12-09T02:10:13.388 INFO:teuthology.orchestra.run.smithi067.stdout:node-exporter.b smithi125 *:9100 running (2m) 0s ago 9m 10.8M - 1.3.1 1dbe0e931976 47a93b654521 2023-12-09T02:10:13.388 INFO:teuthology.orchestra.run.smithi067.stdout:osd.0 smithi067 running (15m) 0s ago 15m 60.2M 4096M 17.2.0 e1d6a67b021e 8028f118e61c 2023-12-09T02:10:13.388 INFO:teuthology.orchestra.run.smithi067.stdout:osd.1 smithi067 running (14m) 0s ago 14m 62.5M 4096M 17.2.0 e1d6a67b021e d8a826789ab9 2023-12-09T02:10:13.388 INFO:teuthology.orchestra.run.smithi067.stdout:osd.2 smithi067 running (14m) 0s ago 14m 55.3M 4096M 17.2.0 e1d6a67b021e 4a0ed55ab397 2023-12-09T02:10:13.388 INFO:teuthology.orchestra.run.smithi067.stdout:osd.3 smithi067 running (13m) 0s ago 13m 59.0M 4096M 17.2.0 e1d6a67b021e 200513eb3289 2023-12-09T02:10:13.388 INFO:teuthology.orchestra.run.smithi067.stdout:osd.4 smithi125 running (12m) 0s ago 12m 61.7M 4096M 17.2.0 e1d6a67b021e 03a86e583fa8 2023-12-09T02:10:13.388 INFO:teuthology.orchestra.run.smithi067.stdout:osd.5 smithi125 running (12m) 0s ago 12m 57.0M 4096M 17.2.0 e1d6a67b021e 69bedd006f74 2023-12-09T02:10:13.388 INFO:teuthology.orchestra.run.smithi067.stdout:osd.6 smithi125 running (11m) 0s ago 11m 55.2M 4096M 17.2.0 e1d6a67b021e 30344497f6d2 2023-12-09T02:10:13.388 INFO:teuthology.orchestra.run.smithi067.stdout:osd.7 smithi125 running (10m) 0s ago 10m 59.0M 4096M 17.2.0 e1d6a67b021e 8791b422aafd 2023-12-09T02:10:13.388 INFO:teuthology.orchestra.run.smithi067.stdout:prometheus.a smithi125 *:9095 running (55s) 0s ago 9m 54.4M - 2.33.4 514e6a882f6e c0781044780a 2023-12-09T02:10:13.388 INFO:teuthology.orchestra.run.smithi067.stdout:rgw.foo.smithi067.rqvsfw smithi067 *:8000 running (7m) 0s ago 7m 88.3M - 17.2.0 e1d6a67b021e 72086955a09f 2023-12-09T02:10:13.389 INFO:teuthology.orchestra.run.smithi067.stdout:rgw.foo.smithi125.wanndy smithi125 *:8000 running (7m) 0s ago 7m 88.2M - 17.2.0 e1d6a67b021e 89b35e95d314 2023-12-09T02:10:13.389 INFO:teuthology.orchestra.run.smithi067.stdout:rgw.smpl.smithi067.mukdcu smithi067 *:80 running (7m) 0s ago 7m 87.9M - 17.2.0 e1d6a67b021e b813f19c7bee 2023-12-09T02:10:13.389 INFO:teuthology.orchestra.run.smithi067.stdout:rgw.smpl.smithi125.ngrzpa smithi125 *:80 running (7m) 0s ago 7m 88.8M - 17.2.0 e1d6a67b021e 96b29ebc04e4 2023-12-09T02:10:13.853 INFO:teuthology.orchestra.run.smithi067.stdout:{ 2023-12-09T02:10:13.853 INFO:teuthology.orchestra.run.smithi067.stdout: "mon": { 2023-12-09T02:10:13.853 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2, 2023-12-09T02:10:13.853 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 19.0.0-44-g9dcc13bb (9dcc13bb80dcc1cdea72b04d80505b4649a2b882) reef (dev)": 1 2023-12-09T02:10:13.853 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2023-12-09T02:10:13.853 INFO:teuthology.orchestra.run.smithi067.stdout: "mgr": { 2023-12-09T02:10:13.853 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 19.0.0-44-g9dcc13bb (9dcc13bb80dcc1cdea72b04d80505b4649a2b882) reef (dev)": 2 2023-12-09T02:10:13.854 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2023-12-09T02:10:13.854 INFO:teuthology.orchestra.run.smithi067.stdout: "osd": { 2023-12-09T02:10:13.854 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-09T02:10:13.854 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2023-12-09T02:10:13.854 INFO:teuthology.orchestra.run.smithi067.stdout: "mds": {}, 2023-12-09T02:10:13.854 INFO:teuthology.orchestra.run.smithi067.stdout: "rgw": { 2023-12-09T02:10:13.854 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2023-12-09T02:10:13.854 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2023-12-09T02:10:13.854 INFO:teuthology.orchestra.run.smithi067.stdout: "overall": { 2023-12-09T02:10:13.854 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 14, 2023-12-09T02:10:13.854 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 19.0.0-44-g9dcc13bb (9dcc13bb80dcc1cdea72b04d80505b4649a2b882) reef (dev)": 3 2023-12-09T02:10:13.854 INFO:teuthology.orchestra.run.smithi067.stdout: } 2023-12-09T02:10:13.854 INFO:teuthology.orchestra.run.smithi067.stdout:} 2023-12-09T02:10:13.969 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:10:13 smithi067 bash[75618]: ::ffff:172.21.15.125 - - [09/Dec/2023:02:10:13] "GET /metrics HTTP/1.1" 200 38242 "" "Prometheus/2.33.4" 2023-12-09T02:10:13.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:13 smithi067 bash[79370]: audit 2023-12-09T02:10:12.558993+0000 mgr.y (mgr.25480) 89 : audit 0 from='client.25510 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:10:13.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:13 smithi067 bash[79370]: audit 2023-12-09T02:10:12.629709+0000 mon.a (mon.0) 410 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:10:13.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:13 smithi067 bash[79370]: audit 2023-12-09T02:10:12.851110+0000 mon.a (mon.0) 411 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:13.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:13 smithi067 bash[79370]: audit 2023-12-09T02:10:12.859761+0000 mon.a (mon.0) 412 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:13.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:13 smithi067 bash[79370]: audit 2023-12-09T02:10:12.868104+0000 mon.a (mon.0) 413 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:13.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:13 smithi067 bash[79370]: audit 2023-12-09T02:10:13.249085+0000 mon.a (mon.0) 414 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:13.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:13 smithi067 bash[79370]: audit 2023-12-09T02:10:13.257616+0000 mon.a (mon.0) 415 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:13.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:13 smithi067 bash[79370]: audit 2023-12-09T02:10:13.265116+0000 mon.a (mon.0) 416 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:13.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:13 smithi067 bash[30830]: audit 2023-12-09T02:10:12.558993+0000 mgr.y (mgr.25480) 89 : audit [DBG] from='client.25510 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:10:13.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:13 smithi067 bash[30830]: audit 2023-12-09T02:10:12.629709+0000 mon.a (mon.0) 410 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:10:13.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:13 smithi067 bash[30830]: audit 2023-12-09T02:10:12.851110+0000 mon.a (mon.0) 411 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:13.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:13 smithi067 bash[30830]: audit 2023-12-09T02:10:12.859761+0000 mon.a (mon.0) 412 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:13.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:13 smithi067 bash[30830]: audit 2023-12-09T02:10:12.868104+0000 mon.a (mon.0) 413 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:13.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:13 smithi067 bash[30830]: audit 2023-12-09T02:10:13.249085+0000 mon.a (mon.0) 414 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:13.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:13 smithi067 bash[30830]: audit 2023-12-09T02:10:13.257616+0000 mon.a (mon.0) 415 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:13.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:13 smithi067 bash[30830]: audit 2023-12-09T02:10:13.265116+0000 mon.a (mon.0) 416 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:13.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:13 smithi125 bash[25274]: audit 2023-12-09T02:10:12.558993+0000 mgr.y (mgr.25480) 89 : audit [DBG] from='client.25510 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:10:13.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:13 smithi125 bash[25274]: audit 2023-12-09T02:10:12.629709+0000 mon.a (mon.0) 410 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:10:13.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:13 smithi125 bash[25274]: audit 2023-12-09T02:10:12.851110+0000 mon.a (mon.0) 411 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:13.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:13 smithi125 bash[25274]: audit 2023-12-09T02:10:12.859761+0000 mon.a (mon.0) 412 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:13.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:13 smithi125 bash[25274]: audit 2023-12-09T02:10:12.868104+0000 mon.a (mon.0) 413 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:13.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:13 smithi125 bash[25274]: audit 2023-12-09T02:10:13.249085+0000 mon.a (mon.0) 414 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:13.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:13 smithi125 bash[25274]: audit 2023-12-09T02:10:13.257616+0000 mon.a (mon.0) 415 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:13.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:13 smithi125 bash[25274]: audit 2023-12-09T02:10:13.265116+0000 mon.a (mon.0) 416 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:14.235 INFO:teuthology.orchestra.run.smithi067.stdout:{ 2023-12-09T02:10:14.235 INFO:teuthology.orchestra.run.smithi067.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:9dcc13bb80dcc1cdea72b04d80505b4649a2b882", 2023-12-09T02:10:14.235 INFO:teuthology.orchestra.run.smithi067.stdout: "in_progress": true, 2023-12-09T02:10:14.235 INFO:teuthology.orchestra.run.smithi067.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-09T02:10:14.235 INFO:teuthology.orchestra.run.smithi067.stdout: "services_complete": [ 2023-12-09T02:10:14.235 INFO:teuthology.orchestra.run.smithi067.stdout: "mgr" 2023-12-09T02:10:14.235 INFO:teuthology.orchestra.run.smithi067.stdout: ], 2023-12-09T02:10:14.235 INFO:teuthology.orchestra.run.smithi067.stdout: "progress": "3/23 daemons upgraded", 2023-12-09T02:10:14.235 INFO:teuthology.orchestra.run.smithi067.stdout: "message": "Currently upgrading mon daemons", 2023-12-09T02:10:14.235 INFO:teuthology.orchestra.run.smithi067.stdout: "is_paused": false 2023-12-09T02:10:14.235 INFO:teuthology.orchestra.run.smithi067.stdout:} 2023-12-09T02:10:14.689 INFO:teuthology.orchestra.run.smithi067.stdout:HEALTH_OK 2023-12-09T02:10:14.963 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:14 smithi067 bash[79370]: audit 2023-12-09T02:10:12.964839+0000 mgr.y (mgr.25480) 90 : audit 0 from='client.34140 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:10:14.963 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:14 smithi067 bash[79370]: audit 2023-12-09T02:10:13.360664+0000 mgr.y (mgr.25480) 91 : audit 0 from='client.25522 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:10:14.963 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:14 smithi067 bash[79370]: cluster 2023-12-09T02:10:13.527390+0000 mgr.y (mgr.25480) 92 : cluster 0 pgmap v11: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2023-12-09T02:10:14.963 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:14 smithi067 bash[79370]: audit 2023-12-09T02:10:13.852383+0000 mon.c (mon.1) 58 : audit 0 from='client.? 172.21.15.67:0/3831656528' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:14.964 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:14 smithi067 bash[30830]: audit 2023-12-09T02:10:12.964839+0000 mgr.y (mgr.25480) 90 : audit [DBG] from='client.34140 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:10:14.964 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:14 smithi067 bash[30830]: audit 2023-12-09T02:10:13.360664+0000 mgr.y (mgr.25480) 91 : audit [DBG] from='client.25522 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:10:14.964 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:14 smithi067 bash[30830]: cluster 2023-12-09T02:10:13.527390+0000 mgr.y (mgr.25480) 92 : cluster [DBG] pgmap v11: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2023-12-09T02:10:14.964 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:14 smithi067 bash[30830]: audit 2023-12-09T02:10:13.852383+0000 mon.c (mon.1) 58 : audit [DBG] from='client.? 172.21.15.67:0/3831656528' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:14.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:14 smithi125 bash[25274]: audit 2023-12-09T02:10:12.964839+0000 mgr.y (mgr.25480) 90 : audit [DBG] from='client.34140 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:10:14.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:14 smithi125 bash[25274]: audit 2023-12-09T02:10:13.360664+0000 mgr.y (mgr.25480) 91 : audit [DBG] from='client.25522 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:10:14.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:14 smithi125 bash[25274]: cluster 2023-12-09T02:10:13.527390+0000 mgr.y (mgr.25480) 92 : cluster [DBG] pgmap v11: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2023-12-09T02:10:14.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:14 smithi125 bash[25274]: audit 2023-12-09T02:10:13.852383+0000 mon.c (mon.1) 58 : audit [DBG] from='client.? 172.21.15.67:0/3831656528' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:15.719 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:15 smithi067 bash[79370]: audit 2023-12-09T02:10:14.233738+0000 mgr.y (mgr.25480) 93 : audit 0 from='client.25534 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:10:15.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:15 smithi067 bash[79370]: audit 2023-12-09T02:10:14.688748+0000 mon.c (mon.1) 59 : audit 0 from='client.? 172.21.15.67:0/2995287116' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-09T02:10:15.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:15 smithi067 bash[30830]: audit 2023-12-09T02:10:14.233738+0000 mgr.y (mgr.25480) 93 : audit [DBG] from='client.25534 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:10:15.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:15 smithi067 bash[30830]: audit 2023-12-09T02:10:14.688748+0000 mon.c (mon.1) 59 : audit [DBG] from='client.? 172.21.15.67:0/2995287116' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-09T02:10:15.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:15 smithi125 bash[25274]: audit 2023-12-09T02:10:14.233738+0000 mgr.y (mgr.25480) 93 : audit [DBG] from='client.25534 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:10:15.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:15 smithi125 bash[25274]: audit 2023-12-09T02:10:14.688748+0000 mon.c (mon.1) 59 : audit [DBG] from='client.? 172.21.15.67:0/2995287116' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-09T02:10:16.872 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:16 smithi067 bash[79370]: cluster 2023-12-09T02:10:15.528776+0000 mgr.y (mgr.25480) 94 : cluster 0 pgmap v12: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2023-12-09T02:10:16.873 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:16 smithi067 bash[30830]: cluster 2023-12-09T02:10:15.528776+0000 mgr.y (mgr.25480) 94 : cluster [DBG] pgmap v12: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2023-12-09T02:10:16.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:16 smithi125 bash[25274]: cluster 2023-12-09T02:10:15.528776+0000 mgr.y (mgr.25480) 94 : cluster [DBG] pgmap v12: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2023-12-09T02:10:17.219 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:16 smithi067 systemd[1]: Stopping Ceph mon.c for 6db93fb0-9635-11ee-95a3-87774f69a715... 2023-12-09T02:10:17.220 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:17 smithi067 bash[30830]: debug 2023-12-09T02:10:17.033+0000 7fd21cb95700 -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-09T02:10:17.220 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:17 smithi067 bash[30830]: debug 2023-12-09T02:10:17.033+0000 7fd21cb95700 -1 mon.c@1(peon) e3 *** Got Signal Terminated *** 2023-12-09T02:10:18.188 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:17 smithi067 bash[81941]: ceph-6db93fb0-9635-11ee-95a3-87774f69a715-mon-c 2023-12-09T02:10:18.188 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:18 smithi067 bash[82016]: Error response from daemon: No such container: ceph-6db93fb0-9635-11ee-95a3-87774f69a715-mon-c 2023-12-09T02:10:18.188 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:18 smithi067 systemd[1]: ceph-6db93fb0-9635-11ee-95a3-87774f69a715@mon.c.service: Succeeded. 2023-12-09T02:10:18.188 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:18 smithi067 systemd[1]: Stopped Ceph mon.c for 6db93fb0-9635-11ee-95a3-87774f69a715. 2023-12-09T02:10:18.469 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:18 smithi067 systemd[1]: Started Ceph mon.c for 6db93fb0-9635-11ee-95a3-87774f69a715. 2023-12-09T02:10:18.972 INFO:journalctl@ceph.prometheus.a.smithi125.stdout:Dec 09 02:10:18 smithi125 bash[62302]: ts=2023-12-09T02:10: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.67\", device_class=\"ssd\", hostname=\"smithi067\", instance=\"smithi067:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.67\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.67\", device_class=\"ssd\", hostname=\"smithi067\", instance=\"172.21.15.125:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.67\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-09T02:10:20.220 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: debug 2023-12-09T02:10:19.977+0000 7ff499befc80 0 set uid:gid to 167:167 (ceph:ceph) 2023-12-09T02:10:20.220 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: debug 2023-12-09T02:10:19.977+0000 7ff499befc80 0 ceph version 19.0.0-44-g9dcc13bb (9dcc13bb80dcc1cdea72b04d80505b4649a2b882) reef (dev), process ceph-mon, pid 7 2023-12-09T02:10:20.220 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: debug 2023-12-09T02:10:19.977+0000 7ff499befc80 0 pidfile_write: ignore empty --pid-file 2023-12-09T02:10:20.220 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: debug 2023-12-09T02:10:19.981+0000 7ff499befc80 0 load: jerasure load: lrc 2023-12-09T02:10:20.220 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: debug 2023-12-09T02:10:19.981+0000 7ff499befc80 4 rocksdb: RocksDB version: 7.9.2 2023-12-09T02:10:20.220 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: debug 2023-12-09T02:10:19.981+0000 7ff499befc80 4 rocksdb: Git sha 0 2023-12-09T02:10:20.220 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: debug 2023-12-09T02:10:19.981+0000 7ff499befc80 4 rocksdb: Compile date 2023-12-08 17:42:16 2023-12-09T02:10:20.220 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: debug 2023-12-09T02:10:19.981+0000 7ff499befc80 4 rocksdb: DB SUMMARY 2023-12-09T02:10:20.221 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: debug 2023-12-09T02:10:19.981+0000 7ff499befc80 4 rocksdb: DB Session ID: QYIBWQ2HOKIUS91TGQGL 2023-12-09T02:10:20.221 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: debug 2023-12-09T02:10:19.981+0000 7ff499befc80 4 rocksdb: CURRENT file: CURRENT 2023-12-09T02:10:20.221 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: debug 2023-12-09T02:10:19.981+0000 7ff499befc80 4 rocksdb: IDENTITY file: IDENTITY 2023-12-09T02:10:20.221 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: debug 2023-12-09T02:10:19.981+0000 7ff499befc80 4 rocksdb: MANIFEST file: MANIFEST-000009 size: 1850 Bytes 2023-12-09T02:10:20.221 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: debug 2023-12-09T02:10:19.981+0000 7ff499befc80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-c/store.db dir, Total Num: 1, files: 000039.sst 2023-12-09T02:10:20.221 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: debug 2023-12-09T02:10:19.981+0000 7ff499befc80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-c/store.db: 000037.log size: 679206 ; 2023-12-09T02:10:20.221 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: debug 2023-12-09T02:10:19.981+0000 7ff499befc80 4 rocksdb: Options.error_if_exists: 0 2023-12-09T02:10:20.221 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: debug 2023-12-09T02:10:19.981+0000 7ff499befc80 4 rocksdb: Options.create_if_missing: 0 2023-12-09T02:10:20.221 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: debug 2023-12-09T02:10:19.981+0000 7ff499befc80 4 rocksdb: Options.paranoid_checks: 1 2023-12-09T02:10:20.221 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: debug 2023-12-09T02:10:19.981+0000 7ff499befc80 4 rocksdb: Options.flush_verify_memtable_count: 1 2023-12-09T02:10:20.221 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: debug 2023-12-09T02:10:19.981+0000 7ff499befc80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2023-12-09T02:10:20.221 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: debug 2023-12-09T02:10:19.981+0000 7ff499befc80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2023-12-09T02:10:20.221 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: debug 2023-12-09T02:10:19.981+0000 7ff499befc80 4 rocksdb: Options.env: 0x5582dcf35a60 2023-12-09T02:10:20.221 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: debug 2023-12-09T02:10:19.981+0000 7ff499befc80 4 rocksdb: Options.fs: PosixFileSystem 2023-12-09T02:10:20.221 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: debug 2023-12-09T02:10:19.981+0000 7ff499befc80 4 rocksdb: Options.info_log: 0x5582dda65780 2023-12-09T02:10:20.221 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: debug 2023-12-09T02:10:19.981+0000 7ff499befc80 4 rocksdb: Options.max_file_opening_threads: 16 2023-12-09T02:10:20.222 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: debug 2023-12-09T02:10:19.981+0000 7ff499befc80 4 rocksdb: Options.statistics: (nil) 2023-12-09T02:10:20.222 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: debug 2023-12-09T02:10:19.981+0000 7ff499befc80 4 rocksdb: Options.use_fsync: 0 2023-12-09T02:10:20.222 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: debug 2023-12-09T02:10:19.981+0000 7ff499befc80 4 rocksdb: Options.max_log_file_size: 0 2023-12-09T02:10:20.222 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: debug 2023-12-09T02:10:19.981+0000 7ff499befc80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-12-09T02:10:20.222 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: debug 2023-12-09T02:10:19.981+0000 7ff499befc80 4 rocksdb: Options.log_file_time_to_roll: 0 2023-12-09T02:10:20.222 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: debug 2023-12-09T02:10:19.981+0000 7ff499befc80 4 rocksdb: Options.keep_log_file_num: 1000 2023-12-09T02:10:20.222 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: debug 2023-12-09T02:10:19.981+0000 7ff499befc80 4 rocksdb: Options.recycle_log_file_num: 0 2023-12-09T02:10:20.222 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: debug 2023-12-09T02:10:19.981+0000 7ff499befc80 4 rocksdb: Options.allow_fallocate: 1 2023-12-09T02:10:20.222 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: debug 2023-12-09T02:10:19.981+0000 7ff499befc80 4 rocksdb: Options.allow_mmap_reads: 0 2023-12-09T02:10:20.222 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: debug 2023-12-09T02:10:19.981+0000 7ff499befc80 4 rocksdb: Options.allow_mmap_writes: 0 2023-12-09T02:10:20.222 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: debug 2023-12-09T02:10:19.981+0000 7ff499befc80 4 rocksdb: Options.use_direct_reads: 0 2023-12-09T02:10:20.222 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: debug 2023-12-09T02:10:19.981+0000 7ff499befc80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-12-09T02:10:20.222 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: debug 2023-12-09T02:10:19.981+0000 7ff499befc80 4 rocksdb: Options.create_missing_column_families: 0 2023-12-09T02:10:20.222 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: debug 2023-12-09T02:10:19.981+0000 7ff499befc80 4 rocksdb: Options.db_log_dir: 2023-12-09T02:10:20.222 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: debug 2023-12-09T02:10:19.981+0000 7ff499befc80 4 rocksdb: Options.wal_dir: 2023-12-09T02:10:20.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: debug 2023-12-09T02:10:19.981+0000 7ff499befc80 4 rocksdb: Options.table_cache_numshardbits: 6 2023-12-09T02:10:20.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: debug 2023-12-09T02:10:19.981+0000 7ff499befc80 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-12-09T02:10:20.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: debug 2023-12-09T02:10:19.981+0000 7ff499befc80 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-12-09T02:10:20.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: debug 2023-12-09T02:10:19.981+0000 7ff499befc80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-12-09T02:10:20.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: debug 2023-12-09T02:10:19.981+0000 7ff499befc80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-12-09T02:10:20.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: debug 2023-12-09T02:10:19.981+0000 7ff499befc80 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-12-09T02:10:20.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: debug 2023-12-09T02:10:19.981+0000 7ff499befc80 4 rocksdb: Options.advise_random_on_open: 1 2023-12-09T02:10:20.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: debug 2023-12-09T02:10:19.981+0000 7ff499befc80 4 rocksdb: Options.db_write_buffer_size: 0 2023-12-09T02:10:20.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: debug 2023-12-09T02:10:19.981+0000 7ff499befc80 4 rocksdb: Options.write_buffer_manager: 0x5582dda38f00 2023-12-09T02:10:20.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: debug 2023-12-09T02:10:19.981+0000 7ff499befc80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-12-09T02:10:20.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: debug 2023-12-09T02:10:19.981+0000 7ff499befc80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-12-09T02:10:20.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: debug 2023-12-09T02:10:19.981+0000 7ff499befc80 4 rocksdb: Options.use_adaptive_mutex: 0 2023-12-09T02:10:20.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: debug 2023-12-09T02:10:19.981+0000 7ff499befc80 4 rocksdb: Options.rate_limiter: (nil) 2023-12-09T02:10:20.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: debug 2023-12-09T02:10:19.981+0000 7ff499befc80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-12-09T02:10:20.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: debug 2023-12-09T02:10:19.981+0000 7ff499befc80 4 rocksdb: Options.wal_recovery_mode: 2 2023-12-09T02:10:20.225 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: debug 2023-12-09T02:10:19.981+0000 7ff499befc80 4 rocksdb: Options.enable_thread_tracking: 0 2023-12-09T02:10:20.225 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: debug 2023-12-09T02:10:19.981+0000 7ff499befc80 4 rocksdb: Options.enable_pipelined_write: 0 2023-12-09T02:10:20.225 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: debug 2023-12-09T02:10:19.981+0000 7ff499befc80 4 rocksdb: Options.unordered_write: 0 2023-12-09T02:10:20.225 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: debug 2023-12-09T02:10:19.981+0000 7ff499befc80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-12-09T02:10:20.225 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: debug 2023-12-09T02:10:19.981+0000 7ff499befc80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-12-09T02:10:20.225 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: debug 2023-12-09T02:10:19.981+0000 7ff499befc80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-12-09T02:10:20.225 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: debug 2023-12-09T02:10:19.981+0000 7ff499befc80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-12-09T02:10:20.225 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: debug 2023-12-09T02:10:19.981+0000 7ff499befc80 4 rocksdb: Options.row_cache: None 2023-12-09T02:10:20.225 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: debug 2023-12-09T02:10:19.981+0000 7ff499befc80 4 rocksdb: Options.wal_filter: None 2023-12-09T02:10:20.225 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: debug 2023-12-09T02:10:19.981+0000 7ff499befc80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-12-09T02:10:20.225 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: debug 2023-12-09T02:10:19.981+0000 7ff499befc80 4 rocksdb: Options.allow_ingest_behind: 0 2023-12-09T02:10:20.225 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: debug 2023-12-09T02:10:19.981+0000 7ff499befc80 4 rocksdb: Options.two_write_queues: 0 2023-12-09T02:10:20.226 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: debug 2023-12-09T02:10:19.981+0000 7ff499befc80 4 rocksdb: Options.manual_wal_flush: 0 2023-12-09T02:10:20.226 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: debug 2023-12-09T02:10:19.981+0000 7ff499befc80 4 rocksdb: Options.wal_compression: 0 2023-12-09T02:10:20.226 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: debug 2023-12-09T02:10:19.981+0000 7ff499befc80 4 rocksdb: Options.atomic_flush: 0 2023-12-09T02:10:20.226 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: debug 2023-12-09T02:10:19.981+0000 7ff499befc80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-12-09T02:10:20.226 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: debug 2023-12-09T02:10:19.981+0000 7ff499befc80 4 rocksdb: Options.persist_stats_to_disk: 0 2023-12-09T02:10:20.226 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: debug 2023-12-09T02:10:19.981+0000 7ff499befc80 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-12-09T02:10:20.226 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: debug 2023-12-09T02:10:19.981+0000 7ff499befc80 4 rocksdb: Options.log_readahead_size: 0 2023-12-09T02:10:20.226 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: debug 2023-12-09T02:10:19.981+0000 7ff499befc80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2023-12-09T02:10:20.226 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: debug 2023-12-09T02:10:19.981+0000 7ff499befc80 4 rocksdb: Options.best_efforts_recovery: 0 2023-12-09T02:10:20.226 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: debug 2023-12-09T02:10:19.981+0000 7ff499befc80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2023-12-09T02:10:20.226 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: debug 2023-12-09T02:10:19.981+0000 7ff499befc80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2023-12-09T02:10:20.226 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: debug 2023-12-09T02:10:19.981+0000 7ff499befc80 4 rocksdb: Options.allow_data_in_errors: 0 2023-12-09T02:10:20.226 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: debug 2023-12-09T02:10:19.981+0000 7ff499befc80 4 rocksdb: Options.db_host_id: __hostname__ 2023-12-09T02:10:20.226 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: debug 2023-12-09T02:10:19.981+0000 7ff499befc80 4 rocksdb: Options.enforce_single_del_contracts: true 2023-12-09T02:10:20.226 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: debug 2023-12-09T02:10:19.981+0000 7ff499befc80 4 rocksdb: Options.max_background_jobs: 2 2023-12-09T02:10:20.227 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: debug 2023-12-09T02:10:19.981+0000 7ff499befc80 4 rocksdb: Options.max_background_compactions: -1 2023-12-09T02:10:20.227 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: debug 2023-12-09T02:10:19.981+0000 7ff499befc80 4 rocksdb: Options.max_subcompactions: 1 2023-12-09T02:10:20.227 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: debug 2023-12-09T02:10:19.981+0000 7ff499befc80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-12-09T02:10:20.227 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: debug 2023-12-09T02:10:19.981+0000 7ff499befc80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-12-09T02:10:20.227 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: debug 2023-12-09T02:10:19.981+0000 7ff499befc80 4 rocksdb: Options.delayed_write_rate : 16777216 2023-12-09T02:10:20.227 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: debug 2023-12-09T02:10:19.981+0000 7ff499befc80 4 rocksdb: Options.max_total_wal_size: 0 2023-12-09T02:10:20.227 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: debug 2023-12-09T02:10:19.981+0000 7ff499befc80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-12-09T02:10:20.227 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: debug 2023-12-09T02:10:19.981+0000 7ff499befc80 4 rocksdb: Options.stats_dump_period_sec: 600 2023-12-09T02:10:20.227 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: debug 2023-12-09T02:10:19.981+0000 7ff499befc80 4 rocksdb: Options.stats_persist_period_sec: 600 2023-12-09T02:10:20.227 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: debug 2023-12-09T02:10:19.981+0000 7ff499befc80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-12-09T02:10:20.227 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: debug 2023-12-09T02:10:19.981+0000 7ff499befc80 4 rocksdb: Options.max_open_files: -1 2023-12-09T02:10:20.227 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: debug 2023-12-09T02:10:19.981+0000 7ff499befc80 4 rocksdb: Options.bytes_per_sync: 0 2023-12-09T02:10:20.227 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: debug 2023-12-09T02:10:19.981+0000 7ff499befc80 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-12-09T02:10:20.227 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: debug 2023-12-09T02:10:19.981+0000 7ff499befc80 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-12-09T02:10:20.227 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: debug 2023-12-09T02:10:19.981+0000 7ff499befc80 4 rocksdb: Options.compaction_readahead_size: 0 2023-12-09T02:10:20.227 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: debug 2023-12-09T02:10:19.981+0000 7ff499befc80 4 rocksdb: Options.max_background_flushes: -1 2023-12-09T02:10:20.228 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: debug 2023-12-09T02:10:19.981+0000 7ff499befc80 4 rocksdb: Compression algorithms supported: 2023-12-09T02:10:20.228 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: debug 2023-12-09T02:10:19.981+0000 7ff499befc80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-12-09T02:10:20.228 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: debug 2023-12-09T02:10:19.981+0000 7ff499befc80 4 rocksdb: kZSTD supported: 0 2023-12-09T02:10:20.228 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: debug 2023-12-09T02:10:19.981+0000 7ff499befc80 4 rocksdb: kXpressCompression supported: 0 2023-12-09T02:10:20.228 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: debug 2023-12-09T02:10:19.981+0000 7ff499befc80 4 rocksdb: kLZ4HCCompression supported: 1 2023-12-09T02:10:20.228 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: debug 2023-12-09T02:10:19.981+0000 7ff499befc80 4 rocksdb: kZlibCompression supported: 1 2023-12-09T02:10:20.228 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: debug 2023-12-09T02:10:19.981+0000 7ff499befc80 4 rocksdb: kSnappyCompression supported: 1 2023-12-09T02:10:20.228 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: debug 2023-12-09T02:10:19.981+0000 7ff499befc80 4 rocksdb: kLZ4Compression supported: 1 2023-12-09T02:10:20.228 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: debug 2023-12-09T02:10:19.981+0000 7ff499befc80 4 rocksdb: kBZip2Compression supported: 0 2023-12-09T02:10:20.228 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: debug 2023-12-09T02:10:19.981+0000 7ff499befc80 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-12-09T02:10:20.228 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: debug 2023-12-09T02:10:19.981+0000 7ff499befc80 4 rocksdb: DMutex implementation: pthread_mutex_t 2023-12-09T02:10:20.228 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: debug 2023-12-09T02:10:19.981+0000 7ff499befc80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-c/store.db/MANIFEST-000009 2023-12-09T02:10:20.228 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: debug 2023-12-09T02:10:19.985+0000 7ff499befc80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2023-12-09T02:10:20.228 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: debug 2023-12-09T02:10:19.985+0000 7ff499befc80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-12-09T02:10:20.228 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: debug 2023-12-09T02:10:19.985+0000 7ff499befc80 4 rocksdb: Options.merge_operator: 2023-12-09T02:10:20.228 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: debug 2023-12-09T02:10:19.985+0000 7ff499befc80 4 rocksdb: Options.compaction_filter: None 2023-12-09T02:10:20.229 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: debug 2023-12-09T02:10:19.985+0000 7ff499befc80 4 rocksdb: Options.compaction_filter_factory: None 2023-12-09T02:10:20.229 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: debug 2023-12-09T02:10:19.985+0000 7ff499befc80 4 rocksdb: Options.sst_partitioner_factory: None 2023-12-09T02:10:20.229 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: debug 2023-12-09T02:10:19.985+0000 7ff499befc80 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-12-09T02:10:20.229 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: debug 2023-12-09T02:10:19.985+0000 7ff499befc80 4 rocksdb: Options.table_factory: BlockBasedTable 2023-12-09T02:10:20.229 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: debug 2023-12-09T02:10:19.985+0000 7ff499befc80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5582dda658a0) 2023-12-09T02:10:20.229 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: cache_index_and_filter_blocks: 1 2023-12-09T02:10:20.229 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: cache_index_and_filter_blocks_with_high_priority: 0 2023-12-09T02:10:20.229 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: pin_l0_filter_and_index_blocks_in_cache: 0 2023-12-09T02:10:20.229 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: pin_top_level_index_and_filter: 1 2023-12-09T02:10:20.229 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: index_type: 0 2023-12-09T02:10:20.229 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: data_block_index_type: 0 2023-12-09T02:10:20.229 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: index_shortening: 1 2023-12-09T02:10:20.229 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: data_block_hash_table_util_ratio: 0.750000 2023-12-09T02:10:20.229 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: checksum: 4 2023-12-09T02:10:20.229 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: no_block_cache: 0 2023-12-09T02:10:20.229 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: block_cache: 0x5582ddab9090 2023-12-09T02:10:20.230 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: block_cache_name: BinnedLRUCache 2023-12-09T02:10:20.230 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: block_cache_options: 2023-12-09T02:10:20.230 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: capacity : 536870912 2023-12-09T02:10:20.230 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: num_shard_bits : 4 2023-12-09T02:10:20.230 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: strict_capacity_limit : 0 2023-12-09T02:10:20.230 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: high_pri_pool_ratio: 0.000 2023-12-09T02:10:20.230 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: block_cache_compressed: (nil) 2023-12-09T02:10:20.230 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: persistent_cache: (nil) 2023-12-09T02:10:20.230 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: block_size: 4096 2023-12-09T02:10:20.230 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: block_size_deviation: 10 2023-12-09T02:10:20.230 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: block_restart_interval: 16 2023-12-09T02:10:20.230 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: index_block_restart_interval: 1 2023-12-09T02:10:20.230 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: metadata_block_size: 4096 2023-12-09T02:10:20.230 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: partition_filters: 0 2023-12-09T02:10:20.230 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: use_delta_encoding: 1 2023-12-09T02:10:20.231 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: filter_policy: bloomfilter 2023-12-09T02:10:20.231 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: whole_key_filtering: 1 2023-12-09T02:10:20.231 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: verify_compression: 0 2023-12-09T02:10:20.231 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: read_amp_bytes_per_bit: 0 2023-12-09T02:10:20.231 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: format_version: 5 2023-12-09T02:10:20.231 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: enable_index_compression: 1 2023-12-09T02:10:20.231 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: block_align: 0 2023-12-09T02:10:20.231 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: max_auto_readahead_size: 262144 2023-12-09T02:10:20.231 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: prepopulate_block_cache: 0 2023-12-09T02:10:20.231 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: initial_auto_readahead_size: 8192 2023-12-09T02:10:20.231 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: num_file_reads_for_auto_readahead: 2 2023-12-09T02:10:20.231 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: debug 2023-12-09T02:10:19.985+0000 7ff499befc80 4 rocksdb: Options.write_buffer_size: 33554432 2023-12-09T02:10:20.231 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: debug 2023-12-09T02:10:19.985+0000 7ff499befc80 4 rocksdb: Options.max_write_buffer_number: 2 2023-12-09T02:10:20.231 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: debug 2023-12-09T02:10:19.985+0000 7ff499befc80 4 rocksdb: Options.compression: NoCompression 2023-12-09T02:10:20.231 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: debug 2023-12-09T02:10:19.985+0000 7ff499befc80 4 rocksdb: Options.bottommost_compression: Disabled 2023-12-09T02:10:20.231 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: debug 2023-12-09T02:10:19.985+0000 7ff499befc80 4 rocksdb: Options.prefix_extractor: nullptr 2023-12-09T02:10:20.232 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: debug 2023-12-09T02:10:19.985+0000 7ff499befc80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-12-09T02:10:20.232 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: debug 2023-12-09T02:10:19.985+0000 7ff499befc80 4 rocksdb: Options.num_levels: 7 2023-12-09T02:10:20.232 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: debug 2023-12-09T02:10:19.985+0000 7ff499befc80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-12-09T02:10:20.232 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: debug 2023-12-09T02:10:19.985+0000 7ff499befc80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-12-09T02:10:20.232 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: debug 2023-12-09T02:10:19.985+0000 7ff499befc80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-12-09T02:10:20.232 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: debug 2023-12-09T02:10:19.985+0000 7ff499befc80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-12-09T02:10:20.232 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: debug 2023-12-09T02:10:19.985+0000 7ff499befc80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-12-09T02:10:20.232 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: debug 2023-12-09T02:10:19.985+0000 7ff499befc80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-12-09T02:10:20.232 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: debug 2023-12-09T02:10:19.985+0000 7ff499befc80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-12-09T02:10:20.232 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: debug 2023-12-09T02:10:19.985+0000 7ff499befc80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-12-09T02:10:20.232 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: debug 2023-12-09T02:10:19.985+0000 7ff499befc80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2023-12-09T02:10:20.232 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: debug 2023-12-09T02:10:19.985+0000 7ff499befc80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-12-09T02:10:20.232 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: debug 2023-12-09T02:10:19.985+0000 7ff499befc80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2023-12-09T02:10:20.232 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: debug 2023-12-09T02:10:19.985+0000 7ff499befc80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2023-12-09T02:10:20.232 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: debug 2023-12-09T02:10:19.985+0000 7ff499befc80 4 rocksdb: Options.compression_opts.window_bits: -14 2023-12-09T02:10:20.232 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: debug 2023-12-09T02:10:19.985+0000 7ff499befc80 4 rocksdb: Options.compression_opts.level: 32767 2023-12-09T02:10:20.233 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: debug 2023-12-09T02:10:19.985+0000 7ff499befc80 4 rocksdb: Options.compression_opts.strategy: 0 2023-12-09T02:10:20.233 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: debug 2023-12-09T02:10:19.985+0000 7ff499befc80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-12-09T02:10:20.233 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: debug 2023-12-09T02:10:19.985+0000 7ff499befc80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-12-09T02:10:20.233 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: debug 2023-12-09T02:10:19.985+0000 7ff499befc80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2023-12-09T02:10:20.233 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: debug 2023-12-09T02:10:19.985+0000 7ff499befc80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2023-12-09T02:10:20.233 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: debug 2023-12-09T02:10:19.985+0000 7ff499befc80 4 rocksdb: Options.compression_opts.enabled: false 2023-12-09T02:10:20.233 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: debug 2023-12-09T02:10:19.985+0000 7ff499befc80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2023-12-09T02:10:20.233 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: debug 2023-12-09T02:10:19.985+0000 7ff499befc80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-12-09T02:10:20.233 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: debug 2023-12-09T02:10:19.985+0000 7ff499befc80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-12-09T02:10:20.233 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: debug 2023-12-09T02:10:19.985+0000 7ff499befc80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-12-09T02:10:20.233 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: debug 2023-12-09T02:10:19.985+0000 7ff499befc80 4 rocksdb: Options.target_file_size_base: 67108864 2023-12-09T02:10:20.233 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: debug 2023-12-09T02:10:19.985+0000 7ff499befc80 4 rocksdb: Options.target_file_size_multiplier: 1 2023-12-09T02:10:20.234 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: debug 2023-12-09T02:10:19.985+0000 7ff499befc80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-12-09T02:10:20.234 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: debug 2023-12-09T02:10:19.985+0000 7ff499befc80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-12-09T02:10:20.234 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: debug 2023-12-09T02:10:19.985+0000 7ff499befc80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-12-09T02:10:20.234 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: debug 2023-12-09T02:10:19.985+0000 7ff499befc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-12-09T02:10:20.234 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: debug 2023-12-09T02:10:19.985+0000 7ff499befc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-12-09T02:10:20.234 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: debug 2023-12-09T02:10:19.985+0000 7ff499befc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-12-09T02:10:20.234 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: debug 2023-12-09T02:10:19.985+0000 7ff499befc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-12-09T02:10:20.234 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: debug 2023-12-09T02:10:19.985+0000 7ff499befc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-12-09T02:10:20.234 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: debug 2023-12-09T02:10:19.985+0000 7ff499befc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-12-09T02:10:20.234 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: debug 2023-12-09T02:10:19.985+0000 7ff499befc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-12-09T02:10:20.234 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: debug 2023-12-09T02:10:19.985+0000 7ff499befc80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-12-09T02:10:20.234 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: debug 2023-12-09T02:10:19.985+0000 7ff499befc80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-12-09T02:10:20.234 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: debug 2023-12-09T02:10:19.985+0000 7ff499befc80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2023-12-09T02:10:20.234 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: debug 2023-12-09T02:10:19.985+0000 7ff499befc80 4 rocksdb: Options.arena_block_size: 1048576 2023-12-09T02:10:20.235 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: debug 2023-12-09T02:10:19.985+0000 7ff499befc80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-12-09T02:10:20.235 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: debug 2023-12-09T02:10:19.985+0000 7ff499befc80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-12-09T02:10:20.235 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: debug 2023-12-09T02:10:19.985+0000 7ff499befc80 4 rocksdb: Options.disable_auto_compactions: 0 2023-12-09T02:10:20.235 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: debug 2023-12-09T02:10:19.985+0000 7ff499befc80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-12-09T02:10:20.235 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: debug 2023-12-09T02:10:19.985+0000 7ff499befc80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-12-09T02:10:20.235 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: debug 2023-12-09T02:10:19.985+0000 7ff499befc80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-12-09T02:10:20.235 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: debug 2023-12-09T02:10:19.985+0000 7ff499befc80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-12-09T02:10:20.235 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: debug 2023-12-09T02:10:19.985+0000 7ff499befc80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-12-09T02:10:20.235 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: debug 2023-12-09T02:10:19.985+0000 7ff499befc80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-12-09T02:10:20.235 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: debug 2023-12-09T02:10:19.985+0000 7ff499befc80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-12-09T02:10:20.235 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: debug 2023-12-09T02:10:19.985+0000 7ff499befc80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-12-09T02:10:20.235 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: debug 2023-12-09T02:10:19.985+0000 7ff499befc80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-12-09T02:10:20.235 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: debug 2023-12-09T02:10:19.985+0000 7ff499befc80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-12-09T02:10:20.235 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: debug 2023-12-09T02:10:19.985+0000 7ff499befc80 4 rocksdb: Options.table_properties_collectors: 2023-12-09T02:10:20.236 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: debug 2023-12-09T02:10:19.985+0000 7ff499befc80 4 rocksdb: Options.inplace_update_support: 0 2023-12-09T02:10:20.236 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: debug 2023-12-09T02:10:19.985+0000 7ff499befc80 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-12-09T02:10:20.236 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: debug 2023-12-09T02:10:19.985+0000 7ff499befc80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-12-09T02:10:20.236 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: debug 2023-12-09T02:10:19.985+0000 7ff499befc80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-12-09T02:10:20.236 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: debug 2023-12-09T02:10:19.985+0000 7ff499befc80 4 rocksdb: Options.memtable_huge_page_size: 0 2023-12-09T02:10:20.236 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: debug 2023-12-09T02:10:19.985+0000 7ff499befc80 4 rocksdb: Options.bloom_locality: 0 2023-12-09T02:10:20.236 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: debug 2023-12-09T02:10:19.985+0000 7ff499befc80 4 rocksdb: Options.max_successive_merges: 0 2023-12-09T02:10:20.236 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: debug 2023-12-09T02:10:19.985+0000 7ff499befc80 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-12-09T02:10:20.236 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: debug 2023-12-09T02:10:19.985+0000 7ff499befc80 4 rocksdb: Options.paranoid_file_checks: 0 2023-12-09T02:10:20.237 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: debug 2023-12-09T02:10:19.985+0000 7ff499befc80 4 rocksdb: Options.force_consistency_checks: 1 2023-12-09T02:10:20.237 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: debug 2023-12-09T02:10:19.985+0000 7ff499befc80 4 rocksdb: Options.report_bg_io_stats: 0 2023-12-09T02:10:20.237 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: debug 2023-12-09T02:10:19.985+0000 7ff499befc80 4 rocksdb: Options.ttl: 2592000 2023-12-09T02:10:20.237 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: debug 2023-12-09T02:10:19.985+0000 7ff499befc80 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-12-09T02:10:20.237 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: debug 2023-12-09T02:10:19.985+0000 7ff499befc80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2023-12-09T02:10:20.237 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: debug 2023-12-09T02:10:19.985+0000 7ff499befc80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2023-12-09T02:10:20.237 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: debug 2023-12-09T02:10:19.985+0000 7ff499befc80 4 rocksdb: Options.enable_blob_files: false 2023-12-09T02:10:20.237 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: debug 2023-12-09T02:10:19.985+0000 7ff499befc80 4 rocksdb: Options.min_blob_size: 0 2023-12-09T02:10:20.237 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: debug 2023-12-09T02:10:19.985+0000 7ff499befc80 4 rocksdb: Options.blob_file_size: 268435456 2023-12-09T02:10:20.237 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: debug 2023-12-09T02:10:19.985+0000 7ff499befc80 4 rocksdb: Options.blob_compression_type: NoCompression 2023-12-09T02:10:20.237 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: debug 2023-12-09T02:10:19.985+0000 7ff499befc80 4 rocksdb: Options.enable_blob_garbage_collection: false 2023-12-09T02:10:20.237 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: debug 2023-12-09T02:10:19.985+0000 7ff499befc80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2023-12-09T02:10:20.237 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: debug 2023-12-09T02:10:19.985+0000 7ff499befc80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2023-12-09T02:10:20.237 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: debug 2023-12-09T02:10:19.985+0000 7ff499befc80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2023-12-09T02:10:20.237 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: debug 2023-12-09T02:10:19.985+0000 7ff499befc80 4 rocksdb: Options.blob_file_starting_level: 0 2023-12-09T02:10:20.237 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: debug 2023-12-09T02:10:19.985+0000 7ff499befc80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2023-12-09T02:10:20.238 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: debug 2023-12-09T02:10:19.985+0000 7ff48e3b6700 3 rocksdb: [table/block_based/block_based_table_reader.cc:721] At least one SST file opened without unique ID to verify: 39.sst 2023-12-09T02:10:20.238 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: debug 2023-12-09T02:10:19.985+0000 7ff499befc80 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-09T02:10:20.238 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: debug 2023-12-09T02:10:19.985+0000 7ff499befc80 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 41, last_sequence is 24205, log_number is 37,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2023-12-09T02:10:20.238 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: debug 2023-12-09T02:10:19.985+0000 7ff499befc80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 37 2023-12-09T02:10:20.238 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: debug 2023-12-09T02:10:19.985+0000 7ff499befc80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 4534481b-2756-4ce6-a4ea-b02bf11e74d6 2023-12-09T02:10:20.238 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: debug 2023-12-09T02:10:19.985+0000 7ff499befc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1702087819988082, "job": 1, "event": "recovery_started", "wal_files": [37]} 2023-12-09T02:10:20.238 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: debug 2023-12-09T02:10:19.985+0000 7ff499befc80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #37 mode 2 2023-12-09T02:10:20.238 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: debug 2023-12-09T02:10:19.993+0000 7ff499befc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1702087819993590, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 42, "file_size": 417645, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 24210, "largest_seqno": 24509, "table_properties": {"data_size": 415306, "index_size": 941, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 389, "raw_key_size": 3653, "raw_average_key_size": 24, "raw_value_size": 412009, "raw_average_value_size": 2783, "num_data_blocks": 40, "num_entries": 148, "num_filter_entries": 148, "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": 1702087819, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "4534481b-2756-4ce6-a4ea-b02bf11e74d6", "db_session_id": "QYIBWQ2HOKIUS91TGQGL", "orig_file_number": 42, "seqno_to_time_mapping": "N/A"}} 2023-12-09T02:10:20.238 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: debug 2023-12-09T02:10:19.993+0000 7ff499befc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1702087819993698, "job": 1, "event": "recovery_finished"} 2023-12-09T02:10:20.238 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: debug 2023-12-09T02:10:19.993+0000 7ff499befc80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 44 2023-12-09T02:10:20.238 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: debug 2023-12-09T02:10:19.993+0000 7ff499befc80 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-09T02:10:20.238 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: debug 2023-12-09T02:10:19.993+0000 7ff499befc80 4 rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-c/store.db/000037.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2023-12-09T02:10:20.238 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: debug 2023-12-09T02:10:19.993+0000 7ff499befc80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x5582ddb58000 2023-12-09T02:10:20.239 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: debug 2023-12-09T02:10:19.993+0000 7ff499befc80 4 rocksdb: DB pointer 0x5582ddb46000 2023-12-09T02:10:20.239 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: debug 2023-12-09T02:10:19.993+0000 7ff4883aa700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2023-12-09T02:10:20.239 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: debug 2023-12-09T02:10:19.993+0000 7ff4883aa700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2023-12-09T02:10:20.239 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: ** DB Stats ** 2023-12-09T02:10:20.239 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-09T02:10:20.239 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: 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-09T02:10:20.239 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-12-09T02:10:20.239 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-09T02:10:20.239 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: 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-09T02:10:20.239 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-12-09T02:10:20.239 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-09T02:10:20.239 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: ** Compaction Stats [default] ** 2023-12-09T02:10:20.239 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: 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-09T02:10:20.239 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2023-12-09T02:10:20.239 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: L0 1/0 407.86 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 235.4 0.00 0.00 1 0.002 0 0 0.0 0.0 2023-12-09T02:10:20.239 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: L6 1/0 11.85 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-09T02:10:20.240 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: Sum 2/0 12.24 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 235.4 0.00 0.00 1 0.002 0 0 0.0 0.0 2023-12-09T02:10:20.240 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 235.4 0.00 0.00 1 0.002 0 0 0.0 0.0 2023-12-09T02:10:20.240 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: ** Compaction Stats [default] ** 2023-12-09T02:10:20.240 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: 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-09T02:10:20.240 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-09T02:10:20.240 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 235.4 0.00 0.00 1 0.002 0 0 0.0 0.0 2023-12-09T02:10:20.240 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2023-12-09T02:10:20.240 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-09T02:10:20.240 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: Flush(GB): cumulative 0.000, interval 0.000 2023-12-09T02:10:20.240 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-09T02:10:20.240 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: AddFile(Total Files): cumulative 0, interval 0 2023-12-09T02:10:20.240 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: AddFile(L0 Files): cumulative 0, interval 0 2023-12-09T02:10:20.240 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: AddFile(Keys): cumulative 0, interval 0 2023-12-09T02:10:20.240 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: Cumulative compaction: 0.00 GB write, 36.99 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-09T02:10:20.240 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: Interval compaction: 0.00 GB write, 36.99 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-09T02:10:20.241 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: 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-09T02:10:20.241 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: Block cache BinnedLRUCache@0x5582ddab9090#7 capacity: 512.00 MB usage: 1.52 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.3e-05 secs_since: 0 2023-12-09T02:10:20.241 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: Block cache entry stats(count,size,portion): FilterBlock(1,0.44 KB,8.34465e-05%) IndexBlock(1,1.08 KB,0.000205636%) Misc(1,0.00 KB,0%) 2023-12-09T02:10:20.241 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: ** File Read Latency Histogram By Level [default] ** 2023-12-09T02:10:20.241 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: debug 2023-12-09T02:10:19.993+0000 7ff499befc80 0 starting mon.c rank 1 at public addrs [v2:172.21.15.67:3301/0,v1:172.21.15.67:6790/0] at bind addrs [v2:172.21.15.67:3301/0,v1:172.21.15.67:6790/0] mon_data /var/lib/ceph/mon/ceph-c fsid 6db93fb0-9635-11ee-95a3-87774f69a715 2023-12-09T02:10:20.241 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: debug 2023-12-09T02:10:19.997+0000 7ff499befc80 1 mon.c@-1(???) e3 preinit fsid 6db93fb0-9635-11ee-95a3-87774f69a715 2023-12-09T02:10:20.241 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: debug 2023-12-09T02:10:19.997+0000 7ff499befc80 0 mon.c@-1(???).mds e1 new map 2023-12-09T02:10:20.241 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: debug 2023-12-09T02:10:19.997+0000 7ff499befc80 0 mon.c@-1(???).mds e1 print_map 2023-12-09T02:10:20.241 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: e1 2023-12-09T02:10:20.241 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: enable_multiple, ever_enabled_multiple: 1,1 2023-12-09T02:10:20.241 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: 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-09T02:10:20.241 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: legacy client fscid: -1 2023-12-09T02:10:20.241 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: 2023-12-09T02:10:20.241 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: No filesystems configured 2023-12-09T02:10:20.241 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: debug 2023-12-09T02:10:19.997+0000 7ff499befc80 0 mon.c@-1(???).osd e105 crush map has features 3314933000854323200, adjusting msgr requires 2023-12-09T02:10:20.241 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: debug 2023-12-09T02:10:19.997+0000 7ff499befc80 0 mon.c@-1(???).osd e105 crush map has features 432629239337189376, adjusting msgr requires 2023-12-09T02:10:20.242 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: debug 2023-12-09T02:10:19.997+0000 7ff499befc80 0 mon.c@-1(???).osd e105 crush map has features 432629239337189376, adjusting msgr requires 2023-12-09T02:10:20.242 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:19 smithi067 bash[82083]: debug 2023-12-09T02:10:19.997+0000 7ff499befc80 0 mon.c@-1(???).osd e105 crush map has features 432629239337189376, adjusting msgr requires 2023-12-09T02:10:20.242 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:20 smithi067 bash[82083]: debug 2023-12-09T02:10:20.001+0000 7ff499befc80 1 mon.c@-1(???).paxosservice(auth 1..26) refresh upgraded, format 0 -> 3 2023-12-09T02:10:21.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:21 smithi067 bash[79370]: audit 2023-12-09T02:10:18.550380+0000 mgr.y (mgr.25480) 96 : audit 0 from='client.25420 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:10:21.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:21 smithi067 bash[79370]: cluster 2023-12-09T02:10:19.531204+0000 mgr.y (mgr.25480) 97 : cluster 0 pgmap v14: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:10:21.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:21 smithi067 bash[79370]: cluster 2023-12-09T02:10:20.139479+0000 mon.c (mon.1) 1 : cluster 1 mon.c calling monitor election 2023-12-09T02:10:21.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:21 smithi067 bash[79370]: cluster 2023-12-09T02:10:20.141404+0000 mon.a (mon.0) 417 : cluster 1 mon.a calling monitor election 2023-12-09T02:10:21.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:21 smithi067 bash[79370]: cluster 2023-12-09T02:10:20.163015+0000 mon.a (mon.0) 418 : cluster 1 mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2023-12-09T02:10:21.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:21 smithi067 bash[79370]: cluster 2023-12-09T02:10:20.172363+0000 mon.a (mon.0) 419 : cluster 0 monmap e3: 3 mons at {a=[v2:172.21.15.67:3300/0,v1:172.21.15.67:6789/0],b=[v2:172.21.15.125:3300/0,v1:172.21.15.125:6789/0],c=[v2:172.21.15.67:3301/0,v1:172.21.15.67:6790/0]} removed_ranks: {} disallowed_leaders: {} 2023-12-09T02:10:21.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:21 smithi067 bash[79370]: cluster 2023-12-09T02:10:20.173785+0000 mon.a (mon.0) 420 : cluster 0 fsmap 2023-12-09T02:10:21.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:21 smithi067 bash[79370]: cluster 2023-12-09T02:10:20.173900+0000 mon.a (mon.0) 421 : cluster 0 osdmap e105: 8 total, 8 up, 8 in 2023-12-09T02:10:21.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:21 smithi067 bash[79370]: cluster 2023-12-09T02:10:20.174318+0000 mon.a (mon.0) 422 : cluster 0 mgrmap e42: y(active, since 22s), standbys: x 2023-12-09T02:10:21.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:21 smithi067 bash[79370]: cluster 2023-12-09T02:10:20.179424+0000 mon.a (mon.0) 423 : cluster 1 overall HEALTH_OK 2023-12-09T02:10:21.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:21 smithi067 bash[79370]: audit 2023-12-09T02:10:20.184422+0000 mon.a (mon.0) 424 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:21.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:21 smithi067 bash[79370]: audit 2023-12-09T02:10:20.192807+0000 mon.a (mon.0) 425 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:21.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:21 smithi067 bash[79370]: audit 2023-12-09T02:10:20.243958+0000 mon.a (mon.0) 426 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:21.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:21 smithi067 bash[79370]: audit 2023-12-09T02:10:20.245784+0000 mon.a (mon.0) 427 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:21.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:21 smithi067 bash[79370]: audit 2023-12-09T02:10:20.256384+0000 mon.a (mon.0) 428 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:21.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:21 smithi067 bash[79370]: cephadm 2023-12-09T02:10:20.257578+0000 mgr.y (mgr.25480) 98 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:21.472 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:21 smithi067 bash[79370]: audit 2023-12-09T02:10:20.336026+0000 mon.a (mon.0) 429 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:21.472 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:21 smithi067 bash[79370]: audit 2023-12-09T02:10:20.339413+0000 mon.a (mon.0) 430 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:21.472 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:21 smithi067 bash[79370]: audit 2023-12-09T02:10:20.344383+0000 mon.a (mon.0) 431 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:21.472 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:21 smithi067 bash[79370]: audit 2023-12-09T02:10:20.345787+0000 mon.a (mon.0) 432 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:21.472 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:21 smithi067 bash[79370]: audit 2023-12-09T02:10:20.357270+0000 mon.a (mon.0) 433 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:21.472 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:21 smithi067 bash[79370]: cephadm 2023-12-09T02:10:20.358153+0000 mgr.y (mgr.25480) 99 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:21.472 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:21 smithi067 bash[82083]: audit 2023-12-09T02:10:18.550380+0000 mgr.y (mgr.25480) 96 : audit 0 from='client.25420 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:10:21.472 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:21 smithi067 bash[82083]: cluster 2023-12-09T02:10:19.531204+0000 mgr.y (mgr.25480) 97 : cluster 0 pgmap v14: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:10:21.473 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:21 smithi067 bash[82083]: cluster 2023-12-09T02:10:20.139479+0000 mon.c (mon.1) 1 : cluster 1 mon.c calling monitor election 2023-12-09T02:10:21.473 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:21 smithi067 bash[82083]: cluster 2023-12-09T02:10:20.141404+0000 mon.a (mon.0) 417 : cluster 1 mon.a calling monitor election 2023-12-09T02:10:21.473 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:21 smithi067 bash[82083]: cluster 2023-12-09T02:10:20.163015+0000 mon.a (mon.0) 418 : cluster 1 mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2023-12-09T02:10:21.473 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:21 smithi067 bash[82083]: cluster 2023-12-09T02:10:20.172363+0000 mon.a (mon.0) 419 : cluster 0 monmap e3: 3 mons at {a=[v2:172.21.15.67:3300/0,v1:172.21.15.67:6789/0],b=[v2:172.21.15.125:3300/0,v1:172.21.15.125:6789/0],c=[v2:172.21.15.67:3301/0,v1:172.21.15.67:6790/0]} removed_ranks: {} disallowed_leaders: {} 2023-12-09T02:10:21.473 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:21 smithi067 bash[82083]: cluster 2023-12-09T02:10:20.173785+0000 mon.a (mon.0) 420 : cluster 0 fsmap 2023-12-09T02:10:21.473 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:21 smithi067 bash[82083]: cluster 2023-12-09T02:10:20.173900+0000 mon.a (mon.0) 421 : cluster 0 osdmap e105: 8 total, 8 up, 8 in 2023-12-09T02:10:21.473 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:21 smithi067 bash[82083]: cluster 2023-12-09T02:10:20.174318+0000 mon.a (mon.0) 422 : cluster 0 mgrmap e42: y(active, since 22s), standbys: x 2023-12-09T02:10:21.473 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:21 smithi067 bash[82083]: cluster 2023-12-09T02:10:20.179424+0000 mon.a (mon.0) 423 : cluster 1 overall HEALTH_OK 2023-12-09T02:10:21.473 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:21 smithi067 bash[82083]: audit 2023-12-09T02:10:20.184422+0000 mon.a (mon.0) 424 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:21.473 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:21 smithi067 bash[82083]: audit 2023-12-09T02:10:20.192807+0000 mon.a (mon.0) 425 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:21.473 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:21 smithi067 bash[82083]: audit 2023-12-09T02:10:20.243958+0000 mon.a (mon.0) 426 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:21.473 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:21 smithi067 bash[82083]: audit 2023-12-09T02:10:20.245784+0000 mon.a (mon.0) 427 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:21.473 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:21 smithi067 bash[82083]: audit 2023-12-09T02:10:20.256384+0000 mon.a (mon.0) 428 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:21.473 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:21 smithi067 bash[82083]: cephadm 2023-12-09T02:10:20.257578+0000 mgr.y (mgr.25480) 98 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:21.474 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:21 smithi067 bash[82083]: audit 2023-12-09T02:10:20.336026+0000 mon.a (mon.0) 429 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:21.474 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:21 smithi067 bash[82083]: audit 2023-12-09T02:10:20.339413+0000 mon.a (mon.0) 430 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:21.474 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:21 smithi067 bash[82083]: audit 2023-12-09T02:10:20.344383+0000 mon.a (mon.0) 431 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:21.474 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:21 smithi067 bash[82083]: audit 2023-12-09T02:10:20.345787+0000 mon.a (mon.0) 432 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:21.474 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:21 smithi067 bash[82083]: audit 2023-12-09T02:10:20.357270+0000 mon.a (mon.0) 433 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:21.474 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:21 smithi067 bash[82083]: cephadm 2023-12-09T02:10:20.358153+0000 mgr.y (mgr.25480) 99 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:21.474 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:21 smithi067 bash[82083]: audit 2023-12-09T02:10:20.441349+0000 mon.a (mon.0) 434 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:21.474 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:21 smithi067 bash[82083]: audit 2023-12-09T02:10:20.444488+0000 mon.a (mon.0) 435 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:21.474 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:21 smithi067 bash[82083]: audit 2023-12-09T02:10:20.447924+0000 mon.a (mon.0) 436 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:21.474 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:21 smithi067 bash[82083]: audit 2023-12-09T02:10:20.448957+0000 mon.a (mon.0) 437 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:21.474 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:21 smithi067 bash[82083]: audit 2023-12-09T02:10:20.459361+0000 mon.a (mon.0) 438 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:21.474 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:21 smithi067 bash[82083]: cephadm 2023-12-09T02:10:20.460569+0000 mgr.y (mgr.25480) 100 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:21.474 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:21 smithi067 bash[82083]: audit 2023-12-09T02:10:20.546895+0000 mon.a (mon.0) 439 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:21.474 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:21 smithi067 bash[82083]: audit 2023-12-09T02:10:20.549553+0000 mon.a (mon.0) 440 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:21.474 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:21 smithi067 bash[82083]: audit 2023-12-09T02:10:20.552246+0000 mon.a (mon.0) 441 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:21.475 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:21 smithi067 bash[82083]: audit 2023-12-09T02:10:20.553128+0000 mon.a (mon.0) 442 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:21.475 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:21 smithi067 bash[82083]: audit 2023-12-09T02:10:20.561127+0000 mon.a (mon.0) 443 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:21.475 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:21 smithi067 bash[82083]: cephadm 2023-12-09T02:10:20.561840+0000 mgr.y (mgr.25480) 101 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:21.475 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:21 smithi067 bash[82083]: audit 2023-12-09T02:10:20.639620+0000 mon.a (mon.0) 444 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:21.475 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:21 smithi067 bash[82083]: audit 2023-12-09T02:10:20.642149+0000 mon.a (mon.0) 445 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:21.475 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:21 smithi067 bash[82083]: audit 2023-12-09T02:10:20.645083+0000 mon.a (mon.0) 446 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:21.475 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:21 smithi067 bash[82083]: audit 2023-12-09T02:10:20.646117+0000 mon.a (mon.0) 447 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:21.475 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:21 smithi067 bash[82083]: audit 2023-12-09T02:10:20.655011+0000 mon.a (mon.0) 448 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:21.475 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:21 smithi067 bash[82083]: cephadm 2023-12-09T02:10:20.655738+0000 mgr.y (mgr.25480) 102 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:21.475 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:21 smithi067 bash[82083]: audit 2023-12-09T02:10:20.737371+0000 mon.a (mon.0) 449 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:21.475 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:21 smithi067 bash[82083]: audit 2023-12-09T02:10:20.739853+0000 mon.a (mon.0) 450 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:21.475 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:21 smithi067 bash[79370]: audit 2023-12-09T02:10:20.441349+0000 mon.a (mon.0) 434 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:21.476 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:21 smithi067 bash[79370]: audit 2023-12-09T02:10:20.444488+0000 mon.a (mon.0) 435 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:21.476 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:21 smithi067 bash[79370]: audit 2023-12-09T02:10:20.447924+0000 mon.a (mon.0) 436 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:21.476 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:21 smithi067 bash[79370]: audit 2023-12-09T02:10:20.448957+0000 mon.a (mon.0) 437 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:21.476 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:21 smithi067 bash[79370]: audit 2023-12-09T02:10:20.459361+0000 mon.a (mon.0) 438 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:21.476 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:21 smithi067 bash[79370]: cephadm 2023-12-09T02:10:20.460569+0000 mgr.y (mgr.25480) 100 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:21.476 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:21 smithi067 bash[79370]: audit 2023-12-09T02:10:20.546895+0000 mon.a (mon.0) 439 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:21.476 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:21 smithi067 bash[79370]: audit 2023-12-09T02:10:20.549553+0000 mon.a (mon.0) 440 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:21.476 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:21 smithi067 bash[79370]: audit 2023-12-09T02:10:20.552246+0000 mon.a (mon.0) 441 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:21.476 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:21 smithi067 bash[79370]: audit 2023-12-09T02:10:20.553128+0000 mon.a (mon.0) 442 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:21.476 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:21 smithi067 bash[79370]: audit 2023-12-09T02:10:20.561127+0000 mon.a (mon.0) 443 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:21.476 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:21 smithi067 bash[79370]: cephadm 2023-12-09T02:10:20.561840+0000 mgr.y (mgr.25480) 101 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:21.476 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:21 smithi067 bash[79370]: audit 2023-12-09T02:10:20.639620+0000 mon.a (mon.0) 444 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:21.476 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:21 smithi067 bash[79370]: audit 2023-12-09T02:10:20.642149+0000 mon.a (mon.0) 445 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:21.476 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:21 smithi067 bash[79370]: audit 2023-12-09T02:10:20.645083+0000 mon.a (mon.0) 446 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:21.476 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:21 smithi067 bash[79370]: audit 2023-12-09T02:10:20.646117+0000 mon.a (mon.0) 447 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:21.477 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:21 smithi067 bash[79370]: audit 2023-12-09T02:10:20.655011+0000 mon.a (mon.0) 448 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:21.477 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:21 smithi067 bash[79370]: cephadm 2023-12-09T02:10:20.655738+0000 mgr.y (mgr.25480) 102 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:21.477 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:21 smithi067 bash[79370]: audit 2023-12-09T02:10:20.737371+0000 mon.a (mon.0) 449 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:21.477 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:21 smithi067 bash[79370]: audit 2023-12-09T02:10:20.739853+0000 mon.a (mon.0) 450 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:21.477 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:21 smithi067 bash[82083]: audit 2023-12-09T02:10:20.742667+0000 mon.a (mon.0) 451 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:21.477 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:21 smithi067 bash[82083]: audit 2023-12-09T02:10:20.743996+0000 mon.a (mon.0) 452 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:21.477 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:21 smithi067 bash[82083]: audit 2023-12-09T02:10:20.751990+0000 mon.a (mon.0) 453 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:21.477 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:21 smithi067 bash[82083]: audit 2023-12-09T02:10:20.830955+0000 mon.a (mon.0) 454 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:21.477 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:21 smithi067 bash[82083]: audit 2023-12-09T02:10:20.833958+0000 mon.a (mon.0) 455 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:21.477 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:21 smithi067 bash[82083]: audit 2023-12-09T02:10:20.836915+0000 mon.a (mon.0) 456 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:21.477 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:21 smithi067 bash[82083]: audit 2023-12-09T02:10:20.838037+0000 mon.a (mon.0) 457 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:21.477 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:21 smithi067 bash[82083]: audit 2023-12-09T02:10:20.844136+0000 mon.a (mon.0) 458 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:21.478 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:21 smithi067 bash[82083]: audit 2023-12-09T02:10:20.909107+0000 mon.a (mon.0) 459 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:21.478 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:21 smithi067 bash[82083]: audit 2023-12-09T02:10:20.911247+0000 mon.a (mon.0) 460 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:21.478 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:21 smithi067 bash[82083]: audit 2023-12-09T02:10:20.914405+0000 mon.a (mon.0) 461 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:21.478 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:21 smithi067 bash[82083]: audit 2023-12-09T02:10:20.915373+0000 mon.a (mon.0) 462 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:21.478 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:21 smithi067 bash[82083]: audit 2023-12-09T02:10:20.922019+0000 mon.a (mon.0) 463 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:21.478 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:21 smithi067 bash[82083]: audit 2023-12-09T02:10:21.003391+0000 mon.a (mon.0) 464 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:21.478 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:21 smithi067 bash[82083]: audit 2023-12-09T02:10:21.005231+0000 mon.a (mon.0) 465 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:21.478 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:21 smithi067 bash[82083]: audit 2023-12-09T02:10:21.008041+0000 mon.a (mon.0) 466 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:21.478 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:21 smithi067 bash[82083]: audit 2023-12-09T02:10:21.008935+0000 mon.a (mon.0) 467 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:21.478 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:21 smithi067 bash[82083]: audit 2023-12-09T02:10:21.015153+0000 mon.a (mon.0) 468 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:21.478 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:21 smithi067 bash[82083]: audit 2023-12-09T02:10:21.093929+0000 mon.a (mon.0) 469 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:21.478 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:21 smithi067 bash[79370]: audit 2023-12-09T02:10:20.742667+0000 mon.a (mon.0) 451 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:21.479 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:21 smithi067 bash[79370]: audit 2023-12-09T02:10:20.743996+0000 mon.a (mon.0) 452 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:21.479 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:21 smithi067 bash[79370]: audit 2023-12-09T02:10:20.751990+0000 mon.a (mon.0) 453 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:21.479 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:21 smithi067 bash[79370]: audit 2023-12-09T02:10:20.830955+0000 mon.a (mon.0) 454 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:21.479 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:21 smithi067 bash[79370]: audit 2023-12-09T02:10:20.833958+0000 mon.a (mon.0) 455 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:21.479 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:21 smithi067 bash[79370]: audit 2023-12-09T02:10:20.836915+0000 mon.a (mon.0) 456 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:21.479 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:21 smithi067 bash[79370]: audit 2023-12-09T02:10:20.838037+0000 mon.a (mon.0) 457 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:21.479 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:21 smithi067 bash[79370]: audit 2023-12-09T02:10:20.844136+0000 mon.a (mon.0) 458 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:21.479 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:21 smithi067 bash[79370]: audit 2023-12-09T02:10:20.909107+0000 mon.a (mon.0) 459 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:21.479 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:21 smithi067 bash[79370]: audit 2023-12-09T02:10:20.911247+0000 mon.a (mon.0) 460 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:21.479 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:21 smithi067 bash[79370]: audit 2023-12-09T02:10:20.914405+0000 mon.a (mon.0) 461 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:21.479 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:21 smithi067 bash[79370]: audit 2023-12-09T02:10:20.915373+0000 mon.a (mon.0) 462 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:21.479 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:21 smithi067 bash[79370]: audit 2023-12-09T02:10:20.922019+0000 mon.a (mon.0) 463 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:21.479 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:21 smithi067 bash[79370]: audit 2023-12-09T02:10:21.003391+0000 mon.a (mon.0) 464 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:21.480 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:21 smithi067 bash[79370]: audit 2023-12-09T02:10:21.005231+0000 mon.a (mon.0) 465 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:21.480 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:21 smithi067 bash[79370]: audit 2023-12-09T02:10:21.008041+0000 mon.a (mon.0) 466 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:21.480 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:21 smithi067 bash[79370]: audit 2023-12-09T02:10:21.008935+0000 mon.a (mon.0) 467 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:21.480 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:21 smithi067 bash[79370]: audit 2023-12-09T02:10:21.015153+0000 mon.a (mon.0) 468 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:21.480 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:21 smithi067 bash[79370]: audit 2023-12-09T02:10:21.093929+0000 mon.a (mon.0) 469 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:21.480 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:21 smithi067 bash[82083]: audit 2023-12-09T02:10:21.096094+0000 mon.a (mon.0) 470 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:21.480 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:21 smithi067 bash[82083]: audit 2023-12-09T02:10:21.100036+0000 mon.a (mon.0) 471 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:21.480 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:21 smithi067 bash[82083]: audit 2023-12-09T02:10:21.101568+0000 mon.a (mon.0) 472 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:21.480 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:21 smithi067 bash[82083]: audit 2023-12-09T02:10:21.109086+0000 mon.a (mon.0) 473 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:21.481 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:21 smithi067 bash[79370]: audit 2023-12-09T02:10:21.096094+0000 mon.a (mon.0) 470 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:21.481 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:21 smithi067 bash[79370]: audit 2023-12-09T02:10:21.100036+0000 mon.a (mon.0) 471 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:21.481 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:21 smithi067 bash[79370]: audit 2023-12-09T02:10:21.101568+0000 mon.a (mon.0) 472 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:21.481 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:21 smithi067 bash[79370]: audit 2023-12-09T02:10:21.109086+0000 mon.a (mon.0) 473 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:21.481 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:21 smithi125 bash[25274]: audit 2023-12-09T02:10:18.550380+0000 mgr.y (mgr.25480) 96 : audit [DBG] from='client.25420 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:10:21.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:21 smithi125 bash[25274]: cluster 2023-12-09T02:10:19.531204+0000 mgr.y (mgr.25480) 97 : cluster [DBG] pgmap v14: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:10:21.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:21 smithi125 bash[25274]: cluster 2023-12-09T02:10:20.139479+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2023-12-09T02:10:21.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:21 smithi125 bash[25274]: cluster 2023-12-09T02:10:20.141404+0000 mon.a (mon.0) 417 : cluster [INF] mon.a calling monitor election 2023-12-09T02:10:21.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:21 smithi125 bash[25274]: cluster 2023-12-09T02:10:20.163015+0000 mon.a (mon.0) 418 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2023-12-09T02:10:21.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:21 smithi125 bash[25274]: cluster 2023-12-09T02:10:20.172363+0000 mon.a (mon.0) 419 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.67:3300/0,v1:172.21.15.67:6789/0],b=[v2:172.21.15.125:3300/0,v1:172.21.15.125:6789/0],c=[v2:172.21.15.67:3301/0,v1:172.21.15.67:6790/0]} removed_ranks: {} disallowed_leaders: {} 2023-12-09T02:10:21.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:21 smithi125 bash[25274]: cluster 2023-12-09T02:10:20.173785+0000 mon.a (mon.0) 420 : cluster [DBG] fsmap 2023-12-09T02:10:21.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:21 smithi125 bash[25274]: cluster 2023-12-09T02:10:20.173900+0000 mon.a (mon.0) 421 : cluster [DBG] osdmap e105: 8 total, 8 up, 8 in 2023-12-09T02:10:21.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:21 smithi125 bash[25274]: cluster 2023-12-09T02:10:20.174318+0000 mon.a (mon.0) 422 : cluster [DBG] mgrmap e42: y(active, since 22s), standbys: x 2023-12-09T02:10:21.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:21 smithi125 bash[25274]: cluster 2023-12-09T02:10:20.179424+0000 mon.a (mon.0) 423 : cluster [INF] overall HEALTH_OK 2023-12-09T02:10:21.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:21 smithi125 bash[25274]: audit 2023-12-09T02:10:20.184422+0000 mon.a (mon.0) 424 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:21.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:21 smithi125 bash[25274]: audit 2023-12-09T02:10:20.192807+0000 mon.a (mon.0) 425 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:21.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:21 smithi125 bash[25274]: audit 2023-12-09T02:10:20.243958+0000 mon.a (mon.0) 426 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:21.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:21 smithi125 bash[25274]: audit 2023-12-09T02:10:20.245784+0000 mon.a (mon.0) 427 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:21.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:21 smithi125 bash[25274]: audit 2023-12-09T02:10:20.256384+0000 mon.a (mon.0) 428 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:21.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:21 smithi125 bash[25274]: cephadm 2023-12-09T02:10:20.257578+0000 mgr.y (mgr.25480) 98 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:21.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:21 smithi125 bash[25274]: audit 2023-12-09T02:10:20.336026+0000 mon.a (mon.0) 429 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:21.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:21 smithi125 bash[25274]: audit 2023-12-09T02:10:20.339413+0000 mon.a (mon.0) 430 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:21.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:21 smithi125 bash[25274]: audit 2023-12-09T02:10:20.344383+0000 mon.a (mon.0) 431 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:21.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:21 smithi125 bash[25274]: audit 2023-12-09T02:10:20.345787+0000 mon.a (mon.0) 432 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:21.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:21 smithi125 bash[25274]: audit 2023-12-09T02:10:20.357270+0000 mon.a (mon.0) 433 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:21.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:21 smithi125 bash[25274]: cephadm 2023-12-09T02:10:20.358153+0000 mgr.y (mgr.25480) 99 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:21.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:21 smithi125 bash[25274]: audit 2023-12-09T02:10:20.441349+0000 mon.a (mon.0) 434 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:21.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:21 smithi125 bash[25274]: audit 2023-12-09T02:10:20.444488+0000 mon.a (mon.0) 435 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:21.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:21 smithi125 bash[25274]: audit 2023-12-09T02:10:20.447924+0000 mon.a (mon.0) 436 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:21.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:21 smithi125 bash[25274]: audit 2023-12-09T02:10:20.448957+0000 mon.a (mon.0) 437 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:21.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:21 smithi125 bash[25274]: audit 2023-12-09T02:10:20.459361+0000 mon.a (mon.0) 438 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:21.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:21 smithi125 bash[25274]: cephadm 2023-12-09T02:10:20.460569+0000 mgr.y (mgr.25480) 100 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:21.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:21 smithi125 bash[25274]: audit 2023-12-09T02:10:20.546895+0000 mon.a (mon.0) 439 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:21.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:21 smithi125 bash[25274]: audit 2023-12-09T02:10:20.549553+0000 mon.a (mon.0) 440 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:21.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:21 smithi125 bash[25274]: audit 2023-12-09T02:10:20.552246+0000 mon.a (mon.0) 441 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:21.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:21 smithi125 bash[25274]: audit 2023-12-09T02:10:20.553128+0000 mon.a (mon.0) 442 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:21.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:21 smithi125 bash[25274]: audit 2023-12-09T02:10:20.561127+0000 mon.a (mon.0) 443 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:21.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:21 smithi125 bash[25274]: cephadm 2023-12-09T02:10:20.561840+0000 mgr.y (mgr.25480) 101 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:21.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:21 smithi125 bash[25274]: audit 2023-12-09T02:10:20.639620+0000 mon.a (mon.0) 444 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:21.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:21 smithi125 bash[25274]: audit 2023-12-09T02:10:20.642149+0000 mon.a (mon.0) 445 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:21.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:21 smithi125 bash[25274]: audit 2023-12-09T02:10:20.645083+0000 mon.a (mon.0) 446 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:21.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:21 smithi125 bash[25274]: audit 2023-12-09T02:10:20.646117+0000 mon.a (mon.0) 447 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:21.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:21 smithi125 bash[25274]: audit 2023-12-09T02:10:20.655011+0000 mon.a (mon.0) 448 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:21.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:21 smithi125 bash[25274]: cephadm 2023-12-09T02:10:20.655738+0000 mgr.y (mgr.25480) 102 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:21.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:21 smithi125 bash[25274]: audit 2023-12-09T02:10:20.737371+0000 mon.a (mon.0) 449 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:21.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:21 smithi125 bash[25274]: audit 2023-12-09T02:10:20.739853+0000 mon.a (mon.0) 450 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:21.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:21 smithi125 bash[25274]: audit 2023-12-09T02:10:20.742667+0000 mon.a (mon.0) 451 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:21.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:21 smithi125 bash[25274]: audit 2023-12-09T02:10:20.743996+0000 mon.a (mon.0) 452 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:21.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:21 smithi125 bash[25274]: audit 2023-12-09T02:10:20.751990+0000 mon.a (mon.0) 453 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:21.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:21 smithi125 bash[25274]: audit 2023-12-09T02:10:20.830955+0000 mon.a (mon.0) 454 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:21.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:21 smithi125 bash[25274]: audit 2023-12-09T02:10:20.833958+0000 mon.a (mon.0) 455 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:21.485 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:21 smithi125 bash[25274]: audit 2023-12-09T02:10:20.836915+0000 mon.a (mon.0) 456 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:21.485 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:21 smithi125 bash[25274]: audit 2023-12-09T02:10:20.838037+0000 mon.a (mon.0) 457 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:21.485 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:21 smithi125 bash[25274]: audit 2023-12-09T02:10:20.844136+0000 mon.a (mon.0) 458 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:21.485 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:21 smithi125 bash[25274]: audit 2023-12-09T02:10:20.909107+0000 mon.a (mon.0) 459 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:21.485 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:21 smithi125 bash[25274]: audit 2023-12-09T02:10:20.911247+0000 mon.a (mon.0) 460 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:21.485 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:21 smithi125 bash[25274]: audit 2023-12-09T02:10:20.914405+0000 mon.a (mon.0) 461 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:21.485 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:21 smithi125 bash[25274]: audit 2023-12-09T02:10:20.915373+0000 mon.a (mon.0) 462 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:21.485 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:21 smithi125 bash[25274]: audit 2023-12-09T02:10:20.922019+0000 mon.a (mon.0) 463 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:21.485 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:21 smithi125 bash[25274]: audit 2023-12-09T02:10:21.003391+0000 mon.a (mon.0) 464 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:21.485 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:21 smithi125 bash[25274]: audit 2023-12-09T02:10:21.005231+0000 mon.a (mon.0) 465 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:21.485 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:21 smithi125 bash[25274]: audit 2023-12-09T02:10:21.008041+0000 mon.a (mon.0) 466 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:21.485 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:21 smithi125 bash[25274]: audit 2023-12-09T02:10:21.008935+0000 mon.a (mon.0) 467 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:21.485 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:21 smithi125 bash[25274]: audit 2023-12-09T02:10:21.015153+0000 mon.a (mon.0) 468 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:21.485 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:21 smithi125 bash[25274]: audit 2023-12-09T02:10:21.093929+0000 mon.a (mon.0) 469 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:21.485 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:21 smithi125 bash[25274]: audit 2023-12-09T02:10:21.096094+0000 mon.a (mon.0) 470 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:21.486 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:21 smithi125 bash[25274]: audit 2023-12-09T02:10:21.100036+0000 mon.a (mon.0) 471 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:21.486 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:21 smithi125 bash[25274]: audit 2023-12-09T02:10:21.101568+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:21.486 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:21 smithi125 bash[25274]: audit 2023-12-09T02:10:21.109086+0000 mon.a (mon.0) 473 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:22.220 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:22 smithi067 bash[79370]: cephadm 2023-12-09T02:10:20.752488+0000 mgr.y (mgr.25480) 103 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:22.220 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:22 smithi067 bash[79370]: cephadm 2023-12-09T02:10:20.844612+0000 mgr.y (mgr.25480) 104 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:22.220 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:22 smithi067 bash[79370]: cephadm 2023-12-09T02:10:20.922709+0000 mgr.y (mgr.25480) 105 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:22.220 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:22 smithi067 bash[79370]: cephadm 2023-12-09T02:10:21.016995+0000 mgr.y (mgr.25480) 106 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:22.220 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:22 smithi067 bash[79370]: cephadm 2023-12-09T02:10:21.109808+0000 mgr.y (mgr.25480) 107 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:22.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:22 smithi067 bash[79370]: audit 2023-12-09T02:10:21.190752+0000 mon.a (mon.0) 474 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:22.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:22 smithi067 bash[79370]: audit 2023-12-09T02:10:21.192781+0000 mon.a (mon.0) 475 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:22.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:22 smithi067 bash[79370]: audit 2023-12-09T02:10:21.194981+0000 mon.a (mon.0) 476 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:22.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:22 smithi067 bash[79370]: audit 2023-12-09T02:10:21.195741+0000 mon.a (mon.0) 477 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:22.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:22 smithi067 bash[79370]: audit 2023-12-09T02:10:21.200767+0000 mon.a (mon.0) 478 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:22.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:22 smithi067 bash[79370]: cephadm 2023-12-09T02:10:21.201280+0000 mgr.y (mgr.25480) 108 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:22.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:22 smithi067 bash[79370]: audit 2023-12-09T02:10:21.280424+0000 mon.a (mon.0) 479 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:22.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:22 smithi067 bash[79370]: audit 2023-12-09T02:10:21.282995+0000 mon.a (mon.0) 480 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:22.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:22 smithi067 bash[79370]: audit 2023-12-09T02:10:21.286167+0000 mon.a (mon.0) 481 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:22.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:22 smithi067 bash[79370]: audit 2023-12-09T02:10:21.287401+0000 mon.a (mon.0) 482 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:22.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:22 smithi067 bash[79370]: audit 2023-12-09T02:10:21.294155+0000 mon.a (mon.0) 483 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:22.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:22 smithi067 bash[79370]: cephadm 2023-12-09T02:10:21.294830+0000 mgr.y (mgr.25480) 109 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:22.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:22 smithi067 bash[79370]: audit 2023-12-09T02:10:21.377613+0000 mon.a (mon.0) 484 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:22.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:22 smithi067 bash[79370]: audit 2023-12-09T02:10:21.379493+0000 mon.a (mon.0) 485 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:22.222 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:22 smithi067 bash[79370]: audit 2023-12-09T02:10:21.381411+0000 mon.a (mon.0) 486 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:22.222 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:22 smithi067 bash[82083]: cephadm 2023-12-09T02:10:20.752488+0000 mgr.y (mgr.25480) 103 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:22.222 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:22 smithi067 bash[82083]: cephadm 2023-12-09T02:10:20.844612+0000 mgr.y (mgr.25480) 104 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:22.222 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:22 smithi067 bash[82083]: cephadm 2023-12-09T02:10:20.922709+0000 mgr.y (mgr.25480) 105 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:22.222 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:22 smithi067 bash[82083]: cephadm 2023-12-09T02:10:21.016995+0000 mgr.y (mgr.25480) 106 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:22.222 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:22 smithi067 bash[82083]: cephadm 2023-12-09T02:10:21.109808+0000 mgr.y (mgr.25480) 107 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:22.222 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:22 smithi067 bash[82083]: audit 2023-12-09T02:10:21.190752+0000 mon.a (mon.0) 474 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:22.222 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:22 smithi067 bash[82083]: audit 2023-12-09T02:10:21.192781+0000 mon.a (mon.0) 475 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:22.222 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:22 smithi067 bash[82083]: audit 2023-12-09T02:10:21.194981+0000 mon.a (mon.0) 476 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:22.222 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:22 smithi067 bash[82083]: audit 2023-12-09T02:10:21.195741+0000 mon.a (mon.0) 477 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:22.222 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:22 smithi067 bash[82083]: audit 2023-12-09T02:10:21.200767+0000 mon.a (mon.0) 478 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:22.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:22 smithi067 bash[82083]: cephadm 2023-12-09T02:10:21.201280+0000 mgr.y (mgr.25480) 108 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:22.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:22 smithi067 bash[82083]: audit 2023-12-09T02:10:21.280424+0000 mon.a (mon.0) 479 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:22.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:22 smithi067 bash[82083]: audit 2023-12-09T02:10:21.282995+0000 mon.a (mon.0) 480 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:22.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:22 smithi067 bash[82083]: audit 2023-12-09T02:10:21.286167+0000 mon.a (mon.0) 481 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:22.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:22 smithi067 bash[82083]: audit 2023-12-09T02:10:21.287401+0000 mon.a (mon.0) 482 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:22.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:22 smithi067 bash[82083]: audit 2023-12-09T02:10:21.294155+0000 mon.a (mon.0) 483 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:22.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:22 smithi067 bash[82083]: cephadm 2023-12-09T02:10:21.294830+0000 mgr.y (mgr.25480) 109 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:22.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:22 smithi067 bash[82083]: audit 2023-12-09T02:10:21.377613+0000 mon.a (mon.0) 484 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:22.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:22 smithi067 bash[82083]: audit 2023-12-09T02:10:21.379493+0000 mon.a (mon.0) 485 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:22.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:22 smithi067 bash[82083]: audit 2023-12-09T02:10:21.381411+0000 mon.a (mon.0) 486 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:22.224 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:22 smithi067 bash[79370]: audit 2023-12-09T02:10:21.382136+0000 mon.a (mon.0) 487 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:22.224 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:22 smithi067 bash[79370]: audit 2023-12-09T02:10:21.388997+0000 mon.a (mon.0) 488 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:22.224 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:22 smithi067 bash[79370]: cephadm 2023-12-09T02:10:21.389671+0000 mgr.y (mgr.25480) 110 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:22.224 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:22 smithi067 bash[79370]: audit 2023-12-09T02:10:21.470177+0000 mon.a (mon.0) 489 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:22.224 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:22 smithi067 bash[79370]: audit 2023-12-09T02:10:21.472318+0000 mon.a (mon.0) 490 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:22.224 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:22 smithi067 bash[79370]: audit 2023-12-09T02:10:21.476950+0000 mon.a (mon.0) 491 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:22.224 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:22 smithi067 bash[79370]: audit 2023-12-09T02:10:21.477950+0000 mon.a (mon.0) 492 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:22.224 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:22 smithi067 bash[79370]: audit 2023-12-09T02:10:21.485248+0000 mon.a (mon.0) 493 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:22.224 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:22 smithi067 bash[79370]: cephadm 2023-12-09T02:10:21.486011+0000 mgr.y (mgr.25480) 111 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:22.224 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:22 smithi067 bash[79370]: cluster 2023-12-09T02:10:21.532001+0000 mgr.y (mgr.25480) 112 : cluster 0 pgmap v15: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:10:22.224 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:22 smithi067 bash[79370]: audit 2023-12-09T02:10:21.568468+0000 mon.a (mon.0) 494 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:22.224 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:22 smithi067 bash[79370]: audit 2023-12-09T02:10:21.571512+0000 mon.a (mon.0) 495 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:22.224 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:22 smithi067 bash[79370]: audit 2023-12-09T02:10:21.575033+0000 mon.a (mon.0) 496 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:22.225 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:22 smithi067 bash[79370]: audit 2023-12-09T02:10:21.576388+0000 mon.a (mon.0) 497 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:22.225 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:22 smithi067 bash[79370]: audit 2023-12-09T02:10:21.585091+0000 mon.a (mon.0) 498 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:22.225 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:22 smithi067 bash[79370]: cephadm 2023-12-09T02:10:21.585822+0000 mgr.y (mgr.25480) 113 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:22.225 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:22 smithi067 bash[79370]: audit 2023-12-09T02:10:21.662852+0000 mon.a (mon.0) 499 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:22.225 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:22 smithi067 bash[79370]: audit 2023-12-09T02:10:21.666117+0000 mon.a (mon.0) 500 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:22.225 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:22 smithi067 bash[79370]: audit 2023-12-09T02:10:21.669217+0000 mon.a (mon.0) 501 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:22.225 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:22 smithi067 bash[79370]: audit 2023-12-09T02:10:21.670384+0000 mon.a (mon.0) 502 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:22.225 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:22 smithi067 bash[79370]: audit 2023-12-09T02:10:21.678869+0000 mon.a (mon.0) 503 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:22.225 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:22 smithi067 bash[79370]: audit 2023-12-09T02:10:21.761390+0000 mon.a (mon.0) 504 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:22.225 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:22 smithi067 bash[79370]: audit 2023-12-09T02:10:21.763618+0000 mon.a (mon.0) 505 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:22.225 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:22 smithi067 bash[79370]: audit 2023-12-09T02:10:21.766030+0000 mon.a (mon.0) 506 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:22.225 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:22 smithi067 bash[79370]: audit 2023-12-09T02:10:21.767146+0000 mon.a (mon.0) 507 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:22.225 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:22 smithi067 bash[79370]: audit 2023-12-09T02:10:21.774995+0000 mon.a (mon.0) 508 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:22.225 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:22 smithi067 bash[79370]: audit 2023-12-09T02:10:21.839347+0000 mon.a (mon.0) 509 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:22.225 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:22 smithi067 bash[79370]: audit 2023-12-09T02:10:21.842033+0000 mon.a (mon.0) 510 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:22.225 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:22 smithi067 bash[79370]: audit 2023-12-09T02:10:21.845075+0000 mon.a (mon.0) 511 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:22.225 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:22 smithi067 bash[79370]: audit 2023-12-09T02:10:21.846268+0000 mon.a (mon.0) 512 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:22.226 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:22 smithi067 bash[79370]: audit 2023-12-09T02:10:21.854430+0000 mon.a (mon.0) 513 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:22.226 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:22 smithi067 bash[79370]: audit 2023-12-09T02:10:21.932735+0000 mon.a (mon.0) 514 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:22.226 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:22 smithi067 bash[79370]: audit 2023-12-09T02:10:21.935980+0000 mon.a (mon.0) 515 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:22.226 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:22 smithi067 bash[79370]: audit 2023-12-09T02:10:21.939321+0000 mon.a (mon.0) 516 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:22.226 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:22 smithi067 bash[79370]: audit 2023-12-09T02:10:21.940725+0000 mon.a (mon.0) 517 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:22.226 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:22 smithi067 bash[79370]: audit 2023-12-09T02:10:21.950199+0000 mon.a (mon.0) 518 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:22.226 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:22 smithi067 bash[79370]: audit 2023-12-09T02:10:22.030723+0000 mon.a (mon.0) 519 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:22.226 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:22 smithi067 bash[79370]: audit 2023-12-09T02:10:22.033404+0000 mon.a (mon.0) 520 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:22.226 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:22 smithi067 bash[79370]: audit 2023-12-09T02:10:22.038014+0000 mon.a (mon.0) 521 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:22.226 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:22 smithi067 bash[79370]: audit 2023-12-09T02:10:22.039596+0000 mon.a (mon.0) 522 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:22.226 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:22 smithi067 bash[82083]: audit 2023-12-09T02:10:21.382136+0000 mon.a (mon.0) 487 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:22.226 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:22 smithi067 bash[82083]: audit 2023-12-09T02:10:21.388997+0000 mon.a (mon.0) 488 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:22.227 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:22 smithi067 bash[82083]: cephadm 2023-12-09T02:10:21.389671+0000 mgr.y (mgr.25480) 110 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:22.227 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:22 smithi067 bash[82083]: audit 2023-12-09T02:10:21.470177+0000 mon.a (mon.0) 489 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:22.227 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:22 smithi067 bash[82083]: audit 2023-12-09T02:10:21.472318+0000 mon.a (mon.0) 490 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:22.227 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:22 smithi067 bash[82083]: audit 2023-12-09T02:10:21.476950+0000 mon.a (mon.0) 491 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:22.227 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:22 smithi067 bash[82083]: audit 2023-12-09T02:10:21.477950+0000 mon.a (mon.0) 492 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:22.229 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:22 smithi067 bash[82083]: audit 2023-12-09T02:10:21.485248+0000 mon.a (mon.0) 493 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:22.229 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:22 smithi067 bash[82083]: cephadm 2023-12-09T02:10:21.486011+0000 mgr.y (mgr.25480) 111 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:22.229 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:22 smithi067 bash[82083]: cluster 2023-12-09T02:10:21.532001+0000 mgr.y (mgr.25480) 112 : cluster 0 pgmap v15: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:10:22.229 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:22 smithi067 bash[82083]: audit 2023-12-09T02:10:21.568468+0000 mon.a (mon.0) 494 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:22.229 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:22 smithi067 bash[82083]: audit 2023-12-09T02:10:21.571512+0000 mon.a (mon.0) 495 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:22.229 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:22 smithi067 bash[82083]: audit 2023-12-09T02:10:21.575033+0000 mon.a (mon.0) 496 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:22.229 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:22 smithi067 bash[82083]: audit 2023-12-09T02:10:21.576388+0000 mon.a (mon.0) 497 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:22.230 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:22 smithi067 bash[82083]: audit 2023-12-09T02:10:21.585091+0000 mon.a (mon.0) 498 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:22.230 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:22 smithi067 bash[82083]: cephadm 2023-12-09T02:10:21.585822+0000 mgr.y (mgr.25480) 113 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:22.230 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:22 smithi067 bash[82083]: audit 2023-12-09T02:10:21.662852+0000 mon.a (mon.0) 499 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:22.230 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:22 smithi067 bash[82083]: audit 2023-12-09T02:10:21.666117+0000 mon.a (mon.0) 500 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:22.230 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:22 smithi067 bash[82083]: audit 2023-12-09T02:10:21.669217+0000 mon.a (mon.0) 501 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:22.230 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:22 smithi067 bash[82083]: audit 2023-12-09T02:10:21.670384+0000 mon.a (mon.0) 502 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:22.230 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:22 smithi067 bash[79370]: audit 2023-12-09T02:10:22.050918+0000 mon.a (mon.0) 523 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:22.230 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:22 smithi067 bash[79370]: audit 2023-12-09T02:10:22.133383+0000 mon.a (mon.0) 524 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:22.230 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:22 smithi067 bash[79370]: audit 2023-12-09T02:10:22.136989+0000 mon.a (mon.0) 525 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:22.230 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:22 smithi067 bash[79370]: audit 2023-12-09T02:10:22.139509+0000 mon.a (mon.0) 526 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:22.230 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:22 smithi067 bash[79370]: audit 2023-12-09T02:10:22.140542+0000 mon.a (mon.0) 527 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:22.230 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:22 smithi067 bash[79370]: audit 2023-12-09T02:10:22.148482+0000 mon.a (mon.0) 528 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:22.231 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:22 smithi067 bash[82083]: audit 2023-12-09T02:10:21.678869+0000 mon.a (mon.0) 503 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:22.231 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:22 smithi067 bash[82083]: audit 2023-12-09T02:10:21.761390+0000 mon.a (mon.0) 504 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:22.231 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:22 smithi067 bash[82083]: audit 2023-12-09T02:10:21.763618+0000 mon.a (mon.0) 505 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:22.231 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:22 smithi067 bash[82083]: audit 2023-12-09T02:10:21.766030+0000 mon.a (mon.0) 506 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:22.231 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:22 smithi067 bash[82083]: audit 2023-12-09T02:10:21.767146+0000 mon.a (mon.0) 507 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:22.231 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:22 smithi067 bash[82083]: audit 2023-12-09T02:10:21.774995+0000 mon.a (mon.0) 508 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:22.231 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:22 smithi067 bash[82083]: audit 2023-12-09T02:10:21.839347+0000 mon.a (mon.0) 509 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:22.231 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:22 smithi067 bash[82083]: audit 2023-12-09T02:10:21.842033+0000 mon.a (mon.0) 510 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:22.231 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:22 smithi067 bash[82083]: audit 2023-12-09T02:10:21.845075+0000 mon.a (mon.0) 511 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:22.231 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:22 smithi067 bash[82083]: audit 2023-12-09T02:10:21.846268+0000 mon.a (mon.0) 512 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:22.231 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:22 smithi067 bash[82083]: audit 2023-12-09T02:10:21.854430+0000 mon.a (mon.0) 513 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:22.231 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:22 smithi067 bash[82083]: audit 2023-12-09T02:10:21.932735+0000 mon.a (mon.0) 514 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:22.232 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:22 smithi067 bash[82083]: audit 2023-12-09T02:10:21.935980+0000 mon.a (mon.0) 515 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:22.232 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:22 smithi067 bash[82083]: audit 2023-12-09T02:10:21.939321+0000 mon.a (mon.0) 516 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:22.232 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:22 smithi067 bash[82083]: audit 2023-12-09T02:10:21.940725+0000 mon.a (mon.0) 517 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:22.232 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:22 smithi067 bash[82083]: audit 2023-12-09T02:10:21.950199+0000 mon.a (mon.0) 518 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:22.232 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:22 smithi067 bash[82083]: audit 2023-12-09T02:10:22.030723+0000 mon.a (mon.0) 519 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:22.232 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:22 smithi067 bash[82083]: audit 2023-12-09T02:10:22.033404+0000 mon.a (mon.0) 520 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:22.232 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:22 smithi067 bash[82083]: audit 2023-12-09T02:10:22.038014+0000 mon.a (mon.0) 521 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:22.232 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:22 smithi067 bash[82083]: audit 2023-12-09T02:10:22.039596+0000 mon.a (mon.0) 522 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:22.232 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:22 smithi067 bash[82083]: audit 2023-12-09T02:10:22.050918+0000 mon.a (mon.0) 523 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:22.232 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:22 smithi067 bash[82083]: audit 2023-12-09T02:10:22.133383+0000 mon.a (mon.0) 524 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:22.232 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:22 smithi067 bash[82083]: audit 2023-12-09T02:10:22.136989+0000 mon.a (mon.0) 525 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:22.232 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:22 smithi067 bash[82083]: audit 2023-12-09T02:10:22.139509+0000 mon.a (mon.0) 526 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:22.232 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:22 smithi067 bash[82083]: audit 2023-12-09T02:10:22.140542+0000 mon.a (mon.0) 527 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:22.232 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:22 smithi067 bash[82083]: audit 2023-12-09T02:10:22.148482+0000 mon.a (mon.0) 528 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:22.473 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:22 smithi125 bash[25274]: cephadm 2023-12-09T02:10:20.752488+0000 mgr.y (mgr.25480) 103 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:22.473 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:22 smithi125 bash[25274]: cephadm 2023-12-09T02:10:20.844612+0000 mgr.y (mgr.25480) 104 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:22.473 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:22 smithi125 bash[25274]: cephadm 2023-12-09T02:10:20.922709+0000 mgr.y (mgr.25480) 105 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:22.473 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:22 smithi125 bash[25274]: cephadm 2023-12-09T02:10:21.016995+0000 mgr.y (mgr.25480) 106 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:22.473 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:22 smithi125 bash[25274]: cephadm 2023-12-09T02:10:21.109808+0000 mgr.y (mgr.25480) 107 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:22.473 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:22 smithi125 bash[25274]: audit 2023-12-09T02:10:21.190752+0000 mon.a (mon.0) 474 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:22.473 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:22 smithi125 bash[25274]: audit 2023-12-09T02:10:21.192781+0000 mon.a (mon.0) 475 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:22.473 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:22 smithi125 bash[25274]: audit 2023-12-09T02:10:21.194981+0000 mon.a (mon.0) 476 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:22.473 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:22 smithi125 bash[25274]: audit 2023-12-09T02:10:21.195741+0000 mon.a (mon.0) 477 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:22.474 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:22 smithi125 bash[25274]: audit 2023-12-09T02:10:21.200767+0000 mon.a (mon.0) 478 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:22.474 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:22 smithi125 bash[25274]: cephadm 2023-12-09T02:10:21.201280+0000 mgr.y (mgr.25480) 108 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:22.474 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:22 smithi125 bash[25274]: audit 2023-12-09T02:10:21.280424+0000 mon.a (mon.0) 479 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:22.474 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:22 smithi125 bash[25274]: audit 2023-12-09T02:10:21.282995+0000 mon.a (mon.0) 480 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:22.474 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:22 smithi125 bash[25274]: audit 2023-12-09T02:10:21.286167+0000 mon.a (mon.0) 481 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:22.474 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:22 smithi125 bash[25274]: audit 2023-12-09T02:10:21.287401+0000 mon.a (mon.0) 482 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:22.474 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:22 smithi125 bash[25274]: audit 2023-12-09T02:10:21.294155+0000 mon.a (mon.0) 483 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:22.474 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:22 smithi125 bash[25274]: cephadm 2023-12-09T02:10:21.294830+0000 mgr.y (mgr.25480) 109 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:22.474 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:22 smithi125 bash[25274]: audit 2023-12-09T02:10:21.377613+0000 mon.a (mon.0) 484 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:22.474 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:22 smithi125 bash[25274]: audit 2023-12-09T02:10:21.379493+0000 mon.a (mon.0) 485 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:22.474 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:22 smithi125 bash[25274]: audit 2023-12-09T02:10:21.381411+0000 mon.a (mon.0) 486 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:22.474 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:22 smithi125 bash[25274]: audit 2023-12-09T02:10:21.382136+0000 mon.a (mon.0) 487 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:22.474 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:22 smithi125 bash[25274]: audit 2023-12-09T02:10:21.388997+0000 mon.a (mon.0) 488 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:22.474 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:22 smithi125 bash[25274]: cephadm 2023-12-09T02:10:21.389671+0000 mgr.y (mgr.25480) 110 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:22.474 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:22 smithi125 bash[25274]: audit 2023-12-09T02:10:21.470177+0000 mon.a (mon.0) 489 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:22.475 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:22 smithi125 bash[25274]: audit 2023-12-09T02:10:21.472318+0000 mon.a (mon.0) 490 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:22.475 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:22 smithi125 bash[25274]: audit 2023-12-09T02:10:21.476950+0000 mon.a (mon.0) 491 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:22.475 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:22 smithi125 bash[25274]: audit 2023-12-09T02:10:21.477950+0000 mon.a (mon.0) 492 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:22.475 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:22 smithi125 bash[25274]: audit 2023-12-09T02:10:21.485248+0000 mon.a (mon.0) 493 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:22.475 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:22 smithi125 bash[25274]: cephadm 2023-12-09T02:10:21.486011+0000 mgr.y (mgr.25480) 111 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:22.475 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:22 smithi125 bash[25274]: cluster 2023-12-09T02:10:21.532001+0000 mgr.y (mgr.25480) 112 : cluster [DBG] pgmap v15: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:10:22.475 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:22 smithi125 bash[25274]: audit 2023-12-09T02:10:21.568468+0000 mon.a (mon.0) 494 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:22.475 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:22 smithi125 bash[25274]: audit 2023-12-09T02:10:21.571512+0000 mon.a (mon.0) 495 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:22.475 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:22 smithi125 bash[25274]: audit 2023-12-09T02:10:21.575033+0000 mon.a (mon.0) 496 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:22.475 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:22 smithi125 bash[25274]: audit 2023-12-09T02:10:21.576388+0000 mon.a (mon.0) 497 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:22.475 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:22 smithi125 bash[25274]: audit 2023-12-09T02:10:21.585091+0000 mon.a (mon.0) 498 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:22.475 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:22 smithi125 bash[25274]: cephadm 2023-12-09T02:10:21.585822+0000 mgr.y (mgr.25480) 113 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:22.475 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:22 smithi125 bash[25274]: audit 2023-12-09T02:10:21.662852+0000 mon.a (mon.0) 499 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:22.475 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:22 smithi125 bash[25274]: audit 2023-12-09T02:10:21.666117+0000 mon.a (mon.0) 500 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:22.475 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:22 smithi125 bash[25274]: audit 2023-12-09T02:10:21.669217+0000 mon.a (mon.0) 501 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:22.476 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:22 smithi125 bash[25274]: audit 2023-12-09T02:10:21.670384+0000 mon.a (mon.0) 502 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:22.476 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:22 smithi125 bash[25274]: audit 2023-12-09T02:10:21.678869+0000 mon.a (mon.0) 503 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:22.476 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:22 smithi125 bash[25274]: audit 2023-12-09T02:10:21.761390+0000 mon.a (mon.0) 504 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:22.476 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:22 smithi125 bash[25274]: audit 2023-12-09T02:10:21.763618+0000 mon.a (mon.0) 505 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:22.476 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:22 smithi125 bash[25274]: audit 2023-12-09T02:10:21.766030+0000 mon.a (mon.0) 506 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:22.476 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:22 smithi125 bash[25274]: audit 2023-12-09T02:10:21.767146+0000 mon.a (mon.0) 507 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:22.476 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:22 smithi125 bash[25274]: audit 2023-12-09T02:10:21.774995+0000 mon.a (mon.0) 508 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:22.476 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:22 smithi125 bash[25274]: audit 2023-12-09T02:10:21.839347+0000 mon.a (mon.0) 509 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:22.476 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:22 smithi125 bash[25274]: audit 2023-12-09T02:10:21.842033+0000 mon.a (mon.0) 510 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:22.476 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:22 smithi125 bash[25274]: audit 2023-12-09T02:10:21.845075+0000 mon.a (mon.0) 511 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:22.477 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:22 smithi125 bash[25274]: audit 2023-12-09T02:10:21.846268+0000 mon.a (mon.0) 512 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:22.477 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:22 smithi125 bash[25274]: audit 2023-12-09T02:10:21.854430+0000 mon.a (mon.0) 513 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:22.477 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:22 smithi125 bash[25274]: audit 2023-12-09T02:10:21.932735+0000 mon.a (mon.0) 514 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:22.477 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:22 smithi125 bash[25274]: audit 2023-12-09T02:10:21.935980+0000 mon.a (mon.0) 515 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:22.477 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:22 smithi125 bash[25274]: audit 2023-12-09T02:10:21.939321+0000 mon.a (mon.0) 516 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:22.477 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:22 smithi125 bash[25274]: audit 2023-12-09T02:10:21.940725+0000 mon.a (mon.0) 517 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:22.477 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:22 smithi125 bash[25274]: audit 2023-12-09T02:10:21.950199+0000 mon.a (mon.0) 518 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:22.477 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:22 smithi125 bash[25274]: audit 2023-12-09T02:10:22.030723+0000 mon.a (mon.0) 519 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:22.477 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:22 smithi125 bash[25274]: audit 2023-12-09T02:10:22.033404+0000 mon.a (mon.0) 520 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:22.477 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:22 smithi125 bash[25274]: audit 2023-12-09T02:10:22.038014+0000 mon.a (mon.0) 521 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:22.477 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:22 smithi125 bash[25274]: audit 2023-12-09T02:10:22.039596+0000 mon.a (mon.0) 522 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:22.477 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:22 smithi125 bash[25274]: audit 2023-12-09T02:10:22.050918+0000 mon.a (mon.0) 523 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:22.477 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:22 smithi125 bash[25274]: audit 2023-12-09T02:10:22.133383+0000 mon.a (mon.0) 524 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:22.478 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:22 smithi125 bash[25274]: audit 2023-12-09T02:10:22.136989+0000 mon.a (mon.0) 525 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:22.478 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:22 smithi125 bash[25274]: audit 2023-12-09T02:10:22.139509+0000 mon.a (mon.0) 526 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:22.478 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:22 smithi125 bash[25274]: audit 2023-12-09T02:10:22.140542+0000 mon.a (mon.0) 527 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:22.478 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:22 smithi125 bash[25274]: audit 2023-12-09T02:10:22.148482+0000 mon.a (mon.0) 528 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:23.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:23 smithi067 bash[79370]: cephadm 2023-12-09T02:10:21.679549+0000 mgr.y (mgr.25480) 114 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:23.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:23 smithi067 bash[79370]: cephadm 2023-12-09T02:10:21.775593+0000 mgr.y (mgr.25480) 115 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:23.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:23 smithi067 bash[79370]: cephadm 2023-12-09T02:10:21.855005+0000 mgr.y (mgr.25480) 116 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:23.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:23 smithi067 bash[79370]: cephadm 2023-12-09T02:10:21.950706+0000 mgr.y (mgr.25480) 117 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:23.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:23 smithi067 bash[79370]: cephadm 2023-12-09T02:10:22.051545+0000 mgr.y (mgr.25480) 118 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:23.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:23 smithi067 bash[79370]: cephadm 2023-12-09T02:10:22.149086+0000 mgr.y (mgr.25480) 119 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:23.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:23 smithi067 bash[79370]: audit 2023-12-09T02:10:22.233297+0000 mon.a (mon.0) 529 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:23.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:23 smithi067 bash[79370]: audit 2023-12-09T02:10:22.236019+0000 mon.a (mon.0) 530 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:23.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:23 smithi067 bash[79370]: audit 2023-12-09T02:10:22.239228+0000 mon.a (mon.0) 531 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:23.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:23 smithi067 bash[79370]: audit 2023-12-09T02:10:22.240398+0000 mon.a (mon.0) 532 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:23.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:23 smithi067 bash[79370]: audit 2023-12-09T02:10:22.248818+0000 mon.a (mon.0) 533 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:23.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:23 smithi067 bash[79370]: cephadm 2023-12-09T02:10:22.249344+0000 mgr.y (mgr.25480) 120 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:23.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:23 smithi067 bash[79370]: audit 2023-12-09T02:10:22.330133+0000 mon.a (mon.0) 534 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:23.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:23 smithi067 bash[79370]: audit 2023-12-09T02:10:22.334414+0000 mon.a (mon.0) 535 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:23.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:23 smithi067 bash[79370]: audit 2023-12-09T02:10:22.338116+0000 mon.a (mon.0) 536 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:23.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:23 smithi067 bash[79370]: audit 2023-12-09T02:10:22.339143+0000 mon.a (mon.0) 537 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:23.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:23 smithi067 bash[79370]: audit 2023-12-09T02:10:22.349392+0000 mon.a (mon.0) 538 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:23.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:23 smithi067 bash[79370]: cephadm 2023-12-09T02:10:22.350070+0000 mgr.y (mgr.25480) 121 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:23.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:23 smithi067 bash[79370]: audit 2023-12-09T02:10:22.425152+0000 mon.a (mon.0) 539 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:23.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:23 smithi067 bash[79370]: audit 2023-12-09T02:10:22.429447+0000 mon.a (mon.0) 540 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:23.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:23 smithi067 bash[79370]: audit 2023-12-09T02:10:22.433182+0000 mon.a (mon.0) 541 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:23.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:23 smithi067 bash[79370]: audit 2023-12-09T02:10:22.434641+0000 mon.a (mon.0) 542 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:23.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:23 smithi067 bash[79370]: audit 2023-12-09T02:10:22.444145+0000 mon.a (mon.0) 543 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:23.472 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:23 smithi067 bash[79370]: cephadm 2023-12-09T02:10:22.444962+0000 mgr.y (mgr.25480) 122 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:23.472 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:23 smithi067 bash[79370]: audit 2023-12-09T02:10:22.523403+0000 mon.a (mon.0) 544 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:23.472 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:23 smithi067 bash[79370]: audit 2023-12-09T02:10:22.525776+0000 mon.a (mon.0) 545 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:23.472 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:23 smithi067 bash[79370]: audit 2023-12-09T02:10:22.530070+0000 mon.a (mon.0) 546 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:23.472 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:23 smithi067 bash[79370]: audit 2023-12-09T02:10:22.531092+0000 mon.a (mon.0) 547 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:23.472 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:23 smithi067 bash[79370]: audit 2023-12-09T02:10:22.541158+0000 mon.a (mon.0) 548 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:23.472 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:23 smithi067 bash[79370]: cephadm 2023-12-09T02:10:22.541834+0000 mgr.y (mgr.25480) 123 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:23.472 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:23 smithi067 bash[79370]: audit 2023-12-09T02:10:22.622911+0000 mon.a (mon.0) 549 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:23.472 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:23 smithi067 bash[79370]: audit 2023-12-09T02:10:22.625242+0000 mon.a (mon.0) 550 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:23.472 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:23 smithi067 bash[79370]: audit 2023-12-09T02:10:22.627799+0000 mon.a (mon.0) 551 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:23.472 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:23 smithi067 bash[79370]: audit 2023-12-09T02:10:22.628699+0000 mon.a (mon.0) 552 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:23.472 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:23 smithi067 bash[79370]: audit 2023-12-09T02:10:22.636845+0000 mon.a (mon.0) 553 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:23.473 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:23 smithi067 bash[79370]: cephadm 2023-12-09T02:10:22.637305+0000 mgr.y (mgr.25480) 124 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:23.473 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:23 smithi067 bash[79370]: audit 2023-12-09T02:10:22.718109+0000 mon.a (mon.0) 554 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:23.473 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:23 smithi067 bash[79370]: audit 2023-12-09T02:10:22.720378+0000 mon.a (mon.0) 555 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:23.473 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:23 smithi067 bash[79370]: audit 2023-12-09T02:10:22.723034+0000 mon.a (mon.0) 556 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:23.473 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:23 smithi067 bash[79370]: audit 2023-12-09T02:10:22.724053+0000 mon.a (mon.0) 557 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:23.473 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:23 smithi067 bash[79370]: audit 2023-12-09T02:10:22.733528+0000 mon.a (mon.0) 558 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:23.473 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:23 smithi067 bash[82083]: cephadm 2023-12-09T02:10:21.679549+0000 mgr.y (mgr.25480) 114 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:23.473 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:23 smithi067 bash[82083]: cephadm 2023-12-09T02:10:21.775593+0000 mgr.y (mgr.25480) 115 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:23.473 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:23 smithi067 bash[82083]: cephadm 2023-12-09T02:10:21.855005+0000 mgr.y (mgr.25480) 116 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:23.473 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:23 smithi067 bash[82083]: cephadm 2023-12-09T02:10:21.950706+0000 mgr.y (mgr.25480) 117 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:23.474 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:23 smithi067 bash[82083]: cephadm 2023-12-09T02:10:22.051545+0000 mgr.y (mgr.25480) 118 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:23.474 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:23 smithi067 bash[82083]: cephadm 2023-12-09T02:10:22.149086+0000 mgr.y (mgr.25480) 119 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:23.474 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:23 smithi067 bash[82083]: audit 2023-12-09T02:10:22.233297+0000 mon.a (mon.0) 529 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:23.474 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:23 smithi067 bash[82083]: audit 2023-12-09T02:10:22.236019+0000 mon.a (mon.0) 530 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:23.474 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:23 smithi067 bash[82083]: audit 2023-12-09T02:10:22.239228+0000 mon.a (mon.0) 531 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:23.474 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:23 smithi067 bash[82083]: audit 2023-12-09T02:10:22.240398+0000 mon.a (mon.0) 532 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:23.474 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:23 smithi067 bash[82083]: audit 2023-12-09T02:10:22.248818+0000 mon.a (mon.0) 533 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:23.474 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:23 smithi067 bash[82083]: cephadm 2023-12-09T02:10:22.249344+0000 mgr.y (mgr.25480) 120 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:23.474 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:23 smithi067 bash[82083]: audit 2023-12-09T02:10:22.330133+0000 mon.a (mon.0) 534 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:23.474 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:23 smithi067 bash[82083]: audit 2023-12-09T02:10:22.334414+0000 mon.a (mon.0) 535 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:23.474 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:23 smithi067 bash[82083]: audit 2023-12-09T02:10:22.338116+0000 mon.a (mon.0) 536 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:23.474 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:23 smithi067 bash[82083]: audit 2023-12-09T02:10:22.339143+0000 mon.a (mon.0) 537 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:23.474 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:23 smithi067 bash[82083]: audit 2023-12-09T02:10:22.349392+0000 mon.a (mon.0) 538 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:23.474 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:23 smithi067 bash[82083]: cephadm 2023-12-09T02:10:22.350070+0000 mgr.y (mgr.25480) 121 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:23.475 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:23 smithi067 bash[82083]: audit 2023-12-09T02:10:22.425152+0000 mon.a (mon.0) 539 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:23.475 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:23 smithi067 bash[82083]: audit 2023-12-09T02:10:22.429447+0000 mon.a (mon.0) 540 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:23.475 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:23 smithi067 bash[79370]: audit 2023-12-09T02:10:22.822904+0000 mon.a (mon.0) 559 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:23.475 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:23 smithi067 bash[79370]: audit 2023-12-09T02:10:22.826110+0000 mon.a (mon.0) 560 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:23.475 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:23 smithi067 bash[79370]: audit 2023-12-09T02:10:22.828749+0000 mon.a (mon.0) 561 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:23.475 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:23 smithi067 bash[79370]: audit 2023-12-09T02:10:22.829909+0000 mon.a (mon.0) 562 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:23.475 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:23 smithi067 bash[79370]: audit 2023-12-09T02:10:22.837271+0000 mon.a (mon.0) 563 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:23.475 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:23 smithi067 bash[79370]: audit 2023-12-09T02:10:22.919432+0000 mon.a (mon.0) 564 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:23.475 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:23 smithi067 bash[79370]: audit 2023-12-09T02:10:22.922537+0000 mon.a (mon.0) 565 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:23.475 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:23 smithi067 bash[79370]: audit 2023-12-09T02:10:22.927489+0000 mon.a (mon.0) 566 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:23.475 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:23 smithi067 bash[79370]: audit 2023-12-09T02:10:22.928801+0000 mon.a (mon.0) 567 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:23.475 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:23 smithi067 bash[79370]: audit 2023-12-09T02:10:22.936186+0000 mon.a (mon.0) 568 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:23.476 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:23 smithi067 bash[79370]: audit 2023-12-09T02:10:23.016890+0000 mon.a (mon.0) 569 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:23.476 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:23 smithi067 bash[79370]: audit 2023-12-09T02:10:23.019458+0000 mon.a (mon.0) 570 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:23.476 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:23 smithi067 bash[79370]: audit 2023-12-09T02:10:23.021797+0000 mon.a (mon.0) 571 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:23.476 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:23 smithi067 bash[79370]: audit 2023-12-09T02:10:23.022637+0000 mon.a (mon.0) 572 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:23.476 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:23 smithi067 bash[79370]: audit 2023-12-09T02:10:23.028549+0000 mon.a (mon.0) 573 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:23.476 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:23 smithi067 bash[79370]: audit 2023-12-09T02:10:23.110781+0000 mon.a (mon.0) 574 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:23.476 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:23 smithi067 bash[79370]: audit 2023-12-09T02:10:23.113679+0000 mon.a (mon.0) 575 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:23.476 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:23 smithi067 bash[79370]: audit 2023-12-09T02:10:23.116275+0000 mon.a (mon.0) 576 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:23.476 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:23 smithi067 bash[79370]: audit 2023-12-09T02:10:23.117195+0000 mon.a (mon.0) 577 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:23.476 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:23 smithi067 bash[79370]: audit 2023-12-09T02:10:23.123786+0000 mon.a (mon.0) 578 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:23.476 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:23 smithi067 bash[82083]: audit 2023-12-09T02:10:22.433182+0000 mon.a (mon.0) 541 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:23.477 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:23 smithi067 bash[82083]: audit 2023-12-09T02:10:22.434641+0000 mon.a (mon.0) 542 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:23.477 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:23 smithi067 bash[82083]: audit 2023-12-09T02:10:22.444145+0000 mon.a (mon.0) 543 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:23.477 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:23 smithi067 bash[82083]: cephadm 2023-12-09T02:10:22.444962+0000 mgr.y (mgr.25480) 122 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:23.477 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:23 smithi067 bash[82083]: audit 2023-12-09T02:10:22.523403+0000 mon.a (mon.0) 544 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:23.477 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:23 smithi067 bash[82083]: audit 2023-12-09T02:10:22.525776+0000 mon.a (mon.0) 545 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:23.477 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:23 smithi067 bash[82083]: audit 2023-12-09T02:10:22.530070+0000 mon.a (mon.0) 546 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:23.477 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:23 smithi067 bash[82083]: audit 2023-12-09T02:10:22.531092+0000 mon.a (mon.0) 547 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:23.477 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:23 smithi067 bash[82083]: audit 2023-12-09T02:10:22.541158+0000 mon.a (mon.0) 548 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:23.477 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:23 smithi067 bash[82083]: cephadm 2023-12-09T02:10:22.541834+0000 mgr.y (mgr.25480) 123 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:23.477 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:23 smithi067 bash[82083]: audit 2023-12-09T02:10:22.622911+0000 mon.a (mon.0) 549 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:23.477 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:23 smithi067 bash[82083]: audit 2023-12-09T02:10:22.625242+0000 mon.a (mon.0) 550 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:23.477 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:23 smithi067 bash[82083]: audit 2023-12-09T02:10:22.627799+0000 mon.a (mon.0) 551 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:23.477 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:23 smithi067 bash[82083]: audit 2023-12-09T02:10:22.628699+0000 mon.a (mon.0) 552 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:23.477 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:23 smithi067 bash[82083]: audit 2023-12-09T02:10:22.636845+0000 mon.a (mon.0) 553 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:23.477 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:23 smithi067 bash[82083]: cephadm 2023-12-09T02:10:22.637305+0000 mgr.y (mgr.25480) 124 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:23.478 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:23 smithi067 bash[82083]: audit 2023-12-09T02:10:22.718109+0000 mon.a (mon.0) 554 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:23.478 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:23 smithi067 bash[82083]: audit 2023-12-09T02:10:22.720378+0000 mon.a (mon.0) 555 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:23.478 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:23 smithi067 bash[82083]: audit 2023-12-09T02:10:22.723034+0000 mon.a (mon.0) 556 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:23.478 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:23 smithi067 bash[82083]: audit 2023-12-09T02:10:22.724053+0000 mon.a (mon.0) 557 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:23.478 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:23 smithi067 bash[82083]: audit 2023-12-09T02:10:22.733528+0000 mon.a (mon.0) 558 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:23.478 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:23 smithi067 bash[82083]: audit 2023-12-09T02:10:22.822904+0000 mon.a (mon.0) 559 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:23.478 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:23 smithi067 bash[82083]: audit 2023-12-09T02:10:22.826110+0000 mon.a (mon.0) 560 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:23.478 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:23 smithi067 bash[82083]: audit 2023-12-09T02:10:22.828749+0000 mon.a (mon.0) 561 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:23.478 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:23 smithi067 bash[82083]: audit 2023-12-09T02:10:22.829909+0000 mon.a (mon.0) 562 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:23.478 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:23 smithi067 bash[82083]: audit 2023-12-09T02:10:22.837271+0000 mon.a (mon.0) 563 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:23.478 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:23 smithi067 bash[82083]: audit 2023-12-09T02:10:22.919432+0000 mon.a (mon.0) 564 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:23.478 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:23 smithi067 bash[82083]: audit 2023-12-09T02:10:22.922537+0000 mon.a (mon.0) 565 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:23.478 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:23 smithi067 bash[82083]: audit 2023-12-09T02:10:22.927489+0000 mon.a (mon.0) 566 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:23.478 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:23 smithi067 bash[82083]: audit 2023-12-09T02:10:22.928801+0000 mon.a (mon.0) 567 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:23.479 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:23 smithi067 bash[82083]: audit 2023-12-09T02:10:22.936186+0000 mon.a (mon.0) 568 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:23.479 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:23 smithi067 bash[82083]: audit 2023-12-09T02:10:23.016890+0000 mon.a (mon.0) 569 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:23.479 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:23 smithi067 bash[82083]: audit 2023-12-09T02:10:23.019458+0000 mon.a (mon.0) 570 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:23.479 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:23 smithi067 bash[82083]: audit 2023-12-09T02:10:23.021797+0000 mon.a (mon.0) 571 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:23.479 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:23 smithi067 bash[82083]: audit 2023-12-09T02:10:23.022637+0000 mon.a (mon.0) 572 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:23.479 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:23 smithi067 bash[82083]: audit 2023-12-09T02:10:23.028549+0000 mon.a (mon.0) 573 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:23.479 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:23 smithi067 bash[82083]: audit 2023-12-09T02:10:23.110781+0000 mon.a (mon.0) 574 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:23.479 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:23 smithi067 bash[82083]: audit 2023-12-09T02:10:23.113679+0000 mon.a (mon.0) 575 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:23.479 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:23 smithi067 bash[82083]: audit 2023-12-09T02:10:23.116275+0000 mon.a (mon.0) 576 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:23.479 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:23 smithi067 bash[82083]: audit 2023-12-09T02:10:23.117195+0000 mon.a (mon.0) 577 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:23.479 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:23 smithi067 bash[82083]: audit 2023-12-09T02:10:23.123786+0000 mon.a (mon.0) 578 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:23.480 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:23 smithi125 bash[25274]: cephadm 2023-12-09T02:10:21.679549+0000 mgr.y (mgr.25480) 114 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:23.480 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:23 smithi125 bash[25274]: cephadm 2023-12-09T02:10:21.775593+0000 mgr.y (mgr.25480) 115 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:23.480 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:23 smithi125 bash[25274]: cephadm 2023-12-09T02:10:21.855005+0000 mgr.y (mgr.25480) 116 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:23.480 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:23 smithi125 bash[25274]: cephadm 2023-12-09T02:10:21.950706+0000 mgr.y (mgr.25480) 117 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:23.480 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:23 smithi125 bash[25274]: cephadm 2023-12-09T02:10:22.051545+0000 mgr.y (mgr.25480) 118 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:23.480 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:23 smithi125 bash[25274]: cephadm 2023-12-09T02:10:22.149086+0000 mgr.y (mgr.25480) 119 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:23.480 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:23 smithi125 bash[25274]: audit 2023-12-09T02:10:22.233297+0000 mon.a (mon.0) 529 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:23.481 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:23 smithi125 bash[25274]: audit 2023-12-09T02:10:22.236019+0000 mon.a (mon.0) 530 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:23.481 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:23 smithi125 bash[25274]: audit 2023-12-09T02:10:22.239228+0000 mon.a (mon.0) 531 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:23.481 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:23 smithi125 bash[25274]: audit 2023-12-09T02:10:22.240398+0000 mon.a (mon.0) 532 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:23.481 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:23 smithi125 bash[25274]: audit 2023-12-09T02:10:22.248818+0000 mon.a (mon.0) 533 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:23.481 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:23 smithi125 bash[25274]: cephadm 2023-12-09T02:10:22.249344+0000 mgr.y (mgr.25480) 120 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:23.481 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:23 smithi125 bash[25274]: audit 2023-12-09T02:10:22.330133+0000 mon.a (mon.0) 534 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:23.481 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:23 smithi125 bash[25274]: audit 2023-12-09T02:10:22.334414+0000 mon.a (mon.0) 535 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:23.481 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:23 smithi125 bash[25274]: audit 2023-12-09T02:10:22.338116+0000 mon.a (mon.0) 536 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:23.481 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:23 smithi125 bash[25274]: audit 2023-12-09T02:10:22.339143+0000 mon.a (mon.0) 537 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:23.481 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:23 smithi125 bash[25274]: audit 2023-12-09T02:10:22.349392+0000 mon.a (mon.0) 538 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:23.481 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:23 smithi125 bash[25274]: cephadm 2023-12-09T02:10:22.350070+0000 mgr.y (mgr.25480) 121 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:23.481 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:23 smithi125 bash[25274]: audit 2023-12-09T02:10:22.425152+0000 mon.a (mon.0) 539 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:23.481 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:23 smithi125 bash[25274]: audit 2023-12-09T02:10:22.429447+0000 mon.a (mon.0) 540 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:23.481 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:23 smithi125 bash[25274]: audit 2023-12-09T02:10:22.433182+0000 mon.a (mon.0) 541 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:23.481 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:23 smithi125 bash[25274]: audit 2023-12-09T02:10:22.434641+0000 mon.a (mon.0) 542 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:23.481 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:23 smithi125 bash[25274]: audit 2023-12-09T02:10:22.444145+0000 mon.a (mon.0) 543 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:23.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:23 smithi125 bash[25274]: cephadm 2023-12-09T02:10:22.444962+0000 mgr.y (mgr.25480) 122 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:23.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:23 smithi125 bash[25274]: audit 2023-12-09T02:10:22.523403+0000 mon.a (mon.0) 544 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:23.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:23 smithi125 bash[25274]: audit 2023-12-09T02:10:22.525776+0000 mon.a (mon.0) 545 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:23.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:23 smithi125 bash[25274]: audit 2023-12-09T02:10:22.530070+0000 mon.a (mon.0) 546 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:23.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:23 smithi125 bash[25274]: audit 2023-12-09T02:10:22.531092+0000 mon.a (mon.0) 547 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:23.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:23 smithi125 bash[25274]: audit 2023-12-09T02:10:22.541158+0000 mon.a (mon.0) 548 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:23.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:23 smithi125 bash[25274]: cephadm 2023-12-09T02:10:22.541834+0000 mgr.y (mgr.25480) 123 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:23.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:23 smithi125 bash[25274]: audit 2023-12-09T02:10:22.622911+0000 mon.a (mon.0) 549 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:23.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:23 smithi125 bash[25274]: audit 2023-12-09T02:10:22.625242+0000 mon.a (mon.0) 550 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:23.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:23 smithi125 bash[25274]: audit 2023-12-09T02:10:22.627799+0000 mon.a (mon.0) 551 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:23.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:23 smithi125 bash[25274]: audit 2023-12-09T02:10:22.628699+0000 mon.a (mon.0) 552 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:23.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:23 smithi125 bash[25274]: audit 2023-12-09T02:10:22.636845+0000 mon.a (mon.0) 553 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:23.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:23 smithi125 bash[25274]: cephadm 2023-12-09T02:10:22.637305+0000 mgr.y (mgr.25480) 124 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:23.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:23 smithi125 bash[25274]: audit 2023-12-09T02:10:22.718109+0000 mon.a (mon.0) 554 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:23.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:23 smithi125 bash[25274]: audit 2023-12-09T02:10:22.720378+0000 mon.a (mon.0) 555 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:23.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:23 smithi125 bash[25274]: audit 2023-12-09T02:10:22.723034+0000 mon.a (mon.0) 556 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:23.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:23 smithi125 bash[25274]: audit 2023-12-09T02:10:22.724053+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:23.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:23 smithi125 bash[25274]: audit 2023-12-09T02:10:22.733528+0000 mon.a (mon.0) 558 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:23.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:23 smithi125 bash[25274]: audit 2023-12-09T02:10:22.822904+0000 mon.a (mon.0) 559 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:23.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:23 smithi125 bash[25274]: audit 2023-12-09T02:10:22.826110+0000 mon.a (mon.0) 560 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:23.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:23 smithi125 bash[25274]: audit 2023-12-09T02:10:22.828749+0000 mon.a (mon.0) 561 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:23.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:23 smithi125 bash[25274]: audit 2023-12-09T02:10:22.829909+0000 mon.a (mon.0) 562 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:23.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:23 smithi125 bash[25274]: audit 2023-12-09T02:10:22.837271+0000 mon.a (mon.0) 563 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:23.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:23 smithi125 bash[25274]: audit 2023-12-09T02:10:22.919432+0000 mon.a (mon.0) 564 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:23.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:23 smithi125 bash[25274]: audit 2023-12-09T02:10:22.922537+0000 mon.a (mon.0) 565 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:23.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:23 smithi125 bash[25274]: audit 2023-12-09T02:10:22.927489+0000 mon.a (mon.0) 566 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:23.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:23 smithi125 bash[25274]: audit 2023-12-09T02:10:22.928801+0000 mon.a (mon.0) 567 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:23.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:23 smithi125 bash[25274]: audit 2023-12-09T02:10:22.936186+0000 mon.a (mon.0) 568 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:23.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:23 smithi125 bash[25274]: audit 2023-12-09T02:10:23.016890+0000 mon.a (mon.0) 569 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:23.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:23 smithi125 bash[25274]: audit 2023-12-09T02:10:23.019458+0000 mon.a (mon.0) 570 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:23.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:23 smithi125 bash[25274]: audit 2023-12-09T02:10:23.021797+0000 mon.a (mon.0) 571 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:23.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:23 smithi125 bash[25274]: audit 2023-12-09T02:10:23.022637+0000 mon.a (mon.0) 572 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:23.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:23 smithi125 bash[25274]: audit 2023-12-09T02:10:23.028549+0000 mon.a (mon.0) 573 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:23.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:23 smithi125 bash[25274]: audit 2023-12-09T02:10:23.110781+0000 mon.a (mon.0) 574 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:23.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:23 smithi125 bash[25274]: audit 2023-12-09T02:10:23.113679+0000 mon.a (mon.0) 575 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:23.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:23 smithi125 bash[25274]: audit 2023-12-09T02:10:23.116275+0000 mon.a (mon.0) 576 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:23.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:23 smithi125 bash[25274]: audit 2023-12-09T02:10:23.117195+0000 mon.a (mon.0) 577 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:23.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:23 smithi125 bash[25274]: audit 2023-12-09T02:10:23.123786+0000 mon.a (mon.0) 578 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:24.187 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:10:23 smithi067 bash[75618]: ::ffff:172.21.15.125 - - [09/Dec/2023:02:10:23] "GET /metrics HTTP/1.1" 200 38242 "" "Prometheus/2.33.4" 2023-12-09T02:10:24.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:24 smithi067 bash[79370]: cephadm 2023-12-09T02:10:22.734494+0000 mgr.y (mgr.25480) 125 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:24.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:24 smithi067 bash[79370]: cephadm 2023-12-09T02:10:22.838109+0000 mgr.y (mgr.25480) 126 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:24.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:24 smithi067 bash[79370]: cephadm 2023-12-09T02:10:22.936917+0000 mgr.y (mgr.25480) 127 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:24.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:24 smithi067 bash[79370]: cephadm 2023-12-09T02:10:23.029285+0000 mgr.y (mgr.25480) 128 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:24.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:24 smithi067 bash[79370]: cephadm 2023-12-09T02:10:23.125827+0000 mgr.y (mgr.25480) 129 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:24.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:24 smithi067 bash[79370]: audit 2023-12-09T02:10:23.203744+0000 mon.a (mon.0) 579 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:24.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:24 smithi067 bash[79370]: audit 2023-12-09T02:10:23.206328+0000 mon.a (mon.0) 580 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:24.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:24 smithi067 bash[79370]: audit 2023-12-09T02:10:23.208931+0000 mon.a (mon.0) 581 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:24.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:24 smithi067 bash[79370]: audit 2023-12-09T02:10:23.209894+0000 mon.a (mon.0) 582 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:24.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:24 smithi067 bash[79370]: audit 2023-12-09T02:10:23.217131+0000 mon.a (mon.0) 583 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:24.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:24 smithi067 bash[79370]: cephadm 2023-12-09T02:10:23.217750+0000 mgr.y (mgr.25480) 130 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:24.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:24 smithi067 bash[79370]: audit 2023-12-09T02:10:23.295337+0000 mon.a (mon.0) 584 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:24.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:24 smithi067 bash[79370]: audit 2023-12-09T02:10:23.298725+0000 mon.a (mon.0) 585 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:24.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:24 smithi067 bash[79370]: audit 2023-12-09T02:10:23.302768+0000 mon.a (mon.0) 586 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:24.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:24 smithi067 bash[79370]: audit 2023-12-09T02:10:23.304180+0000 mon.a (mon.0) 587 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:24.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:24 smithi067 bash[79370]: audit 2023-12-09T02:10:23.312886+0000 mon.a (mon.0) 588 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:24.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:24 smithi067 bash[79370]: cephadm 2023-12-09T02:10:23.313547+0000 mgr.y (mgr.25480) 131 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:24.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:24 smithi067 bash[79370]: audit 2023-12-09T02:10:23.391219+0000 mon.a (mon.0) 589 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:24.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:24 smithi067 bash[79370]: audit 2023-12-09T02:10:23.394405+0000 mon.a (mon.0) 590 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:24.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:24 smithi067 bash[79370]: audit 2023-12-09T02:10:23.398693+0000 mon.a (mon.0) 591 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:24.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:24 smithi067 bash[79370]: audit 2023-12-09T02:10:23.400476+0000 mon.a (mon.0) 592 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:24.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:24 smithi067 bash[79370]: audit 2023-12-09T02:10:23.408841+0000 mon.a (mon.0) 593 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:24.472 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:24 smithi067 bash[79370]: cephadm 2023-12-09T02:10:23.409735+0000 mgr.y (mgr.25480) 132 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:24.472 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:24 smithi067 bash[79370]: audit 2023-12-09T02:10:23.488816+0000 mon.a (mon.0) 594 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:24.472 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:24 smithi067 bash[79370]: audit 2023-12-09T02:10:23.491293+0000 mon.a (mon.0) 595 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:24.472 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:24 smithi067 bash[79370]: audit 2023-12-09T02:10:23.494111+0000 mon.a (mon.0) 596 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:24.472 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:24 smithi067 bash[79370]: audit 2023-12-09T02:10:23.495173+0000 mon.a (mon.0) 597 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:24.472 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:24 smithi067 bash[79370]: audit 2023-12-09T02:10:23.501595+0000 mon.a (mon.0) 598 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:24.472 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:24 smithi067 bash[79370]: cephadm 2023-12-09T02:10:23.502259+0000 mgr.y (mgr.25480) 133 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:24.472 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:24 smithi067 bash[79370]: cluster 2023-12-09T02:10:23.532934+0000 mgr.y (mgr.25480) 134 : cluster 0 pgmap v16: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:10:24.472 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:24 smithi067 bash[79370]: audit 2023-12-09T02:10:23.580865+0000 mon.a (mon.0) 599 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:24.472 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:24 smithi067 bash[79370]: audit 2023-12-09T02:10:23.585441+0000 mon.a (mon.0) 600 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:24.472 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:24 smithi067 bash[79370]: audit 2023-12-09T02:10:23.589010+0000 mon.a (mon.0) 601 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:24.472 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:24 smithi067 bash[79370]: audit 2023-12-09T02:10:23.590372+0000 mon.a (mon.0) 602 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:24.473 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:24 smithi067 bash[79370]: audit 2023-12-09T02:10:23.598583+0000 mon.a (mon.0) 603 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:24.473 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:24 smithi067 bash[79370]: cephadm 2023-12-09T02:10:23.599107+0000 mgr.y (mgr.25480) 135 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:24.473 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:24 smithi067 bash[79370]: audit 2023-12-09T02:10:23.678428+0000 mon.a (mon.0) 604 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:24.473 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:24 smithi067 bash[79370]: audit 2023-12-09T02:10:23.680921+0000 mon.a (mon.0) 605 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:24.473 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:24 smithi067 bash[79370]: audit 2023-12-09T02:10:23.683268+0000 mon.a (mon.0) 606 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:24.473 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:24 smithi067 bash[79370]: audit 2023-12-09T02:10:23.684124+0000 mon.a (mon.0) 607 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:24.473 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:24 smithi067 bash[82083]: cephadm 2023-12-09T02:10:22.734494+0000 mgr.y (mgr.25480) 125 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:24.473 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:24 smithi067 bash[82083]: cephadm 2023-12-09T02:10:22.838109+0000 mgr.y (mgr.25480) 126 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:24.473 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:24 smithi067 bash[82083]: cephadm 2023-12-09T02:10:22.936917+0000 mgr.y (mgr.25480) 127 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:24.473 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:24 smithi067 bash[82083]: cephadm 2023-12-09T02:10:23.029285+0000 mgr.y (mgr.25480) 128 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:24.474 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:24 smithi067 bash[82083]: cephadm 2023-12-09T02:10:23.125827+0000 mgr.y (mgr.25480) 129 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:24.474 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:24 smithi067 bash[82083]: audit 2023-12-09T02:10:23.203744+0000 mon.a (mon.0) 579 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:24.474 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:24 smithi067 bash[82083]: audit 2023-12-09T02:10:23.206328+0000 mon.a (mon.0) 580 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:24.474 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:24 smithi067 bash[82083]: audit 2023-12-09T02:10:23.208931+0000 mon.a (mon.0) 581 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:24.474 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:24 smithi067 bash[82083]: audit 2023-12-09T02:10:23.209894+0000 mon.a (mon.0) 582 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:24.474 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:24 smithi067 bash[82083]: audit 2023-12-09T02:10:23.217131+0000 mon.a (mon.0) 583 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:24.474 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:24 smithi067 bash[82083]: cephadm 2023-12-09T02:10:23.217750+0000 mgr.y (mgr.25480) 130 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:24.474 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:24 smithi067 bash[82083]: audit 2023-12-09T02:10:23.295337+0000 mon.a (mon.0) 584 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:24.474 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:24 smithi067 bash[82083]: audit 2023-12-09T02:10:23.298725+0000 mon.a (mon.0) 585 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:24.474 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:24 smithi067 bash[82083]: audit 2023-12-09T02:10:23.302768+0000 mon.a (mon.0) 586 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:24.474 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:24 smithi067 bash[82083]: audit 2023-12-09T02:10:23.304180+0000 mon.a (mon.0) 587 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:24.475 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:24 smithi067 bash[82083]: audit 2023-12-09T02:10:23.312886+0000 mon.a (mon.0) 588 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:24.475 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:24 smithi067 bash[82083]: cephadm 2023-12-09T02:10:23.313547+0000 mgr.y (mgr.25480) 131 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:24.475 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:24 smithi067 bash[82083]: audit 2023-12-09T02:10:23.391219+0000 mon.a (mon.0) 589 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:24.475 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:24 smithi067 bash[82083]: audit 2023-12-09T02:10:23.394405+0000 mon.a (mon.0) 590 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:24.475 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:24 smithi067 bash[82083]: audit 2023-12-09T02:10:23.398693+0000 mon.a (mon.0) 591 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:24.475 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:24 smithi067 bash[79370]: audit 2023-12-09T02:10:23.691478+0000 mon.a (mon.0) 608 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:24.475 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:24 smithi067 bash[79370]: audit 2023-12-09T02:10:23.764864+0000 mon.a (mon.0) 609 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:24.475 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:24 smithi067 bash[79370]: audit 2023-12-09T02:10:23.769916+0000 mon.a (mon.0) 610 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:24.476 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:24 smithi067 bash[79370]: audit 2023-12-09T02:10:23.773894+0000 mon.a (mon.0) 611 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:24.476 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:24 smithi067 bash[79370]: audit 2023-12-09T02:10:23.774684+0000 mon.a (mon.0) 612 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:24.476 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:24 smithi067 bash[79370]: audit 2023-12-09T02:10:23.779957+0000 mon.a (mon.0) 613 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:24.476 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:24 smithi067 bash[79370]: audit 2023-12-09T02:10:23.857507+0000 mon.a (mon.0) 614 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:24.476 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:24 smithi067 bash[79370]: audit 2023-12-09T02:10:23.861801+0000 mon.a (mon.0) 615 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:24.476 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:24 smithi067 bash[79370]: audit 2023-12-09T02:10:23.865701+0000 mon.a (mon.0) 616 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:24.476 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:24 smithi067 bash[79370]: audit 2023-12-09T02:10:23.867029+0000 mon.a (mon.0) 617 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:24.476 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:24 smithi067 bash[79370]: audit 2023-12-09T02:10:23.878782+0000 mon.a (mon.0) 618 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:24.476 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:24 smithi067 bash[79370]: audit 2023-12-09T02:10:23.942728+0000 mon.a (mon.0) 619 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:24.476 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:24 smithi067 bash[79370]: audit 2023-12-09T02:10:23.945544+0000 mon.a (mon.0) 620 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:24.476 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:24 smithi067 bash[79370]: audit 2023-12-09T02:10:23.949404+0000 mon.a (mon.0) 621 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:24.476 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:24 smithi067 bash[79370]: audit 2023-12-09T02:10:23.951075+0000 mon.a (mon.0) 622 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:24.477 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:24 smithi067 bash[79370]: audit 2023-12-09T02:10:23.960156+0000 mon.a (mon.0) 623 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:24.477 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:24 smithi067 bash[79370]: audit 2023-12-09T02:10:24.040034+0000 mon.a (mon.0) 624 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:24.477 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:24 smithi067 bash[79370]: audit 2023-12-09T02:10:24.042934+0000 mon.a (mon.0) 625 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:24.477 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:24 smithi067 bash[79370]: audit 2023-12-09T02:10:24.046325+0000 mon.a (mon.0) 626 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:24.477 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:24 smithi067 bash[79370]: audit 2023-12-09T02:10:24.047605+0000 mon.a (mon.0) 627 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:24.477 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:24 smithi067 bash[79370]: audit 2023-12-09T02:10:24.059838+0000 mon.a (mon.0) 628 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:24.477 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:24 smithi067 bash[79370]: audit 2023-12-09T02:10:24.137831+0000 mon.a (mon.0) 629 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:24.477 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:24 smithi067 bash[79370]: audit 2023-12-09T02:10:24.142684+0000 mon.a (mon.0) 630 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:24.477 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:24 smithi067 bash[79370]: audit 2023-12-09T02:10:24.149906+0000 mon.a (mon.0) 631 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:24.477 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:24 smithi067 bash[79370]: audit 2023-12-09T02:10:24.151493+0000 mon.a (mon.0) 632 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:24.477 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:24 smithi067 bash[79370]: audit 2023-12-09T02:10:24.160402+0000 mon.a (mon.0) 633 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:24.478 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:24 smithi067 bash[82083]: audit 2023-12-09T02:10:23.400476+0000 mon.a (mon.0) 592 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:24.478 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:24 smithi067 bash[82083]: audit 2023-12-09T02:10:23.408841+0000 mon.a (mon.0) 593 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:24.478 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:24 smithi067 bash[82083]: cephadm 2023-12-09T02:10:23.409735+0000 mgr.y (mgr.25480) 132 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:24.478 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:24 smithi067 bash[82083]: audit 2023-12-09T02:10:23.488816+0000 mon.a (mon.0) 594 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:24.478 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:24 smithi067 bash[82083]: audit 2023-12-09T02:10:23.491293+0000 mon.a (mon.0) 595 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:24.478 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:24 smithi067 bash[82083]: audit 2023-12-09T02:10:23.494111+0000 mon.a (mon.0) 596 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:24.478 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:24 smithi067 bash[82083]: audit 2023-12-09T02:10:23.495173+0000 mon.a (mon.0) 597 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:24.478 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:24 smithi067 bash[82083]: audit 2023-12-09T02:10:23.501595+0000 mon.a (mon.0) 598 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:24.479 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:24 smithi067 bash[82083]: cephadm 2023-12-09T02:10:23.502259+0000 mgr.y (mgr.25480) 133 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:24.479 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:24 smithi067 bash[82083]: cluster 2023-12-09T02:10:23.532934+0000 mgr.y (mgr.25480) 134 : cluster 0 pgmap v16: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:10:24.479 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:24 smithi067 bash[82083]: audit 2023-12-09T02:10:23.580865+0000 mon.a (mon.0) 599 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:24.479 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:24 smithi067 bash[82083]: audit 2023-12-09T02:10:23.585441+0000 mon.a (mon.0) 600 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:24.479 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:24 smithi067 bash[82083]: audit 2023-12-09T02:10:23.589010+0000 mon.a (mon.0) 601 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:24.479 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:24 smithi067 bash[82083]: audit 2023-12-09T02:10:23.590372+0000 mon.a (mon.0) 602 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:24.479 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:24 smithi067 bash[82083]: audit 2023-12-09T02:10:23.598583+0000 mon.a (mon.0) 603 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:24.479 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:24 smithi067 bash[82083]: cephadm 2023-12-09T02:10:23.599107+0000 mgr.y (mgr.25480) 135 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:24.479 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:24 smithi067 bash[82083]: audit 2023-12-09T02:10:23.678428+0000 mon.a (mon.0) 604 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:24.479 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:24 smithi067 bash[82083]: audit 2023-12-09T02:10:23.680921+0000 mon.a (mon.0) 605 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:24.479 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:24 smithi067 bash[82083]: audit 2023-12-09T02:10:23.683268+0000 mon.a (mon.0) 606 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:24.479 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:24 smithi067 bash[82083]: audit 2023-12-09T02:10:23.684124+0000 mon.a (mon.0) 607 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:24.479 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:24 smithi067 bash[82083]: audit 2023-12-09T02:10:23.691478+0000 mon.a (mon.0) 608 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:24.480 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:24 smithi067 bash[82083]: audit 2023-12-09T02:10:23.764864+0000 mon.a (mon.0) 609 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:24.480 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:24 smithi067 bash[82083]: audit 2023-12-09T02:10:23.769916+0000 mon.a (mon.0) 610 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:24.480 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:24 smithi067 bash[82083]: audit 2023-12-09T02:10:23.773894+0000 mon.a (mon.0) 611 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:24.480 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:24 smithi067 bash[82083]: audit 2023-12-09T02:10:23.774684+0000 mon.a (mon.0) 612 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:24.480 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:24 smithi067 bash[82083]: audit 2023-12-09T02:10:23.779957+0000 mon.a (mon.0) 613 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:24.480 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:24 smithi067 bash[82083]: audit 2023-12-09T02:10:23.857507+0000 mon.a (mon.0) 614 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:24.480 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:24 smithi067 bash[82083]: audit 2023-12-09T02:10:23.861801+0000 mon.a (mon.0) 615 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:24.480 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:24 smithi067 bash[82083]: audit 2023-12-09T02:10:23.865701+0000 mon.a (mon.0) 616 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:24.480 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:24 smithi067 bash[82083]: audit 2023-12-09T02:10:23.867029+0000 mon.a (mon.0) 617 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:24.480 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:24 smithi067 bash[82083]: audit 2023-12-09T02:10:23.878782+0000 mon.a (mon.0) 618 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:24.480 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:24 smithi067 bash[82083]: audit 2023-12-09T02:10:23.942728+0000 mon.a (mon.0) 619 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:24.480 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:24 smithi067 bash[82083]: audit 2023-12-09T02:10:23.945544+0000 mon.a (mon.0) 620 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:24.481 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:24 smithi067 bash[82083]: audit 2023-12-09T02:10:23.949404+0000 mon.a (mon.0) 621 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:24.481 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:24 smithi067 bash[82083]: audit 2023-12-09T02:10:23.951075+0000 mon.a (mon.0) 622 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:24.481 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:24 smithi067 bash[82083]: audit 2023-12-09T02:10:23.960156+0000 mon.a (mon.0) 623 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:24.481 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:24 smithi067 bash[82083]: audit 2023-12-09T02:10:24.040034+0000 mon.a (mon.0) 624 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:24.481 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:24 smithi067 bash[82083]: audit 2023-12-09T02:10:24.042934+0000 mon.a (mon.0) 625 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:24.481 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:24 smithi067 bash[82083]: audit 2023-12-09T02:10:24.046325+0000 mon.a (mon.0) 626 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:24.481 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:24 smithi067 bash[82083]: audit 2023-12-09T02:10:24.047605+0000 mon.a (mon.0) 627 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:24.481 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:24 smithi067 bash[82083]: audit 2023-12-09T02:10:24.059838+0000 mon.a (mon.0) 628 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:24.481 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:24 smithi067 bash[82083]: audit 2023-12-09T02:10:24.137831+0000 mon.a (mon.0) 629 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:24.481 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:24 smithi067 bash[82083]: audit 2023-12-09T02:10:24.142684+0000 mon.a (mon.0) 630 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:24.481 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:24 smithi067 bash[82083]: audit 2023-12-09T02:10:24.149906+0000 mon.a (mon.0) 631 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:24.481 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:24 smithi067 bash[82083]: audit 2023-12-09T02:10:24.151493+0000 mon.a (mon.0) 632 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:24.481 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:24 smithi067 bash[82083]: audit 2023-12-09T02:10:24.160402+0000 mon.a (mon.0) 633 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:24.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:24 smithi125 bash[25274]: cephadm 2023-12-09T02:10:22.734494+0000 mgr.y (mgr.25480) 125 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:24.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:24 smithi125 bash[25274]: cephadm 2023-12-09T02:10:22.838109+0000 mgr.y (mgr.25480) 126 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:24.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:24 smithi125 bash[25274]: cephadm 2023-12-09T02:10:22.936917+0000 mgr.y (mgr.25480) 127 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:24.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:24 smithi125 bash[25274]: cephadm 2023-12-09T02:10:23.029285+0000 mgr.y (mgr.25480) 128 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:24.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:24 smithi125 bash[25274]: cephadm 2023-12-09T02:10:23.125827+0000 mgr.y (mgr.25480) 129 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:24.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:24 smithi125 bash[25274]: audit 2023-12-09T02:10:23.203744+0000 mon.a (mon.0) 579 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:24.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:24 smithi125 bash[25274]: audit 2023-12-09T02:10:23.206328+0000 mon.a (mon.0) 580 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:24.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:24 smithi125 bash[25274]: audit 2023-12-09T02:10:23.208931+0000 mon.a (mon.0) 581 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:24.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:24 smithi125 bash[25274]: audit 2023-12-09T02:10:23.209894+0000 mon.a (mon.0) 582 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:24.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:24 smithi125 bash[25274]: audit 2023-12-09T02:10:23.217131+0000 mon.a (mon.0) 583 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:24.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:24 smithi125 bash[25274]: cephadm 2023-12-09T02:10:23.217750+0000 mgr.y (mgr.25480) 130 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:24.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:24 smithi125 bash[25274]: audit 2023-12-09T02:10:23.295337+0000 mon.a (mon.0) 584 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:24.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:24 smithi125 bash[25274]: audit 2023-12-09T02:10:23.298725+0000 mon.a (mon.0) 585 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:24.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:24 smithi125 bash[25274]: audit 2023-12-09T02:10:23.302768+0000 mon.a (mon.0) 586 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:24.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:24 smithi125 bash[25274]: audit 2023-12-09T02:10:23.304180+0000 mon.a (mon.0) 587 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:24.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:24 smithi125 bash[25274]: audit 2023-12-09T02:10:23.312886+0000 mon.a (mon.0) 588 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:24.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:24 smithi125 bash[25274]: cephadm 2023-12-09T02:10:23.313547+0000 mgr.y (mgr.25480) 131 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:24.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:24 smithi125 bash[25274]: audit 2023-12-09T02:10:23.391219+0000 mon.a (mon.0) 589 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:24.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:24 smithi125 bash[25274]: audit 2023-12-09T02:10:23.394405+0000 mon.a (mon.0) 590 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:24.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:24 smithi125 bash[25274]: audit 2023-12-09T02:10:23.398693+0000 mon.a (mon.0) 591 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:24.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:24 smithi125 bash[25274]: audit 2023-12-09T02:10:23.400476+0000 mon.a (mon.0) 592 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:24.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:24 smithi125 bash[25274]: audit 2023-12-09T02:10:23.408841+0000 mon.a (mon.0) 593 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:24.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:24 smithi125 bash[25274]: cephadm 2023-12-09T02:10:23.409735+0000 mgr.y (mgr.25480) 132 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:24.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:24 smithi125 bash[25274]: audit 2023-12-09T02:10:23.488816+0000 mon.a (mon.0) 594 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:24.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:24 smithi125 bash[25274]: audit 2023-12-09T02:10:23.491293+0000 mon.a (mon.0) 595 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:24.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:24 smithi125 bash[25274]: audit 2023-12-09T02:10:23.494111+0000 mon.a (mon.0) 596 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:24.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:24 smithi125 bash[25274]: audit 2023-12-09T02:10:23.495173+0000 mon.a (mon.0) 597 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:24.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:24 smithi125 bash[25274]: audit 2023-12-09T02:10:23.501595+0000 mon.a (mon.0) 598 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:24.485 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:24 smithi125 bash[25274]: cephadm 2023-12-09T02:10:23.502259+0000 mgr.y (mgr.25480) 133 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:24.485 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:24 smithi125 bash[25274]: cluster 2023-12-09T02:10:23.532934+0000 mgr.y (mgr.25480) 134 : cluster [DBG] pgmap v16: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:10:24.485 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:24 smithi125 bash[25274]: audit 2023-12-09T02:10:23.580865+0000 mon.a (mon.0) 599 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:24.485 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:24 smithi125 bash[25274]: audit 2023-12-09T02:10:23.585441+0000 mon.a (mon.0) 600 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:24.485 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:24 smithi125 bash[25274]: audit 2023-12-09T02:10:23.589010+0000 mon.a (mon.0) 601 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:24.485 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:24 smithi125 bash[25274]: audit 2023-12-09T02:10:23.590372+0000 mon.a (mon.0) 602 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:24.485 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:24 smithi125 bash[25274]: audit 2023-12-09T02:10:23.598583+0000 mon.a (mon.0) 603 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:24.485 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:24 smithi125 bash[25274]: cephadm 2023-12-09T02:10:23.599107+0000 mgr.y (mgr.25480) 135 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:24.485 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:24 smithi125 bash[25274]: audit 2023-12-09T02:10:23.678428+0000 mon.a (mon.0) 604 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:24.485 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:24 smithi125 bash[25274]: audit 2023-12-09T02:10:23.680921+0000 mon.a (mon.0) 605 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:24.485 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:24 smithi125 bash[25274]: audit 2023-12-09T02:10:23.683268+0000 mon.a (mon.0) 606 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:24.485 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:24 smithi125 bash[25274]: audit 2023-12-09T02:10:23.684124+0000 mon.a (mon.0) 607 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:24.486 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:24 smithi125 bash[25274]: audit 2023-12-09T02:10:23.691478+0000 mon.a (mon.0) 608 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:24.486 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:24 smithi125 bash[25274]: audit 2023-12-09T02:10:23.764864+0000 mon.a (mon.0) 609 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:24.486 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:24 smithi125 bash[25274]: audit 2023-12-09T02:10:23.769916+0000 mon.a (mon.0) 610 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:24.486 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:24 smithi125 bash[25274]: audit 2023-12-09T02:10:23.773894+0000 mon.a (mon.0) 611 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:24.489 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:24 smithi125 bash[25274]: audit 2023-12-09T02:10:23.774684+0000 mon.a (mon.0) 612 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:24.489 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:24 smithi125 bash[25274]: audit 2023-12-09T02:10:23.779957+0000 mon.a (mon.0) 613 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:24.489 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:24 smithi125 bash[25274]: audit 2023-12-09T02:10:23.857507+0000 mon.a (mon.0) 614 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:24.489 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:24 smithi125 bash[25274]: audit 2023-12-09T02:10:23.861801+0000 mon.a (mon.0) 615 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:24.489 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:24 smithi125 bash[25274]: audit 2023-12-09T02:10:23.865701+0000 mon.a (mon.0) 616 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:24.490 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:24 smithi125 bash[25274]: audit 2023-12-09T02:10:23.867029+0000 mon.a (mon.0) 617 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:24.490 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:24 smithi125 bash[25274]: audit 2023-12-09T02:10:23.878782+0000 mon.a (mon.0) 618 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:24.490 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:24 smithi125 bash[25274]: audit 2023-12-09T02:10:23.942728+0000 mon.a (mon.0) 619 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:24.490 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:24 smithi125 bash[25274]: audit 2023-12-09T02:10:23.945544+0000 mon.a (mon.0) 620 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:24.490 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:24 smithi125 bash[25274]: audit 2023-12-09T02:10:23.949404+0000 mon.a (mon.0) 621 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:24.490 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:24 smithi125 bash[25274]: audit 2023-12-09T02:10:23.951075+0000 mon.a (mon.0) 622 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:24.490 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:24 smithi125 bash[25274]: audit 2023-12-09T02:10:23.960156+0000 mon.a (mon.0) 623 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:24.490 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:24 smithi125 bash[25274]: audit 2023-12-09T02:10:24.040034+0000 mon.a (mon.0) 624 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:24.490 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:24 smithi125 bash[25274]: audit 2023-12-09T02:10:24.042934+0000 mon.a (mon.0) 625 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:24.490 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:24 smithi125 bash[25274]: audit 2023-12-09T02:10:24.046325+0000 mon.a (mon.0) 626 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:24.490 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:24 smithi125 bash[25274]: audit 2023-12-09T02:10:24.047605+0000 mon.a (mon.0) 627 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:24.490 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:24 smithi125 bash[25274]: audit 2023-12-09T02:10:24.059838+0000 mon.a (mon.0) 628 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:24.490 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:24 smithi125 bash[25274]: audit 2023-12-09T02:10:24.137831+0000 mon.a (mon.0) 629 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:24.491 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:24 smithi125 bash[25274]: audit 2023-12-09T02:10:24.142684+0000 mon.a (mon.0) 630 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:24.491 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:24 smithi125 bash[25274]: audit 2023-12-09T02:10:24.149906+0000 mon.a (mon.0) 631 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:24.491 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:24 smithi125 bash[25274]: audit 2023-12-09T02:10:24.151493+0000 mon.a (mon.0) 632 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:24.491 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:24 smithi125 bash[25274]: audit 2023-12-09T02:10:24.160402+0000 mon.a (mon.0) 633 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:25.193 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:25 smithi067 bash[79370]: cephadm 2023-12-09T02:10:23.692114+0000 mgr.y (mgr.25480) 136 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:25.193 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:25 smithi067 bash[79370]: cephadm 2023-12-09T02:10:23.780510+0000 mgr.y (mgr.25480) 137 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:25.194 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:25 smithi067 bash[79370]: cephadm 2023-12-09T02:10:23.879521+0000 mgr.y (mgr.25480) 138 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:25.194 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:25 smithi067 bash[79370]: cephadm 2023-12-09T02:10:23.960738+0000 mgr.y (mgr.25480) 139 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:25.194 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:25 smithi067 bash[79370]: cephadm 2023-12-09T02:10:24.060466+0000 mgr.y (mgr.25480) 140 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:25.194 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:25 smithi067 bash[79370]: cephadm 2023-12-09T02:10:24.160987+0000 mgr.y (mgr.25480) 141 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:25.194 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:25 smithi067 bash[79370]: audit 2023-12-09T02:10:24.225085+0000 mon.a (mon.0) 634 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:25.194 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:25 smithi067 bash[79370]: audit 2023-12-09T02:10:24.228264+0000 mon.a (mon.0) 635 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:25.194 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:25 smithi067 bash[79370]: audit 2023-12-09T02:10:24.230988+0000 mon.a (mon.0) 636 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:25.194 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:25 smithi067 bash[79370]: audit 2023-12-09T02:10:24.232138+0000 mon.a (mon.0) 637 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:25.194 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:25 smithi067 bash[79370]: audit 2023-12-09T02:10:24.241181+0000 mon.a (mon.0) 638 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:25.194 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:25 smithi067 bash[79370]: cephadm 2023-12-09T02:10:24.241778+0000 mgr.y (mgr.25480) 142 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:25.194 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:25 smithi067 bash[79370]: audit 2023-12-09T02:10:24.321585+0000 mon.a (mon.0) 639 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:25.194 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:25 smithi067 bash[79370]: audit 2023-12-09T02:10:24.324745+0000 mon.a (mon.0) 640 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:25.194 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:25 smithi067 bash[79370]: audit 2023-12-09T02:10:24.327121+0000 mon.a (mon.0) 641 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:25.194 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:25 smithi067 bash[79370]: audit 2023-12-09T02:10:24.327843+0000 mon.a (mon.0) 642 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:25.195 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:25 smithi067 bash[79370]: audit 2023-12-09T02:10:24.336996+0000 mon.a (mon.0) 643 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:25.195 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:25 smithi067 bash[79370]: cephadm 2023-12-09T02:10:24.337741+0000 mgr.y (mgr.25480) 143 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:25.195 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:25 smithi067 bash[79370]: audit 2023-12-09T02:10:24.422169+0000 mon.a (mon.0) 644 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:25.195 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:25 smithi067 bash[79370]: audit 2023-12-09T02:10:24.424677+0000 mon.a (mon.0) 645 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:25.195 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:25 smithi067 bash[82083]: cephadm 2023-12-09T02:10:23.692114+0000 mgr.y (mgr.25480) 136 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:25.195 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:25 smithi067 bash[82083]: cephadm 2023-12-09T02:10:23.780510+0000 mgr.y (mgr.25480) 137 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:25.195 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:25 smithi067 bash[82083]: cephadm 2023-12-09T02:10:23.879521+0000 mgr.y (mgr.25480) 138 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:25.195 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:25 smithi067 bash[82083]: cephadm 2023-12-09T02:10:23.960738+0000 mgr.y (mgr.25480) 139 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:25.195 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:25 smithi067 bash[82083]: cephadm 2023-12-09T02:10:24.060466+0000 mgr.y (mgr.25480) 140 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:25.195 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:25 smithi067 bash[82083]: cephadm 2023-12-09T02:10:24.160987+0000 mgr.y (mgr.25480) 141 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:25.196 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:25 smithi067 bash[82083]: audit 2023-12-09T02:10:24.225085+0000 mon.a (mon.0) 634 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:25.196 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:25 smithi067 bash[82083]: audit 2023-12-09T02:10:24.228264+0000 mon.a (mon.0) 635 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:25.196 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:25 smithi067 bash[82083]: audit 2023-12-09T02:10:24.230988+0000 mon.a (mon.0) 636 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:25.196 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:25 smithi067 bash[82083]: audit 2023-12-09T02:10:24.232138+0000 mon.a (mon.0) 637 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:25.196 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:25 smithi067 bash[82083]: audit 2023-12-09T02:10:24.241181+0000 mon.a (mon.0) 638 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:25.196 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:25 smithi067 bash[82083]: cephadm 2023-12-09T02:10:24.241778+0000 mgr.y (mgr.25480) 142 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:25.196 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:25 smithi067 bash[82083]: audit 2023-12-09T02:10:24.321585+0000 mon.a (mon.0) 639 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:25.196 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:25 smithi067 bash[82083]: audit 2023-12-09T02:10:24.324745+0000 mon.a (mon.0) 640 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:25.196 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:25 smithi067 bash[82083]: audit 2023-12-09T02:10:24.327121+0000 mon.a (mon.0) 641 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:25.196 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:25 smithi067 bash[82083]: audit 2023-12-09T02:10:24.327843+0000 mon.a (mon.0) 642 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:25.196 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:25 smithi067 bash[82083]: audit 2023-12-09T02:10:24.336996+0000 mon.a (mon.0) 643 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:25.196 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:25 smithi067 bash[82083]: cephadm 2023-12-09T02:10:24.337741+0000 mgr.y (mgr.25480) 143 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:25.196 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:25 smithi067 bash[82083]: audit 2023-12-09T02:10:24.422169+0000 mon.a (mon.0) 644 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:25.196 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:25 smithi067 bash[82083]: audit 2023-12-09T02:10:24.424677+0000 mon.a (mon.0) 645 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:25.197 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:25 smithi067 bash[79370]: audit 2023-12-09T02:10:24.427714+0000 mon.a (mon.0) 646 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:25.197 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:25 smithi067 bash[79370]: audit 2023-12-09T02:10:24.428973+0000 mon.a (mon.0) 647 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:25.197 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:25 smithi067 bash[79370]: audit 2023-12-09T02:10:24.438318+0000 mon.a (mon.0) 648 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:25.197 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:25 smithi067 bash[79370]: cephadm 2023-12-09T02:10:24.438965+0000 mgr.y (mgr.25480) 144 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:25.197 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:25 smithi067 bash[79370]: audit 2023-12-09T02:10:24.516933+0000 mon.a (mon.0) 649 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:25.197 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:25 smithi067 bash[79370]: audit 2023-12-09T02:10:24.519844+0000 mon.a (mon.0) 650 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:25.197 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:25 smithi067 bash[79370]: audit 2023-12-09T02:10:24.522995+0000 mon.a (mon.0) 651 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:25.197 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:25 smithi067 bash[79370]: audit 2023-12-09T02:10:24.524039+0000 mon.a (mon.0) 652 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:25.197 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:25 smithi067 bash[79370]: audit 2023-12-09T02:10:24.531929+0000 mon.a (mon.0) 653 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:25.197 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:25 smithi067 bash[79370]: cephadm 2023-12-09T02:10:24.532787+0000 mgr.y (mgr.25480) 145 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:25.197 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:25 smithi067 bash[79370]: audit 2023-12-09T02:10:24.619153+0000 mon.a (mon.0) 654 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:25.197 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:25 smithi067 bash[79370]: audit 2023-12-09T02:10:24.622418+0000 mon.a (mon.0) 655 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:25.197 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:25 smithi067 bash[79370]: audit 2023-12-09T02:10:24.626856+0000 mon.a (mon.0) 656 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:25.198 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:25 smithi067 bash[79370]: audit 2023-12-09T02:10:24.629000+0000 mon.a (mon.0) 657 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:25.198 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:25 smithi067 bash[79370]: audit 2023-12-09T02:10:24.634480+0000 mon.a (mon.0) 658 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:25.198 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:25 smithi067 bash[79370]: cephadm 2023-12-09T02:10:24.635093+0000 mgr.y (mgr.25480) 146 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:25.198 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:25 smithi067 bash[79370]: audit 2023-12-09T02:10:24.697973+0000 mon.a (mon.0) 659 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:25.198 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:25 smithi067 bash[79370]: audit 2023-12-09T02:10:24.700120+0000 mon.a (mon.0) 660 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:25.198 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:25 smithi067 bash[79370]: audit 2023-12-09T02:10:24.702273+0000 mon.a (mon.0) 661 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:25.198 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:25 smithi067 bash[79370]: audit 2023-12-09T02:10:24.703057+0000 mon.a (mon.0) 662 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:25.198 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:25 smithi067 bash[79370]: audit 2023-12-09T02:10:24.710273+0000 mon.a (mon.0) 663 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:25.198 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:25 smithi067 bash[79370]: audit 2023-12-09T02:10:24.789163+0000 mon.a (mon.0) 664 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:25.198 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:25 smithi067 bash[79370]: audit 2023-12-09T02:10:24.791629+0000 mon.a (mon.0) 665 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:25.198 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:25 smithi067 bash[79370]: audit 2023-12-09T02:10:24.794761+0000 mon.a (mon.0) 666 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:25.198 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:25 smithi067 bash[79370]: audit 2023-12-09T02:10:24.796179+0000 mon.a (mon.0) 667 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:25.198 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:25 smithi067 bash[79370]: audit 2023-12-09T02:10:24.805670+0000 mon.a (mon.0) 668 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:25.198 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:25 smithi067 bash[79370]: audit 2023-12-09T02:10:24.883712+0000 mon.a (mon.0) 669 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:25.199 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:25 smithi067 bash[79370]: audit 2023-12-09T02:10:24.887641+0000 mon.a (mon.0) 670 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:25.199 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:25 smithi067 bash[79370]: audit 2023-12-09T02:10:24.890761+0000 mon.a (mon.0) 671 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:25.199 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:25 smithi067 bash[79370]: audit 2023-12-09T02:10:24.891991+0000 mon.a (mon.0) 672 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:25.199 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:25 smithi067 bash[79370]: audit 2023-12-09T02:10:24.899086+0000 mon.a (mon.0) 673 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:25.199 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:25 smithi067 bash[79370]: audit 2023-12-09T02:10:24.959315+0000 mon.a (mon.0) 674 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:25.199 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:25 smithi067 bash[79370]: audit 2023-12-09T02:10:24.961520+0000 mon.a (mon.0) 675 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:25.199 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:25 smithi067 bash[79370]: audit 2023-12-09T02:10:24.964308+0000 mon.a (mon.0) 676 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:25.199 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:25 smithi067 bash[79370]: audit 2023-12-09T02:10:24.965433+0000 mon.a (mon.0) 677 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:25.199 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:25 smithi067 bash[79370]: audit 2023-12-09T02:10:24.972392+0000 mon.a (mon.0) 678 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:25.199 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:25 smithi067 bash[79370]: audit 2023-12-09T02:10:25.055514+0000 mon.a (mon.0) 679 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:25.199 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:25 smithi067 bash[82083]: audit 2023-12-09T02:10:24.427714+0000 mon.a (mon.0) 646 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:25.199 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:25 smithi067 bash[82083]: audit 2023-12-09T02:10:24.428973+0000 mon.a (mon.0) 647 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:25.199 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:25 smithi067 bash[82083]: audit 2023-12-09T02:10:24.438318+0000 mon.a (mon.0) 648 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:25.199 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:25 smithi067 bash[82083]: cephadm 2023-12-09T02:10:24.438965+0000 mgr.y (mgr.25480) 144 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:25.200 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:25 smithi067 bash[82083]: audit 2023-12-09T02:10:24.516933+0000 mon.a (mon.0) 649 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:25.200 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:25 smithi067 bash[82083]: audit 2023-12-09T02:10:24.519844+0000 mon.a (mon.0) 650 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:25.200 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:25 smithi067 bash[82083]: audit 2023-12-09T02:10:24.522995+0000 mon.a (mon.0) 651 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:25.200 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:25 smithi067 bash[82083]: audit 2023-12-09T02:10:24.524039+0000 mon.a (mon.0) 652 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:25.200 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:25 smithi067 bash[82083]: audit 2023-12-09T02:10:24.531929+0000 mon.a (mon.0) 653 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:25.200 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:25 smithi067 bash[82083]: cephadm 2023-12-09T02:10:24.532787+0000 mgr.y (mgr.25480) 145 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:25.200 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:25 smithi067 bash[82083]: audit 2023-12-09T02:10:24.619153+0000 mon.a (mon.0) 654 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:25.200 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:25 smithi067 bash[82083]: audit 2023-12-09T02:10:24.622418+0000 mon.a (mon.0) 655 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:25.200 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:25 smithi067 bash[82083]: audit 2023-12-09T02:10:24.626856+0000 mon.a (mon.0) 656 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:25.200 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:25 smithi067 bash[82083]: audit 2023-12-09T02:10:24.629000+0000 mon.a (mon.0) 657 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:25.200 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:25 smithi067 bash[82083]: audit 2023-12-09T02:10:24.634480+0000 mon.a (mon.0) 658 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:25.200 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:25 smithi067 bash[82083]: cephadm 2023-12-09T02:10:24.635093+0000 mgr.y (mgr.25480) 146 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:25.200 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:25 smithi067 bash[82083]: audit 2023-12-09T02:10:24.697973+0000 mon.a (mon.0) 659 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:25.200 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:25 smithi067 bash[82083]: audit 2023-12-09T02:10:24.700120+0000 mon.a (mon.0) 660 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:25.200 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:25 smithi067 bash[82083]: audit 2023-12-09T02:10:24.702273+0000 mon.a (mon.0) 661 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:25.200 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:25 smithi067 bash[82083]: audit 2023-12-09T02:10:24.703057+0000 mon.a (mon.0) 662 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:25.201 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:25 smithi067 bash[82083]: audit 2023-12-09T02:10:24.710273+0000 mon.a (mon.0) 663 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:25.201 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:10:25 smithi067 bash[75618]: debug 2023-12-09T02:10:25.013+0000 7f0641e91700 -1 mgr.server handle_report got status from non-daemon mon.c 2023-12-09T02:10:25.469 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:25 smithi067 bash[79370]: audit 2023-12-09T02:10:25.057511+0000 mon.a (mon.0) 680 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:25.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:25 smithi067 bash[79370]: audit 2023-12-09T02:10:25.061657+0000 mon.a (mon.0) 681 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:25.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:25 smithi067 bash[79370]: audit 2023-12-09T02:10:25.063053+0000 mon.a (mon.0) 682 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:25.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:25 smithi067 bash[79370]: audit 2023-12-09T02:10:25.071548+0000 mon.a (mon.0) 683 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:25.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:25 smithi067 bash[79370]: audit 2023-12-09T02:10:25.153225+0000 mon.a (mon.0) 684 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:25.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:25 smithi067 bash[79370]: audit 2023-12-09T02:10:25.155712+0000 mon.a (mon.0) 685 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:25.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:25 smithi067 bash[79370]: audit 2023-12-09T02:10:25.158341+0000 mon.a (mon.0) 686 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:25.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:25 smithi067 bash[79370]: audit 2023-12-09T02:10:25.159415+0000 mon.a (mon.0) 687 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:25.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:25 smithi067 bash[79370]: audit 2023-12-09T02:10:25.166432+0000 mon.a (mon.0) 688 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:25.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:25 smithi067 bash[82083]: audit 2023-12-09T02:10:24.789163+0000 mon.a (mon.0) 664 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:25.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:25 smithi067 bash[82083]: audit 2023-12-09T02:10:24.791629+0000 mon.a (mon.0) 665 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:25.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:25 smithi067 bash[82083]: audit 2023-12-09T02:10:24.794761+0000 mon.a (mon.0) 666 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:25.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:25 smithi067 bash[82083]: audit 2023-12-09T02:10:24.796179+0000 mon.a (mon.0) 667 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:25.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:25 smithi067 bash[82083]: audit 2023-12-09T02:10:24.805670+0000 mon.a (mon.0) 668 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:25.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:25 smithi067 bash[82083]: audit 2023-12-09T02:10:24.883712+0000 mon.a (mon.0) 669 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:25.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:25 smithi067 bash[82083]: audit 2023-12-09T02:10:24.887641+0000 mon.a (mon.0) 670 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:25.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:25 smithi067 bash[82083]: audit 2023-12-09T02:10:24.890761+0000 mon.a (mon.0) 671 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:25.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:25 smithi067 bash[82083]: audit 2023-12-09T02:10:24.891991+0000 mon.a (mon.0) 672 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:25.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:25 smithi067 bash[82083]: audit 2023-12-09T02:10:24.899086+0000 mon.a (mon.0) 673 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:25.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:25 smithi067 bash[82083]: audit 2023-12-09T02:10:24.959315+0000 mon.a (mon.0) 674 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:25.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:25 smithi067 bash[82083]: audit 2023-12-09T02:10:24.961520+0000 mon.a (mon.0) 675 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:25.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:25 smithi067 bash[82083]: audit 2023-12-09T02:10:24.964308+0000 mon.a (mon.0) 676 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:25.472 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:25 smithi067 bash[82083]: audit 2023-12-09T02:10:24.965433+0000 mon.a (mon.0) 677 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:25.472 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:25 smithi067 bash[82083]: audit 2023-12-09T02:10:24.972392+0000 mon.a (mon.0) 678 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:25.472 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:25 smithi067 bash[82083]: audit 2023-12-09T02:10:25.055514+0000 mon.a (mon.0) 679 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:25.472 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:25 smithi067 bash[82083]: audit 2023-12-09T02:10:25.057511+0000 mon.a (mon.0) 680 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:25.472 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:25 smithi067 bash[82083]: audit 2023-12-09T02:10:25.061657+0000 mon.a (mon.0) 681 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:25.472 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:25 smithi067 bash[82083]: audit 2023-12-09T02:10:25.063053+0000 mon.a (mon.0) 682 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:25.472 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:25 smithi067 bash[82083]: audit 2023-12-09T02:10:25.071548+0000 mon.a (mon.0) 683 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:25.472 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:25 smithi067 bash[82083]: audit 2023-12-09T02:10:25.153225+0000 mon.a (mon.0) 684 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:25.472 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:25 smithi067 bash[82083]: audit 2023-12-09T02:10:25.155712+0000 mon.a (mon.0) 685 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:25.472 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:25 smithi067 bash[82083]: audit 2023-12-09T02:10:25.158341+0000 mon.a (mon.0) 686 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:25.472 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:25 smithi067 bash[82083]: audit 2023-12-09T02:10:25.159415+0000 mon.a (mon.0) 687 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:25.472 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:25 smithi067 bash[82083]: audit 2023-12-09T02:10:25.166432+0000 mon.a (mon.0) 688 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:25.473 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:25 smithi125 bash[25274]: cephadm 2023-12-09T02:10:23.692114+0000 mgr.y (mgr.25480) 136 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:25.473 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:25 smithi125 bash[25274]: cephadm 2023-12-09T02:10:23.780510+0000 mgr.y (mgr.25480) 137 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:25.473 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:25 smithi125 bash[25274]: cephadm 2023-12-09T02:10:23.879521+0000 mgr.y (mgr.25480) 138 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:25.473 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:25 smithi125 bash[25274]: cephadm 2023-12-09T02:10:23.960738+0000 mgr.y (mgr.25480) 139 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:25.473 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:25 smithi125 bash[25274]: cephadm 2023-12-09T02:10:24.060466+0000 mgr.y (mgr.25480) 140 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:25.473 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:25 smithi125 bash[25274]: cephadm 2023-12-09T02:10:24.160987+0000 mgr.y (mgr.25480) 141 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:25.474 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:25 smithi125 bash[25274]: audit 2023-12-09T02:10:24.225085+0000 mon.a (mon.0) 634 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:25.474 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:25 smithi125 bash[25274]: audit 2023-12-09T02:10:24.228264+0000 mon.a (mon.0) 635 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:25.474 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:25 smithi125 bash[25274]: audit 2023-12-09T02:10:24.230988+0000 mon.a (mon.0) 636 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:25.474 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:25 smithi125 bash[25274]: audit 2023-12-09T02:10:24.232138+0000 mon.a (mon.0) 637 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:25.474 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:25 smithi125 bash[25274]: audit 2023-12-09T02:10:24.241181+0000 mon.a (mon.0) 638 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:25.474 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:25 smithi125 bash[25274]: cephadm 2023-12-09T02:10:24.241778+0000 mgr.y (mgr.25480) 142 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:25.474 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:25 smithi125 bash[25274]: audit 2023-12-09T02:10:24.321585+0000 mon.a (mon.0) 639 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:25.474 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:25 smithi125 bash[25274]: audit 2023-12-09T02:10:24.324745+0000 mon.a (mon.0) 640 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:25.474 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:25 smithi125 bash[25274]: audit 2023-12-09T02:10:24.327121+0000 mon.a (mon.0) 641 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:25.474 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:25 smithi125 bash[25274]: audit 2023-12-09T02:10:24.327843+0000 mon.a (mon.0) 642 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:25.474 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:25 smithi125 bash[25274]: audit 2023-12-09T02:10:24.336996+0000 mon.a (mon.0) 643 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:25.474 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:25 smithi125 bash[25274]: cephadm 2023-12-09T02:10:24.337741+0000 mgr.y (mgr.25480) 143 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:25.474 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:25 smithi125 bash[25274]: audit 2023-12-09T02:10:24.422169+0000 mon.a (mon.0) 644 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:25.474 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:25 smithi125 bash[25274]: audit 2023-12-09T02:10:24.424677+0000 mon.a (mon.0) 645 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:25.474 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:25 smithi125 bash[25274]: audit 2023-12-09T02:10:24.427714+0000 mon.a (mon.0) 646 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:25.475 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:25 smithi125 bash[25274]: audit 2023-12-09T02:10:24.428973+0000 mon.a (mon.0) 647 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:25.475 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:25 smithi125 bash[25274]: audit 2023-12-09T02:10:24.438318+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:25.475 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:25 smithi125 bash[25274]: cephadm 2023-12-09T02:10:24.438965+0000 mgr.y (mgr.25480) 144 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:25.475 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:25 smithi125 bash[25274]: audit 2023-12-09T02:10:24.516933+0000 mon.a (mon.0) 649 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:25.475 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:25 smithi125 bash[25274]: audit 2023-12-09T02:10:24.519844+0000 mon.a (mon.0) 650 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:25.475 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:25 smithi125 bash[25274]: audit 2023-12-09T02:10:24.522995+0000 mon.a (mon.0) 651 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:25.475 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:25 smithi125 bash[25274]: audit 2023-12-09T02:10:24.524039+0000 mon.a (mon.0) 652 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:25.475 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:25 smithi125 bash[25274]: audit 2023-12-09T02:10:24.531929+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:25.475 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:25 smithi125 bash[25274]: cephadm 2023-12-09T02:10:24.532787+0000 mgr.y (mgr.25480) 145 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:25.475 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:25 smithi125 bash[25274]: audit 2023-12-09T02:10:24.619153+0000 mon.a (mon.0) 654 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:25.475 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:25 smithi125 bash[25274]: audit 2023-12-09T02:10:24.622418+0000 mon.a (mon.0) 655 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:25.475 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:25 smithi125 bash[25274]: audit 2023-12-09T02:10:24.626856+0000 mon.a (mon.0) 656 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:25.475 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:25 smithi125 bash[25274]: audit 2023-12-09T02:10:24.629000+0000 mon.a (mon.0) 657 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:25.475 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:25 smithi125 bash[25274]: audit 2023-12-09T02:10:24.634480+0000 mon.a (mon.0) 658 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:25.475 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:25 smithi125 bash[25274]: cephadm 2023-12-09T02:10:24.635093+0000 mgr.y (mgr.25480) 146 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:25.475 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:25 smithi125 bash[25274]: audit 2023-12-09T02:10:24.697973+0000 mon.a (mon.0) 659 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:25.476 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:25 smithi125 bash[25274]: audit 2023-12-09T02:10:24.700120+0000 mon.a (mon.0) 660 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:25.476 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:25 smithi125 bash[25274]: audit 2023-12-09T02:10:24.702273+0000 mon.a (mon.0) 661 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:25.476 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:25 smithi125 bash[25274]: audit 2023-12-09T02:10:24.703057+0000 mon.a (mon.0) 662 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:25.476 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:25 smithi125 bash[25274]: audit 2023-12-09T02:10:24.710273+0000 mon.a (mon.0) 663 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:25.476 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:25 smithi125 bash[25274]: audit 2023-12-09T02:10:24.789163+0000 mon.a (mon.0) 664 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:25.476 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:25 smithi125 bash[25274]: audit 2023-12-09T02:10:24.791629+0000 mon.a (mon.0) 665 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:25.476 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:25 smithi125 bash[25274]: audit 2023-12-09T02:10:24.794761+0000 mon.a (mon.0) 666 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:25.476 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:25 smithi125 bash[25274]: audit 2023-12-09T02:10:24.796179+0000 mon.a (mon.0) 667 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:25.476 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:25 smithi125 bash[25274]: audit 2023-12-09T02:10:24.805670+0000 mon.a (mon.0) 668 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:25.476 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:25 smithi125 bash[25274]: audit 2023-12-09T02:10:24.883712+0000 mon.a (mon.0) 669 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:25.476 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:25 smithi125 bash[25274]: audit 2023-12-09T02:10:24.887641+0000 mon.a (mon.0) 670 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:25.476 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:25 smithi125 bash[25274]: audit 2023-12-09T02:10:24.890761+0000 mon.a (mon.0) 671 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:25.476 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:25 smithi125 bash[25274]: audit 2023-12-09T02:10:24.891991+0000 mon.a (mon.0) 672 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:25.476 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:25 smithi125 bash[25274]: audit 2023-12-09T02:10:24.899086+0000 mon.a (mon.0) 673 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:25.477 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:25 smithi125 bash[25274]: audit 2023-12-09T02:10:24.959315+0000 mon.a (mon.0) 674 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:25.477 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:25 smithi125 bash[25274]: audit 2023-12-09T02:10:24.961520+0000 mon.a (mon.0) 675 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:25.477 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:25 smithi125 bash[25274]: audit 2023-12-09T02:10:24.964308+0000 mon.a (mon.0) 676 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:25.477 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:25 smithi125 bash[25274]: audit 2023-12-09T02:10:24.965433+0000 mon.a (mon.0) 677 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:25.477 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:25 smithi125 bash[25274]: audit 2023-12-09T02:10:24.972392+0000 mon.a (mon.0) 678 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:25.477 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:25 smithi125 bash[25274]: audit 2023-12-09T02:10:25.055514+0000 mon.a (mon.0) 679 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:25.477 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:25 smithi125 bash[25274]: audit 2023-12-09T02:10:25.057511+0000 mon.a (mon.0) 680 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:25.477 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:25 smithi125 bash[25274]: audit 2023-12-09T02:10:25.061657+0000 mon.a (mon.0) 681 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:25.477 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:25 smithi125 bash[25274]: audit 2023-12-09T02:10:25.063053+0000 mon.a (mon.0) 682 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:25.477 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:25 smithi125 bash[25274]: audit 2023-12-09T02:10:25.071548+0000 mon.a (mon.0) 683 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:25.477 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:25 smithi125 bash[25274]: audit 2023-12-09T02:10:25.153225+0000 mon.a (mon.0) 684 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:25.477 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:25 smithi125 bash[25274]: audit 2023-12-09T02:10:25.155712+0000 mon.a (mon.0) 685 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:25.477 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:25 smithi125 bash[25274]: audit 2023-12-09T02:10:25.158341+0000 mon.a (mon.0) 686 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:25.477 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:25 smithi125 bash[25274]: audit 2023-12-09T02:10:25.159415+0000 mon.a (mon.0) 687 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:25.477 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:25 smithi125 bash[25274]: audit 2023-12-09T02:10:25.166432+0000 mon.a (mon.0) 688 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:26.470 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:26 smithi067 bash[82083]: cephadm 2023-12-09T02:10:24.710912+0000 mgr.y (mgr.25480) 147 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:26.470 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:26 smithi067 bash[82083]: cephadm 2023-12-09T02:10:24.806297+0000 mgr.y (mgr.25480) 148 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:26.470 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:26 smithi067 bash[82083]: cephadm 2023-12-09T02:10:24.899658+0000 mgr.y (mgr.25480) 149 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:26.470 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:26 smithi067 bash[82083]: cephadm 2023-12-09T02:10:24.973148+0000 mgr.y (mgr.25480) 150 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:26.470 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:26 smithi067 bash[82083]: cephadm 2023-12-09T02:10:25.072517+0000 mgr.y (mgr.25480) 151 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:26.470 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:26 smithi067 bash[82083]: cephadm 2023-12-09T02:10:25.167315+0000 mgr.y (mgr.25480) 152 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:26.470 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:26 smithi067 bash[82083]: audit 2023-12-09T02:10:25.227839+0000 mon.a (mon.0) 689 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:26.470 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:26 smithi067 bash[82083]: audit 2023-12-09T02:10:25.230046+0000 mon.a (mon.0) 690 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:26.470 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:26 smithi067 bash[82083]: audit 2023-12-09T02:10:25.232302+0000 mon.a (mon.0) 691 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:26.470 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:26 smithi067 bash[82083]: audit 2023-12-09T02:10:25.233166+0000 mon.a (mon.0) 692 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:26.470 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:26 smithi067 bash[82083]: audit 2023-12-09T02:10:25.238523+0000 mon.a (mon.0) 693 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:26.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:26 smithi067 bash[82083]: cephadm 2023-12-09T02:10:25.239149+0000 mgr.y (mgr.25480) 153 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:26.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:26 smithi067 bash[82083]: audit 2023-12-09T02:10:25.320052+0000 mon.a (mon.0) 694 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:26.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:26 smithi067 bash[82083]: audit 2023-12-09T02:10:25.322655+0000 mon.a (mon.0) 695 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:26.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:26 smithi067 bash[82083]: audit 2023-12-09T02:10:25.325871+0000 mon.a (mon.0) 696 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:26.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:26 smithi067 bash[82083]: audit 2023-12-09T02:10:25.326822+0000 mon.a (mon.0) 697 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:26.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:26 smithi067 bash[82083]: audit 2023-12-09T02:10:25.334244+0000 mon.a (mon.0) 698 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:26.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:26 smithi067 bash[82083]: cephadm 2023-12-09T02:10:25.334809+0000 mgr.y (mgr.25480) 154 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:26.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:26 smithi067 bash[82083]: audit 2023-12-09T02:10:25.412767+0000 mon.a (mon.0) 699 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:26.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:26 smithi067 bash[82083]: audit 2023-12-09T02:10:25.415630+0000 mon.a (mon.0) 700 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:26.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:26 smithi067 bash[79370]: cephadm 2023-12-09T02:10:24.710912+0000 mgr.y (mgr.25480) 147 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:26.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:26 smithi067 bash[79370]: cephadm 2023-12-09T02:10:24.806297+0000 mgr.y (mgr.25480) 148 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:26.472 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:26 smithi067 bash[79370]: cephadm 2023-12-09T02:10:24.899658+0000 mgr.y (mgr.25480) 149 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:26.472 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:26 smithi067 bash[79370]: cephadm 2023-12-09T02:10:24.973148+0000 mgr.y (mgr.25480) 150 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:26.472 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:26 smithi067 bash[79370]: cephadm 2023-12-09T02:10:25.072517+0000 mgr.y (mgr.25480) 151 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:26.472 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:26 smithi067 bash[79370]: cephadm 2023-12-09T02:10:25.167315+0000 mgr.y (mgr.25480) 152 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:26.472 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:26 smithi067 bash[79370]: audit 2023-12-09T02:10:25.227839+0000 mon.a (mon.0) 689 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:26.472 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:26 smithi067 bash[79370]: audit 2023-12-09T02:10:25.230046+0000 mon.a (mon.0) 690 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:26.472 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:26 smithi067 bash[79370]: audit 2023-12-09T02:10:25.232302+0000 mon.a (mon.0) 691 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:26.472 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:26 smithi067 bash[79370]: audit 2023-12-09T02:10:25.233166+0000 mon.a (mon.0) 692 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:26.472 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:26 smithi067 bash[79370]: audit 2023-12-09T02:10:25.238523+0000 mon.a (mon.0) 693 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:26.472 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:26 smithi067 bash[79370]: cephadm 2023-12-09T02:10:25.239149+0000 mgr.y (mgr.25480) 153 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:26.472 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:26 smithi067 bash[79370]: audit 2023-12-09T02:10:25.320052+0000 mon.a (mon.0) 694 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:26.472 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:26 smithi067 bash[79370]: audit 2023-12-09T02:10:25.322655+0000 mon.a (mon.0) 695 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:26.472 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:26 smithi067 bash[79370]: audit 2023-12-09T02:10:25.325871+0000 mon.a (mon.0) 696 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:26.472 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:26 smithi067 bash[79370]: audit 2023-12-09T02:10:25.326822+0000 mon.a (mon.0) 697 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:26.473 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:26 smithi067 bash[79370]: audit 2023-12-09T02:10:25.334244+0000 mon.a (mon.0) 698 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:26.473 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:26 smithi067 bash[79370]: cephadm 2023-12-09T02:10:25.334809+0000 mgr.y (mgr.25480) 154 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:26.473 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:26 smithi067 bash[79370]: audit 2023-12-09T02:10:25.412767+0000 mon.a (mon.0) 699 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:26.473 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:26 smithi067 bash[79370]: audit 2023-12-09T02:10:25.415630+0000 mon.a (mon.0) 700 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:26.473 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:26 smithi067 bash[82083]: audit 2023-12-09T02:10:25.418765+0000 mon.a (mon.0) 701 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:26.473 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:26 smithi067 bash[82083]: audit 2023-12-09T02:10:25.419934+0000 mon.a (mon.0) 702 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:26.473 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:26 smithi067 bash[82083]: audit 2023-12-09T02:10:25.428280+0000 mon.a (mon.0) 703 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:26.473 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:26 smithi067 bash[82083]: cephadm 2023-12-09T02:10:25.429122+0000 mgr.y (mgr.25480) 155 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:26.474 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:26 smithi067 bash[82083]: audit 2023-12-09T02:10:25.509019+0000 mon.a (mon.0) 704 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:26.474 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:26 smithi067 bash[82083]: audit 2023-12-09T02:10:25.511330+0000 mon.a (mon.0) 705 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:26.474 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:26 smithi067 bash[82083]: audit 2023-12-09T02:10:25.515015+0000 mon.a (mon.0) 706 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:26.474 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:26 smithi067 bash[82083]: audit 2023-12-09T02:10:25.516259+0000 mon.a (mon.0) 707 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:26.474 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:26 smithi067 bash[82083]: audit 2023-12-09T02:10:25.524115+0000 mon.a (mon.0) 708 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:26.474 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:26 smithi067 bash[82083]: cephadm 2023-12-09T02:10:25.524651+0000 mgr.y (mgr.25480) 156 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:26.474 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:26 smithi067 bash[82083]: cluster 2023-12-09T02:10:25.533714+0000 mgr.y (mgr.25480) 157 : cluster 0 pgmap v17: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:10:26.474 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:26 smithi067 bash[82083]: audit 2023-12-09T02:10:25.601639+0000 mon.a (mon.0) 709 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:26.474 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:26 smithi067 bash[82083]: audit 2023-12-09T02:10:25.604470+0000 mon.a (mon.0) 710 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:26.474 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:26 smithi067 bash[82083]: audit 2023-12-09T02:10:25.607353+0000 mon.a (mon.0) 711 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:26.474 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:26 smithi067 bash[82083]: audit 2023-12-09T02:10:25.608389+0000 mon.a (mon.0) 712 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:26.474 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:26 smithi067 bash[82083]: audit 2023-12-09T02:10:25.618518+0000 mon.a (mon.0) 713 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:26.474 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:26 smithi067 bash[82083]: cephadm 2023-12-09T02:10:25.619234+0000 mgr.y (mgr.25480) 158 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:26.474 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:26 smithi067 bash[82083]: audit 2023-12-09T02:10:25.700374+0000 mon.a (mon.0) 714 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:26.475 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:26 smithi067 bash[82083]: audit 2023-12-09T02:10:25.703070+0000 mon.a (mon.0) 715 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:26.475 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:26 smithi067 bash[82083]: audit 2023-12-09T02:10:25.707049+0000 mon.a (mon.0) 716 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:26.475 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:26 smithi067 bash[82083]: audit 2023-12-09T02:10:25.708062+0000 mon.a (mon.0) 717 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:26.475 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:26 smithi067 bash[82083]: audit 2023-12-09T02:10:25.718890+0000 mon.a (mon.0) 718 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:26.475 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:26 smithi067 bash[82083]: audit 2023-12-09T02:10:25.797013+0000 mon.a (mon.0) 719 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:26.475 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:26 smithi067 bash[82083]: audit 2023-12-09T02:10:25.799931+0000 mon.a (mon.0) 720 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:26.475 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:26 smithi067 bash[82083]: audit 2023-12-09T02:10:25.803764+0000 mon.a (mon.0) 721 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:26.475 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:26 smithi067 bash[82083]: audit 2023-12-09T02:10:25.805012+0000 mon.a (mon.0) 722 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:26.475 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:26 smithi067 bash[82083]: audit 2023-12-09T02:10:25.814887+0000 mon.a (mon.0) 723 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:26.475 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:26 smithi067 bash[82083]: audit 2023-12-09T02:10:25.892623+0000 mon.a (mon.0) 724 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:26.475 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:26 smithi067 bash[82083]: audit 2023-12-09T02:10:25.897008+0000 mon.a (mon.0) 725 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:26.475 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:26 smithi067 bash[82083]: audit 2023-12-09T02:10:25.901506+0000 mon.a (mon.0) 726 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:26.475 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:26 smithi067 bash[82083]: audit 2023-12-09T02:10:25.903218+0000 mon.a (mon.0) 727 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:26.475 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:26 smithi067 bash[82083]: audit 2023-12-09T02:10:25.912520+0000 mon.a (mon.0) 728 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:26.475 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:26 smithi067 bash[82083]: audit 2023-12-09T02:10:25.993706+0000 mon.a (mon.0) 729 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:26.476 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:26 smithi067 bash[82083]: audit 2023-12-09T02:10:25.996235+0000 mon.a (mon.0) 730 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:26.476 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:26 smithi067 bash[82083]: audit 2023-12-09T02:10:25.999664+0000 mon.a (mon.0) 731 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:26.476 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:26 smithi067 bash[82083]: audit 2023-12-09T02:10:26.000551+0000 mon.a (mon.0) 732 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:26.476 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:26 smithi067 bash[82083]: audit 2023-12-09T02:10:26.008204+0000 mon.a (mon.0) 733 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:26.476 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:26 smithi067 bash[82083]: audit 2023-12-09T02:10:26.085974+0000 mon.a (mon.0) 734 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:26.476 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:26 smithi067 bash[82083]: audit 2023-12-09T02:10:26.089643+0000 mon.a (mon.0) 735 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:26.476 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:26 smithi067 bash[82083]: audit 2023-12-09T02:10:26.092960+0000 mon.a (mon.0) 736 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:26.476 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:26 smithi067 bash[82083]: audit 2023-12-09T02:10:26.094393+0000 mon.a (mon.0) 737 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:26.476 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:26 smithi067 bash[82083]: audit 2023-12-09T02:10:26.103581+0000 mon.a (mon.0) 738 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:26.476 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:26 smithi067 bash[82083]: audit 2023-12-09T02:10:26.181830+0000 mon.a (mon.0) 739 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:26.476 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:26 smithi067 bash[82083]: audit 2023-12-09T02:10:26.184726+0000 mon.a (mon.0) 740 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:26.477 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:26 smithi067 bash[79370]: audit 2023-12-09T02:10:25.418765+0000 mon.a (mon.0) 701 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:26.477 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:26 smithi067 bash[79370]: audit 2023-12-09T02:10:25.419934+0000 mon.a (mon.0) 702 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:26.477 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:26 smithi067 bash[79370]: audit 2023-12-09T02:10:25.428280+0000 mon.a (mon.0) 703 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:26.477 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:26 smithi067 bash[79370]: cephadm 2023-12-09T02:10:25.429122+0000 mgr.y (mgr.25480) 155 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:26.477 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:26 smithi067 bash[79370]: audit 2023-12-09T02:10:25.509019+0000 mon.a (mon.0) 704 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:26.477 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:26 smithi067 bash[79370]: audit 2023-12-09T02:10:25.511330+0000 mon.a (mon.0) 705 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:26.477 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:26 smithi067 bash[79370]: audit 2023-12-09T02:10:25.515015+0000 mon.a (mon.0) 706 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:26.477 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:26 smithi067 bash[79370]: audit 2023-12-09T02:10:25.516259+0000 mon.a (mon.0) 707 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:26.477 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:26 smithi067 bash[79370]: audit 2023-12-09T02:10:25.524115+0000 mon.a (mon.0) 708 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:26.477 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:26 smithi067 bash[79370]: cephadm 2023-12-09T02:10:25.524651+0000 mgr.y (mgr.25480) 156 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:26.477 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:26 smithi067 bash[79370]: cluster 2023-12-09T02:10:25.533714+0000 mgr.y (mgr.25480) 157 : cluster 0 pgmap v17: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:10:26.477 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:26 smithi067 bash[79370]: audit 2023-12-09T02:10:25.601639+0000 mon.a (mon.0) 709 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:26.478 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:26 smithi067 bash[79370]: audit 2023-12-09T02:10:25.604470+0000 mon.a (mon.0) 710 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:26.478 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:26 smithi067 bash[79370]: audit 2023-12-09T02:10:25.607353+0000 mon.a (mon.0) 711 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:26.478 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:26 smithi067 bash[79370]: audit 2023-12-09T02:10:25.608389+0000 mon.a (mon.0) 712 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:26.478 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:26 smithi067 bash[79370]: audit 2023-12-09T02:10:25.618518+0000 mon.a (mon.0) 713 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:26.478 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:26 smithi067 bash[79370]: cephadm 2023-12-09T02:10:25.619234+0000 mgr.y (mgr.25480) 158 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:26.478 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:26 smithi067 bash[79370]: audit 2023-12-09T02:10:25.700374+0000 mon.a (mon.0) 714 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:26.478 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:26 smithi067 bash[79370]: audit 2023-12-09T02:10:25.703070+0000 mon.a (mon.0) 715 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:26.478 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:26 smithi067 bash[79370]: audit 2023-12-09T02:10:25.707049+0000 mon.a (mon.0) 716 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:26.478 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:26 smithi067 bash[79370]: audit 2023-12-09T02:10:25.708062+0000 mon.a (mon.0) 717 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:26.478 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:26 smithi067 bash[79370]: audit 2023-12-09T02:10:25.718890+0000 mon.a (mon.0) 718 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:26.478 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:26 smithi067 bash[79370]: audit 2023-12-09T02:10:25.797013+0000 mon.a (mon.0) 719 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:26.478 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:26 smithi067 bash[79370]: audit 2023-12-09T02:10:25.799931+0000 mon.a (mon.0) 720 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:26.478 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:26 smithi067 bash[79370]: audit 2023-12-09T02:10:25.803764+0000 mon.a (mon.0) 721 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:26.478 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:26 smithi067 bash[79370]: audit 2023-12-09T02:10:25.805012+0000 mon.a (mon.0) 722 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:26.478 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:26 smithi067 bash[79370]: audit 2023-12-09T02:10:25.814887+0000 mon.a (mon.0) 723 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:26.479 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:26 smithi067 bash[79370]: audit 2023-12-09T02:10:25.892623+0000 mon.a (mon.0) 724 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:26.479 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:26 smithi067 bash[79370]: audit 2023-12-09T02:10:25.897008+0000 mon.a (mon.0) 725 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:26.479 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:26 smithi067 bash[79370]: audit 2023-12-09T02:10:25.901506+0000 mon.a (mon.0) 726 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:26.479 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:26 smithi067 bash[79370]: audit 2023-12-09T02:10:25.903218+0000 mon.a (mon.0) 727 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:26.479 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:26 smithi067 bash[79370]: audit 2023-12-09T02:10:25.912520+0000 mon.a (mon.0) 728 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:26.479 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:26 smithi067 bash[79370]: audit 2023-12-09T02:10:25.993706+0000 mon.a (mon.0) 729 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:26.479 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:26 smithi067 bash[79370]: audit 2023-12-09T02:10:25.996235+0000 mon.a (mon.0) 730 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:26.479 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:26 smithi067 bash[79370]: audit 2023-12-09T02:10:25.999664+0000 mon.a (mon.0) 731 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:26.479 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:26 smithi067 bash[79370]: audit 2023-12-09T02:10:26.000551+0000 mon.a (mon.0) 732 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:26.479 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:26 smithi067 bash[79370]: audit 2023-12-09T02:10:26.008204+0000 mon.a (mon.0) 733 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:26.479 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:26 smithi067 bash[79370]: audit 2023-12-09T02:10:26.085974+0000 mon.a (mon.0) 734 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:26.479 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:26 smithi067 bash[79370]: audit 2023-12-09T02:10:26.089643+0000 mon.a (mon.0) 735 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:26.479 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:26 smithi067 bash[79370]: audit 2023-12-09T02:10:26.092960+0000 mon.a (mon.0) 736 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:26.479 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:26 smithi067 bash[79370]: audit 2023-12-09T02:10:26.094393+0000 mon.a (mon.0) 737 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:26.479 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:26 smithi067 bash[79370]: audit 2023-12-09T02:10:26.103581+0000 mon.a (mon.0) 738 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:26.480 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:26 smithi067 bash[79370]: audit 2023-12-09T02:10:26.181830+0000 mon.a (mon.0) 739 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:26.480 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:26 smithi067 bash[79370]: audit 2023-12-09T02:10:26.184726+0000 mon.a (mon.0) 740 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:26.480 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:26 smithi125 bash[25274]: cephadm 2023-12-09T02:10:24.710912+0000 mgr.y (mgr.25480) 147 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:26.480 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:26 smithi125 bash[25274]: cephadm 2023-12-09T02:10:24.806297+0000 mgr.y (mgr.25480) 148 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:26.480 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:26 smithi125 bash[25274]: cephadm 2023-12-09T02:10:24.899658+0000 mgr.y (mgr.25480) 149 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:26.480 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:26 smithi125 bash[25274]: cephadm 2023-12-09T02:10:24.973148+0000 mgr.y (mgr.25480) 150 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:26.480 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:26 smithi125 bash[25274]: cephadm 2023-12-09T02:10:25.072517+0000 mgr.y (mgr.25480) 151 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:26.480 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:26 smithi125 bash[25274]: cephadm 2023-12-09T02:10:25.167315+0000 mgr.y (mgr.25480) 152 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:26.480 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:26 smithi125 bash[25274]: audit 2023-12-09T02:10:25.227839+0000 mon.a (mon.0) 689 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:26.481 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:26 smithi125 bash[25274]: audit 2023-12-09T02:10:25.230046+0000 mon.a (mon.0) 690 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:26.481 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:26 smithi125 bash[25274]: audit 2023-12-09T02:10:25.232302+0000 mon.a (mon.0) 691 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:26.481 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:26 smithi125 bash[25274]: audit 2023-12-09T02:10:25.233166+0000 mon.a (mon.0) 692 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:26.481 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:26 smithi125 bash[25274]: audit 2023-12-09T02:10:25.238523+0000 mon.a (mon.0) 693 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:26.481 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:26 smithi125 bash[25274]: cephadm 2023-12-09T02:10:25.239149+0000 mgr.y (mgr.25480) 153 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:26.481 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:26 smithi125 bash[25274]: audit 2023-12-09T02:10:25.320052+0000 mon.a (mon.0) 694 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:26.481 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:26 smithi125 bash[25274]: audit 2023-12-09T02:10:25.322655+0000 mon.a (mon.0) 695 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:26.481 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:26 smithi125 bash[25274]: audit 2023-12-09T02:10:25.325871+0000 mon.a (mon.0) 696 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:26.481 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:26 smithi125 bash[25274]: audit 2023-12-09T02:10:25.326822+0000 mon.a (mon.0) 697 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:26.481 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:26 smithi125 bash[25274]: audit 2023-12-09T02:10:25.334244+0000 mon.a (mon.0) 698 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:26.481 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:26 smithi125 bash[25274]: cephadm 2023-12-09T02:10:25.334809+0000 mgr.y (mgr.25480) 154 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:26.481 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:26 smithi125 bash[25274]: audit 2023-12-09T02:10:25.412767+0000 mon.a (mon.0) 699 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:26.481 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:26 smithi125 bash[25274]: audit 2023-12-09T02:10:25.415630+0000 mon.a (mon.0) 700 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:26.481 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:26 smithi125 bash[25274]: audit 2023-12-09T02:10:25.418765+0000 mon.a (mon.0) 701 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:26.481 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:26 smithi125 bash[25274]: audit 2023-12-09T02:10:25.419934+0000 mon.a (mon.0) 702 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:26.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:26 smithi125 bash[25274]: audit 2023-12-09T02:10:25.428280+0000 mon.a (mon.0) 703 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:26.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:26 smithi125 bash[25274]: cephadm 2023-12-09T02:10:25.429122+0000 mgr.y (mgr.25480) 155 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:26.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:26 smithi125 bash[25274]: audit 2023-12-09T02:10:25.509019+0000 mon.a (mon.0) 704 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:26.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:26 smithi125 bash[25274]: audit 2023-12-09T02:10:25.511330+0000 mon.a (mon.0) 705 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:26.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:26 smithi125 bash[25274]: audit 2023-12-09T02:10:25.515015+0000 mon.a (mon.0) 706 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:26.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:26 smithi125 bash[25274]: audit 2023-12-09T02:10:25.516259+0000 mon.a (mon.0) 707 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:26.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:26 smithi125 bash[25274]: audit 2023-12-09T02:10:25.524115+0000 mon.a (mon.0) 708 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:26.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:26 smithi125 bash[25274]: cephadm 2023-12-09T02:10:25.524651+0000 mgr.y (mgr.25480) 156 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:26.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:26 smithi125 bash[25274]: cluster 2023-12-09T02:10:25.533714+0000 mgr.y (mgr.25480) 157 : cluster [DBG] pgmap v17: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:10:26.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:26 smithi125 bash[25274]: audit 2023-12-09T02:10:25.601639+0000 mon.a (mon.0) 709 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:26.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:26 smithi125 bash[25274]: audit 2023-12-09T02:10:25.604470+0000 mon.a (mon.0) 710 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:26.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:26 smithi125 bash[25274]: audit 2023-12-09T02:10:25.607353+0000 mon.a (mon.0) 711 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:26.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:26 smithi125 bash[25274]: audit 2023-12-09T02:10:25.608389+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:26.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:26 smithi125 bash[25274]: audit 2023-12-09T02:10:25.618518+0000 mon.a (mon.0) 713 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:26.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:26 smithi125 bash[25274]: cephadm 2023-12-09T02:10:25.619234+0000 mgr.y (mgr.25480) 158 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:26.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:26 smithi125 bash[25274]: audit 2023-12-09T02:10:25.700374+0000 mon.a (mon.0) 714 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:26.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:26 smithi125 bash[25274]: audit 2023-12-09T02:10:25.703070+0000 mon.a (mon.0) 715 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:26.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:26 smithi125 bash[25274]: audit 2023-12-09T02:10:25.707049+0000 mon.a (mon.0) 716 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:26.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:26 smithi125 bash[25274]: audit 2023-12-09T02:10:25.708062+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:26.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:26 smithi125 bash[25274]: audit 2023-12-09T02:10:25.718890+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:26.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:26 smithi125 bash[25274]: audit 2023-12-09T02:10:25.797013+0000 mon.a (mon.0) 719 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:26.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:26 smithi125 bash[25274]: audit 2023-12-09T02:10:25.799931+0000 mon.a (mon.0) 720 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:26.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:26 smithi125 bash[25274]: audit 2023-12-09T02:10:25.803764+0000 mon.a (mon.0) 721 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:26.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:26 smithi125 bash[25274]: audit 2023-12-09T02:10:25.805012+0000 mon.a (mon.0) 722 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:26.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:26 smithi125 bash[25274]: audit 2023-12-09T02:10:25.814887+0000 mon.a (mon.0) 723 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:26.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:26 smithi125 bash[25274]: audit 2023-12-09T02:10:25.892623+0000 mon.a (mon.0) 724 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:26.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:26 smithi125 bash[25274]: audit 2023-12-09T02:10:25.897008+0000 mon.a (mon.0) 725 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:26.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:26 smithi125 bash[25274]: audit 2023-12-09T02:10:25.901506+0000 mon.a (mon.0) 726 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:26.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:26 smithi125 bash[25274]: audit 2023-12-09T02:10:25.903218+0000 mon.a (mon.0) 727 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:26.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:26 smithi125 bash[25274]: audit 2023-12-09T02:10:25.912520+0000 mon.a (mon.0) 728 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:26.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:26 smithi125 bash[25274]: audit 2023-12-09T02:10:25.993706+0000 mon.a (mon.0) 729 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:26.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:26 smithi125 bash[25274]: audit 2023-12-09T02:10:25.996235+0000 mon.a (mon.0) 730 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:26.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:26 smithi125 bash[25274]: audit 2023-12-09T02:10:25.999664+0000 mon.a (mon.0) 731 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:26.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:26 smithi125 bash[25274]: audit 2023-12-09T02:10:26.000551+0000 mon.a (mon.0) 732 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:26.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:26 smithi125 bash[25274]: audit 2023-12-09T02:10:26.008204+0000 mon.a (mon.0) 733 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:26.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:26 smithi125 bash[25274]: audit 2023-12-09T02:10:26.085974+0000 mon.a (mon.0) 734 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:26.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:26 smithi125 bash[25274]: audit 2023-12-09T02:10:26.089643+0000 mon.a (mon.0) 735 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:26.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:26 smithi125 bash[25274]: audit 2023-12-09T02:10:26.092960+0000 mon.a (mon.0) 736 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:26.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:26 smithi125 bash[25274]: audit 2023-12-09T02:10:26.094393+0000 mon.a (mon.0) 737 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:26.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:26 smithi125 bash[25274]: audit 2023-12-09T02:10:26.103581+0000 mon.a (mon.0) 738 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:26.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:26 smithi125 bash[25274]: audit 2023-12-09T02:10:26.181830+0000 mon.a (mon.0) 739 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:26.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:26 smithi125 bash[25274]: audit 2023-12-09T02:10:26.184726+0000 mon.a (mon.0) 740 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:27.469 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:27 smithi067 bash[79370]: cephadm 2023-12-09T02:10:25.719500+0000 mgr.y (mgr.25480) 159 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:27.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:27 smithi067 bash[79370]: cephadm 2023-12-09T02:10:25.815488+0000 mgr.y (mgr.25480) 160 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:27.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:27 smithi067 bash[79370]: cephadm 2023-12-09T02:10:25.913055+0000 mgr.y (mgr.25480) 161 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:27.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:27 smithi067 bash[79370]: cephadm 2023-12-09T02:10:26.008952+0000 mgr.y (mgr.25480) 162 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:27.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:27 smithi067 bash[79370]: cephadm 2023-12-09T02:10:26.104324+0000 mgr.y (mgr.25480) 163 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:27.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:27 smithi067 bash[79370]: audit 2023-12-09T02:10:26.188588+0000 mon.a (mon.0) 741 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:27.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:27 smithi067 bash[79370]: audit 2023-12-09T02:10:26.190206+0000 mon.a (mon.0) 742 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:27.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:27 smithi067 bash[79370]: audit 2023-12-09T02:10:26.207312+0000 mon.a (mon.0) 743 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:27.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:27 smithi067 bash[79370]: cephadm 2023-12-09T02:10:26.208264+0000 mgr.y (mgr.25480) 164 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:27.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:27 smithi067 bash[79370]: audit 2023-12-09T02:10:26.286173+0000 mon.a (mon.0) 744 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:27.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:27 smithi067 bash[79370]: audit 2023-12-09T02:10:26.289390+0000 mon.a (mon.0) 745 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:27.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:27 smithi067 bash[79370]: audit 2023-12-09T02:10:26.293339+0000 mon.a (mon.0) 746 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:27.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:27 smithi067 bash[79370]: audit 2023-12-09T02:10:26.294785+0000 mon.a (mon.0) 747 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:27.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:27 smithi067 bash[79370]: audit 2023-12-09T02:10:26.306229+0000 mon.a (mon.0) 748 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:27.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:27 smithi067 bash[79370]: cephadm 2023-12-09T02:10:26.307031+0000 mgr.y (mgr.25480) 165 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:27.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:27 smithi067 bash[79370]: audit 2023-12-09T02:10:26.389968+0000 mon.a (mon.0) 749 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:27.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:27 smithi067 bash[79370]: audit 2023-12-09T02:10:26.392698+0000 mon.a (mon.0) 750 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:27.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:27 smithi067 bash[79370]: audit 2023-12-09T02:10:26.395916+0000 mon.a (mon.0) 751 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:27.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:27 smithi067 bash[79370]: audit 2023-12-09T02:10:26.396992+0000 mon.a (mon.0) 752 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:27.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:27 smithi067 bash[79370]: audit 2023-12-09T02:10:26.405547+0000 mon.a (mon.0) 753 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:27.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:27 smithi067 bash[82083]: cephadm 2023-12-09T02:10:25.719500+0000 mgr.y (mgr.25480) 159 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:27.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:27 smithi067 bash[82083]: cephadm 2023-12-09T02:10:25.815488+0000 mgr.y (mgr.25480) 160 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:27.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:27 smithi067 bash[82083]: cephadm 2023-12-09T02:10:25.913055+0000 mgr.y (mgr.25480) 161 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:27.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:27 smithi067 bash[82083]: cephadm 2023-12-09T02:10:26.008952+0000 mgr.y (mgr.25480) 162 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:27.472 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:27 smithi067 bash[82083]: cephadm 2023-12-09T02:10:26.104324+0000 mgr.y (mgr.25480) 163 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:27.472 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:27 smithi067 bash[82083]: audit 2023-12-09T02:10:26.188588+0000 mon.a (mon.0) 741 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:27.472 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:27 smithi067 bash[82083]: audit 2023-12-09T02:10:26.190206+0000 mon.a (mon.0) 742 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:27.472 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:27 smithi067 bash[82083]: audit 2023-12-09T02:10:26.207312+0000 mon.a (mon.0) 743 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:27.472 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:27 smithi067 bash[82083]: cephadm 2023-12-09T02:10:26.208264+0000 mgr.y (mgr.25480) 164 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:27.472 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:27 smithi067 bash[82083]: audit 2023-12-09T02:10:26.286173+0000 mon.a (mon.0) 744 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:27.472 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:27 smithi067 bash[82083]: audit 2023-12-09T02:10:26.289390+0000 mon.a (mon.0) 745 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:27.472 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:27 smithi067 bash[82083]: audit 2023-12-09T02:10:26.293339+0000 mon.a (mon.0) 746 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:27.472 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:27 smithi067 bash[82083]: audit 2023-12-09T02:10:26.294785+0000 mon.a (mon.0) 747 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:27.472 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:27 smithi067 bash[82083]: audit 2023-12-09T02:10:26.306229+0000 mon.a (mon.0) 748 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:27.472 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:27 smithi067 bash[82083]: cephadm 2023-12-09T02:10:26.307031+0000 mgr.y (mgr.25480) 165 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:27.472 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:27 smithi067 bash[82083]: audit 2023-12-09T02:10:26.389968+0000 mon.a (mon.0) 749 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:27.472 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:27 smithi067 bash[82083]: audit 2023-12-09T02:10:26.392698+0000 mon.a (mon.0) 750 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:27.472 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:27 smithi067 bash[82083]: audit 2023-12-09T02:10:26.395916+0000 mon.a (mon.0) 751 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:27.473 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:27 smithi067 bash[82083]: audit 2023-12-09T02:10:26.396992+0000 mon.a (mon.0) 752 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:27.473 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:27 smithi067 bash[82083]: audit 2023-12-09T02:10:26.405547+0000 mon.a (mon.0) 753 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:27.473 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:27 smithi067 bash[79370]: cephadm 2023-12-09T02:10:26.406152+0000 mgr.y (mgr.25480) 166 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:27.473 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:27 smithi067 bash[79370]: audit 2023-12-09T02:10:26.486805+0000 mon.a (mon.0) 754 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:27.473 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:27 smithi067 bash[79370]: audit 2023-12-09T02:10:26.489999+0000 mon.a (mon.0) 755 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:27.473 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:27 smithi067 bash[79370]: audit 2023-12-09T02:10:26.494121+0000 mon.a (mon.0) 756 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:27.473 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:27 smithi067 bash[79370]: audit 2023-12-09T02:10:26.495753+0000 mon.a (mon.0) 757 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:27.473 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:27 smithi067 bash[79370]: audit 2023-12-09T02:10:26.505295+0000 mon.a (mon.0) 758 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:27.473 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:27 smithi067 bash[79370]: cephadm 2023-12-09T02:10:26.505916+0000 mgr.y (mgr.25480) 167 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:27.473 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:27 smithi067 bash[79370]: audit 2023-12-09T02:10:26.582881+0000 mon.a (mon.0) 759 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:27.473 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:27 smithi067 bash[79370]: audit 2023-12-09T02:10:26.585774+0000 mon.a (mon.0) 760 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:27.474 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:27 smithi067 bash[79370]: audit 2023-12-09T02:10:26.589433+0000 mon.a (mon.0) 761 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:27.474 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:27 smithi067 bash[79370]: audit 2023-12-09T02:10:26.590784+0000 mon.a (mon.0) 762 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:27.474 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:27 smithi067 bash[79370]: audit 2023-12-09T02:10:26.600664+0000 mon.a (mon.0) 763 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:27.474 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:27 smithi067 bash[79370]: cephadm 2023-12-09T02:10:26.601258+0000 mgr.y (mgr.25480) 168 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:27.474 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:27 smithi067 bash[79370]: audit 2023-12-09T02:10:26.675395+0000 mon.a (mon.0) 764 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:27.474 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:27 smithi067 bash[79370]: audit 2023-12-09T02:10:26.678754+0000 mon.a (mon.0) 765 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:27.474 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:27 smithi067 bash[79370]: audit 2023-12-09T02:10:26.681339+0000 mon.a (mon.0) 766 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:27.474 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:27 smithi067 bash[79370]: audit 2023-12-09T02:10:26.682326+0000 mon.a (mon.0) 767 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:27.474 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:27 smithi067 bash[79370]: audit 2023-12-09T02:10:26.689772+0000 mon.a (mon.0) 768 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:27.474 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:27 smithi067 bash[79370]: audit 2023-12-09T02:10:26.770092+0000 mon.a (mon.0) 769 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:27.474 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:27 smithi067 bash[79370]: audit 2023-12-09T02:10:26.772793+0000 mon.a (mon.0) 770 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:27.475 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:27 smithi067 bash[82083]: cephadm 2023-12-09T02:10:26.406152+0000 mgr.y (mgr.25480) 166 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:27.475 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:27 smithi067 bash[82083]: audit 2023-12-09T02:10:26.486805+0000 mon.a (mon.0) 754 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:27.475 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:27 smithi067 bash[82083]: audit 2023-12-09T02:10:26.489999+0000 mon.a (mon.0) 755 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:27.475 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:27 smithi067 bash[82083]: audit 2023-12-09T02:10:26.494121+0000 mon.a (mon.0) 756 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:27.475 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:27 smithi067 bash[82083]: audit 2023-12-09T02:10:26.495753+0000 mon.a (mon.0) 757 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:27.475 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:27 smithi067 bash[82083]: audit 2023-12-09T02:10:26.505295+0000 mon.a (mon.0) 758 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:27.475 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:27 smithi067 bash[82083]: cephadm 2023-12-09T02:10:26.505916+0000 mgr.y (mgr.25480) 167 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:27.475 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:27 smithi067 bash[82083]: audit 2023-12-09T02:10:26.582881+0000 mon.a (mon.0) 759 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:27.475 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:27 smithi067 bash[82083]: audit 2023-12-09T02:10:26.585774+0000 mon.a (mon.0) 760 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:27.475 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:27 smithi067 bash[82083]: audit 2023-12-09T02:10:26.589433+0000 mon.a (mon.0) 761 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:27.475 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:27 smithi067 bash[82083]: audit 2023-12-09T02:10:26.590784+0000 mon.a (mon.0) 762 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:27.475 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:27 smithi067 bash[82083]: audit 2023-12-09T02:10:26.600664+0000 mon.a (mon.0) 763 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:27.475 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:27 smithi067 bash[82083]: cephadm 2023-12-09T02:10:26.601258+0000 mgr.y (mgr.25480) 168 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:27.475 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:27 smithi067 bash[82083]: audit 2023-12-09T02:10:26.675395+0000 mon.a (mon.0) 764 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:27.476 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:27 smithi067 bash[82083]: audit 2023-12-09T02:10:26.678754+0000 mon.a (mon.0) 765 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:27.476 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:27 smithi067 bash[82083]: audit 2023-12-09T02:10:26.681339+0000 mon.a (mon.0) 766 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:27.476 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:27 smithi067 bash[82083]: audit 2023-12-09T02:10:26.682326+0000 mon.a (mon.0) 767 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:27.476 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:27 smithi067 bash[82083]: audit 2023-12-09T02:10:26.689772+0000 mon.a (mon.0) 768 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:27.476 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:27 smithi067 bash[82083]: audit 2023-12-09T02:10:26.770092+0000 mon.a (mon.0) 769 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:27.476 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:27 smithi067 bash[82083]: audit 2023-12-09T02:10:26.772793+0000 mon.a (mon.0) 770 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:27.476 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:27 smithi067 bash[79370]: audit 2023-12-09T02:10:26.777088+0000 mon.a (mon.0) 771 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:27.476 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:27 smithi067 bash[79370]: audit 2023-12-09T02:10:26.778562+0000 mon.a (mon.0) 772 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:27.476 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:27 smithi067 bash[79370]: audit 2023-12-09T02:10:26.789111+0000 mon.a (mon.0) 773 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:27.477 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:27 smithi067 bash[79370]: audit 2023-12-09T02:10:26.867576+0000 mon.a (mon.0) 774 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:27.477 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:27 smithi067 bash[79370]: audit 2023-12-09T02:10:26.871553+0000 mon.a (mon.0) 775 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:27.477 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:27 smithi067 bash[79370]: audit 2023-12-09T02:10:26.875465+0000 mon.a (mon.0) 776 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:27.477 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:27 smithi067 bash[79370]: audit 2023-12-09T02:10:26.876735+0000 mon.a (mon.0) 777 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:27.477 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:27 smithi067 bash[79370]: audit 2023-12-09T02:10:26.885769+0000 mon.a (mon.0) 778 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:27.477 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:27 smithi067 bash[79370]: audit 2023-12-09T02:10:26.953265+0000 mon.a (mon.0) 779 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:27.477 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:27 smithi067 bash[79370]: audit 2023-12-09T02:10:26.956162+0000 mon.a (mon.0) 780 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:27.477 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:27 smithi067 bash[79370]: audit 2023-12-09T02:10:26.958729+0000 mon.a (mon.0) 781 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:27.477 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:27 smithi067 bash[79370]: audit 2023-12-09T02:10:26.959708+0000 mon.a (mon.0) 782 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:27.477 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:27 smithi067 bash[79370]: audit 2023-12-09T02:10:26.966121+0000 mon.a (mon.0) 783 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:27.477 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:27 smithi067 bash[79370]: audit 2023-12-09T02:10:27.028036+0000 mon.a (mon.0) 784 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:27.477 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:27 smithi067 bash[79370]: audit 2023-12-09T02:10:27.031001+0000 mon.a (mon.0) 785 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:27.477 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:27 smithi067 bash[79370]: audit 2023-12-09T02:10:27.034681+0000 mon.a (mon.0) 786 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:27.477 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:27 smithi067 bash[79370]: audit 2023-12-09T02:10:27.035861+0000 mon.a (mon.0) 787 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:27.477 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:27 smithi067 bash[79370]: audit 2023-12-09T02:10:27.044382+0000 mon.a (mon.0) 788 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:27.478 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:27 smithi067 bash[79370]: audit 2023-12-09T02:10:27.121882+0000 mon.a (mon.0) 789 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:27.478 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:27 smithi067 bash[79370]: audit 2023-12-09T02:10:27.124814+0000 mon.a (mon.0) 790 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:27.478 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:27 smithi067 bash[79370]: audit 2023-12-09T02:10:27.131922+0000 mon.a (mon.0) 791 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:27.478 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:27 smithi067 bash[79370]: audit 2023-12-09T02:10:27.136590+0000 mon.a (mon.0) 792 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:27.478 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:27 smithi067 bash[79370]: audit 2023-12-09T02:10:27.151897+0000 mon.a (mon.0) 793 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:27.478 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:27 smithi067 bash[82083]: audit 2023-12-09T02:10:26.777088+0000 mon.a (mon.0) 771 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:27.478 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:27 smithi067 bash[82083]: audit 2023-12-09T02:10:26.778562+0000 mon.a (mon.0) 772 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:27.478 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:27 smithi067 bash[82083]: audit 2023-12-09T02:10:26.789111+0000 mon.a (mon.0) 773 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:27.478 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:27 smithi067 bash[82083]: audit 2023-12-09T02:10:26.867576+0000 mon.a (mon.0) 774 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:27.478 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:27 smithi067 bash[82083]: audit 2023-12-09T02:10:26.871553+0000 mon.a (mon.0) 775 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:27.479 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:27 smithi067 bash[82083]: audit 2023-12-09T02:10:26.875465+0000 mon.a (mon.0) 776 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:27.479 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:27 smithi067 bash[82083]: audit 2023-12-09T02:10:26.876735+0000 mon.a (mon.0) 777 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:27.479 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:27 smithi067 bash[82083]: audit 2023-12-09T02:10:26.885769+0000 mon.a (mon.0) 778 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:27.479 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:27 smithi067 bash[82083]: audit 2023-12-09T02:10:26.953265+0000 mon.a (mon.0) 779 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:27.479 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:27 smithi067 bash[82083]: audit 2023-12-09T02:10:26.956162+0000 mon.a (mon.0) 780 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:27.479 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:27 smithi067 bash[82083]: audit 2023-12-09T02:10:26.958729+0000 mon.a (mon.0) 781 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:27.479 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:27 smithi067 bash[82083]: audit 2023-12-09T02:10:26.959708+0000 mon.a (mon.0) 782 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:27.479 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:27 smithi067 bash[82083]: audit 2023-12-09T02:10:26.966121+0000 mon.a (mon.0) 783 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:27.479 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:27 smithi067 bash[82083]: audit 2023-12-09T02:10:27.028036+0000 mon.a (mon.0) 784 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:27.479 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:27 smithi067 bash[82083]: audit 2023-12-09T02:10:27.031001+0000 mon.a (mon.0) 785 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:27.479 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:27 smithi067 bash[82083]: audit 2023-12-09T02:10:27.034681+0000 mon.a (mon.0) 786 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:27.479 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:27 smithi067 bash[82083]: audit 2023-12-09T02:10:27.035861+0000 mon.a (mon.0) 787 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:27.479 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:27 smithi067 bash[82083]: audit 2023-12-09T02:10:27.044382+0000 mon.a (mon.0) 788 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:27.479 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:27 smithi067 bash[82083]: audit 2023-12-09T02:10:27.121882+0000 mon.a (mon.0) 789 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:27.479 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:27 smithi067 bash[82083]: audit 2023-12-09T02:10:27.124814+0000 mon.a (mon.0) 790 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:27.480 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:27 smithi067 bash[82083]: audit 2023-12-09T02:10:27.131922+0000 mon.a (mon.0) 791 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:27.480 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:27 smithi067 bash[82083]: audit 2023-12-09T02:10:27.136590+0000 mon.a (mon.0) 792 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:27.480 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:27 smithi067 bash[82083]: audit 2023-12-09T02:10:27.151897+0000 mon.a (mon.0) 793 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:27.480 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:27 smithi125 bash[25274]: cephadm 2023-12-09T02:10:25.719500+0000 mgr.y (mgr.25480) 159 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:27.480 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:27 smithi125 bash[25274]: cephadm 2023-12-09T02:10:25.815488+0000 mgr.y (mgr.25480) 160 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:27.481 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:27 smithi125 bash[25274]: cephadm 2023-12-09T02:10:25.913055+0000 mgr.y (mgr.25480) 161 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:27.481 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:27 smithi125 bash[25274]: cephadm 2023-12-09T02:10:26.008952+0000 mgr.y (mgr.25480) 162 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:27.481 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:27 smithi125 bash[25274]: cephadm 2023-12-09T02:10:26.104324+0000 mgr.y (mgr.25480) 163 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:27.481 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:27 smithi125 bash[25274]: audit 2023-12-09T02:10:26.188588+0000 mon.a (mon.0) 741 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:27.481 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:27 smithi125 bash[25274]: audit 2023-12-09T02:10:26.190206+0000 mon.a (mon.0) 742 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:27.481 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:27 smithi125 bash[25274]: audit 2023-12-09T02:10:26.207312+0000 mon.a (mon.0) 743 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:27.481 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:27 smithi125 bash[25274]: cephadm 2023-12-09T02:10:26.208264+0000 mgr.y (mgr.25480) 164 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:27.481 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:27 smithi125 bash[25274]: audit 2023-12-09T02:10:26.286173+0000 mon.a (mon.0) 744 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:27.481 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:27 smithi125 bash[25274]: audit 2023-12-09T02:10:26.289390+0000 mon.a (mon.0) 745 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:27.481 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:27 smithi125 bash[25274]: audit 2023-12-09T02:10:26.293339+0000 mon.a (mon.0) 746 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:27.481 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:27 smithi125 bash[25274]: audit 2023-12-09T02:10:26.294785+0000 mon.a (mon.0) 747 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:27.481 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:27 smithi125 bash[25274]: audit 2023-12-09T02:10:26.306229+0000 mon.a (mon.0) 748 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:27.481 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:27 smithi125 bash[25274]: cephadm 2023-12-09T02:10:26.307031+0000 mgr.y (mgr.25480) 165 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:27.481 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:27 smithi125 bash[25274]: audit 2023-12-09T02:10:26.389968+0000 mon.a (mon.0) 749 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:27.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:27 smithi125 bash[25274]: audit 2023-12-09T02:10:26.392698+0000 mon.a (mon.0) 750 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:27.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:27 smithi125 bash[25274]: audit 2023-12-09T02:10:26.395916+0000 mon.a (mon.0) 751 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:27.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:27 smithi125 bash[25274]: audit 2023-12-09T02:10:26.396992+0000 mon.a (mon.0) 752 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:27.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:27 smithi125 bash[25274]: audit 2023-12-09T02:10:26.405547+0000 mon.a (mon.0) 753 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:27.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:27 smithi125 bash[25274]: cephadm 2023-12-09T02:10:26.406152+0000 mgr.y (mgr.25480) 166 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:27.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:27 smithi125 bash[25274]: audit 2023-12-09T02:10:26.486805+0000 mon.a (mon.0) 754 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:27.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:27 smithi125 bash[25274]: audit 2023-12-09T02:10:26.489999+0000 mon.a (mon.0) 755 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:27.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:27 smithi125 bash[25274]: audit 2023-12-09T02:10:26.494121+0000 mon.a (mon.0) 756 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:27.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:27 smithi125 bash[25274]: audit 2023-12-09T02:10:26.495753+0000 mon.a (mon.0) 757 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:27.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:27 smithi125 bash[25274]: audit 2023-12-09T02:10:26.505295+0000 mon.a (mon.0) 758 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:27.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:27 smithi125 bash[25274]: cephadm 2023-12-09T02:10:26.505916+0000 mgr.y (mgr.25480) 167 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:27.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:27 smithi125 bash[25274]: audit 2023-12-09T02:10:26.582881+0000 mon.a (mon.0) 759 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:27.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:27 smithi125 bash[25274]: audit 2023-12-09T02:10:26.585774+0000 mon.a (mon.0) 760 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:27.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:27 smithi125 bash[25274]: audit 2023-12-09T02:10:26.589433+0000 mon.a (mon.0) 761 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:27.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:27 smithi125 bash[25274]: audit 2023-12-09T02:10:26.590784+0000 mon.a (mon.0) 762 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:27.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:27 smithi125 bash[25274]: audit 2023-12-09T02:10:26.600664+0000 mon.a (mon.0) 763 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:27.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:27 smithi125 bash[25274]: cephadm 2023-12-09T02:10:26.601258+0000 mgr.y (mgr.25480) 168 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:27.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:27 smithi125 bash[25274]: audit 2023-12-09T02:10:26.675395+0000 mon.a (mon.0) 764 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:27.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:27 smithi125 bash[25274]: audit 2023-12-09T02:10:26.678754+0000 mon.a (mon.0) 765 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:27.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:27 smithi125 bash[25274]: audit 2023-12-09T02:10:26.681339+0000 mon.a (mon.0) 766 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:27.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:27 smithi125 bash[25274]: audit 2023-12-09T02:10:26.682326+0000 mon.a (mon.0) 767 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:27.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:27 smithi125 bash[25274]: audit 2023-12-09T02:10:26.689772+0000 mon.a (mon.0) 768 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:27.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:27 smithi125 bash[25274]: audit 2023-12-09T02:10:26.770092+0000 mon.a (mon.0) 769 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:27.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:27 smithi125 bash[25274]: audit 2023-12-09T02:10:26.772793+0000 mon.a (mon.0) 770 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:27.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:27 smithi125 bash[25274]: audit 2023-12-09T02:10:26.777088+0000 mon.a (mon.0) 771 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:27.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:27 smithi125 bash[25274]: audit 2023-12-09T02:10:26.778562+0000 mon.a (mon.0) 772 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:27.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:27 smithi125 bash[25274]: audit 2023-12-09T02:10:26.789111+0000 mon.a (mon.0) 773 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:27.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:27 smithi125 bash[25274]: audit 2023-12-09T02:10:26.867576+0000 mon.a (mon.0) 774 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:27.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:27 smithi125 bash[25274]: audit 2023-12-09T02:10:26.871553+0000 mon.a (mon.0) 775 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:27.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:27 smithi125 bash[25274]: audit 2023-12-09T02:10:26.875465+0000 mon.a (mon.0) 776 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:27.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:27 smithi125 bash[25274]: audit 2023-12-09T02:10:26.876735+0000 mon.a (mon.0) 777 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:27.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:27 smithi125 bash[25274]: audit 2023-12-09T02:10:26.885769+0000 mon.a (mon.0) 778 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:27.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:27 smithi125 bash[25274]: audit 2023-12-09T02:10:26.953265+0000 mon.a (mon.0) 779 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:27.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:27 smithi125 bash[25274]: audit 2023-12-09T02:10:26.956162+0000 mon.a (mon.0) 780 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:27.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:27 smithi125 bash[25274]: audit 2023-12-09T02:10:26.958729+0000 mon.a (mon.0) 781 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:27.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:27 smithi125 bash[25274]: audit 2023-12-09T02:10:26.959708+0000 mon.a (mon.0) 782 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:27.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:27 smithi125 bash[25274]: audit 2023-12-09T02:10:26.966121+0000 mon.a (mon.0) 783 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:27.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:27 smithi125 bash[25274]: audit 2023-12-09T02:10:27.028036+0000 mon.a (mon.0) 784 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:27.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:27 smithi125 bash[25274]: audit 2023-12-09T02:10:27.031001+0000 mon.a (mon.0) 785 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:27.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:27 smithi125 bash[25274]: audit 2023-12-09T02:10:27.034681+0000 mon.a (mon.0) 786 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:27.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:27 smithi125 bash[25274]: audit 2023-12-09T02:10:27.035861+0000 mon.a (mon.0) 787 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:27.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:27 smithi125 bash[25274]: audit 2023-12-09T02:10:27.044382+0000 mon.a (mon.0) 788 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:27.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:27 smithi125 bash[25274]: audit 2023-12-09T02:10:27.121882+0000 mon.a (mon.0) 789 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:27.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:27 smithi125 bash[25274]: audit 2023-12-09T02:10:27.124814+0000 mon.a (mon.0) 790 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:27.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:27 smithi125 bash[25274]: audit 2023-12-09T02:10:27.131922+0000 mon.a (mon.0) 791 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:27.485 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:27 smithi125 bash[25274]: audit 2023-12-09T02:10:27.136590+0000 mon.a (mon.0) 792 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:27.485 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:27 smithi125 bash[25274]: audit 2023-12-09T02:10:27.151897+0000 mon.a (mon.0) 793 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:28.470 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:28 smithi067 bash[82083]: cephadm 2023-12-09T02:10:26.690377+0000 mgr.y (mgr.25480) 169 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:28.470 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:28 smithi067 bash[82083]: cephadm 2023-12-09T02:10:26.789994+0000 mgr.y (mgr.25480) 170 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:28.470 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:28 smithi067 bash[82083]: cephadm 2023-12-09T02:10:26.886517+0000 mgr.y (mgr.25480) 171 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:28.470 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:28 smithi067 bash[82083]: cephadm 2023-12-09T02:10:26.966912+0000 mgr.y (mgr.25480) 172 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:28.470 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:28 smithi067 bash[82083]: cephadm 2023-12-09T02:10:27.045051+0000 mgr.y (mgr.25480) 173 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:28.470 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:28 smithi067 bash[82083]: cephadm 2023-12-09T02:10:27.152820+0000 mgr.y (mgr.25480) 174 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:28.470 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:28 smithi067 bash[82083]: audit 2023-12-09T02:10:27.235026+0000 mon.a (mon.0) 794 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:28.470 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:28 smithi067 bash[82083]: audit 2023-12-09T02:10:27.237839+0000 mon.a (mon.0) 795 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:28.470 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:28 smithi067 bash[82083]: audit 2023-12-09T02:10:27.241081+0000 mon.a (mon.0) 796 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:28.470 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:28 smithi067 bash[82083]: audit 2023-12-09T02:10:27.242418+0000 mon.a (mon.0) 797 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:28.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:28 smithi067 bash[82083]: audit 2023-12-09T02:10:27.250600+0000 mon.a (mon.0) 798 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:28.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:28 smithi067 bash[82083]: cephadm 2023-12-09T02:10:27.251132+0000 mgr.y (mgr.25480) 175 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:28.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:28 smithi067 bash[82083]: audit 2023-12-09T02:10:27.332679+0000 mon.a (mon.0) 799 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:28.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:28 smithi067 bash[82083]: audit 2023-12-09T02:10:27.334767+0000 mon.a (mon.0) 800 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:28.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:28 smithi067 bash[82083]: audit 2023-12-09T02:10:27.337585+0000 mon.a (mon.0) 801 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:28.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:28 smithi067 bash[82083]: audit 2023-12-09T02:10:27.338605+0000 mon.a (mon.0) 802 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:28.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:28 smithi067 bash[82083]: audit 2023-12-09T02:10:27.349031+0000 mon.a (mon.0) 803 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:28.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:28 smithi067 bash[82083]: cephadm 2023-12-09T02:10:27.349810+0000 mgr.y (mgr.25480) 176 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:28.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:28 smithi067 bash[82083]: audit 2023-12-09T02:10:27.432962+0000 mon.a (mon.0) 804 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:28.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:28 smithi067 bash[82083]: audit 2023-12-09T02:10:27.435848+0000 mon.a (mon.0) 805 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:28.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:28 smithi067 bash[79370]: cephadm 2023-12-09T02:10:26.690377+0000 mgr.y (mgr.25480) 169 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:28.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:28 smithi067 bash[79370]: cephadm 2023-12-09T02:10:26.789994+0000 mgr.y (mgr.25480) 170 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:28.472 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:28 smithi067 bash[79370]: cephadm 2023-12-09T02:10:26.886517+0000 mgr.y (mgr.25480) 171 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:28.472 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:28 smithi067 bash[79370]: cephadm 2023-12-09T02:10:26.966912+0000 mgr.y (mgr.25480) 172 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:28.472 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:28 smithi067 bash[79370]: cephadm 2023-12-09T02:10:27.045051+0000 mgr.y (mgr.25480) 173 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:28.472 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:28 smithi067 bash[79370]: cephadm 2023-12-09T02:10:27.152820+0000 mgr.y (mgr.25480) 174 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:28.472 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:28 smithi067 bash[79370]: audit 2023-12-09T02:10:27.235026+0000 mon.a (mon.0) 794 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:28.472 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:28 smithi067 bash[79370]: audit 2023-12-09T02:10:27.237839+0000 mon.a (mon.0) 795 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:28.472 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:28 smithi067 bash[79370]: audit 2023-12-09T02:10:27.241081+0000 mon.a (mon.0) 796 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:28.472 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:28 smithi067 bash[79370]: audit 2023-12-09T02:10:27.242418+0000 mon.a (mon.0) 797 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:28.472 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:28 smithi067 bash[79370]: audit 2023-12-09T02:10:27.250600+0000 mon.a (mon.0) 798 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:28.472 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:28 smithi067 bash[79370]: cephadm 2023-12-09T02:10:27.251132+0000 mgr.y (mgr.25480) 175 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:28.472 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:28 smithi067 bash[79370]: audit 2023-12-09T02:10:27.332679+0000 mon.a (mon.0) 799 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:28.472 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:28 smithi067 bash[79370]: audit 2023-12-09T02:10:27.334767+0000 mon.a (mon.0) 800 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:28.472 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:28 smithi067 bash[79370]: audit 2023-12-09T02:10:27.337585+0000 mon.a (mon.0) 801 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:28.472 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:28 smithi067 bash[79370]: audit 2023-12-09T02:10:27.338605+0000 mon.a (mon.0) 802 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:28.472 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:28 smithi067 bash[79370]: audit 2023-12-09T02:10:27.349031+0000 mon.a (mon.0) 803 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:28.472 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:28 smithi067 bash[79370]: cephadm 2023-12-09T02:10:27.349810+0000 mgr.y (mgr.25480) 176 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:28.473 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:28 smithi067 bash[79370]: audit 2023-12-09T02:10:27.432962+0000 mon.a (mon.0) 804 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:28.473 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:28 smithi067 bash[79370]: audit 2023-12-09T02:10:27.435848+0000 mon.a (mon.0) 805 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:28.473 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:28 smithi067 bash[82083]: audit 2023-12-09T02:10:27.440471+0000 mon.a (mon.0) 806 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:28.473 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:28 smithi067 bash[82083]: audit 2023-12-09T02:10:27.441815+0000 mon.a (mon.0) 807 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:28.473 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:28 smithi067 bash[82083]: audit 2023-12-09T02:10:27.451070+0000 mon.a (mon.0) 808 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:28.473 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:28 smithi067 bash[82083]: cephadm 2023-12-09T02:10:27.451796+0000 mgr.y (mgr.25480) 177 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:28.473 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:28 smithi067 bash[82083]: audit 2023-12-09T02:10:27.532939+0000 mon.a (mon.0) 809 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:28.473 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:28 smithi067 bash[82083]: cluster 2023-12-09T02:10:27.534122+0000 mgr.y (mgr.25480) 178 : cluster 0 pgmap v18: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:10:28.473 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:28 smithi067 bash[82083]: audit 2023-12-09T02:10:27.535418+0000 mon.a (mon.0) 810 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:28.473 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:28 smithi067 bash[82083]: audit 2023-12-09T02:10:27.538140+0000 mon.a (mon.0) 811 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:28.473 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:28 smithi067 bash[82083]: audit 2023-12-09T02:10:27.539039+0000 mon.a (mon.0) 812 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:28.474 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:28 smithi067 bash[82083]: audit 2023-12-09T02:10:27.548578+0000 mon.a (mon.0) 813 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:28.474 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:28 smithi067 bash[82083]: cephadm 2023-12-09T02:10:27.549200+0000 mgr.y (mgr.25480) 179 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:28.474 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:28 smithi067 bash[82083]: audit 2023-12-09T02:10:27.629017+0000 mon.a (mon.0) 814 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:28.474 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:28 smithi067 bash[82083]: audit 2023-12-09T02:10:27.630742+0000 mon.a (mon.0) 815 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:10:28.474 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:28 smithi067 bash[82083]: audit 2023-12-09T02:10:27.633910+0000 mon.a (mon.0) 816 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:28.474 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:28 smithi067 bash[82083]: audit 2023-12-09T02:10:27.644779+0000 mon.a (mon.0) 817 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:28.474 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:28 smithi067 bash[82083]: audit 2023-12-09T02:10:27.652440+0000 mon.a (mon.0) 818 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:28.474 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:28 smithi067 bash[82083]: audit 2023-12-09T02:10:27.677972+0000 mon.a (mon.0) 819 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:28.474 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:28 smithi067 bash[82083]: audit 2023-12-09T02:10:27.763393+0000 mon.a (mon.0) 820 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:28.474 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:28 smithi067 bash[82083]: audit 2023-12-09T02:10:27.766283+0000 mon.a (mon.0) 821 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:28.474 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:28 smithi067 bash[82083]: audit 2023-12-09T02:10:27.770062+0000 mon.a (mon.0) 822 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:28.474 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:28 smithi067 bash[79370]: audit 2023-12-09T02:10:27.440471+0000 mon.a (mon.0) 806 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:28.475 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:28 smithi067 bash[79370]: audit 2023-12-09T02:10:27.441815+0000 mon.a (mon.0) 807 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:28.475 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:28 smithi067 bash[79370]: audit 2023-12-09T02:10:27.451070+0000 mon.a (mon.0) 808 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:28.475 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:28 smithi067 bash[79370]: cephadm 2023-12-09T02:10:27.451796+0000 mgr.y (mgr.25480) 177 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:28.475 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:28 smithi067 bash[79370]: audit 2023-12-09T02:10:27.532939+0000 mon.a (mon.0) 809 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:28.475 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:28 smithi067 bash[79370]: cluster 2023-12-09T02:10:27.534122+0000 mgr.y (mgr.25480) 178 : cluster 0 pgmap v18: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:10:28.475 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:28 smithi067 bash[79370]: audit 2023-12-09T02:10:27.535418+0000 mon.a (mon.0) 810 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:28.475 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:28 smithi067 bash[79370]: audit 2023-12-09T02:10:27.538140+0000 mon.a (mon.0) 811 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:28.475 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:28 smithi067 bash[79370]: audit 2023-12-09T02:10:27.539039+0000 mon.a (mon.0) 812 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:28.475 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:28 smithi067 bash[79370]: audit 2023-12-09T02:10:27.548578+0000 mon.a (mon.0) 813 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:28.475 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:28 smithi067 bash[79370]: cephadm 2023-12-09T02:10:27.549200+0000 mgr.y (mgr.25480) 179 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:28.475 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:28 smithi067 bash[79370]: audit 2023-12-09T02:10:27.629017+0000 mon.a (mon.0) 814 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:28.475 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:28 smithi067 bash[79370]: audit 2023-12-09T02:10:27.630742+0000 mon.a (mon.0) 815 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:10:28.475 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:28 smithi067 bash[79370]: audit 2023-12-09T02:10:27.633910+0000 mon.a (mon.0) 816 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:28.475 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:28 smithi067 bash[79370]: audit 2023-12-09T02:10:27.644779+0000 mon.a (mon.0) 817 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:28.476 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:28 smithi067 bash[79370]: audit 2023-12-09T02:10:27.652440+0000 mon.a (mon.0) 818 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:28.476 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:28 smithi067 bash[79370]: audit 2023-12-09T02:10:27.677972+0000 mon.a (mon.0) 819 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:28.476 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:28 smithi067 bash[79370]: audit 2023-12-09T02:10:27.763393+0000 mon.a (mon.0) 820 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:28.476 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:28 smithi067 bash[79370]: audit 2023-12-09T02:10:27.766283+0000 mon.a (mon.0) 821 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:28.476 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:28 smithi067 bash[79370]: audit 2023-12-09T02:10:27.770062+0000 mon.a (mon.0) 822 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:28.476 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:28 smithi067 bash[82083]: audit 2023-12-09T02:10:27.771411+0000 mon.a (mon.0) 823 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:28.476 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:28 smithi067 bash[82083]: audit 2023-12-09T02:10:27.780428+0000 mon.a (mon.0) 824 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:28.476 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:28 smithi067 bash[82083]: audit 2023-12-09T02:10:27.860817+0000 mon.a (mon.0) 825 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:28.476 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:28 smithi067 bash[82083]: audit 2023-12-09T02:10:27.863498+0000 mon.a (mon.0) 826 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:28.477 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:28 smithi067 bash[82083]: audit 2023-12-09T02:10:27.865987+0000 mon.a (mon.0) 827 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:28.477 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:28 smithi067 bash[82083]: audit 2023-12-09T02:10:27.866795+0000 mon.a (mon.0) 828 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:28.477 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:28 smithi067 bash[82083]: audit 2023-12-09T02:10:27.874239+0000 mon.a (mon.0) 829 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:28.477 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:28 smithi067 bash[82083]: audit 2023-12-09T02:10:27.953316+0000 mon.a (mon.0) 830 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:28.477 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:28 smithi067 bash[82083]: audit 2023-12-09T02:10:27.956796+0000 mon.a (mon.0) 831 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:28.477 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:28 smithi067 bash[82083]: audit 2023-12-09T02:10:27.959984+0000 mon.a (mon.0) 832 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:28.477 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:28 smithi067 bash[82083]: audit 2023-12-09T02:10:27.961322+0000 mon.a (mon.0) 833 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:28.477 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:28 smithi067 bash[82083]: audit 2023-12-09T02:10:27.970686+0000 mon.a (mon.0) 834 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:28.477 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:28 smithi067 bash[82083]: audit 2023-12-09T02:10:28.050965+0000 mon.a (mon.0) 835 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:28.477 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:28 smithi067 bash[82083]: audit 2023-12-09T02:10:28.054377+0000 mon.a (mon.0) 836 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:28.477 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:28 smithi067 bash[82083]: audit 2023-12-09T02:10:28.058102+0000 mon.a (mon.0) 837 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:28.477 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:28 smithi067 bash[82083]: audit 2023-12-09T02:10:28.059288+0000 mon.a (mon.0) 838 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:28.477 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:28 smithi067 bash[82083]: audit 2023-12-09T02:10:28.070192+0000 mon.a (mon.0) 839 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:28.477 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:28 smithi067 bash[82083]: audit 2023-12-09T02:10:28.149345+0000 mon.a (mon.0) 840 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:28.477 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:28 smithi067 bash[82083]: audit 2023-12-09T02:10:28.152144+0000 mon.a (mon.0) 841 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:28.477 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:28 smithi067 bash[82083]: audit 2023-12-09T02:10:28.155831+0000 mon.a (mon.0) 842 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:28.478 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:28 smithi067 bash[82083]: audit 2023-12-09T02:10:28.157107+0000 mon.a (mon.0) 843 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:28.478 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:28 smithi067 bash[82083]: audit 2023-12-09T02:10:28.167476+0000 mon.a (mon.0) 844 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:28.478 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:28 smithi067 bash[79370]: audit 2023-12-09T02:10:27.771411+0000 mon.a (mon.0) 823 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:28.478 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:28 smithi067 bash[79370]: audit 2023-12-09T02:10:27.780428+0000 mon.a (mon.0) 824 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:28.478 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:28 smithi067 bash[79370]: audit 2023-12-09T02:10:27.860817+0000 mon.a (mon.0) 825 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:28.478 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:28 smithi067 bash[79370]: audit 2023-12-09T02:10:27.863498+0000 mon.a (mon.0) 826 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:28.478 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:28 smithi067 bash[79370]: audit 2023-12-09T02:10:27.865987+0000 mon.a (mon.0) 827 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:28.478 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:28 smithi067 bash[79370]: audit 2023-12-09T02:10:27.866795+0000 mon.a (mon.0) 828 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:28.478 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:28 smithi067 bash[79370]: audit 2023-12-09T02:10:27.874239+0000 mon.a (mon.0) 829 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:28.478 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:28 smithi067 bash[79370]: audit 2023-12-09T02:10:27.953316+0000 mon.a (mon.0) 830 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:28.479 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:28 smithi067 bash[79370]: audit 2023-12-09T02:10:27.956796+0000 mon.a (mon.0) 831 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:28.479 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:28 smithi067 bash[79370]: audit 2023-12-09T02:10:27.959984+0000 mon.a (mon.0) 832 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:28.479 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:28 smithi067 bash[79370]: audit 2023-12-09T02:10:27.961322+0000 mon.a (mon.0) 833 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:28.479 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:28 smithi067 bash[79370]: audit 2023-12-09T02:10:27.970686+0000 mon.a (mon.0) 834 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:28.479 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:28 smithi067 bash[79370]: audit 2023-12-09T02:10:28.050965+0000 mon.a (mon.0) 835 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:28.479 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:28 smithi067 bash[79370]: audit 2023-12-09T02:10:28.054377+0000 mon.a (mon.0) 836 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:28.479 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:28 smithi067 bash[79370]: audit 2023-12-09T02:10:28.058102+0000 mon.a (mon.0) 837 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:28.479 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:28 smithi067 bash[79370]: audit 2023-12-09T02:10:28.059288+0000 mon.a (mon.0) 838 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:28.479 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:28 smithi067 bash[79370]: audit 2023-12-09T02:10:28.070192+0000 mon.a (mon.0) 839 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:28.479 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:28 smithi067 bash[79370]: audit 2023-12-09T02:10:28.149345+0000 mon.a (mon.0) 840 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:28.479 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:28 smithi067 bash[79370]: audit 2023-12-09T02:10:28.152144+0000 mon.a (mon.0) 841 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:28.479 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:28 smithi067 bash[79370]: audit 2023-12-09T02:10:28.155831+0000 mon.a (mon.0) 842 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:28.479 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:28 smithi067 bash[79370]: audit 2023-12-09T02:10:28.157107+0000 mon.a (mon.0) 843 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:28.479 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:28 smithi067 bash[79370]: audit 2023-12-09T02:10:28.167476+0000 mon.a (mon.0) 844 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:28.480 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:28 smithi125 bash[25274]: cephadm 2023-12-09T02:10:26.690377+0000 mgr.y (mgr.25480) 169 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:28.480 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:28 smithi125 bash[25274]: cephadm 2023-12-09T02:10:26.789994+0000 mgr.y (mgr.25480) 170 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:28.480 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:28 smithi125 bash[25274]: cephadm 2023-12-09T02:10:26.886517+0000 mgr.y (mgr.25480) 171 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:28.480 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:28 smithi125 bash[25274]: cephadm 2023-12-09T02:10:26.966912+0000 mgr.y (mgr.25480) 172 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:28.480 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:28 smithi125 bash[25274]: cephadm 2023-12-09T02:10:27.045051+0000 mgr.y (mgr.25480) 173 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:28.480 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:28 smithi125 bash[25274]: cephadm 2023-12-09T02:10:27.152820+0000 mgr.y (mgr.25480) 174 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:28.480 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:28 smithi125 bash[25274]: audit 2023-12-09T02:10:27.235026+0000 mon.a (mon.0) 794 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:28.481 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:28 smithi125 bash[25274]: audit 2023-12-09T02:10:27.237839+0000 mon.a (mon.0) 795 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:28.481 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:28 smithi125 bash[25274]: audit 2023-12-09T02:10:27.241081+0000 mon.a (mon.0) 796 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:28.481 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:28 smithi125 bash[25274]: audit 2023-12-09T02:10:27.242418+0000 mon.a (mon.0) 797 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:28.481 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:28 smithi125 bash[25274]: audit 2023-12-09T02:10:27.250600+0000 mon.a (mon.0) 798 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:28.481 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:28 smithi125 bash[25274]: cephadm 2023-12-09T02:10:27.251132+0000 mgr.y (mgr.25480) 175 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:28.481 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:28 smithi125 bash[25274]: audit 2023-12-09T02:10:27.332679+0000 mon.a (mon.0) 799 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:28.481 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:28 smithi125 bash[25274]: audit 2023-12-09T02:10:27.334767+0000 mon.a (mon.0) 800 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:28.481 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:28 smithi125 bash[25274]: audit 2023-12-09T02:10:27.337585+0000 mon.a (mon.0) 801 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:28.481 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:28 smithi125 bash[25274]: audit 2023-12-09T02:10:27.338605+0000 mon.a (mon.0) 802 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:28.481 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:28 smithi125 bash[25274]: audit 2023-12-09T02:10:27.349031+0000 mon.a (mon.0) 803 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:28.481 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:28 smithi125 bash[25274]: cephadm 2023-12-09T02:10:27.349810+0000 mgr.y (mgr.25480) 176 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:28.481 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:28 smithi125 bash[25274]: audit 2023-12-09T02:10:27.432962+0000 mon.a (mon.0) 804 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:28.481 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:28 smithi125 bash[25274]: audit 2023-12-09T02:10:27.435848+0000 mon.a (mon.0) 805 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:28.481 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:28 smithi125 bash[25274]: audit 2023-12-09T02:10:27.440471+0000 mon.a (mon.0) 806 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:28.481 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:28 smithi125 bash[25274]: audit 2023-12-09T02:10:27.441815+0000 mon.a (mon.0) 807 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:28.481 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:28 smithi125 bash[25274]: audit 2023-12-09T02:10:27.451070+0000 mon.a (mon.0) 808 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:28.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:28 smithi125 bash[25274]: cephadm 2023-12-09T02:10:27.451796+0000 mgr.y (mgr.25480) 177 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:28.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:28 smithi125 bash[25274]: audit 2023-12-09T02:10:27.532939+0000 mon.a (mon.0) 809 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:28.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:28 smithi125 bash[25274]: cluster 2023-12-09T02:10:27.534122+0000 mgr.y (mgr.25480) 178 : cluster [DBG] pgmap v18: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:10:28.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:28 smithi125 bash[25274]: audit 2023-12-09T02:10:27.535418+0000 mon.a (mon.0) 810 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:28.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:28 smithi125 bash[25274]: audit 2023-12-09T02:10:27.538140+0000 mon.a (mon.0) 811 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:28.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:28 smithi125 bash[25274]: audit 2023-12-09T02:10:27.539039+0000 mon.a (mon.0) 812 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:28.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:28 smithi125 bash[25274]: audit 2023-12-09T02:10:27.548578+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:28.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:28 smithi125 bash[25274]: cephadm 2023-12-09T02:10:27.549200+0000 mgr.y (mgr.25480) 179 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:28.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:28 smithi125 bash[25274]: audit 2023-12-09T02:10:27.629017+0000 mon.a (mon.0) 814 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:28.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:28 smithi125 bash[25274]: audit 2023-12-09T02:10:27.630742+0000 mon.a (mon.0) 815 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:10:28.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:28 smithi125 bash[25274]: audit 2023-12-09T02:10:27.633910+0000 mon.a (mon.0) 816 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:28.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:28 smithi125 bash[25274]: audit 2023-12-09T02:10:27.644779+0000 mon.a (mon.0) 817 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:28.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:28 smithi125 bash[25274]: audit 2023-12-09T02:10:27.652440+0000 mon.a (mon.0) 818 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:28.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:28 smithi125 bash[25274]: audit 2023-12-09T02:10:27.677972+0000 mon.a (mon.0) 819 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:28.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:28 smithi125 bash[25274]: audit 2023-12-09T02:10:27.763393+0000 mon.a (mon.0) 820 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:28.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:28 smithi125 bash[25274]: audit 2023-12-09T02:10:27.766283+0000 mon.a (mon.0) 821 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:28.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:28 smithi125 bash[25274]: audit 2023-12-09T02:10:27.770062+0000 mon.a (mon.0) 822 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:28.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:28 smithi125 bash[25274]: audit 2023-12-09T02:10:27.771411+0000 mon.a (mon.0) 823 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:28.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:28 smithi125 bash[25274]: audit 2023-12-09T02:10:27.780428+0000 mon.a (mon.0) 824 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:28.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:28 smithi125 bash[25274]: audit 2023-12-09T02:10:27.860817+0000 mon.a (mon.0) 825 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:28.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:28 smithi125 bash[25274]: audit 2023-12-09T02:10:27.863498+0000 mon.a (mon.0) 826 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:28.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:28 smithi125 bash[25274]: audit 2023-12-09T02:10:27.865987+0000 mon.a (mon.0) 827 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:28.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:28 smithi125 bash[25274]: audit 2023-12-09T02:10:27.866795+0000 mon.a (mon.0) 828 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:28.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:28 smithi125 bash[25274]: audit 2023-12-09T02:10:27.874239+0000 mon.a (mon.0) 829 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:28.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:28 smithi125 bash[25274]: audit 2023-12-09T02:10:27.953316+0000 mon.a (mon.0) 830 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:28.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:28 smithi125 bash[25274]: audit 2023-12-09T02:10:27.956796+0000 mon.a (mon.0) 831 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:28.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:28 smithi125 bash[25274]: audit 2023-12-09T02:10:27.959984+0000 mon.a (mon.0) 832 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:28.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:28 smithi125 bash[25274]: audit 2023-12-09T02:10:27.961322+0000 mon.a (mon.0) 833 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:28.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:28 smithi125 bash[25274]: audit 2023-12-09T02:10:27.970686+0000 mon.a (mon.0) 834 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:28.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:28 smithi125 bash[25274]: audit 2023-12-09T02:10:28.050965+0000 mon.a (mon.0) 835 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:28.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:28 smithi125 bash[25274]: audit 2023-12-09T02:10:28.054377+0000 mon.a (mon.0) 836 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:28.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:28 smithi125 bash[25274]: audit 2023-12-09T02:10:28.058102+0000 mon.a (mon.0) 837 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:28.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:28 smithi125 bash[25274]: audit 2023-12-09T02:10:28.059288+0000 mon.a (mon.0) 838 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:28.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:28 smithi125 bash[25274]: audit 2023-12-09T02:10:28.070192+0000 mon.a (mon.0) 839 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:28.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:28 smithi125 bash[25274]: audit 2023-12-09T02:10:28.149345+0000 mon.a (mon.0) 840 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:28.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:28 smithi125 bash[25274]: audit 2023-12-09T02:10:28.152144+0000 mon.a (mon.0) 841 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:28.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:28 smithi125 bash[25274]: audit 2023-12-09T02:10:28.155831+0000 mon.a (mon.0) 842 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:28.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:28 smithi125 bash[25274]: audit 2023-12-09T02:10:28.157107+0000 mon.a (mon.0) 843 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:28.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:28 smithi125 bash[25274]: audit 2023-12-09T02:10:28.167476+0000 mon.a (mon.0) 844 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:28.972 INFO:journalctl@ceph.prometheus.a.smithi125.stdout:Dec 09 02:10:28 smithi125 bash[62302]: ts=2023-12-09T02:10: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.67\", device_class=\"ssd\", hostname=\"smithi067\", instance=\"smithi067:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.67\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.67\", device_class=\"ssd\", hostname=\"smithi067\", instance=\"172.21.15.125:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.67\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-09T02:10:29.470 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:29 smithi067 bash[82083]: cephadm 2023-12-09T02:10:27.678779+0000 mgr.y (mgr.25480) 180 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:29.470 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:29 smithi067 bash[82083]: cephadm 2023-12-09T02:10:27.781147+0000 mgr.y (mgr.25480) 181 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:29.470 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:29 smithi067 bash[82083]: cephadm 2023-12-09T02:10:27.874890+0000 mgr.y (mgr.25480) 182 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:29.470 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:29 smithi067 bash[82083]: cephadm 2023-12-09T02:10:27.971274+0000 mgr.y (mgr.25480) 183 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:29.470 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:29 smithi067 bash[82083]: cephadm 2023-12-09T02:10:28.070949+0000 mgr.y (mgr.25480) 184 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:29.470 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:29 smithi067 bash[82083]: cephadm 2023-12-09T02:10:28.168387+0000 mgr.y (mgr.25480) 185 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:29.470 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:29 smithi067 bash[82083]: audit 2023-12-09T02:10:28.252192+0000 mon.a (mon.0) 845 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:29.470 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:29 smithi067 bash[82083]: audit 2023-12-09T02:10:28.254488+0000 mon.a (mon.0) 846 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:29.470 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:29 smithi067 bash[82083]: audit 2023-12-09T02:10:28.257485+0000 mon.a (mon.0) 847 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:29.470 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:29 smithi067 bash[82083]: audit 2023-12-09T02:10:28.258563+0000 mon.a (mon.0) 848 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:29.470 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:29 smithi067 bash[82083]: audit 2023-12-09T02:10:28.266089+0000 mon.a (mon.0) 849 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:29.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:29 smithi067 bash[82083]: cephadm 2023-12-09T02:10:28.266789+0000 mgr.y (mgr.25480) 186 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:29.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:29 smithi067 bash[82083]: audit 2023-12-09T02:10:28.349043+0000 mon.a (mon.0) 850 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:29.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:29 smithi067 bash[82083]: audit 2023-12-09T02:10:28.351474+0000 mon.a (mon.0) 851 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:29.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:29 smithi067 bash[82083]: audit 2023-12-09T02:10:28.354460+0000 mon.a (mon.0) 852 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:29.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:29 smithi067 bash[82083]: audit 2023-12-09T02:10:28.355458+0000 mon.a (mon.0) 853 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:29.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:29 smithi067 bash[82083]: audit 2023-12-09T02:10:28.361882+0000 mon.a (mon.0) 854 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:29.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:29 smithi067 bash[82083]: cephadm 2023-12-09T02:10:28.362603+0000 mgr.y (mgr.25480) 187 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:29.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:29 smithi067 bash[82083]: audit 2023-12-09T02:10:28.441076+0000 mon.a (mon.0) 855 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:29.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:29 smithi067 bash[82083]: audit 2023-12-09T02:10:28.444059+0000 mon.a (mon.0) 856 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:29.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:29 smithi067 bash[79370]: cephadm 2023-12-09T02:10:27.678779+0000 mgr.y (mgr.25480) 180 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:29.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:29 smithi067 bash[79370]: cephadm 2023-12-09T02:10:27.781147+0000 mgr.y (mgr.25480) 181 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:29.472 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:29 smithi067 bash[79370]: cephadm 2023-12-09T02:10:27.874890+0000 mgr.y (mgr.25480) 182 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:29.472 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:29 smithi067 bash[79370]: cephadm 2023-12-09T02:10:27.971274+0000 mgr.y (mgr.25480) 183 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:29.472 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:29 smithi067 bash[79370]: cephadm 2023-12-09T02:10:28.070949+0000 mgr.y (mgr.25480) 184 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:29.472 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:29 smithi067 bash[79370]: cephadm 2023-12-09T02:10:28.168387+0000 mgr.y (mgr.25480) 185 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:29.472 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:29 smithi067 bash[79370]: audit 2023-12-09T02:10:28.252192+0000 mon.a (mon.0) 845 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:29.472 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:29 smithi067 bash[79370]: audit 2023-12-09T02:10:28.254488+0000 mon.a (mon.0) 846 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:29.472 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:29 smithi067 bash[79370]: audit 2023-12-09T02:10:28.257485+0000 mon.a (mon.0) 847 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:29.472 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:29 smithi067 bash[79370]: audit 2023-12-09T02:10:28.258563+0000 mon.a (mon.0) 848 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:29.472 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:29 smithi067 bash[79370]: audit 2023-12-09T02:10:28.266089+0000 mon.a (mon.0) 849 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:29.472 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:29 smithi067 bash[79370]: cephadm 2023-12-09T02:10:28.266789+0000 mgr.y (mgr.25480) 186 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:29.472 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:29 smithi067 bash[79370]: audit 2023-12-09T02:10:28.349043+0000 mon.a (mon.0) 850 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:29.472 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:29 smithi067 bash[79370]: audit 2023-12-09T02:10:28.351474+0000 mon.a (mon.0) 851 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:29.472 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:29 smithi067 bash[79370]: audit 2023-12-09T02:10:28.354460+0000 mon.a (mon.0) 852 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:29.472 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:29 smithi067 bash[79370]: audit 2023-12-09T02:10:28.355458+0000 mon.a (mon.0) 853 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:29.472 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:29 smithi067 bash[79370]: audit 2023-12-09T02:10:28.361882+0000 mon.a (mon.0) 854 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:29.473 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:29 smithi067 bash[79370]: cephadm 2023-12-09T02:10:28.362603+0000 mgr.y (mgr.25480) 187 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:29.473 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:29 smithi067 bash[79370]: audit 2023-12-09T02:10:28.441076+0000 mon.a (mon.0) 855 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:29.473 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:29 smithi067 bash[79370]: audit 2023-12-09T02:10:28.444059+0000 mon.a (mon.0) 856 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:29.473 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:29 smithi067 bash[82083]: audit 2023-12-09T02:10:28.447968+0000 mon.a (mon.0) 857 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:29.473 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:29 smithi067 bash[82083]: audit 2023-12-09T02:10:28.449378+0000 mon.a (mon.0) 858 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:29.473 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:29 smithi067 bash[82083]: audit 2023-12-09T02:10:28.460779+0000 mon.a (mon.0) 859 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:29.473 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:29 smithi067 bash[82083]: cephadm 2023-12-09T02:10:28.461437+0000 mgr.y (mgr.25480) 188 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:29.473 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:29 smithi067 bash[82083]: audit 2023-12-09T02:10:28.545441+0000 mon.a (mon.0) 860 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:29.473 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:29 smithi067 bash[82083]: audit 2023-12-09T02:10:28.547768+0000 mon.a (mon.0) 861 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:29.474 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:29 smithi067 bash[82083]: audit 2023-12-09T02:10:28.551920+0000 mon.a (mon.0) 862 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:29.474 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:29 smithi067 bash[82083]: audit 2023-12-09T02:10:28.553018+0000 mon.a (mon.0) 863 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:29.474 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:29 smithi067 bash[82083]: audit 2023-12-09T02:10:28.557975+0000 mgr.y (mgr.25480) 189 : audit 0 from='client.25420 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:10:29.474 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:29 smithi067 bash[82083]: audit 2023-12-09T02:10:28.563665+0000 mon.a (mon.0) 864 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:29.474 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:29 smithi067 bash[82083]: cephadm 2023-12-09T02:10:28.564381+0000 mgr.y (mgr.25480) 190 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:29.474 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:29 smithi067 bash[82083]: audit 2023-12-09T02:10:28.647861+0000 mon.a (mon.0) 865 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:29.474 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:29 smithi067 bash[82083]: audit 2023-12-09T02:10:28.650626+0000 mon.a (mon.0) 866 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:29.474 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:29 smithi067 bash[82083]: audit 2023-12-09T02:10:28.653903+0000 mon.a (mon.0) 867 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:29.474 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:29 smithi067 bash[82083]: audit 2023-12-09T02:10:28.655172+0000 mon.a (mon.0) 868 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:29.474 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:29 smithi067 bash[82083]: audit 2023-12-09T02:10:28.664752+0000 mon.a (mon.0) 869 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:29.474 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:29 smithi067 bash[82083]: cephadm 2023-12-09T02:10:28.665328+0000 mgr.y (mgr.25480) 191 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:29.474 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:29 smithi067 bash[82083]: audit 2023-12-09T02:10:28.748622+0000 mon.a (mon.0) 870 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:29.474 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:29 smithi067 bash[82083]: audit 2023-12-09T02:10:28.751321+0000 mon.a (mon.0) 871 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:29.475 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:29 smithi067 bash[82083]: audit 2023-12-09T02:10:28.754424+0000 mon.a (mon.0) 872 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:29.475 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:29 smithi067 bash[82083]: audit 2023-12-09T02:10:28.755494+0000 mon.a (mon.0) 873 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:29.475 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:29 smithi067 bash[82083]: audit 2023-12-09T02:10:28.765428+0000 mon.a (mon.0) 874 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:29.475 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:29 smithi067 bash[82083]: audit 2023-12-09T02:10:28.844964+0000 mon.a (mon.0) 875 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:29.475 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:29 smithi067 bash[82083]: audit 2023-12-09T02:10:28.847588+0000 mon.a (mon.0) 876 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:29.475 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:29 smithi067 bash[82083]: audit 2023-12-09T02:10:28.851328+0000 mon.a (mon.0) 877 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:29.475 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:29 smithi067 bash[82083]: audit 2023-12-09T02:10:28.852483+0000 mon.a (mon.0) 878 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:29.475 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:29 smithi067 bash[82083]: audit 2023-12-09T02:10:28.862229+0000 mon.a (mon.0) 879 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:29.475 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:29 smithi067 bash[82083]: audit 2023-12-09T02:10:28.944466+0000 mon.a (mon.0) 880 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:29.475 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:29 smithi067 bash[82083]: audit 2023-12-09T02:10:28.948417+0000 mon.a (mon.0) 881 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:29.475 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:29 smithi067 bash[82083]: audit 2023-12-09T02:10:28.951391+0000 mon.a (mon.0) 882 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:29.475 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:29 smithi067 bash[82083]: audit 2023-12-09T02:10:28.952415+0000 mon.a (mon.0) 883 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:29.475 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:29 smithi067 bash[82083]: audit 2023-12-09T02:10:28.960059+0000 mon.a (mon.0) 884 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:29.475 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:29 smithi067 bash[82083]: audit 2023-12-09T02:10:29.041238+0000 mon.a (mon.0) 885 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:29.475 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:29 smithi067 bash[82083]: audit 2023-12-09T02:10:29.043448+0000 mon.a (mon.0) 886 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:29.476 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:29 smithi067 bash[82083]: audit 2023-12-09T02:10:29.046219+0000 mon.a (mon.0) 887 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:29.476 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:29 smithi067 bash[82083]: audit 2023-12-09T02:10:29.047186+0000 mon.a (mon.0) 888 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:29.476 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:29 smithi067 bash[82083]: audit 2023-12-09T02:10:29.054738+0000 mon.a (mon.0) 889 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:29.476 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:29 smithi067 bash[82083]: audit 2023-12-09T02:10:29.136445+0000 mon.a (mon.0) 890 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:29.476 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:29 smithi067 bash[82083]: audit 2023-12-09T02:10:29.139345+0000 mon.a (mon.0) 891 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:29.476 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:29 smithi067 bash[82083]: audit 2023-12-09T02:10:29.142659+0000 mon.a (mon.0) 892 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:29.476 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:29 smithi067 bash[82083]: audit 2023-12-09T02:10:29.143787+0000 mon.a (mon.0) 893 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:29.476 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:29 smithi067 bash[82083]: audit 2023-12-09T02:10:29.153313+0000 mon.a (mon.0) 894 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:29.476 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:29 smithi067 bash[79370]: audit 2023-12-09T02:10:28.447968+0000 mon.a (mon.0) 857 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:29.477 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:29 smithi067 bash[79370]: audit 2023-12-09T02:10:28.449378+0000 mon.a (mon.0) 858 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:29.477 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:29 smithi067 bash[79370]: audit 2023-12-09T02:10:28.460779+0000 mon.a (mon.0) 859 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:29.477 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:29 smithi067 bash[79370]: cephadm 2023-12-09T02:10:28.461437+0000 mgr.y (mgr.25480) 188 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:29.477 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:29 smithi067 bash[79370]: audit 2023-12-09T02:10:28.545441+0000 mon.a (mon.0) 860 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:29.477 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:29 smithi067 bash[79370]: audit 2023-12-09T02:10:28.547768+0000 mon.a (mon.0) 861 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:29.477 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:29 smithi067 bash[79370]: audit 2023-12-09T02:10:28.551920+0000 mon.a (mon.0) 862 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:29.477 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:29 smithi067 bash[79370]: audit 2023-12-09T02:10:28.553018+0000 mon.a (mon.0) 863 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:29.477 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:29 smithi067 bash[79370]: audit 2023-12-09T02:10:28.557975+0000 mgr.y (mgr.25480) 189 : audit 0 from='client.25420 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:10:29.477 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:29 smithi067 bash[79370]: audit 2023-12-09T02:10:28.563665+0000 mon.a (mon.0) 864 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:29.477 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:29 smithi067 bash[79370]: cephadm 2023-12-09T02:10:28.564381+0000 mgr.y (mgr.25480) 190 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:29.477 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:29 smithi067 bash[79370]: audit 2023-12-09T02:10:28.647861+0000 mon.a (mon.0) 865 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:29.478 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:29 smithi067 bash[79370]: audit 2023-12-09T02:10:28.650626+0000 mon.a (mon.0) 866 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:29.478 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:29 smithi067 bash[79370]: audit 2023-12-09T02:10:28.653903+0000 mon.a (mon.0) 867 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:29.478 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:29 smithi067 bash[79370]: audit 2023-12-09T02:10:28.655172+0000 mon.a (mon.0) 868 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:29.478 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:29 smithi067 bash[79370]: audit 2023-12-09T02:10:28.664752+0000 mon.a (mon.0) 869 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:29.478 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:29 smithi067 bash[79370]: cephadm 2023-12-09T02:10:28.665328+0000 mgr.y (mgr.25480) 191 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:29.478 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:29 smithi067 bash[79370]: audit 2023-12-09T02:10:28.748622+0000 mon.a (mon.0) 870 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:29.478 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:29 smithi067 bash[79370]: audit 2023-12-09T02:10:28.751321+0000 mon.a (mon.0) 871 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:29.478 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:29 smithi067 bash[79370]: audit 2023-12-09T02:10:28.754424+0000 mon.a (mon.0) 872 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:29.478 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:29 smithi067 bash[79370]: audit 2023-12-09T02:10:28.755494+0000 mon.a (mon.0) 873 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:29.478 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:29 smithi067 bash[79370]: audit 2023-12-09T02:10:28.765428+0000 mon.a (mon.0) 874 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:29.478 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:29 smithi067 bash[79370]: audit 2023-12-09T02:10:28.844964+0000 mon.a (mon.0) 875 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:29.478 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:29 smithi067 bash[79370]: audit 2023-12-09T02:10:28.847588+0000 mon.a (mon.0) 876 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:29.478 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:29 smithi067 bash[79370]: audit 2023-12-09T02:10:28.851328+0000 mon.a (mon.0) 877 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:29.478 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:29 smithi067 bash[79370]: audit 2023-12-09T02:10:28.852483+0000 mon.a (mon.0) 878 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:29.479 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:29 smithi067 bash[79370]: audit 2023-12-09T02:10:28.862229+0000 mon.a (mon.0) 879 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:29.479 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:29 smithi067 bash[79370]: audit 2023-12-09T02:10:28.944466+0000 mon.a (mon.0) 880 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:29.479 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:29 smithi067 bash[79370]: audit 2023-12-09T02:10:28.948417+0000 mon.a (mon.0) 881 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:29.479 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:29 smithi067 bash[79370]: audit 2023-12-09T02:10:28.951391+0000 mon.a (mon.0) 882 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:29.479 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:29 smithi067 bash[79370]: audit 2023-12-09T02:10:28.952415+0000 mon.a (mon.0) 883 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:29.479 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:29 smithi067 bash[79370]: audit 2023-12-09T02:10:28.960059+0000 mon.a (mon.0) 884 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:29.479 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:29 smithi067 bash[79370]: audit 2023-12-09T02:10:29.041238+0000 mon.a (mon.0) 885 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:29.479 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:29 smithi067 bash[79370]: audit 2023-12-09T02:10:29.043448+0000 mon.a (mon.0) 886 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:29.479 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:29 smithi067 bash[79370]: audit 2023-12-09T02:10:29.046219+0000 mon.a (mon.0) 887 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:29.479 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:29 smithi067 bash[79370]: audit 2023-12-09T02:10:29.047186+0000 mon.a (mon.0) 888 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:29.479 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:29 smithi067 bash[79370]: audit 2023-12-09T02:10:29.054738+0000 mon.a (mon.0) 889 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:29.479 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:29 smithi067 bash[79370]: audit 2023-12-09T02:10:29.136445+0000 mon.a (mon.0) 890 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:29.479 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:29 smithi067 bash[79370]: audit 2023-12-09T02:10:29.139345+0000 mon.a (mon.0) 891 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:29.480 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:29 smithi067 bash[79370]: audit 2023-12-09T02:10:29.142659+0000 mon.a (mon.0) 892 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:29.480 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:29 smithi067 bash[79370]: audit 2023-12-09T02:10:29.143787+0000 mon.a (mon.0) 893 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:29.480 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:29 smithi067 bash[79370]: audit 2023-12-09T02:10:29.153313+0000 mon.a (mon.0) 894 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:29.480 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:29 smithi125 bash[25274]: cephadm 2023-12-09T02:10:27.678779+0000 mgr.y (mgr.25480) 180 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:29.480 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:29 smithi125 bash[25274]: cephadm 2023-12-09T02:10:27.781147+0000 mgr.y (mgr.25480) 181 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:29.480 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:29 smithi125 bash[25274]: cephadm 2023-12-09T02:10:27.874890+0000 mgr.y (mgr.25480) 182 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:29.481 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:29 smithi125 bash[25274]: cephadm 2023-12-09T02:10:27.971274+0000 mgr.y (mgr.25480) 183 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:29.481 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:29 smithi125 bash[25274]: cephadm 2023-12-09T02:10:28.070949+0000 mgr.y (mgr.25480) 184 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:29.481 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:29 smithi125 bash[25274]: cephadm 2023-12-09T02:10:28.168387+0000 mgr.y (mgr.25480) 185 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:29.481 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:29 smithi125 bash[25274]: audit 2023-12-09T02:10:28.252192+0000 mon.a (mon.0) 845 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:29.481 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:29 smithi125 bash[25274]: audit 2023-12-09T02:10:28.254488+0000 mon.a (mon.0) 846 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:29.481 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:29 smithi125 bash[25274]: audit 2023-12-09T02:10:28.257485+0000 mon.a (mon.0) 847 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:29.481 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:29 smithi125 bash[25274]: audit 2023-12-09T02:10:28.258563+0000 mon.a (mon.0) 848 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:29.481 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:29 smithi125 bash[25274]: audit 2023-12-09T02:10:28.266089+0000 mon.a (mon.0) 849 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:29.481 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:29 smithi125 bash[25274]: cephadm 2023-12-09T02:10:28.266789+0000 mgr.y (mgr.25480) 186 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:29.481 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:29 smithi125 bash[25274]: audit 2023-12-09T02:10:28.349043+0000 mon.a (mon.0) 850 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:29.481 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:29 smithi125 bash[25274]: audit 2023-12-09T02:10:28.351474+0000 mon.a (mon.0) 851 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:29.481 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:29 smithi125 bash[25274]: audit 2023-12-09T02:10:28.354460+0000 mon.a (mon.0) 852 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:29.481 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:29 smithi125 bash[25274]: audit 2023-12-09T02:10:28.355458+0000 mon.a (mon.0) 853 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:29.481 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:29 smithi125 bash[25274]: audit 2023-12-09T02:10:28.361882+0000 mon.a (mon.0) 854 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:29.481 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:29 smithi125 bash[25274]: cephadm 2023-12-09T02:10:28.362603+0000 mgr.y (mgr.25480) 187 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:29.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:29 smithi125 bash[25274]: audit 2023-12-09T02:10:28.441076+0000 mon.a (mon.0) 855 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:29.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:29 smithi125 bash[25274]: audit 2023-12-09T02:10:28.444059+0000 mon.a (mon.0) 856 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:29.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:29 smithi125 bash[25274]: audit 2023-12-09T02:10:28.447968+0000 mon.a (mon.0) 857 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:29.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:29 smithi125 bash[25274]: audit 2023-12-09T02:10:28.449378+0000 mon.a (mon.0) 858 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:29.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:29 smithi125 bash[25274]: audit 2023-12-09T02:10:28.460779+0000 mon.a (mon.0) 859 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:29.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:29 smithi125 bash[25274]: cephadm 2023-12-09T02:10:28.461437+0000 mgr.y (mgr.25480) 188 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:29.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:29 smithi125 bash[25274]: audit 2023-12-09T02:10:28.545441+0000 mon.a (mon.0) 860 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:29.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:29 smithi125 bash[25274]: audit 2023-12-09T02:10:28.547768+0000 mon.a (mon.0) 861 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:29.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:29 smithi125 bash[25274]: audit 2023-12-09T02:10:28.551920+0000 mon.a (mon.0) 862 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:29.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:29 smithi125 bash[25274]: audit 2023-12-09T02:10:28.553018+0000 mon.a (mon.0) 863 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:29.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:29 smithi125 bash[25274]: audit 2023-12-09T02:10:28.557975+0000 mgr.y (mgr.25480) 189 : audit [DBG] from='client.25420 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:10:29.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:29 smithi125 bash[25274]: audit 2023-12-09T02:10:28.563665+0000 mon.a (mon.0) 864 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:29.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:29 smithi125 bash[25274]: cephadm 2023-12-09T02:10:28.564381+0000 mgr.y (mgr.25480) 190 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:29.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:29 smithi125 bash[25274]: audit 2023-12-09T02:10:28.647861+0000 mon.a (mon.0) 865 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:29.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:29 smithi125 bash[25274]: audit 2023-12-09T02:10:28.650626+0000 mon.a (mon.0) 866 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:29.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:29 smithi125 bash[25274]: audit 2023-12-09T02:10:28.653903+0000 mon.a (mon.0) 867 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:29.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:29 smithi125 bash[25274]: audit 2023-12-09T02:10:28.655172+0000 mon.a (mon.0) 868 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:29.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:29 smithi125 bash[25274]: audit 2023-12-09T02:10:28.664752+0000 mon.a (mon.0) 869 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:29.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:29 smithi125 bash[25274]: cephadm 2023-12-09T02:10:28.665328+0000 mgr.y (mgr.25480) 191 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:29.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:29 smithi125 bash[25274]: audit 2023-12-09T02:10:28.748622+0000 mon.a (mon.0) 870 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:29.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:29 smithi125 bash[25274]: audit 2023-12-09T02:10:28.751321+0000 mon.a (mon.0) 871 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:29.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:29 smithi125 bash[25274]: audit 2023-12-09T02:10:28.754424+0000 mon.a (mon.0) 872 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:29.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:29 smithi125 bash[25274]: audit 2023-12-09T02:10:28.755494+0000 mon.a (mon.0) 873 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:29.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:29 smithi125 bash[25274]: audit 2023-12-09T02:10:28.765428+0000 mon.a (mon.0) 874 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:29.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:29 smithi125 bash[25274]: audit 2023-12-09T02:10:28.844964+0000 mon.a (mon.0) 875 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:29.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:29 smithi125 bash[25274]: audit 2023-12-09T02:10:28.847588+0000 mon.a (mon.0) 876 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:29.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:29 smithi125 bash[25274]: audit 2023-12-09T02:10:28.851328+0000 mon.a (mon.0) 877 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:29.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:29 smithi125 bash[25274]: audit 2023-12-09T02:10:28.852483+0000 mon.a (mon.0) 878 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:29.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:29 smithi125 bash[25274]: audit 2023-12-09T02:10:28.862229+0000 mon.a (mon.0) 879 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:29.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:29 smithi125 bash[25274]: audit 2023-12-09T02:10:28.944466+0000 mon.a (mon.0) 880 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:29.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:29 smithi125 bash[25274]: audit 2023-12-09T02:10:28.948417+0000 mon.a (mon.0) 881 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:29.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:29 smithi125 bash[25274]: audit 2023-12-09T02:10:28.951391+0000 mon.a (mon.0) 882 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:29.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:29 smithi125 bash[25274]: audit 2023-12-09T02:10:28.952415+0000 mon.a (mon.0) 883 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:29.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:29 smithi125 bash[25274]: audit 2023-12-09T02:10:28.960059+0000 mon.a (mon.0) 884 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:29.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:29 smithi125 bash[25274]: audit 2023-12-09T02:10:29.041238+0000 mon.a (mon.0) 885 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:29.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:29 smithi125 bash[25274]: audit 2023-12-09T02:10:29.043448+0000 mon.a (mon.0) 886 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:29.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:29 smithi125 bash[25274]: audit 2023-12-09T02:10:29.046219+0000 mon.a (mon.0) 887 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:29.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:29 smithi125 bash[25274]: audit 2023-12-09T02:10:29.047186+0000 mon.a (mon.0) 888 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:29.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:29 smithi125 bash[25274]: audit 2023-12-09T02:10:29.054738+0000 mon.a (mon.0) 889 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:29.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:29 smithi125 bash[25274]: audit 2023-12-09T02:10:29.136445+0000 mon.a (mon.0) 890 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:29.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:29 smithi125 bash[25274]: audit 2023-12-09T02:10:29.139345+0000 mon.a (mon.0) 891 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:29.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:29 smithi125 bash[25274]: audit 2023-12-09T02:10:29.142659+0000 mon.a (mon.0) 892 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:29.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:29 smithi125 bash[25274]: audit 2023-12-09T02:10:29.143787+0000 mon.a (mon.0) 893 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:29.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:29 smithi125 bash[25274]: audit 2023-12-09T02:10:29.153313+0000 mon.a (mon.0) 894 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:30.469 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:30 smithi067 bash[79370]: cephadm 2023-12-09T02:10:28.766371+0000 mgr.y (mgr.25480) 192 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:30.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:30 smithi067 bash[79370]: cephadm 2023-12-09T02:10:28.862875+0000 mgr.y (mgr.25480) 193 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:30.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:30 smithi067 bash[79370]: cephadm 2023-12-09T02:10:28.960672+0000 mgr.y (mgr.25480) 194 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:30.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:30 smithi067 bash[79370]: cephadm 2023-12-09T02:10:29.055487+0000 mgr.y (mgr.25480) 195 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:30.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:30 smithi067 bash[79370]: cephadm 2023-12-09T02:10:29.153974+0000 mgr.y (mgr.25480) 196 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:30.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:30 smithi067 bash[79370]: audit 2023-12-09T02:10:29.228735+0000 mon.a (mon.0) 895 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:30.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:30 smithi067 bash[79370]: audit 2023-12-09T02:10:29.231376+0000 mon.a (mon.0) 896 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:30.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:30 smithi067 bash[79370]: audit 2023-12-09T02:10:29.233765+0000 mon.a (mon.0) 897 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:30.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:30 smithi067 bash[79370]: audit 2023-12-09T02:10:29.234699+0000 mon.a (mon.0) 898 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:30.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:30 smithi067 bash[79370]: audit 2023-12-09T02:10:29.241373+0000 mon.a (mon.0) 899 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:30.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:30 smithi067 bash[79370]: cephadm 2023-12-09T02:10:29.241883+0000 mgr.y (mgr.25480) 197 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:30.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:30 smithi067 bash[79370]: audit 2023-12-09T02:10:29.321439+0000 mon.a (mon.0) 900 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:30.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:30 smithi067 bash[79370]: audit 2023-12-09T02:10:29.323652+0000 mon.a (mon.0) 901 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:30.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:30 smithi067 bash[79370]: audit 2023-12-09T02:10:29.326746+0000 mon.a (mon.0) 902 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:30.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:30 smithi067 bash[79370]: audit 2023-12-09T02:10:29.327917+0000 mon.a (mon.0) 903 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:30.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:30 smithi067 bash[79370]: audit 2023-12-09T02:10:29.337250+0000 mon.a (mon.0) 904 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:30.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:30 smithi067 bash[79370]: cephadm 2023-12-09T02:10:29.338134+0000 mgr.y (mgr.25480) 198 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:30.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:30 smithi067 bash[79370]: audit 2023-12-09T02:10:29.418189+0000 mon.a (mon.0) 905 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:30.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:30 smithi067 bash[79370]: audit 2023-12-09T02:10:29.420953+0000 mon.a (mon.0) 906 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:30.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:30 smithi067 bash[79370]: audit 2023-12-09T02:10:29.424461+0000 mon.a (mon.0) 907 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:30.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:30 smithi067 bash[82083]: cephadm 2023-12-09T02:10:28.766371+0000 mgr.y (mgr.25480) 192 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:30.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:30 smithi067 bash[82083]: cephadm 2023-12-09T02:10:28.862875+0000 mgr.y (mgr.25480) 193 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:30.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:30 smithi067 bash[82083]: cephadm 2023-12-09T02:10:28.960672+0000 mgr.y (mgr.25480) 194 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:30.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:30 smithi067 bash[82083]: cephadm 2023-12-09T02:10:29.055487+0000 mgr.y (mgr.25480) 195 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:30.472 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:30 smithi067 bash[82083]: cephadm 2023-12-09T02:10:29.153974+0000 mgr.y (mgr.25480) 196 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:30.472 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:30 smithi067 bash[82083]: audit 2023-12-09T02:10:29.228735+0000 mon.a (mon.0) 895 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:30.472 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:30 smithi067 bash[82083]: audit 2023-12-09T02:10:29.231376+0000 mon.a (mon.0) 896 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:30.472 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:30 smithi067 bash[82083]: audit 2023-12-09T02:10:29.233765+0000 mon.a (mon.0) 897 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:30.472 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:30 smithi067 bash[82083]: audit 2023-12-09T02:10:29.234699+0000 mon.a (mon.0) 898 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:30.472 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:30 smithi067 bash[82083]: audit 2023-12-09T02:10:29.241373+0000 mon.a (mon.0) 899 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:30.472 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:30 smithi067 bash[82083]: cephadm 2023-12-09T02:10:29.241883+0000 mgr.y (mgr.25480) 197 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:30.472 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:30 smithi067 bash[82083]: audit 2023-12-09T02:10:29.321439+0000 mon.a (mon.0) 900 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:30.472 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:30 smithi067 bash[82083]: audit 2023-12-09T02:10:29.323652+0000 mon.a (mon.0) 901 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:30.472 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:30 smithi067 bash[82083]: audit 2023-12-09T02:10:29.326746+0000 mon.a (mon.0) 902 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:30.472 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:30 smithi067 bash[82083]: audit 2023-12-09T02:10:29.327917+0000 mon.a (mon.0) 903 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:30.472 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:30 smithi067 bash[82083]: audit 2023-12-09T02:10:29.337250+0000 mon.a (mon.0) 904 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:30.472 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:30 smithi067 bash[82083]: cephadm 2023-12-09T02:10:29.338134+0000 mgr.y (mgr.25480) 198 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:30.472 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:30 smithi067 bash[82083]: audit 2023-12-09T02:10:29.418189+0000 mon.a (mon.0) 905 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:30.472 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:30 smithi067 bash[82083]: audit 2023-12-09T02:10:29.420953+0000 mon.a (mon.0) 906 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:30.473 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:30 smithi067 bash[82083]: audit 2023-12-09T02:10:29.424461+0000 mon.a (mon.0) 907 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:30.473 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:30 smithi067 bash[79370]: audit 2023-12-09T02:10:29.425434+0000 mon.a (mon.0) 908 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:30.473 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:30 smithi067 bash[79370]: audit 2023-12-09T02:10:29.434803+0000 mon.a (mon.0) 909 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:30.473 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:30 smithi067 bash[79370]: cephadm 2023-12-09T02:10:29.435471+0000 mgr.y (mgr.25480) 199 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:30.473 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:30 smithi067 bash[79370]: audit 2023-12-09T02:10:29.515176+0000 mon.a (mon.0) 910 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:30.473 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:30 smithi067 bash[79370]: audit 2023-12-09T02:10:29.518585+0000 mon.a (mon.0) 911 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:30.473 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:30 smithi067 bash[79370]: audit 2023-12-09T02:10:29.522922+0000 mon.a (mon.0) 912 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:30.473 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:30 smithi067 bash[79370]: audit 2023-12-09T02:10:29.524301+0000 mon.a (mon.0) 913 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:30.473 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:30 smithi067 bash[79370]: audit 2023-12-09T02:10:29.532604+0000 mon.a (mon.0) 914 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:30.473 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:30 smithi067 bash[79370]: cephadm 2023-12-09T02:10:29.533382+0000 mgr.y (mgr.25480) 200 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:30.473 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:30 smithi067 bash[79370]: cluster 2023-12-09T02:10:29.535185+0000 mgr.y (mgr.25480) 201 : cluster 0 pgmap v19: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:10:30.474 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:30 smithi067 bash[79370]: audit 2023-12-09T02:10:29.593811+0000 mon.a (mon.0) 915 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:30.474 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:30 smithi067 bash[79370]: audit 2023-12-09T02:10:29.596706+0000 mon.a (mon.0) 916 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:30.474 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:30 smithi067 bash[79370]: audit 2023-12-09T02:10:29.599707+0000 mon.a (mon.0) 917 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:30.474 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:30 smithi067 bash[79370]: audit 2023-12-09T02:10:29.600825+0000 mon.a (mon.0) 918 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:30.474 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:30 smithi067 bash[79370]: audit 2023-12-09T02:10:29.611549+0000 mon.a (mon.0) 919 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:30.474 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:30 smithi067 bash[79370]: cephadm 2023-12-09T02:10:29.612673+0000 mgr.y (mgr.25480) 202 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:30.474 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:30 smithi067 bash[79370]: audit 2023-12-09T02:10:29.720661+0000 mon.a (mon.0) 920 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:30.474 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:30 smithi067 bash[79370]: audit 2023-12-09T02:10:29.723131+0000 mon.a (mon.0) 921 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:30.474 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:30 smithi067 bash[79370]: audit 2023-12-09T02:10:29.725994+0000 mon.a (mon.0) 922 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:30.474 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:30 smithi067 bash[79370]: audit 2023-12-09T02:10:29.727075+0000 mon.a (mon.0) 923 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:30.474 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:30 smithi067 bash[82083]: audit 2023-12-09T02:10:29.425434+0000 mon.a (mon.0) 908 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:30.475 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:30 smithi067 bash[82083]: audit 2023-12-09T02:10:29.434803+0000 mon.a (mon.0) 909 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:30.475 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:30 smithi067 bash[82083]: cephadm 2023-12-09T02:10:29.435471+0000 mgr.y (mgr.25480) 199 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:30.475 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:30 smithi067 bash[82083]: audit 2023-12-09T02:10:29.515176+0000 mon.a (mon.0) 910 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:30.475 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:30 smithi067 bash[82083]: audit 2023-12-09T02:10:29.518585+0000 mon.a (mon.0) 911 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:30.475 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:30 smithi067 bash[82083]: audit 2023-12-09T02:10:29.522922+0000 mon.a (mon.0) 912 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:30.475 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:30 smithi067 bash[82083]: audit 2023-12-09T02:10:29.524301+0000 mon.a (mon.0) 913 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:30.475 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:30 smithi067 bash[82083]: audit 2023-12-09T02:10:29.532604+0000 mon.a (mon.0) 914 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:30.475 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:30 smithi067 bash[82083]: cephadm 2023-12-09T02:10:29.533382+0000 mgr.y (mgr.25480) 200 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:30.475 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:30 smithi067 bash[82083]: cluster 2023-12-09T02:10:29.535185+0000 mgr.y (mgr.25480) 201 : cluster 0 pgmap v19: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:10:30.475 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:30 smithi067 bash[82083]: audit 2023-12-09T02:10:29.593811+0000 mon.a (mon.0) 915 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:30.475 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:30 smithi067 bash[82083]: audit 2023-12-09T02:10:29.596706+0000 mon.a (mon.0) 916 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:30.475 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:30 smithi067 bash[82083]: audit 2023-12-09T02:10:29.599707+0000 mon.a (mon.0) 917 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:30.475 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:30 smithi067 bash[82083]: audit 2023-12-09T02:10:29.600825+0000 mon.a (mon.0) 918 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:30.475 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:30 smithi067 bash[82083]: audit 2023-12-09T02:10:29.611549+0000 mon.a (mon.0) 919 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:30.475 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:30 smithi067 bash[82083]: cephadm 2023-12-09T02:10:29.612673+0000 mgr.y (mgr.25480) 202 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:30.476 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:30 smithi067 bash[82083]: audit 2023-12-09T02:10:29.720661+0000 mon.a (mon.0) 920 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:30.476 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:30 smithi067 bash[82083]: audit 2023-12-09T02:10:29.723131+0000 mon.a (mon.0) 921 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:30.476 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:30 smithi067 bash[82083]: audit 2023-12-09T02:10:29.725994+0000 mon.a (mon.0) 922 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:30.476 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:30 smithi067 bash[82083]: audit 2023-12-09T02:10:29.727075+0000 mon.a (mon.0) 923 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:30.476 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:30 smithi067 bash[79370]: audit 2023-12-09T02:10:29.735034+0000 mon.a (mon.0) 924 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:30.476 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:30 smithi067 bash[79370]: audit 2023-12-09T02:10:29.812400+0000 mon.a (mon.0) 925 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:30.476 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:30 smithi067 bash[79370]: audit 2023-12-09T02:10:29.816041+0000 mon.a (mon.0) 926 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:30.476 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:30 smithi067 bash[79370]: audit 2023-12-09T02:10:29.819275+0000 mon.a (mon.0) 927 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:30.476 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:30 smithi067 bash[79370]: audit 2023-12-09T02:10:29.820400+0000 mon.a (mon.0) 928 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:30.476 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:30 smithi067 bash[79370]: audit 2023-12-09T02:10:29.828949+0000 mon.a (mon.0) 929 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:30.477 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:30 smithi067 bash[79370]: audit 2023-12-09T02:10:29.909185+0000 mon.a (mon.0) 930 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:30.477 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:30 smithi067 bash[79370]: audit 2023-12-09T02:10:29.911731+0000 mon.a (mon.0) 931 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:30.477 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:30 smithi067 bash[79370]: audit 2023-12-09T02:10:29.915568+0000 mon.a (mon.0) 932 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:30.477 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:30 smithi067 bash[79370]: audit 2023-12-09T02:10:29.916723+0000 mon.a (mon.0) 933 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:30.477 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:30 smithi067 bash[79370]: audit 2023-12-09T02:10:29.923847+0000 mon.a (mon.0) 934 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:30.477 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:30 smithi067 bash[79370]: audit 2023-12-09T02:10:30.007743+0000 mon.a (mon.0) 935 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:30.477 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:30 smithi067 bash[79370]: audit 2023-12-09T02:10:30.009773+0000 mon.a (mon.0) 936 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:30.477 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:30 smithi067 bash[79370]: audit 2023-12-09T02:10:30.012315+0000 mon.a (mon.0) 937 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:30.477 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:30 smithi067 bash[79370]: audit 2023-12-09T02:10:30.013450+0000 mon.a (mon.0) 938 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:30.477 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:30 smithi067 bash[79370]: audit 2023-12-09T02:10:30.020406+0000 mon.a (mon.0) 939 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:30.477 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:30 smithi067 bash[79370]: audit 2023-12-09T02:10:30.083264+0000 mon.a (mon.0) 940 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:30.477 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:30 smithi067 bash[79370]: audit 2023-12-09T02:10:30.086011+0000 mon.a (mon.0) 941 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:30.477 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:30 smithi067 bash[79370]: audit 2023-12-09T02:10:30.089546+0000 mon.a (mon.0) 942 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:30.477 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:30 smithi067 bash[79370]: audit 2023-12-09T02:10:30.090706+0000 mon.a (mon.0) 943 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:30.477 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:30 smithi067 bash[79370]: audit 2023-12-09T02:10:30.097590+0000 mon.a (mon.0) 944 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:30.478 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:30 smithi067 bash[79370]: audit 2023-12-09T02:10:30.177723+0000 mon.a (mon.0) 945 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:30.478 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:30 smithi067 bash[79370]: audit 2023-12-09T02:10:30.179968+0000 mon.a (mon.0) 946 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:30.478 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:30 smithi067 bash[79370]: audit 2023-12-09T02:10:30.182513+0000 mon.a (mon.0) 947 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:30.478 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:30 smithi067 bash[79370]: audit 2023-12-09T02:10:30.183455+0000 mon.a (mon.0) 948 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:30.478 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:30 smithi067 bash[79370]: audit 2023-12-09T02:10:30.190790+0000 mon.a (mon.0) 949 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:30.478 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:30 smithi067 bash[82083]: audit 2023-12-09T02:10:29.735034+0000 mon.a (mon.0) 924 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:30.478 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:30 smithi067 bash[82083]: audit 2023-12-09T02:10:29.812400+0000 mon.a (mon.0) 925 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:30.478 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:30 smithi067 bash[82083]: audit 2023-12-09T02:10:29.816041+0000 mon.a (mon.0) 926 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:30.478 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:30 smithi067 bash[82083]: audit 2023-12-09T02:10:29.819275+0000 mon.a (mon.0) 927 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:30.478 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:30 smithi067 bash[82083]: audit 2023-12-09T02:10:29.820400+0000 mon.a (mon.0) 928 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:30.479 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:30 smithi067 bash[82083]: audit 2023-12-09T02:10:29.828949+0000 mon.a (mon.0) 929 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:30.479 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:30 smithi067 bash[82083]: audit 2023-12-09T02:10:29.909185+0000 mon.a (mon.0) 930 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:30.479 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:30 smithi067 bash[82083]: audit 2023-12-09T02:10:29.911731+0000 mon.a (mon.0) 931 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:30.479 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:30 smithi067 bash[82083]: audit 2023-12-09T02:10:29.915568+0000 mon.a (mon.0) 932 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:30.479 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:30 smithi067 bash[82083]: audit 2023-12-09T02:10:29.916723+0000 mon.a (mon.0) 933 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:30.479 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:30 smithi067 bash[82083]: audit 2023-12-09T02:10:29.923847+0000 mon.a (mon.0) 934 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:30.479 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:30 smithi067 bash[82083]: audit 2023-12-09T02:10:30.007743+0000 mon.a (mon.0) 935 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:30.479 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:30 smithi067 bash[82083]: audit 2023-12-09T02:10:30.009773+0000 mon.a (mon.0) 936 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:30.479 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:30 smithi067 bash[82083]: audit 2023-12-09T02:10:30.012315+0000 mon.a (mon.0) 937 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:30.479 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:30 smithi067 bash[82083]: audit 2023-12-09T02:10:30.013450+0000 mon.a (mon.0) 938 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:30.479 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:30 smithi067 bash[82083]: audit 2023-12-09T02:10:30.020406+0000 mon.a (mon.0) 939 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:30.479 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:30 smithi067 bash[82083]: audit 2023-12-09T02:10:30.083264+0000 mon.a (mon.0) 940 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:30.479 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:30 smithi067 bash[82083]: audit 2023-12-09T02:10:30.086011+0000 mon.a (mon.0) 941 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:30.479 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:30 smithi067 bash[82083]: audit 2023-12-09T02:10:30.089546+0000 mon.a (mon.0) 942 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:30.479 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:30 smithi067 bash[82083]: audit 2023-12-09T02:10:30.090706+0000 mon.a (mon.0) 943 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:30.480 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:30 smithi067 bash[82083]: audit 2023-12-09T02:10:30.097590+0000 mon.a (mon.0) 944 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:30.480 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:30 smithi067 bash[82083]: audit 2023-12-09T02:10:30.177723+0000 mon.a (mon.0) 945 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:30.480 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:30 smithi067 bash[82083]: audit 2023-12-09T02:10:30.179968+0000 mon.a (mon.0) 946 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:30.480 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:30 smithi067 bash[82083]: audit 2023-12-09T02:10:30.182513+0000 mon.a (mon.0) 947 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:30.480 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:30 smithi067 bash[82083]: audit 2023-12-09T02:10:30.183455+0000 mon.a (mon.0) 948 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:30.480 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:30 smithi067 bash[82083]: audit 2023-12-09T02:10:30.190790+0000 mon.a (mon.0) 949 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:30.481 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:30 smithi125 bash[25274]: cephadm 2023-12-09T02:10:28.766371+0000 mgr.y (mgr.25480) 192 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:30.481 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:30 smithi125 bash[25274]: cephadm 2023-12-09T02:10:28.862875+0000 mgr.y (mgr.25480) 193 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:30.481 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:30 smithi125 bash[25274]: cephadm 2023-12-09T02:10:28.960672+0000 mgr.y (mgr.25480) 194 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:30.481 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:30 smithi125 bash[25274]: cephadm 2023-12-09T02:10:29.055487+0000 mgr.y (mgr.25480) 195 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:30.481 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:30 smithi125 bash[25274]: cephadm 2023-12-09T02:10:29.153974+0000 mgr.y (mgr.25480) 196 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:30.481 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:30 smithi125 bash[25274]: audit 2023-12-09T02:10:29.228735+0000 mon.a (mon.0) 895 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:30.481 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:30 smithi125 bash[25274]: audit 2023-12-09T02:10:29.231376+0000 mon.a (mon.0) 896 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:30.481 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:30 smithi125 bash[25274]: audit 2023-12-09T02:10:29.233765+0000 mon.a (mon.0) 897 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:30.481 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:30 smithi125 bash[25274]: audit 2023-12-09T02:10:29.234699+0000 mon.a (mon.0) 898 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:30.481 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:30 smithi125 bash[25274]: audit 2023-12-09T02:10:29.241373+0000 mon.a (mon.0) 899 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:30.481 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:30 smithi125 bash[25274]: cephadm 2023-12-09T02:10:29.241883+0000 mgr.y (mgr.25480) 197 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:30.481 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:30 smithi125 bash[25274]: audit 2023-12-09T02:10:29.321439+0000 mon.a (mon.0) 900 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:30.481 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:30 smithi125 bash[25274]: audit 2023-12-09T02:10:29.323652+0000 mon.a (mon.0) 901 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:30.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:30 smithi125 bash[25274]: audit 2023-12-09T02:10:29.326746+0000 mon.a (mon.0) 902 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:30.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:30 smithi125 bash[25274]: audit 2023-12-09T02:10:29.327917+0000 mon.a (mon.0) 903 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:30.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:30 smithi125 bash[25274]: audit 2023-12-09T02:10:29.337250+0000 mon.a (mon.0) 904 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:30.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:30 smithi125 bash[25274]: cephadm 2023-12-09T02:10:29.338134+0000 mgr.y (mgr.25480) 198 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:30.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:30 smithi125 bash[25274]: audit 2023-12-09T02:10:29.418189+0000 mon.a (mon.0) 905 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:30.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:30 smithi125 bash[25274]: audit 2023-12-09T02:10:29.420953+0000 mon.a (mon.0) 906 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:30.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:30 smithi125 bash[25274]: audit 2023-12-09T02:10:29.424461+0000 mon.a (mon.0) 907 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:30.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:30 smithi125 bash[25274]: audit 2023-12-09T02:10:29.425434+0000 mon.a (mon.0) 908 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:30.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:30 smithi125 bash[25274]: audit 2023-12-09T02:10:29.434803+0000 mon.a (mon.0) 909 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:30.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:30 smithi125 bash[25274]: cephadm 2023-12-09T02:10:29.435471+0000 mgr.y (mgr.25480) 199 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:30.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:30 smithi125 bash[25274]: audit 2023-12-09T02:10:29.515176+0000 mon.a (mon.0) 910 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:30.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:30 smithi125 bash[25274]: audit 2023-12-09T02:10:29.518585+0000 mon.a (mon.0) 911 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:30.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:30 smithi125 bash[25274]: audit 2023-12-09T02:10:29.522922+0000 mon.a (mon.0) 912 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:30.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:30 smithi125 bash[25274]: audit 2023-12-09T02:10:29.524301+0000 mon.a (mon.0) 913 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:30.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:30 smithi125 bash[25274]: audit 2023-12-09T02:10:29.532604+0000 mon.a (mon.0) 914 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:30.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:30 smithi125 bash[25274]: cephadm 2023-12-09T02:10:29.533382+0000 mgr.y (mgr.25480) 200 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:30.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:30 smithi125 bash[25274]: cluster 2023-12-09T02:10:29.535185+0000 mgr.y (mgr.25480) 201 : cluster [DBG] pgmap v19: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:10:30.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:30 smithi125 bash[25274]: audit 2023-12-09T02:10:29.593811+0000 mon.a (mon.0) 915 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:30.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:30 smithi125 bash[25274]: audit 2023-12-09T02:10:29.596706+0000 mon.a (mon.0) 916 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:30.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:30 smithi125 bash[25274]: audit 2023-12-09T02:10:29.599707+0000 mon.a (mon.0) 917 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:30.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:30 smithi125 bash[25274]: audit 2023-12-09T02:10:29.600825+0000 mon.a (mon.0) 918 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:30.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:30 smithi125 bash[25274]: audit 2023-12-09T02:10:29.611549+0000 mon.a (mon.0) 919 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:30.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:30 smithi125 bash[25274]: cephadm 2023-12-09T02:10:29.612673+0000 mgr.y (mgr.25480) 202 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:30.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:30 smithi125 bash[25274]: audit 2023-12-09T02:10:29.720661+0000 mon.a (mon.0) 920 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:30.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:30 smithi125 bash[25274]: audit 2023-12-09T02:10:29.723131+0000 mon.a (mon.0) 921 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:30.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:30 smithi125 bash[25274]: audit 2023-12-09T02:10:29.725994+0000 mon.a (mon.0) 922 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:30.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:30 smithi125 bash[25274]: audit 2023-12-09T02:10:29.727075+0000 mon.a (mon.0) 923 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:30.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:30 smithi125 bash[25274]: audit 2023-12-09T02:10:29.735034+0000 mon.a (mon.0) 924 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:30.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:30 smithi125 bash[25274]: audit 2023-12-09T02:10:29.812400+0000 mon.a (mon.0) 925 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:30.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:30 smithi125 bash[25274]: audit 2023-12-09T02:10:29.816041+0000 mon.a (mon.0) 926 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:30.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:30 smithi125 bash[25274]: audit 2023-12-09T02:10:29.819275+0000 mon.a (mon.0) 927 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:30.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:30 smithi125 bash[25274]: audit 2023-12-09T02:10:29.820400+0000 mon.a (mon.0) 928 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:30.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:30 smithi125 bash[25274]: audit 2023-12-09T02:10:29.828949+0000 mon.a (mon.0) 929 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:30.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:30 smithi125 bash[25274]: audit 2023-12-09T02:10:29.909185+0000 mon.a (mon.0) 930 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:30.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:30 smithi125 bash[25274]: audit 2023-12-09T02:10:29.911731+0000 mon.a (mon.0) 931 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:30.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:30 smithi125 bash[25274]: audit 2023-12-09T02:10:29.915568+0000 mon.a (mon.0) 932 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:30.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:30 smithi125 bash[25274]: audit 2023-12-09T02:10:29.916723+0000 mon.a (mon.0) 933 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:30.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:30 smithi125 bash[25274]: audit 2023-12-09T02:10:29.923847+0000 mon.a (mon.0) 934 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:30.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:30 smithi125 bash[25274]: audit 2023-12-09T02:10:30.007743+0000 mon.a (mon.0) 935 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:30.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:30 smithi125 bash[25274]: audit 2023-12-09T02:10:30.009773+0000 mon.a (mon.0) 936 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:30.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:30 smithi125 bash[25274]: audit 2023-12-09T02:10:30.012315+0000 mon.a (mon.0) 937 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:30.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:30 smithi125 bash[25274]: audit 2023-12-09T02:10:30.013450+0000 mon.a (mon.0) 938 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:30.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:30 smithi125 bash[25274]: audit 2023-12-09T02:10:30.020406+0000 mon.a (mon.0) 939 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:30.485 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:30 smithi125 bash[25274]: audit 2023-12-09T02:10:30.083264+0000 mon.a (mon.0) 940 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:30.485 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:30 smithi125 bash[25274]: audit 2023-12-09T02:10:30.086011+0000 mon.a (mon.0) 941 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:30.485 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:30 smithi125 bash[25274]: audit 2023-12-09T02:10:30.089546+0000 mon.a (mon.0) 942 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:30.485 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:30 smithi125 bash[25274]: audit 2023-12-09T02:10:30.090706+0000 mon.a (mon.0) 943 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:30.485 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:30 smithi125 bash[25274]: audit 2023-12-09T02:10:30.097590+0000 mon.a (mon.0) 944 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:30.485 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:30 smithi125 bash[25274]: audit 2023-12-09T02:10:30.177723+0000 mon.a (mon.0) 945 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:30.485 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:30 smithi125 bash[25274]: audit 2023-12-09T02:10:30.179968+0000 mon.a (mon.0) 946 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:30.485 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:30 smithi125 bash[25274]: audit 2023-12-09T02:10:30.182513+0000 mon.a (mon.0) 947 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:30.485 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:30 smithi125 bash[25274]: audit 2023-12-09T02:10:30.183455+0000 mon.a (mon.0) 948 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:30.485 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:30 smithi125 bash[25274]: audit 2023-12-09T02:10:30.190790+0000 mon.a (mon.0) 949 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:31.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:31 smithi067 bash[79370]: cephadm 2023-12-09T02:10:29.735767+0000 mgr.y (mgr.25480) 203 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:31.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:31 smithi067 bash[79370]: cephadm 2023-12-09T02:10:29.829577+0000 mgr.y (mgr.25480) 204 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:31.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:31 smithi067 bash[79370]: cephadm 2023-12-09T02:10:29.924727+0000 mgr.y (mgr.25480) 205 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:31.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:31 smithi067 bash[79370]: cephadm 2023-12-09T02:10:30.021215+0000 mgr.y (mgr.25480) 206 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:31.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:31 smithi067 bash[79370]: cephadm 2023-12-09T02:10:30.098213+0000 mgr.y (mgr.25480) 207 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:31.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:31 smithi067 bash[79370]: cephadm 2023-12-09T02:10:30.191683+0000 mgr.y (mgr.25480) 208 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:31.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:31 smithi067 bash[79370]: audit 2023-12-09T02:10:30.275337+0000 mon.a (mon.0) 950 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:31.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:31 smithi067 bash[79370]: audit 2023-12-09T02:10:30.277979+0000 mon.a (mon.0) 951 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:31.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:31 smithi067 bash[79370]: audit 2023-12-09T02:10:30.280173+0000 mon.a (mon.0) 952 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:31.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:31 smithi067 bash[79370]: audit 2023-12-09T02:10:30.281085+0000 mon.a (mon.0) 953 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:31.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:31 smithi067 bash[79370]: audit 2023-12-09T02:10:30.292302+0000 mon.a (mon.0) 954 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:31.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:31 smithi067 bash[79370]: cephadm 2023-12-09T02:10:30.292969+0000 mgr.y (mgr.25480) 209 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:31.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:31 smithi067 bash[79370]: audit 2023-12-09T02:10:30.372835+0000 mon.a (mon.0) 955 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:31.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:31 smithi067 bash[79370]: audit 2023-12-09T02:10:30.375663+0000 mon.a (mon.0) 956 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:31.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:31 smithi067 bash[79370]: audit 2023-12-09T02:10:30.378768+0000 mon.a (mon.0) 957 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:31.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:31 smithi067 bash[79370]: audit 2023-12-09T02:10:30.379874+0000 mon.a (mon.0) 958 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:31.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:31 smithi067 bash[79370]: audit 2023-12-09T02:10:30.386230+0000 mon.a (mon.0) 959 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:31.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:31 smithi067 bash[79370]: cephadm 2023-12-09T02:10:30.386856+0000 mgr.y (mgr.25480) 210 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:31.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:31 smithi067 bash[79370]: audit 2023-12-09T02:10:30.468891+0000 mon.a (mon.0) 960 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:31.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:31 smithi067 bash[79370]: audit 2023-12-09T02:10:30.471637+0000 mon.a (mon.0) 961 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:31.472 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:31 smithi067 bash[82083]: cephadm 2023-12-09T02:10:29.735767+0000 mgr.y (mgr.25480) 203 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:31.472 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:31 smithi067 bash[82083]: cephadm 2023-12-09T02:10:29.829577+0000 mgr.y (mgr.25480) 204 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:31.472 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:31 smithi067 bash[82083]: cephadm 2023-12-09T02:10:29.924727+0000 mgr.y (mgr.25480) 205 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:31.472 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:31 smithi067 bash[82083]: cephadm 2023-12-09T02:10:30.021215+0000 mgr.y (mgr.25480) 206 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:31.472 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:31 smithi067 bash[82083]: cephadm 2023-12-09T02:10:30.098213+0000 mgr.y (mgr.25480) 207 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:31.472 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:31 smithi067 bash[82083]: cephadm 2023-12-09T02:10:30.191683+0000 mgr.y (mgr.25480) 208 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:31.472 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:31 smithi067 bash[82083]: audit 2023-12-09T02:10:30.275337+0000 mon.a (mon.0) 950 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:31.472 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:31 smithi067 bash[82083]: audit 2023-12-09T02:10:30.277979+0000 mon.a (mon.0) 951 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:31.472 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:31 smithi067 bash[82083]: audit 2023-12-09T02:10:30.280173+0000 mon.a (mon.0) 952 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:31.472 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:31 smithi067 bash[82083]: audit 2023-12-09T02:10:30.281085+0000 mon.a (mon.0) 953 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:31.472 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:31 smithi067 bash[82083]: audit 2023-12-09T02:10:30.292302+0000 mon.a (mon.0) 954 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:31.473 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:31 smithi067 bash[82083]: cephadm 2023-12-09T02:10:30.292969+0000 mgr.y (mgr.25480) 209 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:31.473 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:31 smithi067 bash[82083]: audit 2023-12-09T02:10:30.372835+0000 mon.a (mon.0) 955 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:31.473 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:31 smithi067 bash[82083]: audit 2023-12-09T02:10:30.375663+0000 mon.a (mon.0) 956 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:31.473 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:31 smithi067 bash[82083]: audit 2023-12-09T02:10:30.378768+0000 mon.a (mon.0) 957 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:31.473 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:31 smithi067 bash[82083]: audit 2023-12-09T02:10:30.379874+0000 mon.a (mon.0) 958 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:31.473 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:31 smithi067 bash[82083]: audit 2023-12-09T02:10:30.386230+0000 mon.a (mon.0) 959 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:31.473 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:31 smithi067 bash[82083]: cephadm 2023-12-09T02:10:30.386856+0000 mgr.y (mgr.25480) 210 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:31.473 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:31 smithi067 bash[82083]: audit 2023-12-09T02:10:30.468891+0000 mon.a (mon.0) 960 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:31.473 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:31 smithi067 bash[82083]: audit 2023-12-09T02:10:30.471637+0000 mon.a (mon.0) 961 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:31.473 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:31 smithi067 bash[79370]: audit 2023-12-09T02:10:30.474003+0000 mon.a (mon.0) 962 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:31.473 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:31 smithi067 bash[79370]: audit 2023-12-09T02:10:30.474828+0000 mon.a (mon.0) 963 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:31.474 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:31 smithi067 bash[79370]: audit 2023-12-09T02:10:30.481320+0000 mon.a (mon.0) 964 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:31.474 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:31 smithi067 bash[79370]: cephadm 2023-12-09T02:10:30.481901+0000 mgr.y (mgr.25480) 211 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:31.474 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:31 smithi067 bash[79370]: audit 2023-12-09T02:10:30.562545+0000 mon.a (mon.0) 965 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:31.474 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:31 smithi067 bash[79370]: audit 2023-12-09T02:10:30.565265+0000 mon.a (mon.0) 966 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:31.474 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:31 smithi067 bash[79370]: audit 2023-12-09T02:10:30.567494+0000 mon.a (mon.0) 967 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:31.474 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:31 smithi067 bash[79370]: audit 2023-12-09T02:10:30.568538+0000 mon.a (mon.0) 968 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:31.474 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:31 smithi067 bash[79370]: audit 2023-12-09T02:10:30.574971+0000 mon.a (mon.0) 969 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:31.474 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:31 smithi067 bash[79370]: cephadm 2023-12-09T02:10:30.575860+0000 mgr.y (mgr.25480) 212 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:31.474 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:31 smithi067 bash[79370]: audit 2023-12-09T02:10:30.658336+0000 mon.a (mon.0) 970 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:31.474 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:31 smithi067 bash[79370]: audit 2023-12-09T02:10:30.663239+0000 mon.a (mon.0) 971 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:31.474 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:31 smithi067 bash[79370]: audit 2023-12-09T02:10:30.666552+0000 mon.a (mon.0) 972 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:31.474 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:31 smithi067 bash[79370]: audit 2023-12-09T02:10:30.667365+0000 mon.a (mon.0) 973 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:31.474 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:31 smithi067 bash[79370]: audit 2023-12-09T02:10:30.673135+0000 mon.a (mon.0) 974 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:31.474 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:31 smithi067 bash[79370]: audit 2023-12-09T02:10:30.751383+0000 mon.a (mon.0) 975 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:31.475 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:31 smithi067 bash[79370]: audit 2023-12-09T02:10:30.753958+0000 mon.a (mon.0) 976 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:31.475 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:31 smithi067 bash[79370]: audit 2023-12-09T02:10:30.756517+0000 mon.a (mon.0) 977 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:31.475 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:31 smithi067 bash[79370]: audit 2023-12-09T02:10:30.757423+0000 mon.a (mon.0) 978 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:31.475 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:31 smithi067 bash[79370]: audit 2023-12-09T02:10:30.764388+0000 mon.a (mon.0) 979 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:31.475 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:31 smithi067 bash[82083]: audit 2023-12-09T02:10:30.474003+0000 mon.a (mon.0) 962 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:31.475 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:31 smithi067 bash[82083]: audit 2023-12-09T02:10:30.474828+0000 mon.a (mon.0) 963 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:31.475 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:31 smithi067 bash[82083]: audit 2023-12-09T02:10:30.481320+0000 mon.a (mon.0) 964 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:31.475 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:31 smithi067 bash[82083]: cephadm 2023-12-09T02:10:30.481901+0000 mgr.y (mgr.25480) 211 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:31.475 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:31 smithi067 bash[82083]: audit 2023-12-09T02:10:30.562545+0000 mon.a (mon.0) 965 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:31.475 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:31 smithi067 bash[82083]: audit 2023-12-09T02:10:30.565265+0000 mon.a (mon.0) 966 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:31.475 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:31 smithi067 bash[82083]: audit 2023-12-09T02:10:30.567494+0000 mon.a (mon.0) 967 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:31.475 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:31 smithi067 bash[82083]: audit 2023-12-09T02:10:30.568538+0000 mon.a (mon.0) 968 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:31.476 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:31 smithi067 bash[82083]: audit 2023-12-09T02:10:30.574971+0000 mon.a (mon.0) 969 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:31.476 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:31 smithi067 bash[82083]: cephadm 2023-12-09T02:10:30.575860+0000 mgr.y (mgr.25480) 212 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:31.476 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:31 smithi067 bash[82083]: audit 2023-12-09T02:10:30.658336+0000 mon.a (mon.0) 970 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:31.476 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:31 smithi067 bash[82083]: audit 2023-12-09T02:10:30.663239+0000 mon.a (mon.0) 971 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:31.476 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:31 smithi067 bash[82083]: audit 2023-12-09T02:10:30.666552+0000 mon.a (mon.0) 972 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:31.476 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:31 smithi067 bash[82083]: audit 2023-12-09T02:10:30.667365+0000 mon.a (mon.0) 973 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:31.476 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:31 smithi067 bash[82083]: audit 2023-12-09T02:10:30.673135+0000 mon.a (mon.0) 974 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:31.476 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:31 smithi067 bash[82083]: audit 2023-12-09T02:10:30.751383+0000 mon.a (mon.0) 975 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:31.476 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:31 smithi067 bash[82083]: audit 2023-12-09T02:10:30.753958+0000 mon.a (mon.0) 976 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:31.476 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:31 smithi067 bash[82083]: audit 2023-12-09T02:10:30.756517+0000 mon.a (mon.0) 977 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:31.476 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:31 smithi067 bash[82083]: audit 2023-12-09T02:10:30.757423+0000 mon.a (mon.0) 978 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:31.476 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:31 smithi067 bash[82083]: audit 2023-12-09T02:10:30.764388+0000 mon.a (mon.0) 979 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:31.477 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:31 smithi067 bash[79370]: audit 2023-12-09T02:10:30.841544+0000 mon.a (mon.0) 980 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:31.477 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:31 smithi067 bash[79370]: audit 2023-12-09T02:10:30.843749+0000 mon.a (mon.0) 981 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:31.477 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:31 smithi067 bash[79370]: audit 2023-12-09T02:10:30.846198+0000 mon.a (mon.0) 982 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:31.477 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:31 smithi067 bash[79370]: audit 2023-12-09T02:10:30.847349+0000 mon.a (mon.0) 983 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:31.477 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:31 smithi067 bash[79370]: audit 2023-12-09T02:10:30.855672+0000 mon.a (mon.0) 984 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:31.477 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:31 smithi067 bash[79370]: audit 2023-12-09T02:10:30.921755+0000 mon.a (mon.0) 985 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:31.477 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:31 smithi067 bash[79370]: audit 2023-12-09T02:10:30.925069+0000 mon.a (mon.0) 986 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:31.477 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:31 smithi067 bash[79370]: audit 2023-12-09T02:10:30.927589+0000 mon.a (mon.0) 987 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:31.477 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:31 smithi067 bash[79370]: audit 2023-12-09T02:10:30.928398+0000 mon.a (mon.0) 988 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:31.477 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:31 smithi067 bash[79370]: audit 2023-12-09T02:10:30.933671+0000 mon.a (mon.0) 989 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:31.477 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:31 smithi067 bash[79370]: audit 2023-12-09T02:10:31.013492+0000 mon.a (mon.0) 990 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:31.477 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:31 smithi067 bash[79370]: audit 2023-12-09T02:10:31.016747+0000 mon.a (mon.0) 991 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:31.477 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:31 smithi067 bash[79370]: audit 2023-12-09T02:10:31.019586+0000 mon.a (mon.0) 992 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:31.478 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:31 smithi067 bash[79370]: audit 2023-12-09T02:10:31.020535+0000 mon.a (mon.0) 993 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:31.478 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:31 smithi067 bash[79370]: audit 2023-12-09T02:10:31.029969+0000 mon.a (mon.0) 994 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:31.478 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:31 smithi067 bash[79370]: audit 2023-12-09T02:10:31.090663+0000 mon.a (mon.0) 995 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:31.478 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:31 smithi067 bash[79370]: audit 2023-12-09T02:10:31.095025+0000 mon.a (mon.0) 996 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:31.478 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:31 smithi067 bash[79370]: audit 2023-12-09T02:10:31.097414+0000 mon.a (mon.0) 997 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:31.478 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:31 smithi067 bash[79370]: audit 2023-12-09T02:10:31.098442+0000 mon.a (mon.0) 998 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:31.478 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:31 smithi067 bash[79370]: audit 2023-12-09T02:10:31.107001+0000 mon.a (mon.0) 999 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:31.478 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:31 smithi067 bash[79370]: audit 2023-12-09T02:10:31.155145+0000 mon.a (mon.0) 1000 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:31.478 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:31 smithi067 bash[79370]: audit 2023-12-09T02:10:31.166845+0000 mon.a (mon.0) 1001 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:31.478 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:31 smithi067 bash[79370]: audit 2023-12-09T02:10:31.174976+0000 mon.a (mon.0) 1002 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:31.478 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:31 smithi067 bash[79370]: audit 2023-12-09T02:10:31.189194+0000 mon.a (mon.0) 1003 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:31.478 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:31 smithi067 bash[79370]: audit 2023-12-09T02:10:31.192376+0000 mon.a (mon.0) 1004 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:31.478 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:31 smithi067 bash[79370]: audit 2023-12-09T02:10:31.194131+0000 mon.a (mon.0) 1005 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2023-12-09T02:10:31.478 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:31 smithi067 bash[79370]: audit 2023-12-09T02:10:31.195138+0000 mon.a (mon.0) 1006 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["b"]}]: dispatch 2023-12-09T02:10:31.479 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:31 smithi067 bash[82083]: audit 2023-12-09T02:10:30.841544+0000 mon.a (mon.0) 980 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:31.479 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:31 smithi067 bash[82083]: audit 2023-12-09T02:10:30.843749+0000 mon.a (mon.0) 981 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:31.479 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:31 smithi067 bash[82083]: audit 2023-12-09T02:10:30.846198+0000 mon.a (mon.0) 982 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:31.479 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:31 smithi067 bash[82083]: audit 2023-12-09T02:10:30.847349+0000 mon.a (mon.0) 983 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:31.479 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:31 smithi067 bash[82083]: audit 2023-12-09T02:10:30.855672+0000 mon.a (mon.0) 984 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:31.479 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:31 smithi067 bash[82083]: audit 2023-12-09T02:10:30.921755+0000 mon.a (mon.0) 985 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:31.479 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:31 smithi067 bash[82083]: audit 2023-12-09T02:10:30.925069+0000 mon.a (mon.0) 986 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:31.479 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:31 smithi067 bash[82083]: audit 2023-12-09T02:10:30.927589+0000 mon.a (mon.0) 987 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:31.479 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:31 smithi067 bash[82083]: audit 2023-12-09T02:10:30.928398+0000 mon.a (mon.0) 988 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:31.479 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:31 smithi067 bash[82083]: audit 2023-12-09T02:10:30.933671+0000 mon.a (mon.0) 989 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:31.479 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:31 smithi067 bash[82083]: audit 2023-12-09T02:10:31.013492+0000 mon.a (mon.0) 990 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:31.479 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:31 smithi067 bash[82083]: audit 2023-12-09T02:10:31.016747+0000 mon.a (mon.0) 991 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:31.480 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:31 smithi067 bash[82083]: audit 2023-12-09T02:10:31.019586+0000 mon.a (mon.0) 992 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:31.480 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:31 smithi067 bash[82083]: audit 2023-12-09T02:10:31.020535+0000 mon.a (mon.0) 993 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:31.480 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:31 smithi067 bash[82083]: audit 2023-12-09T02:10:31.029969+0000 mon.a (mon.0) 994 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:31.480 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:31 smithi067 bash[82083]: audit 2023-12-09T02:10:31.090663+0000 mon.a (mon.0) 995 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:31.480 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:31 smithi067 bash[82083]: audit 2023-12-09T02:10:31.095025+0000 mon.a (mon.0) 996 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:31.480 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:31 smithi067 bash[82083]: audit 2023-12-09T02:10:31.097414+0000 mon.a (mon.0) 997 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:31.480 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:31 smithi067 bash[82083]: audit 2023-12-09T02:10:31.098442+0000 mon.a (mon.0) 998 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:31.480 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:31 smithi067 bash[82083]: audit 2023-12-09T02:10:31.107001+0000 mon.a (mon.0) 999 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:31.480 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:31 smithi067 bash[82083]: audit 2023-12-09T02:10:31.155145+0000 mon.a (mon.0) 1000 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:31.480 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:31 smithi067 bash[82083]: audit 2023-12-09T02:10:31.166845+0000 mon.a (mon.0) 1001 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:31.480 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:31 smithi067 bash[82083]: audit 2023-12-09T02:10:31.174976+0000 mon.a (mon.0) 1002 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:31.480 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:31 smithi067 bash[82083]: audit 2023-12-09T02:10:31.189194+0000 mon.a (mon.0) 1003 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:31.480 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:31 smithi067 bash[82083]: audit 2023-12-09T02:10:31.192376+0000 mon.a (mon.0) 1004 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:31.480 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:31 smithi067 bash[82083]: audit 2023-12-09T02:10:31.194131+0000 mon.a (mon.0) 1005 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2023-12-09T02:10:31.480 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:31 smithi067 bash[82083]: audit 2023-12-09T02:10:31.195138+0000 mon.a (mon.0) 1006 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["b"]}]: dispatch 2023-12-09T02:10:31.481 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:31 smithi125 bash[25274]: cephadm 2023-12-09T02:10:29.735767+0000 mgr.y (mgr.25480) 203 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:31.481 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:31 smithi125 bash[25274]: cephadm 2023-12-09T02:10:29.829577+0000 mgr.y (mgr.25480) 204 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:31.481 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:31 smithi125 bash[25274]: cephadm 2023-12-09T02:10:29.924727+0000 mgr.y (mgr.25480) 205 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:31.481 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:31 smithi125 bash[25274]: cephadm 2023-12-09T02:10:30.021215+0000 mgr.y (mgr.25480) 206 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:31.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:31 smithi125 bash[25274]: cephadm 2023-12-09T02:10:30.098213+0000 mgr.y (mgr.25480) 207 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:31.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:31 smithi125 bash[25274]: cephadm 2023-12-09T02:10:30.191683+0000 mgr.y (mgr.25480) 208 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:31.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:31 smithi125 bash[25274]: audit 2023-12-09T02:10:30.275337+0000 mon.a (mon.0) 950 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:31.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:31 smithi125 bash[25274]: audit 2023-12-09T02:10:30.277979+0000 mon.a (mon.0) 951 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:31.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:31 smithi125 bash[25274]: audit 2023-12-09T02:10:30.280173+0000 mon.a (mon.0) 952 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:31.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:31 smithi125 bash[25274]: audit 2023-12-09T02:10:30.281085+0000 mon.a (mon.0) 953 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:31.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:31 smithi125 bash[25274]: audit 2023-12-09T02:10:30.292302+0000 mon.a (mon.0) 954 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:31.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:31 smithi125 bash[25274]: cephadm 2023-12-09T02:10:30.292969+0000 mgr.y (mgr.25480) 209 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:31.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:31 smithi125 bash[25274]: audit 2023-12-09T02:10:30.372835+0000 mon.a (mon.0) 955 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:31.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:31 smithi125 bash[25274]: audit 2023-12-09T02:10:30.375663+0000 mon.a (mon.0) 956 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:31.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:31 smithi125 bash[25274]: audit 2023-12-09T02:10:30.378768+0000 mon.a (mon.0) 957 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:31.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:31 smithi125 bash[25274]: audit 2023-12-09T02:10:30.379874+0000 mon.a (mon.0) 958 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:31.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:31 smithi125 bash[25274]: audit 2023-12-09T02:10:30.386230+0000 mon.a (mon.0) 959 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:31.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:31 smithi125 bash[25274]: cephadm 2023-12-09T02:10:30.386856+0000 mgr.y (mgr.25480) 210 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:31.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:31 smithi125 bash[25274]: audit 2023-12-09T02:10:30.468891+0000 mon.a (mon.0) 960 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:31.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:31 smithi125 bash[25274]: audit 2023-12-09T02:10:30.471637+0000 mon.a (mon.0) 961 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:31.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:31 smithi125 bash[25274]: audit 2023-12-09T02:10:30.474003+0000 mon.a (mon.0) 962 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:31.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:31 smithi125 bash[25274]: audit 2023-12-09T02:10:30.474828+0000 mon.a (mon.0) 963 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:31.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:31 smithi125 bash[25274]: audit 2023-12-09T02:10:30.481320+0000 mon.a (mon.0) 964 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:31.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:31 smithi125 bash[25274]: cephadm 2023-12-09T02:10:30.481901+0000 mgr.y (mgr.25480) 211 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:31.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:31 smithi125 bash[25274]: audit 2023-12-09T02:10:30.562545+0000 mon.a (mon.0) 965 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:31.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:31 smithi125 bash[25274]: audit 2023-12-09T02:10:30.565265+0000 mon.a (mon.0) 966 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:31.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:31 smithi125 bash[25274]: audit 2023-12-09T02:10:30.567494+0000 mon.a (mon.0) 967 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:31.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:31 smithi125 bash[25274]: audit 2023-12-09T02:10:30.568538+0000 mon.a (mon.0) 968 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:31.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:31 smithi125 bash[25274]: audit 2023-12-09T02:10:30.574971+0000 mon.a (mon.0) 969 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:31.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:31 smithi125 bash[25274]: cephadm 2023-12-09T02:10:30.575860+0000 mgr.y (mgr.25480) 212 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:31.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:31 smithi125 bash[25274]: audit 2023-12-09T02:10:30.658336+0000 mon.a (mon.0) 970 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:31.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:31 smithi125 bash[25274]: audit 2023-12-09T02:10:30.663239+0000 mon.a (mon.0) 971 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:31.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:31 smithi125 bash[25274]: audit 2023-12-09T02:10:30.666552+0000 mon.a (mon.0) 972 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:31.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:31 smithi125 bash[25274]: audit 2023-12-09T02:10:30.667365+0000 mon.a (mon.0) 973 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:31.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:31 smithi125 bash[25274]: audit 2023-12-09T02:10:30.673135+0000 mon.a (mon.0) 974 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:31.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:31 smithi125 bash[25274]: audit 2023-12-09T02:10:30.751383+0000 mon.a (mon.0) 975 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:31.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:31 smithi125 bash[25274]: audit 2023-12-09T02:10:30.753958+0000 mon.a (mon.0) 976 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:31.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:31 smithi125 bash[25274]: audit 2023-12-09T02:10:30.756517+0000 mon.a (mon.0) 977 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:31.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:31 smithi125 bash[25274]: audit 2023-12-09T02:10:30.757423+0000 mon.a (mon.0) 978 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:31.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:31 smithi125 bash[25274]: audit 2023-12-09T02:10:30.764388+0000 mon.a (mon.0) 979 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:31.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:31 smithi125 bash[25274]: audit 2023-12-09T02:10:30.841544+0000 mon.a (mon.0) 980 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:31.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:31 smithi125 bash[25274]: audit 2023-12-09T02:10:30.843749+0000 mon.a (mon.0) 981 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:31.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:31 smithi125 bash[25274]: audit 2023-12-09T02:10:30.846198+0000 mon.a (mon.0) 982 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:31.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:31 smithi125 bash[25274]: audit 2023-12-09T02:10:30.847349+0000 mon.a (mon.0) 983 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:31.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:31 smithi125 bash[25274]: audit 2023-12-09T02:10:30.855672+0000 mon.a (mon.0) 984 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:31.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:31 smithi125 bash[25274]: audit 2023-12-09T02:10:30.921755+0000 mon.a (mon.0) 985 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:31.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:31 smithi125 bash[25274]: audit 2023-12-09T02:10:30.925069+0000 mon.a (mon.0) 986 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:31.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:31 smithi125 bash[25274]: audit 2023-12-09T02:10:30.927589+0000 mon.a (mon.0) 987 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:31.485 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:31 smithi125 bash[25274]: audit 2023-12-09T02:10:30.928398+0000 mon.a (mon.0) 988 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:31.485 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:31 smithi125 bash[25274]: audit 2023-12-09T02:10:30.933671+0000 mon.a (mon.0) 989 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:31.485 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:31 smithi125 bash[25274]: audit 2023-12-09T02:10:31.013492+0000 mon.a (mon.0) 990 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:31.485 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:31 smithi125 bash[25274]: audit 2023-12-09T02:10:31.016747+0000 mon.a (mon.0) 991 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:31.485 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:31 smithi125 bash[25274]: audit 2023-12-09T02:10:31.019586+0000 mon.a (mon.0) 992 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:31.485 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:31 smithi125 bash[25274]: audit 2023-12-09T02:10:31.020535+0000 mon.a (mon.0) 993 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:31.485 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:31 smithi125 bash[25274]: audit 2023-12-09T02:10:31.029969+0000 mon.a (mon.0) 994 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:31.485 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:31 smithi125 bash[25274]: audit 2023-12-09T02:10:31.090663+0000 mon.a (mon.0) 995 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:31.485 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:31 smithi125 bash[25274]: audit 2023-12-09T02:10:31.095025+0000 mon.a (mon.0) 996 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:31.485 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:31 smithi125 bash[25274]: audit 2023-12-09T02:10:31.097414+0000 mon.a (mon.0) 997 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:31.485 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:31 smithi125 bash[25274]: audit 2023-12-09T02:10:31.098442+0000 mon.a (mon.0) 998 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:31.485 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:31 smithi125 bash[25274]: audit 2023-12-09T02:10:31.107001+0000 mon.a (mon.0) 999 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:31.485 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:31 smithi125 bash[25274]: audit 2023-12-09T02:10:31.155145+0000 mon.a (mon.0) 1000 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:31.485 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:31 smithi125 bash[25274]: audit 2023-12-09T02:10:31.166845+0000 mon.a (mon.0) 1001 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:31.485 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:31 smithi125 bash[25274]: audit 2023-12-09T02:10:31.174976+0000 mon.a (mon.0) 1002 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:31.486 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:31 smithi125 bash[25274]: audit 2023-12-09T02:10:31.189194+0000 mon.a (mon.0) 1003 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:10:31.486 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:31 smithi125 bash[25274]: audit 2023-12-09T02:10:31.192376+0000 mon.a (mon.0) 1004 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:31.486 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:31 smithi125 bash[25274]: audit 2023-12-09T02:10:31.194131+0000 mon.a (mon.0) 1005 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2023-12-09T02:10:31.486 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:31 smithi125 bash[25274]: audit 2023-12-09T02:10:31.195138+0000 mon.a (mon.0) 1006 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["b"]}]: dispatch 2023-12-09T02:10:32.472 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:32 smithi125 bash[25274]: cephadm 2023-12-09T02:10:30.673726+0000 mgr.y (mgr.25480) 213 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:32.473 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:32 smithi125 bash[25274]: cephadm 2023-12-09T02:10:30.765085+0000 mgr.y (mgr.25480) 214 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:32.473 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:32 smithi125 bash[25274]: cephadm 2023-12-09T02:10:30.856396+0000 mgr.y (mgr.25480) 215 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:32.473 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:32 smithi125 bash[25274]: cephadm 2023-12-09T02:10:30.934138+0000 mgr.y (mgr.25480) 216 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:32.473 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:32 smithi125 bash[25274]: cephadm 2023-12-09T02:10:31.030669+0000 mgr.y (mgr.25480) 217 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:32.473 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:32 smithi125 bash[25274]: cephadm 2023-12-09T02:10:31.107567+0000 mgr.y (mgr.25480) 218 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:32.473 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:32 smithi125 bash[25274]: cephadm 2023-12-09T02:10:31.195877+0000 mgr.y (mgr.25480) 219 : cephadm [INF] Upgrade: It appears safe to stop mon.b 2023-12-09T02:10:32.473 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:32 smithi125 bash[25274]: cluster 2023-12-09T02:10:31.535975+0000 mgr.y (mgr.25480) 220 : cluster [DBG] pgmap v20: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:10:32.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:32 smithi067 bash[79370]: cephadm 2023-12-09T02:10:30.673726+0000 mgr.y (mgr.25480) 213 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:32.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:32 smithi067 bash[79370]: cephadm 2023-12-09T02:10:30.765085+0000 mgr.y (mgr.25480) 214 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:32.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:32 smithi067 bash[79370]: cephadm 2023-12-09T02:10:30.856396+0000 mgr.y (mgr.25480) 215 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:32.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:32 smithi067 bash[79370]: cephadm 2023-12-09T02:10:30.934138+0000 mgr.y (mgr.25480) 216 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:32.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:32 smithi067 bash[79370]: cephadm 2023-12-09T02:10:31.030669+0000 mgr.y (mgr.25480) 217 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:32.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:32 smithi067 bash[79370]: cephadm 2023-12-09T02:10:31.107567+0000 mgr.y (mgr.25480) 218 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:32.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:32 smithi067 bash[79370]: cephadm 2023-12-09T02:10:31.195877+0000 mgr.y (mgr.25480) 219 : cephadm 1 Upgrade: It appears safe to stop mon.b 2023-12-09T02:10:32.721 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:32 smithi067 bash[79370]: cluster 2023-12-09T02:10:31.535975+0000 mgr.y (mgr.25480) 220 : cluster 0 pgmap v20: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:10:32.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:32 smithi067 bash[82083]: cephadm 2023-12-09T02:10:30.673726+0000 mgr.y (mgr.25480) 213 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:32.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:32 smithi067 bash[82083]: cephadm 2023-12-09T02:10:30.765085+0000 mgr.y (mgr.25480) 214 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:32.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:32 smithi067 bash[82083]: cephadm 2023-12-09T02:10:30.856396+0000 mgr.y (mgr.25480) 215 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:32.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:32 smithi067 bash[82083]: cephadm 2023-12-09T02:10:30.934138+0000 mgr.y (mgr.25480) 216 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:32.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:32 smithi067 bash[82083]: cephadm 2023-12-09T02:10:31.030669+0000 mgr.y (mgr.25480) 217 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:32.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:32 smithi067 bash[82083]: cephadm 2023-12-09T02:10:31.107567+0000 mgr.y (mgr.25480) 218 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:32.722 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:32 smithi067 bash[82083]: cephadm 2023-12-09T02:10:31.195877+0000 mgr.y (mgr.25480) 219 : cephadm 1 Upgrade: It appears safe to stop mon.b 2023-12-09T02:10:32.722 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:32 smithi067 bash[82083]: cluster 2023-12-09T02:10:31.535975+0000 mgr.y (mgr.25480) 220 : cluster 0 pgmap v20: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:10:33.840 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:10:33 smithi067 bash[75618]: ::ffff:172.21.15.125 - - [09/Dec/2023:02:10:33] "GET /metrics HTTP/1.1" 200 38245 "" "Prometheus/2.33.4" 2023-12-09T02:10:34.118 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:34 smithi067 bash[79370]: audit 2023-12-09T02:10:33.029427+0000 mon.a (mon.0) 1007 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:34.118 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:34 smithi067 bash[79370]: audit 2023-12-09T02:10:33.038789+0000 mon.a (mon.0) 1008 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:34.118 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:34 smithi067 bash[79370]: audit 2023-12-09T02:10:33.047523+0000 mon.a (mon.0) 1009 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:34.118 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:34 smithi067 bash[79370]: cluster 2023-12-09T02:10:33.537489+0000 mgr.y (mgr.25480) 221 : cluster 0 pgmap v21: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:10:34.118 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:34 smithi067 bash[82083]: audit 2023-12-09T02:10:33.029427+0000 mon.a (mon.0) 1007 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:34.118 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:34 smithi067 bash[82083]: audit 2023-12-09T02:10:33.038789+0000 mon.a (mon.0) 1008 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:34.118 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:34 smithi067 bash[82083]: audit 2023-12-09T02:10:33.047523+0000 mon.a (mon.0) 1009 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:34.118 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:34 smithi067 bash[82083]: cluster 2023-12-09T02:10:33.537489+0000 mgr.y (mgr.25480) 221 : cluster 0 pgmap v21: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:10:34.472 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:34 smithi125 bash[25274]: audit 2023-12-09T02:10:33.029427+0000 mon.a (mon.0) 1007 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:34.472 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:34 smithi125 bash[25274]: audit 2023-12-09T02:10:33.038789+0000 mon.a (mon.0) 1008 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:34.472 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:34 smithi125 bash[25274]: audit 2023-12-09T02:10:33.047523+0000 mon.a (mon.0) 1009 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:34.472 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:34 smithi125 bash[25274]: cluster 2023-12-09T02:10:33.537489+0000 mgr.y (mgr.25480) 221 : cluster [DBG] pgmap v21: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:10:35.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:35 smithi067 bash[79370]: audit 2023-12-09T02:10:34.190005+0000 mon.a (mon.0) 1010 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:35.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:35 smithi067 bash[79370]: audit 2023-12-09T02:10:34.202122+0000 mon.a (mon.0) 1011 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:35.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:35 smithi067 bash[79370]: audit 2023-12-09T02:10:34.213513+0000 mon.a (mon.0) 1012 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:35.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:35 smithi067 bash[79370]: cephadm 2023-12-09T02:10:34.426044+0000 mgr.y (mgr.25480) 222 : cephadm 1 Upgrade: Updating mon.b 2023-12-09T02:10:35.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:35 smithi067 bash[79370]: audit 2023-12-09T02:10:34.436491+0000 mon.a (mon.0) 1013 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:35.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:35 smithi067 bash[79370]: audit 2023-12-09T02:10:34.441161+0000 mon.a (mon.0) 1014 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-09T02:10:35.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:35 smithi067 bash[79370]: audit 2023-12-09T02:10:34.443957+0000 mon.a (mon.0) 1015 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-09T02:10:35.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:35 smithi067 bash[79370]: audit 2023-12-09T02:10:34.445209+0000 mon.a (mon.0) 1016 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:35.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:35 smithi067 bash[79370]: cephadm 2023-12-09T02:10:34.446895+0000 mgr.y (mgr.25480) 223 : cephadm 1 Deploying daemon mon.b on smithi125 2023-12-09T02:10:35.470 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:35 smithi067 bash[82083]: audit 2023-12-09T02:10:34.190005+0000 mon.a (mon.0) 1010 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:35.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:35 smithi067 bash[82083]: audit 2023-12-09T02:10:34.202122+0000 mon.a (mon.0) 1011 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:35.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:35 smithi067 bash[82083]: audit 2023-12-09T02:10:34.213513+0000 mon.a (mon.0) 1012 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:35.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:35 smithi067 bash[82083]: cephadm 2023-12-09T02:10:34.426044+0000 mgr.y (mgr.25480) 222 : cephadm 1 Upgrade: Updating mon.b 2023-12-09T02:10:35.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:35 smithi067 bash[82083]: audit 2023-12-09T02:10:34.436491+0000 mon.a (mon.0) 1013 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:35.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:35 smithi067 bash[82083]: audit 2023-12-09T02:10:34.441161+0000 mon.a (mon.0) 1014 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-09T02:10:35.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:35 smithi067 bash[82083]: audit 2023-12-09T02:10:34.443957+0000 mon.a (mon.0) 1015 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-09T02:10:35.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:35 smithi067 bash[82083]: audit 2023-12-09T02:10:34.445209+0000 mon.a (mon.0) 1016 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:35.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:35 smithi067 bash[82083]: cephadm 2023-12-09T02:10:34.446895+0000 mgr.y (mgr.25480) 223 : cephadm 1 Deploying daemon mon.b on smithi125 2023-12-09T02:10:35.472 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:35 smithi125 bash[25274]: audit 2023-12-09T02:10:34.190005+0000 mon.a (mon.0) 1010 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:35.472 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:35 smithi125 bash[25274]: audit 2023-12-09T02:10:34.202122+0000 mon.a (mon.0) 1011 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:35.472 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:35 smithi125 bash[25274]: audit 2023-12-09T02:10:34.213513+0000 mon.a (mon.0) 1012 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:35.472 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:35 smithi125 bash[25274]: cephadm 2023-12-09T02:10:34.426044+0000 mgr.y (mgr.25480) 222 : cephadm [INF] Upgrade: Updating mon.b 2023-12-09T02:10:35.472 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:35 smithi125 bash[25274]: audit 2023-12-09T02:10:34.436491+0000 mon.a (mon.0) 1013 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:35.473 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:35 smithi125 bash[25274]: audit 2023-12-09T02:10:34.441161+0000 mon.a (mon.0) 1014 : audit [INF] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-09T02:10:35.473 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:35 smithi125 bash[25274]: audit 2023-12-09T02:10:34.443957+0000 mon.a (mon.0) 1015 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-09T02:10:35.473 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:35 smithi125 bash[25274]: audit 2023-12-09T02:10:34.445209+0000 mon.a (mon.0) 1016 : audit [DBG] from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:35.473 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:35 smithi125 bash[25274]: cephadm 2023-12-09T02:10:34.446895+0000 mgr.y (mgr.25480) 223 : cephadm [INF] Deploying daemon mon.b on smithi125 2023-12-09T02:10:36.469 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:36 smithi067 bash[79370]: cluster 2023-12-09T02:10:35.538248+0000 mgr.y (mgr.25480) 224 : cluster 0 pgmap v22: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:10:36.470 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:36 smithi067 bash[82083]: cluster 2023-12-09T02:10:35.538248+0000 mgr.y (mgr.25480) 224 : cluster 0 pgmap v22: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:10:36.473 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:36 smithi125 bash[25274]: cluster 2023-12-09T02:10:35.538248+0000 mgr.y (mgr.25480) 224 : cluster [DBG] pgmap v22: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:10:36.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:36 smithi125 systemd[1]: Stopping Ceph mon.b for 6db93fb0-9635-11ee-95a3-87774f69a715... 2023-12-09T02:10:37.395 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:37 smithi125 bash[25274]: debug 2023-12-09T02:10:37.079+0000 7f1a5b4f4700 -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-09T02:10:37.395 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:37 smithi125 bash[25274]: debug 2023-12-09T02:10:37.079+0000 7f1a5b4f4700 -1 mon.b@2(peon) e3 *** Got Signal Terminated *** 2023-12-09T02:10:38.149 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:37 smithi125 bash[66658]: ceph-6db93fb0-9635-11ee-95a3-87774f69a715-mon-b 2023-12-09T02:10:38.149 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:38 smithi125 bash[66736]: Error response from daemon: No such container: ceph-6db93fb0-9635-11ee-95a3-87774f69a715-mon-b 2023-12-09T02:10:38.149 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:38 smithi125 systemd[1]: ceph-6db93fb0-9635-11ee-95a3-87774f69a715@mon.b.service: Succeeded. 2023-12-09T02:10:38.149 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:38 smithi125 systemd[1]: Stopped Ceph mon.b for 6db93fb0-9635-11ee-95a3-87774f69a715. 2023-12-09T02:10:38.472 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:38 smithi125 systemd[1]: Started Ceph mon.b for 6db93fb0-9635-11ee-95a3-87774f69a715. 2023-12-09T02:10:38.972 INFO:journalctl@ceph.prometheus.a.smithi125.stdout:Dec 09 02:10:38 smithi125 bash[62302]: ts=2023-12-09T02:10: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.67\", device_class=\"ssd\", hostname=\"smithi067\", instance=\"smithi067:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.67\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.67\", device_class=\"ssd\", hostname=\"smithi067\", instance=\"172.21.15.125:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.67\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-09T02:10:39.473 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: debug 2023-12-09T02:10:39.243+0000 7fe9464eac80 0 set uid:gid to 167:167 (ceph:ceph) 2023-12-09T02:10:39.473 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: debug 2023-12-09T02:10:39.243+0000 7fe9464eac80 0 ceph version 19.0.0-44-g9dcc13bb (9dcc13bb80dcc1cdea72b04d80505b4649a2b882) reef (dev), process ceph-mon, pid 6 2023-12-09T02:10:39.473 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: debug 2023-12-09T02:10:39.243+0000 7fe9464eac80 0 pidfile_write: ignore empty --pid-file 2023-12-09T02:10:39.473 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: debug 2023-12-09T02:10:39.247+0000 7fe9464eac80 0 load: jerasure load: lrc 2023-12-09T02:10:39.473 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: debug 2023-12-09T02:10:39.247+0000 7fe9464eac80 4 rocksdb: RocksDB version: 7.9.2 2023-12-09T02:10:39.473 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: debug 2023-12-09T02:10:39.247+0000 7fe9464eac80 4 rocksdb: Git sha 0 2023-12-09T02:10:39.473 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: debug 2023-12-09T02:10:39.247+0000 7fe9464eac80 4 rocksdb: Compile date 2023-12-08 17:42:16 2023-12-09T02:10:39.474 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: debug 2023-12-09T02:10:39.247+0000 7fe9464eac80 4 rocksdb: DB SUMMARY 2023-12-09T02:10:39.474 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: debug 2023-12-09T02:10:39.247+0000 7fe9464eac80 4 rocksdb: DB Session ID: P1NKWSE09F3P12PXXFQH 2023-12-09T02:10:39.474 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: debug 2023-12-09T02:10:39.247+0000 7fe9464eac80 4 rocksdb: CURRENT file: CURRENT 2023-12-09T02:10:39.474 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: debug 2023-12-09T02:10:39.247+0000 7fe9464eac80 4 rocksdb: IDENTITY file: IDENTITY 2023-12-09T02:10:39.474 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: debug 2023-12-09T02:10:39.247+0000 7fe9464eac80 4 rocksdb: MANIFEST file: MANIFEST-000009 size: 2040 Bytes 2023-12-09T02:10:39.474 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: debug 2023-12-09T02:10:39.247+0000 7fe9464eac80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-b/store.db dir, Total Num: 1, files: 000042.sst 2023-12-09T02:10:39.474 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: debug 2023-12-09T02:10:39.247+0000 7fe9464eac80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-b/store.db: 000040.log size: 1004311 ; 2023-12-09T02:10:39.474 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: debug 2023-12-09T02:10:39.247+0000 7fe9464eac80 4 rocksdb: Options.error_if_exists: 0 2023-12-09T02:10:39.474 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: debug 2023-12-09T02:10:39.247+0000 7fe9464eac80 4 rocksdb: Options.create_if_missing: 0 2023-12-09T02:10:39.474 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: debug 2023-12-09T02:10:39.247+0000 7fe9464eac80 4 rocksdb: Options.paranoid_checks: 1 2023-12-09T02:10:39.474 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: debug 2023-12-09T02:10:39.247+0000 7fe9464eac80 4 rocksdb: Options.flush_verify_memtable_count: 1 2023-12-09T02:10:39.474 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: debug 2023-12-09T02:10:39.247+0000 7fe9464eac80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2023-12-09T02:10:39.474 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: debug 2023-12-09T02:10:39.247+0000 7fe9464eac80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2023-12-09T02:10:39.475 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: debug 2023-12-09T02:10:39.247+0000 7fe9464eac80 4 rocksdb: Options.env: 0x558c9e382a60 2023-12-09T02:10:39.475 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: debug 2023-12-09T02:10:39.247+0000 7fe9464eac80 4 rocksdb: Options.fs: PosixFileSystem 2023-12-09T02:10:39.475 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: debug 2023-12-09T02:10:39.247+0000 7fe9464eac80 4 rocksdb: Options.info_log: 0x558c9fae9780 2023-12-09T02:10:39.475 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: debug 2023-12-09T02:10:39.247+0000 7fe9464eac80 4 rocksdb: Options.max_file_opening_threads: 16 2023-12-09T02:10:39.475 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: debug 2023-12-09T02:10:39.247+0000 7fe9464eac80 4 rocksdb: Options.statistics: (nil) 2023-12-09T02:10:39.475 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: debug 2023-12-09T02:10:39.247+0000 7fe9464eac80 4 rocksdb: Options.use_fsync: 0 2023-12-09T02:10:39.475 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: debug 2023-12-09T02:10:39.247+0000 7fe9464eac80 4 rocksdb: Options.max_log_file_size: 0 2023-12-09T02:10:39.476 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: debug 2023-12-09T02:10:39.247+0000 7fe9464eac80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-12-09T02:10:39.476 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: debug 2023-12-09T02:10:39.247+0000 7fe9464eac80 4 rocksdb: Options.log_file_time_to_roll: 0 2023-12-09T02:10:39.476 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: debug 2023-12-09T02:10:39.247+0000 7fe9464eac80 4 rocksdb: Options.keep_log_file_num: 1000 2023-12-09T02:10:39.476 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: debug 2023-12-09T02:10:39.247+0000 7fe9464eac80 4 rocksdb: Options.recycle_log_file_num: 0 2023-12-09T02:10:39.476 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: debug 2023-12-09T02:10:39.247+0000 7fe9464eac80 4 rocksdb: Options.allow_fallocate: 1 2023-12-09T02:10:39.476 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: debug 2023-12-09T02:10:39.247+0000 7fe9464eac80 4 rocksdb: Options.allow_mmap_reads: 0 2023-12-09T02:10:39.476 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: debug 2023-12-09T02:10:39.247+0000 7fe9464eac80 4 rocksdb: Options.allow_mmap_writes: 0 2023-12-09T02:10:39.476 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: debug 2023-12-09T02:10:39.247+0000 7fe9464eac80 4 rocksdb: Options.use_direct_reads: 0 2023-12-09T02:10:39.476 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: debug 2023-12-09T02:10:39.247+0000 7fe9464eac80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-12-09T02:10:39.476 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: debug 2023-12-09T02:10:39.247+0000 7fe9464eac80 4 rocksdb: Options.create_missing_column_families: 0 2023-12-09T02:10:39.477 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: debug 2023-12-09T02:10:39.247+0000 7fe9464eac80 4 rocksdb: Options.db_log_dir: 2023-12-09T02:10:39.477 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: debug 2023-12-09T02:10:39.247+0000 7fe9464eac80 4 rocksdb: Options.wal_dir: 2023-12-09T02:10:39.477 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: debug 2023-12-09T02:10:39.247+0000 7fe9464eac80 4 rocksdb: Options.table_cache_numshardbits: 6 2023-12-09T02:10:39.477 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: debug 2023-12-09T02:10:39.247+0000 7fe9464eac80 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-12-09T02:10:39.477 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: debug 2023-12-09T02:10:39.247+0000 7fe9464eac80 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-12-09T02:10:39.477 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: debug 2023-12-09T02:10:39.247+0000 7fe9464eac80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-12-09T02:10:39.477 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: debug 2023-12-09T02:10:39.247+0000 7fe9464eac80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-12-09T02:10:39.477 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: debug 2023-12-09T02:10:39.247+0000 7fe9464eac80 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-12-09T02:10:39.477 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: debug 2023-12-09T02:10:39.247+0000 7fe9464eac80 4 rocksdb: Options.advise_random_on_open: 1 2023-12-09T02:10:39.477 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: debug 2023-12-09T02:10:39.247+0000 7fe9464eac80 4 rocksdb: Options.db_write_buffer_size: 0 2023-12-09T02:10:39.477 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: debug 2023-12-09T02:10:39.247+0000 7fe9464eac80 4 rocksdb: Options.write_buffer_manager: 0x558c9fabcf00 2023-12-09T02:10:39.478 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: debug 2023-12-09T02:10:39.247+0000 7fe9464eac80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-12-09T02:10:39.478 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: debug 2023-12-09T02:10:39.247+0000 7fe9464eac80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-12-09T02:10:39.478 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: debug 2023-12-09T02:10:39.247+0000 7fe9464eac80 4 rocksdb: Options.use_adaptive_mutex: 0 2023-12-09T02:10:39.478 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: debug 2023-12-09T02:10:39.247+0000 7fe9464eac80 4 rocksdb: Options.rate_limiter: (nil) 2023-12-09T02:10:39.478 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: debug 2023-12-09T02:10:39.247+0000 7fe9464eac80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-12-09T02:10:39.478 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: debug 2023-12-09T02:10:39.247+0000 7fe9464eac80 4 rocksdb: Options.wal_recovery_mode: 2 2023-12-09T02:10:39.478 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: debug 2023-12-09T02:10:39.247+0000 7fe9464eac80 4 rocksdb: Options.enable_thread_tracking: 0 2023-12-09T02:10:39.478 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: debug 2023-12-09T02:10:39.247+0000 7fe9464eac80 4 rocksdb: Options.enable_pipelined_write: 0 2023-12-09T02:10:39.478 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: debug 2023-12-09T02:10:39.247+0000 7fe9464eac80 4 rocksdb: Options.unordered_write: 0 2023-12-09T02:10:39.478 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: debug 2023-12-09T02:10:39.247+0000 7fe9464eac80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-12-09T02:10:39.478 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: debug 2023-12-09T02:10:39.247+0000 7fe9464eac80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-12-09T02:10:39.478 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: debug 2023-12-09T02:10:39.247+0000 7fe9464eac80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-12-09T02:10:39.478 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: debug 2023-12-09T02:10:39.247+0000 7fe9464eac80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-12-09T02:10:39.478 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: debug 2023-12-09T02:10:39.247+0000 7fe9464eac80 4 rocksdb: Options.row_cache: None 2023-12-09T02:10:39.478 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: debug 2023-12-09T02:10:39.247+0000 7fe9464eac80 4 rocksdb: Options.wal_filter: None 2023-12-09T02:10:39.479 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: debug 2023-12-09T02:10:39.247+0000 7fe9464eac80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-12-09T02:10:39.479 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: debug 2023-12-09T02:10:39.247+0000 7fe9464eac80 4 rocksdb: Options.allow_ingest_behind: 0 2023-12-09T02:10:39.479 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: debug 2023-12-09T02:10:39.247+0000 7fe9464eac80 4 rocksdb: Options.two_write_queues: 0 2023-12-09T02:10:39.479 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: debug 2023-12-09T02:10:39.247+0000 7fe9464eac80 4 rocksdb: Options.manual_wal_flush: 0 2023-12-09T02:10:39.479 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: debug 2023-12-09T02:10:39.247+0000 7fe9464eac80 4 rocksdb: Options.wal_compression: 0 2023-12-09T02:10:39.479 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: debug 2023-12-09T02:10:39.247+0000 7fe9464eac80 4 rocksdb: Options.atomic_flush: 0 2023-12-09T02:10:39.479 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: debug 2023-12-09T02:10:39.247+0000 7fe9464eac80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-12-09T02:10:39.479 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: debug 2023-12-09T02:10:39.247+0000 7fe9464eac80 4 rocksdb: Options.persist_stats_to_disk: 0 2023-12-09T02:10:39.479 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: debug 2023-12-09T02:10:39.247+0000 7fe9464eac80 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-12-09T02:10:39.479 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: debug 2023-12-09T02:10:39.247+0000 7fe9464eac80 4 rocksdb: Options.log_readahead_size: 0 2023-12-09T02:10:39.479 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: debug 2023-12-09T02:10:39.247+0000 7fe9464eac80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2023-12-09T02:10:39.479 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: debug 2023-12-09T02:10:39.247+0000 7fe9464eac80 4 rocksdb: Options.best_efforts_recovery: 0 2023-12-09T02:10:39.479 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: debug 2023-12-09T02:10:39.247+0000 7fe9464eac80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2023-12-09T02:10:39.479 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: debug 2023-12-09T02:10:39.247+0000 7fe9464eac80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2023-12-09T02:10:39.479 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: debug 2023-12-09T02:10:39.247+0000 7fe9464eac80 4 rocksdb: Options.allow_data_in_errors: 0 2023-12-09T02:10:39.480 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: debug 2023-12-09T02:10:39.247+0000 7fe9464eac80 4 rocksdb: Options.db_host_id: __hostname__ 2023-12-09T02:10:39.480 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: debug 2023-12-09T02:10:39.247+0000 7fe9464eac80 4 rocksdb: Options.enforce_single_del_contracts: true 2023-12-09T02:10:39.480 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: debug 2023-12-09T02:10:39.247+0000 7fe9464eac80 4 rocksdb: Options.max_background_jobs: 2 2023-12-09T02:10:39.480 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: debug 2023-12-09T02:10:39.247+0000 7fe9464eac80 4 rocksdb: Options.max_background_compactions: -1 2023-12-09T02:10:39.480 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: debug 2023-12-09T02:10:39.247+0000 7fe9464eac80 4 rocksdb: Options.max_subcompactions: 1 2023-12-09T02:10:39.480 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: debug 2023-12-09T02:10:39.247+0000 7fe9464eac80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-12-09T02:10:39.480 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: debug 2023-12-09T02:10:39.247+0000 7fe9464eac80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-12-09T02:10:39.480 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: debug 2023-12-09T02:10:39.247+0000 7fe9464eac80 4 rocksdb: Options.delayed_write_rate : 16777216 2023-12-09T02:10:39.480 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: debug 2023-12-09T02:10:39.247+0000 7fe9464eac80 4 rocksdb: Options.max_total_wal_size: 0 2023-12-09T02:10:39.480 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: debug 2023-12-09T02:10:39.247+0000 7fe9464eac80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-12-09T02:10:39.480 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: debug 2023-12-09T02:10:39.247+0000 7fe9464eac80 4 rocksdb: Options.stats_dump_period_sec: 600 2023-12-09T02:10:39.480 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: debug 2023-12-09T02:10:39.247+0000 7fe9464eac80 4 rocksdb: Options.stats_persist_period_sec: 600 2023-12-09T02:10:39.480 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: debug 2023-12-09T02:10:39.247+0000 7fe9464eac80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-12-09T02:10:39.480 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: debug 2023-12-09T02:10:39.247+0000 7fe9464eac80 4 rocksdb: Options.max_open_files: -1 2023-12-09T02:10:39.480 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: debug 2023-12-09T02:10:39.247+0000 7fe9464eac80 4 rocksdb: Options.bytes_per_sync: 0 2023-12-09T02:10:39.481 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: debug 2023-12-09T02:10:39.247+0000 7fe9464eac80 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-12-09T02:10:39.481 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: debug 2023-12-09T02:10:39.247+0000 7fe9464eac80 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-12-09T02:10:39.481 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: debug 2023-12-09T02:10:39.247+0000 7fe9464eac80 4 rocksdb: Options.compaction_readahead_size: 0 2023-12-09T02:10:39.481 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: debug 2023-12-09T02:10:39.247+0000 7fe9464eac80 4 rocksdb: Options.max_background_flushes: -1 2023-12-09T02:10:39.481 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: debug 2023-12-09T02:10:39.247+0000 7fe9464eac80 4 rocksdb: Compression algorithms supported: 2023-12-09T02:10:39.481 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: debug 2023-12-09T02:10:39.247+0000 7fe9464eac80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-12-09T02:10:39.481 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: debug 2023-12-09T02:10:39.247+0000 7fe9464eac80 4 rocksdb: kZSTD supported: 0 2023-12-09T02:10:39.481 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: debug 2023-12-09T02:10:39.247+0000 7fe9464eac80 4 rocksdb: kXpressCompression supported: 0 2023-12-09T02:10:39.481 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: debug 2023-12-09T02:10:39.247+0000 7fe9464eac80 4 rocksdb: kLZ4HCCompression supported: 1 2023-12-09T02:10:39.481 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: debug 2023-12-09T02:10:39.247+0000 7fe9464eac80 4 rocksdb: kZlibCompression supported: 1 2023-12-09T02:10:39.481 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: debug 2023-12-09T02:10:39.247+0000 7fe9464eac80 4 rocksdb: kSnappyCompression supported: 1 2023-12-09T02:10:39.481 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: debug 2023-12-09T02:10:39.247+0000 7fe9464eac80 4 rocksdb: kLZ4Compression supported: 1 2023-12-09T02:10:39.481 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: debug 2023-12-09T02:10:39.247+0000 7fe9464eac80 4 rocksdb: kBZip2Compression supported: 0 2023-12-09T02:10:39.481 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: debug 2023-12-09T02:10:39.247+0000 7fe9464eac80 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-12-09T02:10:39.481 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: debug 2023-12-09T02:10:39.247+0000 7fe9464eac80 4 rocksdb: DMutex implementation: pthread_mutex_t 2023-12-09T02:10:39.481 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: debug 2023-12-09T02:10:39.247+0000 7fe9464eac80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-b/store.db/MANIFEST-000009 2023-12-09T02:10:39.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: debug 2023-12-09T02:10:39.247+0000 7fe9464eac80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2023-12-09T02:10:39.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: debug 2023-12-09T02:10:39.247+0000 7fe9464eac80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-12-09T02:10:39.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: debug 2023-12-09T02:10:39.247+0000 7fe9464eac80 4 rocksdb: Options.merge_operator: 2023-12-09T02:10:39.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: debug 2023-12-09T02:10:39.247+0000 7fe9464eac80 4 rocksdb: Options.compaction_filter: None 2023-12-09T02:10:39.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: debug 2023-12-09T02:10:39.247+0000 7fe9464eac80 4 rocksdb: Options.compaction_filter_factory: None 2023-12-09T02:10:39.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: debug 2023-12-09T02:10:39.247+0000 7fe9464eac80 4 rocksdb: Options.sst_partitioner_factory: None 2023-12-09T02:10:39.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: debug 2023-12-09T02:10:39.247+0000 7fe9464eac80 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-12-09T02:10:39.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: debug 2023-12-09T02:10:39.247+0000 7fe9464eac80 4 rocksdb: Options.table_factory: BlockBasedTable 2023-12-09T02:10:39.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: debug 2023-12-09T02:10:39.247+0000 7fe9464eac80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x558c9fae98a0) 2023-12-09T02:10:39.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: cache_index_and_filter_blocks: 1 2023-12-09T02:10:39.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: cache_index_and_filter_blocks_with_high_priority: 0 2023-12-09T02:10:39.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: pin_l0_filter_and_index_blocks_in_cache: 0 2023-12-09T02:10:39.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: pin_top_level_index_and_filter: 1 2023-12-09T02:10:39.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: index_type: 0 2023-12-09T02:10:39.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: data_block_index_type: 0 2023-12-09T02:10:39.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: index_shortening: 1 2023-12-09T02:10:39.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: data_block_hash_table_util_ratio: 0.750000 2023-12-09T02:10:39.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: checksum: 4 2023-12-09T02:10:39.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: no_block_cache: 0 2023-12-09T02:10:39.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: block_cache: 0x558c9fb3d090 2023-12-09T02:10:39.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: block_cache_name: BinnedLRUCache 2023-12-09T02:10:39.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: block_cache_options: 2023-12-09T02:10:39.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: capacity : 536870912 2023-12-09T02:10:39.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: num_shard_bits : 4 2023-12-09T02:10:39.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: strict_capacity_limit : 0 2023-12-09T02:10:39.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: high_pri_pool_ratio: 0.000 2023-12-09T02:10:39.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: block_cache_compressed: (nil) 2023-12-09T02:10:39.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: persistent_cache: (nil) 2023-12-09T02:10:39.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: block_size: 4096 2023-12-09T02:10:39.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: block_size_deviation: 10 2023-12-09T02:10:39.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: block_restart_interval: 16 2023-12-09T02:10:39.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: index_block_restart_interval: 1 2023-12-09T02:10:39.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: metadata_block_size: 4096 2023-12-09T02:10:39.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: partition_filters: 0 2023-12-09T02:10:39.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: use_delta_encoding: 1 2023-12-09T02:10:39.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: filter_policy: bloomfilter 2023-12-09T02:10:39.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: whole_key_filtering: 1 2023-12-09T02:10:39.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: verify_compression: 0 2023-12-09T02:10:39.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: read_amp_bytes_per_bit: 0 2023-12-09T02:10:39.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: format_version: 5 2023-12-09T02:10:39.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: enable_index_compression: 1 2023-12-09T02:10:39.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: block_align: 0 2023-12-09T02:10:39.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: max_auto_readahead_size: 262144 2023-12-09T02:10:39.485 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: prepopulate_block_cache: 0 2023-12-09T02:10:39.485 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: initial_auto_readahead_size: 8192 2023-12-09T02:10:39.485 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: num_file_reads_for_auto_readahead: 2 2023-12-09T02:10:39.485 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: debug 2023-12-09T02:10:39.247+0000 7fe9464eac80 4 rocksdb: Options.write_buffer_size: 33554432 2023-12-09T02:10:39.485 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: debug 2023-12-09T02:10:39.247+0000 7fe9464eac80 4 rocksdb: Options.max_write_buffer_number: 2 2023-12-09T02:10:39.486 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: debug 2023-12-09T02:10:39.247+0000 7fe9464eac80 4 rocksdb: Options.compression: NoCompression 2023-12-09T02:10:39.486 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: debug 2023-12-09T02:10:39.247+0000 7fe9464eac80 4 rocksdb: Options.bottommost_compression: Disabled 2023-12-09T02:10:39.486 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: debug 2023-12-09T02:10:39.247+0000 7fe9464eac80 4 rocksdb: Options.prefix_extractor: nullptr 2023-12-09T02:10:39.486 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: debug 2023-12-09T02:10:39.247+0000 7fe9464eac80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-12-09T02:10:39.486 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: debug 2023-12-09T02:10:39.247+0000 7fe9464eac80 4 rocksdb: Options.num_levels: 7 2023-12-09T02:10:39.486 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: debug 2023-12-09T02:10:39.247+0000 7fe9464eac80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-12-09T02:10:39.486 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: debug 2023-12-09T02:10:39.247+0000 7fe9464eac80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-12-09T02:10:39.486 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: debug 2023-12-09T02:10:39.247+0000 7fe9464eac80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-12-09T02:10:39.486 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: debug 2023-12-09T02:10:39.247+0000 7fe9464eac80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-12-09T02:10:39.486 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: debug 2023-12-09T02:10:39.247+0000 7fe9464eac80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-12-09T02:10:39.487 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: debug 2023-12-09T02:10:39.247+0000 7fe9464eac80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-12-09T02:10:39.487 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: debug 2023-12-09T02:10:39.247+0000 7fe9464eac80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-12-09T02:10:39.487 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: debug 2023-12-09T02:10:39.247+0000 7fe9464eac80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-12-09T02:10:39.487 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: debug 2023-12-09T02:10:39.247+0000 7fe9464eac80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2023-12-09T02:10:39.487 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: debug 2023-12-09T02:10:39.247+0000 7fe9464eac80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-12-09T02:10:39.487 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: debug 2023-12-09T02:10:39.247+0000 7fe9464eac80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2023-12-09T02:10:39.487 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: debug 2023-12-09T02:10:39.247+0000 7fe9464eac80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2023-12-09T02:10:39.487 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: debug 2023-12-09T02:10:39.247+0000 7fe9464eac80 4 rocksdb: Options.compression_opts.window_bits: -14 2023-12-09T02:10:39.487 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: debug 2023-12-09T02:10:39.247+0000 7fe9464eac80 4 rocksdb: Options.compression_opts.level: 32767 2023-12-09T02:10:39.487 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: debug 2023-12-09T02:10:39.247+0000 7fe9464eac80 4 rocksdb: Options.compression_opts.strategy: 0 2023-12-09T02:10:39.487 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: debug 2023-12-09T02:10:39.247+0000 7fe9464eac80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-12-09T02:10:39.487 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: debug 2023-12-09T02:10:39.247+0000 7fe9464eac80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-12-09T02:10:39.487 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: debug 2023-12-09T02:10:39.247+0000 7fe9464eac80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2023-12-09T02:10:39.487 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: debug 2023-12-09T02:10:39.247+0000 7fe9464eac80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2023-12-09T02:10:39.488 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: debug 2023-12-09T02:10:39.247+0000 7fe9464eac80 4 rocksdb: Options.compression_opts.enabled: false 2023-12-09T02:10:39.488 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: debug 2023-12-09T02:10:39.247+0000 7fe9464eac80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2023-12-09T02:10:39.488 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: debug 2023-12-09T02:10:39.247+0000 7fe9464eac80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-12-09T02:10:39.488 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: debug 2023-12-09T02:10:39.247+0000 7fe9464eac80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-12-09T02:10:39.488 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: debug 2023-12-09T02:10:39.247+0000 7fe9464eac80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-12-09T02:10:39.488 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: debug 2023-12-09T02:10:39.247+0000 7fe9464eac80 4 rocksdb: Options.target_file_size_base: 67108864 2023-12-09T02:10:39.488 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: debug 2023-12-09T02:10:39.247+0000 7fe9464eac80 4 rocksdb: Options.target_file_size_multiplier: 1 2023-12-09T02:10:39.488 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: debug 2023-12-09T02:10:39.247+0000 7fe9464eac80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-12-09T02:10:39.488 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: debug 2023-12-09T02:10:39.247+0000 7fe9464eac80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-12-09T02:10:39.488 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: debug 2023-12-09T02:10:39.247+0000 7fe9464eac80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-12-09T02:10:39.488 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: debug 2023-12-09T02:10:39.247+0000 7fe9464eac80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-12-09T02:10:39.488 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: debug 2023-12-09T02:10:39.247+0000 7fe9464eac80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-12-09T02:10:39.488 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: debug 2023-12-09T02:10:39.247+0000 7fe9464eac80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-12-09T02:10:39.488 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: debug 2023-12-09T02:10:39.247+0000 7fe9464eac80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-12-09T02:10:39.488 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: debug 2023-12-09T02:10:39.247+0000 7fe9464eac80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-12-09T02:10:39.489 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: debug 2023-12-09T02:10:39.247+0000 7fe9464eac80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-12-09T02:10:39.489 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: debug 2023-12-09T02:10:39.247+0000 7fe9464eac80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-12-09T02:10:39.489 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: debug 2023-12-09T02:10:39.247+0000 7fe9464eac80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-12-09T02:10:39.489 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: debug 2023-12-09T02:10:39.247+0000 7fe9464eac80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-12-09T02:10:39.489 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: debug 2023-12-09T02:10:39.247+0000 7fe9464eac80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2023-12-09T02:10:39.489 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: debug 2023-12-09T02:10:39.247+0000 7fe9464eac80 4 rocksdb: Options.arena_block_size: 1048576 2023-12-09T02:10:39.489 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: debug 2023-12-09T02:10:39.247+0000 7fe9464eac80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-12-09T02:10:39.489 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: debug 2023-12-09T02:10:39.247+0000 7fe9464eac80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-12-09T02:10:39.489 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: debug 2023-12-09T02:10:39.247+0000 7fe9464eac80 4 rocksdb: Options.disable_auto_compactions: 0 2023-12-09T02:10:39.489 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: debug 2023-12-09T02:10:39.247+0000 7fe9464eac80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-12-09T02:10:39.489 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: debug 2023-12-09T02:10:39.247+0000 7fe9464eac80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-12-09T02:10:39.489 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: debug 2023-12-09T02:10:39.247+0000 7fe9464eac80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-12-09T02:10:39.489 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: debug 2023-12-09T02:10:39.247+0000 7fe9464eac80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-12-09T02:10:39.489 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: debug 2023-12-09T02:10:39.247+0000 7fe9464eac80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-12-09T02:10:39.489 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: debug 2023-12-09T02:10:39.247+0000 7fe9464eac80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-12-09T02:10:39.489 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: debug 2023-12-09T02:10:39.247+0000 7fe9464eac80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-12-09T02:10:39.489 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: debug 2023-12-09T02:10:39.247+0000 7fe9464eac80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-12-09T02:10:39.490 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: debug 2023-12-09T02:10:39.247+0000 7fe9464eac80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-12-09T02:10:39.490 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: debug 2023-12-09T02:10:39.247+0000 7fe9464eac80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-12-09T02:10:39.490 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: debug 2023-12-09T02:10:39.247+0000 7fe9464eac80 4 rocksdb: Options.table_properties_collectors: 2023-12-09T02:10:39.490 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: debug 2023-12-09T02:10:39.247+0000 7fe9464eac80 4 rocksdb: Options.inplace_update_support: 0 2023-12-09T02:10:39.490 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: debug 2023-12-09T02:10:39.247+0000 7fe9464eac80 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-12-09T02:10:39.490 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: debug 2023-12-09T02:10:39.247+0000 7fe9464eac80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-12-09T02:10:39.490 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: debug 2023-12-09T02:10:39.247+0000 7fe9464eac80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-12-09T02:10:39.490 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: debug 2023-12-09T02:10:39.247+0000 7fe9464eac80 4 rocksdb: Options.memtable_huge_page_size: 0 2023-12-09T02:10:39.490 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: debug 2023-12-09T02:10:39.247+0000 7fe9464eac80 4 rocksdb: Options.bloom_locality: 0 2023-12-09T02:10:39.490 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: debug 2023-12-09T02:10:39.247+0000 7fe9464eac80 4 rocksdb: Options.max_successive_merges: 0 2023-12-09T02:10:39.490 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: debug 2023-12-09T02:10:39.247+0000 7fe9464eac80 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-12-09T02:10:39.490 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: debug 2023-12-09T02:10:39.247+0000 7fe9464eac80 4 rocksdb: Options.paranoid_file_checks: 0 2023-12-09T02:10:39.490 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: debug 2023-12-09T02:10:39.247+0000 7fe9464eac80 4 rocksdb: Options.force_consistency_checks: 1 2023-12-09T02:10:39.490 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: debug 2023-12-09T02:10:39.247+0000 7fe9464eac80 4 rocksdb: Options.report_bg_io_stats: 0 2023-12-09T02:10:39.490 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: debug 2023-12-09T02:10:39.247+0000 7fe9464eac80 4 rocksdb: Options.ttl: 2592000 2023-12-09T02:10:39.491 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: debug 2023-12-09T02:10:39.247+0000 7fe9464eac80 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-12-09T02:10:39.491 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: debug 2023-12-09T02:10:39.247+0000 7fe9464eac80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2023-12-09T02:10:39.491 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: debug 2023-12-09T02:10:39.247+0000 7fe9464eac80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2023-12-09T02:10:39.491 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: debug 2023-12-09T02:10:39.247+0000 7fe9464eac80 4 rocksdb: Options.enable_blob_files: false 2023-12-09T02:10:39.491 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: debug 2023-12-09T02:10:39.247+0000 7fe9464eac80 4 rocksdb: Options.min_blob_size: 0 2023-12-09T02:10:39.491 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: debug 2023-12-09T02:10:39.247+0000 7fe9464eac80 4 rocksdb: Options.blob_file_size: 268435456 2023-12-09T02:10:39.491 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: debug 2023-12-09T02:10:39.247+0000 7fe9464eac80 4 rocksdb: Options.blob_compression_type: NoCompression 2023-12-09T02:10:39.491 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: debug 2023-12-09T02:10:39.247+0000 7fe9464eac80 4 rocksdb: Options.enable_blob_garbage_collection: false 2023-12-09T02:10:39.491 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: debug 2023-12-09T02:10:39.247+0000 7fe9464eac80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2023-12-09T02:10:39.491 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: debug 2023-12-09T02:10:39.247+0000 7fe9464eac80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2023-12-09T02:10:39.491 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: debug 2023-12-09T02:10:39.247+0000 7fe9464eac80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2023-12-09T02:10:39.491 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: debug 2023-12-09T02:10:39.247+0000 7fe9464eac80 4 rocksdb: Options.blob_file_starting_level: 0 2023-12-09T02:10:39.491 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: debug 2023-12-09T02:10:39.247+0000 7fe9464eac80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2023-12-09T02:10:39.491 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: debug 2023-12-09T02:10:39.251+0000 7fe9364a8700 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-09T02:10:39.491 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: debug 2023-12-09T02:10:39.251+0000 7fe9464eac80 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-09T02:10:39.491 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: debug 2023-12-09T02:10:39.251+0000 7fe9464eac80 4 rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-b/store.db/MANIFEST-000009 succeeded,manifest_file_number is 9, next_file_number is 44, last_sequence is 25839, log_number is 40,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2023-12-09T02:10:39.492 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: debug 2023-12-09T02:10:39.251+0000 7fe9464eac80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 40 2023-12-09T02:10:39.492 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: debug 2023-12-09T02:10:39.251+0000 7fe9464eac80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 8450a0cb-be43-4174-a829-b4a2e7127876 2023-12-09T02:10:39.492 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: debug 2023-12-09T02:10:39.251+0000 7fe9464eac80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1702087839255280, "job": 1, "event": "recovery_started", "wal_files": [40]} 2023-12-09T02:10:39.492 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: debug 2023-12-09T02:10:39.251+0000 7fe9464eac80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #40 mode 2 2023-12-09T02:10:39.492 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: debug 2023-12-09T02:10:39.259+0000 7fe9464eac80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1702087839264154, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 45, "file_size": 640935, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 25836, "largest_seqno": 26707, "table_properties": {"data_size": 637113, "index_size": 1528, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 1285, "raw_key_size": 12414, "raw_average_key_size": 24, "raw_value_size": 628590, "raw_average_value_size": 1259, "num_data_blocks": 61, "num_entries": 499, "num_filter_entries": 499, "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": 1702087839, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "8450a0cb-be43-4174-a829-b4a2e7127876", "db_session_id": "P1NKWSE09F3P12PXXFQH", "orig_file_number": 45, "seqno_to_time_mapping": "N/A"}} 2023-12-09T02:10:39.492 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: debug 2023-12-09T02:10:39.259+0000 7fe9464eac80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1702087839264320, "job": 1, "event": "recovery_finished"} 2023-12-09T02:10:39.492 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: debug 2023-12-09T02:10:39.259+0000 7fe9464eac80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 47 2023-12-09T02:10:39.492 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: debug 2023-12-09T02:10:39.259+0000 7fe9464eac80 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-09T02:10:39.492 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: debug 2023-12-09T02:10:39.263+0000 7fe9464eac80 4 rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-b/store.db/000040.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2023-12-09T02:10:39.492 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: debug 2023-12-09T02:10:39.263+0000 7fe9464eac80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x558c9fbdc000 2023-12-09T02:10:39.492 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: debug 2023-12-09T02:10:39.263+0000 7fe9464eac80 4 rocksdb: DB pointer 0x558c9fbca000 2023-12-09T02:10:39.492 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: debug 2023-12-09T02:10:39.263+0000 7fe934ca5700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2023-12-09T02:10:39.492 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: debug 2023-12-09T02:10:39.263+0000 7fe934ca5700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2023-12-09T02:10:39.492 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: ** DB Stats ** 2023-12-09T02:10:39.492 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-09T02:10:39.493 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: 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-09T02:10:39.493 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-12-09T02:10:39.493 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-09T02:10:39.493 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: 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-09T02:10:39.493 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-12-09T02:10:39.493 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-09T02:10:39.493 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: ** Compaction Stats [default] ** 2023-12-09T02:10:39.493 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: 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-09T02:10:39.493 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2023-12-09T02:10:39.493 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: L0 1/0 625.91 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 142.1 0.00 0.00 1 0.004 0 0 0.0 0.0 2023-12-09T02:10:39.493 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: L6 1/0 12.34 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-09T02:10:39.493 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: Sum 2/0 12.95 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 142.1 0.00 0.00 1 0.004 0 0 0.0 0.0 2023-12-09T02:10:39.493 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 142.1 0.00 0.00 1 0.004 0 0 0.0 0.0 2023-12-09T02:10:39.493 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: ** Compaction Stats [default] ** 2023-12-09T02:10:39.493 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: 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-09T02:10:39.494 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-09T02:10:39.494 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 142.1 0.00 0.00 1 0.004 0 0 0.0 0.0 2023-12-09T02:10:39.494 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2023-12-09T02:10:39.494 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-09T02:10:39.494 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: Flush(GB): cumulative 0.001, interval 0.001 2023-12-09T02:10:39.494 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-09T02:10:39.494 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: AddFile(Total Files): cumulative 0, interval 0 2023-12-09T02:10:39.494 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: AddFile(L0 Files): cumulative 0, interval 0 2023-12-09T02:10:39.494 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: AddFile(Keys): cumulative 0, interval 0 2023-12-09T02:10:39.494 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: Cumulative compaction: 0.00 GB write, 42.66 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-09T02:10:39.494 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: Interval compaction: 0.00 GB write, 42.66 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-09T02:10:39.494 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: 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-09T02:10:39.494 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: Block cache BinnedLRUCache@0x558c9fb3d090#6 capacity: 512.00 MB usage: 2.98 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.7e-05 secs_since: 0 2023-12-09T02:10:39.495 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: Block cache entry stats(count,size,portion): FilterBlock(1,1.41 KB,0.000268221%) IndexBlock(1,1.58 KB,0.000301003%) Misc(1,0.00 KB,0%) 2023-12-09T02:10:39.495 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: ** File Read Latency Histogram By Level [default] ** 2023-12-09T02:10:39.495 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: debug 2023-12-09T02:10:39.263+0000 7fe9464eac80 0 starting mon.b rank 2 at public addrs [v2:172.21.15.125:3300/0,v1:172.21.15.125:6789/0] at bind addrs [v2:172.21.15.125:3300/0,v1:172.21.15.125:6789/0] mon_data /var/lib/ceph/mon/ceph-b fsid 6db93fb0-9635-11ee-95a3-87774f69a715 2023-12-09T02:10:39.495 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: debug 2023-12-09T02:10:39.267+0000 7fe9464eac80 1 mon.b@-1(???) e3 preinit fsid 6db93fb0-9635-11ee-95a3-87774f69a715 2023-12-09T02:10:39.495 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: debug 2023-12-09T02:10:39.267+0000 7fe9464eac80 0 mon.b@-1(???).mds e1 new map 2023-12-09T02:10:39.495 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: debug 2023-12-09T02:10:39.267+0000 7fe9464eac80 0 mon.b@-1(???).mds e1 print_map 2023-12-09T02:10:39.495 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: e1 2023-12-09T02:10:39.495 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: enable_multiple, ever_enabled_multiple: 1,1 2023-12-09T02:10:39.495 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: 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-09T02:10:39.495 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: legacy client fscid: -1 2023-12-09T02:10:39.495 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: 2023-12-09T02:10:39.495 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: No filesystems configured 2023-12-09T02:10:39.495 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: debug 2023-12-09T02:10:39.267+0000 7fe9464eac80 0 mon.b@-1(???).osd e105 crush map has features 3314933000854323200, adjusting msgr requires 2023-12-09T02:10:39.495 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: debug 2023-12-09T02:10:39.267+0000 7fe9464eac80 0 mon.b@-1(???).osd e105 crush map has features 432629239337189376, adjusting msgr requires 2023-12-09T02:10:39.495 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: debug 2023-12-09T02:10:39.267+0000 7fe9464eac80 0 mon.b@-1(???).osd e105 crush map has features 432629239337189376, adjusting msgr requires 2023-12-09T02:10:39.496 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: debug 2023-12-09T02:10:39.267+0000 7fe9464eac80 0 mon.b@-1(???).osd e105 crush map has features 432629239337189376, adjusting msgr requires 2023-12-09T02:10:39.496 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:39 smithi125 bash[66801]: debug 2023-12-09T02:10:39.271+0000 7fe9464eac80 1 mon.b@-1(???).paxosservice(auth 1..27) refresh upgraded, format 0 -> 3 2023-12-09T02:10:41.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:41 smithi067 bash[79370]: cluster 2023-12-09T02:10:40.185765+0000 mon.b (mon.2) 2 : cluster 1 mon.b calling monitor election 2023-12-09T02:10:41.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:41 smithi067 bash[79370]: cluster 2023-12-09T02:10:40.188445+0000 mon.a (mon.0) 1023 : cluster 1 overall HEALTH_OK 2023-12-09T02:10:41.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:41 smithi067 bash[79370]: audit 2023-12-09T02:10:40.189056+0000 mon.a (mon.0) 1024 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-09T02:10:41.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:41 smithi067 bash[79370]: cluster 2023-12-09T02:10:40.189420+0000 mon.a (mon.0) 1025 : cluster 1 mon.a calling monitor election 2023-12-09T02:10:41.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:41 smithi067 bash[79370]: cluster 2023-12-09T02:10:40.189491+0000 mon.c (mon.1) 2 : cluster 1 mon.c calling monitor election 2023-12-09T02:10:41.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:41 smithi067 bash[79370]: audit 2023-12-09T02:10:40.191565+0000 mon.a (mon.0) 1026 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-09T02:10:41.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:41 smithi067 bash[79370]: audit 2023-12-09T02:10:40.192114+0000 mon.a (mon.0) 1027 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-09T02:10:41.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:41 smithi067 bash[79370]: cluster 2023-12-09T02:10:40.192782+0000 mon.a (mon.0) 1028 : cluster 1 mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2023-12-09T02:10:41.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:41 smithi067 bash[79370]: cluster 2023-12-09T02:10:40.198298+0000 mon.a (mon.0) 1029 : cluster 0 monmap e4: 3 mons at {a=[v2:172.21.15.67:3300/0,v1:172.21.15.67:6789/0],b=[v2:172.21.15.125:3300/0,v1:172.21.15.125:6789/0],c=[v2:172.21.15.67:3301/0,v1:172.21.15.67:6790/0]} removed_ranks: {} disallowed_leaders: {} 2023-12-09T02:10:41.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:41 smithi067 bash[79370]: cluster 2023-12-09T02:10:40.198868+0000 mon.a (mon.0) 1030 : cluster 0 fsmap 2023-12-09T02:10:41.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:41 smithi067 bash[79370]: cluster 2023-12-09T02:10:40.198911+0000 mon.a (mon.0) 1031 : cluster 0 osdmap e105: 8 total, 8 up, 8 in 2023-12-09T02:10:41.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:41 smithi067 bash[79370]: cluster 2023-12-09T02:10:40.199461+0000 mon.a (mon.0) 1032 : cluster 0 mgrmap e42: y(active, since 42s), standbys: x 2023-12-09T02:10:41.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:41 smithi067 bash[79370]: cluster 2023-12-09T02:10:40.204861+0000 mon.a (mon.0) 1033 : cluster 1 overall HEALTH_OK 2023-12-09T02:10:41.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:41 smithi067 bash[79370]: audit 2023-12-09T02:10:40.209515+0000 mon.a (mon.0) 1034 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:41.472 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:41 smithi067 bash[79370]: audit 2023-12-09T02:10:40.217869+0000 mon.a (mon.0) 1035 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:41.472 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:41 smithi067 bash[79370]: audit 2023-12-09T02:10:40.228454+0000 mon.a (mon.0) 1036 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:41.472 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:41 smithi067 bash[79370]: audit 2023-12-09T02:10:40.229973+0000 mon.a (mon.0) 1037 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:41.472 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:41 smithi067 bash[79370]: audit 2023-12-09T02:10:40.239548+0000 mon.a (mon.0) 1038 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:41.472 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:41 smithi067 bash[79370]: cephadm 2023-12-09T02:10:40.240633+0000 mgr.y (mgr.25480) 228 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:41.472 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:41 smithi067 bash[79370]: cephadm 2023-12-09T02:10:40.306908+0000 mgr.y (mgr.25480) 229 : cephadm 1 Reconfiguring mon.a (monmap changed)... 2023-12-09T02:10:41.472 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:41 smithi067 bash[79370]: audit 2023-12-09T02:10:40.307760+0000 mon.a (mon.0) 1039 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-09T02:10:41.472 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:41 smithi067 bash[79370]: audit 2023-12-09T02:10:40.309706+0000 mon.a (mon.0) 1040 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-09T02:10:41.472 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:41 smithi067 bash[82083]: cluster 2023-12-09T02:10:40.185765+0000 mon.b (mon.2) 2 : cluster 1 mon.b calling monitor election 2023-12-09T02:10:41.472 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:41 smithi067 bash[82083]: cluster 2023-12-09T02:10:40.188445+0000 mon.a (mon.0) 1023 : cluster 1 overall HEALTH_OK 2023-12-09T02:10:41.472 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:41 smithi067 bash[82083]: audit 2023-12-09T02:10:40.189056+0000 mon.a (mon.0) 1024 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-09T02:10:41.473 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:41 smithi067 bash[82083]: cluster 2023-12-09T02:10:40.189420+0000 mon.a (mon.0) 1025 : cluster 1 mon.a calling monitor election 2023-12-09T02:10:41.473 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:41 smithi067 bash[82083]: cluster 2023-12-09T02:10:40.189491+0000 mon.c (mon.1) 2 : cluster 1 mon.c calling monitor election 2023-12-09T02:10:41.473 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:41 smithi067 bash[82083]: audit 2023-12-09T02:10:40.191565+0000 mon.a (mon.0) 1026 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-09T02:10:41.473 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:41 smithi067 bash[82083]: audit 2023-12-09T02:10:40.192114+0000 mon.a (mon.0) 1027 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-09T02:10:41.473 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:41 smithi067 bash[82083]: cluster 2023-12-09T02:10:40.192782+0000 mon.a (mon.0) 1028 : cluster 1 mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2023-12-09T02:10:41.473 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:41 smithi067 bash[82083]: cluster 2023-12-09T02:10:40.198298+0000 mon.a (mon.0) 1029 : cluster 0 monmap e4: 3 mons at {a=[v2:172.21.15.67:3300/0,v1:172.21.15.67:6789/0],b=[v2:172.21.15.125:3300/0,v1:172.21.15.125:6789/0],c=[v2:172.21.15.67:3301/0,v1:172.21.15.67:6790/0]} removed_ranks: {} disallowed_leaders: {} 2023-12-09T02:10:41.473 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:41 smithi067 bash[82083]: cluster 2023-12-09T02:10:40.198868+0000 mon.a (mon.0) 1030 : cluster 0 fsmap 2023-12-09T02:10:41.473 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:41 smithi067 bash[82083]: cluster 2023-12-09T02:10:40.198911+0000 mon.a (mon.0) 1031 : cluster 0 osdmap e105: 8 total, 8 up, 8 in 2023-12-09T02:10:41.473 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:41 smithi067 bash[82083]: cluster 2023-12-09T02:10:40.199461+0000 mon.a (mon.0) 1032 : cluster 0 mgrmap e42: y(active, since 42s), standbys: x 2023-12-09T02:10:41.473 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:41 smithi067 bash[82083]: cluster 2023-12-09T02:10:40.204861+0000 mon.a (mon.0) 1033 : cluster 1 overall HEALTH_OK 2023-12-09T02:10:41.473 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:41 smithi067 bash[82083]: audit 2023-12-09T02:10:40.209515+0000 mon.a (mon.0) 1034 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:41.473 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:41 smithi067 bash[82083]: audit 2023-12-09T02:10:40.217869+0000 mon.a (mon.0) 1035 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:41.473 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:41 smithi067 bash[82083]: audit 2023-12-09T02:10:40.228454+0000 mon.a (mon.0) 1036 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:41.473 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:41 smithi067 bash[82083]: audit 2023-12-09T02:10:40.229973+0000 mon.a (mon.0) 1037 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:41.473 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:41 smithi067 bash[82083]: audit 2023-12-09T02:10:40.239548+0000 mon.a (mon.0) 1038 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:41.474 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:41 smithi067 bash[82083]: cephadm 2023-12-09T02:10:40.240633+0000 mgr.y (mgr.25480) 228 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:41.474 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:41 smithi067 bash[82083]: cephadm 2023-12-09T02:10:40.306908+0000 mgr.y (mgr.25480) 229 : cephadm 1 Reconfiguring mon.a (monmap changed)... 2023-12-09T02:10:41.474 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:41 smithi067 bash[82083]: audit 2023-12-09T02:10:40.307760+0000 mon.a (mon.0) 1039 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-09T02:10:41.474 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:41 smithi067 bash[82083]: audit 2023-12-09T02:10:40.309706+0000 mon.a (mon.0) 1040 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-09T02:10:41.474 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:41 smithi067 bash[82083]: audit 2023-12-09T02:10:40.311535+0000 mon.a (mon.0) 1041 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:41.474 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:41 smithi067 bash[82083]: cephadm 2023-12-09T02:10:40.313433+0000 mgr.y (mgr.25480) 230 : cephadm 1 Reconfiguring daemon mon.a on smithi067 2023-12-09T02:10:41.474 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:41 smithi067 bash[79370]: audit 2023-12-09T02:10:40.311535+0000 mon.a (mon.0) 1041 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:41.474 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:41 smithi067 bash[79370]: cephadm 2023-12-09T02:10:40.313433+0000 mgr.y (mgr.25480) 230 : cephadm 1 Reconfiguring daemon mon.a on smithi067 2023-12-09T02:10:41.474 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:41 smithi125 bash[66801]: cluster 2023-12-09T02:10:40.185765+0000 mon.b (mon.2) 2 : cluster 1 mon.b calling monitor election 2023-12-09T02:10:41.475 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:41 smithi125 bash[66801]: cluster 2023-12-09T02:10:40.188445+0000 mon.a (mon.0) 1023 : cluster 1 overall HEALTH_OK 2023-12-09T02:10:41.475 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:41 smithi125 bash[66801]: audit 2023-12-09T02:10:40.189056+0000 mon.a (mon.0) 1024 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-09T02:10:41.475 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:41 smithi125 bash[66801]: cluster 2023-12-09T02:10:40.189420+0000 mon.a (mon.0) 1025 : cluster 1 mon.a calling monitor election 2023-12-09T02:10:41.475 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:41 smithi125 bash[66801]: cluster 2023-12-09T02:10:40.189491+0000 mon.c (mon.1) 2 : cluster 1 mon.c calling monitor election 2023-12-09T02:10:41.475 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:41 smithi125 bash[66801]: audit 2023-12-09T02:10:40.191565+0000 mon.a (mon.0) 1026 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-09T02:10:41.475 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:41 smithi125 bash[66801]: audit 2023-12-09T02:10:40.192114+0000 mon.a (mon.0) 1027 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-09T02:10:41.475 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:41 smithi125 bash[66801]: cluster 2023-12-09T02:10:40.192782+0000 mon.a (mon.0) 1028 : cluster 1 mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2023-12-09T02:10:41.475 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:41 smithi125 bash[66801]: cluster 2023-12-09T02:10:40.198298+0000 mon.a (mon.0) 1029 : cluster 0 monmap e4: 3 mons at {a=[v2:172.21.15.67:3300/0,v1:172.21.15.67:6789/0],b=[v2:172.21.15.125:3300/0,v1:172.21.15.125:6789/0],c=[v2:172.21.15.67:3301/0,v1:172.21.15.67:6790/0]} removed_ranks: {} disallowed_leaders: {} 2023-12-09T02:10:41.475 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:41 smithi125 bash[66801]: cluster 2023-12-09T02:10:40.198868+0000 mon.a (mon.0) 1030 : cluster 0 fsmap 2023-12-09T02:10:41.475 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:41 smithi125 bash[66801]: cluster 2023-12-09T02:10:40.198911+0000 mon.a (mon.0) 1031 : cluster 0 osdmap e105: 8 total, 8 up, 8 in 2023-12-09T02:10:41.475 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:41 smithi125 bash[66801]: cluster 2023-12-09T02:10:40.199461+0000 mon.a (mon.0) 1032 : cluster 0 mgrmap e42: y(active, since 42s), standbys: x 2023-12-09T02:10:41.475 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:41 smithi125 bash[66801]: cluster 2023-12-09T02:10:40.204861+0000 mon.a (mon.0) 1033 : cluster 1 overall HEALTH_OK 2023-12-09T02:10:41.475 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:41 smithi125 bash[66801]: audit 2023-12-09T02:10:40.209515+0000 mon.a (mon.0) 1034 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:41.475 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:41 smithi125 bash[66801]: audit 2023-12-09T02:10:40.217869+0000 mon.a (mon.0) 1035 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:41.475 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:41 smithi125 bash[66801]: audit 2023-12-09T02:10:40.228454+0000 mon.a (mon.0) 1036 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:41.476 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:41 smithi125 bash[66801]: audit 2023-12-09T02:10:40.229973+0000 mon.a (mon.0) 1037 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:10:41.476 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:41 smithi125 bash[66801]: audit 2023-12-09T02:10:40.239548+0000 mon.a (mon.0) 1038 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:41.476 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:41 smithi125 bash[66801]: cephadm 2023-12-09T02:10:40.240633+0000 mgr.y (mgr.25480) 228 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:10:41.476 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:41 smithi125 bash[66801]: cephadm 2023-12-09T02:10:40.306908+0000 mgr.y (mgr.25480) 229 : cephadm 1 Reconfiguring mon.a (monmap changed)... 2023-12-09T02:10:41.476 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:41 smithi125 bash[66801]: audit 2023-12-09T02:10:40.307760+0000 mon.a (mon.0) 1039 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-09T02:10:41.476 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:41 smithi125 bash[66801]: audit 2023-12-09T02:10:40.309706+0000 mon.a (mon.0) 1040 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-09T02:10:41.476 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:41 smithi125 bash[66801]: audit 2023-12-09T02:10:40.311535+0000 mon.a (mon.0) 1041 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:41.476 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:41 smithi125 bash[66801]: cephadm 2023-12-09T02:10:40.313433+0000 mgr.y (mgr.25480) 230 : cephadm 1 Reconfiguring daemon mon.a on smithi067 2023-12-09T02:10:42.469 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:42 smithi067 bash[79370]: cluster 2023-12-09T02:10:41.541585+0000 mgr.y (mgr.25480) 231 : cluster 0 pgmap v25: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:10:42.470 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:42 smithi067 bash[82083]: cluster 2023-12-09T02:10:41.541585+0000 mgr.y (mgr.25480) 231 : cluster 0 pgmap v25: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:10:42.472 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:42 smithi125 bash[66801]: cluster 2023-12-09T02:10:41.541585+0000 mgr.y (mgr.25480) 231 : cluster 0 pgmap v25: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:10:43.469 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:43 smithi067 bash[79370]: audit 2023-12-09T02:10:42.631425+0000 mon.a (mon.0) 1042 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:10:43.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:43 smithi067 bash[79370]: audit 2023-12-09T02:10:42.678950+0000 mon.a (mon.0) 1043 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:43.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:43 smithi067 bash[79370]: audit 2023-12-09T02:10:42.688050+0000 mon.a (mon.0) 1044 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:43.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:43 smithi067 bash[79370]: audit 2023-12-09T02:10:42.736478+0000 mon.a (mon.0) 1045 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-09T02:10:43.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:43 smithi067 bash[79370]: audit 2023-12-09T02:10:42.738649+0000 mon.a (mon.0) 1046 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-09T02:10:43.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:43 smithi067 bash[79370]: audit 2023-12-09T02:10:42.740772+0000 mon.a (mon.0) 1047 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:43.470 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:43 smithi067 bash[82083]: audit 2023-12-09T02:10:42.631425+0000 mon.a (mon.0) 1042 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:10:43.470 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:43 smithi067 bash[82083]: audit 2023-12-09T02:10:42.678950+0000 mon.a (mon.0) 1043 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:43.470 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:43 smithi067 bash[82083]: audit 2023-12-09T02:10:42.688050+0000 mon.a (mon.0) 1044 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:43.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:43 smithi067 bash[82083]: audit 2023-12-09T02:10:42.736478+0000 mon.a (mon.0) 1045 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-09T02:10:43.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:43 smithi067 bash[82083]: audit 2023-12-09T02:10:42.738649+0000 mon.a (mon.0) 1046 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-09T02:10:43.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:43 smithi067 bash[82083]: audit 2023-12-09T02:10:42.740772+0000 mon.a (mon.0) 1047 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:43.472 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:43 smithi125 bash[66801]: audit 2023-12-09T02:10:42.631425+0000 mon.a (mon.0) 1042 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:10:43.472 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:43 smithi125 bash[66801]: audit 2023-12-09T02:10:42.678950+0000 mon.a (mon.0) 1043 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:43.472 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:43 smithi125 bash[66801]: audit 2023-12-09T02:10:42.688050+0000 mon.a (mon.0) 1044 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:43.472 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:43 smithi125 bash[66801]: audit 2023-12-09T02:10:42.736478+0000 mon.a (mon.0) 1045 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-09T02:10:43.472 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:43 smithi125 bash[66801]: audit 2023-12-09T02:10:42.738649+0000 mon.a (mon.0) 1046 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-09T02:10:43.473 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:43 smithi125 bash[66801]: audit 2023-12-09T02:10:42.740772+0000 mon.a (mon.0) 1047 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:44.109 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:10:43 smithi067 bash[75618]: ::ffff:172.21.15.125 - - [09/Dec/2023:02:10:43] "GET /metrics HTTP/1.1" 200 38188 "" "Prometheus/2.33.4" 2023-12-09T02:10:44.431 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:44 smithi067 bash[79370]: cephadm 2023-12-09T02:10:42.735740+0000 mgr.y (mgr.25480) 232 : cephadm 1 Reconfiguring mgr.y (monmap changed)... 2023-12-09T02:10:44.432 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:44 smithi067 bash[79370]: cephadm 2023-12-09T02:10:42.742993+0000 mgr.y (mgr.25480) 233 : cephadm 1 Reconfiguring daemon mgr.y on smithi067 2023-12-09T02:10:44.432 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:44 smithi067 bash[79370]: cluster 2023-12-09T02:10:43.543161+0000 mgr.y (mgr.25480) 234 : cluster 0 pgmap v26: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:10:44.432 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:44 smithi067 bash[82083]: cephadm 2023-12-09T02:10:42.735740+0000 mgr.y (mgr.25480) 232 : cephadm 1 Reconfiguring mgr.y (monmap changed)... 2023-12-09T02:10:44.432 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:44 smithi067 bash[82083]: cephadm 2023-12-09T02:10:42.742993+0000 mgr.y (mgr.25480) 233 : cephadm 1 Reconfiguring daemon mgr.y on smithi067 2023-12-09T02:10:44.432 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:44 smithi067 bash[82083]: cluster 2023-12-09T02:10:43.543161+0000 mgr.y (mgr.25480) 234 : cluster 0 pgmap v26: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:10:44.433 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:10:44 smithi067 bash[75618]: debug 2023-12-09T02:10:44.284+0000 7f0641e91700 -1 mgr.server handle_report got status from non-daemon mon.b 2023-12-09T02:10:44.472 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:44 smithi125 bash[66801]: cephadm 2023-12-09T02:10:42.735740+0000 mgr.y (mgr.25480) 232 : cephadm 1 Reconfiguring mgr.y (monmap changed)... 2023-12-09T02:10:44.473 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:44 smithi125 bash[66801]: cephadm 2023-12-09T02:10:42.742993+0000 mgr.y (mgr.25480) 233 : cephadm 1 Reconfiguring daemon mgr.y on smithi067 2023-12-09T02:10:44.473 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:44 smithi125 bash[66801]: cluster 2023-12-09T02:10:43.543161+0000 mgr.y (mgr.25480) 234 : cluster 0 pgmap v26: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:10:45.111 INFO:teuthology.orchestra.run.smithi067.stdout:true 2023-12-09T02:10:45.886 INFO:teuthology.orchestra.run.smithi067.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-09T02:10:45.887 INFO:teuthology.orchestra.run.smithi067.stdout:agent.smithi067 smithi067 running 11s ago 17m - - 2023-12-09T02:10:45.887 INFO:teuthology.orchestra.run.smithi067.stdout:agent.smithi125 smithi125 running 12s ago 17m - - 2023-12-09T02:10:45.887 INFO:teuthology.orchestra.run.smithi067.stdout:alertmanager.a smithi067 *:9093,9094 running (3m) 11s ago 10m 15.8M - 0.23.0 ba2b418f427c 6ec817f342b5 2023-12-09T02:10:45.887 INFO:teuthology.orchestra.run.smithi067.stdout:grafana.a smithi125 *:3000 running (2m) 12s ago 9m 42.6M - 8.3.5 dad864ee21e9 40cbacae8259 2023-12-09T02:10:45.887 INFO:teuthology.orchestra.run.smithi067.stdout:iscsi.foo.smithi067.oajywc smithi067 running (92s) 11s ago 7m 45.6M - 3.5 e1d6a67b021e 3e5a20a58ce4 2023-12-09T02:10:45.887 INFO:teuthology.orchestra.run.smithi067.stdout:mgr.x smithi125 *:8443,9283,8765 running (80s) 12s ago 16m 431M - 19.0.0-44-g9dcc13bb f28f2b94f153 d59f2ab74456 2023-12-09T02:10:45.888 INFO:teuthology.orchestra.run.smithi067.stdout:mgr.y smithi067 *:8443,9283,8765 running (110s) 11s ago 18m 491M - 19.0.0-44-g9dcc13bb f28f2b94f153 b0e5c689c1a6 2023-12-09T02:10:45.888 INFO:teuthology.orchestra.run.smithi067.stdout:mon.a smithi067 running (59s) 11s ago 18m 45.1M 2048M 19.0.0-44-g9dcc13bb f28f2b94f153 f5f188bf2880 2023-12-09T02:10:45.888 INFO:teuthology.orchestra.run.smithi067.stdout:mon.b smithi125 starting - - - 2048M 2023-12-09T02:10:45.888 INFO:teuthology.orchestra.run.smithi067.stdout:mon.c smithi067 running (27s) 11s ago 16m 33.4M 2048M 19.0.0-44-g9dcc13bb f28f2b94f153 37f7376908df 2023-12-09T02:10:45.888 INFO:teuthology.orchestra.run.smithi067.stdout:node-exporter.a smithi067 *:9100 running (3m) 11s ago 10m 11.5M - 1.3.1 1dbe0e931976 f40a7a952aae 2023-12-09T02:10:45.888 INFO:teuthology.orchestra.run.smithi067.stdout:node-exporter.b smithi125 *:9100 running (2m) 12s ago 10m 11.3M - 1.3.1 1dbe0e931976 47a93b654521 2023-12-09T02:10:45.889 INFO:teuthology.orchestra.run.smithi067.stdout:osd.0 smithi067 running (15m) 11s ago 15m 60.7M 4096M 17.2.0 e1d6a67b021e 8028f118e61c 2023-12-09T02:10:45.889 INFO:teuthology.orchestra.run.smithi067.stdout:osd.1 smithi067 running (15m) 11s ago 15m 62.7M 4096M 17.2.0 e1d6a67b021e d8a826789ab9 2023-12-09T02:10:45.889 INFO:teuthology.orchestra.run.smithi067.stdout:osd.2 smithi067 running (14m) 11s ago 14m 55.5M 4096M 17.2.0 e1d6a67b021e 4a0ed55ab397 2023-12-09T02:10:45.889 INFO:teuthology.orchestra.run.smithi067.stdout:osd.3 smithi067 running (13m) 11s ago 13m 59.1M 4096M 17.2.0 e1d6a67b021e 200513eb3289 2023-12-09T02:10:45.889 INFO:teuthology.orchestra.run.smithi067.stdout:osd.4 smithi125 running (13m) 12s ago 13m 61.9M 4096M 17.2.0 e1d6a67b021e 03a86e583fa8 2023-12-09T02:10:45.889 INFO:teuthology.orchestra.run.smithi067.stdout:osd.5 smithi125 running (12m) 12s ago 12m 57.5M 4096M 17.2.0 e1d6a67b021e 69bedd006f74 2023-12-09T02:10:45.889 INFO:teuthology.orchestra.run.smithi067.stdout:osd.6 smithi125 running (12m) 12s ago 12m 55.7M 4096M 17.2.0 e1d6a67b021e 30344497f6d2 2023-12-09T02:10:45.890 INFO:teuthology.orchestra.run.smithi067.stdout:osd.7 smithi125 running (11m) 12s ago 11m 59.2M 4096M 17.2.0 e1d6a67b021e 8791b422aafd 2023-12-09T02:10:45.890 INFO:teuthology.orchestra.run.smithi067.stdout:prometheus.a smithi125 *:9095 running (87s) 12s ago 10m 54.9M - 2.33.4 514e6a882f6e c0781044780a 2023-12-09T02:10:45.890 INFO:teuthology.orchestra.run.smithi067.stdout:rgw.foo.smithi067.rqvsfw smithi067 *:8000 running (8m) 11s ago 8m 88.5M - 17.2.0 e1d6a67b021e 72086955a09f 2023-12-09T02:10:45.890 INFO:teuthology.orchestra.run.smithi067.stdout:rgw.foo.smithi125.wanndy smithi125 *:8000 running (7m) 12s ago 7m 88.4M - 17.2.0 e1d6a67b021e 89b35e95d314 2023-12-09T02:10:45.890 INFO:teuthology.orchestra.run.smithi067.stdout:rgw.smpl.smithi067.mukdcu smithi067 *:80 running (7m) 11s ago 7m 88.0M - 17.2.0 e1d6a67b021e b813f19c7bee 2023-12-09T02:10:45.890 INFO:teuthology.orchestra.run.smithi067.stdout:rgw.smpl.smithi125.ngrzpa smithi125 *:80 running (7m) 12s ago 7m 88.9M - 17.2.0 e1d6a67b021e 96b29ebc04e4 2023-12-09T02:10:46.335 INFO:teuthology.orchestra.run.smithi067.stdout:{ 2023-12-09T02:10:46.335 INFO:teuthology.orchestra.run.smithi067.stdout: "mon": { 2023-12-09T02:10:46.335 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 19.0.0-44-g9dcc13bb (9dcc13bb80dcc1cdea72b04d80505b4649a2b882) reef (dev)": 3 2023-12-09T02:10:46.335 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2023-12-09T02:10:46.335 INFO:teuthology.orchestra.run.smithi067.stdout: "mgr": { 2023-12-09T02:10:46.335 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 19.0.0-44-g9dcc13bb (9dcc13bb80dcc1cdea72b04d80505b4649a2b882) reef (dev)": 2 2023-12-09T02:10:46.335 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2023-12-09T02:10:46.335 INFO:teuthology.orchestra.run.smithi067.stdout: "osd": { 2023-12-09T02:10:46.336 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-09T02:10:46.336 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2023-12-09T02:10:46.336 INFO:teuthology.orchestra.run.smithi067.stdout: "rgw": { 2023-12-09T02:10:46.336 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2023-12-09T02:10:46.336 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2023-12-09T02:10:46.336 INFO:teuthology.orchestra.run.smithi067.stdout: "overall": { 2023-12-09T02:10:46.336 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 12, 2023-12-09T02:10:46.336 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 19.0.0-44-g9dcc13bb (9dcc13bb80dcc1cdea72b04d80505b4649a2b882) reef (dev)": 5 2023-12-09T02:10:46.336 INFO:teuthology.orchestra.run.smithi067.stdout: } 2023-12-09T02:10:46.336 INFO:teuthology.orchestra.run.smithi067.stdout:} 2023-12-09T02:10:46.442 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:45 smithi067 bash[79370]: audit 2023-12-09T02:10:44.987108+0000 mon.a (mon.0) 1048 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:46.445 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:45 smithi067 bash[79370]: audit 2023-12-09T02:10:44.995380+0000 mon.a (mon.0) 1049 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:46.445 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:45 smithi067 bash[79370]: cephadm 2023-12-09T02:10:45.012720+0000 mgr.y (mgr.25480) 235 : cephadm 1 Reconfiguring mon.c (monmap changed)... 2023-12-09T02:10:46.445 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:45 smithi067 bash[79370]: audit 2023-12-09T02:10:45.013254+0000 mon.a (mon.0) 1050 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-09T02:10:46.445 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:45 smithi067 bash[79370]: audit 2023-12-09T02:10:45.014838+0000 mon.a (mon.0) 1051 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-09T02:10:46.446 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:45 smithi067 bash[79370]: audit 2023-12-09T02:10:45.016333+0000 mon.a (mon.0) 1052 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:46.446 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:45 smithi067 bash[79370]: cephadm 2023-12-09T02:10:45.018201+0000 mgr.y (mgr.25480) 236 : cephadm 1 Reconfiguring daemon mon.c on smithi067 2023-12-09T02:10:46.446 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:45 smithi067 bash[79370]: audit 2023-12-09T02:10:45.095245+0000 mgr.y (mgr.25480) 237 : audit 0 from='client.44101 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:10:46.446 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:45 smithi067 bash[79370]: audit 2023-12-09T02:10:45.490823+0000 mgr.y (mgr.25480) 238 : audit 0 from='client.44107 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:10:46.446 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:45 smithi067 bash[79370]: cluster 2023-12-09T02:10:45.543720+0000 mgr.y (mgr.25480) 239 : cluster 0 pgmap v27: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:10:46.447 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:45 smithi067 bash[82083]: audit 2023-12-09T02:10:44.987108+0000 mon.a (mon.0) 1048 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:46.447 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:45 smithi067 bash[82083]: audit 2023-12-09T02:10:44.995380+0000 mon.a (mon.0) 1049 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:46.447 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:45 smithi067 bash[82083]: cephadm 2023-12-09T02:10:45.012720+0000 mgr.y (mgr.25480) 235 : cephadm 1 Reconfiguring mon.c (monmap changed)... 2023-12-09T02:10:46.447 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:45 smithi067 bash[82083]: audit 2023-12-09T02:10:45.013254+0000 mon.a (mon.0) 1050 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-09T02:10:46.447 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:45 smithi067 bash[82083]: audit 2023-12-09T02:10:45.014838+0000 mon.a (mon.0) 1051 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-09T02:10:46.447 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:45 smithi067 bash[82083]: audit 2023-12-09T02:10:45.016333+0000 mon.a (mon.0) 1052 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:46.447 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:45 smithi067 bash[82083]: cephadm 2023-12-09T02:10:45.018201+0000 mgr.y (mgr.25480) 236 : cephadm 1 Reconfiguring daemon mon.c on smithi067 2023-12-09T02:10:46.448 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:45 smithi067 bash[82083]: audit 2023-12-09T02:10:45.095245+0000 mgr.y (mgr.25480) 237 : audit 0 from='client.44101 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:10:46.448 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:45 smithi067 bash[82083]: audit 2023-12-09T02:10:45.490823+0000 mgr.y (mgr.25480) 238 : audit 0 from='client.44107 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:10:46.448 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:45 smithi067 bash[82083]: cluster 2023-12-09T02:10:45.543720+0000 mgr.y (mgr.25480) 239 : cluster 0 pgmap v27: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:10:46.473 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:45 smithi125 bash[66801]: audit 2023-12-09T02:10:44.987108+0000 mon.a (mon.0) 1048 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:46.473 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:45 smithi125 bash[66801]: audit 2023-12-09T02:10:44.995380+0000 mon.a (mon.0) 1049 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:46.474 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:45 smithi125 bash[66801]: cephadm 2023-12-09T02:10:45.012720+0000 mgr.y (mgr.25480) 235 : cephadm 1 Reconfiguring mon.c (monmap changed)... 2023-12-09T02:10:46.474 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:45 smithi125 bash[66801]: audit 2023-12-09T02:10:45.013254+0000 mon.a (mon.0) 1050 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-09T02:10:46.474 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:45 smithi125 bash[66801]: audit 2023-12-09T02:10:45.014838+0000 mon.a (mon.0) 1051 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-09T02:10:46.474 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:45 smithi125 bash[66801]: audit 2023-12-09T02:10:45.016333+0000 mon.a (mon.0) 1052 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:46.474 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:45 smithi125 bash[66801]: cephadm 2023-12-09T02:10:45.018201+0000 mgr.y (mgr.25480) 236 : cephadm 1 Reconfiguring daemon mon.c on smithi067 2023-12-09T02:10:46.474 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:45 smithi125 bash[66801]: audit 2023-12-09T02:10:45.095245+0000 mgr.y (mgr.25480) 237 : audit 0 from='client.44101 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:10:46.474 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:45 smithi125 bash[66801]: audit 2023-12-09T02:10:45.490823+0000 mgr.y (mgr.25480) 238 : audit 0 from='client.44107 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:10:46.474 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:45 smithi125 bash[66801]: cluster 2023-12-09T02:10:45.543720+0000 mgr.y (mgr.25480) 239 : cluster 0 pgmap v27: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:10:46.728 INFO:teuthology.orchestra.run.smithi067.stdout:{ 2023-12-09T02:10:46.728 INFO:teuthology.orchestra.run.smithi067.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:9dcc13bb80dcc1cdea72b04d80505b4649a2b882", 2023-12-09T02:10:46.728 INFO:teuthology.orchestra.run.smithi067.stdout: "in_progress": true, 2023-12-09T02:10:46.728 INFO:teuthology.orchestra.run.smithi067.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-09T02:10:46.728 INFO:teuthology.orchestra.run.smithi067.stdout: "services_complete": [ 2023-12-09T02:10:46.729 INFO:teuthology.orchestra.run.smithi067.stdout: "mgr" 2023-12-09T02:10:46.729 INFO:teuthology.orchestra.run.smithi067.stdout: ], 2023-12-09T02:10:46.729 INFO:teuthology.orchestra.run.smithi067.stdout: "progress": "4/23 daemons upgraded", 2023-12-09T02:10:46.729 INFO:teuthology.orchestra.run.smithi067.stdout: "message": "Currently upgrading mon daemons", 2023-12-09T02:10:46.729 INFO:teuthology.orchestra.run.smithi067.stdout: "is_paused": false 2023-12-09T02:10:46.729 INFO:teuthology.orchestra.run.smithi067.stdout:} 2023-12-09T02:10:47.192 INFO:teuthology.orchestra.run.smithi067.stdout:HEALTH_OK 2023-12-09T02:10:47.219 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:46 smithi067 bash[82083]: audit 2023-12-09T02:10:45.861633+0000 mgr.y (mgr.25480) 240 : audit 0 from='client.44113 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:10:47.219 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:46 smithi067 bash[82083]: audit 2023-12-09T02:10:46.334576+0000 mon.a (mon.0) 1053 : audit 0 from='client.? 172.21.15.67:0/1513087973' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:47.219 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:46 smithi067 bash[79370]: audit 2023-12-09T02:10:45.861633+0000 mgr.y (mgr.25480) 240 : audit 0 from='client.44113 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:10:47.220 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:46 smithi067 bash[79370]: audit 2023-12-09T02:10:46.334576+0000 mon.a (mon.0) 1053 : audit 0 from='client.? 172.21.15.67:0/1513087973' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:47.472 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:46 smithi125 bash[66801]: audit 2023-12-09T02:10:45.861633+0000 mgr.y (mgr.25480) 240 : audit 0 from='client.44113 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:10:47.472 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:46 smithi125 bash[66801]: audit 2023-12-09T02:10:46.334576+0000 mon.a (mon.0) 1053 : audit 0 from='client.? 172.21.15.67:0/1513087973' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:10:48.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:48 smithi067 bash[79370]: audit 2023-12-09T02:10:46.727460+0000 mgr.y (mgr.25480) 241 : audit 0 from='client.34194 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:10:48.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:48 smithi067 bash[79370]: audit 2023-12-09T02:10:47.191771+0000 mon.c (mon.1) 3 : audit 0 from='client.? 172.21.15.67:0/2798969743' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-09T02:10:48.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:48 smithi067 bash[79370]: audit 2023-12-09T02:10:47.393633+0000 mon.a (mon.0) 1054 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:48.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:48 smithi067 bash[79370]: audit 2023-12-09T02:10:47.404820+0000 mon.a (mon.0) 1055 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:48.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:48 smithi067 bash[79370]: cephadm 2023-12-09T02:10:47.440116+0000 mgr.y (mgr.25480) 242 : cephadm 1 Reconfiguring osd.0 (monmap changed)... 2023-12-09T02:10:48.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:48 smithi067 bash[79370]: audit 2023-12-09T02:10:47.440805+0000 mon.a (mon.0) 1056 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-09T02:10:48.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:48 smithi067 bash[79370]: audit 2023-12-09T02:10:47.442718+0000 mon.a (mon.0) 1057 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:48.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:48 smithi067 bash[79370]: cephadm 2023-12-09T02:10:47.448739+0000 mgr.y (mgr.25480) 243 : cephadm 1 Reconfiguring daemon osd.0 on smithi067 2023-12-09T02:10:48.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:48 smithi067 bash[79370]: cluster 2023-12-09T02:10:47.544508+0000 mgr.y (mgr.25480) 244 : cluster 0 pgmap v28: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:10:48.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:48 smithi067 bash[82083]: audit 2023-12-09T02:10:46.727460+0000 mgr.y (mgr.25480) 241 : audit 0 from='client.34194 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:10:48.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:48 smithi067 bash[82083]: audit 2023-12-09T02:10:47.191771+0000 mon.c (mon.1) 3 : audit 0 from='client.? 172.21.15.67:0/2798969743' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-09T02:10:48.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:48 smithi067 bash[82083]: audit 2023-12-09T02:10:47.393633+0000 mon.a (mon.0) 1054 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:48.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:48 smithi067 bash[82083]: audit 2023-12-09T02:10:47.404820+0000 mon.a (mon.0) 1055 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:48.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:48 smithi067 bash[82083]: cephadm 2023-12-09T02:10:47.440116+0000 mgr.y (mgr.25480) 242 : cephadm 1 Reconfiguring osd.0 (monmap changed)... 2023-12-09T02:10:48.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:48 smithi067 bash[82083]: audit 2023-12-09T02:10:47.440805+0000 mon.a (mon.0) 1056 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-09T02:10:48.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:48 smithi067 bash[82083]: audit 2023-12-09T02:10:47.442718+0000 mon.a (mon.0) 1057 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:48.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:48 smithi067 bash[82083]: cephadm 2023-12-09T02:10:47.448739+0000 mgr.y (mgr.25480) 243 : cephadm 1 Reconfiguring daemon osd.0 on smithi067 2023-12-09T02:10:48.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:48 smithi067 bash[82083]: cluster 2023-12-09T02:10:47.544508+0000 mgr.y (mgr.25480) 244 : cluster 0 pgmap v28: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:10:48.478 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:48 smithi125 bash[66801]: audit 2023-12-09T02:10:46.727460+0000 mgr.y (mgr.25480) 241 : audit 0 from='client.34194 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:10:48.478 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:48 smithi125 bash[66801]: audit 2023-12-09T02:10:47.191771+0000 mon.c (mon.1) 3 : audit 0 from='client.? 172.21.15.67:0/2798969743' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-09T02:10:48.479 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:48 smithi125 bash[66801]: audit 2023-12-09T02:10:47.393633+0000 mon.a (mon.0) 1054 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:48.479 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:48 smithi125 bash[66801]: audit 2023-12-09T02:10:47.404820+0000 mon.a (mon.0) 1055 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:48.479 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:48 smithi125 bash[66801]: cephadm 2023-12-09T02:10:47.440116+0000 mgr.y (mgr.25480) 242 : cephadm 1 Reconfiguring osd.0 (monmap changed)... 2023-12-09T02:10:48.479 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:48 smithi125 bash[66801]: audit 2023-12-09T02:10:47.440805+0000 mon.a (mon.0) 1056 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-09T02:10:48.479 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:48 smithi125 bash[66801]: audit 2023-12-09T02:10:47.442718+0000 mon.a (mon.0) 1057 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:48.479 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:48 smithi125 bash[66801]: cephadm 2023-12-09T02:10:47.448739+0000 mgr.y (mgr.25480) 243 : cephadm 1 Reconfiguring daemon osd.0 on smithi067 2023-12-09T02:10:48.479 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:48 smithi125 bash[66801]: cluster 2023-12-09T02:10:47.544508+0000 mgr.y (mgr.25480) 244 : cluster 0 pgmap v28: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:10:48.972 INFO:journalctl@ceph.prometheus.a.smithi125.stdout:Dec 09 02:10:48 smithi125 bash[62302]: ts=2023-12-09T02:10: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.67\", device_class=\"ssd\", hostname=\"smithi067\", instance=\"smithi067:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.67\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.67\", device_class=\"ssd\", hostname=\"smithi067\", instance=\"172.21.15.125:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.67\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-09T02:10:49.718 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:49 smithi125 bash[66801]: audit 2023-12-09T02:10:48.574042+0000 mgr.y (mgr.25480) 245 : audit 0 from='client.25420 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:10:49.719 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:49 smithi067 bash[82083]: audit 2023-12-09T02:10:48.574042+0000 mgr.y (mgr.25480) 245 : audit 0 from='client.25420 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:10:49.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:49 smithi067 bash[79370]: audit 2023-12-09T02:10:48.574042+0000 mgr.y (mgr.25480) 245 : audit 0 from='client.25420 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:10:50.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:50 smithi067 bash[79370]: cluster 2023-12-09T02:10:49.546254+0000 mgr.y (mgr.25480) 246 : cluster 0 pgmap v29: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:10:50.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:50 smithi067 bash[79370]: audit 2023-12-09T02:10:49.865245+0000 mon.a (mon.0) 1058 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:50.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:50 smithi067 bash[79370]: audit 2023-12-09T02:10:49.875960+0000 mon.a (mon.0) 1059 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:50.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:50 smithi067 bash[79370]: audit 2023-12-09T02:10:49.918741+0000 mon.a (mon.0) 1060 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-12-09T02:10:50.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:50 smithi067 bash[79370]: audit 2023-12-09T02:10:49.920231+0000 mon.a (mon.0) 1061 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:50.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:50 smithi067 bash[82083]: cluster 2023-12-09T02:10:49.546254+0000 mgr.y (mgr.25480) 246 : cluster 0 pgmap v29: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:10:50.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:50 smithi067 bash[82083]: audit 2023-12-09T02:10:49.865245+0000 mon.a (mon.0) 1058 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:50.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:50 smithi067 bash[82083]: audit 2023-12-09T02:10:49.875960+0000 mon.a (mon.0) 1059 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:50.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:50 smithi067 bash[82083]: audit 2023-12-09T02:10:49.918741+0000 mon.a (mon.0) 1060 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-12-09T02:10:50.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:50 smithi067 bash[82083]: audit 2023-12-09T02:10:49.920231+0000 mon.a (mon.0) 1061 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:50.722 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:50 smithi125 bash[66801]: cluster 2023-12-09T02:10:49.546254+0000 mgr.y (mgr.25480) 246 : cluster 0 pgmap v29: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:10:50.723 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:50 smithi125 bash[66801]: audit 2023-12-09T02:10:49.865245+0000 mon.a (mon.0) 1058 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:50.723 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:50 smithi125 bash[66801]: audit 2023-12-09T02:10:49.875960+0000 mon.a (mon.0) 1059 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:50.723 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:50 smithi125 bash[66801]: audit 2023-12-09T02:10:49.918741+0000 mon.a (mon.0) 1060 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-12-09T02:10:50.723 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:50 smithi125 bash[66801]: audit 2023-12-09T02:10:49.920231+0000 mon.a (mon.0) 1061 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:51.472 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:51 smithi125 bash[66801]: cephadm 2023-12-09T02:10:49.918109+0000 mgr.y (mgr.25480) 247 : cephadm 1 Reconfiguring osd.1 (monmap changed)... 2023-12-09T02:10:51.473 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:51 smithi125 bash[66801]: cephadm 2023-12-09T02:10:49.923994+0000 mgr.y (mgr.25480) 248 : cephadm 1 Reconfiguring daemon osd.1 on smithi067 2023-12-09T02:10:51.719 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:51 smithi067 bash[79370]: cephadm 2023-12-09T02:10:49.918109+0000 mgr.y (mgr.25480) 247 : cephadm 1 Reconfiguring osd.1 (monmap changed)... 2023-12-09T02:10:51.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:51 smithi067 bash[79370]: cephadm 2023-12-09T02:10:49.923994+0000 mgr.y (mgr.25480) 248 : cephadm 1 Reconfiguring daemon osd.1 on smithi067 2023-12-09T02:10:51.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:51 smithi067 bash[82083]: cephadm 2023-12-09T02:10:49.918109+0000 mgr.y (mgr.25480) 247 : cephadm 1 Reconfiguring osd.1 (monmap changed)... 2023-12-09T02:10:51.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:51 smithi067 bash[82083]: cephadm 2023-12-09T02:10:49.923994+0000 mgr.y (mgr.25480) 248 : cephadm 1 Reconfiguring daemon osd.1 on smithi067 2023-12-09T02:10:52.719 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:52 smithi067 bash[82083]: cluster 2023-12-09T02:10:51.547009+0000 mgr.y (mgr.25480) 249 : cluster 0 pgmap v30: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:10:52.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:52 smithi067 bash[82083]: audit 2023-12-09T02:10:52.330537+0000 mon.a (mon.0) 1062 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:52.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:52 smithi067 bash[82083]: audit 2023-12-09T02:10:52.340092+0000 mon.a (mon.0) 1063 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:52.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:52 smithi067 bash[82083]: audit 2023-12-09T02:10:52.343856+0000 mon.a (mon.0) 1064 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-12-09T02:10:52.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:52 smithi067 bash[82083]: audit 2023-12-09T02:10:52.345306+0000 mon.a (mon.0) 1065 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:52.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:52 smithi067 bash[79370]: cluster 2023-12-09T02:10:51.547009+0000 mgr.y (mgr.25480) 249 : cluster 0 pgmap v30: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:10:52.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:52 smithi067 bash[79370]: audit 2023-12-09T02:10:52.330537+0000 mon.a (mon.0) 1062 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:52.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:52 smithi067 bash[79370]: audit 2023-12-09T02:10:52.340092+0000 mon.a (mon.0) 1063 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:52.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:52 smithi067 bash[79370]: audit 2023-12-09T02:10:52.343856+0000 mon.a (mon.0) 1064 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-12-09T02:10:52.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:52 smithi067 bash[79370]: audit 2023-12-09T02:10:52.345306+0000 mon.a (mon.0) 1065 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:52.722 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:52 smithi125 bash[66801]: cluster 2023-12-09T02:10:51.547009+0000 mgr.y (mgr.25480) 249 : cluster 0 pgmap v30: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:10:52.722 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:52 smithi125 bash[66801]: audit 2023-12-09T02:10:52.330537+0000 mon.a (mon.0) 1062 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:52.722 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:52 smithi125 bash[66801]: audit 2023-12-09T02:10:52.340092+0000 mon.a (mon.0) 1063 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:52.722 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:52 smithi125 bash[66801]: audit 2023-12-09T02:10:52.343856+0000 mon.a (mon.0) 1064 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-12-09T02:10:52.722 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:52 smithi125 bash[66801]: audit 2023-12-09T02:10:52.345306+0000 mon.a (mon.0) 1065 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:53.722 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:53 smithi125 bash[66801]: cephadm 2023-12-09T02:10:52.343264+0000 mgr.y (mgr.25480) 250 : cephadm 1 Reconfiguring osd.2 (monmap changed)... 2023-12-09T02:10:53.723 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:53 smithi125 bash[66801]: cephadm 2023-12-09T02:10:52.348828+0000 mgr.y (mgr.25480) 251 : cephadm 1 Reconfiguring daemon osd.2 on smithi067 2023-12-09T02:10:53.723 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:53 smithi125 bash[66801]: audit 2023-12-09T02:10:53.210929+0000 mon.a (mon.0) 1066 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:53.723 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:53 smithi125 bash[66801]: audit 2023-12-09T02:10:53.221366+0000 mon.a (mon.0) 1067 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:53.723 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:53 smithi125 bash[66801]: audit 2023-12-09T02:10:53.232812+0000 mon.a (mon.0) 1068 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:53.780 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:53 smithi067 bash[79370]: cephadm 2023-12-09T02:10:52.343264+0000 mgr.y (mgr.25480) 250 : cephadm 1 Reconfiguring osd.2 (monmap changed)... 2023-12-09T02:10:53.781 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:53 smithi067 bash[79370]: cephadm 2023-12-09T02:10:52.348828+0000 mgr.y (mgr.25480) 251 : cephadm 1 Reconfiguring daemon osd.2 on smithi067 2023-12-09T02:10:53.781 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:53 smithi067 bash[79370]: audit 2023-12-09T02:10:53.210929+0000 mon.a (mon.0) 1066 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:53.781 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:53 smithi067 bash[79370]: audit 2023-12-09T02:10:53.221366+0000 mon.a (mon.0) 1067 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:53.781 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:53 smithi067 bash[79370]: audit 2023-12-09T02:10:53.232812+0000 mon.a (mon.0) 1068 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:53.781 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:53 smithi067 bash[82083]: cephadm 2023-12-09T02:10:52.343264+0000 mgr.y (mgr.25480) 250 : cephadm 1 Reconfiguring osd.2 (monmap changed)... 2023-12-09T02:10:53.781 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:53 smithi067 bash[82083]: cephadm 2023-12-09T02:10:52.348828+0000 mgr.y (mgr.25480) 251 : cephadm 1 Reconfiguring daemon osd.2 on smithi067 2023-12-09T02:10:53.781 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:53 smithi067 bash[82083]: audit 2023-12-09T02:10:53.210929+0000 mon.a (mon.0) 1066 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:53.781 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:53 smithi067 bash[82083]: audit 2023-12-09T02:10:53.221366+0000 mon.a (mon.0) 1067 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:53.782 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:53 smithi067 bash[82083]: audit 2023-12-09T02:10:53.232812+0000 mon.a (mon.0) 1068 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:54.219 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:10:53 smithi067 bash[75618]: ::ffff:172.21.15.125 - - [09/Dec/2023:02:10:53] "GET /metrics HTTP/1.1" 200 38188 "" "Prometheus/2.33.4" 2023-12-09T02:10:54.627 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:54 smithi067 bash[79370]: cluster 2023-12-09T02:10:53.548625+0000 mgr.y (mgr.25480) 252 : cluster 0 pgmap v31: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:10:54.627 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:54 smithi067 bash[79370]: audit 2023-12-09T02:10:54.388398+0000 mon.a (mon.0) 1069 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:54.627 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:54 smithi067 bash[79370]: audit 2023-12-09T02:10:54.396192+0000 mon.a (mon.0) 1070 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:54.627 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:54 smithi067 bash[79370]: audit 2023-12-09T02:10:54.403745+0000 mon.a (mon.0) 1071 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:54.627 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:54 smithi067 bash[82083]: cluster 2023-12-09T02:10:53.548625+0000 mgr.y (mgr.25480) 252 : cluster 0 pgmap v31: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:10:54.627 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:54 smithi067 bash[82083]: audit 2023-12-09T02:10:54.388398+0000 mon.a (mon.0) 1069 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:54.627 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:54 smithi067 bash[82083]: audit 2023-12-09T02:10:54.396192+0000 mon.a (mon.0) 1070 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:54.627 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:54 smithi067 bash[82083]: audit 2023-12-09T02:10:54.403745+0000 mon.a (mon.0) 1071 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:54.722 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:54 smithi125 bash[66801]: cluster 2023-12-09T02:10:53.548625+0000 mgr.y (mgr.25480) 252 : cluster 0 pgmap v31: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:10:54.723 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:54 smithi125 bash[66801]: audit 2023-12-09T02:10:54.388398+0000 mon.a (mon.0) 1069 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:54.723 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:54 smithi125 bash[66801]: audit 2023-12-09T02:10:54.396192+0000 mon.a (mon.0) 1070 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:54.723 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:54 smithi125 bash[66801]: audit 2023-12-09T02:10:54.403745+0000 mon.a (mon.0) 1071 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:56.926 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:56 smithi067 bash[82083]: cluster 2023-12-09T02:10:55.549394+0000 mgr.y (mgr.25480) 253 : cluster 0 pgmap v32: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:10:56.927 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:56 smithi067 bash[82083]: audit 2023-12-09T02:10:56.016251+0000 mon.a (mon.0) 1072 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:56.927 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:56 smithi067 bash[82083]: audit 2023-12-09T02:10:56.024532+0000 mon.a (mon.0) 1073 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:56.927 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:56 smithi067 bash[82083]: audit 2023-12-09T02:10:56.071832+0000 mon.a (mon.0) 1074 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-12-09T02:10:56.927 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:56 smithi067 bash[82083]: audit 2023-12-09T02:10:56.073569+0000 mon.a (mon.0) 1075 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:56.927 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:56 smithi067 bash[79370]: cluster 2023-12-09T02:10:55.549394+0000 mgr.y (mgr.25480) 253 : cluster 0 pgmap v32: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:10:56.927 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:56 smithi067 bash[79370]: audit 2023-12-09T02:10:56.016251+0000 mon.a (mon.0) 1072 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:56.927 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:56 smithi067 bash[79370]: audit 2023-12-09T02:10:56.024532+0000 mon.a (mon.0) 1073 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:56.927 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:56 smithi067 bash[79370]: audit 2023-12-09T02:10:56.071832+0000 mon.a (mon.0) 1074 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-12-09T02:10:56.927 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:56 smithi067 bash[79370]: audit 2023-12-09T02:10:56.073569+0000 mon.a (mon.0) 1075 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:56.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:56 smithi125 bash[66801]: cluster 2023-12-09T02:10:55.549394+0000 mgr.y (mgr.25480) 253 : cluster 0 pgmap v32: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:10:56.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:56 smithi125 bash[66801]: audit 2023-12-09T02:10:56.016251+0000 mon.a (mon.0) 1072 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:56.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:56 smithi125 bash[66801]: audit 2023-12-09T02:10:56.024532+0000 mon.a (mon.0) 1073 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:56.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:56 smithi125 bash[66801]: audit 2023-12-09T02:10:56.071832+0000 mon.a (mon.0) 1074 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-12-09T02:10:56.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:56 smithi125 bash[66801]: audit 2023-12-09T02:10:56.073569+0000 mon.a (mon.0) 1075 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:10:57.866 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:57 smithi125 bash[66801]: cephadm 2023-12-09T02:10:56.071116+0000 mgr.y (mgr.25480) 254 : cephadm 1 Reconfiguring osd.3 (monmap changed)... 2023-12-09T02:10:57.866 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:57 smithi125 bash[66801]: cephadm 2023-12-09T02:10:56.079002+0000 mgr.y (mgr.25480) 255 : cephadm 1 Reconfiguring daemon osd.3 on smithi067 2023-12-09T02:10:57.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:57 smithi067 bash[79370]: cephadm 2023-12-09T02:10:56.071116+0000 mgr.y (mgr.25480) 254 : cephadm 1 Reconfiguring osd.3 (monmap changed)... 2023-12-09T02:10:57.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:57 smithi067 bash[79370]: cephadm 2023-12-09T02:10:56.079002+0000 mgr.y (mgr.25480) 255 : cephadm 1 Reconfiguring daemon osd.3 on smithi067 2023-12-09T02:10:57.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:57 smithi067 bash[82083]: cephadm 2023-12-09T02:10:56.071116+0000 mgr.y (mgr.25480) 254 : cephadm 1 Reconfiguring osd.3 (monmap changed)... 2023-12-09T02:10:57.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:57 smithi067 bash[82083]: cephadm 2023-12-09T02:10:56.079002+0000 mgr.y (mgr.25480) 255 : cephadm 1 Reconfiguring daemon osd.3 on smithi067 2023-12-09T02:10:58.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:58 smithi067 bash[79370]: cluster 2023-12-09T02:10:57.549898+0000 mgr.y (mgr.25480) 256 : cluster 0 pgmap v33: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:10:58.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:58 smithi067 bash[79370]: audit 2023-12-09T02:10:57.633632+0000 mon.a (mon.0) 1076 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:10:58.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:58 smithi067 bash[82083]: cluster 2023-12-09T02:10:57.549898+0000 mgr.y (mgr.25480) 256 : cluster 0 pgmap v33: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:10:58.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:58 smithi067 bash[82083]: audit 2023-12-09T02:10:57.633632+0000 mon.a (mon.0) 1076 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:10:58.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:58 smithi125 bash[66801]: cluster 2023-12-09T02:10:57.549898+0000 mgr.y (mgr.25480) 256 : cluster 0 pgmap v33: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:10:58.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:58 smithi125 bash[66801]: audit 2023-12-09T02:10:57.633632+0000 mon.a (mon.0) 1076 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:10:58.973 INFO:journalctl@ceph.prometheus.a.smithi125.stdout:Dec 09 02:10:58 smithi125 bash[62302]: ts=2023-12-09T02:10:58.660Z caller=manager.go:609 level=warn component="rule manager" group=osd msg="Evaluating rule failed" rule="alert: CephOSDFlapping\nexpr: (rate(ceph_osd_up[5m]) * on(ceph_daemon) group_left(hostname) ceph_osd_metadata)\n * 60 > 1\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.4.4\n severity: warning\n type: ceph_default\nannotations:\n description: OSD {{ $labels.ceph_daemon }} on {{ $labels.hostname }} was marked\n down and back up {{ $value | humanize }} times once a minute for 5 minutes. This\n may indicate a network issue (latency, packet loss, MTU mismatch) on the cluster\n network, or the public network if no cluster network is deployed. Check the network\n stats on the listed host(s).\n documentation: https://docs.ceph.com/en/latest/rados/troubleshooting/troubleshooting-osd#flapping-osds\n summary: Network issues are causing OSDs to flap (mark each other down)\n" err="found duplicate series for the match group {ceph_daemon=\"osd.0\"} on the right hand-side of the operation: [{__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.67\", device_class=\"ssd\", hostname=\"smithi067\", instance=\"smithi067:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.67\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.67\", device_class=\"ssd\", hostname=\"smithi067\", instance=\"172.21.15.125:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.67\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-09T02:10:59.883 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:59 smithi067 bash[79370]: audit 2023-12-09T02:10:58.582954+0000 mgr.y (mgr.25480) 257 : audit 0 from='client.25420 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:10:59.883 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:59 smithi067 bash[79370]: audit 2023-12-09T02:10:59.447276+0000 mon.a (mon.0) 1077 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:59.883 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:59 smithi067 bash[79370]: audit 2023-12-09T02:10:59.459019+0000 mon.a (mon.0) 1078 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:59.883 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:10:59 smithi067 bash[79370]: audit 2023-12-09T02:10:59.469930+0000 mon.a (mon.0) 1079 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:59.883 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:59 smithi067 bash[82083]: audit 2023-12-09T02:10:58.582954+0000 mgr.y (mgr.25480) 257 : audit 0 from='client.25420 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:10:59.883 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:59 smithi067 bash[82083]: audit 2023-12-09T02:10:59.447276+0000 mon.a (mon.0) 1077 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:59.883 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:59 smithi067 bash[82083]: audit 2023-12-09T02:10:59.459019+0000 mon.a (mon.0) 1078 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:59.884 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:10:59 smithi067 bash[82083]: audit 2023-12-09T02:10:59.469930+0000 mon.a (mon.0) 1079 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:59.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:59 smithi125 bash[66801]: audit 2023-12-09T02:10:58.582954+0000 mgr.y (mgr.25480) 257 : audit 0 from='client.25420 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:10:59.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:59 smithi125 bash[66801]: audit 2023-12-09T02:10:59.447276+0000 mon.a (mon.0) 1077 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:59.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:59 smithi125 bash[66801]: audit 2023-12-09T02:10:59.459019+0000 mon.a (mon.0) 1078 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:10:59.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:10:59 smithi125 bash[66801]: audit 2023-12-09T02:10:59.469930+0000 mon.a (mon.0) 1079 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:00.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:00 smithi067 bash[79370]: cluster 2023-12-09T02:10:59.551827+0000 mgr.y (mgr.25480) 258 : cluster 0 pgmap v34: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:11:00.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:00 smithi067 bash[82083]: cluster 2023-12-09T02:10:59.551827+0000 mgr.y (mgr.25480) 258 : cluster 0 pgmap v34: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:11:00.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:00 smithi125 bash[66801]: cluster 2023-12-09T02:10:59.551827+0000 mgr.y (mgr.25480) 258 : cluster 0 pgmap v34: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:11:02.220 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:01 smithi067 bash[82083]: audit 2023-12-09T02:11:00.857041+0000 mon.a (mon.0) 1080 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:02.220 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:01 smithi067 bash[82083]: audit 2023-12-09T02:11:00.869191+0000 mon.a (mon.0) 1081 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:02.220 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:01 smithi067 bash[82083]: cephadm 2023-12-09T02:11:00.905072+0000 mgr.y (mgr.25480) 259 : cephadm 1 Reconfiguring rgw.foo.smithi067.rqvsfw (monmap changed)... 2023-12-09T02:11:02.220 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:01 smithi067 bash[82083]: audit 2023-12-09T02:11:00.905709+0000 mon.a (mon.0) 1082 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi067.rqvsfw", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-09T02:11:02.220 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:01 smithi067 bash[82083]: audit 2023-12-09T02:11:00.908458+0000 mon.a (mon.0) 1083 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:02.220 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:01 smithi067 bash[82083]: cephadm 2023-12-09T02:11:00.909885+0000 mgr.y (mgr.25480) 260 : cephadm 1 Reconfiguring daemon rgw.foo.smithi067.rqvsfw on smithi067 2023-12-09T02:11:02.220 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:01 smithi067 bash[82083]: cluster 2023-12-09T02:11:01.552636+0000 mgr.y (mgr.25480) 261 : cluster 0 pgmap v35: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:11:02.220 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:01 smithi067 bash[79370]: audit 2023-12-09T02:11:00.857041+0000 mon.a (mon.0) 1080 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:02.220 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:01 smithi067 bash[79370]: audit 2023-12-09T02:11:00.869191+0000 mon.a (mon.0) 1081 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:02.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:01 smithi067 bash[79370]: cephadm 2023-12-09T02:11:00.905072+0000 mgr.y (mgr.25480) 259 : cephadm 1 Reconfiguring rgw.foo.smithi067.rqvsfw (monmap changed)... 2023-12-09T02:11:02.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:01 smithi067 bash[79370]: audit 2023-12-09T02:11:00.905709+0000 mon.a (mon.0) 1082 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi067.rqvsfw", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-09T02:11:02.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:01 smithi067 bash[79370]: audit 2023-12-09T02:11:00.908458+0000 mon.a (mon.0) 1083 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:02.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:01 smithi067 bash[79370]: cephadm 2023-12-09T02:11:00.909885+0000 mgr.y (mgr.25480) 260 : cephadm 1 Reconfiguring daemon rgw.foo.smithi067.rqvsfw on smithi067 2023-12-09T02:11:02.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:01 smithi067 bash[79370]: cluster 2023-12-09T02:11:01.552636+0000 mgr.y (mgr.25480) 261 : cluster 0 pgmap v35: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:11:02.222 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:01 smithi125 bash[66801]: audit 2023-12-09T02:11:00.857041+0000 mon.a (mon.0) 1080 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:02.222 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:01 smithi125 bash[66801]: audit 2023-12-09T02:11:00.869191+0000 mon.a (mon.0) 1081 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:02.222 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:01 smithi125 bash[66801]: cephadm 2023-12-09T02:11:00.905072+0000 mgr.y (mgr.25480) 259 : cephadm 1 Reconfiguring rgw.foo.smithi067.rqvsfw (monmap changed)... 2023-12-09T02:11:02.222 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:01 smithi125 bash[66801]: audit 2023-12-09T02:11:00.905709+0000 mon.a (mon.0) 1082 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi067.rqvsfw", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-09T02:11:02.222 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:01 smithi125 bash[66801]: audit 2023-12-09T02:11:00.908458+0000 mon.a (mon.0) 1083 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:02.223 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:01 smithi125 bash[66801]: cephadm 2023-12-09T02:11:00.909885+0000 mgr.y (mgr.25480) 260 : cephadm 1 Reconfiguring daemon rgw.foo.smithi067.rqvsfw on smithi067 2023-12-09T02:11:02.223 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:01 smithi125 bash[66801]: cluster 2023-12-09T02:11:01.552636+0000 mgr.y (mgr.25480) 261 : cluster 0 pgmap v35: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:11:03.969 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:11:03 smithi067 bash[75618]: ::ffff:172.21.15.125 - - [09/Dec/2023:02:11:03] "GET /metrics HTTP/1.1" 200 38251 "" "Prometheus/2.33.4" 2023-12-09T02:11:04.424 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:04 smithi067 bash[79370]: audit 2023-12-09T02:11:03.164683+0000 mon.a (mon.0) 1084 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:04.424 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:04 smithi067 bash[79370]: audit 2023-12-09T02:11:03.173428+0000 mon.a (mon.0) 1085 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:04.424 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:04 smithi067 bash[79370]: cephadm 2023-12-09T02:11:03.178770+0000 mgr.y (mgr.25480) 262 : cephadm 1 Reconfiguring rgw.smpl.smithi067.mukdcu (monmap changed)... 2023-12-09T02:11:04.424 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:04 smithi067 bash[79370]: audit 2023-12-09T02:11:03.179372+0000 mon.a (mon.0) 1086 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi067.mukdcu", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-09T02:11:04.424 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:04 smithi067 bash[79370]: audit 2023-12-09T02:11:03.182184+0000 mon.a (mon.0) 1087 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:04.424 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:04 smithi067 bash[79370]: cephadm 2023-12-09T02:11:03.183615+0000 mgr.y (mgr.25480) 263 : cephadm 1 Reconfiguring daemon rgw.smpl.smithi067.mukdcu on smithi067 2023-12-09T02:11:04.425 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:04 smithi067 bash[79370]: cluster 2023-12-09T02:11:03.554216+0000 mgr.y (mgr.25480) 264 : cluster 0 pgmap v36: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:11:04.425 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:04 smithi067 bash[82083]: audit 2023-12-09T02:11:03.164683+0000 mon.a (mon.0) 1084 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:04.425 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:04 smithi067 bash[82083]: audit 2023-12-09T02:11:03.173428+0000 mon.a (mon.0) 1085 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:04.425 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:04 smithi067 bash[82083]: cephadm 2023-12-09T02:11:03.178770+0000 mgr.y (mgr.25480) 262 : cephadm 1 Reconfiguring rgw.smpl.smithi067.mukdcu (monmap changed)... 2023-12-09T02:11:04.425 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:04 smithi067 bash[82083]: audit 2023-12-09T02:11:03.179372+0000 mon.a (mon.0) 1086 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi067.mukdcu", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-09T02:11:04.425 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:04 smithi067 bash[82083]: audit 2023-12-09T02:11:03.182184+0000 mon.a (mon.0) 1087 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:04.425 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:04 smithi067 bash[82083]: cephadm 2023-12-09T02:11:03.183615+0000 mgr.y (mgr.25480) 263 : cephadm 1 Reconfiguring daemon rgw.smpl.smithi067.mukdcu on smithi067 2023-12-09T02:11:04.425 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:04 smithi067 bash[82083]: cluster 2023-12-09T02:11:03.554216+0000 mgr.y (mgr.25480) 264 : cluster 0 pgmap v36: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:11:04.473 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:04 smithi125 bash[66801]: audit 2023-12-09T02:11:03.164683+0000 mon.a (mon.0) 1084 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:04.473 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:04 smithi125 bash[66801]: audit 2023-12-09T02:11:03.173428+0000 mon.a (mon.0) 1085 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:04.473 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:04 smithi125 bash[66801]: cephadm 2023-12-09T02:11:03.178770+0000 mgr.y (mgr.25480) 262 : cephadm 1 Reconfiguring rgw.smpl.smithi067.mukdcu (monmap changed)... 2023-12-09T02:11:04.473 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:04 smithi125 bash[66801]: audit 2023-12-09T02:11:03.179372+0000 mon.a (mon.0) 1086 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi067.mukdcu", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-09T02:11:04.473 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:04 smithi125 bash[66801]: audit 2023-12-09T02:11:03.182184+0000 mon.a (mon.0) 1087 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:04.473 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:04 smithi125 bash[66801]: cephadm 2023-12-09T02:11:03.183615+0000 mgr.y (mgr.25480) 263 : cephadm 1 Reconfiguring daemon rgw.smpl.smithi067.mukdcu on smithi067 2023-12-09T02:11:04.473 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:04 smithi125 bash[66801]: cluster 2023-12-09T02:11:03.554216+0000 mgr.y (mgr.25480) 264 : cluster 0 pgmap v36: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:11:06.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:06 smithi067 bash[79370]: audit 2023-12-09T02:11:05.355059+0000 mon.a (mon.0) 1088 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:06.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:06 smithi067 bash[79370]: audit 2023-12-09T02:11:05.366706+0000 mon.a (mon.0) 1089 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:06.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:06 smithi067 bash[79370]: cephadm 2023-12-09T02:11:05.404830+0000 mgr.y (mgr.25480) 265 : cephadm 1 Reconfiguring mon.b (monmap changed)... 2023-12-09T02:11:06.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:06 smithi067 bash[79370]: audit 2023-12-09T02:11:05.405528+0000 mon.a (mon.0) 1090 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-09T02:11:06.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:06 smithi067 bash[79370]: audit 2023-12-09T02:11:05.407444+0000 mon.a (mon.0) 1091 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-09T02:11:06.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:06 smithi067 bash[79370]: audit 2023-12-09T02:11:05.409133+0000 mon.a (mon.0) 1092 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:06.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:06 smithi067 bash[79370]: cephadm 2023-12-09T02:11:05.411307+0000 mgr.y (mgr.25480) 266 : cephadm 1 Reconfiguring daemon mon.b on smithi125 2023-12-09T02:11:06.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:06 smithi067 bash[79370]: cluster 2023-12-09T02:11:05.554922+0000 mgr.y (mgr.25480) 267 : cluster 0 pgmap v37: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-12-09T02:11:06.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:06 smithi067 bash[82083]: audit 2023-12-09T02:11:05.355059+0000 mon.a (mon.0) 1088 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:06.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:06 smithi067 bash[82083]: audit 2023-12-09T02:11:05.366706+0000 mon.a (mon.0) 1089 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:06.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:06 smithi067 bash[82083]: cephadm 2023-12-09T02:11:05.404830+0000 mgr.y (mgr.25480) 265 : cephadm 1 Reconfiguring mon.b (monmap changed)... 2023-12-09T02:11:06.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:06 smithi067 bash[82083]: audit 2023-12-09T02:11:05.405528+0000 mon.a (mon.0) 1090 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-09T02:11:06.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:06 smithi067 bash[82083]: audit 2023-12-09T02:11:05.407444+0000 mon.a (mon.0) 1091 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-09T02:11:06.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:06 smithi067 bash[82083]: audit 2023-12-09T02:11:05.409133+0000 mon.a (mon.0) 1092 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:06.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:06 smithi067 bash[82083]: cephadm 2023-12-09T02:11:05.411307+0000 mgr.y (mgr.25480) 266 : cephadm 1 Reconfiguring daemon mon.b on smithi125 2023-12-09T02:11:06.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:06 smithi067 bash[82083]: cluster 2023-12-09T02:11:05.554922+0000 mgr.y (mgr.25480) 267 : cluster 0 pgmap v37: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-12-09T02:11:06.722 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:06 smithi125 bash[66801]: audit 2023-12-09T02:11:05.355059+0000 mon.a (mon.0) 1088 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:06.722 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:06 smithi125 bash[66801]: audit 2023-12-09T02:11:05.366706+0000 mon.a (mon.0) 1089 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:06.722 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:06 smithi125 bash[66801]: cephadm 2023-12-09T02:11:05.404830+0000 mgr.y (mgr.25480) 265 : cephadm 1 Reconfiguring mon.b (monmap changed)... 2023-12-09T02:11:06.722 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:06 smithi125 bash[66801]: audit 2023-12-09T02:11:05.405528+0000 mon.a (mon.0) 1090 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-09T02:11:06.723 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:06 smithi125 bash[66801]: audit 2023-12-09T02:11:05.407444+0000 mon.a (mon.0) 1091 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-09T02:11:06.723 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:06 smithi125 bash[66801]: audit 2023-12-09T02:11:05.409133+0000 mon.a (mon.0) 1092 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:06.723 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:06 smithi125 bash[66801]: cephadm 2023-12-09T02:11:05.411307+0000 mgr.y (mgr.25480) 266 : cephadm 1 Reconfiguring daemon mon.b on smithi125 2023-12-09T02:11:06.723 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:06 smithi125 bash[66801]: cluster 2023-12-09T02:11:05.554922+0000 mgr.y (mgr.25480) 267 : cluster 0 pgmap v37: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-12-09T02:11:08.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:08 smithi067 bash[79370]: cluster 2023-12-09T02:11:07.555614+0000 mgr.y (mgr.25480) 268 : cluster 0 pgmap v38: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-12-09T02:11:08.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:08 smithi067 bash[79370]: audit 2023-12-09T02:11:07.689037+0000 mon.a (mon.0) 1093 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:08.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:08 smithi067 bash[79370]: audit 2023-12-09T02:11:07.701314+0000 mon.a (mon.0) 1094 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:08.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:08 smithi067 bash[79370]: audit 2023-12-09T02:11:07.732756+0000 mon.a (mon.0) 1095 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-09T02:11:08.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:08 smithi067 bash[79370]: audit 2023-12-09T02:11:07.735222+0000 mon.a (mon.0) 1096 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-09T02:11:08.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:08 smithi067 bash[79370]: audit 2023-12-09T02:11:07.737372+0000 mon.a (mon.0) 1097 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:08.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:08 smithi067 bash[82083]: cluster 2023-12-09T02:11:07.555614+0000 mgr.y (mgr.25480) 268 : cluster 0 pgmap v38: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-12-09T02:11:08.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:08 smithi067 bash[82083]: audit 2023-12-09T02:11:07.689037+0000 mon.a (mon.0) 1093 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:08.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:08 smithi067 bash[82083]: audit 2023-12-09T02:11:07.701314+0000 mon.a (mon.0) 1094 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:08.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:08 smithi067 bash[82083]: audit 2023-12-09T02:11:07.732756+0000 mon.a (mon.0) 1095 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-09T02:11:08.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:08 smithi067 bash[82083]: audit 2023-12-09T02:11:07.735222+0000 mon.a (mon.0) 1096 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-09T02:11:08.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:08 smithi067 bash[82083]: audit 2023-12-09T02:11:07.737372+0000 mon.a (mon.0) 1097 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:08.472 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:08 smithi125 bash[66801]: cluster 2023-12-09T02:11:07.555614+0000 mgr.y (mgr.25480) 268 : cluster 0 pgmap v38: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-12-09T02:11:08.472 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:08 smithi125 bash[66801]: audit 2023-12-09T02:11:07.689037+0000 mon.a (mon.0) 1093 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:08.473 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:08 smithi125 bash[66801]: audit 2023-12-09T02:11:07.701314+0000 mon.a (mon.0) 1094 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:08.473 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:08 smithi125 bash[66801]: audit 2023-12-09T02:11:07.732756+0000 mon.a (mon.0) 1095 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-09T02:11:08.473 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:08 smithi125 bash[66801]: audit 2023-12-09T02:11:07.735222+0000 mon.a (mon.0) 1096 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-09T02:11:08.473 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:08 smithi125 bash[66801]: audit 2023-12-09T02:11:07.737372+0000 mon.a (mon.0) 1097 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:08.973 INFO:journalctl@ceph.prometheus.a.smithi125.stdout:Dec 09 02:11:08 smithi125 bash[62302]: ts=2023-12-09T02:11: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.67\", device_class=\"ssd\", hostname=\"smithi067\", instance=\"smithi067:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.67\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.67\", device_class=\"ssd\", hostname=\"smithi067\", instance=\"172.21.15.125:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.67\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-09T02:11:09.469 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:09 smithi067 bash[79370]: cephadm 2023-12-09T02:11:07.731857+0000 mgr.y (mgr.25480) 269 : cephadm 1 Reconfiguring mgr.x (monmap changed)... 2023-12-09T02:11:09.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:09 smithi067 bash[79370]: cephadm 2023-12-09T02:11:07.739657+0000 mgr.y (mgr.25480) 270 : cephadm 1 Reconfiguring daemon mgr.x on smithi125 2023-12-09T02:11:09.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:09 smithi067 bash[79370]: audit 2023-12-09T02:11:08.594001+0000 mgr.y (mgr.25480) 271 : audit 0 from='client.25420 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:11:09.470 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:09 smithi067 bash[82083]: cephadm 2023-12-09T02:11:07.731857+0000 mgr.y (mgr.25480) 269 : cephadm 1 Reconfiguring mgr.x (monmap changed)... 2023-12-09T02:11:09.470 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:09 smithi067 bash[82083]: cephadm 2023-12-09T02:11:07.739657+0000 mgr.y (mgr.25480) 270 : cephadm 1 Reconfiguring daemon mgr.x on smithi125 2023-12-09T02:11:09.470 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:09 smithi067 bash[82083]: audit 2023-12-09T02:11:08.594001+0000 mgr.y (mgr.25480) 271 : audit 0 from='client.25420 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:11:09.472 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:09 smithi125 bash[66801]: cephadm 2023-12-09T02:11:07.731857+0000 mgr.y (mgr.25480) 269 : cephadm 1 Reconfiguring mgr.x (monmap changed)... 2023-12-09T02:11:09.472 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:09 smithi125 bash[66801]: cephadm 2023-12-09T02:11:07.739657+0000 mgr.y (mgr.25480) 270 : cephadm 1 Reconfiguring daemon mgr.x on smithi125 2023-12-09T02:11:09.472 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:09 smithi125 bash[66801]: audit 2023-12-09T02:11:08.594001+0000 mgr.y (mgr.25480) 271 : audit 0 from='client.25420 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:11:10.402 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:10 smithi125 bash[66801]: cluster 2023-12-09T02:11:09.557391+0000 mgr.y (mgr.25480) 272 : cluster 0 pgmap v39: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:11:10.469 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:10 smithi067 bash[79370]: cluster 2023-12-09T02:11:09.557391+0000 mgr.y (mgr.25480) 272 : cluster 0 pgmap v39: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:11:10.470 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:10 smithi067 bash[82083]: cluster 2023-12-09T02:11:09.557391+0000 mgr.y (mgr.25480) 272 : cluster 0 pgmap v39: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:11:12.223 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:12 smithi125 bash[66801]: audit 2023-12-09T02:11:11.087842+0000 mon.a (mon.0) 1098 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:12.223 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:12 smithi125 bash[66801]: audit 2023-12-09T02:11:11.099956+0000 mon.a (mon.0) 1099 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:12.223 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:12 smithi125 bash[66801]: cephadm 2023-12-09T02:11:11.112367+0000 mgr.y (mgr.25480) 273 : cephadm 1 Reconfiguring osd.4 (monmap changed)... 2023-12-09T02:11:12.223 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:12 smithi125 bash[66801]: audit 2023-12-09T02:11:11.112960+0000 mon.a (mon.0) 1100 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-12-09T02:11:12.223 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:12 smithi125 bash[66801]: audit 2023-12-09T02:11:11.114703+0000 mon.a (mon.0) 1101 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:12.223 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:12 smithi125 bash[66801]: cephadm 2023-12-09T02:11:11.119812+0000 mgr.y (mgr.25480) 274 : cephadm 1 Reconfiguring daemon osd.4 on smithi125 2023-12-09T02:11:12.223 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:12 smithi125 bash[66801]: cluster 2023-12-09T02:11:11.558159+0000 mgr.y (mgr.25480) 275 : cluster 0 pgmap v40: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-12-09T02:11:12.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:12 smithi067 bash[79370]: audit 2023-12-09T02:11:11.087842+0000 mon.a (mon.0) 1098 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:12.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:12 smithi067 bash[79370]: audit 2023-12-09T02:11:11.099956+0000 mon.a (mon.0) 1099 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:12.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:12 smithi067 bash[79370]: cephadm 2023-12-09T02:11:11.112367+0000 mgr.y (mgr.25480) 273 : cephadm 1 Reconfiguring osd.4 (monmap changed)... 2023-12-09T02:11:12.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:12 smithi067 bash[79370]: audit 2023-12-09T02:11:11.112960+0000 mon.a (mon.0) 1100 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-12-09T02:11:12.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:12 smithi067 bash[79370]: audit 2023-12-09T02:11:11.114703+0000 mon.a (mon.0) 1101 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:12.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:12 smithi067 bash[79370]: cephadm 2023-12-09T02:11:11.119812+0000 mgr.y (mgr.25480) 274 : cephadm 1 Reconfiguring daemon osd.4 on smithi125 2023-12-09T02:11:12.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:12 smithi067 bash[79370]: cluster 2023-12-09T02:11:11.558159+0000 mgr.y (mgr.25480) 275 : cluster 0 pgmap v40: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-12-09T02:11:12.470 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:12 smithi067 bash[82083]: audit 2023-12-09T02:11:11.087842+0000 mon.a (mon.0) 1098 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:12.470 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:12 smithi067 bash[82083]: audit 2023-12-09T02:11:11.099956+0000 mon.a (mon.0) 1099 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:12.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:12 smithi067 bash[82083]: cephadm 2023-12-09T02:11:11.112367+0000 mgr.y (mgr.25480) 273 : cephadm 1 Reconfiguring osd.4 (monmap changed)... 2023-12-09T02:11:12.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:12 smithi067 bash[82083]: audit 2023-12-09T02:11:11.112960+0000 mon.a (mon.0) 1100 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-12-09T02:11:12.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:12 smithi067 bash[82083]: audit 2023-12-09T02:11:11.114703+0000 mon.a (mon.0) 1101 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:12.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:12 smithi067 bash[82083]: cephadm 2023-12-09T02:11:11.119812+0000 mgr.y (mgr.25480) 274 : cephadm 1 Reconfiguring daemon osd.4 on smithi125 2023-12-09T02:11:12.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:12 smithi067 bash[82083]: cluster 2023-12-09T02:11:11.558159+0000 mgr.y (mgr.25480) 275 : cluster 0 pgmap v40: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-12-09T02:11:13.469 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:13 smithi067 bash[79370]: audit 2023-12-09T02:11:12.632963+0000 mon.a (mon.0) 1102 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:11:13.470 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:13 smithi067 bash[82083]: audit 2023-12-09T02:11:12.632963+0000 mon.a (mon.0) 1102 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:11:13.472 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:13 smithi125 bash[66801]: audit 2023-12-09T02:11:12.632963+0000 mon.a (mon.0) 1102 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:11:14.173 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:11:13 smithi067 bash[75618]: ::ffff:172.21.15.125 - - [09/Dec/2023:02:11:13] "GET /metrics HTTP/1.1" 200 38250 "" "Prometheus/2.33.4" 2023-12-09T02:11:14.469 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:14 smithi067 bash[79370]: cluster 2023-12-09T02:11:13.559775+0000 mgr.y (mgr.25480) 276 : cluster 0 pgmap v41: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:11:14.470 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:14 smithi067 bash[82083]: cluster 2023-12-09T02:11:13.559775+0000 mgr.y (mgr.25480) 276 : cluster 0 pgmap v41: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:11:14.472 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:14 smithi125 bash[66801]: cluster 2023-12-09T02:11:13.559775+0000 mgr.y (mgr.25480) 276 : cluster 0 pgmap v41: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:11:15.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:15 smithi067 bash[79370]: audit 2023-12-09T02:11:14.588819+0000 mon.a (mon.0) 1103 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:15.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:15 smithi067 bash[79370]: audit 2023-12-09T02:11:14.597110+0000 mon.a (mon.0) 1104 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:15.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:15 smithi067 bash[79370]: audit 2023-12-09T02:11:14.606082+0000 mon.a (mon.0) 1105 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:15.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:15 smithi067 bash[79370]: audit 2023-12-09T02:11:15.492797+0000 mon.a (mon.0) 1106 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:15.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:15 smithi067 bash[79370]: audit 2023-12-09T02:11:15.503065+0000 mon.a (mon.0) 1107 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:15.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:15 smithi067 bash[79370]: audit 2023-12-09T02:11:15.546401+0000 mon.a (mon.0) 1108 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-12-09T02:11:15.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:15 smithi067 bash[79370]: audit 2023-12-09T02:11:15.548300+0000 mon.a (mon.0) 1109 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:15.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:15 smithi067 bash[82083]: audit 2023-12-09T02:11:14.588819+0000 mon.a (mon.0) 1103 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:15.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:15 smithi067 bash[82083]: audit 2023-12-09T02:11:14.597110+0000 mon.a (mon.0) 1104 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:15.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:15 smithi067 bash[82083]: audit 2023-12-09T02:11:14.606082+0000 mon.a (mon.0) 1105 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:15.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:15 smithi067 bash[82083]: audit 2023-12-09T02:11:15.492797+0000 mon.a (mon.0) 1106 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:15.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:15 smithi067 bash[82083]: audit 2023-12-09T02:11:15.503065+0000 mon.a (mon.0) 1107 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:15.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:15 smithi067 bash[82083]: audit 2023-12-09T02:11:15.546401+0000 mon.a (mon.0) 1108 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-12-09T02:11:15.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:15 smithi067 bash[82083]: audit 2023-12-09T02:11:15.548300+0000 mon.a (mon.0) 1109 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:15.970 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:15 smithi125 bash[66801]: audit 2023-12-09T02:11:14.588819+0000 mon.a (mon.0) 1103 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:15.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:15 smithi125 bash[66801]: audit 2023-12-09T02:11:14.597110+0000 mon.a (mon.0) 1104 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:15.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:15 smithi125 bash[66801]: audit 2023-12-09T02:11:14.606082+0000 mon.a (mon.0) 1105 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:15.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:15 smithi125 bash[66801]: audit 2023-12-09T02:11:15.492797+0000 mon.a (mon.0) 1106 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:15.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:15 smithi125 bash[66801]: audit 2023-12-09T02:11:15.503065+0000 mon.a (mon.0) 1107 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:15.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:15 smithi125 bash[66801]: audit 2023-12-09T02:11:15.546401+0000 mon.a (mon.0) 1108 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-12-09T02:11:15.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:15 smithi125 bash[66801]: audit 2023-12-09T02:11:15.548300+0000 mon.a (mon.0) 1109 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:16.861 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:16 smithi125 bash[66801]: cephadm 2023-12-09T02:11:15.545741+0000 mgr.y (mgr.25480) 277 : cephadm 1 Reconfiguring osd.5 (monmap changed)... 2023-12-09T02:11:16.862 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:16 smithi125 bash[66801]: cephadm 2023-12-09T02:11:15.554098+0000 mgr.y (mgr.25480) 278 : cephadm 1 Reconfiguring daemon osd.5 on smithi125 2023-12-09T02:11:16.862 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:16 smithi125 bash[66801]: cluster 2023-12-09T02:11:15.560492+0000 mgr.y (mgr.25480) 279 : cluster 0 pgmap v42: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:11:16.870 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:16 smithi067 bash[82083]: cephadm 2023-12-09T02:11:15.545741+0000 mgr.y (mgr.25480) 277 : cephadm 1 Reconfiguring osd.5 (monmap changed)... 2023-12-09T02:11:16.870 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:16 smithi067 bash[82083]: cephadm 2023-12-09T02:11:15.554098+0000 mgr.y (mgr.25480) 278 : cephadm 1 Reconfiguring daemon osd.5 on smithi125 2023-12-09T02:11:16.870 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:16 smithi067 bash[82083]: cluster 2023-12-09T02:11:15.560492+0000 mgr.y (mgr.25480) 279 : cluster 0 pgmap v42: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:11:16.870 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:16 smithi067 bash[79370]: cephadm 2023-12-09T02:11:15.545741+0000 mgr.y (mgr.25480) 277 : cephadm 1 Reconfiguring osd.5 (monmap changed)... 2023-12-09T02:11:16.870 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:16 smithi067 bash[79370]: cephadm 2023-12-09T02:11:15.554098+0000 mgr.y (mgr.25480) 278 : cephadm 1 Reconfiguring daemon osd.5 on smithi125 2023-12-09T02:11:16.870 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:16 smithi067 bash[79370]: cluster 2023-12-09T02:11:15.560492+0000 mgr.y (mgr.25480) 279 : cluster 0 pgmap v42: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:11:17.596 INFO:teuthology.orchestra.run.smithi067.stdout:true 2023-12-09T02:11:18.396 INFO:teuthology.orchestra.run.smithi067.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-09T02:11:18.396 INFO:teuthology.orchestra.run.smithi067.stdout:agent.smithi067 smithi067 running 3s ago 17m - - 2023-12-09T02:11:18.396 INFO:teuthology.orchestra.run.smithi067.stdout:agent.smithi125 smithi125 running 18s ago 17m - - 2023-12-09T02:11:18.396 INFO:teuthology.orchestra.run.smithi067.stdout:alertmanager.a smithi067 *:9093,9094 running (3m) 3s ago 10m 15.9M - 0.23.0 ba2b418f427c 6ec817f342b5 2023-12-09T02:11:18.396 INFO:teuthology.orchestra.run.smithi067.stdout:grafana.a smithi125 *:3000 running (2m) 18s ago 10m 43.8M - 8.3.5 dad864ee21e9 40cbacae8259 2023-12-09T02:11:18.396 INFO:teuthology.orchestra.run.smithi067.stdout:iscsi.foo.smithi067.oajywc smithi067 running (2m) 3s ago 8m 46.4M - 3.5 e1d6a67b021e 3e5a20a58ce4 2023-12-09T02:11:18.396 INFO:teuthology.orchestra.run.smithi067.stdout:mgr.x smithi125 *:8443,9283,8765 running (112s) 18s ago 16m 433M - 19.0.0-44-g9dcc13bb f28f2b94f153 d59f2ab74456 2023-12-09T02:11:18.396 INFO:teuthology.orchestra.run.smithi067.stdout:mgr.y smithi067 *:8443,9283,8765 running (2m) 3s ago 18m 493M - 19.0.0-44-g9dcc13bb f28f2b94f153 b0e5c689c1a6 2023-12-09T02:11:18.396 INFO:teuthology.orchestra.run.smithi067.stdout:mon.a smithi067 running (92s) 3s ago 19m 47.3M 2048M 19.0.0-44-g9dcc13bb f28f2b94f153 f5f188bf2880 2023-12-09T02:11:18.396 INFO:teuthology.orchestra.run.smithi067.stdout:mon.b smithi125 running (40s) 18s ago 17m 26.2M 2048M 19.0.0-44-g9dcc13bb f28f2b94f153 baa25853095e 2023-12-09T02:11:18.397 INFO:teuthology.orchestra.run.smithi067.stdout:mon.c smithi067 running (60s) 3s ago 17m 38.6M 2048M 19.0.0-44-g9dcc13bb f28f2b94f153 37f7376908df 2023-12-09T02:11:18.397 INFO:teuthology.orchestra.run.smithi067.stdout:node-exporter.a smithi067 *:9100 running (3m) 3s ago 10m 14.5M - 1.3.1 1dbe0e931976 f40a7a952aae 2023-12-09T02:11:18.397 INFO:teuthology.orchestra.run.smithi067.stdout:node-exporter.b smithi125 *:9100 running (3m) 18s ago 10m 11.7M - 1.3.1 1dbe0e931976 47a93b654521 2023-12-09T02:11:18.397 INFO:teuthology.orchestra.run.smithi067.stdout:osd.0 smithi067 running (16m) 3s ago 16m 60.9M 4096M 17.2.0 e1d6a67b021e 8028f118e61c 2023-12-09T02:11:18.397 INFO:teuthology.orchestra.run.smithi067.stdout:osd.1 smithi067 running (15m) 3s ago 15m 63.0M 4096M 17.2.0 e1d6a67b021e d8a826789ab9 2023-12-09T02:11:18.397 INFO:teuthology.orchestra.run.smithi067.stdout:osd.2 smithi067 running (15m) 3s ago 15m 55.5M 4096M 17.2.0 e1d6a67b021e 4a0ed55ab397 2023-12-09T02:11:18.397 INFO:teuthology.orchestra.run.smithi067.stdout:osd.3 smithi067 running (14m) 3s ago 14m 59.5M 4096M 17.2.0 e1d6a67b021e 200513eb3289 2023-12-09T02:11:18.397 INFO:teuthology.orchestra.run.smithi067.stdout:osd.4 smithi125 running (13m) 18s ago 13m 61.5M 4096M 17.2.0 e1d6a67b021e 03a86e583fa8 2023-12-09T02:11:18.397 INFO:teuthology.orchestra.run.smithi067.stdout:osd.5 smithi125 running (13m) 18s ago 13m 57.5M 4096M 17.2.0 e1d6a67b021e 69bedd006f74 2023-12-09T02:11:18.397 INFO:teuthology.orchestra.run.smithi067.stdout:osd.6 smithi125 running (12m) 18s ago 12m 56.0M 4096M 17.2.0 e1d6a67b021e 30344497f6d2 2023-12-09T02:11:18.397 INFO:teuthology.orchestra.run.smithi067.stdout:osd.7 smithi125 running (11m) 18s ago 11m 59.4M 4096M 17.2.0 e1d6a67b021e 8791b422aafd 2023-12-09T02:11:18.397 INFO:teuthology.orchestra.run.smithi067.stdout:prometheus.a smithi125 *:9095 running (2m) 18s ago 11m 57.5M - 2.33.4 514e6a882f6e c0781044780a 2023-12-09T02:11:18.397 INFO:teuthology.orchestra.run.smithi067.stdout:rgw.foo.smithi067.rqvsfw smithi067 *:8000 running (8m) 3s ago 8m 88.6M - 17.2.0 e1d6a67b021e 72086955a09f 2023-12-09T02:11:18.397 INFO:teuthology.orchestra.run.smithi067.stdout:rgw.foo.smithi125.wanndy smithi125 *:8000 running (8m) 18s ago 8m 88.6M - 17.2.0 e1d6a67b021e 89b35e95d314 2023-12-09T02:11:18.397 INFO:teuthology.orchestra.run.smithi067.stdout:rgw.smpl.smithi067.mukdcu smithi067 *:80 running (8m) 3s ago 8m 88.5M - 17.2.0 e1d6a67b021e b813f19c7bee 2023-12-09T02:11:18.398 INFO:teuthology.orchestra.run.smithi067.stdout:rgw.smpl.smithi125.ngrzpa smithi125 *:80 running (8m) 18s ago 8m 89.2M - 17.2.0 e1d6a67b021e 96b29ebc04e4 2023-12-09T02:11:18.469 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:18 smithi067 bash[82083]: cluster 2023-12-09T02:11:17.561125+0000 mgr.y (mgr.25480) 280 : cluster 0 pgmap v43: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:11:18.470 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:18 smithi067 bash[82083]: audit 2023-12-09T02:11:17.579688+0000 mgr.y (mgr.25480) 281 : audit 0 from='client.44137 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:11:18.470 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:18 smithi067 bash[82083]: audit 2023-12-09T02:11:17.792084+0000 mon.a (mon.0) 1110 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:18.470 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:18 smithi067 bash[82083]: audit 2023-12-09T02:11:17.798779+0000 mon.a (mon.0) 1111 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:18.470 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:18 smithi067 bash[82083]: audit 2023-12-09T02:11:17.823181+0000 mon.a (mon.0) 1112 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-12-09T02:11:18.470 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:18 smithi067 bash[82083]: audit 2023-12-09T02:11:17.824454+0000 mon.a (mon.0) 1113 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:18.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:18 smithi067 bash[79370]: cluster 2023-12-09T02:11:17.561125+0000 mgr.y (mgr.25480) 280 : cluster 0 pgmap v43: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:11:18.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:18 smithi067 bash[79370]: audit 2023-12-09T02:11:17.579688+0000 mgr.y (mgr.25480) 281 : audit 0 from='client.44137 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:11:18.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:18 smithi067 bash[79370]: audit 2023-12-09T02:11:17.792084+0000 mon.a (mon.0) 1110 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:18.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:18 smithi067 bash[79370]: audit 2023-12-09T02:11:17.798779+0000 mon.a (mon.0) 1111 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:18.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:18 smithi067 bash[79370]: audit 2023-12-09T02:11:17.823181+0000 mon.a (mon.0) 1112 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-12-09T02:11:18.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:18 smithi067 bash[79370]: audit 2023-12-09T02:11:17.824454+0000 mon.a (mon.0) 1113 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:18.472 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:18 smithi125 bash[66801]: cluster 2023-12-09T02:11:17.561125+0000 mgr.y (mgr.25480) 280 : cluster 0 pgmap v43: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:11:18.472 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:18 smithi125 bash[66801]: audit 2023-12-09T02:11:17.579688+0000 mgr.y (mgr.25480) 281 : audit 0 from='client.44137 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:11:18.472 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:18 smithi125 bash[66801]: audit 2023-12-09T02:11:17.792084+0000 mon.a (mon.0) 1110 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:18.472 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:18 smithi125 bash[66801]: audit 2023-12-09T02:11:17.798779+0000 mon.a (mon.0) 1111 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:18.472 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:18 smithi125 bash[66801]: audit 2023-12-09T02:11:17.823181+0000 mon.a (mon.0) 1112 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-12-09T02:11:18.472 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:18 smithi125 bash[66801]: audit 2023-12-09T02:11:17.824454+0000 mon.a (mon.0) 1113 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:18.856 INFO:teuthology.orchestra.run.smithi067.stdout:{ 2023-12-09T02:11:18.856 INFO:teuthology.orchestra.run.smithi067.stdout: "mon": { 2023-12-09T02:11:18.857 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 19.0.0-44-g9dcc13bb (9dcc13bb80dcc1cdea72b04d80505b4649a2b882) reef (dev)": 3 2023-12-09T02:11:18.857 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2023-12-09T02:11:18.857 INFO:teuthology.orchestra.run.smithi067.stdout: "mgr": { 2023-12-09T02:11:18.857 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 19.0.0-44-g9dcc13bb (9dcc13bb80dcc1cdea72b04d80505b4649a2b882) reef (dev)": 2 2023-12-09T02:11:18.857 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2023-12-09T02:11:18.857 INFO:teuthology.orchestra.run.smithi067.stdout: "osd": { 2023-12-09T02:11:18.857 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-09T02:11:18.857 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2023-12-09T02:11:18.857 INFO:teuthology.orchestra.run.smithi067.stdout: "rgw": { 2023-12-09T02:11:18.857 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2023-12-09T02:11:18.857 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2023-12-09T02:11:18.857 INFO:teuthology.orchestra.run.smithi067.stdout: "overall": { 2023-12-09T02:11:18.857 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 12, 2023-12-09T02:11:18.857 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 19.0.0-44-g9dcc13bb (9dcc13bb80dcc1cdea72b04d80505b4649a2b882) reef (dev)": 5 2023-12-09T02:11:18.857 INFO:teuthology.orchestra.run.smithi067.stdout: } 2023-12-09T02:11:18.857 INFO:teuthology.orchestra.run.smithi067.stdout:} 2023-12-09T02:11:18.972 INFO:journalctl@ceph.prometheus.a.smithi125.stdout:Dec 09 02:11:18 smithi125 bash[62302]: ts=2023-12-09T02:11: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.67\", device_class=\"ssd\", hostname=\"smithi067\", instance=\"smithi067:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.67\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.67\", device_class=\"ssd\", hostname=\"smithi067\", instance=\"172.21.15.125:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.67\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-09T02:11:19.248 INFO:teuthology.orchestra.run.smithi067.stdout:{ 2023-12-09T02:11:19.248 INFO:teuthology.orchestra.run.smithi067.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:9dcc13bb80dcc1cdea72b04d80505b4649a2b882", 2023-12-09T02:11:19.248 INFO:teuthology.orchestra.run.smithi067.stdout: "in_progress": true, 2023-12-09T02:11:19.248 INFO:teuthology.orchestra.run.smithi067.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-09T02:11:19.248 INFO:teuthology.orchestra.run.smithi067.stdout: "services_complete": [ 2023-12-09T02:11:19.248 INFO:teuthology.orchestra.run.smithi067.stdout: "mgr", 2023-12-09T02:11:19.248 INFO:teuthology.orchestra.run.smithi067.stdout: "mon" 2023-12-09T02:11:19.248 INFO:teuthology.orchestra.run.smithi067.stdout: ], 2023-12-09T02:11:19.248 INFO:teuthology.orchestra.run.smithi067.stdout: "progress": "5/23 daemons upgraded", 2023-12-09T02:11:19.248 INFO:teuthology.orchestra.run.smithi067.stdout: "message": "Currently upgrading mon daemons", 2023-12-09T02:11:19.249 INFO:teuthology.orchestra.run.smithi067.stdout: "is_paused": false 2023-12-09T02:11:19.249 INFO:teuthology.orchestra.run.smithi067.stdout:} 2023-12-09T02:11:19.704 INFO:teuthology.orchestra.run.smithi067.stdout:HEALTH_OK 2023-12-09T02:11:19.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:19 smithi067 bash[82083]: cephadm 2023-12-09T02:11:17.822549+0000 mgr.y (mgr.25480) 282 : cephadm 1 Reconfiguring osd.6 (monmap changed)... 2023-12-09T02:11:19.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:19 smithi067 bash[82083]: cephadm 2023-12-09T02:11:17.827934+0000 mgr.y (mgr.25480) 283 : cephadm 1 Reconfiguring daemon osd.6 on smithi125 2023-12-09T02:11:19.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:19 smithi067 bash[82083]: audit 2023-12-09T02:11:17.969120+0000 mgr.y (mgr.25480) 284 : audit 0 from='client.34212 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:11:19.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:19 smithi067 bash[82083]: audit 2023-12-09T02:11:18.368954+0000 mgr.y (mgr.25480) 285 : audit 0 from='client.34218 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:11:19.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:19 smithi067 bash[82083]: audit 2023-12-09T02:11:18.556440+0000 mon.a (mon.0) 1114 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:19.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:19 smithi067 bash[82083]: audit 2023-12-09T02:11:18.564118+0000 mon.a (mon.0) 1115 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:19.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:19 smithi067 bash[82083]: audit 2023-12-09T02:11:18.572536+0000 mon.a (mon.0) 1116 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:19.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:19 smithi067 bash[82083]: audit 2023-12-09T02:11:18.603499+0000 mgr.y (mgr.25480) 286 : audit 0 from='client.25420 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:11:19.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:19 smithi067 bash[82083]: audit 2023-12-09T02:11:18.855566+0000 mon.c (mon.1) 4 : audit 0 from='client.? 172.21.15.67:0/2334706585' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:19.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:19 smithi067 bash[79370]: cephadm 2023-12-09T02:11:17.822549+0000 mgr.y (mgr.25480) 282 : cephadm 1 Reconfiguring osd.6 (monmap changed)... 2023-12-09T02:11:19.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:19 smithi067 bash[79370]: cephadm 2023-12-09T02:11:17.827934+0000 mgr.y (mgr.25480) 283 : cephadm 1 Reconfiguring daemon osd.6 on smithi125 2023-12-09T02:11:19.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:19 smithi067 bash[79370]: audit 2023-12-09T02:11:17.969120+0000 mgr.y (mgr.25480) 284 : audit 0 from='client.34212 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:11:19.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:19 smithi067 bash[79370]: audit 2023-12-09T02:11:18.368954+0000 mgr.y (mgr.25480) 285 : audit 0 from='client.34218 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:11:19.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:19 smithi067 bash[79370]: audit 2023-12-09T02:11:18.556440+0000 mon.a (mon.0) 1114 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:19.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:19 smithi067 bash[79370]: audit 2023-12-09T02:11:18.564118+0000 mon.a (mon.0) 1115 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:19.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:19 smithi067 bash[79370]: audit 2023-12-09T02:11:18.572536+0000 mon.a (mon.0) 1116 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:19.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:19 smithi067 bash[79370]: audit 2023-12-09T02:11:18.603499+0000 mgr.y (mgr.25480) 286 : audit 0 from='client.25420 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:11:19.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:19 smithi067 bash[79370]: audit 2023-12-09T02:11:18.855566+0000 mon.c (mon.1) 4 : audit 0 from='client.? 172.21.15.67:0/2334706585' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:19.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:19 smithi125 bash[66801]: cephadm 2023-12-09T02:11:17.822549+0000 mgr.y (mgr.25480) 282 : cephadm 1 Reconfiguring osd.6 (monmap changed)... 2023-12-09T02:11:19.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:19 smithi125 bash[66801]: cephadm 2023-12-09T02:11:17.827934+0000 mgr.y (mgr.25480) 283 : cephadm 1 Reconfiguring daemon osd.6 on smithi125 2023-12-09T02:11:19.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:19 smithi125 bash[66801]: audit 2023-12-09T02:11:17.969120+0000 mgr.y (mgr.25480) 284 : audit 0 from='client.34212 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:11:19.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:19 smithi125 bash[66801]: audit 2023-12-09T02:11:18.368954+0000 mgr.y (mgr.25480) 285 : audit 0 from='client.34218 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:11:19.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:19 smithi125 bash[66801]: audit 2023-12-09T02:11:18.556440+0000 mon.a (mon.0) 1114 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:19.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:19 smithi125 bash[66801]: audit 2023-12-09T02:11:18.564118+0000 mon.a (mon.0) 1115 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:19.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:19 smithi125 bash[66801]: audit 2023-12-09T02:11:18.572536+0000 mon.a (mon.0) 1116 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:19.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:19 smithi125 bash[66801]: audit 2023-12-09T02:11:18.603499+0000 mgr.y (mgr.25480) 286 : audit 0 from='client.25420 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:11:19.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:19 smithi125 bash[66801]: audit 2023-12-09T02:11:18.855566+0000 mon.c (mon.1) 4 : audit 0 from='client.? 172.21.15.67:0/2334706585' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:20.723 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:20 smithi125 bash[66801]: audit 2023-12-09T02:11:19.246782+0000 mgr.y (mgr.25480) 287 : audit 0 from='client.34230 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:11:20.723 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:20 smithi125 bash[66801]: cluster 2023-12-09T02:11:19.562170+0000 mgr.y (mgr.25480) 288 : cluster 0 pgmap v44: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:11:20.723 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:20 smithi125 bash[66801]: audit 2023-12-09T02:11:19.703811+0000 mon.c (mon.1) 5 : audit 0 from='client.? 172.21.15.67:0/3238500195' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-09T02:11:20.723 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:20 smithi125 bash[66801]: audit 2023-12-09T02:11:19.953965+0000 mon.a (mon.0) 1117 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:20.723 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:20 smithi125 bash[66801]: audit 2023-12-09T02:11:19.965030+0000 mon.a (mon.0) 1118 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:20.723 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:20 smithi125 bash[66801]: audit 2023-12-09T02:11:19.999079+0000 mon.a (mon.0) 1119 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-12-09T02:11:20.723 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:20 smithi125 bash[66801]: audit 2023-12-09T02:11:20.001013+0000 mon.a (mon.0) 1120 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:20.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:20 smithi067 bash[79370]: audit 2023-12-09T02:11:19.246782+0000 mgr.y (mgr.25480) 287 : audit 0 from='client.34230 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:11:20.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:20 smithi067 bash[79370]: cluster 2023-12-09T02:11:19.562170+0000 mgr.y (mgr.25480) 288 : cluster 0 pgmap v44: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:11:20.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:20 smithi067 bash[79370]: audit 2023-12-09T02:11:19.703811+0000 mon.c (mon.1) 5 : audit 0 from='client.? 172.21.15.67:0/3238500195' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-09T02:11:20.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:20 smithi067 bash[79370]: audit 2023-12-09T02:11:19.953965+0000 mon.a (mon.0) 1117 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:20.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:20 smithi067 bash[79370]: audit 2023-12-09T02:11:19.965030+0000 mon.a (mon.0) 1118 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:20.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:20 smithi067 bash[79370]: audit 2023-12-09T02:11:19.999079+0000 mon.a (mon.0) 1119 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-12-09T02:11:20.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:20 smithi067 bash[79370]: audit 2023-12-09T02:11:20.001013+0000 mon.a (mon.0) 1120 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:20.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:20 smithi067 bash[82083]: audit 2023-12-09T02:11:19.246782+0000 mgr.y (mgr.25480) 287 : audit 0 from='client.34230 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:11:20.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:20 smithi067 bash[82083]: cluster 2023-12-09T02:11:19.562170+0000 mgr.y (mgr.25480) 288 : cluster 0 pgmap v44: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:11:20.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:20 smithi067 bash[82083]: audit 2023-12-09T02:11:19.703811+0000 mon.c (mon.1) 5 : audit 0 from='client.? 172.21.15.67:0/3238500195' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-09T02:11:20.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:20 smithi067 bash[82083]: audit 2023-12-09T02:11:19.953965+0000 mon.a (mon.0) 1117 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:20.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:20 smithi067 bash[82083]: audit 2023-12-09T02:11:19.965030+0000 mon.a (mon.0) 1118 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:20.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:20 smithi067 bash[82083]: audit 2023-12-09T02:11:19.999079+0000 mon.a (mon.0) 1119 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-12-09T02:11:20.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:20 smithi067 bash[82083]: audit 2023-12-09T02:11:20.001013+0000 mon.a (mon.0) 1120 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:21.722 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:21 smithi125 bash[66801]: cephadm 2023-12-09T02:11:19.998317+0000 mgr.y (mgr.25480) 289 : cephadm 1 Reconfiguring osd.7 (monmap changed)... 2023-12-09T02:11:21.723 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:21 smithi125 bash[66801]: cephadm 2023-12-09T02:11:20.006790+0000 mgr.y (mgr.25480) 290 : cephadm 1 Reconfiguring daemon osd.7 on smithi125 2023-12-09T02:11:21.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:21 smithi067 bash[79370]: cephadm 2023-12-09T02:11:19.998317+0000 mgr.y (mgr.25480) 289 : cephadm 1 Reconfiguring osd.7 (monmap changed)... 2023-12-09T02:11:21.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:21 smithi067 bash[79370]: cephadm 2023-12-09T02:11:20.006790+0000 mgr.y (mgr.25480) 290 : cephadm 1 Reconfiguring daemon osd.7 on smithi125 2023-12-09T02:11:21.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:21 smithi067 bash[82083]: cephadm 2023-12-09T02:11:19.998317+0000 mgr.y (mgr.25480) 289 : cephadm 1 Reconfiguring osd.7 (monmap changed)... 2023-12-09T02:11:21.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:21 smithi067 bash[82083]: cephadm 2023-12-09T02:11:20.006790+0000 mgr.y (mgr.25480) 290 : cephadm 1 Reconfiguring daemon osd.7 on smithi125 2023-12-09T02:11:22.857 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:22 smithi125 bash[66801]: cluster 2023-12-09T02:11:21.562870+0000 mgr.y (mgr.25480) 291 : cluster 0 pgmap v45: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:11:22.903 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:22 smithi125 bash[66801]: audit 2023-12-09T02:11:22.377993+0000 mon.a (mon.0) 1121 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:22.905 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:22 smithi125 bash[66801]: audit 2023-12-09T02:11:22.388525+0000 mon.a (mon.0) 1122 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:22.905 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:22 smithi125 bash[66801]: audit 2023-12-09T02:11:22.428962+0000 mon.a (mon.0) 1123 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi125.wanndy", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-09T02:11:22.905 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:22 smithi125 bash[66801]: audit 2023-12-09T02:11:22.433362+0000 mon.a (mon.0) 1124 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:22.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:22 smithi067 bash[79370]: cluster 2023-12-09T02:11:21.562870+0000 mgr.y (mgr.25480) 291 : cluster 0 pgmap v45: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:11:22.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:22 smithi067 bash[79370]: audit 2023-12-09T02:11:22.377993+0000 mon.a (mon.0) 1121 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:22.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:22 smithi067 bash[79370]: audit 2023-12-09T02:11:22.388525+0000 mon.a (mon.0) 1122 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:22.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:22 smithi067 bash[79370]: audit 2023-12-09T02:11:22.428962+0000 mon.a (mon.0) 1123 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi125.wanndy", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-09T02:11:22.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:22 smithi067 bash[79370]: audit 2023-12-09T02:11:22.433362+0000 mon.a (mon.0) 1124 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:22.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:22 smithi067 bash[82083]: cluster 2023-12-09T02:11:21.562870+0000 mgr.y (mgr.25480) 291 : cluster 0 pgmap v45: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:11:22.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:22 smithi067 bash[82083]: audit 2023-12-09T02:11:22.377993+0000 mon.a (mon.0) 1121 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:22.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:22 smithi067 bash[82083]: audit 2023-12-09T02:11:22.388525+0000 mon.a (mon.0) 1122 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:22.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:22 smithi067 bash[82083]: audit 2023-12-09T02:11:22.428962+0000 mon.a (mon.0) 1123 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi125.wanndy", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-09T02:11:22.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:22 smithi067 bash[82083]: audit 2023-12-09T02:11:22.433362+0000 mon.a (mon.0) 1124 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:23.843 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:23 smithi125 bash[66801]: cephadm 2023-12-09T02:11:22.428063+0000 mgr.y (mgr.25480) 292 : cephadm 1 Reconfiguring rgw.foo.smithi125.wanndy (monmap changed)... 2023-12-09T02:11:23.843 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:23 smithi125 bash[66801]: cephadm 2023-12-09T02:11:22.435554+0000 mgr.y (mgr.25480) 293 : cephadm 1 Reconfiguring daemon rgw.foo.smithi125.wanndy on smithi125 2023-12-09T02:11:23.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:23 smithi067 bash[79370]: cephadm 2023-12-09T02:11:22.428063+0000 mgr.y (mgr.25480) 292 : cephadm 1 Reconfiguring rgw.foo.smithi125.wanndy (monmap changed)... 2023-12-09T02:11:23.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:23 smithi067 bash[79370]: cephadm 2023-12-09T02:11:22.435554+0000 mgr.y (mgr.25480) 293 : cephadm 1 Reconfiguring daemon rgw.foo.smithi125.wanndy on smithi125 2023-12-09T02:11:23.970 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:11:23 smithi067 bash[75618]: ::ffff:172.21.15.125 - - [09/Dec/2023:02:11:23] "GET /metrics HTTP/1.1" 200 38250 "" "Prometheus/2.33.4" 2023-12-09T02:11:23.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:23 smithi067 bash[82083]: cephadm 2023-12-09T02:11:22.428063+0000 mgr.y (mgr.25480) 292 : cephadm 1 Reconfiguring rgw.foo.smithi125.wanndy (monmap changed)... 2023-12-09T02:11:23.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:23 smithi067 bash[82083]: cephadm 2023-12-09T02:11:22.435554+0000 mgr.y (mgr.25480) 293 : cephadm 1 Reconfiguring daemon rgw.foo.smithi125.wanndy on smithi125 2023-12-09T02:11:24.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:24 smithi067 bash[79370]: cluster 2023-12-09T02:11:23.564497+0000 mgr.y (mgr.25480) 294 : cluster 0 pgmap v46: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:11:24.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:24 smithi067 bash[79370]: audit 2023-12-09T02:11:24.524805+0000 mon.a (mon.0) 1125 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:24.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:24 smithi067 bash[79370]: audit 2023-12-09T02:11:24.534902+0000 mon.a (mon.0) 1126 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:24.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:24 smithi067 bash[79370]: audit 2023-12-09T02:11:24.555701+0000 mon.a (mon.0) 1127 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi125.ngrzpa", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-09T02:11:24.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:24 smithi067 bash[79370]: audit 2023-12-09T02:11:24.559757+0000 mon.a (mon.0) 1128 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:24.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:24 smithi067 bash[82083]: cluster 2023-12-09T02:11:23.564497+0000 mgr.y (mgr.25480) 294 : cluster 0 pgmap v46: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:11:24.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:24 smithi067 bash[82083]: audit 2023-12-09T02:11:24.524805+0000 mon.a (mon.0) 1125 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:24.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:24 smithi067 bash[82083]: audit 2023-12-09T02:11:24.534902+0000 mon.a (mon.0) 1126 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:24.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:24 smithi067 bash[82083]: audit 2023-12-09T02:11:24.555701+0000 mon.a (mon.0) 1127 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi125.ngrzpa", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-09T02:11:24.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:24 smithi067 bash[82083]: audit 2023-12-09T02:11:24.559757+0000 mon.a (mon.0) 1128 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:24.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:24 smithi125 bash[66801]: cluster 2023-12-09T02:11:23.564497+0000 mgr.y (mgr.25480) 294 : cluster 0 pgmap v46: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:11:24.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:24 smithi125 bash[66801]: audit 2023-12-09T02:11:24.524805+0000 mon.a (mon.0) 1125 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:24.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:24 smithi125 bash[66801]: audit 2023-12-09T02:11:24.534902+0000 mon.a (mon.0) 1126 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:24.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:24 smithi125 bash[66801]: audit 2023-12-09T02:11:24.555701+0000 mon.a (mon.0) 1127 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi125.ngrzpa", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-09T02:11:24.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:24 smithi125 bash[66801]: audit 2023-12-09T02:11:24.559757+0000 mon.a (mon.0) 1128 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:25.887 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:25 smithi125 bash[66801]: cephadm 2023-12-09T02:11:24.554938+0000 mgr.y (mgr.25480) 295 : cephadm 1 Reconfiguring rgw.smpl.smithi125.ngrzpa (monmap changed)... 2023-12-09T02:11:25.887 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:25 smithi125 bash[66801]: cephadm 2023-12-09T02:11:24.561921+0000 mgr.y (mgr.25480) 296 : cephadm 1 Reconfiguring daemon rgw.smpl.smithi125.ngrzpa on smithi125 2023-12-09T02:11:25.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:25 smithi067 bash[79370]: cephadm 2023-12-09T02:11:24.554938+0000 mgr.y (mgr.25480) 295 : cephadm 1 Reconfiguring rgw.smpl.smithi125.ngrzpa (monmap changed)... 2023-12-09T02:11:25.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:25 smithi067 bash[79370]: cephadm 2023-12-09T02:11:24.561921+0000 mgr.y (mgr.25480) 296 : cephadm 1 Reconfiguring daemon rgw.smpl.smithi125.ngrzpa on smithi125 2023-12-09T02:11:25.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:25 smithi067 bash[82083]: cephadm 2023-12-09T02:11:24.554938+0000 mgr.y (mgr.25480) 295 : cephadm 1 Reconfiguring rgw.smpl.smithi125.ngrzpa (monmap changed)... 2023-12-09T02:11:25.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:25 smithi067 bash[82083]: cephadm 2023-12-09T02:11:24.561921+0000 mgr.y (mgr.25480) 296 : cephadm 1 Reconfiguring daemon rgw.smpl.smithi125.ngrzpa on smithi125 2023-12-09T02:11:26.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:26 smithi067 bash[82083]: cluster 2023-12-09T02:11:25.565235+0000 mgr.y (mgr.25480) 297 : cluster 0 pgmap v47: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:11:26.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:26 smithi067 bash[79370]: cluster 2023-12-09T02:11:25.565235+0000 mgr.y (mgr.25480) 297 : cluster 0 pgmap v47: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:11:26.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:26 smithi125 bash[66801]: cluster 2023-12-09T02:11:25.565235+0000 mgr.y (mgr.25480) 297 : cluster 0 pgmap v47: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:11:28.220 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:27 smithi067 bash[79370]: audit 2023-12-09T02:11:26.736646+0000 mon.a (mon.0) 1129 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:28.220 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:27 smithi067 bash[79370]: audit 2023-12-09T02:11:26.750005+0000 mon.a (mon.0) 1130 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:28.220 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:27 smithi067 bash[79370]: audit 2023-12-09T02:11:26.794011+0000 mon.a (mon.0) 1131 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:28.220 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:27 smithi067 bash[79370]: audit 2023-12-09T02:11:26.799121+0000 mon.a (mon.0) 1132 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:28.220 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:27 smithi067 bash[79370]: audit 2023-12-09T02:11:26.803190+0000 mon.a (mon.0) 1133 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:28.220 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:27 smithi067 bash[79370]: cephadm 2023-12-09T02:11:26.804641+0000 mgr.y (mgr.25480) 298 : cephadm 1 Upgrade: Setting container_image for all mon 2023-12-09T02:11:28.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:27 smithi067 bash[79370]: audit 2023-12-09T02:11:26.810413+0000 mon.a (mon.0) 1134 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:28.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:27 smithi067 bash[79370]: audit 2023-12-09T02:11:26.814408+0000 mon.a (mon.0) 1135 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2023-12-09T02:11:28.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:27 smithi067 bash[79370]: audit 2023-12-09T02:11:26.822241+0000 mon.a (mon.0) 1136 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]': finished 2023-12-09T02:11:28.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:27 smithi067 bash[79370]: audit 2023-12-09T02:11:26.826083+0000 mon.a (mon.0) 1137 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2023-12-09T02:11:28.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:27 smithi067 bash[79370]: audit 2023-12-09T02:11:26.832937+0000 mon.a (mon.0) 1138 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]': finished 2023-12-09T02:11:28.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:27 smithi067 bash[79370]: audit 2023-12-09T02:11:26.836250+0000 mon.a (mon.0) 1139 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2023-12-09T02:11:28.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:27 smithi067 bash[79370]: audit 2023-12-09T02:11:26.843338+0000 mon.a (mon.0) 1140 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]': finished 2023-12-09T02:11:28.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:27 smithi067 bash[79370]: audit 2023-12-09T02:11:26.847491+0000 mon.a (mon.0) 1141 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:28.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:27 smithi067 bash[79370]: cephadm 2023-12-09T02:11:26.848834+0000 mgr.y (mgr.25480) 299 : cephadm 1 Upgrade: Setting container_image for all crash 2023-12-09T02:11:28.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:27 smithi067 bash[79370]: audit 2023-12-09T02:11:26.857080+0000 mon.a (mon.0) 1142 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:28.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:27 smithi067 bash[79370]: audit 2023-12-09T02:11:26.862857+0000 mon.a (mon.0) 1143 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2023-12-09T02:11:28.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:27 smithi067 bash[79370]: audit 2023-12-09T02:11:26.863194+0000 mgr.y (mgr.25480) 300 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2023-12-09T02:11:28.222 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:27 smithi067 bash[79370]: cephadm 2023-12-09T02:11:26.865179+0000 mgr.y (mgr.25480) 301 : cephadm 1 Upgrade: osd.0 is safe to restart 2023-12-09T02:11:28.222 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:27 smithi067 bash[79370]: cluster 2023-12-09T02:11:27.566023+0000 mgr.y (mgr.25480) 302 : cluster 0 pgmap v48: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:11:28.222 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:27 smithi067 bash[79370]: audit 2023-12-09T02:11:27.634023+0000 mon.a (mon.0) 1144 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:11:28.222 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:27 smithi067 bash[82083]: audit 2023-12-09T02:11:26.736646+0000 mon.a (mon.0) 1129 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:28.222 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:27 smithi067 bash[82083]: audit 2023-12-09T02:11:26.750005+0000 mon.a (mon.0) 1130 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:28.222 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:27 smithi067 bash[82083]: audit 2023-12-09T02:11:26.794011+0000 mon.a (mon.0) 1131 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:28.222 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:27 smithi067 bash[82083]: audit 2023-12-09T02:11:26.799121+0000 mon.a (mon.0) 1132 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:28.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:27 smithi067 bash[82083]: audit 2023-12-09T02:11:26.803190+0000 mon.a (mon.0) 1133 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:28.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:27 smithi067 bash[82083]: cephadm 2023-12-09T02:11:26.804641+0000 mgr.y (mgr.25480) 298 : cephadm 1 Upgrade: Setting container_image for all mon 2023-12-09T02:11:28.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:27 smithi067 bash[82083]: audit 2023-12-09T02:11:26.810413+0000 mon.a (mon.0) 1134 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:28.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:27 smithi067 bash[82083]: audit 2023-12-09T02:11:26.814408+0000 mon.a (mon.0) 1135 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2023-12-09T02:11:28.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:27 smithi067 bash[82083]: audit 2023-12-09T02:11:26.822241+0000 mon.a (mon.0) 1136 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]': finished 2023-12-09T02:11:28.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:27 smithi067 bash[82083]: audit 2023-12-09T02:11:26.826083+0000 mon.a (mon.0) 1137 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2023-12-09T02:11:28.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:27 smithi067 bash[82083]: audit 2023-12-09T02:11:26.832937+0000 mon.a (mon.0) 1138 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]': finished 2023-12-09T02:11:28.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:27 smithi067 bash[82083]: audit 2023-12-09T02:11:26.836250+0000 mon.a (mon.0) 1139 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2023-12-09T02:11:28.224 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:27 smithi067 bash[82083]: audit 2023-12-09T02:11:26.843338+0000 mon.a (mon.0) 1140 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]': finished 2023-12-09T02:11:28.224 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:27 smithi067 bash[82083]: audit 2023-12-09T02:11:26.847491+0000 mon.a (mon.0) 1141 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:28.224 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:27 smithi067 bash[82083]: cephadm 2023-12-09T02:11:26.848834+0000 mgr.y (mgr.25480) 299 : cephadm 1 Upgrade: Setting container_image for all crash 2023-12-09T02:11:28.224 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:27 smithi067 bash[82083]: audit 2023-12-09T02:11:26.857080+0000 mon.a (mon.0) 1142 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:28.224 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:27 smithi067 bash[82083]: audit 2023-12-09T02:11:26.862857+0000 mon.a (mon.0) 1143 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2023-12-09T02:11:28.224 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:27 smithi067 bash[82083]: audit 2023-12-09T02:11:26.863194+0000 mgr.y (mgr.25480) 300 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2023-12-09T02:11:28.224 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:27 smithi067 bash[82083]: cephadm 2023-12-09T02:11:26.865179+0000 mgr.y (mgr.25480) 301 : cephadm 1 Upgrade: osd.0 is safe to restart 2023-12-09T02:11:28.224 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:27 smithi067 bash[82083]: cluster 2023-12-09T02:11:27.566023+0000 mgr.y (mgr.25480) 302 : cluster 0 pgmap v48: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:11:28.224 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:27 smithi067 bash[82083]: audit 2023-12-09T02:11:27.634023+0000 mon.a (mon.0) 1144 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:11:28.224 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:27 smithi125 bash[66801]: audit 2023-12-09T02:11:26.736646+0000 mon.a (mon.0) 1129 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:28.225 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:27 smithi125 bash[66801]: audit 2023-12-09T02:11:26.750005+0000 mon.a (mon.0) 1130 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:28.225 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:27 smithi125 bash[66801]: audit 2023-12-09T02:11:26.794011+0000 mon.a (mon.0) 1131 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:28.225 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:27 smithi125 bash[66801]: audit 2023-12-09T02:11:26.799121+0000 mon.a (mon.0) 1132 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:28.225 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:27 smithi125 bash[66801]: audit 2023-12-09T02:11:26.803190+0000 mon.a (mon.0) 1133 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:28.225 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:27 smithi125 bash[66801]: cephadm 2023-12-09T02:11:26.804641+0000 mgr.y (mgr.25480) 298 : cephadm 1 Upgrade: Setting container_image for all mon 2023-12-09T02:11:28.225 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:27 smithi125 bash[66801]: audit 2023-12-09T02:11:26.810413+0000 mon.a (mon.0) 1134 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:28.225 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:27 smithi125 bash[66801]: audit 2023-12-09T02:11:26.814408+0000 mon.a (mon.0) 1135 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2023-12-09T02:11:28.225 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:27 smithi125 bash[66801]: audit 2023-12-09T02:11:26.822241+0000 mon.a (mon.0) 1136 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]': finished 2023-12-09T02:11:28.225 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:27 smithi125 bash[66801]: audit 2023-12-09T02:11:26.826083+0000 mon.a (mon.0) 1137 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2023-12-09T02:11:28.225 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:27 smithi125 bash[66801]: audit 2023-12-09T02:11:26.832937+0000 mon.a (mon.0) 1138 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]': finished 2023-12-09T02:11:28.225 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:27 smithi125 bash[66801]: audit 2023-12-09T02:11:26.836250+0000 mon.a (mon.0) 1139 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2023-12-09T02:11:28.225 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:27 smithi125 bash[66801]: audit 2023-12-09T02:11:26.843338+0000 mon.a (mon.0) 1140 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]': finished 2023-12-09T02:11:28.225 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:27 smithi125 bash[66801]: audit 2023-12-09T02:11:26.847491+0000 mon.a (mon.0) 1141 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:28.225 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:27 smithi125 bash[66801]: cephadm 2023-12-09T02:11:26.848834+0000 mgr.y (mgr.25480) 299 : cephadm 1 Upgrade: Setting container_image for all crash 2023-12-09T02:11:28.225 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:27 smithi125 bash[66801]: audit 2023-12-09T02:11:26.857080+0000 mon.a (mon.0) 1142 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:28.225 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:27 smithi125 bash[66801]: audit 2023-12-09T02:11:26.862857+0000 mon.a (mon.0) 1143 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2023-12-09T02:11:28.226 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:27 smithi125 bash[66801]: audit 2023-12-09T02:11:26.863194+0000 mgr.y (mgr.25480) 300 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2023-12-09T02:11:28.226 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:27 smithi125 bash[66801]: cephadm 2023-12-09T02:11:26.865179+0000 mgr.y (mgr.25480) 301 : cephadm 1 Upgrade: osd.0 is safe to restart 2023-12-09T02:11:28.226 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:27 smithi125 bash[66801]: cluster 2023-12-09T02:11:27.566023+0000 mgr.y (mgr.25480) 302 : cluster 0 pgmap v48: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:11:28.226 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:27 smithi125 bash[66801]: audit 2023-12-09T02:11:27.634023+0000 mon.a (mon.0) 1144 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:11:28.973 INFO:journalctl@ceph.prometheus.a.smithi125.stdout:Dec 09 02:11:28 smithi125 bash[62302]: ts=2023-12-09T02:11:28.660Z caller=manager.go:609 level=warn component="rule manager" group=osd msg="Evaluating rule failed" rule="alert: CephOSDFlapping\nexpr: (rate(ceph_osd_up[5m]) * on(ceph_daemon) group_left(hostname) ceph_osd_metadata)\n * 60 > 1\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.4.4\n severity: warning\n type: ceph_default\nannotations:\n description: OSD {{ $labels.ceph_daemon }} on {{ $labels.hostname }} was marked\n down and back up {{ $value | humanize }} times once a minute for 5 minutes. This\n may indicate a network issue (latency, packet loss, MTU mismatch) on the cluster\n network, or the public network if no cluster network is deployed. Check the network\n stats on the listed host(s).\n documentation: https://docs.ceph.com/en/latest/rados/troubleshooting/troubleshooting-osd#flapping-osds\n summary: Network issues are causing OSDs to flap (mark each other down)\n" err="found duplicate series for the match group {ceph_daemon=\"osd.0\"} on the right hand-side of the operation: [{__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.67\", device_class=\"ssd\", hostname=\"smithi067\", instance=\"smithi067:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.67\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.67\", device_class=\"ssd\", hostname=\"smithi067\", instance=\"172.21.15.125:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.67\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-09T02:11:29.469 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:29 smithi067 bash[79370]: audit 2023-12-09T02:11:28.614019+0000 mgr.y (mgr.25480) 303 : audit 0 from='client.25420 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:11:29.470 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:29 smithi067 bash[82083]: audit 2023-12-09T02:11:28.614019+0000 mgr.y (mgr.25480) 303 : audit 0 from='client.25420 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:11:29.472 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:29 smithi125 bash[66801]: audit 2023-12-09T02:11:28.614019+0000 mgr.y (mgr.25480) 303 : audit 0 from='client.25420 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:11:30.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:30 smithi067 bash[82083]: cephadm 2023-12-09T02:11:29.386231+0000 mgr.y (mgr.25480) 304 : cephadm 1 Upgrade: Updating osd.0 2023-12-09T02:11:30.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:30 smithi067 bash[82083]: audit 2023-12-09T02:11:29.395846+0000 mon.a (mon.0) 1145 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:30.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:30 smithi067 bash[82083]: audit 2023-12-09T02:11:29.400653+0000 mon.a (mon.0) 1146 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-09T02:11:30.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:30 smithi067 bash[82083]: audit 2023-12-09T02:11:29.402048+0000 mon.a (mon.0) 1147 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:30.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:30 smithi067 bash[82083]: cephadm 2023-12-09T02:11:29.407306+0000 mgr.y (mgr.25480) 305 : cephadm 1 Deploying daemon osd.0 on smithi067 2023-12-09T02:11:30.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:30 smithi067 bash[82083]: cluster 2023-12-09T02:11:29.567710+0000 mgr.y (mgr.25480) 306 : cluster 0 pgmap v49: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:11:30.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:30 smithi067 bash[79370]: cephadm 2023-12-09T02:11:29.386231+0000 mgr.y (mgr.25480) 304 : cephadm 1 Upgrade: Updating osd.0 2023-12-09T02:11:30.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:30 smithi067 bash[79370]: audit 2023-12-09T02:11:29.395846+0000 mon.a (mon.0) 1145 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:30.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:30 smithi067 bash[79370]: audit 2023-12-09T02:11:29.400653+0000 mon.a (mon.0) 1146 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-09T02:11:30.721 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:30 smithi067 bash[79370]: audit 2023-12-09T02:11:29.402048+0000 mon.a (mon.0) 1147 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:30.721 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:30 smithi067 bash[79370]: cephadm 2023-12-09T02:11:29.407306+0000 mgr.y (mgr.25480) 305 : cephadm 1 Deploying daemon osd.0 on smithi067 2023-12-09T02:11:30.721 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:30 smithi067 bash[79370]: cluster 2023-12-09T02:11:29.567710+0000 mgr.y (mgr.25480) 306 : cluster 0 pgmap v49: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:11:30.722 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:30 smithi125 bash[66801]: cephadm 2023-12-09T02:11:29.386231+0000 mgr.y (mgr.25480) 304 : cephadm 1 Upgrade: Updating osd.0 2023-12-09T02:11:30.722 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:30 smithi125 bash[66801]: audit 2023-12-09T02:11:29.395846+0000 mon.a (mon.0) 1145 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:30.723 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:30 smithi125 bash[66801]: audit 2023-12-09T02:11:29.400653+0000 mon.a (mon.0) 1146 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-09T02:11:30.723 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:30 smithi125 bash[66801]: audit 2023-12-09T02:11:29.402048+0000 mon.a (mon.0) 1147 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:30.723 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:30 smithi125 bash[66801]: cephadm 2023-12-09T02:11:29.407306+0000 mgr.y (mgr.25480) 305 : cephadm 1 Deploying daemon osd.0 on smithi067 2023-12-09T02:11:30.723 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:30 smithi125 bash[66801]: cluster 2023-12-09T02:11:29.567710+0000 mgr.y (mgr.25480) 306 : cluster 0 pgmap v49: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:11:32.899 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:32 smithi125 bash[66801]: cluster 2023-12-09T02:11:31.568499+0000 mgr.y (mgr.25480) 307 : cluster 0 pgmap v50: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:11:32.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:32 smithi067 bash[79370]: cluster 2023-12-09T02:11:31.568499+0000 mgr.y (mgr.25480) 307 : cluster 0 pgmap v50: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:11:32.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:32 smithi067 bash[82083]: cluster 2023-12-09T02:11:31.568499+0000 mgr.y (mgr.25480) 307 : cluster 0 pgmap v50: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:11:34.137 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:11:33 smithi067 bash[75618]: ::ffff:172.21.15.125 - - [09/Dec/2023:02:11:33] "GET /metrics HTTP/1.1" 200 38252 "" "Prometheus/2.33.4" 2023-12-09T02:11:34.388 INFO:journalctl@ceph.osd.0.smithi067.stdout:Dec 09 02:11:34 smithi067 systemd[1]: Stopping Ceph osd.0 for 6db93fb0-9635-11ee-95a3-87774f69a715... 2023-12-09T02:11:34.719 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:34 smithi067 bash[79370]: cluster 2023-12-09T02:11:33.570174+0000 mgr.y (mgr.25480) 308 : cluster 0 pgmap v51: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:11:34.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:34 smithi067 bash[79370]: cluster 2023-12-09T02:11:34.578355+0000 mon.a (mon.0) 1148 : cluster 1 osd.0 marked itself down and dead 2023-12-09T02:11:34.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:34 smithi067 bash[82083]: cluster 2023-12-09T02:11:33.570174+0000 mgr.y (mgr.25480) 308 : cluster 0 pgmap v51: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:11:34.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:34 smithi067 bash[82083]: cluster 2023-12-09T02:11:34.578355+0000 mon.a (mon.0) 1148 : cluster 1 osd.0 marked itself down and dead 2023-12-09T02:11:34.720 INFO:journalctl@ceph.osd.0.smithi067.stdout:Dec 09 02:11:34 smithi067 bash[34483]: debug 2023-12-09T02:11:34.575+0000 7f4c0b38d700 -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-09T02:11:34.720 INFO:journalctl@ceph.osd.0.smithi067.stdout:Dec 09 02:11:34 smithi067 bash[34483]: debug 2023-12-09T02:11:34.575+0000 7f4c0b38d700 -1 osd.0 105 *** Got signal Terminated *** 2023-12-09T02:11:34.720 INFO:journalctl@ceph.osd.0.smithi067.stdout:Dec 09 02:11:34 smithi067 bash[34483]: debug 2023-12-09T02:11:34.575+0000 7f4c0b38d700 -1 osd.0 105 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-09T02:11:34.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:34 smithi125 bash[66801]: cluster 2023-12-09T02:11:33.570174+0000 mgr.y (mgr.25480) 308 : cluster 0 pgmap v51: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:11:34.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:34 smithi125 bash[66801]: cluster 2023-12-09T02:11:34.578355+0000 mon.a (mon.0) 1148 : cluster 1 osd.0 marked itself down and dead 2023-12-09T02:11:35.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:35 smithi067 bash[79370]: cluster 2023-12-09T02:11:34.628143+0000 mon.a (mon.0) 1149 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-09T02:11:35.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:35 smithi067 bash[79370]: cluster 2023-12-09T02:11:34.634831+0000 osd.7 (osd.7) 4 : cluster 3 failed to encode map e106 with expected crc 2023-12-09T02:11:35.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:35 smithi067 bash[79370]: cluster 2023-12-09T02:11:34.636878+0000 osd.2 (osd.2) 4 : cluster 3 failed to encode map e106 with expected crc 2023-12-09T02:11:35.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:35 smithi067 bash[79370]: cluster 2023-12-09T02:11:34.637392+0000 osd.5 (osd.5) 4 : cluster 3 failed to encode map e106 with expected crc 2023-12-09T02:11:35.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:35 smithi067 bash[79370]: cluster 2023-12-09T02:11:34.640185+0000 mon.a (mon.0) 1150 : cluster 0 osdmap e106: 8 total, 7 up, 8 in 2023-12-09T02:11:35.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:35 smithi067 bash[79370]: cluster 2023-12-09T02:11:34.641105+0000 osd.3 (osd.3) 4 : cluster 3 failed to encode map e106 with expected crc 2023-12-09T02:11:35.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:35 smithi067 bash[79370]: audit 2023-12-09T02:11:34.774903+0000 mon.a (mon.0) 1151 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:35.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:35 smithi067 bash[79370]: audit 2023-12-09T02:11:34.786085+0000 mon.a (mon.0) 1152 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:35.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:35 smithi067 bash[79370]: audit 2023-12-09T02:11:34.795652+0000 mon.a (mon.0) 1153 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:35.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:35 smithi067 bash[82083]: cluster 2023-12-09T02:11:34.628143+0000 mon.a (mon.0) 1149 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-09T02:11:35.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:35 smithi067 bash[82083]: cluster 2023-12-09T02:11:34.634831+0000 osd.7 (osd.7) 4 : cluster 3 failed to encode map e106 with expected crc 2023-12-09T02:11:35.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:35 smithi067 bash[82083]: cluster 2023-12-09T02:11:34.636878+0000 osd.2 (osd.2) 4 : cluster 3 failed to encode map e106 with expected crc 2023-12-09T02:11:35.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:35 smithi067 bash[82083]: cluster 2023-12-09T02:11:34.637392+0000 osd.5 (osd.5) 4 : cluster 3 failed to encode map e106 with expected crc 2023-12-09T02:11:35.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:35 smithi067 bash[82083]: cluster 2023-12-09T02:11:34.640185+0000 mon.a (mon.0) 1150 : cluster 0 osdmap e106: 8 total, 7 up, 8 in 2023-12-09T02:11:35.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:35 smithi067 bash[82083]: cluster 2023-12-09T02:11:34.641105+0000 osd.3 (osd.3) 4 : cluster 3 failed to encode map e106 with expected crc 2023-12-09T02:11:35.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:35 smithi067 bash[82083]: audit 2023-12-09T02:11:34.774903+0000 mon.a (mon.0) 1151 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:35.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:35 smithi067 bash[82083]: audit 2023-12-09T02:11:34.786085+0000 mon.a (mon.0) 1152 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:35.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:35 smithi067 bash[82083]: audit 2023-12-09T02:11:34.795652+0000 mon.a (mon.0) 1153 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:35.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:35 smithi125 bash[66801]: cluster 2023-12-09T02:11:34.628143+0000 mon.a (mon.0) 1149 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-09T02:11:35.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:35 smithi125 bash[66801]: cluster 2023-12-09T02:11:34.634831+0000 osd.7 (osd.7) 4 : cluster 3 failed to encode map e106 with expected crc 2023-12-09T02:11:35.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:35 smithi125 bash[66801]: cluster 2023-12-09T02:11:34.636878+0000 osd.2 (osd.2) 4 : cluster 3 failed to encode map e106 with expected crc 2023-12-09T02:11:35.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:35 smithi125 bash[66801]: cluster 2023-12-09T02:11:34.637392+0000 osd.5 (osd.5) 4 : cluster 3 failed to encode map e106 with expected crc 2023-12-09T02:11:35.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:35 smithi125 bash[66801]: cluster 2023-12-09T02:11:34.640185+0000 mon.a (mon.0) 1150 : cluster 0 osdmap e106: 8 total, 7 up, 8 in 2023-12-09T02:11:35.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:35 smithi125 bash[66801]: cluster 2023-12-09T02:11:34.641105+0000 osd.3 (osd.3) 4 : cluster 3 failed to encode map e106 with expected crc 2023-12-09T02:11:35.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:35 smithi125 bash[66801]: audit 2023-12-09T02:11:34.774903+0000 mon.a (mon.0) 1151 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:35.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:35 smithi125 bash[66801]: audit 2023-12-09T02:11:34.786085+0000 mon.a (mon.0) 1152 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:35.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:35 smithi125 bash[66801]: audit 2023-12-09T02:11:34.795652+0000 mon.a (mon.0) 1153 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:36.515 INFO:journalctl@ceph.osd.0.smithi067.stdout:Dec 09 02:11:36 smithi067 bash[85800]: ceph-6db93fb0-9635-11ee-95a3-87774f69a715-osd-0 2023-12-09T02:11:36.970 INFO:journalctl@ceph.osd.0.smithi067.stdout:Dec 09 02:11:36 smithi067 bash[86037]: Error response from daemon: No such container: ceph-6db93fb0-9635-11ee-95a3-87774f69a715-osd-0 2023-12-09T02:11:36.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:36 smithi067 bash[79370]: cluster 2023-12-09T02:11:35.571032+0000 mgr.y (mgr.25480) 309 : cluster 0 pgmap v53: 161 pgs: 21 stale+active+clean, 140 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2023-12-09T02:11:36.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:36 smithi067 bash[79370]: cluster 2023-12-09T02:11:35.636889+0000 osd.5 (osd.5) 5 : cluster 3 failed to encode map e107 with expected crc 2023-12-09T02:11:36.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:36 smithi067 bash[79370]: cluster 2023-12-09T02:11:35.637777+0000 osd.7 (osd.7) 5 : cluster 3 failed to encode map e107 with expected crc 2023-12-09T02:11:36.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:36 smithi067 bash[79370]: cluster 2023-12-09T02:11:35.640455+0000 osd.6 (osd.6) 4 : cluster 3 failed to encode map e107 with expected crc 2023-12-09T02:11:36.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:36 smithi067 bash[79370]: cluster 2023-12-09T02:11:35.640594+0000 osd.5 (osd.5) 6 : cluster 3 failed to encode map e107 with expected crc 2023-12-09T02:11:36.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:36 smithi067 bash[79370]: cluster 2023-12-09T02:11:35.640781+0000 osd.4 (osd.4) 4 : cluster 3 failed to encode map e107 with expected crc 2023-12-09T02:11:36.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:36 smithi067 bash[79370]: cluster 2023-12-09T02:11:35.643719+0000 mon.a (mon.0) 1154 : cluster 0 osdmap e107: 8 total, 7 up, 8 in 2023-12-09T02:11:36.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:36 smithi067 bash[79370]: cluster 2023-12-09T02:11:35.644169+0000 osd.3 (osd.3) 5 : cluster 3 failed to encode map e107 with expected crc 2023-12-09T02:11:36.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:36 smithi067 bash[79370]: cluster 2023-12-09T02:11:35.644408+0000 osd.2 (osd.2) 5 : cluster 3 failed to encode map e107 with expected crc 2023-12-09T02:11:36.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:36 smithi067 bash[79370]: cluster 2023-12-09T02:11:35.644615+0000 osd.1 (osd.1) 4 : cluster 3 failed to encode map e107 with expected crc 2023-12-09T02:11:36.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:36 smithi067 bash[79370]: audit 2023-12-09T02:11:35.768149+0000 mon.a (mon.0) 1155 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:36.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:36 smithi067 bash[79370]: audit 2023-12-09T02:11:35.780117+0000 mon.a (mon.0) 1156 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:36.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:36 smithi067 bash[79370]: audit 2023-12-09T02:11:35.791678+0000 mon.a (mon.0) 1157 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:36.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:36 smithi067 bash[79370]: cluster 2023-12-09T02:11:35.792518+0000 mon.a (mon.0) 1158 : cluster 3 Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2023-12-09T02:11:36.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:36 smithi067 bash[82083]: cluster 2023-12-09T02:11:35.571032+0000 mgr.y (mgr.25480) 309 : cluster 0 pgmap v53: 161 pgs: 21 stale+active+clean, 140 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2023-12-09T02:11:36.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:36 smithi067 bash[82083]: cluster 2023-12-09T02:11:35.636889+0000 osd.5 (osd.5) 5 : cluster 3 failed to encode map e107 with expected crc 2023-12-09T02:11:36.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:36 smithi067 bash[82083]: cluster 2023-12-09T02:11:35.637777+0000 osd.7 (osd.7) 5 : cluster 3 failed to encode map e107 with expected crc 2023-12-09T02:11:36.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:36 smithi067 bash[82083]: cluster 2023-12-09T02:11:35.640455+0000 osd.6 (osd.6) 4 : cluster 3 failed to encode map e107 with expected crc 2023-12-09T02:11:36.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:36 smithi067 bash[82083]: cluster 2023-12-09T02:11:35.640594+0000 osd.5 (osd.5) 6 : cluster 3 failed to encode map e107 with expected crc 2023-12-09T02:11:36.972 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:36 smithi067 bash[82083]: cluster 2023-12-09T02:11:35.640781+0000 osd.4 (osd.4) 4 : cluster 3 failed to encode map e107 with expected crc 2023-12-09T02:11:36.972 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:36 smithi067 bash[82083]: cluster 2023-12-09T02:11:35.643719+0000 mon.a (mon.0) 1154 : cluster 0 osdmap e107: 8 total, 7 up, 8 in 2023-12-09T02:11:36.972 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:36 smithi067 bash[82083]: cluster 2023-12-09T02:11:35.644169+0000 osd.3 (osd.3) 5 : cluster 3 failed to encode map e107 with expected crc 2023-12-09T02:11:36.972 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:36 smithi067 bash[82083]: cluster 2023-12-09T02:11:35.644408+0000 osd.2 (osd.2) 5 : cluster 3 failed to encode map e107 with expected crc 2023-12-09T02:11:36.972 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:36 smithi067 bash[82083]: cluster 2023-12-09T02:11:35.644615+0000 osd.1 (osd.1) 4 : cluster 3 failed to encode map e107 with expected crc 2023-12-09T02:11:36.972 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:36 smithi067 bash[82083]: audit 2023-12-09T02:11:35.768149+0000 mon.a (mon.0) 1155 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:36.972 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:36 smithi067 bash[82083]: audit 2023-12-09T02:11:35.780117+0000 mon.a (mon.0) 1156 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:36.972 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:36 smithi067 bash[82083]: audit 2023-12-09T02:11:35.791678+0000 mon.a (mon.0) 1157 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:36.972 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:36 smithi067 bash[82083]: cluster 2023-12-09T02:11:35.792518+0000 mon.a (mon.0) 1158 : cluster 3 Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2023-12-09T02:11:36.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:36 smithi125 bash[66801]: cluster 2023-12-09T02:11:35.571032+0000 mgr.y (mgr.25480) 309 : cluster 0 pgmap v53: 161 pgs: 21 stale+active+clean, 140 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2023-12-09T02:11:36.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:36 smithi125 bash[66801]: cluster 2023-12-09T02:11:35.636889+0000 osd.5 (osd.5) 5 : cluster 3 failed to encode map e107 with expected crc 2023-12-09T02:11:36.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:36 smithi125 bash[66801]: cluster 2023-12-09T02:11:35.637777+0000 osd.7 (osd.7) 5 : cluster 3 failed to encode map e107 with expected crc 2023-12-09T02:11:36.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:36 smithi125 bash[66801]: cluster 2023-12-09T02:11:35.640455+0000 osd.6 (osd.6) 4 : cluster 3 failed to encode map e107 with expected crc 2023-12-09T02:11:36.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:36 smithi125 bash[66801]: cluster 2023-12-09T02:11:35.640594+0000 osd.5 (osd.5) 6 : cluster 3 failed to encode map e107 with expected crc 2023-12-09T02:11:36.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:36 smithi125 bash[66801]: cluster 2023-12-09T02:11:35.640781+0000 osd.4 (osd.4) 4 : cluster 3 failed to encode map e107 with expected crc 2023-12-09T02:11:36.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:36 smithi125 bash[66801]: cluster 2023-12-09T02:11:35.643719+0000 mon.a (mon.0) 1154 : cluster 0 osdmap e107: 8 total, 7 up, 8 in 2023-12-09T02:11:36.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:36 smithi125 bash[66801]: cluster 2023-12-09T02:11:35.644169+0000 osd.3 (osd.3) 5 : cluster 3 failed to encode map e107 with expected crc 2023-12-09T02:11:36.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:36 smithi125 bash[66801]: cluster 2023-12-09T02:11:35.644408+0000 osd.2 (osd.2) 5 : cluster 3 failed to encode map e107 with expected crc 2023-12-09T02:11:36.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:36 smithi125 bash[66801]: cluster 2023-12-09T02:11:35.644615+0000 osd.1 (osd.1) 4 : cluster 3 failed to encode map e107 with expected crc 2023-12-09T02:11:36.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:36 smithi125 bash[66801]: audit 2023-12-09T02:11:35.768149+0000 mon.a (mon.0) 1155 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:36.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:36 smithi125 bash[66801]: audit 2023-12-09T02:11:35.780117+0000 mon.a (mon.0) 1156 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:36.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:36 smithi125 bash[66801]: audit 2023-12-09T02:11:35.791678+0000 mon.a (mon.0) 1157 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:36.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:36 smithi125 bash[66801]: cluster 2023-12-09T02:11:35.792518+0000 mon.a (mon.0) 1158 : cluster 3 Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2023-12-09T02:11:37.969 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:37 smithi067 bash[79370]: cluster 2023-12-09T02:11:35.782082+0000 mgr.y (mgr.25480) 310 : cluster 0 pgmap v55: 161 pgs: 21 stale+active+clean, 140 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 823 B/s rd, 0 op/s 2023-12-09T02:11:37.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:37 smithi067 bash[82083]: cluster 2023-12-09T02:11:35.782082+0000 mgr.y (mgr.25480) 310 : cluster 0 pgmap v55: 161 pgs: 21 stale+active+clean, 140 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 823 B/s rd, 0 op/s 2023-12-09T02:11:37.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:37 smithi125 bash[66801]: cluster 2023-12-09T02:11:35.782082+0000 mgr.y (mgr.25480) 310 : cluster 0 pgmap v55: 161 pgs: 21 stale+active+clean, 140 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 823 B/s rd, 0 op/s 2023-12-09T02:11:38.899 INFO:journalctl@ceph.osd.0.smithi067.stdout:Dec 09 02:11:38 smithi067 systemd[1]: ceph-6db93fb0-9635-11ee-95a3-87774f69a715@osd.0.service: Succeeded. 2023-12-09T02:11:38.899 INFO:journalctl@ceph.osd.0.smithi067.stdout:Dec 09 02:11:38 smithi067 systemd[1]: Stopped Ceph osd.0 for 6db93fb0-9635-11ee-95a3-87774f69a715. 2023-12-09T02:11:38.973 INFO:journalctl@ceph.prometheus.a.smithi125.stdout:Dec 09 02:11:38 smithi125 bash[62302]: ts=2023-12-09T02:11: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.67\", device_class=\"ssd\", hostname=\"smithi067\", instance=\"smithi067:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.67\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.67\", device_class=\"ssd\", hostname=\"smithi067\", instance=\"172.21.15.125:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.67\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-09T02:11:39.219 INFO:journalctl@ceph.osd.0.smithi067.stdout:Dec 09 02:11:39 smithi067 systemd[1]: Started Ceph osd.0 for 6db93fb0-9635-11ee-95a3-87774f69a715. 2023-12-09T02:11:39.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:39 smithi067 bash[79370]: cluster 2023-12-09T02:11:37.782789+0000 mgr.y (mgr.25480) 311 : cluster 0 pgmap v56: 161 pgs: 21 stale+active+clean, 140 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 823 B/s rd, 0 op/s 2023-12-09T02:11:39.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:39 smithi067 bash[79370]: audit 2023-12-09T02:11:38.619178+0000 mgr.y (mgr.25480) 312 : audit 0 from='client.25420 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:11:39.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:39 smithi067 bash[79370]: audit 2023-12-09T02:11:38.768126+0000 mon.a (mon.0) 1159 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:39.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:39 smithi067 bash[79370]: audit 2023-12-09T02:11:38.778877+0000 mon.a (mon.0) 1160 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:39.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:39 smithi067 bash[79370]: audit 2023-12-09T02:11:38.788823+0000 mon.a (mon.0) 1161 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:39.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:39 smithi067 bash[79370]: audit 2023-12-09T02:11:39.063054+0000 mon.a (mon.0) 1162 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:39.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:39 smithi067 bash[79370]: audit 2023-12-09T02:11:39.070786+0000 mon.a (mon.0) 1163 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:39.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:39 smithi067 bash[79370]: audit 2023-12-09T02:11:39.095758+0000 mon.a (mon.0) 1164 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:39.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:39 smithi067 bash[79370]: audit 2023-12-09T02:11:39.097031+0000 mon.a (mon.0) 1165 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:39.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:39 smithi067 bash[79370]: audit 2023-12-09T02:11:39.104729+0000 mon.a (mon.0) 1166 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:39.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:39 smithi067 bash[79370]: audit 2023-12-09T02:11:39.189641+0000 mon.a (mon.0) 1167 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:39.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:39 smithi067 bash[79370]: audit 2023-12-09T02:11:39.194644+0000 mon.a (mon.0) 1168 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:39.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:39 smithi067 bash[79370]: audit 2023-12-09T02:11:39.199926+0000 mon.a (mon.0) 1169 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:39.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:39 smithi067 bash[79370]: audit 2023-12-09T02:11:39.201601+0000 mon.a (mon.0) 1170 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:39.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:39 smithi067 bash[79370]: audit 2023-12-09T02:11:39.212034+0000 mon.a (mon.0) 1171 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:39.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:39 smithi067 bash[79370]: audit 2023-12-09T02:11:39.292604+0000 mon.a (mon.0) 1172 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:39.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:39 smithi067 bash[79370]: audit 2023-12-09T02:11:39.296165+0000 mon.a (mon.0) 1173 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:39.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:39 smithi067 bash[79370]: audit 2023-12-09T02:11:39.299192+0000 mon.a (mon.0) 1174 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:39.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:39 smithi067 bash[79370]: audit 2023-12-09T02:11:39.300204+0000 mon.a (mon.0) 1175 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:39.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:39 smithi067 bash[79370]: audit 2023-12-09T02:11:39.306884+0000 mon.a (mon.0) 1176 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:39.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:39 smithi067 bash[79370]: audit 2023-12-09T02:11:39.387775+0000 mon.a (mon.0) 1177 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:39.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:39 smithi067 bash[79370]: audit 2023-12-09T02:11:39.390062+0000 mon.a (mon.0) 1178 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:39.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:39 smithi067 bash[79370]: audit 2023-12-09T02:11:39.393189+0000 mon.a (mon.0) 1179 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:39.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:39 smithi067 bash[79370]: audit 2023-12-09T02:11:39.394102+0000 mon.a (mon.0) 1180 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:39.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:39 smithi067 bash[79370]: audit 2023-12-09T02:11:39.401948+0000 mon.a (mon.0) 1181 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:39.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:39 smithi067 bash[79370]: audit 2023-12-09T02:11:39.481291+0000 mon.a (mon.0) 1182 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:39.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:39 smithi067 bash[79370]: audit 2023-12-09T02:11:39.484222+0000 mon.a (mon.0) 1183 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:39.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:39 smithi067 bash[79370]: audit 2023-12-09T02:11:39.486986+0000 mon.a (mon.0) 1184 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:39.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:39 smithi067 bash[79370]: audit 2023-12-09T02:11:39.488296+0000 mon.a (mon.0) 1185 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:39.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:39 smithi067 bash[79370]: audit 2023-12-09T02:11:39.496113+0000 mon.a (mon.0) 1186 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:39.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:39 smithi067 bash[79370]: audit 2023-12-09T02:11:39.581158+0000 mon.a (mon.0) 1187 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:39.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:39 smithi067 bash[79370]: audit 2023-12-09T02:11:39.583899+0000 mon.a (mon.0) 1188 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:39.973 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:39 smithi067 bash[79370]: audit 2023-12-09T02:11:39.587072+0000 mon.a (mon.0) 1189 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:39.973 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:39 smithi067 bash[79370]: audit 2023-12-09T02:11:39.588219+0000 mon.a (mon.0) 1190 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:39.973 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:39 smithi067 bash[79370]: audit 2023-12-09T02:11:39.596297+0000 mon.a (mon.0) 1191 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:39.973 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:39 smithi067 bash[82083]: cluster 2023-12-09T02:11:37.782789+0000 mgr.y (mgr.25480) 311 : cluster 0 pgmap v56: 161 pgs: 21 stale+active+clean, 140 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 823 B/s rd, 0 op/s 2023-12-09T02:11:39.973 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:39 smithi067 bash[82083]: audit 2023-12-09T02:11:38.619178+0000 mgr.y (mgr.25480) 312 : audit 0 from='client.25420 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:11:39.973 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:39 smithi067 bash[82083]: audit 2023-12-09T02:11:38.768126+0000 mon.a (mon.0) 1159 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:39.973 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:39 smithi067 bash[82083]: audit 2023-12-09T02:11:38.778877+0000 mon.a (mon.0) 1160 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:39.973 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:39 smithi067 bash[82083]: audit 2023-12-09T02:11:38.788823+0000 mon.a (mon.0) 1161 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:39.973 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:39 smithi067 bash[82083]: audit 2023-12-09T02:11:39.063054+0000 mon.a (mon.0) 1162 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:39.973 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:39 smithi067 bash[82083]: audit 2023-12-09T02:11:39.070786+0000 mon.a (mon.0) 1163 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:39.974 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:39 smithi067 bash[82083]: audit 2023-12-09T02:11:39.095758+0000 mon.a (mon.0) 1164 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:39.974 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:39 smithi067 bash[82083]: audit 2023-12-09T02:11:39.097031+0000 mon.a (mon.0) 1165 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:39.974 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:39 smithi067 bash[82083]: audit 2023-12-09T02:11:39.104729+0000 mon.a (mon.0) 1166 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:39.974 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:39 smithi067 bash[82083]: audit 2023-12-09T02:11:39.189641+0000 mon.a (mon.0) 1167 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:39.974 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:39 smithi067 bash[82083]: audit 2023-12-09T02:11:39.194644+0000 mon.a (mon.0) 1168 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:39.974 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:39 smithi067 bash[82083]: audit 2023-12-09T02:11:39.199926+0000 mon.a (mon.0) 1169 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:39.974 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:39 smithi067 bash[82083]: audit 2023-12-09T02:11:39.201601+0000 mon.a (mon.0) 1170 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:39.974 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:39 smithi067 bash[82083]: audit 2023-12-09T02:11:39.212034+0000 mon.a (mon.0) 1171 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:39.974 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:39 smithi067 bash[82083]: audit 2023-12-09T02:11:39.292604+0000 mon.a (mon.0) 1172 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:39.974 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:39 smithi067 bash[82083]: audit 2023-12-09T02:11:39.296165+0000 mon.a (mon.0) 1173 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:39.974 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:39 smithi067 bash[82083]: audit 2023-12-09T02:11:39.299192+0000 mon.a (mon.0) 1174 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:39.974 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:39 smithi067 bash[82083]: audit 2023-12-09T02:11:39.300204+0000 mon.a (mon.0) 1175 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:39.974 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:39 smithi067 bash[82083]: audit 2023-12-09T02:11:39.306884+0000 mon.a (mon.0) 1176 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:39.974 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:39 smithi067 bash[82083]: audit 2023-12-09T02:11:39.387775+0000 mon.a (mon.0) 1177 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:39.975 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:39 smithi067 bash[82083]: audit 2023-12-09T02:11:39.390062+0000 mon.a (mon.0) 1178 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:39.975 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:39 smithi067 bash[82083]: audit 2023-12-09T02:11:39.393189+0000 mon.a (mon.0) 1179 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:39.975 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:39 smithi067 bash[82083]: audit 2023-12-09T02:11:39.394102+0000 mon.a (mon.0) 1180 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:39.975 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:39 smithi067 bash[82083]: audit 2023-12-09T02:11:39.401948+0000 mon.a (mon.0) 1181 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:39.975 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:39 smithi067 bash[82083]: audit 2023-12-09T02:11:39.481291+0000 mon.a (mon.0) 1182 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:39.975 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:39 smithi067 bash[82083]: audit 2023-12-09T02:11:39.484222+0000 mon.a (mon.0) 1183 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:39.975 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:39 smithi067 bash[82083]: audit 2023-12-09T02:11:39.486986+0000 mon.a (mon.0) 1184 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:39.975 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:39 smithi067 bash[82083]: audit 2023-12-09T02:11:39.488296+0000 mon.a (mon.0) 1185 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:39.975 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:39 smithi067 bash[82083]: audit 2023-12-09T02:11:39.496113+0000 mon.a (mon.0) 1186 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:39.975 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:39 smithi067 bash[82083]: audit 2023-12-09T02:11:39.581158+0000 mon.a (mon.0) 1187 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:39.975 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:39 smithi067 bash[82083]: audit 2023-12-09T02:11:39.583899+0000 mon.a (mon.0) 1188 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:39.976 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:39 smithi067 bash[82083]: audit 2023-12-09T02:11:39.587072+0000 mon.a (mon.0) 1189 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:39.976 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:39 smithi067 bash[82083]: audit 2023-12-09T02:11:39.588219+0000 mon.a (mon.0) 1190 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:39.976 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:39 smithi067 bash[82083]: audit 2023-12-09T02:11:39.596297+0000 mon.a (mon.0) 1191 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:39.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:39 smithi125 bash[66801]: cluster 2023-12-09T02:11:37.782789+0000 mgr.y (mgr.25480) 311 : cluster 0 pgmap v56: 161 pgs: 21 stale+active+clean, 140 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 823 B/s rd, 0 op/s 2023-12-09T02:11:39.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:39 smithi125 bash[66801]: audit 2023-12-09T02:11:38.619178+0000 mgr.y (mgr.25480) 312 : audit 0 from='client.25420 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:11:39.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:39 smithi125 bash[66801]: audit 2023-12-09T02:11:38.768126+0000 mon.a (mon.0) 1159 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:39.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:39 smithi125 bash[66801]: audit 2023-12-09T02:11:38.778877+0000 mon.a (mon.0) 1160 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:39.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:39 smithi125 bash[66801]: audit 2023-12-09T02:11:38.788823+0000 mon.a (mon.0) 1161 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:39.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:39 smithi125 bash[66801]: audit 2023-12-09T02:11:39.063054+0000 mon.a (mon.0) 1162 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:39.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:39 smithi125 bash[66801]: audit 2023-12-09T02:11:39.070786+0000 mon.a (mon.0) 1163 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:39.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:39 smithi125 bash[66801]: audit 2023-12-09T02:11:39.095758+0000 mon.a (mon.0) 1164 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:39.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:39 smithi125 bash[66801]: audit 2023-12-09T02:11:39.097031+0000 mon.a (mon.0) 1165 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:39.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:39 smithi125 bash[66801]: audit 2023-12-09T02:11:39.104729+0000 mon.a (mon.0) 1166 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:39.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:39 smithi125 bash[66801]: audit 2023-12-09T02:11:39.189641+0000 mon.a (mon.0) 1167 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:39.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:39 smithi125 bash[66801]: audit 2023-12-09T02:11:39.194644+0000 mon.a (mon.0) 1168 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:39.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:39 smithi125 bash[66801]: audit 2023-12-09T02:11:39.199926+0000 mon.a (mon.0) 1169 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:39.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:39 smithi125 bash[66801]: audit 2023-12-09T02:11:39.201601+0000 mon.a (mon.0) 1170 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:39.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:39 smithi125 bash[66801]: audit 2023-12-09T02:11:39.212034+0000 mon.a (mon.0) 1171 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:39.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:39 smithi125 bash[66801]: audit 2023-12-09T02:11:39.292604+0000 mon.a (mon.0) 1172 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:39.978 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:39 smithi125 bash[66801]: audit 2023-12-09T02:11:39.296165+0000 mon.a (mon.0) 1173 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:39.978 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:39 smithi125 bash[66801]: audit 2023-12-09T02:11:39.299192+0000 mon.a (mon.0) 1174 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:39.978 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:39 smithi125 bash[66801]: audit 2023-12-09T02:11:39.300204+0000 mon.a (mon.0) 1175 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:39.978 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:39 smithi125 bash[66801]: audit 2023-12-09T02:11:39.306884+0000 mon.a (mon.0) 1176 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:39.978 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:39 smithi125 bash[66801]: audit 2023-12-09T02:11:39.387775+0000 mon.a (mon.0) 1177 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:39.978 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:39 smithi125 bash[66801]: audit 2023-12-09T02:11:39.390062+0000 mon.a (mon.0) 1178 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:39.978 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:39 smithi125 bash[66801]: audit 2023-12-09T02:11:39.393189+0000 mon.a (mon.0) 1179 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:39.978 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:39 smithi125 bash[66801]: audit 2023-12-09T02:11:39.394102+0000 mon.a (mon.0) 1180 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:39.978 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:39 smithi125 bash[66801]: audit 2023-12-09T02:11:39.401948+0000 mon.a (mon.0) 1181 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:39.978 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:39 smithi125 bash[66801]: audit 2023-12-09T02:11:39.481291+0000 mon.a (mon.0) 1182 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:39.978 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:39 smithi125 bash[66801]: audit 2023-12-09T02:11:39.484222+0000 mon.a (mon.0) 1183 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:39.978 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:39 smithi125 bash[66801]: audit 2023-12-09T02:11:39.486986+0000 mon.a (mon.0) 1184 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:39.978 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:39 smithi125 bash[66801]: audit 2023-12-09T02:11:39.488296+0000 mon.a (mon.0) 1185 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:39.979 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:39 smithi125 bash[66801]: audit 2023-12-09T02:11:39.496113+0000 mon.a (mon.0) 1186 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:39.979 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:39 smithi125 bash[66801]: audit 2023-12-09T02:11:39.581158+0000 mon.a (mon.0) 1187 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:39.979 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:39 smithi125 bash[66801]: audit 2023-12-09T02:11:39.583899+0000 mon.a (mon.0) 1188 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:39.979 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:39 smithi125 bash[66801]: audit 2023-12-09T02:11:39.587072+0000 mon.a (mon.0) 1189 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:39.979 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:39 smithi125 bash[66801]: audit 2023-12-09T02:11:39.588219+0000 mon.a (mon.0) 1190 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:39.979 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:39 smithi125 bash[66801]: audit 2023-12-09T02:11:39.596297+0000 mon.a (mon.0) 1191 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:40.905 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:40 smithi067 bash[79370]: cluster 2023-12-09T02:11:38.781333+0000 mgr.y (mgr.25480) 313 : cluster 0 pgmap v57: 161 pgs: 18 active+undersized+degraded, 40 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 74/726 objects degraded (10.193%) 2023-12-09T02:11:40.906 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:40 smithi067 bash[79370]: cluster 2023-12-09T02:11:38.781850+0000 mgr.y (mgr.25480) 314 : cluster 0 pgmap v58: 161 pgs: 18 active+undersized+degraded, 40 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 74/726 objects degraded (10.193%) 2023-12-09T02:11:40.906 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:40 smithi067 bash[79370]: cluster 2023-12-09T02:11:39.100184+0000 mgr.y (mgr.25480) 315 : cluster 0 pgmap v59: 161 pgs: 18 active+undersized+degraded, 40 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 74/726 objects degraded (10.193%) 2023-12-09T02:11:40.906 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:40 smithi067 bash[79370]: cephadm 2023-12-09T02:11:39.105395+0000 mgr.y (mgr.25480) 316 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:40.906 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:40 smithi067 bash[79370]: cephadm 2023-12-09T02:11:39.212771+0000 mgr.y (mgr.25480) 317 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:40.906 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:40 smithi067 bash[79370]: cephadm 2023-12-09T02:11:39.307476+0000 mgr.y (mgr.25480) 318 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:40.906 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:40 smithi067 bash[79370]: cephadm 2023-12-09T02:11:39.402826+0000 mgr.y (mgr.25480) 319 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:40.906 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:40 smithi067 bash[79370]: cephadm 2023-12-09T02:11:39.496888+0000 mgr.y (mgr.25480) 320 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:40.906 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:40 smithi067 bash[79370]: cephadm 2023-12-09T02:11:39.596979+0000 mgr.y (mgr.25480) 321 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:40.906 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:40 smithi067 bash[79370]: audit 2023-12-09T02:11:39.676847+0000 mon.a (mon.0) 1192 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:40.906 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:40 smithi067 bash[79370]: audit 2023-12-09T02:11:39.679417+0000 mon.a (mon.0) 1193 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:40.906 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:40 smithi067 bash[79370]: audit 2023-12-09T02:11:39.683041+0000 mon.a (mon.0) 1194 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:40.906 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:40 smithi067 bash[79370]: audit 2023-12-09T02:11:39.683987+0000 mon.a (mon.0) 1195 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:40.906 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:40 smithi067 bash[79370]: audit 2023-12-09T02:11:39.692005+0000 mon.a (mon.0) 1196 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:40.907 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:40 smithi067 bash[79370]: audit 2023-12-09T02:11:39.771593+0000 mon.a (mon.0) 1197 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:40.907 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:40 smithi067 bash[79370]: audit 2023-12-09T02:11:39.774737+0000 mon.a (mon.0) 1198 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:40.907 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:40 smithi067 bash[79370]: cluster 2023-12-09T02:11:39.775456+0000 mon.a (mon.0) 1199 : cluster 3 Health check failed: Degraded data redundancy: 74/726 objects degraded (10.193%), 18 pgs degraded (PG_DEGRADED) 2023-12-09T02:11:40.907 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:40 smithi067 bash[79370]: cluster 2023-12-09T02:11:39.775513+0000 mon.a (mon.0) 1200 : cluster 1 Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2023-12-09T02:11:40.907 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:40 smithi067 bash[79370]: audit 2023-12-09T02:11:39.786482+0000 mon.a (mon.0) 1201 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:40.907 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:40 smithi067 bash[79370]: audit 2023-12-09T02:11:39.788152+0000 mon.a (mon.0) 1202 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:40.907 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:40 smithi067 bash[79370]: audit 2023-12-09T02:11:39.797999+0000 mon.a (mon.0) 1203 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:40.907 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:40 smithi067 bash[79370]: audit 2023-12-09T02:11:39.878798+0000 mon.a (mon.0) 1204 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:40.907 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:40 smithi067 bash[79370]: audit 2023-12-09T02:11:39.881087+0000 mon.a (mon.0) 1205 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:40.907 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:40 smithi067 bash[79370]: audit 2023-12-09T02:11:39.885339+0000 mon.a (mon.0) 1206 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:40.907 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:40 smithi067 bash[79370]: audit 2023-12-09T02:11:39.886585+0000 mon.a (mon.0) 1207 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:40.907 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:40 smithi067 bash[79370]: audit 2023-12-09T02:11:39.895890+0000 mon.a (mon.0) 1208 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:40.907 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:40 smithi067 bash[79370]: audit 2023-12-09T02:11:39.978382+0000 mon.a (mon.0) 1209 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:40.907 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:40 smithi067 bash[79370]: audit 2023-12-09T02:11:39.981600+0000 mon.a (mon.0) 1210 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:40.907 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:40 smithi067 bash[79370]: audit 2023-12-09T02:11:39.984614+0000 mon.a (mon.0) 1211 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:40.907 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:40 smithi067 bash[79370]: audit 2023-12-09T02:11:39.985989+0000 mon.a (mon.0) 1212 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:40.908 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:40 smithi067 bash[79370]: audit 2023-12-09T02:11:39.994682+0000 mon.a (mon.0) 1213 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:40.908 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:40 smithi067 bash[79370]: audit 2023-12-09T02:11:40.075186+0000 mon.a (mon.0) 1214 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:40.908 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:40 smithi067 bash[79370]: audit 2023-12-09T02:11:40.078482+0000 mon.a (mon.0) 1215 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:40.908 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:40 smithi067 bash[79370]: audit 2023-12-09T02:11:40.083429+0000 mon.a (mon.0) 1216 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:40.908 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:40 smithi067 bash[79370]: audit 2023-12-09T02:11:40.084599+0000 mon.a (mon.0) 1217 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:40.908 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:40 smithi067 bash[79370]: audit 2023-12-09T02:11:40.091904+0000 mon.a (mon.0) 1218 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:40.908 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:40 smithi067 bash[79370]: audit 2023-12-09T02:11:40.174043+0000 mon.a (mon.0) 1219 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:40.908 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:40 smithi067 bash[79370]: audit 2023-12-09T02:11:40.176447+0000 mon.a (mon.0) 1220 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:40.908 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:40 smithi067 bash[79370]: audit 2023-12-09T02:11:40.179566+0000 mon.a (mon.0) 1221 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:40.908 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:40 smithi067 bash[79370]: audit 2023-12-09T02:11:40.180603+0000 mon.a (mon.0) 1222 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:40.908 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:40 smithi067 bash[79370]: audit 2023-12-09T02:11:40.188871+0000 mon.a (mon.0) 1223 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:40.908 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:40 smithi067 bash[79370]: audit 2023-12-09T02:11:40.272918+0000 mon.a (mon.0) 1224 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:40.908 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:40 smithi067 bash[79370]: audit 2023-12-09T02:11:40.275356+0000 mon.a (mon.0) 1225 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:40.908 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:40 smithi067 bash[79370]: audit 2023-12-09T02:11:40.278309+0000 mon.a (mon.0) 1226 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:40.908 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:40 smithi067 bash[79370]: audit 2023-12-09T02:11:40.279687+0000 mon.a (mon.0) 1227 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:40.909 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:40 smithi067 bash[79370]: audit 2023-12-09T02:11:40.287146+0000 mon.a (mon.0) 1228 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:40.909 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:40 smithi067 bash[79370]: audit 2023-12-09T02:11:40.365452+0000 mon.a (mon.0) 1229 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:40.909 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:40 smithi067 bash[79370]: audit 2023-12-09T02:11:40.367621+0000 mon.a (mon.0) 1230 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:40.909 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:40 smithi067 bash[79370]: audit 2023-12-09T02:11:40.370379+0000 mon.a (mon.0) 1231 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:40.909 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:40 smithi067 bash[79370]: audit 2023-12-09T02:11:40.371342+0000 mon.a (mon.0) 1232 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:40.909 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:40 smithi067 bash[79370]: audit 2023-12-09T02:11:40.378835+0000 mon.a (mon.0) 1233 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:40.909 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:40 smithi067 bash[79370]: audit 2023-12-09T02:11:40.457084+0000 mon.a (mon.0) 1234 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:40.909 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:40 smithi067 bash[79370]: audit 2023-12-09T02:11:40.459883+0000 mon.a (mon.0) 1235 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:40.909 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:40 smithi067 bash[79370]: audit 2023-12-09T02:11:40.463610+0000 mon.a (mon.0) 1236 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:40.909 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:40 smithi067 bash[79370]: audit 2023-12-09T02:11:40.464900+0000 mon.a (mon.0) 1237 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:40.909 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:40 smithi067 bash[79370]: audit 2023-12-09T02:11:40.473748+0000 mon.a (mon.0) 1238 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:40.909 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:40 smithi067 bash[79370]: audit 2023-12-09T02:11:40.553996+0000 mon.a (mon.0) 1239 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:40.909 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:40 smithi067 bash[79370]: audit 2023-12-09T02:11:40.556549+0000 mon.a (mon.0) 1240 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:40.909 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:40 smithi067 bash[79370]: audit 2023-12-09T02:11:40.559477+0000 mon.a (mon.0) 1241 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:40.909 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:40 smithi067 bash[79370]: audit 2023-12-09T02:11:40.560756+0000 mon.a (mon.0) 1242 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:40.910 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:40 smithi067 bash[79370]: audit 2023-12-09T02:11:40.570017+0000 mon.a (mon.0) 1243 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:40.910 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:40 smithi067 bash[82083]: cluster 2023-12-09T02:11:38.781333+0000 mgr.y (mgr.25480) 313 : cluster 0 pgmap v57: 161 pgs: 18 active+undersized+degraded, 40 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 74/726 objects degraded (10.193%) 2023-12-09T02:11:40.910 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:40 smithi067 bash[82083]: cluster 2023-12-09T02:11:38.781850+0000 mgr.y (mgr.25480) 314 : cluster 0 pgmap v58: 161 pgs: 18 active+undersized+degraded, 40 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 74/726 objects degraded (10.193%) 2023-12-09T02:11:40.910 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:40 smithi067 bash[82083]: cluster 2023-12-09T02:11:39.100184+0000 mgr.y (mgr.25480) 315 : cluster 0 pgmap v59: 161 pgs: 18 active+undersized+degraded, 40 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 74/726 objects degraded (10.193%) 2023-12-09T02:11:40.910 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:40 smithi067 bash[82083]: cephadm 2023-12-09T02:11:39.105395+0000 mgr.y (mgr.25480) 316 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:40.910 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:40 smithi067 bash[82083]: cephadm 2023-12-09T02:11:39.212771+0000 mgr.y (mgr.25480) 317 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:40.911 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:40 smithi067 bash[82083]: cephadm 2023-12-09T02:11:39.307476+0000 mgr.y (mgr.25480) 318 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:40.911 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:40 smithi067 bash[82083]: cephadm 2023-12-09T02:11:39.402826+0000 mgr.y (mgr.25480) 319 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:40.911 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:40 smithi067 bash[82083]: cephadm 2023-12-09T02:11:39.496888+0000 mgr.y (mgr.25480) 320 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:40.911 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:40 smithi067 bash[82083]: cephadm 2023-12-09T02:11:39.596979+0000 mgr.y (mgr.25480) 321 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:40.911 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:40 smithi067 bash[82083]: audit 2023-12-09T02:11:39.676847+0000 mon.a (mon.0) 1192 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:40.911 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:40 smithi067 bash[82083]: audit 2023-12-09T02:11:39.679417+0000 mon.a (mon.0) 1193 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:40.911 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:40 smithi067 bash[82083]: audit 2023-12-09T02:11:39.683041+0000 mon.a (mon.0) 1194 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:40.911 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:40 smithi067 bash[82083]: audit 2023-12-09T02:11:39.683987+0000 mon.a (mon.0) 1195 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:40.911 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:40 smithi067 bash[82083]: audit 2023-12-09T02:11:39.692005+0000 mon.a (mon.0) 1196 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:40.911 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:40 smithi067 bash[82083]: audit 2023-12-09T02:11:39.771593+0000 mon.a (mon.0) 1197 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:40.911 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:40 smithi067 bash[82083]: audit 2023-12-09T02:11:39.774737+0000 mon.a (mon.0) 1198 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:40.911 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:40 smithi067 bash[82083]: cluster 2023-12-09T02:11:39.775456+0000 mon.a (mon.0) 1199 : cluster 3 Health check failed: Degraded data redundancy: 74/726 objects degraded (10.193%), 18 pgs degraded (PG_DEGRADED) 2023-12-09T02:11:40.911 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:40 smithi067 bash[82083]: cluster 2023-12-09T02:11:39.775513+0000 mon.a (mon.0) 1200 : cluster 1 Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2023-12-09T02:11:40.911 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:40 smithi067 bash[82083]: audit 2023-12-09T02:11:39.786482+0000 mon.a (mon.0) 1201 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:40.911 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:40 smithi067 bash[82083]: audit 2023-12-09T02:11:39.788152+0000 mon.a (mon.0) 1202 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:40.912 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:40 smithi067 bash[82083]: audit 2023-12-09T02:11:39.797999+0000 mon.a (mon.0) 1203 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:40.912 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:40 smithi067 bash[82083]: audit 2023-12-09T02:11:39.878798+0000 mon.a (mon.0) 1204 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:40.912 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:40 smithi067 bash[82083]: audit 2023-12-09T02:11:39.881087+0000 mon.a (mon.0) 1205 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:40.912 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:40 smithi067 bash[82083]: audit 2023-12-09T02:11:39.885339+0000 mon.a (mon.0) 1206 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:40.912 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:40 smithi067 bash[82083]: audit 2023-12-09T02:11:39.886585+0000 mon.a (mon.0) 1207 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:40.912 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:40 smithi067 bash[82083]: audit 2023-12-09T02:11:39.895890+0000 mon.a (mon.0) 1208 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:40.912 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:40 smithi067 bash[82083]: audit 2023-12-09T02:11:39.978382+0000 mon.a (mon.0) 1209 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:40.912 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:40 smithi067 bash[82083]: audit 2023-12-09T02:11:39.981600+0000 mon.a (mon.0) 1210 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:40.912 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:40 smithi067 bash[82083]: audit 2023-12-09T02:11:39.984614+0000 mon.a (mon.0) 1211 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:40.912 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:40 smithi067 bash[82083]: audit 2023-12-09T02:11:39.985989+0000 mon.a (mon.0) 1212 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:40.912 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:40 smithi067 bash[82083]: audit 2023-12-09T02:11:39.994682+0000 mon.a (mon.0) 1213 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:40.912 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:40 smithi067 bash[82083]: audit 2023-12-09T02:11:40.075186+0000 mon.a (mon.0) 1214 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:40.912 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:40 smithi067 bash[82083]: audit 2023-12-09T02:11:40.078482+0000 mon.a (mon.0) 1215 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:40.912 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:40 smithi067 bash[82083]: audit 2023-12-09T02:11:40.083429+0000 mon.a (mon.0) 1216 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:40.912 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:40 smithi067 bash[82083]: audit 2023-12-09T02:11:40.084599+0000 mon.a (mon.0) 1217 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:40.912 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:40 smithi067 bash[82083]: audit 2023-12-09T02:11:40.091904+0000 mon.a (mon.0) 1218 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:40.913 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:40 smithi067 bash[82083]: audit 2023-12-09T02:11:40.174043+0000 mon.a (mon.0) 1219 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:40.913 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:40 smithi067 bash[82083]: audit 2023-12-09T02:11:40.176447+0000 mon.a (mon.0) 1220 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:40.913 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:40 smithi067 bash[82083]: audit 2023-12-09T02:11:40.179566+0000 mon.a (mon.0) 1221 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:40.913 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:40 smithi067 bash[82083]: audit 2023-12-09T02:11:40.180603+0000 mon.a (mon.0) 1222 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:40.913 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:40 smithi067 bash[82083]: audit 2023-12-09T02:11:40.188871+0000 mon.a (mon.0) 1223 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:40.913 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:40 smithi067 bash[82083]: audit 2023-12-09T02:11:40.272918+0000 mon.a (mon.0) 1224 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:40.913 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:40 smithi067 bash[82083]: audit 2023-12-09T02:11:40.275356+0000 mon.a (mon.0) 1225 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:40.913 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:40 smithi067 bash[82083]: audit 2023-12-09T02:11:40.278309+0000 mon.a (mon.0) 1226 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:40.913 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:40 smithi067 bash[82083]: audit 2023-12-09T02:11:40.279687+0000 mon.a (mon.0) 1227 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:40.913 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:40 smithi067 bash[82083]: audit 2023-12-09T02:11:40.287146+0000 mon.a (mon.0) 1228 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:40.913 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:40 smithi067 bash[82083]: audit 2023-12-09T02:11:40.365452+0000 mon.a (mon.0) 1229 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:40.913 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:40 smithi067 bash[82083]: audit 2023-12-09T02:11:40.367621+0000 mon.a (mon.0) 1230 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:40.913 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:40 smithi067 bash[82083]: audit 2023-12-09T02:11:40.370379+0000 mon.a (mon.0) 1231 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:40.913 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:40 smithi067 bash[82083]: audit 2023-12-09T02:11:40.371342+0000 mon.a (mon.0) 1232 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:40.914 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:40 smithi067 bash[82083]: audit 2023-12-09T02:11:40.378835+0000 mon.a (mon.0) 1233 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:40.914 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:40 smithi067 bash[82083]: audit 2023-12-09T02:11:40.457084+0000 mon.a (mon.0) 1234 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:40.914 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:40 smithi067 bash[82083]: audit 2023-12-09T02:11:40.459883+0000 mon.a (mon.0) 1235 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:40.914 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:40 smithi067 bash[82083]: audit 2023-12-09T02:11:40.463610+0000 mon.a (mon.0) 1236 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:40.914 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:40 smithi067 bash[82083]: audit 2023-12-09T02:11:40.464900+0000 mon.a (mon.0) 1237 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:40.914 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:40 smithi067 bash[82083]: audit 2023-12-09T02:11:40.473748+0000 mon.a (mon.0) 1238 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:40.914 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:40 smithi067 bash[82083]: audit 2023-12-09T02:11:40.553996+0000 mon.a (mon.0) 1239 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:40.914 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:40 smithi067 bash[82083]: audit 2023-12-09T02:11:40.556549+0000 mon.a (mon.0) 1240 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:40.914 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:40 smithi067 bash[82083]: audit 2023-12-09T02:11:40.559477+0000 mon.a (mon.0) 1241 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:40.914 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:40 smithi067 bash[82083]: audit 2023-12-09T02:11:40.560756+0000 mon.a (mon.0) 1242 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:40.914 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:40 smithi067 bash[82083]: audit 2023-12-09T02:11:40.570017+0000 mon.a (mon.0) 1243 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:40.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:40 smithi125 bash[66801]: cluster 2023-12-09T02:11:38.781333+0000 mgr.y (mgr.25480) 313 : cluster 0 pgmap v57: 161 pgs: 18 active+undersized+degraded, 40 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 74/726 objects degraded (10.193%) 2023-12-09T02:11:40.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:40 smithi125 bash[66801]: cluster 2023-12-09T02:11:38.781850+0000 mgr.y (mgr.25480) 314 : cluster 0 pgmap v58: 161 pgs: 18 active+undersized+degraded, 40 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 74/726 objects degraded (10.193%) 2023-12-09T02:11:40.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:40 smithi125 bash[66801]: cluster 2023-12-09T02:11:39.100184+0000 mgr.y (mgr.25480) 315 : cluster 0 pgmap v59: 161 pgs: 18 active+undersized+degraded, 40 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 74/726 objects degraded (10.193%) 2023-12-09T02:11:40.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:40 smithi125 bash[66801]: cephadm 2023-12-09T02:11:39.105395+0000 mgr.y (mgr.25480) 316 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:40.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:40 smithi125 bash[66801]: cephadm 2023-12-09T02:11:39.212771+0000 mgr.y (mgr.25480) 317 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:40.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:40 smithi125 bash[66801]: cephadm 2023-12-09T02:11:39.307476+0000 mgr.y (mgr.25480) 318 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:40.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:40 smithi125 bash[66801]: cephadm 2023-12-09T02:11:39.402826+0000 mgr.y (mgr.25480) 319 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:40.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:40 smithi125 bash[66801]: cephadm 2023-12-09T02:11:39.496888+0000 mgr.y (mgr.25480) 320 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:40.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:40 smithi125 bash[66801]: cephadm 2023-12-09T02:11:39.596979+0000 mgr.y (mgr.25480) 321 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:40.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:40 smithi125 bash[66801]: audit 2023-12-09T02:11:39.676847+0000 mon.a (mon.0) 1192 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:40.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:40 smithi125 bash[66801]: audit 2023-12-09T02:11:39.679417+0000 mon.a (mon.0) 1193 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:40.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:40 smithi125 bash[66801]: audit 2023-12-09T02:11:39.683041+0000 mon.a (mon.0) 1194 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:40.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:40 smithi125 bash[66801]: audit 2023-12-09T02:11:39.683987+0000 mon.a (mon.0) 1195 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:40.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:40 smithi125 bash[66801]: audit 2023-12-09T02:11:39.692005+0000 mon.a (mon.0) 1196 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:40.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:40 smithi125 bash[66801]: audit 2023-12-09T02:11:39.771593+0000 mon.a (mon.0) 1197 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:40.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:40 smithi125 bash[66801]: audit 2023-12-09T02:11:39.774737+0000 mon.a (mon.0) 1198 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:40.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:40 smithi125 bash[66801]: cluster 2023-12-09T02:11:39.775456+0000 mon.a (mon.0) 1199 : cluster 3 Health check failed: Degraded data redundancy: 74/726 objects degraded (10.193%), 18 pgs degraded (PG_DEGRADED) 2023-12-09T02:11:40.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:40 smithi125 bash[66801]: cluster 2023-12-09T02:11:39.775513+0000 mon.a (mon.0) 1200 : cluster 1 Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2023-12-09T02:11:40.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:40 smithi125 bash[66801]: audit 2023-12-09T02:11:39.786482+0000 mon.a (mon.0) 1201 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:40.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:40 smithi125 bash[66801]: audit 2023-12-09T02:11:39.788152+0000 mon.a (mon.0) 1202 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:40.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:40 smithi125 bash[66801]: audit 2023-12-09T02:11:39.797999+0000 mon.a (mon.0) 1203 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:40.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:40 smithi125 bash[66801]: audit 2023-12-09T02:11:39.878798+0000 mon.a (mon.0) 1204 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:40.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:40 smithi125 bash[66801]: audit 2023-12-09T02:11:39.881087+0000 mon.a (mon.0) 1205 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:40.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:40 smithi125 bash[66801]: audit 2023-12-09T02:11:39.885339+0000 mon.a (mon.0) 1206 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:40.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:40 smithi125 bash[66801]: audit 2023-12-09T02:11:39.886585+0000 mon.a (mon.0) 1207 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:40.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:40 smithi125 bash[66801]: audit 2023-12-09T02:11:39.895890+0000 mon.a (mon.0) 1208 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:40.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:40 smithi125 bash[66801]: audit 2023-12-09T02:11:39.978382+0000 mon.a (mon.0) 1209 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:40.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:40 smithi125 bash[66801]: audit 2023-12-09T02:11:39.981600+0000 mon.a (mon.0) 1210 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:40.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:40 smithi125 bash[66801]: audit 2023-12-09T02:11:39.984614+0000 mon.a (mon.0) 1211 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:40.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:40 smithi125 bash[66801]: audit 2023-12-09T02:11:39.985989+0000 mon.a (mon.0) 1212 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:40.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:40 smithi125 bash[66801]: audit 2023-12-09T02:11:39.994682+0000 mon.a (mon.0) 1213 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:40.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:40 smithi125 bash[66801]: audit 2023-12-09T02:11:40.075186+0000 mon.a (mon.0) 1214 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:40.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:40 smithi125 bash[66801]: audit 2023-12-09T02:11:40.078482+0000 mon.a (mon.0) 1215 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:40.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:40 smithi125 bash[66801]: audit 2023-12-09T02:11:40.083429+0000 mon.a (mon.0) 1216 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:40.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:40 smithi125 bash[66801]: audit 2023-12-09T02:11:40.084599+0000 mon.a (mon.0) 1217 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:40.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:40 smithi125 bash[66801]: audit 2023-12-09T02:11:40.091904+0000 mon.a (mon.0) 1218 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:40.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:40 smithi125 bash[66801]: audit 2023-12-09T02:11:40.174043+0000 mon.a (mon.0) 1219 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:40.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:40 smithi125 bash[66801]: audit 2023-12-09T02:11:40.176447+0000 mon.a (mon.0) 1220 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:40.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:40 smithi125 bash[66801]: audit 2023-12-09T02:11:40.179566+0000 mon.a (mon.0) 1221 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:40.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:40 smithi125 bash[66801]: audit 2023-12-09T02:11:40.180603+0000 mon.a (mon.0) 1222 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:40.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:40 smithi125 bash[66801]: audit 2023-12-09T02:11:40.188871+0000 mon.a (mon.0) 1223 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:40.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:40 smithi125 bash[66801]: audit 2023-12-09T02:11:40.272918+0000 mon.a (mon.0) 1224 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:40.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:40 smithi125 bash[66801]: audit 2023-12-09T02:11:40.275356+0000 mon.a (mon.0) 1225 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:40.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:40 smithi125 bash[66801]: audit 2023-12-09T02:11:40.278309+0000 mon.a (mon.0) 1226 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:40.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:40 smithi125 bash[66801]: audit 2023-12-09T02:11:40.279687+0000 mon.a (mon.0) 1227 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:40.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:40 smithi125 bash[66801]: audit 2023-12-09T02:11:40.287146+0000 mon.a (mon.0) 1228 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:40.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:40 smithi125 bash[66801]: audit 2023-12-09T02:11:40.365452+0000 mon.a (mon.0) 1229 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:40.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:40 smithi125 bash[66801]: audit 2023-12-09T02:11:40.367621+0000 mon.a (mon.0) 1230 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:40.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:40 smithi125 bash[66801]: audit 2023-12-09T02:11:40.370379+0000 mon.a (mon.0) 1231 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:40.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:40 smithi125 bash[66801]: audit 2023-12-09T02:11:40.371342+0000 mon.a (mon.0) 1232 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:40.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:40 smithi125 bash[66801]: audit 2023-12-09T02:11:40.378835+0000 mon.a (mon.0) 1233 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:40.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:40 smithi125 bash[66801]: audit 2023-12-09T02:11:40.457084+0000 mon.a (mon.0) 1234 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:40.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:40 smithi125 bash[66801]: audit 2023-12-09T02:11:40.459883+0000 mon.a (mon.0) 1235 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:40.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:40 smithi125 bash[66801]: audit 2023-12-09T02:11:40.463610+0000 mon.a (mon.0) 1236 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:40.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:40 smithi125 bash[66801]: audit 2023-12-09T02:11:40.464900+0000 mon.a (mon.0) 1237 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:40.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:40 smithi125 bash[66801]: audit 2023-12-09T02:11:40.473748+0000 mon.a (mon.0) 1238 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:40.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:40 smithi125 bash[66801]: audit 2023-12-09T02:11:40.553996+0000 mon.a (mon.0) 1239 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:40.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:40 smithi125 bash[66801]: audit 2023-12-09T02:11:40.556549+0000 mon.a (mon.0) 1240 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:40.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:40 smithi125 bash[66801]: audit 2023-12-09T02:11:40.559477+0000 mon.a (mon.0) 1241 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:40.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:40 smithi125 bash[66801]: audit 2023-12-09T02:11:40.560756+0000 mon.a (mon.0) 1242 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:40.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:40 smithi125 bash[66801]: audit 2023-12-09T02:11:40.570017+0000 mon.a (mon.0) 1243 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:41.767 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:41 smithi067 bash[79370]: cephadm 2023-12-09T02:11:39.692943+0000 mgr.y (mgr.25480) 322 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:41.767 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:41 smithi067 bash[79370]: cephadm 2023-12-09T02:11:39.798761+0000 mgr.y (mgr.25480) 323 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:41.767 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:41 smithi067 bash[79370]: cephadm 2023-12-09T02:11:39.896603+0000 mgr.y (mgr.25480) 324 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:41.767 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:41 smithi067 bash[79370]: cephadm 2023-12-09T02:11:39.995595+0000 mgr.y (mgr.25480) 325 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:41.767 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:41 smithi067 bash[79370]: cephadm 2023-12-09T02:11:40.092946+0000 mgr.y (mgr.25480) 326 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:41.767 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:41 smithi067 bash[79370]: cephadm 2023-12-09T02:11:40.189927+0000 mgr.y (mgr.25480) 327 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:41.767 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:41 smithi067 bash[79370]: cephadm 2023-12-09T02:11:40.287743+0000 mgr.y (mgr.25480) 328 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:41.767 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:41 smithi067 bash[79370]: cephadm 2023-12-09T02:11:40.379514+0000 mgr.y (mgr.25480) 329 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:41.767 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:41 smithi067 bash[79370]: cephadm 2023-12-09T02:11:40.474376+0000 mgr.y (mgr.25480) 330 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:41.767 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:41 smithi067 bash[79370]: cephadm 2023-12-09T02:11:40.570851+0000 mgr.y (mgr.25480) 331 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:41.768 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:41 smithi067 bash[79370]: audit 2023-12-09T02:11:40.650635+0000 mon.a (mon.0) 1244 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:41.768 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:41 smithi067 bash[79370]: audit 2023-12-09T02:11:40.660047+0000 mon.a (mon.0) 1245 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:41.768 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:41 smithi067 bash[79370]: audit 2023-12-09T02:11:40.662917+0000 mon.a (mon.0) 1246 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:41.768 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:41 smithi067 bash[79370]: audit 2023-12-09T02:11:40.663879+0000 mon.a (mon.0) 1247 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:41.768 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:41 smithi067 bash[79370]: audit 2023-12-09T02:11:40.669114+0000 mon.a (mon.0) 1248 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:41.768 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:41 smithi067 bash[79370]: cephadm 2023-12-09T02:11:40.669580+0000 mgr.y (mgr.25480) 332 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:41.768 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:41 smithi067 bash[79370]: audit 2023-12-09T02:11:40.753166+0000 mon.a (mon.0) 1249 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:41.768 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:41 smithi067 bash[79370]: audit 2023-12-09T02:11:40.755162+0000 mon.a (mon.0) 1250 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:41.768 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:41 smithi067 bash[79370]: audit 2023-12-09T02:11:40.757300+0000 mon.a (mon.0) 1251 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:41.768 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:41 smithi067 bash[79370]: audit 2023-12-09T02:11:40.758191+0000 mon.a (mon.0) 1252 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:41.768 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:41 smithi067 bash[79370]: audit 2023-12-09T02:11:40.764475+0000 mon.a (mon.0) 1253 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:41.768 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:41 smithi067 bash[79370]: audit 2023-12-09T02:11:40.847592+0000 mon.a (mon.0) 1254 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:41.768 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:41 smithi067 bash[79370]: audit 2023-12-09T02:11:40.850245+0000 mon.a (mon.0) 1255 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:41.768 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:41 smithi067 bash[79370]: audit 2023-12-09T02:11:40.853264+0000 mon.a (mon.0) 1256 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:41.768 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:41 smithi067 bash[79370]: audit 2023-12-09T02:11:40.854532+0000 mon.a (mon.0) 1257 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:41.768 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:41 smithi067 bash[79370]: audit 2023-12-09T02:11:40.864721+0000 mon.a (mon.0) 1258 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:41.769 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:41 smithi067 bash[79370]: audit 2023-12-09T02:11:40.941225+0000 mon.a (mon.0) 1259 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:41.769 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:41 smithi067 bash[79370]: audit 2023-12-09T02:11:40.943660+0000 mon.a (mon.0) 1260 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:41.769 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:41 smithi067 bash[79370]: audit 2023-12-09T02:11:40.946203+0000 mon.a (mon.0) 1261 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:41.769 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:41 smithi067 bash[79370]: audit 2023-12-09T02:11:40.947181+0000 mon.a (mon.0) 1262 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:41.769 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:41 smithi067 bash[79370]: audit 2023-12-09T02:11:40.953855+0000 mon.a (mon.0) 1263 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:41.769 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:41 smithi067 bash[79370]: audit 2023-12-09T02:11:41.034093+0000 mon.a (mon.0) 1264 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:41.769 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:41 smithi067 bash[79370]: audit 2023-12-09T02:11:41.037241+0000 mon.a (mon.0) 1265 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:41.769 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:41 smithi067 bash[79370]: audit 2023-12-09T02:11:41.040286+0000 mon.a (mon.0) 1266 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:41.769 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:41 smithi067 bash[79370]: audit 2023-12-09T02:11:41.041622+0000 mon.a (mon.0) 1267 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:41.769 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:41 smithi067 bash[79370]: audit 2023-12-09T02:11:41.050008+0000 mon.a (mon.0) 1268 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:41.769 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:41 smithi067 bash[79370]: audit 2023-12-09T02:11:41.129680+0000 mon.a (mon.0) 1269 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:41.769 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:41 smithi067 bash[79370]: audit 2023-12-09T02:11:41.132138+0000 mon.a (mon.0) 1270 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:41.769 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:41 smithi067 bash[79370]: audit 2023-12-09T02:11:41.134863+0000 mon.a (mon.0) 1271 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:41.769 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:41 smithi067 bash[79370]: audit 2023-12-09T02:11:41.135937+0000 mon.a (mon.0) 1272 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:41.769 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:41 smithi067 bash[79370]: audit 2023-12-09T02:11:41.143521+0000 mon.a (mon.0) 1273 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:41.770 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:41 smithi067 bash[79370]: audit 2023-12-09T02:11:41.225781+0000 mon.a (mon.0) 1274 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:41.770 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:41 smithi067 bash[79370]: audit 2023-12-09T02:11:41.228262+0000 mon.a (mon.0) 1275 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:41.770 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:41 smithi067 bash[79370]: audit 2023-12-09T02:11:41.230624+0000 mon.a (mon.0) 1276 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:41.770 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:41 smithi067 bash[79370]: audit 2023-12-09T02:11:41.231628+0000 mon.a (mon.0) 1277 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:41.770 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:41 smithi067 bash[79370]: audit 2023-12-09T02:11:41.238540+0000 mon.a (mon.0) 1278 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:41.770 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:41 smithi067 bash[79370]: audit 2023-12-09T02:11:41.317105+0000 mon.a (mon.0) 1279 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:41.770 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:41 smithi067 bash[79370]: audit 2023-12-09T02:11:41.319946+0000 mon.a (mon.0) 1280 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:41.770 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:41 smithi067 bash[79370]: audit 2023-12-09T02:11:41.322411+0000 mon.a (mon.0) 1281 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:41.770 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:41 smithi067 bash[79370]: audit 2023-12-09T02:11:41.323337+0000 mon.a (mon.0) 1282 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:41.770 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:41 smithi067 bash[79370]: audit 2023-12-09T02:11:41.330098+0000 mon.a (mon.0) 1283 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:41.770 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:41 smithi067 bash[79370]: audit 2023-12-09T02:11:41.416926+0000 mon.a (mon.0) 1284 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:41.770 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:41 smithi067 bash[79370]: audit 2023-12-09T02:11:41.419828+0000 mon.a (mon.0) 1285 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:41.770 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:41 smithi067 bash[79370]: audit 2023-12-09T02:11:41.423001+0000 mon.a (mon.0) 1286 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:41.770 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:41 smithi067 bash[79370]: audit 2023-12-09T02:11:41.424183+0000 mon.a (mon.0) 1287 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:41.771 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:41 smithi067 bash[79370]: audit 2023-12-09T02:11:41.431710+0000 mon.a (mon.0) 1288 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:41.771 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:41 smithi067 bash[79370]: audit 2023-12-09T02:11:41.508485+0000 mon.a (mon.0) 1289 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:41.771 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:41 smithi067 bash[79370]: audit 2023-12-09T02:11:41.511104+0000 mon.a (mon.0) 1290 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:41.771 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:41 smithi067 bash[79370]: audit 2023-12-09T02:11:41.513695+0000 mon.a (mon.0) 1291 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:41.771 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:41 smithi067 bash[79370]: audit 2023-12-09T02:11:41.514648+0000 mon.a (mon.0) 1292 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:41.771 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:41 smithi067 bash[79370]: audit 2023-12-09T02:11:41.520955+0000 mon.a (mon.0) 1293 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:41.771 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:41 smithi067 bash[79370]: audit 2023-12-09T02:11:41.606820+0000 mon.a (mon.0) 1294 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:41.771 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:41 smithi067 bash[79370]: audit 2023-12-09T02:11:41.608912+0000 mon.a (mon.0) 1295 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:41.771 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:41 smithi067 bash[79370]: audit 2023-12-09T02:11:41.611308+0000 mon.a (mon.0) 1296 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:41.771 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:41 smithi067 bash[79370]: audit 2023-12-09T02:11:41.612124+0000 mon.a (mon.0) 1297 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:41.771 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:41 smithi067 bash[79370]: audit 2023-12-09T02:11:41.618630+0000 mon.a (mon.0) 1298 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:41.772 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:41 smithi067 bash[82083]: cephadm 2023-12-09T02:11:39.692943+0000 mgr.y (mgr.25480) 322 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:41.772 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:41 smithi067 bash[82083]: cephadm 2023-12-09T02:11:39.798761+0000 mgr.y (mgr.25480) 323 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:41.772 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:41 smithi067 bash[82083]: cephadm 2023-12-09T02:11:39.896603+0000 mgr.y (mgr.25480) 324 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:41.772 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:41 smithi067 bash[82083]: cephadm 2023-12-09T02:11:39.995595+0000 mgr.y (mgr.25480) 325 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:41.772 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:41 smithi067 bash[82083]: cephadm 2023-12-09T02:11:40.092946+0000 mgr.y (mgr.25480) 326 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:41.772 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:41 smithi067 bash[82083]: cephadm 2023-12-09T02:11:40.189927+0000 mgr.y (mgr.25480) 327 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:41.772 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:41 smithi067 bash[82083]: cephadm 2023-12-09T02:11:40.287743+0000 mgr.y (mgr.25480) 328 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:41.772 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:41 smithi067 bash[82083]: cephadm 2023-12-09T02:11:40.379514+0000 mgr.y (mgr.25480) 329 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:41.772 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:41 smithi067 bash[82083]: cephadm 2023-12-09T02:11:40.474376+0000 mgr.y (mgr.25480) 330 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:41.772 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:41 smithi067 bash[82083]: cephadm 2023-12-09T02:11:40.570851+0000 mgr.y (mgr.25480) 331 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:41.772 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:41 smithi067 bash[82083]: audit 2023-12-09T02:11:40.650635+0000 mon.a (mon.0) 1244 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:41.773 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:41 smithi067 bash[82083]: audit 2023-12-09T02:11:40.660047+0000 mon.a (mon.0) 1245 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:41.773 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:41 smithi067 bash[82083]: audit 2023-12-09T02:11:40.662917+0000 mon.a (mon.0) 1246 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:41.773 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:41 smithi067 bash[82083]: audit 2023-12-09T02:11:40.663879+0000 mon.a (mon.0) 1247 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:41.773 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:41 smithi067 bash[82083]: audit 2023-12-09T02:11:40.669114+0000 mon.a (mon.0) 1248 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:41.773 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:41 smithi067 bash[82083]: cephadm 2023-12-09T02:11:40.669580+0000 mgr.y (mgr.25480) 332 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:41.773 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:41 smithi067 bash[82083]: audit 2023-12-09T02:11:40.753166+0000 mon.a (mon.0) 1249 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:41.773 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:41 smithi067 bash[82083]: audit 2023-12-09T02:11:40.755162+0000 mon.a (mon.0) 1250 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:41.773 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:41 smithi067 bash[82083]: audit 2023-12-09T02:11:40.757300+0000 mon.a (mon.0) 1251 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:41.773 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:41 smithi067 bash[82083]: audit 2023-12-09T02:11:40.758191+0000 mon.a (mon.0) 1252 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:41.773 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:41 smithi067 bash[82083]: audit 2023-12-09T02:11:40.764475+0000 mon.a (mon.0) 1253 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:41.773 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:41 smithi067 bash[82083]: audit 2023-12-09T02:11:40.847592+0000 mon.a (mon.0) 1254 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:41.773 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:41 smithi067 bash[82083]: audit 2023-12-09T02:11:40.850245+0000 mon.a (mon.0) 1255 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:41.773 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:41 smithi067 bash[82083]: audit 2023-12-09T02:11:40.853264+0000 mon.a (mon.0) 1256 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:41.773 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:41 smithi067 bash[82083]: audit 2023-12-09T02:11:40.854532+0000 mon.a (mon.0) 1257 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:41.773 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:41 smithi067 bash[82083]: audit 2023-12-09T02:11:40.864721+0000 mon.a (mon.0) 1258 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:41.773 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:41 smithi067 bash[82083]: audit 2023-12-09T02:11:40.941225+0000 mon.a (mon.0) 1259 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:41.774 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:41 smithi067 bash[82083]: audit 2023-12-09T02:11:40.943660+0000 mon.a (mon.0) 1260 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:41.774 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:41 smithi067 bash[82083]: audit 2023-12-09T02:11:40.946203+0000 mon.a (mon.0) 1261 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:41.774 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:41 smithi067 bash[82083]: audit 2023-12-09T02:11:40.947181+0000 mon.a (mon.0) 1262 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:41.774 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:41 smithi067 bash[82083]: audit 2023-12-09T02:11:40.953855+0000 mon.a (mon.0) 1263 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:41.774 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:41 smithi067 bash[82083]: audit 2023-12-09T02:11:41.034093+0000 mon.a (mon.0) 1264 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:41.774 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:41 smithi067 bash[82083]: audit 2023-12-09T02:11:41.037241+0000 mon.a (mon.0) 1265 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:41.774 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:41 smithi067 bash[82083]: audit 2023-12-09T02:11:41.040286+0000 mon.a (mon.0) 1266 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:41.774 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:41 smithi067 bash[82083]: audit 2023-12-09T02:11:41.041622+0000 mon.a (mon.0) 1267 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:41.774 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:41 smithi067 bash[82083]: audit 2023-12-09T02:11:41.050008+0000 mon.a (mon.0) 1268 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:41.774 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:41 smithi067 bash[82083]: audit 2023-12-09T02:11:41.129680+0000 mon.a (mon.0) 1269 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:41.774 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:41 smithi067 bash[82083]: audit 2023-12-09T02:11:41.132138+0000 mon.a (mon.0) 1270 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:41.774 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:41 smithi067 bash[82083]: audit 2023-12-09T02:11:41.134863+0000 mon.a (mon.0) 1271 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:41.774 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:41 smithi067 bash[82083]: audit 2023-12-09T02:11:41.135937+0000 mon.a (mon.0) 1272 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:41.775 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:41 smithi067 bash[82083]: audit 2023-12-09T02:11:41.143521+0000 mon.a (mon.0) 1273 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:41.775 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:41 smithi067 bash[82083]: audit 2023-12-09T02:11:41.225781+0000 mon.a (mon.0) 1274 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:41.775 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:41 smithi067 bash[82083]: audit 2023-12-09T02:11:41.228262+0000 mon.a (mon.0) 1275 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:41.775 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:41 smithi067 bash[82083]: audit 2023-12-09T02:11:41.230624+0000 mon.a (mon.0) 1276 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:41.775 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:41 smithi067 bash[82083]: audit 2023-12-09T02:11:41.231628+0000 mon.a (mon.0) 1277 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:41.775 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:41 smithi067 bash[82083]: audit 2023-12-09T02:11:41.238540+0000 mon.a (mon.0) 1278 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:41.775 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:41 smithi067 bash[82083]: audit 2023-12-09T02:11:41.317105+0000 mon.a (mon.0) 1279 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:41.775 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:41 smithi067 bash[82083]: audit 2023-12-09T02:11:41.319946+0000 mon.a (mon.0) 1280 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:41.775 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:41 smithi067 bash[82083]: audit 2023-12-09T02:11:41.322411+0000 mon.a (mon.0) 1281 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:41.775 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:41 smithi067 bash[82083]: audit 2023-12-09T02:11:41.323337+0000 mon.a (mon.0) 1282 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:41.775 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:41 smithi067 bash[82083]: audit 2023-12-09T02:11:41.330098+0000 mon.a (mon.0) 1283 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:41.775 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:41 smithi067 bash[82083]: audit 2023-12-09T02:11:41.416926+0000 mon.a (mon.0) 1284 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:41.776 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:41 smithi067 bash[82083]: audit 2023-12-09T02:11:41.419828+0000 mon.a (mon.0) 1285 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:41.776 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:41 smithi067 bash[82083]: audit 2023-12-09T02:11:41.423001+0000 mon.a (mon.0) 1286 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:41.776 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:41 smithi067 bash[82083]: audit 2023-12-09T02:11:41.424183+0000 mon.a (mon.0) 1287 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:41.776 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:41 smithi067 bash[82083]: audit 2023-12-09T02:11:41.431710+0000 mon.a (mon.0) 1288 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:41.776 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:41 smithi067 bash[82083]: audit 2023-12-09T02:11:41.508485+0000 mon.a (mon.0) 1289 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:41.776 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:41 smithi067 bash[82083]: audit 2023-12-09T02:11:41.511104+0000 mon.a (mon.0) 1290 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:41.776 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:41 smithi067 bash[82083]: audit 2023-12-09T02:11:41.513695+0000 mon.a (mon.0) 1291 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:41.776 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:41 smithi067 bash[82083]: audit 2023-12-09T02:11:41.514648+0000 mon.a (mon.0) 1292 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:41.776 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:41 smithi067 bash[82083]: audit 2023-12-09T02:11:41.520955+0000 mon.a (mon.0) 1293 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:41.776 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:41 smithi067 bash[82083]: audit 2023-12-09T02:11:41.606820+0000 mon.a (mon.0) 1294 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:41.776 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:41 smithi067 bash[82083]: audit 2023-12-09T02:11:41.608912+0000 mon.a (mon.0) 1295 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:41.776 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:41 smithi067 bash[82083]: audit 2023-12-09T02:11:41.611308+0000 mon.a (mon.0) 1296 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:41.776 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:41 smithi067 bash[82083]: audit 2023-12-09T02:11:41.612124+0000 mon.a (mon.0) 1297 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:41.776 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:41 smithi067 bash[82083]: audit 2023-12-09T02:11:41.618630+0000 mon.a (mon.0) 1298 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:41.777 INFO:journalctl@ceph.osd.0.smithi067.stdout:Dec 09 02:11:41 smithi067 bash[86206]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-0 2023-12-09T02:11:41.777 INFO:journalctl@ceph.osd.0.smithi067.stdout:Dec 09 02:11:41 smithi067 bash[86206]: 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-09T02:11:41.777 INFO:journalctl@ceph.osd.0.smithi067.stdout:Dec 09 02:11:41 smithi067 bash[86206]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_4 2023-12-09T02:11:41.777 INFO:journalctl@ceph.osd.0.smithi067.stdout:Dec 09 02:11:41 smithi067 bash[86206]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-3 2023-12-09T02:11:41.777 INFO:journalctl@ceph.osd.0.smithi067.stdout:Dec 09 02:11:41 smithi067 bash[86206]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_4 /var/lib/ceph/osd/ceph-0/block 2023-12-09T02:11:41.777 INFO:journalctl@ceph.osd.0.smithi067.stdout:Dec 09 02:11:41 smithi067 bash[86206]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-0 2023-12-09T02:11:41.777 INFO:journalctl@ceph.osd.0.smithi067.stdout:Dec 09 02:11:41 smithi067 bash[86206]: --> ceph-volume raw activate successful for osd ID: 0 2023-12-09T02:11:41.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:41 smithi125 bash[66801]: cephadm 2023-12-09T02:11:39.692943+0000 mgr.y (mgr.25480) 322 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:41.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:41 smithi125 bash[66801]: cephadm 2023-12-09T02:11:39.798761+0000 mgr.y (mgr.25480) 323 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:41.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:41 smithi125 bash[66801]: cephadm 2023-12-09T02:11:39.896603+0000 mgr.y (mgr.25480) 324 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:41.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:41 smithi125 bash[66801]: cephadm 2023-12-09T02:11:39.995595+0000 mgr.y (mgr.25480) 325 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:41.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:41 smithi125 bash[66801]: cephadm 2023-12-09T02:11:40.092946+0000 mgr.y (mgr.25480) 326 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:41.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:41 smithi125 bash[66801]: cephadm 2023-12-09T02:11:40.189927+0000 mgr.y (mgr.25480) 327 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:41.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:41 smithi125 bash[66801]: cephadm 2023-12-09T02:11:40.287743+0000 mgr.y (mgr.25480) 328 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:41.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:41 smithi125 bash[66801]: cephadm 2023-12-09T02:11:40.379514+0000 mgr.y (mgr.25480) 329 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:41.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:41 smithi125 bash[66801]: cephadm 2023-12-09T02:11:40.474376+0000 mgr.y (mgr.25480) 330 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:41.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:41 smithi125 bash[66801]: cephadm 2023-12-09T02:11:40.570851+0000 mgr.y (mgr.25480) 331 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:41.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:41 smithi125 bash[66801]: audit 2023-12-09T02:11:40.650635+0000 mon.a (mon.0) 1244 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:41.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:41 smithi125 bash[66801]: audit 2023-12-09T02:11:40.660047+0000 mon.a (mon.0) 1245 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:41.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:41 smithi125 bash[66801]: audit 2023-12-09T02:11:40.662917+0000 mon.a (mon.0) 1246 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:41.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:41 smithi125 bash[66801]: audit 2023-12-09T02:11:40.663879+0000 mon.a (mon.0) 1247 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:41.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:41 smithi125 bash[66801]: audit 2023-12-09T02:11:40.669114+0000 mon.a (mon.0) 1248 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:41.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:41 smithi125 bash[66801]: cephadm 2023-12-09T02:11:40.669580+0000 mgr.y (mgr.25480) 332 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:41.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:41 smithi125 bash[66801]: audit 2023-12-09T02:11:40.753166+0000 mon.a (mon.0) 1249 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:41.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:41 smithi125 bash[66801]: audit 2023-12-09T02:11:40.755162+0000 mon.a (mon.0) 1250 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:41.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:41 smithi125 bash[66801]: audit 2023-12-09T02:11:40.757300+0000 mon.a (mon.0) 1251 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:41.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:41 smithi125 bash[66801]: audit 2023-12-09T02:11:40.758191+0000 mon.a (mon.0) 1252 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:41.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:41 smithi125 bash[66801]: audit 2023-12-09T02:11:40.764475+0000 mon.a (mon.0) 1253 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:41.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:41 smithi125 bash[66801]: audit 2023-12-09T02:11:40.847592+0000 mon.a (mon.0) 1254 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:41.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:41 smithi125 bash[66801]: audit 2023-12-09T02:11:40.850245+0000 mon.a (mon.0) 1255 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:41.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:41 smithi125 bash[66801]: audit 2023-12-09T02:11:40.853264+0000 mon.a (mon.0) 1256 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:41.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:41 smithi125 bash[66801]: audit 2023-12-09T02:11:40.854532+0000 mon.a (mon.0) 1257 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:41.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:41 smithi125 bash[66801]: audit 2023-12-09T02:11:40.864721+0000 mon.a (mon.0) 1258 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:41.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:41 smithi125 bash[66801]: audit 2023-12-09T02:11:40.941225+0000 mon.a (mon.0) 1259 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:41.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:41 smithi125 bash[66801]: audit 2023-12-09T02:11:40.943660+0000 mon.a (mon.0) 1260 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:41.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:41 smithi125 bash[66801]: audit 2023-12-09T02:11:40.946203+0000 mon.a (mon.0) 1261 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:41.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:41 smithi125 bash[66801]: audit 2023-12-09T02:11:40.947181+0000 mon.a (mon.0) 1262 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:41.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:41 smithi125 bash[66801]: audit 2023-12-09T02:11:40.953855+0000 mon.a (mon.0) 1263 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:41.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:41 smithi125 bash[66801]: audit 2023-12-09T02:11:41.034093+0000 mon.a (mon.0) 1264 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:41.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:41 smithi125 bash[66801]: audit 2023-12-09T02:11:41.037241+0000 mon.a (mon.0) 1265 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:41.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:41 smithi125 bash[66801]: audit 2023-12-09T02:11:41.040286+0000 mon.a (mon.0) 1266 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:41.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:41 smithi125 bash[66801]: audit 2023-12-09T02:11:41.041622+0000 mon.a (mon.0) 1267 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:41.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:41 smithi125 bash[66801]: audit 2023-12-09T02:11:41.050008+0000 mon.a (mon.0) 1268 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:41.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:41 smithi125 bash[66801]: audit 2023-12-09T02:11:41.129680+0000 mon.a (mon.0) 1269 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:41.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:41 smithi125 bash[66801]: audit 2023-12-09T02:11:41.132138+0000 mon.a (mon.0) 1270 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:41.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:41 smithi125 bash[66801]: audit 2023-12-09T02:11:41.134863+0000 mon.a (mon.0) 1271 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:41.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:41 smithi125 bash[66801]: audit 2023-12-09T02:11:41.135937+0000 mon.a (mon.0) 1272 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:41.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:41 smithi125 bash[66801]: audit 2023-12-09T02:11:41.143521+0000 mon.a (mon.0) 1273 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:41.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:41 smithi125 bash[66801]: audit 2023-12-09T02:11:41.225781+0000 mon.a (mon.0) 1274 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:41.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:41 smithi125 bash[66801]: audit 2023-12-09T02:11:41.228262+0000 mon.a (mon.0) 1275 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:41.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:41 smithi125 bash[66801]: audit 2023-12-09T02:11:41.230624+0000 mon.a (mon.0) 1276 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:41.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:41 smithi125 bash[66801]: audit 2023-12-09T02:11:41.231628+0000 mon.a (mon.0) 1277 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:41.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:41 smithi125 bash[66801]: audit 2023-12-09T02:11:41.238540+0000 mon.a (mon.0) 1278 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:41.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:41 smithi125 bash[66801]: audit 2023-12-09T02:11:41.317105+0000 mon.a (mon.0) 1279 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:41.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:41 smithi125 bash[66801]: audit 2023-12-09T02:11:41.319946+0000 mon.a (mon.0) 1280 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:41.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:41 smithi125 bash[66801]: audit 2023-12-09T02:11:41.322411+0000 mon.a (mon.0) 1281 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:41.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:41 smithi125 bash[66801]: audit 2023-12-09T02:11:41.323337+0000 mon.a (mon.0) 1282 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:41.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:41 smithi125 bash[66801]: audit 2023-12-09T02:11:41.330098+0000 mon.a (mon.0) 1283 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:41.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:41 smithi125 bash[66801]: audit 2023-12-09T02:11:41.416926+0000 mon.a (mon.0) 1284 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:41.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:41 smithi125 bash[66801]: audit 2023-12-09T02:11:41.419828+0000 mon.a (mon.0) 1285 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:41.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:41 smithi125 bash[66801]: audit 2023-12-09T02:11:41.423001+0000 mon.a (mon.0) 1286 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:41.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:41 smithi125 bash[66801]: audit 2023-12-09T02:11:41.424183+0000 mon.a (mon.0) 1287 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:41.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:41 smithi125 bash[66801]: audit 2023-12-09T02:11:41.431710+0000 mon.a (mon.0) 1288 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:41.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:41 smithi125 bash[66801]: audit 2023-12-09T02:11:41.508485+0000 mon.a (mon.0) 1289 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:41.978 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:41 smithi125 bash[66801]: audit 2023-12-09T02:11:41.511104+0000 mon.a (mon.0) 1290 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:41.978 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:41 smithi125 bash[66801]: audit 2023-12-09T02:11:41.513695+0000 mon.a (mon.0) 1291 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:41.978 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:41 smithi125 bash[66801]: audit 2023-12-09T02:11:41.514648+0000 mon.a (mon.0) 1292 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:41.978 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:41 smithi125 bash[66801]: audit 2023-12-09T02:11:41.520955+0000 mon.a (mon.0) 1293 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:41.978 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:41 smithi125 bash[66801]: audit 2023-12-09T02:11:41.606820+0000 mon.a (mon.0) 1294 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:41.978 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:41 smithi125 bash[66801]: audit 2023-12-09T02:11:41.608912+0000 mon.a (mon.0) 1295 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:41.978 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:41 smithi125 bash[66801]: audit 2023-12-09T02:11:41.611308+0000 mon.a (mon.0) 1296 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:41.978 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:41 smithi125 bash[66801]: audit 2023-12-09T02:11:41.612124+0000 mon.a (mon.0) 1297 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:41.978 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:41 smithi125 bash[66801]: audit 2023-12-09T02:11:41.618630+0000 mon.a (mon.0) 1298 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:42.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:42 smithi067 bash[82083]: cephadm 2023-12-09T02:11:40.765185+0000 mgr.y (mgr.25480) 333 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:42.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:42 smithi067 bash[82083]: cephadm 2023-12-09T02:11:40.865942+0000 mgr.y (mgr.25480) 334 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:42.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:42 smithi067 bash[82083]: cephadm 2023-12-09T02:11:40.954498+0000 mgr.y (mgr.25480) 335 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:42.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:42 smithi067 bash[82083]: cephadm 2023-12-09T02:11:41.050702+0000 mgr.y (mgr.25480) 336 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:42.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:42 smithi067 bash[82083]: cluster 2023-12-09T02:11:41.101280+0000 mgr.y (mgr.25480) 337 : cluster 0 pgmap v60: 161 pgs: 18 active+undersized+degraded, 40 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 74/726 objects degraded (10.193%) 2023-12-09T02:11:42.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:42 smithi067 bash[82083]: cephadm 2023-12-09T02:11:41.144277+0000 mgr.y (mgr.25480) 338 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:42.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:42 smithi067 bash[82083]: cephadm 2023-12-09T02:11:41.239342+0000 mgr.y (mgr.25480) 339 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:42.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:42 smithi067 bash[82083]: cephadm 2023-12-09T02:11:41.330701+0000 mgr.y (mgr.25480) 340 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:42.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:42 smithi067 bash[82083]: cephadm 2023-12-09T02:11:41.432509+0000 mgr.y (mgr.25480) 341 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:42.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:42 smithi067 bash[82083]: cephadm 2023-12-09T02:11:41.522249+0000 mgr.y (mgr.25480) 342 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:42.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:42 smithi067 bash[82083]: cephadm 2023-12-09T02:11:41.619446+0000 mgr.y (mgr.25480) 343 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:42.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:42 smithi067 bash[82083]: audit 2023-12-09T02:11:41.697561+0000 mon.a (mon.0) 1299 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:42.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:42 smithi067 bash[82083]: audit 2023-12-09T02:11:41.699743+0000 mon.a (mon.0) 1300 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:42.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:42 smithi067 bash[82083]: audit 2023-12-09T02:11:41.702311+0000 mon.a (mon.0) 1301 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:42.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:42 smithi067 bash[82083]: audit 2023-12-09T02:11:41.703283+0000 mon.a (mon.0) 1302 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:42.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:42 smithi067 bash[82083]: audit 2023-12-09T02:11:41.710418+0000 mon.a (mon.0) 1303 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:42.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:42 smithi067 bash[82083]: audit 2023-12-09T02:11:41.788625+0000 mon.a (mon.0) 1304 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:42.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:42 smithi067 bash[82083]: audit 2023-12-09T02:11:41.791375+0000 mon.a (mon.0) 1305 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:42.972 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:42 smithi067 bash[82083]: audit 2023-12-09T02:11:41.794314+0000 mon.a (mon.0) 1306 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:42.972 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:42 smithi067 bash[82083]: audit 2023-12-09T02:11:41.795483+0000 mon.a (mon.0) 1307 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:42.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:42 smithi067 bash[79370]: cephadm 2023-12-09T02:11:40.765185+0000 mgr.y (mgr.25480) 333 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:42.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:42 smithi067 bash[79370]: cephadm 2023-12-09T02:11:40.865942+0000 mgr.y (mgr.25480) 334 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:42.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:42 smithi067 bash[79370]: cephadm 2023-12-09T02:11:40.954498+0000 mgr.y (mgr.25480) 335 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:42.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:42 smithi067 bash[79370]: cephadm 2023-12-09T02:11:41.050702+0000 mgr.y (mgr.25480) 336 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:42.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:42 smithi067 bash[79370]: cluster 2023-12-09T02:11:41.101280+0000 mgr.y (mgr.25480) 337 : cluster 0 pgmap v60: 161 pgs: 18 active+undersized+degraded, 40 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 74/726 objects degraded (10.193%) 2023-12-09T02:11:42.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:42 smithi067 bash[79370]: cephadm 2023-12-09T02:11:41.144277+0000 mgr.y (mgr.25480) 338 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:42.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:42 smithi067 bash[79370]: cephadm 2023-12-09T02:11:41.239342+0000 mgr.y (mgr.25480) 339 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:42.973 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:42 smithi067 bash[79370]: cephadm 2023-12-09T02:11:41.330701+0000 mgr.y (mgr.25480) 340 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:42.973 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:42 smithi067 bash[79370]: cephadm 2023-12-09T02:11:41.432509+0000 mgr.y (mgr.25480) 341 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:42.973 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:42 smithi067 bash[79370]: cephadm 2023-12-09T02:11:41.522249+0000 mgr.y (mgr.25480) 342 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:42.973 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:42 smithi067 bash[79370]: cephadm 2023-12-09T02:11:41.619446+0000 mgr.y (mgr.25480) 343 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:42.973 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:42 smithi067 bash[79370]: audit 2023-12-09T02:11:41.697561+0000 mon.a (mon.0) 1299 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:42.973 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:42 smithi067 bash[79370]: audit 2023-12-09T02:11:41.699743+0000 mon.a (mon.0) 1300 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:42.973 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:42 smithi067 bash[79370]: audit 2023-12-09T02:11:41.702311+0000 mon.a (mon.0) 1301 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:42.973 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:42 smithi067 bash[79370]: audit 2023-12-09T02:11:41.703283+0000 mon.a (mon.0) 1302 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:42.973 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:42 smithi067 bash[79370]: audit 2023-12-09T02:11:41.710418+0000 mon.a (mon.0) 1303 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:42.973 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:42 smithi067 bash[79370]: audit 2023-12-09T02:11:41.788625+0000 mon.a (mon.0) 1304 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:42.973 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:42 smithi067 bash[79370]: audit 2023-12-09T02:11:41.791375+0000 mon.a (mon.0) 1305 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:42.973 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:42 smithi067 bash[79370]: audit 2023-12-09T02:11:41.794314+0000 mon.a (mon.0) 1306 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:42.973 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:42 smithi067 bash[79370]: audit 2023-12-09T02:11:41.795483+0000 mon.a (mon.0) 1307 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:42.973 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:42 smithi067 bash[79370]: audit 2023-12-09T02:11:41.802947+0000 mon.a (mon.0) 1308 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:42.973 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:42 smithi067 bash[79370]: audit 2023-12-09T02:11:41.886852+0000 mon.a (mon.0) 1309 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:42.974 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:42 smithi067 bash[79370]: audit 2023-12-09T02:11:41.888765+0000 mon.a (mon.0) 1310 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:42.974 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:42 smithi067 bash[79370]: audit 2023-12-09T02:11:41.891494+0000 mon.a (mon.0) 1311 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:42.974 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:42 smithi067 bash[79370]: audit 2023-12-09T02:11:41.892567+0000 mon.a (mon.0) 1312 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:42.974 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:42 smithi067 bash[79370]: audit 2023-12-09T02:11:41.898902+0000 mon.a (mon.0) 1313 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:42.974 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:42 smithi067 bash[79370]: audit 2023-12-09T02:11:41.966788+0000 mon.a (mon.0) 1314 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:42.974 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:42 smithi067 bash[79370]: audit 2023-12-09T02:11:41.969060+0000 mon.a (mon.0) 1315 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:42.974 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:42 smithi067 bash[79370]: audit 2023-12-09T02:11:41.973805+0000 mon.a (mon.0) 1316 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:42.974 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:42 smithi067 bash[79370]: audit 2023-12-09T02:11:41.974948+0000 mon.a (mon.0) 1317 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:42.974 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:42 smithi067 bash[79370]: audit 2023-12-09T02:11:41.981787+0000 mon.a (mon.0) 1318 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:42.974 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:42 smithi067 bash[79370]: audit 2023-12-09T02:11:42.062238+0000 mon.a (mon.0) 1319 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:42.974 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:42 smithi067 bash[79370]: audit 2023-12-09T02:11:42.065162+0000 mon.a (mon.0) 1320 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:42.974 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:42 smithi067 bash[79370]: audit 2023-12-09T02:11:42.067735+0000 mon.a (mon.0) 1321 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:42.974 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:42 smithi067 bash[79370]: audit 2023-12-09T02:11:42.068752+0000 mon.a (mon.0) 1322 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:42.974 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:42 smithi067 bash[79370]: audit 2023-12-09T02:11:42.077550+0000 mon.a (mon.0) 1323 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:42.975 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:42 smithi067 bash[79370]: audit 2023-12-09T02:11:42.158175+0000 mon.a (mon.0) 1324 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:42.975 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:42 smithi067 bash[79370]: audit 2023-12-09T02:11:42.161416+0000 mon.a (mon.0) 1325 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:42.975 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:42 smithi067 bash[79370]: audit 2023-12-09T02:11:42.164195+0000 mon.a (mon.0) 1326 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:42.975 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:42 smithi067 bash[79370]: audit 2023-12-09T02:11:42.165946+0000 mon.a (mon.0) 1327 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:42.975 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:42 smithi067 bash[82083]: audit 2023-12-09T02:11:41.802947+0000 mon.a (mon.0) 1308 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:42.975 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:42 smithi067 bash[82083]: audit 2023-12-09T02:11:41.886852+0000 mon.a (mon.0) 1309 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:42.975 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:42 smithi067 bash[82083]: audit 2023-12-09T02:11:41.888765+0000 mon.a (mon.0) 1310 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:42.975 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:42 smithi067 bash[82083]: audit 2023-12-09T02:11:41.891494+0000 mon.a (mon.0) 1311 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:42.975 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:42 smithi067 bash[82083]: audit 2023-12-09T02:11:41.892567+0000 mon.a (mon.0) 1312 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:42.975 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:42 smithi067 bash[82083]: audit 2023-12-09T02:11:41.898902+0000 mon.a (mon.0) 1313 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:42.975 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:42 smithi067 bash[82083]: audit 2023-12-09T02:11:41.966788+0000 mon.a (mon.0) 1314 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:42.975 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:42 smithi067 bash[82083]: audit 2023-12-09T02:11:41.969060+0000 mon.a (mon.0) 1315 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:42.976 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:42 smithi067 bash[82083]: audit 2023-12-09T02:11:41.973805+0000 mon.a (mon.0) 1316 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:42.976 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:42 smithi067 bash[82083]: audit 2023-12-09T02:11:41.974948+0000 mon.a (mon.0) 1317 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:42.976 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:42 smithi067 bash[82083]: audit 2023-12-09T02:11:41.981787+0000 mon.a (mon.0) 1318 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:42.976 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:42 smithi067 bash[82083]: audit 2023-12-09T02:11:42.062238+0000 mon.a (mon.0) 1319 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:42.976 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:42 smithi067 bash[82083]: audit 2023-12-09T02:11:42.065162+0000 mon.a (mon.0) 1320 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:42.976 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:42 smithi067 bash[82083]: audit 2023-12-09T02:11:42.067735+0000 mon.a (mon.0) 1321 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:42.976 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:42 smithi067 bash[82083]: audit 2023-12-09T02:11:42.068752+0000 mon.a (mon.0) 1322 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:42.976 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:42 smithi067 bash[82083]: audit 2023-12-09T02:11:42.077550+0000 mon.a (mon.0) 1323 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:42.976 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:42 smithi067 bash[82083]: audit 2023-12-09T02:11:42.158175+0000 mon.a (mon.0) 1324 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:42.976 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:42 smithi067 bash[82083]: audit 2023-12-09T02:11:42.161416+0000 mon.a (mon.0) 1325 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:42.976 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:42 smithi067 bash[82083]: audit 2023-12-09T02:11:42.164195+0000 mon.a (mon.0) 1326 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:42.976 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:42 smithi067 bash[82083]: audit 2023-12-09T02:11:42.165946+0000 mon.a (mon.0) 1327 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:42.977 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:42 smithi067 bash[79370]: audit 2023-12-09T02:11:42.177101+0000 mon.a (mon.0) 1328 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:42.977 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:42 smithi067 bash[79370]: audit 2023-12-09T02:11:42.261305+0000 mon.a (mon.0) 1329 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:42.977 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:42 smithi067 bash[79370]: audit 2023-12-09T02:11:42.265513+0000 mon.a (mon.0) 1330 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:42.977 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:42 smithi067 bash[79370]: audit 2023-12-09T02:11:42.269016+0000 mon.a (mon.0) 1331 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:42.977 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:42 smithi067 bash[79370]: audit 2023-12-09T02:11:42.270145+0000 mon.a (mon.0) 1332 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:42.977 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:42 smithi067 bash[79370]: audit 2023-12-09T02:11:42.277355+0000 mon.a (mon.0) 1333 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:42.977 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:42 smithi067 bash[79370]: audit 2023-12-09T02:11:42.362520+0000 mon.a (mon.0) 1334 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:42.977 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:42 smithi067 bash[79370]: audit 2023-12-09T02:11:42.364670+0000 mon.a (mon.0) 1335 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:42.978 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:42 smithi067 bash[79370]: audit 2023-12-09T02:11:42.367390+0000 mon.a (mon.0) 1336 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:42.978 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:42 smithi067 bash[79370]: audit 2023-12-09T02:11:42.368333+0000 mon.a (mon.0) 1337 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:42.978 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:42 smithi067 bash[79370]: audit 2023-12-09T02:11:42.374018+0000 mon.a (mon.0) 1338 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:42.978 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:42 smithi067 bash[79370]: audit 2023-12-09T02:11:42.451952+0000 mon.a (mon.0) 1339 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:42.978 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:42 smithi067 bash[79370]: audit 2023-12-09T02:11:42.454957+0000 mon.a (mon.0) 1340 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:42.978 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:42 smithi067 bash[79370]: audit 2023-12-09T02:11:42.457947+0000 mon.a (mon.0) 1341 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:42.978 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:42 smithi067 bash[79370]: audit 2023-12-09T02:11:42.459096+0000 mon.a (mon.0) 1342 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:42.978 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:42 smithi067 bash[79370]: audit 2023-12-09T02:11:42.466972+0000 mon.a (mon.0) 1343 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:42.978 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:42 smithi067 bash[79370]: audit 2023-12-09T02:11:42.551957+0000 mon.a (mon.0) 1344 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:42.978 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:42 smithi067 bash[79370]: audit 2023-12-09T02:11:42.554057+0000 mon.a (mon.0) 1345 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:42.978 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:42 smithi067 bash[79370]: audit 2023-12-09T02:11:42.556347+0000 mon.a (mon.0) 1346 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:42.978 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:42 smithi067 bash[79370]: audit 2023-12-09T02:11:42.557198+0000 mon.a (mon.0) 1347 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:42.978 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:42 smithi067 bash[79370]: audit 2023-12-09T02:11:42.562840+0000 mon.a (mon.0) 1348 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:42.978 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:42 smithi067 bash[79370]: audit 2023-12-09T02:11:42.637444+0000 mon.a (mon.0) 1349 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:42.979 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:42 smithi067 bash[79370]: audit 2023-12-09T02:11:42.639203+0000 mon.a (mon.0) 1350 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:11:42.979 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:42 smithi067 bash[79370]: audit 2023-12-09T02:11:42.647814+0000 mon.a (mon.0) 1351 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:42.979 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:42 smithi067 bash[82083]: audit 2023-12-09T02:11:42.177101+0000 mon.a (mon.0) 1328 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:42.979 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:42 smithi067 bash[82083]: audit 2023-12-09T02:11:42.261305+0000 mon.a (mon.0) 1329 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:42.979 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:42 smithi067 bash[82083]: audit 2023-12-09T02:11:42.265513+0000 mon.a (mon.0) 1330 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:42.979 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:42 smithi067 bash[82083]: audit 2023-12-09T02:11:42.269016+0000 mon.a (mon.0) 1331 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:42.979 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:42 smithi067 bash[82083]: audit 2023-12-09T02:11:42.270145+0000 mon.a (mon.0) 1332 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:42.979 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:42 smithi067 bash[82083]: audit 2023-12-09T02:11:42.277355+0000 mon.a (mon.0) 1333 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:42.979 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:42 smithi067 bash[82083]: audit 2023-12-09T02:11:42.362520+0000 mon.a (mon.0) 1334 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:42.979 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:42 smithi067 bash[82083]: audit 2023-12-09T02:11:42.364670+0000 mon.a (mon.0) 1335 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:42.980 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:42 smithi067 bash[82083]: audit 2023-12-09T02:11:42.367390+0000 mon.a (mon.0) 1336 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:42.980 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:42 smithi067 bash[82083]: audit 2023-12-09T02:11:42.368333+0000 mon.a (mon.0) 1337 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:42.980 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:42 smithi067 bash[82083]: audit 2023-12-09T02:11:42.374018+0000 mon.a (mon.0) 1338 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:42.980 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:42 smithi067 bash[82083]: audit 2023-12-09T02:11:42.451952+0000 mon.a (mon.0) 1339 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:42.980 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:42 smithi067 bash[82083]: audit 2023-12-09T02:11:42.454957+0000 mon.a (mon.0) 1340 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:42.980 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:42 smithi067 bash[82083]: audit 2023-12-09T02:11:42.457947+0000 mon.a (mon.0) 1341 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:42.980 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:42 smithi067 bash[82083]: audit 2023-12-09T02:11:42.459096+0000 mon.a (mon.0) 1342 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:42.980 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:42 smithi067 bash[82083]: audit 2023-12-09T02:11:42.466972+0000 mon.a (mon.0) 1343 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:42.980 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:42 smithi067 bash[82083]: audit 2023-12-09T02:11:42.551957+0000 mon.a (mon.0) 1344 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:42.980 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:42 smithi067 bash[82083]: audit 2023-12-09T02:11:42.554057+0000 mon.a (mon.0) 1345 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:42.980 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:42 smithi067 bash[82083]: audit 2023-12-09T02:11:42.556347+0000 mon.a (mon.0) 1346 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:42.980 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:42 smithi067 bash[82083]: audit 2023-12-09T02:11:42.557198+0000 mon.a (mon.0) 1347 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:42.980 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:42 smithi067 bash[82083]: audit 2023-12-09T02:11:42.562840+0000 mon.a (mon.0) 1348 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:42.980 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:42 smithi067 bash[82083]: audit 2023-12-09T02:11:42.637444+0000 mon.a (mon.0) 1349 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:42.980 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:42 smithi067 bash[82083]: audit 2023-12-09T02:11:42.639203+0000 mon.a (mon.0) 1350 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:11:42.981 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:42 smithi067 bash[82083]: audit 2023-12-09T02:11:42.647814+0000 mon.a (mon.0) 1351 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:42.981 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:42 smithi125 bash[66801]: cephadm 2023-12-09T02:11:40.765185+0000 mgr.y (mgr.25480) 333 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:42.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:42 smithi125 bash[66801]: cephadm 2023-12-09T02:11:40.865942+0000 mgr.y (mgr.25480) 334 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:42.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:42 smithi125 bash[66801]: cephadm 2023-12-09T02:11:40.954498+0000 mgr.y (mgr.25480) 335 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:42.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:42 smithi125 bash[66801]: cephadm 2023-12-09T02:11:41.050702+0000 mgr.y (mgr.25480) 336 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:42.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:42 smithi125 bash[66801]: cluster 2023-12-09T02:11:41.101280+0000 mgr.y (mgr.25480) 337 : cluster 0 pgmap v60: 161 pgs: 18 active+undersized+degraded, 40 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 74/726 objects degraded (10.193%) 2023-12-09T02:11:42.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:42 smithi125 bash[66801]: cephadm 2023-12-09T02:11:41.144277+0000 mgr.y (mgr.25480) 338 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:42.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:42 smithi125 bash[66801]: cephadm 2023-12-09T02:11:41.239342+0000 mgr.y (mgr.25480) 339 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:42.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:42 smithi125 bash[66801]: cephadm 2023-12-09T02:11:41.330701+0000 mgr.y (mgr.25480) 340 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:42.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:42 smithi125 bash[66801]: cephadm 2023-12-09T02:11:41.432509+0000 mgr.y (mgr.25480) 341 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:42.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:42 smithi125 bash[66801]: cephadm 2023-12-09T02:11:41.522249+0000 mgr.y (mgr.25480) 342 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:42.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:42 smithi125 bash[66801]: cephadm 2023-12-09T02:11:41.619446+0000 mgr.y (mgr.25480) 343 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:42.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:42 smithi125 bash[66801]: audit 2023-12-09T02:11:41.697561+0000 mon.a (mon.0) 1299 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:42.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:42 smithi125 bash[66801]: audit 2023-12-09T02:11:41.699743+0000 mon.a (mon.0) 1300 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:42.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:42 smithi125 bash[66801]: audit 2023-12-09T02:11:41.702311+0000 mon.a (mon.0) 1301 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:42.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:42 smithi125 bash[66801]: audit 2023-12-09T02:11:41.703283+0000 mon.a (mon.0) 1302 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:42.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:42 smithi125 bash[66801]: audit 2023-12-09T02:11:41.710418+0000 mon.a (mon.0) 1303 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:42.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:42 smithi125 bash[66801]: audit 2023-12-09T02:11:41.788625+0000 mon.a (mon.0) 1304 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:42.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:42 smithi125 bash[66801]: audit 2023-12-09T02:11:41.791375+0000 mon.a (mon.0) 1305 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:42.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:42 smithi125 bash[66801]: audit 2023-12-09T02:11:41.794314+0000 mon.a (mon.0) 1306 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:42.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:42 smithi125 bash[66801]: audit 2023-12-09T02:11:41.795483+0000 mon.a (mon.0) 1307 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:42.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:42 smithi125 bash[66801]: audit 2023-12-09T02:11:41.802947+0000 mon.a (mon.0) 1308 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:42.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:42 smithi125 bash[66801]: audit 2023-12-09T02:11:41.886852+0000 mon.a (mon.0) 1309 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:42.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:42 smithi125 bash[66801]: audit 2023-12-09T02:11:41.888765+0000 mon.a (mon.0) 1310 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:42.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:42 smithi125 bash[66801]: audit 2023-12-09T02:11:41.891494+0000 mon.a (mon.0) 1311 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:42.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:42 smithi125 bash[66801]: audit 2023-12-09T02:11:41.892567+0000 mon.a (mon.0) 1312 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:42.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:42 smithi125 bash[66801]: audit 2023-12-09T02:11:41.898902+0000 mon.a (mon.0) 1313 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:42.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:42 smithi125 bash[66801]: audit 2023-12-09T02:11:41.966788+0000 mon.a (mon.0) 1314 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:42.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:42 smithi125 bash[66801]: audit 2023-12-09T02:11:41.969060+0000 mon.a (mon.0) 1315 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:42.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:42 smithi125 bash[66801]: audit 2023-12-09T02:11:41.973805+0000 mon.a (mon.0) 1316 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:42.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:42 smithi125 bash[66801]: audit 2023-12-09T02:11:41.974948+0000 mon.a (mon.0) 1317 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:42.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:42 smithi125 bash[66801]: audit 2023-12-09T02:11:41.981787+0000 mon.a (mon.0) 1318 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:42.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:42 smithi125 bash[66801]: audit 2023-12-09T02:11:42.062238+0000 mon.a (mon.0) 1319 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:42.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:42 smithi125 bash[66801]: audit 2023-12-09T02:11:42.065162+0000 mon.a (mon.0) 1320 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:42.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:42 smithi125 bash[66801]: audit 2023-12-09T02:11:42.067735+0000 mon.a (mon.0) 1321 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:42.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:42 smithi125 bash[66801]: audit 2023-12-09T02:11:42.068752+0000 mon.a (mon.0) 1322 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:42.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:42 smithi125 bash[66801]: audit 2023-12-09T02:11:42.077550+0000 mon.a (mon.0) 1323 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:42.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:42 smithi125 bash[66801]: audit 2023-12-09T02:11:42.158175+0000 mon.a (mon.0) 1324 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:42.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:42 smithi125 bash[66801]: audit 2023-12-09T02:11:42.161416+0000 mon.a (mon.0) 1325 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:42.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:42 smithi125 bash[66801]: audit 2023-12-09T02:11:42.164195+0000 mon.a (mon.0) 1326 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:42.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:42 smithi125 bash[66801]: audit 2023-12-09T02:11:42.165946+0000 mon.a (mon.0) 1327 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:42.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:42 smithi125 bash[66801]: audit 2023-12-09T02:11:42.177101+0000 mon.a (mon.0) 1328 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:42.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:42 smithi125 bash[66801]: audit 2023-12-09T02:11:42.261305+0000 mon.a (mon.0) 1329 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:42.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:42 smithi125 bash[66801]: audit 2023-12-09T02:11:42.265513+0000 mon.a (mon.0) 1330 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:42.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:42 smithi125 bash[66801]: audit 2023-12-09T02:11:42.269016+0000 mon.a (mon.0) 1331 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:42.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:42 smithi125 bash[66801]: audit 2023-12-09T02:11:42.270145+0000 mon.a (mon.0) 1332 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:42.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:42 smithi125 bash[66801]: audit 2023-12-09T02:11:42.277355+0000 mon.a (mon.0) 1333 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:42.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:42 smithi125 bash[66801]: audit 2023-12-09T02:11:42.362520+0000 mon.a (mon.0) 1334 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:42.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:42 smithi125 bash[66801]: audit 2023-12-09T02:11:42.364670+0000 mon.a (mon.0) 1335 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:42.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:42 smithi125 bash[66801]: audit 2023-12-09T02:11:42.367390+0000 mon.a (mon.0) 1336 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:42.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:42 smithi125 bash[66801]: audit 2023-12-09T02:11:42.368333+0000 mon.a (mon.0) 1337 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:42.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:42 smithi125 bash[66801]: audit 2023-12-09T02:11:42.374018+0000 mon.a (mon.0) 1338 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:42.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:42 smithi125 bash[66801]: audit 2023-12-09T02:11:42.451952+0000 mon.a (mon.0) 1339 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:42.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:42 smithi125 bash[66801]: audit 2023-12-09T02:11:42.454957+0000 mon.a (mon.0) 1340 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:42.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:42 smithi125 bash[66801]: audit 2023-12-09T02:11:42.457947+0000 mon.a (mon.0) 1341 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:42.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:42 smithi125 bash[66801]: audit 2023-12-09T02:11:42.459096+0000 mon.a (mon.0) 1342 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:42.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:42 smithi125 bash[66801]: audit 2023-12-09T02:11:42.466972+0000 mon.a (mon.0) 1343 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:42.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:42 smithi125 bash[66801]: audit 2023-12-09T02:11:42.551957+0000 mon.a (mon.0) 1344 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:42.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:42 smithi125 bash[66801]: audit 2023-12-09T02:11:42.554057+0000 mon.a (mon.0) 1345 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:42.986 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:42 smithi125 bash[66801]: audit 2023-12-09T02:11:42.556347+0000 mon.a (mon.0) 1346 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:42.986 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:42 smithi125 bash[66801]: audit 2023-12-09T02:11:42.557198+0000 mon.a (mon.0) 1347 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:42.986 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:42 smithi125 bash[66801]: audit 2023-12-09T02:11:42.562840+0000 mon.a (mon.0) 1348 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:42.986 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:42 smithi125 bash[66801]: audit 2023-12-09T02:11:42.637444+0000 mon.a (mon.0) 1349 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:42.986 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:42 smithi125 bash[66801]: audit 2023-12-09T02:11:42.639203+0000 mon.a (mon.0) 1350 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:11:42.986 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:42 smithi125 bash[66801]: audit 2023-12-09T02:11:42.647814+0000 mon.a (mon.0) 1351 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:43.665 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:43 smithi067 bash[79370]: cephadm 2023-12-09T02:11:41.711052+0000 mgr.y (mgr.25480) 344 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:43.665 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:43 smithi067 bash[79370]: cephadm 2023-12-09T02:11:41.803518+0000 mgr.y (mgr.25480) 345 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:43.665 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:43 smithi067 bash[79370]: cephadm 2023-12-09T02:11:41.899652+0000 mgr.y (mgr.25480) 346 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:43.969 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:11:43 smithi067 bash[75618]: ::ffff:172.21.15.125 - - [09/Dec/2023:02:11:43] "GET /metrics HTTP/1.1" 200 38384 "" "Prometheus/2.33.4" 2023-12-09T02:11:43.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:43 smithi067 bash[82083]: cephadm 2023-12-09T02:11:41.711052+0000 mgr.y (mgr.25480) 344 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:43.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:43 smithi067 bash[82083]: cephadm 2023-12-09T02:11:41.803518+0000 mgr.y (mgr.25480) 345 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:43.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:43 smithi067 bash[82083]: cephadm 2023-12-09T02:11:41.899652+0000 mgr.y (mgr.25480) 346 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:43.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:43 smithi067 bash[82083]: cephadm 2023-12-09T02:11:41.982449+0000 mgr.y (mgr.25480) 347 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:43.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:43 smithi067 bash[82083]: cephadm 2023-12-09T02:11:42.078104+0000 mgr.y (mgr.25480) 348 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:43.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:43 smithi067 bash[82083]: cephadm 2023-12-09T02:11:42.178023+0000 mgr.y (mgr.25480) 349 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:43.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:43 smithi067 bash[82083]: cephadm 2023-12-09T02:11:42.278688+0000 mgr.y (mgr.25480) 350 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:43.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:43 smithi067 bash[82083]: cephadm 2023-12-09T02:11:42.374611+0000 mgr.y (mgr.25480) 351 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:43.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:43 smithi067 bash[82083]: cephadm 2023-12-09T02:11:42.467970+0000 mgr.y (mgr.25480) 352 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:43.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:43 smithi067 bash[82083]: cephadm 2023-12-09T02:11:42.563528+0000 mgr.y (mgr.25480) 353 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:43.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:43 smithi067 bash[82083]: audit 2023-12-09T02:11:42.668822+0000 mon.a (mon.0) 1352 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:43.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:43 smithi067 bash[82083]: audit 2023-12-09T02:11:42.679836+0000 mon.a (mon.0) 1353 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:43.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:43 smithi067 bash[82083]: audit 2023-12-09T02:11:42.680544+0000 mon.a (mon.0) 1354 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:43.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:43 smithi067 bash[82083]: audit 2023-12-09T02:11:42.686458+0000 mon.a (mon.0) 1355 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:43.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:43 smithi067 bash[82083]: audit 2023-12-09T02:11:42.765028+0000 mon.a (mon.0) 1356 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:43.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:43 smithi067 bash[82083]: audit 2023-12-09T02:11:42.768033+0000 mon.a (mon.0) 1357 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:43.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:43 smithi067 bash[82083]: audit 2023-12-09T02:11:42.771647+0000 mon.a (mon.0) 1358 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:43.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:43 smithi067 bash[82083]: audit 2023-12-09T02:11:42.772748+0000 mon.a (mon.0) 1359 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:43.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:43 smithi067 bash[82083]: audit 2023-12-09T02:11:42.781986+0000 mon.a (mon.0) 1360 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:43.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:43 smithi067 bash[82083]: audit 2023-12-09T02:11:42.864760+0000 mon.a (mon.0) 1361 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:43.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:43 smithi067 bash[82083]: audit 2023-12-09T02:11:42.868257+0000 mon.a (mon.0) 1362 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:43.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:43 smithi067 bash[79370]: cephadm 2023-12-09T02:11:41.982449+0000 mgr.y (mgr.25480) 347 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:43.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:43 smithi067 bash[79370]: cephadm 2023-12-09T02:11:42.078104+0000 mgr.y (mgr.25480) 348 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:43.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:43 smithi067 bash[79370]: cephadm 2023-12-09T02:11:42.178023+0000 mgr.y (mgr.25480) 349 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:43.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:43 smithi067 bash[79370]: cephadm 2023-12-09T02:11:42.278688+0000 mgr.y (mgr.25480) 350 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:43.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:43 smithi067 bash[79370]: cephadm 2023-12-09T02:11:42.374611+0000 mgr.y (mgr.25480) 351 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:43.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:43 smithi067 bash[79370]: cephadm 2023-12-09T02:11:42.467970+0000 mgr.y (mgr.25480) 352 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:43.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:43 smithi067 bash[79370]: cephadm 2023-12-09T02:11:42.563528+0000 mgr.y (mgr.25480) 353 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:43.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:43 smithi067 bash[79370]: audit 2023-12-09T02:11:42.668822+0000 mon.a (mon.0) 1352 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:43.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:43 smithi067 bash[79370]: audit 2023-12-09T02:11:42.679836+0000 mon.a (mon.0) 1353 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:43.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:43 smithi067 bash[79370]: audit 2023-12-09T02:11:42.680544+0000 mon.a (mon.0) 1354 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:43.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:43 smithi067 bash[79370]: audit 2023-12-09T02:11:42.686458+0000 mon.a (mon.0) 1355 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:43.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:43 smithi067 bash[79370]: audit 2023-12-09T02:11:42.765028+0000 mon.a (mon.0) 1356 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:43.973 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:43 smithi067 bash[79370]: audit 2023-12-09T02:11:42.768033+0000 mon.a (mon.0) 1357 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:43.973 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:43 smithi067 bash[79370]: audit 2023-12-09T02:11:42.771647+0000 mon.a (mon.0) 1358 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:43.973 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:43 smithi067 bash[79370]: audit 2023-12-09T02:11:42.772748+0000 mon.a (mon.0) 1359 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:43.973 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:43 smithi067 bash[79370]: audit 2023-12-09T02:11:42.781986+0000 mon.a (mon.0) 1360 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:43.973 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:43 smithi067 bash[79370]: audit 2023-12-09T02:11:42.864760+0000 mon.a (mon.0) 1361 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:43.973 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:43 smithi067 bash[79370]: audit 2023-12-09T02:11:42.868257+0000 mon.a (mon.0) 1362 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:43.973 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:43 smithi067 bash[79370]: audit 2023-12-09T02:11:42.871779+0000 mon.a (mon.0) 1363 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:43.973 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:43 smithi067 bash[79370]: audit 2023-12-09T02:11:42.872918+0000 mon.a (mon.0) 1364 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:43.973 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:43 smithi067 bash[82083]: audit 2023-12-09T02:11:42.871779+0000 mon.a (mon.0) 1363 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:43.973 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:43 smithi067 bash[82083]: audit 2023-12-09T02:11:42.872918+0000 mon.a (mon.0) 1364 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:43.973 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:43 smithi067 bash[82083]: audit 2023-12-09T02:11:42.881199+0000 mon.a (mon.0) 1365 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:43.974 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:43 smithi067 bash[82083]: audit 2023-12-09T02:11:42.957926+0000 mon.a (mon.0) 1366 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:43.974 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:43 smithi067 bash[82083]: audit 2023-12-09T02:11:42.960287+0000 mon.a (mon.0) 1367 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:43.974 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:43 smithi067 bash[82083]: audit 2023-12-09T02:11:42.963005+0000 mon.a (mon.0) 1368 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:43.974 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:43 smithi067 bash[82083]: audit 2023-12-09T02:11:42.963914+0000 mon.a (mon.0) 1369 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:43.974 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:43 smithi067 bash[82083]: audit 2023-12-09T02:11:42.972195+0000 mon.a (mon.0) 1370 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:43.974 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:43 smithi067 bash[82083]: audit 2023-12-09T02:11:43.051374+0000 mon.a (mon.0) 1371 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:43.974 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:43 smithi067 bash[82083]: audit 2023-12-09T02:11:43.053450+0000 mon.a (mon.0) 1372 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:43.974 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:43 smithi067 bash[82083]: audit 2023-12-09T02:11:43.056519+0000 mon.a (mon.0) 1373 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:43.974 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:43 smithi067 bash[82083]: audit 2023-12-09T02:11:43.057307+0000 mon.a (mon.0) 1374 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:43.974 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:43 smithi067 bash[82083]: audit 2023-12-09T02:11:43.064581+0000 mon.a (mon.0) 1375 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:43.974 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:43 smithi067 bash[82083]: audit 2023-12-09T02:11:43.141687+0000 mon.a (mon.0) 1376 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:43.974 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:43 smithi067 bash[82083]: audit 2023-12-09T02:11:43.144490+0000 mon.a (mon.0) 1377 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:43.974 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:43 smithi067 bash[82083]: audit 2023-12-09T02:11:43.148090+0000 mon.a (mon.0) 1378 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:43.974 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:43 smithi067 bash[82083]: audit 2023-12-09T02:11:43.149241+0000 mon.a (mon.0) 1379 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:43.974 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:43 smithi067 bash[82083]: audit 2023-12-09T02:11:43.158416+0000 mon.a (mon.0) 1380 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:43.975 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:43 smithi067 bash[82083]: audit 2023-12-09T02:11:43.240007+0000 mon.a (mon.0) 1381 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:43.975 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:43 smithi067 bash[79370]: audit 2023-12-09T02:11:42.881199+0000 mon.a (mon.0) 1365 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:43.975 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:43 smithi067 bash[79370]: audit 2023-12-09T02:11:42.957926+0000 mon.a (mon.0) 1366 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:43.975 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:43 smithi067 bash[79370]: audit 2023-12-09T02:11:42.960287+0000 mon.a (mon.0) 1367 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:43.975 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:43 smithi067 bash[79370]: audit 2023-12-09T02:11:42.963005+0000 mon.a (mon.0) 1368 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:43.975 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:43 smithi067 bash[79370]: audit 2023-12-09T02:11:42.963914+0000 mon.a (mon.0) 1369 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:43.975 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:43 smithi067 bash[79370]: audit 2023-12-09T02:11:42.972195+0000 mon.a (mon.0) 1370 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:43.975 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:43 smithi067 bash[79370]: audit 2023-12-09T02:11:43.051374+0000 mon.a (mon.0) 1371 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:43.975 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:43 smithi067 bash[79370]: audit 2023-12-09T02:11:43.053450+0000 mon.a (mon.0) 1372 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:43.975 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:43 smithi067 bash[79370]: audit 2023-12-09T02:11:43.056519+0000 mon.a (mon.0) 1373 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:43.975 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:43 smithi067 bash[79370]: audit 2023-12-09T02:11:43.057307+0000 mon.a (mon.0) 1374 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:43.975 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:43 smithi067 bash[79370]: audit 2023-12-09T02:11:43.064581+0000 mon.a (mon.0) 1375 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:43.976 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:43 smithi067 bash[79370]: audit 2023-12-09T02:11:43.141687+0000 mon.a (mon.0) 1376 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:43.976 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:43 smithi067 bash[79370]: audit 2023-12-09T02:11:43.144490+0000 mon.a (mon.0) 1377 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:43.976 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:43 smithi067 bash[79370]: audit 2023-12-09T02:11:43.148090+0000 mon.a (mon.0) 1378 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:43.976 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:43 smithi067 bash[79370]: audit 2023-12-09T02:11:43.149241+0000 mon.a (mon.0) 1379 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:43.976 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:43 smithi067 bash[79370]: audit 2023-12-09T02:11:43.158416+0000 mon.a (mon.0) 1380 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:43.976 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:43 smithi067 bash[79370]: audit 2023-12-09T02:11:43.240007+0000 mon.a (mon.0) 1381 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:43.976 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:43 smithi067 bash[79370]: audit 2023-12-09T02:11:43.242548+0000 mon.a (mon.0) 1382 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:43.976 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:43 smithi067 bash[79370]: audit 2023-12-09T02:11:43.245718+0000 mon.a (mon.0) 1383 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:43.976 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:43 smithi067 bash[79370]: audit 2023-12-09T02:11:43.246707+0000 mon.a (mon.0) 1384 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:43.976 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:43 smithi067 bash[82083]: audit 2023-12-09T02:11:43.242548+0000 mon.a (mon.0) 1382 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:43.976 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:43 smithi067 bash[82083]: audit 2023-12-09T02:11:43.245718+0000 mon.a (mon.0) 1383 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:43.977 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:43 smithi067 bash[82083]: audit 2023-12-09T02:11:43.246707+0000 mon.a (mon.0) 1384 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:43.977 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:43 smithi067 bash[82083]: audit 2023-12-09T02:11:43.252510+0000 mon.a (mon.0) 1385 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:43.977 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:43 smithi067 bash[82083]: audit 2023-12-09T02:11:43.334595+0000 mon.a (mon.0) 1386 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:43.977 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:43 smithi067 bash[82083]: audit 2023-12-09T02:11:43.338250+0000 mon.a (mon.0) 1387 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:43.977 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:43 smithi067 bash[82083]: audit 2023-12-09T02:11:43.341297+0000 mon.a (mon.0) 1388 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:43.977 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:43 smithi067 bash[82083]: audit 2023-12-09T02:11:43.342483+0000 mon.a (mon.0) 1389 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:43.977 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:43 smithi067 bash[82083]: audit 2023-12-09T02:11:43.349212+0000 mon.a (mon.0) 1390 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:43.977 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:43 smithi067 bash[82083]: audit 2023-12-09T02:11:43.434610+0000 mon.a (mon.0) 1391 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:43.977 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:43 smithi067 bash[82083]: audit 2023-12-09T02:11:43.437032+0000 mon.a (mon.0) 1392 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:43.977 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:43 smithi067 bash[82083]: audit 2023-12-09T02:11:43.441061+0000 mon.a (mon.0) 1393 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:43.977 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:43 smithi067 bash[82083]: audit 2023-12-09T02:11:43.442046+0000 mon.a (mon.0) 1394 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:43.977 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:43 smithi067 bash[82083]: audit 2023-12-09T02:11:43.447899+0000 mon.a (mon.0) 1395 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:43.977 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:43 smithi067 bash[82083]: audit 2023-12-09T02:11:43.530198+0000 mon.a (mon.0) 1396 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:43.977 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:43 smithi067 bash[82083]: audit 2023-12-09T02:11:43.532621+0000 mon.a (mon.0) 1397 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:43.977 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:43 smithi067 bash[82083]: audit 2023-12-09T02:11:43.536026+0000 mon.a (mon.0) 1398 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:43.978 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:43 smithi067 bash[82083]: audit 2023-12-09T02:11:43.537157+0000 mon.a (mon.0) 1399 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:43.978 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:43 smithi067 bash[82083]: audit 2023-12-09T02:11:43.545314+0000 mon.a (mon.0) 1400 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:43.978 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:43 smithi067 bash[82083]: audit 2023-12-09T02:11:43.623846+0000 mon.a (mon.0) 1401 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:43.978 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:43 smithi067 bash[82083]: audit 2023-12-09T02:11:43.626988+0000 mon.a (mon.0) 1402 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:43.978 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:43 smithi067 bash[82083]: audit 2023-12-09T02:11:43.630621+0000 mon.a (mon.0) 1403 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:43.978 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:43 smithi067 bash[82083]: audit 2023-12-09T02:11:43.631838+0000 mon.a (mon.0) 1404 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:43.978 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:43 smithi067 bash[82083]: audit 2023-12-09T02:11:43.641944+0000 mon.a (mon.0) 1405 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:43.978 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:43 smithi067 bash[79370]: audit 2023-12-09T02:11:43.252510+0000 mon.a (mon.0) 1385 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:43.978 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:43 smithi067 bash[79370]: audit 2023-12-09T02:11:43.334595+0000 mon.a (mon.0) 1386 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:43.978 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:43 smithi067 bash[79370]: audit 2023-12-09T02:11:43.338250+0000 mon.a (mon.0) 1387 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:43.979 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:43 smithi067 bash[79370]: audit 2023-12-09T02:11:43.341297+0000 mon.a (mon.0) 1388 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:43.979 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:43 smithi067 bash[79370]: audit 2023-12-09T02:11:43.342483+0000 mon.a (mon.0) 1389 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:43.979 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:43 smithi067 bash[79370]: audit 2023-12-09T02:11:43.349212+0000 mon.a (mon.0) 1390 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:43.979 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:43 smithi067 bash[79370]: audit 2023-12-09T02:11:43.434610+0000 mon.a (mon.0) 1391 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:43.979 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:43 smithi067 bash[79370]: audit 2023-12-09T02:11:43.437032+0000 mon.a (mon.0) 1392 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:43.979 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:43 smithi067 bash[79370]: audit 2023-12-09T02:11:43.441061+0000 mon.a (mon.0) 1393 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:43.979 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:43 smithi067 bash[79370]: audit 2023-12-09T02:11:43.442046+0000 mon.a (mon.0) 1394 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:43.979 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:43 smithi067 bash[79370]: audit 2023-12-09T02:11:43.447899+0000 mon.a (mon.0) 1395 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:43.979 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:43 smithi067 bash[79370]: audit 2023-12-09T02:11:43.530198+0000 mon.a (mon.0) 1396 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:43.979 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:43 smithi067 bash[79370]: audit 2023-12-09T02:11:43.532621+0000 mon.a (mon.0) 1397 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:43.979 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:43 smithi067 bash[79370]: audit 2023-12-09T02:11:43.536026+0000 mon.a (mon.0) 1398 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:43.979 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:43 smithi067 bash[79370]: audit 2023-12-09T02:11:43.537157+0000 mon.a (mon.0) 1399 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:43.979 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:43 smithi067 bash[79370]: audit 2023-12-09T02:11:43.545314+0000 mon.a (mon.0) 1400 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:43.979 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:43 smithi067 bash[79370]: audit 2023-12-09T02:11:43.623846+0000 mon.a (mon.0) 1401 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:43.980 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:43 smithi067 bash[79370]: audit 2023-12-09T02:11:43.626988+0000 mon.a (mon.0) 1402 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:43.980 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:43 smithi067 bash[79370]: audit 2023-12-09T02:11:43.630621+0000 mon.a (mon.0) 1403 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:43.980 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:43 smithi067 bash[79370]: audit 2023-12-09T02:11:43.631838+0000 mon.a (mon.0) 1404 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:43.980 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:43 smithi067 bash[79370]: audit 2023-12-09T02:11:43.641944+0000 mon.a (mon.0) 1405 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:43.980 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:43 smithi125 bash[66801]: cephadm 2023-12-09T02:11:41.711052+0000 mgr.y (mgr.25480) 344 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:43.981 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:43 smithi125 bash[66801]: cephadm 2023-12-09T02:11:41.803518+0000 mgr.y (mgr.25480) 345 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:43.981 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:43 smithi125 bash[66801]: cephadm 2023-12-09T02:11:41.899652+0000 mgr.y (mgr.25480) 346 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:43.981 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:43 smithi125 bash[66801]: cephadm 2023-12-09T02:11:41.982449+0000 mgr.y (mgr.25480) 347 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:43.981 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:43 smithi125 bash[66801]: cephadm 2023-12-09T02:11:42.078104+0000 mgr.y (mgr.25480) 348 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:43.981 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:43 smithi125 bash[66801]: cephadm 2023-12-09T02:11:42.178023+0000 mgr.y (mgr.25480) 349 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:43.981 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:43 smithi125 bash[66801]: cephadm 2023-12-09T02:11:42.278688+0000 mgr.y (mgr.25480) 350 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:43.981 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:43 smithi125 bash[66801]: cephadm 2023-12-09T02:11:42.374611+0000 mgr.y (mgr.25480) 351 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:43.981 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:43 smithi125 bash[66801]: cephadm 2023-12-09T02:11:42.467970+0000 mgr.y (mgr.25480) 352 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:43.981 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:43 smithi125 bash[66801]: cephadm 2023-12-09T02:11:42.563528+0000 mgr.y (mgr.25480) 353 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:43.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:43 smithi125 bash[66801]: audit 2023-12-09T02:11:42.668822+0000 mon.a (mon.0) 1352 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:43.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:43 smithi125 bash[66801]: audit 2023-12-09T02:11:42.679836+0000 mon.a (mon.0) 1353 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:43.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:43 smithi125 bash[66801]: audit 2023-12-09T02:11:42.680544+0000 mon.a (mon.0) 1354 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:43.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:43 smithi125 bash[66801]: audit 2023-12-09T02:11:42.686458+0000 mon.a (mon.0) 1355 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:43.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:43 smithi125 bash[66801]: audit 2023-12-09T02:11:42.765028+0000 mon.a (mon.0) 1356 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:43.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:43 smithi125 bash[66801]: audit 2023-12-09T02:11:42.768033+0000 mon.a (mon.0) 1357 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:43.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:43 smithi125 bash[66801]: audit 2023-12-09T02:11:42.771647+0000 mon.a (mon.0) 1358 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:43.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:43 smithi125 bash[66801]: audit 2023-12-09T02:11:42.772748+0000 mon.a (mon.0) 1359 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:43.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:43 smithi125 bash[66801]: audit 2023-12-09T02:11:42.781986+0000 mon.a (mon.0) 1360 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:43.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:43 smithi125 bash[66801]: audit 2023-12-09T02:11:42.864760+0000 mon.a (mon.0) 1361 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:43.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:43 smithi125 bash[66801]: audit 2023-12-09T02:11:42.868257+0000 mon.a (mon.0) 1362 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:43.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:43 smithi125 bash[66801]: audit 2023-12-09T02:11:42.871779+0000 mon.a (mon.0) 1363 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:43.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:43 smithi125 bash[66801]: audit 2023-12-09T02:11:42.872918+0000 mon.a (mon.0) 1364 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:43.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:43 smithi125 bash[66801]: audit 2023-12-09T02:11:42.881199+0000 mon.a (mon.0) 1365 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:43.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:43 smithi125 bash[66801]: audit 2023-12-09T02:11:42.957926+0000 mon.a (mon.0) 1366 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:43.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:43 smithi125 bash[66801]: audit 2023-12-09T02:11:42.960287+0000 mon.a (mon.0) 1367 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:43.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:43 smithi125 bash[66801]: audit 2023-12-09T02:11:42.963005+0000 mon.a (mon.0) 1368 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:43.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:43 smithi125 bash[66801]: audit 2023-12-09T02:11:42.963914+0000 mon.a (mon.0) 1369 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:43.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:43 smithi125 bash[66801]: audit 2023-12-09T02:11:42.972195+0000 mon.a (mon.0) 1370 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:43.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:43 smithi125 bash[66801]: audit 2023-12-09T02:11:43.051374+0000 mon.a (mon.0) 1371 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:43.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:43 smithi125 bash[66801]: audit 2023-12-09T02:11:43.053450+0000 mon.a (mon.0) 1372 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:43.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:43 smithi125 bash[66801]: audit 2023-12-09T02:11:43.056519+0000 mon.a (mon.0) 1373 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:43.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:43 smithi125 bash[66801]: audit 2023-12-09T02:11:43.057307+0000 mon.a (mon.0) 1374 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:43.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:43 smithi125 bash[66801]: audit 2023-12-09T02:11:43.064581+0000 mon.a (mon.0) 1375 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:43.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:43 smithi125 bash[66801]: audit 2023-12-09T02:11:43.141687+0000 mon.a (mon.0) 1376 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:43.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:43 smithi125 bash[66801]: audit 2023-12-09T02:11:43.144490+0000 mon.a (mon.0) 1377 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:43.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:43 smithi125 bash[66801]: audit 2023-12-09T02:11:43.148090+0000 mon.a (mon.0) 1378 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:43.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:43 smithi125 bash[66801]: audit 2023-12-09T02:11:43.149241+0000 mon.a (mon.0) 1379 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:43.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:43 smithi125 bash[66801]: audit 2023-12-09T02:11:43.158416+0000 mon.a (mon.0) 1380 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:43.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:43 smithi125 bash[66801]: audit 2023-12-09T02:11:43.240007+0000 mon.a (mon.0) 1381 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:43.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:43 smithi125 bash[66801]: audit 2023-12-09T02:11:43.242548+0000 mon.a (mon.0) 1382 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:43.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:43 smithi125 bash[66801]: audit 2023-12-09T02:11:43.245718+0000 mon.a (mon.0) 1383 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:43.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:43 smithi125 bash[66801]: audit 2023-12-09T02:11:43.246707+0000 mon.a (mon.0) 1384 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:43.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:43 smithi125 bash[66801]: audit 2023-12-09T02:11:43.252510+0000 mon.a (mon.0) 1385 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:43.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:43 smithi125 bash[66801]: audit 2023-12-09T02:11:43.334595+0000 mon.a (mon.0) 1386 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:43.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:43 smithi125 bash[66801]: audit 2023-12-09T02:11:43.338250+0000 mon.a (mon.0) 1387 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:43.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:43 smithi125 bash[66801]: audit 2023-12-09T02:11:43.341297+0000 mon.a (mon.0) 1388 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:43.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:43 smithi125 bash[66801]: audit 2023-12-09T02:11:43.342483+0000 mon.a (mon.0) 1389 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:43.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:43 smithi125 bash[66801]: audit 2023-12-09T02:11:43.349212+0000 mon.a (mon.0) 1390 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:43.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:43 smithi125 bash[66801]: audit 2023-12-09T02:11:43.434610+0000 mon.a (mon.0) 1391 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:43.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:43 smithi125 bash[66801]: audit 2023-12-09T02:11:43.437032+0000 mon.a (mon.0) 1392 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:43.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:43 smithi125 bash[66801]: audit 2023-12-09T02:11:43.441061+0000 mon.a (mon.0) 1393 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:43.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:43 smithi125 bash[66801]: audit 2023-12-09T02:11:43.442046+0000 mon.a (mon.0) 1394 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:43.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:43 smithi125 bash[66801]: audit 2023-12-09T02:11:43.447899+0000 mon.a (mon.0) 1395 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:43.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:43 smithi125 bash[66801]: audit 2023-12-09T02:11:43.530198+0000 mon.a (mon.0) 1396 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:43.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:43 smithi125 bash[66801]: audit 2023-12-09T02:11:43.532621+0000 mon.a (mon.0) 1397 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:43.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:43 smithi125 bash[66801]: audit 2023-12-09T02:11:43.536026+0000 mon.a (mon.0) 1398 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:43.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:43 smithi125 bash[66801]: audit 2023-12-09T02:11:43.537157+0000 mon.a (mon.0) 1399 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:43.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:43 smithi125 bash[66801]: audit 2023-12-09T02:11:43.545314+0000 mon.a (mon.0) 1400 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:43.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:43 smithi125 bash[66801]: audit 2023-12-09T02:11:43.623846+0000 mon.a (mon.0) 1401 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:43.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:43 smithi125 bash[66801]: audit 2023-12-09T02:11:43.626988+0000 mon.a (mon.0) 1402 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:43.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:43 smithi125 bash[66801]: audit 2023-12-09T02:11:43.630621+0000 mon.a (mon.0) 1403 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:43.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:43 smithi125 bash[66801]: audit 2023-12-09T02:11:43.631838+0000 mon.a (mon.0) 1404 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:43.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:43 smithi125 bash[66801]: audit 2023-12-09T02:11:43.641944+0000 mon.a (mon.0) 1405 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:44.948 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:44 smithi067 bash[82083]: cephadm 2023-12-09T02:11:42.687066+0000 mgr.y (mgr.25480) 354 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:44.948 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:44 smithi067 bash[82083]: cephadm 2023-12-09T02:11:42.782521+0000 mgr.y (mgr.25480) 355 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:44.948 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:44 smithi067 bash[82083]: cephadm 2023-12-09T02:11:42.881754+0000 mgr.y (mgr.25480) 356 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:44.948 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:44 smithi067 bash[82083]: cephadm 2023-12-09T02:11:42.972985+0000 mgr.y (mgr.25480) 357 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:44.948 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:44 smithi067 bash[82083]: cephadm 2023-12-09T02:11:43.065094+0000 mgr.y (mgr.25480) 358 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:44.948 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:44 smithi067 bash[82083]: cluster 2023-12-09T02:11:43.102172+0000 mgr.y (mgr.25480) 359 : cluster 0 pgmap v61: 161 pgs: 18 active+undersized+degraded, 40 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 74/726 objects degraded (10.193%) 2023-12-09T02:11:44.948 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:44 smithi067 bash[82083]: cephadm 2023-12-09T02:11:43.159440+0000 mgr.y (mgr.25480) 360 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:44.949 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:44 smithi067 bash[82083]: cephadm 2023-12-09T02:11:43.253271+0000 mgr.y (mgr.25480) 361 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:44.949 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:44 smithi067 bash[82083]: cephadm 2023-12-09T02:11:43.351578+0000 mgr.y (mgr.25480) 362 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:44.949 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:44 smithi067 bash[82083]: cephadm 2023-12-09T02:11:43.448711+0000 mgr.y (mgr.25480) 363 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:44.949 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:44 smithi067 bash[82083]: cephadm 2023-12-09T02:11:43.545948+0000 mgr.y (mgr.25480) 364 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:44.949 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:44 smithi067 bash[82083]: cephadm 2023-12-09T02:11:43.642598+0000 mgr.y (mgr.25480) 365 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:44.949 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:44 smithi067 bash[82083]: audit 2023-12-09T02:11:43.720103+0000 mon.a (mon.0) 1406 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:44.949 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:44 smithi067 bash[82083]: audit 2023-12-09T02:11:43.722769+0000 mon.a (mon.0) 1407 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:44.949 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:44 smithi067 bash[82083]: audit 2023-12-09T02:11:43.725566+0000 mon.a (mon.0) 1408 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:44.949 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:44 smithi067 bash[82083]: audit 2023-12-09T02:11:43.726493+0000 mon.a (mon.0) 1409 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:44.949 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:44 smithi067 bash[82083]: audit 2023-12-09T02:11:43.733418+0000 mon.a (mon.0) 1410 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:44.949 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:44 smithi067 bash[82083]: audit 2023-12-09T02:11:43.811542+0000 mon.a (mon.0) 1411 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:44.949 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:44 smithi067 bash[82083]: audit 2023-12-09T02:11:43.814278+0000 mon.a (mon.0) 1412 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:44.949 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:44 smithi067 bash[82083]: audit 2023-12-09T02:11:43.817440+0000 mon.a (mon.0) 1413 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:44.949 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:44 smithi067 bash[82083]: audit 2023-12-09T02:11:43.818537+0000 mon.a (mon.0) 1414 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:44.949 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:44 smithi067 bash[82083]: audit 2023-12-09T02:11:43.826796+0000 mon.a (mon.0) 1415 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:44.950 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:44 smithi067 bash[82083]: audit 2023-12-09T02:11:43.906948+0000 mon.a (mon.0) 1416 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:44.950 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:44 smithi067 bash[82083]: audit 2023-12-09T02:11:43.909450+0000 mon.a (mon.0) 1417 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:44.950 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:44 smithi067 bash[82083]: audit 2023-12-09T02:11:43.912333+0000 mon.a (mon.0) 1418 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:44.950 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:44 smithi067 bash[82083]: audit 2023-12-09T02:11:43.913427+0000 mon.a (mon.0) 1419 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:44.950 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:44 smithi067 bash[82083]: audit 2023-12-09T02:11:43.920420+0000 mon.a (mon.0) 1420 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:44.950 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:44 smithi067 bash[82083]: audit 2023-12-09T02:11:44.003676+0000 mon.a (mon.0) 1421 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:44.950 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:44 smithi067 bash[82083]: audit 2023-12-09T02:11:44.006127+0000 mon.a (mon.0) 1422 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:44.950 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:44 smithi067 bash[82083]: audit 2023-12-09T02:11:44.008848+0000 mon.a (mon.0) 1423 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:44.950 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:44 smithi067 bash[82083]: audit 2023-12-09T02:11:44.009716+0000 mon.a (mon.0) 1424 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:44.950 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:44 smithi067 bash[82083]: audit 2023-12-09T02:11:44.017790+0000 mon.a (mon.0) 1425 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:44.950 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:44 smithi067 bash[82083]: audit 2023-12-09T02:11:44.097721+0000 mon.a (mon.0) 1426 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:44.950 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:44 smithi067 bash[82083]: audit 2023-12-09T02:11:44.101981+0000 mon.a (mon.0) 1427 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:44.950 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:44 smithi067 bash[82083]: audit 2023-12-09T02:11:44.106297+0000 mon.a (mon.0) 1428 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:44.950 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:44 smithi067 bash[82083]: audit 2023-12-09T02:11:44.107780+0000 mon.a (mon.0) 1429 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:44.950 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:44 smithi067 bash[82083]: audit 2023-12-09T02:11:44.118565+0000 mon.a (mon.0) 1430 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:44.951 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:44 smithi067 bash[82083]: audit 2023-12-09T02:11:44.200539+0000 mon.a (mon.0) 1431 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:44.951 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:44 smithi067 bash[82083]: audit 2023-12-09T02:11:44.202856+0000 mon.a (mon.0) 1432 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:44.951 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:44 smithi067 bash[82083]: audit 2023-12-09T02:11:44.205430+0000 mon.a (mon.0) 1433 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:44.951 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:44 smithi067 bash[82083]: audit 2023-12-09T02:11:44.206403+0000 mon.a (mon.0) 1434 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:44.951 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:44 smithi067 bash[82083]: audit 2023-12-09T02:11:44.212983+0000 mon.a (mon.0) 1435 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:44.951 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:44 smithi067 bash[82083]: audit 2023-12-09T02:11:44.293320+0000 mon.a (mon.0) 1436 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:44.951 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:44 smithi067 bash[82083]: audit 2023-12-09T02:11:44.297684+0000 mon.a (mon.0) 1437 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:44.951 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:44 smithi067 bash[82083]: audit 2023-12-09T02:11:44.301598+0000 mon.a (mon.0) 1438 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:44.951 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:44 smithi067 bash[82083]: audit 2023-12-09T02:11:44.303006+0000 mon.a (mon.0) 1439 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:44.951 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:44 smithi067 bash[82083]: audit 2023-12-09T02:11:44.310796+0000 mon.a (mon.0) 1440 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:44.951 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:44 smithi067 bash[82083]: audit 2023-12-09T02:11:44.390181+0000 mon.a (mon.0) 1441 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:44.951 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:44 smithi067 bash[82083]: audit 2023-12-09T02:11:44.392557+0000 mon.a (mon.0) 1442 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:44.951 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:44 smithi067 bash[82083]: audit 2023-12-09T02:11:44.395948+0000 mon.a (mon.0) 1443 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:44.951 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:44 smithi067 bash[82083]: audit 2023-12-09T02:11:44.397261+0000 mon.a (mon.0) 1444 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:44.951 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:44 smithi067 bash[82083]: audit 2023-12-09T02:11:44.405663+0000 mon.a (mon.0) 1445 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:44.952 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:44 smithi067 bash[82083]: audit 2023-12-09T02:11:44.488924+0000 mon.a (mon.0) 1446 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:44.952 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:44 smithi067 bash[82083]: audit 2023-12-09T02:11:44.491184+0000 mon.a (mon.0) 1447 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:44.952 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:44 smithi067 bash[82083]: audit 2023-12-09T02:11:44.494214+0000 mon.a (mon.0) 1448 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:44.952 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:44 smithi067 bash[82083]: audit 2023-12-09T02:11:44.495773+0000 mon.a (mon.0) 1449 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:44.952 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:44 smithi067 bash[82083]: audit 2023-12-09T02:11:44.503582+0000 mon.a (mon.0) 1450 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:44.952 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:44 smithi067 bash[82083]: audit 2023-12-09T02:11:44.581337+0000 mon.a (mon.0) 1451 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:44.952 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:44 smithi067 bash[82083]: audit 2023-12-09T02:11:44.584247+0000 mon.a (mon.0) 1452 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:44.952 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:44 smithi067 bash[82083]: audit 2023-12-09T02:11:44.588240+0000 mon.a (mon.0) 1453 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:44.952 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:44 smithi067 bash[82083]: audit 2023-12-09T02:11:44.589836+0000 mon.a (mon.0) 1454 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:44.952 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:44 smithi067 bash[82083]: audit 2023-12-09T02:11:44.597194+0000 mon.a (mon.0) 1455 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:44.953 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:44 smithi067 bash[79370]: cephadm 2023-12-09T02:11:42.687066+0000 mgr.y (mgr.25480) 354 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:44.953 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:44 smithi067 bash[79370]: cephadm 2023-12-09T02:11:42.782521+0000 mgr.y (mgr.25480) 355 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:44.953 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:44 smithi067 bash[79370]: cephadm 2023-12-09T02:11:42.881754+0000 mgr.y (mgr.25480) 356 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:44.953 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:44 smithi067 bash[79370]: cephadm 2023-12-09T02:11:42.972985+0000 mgr.y (mgr.25480) 357 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:44.953 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:44 smithi067 bash[79370]: cephadm 2023-12-09T02:11:43.065094+0000 mgr.y (mgr.25480) 358 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:44.953 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:44 smithi067 bash[79370]: cluster 2023-12-09T02:11:43.102172+0000 mgr.y (mgr.25480) 359 : cluster 0 pgmap v61: 161 pgs: 18 active+undersized+degraded, 40 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 74/726 objects degraded (10.193%) 2023-12-09T02:11:44.953 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:44 smithi067 bash[79370]: cephadm 2023-12-09T02:11:43.159440+0000 mgr.y (mgr.25480) 360 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:44.953 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:44 smithi067 bash[79370]: cephadm 2023-12-09T02:11:43.253271+0000 mgr.y (mgr.25480) 361 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:44.953 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:44 smithi067 bash[79370]: cephadm 2023-12-09T02:11:43.351578+0000 mgr.y (mgr.25480) 362 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:44.953 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:44 smithi067 bash[79370]: cephadm 2023-12-09T02:11:43.448711+0000 mgr.y (mgr.25480) 363 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:44.953 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:44 smithi067 bash[79370]: cephadm 2023-12-09T02:11:43.545948+0000 mgr.y (mgr.25480) 364 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:44.954 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:44 smithi067 bash[79370]: cephadm 2023-12-09T02:11:43.642598+0000 mgr.y (mgr.25480) 365 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:44.954 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:44 smithi067 bash[79370]: audit 2023-12-09T02:11:43.720103+0000 mon.a (mon.0) 1406 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:44.954 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:44 smithi067 bash[79370]: audit 2023-12-09T02:11:43.722769+0000 mon.a (mon.0) 1407 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:44.954 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:44 smithi067 bash[79370]: audit 2023-12-09T02:11:43.725566+0000 mon.a (mon.0) 1408 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:44.954 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:44 smithi067 bash[79370]: audit 2023-12-09T02:11:43.726493+0000 mon.a (mon.0) 1409 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:44.954 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:44 smithi067 bash[79370]: audit 2023-12-09T02:11:43.733418+0000 mon.a (mon.0) 1410 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:44.954 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:44 smithi067 bash[79370]: audit 2023-12-09T02:11:43.811542+0000 mon.a (mon.0) 1411 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:44.954 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:44 smithi067 bash[79370]: audit 2023-12-09T02:11:43.814278+0000 mon.a (mon.0) 1412 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:44.954 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:44 smithi067 bash[79370]: audit 2023-12-09T02:11:43.817440+0000 mon.a (mon.0) 1413 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:44.954 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:44 smithi067 bash[79370]: audit 2023-12-09T02:11:43.818537+0000 mon.a (mon.0) 1414 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:44.954 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:44 smithi067 bash[79370]: audit 2023-12-09T02:11:43.826796+0000 mon.a (mon.0) 1415 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:44.954 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:44 smithi067 bash[79370]: audit 2023-12-09T02:11:43.906948+0000 mon.a (mon.0) 1416 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:44.954 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:44 smithi067 bash[79370]: audit 2023-12-09T02:11:43.909450+0000 mon.a (mon.0) 1417 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:44.954 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:44 smithi067 bash[79370]: audit 2023-12-09T02:11:43.912333+0000 mon.a (mon.0) 1418 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:44.954 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:44 smithi067 bash[79370]: audit 2023-12-09T02:11:43.913427+0000 mon.a (mon.0) 1419 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:44.955 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:44 smithi067 bash[79370]: audit 2023-12-09T02:11:43.920420+0000 mon.a (mon.0) 1420 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:44.955 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:44 smithi067 bash[79370]: audit 2023-12-09T02:11:44.003676+0000 mon.a (mon.0) 1421 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:44.955 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:44 smithi067 bash[79370]: audit 2023-12-09T02:11:44.006127+0000 mon.a (mon.0) 1422 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:44.955 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:44 smithi067 bash[79370]: audit 2023-12-09T02:11:44.008848+0000 mon.a (mon.0) 1423 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:44.955 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:44 smithi067 bash[79370]: audit 2023-12-09T02:11:44.009716+0000 mon.a (mon.0) 1424 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:44.955 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:44 smithi067 bash[79370]: audit 2023-12-09T02:11:44.017790+0000 mon.a (mon.0) 1425 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:44.955 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:44 smithi067 bash[79370]: audit 2023-12-09T02:11:44.097721+0000 mon.a (mon.0) 1426 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:44.955 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:44 smithi067 bash[79370]: audit 2023-12-09T02:11:44.101981+0000 mon.a (mon.0) 1427 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:44.955 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:44 smithi067 bash[79370]: audit 2023-12-09T02:11:44.106297+0000 mon.a (mon.0) 1428 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:44.955 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:44 smithi067 bash[79370]: audit 2023-12-09T02:11:44.107780+0000 mon.a (mon.0) 1429 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:44.955 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:44 smithi067 bash[79370]: audit 2023-12-09T02:11:44.118565+0000 mon.a (mon.0) 1430 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:44.955 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:44 smithi067 bash[79370]: audit 2023-12-09T02:11:44.200539+0000 mon.a (mon.0) 1431 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:44.955 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:44 smithi067 bash[79370]: audit 2023-12-09T02:11:44.202856+0000 mon.a (mon.0) 1432 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:44.955 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:44 smithi067 bash[79370]: audit 2023-12-09T02:11:44.205430+0000 mon.a (mon.0) 1433 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:44.955 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:44 smithi067 bash[79370]: audit 2023-12-09T02:11:44.206403+0000 mon.a (mon.0) 1434 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:44.956 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:44 smithi067 bash[79370]: audit 2023-12-09T02:11:44.212983+0000 mon.a (mon.0) 1435 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:44.956 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:44 smithi067 bash[79370]: audit 2023-12-09T02:11:44.293320+0000 mon.a (mon.0) 1436 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:44.956 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:44 smithi067 bash[79370]: audit 2023-12-09T02:11:44.297684+0000 mon.a (mon.0) 1437 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:44.956 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:44 smithi067 bash[79370]: audit 2023-12-09T02:11:44.301598+0000 mon.a (mon.0) 1438 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:44.956 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:44 smithi067 bash[79370]: audit 2023-12-09T02:11:44.303006+0000 mon.a (mon.0) 1439 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:44.956 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:44 smithi067 bash[79370]: audit 2023-12-09T02:11:44.310796+0000 mon.a (mon.0) 1440 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:44.956 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:44 smithi067 bash[79370]: audit 2023-12-09T02:11:44.390181+0000 mon.a (mon.0) 1441 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:44.956 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:44 smithi067 bash[79370]: audit 2023-12-09T02:11:44.392557+0000 mon.a (mon.0) 1442 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:44.956 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:44 smithi067 bash[79370]: audit 2023-12-09T02:11:44.395948+0000 mon.a (mon.0) 1443 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:44.956 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:44 smithi067 bash[79370]: audit 2023-12-09T02:11:44.397261+0000 mon.a (mon.0) 1444 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:44.956 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:44 smithi067 bash[79370]: audit 2023-12-09T02:11:44.405663+0000 mon.a (mon.0) 1445 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:44.956 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:44 smithi067 bash[79370]: audit 2023-12-09T02:11:44.488924+0000 mon.a (mon.0) 1446 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:44.956 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:44 smithi067 bash[79370]: audit 2023-12-09T02:11:44.491184+0000 mon.a (mon.0) 1447 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:44.957 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:44 smithi067 bash[79370]: audit 2023-12-09T02:11:44.494214+0000 mon.a (mon.0) 1448 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:44.957 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:44 smithi067 bash[79370]: audit 2023-12-09T02:11:44.495773+0000 mon.a (mon.0) 1449 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:44.957 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:44 smithi067 bash[79370]: audit 2023-12-09T02:11:44.503582+0000 mon.a (mon.0) 1450 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:44.957 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:44 smithi067 bash[79370]: audit 2023-12-09T02:11:44.581337+0000 mon.a (mon.0) 1451 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:44.957 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:44 smithi067 bash[79370]: audit 2023-12-09T02:11:44.584247+0000 mon.a (mon.0) 1452 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:44.957 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:44 smithi067 bash[79370]: audit 2023-12-09T02:11:44.588240+0000 mon.a (mon.0) 1453 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:44.957 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:44 smithi067 bash[79370]: audit 2023-12-09T02:11:44.589836+0000 mon.a (mon.0) 1454 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:44.957 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:44 smithi067 bash[79370]: audit 2023-12-09T02:11:44.597194+0000 mon.a (mon.0) 1455 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:44.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:44 smithi125 bash[66801]: cephadm 2023-12-09T02:11:42.687066+0000 mgr.y (mgr.25480) 354 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:44.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:44 smithi125 bash[66801]: cephadm 2023-12-09T02:11:42.782521+0000 mgr.y (mgr.25480) 355 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:44.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:44 smithi125 bash[66801]: cephadm 2023-12-09T02:11:42.881754+0000 mgr.y (mgr.25480) 356 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:44.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:44 smithi125 bash[66801]: cephadm 2023-12-09T02:11:42.972985+0000 mgr.y (mgr.25480) 357 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:44.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:44 smithi125 bash[66801]: cephadm 2023-12-09T02:11:43.065094+0000 mgr.y (mgr.25480) 358 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:44.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:44 smithi125 bash[66801]: cluster 2023-12-09T02:11:43.102172+0000 mgr.y (mgr.25480) 359 : cluster 0 pgmap v61: 161 pgs: 18 active+undersized+degraded, 40 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 74/726 objects degraded (10.193%) 2023-12-09T02:11:44.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:44 smithi125 bash[66801]: cephadm 2023-12-09T02:11:43.159440+0000 mgr.y (mgr.25480) 360 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:44.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:44 smithi125 bash[66801]: cephadm 2023-12-09T02:11:43.253271+0000 mgr.y (mgr.25480) 361 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:44.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:44 smithi125 bash[66801]: cephadm 2023-12-09T02:11:43.351578+0000 mgr.y (mgr.25480) 362 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:44.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:44 smithi125 bash[66801]: cephadm 2023-12-09T02:11:43.448711+0000 mgr.y (mgr.25480) 363 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:44.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:44 smithi125 bash[66801]: cephadm 2023-12-09T02:11:43.545948+0000 mgr.y (mgr.25480) 364 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:44.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:44 smithi125 bash[66801]: cephadm 2023-12-09T02:11:43.642598+0000 mgr.y (mgr.25480) 365 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:44.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:44 smithi125 bash[66801]: audit 2023-12-09T02:11:43.720103+0000 mon.a (mon.0) 1406 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:44.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:44 smithi125 bash[66801]: audit 2023-12-09T02:11:43.722769+0000 mon.a (mon.0) 1407 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:44.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:44 smithi125 bash[66801]: audit 2023-12-09T02:11:43.725566+0000 mon.a (mon.0) 1408 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:44.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:44 smithi125 bash[66801]: audit 2023-12-09T02:11:43.726493+0000 mon.a (mon.0) 1409 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:44.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:44 smithi125 bash[66801]: audit 2023-12-09T02:11:43.733418+0000 mon.a (mon.0) 1410 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:44.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:44 smithi125 bash[66801]: audit 2023-12-09T02:11:43.811542+0000 mon.a (mon.0) 1411 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:44.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:44 smithi125 bash[66801]: audit 2023-12-09T02:11:43.814278+0000 mon.a (mon.0) 1412 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:44.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:44 smithi125 bash[66801]: audit 2023-12-09T02:11:43.817440+0000 mon.a (mon.0) 1413 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:44.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:44 smithi125 bash[66801]: audit 2023-12-09T02:11:43.818537+0000 mon.a (mon.0) 1414 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:44.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:44 smithi125 bash[66801]: audit 2023-12-09T02:11:43.826796+0000 mon.a (mon.0) 1415 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:44.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:44 smithi125 bash[66801]: audit 2023-12-09T02:11:43.906948+0000 mon.a (mon.0) 1416 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:44.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:44 smithi125 bash[66801]: audit 2023-12-09T02:11:43.909450+0000 mon.a (mon.0) 1417 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:44.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:44 smithi125 bash[66801]: audit 2023-12-09T02:11:43.912333+0000 mon.a (mon.0) 1418 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:44.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:44 smithi125 bash[66801]: audit 2023-12-09T02:11:43.913427+0000 mon.a (mon.0) 1419 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:44.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:44 smithi125 bash[66801]: audit 2023-12-09T02:11:43.920420+0000 mon.a (mon.0) 1420 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:44.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:44 smithi125 bash[66801]: audit 2023-12-09T02:11:44.003676+0000 mon.a (mon.0) 1421 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:44.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:44 smithi125 bash[66801]: audit 2023-12-09T02:11:44.006127+0000 mon.a (mon.0) 1422 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:44.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:44 smithi125 bash[66801]: audit 2023-12-09T02:11:44.008848+0000 mon.a (mon.0) 1423 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:44.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:44 smithi125 bash[66801]: audit 2023-12-09T02:11:44.009716+0000 mon.a (mon.0) 1424 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:44.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:44 smithi125 bash[66801]: audit 2023-12-09T02:11:44.017790+0000 mon.a (mon.0) 1425 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:44.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:44 smithi125 bash[66801]: audit 2023-12-09T02:11:44.097721+0000 mon.a (mon.0) 1426 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:44.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:44 smithi125 bash[66801]: audit 2023-12-09T02:11:44.101981+0000 mon.a (mon.0) 1427 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:44.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:44 smithi125 bash[66801]: audit 2023-12-09T02:11:44.106297+0000 mon.a (mon.0) 1428 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:44.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:44 smithi125 bash[66801]: audit 2023-12-09T02:11:44.107780+0000 mon.a (mon.0) 1429 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:44.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:44 smithi125 bash[66801]: audit 2023-12-09T02:11:44.118565+0000 mon.a (mon.0) 1430 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:44.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:44 smithi125 bash[66801]: audit 2023-12-09T02:11:44.200539+0000 mon.a (mon.0) 1431 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:44.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:44 smithi125 bash[66801]: audit 2023-12-09T02:11:44.202856+0000 mon.a (mon.0) 1432 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:44.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:44 smithi125 bash[66801]: audit 2023-12-09T02:11:44.205430+0000 mon.a (mon.0) 1433 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:44.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:44 smithi125 bash[66801]: audit 2023-12-09T02:11:44.206403+0000 mon.a (mon.0) 1434 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:44.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:44 smithi125 bash[66801]: audit 2023-12-09T02:11:44.212983+0000 mon.a (mon.0) 1435 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:44.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:44 smithi125 bash[66801]: audit 2023-12-09T02:11:44.293320+0000 mon.a (mon.0) 1436 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:44.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:44 smithi125 bash[66801]: audit 2023-12-09T02:11:44.297684+0000 mon.a (mon.0) 1437 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:44.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:44 smithi125 bash[66801]: audit 2023-12-09T02:11:44.301598+0000 mon.a (mon.0) 1438 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:44.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:44 smithi125 bash[66801]: audit 2023-12-09T02:11:44.303006+0000 mon.a (mon.0) 1439 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:44.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:44 smithi125 bash[66801]: audit 2023-12-09T02:11:44.310796+0000 mon.a (mon.0) 1440 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:44.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:44 smithi125 bash[66801]: audit 2023-12-09T02:11:44.390181+0000 mon.a (mon.0) 1441 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:44.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:44 smithi125 bash[66801]: audit 2023-12-09T02:11:44.392557+0000 mon.a (mon.0) 1442 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:44.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:44 smithi125 bash[66801]: audit 2023-12-09T02:11:44.395948+0000 mon.a (mon.0) 1443 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:44.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:44 smithi125 bash[66801]: audit 2023-12-09T02:11:44.397261+0000 mon.a (mon.0) 1444 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:44.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:44 smithi125 bash[66801]: audit 2023-12-09T02:11:44.405663+0000 mon.a (mon.0) 1445 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:44.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:44 smithi125 bash[66801]: audit 2023-12-09T02:11:44.488924+0000 mon.a (mon.0) 1446 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:44.978 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:44 smithi125 bash[66801]: audit 2023-12-09T02:11:44.491184+0000 mon.a (mon.0) 1447 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:44.978 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:44 smithi125 bash[66801]: audit 2023-12-09T02:11:44.494214+0000 mon.a (mon.0) 1448 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:44.978 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:44 smithi125 bash[66801]: audit 2023-12-09T02:11:44.495773+0000 mon.a (mon.0) 1449 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:44.978 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:44 smithi125 bash[66801]: audit 2023-12-09T02:11:44.503582+0000 mon.a (mon.0) 1450 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:44.978 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:44 smithi125 bash[66801]: audit 2023-12-09T02:11:44.581337+0000 mon.a (mon.0) 1451 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:44.978 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:44 smithi125 bash[66801]: audit 2023-12-09T02:11:44.584247+0000 mon.a (mon.0) 1452 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:44.978 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:44 smithi125 bash[66801]: audit 2023-12-09T02:11:44.588240+0000 mon.a (mon.0) 1453 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:44.978 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:44 smithi125 bash[66801]: audit 2023-12-09T02:11:44.589836+0000 mon.a (mon.0) 1454 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:44.978 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:44 smithi125 bash[66801]: audit 2023-12-09T02:11:44.597194+0000 mon.a (mon.0) 1455 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:45.219 INFO:journalctl@ceph.osd.0.smithi067.stdout:Dec 09 02:11:45 smithi067 bash[86687]: debug 2023-12-09T02:11:45.031+0000 7f3a5a49b700 1 -- 172.21.15.67:0/172050603 <== mon.0 v2:172.21.15.67:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55719af111e0 con 0x55719af96c00 2023-12-09T02:11:45.667 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:45 smithi067 bash[82083]: cephadm 2023-12-09T02:11:43.734080+0000 mgr.y (mgr.25480) 366 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:45.667 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:45 smithi067 bash[82083]: cephadm 2023-12-09T02:11:43.827752+0000 mgr.y (mgr.25480) 367 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:45.667 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:45 smithi067 bash[82083]: cephadm 2023-12-09T02:11:43.920985+0000 mgr.y (mgr.25480) 368 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:45.667 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:45 smithi067 bash[82083]: cephadm 2023-12-09T02:11:44.018361+0000 mgr.y (mgr.25480) 369 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:45.667 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:45 smithi067 bash[82083]: cephadm 2023-12-09T02:11:44.119185+0000 mgr.y (mgr.25480) 370 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:45.667 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:45 smithi067 bash[82083]: cephadm 2023-12-09T02:11:44.213702+0000 mgr.y (mgr.25480) 371 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:45.667 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:45 smithi067 bash[82083]: cephadm 2023-12-09T02:11:44.311515+0000 mgr.y (mgr.25480) 372 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:45.667 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:45 smithi067 bash[82083]: cephadm 2023-12-09T02:11:44.406572+0000 mgr.y (mgr.25480) 373 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:45.667 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:45 smithi067 bash[82083]: cephadm 2023-12-09T02:11:44.504380+0000 mgr.y (mgr.25480) 374 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:45.668 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:45 smithi067 bash[82083]: cephadm 2023-12-09T02:11:44.597848+0000 mgr.y (mgr.25480) 375 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:45.668 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:45 smithi067 bash[82083]: audit 2023-12-09T02:11:44.680444+0000 mon.a (mon.0) 1456 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:45.668 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:45 smithi067 bash[82083]: audit 2023-12-09T02:11:44.682911+0000 mon.a (mon.0) 1457 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:45.668 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:45 smithi067 bash[82083]: audit 2023-12-09T02:11:44.685320+0000 mon.a (mon.0) 1458 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:45.668 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:45 smithi067 bash[82083]: audit 2023-12-09T02:11:44.686270+0000 mon.a (mon.0) 1459 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:45.668 INFO:journalctl@ceph.osd.0.smithi067.stdout:Dec 09 02:11:45 smithi067 bash[86687]: debug 2023-12-09T02:11:45.571+0000 7f3a63621640 -1 Falling back to public interface 2023-12-09T02:11:45.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:45 smithi067 bash[82083]: audit 2023-12-09T02:11:44.693069+0000 mon.a (mon.0) 1460 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:45.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:45 smithi067 bash[82083]: audit 2023-12-09T02:11:44.771210+0000 mon.a (mon.0) 1461 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:45.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:45 smithi067 bash[82083]: audit 2023-12-09T02:11:44.782394+0000 mon.a (mon.0) 1462 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:45.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:45 smithi067 bash[82083]: audit 2023-12-09T02:11:44.785681+0000 mon.a (mon.0) 1463 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:45.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:45 smithi067 bash[82083]: audit 2023-12-09T02:11:44.786490+0000 mon.a (mon.0) 1464 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:45.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:45 smithi067 bash[82083]: audit 2023-12-09T02:11:44.791626+0000 mon.a (mon.0) 1465 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:45.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:45 smithi067 bash[82083]: audit 2023-12-09T02:11:44.873518+0000 mon.a (mon.0) 1466 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:45.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:45 smithi067 bash[82083]: audit 2023-12-09T02:11:44.875672+0000 mon.a (mon.0) 1467 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:45.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:45 smithi067 bash[82083]: audit 2023-12-09T02:11:44.879386+0000 mon.a (mon.0) 1468 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:45.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:45 smithi067 bash[82083]: audit 2023-12-09T02:11:44.880815+0000 mon.a (mon.0) 1469 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:45.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:45 smithi067 bash[82083]: audit 2023-12-09T02:11:44.889833+0000 mon.a (mon.0) 1470 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:45.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:45 smithi067 bash[82083]: audit 2023-12-09T02:11:44.972602+0000 mon.a (mon.0) 1471 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:45.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:45 smithi067 bash[82083]: audit 2023-12-09T02:11:44.974830+0000 mon.a (mon.0) 1472 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:45.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:45 smithi067 bash[82083]: audit 2023-12-09T02:11:44.977520+0000 mon.a (mon.0) 1473 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:45.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:45 smithi067 bash[82083]: audit 2023-12-09T02:11:44.978696+0000 mon.a (mon.0) 1474 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:45.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:45 smithi067 bash[82083]: audit 2023-12-09T02:11:44.990060+0000 mon.a (mon.0) 1475 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:45.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:45 smithi067 bash[82083]: audit 2023-12-09T02:11:45.071967+0000 mon.a (mon.0) 1476 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:45.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:45 smithi067 bash[82083]: audit 2023-12-09T02:11:45.074374+0000 mon.a (mon.0) 1477 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:45.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:45 smithi067 bash[82083]: audit 2023-12-09T02:11:45.077599+0000 mon.a (mon.0) 1478 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:45.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:45 smithi067 bash[79370]: cephadm 2023-12-09T02:11:43.734080+0000 mgr.y (mgr.25480) 366 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:45.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:45 smithi067 bash[79370]: cephadm 2023-12-09T02:11:43.827752+0000 mgr.y (mgr.25480) 367 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:45.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:45 smithi067 bash[79370]: cephadm 2023-12-09T02:11:43.920985+0000 mgr.y (mgr.25480) 368 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:45.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:45 smithi067 bash[79370]: cephadm 2023-12-09T02:11:44.018361+0000 mgr.y (mgr.25480) 369 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:45.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:45 smithi067 bash[79370]: cephadm 2023-12-09T02:11:44.119185+0000 mgr.y (mgr.25480) 370 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:45.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:45 smithi067 bash[79370]: cephadm 2023-12-09T02:11:44.213702+0000 mgr.y (mgr.25480) 371 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:45.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:45 smithi067 bash[79370]: cephadm 2023-12-09T02:11:44.311515+0000 mgr.y (mgr.25480) 372 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:45.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:45 smithi067 bash[79370]: cephadm 2023-12-09T02:11:44.406572+0000 mgr.y (mgr.25480) 373 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:45.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:45 smithi067 bash[79370]: cephadm 2023-12-09T02:11:44.504380+0000 mgr.y (mgr.25480) 374 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:45.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:45 smithi067 bash[79370]: cephadm 2023-12-09T02:11:44.597848+0000 mgr.y (mgr.25480) 375 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:45.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:45 smithi067 bash[79370]: audit 2023-12-09T02:11:44.680444+0000 mon.a (mon.0) 1456 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:45.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:45 smithi067 bash[79370]: audit 2023-12-09T02:11:44.682911+0000 mon.a (mon.0) 1457 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:45.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:45 smithi067 bash[79370]: audit 2023-12-09T02:11:44.685320+0000 mon.a (mon.0) 1458 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:45.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:45 smithi067 bash[79370]: audit 2023-12-09T02:11:44.686270+0000 mon.a (mon.0) 1459 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:45.973 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:45 smithi067 bash[79370]: audit 2023-12-09T02:11:44.693069+0000 mon.a (mon.0) 1460 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:45.973 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:45 smithi067 bash[79370]: audit 2023-12-09T02:11:44.771210+0000 mon.a (mon.0) 1461 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:45.973 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:45 smithi067 bash[79370]: audit 2023-12-09T02:11:44.782394+0000 mon.a (mon.0) 1462 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:45.973 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:45 smithi067 bash[79370]: audit 2023-12-09T02:11:44.785681+0000 mon.a (mon.0) 1463 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:45.973 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:45 smithi067 bash[79370]: audit 2023-12-09T02:11:44.786490+0000 mon.a (mon.0) 1464 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:45.973 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:45 smithi067 bash[79370]: audit 2023-12-09T02:11:44.791626+0000 mon.a (mon.0) 1465 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:45.973 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:45 smithi067 bash[79370]: audit 2023-12-09T02:11:44.873518+0000 mon.a (mon.0) 1466 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:45.973 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:45 smithi067 bash[82083]: audit 2023-12-09T02:11:45.078710+0000 mon.a (mon.0) 1479 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:45.973 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:45 smithi067 bash[82083]: audit 2023-12-09T02:11:45.085192+0000 mon.a (mon.0) 1480 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:45.973 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:45 smithi067 bash[82083]: audit 2023-12-09T02:11:45.166346+0000 mon.a (mon.0) 1481 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:45.973 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:45 smithi067 bash[82083]: audit 2023-12-09T02:11:45.168779+0000 mon.a (mon.0) 1482 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:45.974 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:45 smithi067 bash[82083]: audit 2023-12-09T02:11:45.172192+0000 mon.a (mon.0) 1483 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:45.974 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:45 smithi067 bash[82083]: audit 2023-12-09T02:11:45.173336+0000 mon.a (mon.0) 1484 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:45.974 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:45 smithi067 bash[82083]: audit 2023-12-09T02:11:45.181008+0000 mon.a (mon.0) 1485 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:45.974 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:45 smithi067 bash[82083]: audit 2023-12-09T02:11:45.260172+0000 mon.a (mon.0) 1486 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:45.974 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:45 smithi067 bash[82083]: audit 2023-12-09T02:11:45.263606+0000 mon.a (mon.0) 1487 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:45.974 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:45 smithi067 bash[82083]: audit 2023-12-09T02:11:45.266053+0000 mon.a (mon.0) 1488 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:45.974 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:45 smithi067 bash[82083]: audit 2023-12-09T02:11:45.266920+0000 mon.a (mon.0) 1489 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:45.974 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:45 smithi067 bash[82083]: audit 2023-12-09T02:11:45.272740+0000 mon.a (mon.0) 1490 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:45.974 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:45 smithi067 bash[82083]: audit 2023-12-09T02:11:45.352364+0000 mon.a (mon.0) 1491 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:45.974 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:45 smithi067 bash[82083]: audit 2023-12-09T02:11:45.354854+0000 mon.a (mon.0) 1492 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:45.974 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:45 smithi067 bash[82083]: audit 2023-12-09T02:11:45.357784+0000 mon.a (mon.0) 1493 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:45.974 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:45 smithi067 bash[82083]: audit 2023-12-09T02:11:45.358776+0000 mon.a (mon.0) 1494 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:45.974 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:45 smithi067 bash[82083]: audit 2023-12-09T02:11:45.364421+0000 mon.a (mon.0) 1495 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:45.974 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:45 smithi067 bash[82083]: audit 2023-12-09T02:11:45.442740+0000 mon.a (mon.0) 1496 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:45.975 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:45 smithi067 bash[82083]: audit 2023-12-09T02:11:45.444976+0000 mon.a (mon.0) 1497 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:45.975 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:45 smithi067 bash[82083]: audit 2023-12-09T02:11:45.447347+0000 mon.a (mon.0) 1498 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:45.975 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:45 smithi067 bash[79370]: audit 2023-12-09T02:11:44.875672+0000 mon.a (mon.0) 1467 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:45.975 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:45 smithi067 bash[79370]: audit 2023-12-09T02:11:44.879386+0000 mon.a (mon.0) 1468 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:45.975 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:45 smithi067 bash[79370]: audit 2023-12-09T02:11:44.880815+0000 mon.a (mon.0) 1469 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:45.975 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:45 smithi067 bash[79370]: audit 2023-12-09T02:11:44.889833+0000 mon.a (mon.0) 1470 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:45.975 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:45 smithi067 bash[79370]: audit 2023-12-09T02:11:44.972602+0000 mon.a (mon.0) 1471 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:45.975 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:45 smithi067 bash[79370]: audit 2023-12-09T02:11:44.974830+0000 mon.a (mon.0) 1472 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:45.975 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:45 smithi067 bash[79370]: audit 2023-12-09T02:11:44.977520+0000 mon.a (mon.0) 1473 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:45.975 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:45 smithi067 bash[79370]: audit 2023-12-09T02:11:44.978696+0000 mon.a (mon.0) 1474 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:45.975 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:45 smithi067 bash[79370]: audit 2023-12-09T02:11:44.990060+0000 mon.a (mon.0) 1475 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:45.976 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:45 smithi067 bash[79370]: audit 2023-12-09T02:11:45.071967+0000 mon.a (mon.0) 1476 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:45.976 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:45 smithi067 bash[79370]: audit 2023-12-09T02:11:45.074374+0000 mon.a (mon.0) 1477 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:45.976 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:45 smithi067 bash[79370]: audit 2023-12-09T02:11:45.077599+0000 mon.a (mon.0) 1478 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:45.976 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:45 smithi067 bash[79370]: audit 2023-12-09T02:11:45.078710+0000 mon.a (mon.0) 1479 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:45.976 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:45 smithi067 bash[79370]: audit 2023-12-09T02:11:45.085192+0000 mon.a (mon.0) 1480 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:45.976 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:45 smithi067 bash[79370]: audit 2023-12-09T02:11:45.166346+0000 mon.a (mon.0) 1481 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:45.976 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:45 smithi067 bash[79370]: audit 2023-12-09T02:11:45.168779+0000 mon.a (mon.0) 1482 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:45.976 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:45 smithi067 bash[79370]: audit 2023-12-09T02:11:45.172192+0000 mon.a (mon.0) 1483 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:45.976 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:45 smithi067 bash[79370]: audit 2023-12-09T02:11:45.173336+0000 mon.a (mon.0) 1484 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:45.976 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:45 smithi067 bash[79370]: audit 2023-12-09T02:11:45.181008+0000 mon.a (mon.0) 1485 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:45.976 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:45 smithi067 bash[82083]: audit 2023-12-09T02:11:45.448164+0000 mon.a (mon.0) 1499 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:45.977 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:45 smithi067 bash[82083]: audit 2023-12-09T02:11:45.454107+0000 mon.a (mon.0) 1500 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:45.977 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:45 smithi067 bash[82083]: audit 2023-12-09T02:11:45.533801+0000 mon.a (mon.0) 1501 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:45.977 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:45 smithi067 bash[82083]: audit 2023-12-09T02:11:45.536450+0000 mon.a (mon.0) 1502 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:45.977 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:45 smithi067 bash[82083]: audit 2023-12-09T02:11:45.538688+0000 mon.a (mon.0) 1503 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:45.977 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:45 smithi067 bash[82083]: audit 2023-12-09T02:11:45.539565+0000 mon.a (mon.0) 1504 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:45.977 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:45 smithi067 bash[82083]: audit 2023-12-09T02:11:45.545399+0000 mon.a (mon.0) 1505 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:45.977 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:45 smithi067 bash[82083]: audit 2023-12-09T02:11:45.626646+0000 mon.a (mon.0) 1506 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:45.977 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:45 smithi067 bash[82083]: audit 2023-12-09T02:11:45.629948+0000 mon.a (mon.0) 1507 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:45.977 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:45 smithi067 bash[82083]: audit 2023-12-09T02:11:45.633023+0000 mon.a (mon.0) 1508 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:45.977 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:45 smithi067 bash[82083]: audit 2023-12-09T02:11:45.634413+0000 mon.a (mon.0) 1509 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:45.977 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:45 smithi067 bash[82083]: audit 2023-12-09T02:11:45.643882+0000 mon.a (mon.0) 1510 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:45.978 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:45 smithi067 bash[79370]: audit 2023-12-09T02:11:45.260172+0000 mon.a (mon.0) 1486 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:45.978 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:45 smithi067 bash[79370]: audit 2023-12-09T02:11:45.263606+0000 mon.a (mon.0) 1487 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:45.978 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:45 smithi067 bash[79370]: audit 2023-12-09T02:11:45.266053+0000 mon.a (mon.0) 1488 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:45.978 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:45 smithi067 bash[79370]: audit 2023-12-09T02:11:45.266920+0000 mon.a (mon.0) 1489 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:45.978 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:45 smithi067 bash[79370]: audit 2023-12-09T02:11:45.272740+0000 mon.a (mon.0) 1490 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:45.978 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:45 smithi067 bash[79370]: audit 2023-12-09T02:11:45.352364+0000 mon.a (mon.0) 1491 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:45.978 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:45 smithi067 bash[79370]: audit 2023-12-09T02:11:45.354854+0000 mon.a (mon.0) 1492 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:45.978 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:45 smithi067 bash[79370]: audit 2023-12-09T02:11:45.357784+0000 mon.a (mon.0) 1493 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:45.978 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:45 smithi067 bash[79370]: audit 2023-12-09T02:11:45.358776+0000 mon.a (mon.0) 1494 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:45.978 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:45 smithi067 bash[79370]: audit 2023-12-09T02:11:45.364421+0000 mon.a (mon.0) 1495 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:45.978 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:45 smithi067 bash[79370]: audit 2023-12-09T02:11:45.442740+0000 mon.a (mon.0) 1496 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:45.978 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:45 smithi067 bash[79370]: audit 2023-12-09T02:11:45.444976+0000 mon.a (mon.0) 1497 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:45.978 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:45 smithi067 bash[79370]: audit 2023-12-09T02:11:45.447347+0000 mon.a (mon.0) 1498 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:45.979 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:45 smithi067 bash[79370]: audit 2023-12-09T02:11:45.448164+0000 mon.a (mon.0) 1499 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:45.979 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:45 smithi067 bash[79370]: audit 2023-12-09T02:11:45.454107+0000 mon.a (mon.0) 1500 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:45.979 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:45 smithi067 bash[79370]: audit 2023-12-09T02:11:45.533801+0000 mon.a (mon.0) 1501 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:45.979 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:45 smithi067 bash[79370]: audit 2023-12-09T02:11:45.536450+0000 mon.a (mon.0) 1502 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:45.979 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:45 smithi067 bash[79370]: audit 2023-12-09T02:11:45.538688+0000 mon.a (mon.0) 1503 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:45.979 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:45 smithi067 bash[79370]: audit 2023-12-09T02:11:45.539565+0000 mon.a (mon.0) 1504 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:45.979 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:45 smithi067 bash[79370]: audit 2023-12-09T02:11:45.545399+0000 mon.a (mon.0) 1505 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:45.979 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:45 smithi067 bash[79370]: audit 2023-12-09T02:11:45.626646+0000 mon.a (mon.0) 1506 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:45.979 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:45 smithi067 bash[79370]: audit 2023-12-09T02:11:45.629948+0000 mon.a (mon.0) 1507 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:45.979 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:45 smithi067 bash[79370]: audit 2023-12-09T02:11:45.633023+0000 mon.a (mon.0) 1508 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:45.979 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:45 smithi067 bash[79370]: audit 2023-12-09T02:11:45.634413+0000 mon.a (mon.0) 1509 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:45.979 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:45 smithi067 bash[79370]: audit 2023-12-09T02:11:45.643882+0000 mon.a (mon.0) 1510 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:45.980 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:45 smithi125 bash[66801]: cephadm 2023-12-09T02:11:43.734080+0000 mgr.y (mgr.25480) 366 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:45.980 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:45 smithi125 bash[66801]: cephadm 2023-12-09T02:11:43.827752+0000 mgr.y (mgr.25480) 367 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:45.980 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:45 smithi125 bash[66801]: cephadm 2023-12-09T02:11:43.920985+0000 mgr.y (mgr.25480) 368 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:45.980 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:45 smithi125 bash[66801]: cephadm 2023-12-09T02:11:44.018361+0000 mgr.y (mgr.25480) 369 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:45.980 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:45 smithi125 bash[66801]: cephadm 2023-12-09T02:11:44.119185+0000 mgr.y (mgr.25480) 370 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:45.980 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:45 smithi125 bash[66801]: cephadm 2023-12-09T02:11:44.213702+0000 mgr.y (mgr.25480) 371 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:45.980 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:45 smithi125 bash[66801]: cephadm 2023-12-09T02:11:44.311515+0000 mgr.y (mgr.25480) 372 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:45.980 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:45 smithi125 bash[66801]: cephadm 2023-12-09T02:11:44.406572+0000 mgr.y (mgr.25480) 373 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:45.980 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:45 smithi125 bash[66801]: cephadm 2023-12-09T02:11:44.504380+0000 mgr.y (mgr.25480) 374 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:45.981 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:45 smithi125 bash[66801]: cephadm 2023-12-09T02:11:44.597848+0000 mgr.y (mgr.25480) 375 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:45.981 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:45 smithi125 bash[66801]: audit 2023-12-09T02:11:44.680444+0000 mon.a (mon.0) 1456 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:45.981 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:45 smithi125 bash[66801]: audit 2023-12-09T02:11:44.682911+0000 mon.a (mon.0) 1457 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:45.981 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:45 smithi125 bash[66801]: audit 2023-12-09T02:11:44.685320+0000 mon.a (mon.0) 1458 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:45.981 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:45 smithi125 bash[66801]: audit 2023-12-09T02:11:44.686270+0000 mon.a (mon.0) 1459 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:45.981 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:45 smithi125 bash[66801]: audit 2023-12-09T02:11:44.693069+0000 mon.a (mon.0) 1460 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:45.981 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:45 smithi125 bash[66801]: audit 2023-12-09T02:11:44.771210+0000 mon.a (mon.0) 1461 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:45.981 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:45 smithi125 bash[66801]: audit 2023-12-09T02:11:44.782394+0000 mon.a (mon.0) 1462 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:45.981 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:45 smithi125 bash[66801]: audit 2023-12-09T02:11:44.785681+0000 mon.a (mon.0) 1463 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:45.981 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:45 smithi125 bash[66801]: audit 2023-12-09T02:11:44.786490+0000 mon.a (mon.0) 1464 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:45.981 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:45 smithi125 bash[66801]: audit 2023-12-09T02:11:44.791626+0000 mon.a (mon.0) 1465 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:45.981 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:45 smithi125 bash[66801]: audit 2023-12-09T02:11:44.873518+0000 mon.a (mon.0) 1466 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:45.981 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:45 smithi125 bash[66801]: audit 2023-12-09T02:11:44.875672+0000 mon.a (mon.0) 1467 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:45.981 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:45 smithi125 bash[66801]: audit 2023-12-09T02:11:44.879386+0000 mon.a (mon.0) 1468 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:45.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:45 smithi125 bash[66801]: audit 2023-12-09T02:11:44.880815+0000 mon.a (mon.0) 1469 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:45.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:45 smithi125 bash[66801]: audit 2023-12-09T02:11:44.889833+0000 mon.a (mon.0) 1470 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:45.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:45 smithi125 bash[66801]: audit 2023-12-09T02:11:44.972602+0000 mon.a (mon.0) 1471 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:45.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:45 smithi125 bash[66801]: audit 2023-12-09T02:11:44.974830+0000 mon.a (mon.0) 1472 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:45.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:45 smithi125 bash[66801]: audit 2023-12-09T02:11:44.977520+0000 mon.a (mon.0) 1473 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:45.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:45 smithi125 bash[66801]: audit 2023-12-09T02:11:44.978696+0000 mon.a (mon.0) 1474 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:45.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:45 smithi125 bash[66801]: audit 2023-12-09T02:11:44.990060+0000 mon.a (mon.0) 1475 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:45.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:45 smithi125 bash[66801]: audit 2023-12-09T02:11:45.071967+0000 mon.a (mon.0) 1476 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:45.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:45 smithi125 bash[66801]: audit 2023-12-09T02:11:45.074374+0000 mon.a (mon.0) 1477 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:45.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:45 smithi125 bash[66801]: audit 2023-12-09T02:11:45.077599+0000 mon.a (mon.0) 1478 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:45.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:45 smithi125 bash[66801]: audit 2023-12-09T02:11:45.078710+0000 mon.a (mon.0) 1479 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:45.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:45 smithi125 bash[66801]: audit 2023-12-09T02:11:45.085192+0000 mon.a (mon.0) 1480 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:45.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:45 smithi125 bash[66801]: audit 2023-12-09T02:11:45.166346+0000 mon.a (mon.0) 1481 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:45.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:45 smithi125 bash[66801]: audit 2023-12-09T02:11:45.168779+0000 mon.a (mon.0) 1482 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:45.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:45 smithi125 bash[66801]: audit 2023-12-09T02:11:45.172192+0000 mon.a (mon.0) 1483 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:45.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:45 smithi125 bash[66801]: audit 2023-12-09T02:11:45.173336+0000 mon.a (mon.0) 1484 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:45.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:45 smithi125 bash[66801]: audit 2023-12-09T02:11:45.181008+0000 mon.a (mon.0) 1485 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:45.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:45 smithi125 bash[66801]: audit 2023-12-09T02:11:45.260172+0000 mon.a (mon.0) 1486 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:45.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:45 smithi125 bash[66801]: audit 2023-12-09T02:11:45.263606+0000 mon.a (mon.0) 1487 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:45.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:45 smithi125 bash[66801]: audit 2023-12-09T02:11:45.266053+0000 mon.a (mon.0) 1488 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:45.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:45 smithi125 bash[66801]: audit 2023-12-09T02:11:45.266920+0000 mon.a (mon.0) 1489 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:45.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:45 smithi125 bash[66801]: audit 2023-12-09T02:11:45.272740+0000 mon.a (mon.0) 1490 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:45.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:45 smithi125 bash[66801]: audit 2023-12-09T02:11:45.352364+0000 mon.a (mon.0) 1491 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:45.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:45 smithi125 bash[66801]: audit 2023-12-09T02:11:45.354854+0000 mon.a (mon.0) 1492 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:45.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:45 smithi125 bash[66801]: audit 2023-12-09T02:11:45.357784+0000 mon.a (mon.0) 1493 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:45.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:45 smithi125 bash[66801]: audit 2023-12-09T02:11:45.358776+0000 mon.a (mon.0) 1494 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:45.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:45 smithi125 bash[66801]: audit 2023-12-09T02:11:45.364421+0000 mon.a (mon.0) 1495 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:45.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:45 smithi125 bash[66801]: audit 2023-12-09T02:11:45.442740+0000 mon.a (mon.0) 1496 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:45.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:45 smithi125 bash[66801]: audit 2023-12-09T02:11:45.444976+0000 mon.a (mon.0) 1497 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:45.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:45 smithi125 bash[66801]: audit 2023-12-09T02:11:45.447347+0000 mon.a (mon.0) 1498 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:45.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:45 smithi125 bash[66801]: audit 2023-12-09T02:11:45.448164+0000 mon.a (mon.0) 1499 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:45.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:45 smithi125 bash[66801]: audit 2023-12-09T02:11:45.454107+0000 mon.a (mon.0) 1500 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:45.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:45 smithi125 bash[66801]: audit 2023-12-09T02:11:45.533801+0000 mon.a (mon.0) 1501 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:45.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:45 smithi125 bash[66801]: audit 2023-12-09T02:11:45.536450+0000 mon.a (mon.0) 1502 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:45.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:45 smithi125 bash[66801]: audit 2023-12-09T02:11:45.538688+0000 mon.a (mon.0) 1503 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:45.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:45 smithi125 bash[66801]: audit 2023-12-09T02:11:45.539565+0000 mon.a (mon.0) 1504 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:45.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:45 smithi125 bash[66801]: audit 2023-12-09T02:11:45.545399+0000 mon.a (mon.0) 1505 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:45.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:45 smithi125 bash[66801]: audit 2023-12-09T02:11:45.626646+0000 mon.a (mon.0) 1506 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:45.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:45 smithi125 bash[66801]: audit 2023-12-09T02:11:45.629948+0000 mon.a (mon.0) 1507 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:45.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:45 smithi125 bash[66801]: audit 2023-12-09T02:11:45.633023+0000 mon.a (mon.0) 1508 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:45.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:45 smithi125 bash[66801]: audit 2023-12-09T02:11:45.634413+0000 mon.a (mon.0) 1509 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:45.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:45 smithi125 bash[66801]: audit 2023-12-09T02:11:45.643882+0000 mon.a (mon.0) 1510 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:46.678 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:46 smithi067 bash[82083]: cephadm 2023-12-09T02:11:44.693723+0000 mgr.y (mgr.25480) 376 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:46.678 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:46 smithi067 bash[82083]: cephadm 2023-12-09T02:11:44.792130+0000 mgr.y (mgr.25480) 377 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:46.678 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:46 smithi067 bash[82083]: cephadm 2023-12-09T02:11:44.890592+0000 mgr.y (mgr.25480) 378 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:46.678 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:46 smithi067 bash[82083]: cephadm 2023-12-09T02:11:44.990818+0000 mgr.y (mgr.25480) 379 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:46.679 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:46 smithi067 bash[82083]: cephadm 2023-12-09T02:11:45.085855+0000 mgr.y (mgr.25480) 380 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:46.679 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:46 smithi067 bash[82083]: cluster 2023-12-09T02:11:45.103195+0000 mgr.y (mgr.25480) 381 : cluster 0 pgmap v62: 161 pgs: 18 active+undersized+degraded, 40 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 74/726 objects degraded (10.193%) 2023-12-09T02:11:46.679 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:46 smithi067 bash[82083]: cephadm 2023-12-09T02:11:45.181927+0000 mgr.y (mgr.25480) 382 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:46.679 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:46 smithi067 bash[82083]: cephadm 2023-12-09T02:11:45.273420+0000 mgr.y (mgr.25480) 383 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:46.679 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:46 smithi067 bash[82083]: cephadm 2023-12-09T02:11:45.364914+0000 mgr.y (mgr.25480) 384 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:46.679 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:46 smithi067 bash[82083]: cephadm 2023-12-09T02:11:45.454653+0000 mgr.y (mgr.25480) 385 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:46.679 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:46 smithi067 bash[82083]: cephadm 2023-12-09T02:11:45.546143+0000 mgr.y (mgr.25480) 386 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:46.679 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:46 smithi067 bash[82083]: cephadm 2023-12-09T02:11:45.644750+0000 mgr.y (mgr.25480) 387 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:46.679 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:46 smithi067 bash[82083]: audit 2023-12-09T02:11:45.723397+0000 mon.a (mon.0) 1511 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:46.679 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:46 smithi067 bash[82083]: audit 2023-12-09T02:11:45.726901+0000 mon.a (mon.0) 1512 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:46.679 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:46 smithi067 bash[82083]: audit 2023-12-09T02:11:45.729853+0000 mon.a (mon.0) 1513 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:46.679 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:46 smithi067 bash[82083]: audit 2023-12-09T02:11:45.730892+0000 mon.a (mon.0) 1514 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:46.679 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:46 smithi067 bash[82083]: audit 2023-12-09T02:11:45.738850+0000 mon.a (mon.0) 1515 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:46.679 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:46 smithi067 bash[82083]: audit 2023-12-09T02:11:45.817191+0000 mon.a (mon.0) 1516 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:46.680 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:46 smithi067 bash[82083]: audit 2023-12-09T02:11:45.820265+0000 mon.a (mon.0) 1517 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:46.680 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:46 smithi067 bash[82083]: audit 2023-12-09T02:11:45.824095+0000 mon.a (mon.0) 1518 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:46.680 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:46 smithi067 bash[82083]: audit 2023-12-09T02:11:45.825586+0000 mon.a (mon.0) 1519 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:46.680 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:46 smithi067 bash[82083]: audit 2023-12-09T02:11:45.834050+0000 mon.a (mon.0) 1520 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:46.680 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:46 smithi067 bash[82083]: audit 2023-12-09T02:11:45.917419+0000 mon.a (mon.0) 1521 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:46.680 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:46 smithi067 bash[82083]: audit 2023-12-09T02:11:45.919663+0000 mon.a (mon.0) 1522 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:46.680 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:46 smithi067 bash[82083]: audit 2023-12-09T02:11:45.922334+0000 mon.a (mon.0) 1523 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:46.680 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:46 smithi067 bash[82083]: audit 2023-12-09T02:11:45.923362+0000 mon.a (mon.0) 1524 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:46.680 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:46 smithi067 bash[82083]: audit 2023-12-09T02:11:45.929408+0000 mon.a (mon.0) 1525 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:46.680 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:46 smithi067 bash[82083]: audit 2023-12-09T02:11:46.007238+0000 mon.a (mon.0) 1526 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:46.680 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:46 smithi067 bash[82083]: audit 2023-12-09T02:11:46.011613+0000 mon.a (mon.0) 1527 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:46.680 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:46 smithi067 bash[82083]: audit 2023-12-09T02:11:46.015803+0000 mon.a (mon.0) 1528 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:46.680 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:46 smithi067 bash[82083]: audit 2023-12-09T02:11:46.017161+0000 mon.a (mon.0) 1529 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:46.680 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:46 smithi067 bash[82083]: audit 2023-12-09T02:11:46.025014+0000 mon.a (mon.0) 1530 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:46.680 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:46 smithi067 bash[82083]: audit 2023-12-09T02:11:46.102636+0000 mon.a (mon.0) 1531 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:46.680 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:46 smithi067 bash[82083]: audit 2023-12-09T02:11:46.105341+0000 mon.a (mon.0) 1532 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:46.681 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:46 smithi067 bash[82083]: audit 2023-12-09T02:11:46.108543+0000 mon.a (mon.0) 1533 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:46.681 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:46 smithi067 bash[82083]: audit 2023-12-09T02:11:46.109696+0000 mon.a (mon.0) 1534 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:46.681 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:46 smithi067 bash[82083]: audit 2023-12-09T02:11:46.117292+0000 mon.a (mon.0) 1535 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:46.681 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:46 smithi067 bash[82083]: audit 2023-12-09T02:11:46.200952+0000 mon.a (mon.0) 1536 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:46.681 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:46 smithi067 bash[82083]: audit 2023-12-09T02:11:46.203104+0000 mon.a (mon.0) 1537 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:46.681 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:46 smithi067 bash[82083]: audit 2023-12-09T02:11:46.206385+0000 mon.a (mon.0) 1538 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:46.681 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:46 smithi067 bash[82083]: audit 2023-12-09T02:11:46.207464+0000 mon.a (mon.0) 1539 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:46.681 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:46 smithi067 bash[82083]: audit 2023-12-09T02:11:46.213160+0000 mon.a (mon.0) 1540 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:46.681 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:46 smithi067 bash[82083]: audit 2023-12-09T02:11:46.292580+0000 mon.a (mon.0) 1541 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:46.681 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:46 smithi067 bash[82083]: audit 2023-12-09T02:11:46.295628+0000 mon.a (mon.0) 1542 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:46.681 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:46 smithi067 bash[82083]: audit 2023-12-09T02:11:46.301782+0000 mon.a (mon.0) 1543 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:46.681 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:46 smithi067 bash[82083]: audit 2023-12-09T02:11:46.302743+0000 mon.a (mon.0) 1544 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:46.681 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:46 smithi067 bash[82083]: audit 2023-12-09T02:11:46.308760+0000 mon.a (mon.0) 1545 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:46.681 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:46 smithi067 bash[82083]: audit 2023-12-09T02:11:46.388407+0000 mon.a (mon.0) 1546 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:46.681 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:46 smithi067 bash[82083]: audit 2023-12-09T02:11:46.391004+0000 mon.a (mon.0) 1547 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:46.682 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:46 smithi067 bash[82083]: audit 2023-12-09T02:11:46.393978+0000 mon.a (mon.0) 1548 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:46.682 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:46 smithi067 bash[82083]: audit 2023-12-09T02:11:46.395042+0000 mon.a (mon.0) 1549 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:46.682 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:46 smithi067 bash[82083]: audit 2023-12-09T02:11:46.400980+0000 mon.a (mon.0) 1550 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:46.682 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:46 smithi067 bash[82083]: audit 2023-12-09T02:11:46.485002+0000 mon.a (mon.0) 1551 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:46.682 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:46 smithi067 bash[82083]: audit 2023-12-09T02:11:46.487799+0000 mon.a (mon.0) 1552 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:46.682 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:46 smithi067 bash[82083]: audit 2023-12-09T02:11:46.492579+0000 mon.a (mon.0) 1553 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:46.682 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:46 smithi067 bash[82083]: audit 2023-12-09T02:11:46.493695+0000 mon.a (mon.0) 1554 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:46.682 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:46 smithi067 bash[82083]: audit 2023-12-09T02:11:46.500568+0000 mon.a (mon.0) 1555 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:46.682 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:46 smithi067 bash[82083]: audit 2023-12-09T02:11:46.578575+0000 mon.a (mon.0) 1556 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:46.682 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:46 smithi067 bash[82083]: audit 2023-12-09T02:11:46.581602+0000 mon.a (mon.0) 1557 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:46.682 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:46 smithi067 bash[82083]: audit 2023-12-09T02:11:46.585042+0000 mon.a (mon.0) 1558 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:46.682 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:46 smithi067 bash[82083]: audit 2023-12-09T02:11:46.586732+0000 mon.a (mon.0) 1559 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:46.682 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:46 smithi067 bash[82083]: audit 2023-12-09T02:11:46.594805+0000 mon.a (mon.0) 1560 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:46.683 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:46 smithi067 bash[79370]: cephadm 2023-12-09T02:11:44.693723+0000 mgr.y (mgr.25480) 376 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:46.683 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:46 smithi067 bash[79370]: cephadm 2023-12-09T02:11:44.792130+0000 mgr.y (mgr.25480) 377 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:46.683 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:46 smithi067 bash[79370]: cephadm 2023-12-09T02:11:44.890592+0000 mgr.y (mgr.25480) 378 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:46.683 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:46 smithi067 bash[79370]: cephadm 2023-12-09T02:11:44.990818+0000 mgr.y (mgr.25480) 379 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:46.683 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:46 smithi067 bash[79370]: cephadm 2023-12-09T02:11:45.085855+0000 mgr.y (mgr.25480) 380 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:46.683 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:46 smithi067 bash[79370]: cluster 2023-12-09T02:11:45.103195+0000 mgr.y (mgr.25480) 381 : cluster 0 pgmap v62: 161 pgs: 18 active+undersized+degraded, 40 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 74/726 objects degraded (10.193%) 2023-12-09T02:11:46.684 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:46 smithi067 bash[79370]: cephadm 2023-12-09T02:11:45.181927+0000 mgr.y (mgr.25480) 382 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:46.684 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:46 smithi067 bash[79370]: cephadm 2023-12-09T02:11:45.273420+0000 mgr.y (mgr.25480) 383 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:46.684 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:46 smithi067 bash[79370]: cephadm 2023-12-09T02:11:45.364914+0000 mgr.y (mgr.25480) 384 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:46.684 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:46 smithi067 bash[79370]: cephadm 2023-12-09T02:11:45.454653+0000 mgr.y (mgr.25480) 385 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:46.684 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:46 smithi067 bash[79370]: cephadm 2023-12-09T02:11:45.546143+0000 mgr.y (mgr.25480) 386 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:46.684 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:46 smithi067 bash[79370]: cephadm 2023-12-09T02:11:45.644750+0000 mgr.y (mgr.25480) 387 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:46.684 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:46 smithi067 bash[79370]: audit 2023-12-09T02:11:45.723397+0000 mon.a (mon.0) 1511 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:46.684 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:46 smithi067 bash[79370]: audit 2023-12-09T02:11:45.726901+0000 mon.a (mon.0) 1512 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:46.684 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:46 smithi067 bash[79370]: audit 2023-12-09T02:11:45.729853+0000 mon.a (mon.0) 1513 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:46.684 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:46 smithi067 bash[79370]: audit 2023-12-09T02:11:45.730892+0000 mon.a (mon.0) 1514 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:46.684 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:46 smithi067 bash[79370]: audit 2023-12-09T02:11:45.738850+0000 mon.a (mon.0) 1515 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:46.684 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:46 smithi067 bash[79370]: audit 2023-12-09T02:11:45.817191+0000 mon.a (mon.0) 1516 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:46.685 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:46 smithi067 bash[79370]: audit 2023-12-09T02:11:45.820265+0000 mon.a (mon.0) 1517 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:46.685 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:46 smithi067 bash[79370]: audit 2023-12-09T02:11:45.824095+0000 mon.a (mon.0) 1518 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:46.685 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:46 smithi067 bash[79370]: audit 2023-12-09T02:11:45.825586+0000 mon.a (mon.0) 1519 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:46.685 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:46 smithi067 bash[79370]: audit 2023-12-09T02:11:45.834050+0000 mon.a (mon.0) 1520 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:46.685 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:46 smithi067 bash[79370]: audit 2023-12-09T02:11:45.917419+0000 mon.a (mon.0) 1521 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:46.685 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:46 smithi067 bash[79370]: audit 2023-12-09T02:11:45.919663+0000 mon.a (mon.0) 1522 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:46.685 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:46 smithi067 bash[79370]: audit 2023-12-09T02:11:45.922334+0000 mon.a (mon.0) 1523 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:46.685 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:46 smithi067 bash[79370]: audit 2023-12-09T02:11:45.923362+0000 mon.a (mon.0) 1524 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:46.685 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:46 smithi067 bash[79370]: audit 2023-12-09T02:11:45.929408+0000 mon.a (mon.0) 1525 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:46.685 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:46 smithi067 bash[79370]: audit 2023-12-09T02:11:46.007238+0000 mon.a (mon.0) 1526 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:46.685 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:46 smithi067 bash[79370]: audit 2023-12-09T02:11:46.011613+0000 mon.a (mon.0) 1527 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:46.685 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:46 smithi067 bash[79370]: audit 2023-12-09T02:11:46.015803+0000 mon.a (mon.0) 1528 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:46.685 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:46 smithi067 bash[79370]: audit 2023-12-09T02:11:46.017161+0000 mon.a (mon.0) 1529 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:46.685 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:46 smithi067 bash[79370]: audit 2023-12-09T02:11:46.025014+0000 mon.a (mon.0) 1530 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:46.685 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:46 smithi067 bash[79370]: audit 2023-12-09T02:11:46.102636+0000 mon.a (mon.0) 1531 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:46.686 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:46 smithi067 bash[79370]: audit 2023-12-09T02:11:46.105341+0000 mon.a (mon.0) 1532 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:46.686 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:46 smithi067 bash[79370]: audit 2023-12-09T02:11:46.108543+0000 mon.a (mon.0) 1533 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:46.686 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:46 smithi067 bash[79370]: audit 2023-12-09T02:11:46.109696+0000 mon.a (mon.0) 1534 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:46.686 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:46 smithi067 bash[79370]: audit 2023-12-09T02:11:46.117292+0000 mon.a (mon.0) 1535 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:46.686 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:46 smithi067 bash[79370]: audit 2023-12-09T02:11:46.200952+0000 mon.a (mon.0) 1536 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:46.686 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:46 smithi067 bash[79370]: audit 2023-12-09T02:11:46.203104+0000 mon.a (mon.0) 1537 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:46.686 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:46 smithi067 bash[79370]: audit 2023-12-09T02:11:46.206385+0000 mon.a (mon.0) 1538 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:46.686 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:46 smithi067 bash[79370]: audit 2023-12-09T02:11:46.207464+0000 mon.a (mon.0) 1539 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:46.686 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:46 smithi067 bash[79370]: audit 2023-12-09T02:11:46.213160+0000 mon.a (mon.0) 1540 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:46.686 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:46 smithi067 bash[79370]: audit 2023-12-09T02:11:46.292580+0000 mon.a (mon.0) 1541 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:46.686 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:46 smithi067 bash[79370]: audit 2023-12-09T02:11:46.295628+0000 mon.a (mon.0) 1542 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:46.686 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:46 smithi067 bash[79370]: audit 2023-12-09T02:11:46.301782+0000 mon.a (mon.0) 1543 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:46.686 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:46 smithi067 bash[79370]: audit 2023-12-09T02:11:46.302743+0000 mon.a (mon.0) 1544 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:46.686 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:46 smithi067 bash[79370]: audit 2023-12-09T02:11:46.308760+0000 mon.a (mon.0) 1545 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:46.687 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:46 smithi067 bash[79370]: audit 2023-12-09T02:11:46.388407+0000 mon.a (mon.0) 1546 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:46.687 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:46 smithi067 bash[79370]: audit 2023-12-09T02:11:46.391004+0000 mon.a (mon.0) 1547 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:46.687 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:46 smithi067 bash[79370]: audit 2023-12-09T02:11:46.393978+0000 mon.a (mon.0) 1548 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:46.687 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:46 smithi067 bash[79370]: audit 2023-12-09T02:11:46.395042+0000 mon.a (mon.0) 1549 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:46.687 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:46 smithi067 bash[79370]: audit 2023-12-09T02:11:46.400980+0000 mon.a (mon.0) 1550 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:46.687 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:46 smithi067 bash[79370]: audit 2023-12-09T02:11:46.485002+0000 mon.a (mon.0) 1551 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:46.687 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:46 smithi067 bash[79370]: audit 2023-12-09T02:11:46.487799+0000 mon.a (mon.0) 1552 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:46.687 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:46 smithi067 bash[79370]: audit 2023-12-09T02:11:46.492579+0000 mon.a (mon.0) 1553 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:46.687 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:46 smithi067 bash[79370]: audit 2023-12-09T02:11:46.493695+0000 mon.a (mon.0) 1554 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:46.687 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:46 smithi067 bash[79370]: audit 2023-12-09T02:11:46.500568+0000 mon.a (mon.0) 1555 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:46.687 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:46 smithi067 bash[79370]: audit 2023-12-09T02:11:46.578575+0000 mon.a (mon.0) 1556 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:46.687 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:46 smithi067 bash[79370]: audit 2023-12-09T02:11:46.581602+0000 mon.a (mon.0) 1557 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:46.687 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:46 smithi067 bash[79370]: audit 2023-12-09T02:11:46.585042+0000 mon.a (mon.0) 1558 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:46.687 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:46 smithi067 bash[79370]: audit 2023-12-09T02:11:46.586732+0000 mon.a (mon.0) 1559 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:46.687 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:46 smithi067 bash[79370]: audit 2023-12-09T02:11:46.594805+0000 mon.a (mon.0) 1560 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:46.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:46 smithi125 bash[66801]: cephadm 2023-12-09T02:11:44.693723+0000 mgr.y (mgr.25480) 376 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:46.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:46 smithi125 bash[66801]: cephadm 2023-12-09T02:11:44.792130+0000 mgr.y (mgr.25480) 377 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:46.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:46 smithi125 bash[66801]: cephadm 2023-12-09T02:11:44.890592+0000 mgr.y (mgr.25480) 378 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:46.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:46 smithi125 bash[66801]: cephadm 2023-12-09T02:11:44.990818+0000 mgr.y (mgr.25480) 379 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:46.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:46 smithi125 bash[66801]: cephadm 2023-12-09T02:11:45.085855+0000 mgr.y (mgr.25480) 380 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:46.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:46 smithi125 bash[66801]: cluster 2023-12-09T02:11:45.103195+0000 mgr.y (mgr.25480) 381 : cluster 0 pgmap v62: 161 pgs: 18 active+undersized+degraded, 40 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 74/726 objects degraded (10.193%) 2023-12-09T02:11:46.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:46 smithi125 bash[66801]: cephadm 2023-12-09T02:11:45.181927+0000 mgr.y (mgr.25480) 382 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:46.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:46 smithi125 bash[66801]: cephadm 2023-12-09T02:11:45.273420+0000 mgr.y (mgr.25480) 383 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:46.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:46 smithi125 bash[66801]: cephadm 2023-12-09T02:11:45.364914+0000 mgr.y (mgr.25480) 384 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:46.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:46 smithi125 bash[66801]: cephadm 2023-12-09T02:11:45.454653+0000 mgr.y (mgr.25480) 385 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:46.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:46 smithi125 bash[66801]: cephadm 2023-12-09T02:11:45.546143+0000 mgr.y (mgr.25480) 386 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:46.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:46 smithi125 bash[66801]: cephadm 2023-12-09T02:11:45.644750+0000 mgr.y (mgr.25480) 387 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:46.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:46 smithi125 bash[66801]: audit 2023-12-09T02:11:45.723397+0000 mon.a (mon.0) 1511 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:46.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:46 smithi125 bash[66801]: audit 2023-12-09T02:11:45.726901+0000 mon.a (mon.0) 1512 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:46.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:46 smithi125 bash[66801]: audit 2023-12-09T02:11:45.729853+0000 mon.a (mon.0) 1513 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:46.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:46 smithi125 bash[66801]: audit 2023-12-09T02:11:45.730892+0000 mon.a (mon.0) 1514 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:46.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:46 smithi125 bash[66801]: audit 2023-12-09T02:11:45.738850+0000 mon.a (mon.0) 1515 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:46.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:46 smithi125 bash[66801]: audit 2023-12-09T02:11:45.817191+0000 mon.a (mon.0) 1516 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:46.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:46 smithi125 bash[66801]: audit 2023-12-09T02:11:45.820265+0000 mon.a (mon.0) 1517 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:46.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:46 smithi125 bash[66801]: audit 2023-12-09T02:11:45.824095+0000 mon.a (mon.0) 1518 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:46.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:46 smithi125 bash[66801]: audit 2023-12-09T02:11:45.825586+0000 mon.a (mon.0) 1519 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:46.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:46 smithi125 bash[66801]: audit 2023-12-09T02:11:45.834050+0000 mon.a (mon.0) 1520 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:46.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:46 smithi125 bash[66801]: audit 2023-12-09T02:11:45.917419+0000 mon.a (mon.0) 1521 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:46.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:46 smithi125 bash[66801]: audit 2023-12-09T02:11:45.919663+0000 mon.a (mon.0) 1522 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:46.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:46 smithi125 bash[66801]: audit 2023-12-09T02:11:45.922334+0000 mon.a (mon.0) 1523 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:46.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:46 smithi125 bash[66801]: audit 2023-12-09T02:11:45.923362+0000 mon.a (mon.0) 1524 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:46.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:46 smithi125 bash[66801]: audit 2023-12-09T02:11:45.929408+0000 mon.a (mon.0) 1525 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:46.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:46 smithi125 bash[66801]: audit 2023-12-09T02:11:46.007238+0000 mon.a (mon.0) 1526 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:46.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:46 smithi125 bash[66801]: audit 2023-12-09T02:11:46.011613+0000 mon.a (mon.0) 1527 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:46.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:46 smithi125 bash[66801]: audit 2023-12-09T02:11:46.015803+0000 mon.a (mon.0) 1528 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:46.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:46 smithi125 bash[66801]: audit 2023-12-09T02:11:46.017161+0000 mon.a (mon.0) 1529 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:46.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:46 smithi125 bash[66801]: audit 2023-12-09T02:11:46.025014+0000 mon.a (mon.0) 1530 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:46.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:46 smithi125 bash[66801]: audit 2023-12-09T02:11:46.102636+0000 mon.a (mon.0) 1531 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:46.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:46 smithi125 bash[66801]: audit 2023-12-09T02:11:46.105341+0000 mon.a (mon.0) 1532 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:46.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:46 smithi125 bash[66801]: audit 2023-12-09T02:11:46.108543+0000 mon.a (mon.0) 1533 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:46.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:46 smithi125 bash[66801]: audit 2023-12-09T02:11:46.109696+0000 mon.a (mon.0) 1534 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:46.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:46 smithi125 bash[66801]: audit 2023-12-09T02:11:46.117292+0000 mon.a (mon.0) 1535 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:46.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:46 smithi125 bash[66801]: audit 2023-12-09T02:11:46.200952+0000 mon.a (mon.0) 1536 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:46.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:46 smithi125 bash[66801]: audit 2023-12-09T02:11:46.203104+0000 mon.a (mon.0) 1537 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:46.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:46 smithi125 bash[66801]: audit 2023-12-09T02:11:46.206385+0000 mon.a (mon.0) 1538 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:46.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:46 smithi125 bash[66801]: audit 2023-12-09T02:11:46.207464+0000 mon.a (mon.0) 1539 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:46.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:46 smithi125 bash[66801]: audit 2023-12-09T02:11:46.213160+0000 mon.a (mon.0) 1540 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:46.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:46 smithi125 bash[66801]: audit 2023-12-09T02:11:46.292580+0000 mon.a (mon.0) 1541 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:46.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:46 smithi125 bash[66801]: audit 2023-12-09T02:11:46.295628+0000 mon.a (mon.0) 1542 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:46.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:46 smithi125 bash[66801]: audit 2023-12-09T02:11:46.301782+0000 mon.a (mon.0) 1543 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:46.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:46 smithi125 bash[66801]: audit 2023-12-09T02:11:46.302743+0000 mon.a (mon.0) 1544 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:46.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:46 smithi125 bash[66801]: audit 2023-12-09T02:11:46.308760+0000 mon.a (mon.0) 1545 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:46.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:46 smithi125 bash[66801]: audit 2023-12-09T02:11:46.388407+0000 mon.a (mon.0) 1546 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:46.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:46 smithi125 bash[66801]: audit 2023-12-09T02:11:46.391004+0000 mon.a (mon.0) 1547 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:46.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:46 smithi125 bash[66801]: audit 2023-12-09T02:11:46.393978+0000 mon.a (mon.0) 1548 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:46.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:46 smithi125 bash[66801]: audit 2023-12-09T02:11:46.395042+0000 mon.a (mon.0) 1549 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:46.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:46 smithi125 bash[66801]: audit 2023-12-09T02:11:46.400980+0000 mon.a (mon.0) 1550 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:46.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:46 smithi125 bash[66801]: audit 2023-12-09T02:11:46.485002+0000 mon.a (mon.0) 1551 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:46.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:46 smithi125 bash[66801]: audit 2023-12-09T02:11:46.487799+0000 mon.a (mon.0) 1552 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:46.978 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:46 smithi125 bash[66801]: audit 2023-12-09T02:11:46.492579+0000 mon.a (mon.0) 1553 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:46.978 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:46 smithi125 bash[66801]: audit 2023-12-09T02:11:46.493695+0000 mon.a (mon.0) 1554 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:46.978 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:46 smithi125 bash[66801]: audit 2023-12-09T02:11:46.500568+0000 mon.a (mon.0) 1555 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:46.978 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:46 smithi125 bash[66801]: audit 2023-12-09T02:11:46.578575+0000 mon.a (mon.0) 1556 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:46.978 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:46 smithi125 bash[66801]: audit 2023-12-09T02:11:46.581602+0000 mon.a (mon.0) 1557 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:46.978 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:46 smithi125 bash[66801]: audit 2023-12-09T02:11:46.585042+0000 mon.a (mon.0) 1558 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:46.978 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:46 smithi125 bash[66801]: audit 2023-12-09T02:11:46.586732+0000 mon.a (mon.0) 1559 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:46.978 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:46 smithi125 bash[66801]: audit 2023-12-09T02:11:46.594805+0000 mon.a (mon.0) 1560 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:47.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:47 smithi067 bash[79370]: cephadm 2023-12-09T02:11:45.739365+0000 mgr.y (mgr.25480) 388 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:47.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:47 smithi067 bash[79370]: cephadm 2023-12-09T02:11:45.834963+0000 mgr.y (mgr.25480) 389 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:47.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:47 smithi067 bash[79370]: cephadm 2023-12-09T02:11:45.929915+0000 mgr.y (mgr.25480) 390 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:47.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:47 smithi067 bash[79370]: cephadm 2023-12-09T02:11:46.025520+0000 mgr.y (mgr.25480) 391 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:47.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:47 smithi067 bash[79370]: cephadm 2023-12-09T02:11:46.118154+0000 mgr.y (mgr.25480) 392 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:47.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:47 smithi067 bash[79370]: cephadm 2023-12-09T02:11:46.213636+0000 mgr.y (mgr.25480) 393 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:47.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:47 smithi067 bash[79370]: cephadm 2023-12-09T02:11:46.309279+0000 mgr.y (mgr.25480) 394 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:47.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:47 smithi067 bash[79370]: cephadm 2023-12-09T02:11:46.401513+0000 mgr.y (mgr.25480) 395 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:47.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:47 smithi067 bash[79370]: cephadm 2023-12-09T02:11:46.501091+0000 mgr.y (mgr.25480) 396 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:47.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:47 smithi067 bash[79370]: cephadm 2023-12-09T02:11:46.595810+0000 mgr.y (mgr.25480) 397 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:47.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:47 smithi067 bash[79370]: audit 2023-12-09T02:11:46.678572+0000 mon.a (mon.0) 1561 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:47.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:47 smithi067 bash[79370]: audit 2023-12-09T02:11:46.680651+0000 mon.a (mon.0) 1562 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:47.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:47 smithi067 bash[79370]: audit 2023-12-09T02:11:46.682721+0000 mon.a (mon.0) 1563 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:47.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:47 smithi067 bash[79370]: audit 2023-12-09T02:11:46.683446+0000 mon.a (mon.0) 1564 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:47.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:47 smithi067 bash[79370]: audit 2023-12-09T02:11:46.688349+0000 mon.a (mon.0) 1565 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:47.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:47 smithi067 bash[79370]: audit 2023-12-09T02:11:46.767216+0000 mon.a (mon.0) 1566 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:47.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:47 smithi067 bash[79370]: audit 2023-12-09T02:11:46.769714+0000 mon.a (mon.0) 1567 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:47.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:47 smithi067 bash[79370]: audit 2023-12-09T02:11:46.772052+0000 mon.a (mon.0) 1568 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:47.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:47 smithi067 bash[79370]: audit 2023-12-09T02:11:46.772941+0000 mon.a (mon.0) 1569 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:47.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:47 smithi067 bash[79370]: audit 2023-12-09T02:11:46.778531+0000 mon.a (mon.0) 1570 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:47.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:47 smithi067 bash[79370]: audit 2023-12-09T02:11:46.861983+0000 mon.a (mon.0) 1571 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:47.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:47 smithi067 bash[79370]: audit 2023-12-09T02:11:46.864204+0000 mon.a (mon.0) 1572 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:47.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:47 smithi067 bash[79370]: audit 2023-12-09T02:11:46.866486+0000 mon.a (mon.0) 1573 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:47.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:47 smithi067 bash[79370]: audit 2023-12-09T02:11:46.867386+0000 mon.a (mon.0) 1574 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:47.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:47 smithi067 bash[79370]: audit 2023-12-09T02:11:46.873194+0000 mon.a (mon.0) 1575 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:47.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:47 smithi067 bash[79370]: audit 2023-12-09T02:11:46.951709+0000 mon.a (mon.0) 1576 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:47.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:47 smithi067 bash[79370]: audit 2023-12-09T02:11:46.954045+0000 mon.a (mon.0) 1577 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:47.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:47 smithi067 bash[79370]: audit 2023-12-09T02:11:46.956709+0000 mon.a (mon.0) 1578 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:47.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:47 smithi067 bash[79370]: audit 2023-12-09T02:11:46.957653+0000 mon.a (mon.0) 1579 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:47.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:47 smithi067 bash[79370]: audit 2023-12-09T02:11:46.965735+0000 mon.a (mon.0) 1580 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:47.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:47 smithi067 bash[79370]: audit 2023-12-09T02:11:47.044722+0000 mon.a (mon.0) 1581 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:47.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:47 smithi067 bash[79370]: audit 2023-12-09T02:11:47.046886+0000 mon.a (mon.0) 1582 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:47.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:47 smithi067 bash[79370]: audit 2023-12-09T02:11:47.051944+0000 mon.a (mon.0) 1583 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:47.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:47 smithi067 bash[79370]: audit 2023-12-09T02:11:47.053262+0000 mon.a (mon.0) 1584 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:47.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:47 smithi067 bash[79370]: audit 2023-12-09T02:11:47.060849+0000 mon.a (mon.0) 1585 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:47.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:47 smithi067 bash[79370]: audit 2023-12-09T02:11:47.146154+0000 mon.a (mon.0) 1586 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:47.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:47 smithi067 bash[79370]: audit 2023-12-09T02:11:47.148575+0000 mon.a (mon.0) 1587 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:47.973 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:47 smithi067 bash[79370]: audit 2023-12-09T02:11:47.151121+0000 mon.a (mon.0) 1588 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:47.973 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:47 smithi067 bash[79370]: audit 2023-12-09T02:11:47.151963+0000 mon.a (mon.0) 1589 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:47.973 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:47 smithi067 bash[79370]: audit 2023-12-09T02:11:47.158268+0000 mon.a (mon.0) 1590 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:47.973 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:47 smithi067 bash[79370]: audit 2023-12-09T02:11:47.237935+0000 mon.a (mon.0) 1591 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:47.973 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:47 smithi067 bash[79370]: audit 2023-12-09T02:11:47.240201+0000 mon.a (mon.0) 1592 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:47.973 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:47 smithi067 bash[79370]: audit 2023-12-09T02:11:47.242613+0000 mon.a (mon.0) 1593 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:47.973 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:47 smithi067 bash[79370]: audit 2023-12-09T02:11:47.243555+0000 mon.a (mon.0) 1594 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:47.973 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:47 smithi067 bash[79370]: audit 2023-12-09T02:11:47.249609+0000 mon.a (mon.0) 1595 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:47.973 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:47 smithi067 bash[79370]: audit 2023-12-09T02:11:47.333423+0000 mon.a (mon.0) 1596 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:47.973 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:47 smithi067 bash[79370]: audit 2023-12-09T02:11:47.336107+0000 mon.a (mon.0) 1597 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:47.973 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:47 smithi067 bash[79370]: audit 2023-12-09T02:11:47.339747+0000 mon.a (mon.0) 1598 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:47.973 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:47 smithi067 bash[79370]: audit 2023-12-09T02:11:47.340775+0000 mon.a (mon.0) 1599 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:47.973 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:47 smithi067 bash[79370]: audit 2023-12-09T02:11:47.346986+0000 mon.a (mon.0) 1600 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:47.973 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:47 smithi067 bash[79370]: audit 2023-12-09T02:11:47.429397+0000 mon.a (mon.0) 1601 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:47.973 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:47 smithi067 bash[79370]: audit 2023-12-09T02:11:47.432542+0000 mon.a (mon.0) 1602 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:47.973 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:47 smithi067 bash[79370]: audit 2023-12-09T02:11:47.435722+0000 mon.a (mon.0) 1603 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:47.974 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:47 smithi067 bash[79370]: audit 2023-12-09T02:11:47.437028+0000 mon.a (mon.0) 1604 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:47.974 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:47 smithi067 bash[79370]: audit 2023-12-09T02:11:47.444871+0000 mon.a (mon.0) 1605 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:47.974 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:47 smithi067 bash[79370]: audit 2023-12-09T02:11:47.529183+0000 mon.a (mon.0) 1606 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:47.974 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:47 smithi067 bash[79370]: audit 2023-12-09T02:11:47.532178+0000 mon.a (mon.0) 1607 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:47.974 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:47 smithi067 bash[79370]: audit 2023-12-09T02:11:47.534264+0000 mon.a (mon.0) 1608 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:47.974 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:47 smithi067 bash[79370]: audit 2023-12-09T02:11:47.534991+0000 mon.a (mon.0) 1609 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:47.974 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:47 smithi067 bash[79370]: audit 2023-12-09T02:11:47.541861+0000 mon.a (mon.0) 1610 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:47.974 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:47 smithi067 bash[82083]: cephadm 2023-12-09T02:11:45.739365+0000 mgr.y (mgr.25480) 388 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:47.974 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:47 smithi067 bash[82083]: cephadm 2023-12-09T02:11:45.834963+0000 mgr.y (mgr.25480) 389 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:47.974 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:47 smithi067 bash[82083]: cephadm 2023-12-09T02:11:45.929915+0000 mgr.y (mgr.25480) 390 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:47.974 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:47 smithi067 bash[82083]: cephadm 2023-12-09T02:11:46.025520+0000 mgr.y (mgr.25480) 391 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:47.975 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:47 smithi067 bash[82083]: cephadm 2023-12-09T02:11:46.118154+0000 mgr.y (mgr.25480) 392 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:47.975 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:47 smithi067 bash[82083]: cephadm 2023-12-09T02:11:46.213636+0000 mgr.y (mgr.25480) 393 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:47.975 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:47 smithi067 bash[82083]: cephadm 2023-12-09T02:11:46.309279+0000 mgr.y (mgr.25480) 394 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:47.975 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:47 smithi067 bash[82083]: cephadm 2023-12-09T02:11:46.401513+0000 mgr.y (mgr.25480) 395 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:47.975 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:47 smithi067 bash[82083]: cephadm 2023-12-09T02:11:46.501091+0000 mgr.y (mgr.25480) 396 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:47.975 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:47 smithi067 bash[82083]: cephadm 2023-12-09T02:11:46.595810+0000 mgr.y (mgr.25480) 397 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:47.975 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:47 smithi067 bash[82083]: audit 2023-12-09T02:11:46.678572+0000 mon.a (mon.0) 1561 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:47.975 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:47 smithi067 bash[82083]: audit 2023-12-09T02:11:46.680651+0000 mon.a (mon.0) 1562 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:47.975 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:47 smithi067 bash[82083]: audit 2023-12-09T02:11:46.682721+0000 mon.a (mon.0) 1563 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:47.975 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:47 smithi067 bash[82083]: audit 2023-12-09T02:11:46.683446+0000 mon.a (mon.0) 1564 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:47.975 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:47 smithi067 bash[82083]: audit 2023-12-09T02:11:46.688349+0000 mon.a (mon.0) 1565 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:47.975 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:47 smithi067 bash[82083]: audit 2023-12-09T02:11:46.767216+0000 mon.a (mon.0) 1566 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:47.975 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:47 smithi067 bash[82083]: audit 2023-12-09T02:11:46.769714+0000 mon.a (mon.0) 1567 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:47.975 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:47 smithi067 bash[82083]: audit 2023-12-09T02:11:46.772052+0000 mon.a (mon.0) 1568 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:47.975 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:47 smithi067 bash[82083]: audit 2023-12-09T02:11:46.772941+0000 mon.a (mon.0) 1569 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:47.975 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:47 smithi067 bash[82083]: audit 2023-12-09T02:11:46.778531+0000 mon.a (mon.0) 1570 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:47.976 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:47 smithi067 bash[82083]: audit 2023-12-09T02:11:46.861983+0000 mon.a (mon.0) 1571 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:47.976 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:47 smithi067 bash[79370]: audit 2023-12-09T02:11:47.625148+0000 mon.a (mon.0) 1611 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:47.976 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:47 smithi067 bash[79370]: audit 2023-12-09T02:11:47.627195+0000 mon.a (mon.0) 1612 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:47.976 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:47 smithi067 bash[79370]: audit 2023-12-09T02:11:47.629636+0000 mon.a (mon.0) 1613 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:47.976 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:47 smithi067 bash[79370]: audit 2023-12-09T02:11:47.630734+0000 mon.a (mon.0) 1614 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:47.976 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:47 smithi067 bash[79370]: audit 2023-12-09T02:11:47.638926+0000 mon.a (mon.0) 1615 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:47.977 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:47 smithi067 bash[82083]: audit 2023-12-09T02:11:46.864204+0000 mon.a (mon.0) 1572 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:47.977 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:47 smithi067 bash[82083]: audit 2023-12-09T02:11:46.866486+0000 mon.a (mon.0) 1573 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:47.977 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:47 smithi067 bash[82083]: audit 2023-12-09T02:11:46.867386+0000 mon.a (mon.0) 1574 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:47.977 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:47 smithi067 bash[82083]: audit 2023-12-09T02:11:46.873194+0000 mon.a (mon.0) 1575 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:47.977 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:47 smithi067 bash[82083]: audit 2023-12-09T02:11:46.951709+0000 mon.a (mon.0) 1576 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:47.977 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:47 smithi067 bash[82083]: audit 2023-12-09T02:11:46.954045+0000 mon.a (mon.0) 1577 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:47.977 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:47 smithi067 bash[82083]: audit 2023-12-09T02:11:46.956709+0000 mon.a (mon.0) 1578 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:47.977 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:47 smithi067 bash[82083]: audit 2023-12-09T02:11:46.957653+0000 mon.a (mon.0) 1579 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:47.977 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:47 smithi067 bash[82083]: audit 2023-12-09T02:11:46.965735+0000 mon.a (mon.0) 1580 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:47.977 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:47 smithi067 bash[82083]: audit 2023-12-09T02:11:47.044722+0000 mon.a (mon.0) 1581 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:47.977 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:47 smithi067 bash[82083]: audit 2023-12-09T02:11:47.046886+0000 mon.a (mon.0) 1582 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:47.977 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:47 smithi067 bash[82083]: audit 2023-12-09T02:11:47.051944+0000 mon.a (mon.0) 1583 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:47.977 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:47 smithi067 bash[82083]: audit 2023-12-09T02:11:47.053262+0000 mon.a (mon.0) 1584 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:47.977 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:47 smithi067 bash[82083]: audit 2023-12-09T02:11:47.060849+0000 mon.a (mon.0) 1585 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:47.977 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:47 smithi067 bash[82083]: audit 2023-12-09T02:11:47.146154+0000 mon.a (mon.0) 1586 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:47.978 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:47 smithi067 bash[82083]: audit 2023-12-09T02:11:47.148575+0000 mon.a (mon.0) 1587 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:47.978 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:47 smithi067 bash[82083]: audit 2023-12-09T02:11:47.151121+0000 mon.a (mon.0) 1588 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:47.978 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:47 smithi067 bash[82083]: audit 2023-12-09T02:11:47.151963+0000 mon.a (mon.0) 1589 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:47.978 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:47 smithi067 bash[82083]: audit 2023-12-09T02:11:47.158268+0000 mon.a (mon.0) 1590 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:47.978 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:47 smithi067 bash[82083]: audit 2023-12-09T02:11:47.237935+0000 mon.a (mon.0) 1591 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:47.978 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:47 smithi067 bash[82083]: audit 2023-12-09T02:11:47.240201+0000 mon.a (mon.0) 1592 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:47.978 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:47 smithi067 bash[82083]: audit 2023-12-09T02:11:47.242613+0000 mon.a (mon.0) 1593 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:47.978 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:47 smithi067 bash[82083]: audit 2023-12-09T02:11:47.243555+0000 mon.a (mon.0) 1594 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:47.978 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:47 smithi067 bash[82083]: audit 2023-12-09T02:11:47.249609+0000 mon.a (mon.0) 1595 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:47.978 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:47 smithi067 bash[82083]: audit 2023-12-09T02:11:47.333423+0000 mon.a (mon.0) 1596 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:47.978 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:47 smithi067 bash[82083]: audit 2023-12-09T02:11:47.336107+0000 mon.a (mon.0) 1597 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:47.978 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:47 smithi067 bash[82083]: audit 2023-12-09T02:11:47.339747+0000 mon.a (mon.0) 1598 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:47.978 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:47 smithi067 bash[82083]: audit 2023-12-09T02:11:47.340775+0000 mon.a (mon.0) 1599 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:47.978 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:47 smithi067 bash[82083]: audit 2023-12-09T02:11:47.346986+0000 mon.a (mon.0) 1600 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:47.978 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:47 smithi067 bash[82083]: audit 2023-12-09T02:11:47.429397+0000 mon.a (mon.0) 1601 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:47.979 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:47 smithi067 bash[82083]: audit 2023-12-09T02:11:47.432542+0000 mon.a (mon.0) 1602 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:47.979 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:47 smithi067 bash[82083]: audit 2023-12-09T02:11:47.435722+0000 mon.a (mon.0) 1603 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:47.979 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:47 smithi067 bash[82083]: audit 2023-12-09T02:11:47.437028+0000 mon.a (mon.0) 1604 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:47.979 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:47 smithi067 bash[82083]: audit 2023-12-09T02:11:47.444871+0000 mon.a (mon.0) 1605 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:47.979 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:47 smithi067 bash[82083]: audit 2023-12-09T02:11:47.529183+0000 mon.a (mon.0) 1606 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:47.979 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:47 smithi067 bash[82083]: audit 2023-12-09T02:11:47.532178+0000 mon.a (mon.0) 1607 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:47.979 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:47 smithi067 bash[82083]: audit 2023-12-09T02:11:47.534264+0000 mon.a (mon.0) 1608 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:47.979 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:47 smithi067 bash[82083]: audit 2023-12-09T02:11:47.534991+0000 mon.a (mon.0) 1609 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:47.979 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:47 smithi067 bash[82083]: audit 2023-12-09T02:11:47.541861+0000 mon.a (mon.0) 1610 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:47.980 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:47 smithi067 bash[82083]: audit 2023-12-09T02:11:47.625148+0000 mon.a (mon.0) 1611 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:47.980 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:47 smithi067 bash[82083]: audit 2023-12-09T02:11:47.627195+0000 mon.a (mon.0) 1612 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:47.980 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:47 smithi067 bash[82083]: audit 2023-12-09T02:11:47.629636+0000 mon.a (mon.0) 1613 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:47.980 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:47 smithi067 bash[82083]: audit 2023-12-09T02:11:47.630734+0000 mon.a (mon.0) 1614 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:47.980 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:47 smithi067 bash[82083]: audit 2023-12-09T02:11:47.638926+0000 mon.a (mon.0) 1615 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:47.981 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:47 smithi125 bash[66801]: cephadm 2023-12-09T02:11:45.739365+0000 mgr.y (mgr.25480) 388 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:47.981 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:47 smithi125 bash[66801]: cephadm 2023-12-09T02:11:45.834963+0000 mgr.y (mgr.25480) 389 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:47.981 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:47 smithi125 bash[66801]: cephadm 2023-12-09T02:11:45.929915+0000 mgr.y (mgr.25480) 390 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:47.981 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:47 smithi125 bash[66801]: cephadm 2023-12-09T02:11:46.025520+0000 mgr.y (mgr.25480) 391 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:47.981 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:47 smithi125 bash[66801]: cephadm 2023-12-09T02:11:46.118154+0000 mgr.y (mgr.25480) 392 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:47.981 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:47 smithi125 bash[66801]: cephadm 2023-12-09T02:11:46.213636+0000 mgr.y (mgr.25480) 393 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:47.981 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:47 smithi125 bash[66801]: cephadm 2023-12-09T02:11:46.309279+0000 mgr.y (mgr.25480) 394 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:47.981 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:47 smithi125 bash[66801]: cephadm 2023-12-09T02:11:46.401513+0000 mgr.y (mgr.25480) 395 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:47.981 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:47 smithi125 bash[66801]: cephadm 2023-12-09T02:11:46.501091+0000 mgr.y (mgr.25480) 396 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:47.981 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:47 smithi125 bash[66801]: cephadm 2023-12-09T02:11:46.595810+0000 mgr.y (mgr.25480) 397 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:47.981 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:47 smithi125 bash[66801]: audit 2023-12-09T02:11:46.678572+0000 mon.a (mon.0) 1561 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:47.981 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:47 smithi125 bash[66801]: audit 2023-12-09T02:11:46.680651+0000 mon.a (mon.0) 1562 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:47.981 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:47 smithi125 bash[66801]: audit 2023-12-09T02:11:46.682721+0000 mon.a (mon.0) 1563 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:47.981 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:47 smithi125 bash[66801]: audit 2023-12-09T02:11:46.683446+0000 mon.a (mon.0) 1564 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:47.981 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:47 smithi125 bash[66801]: audit 2023-12-09T02:11:46.688349+0000 mon.a (mon.0) 1565 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:47.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:47 smithi125 bash[66801]: audit 2023-12-09T02:11:46.767216+0000 mon.a (mon.0) 1566 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:47.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:47 smithi125 bash[66801]: audit 2023-12-09T02:11:46.769714+0000 mon.a (mon.0) 1567 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:47.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:47 smithi125 bash[66801]: audit 2023-12-09T02:11:46.772052+0000 mon.a (mon.0) 1568 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:47.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:47 smithi125 bash[66801]: audit 2023-12-09T02:11:46.772941+0000 mon.a (mon.0) 1569 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:47.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:47 smithi125 bash[66801]: audit 2023-12-09T02:11:46.778531+0000 mon.a (mon.0) 1570 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:47.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:47 smithi125 bash[66801]: audit 2023-12-09T02:11:46.861983+0000 mon.a (mon.0) 1571 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:47.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:47 smithi125 bash[66801]: audit 2023-12-09T02:11:46.864204+0000 mon.a (mon.0) 1572 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:47.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:47 smithi125 bash[66801]: audit 2023-12-09T02:11:46.866486+0000 mon.a (mon.0) 1573 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:47.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:47 smithi125 bash[66801]: audit 2023-12-09T02:11:46.867386+0000 mon.a (mon.0) 1574 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:47.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:47 smithi125 bash[66801]: audit 2023-12-09T02:11:46.873194+0000 mon.a (mon.0) 1575 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:47.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:47 smithi125 bash[66801]: audit 2023-12-09T02:11:46.951709+0000 mon.a (mon.0) 1576 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:47.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:47 smithi125 bash[66801]: audit 2023-12-09T02:11:46.954045+0000 mon.a (mon.0) 1577 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:47.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:47 smithi125 bash[66801]: audit 2023-12-09T02:11:46.956709+0000 mon.a (mon.0) 1578 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:47.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:47 smithi125 bash[66801]: audit 2023-12-09T02:11:46.957653+0000 mon.a (mon.0) 1579 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:47.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:47 smithi125 bash[66801]: audit 2023-12-09T02:11:46.965735+0000 mon.a (mon.0) 1580 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:47.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:47 smithi125 bash[66801]: audit 2023-12-09T02:11:47.044722+0000 mon.a (mon.0) 1581 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:47.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:47 smithi125 bash[66801]: audit 2023-12-09T02:11:47.046886+0000 mon.a (mon.0) 1582 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:47.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:47 smithi125 bash[66801]: audit 2023-12-09T02:11:47.051944+0000 mon.a (mon.0) 1583 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:47.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:47 smithi125 bash[66801]: audit 2023-12-09T02:11:47.053262+0000 mon.a (mon.0) 1584 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:47.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:47 smithi125 bash[66801]: audit 2023-12-09T02:11:47.060849+0000 mon.a (mon.0) 1585 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:47.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:47 smithi125 bash[66801]: audit 2023-12-09T02:11:47.146154+0000 mon.a (mon.0) 1586 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:47.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:47 smithi125 bash[66801]: audit 2023-12-09T02:11:47.148575+0000 mon.a (mon.0) 1587 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:47.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:47 smithi125 bash[66801]: audit 2023-12-09T02:11:47.151121+0000 mon.a (mon.0) 1588 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:47.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:47 smithi125 bash[66801]: audit 2023-12-09T02:11:47.151963+0000 mon.a (mon.0) 1589 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:47.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:47 smithi125 bash[66801]: audit 2023-12-09T02:11:47.158268+0000 mon.a (mon.0) 1590 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:47.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:47 smithi125 bash[66801]: audit 2023-12-09T02:11:47.237935+0000 mon.a (mon.0) 1591 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:47.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:47 smithi125 bash[66801]: audit 2023-12-09T02:11:47.240201+0000 mon.a (mon.0) 1592 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:47.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:47 smithi125 bash[66801]: audit 2023-12-09T02:11:47.242613+0000 mon.a (mon.0) 1593 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:47.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:47 smithi125 bash[66801]: audit 2023-12-09T02:11:47.243555+0000 mon.a (mon.0) 1594 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:47.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:47 smithi125 bash[66801]: audit 2023-12-09T02:11:47.249609+0000 mon.a (mon.0) 1595 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:47.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:47 smithi125 bash[66801]: audit 2023-12-09T02:11:47.333423+0000 mon.a (mon.0) 1596 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:47.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:47 smithi125 bash[66801]: audit 2023-12-09T02:11:47.336107+0000 mon.a (mon.0) 1597 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:47.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:47 smithi125 bash[66801]: audit 2023-12-09T02:11:47.339747+0000 mon.a (mon.0) 1598 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:47.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:47 smithi125 bash[66801]: audit 2023-12-09T02:11:47.340775+0000 mon.a (mon.0) 1599 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:47.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:47 smithi125 bash[66801]: audit 2023-12-09T02:11:47.346986+0000 mon.a (mon.0) 1600 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:47.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:47 smithi125 bash[66801]: audit 2023-12-09T02:11:47.429397+0000 mon.a (mon.0) 1601 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:47.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:47 smithi125 bash[66801]: audit 2023-12-09T02:11:47.432542+0000 mon.a (mon.0) 1602 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:47.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:47 smithi125 bash[66801]: audit 2023-12-09T02:11:47.435722+0000 mon.a (mon.0) 1603 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:47.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:47 smithi125 bash[66801]: audit 2023-12-09T02:11:47.437028+0000 mon.a (mon.0) 1604 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:47.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:47 smithi125 bash[66801]: audit 2023-12-09T02:11:47.444871+0000 mon.a (mon.0) 1605 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:47.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:47 smithi125 bash[66801]: audit 2023-12-09T02:11:47.529183+0000 mon.a (mon.0) 1606 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:47.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:47 smithi125 bash[66801]: audit 2023-12-09T02:11:47.532178+0000 mon.a (mon.0) 1607 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:47.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:47 smithi125 bash[66801]: audit 2023-12-09T02:11:47.534264+0000 mon.a (mon.0) 1608 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:47.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:47 smithi125 bash[66801]: audit 2023-12-09T02:11:47.534991+0000 mon.a (mon.0) 1609 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:47.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:47 smithi125 bash[66801]: audit 2023-12-09T02:11:47.541861+0000 mon.a (mon.0) 1610 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:47.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:47 smithi125 bash[66801]: audit 2023-12-09T02:11:47.625148+0000 mon.a (mon.0) 1611 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:47.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:47 smithi125 bash[66801]: audit 2023-12-09T02:11:47.627195+0000 mon.a (mon.0) 1612 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:47.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:47 smithi125 bash[66801]: audit 2023-12-09T02:11:47.629636+0000 mon.a (mon.0) 1613 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:47.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:47 smithi125 bash[66801]: audit 2023-12-09T02:11:47.630734+0000 mon.a (mon.0) 1614 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:47.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:47 smithi125 bash[66801]: audit 2023-12-09T02:11:47.638926+0000 mon.a (mon.0) 1615 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:48.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:48 smithi067 bash[79370]: cephadm 2023-12-09T02:11:46.688816+0000 mgr.y (mgr.25480) 398 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:48.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:48 smithi067 bash[79370]: cephadm 2023-12-09T02:11:46.779351+0000 mgr.y (mgr.25480) 399 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:48.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:48 smithi067 bash[79370]: cephadm 2023-12-09T02:11:46.873654+0000 mgr.y (mgr.25480) 400 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:48.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:48 smithi067 bash[79370]: cephadm 2023-12-09T02:11:46.966319+0000 mgr.y (mgr.25480) 401 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:48.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:48 smithi067 bash[79370]: cephadm 2023-12-09T02:11:47.061766+0000 mgr.y (mgr.25480) 402 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:48.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:48 smithi067 bash[79370]: cluster 2023-12-09T02:11:47.103656+0000 mgr.y (mgr.25480) 403 : cluster 0 pgmap v63: 161 pgs: 18 active+undersized+degraded, 40 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 615 B/s rd, 0 op/s; 74/726 objects degraded (10.193%) 2023-12-09T02:11:48.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:48 smithi067 bash[79370]: cephadm 2023-12-09T02:11:47.158944+0000 mgr.y (mgr.25480) 404 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:48.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:48 smithi067 bash[79370]: cephadm 2023-12-09T02:11:47.250374+0000 mgr.y (mgr.25480) 405 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:48.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:48 smithi067 bash[79370]: cephadm 2023-12-09T02:11:47.347631+0000 mgr.y (mgr.25480) 406 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:48.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:48 smithi067 bash[79370]: cephadm 2023-12-09T02:11:47.445707+0000 mgr.y (mgr.25480) 407 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:48.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:48 smithi067 bash[79370]: cephadm 2023-12-09T02:11:47.542627+0000 mgr.y (mgr.25480) 408 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:48.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:48 smithi067 bash[79370]: cephadm 2023-12-09T02:11:47.639609+0000 mgr.y (mgr.25480) 409 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:48.973 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:48 smithi067 bash[79370]: audit 2023-12-09T02:11:47.722413+0000 mon.a (mon.0) 1616 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:48.973 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:48 smithi067 bash[79370]: audit 2023-12-09T02:11:47.724824+0000 mon.a (mon.0) 1617 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:48.973 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:48 smithi067 bash[79370]: audit 2023-12-09T02:11:47.727872+0000 mon.a (mon.0) 1618 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:48.973 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:48 smithi067 bash[79370]: audit 2023-12-09T02:11:47.728900+0000 mon.a (mon.0) 1619 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:48.973 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:48 smithi067 bash[79370]: audit 2023-12-09T02:11:47.736452+0000 mon.a (mon.0) 1620 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:48.973 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:48 smithi067 bash[79370]: audit 2023-12-09T02:11:47.817005+0000 mon.a (mon.0) 1621 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:48.974 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:48 smithi067 bash[79370]: audit 2023-12-09T02:11:47.819722+0000 mon.a (mon.0) 1622 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:48.974 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:48 smithi067 bash[79370]: audit 2023-12-09T02:11:47.823108+0000 mon.a (mon.0) 1623 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:48.974 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:48 smithi067 bash[79370]: audit 2023-12-09T02:11:47.824597+0000 mon.a (mon.0) 1624 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:48.974 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:48 smithi067 bash[79370]: audit 2023-12-09T02:11:47.833277+0000 mon.a (mon.0) 1625 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:48.974 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:48 smithi067 bash[79370]: audit 2023-12-09T02:11:47.914210+0000 mon.a (mon.0) 1626 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:48.974 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:48 smithi067 bash[79370]: audit 2023-12-09T02:11:47.918553+0000 mon.a (mon.0) 1627 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:48.974 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:48 smithi067 bash[79370]: audit 2023-12-09T02:11:47.923445+0000 mon.a (mon.0) 1628 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:48.975 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:48 smithi067 bash[79370]: audit 2023-12-09T02:11:47.924626+0000 mon.a (mon.0) 1629 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:48.975 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:48 smithi067 bash[79370]: audit 2023-12-09T02:11:47.933244+0000 mon.a (mon.0) 1630 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:48.975 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:48 smithi067 bash[79370]: audit 2023-12-09T02:11:47.998578+0000 mon.a (mon.0) 1631 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:48.975 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:48 smithi067 bash[79370]: audit 2023-12-09T02:11:48.001201+0000 mon.a (mon.0) 1632 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:48.975 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:48 smithi067 bash[79370]: audit 2023-12-09T02:11:48.003691+0000 mon.a (mon.0) 1633 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:48.975 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:48 smithi067 bash[79370]: audit 2023-12-09T02:11:48.004596+0000 mon.a (mon.0) 1634 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:48.975 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:48 smithi067 bash[79370]: audit 2023-12-09T02:11:48.014026+0000 mon.a (mon.0) 1635 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:48.975 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:48 smithi067 bash[79370]: audit 2023-12-09T02:11:48.094881+0000 mon.a (mon.0) 1636 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:48.976 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:48 smithi067 bash[79370]: audit 2023-12-09T02:11:48.097334+0000 mon.a (mon.0) 1637 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:48.976 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:48 smithi067 bash[79370]: audit 2023-12-09T02:11:48.100115+0000 mon.a (mon.0) 1638 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:48.976 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:48 smithi067 bash[79370]: audit 2023-12-09T02:11:48.100968+0000 mon.a (mon.0) 1639 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:48.976 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:48 smithi067 bash[79370]: audit 2023-12-09T02:11:48.107124+0000 mon.a (mon.0) 1640 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:48.976 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:48 smithi067 bash[79370]: audit 2023-12-09T02:11:48.190842+0000 mon.a (mon.0) 1641 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:48.976 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:48 smithi067 bash[79370]: audit 2023-12-09T02:11:48.193104+0000 mon.a (mon.0) 1642 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:48.976 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:48 smithi067 bash[79370]: audit 2023-12-09T02:11:48.195635+0000 mon.a (mon.0) 1643 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:48.976 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:48 smithi067 bash[79370]: audit 2023-12-09T02:11:48.196559+0000 mon.a (mon.0) 1644 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:48.976 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:48 smithi067 bash[79370]: audit 2023-12-09T02:11:48.203599+0000 mon.a (mon.0) 1645 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:48.976 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:48 smithi067 bash[79370]: audit 2023-12-09T02:11:48.288843+0000 mon.a (mon.0) 1646 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:48.976 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:48 smithi067 bash[79370]: audit 2023-12-09T02:11:48.291187+0000 mon.a (mon.0) 1647 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:48.976 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:48 smithi067 bash[79370]: audit 2023-12-09T02:11:48.294534+0000 mon.a (mon.0) 1648 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:48.977 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:48 smithi067 bash[79370]: audit 2023-12-09T02:11:48.295678+0000 mon.a (mon.0) 1649 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:48.977 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:48 smithi067 bash[79370]: audit 2023-12-09T02:11:48.304335+0000 mon.a (mon.0) 1650 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:48.977 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:48 smithi067 bash[79370]: audit 2023-12-09T02:11:48.367771+0000 mon.a (mon.0) 1651 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:48.977 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:48 smithi067 bash[79370]: audit 2023-12-09T02:11:48.370097+0000 mon.a (mon.0) 1652 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:48.977 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:48 smithi067 bash[79370]: audit 2023-12-09T02:11:48.373320+0000 mon.a (mon.0) 1653 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:48.977 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:48 smithi067 bash[79370]: audit 2023-12-09T02:11:48.374188+0000 mon.a (mon.0) 1654 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:48.977 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:48 smithi067 bash[79370]: audit 2023-12-09T02:11:48.382655+0000 mon.a (mon.0) 1655 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:48.977 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:48 smithi067 bash[79370]: audit 2023-12-09T02:11:48.464057+0000 mon.a (mon.0) 1656 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:48.977 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:48 smithi067 bash[79370]: audit 2023-12-09T02:11:48.466272+0000 mon.a (mon.0) 1657 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:48.977 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:48 smithi067 bash[79370]: audit 2023-12-09T02:11:48.469086+0000 mon.a (mon.0) 1658 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:48.977 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:48 smithi067 bash[79370]: audit 2023-12-09T02:11:48.470147+0000 mon.a (mon.0) 1659 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:48.977 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:48 smithi067 bash[79370]: audit 2023-12-09T02:11:48.477704+0000 mon.a (mon.0) 1660 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:48.977 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:48 smithi067 bash[79370]: audit 2023-12-09T02:11:48.558717+0000 mon.a (mon.0) 1661 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:48.977 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:48 smithi067 bash[79370]: audit 2023-12-09T02:11:48.561449+0000 mon.a (mon.0) 1662 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:48.978 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:48 smithi067 bash[79370]: audit 2023-12-09T02:11:48.564064+0000 mon.a (mon.0) 1663 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:48.978 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:48 smithi067 bash[79370]: audit 2023-12-09T02:11:48.564944+0000 mon.a (mon.0) 1664 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:48.978 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:48 smithi067 bash[79370]: audit 2023-12-09T02:11:48.571537+0000 mon.a (mon.0) 1665 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:48.978 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:48 smithi067 bash[79370]: audit 2023-12-09T02:11:48.653143+0000 mon.a (mon.0) 1666 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:48.978 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:48 smithi067 bash[79370]: audit 2023-12-09T02:11:48.656138+0000 mon.a (mon.0) 1667 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:48.978 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:48 smithi067 bash[79370]: audit 2023-12-09T02:11:48.659301+0000 mon.a (mon.0) 1668 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:48.978 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:48 smithi067 bash[79370]: audit 2023-12-09T02:11:48.660342+0000 mon.a (mon.0) 1669 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:48.978 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:48 smithi067 bash[79370]: audit 2023-12-09T02:11:48.666742+0000 mon.a (mon.0) 1670 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:48.978 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:48 smithi067 bash[82083]: cephadm 2023-12-09T02:11:46.688816+0000 mgr.y (mgr.25480) 398 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:48.978 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:48 smithi067 bash[82083]: cephadm 2023-12-09T02:11:46.779351+0000 mgr.y (mgr.25480) 399 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:48.979 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:48 smithi067 bash[82083]: cephadm 2023-12-09T02:11:46.873654+0000 mgr.y (mgr.25480) 400 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:48.979 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:48 smithi067 bash[82083]: cephadm 2023-12-09T02:11:46.966319+0000 mgr.y (mgr.25480) 401 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:48.979 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:48 smithi067 bash[82083]: cephadm 2023-12-09T02:11:47.061766+0000 mgr.y (mgr.25480) 402 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:48.979 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:48 smithi067 bash[82083]: cluster 2023-12-09T02:11:47.103656+0000 mgr.y (mgr.25480) 403 : cluster 0 pgmap v63: 161 pgs: 18 active+undersized+degraded, 40 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 615 B/s rd, 0 op/s; 74/726 objects degraded (10.193%) 2023-12-09T02:11:48.979 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:48 smithi067 bash[82083]: cephadm 2023-12-09T02:11:47.158944+0000 mgr.y (mgr.25480) 404 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:48.979 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:48 smithi067 bash[82083]: cephadm 2023-12-09T02:11:47.250374+0000 mgr.y (mgr.25480) 405 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:48.979 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:48 smithi067 bash[82083]: cephadm 2023-12-09T02:11:47.347631+0000 mgr.y (mgr.25480) 406 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:48.979 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:48 smithi067 bash[82083]: cephadm 2023-12-09T02:11:47.445707+0000 mgr.y (mgr.25480) 407 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:48.979 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:48 smithi067 bash[82083]: cephadm 2023-12-09T02:11:47.542627+0000 mgr.y (mgr.25480) 408 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:48.979 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:48 smithi067 bash[82083]: cephadm 2023-12-09T02:11:47.639609+0000 mgr.y (mgr.25480) 409 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:48.979 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:48 smithi067 bash[82083]: audit 2023-12-09T02:11:47.722413+0000 mon.a (mon.0) 1616 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:48.979 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:48 smithi067 bash[82083]: audit 2023-12-09T02:11:47.724824+0000 mon.a (mon.0) 1617 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:48.979 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:48 smithi067 bash[82083]: audit 2023-12-09T02:11:47.727872+0000 mon.a (mon.0) 1618 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:48.979 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:48 smithi067 bash[82083]: audit 2023-12-09T02:11:47.728900+0000 mon.a (mon.0) 1619 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:48.980 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:48 smithi067 bash[82083]: audit 2023-12-09T02:11:47.736452+0000 mon.a (mon.0) 1620 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:48.980 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:48 smithi067 bash[82083]: audit 2023-12-09T02:11:47.817005+0000 mon.a (mon.0) 1621 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:48.980 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:48 smithi067 bash[82083]: audit 2023-12-09T02:11:47.819722+0000 mon.a (mon.0) 1622 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:48.980 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:48 smithi067 bash[82083]: audit 2023-12-09T02:11:47.823108+0000 mon.a (mon.0) 1623 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:48.980 INFO:journalctl@ceph.osd.0.smithi067.stdout:Dec 09 02:11:48 smithi067 bash[86687]: debug 2023-12-09T02:11:48.623+0000 7f3a63621640 -1 osd.0 0 read_superblock omap replica is missing. 2023-12-09T02:11:48.980 INFO:journalctl@ceph.osd.0.smithi067.stdout:Dec 09 02:11:48 smithi067 bash[86687]: debug 2023-12-09T02:11:48.663+0000 7f3a63621640 -1 osd.0 105 log_to_monitors true 2023-12-09T02:11:48.981 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:48 smithi067 bash[82083]: audit 2023-12-09T02:11:47.824597+0000 mon.a (mon.0) 1624 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:48.981 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:48 smithi067 bash[82083]: audit 2023-12-09T02:11:47.833277+0000 mon.a (mon.0) 1625 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:48.981 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:48 smithi067 bash[82083]: audit 2023-12-09T02:11:47.914210+0000 mon.a (mon.0) 1626 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:48.981 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:48 smithi067 bash[82083]: audit 2023-12-09T02:11:47.918553+0000 mon.a (mon.0) 1627 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:48.981 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:48 smithi067 bash[82083]: audit 2023-12-09T02:11:47.923445+0000 mon.a (mon.0) 1628 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:48.981 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:48 smithi067 bash[82083]: audit 2023-12-09T02:11:47.924626+0000 mon.a (mon.0) 1629 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:48.981 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:48 smithi067 bash[82083]: audit 2023-12-09T02:11:47.933244+0000 mon.a (mon.0) 1630 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:48.981 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:48 smithi067 bash[82083]: audit 2023-12-09T02:11:47.998578+0000 mon.a (mon.0) 1631 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:48.981 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:48 smithi067 bash[82083]: audit 2023-12-09T02:11:48.001201+0000 mon.a (mon.0) 1632 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:48.981 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:48 smithi067 bash[82083]: audit 2023-12-09T02:11:48.003691+0000 mon.a (mon.0) 1633 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:48.981 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:48 smithi067 bash[82083]: audit 2023-12-09T02:11:48.004596+0000 mon.a (mon.0) 1634 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:48.981 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:48 smithi067 bash[82083]: audit 2023-12-09T02:11:48.014026+0000 mon.a (mon.0) 1635 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:48.981 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:48 smithi067 bash[82083]: audit 2023-12-09T02:11:48.094881+0000 mon.a (mon.0) 1636 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:48.982 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:48 smithi067 bash[82083]: audit 2023-12-09T02:11:48.097334+0000 mon.a (mon.0) 1637 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:48.982 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:48 smithi067 bash[82083]: audit 2023-12-09T02:11:48.100115+0000 mon.a (mon.0) 1638 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:48.982 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:48 smithi067 bash[82083]: audit 2023-12-09T02:11:48.100968+0000 mon.a (mon.0) 1639 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:48.982 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:48 smithi067 bash[82083]: audit 2023-12-09T02:11:48.107124+0000 mon.a (mon.0) 1640 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:48.982 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:48 smithi067 bash[82083]: audit 2023-12-09T02:11:48.190842+0000 mon.a (mon.0) 1641 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:48.982 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:48 smithi067 bash[82083]: audit 2023-12-09T02:11:48.193104+0000 mon.a (mon.0) 1642 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:48.982 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:48 smithi067 bash[82083]: audit 2023-12-09T02:11:48.195635+0000 mon.a (mon.0) 1643 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:48.982 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:48 smithi067 bash[82083]: audit 2023-12-09T02:11:48.196559+0000 mon.a (mon.0) 1644 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:48.982 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:48 smithi067 bash[82083]: audit 2023-12-09T02:11:48.203599+0000 mon.a (mon.0) 1645 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:48.982 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:48 smithi067 bash[82083]: audit 2023-12-09T02:11:48.288843+0000 mon.a (mon.0) 1646 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:48.982 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:48 smithi067 bash[82083]: audit 2023-12-09T02:11:48.291187+0000 mon.a (mon.0) 1647 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:48.982 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:48 smithi067 bash[82083]: audit 2023-12-09T02:11:48.294534+0000 mon.a (mon.0) 1648 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:48.982 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:48 smithi067 bash[82083]: audit 2023-12-09T02:11:48.295678+0000 mon.a (mon.0) 1649 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:48.983 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:48 smithi067 bash[82083]: audit 2023-12-09T02:11:48.304335+0000 mon.a (mon.0) 1650 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:48.983 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:48 smithi067 bash[82083]: audit 2023-12-09T02:11:48.367771+0000 mon.a (mon.0) 1651 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:48.983 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:48 smithi067 bash[82083]: audit 2023-12-09T02:11:48.370097+0000 mon.a (mon.0) 1652 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:48.983 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:48 smithi067 bash[82083]: audit 2023-12-09T02:11:48.373320+0000 mon.a (mon.0) 1653 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:48.983 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:48 smithi067 bash[82083]: audit 2023-12-09T02:11:48.374188+0000 mon.a (mon.0) 1654 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:48.983 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:48 smithi067 bash[82083]: audit 2023-12-09T02:11:48.382655+0000 mon.a (mon.0) 1655 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:48.983 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:48 smithi067 bash[82083]: audit 2023-12-09T02:11:48.464057+0000 mon.a (mon.0) 1656 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:48.983 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:48 smithi067 bash[82083]: audit 2023-12-09T02:11:48.466272+0000 mon.a (mon.0) 1657 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:48.983 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:48 smithi067 bash[82083]: audit 2023-12-09T02:11:48.469086+0000 mon.a (mon.0) 1658 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:48.983 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:48 smithi067 bash[82083]: audit 2023-12-09T02:11:48.470147+0000 mon.a (mon.0) 1659 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:48.983 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:48 smithi067 bash[82083]: audit 2023-12-09T02:11:48.477704+0000 mon.a (mon.0) 1660 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:48.984 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:48 smithi067 bash[82083]: audit 2023-12-09T02:11:48.558717+0000 mon.a (mon.0) 1661 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:48.984 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:48 smithi067 bash[82083]: audit 2023-12-09T02:11:48.561449+0000 mon.a (mon.0) 1662 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:48.984 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:48 smithi067 bash[82083]: audit 2023-12-09T02:11:48.564064+0000 mon.a (mon.0) 1663 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:48.984 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:48 smithi067 bash[82083]: audit 2023-12-09T02:11:48.564944+0000 mon.a (mon.0) 1664 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:48.984 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:48 smithi067 bash[82083]: audit 2023-12-09T02:11:48.571537+0000 mon.a (mon.0) 1665 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:48.984 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:48 smithi067 bash[82083]: audit 2023-12-09T02:11:48.653143+0000 mon.a (mon.0) 1666 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:48.984 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:48 smithi067 bash[82083]: audit 2023-12-09T02:11:48.656138+0000 mon.a (mon.0) 1667 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:48.984 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:48 smithi067 bash[82083]: audit 2023-12-09T02:11:48.659301+0000 mon.a (mon.0) 1668 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:48.984 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:48 smithi067 bash[82083]: audit 2023-12-09T02:11:48.660342+0000 mon.a (mon.0) 1669 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:48.984 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:48 smithi067 bash[82083]: audit 2023-12-09T02:11:48.666742+0000 mon.a (mon.0) 1670 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:48.985 INFO:journalctl@ceph.prometheus.a.smithi125.stdout:Dec 09 02:11:48 smithi125 bash[62302]: ts=2023-12-09T02:11:48.659Z caller=alerting.go:353 level=warn component="rule manager" alert="unsupported value type" msg="Expanding alert template failed" err="error executing template __alert_CephOSDDown: template: __alert_CephOSDDown:1:358: executing \"__alert_CephOSDDown\" at : error calling query: found duplicate series for the match group {ceph_daemon=\"osd.0\"} on the right hand-side of the operation: [{__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.67\", device_class=\"ssd\", hostname=\"smithi067\", instance=\"smithi067:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.67\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.67\", device_class=\"ssd\", hostname=\"smithi067\", instance=\"172.21.15.125:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.67\"}];many-to-many matching not allowed: matching labels must be unique on one side" data="unsupported value type" 2023-12-09T02:11:48.985 INFO:journalctl@ceph.prometheus.a.smithi125.stdout:Dec 09 02:11:48 smithi125 bash[62302]: ts=2023-12-09T02:11: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.67\", device_class=\"ssd\", hostname=\"smithi067\", instance=\"smithi067:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.67\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.67\", device_class=\"ssd\", hostname=\"smithi067\", instance=\"172.21.15.125:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.67\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-09T02:11:48.986 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:48 smithi125 bash[66801]: cephadm 2023-12-09T02:11:46.688816+0000 mgr.y (mgr.25480) 398 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:48.986 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:48 smithi125 bash[66801]: cephadm 2023-12-09T02:11:46.779351+0000 mgr.y (mgr.25480) 399 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:48.986 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:48 smithi125 bash[66801]: cephadm 2023-12-09T02:11:46.873654+0000 mgr.y (mgr.25480) 400 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:48.986 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:48 smithi125 bash[66801]: cephadm 2023-12-09T02:11:46.966319+0000 mgr.y (mgr.25480) 401 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:48.986 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:48 smithi125 bash[66801]: cephadm 2023-12-09T02:11:47.061766+0000 mgr.y (mgr.25480) 402 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:48.986 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:48 smithi125 bash[66801]: cluster 2023-12-09T02:11:47.103656+0000 mgr.y (mgr.25480) 403 : cluster 0 pgmap v63: 161 pgs: 18 active+undersized+degraded, 40 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 615 B/s rd, 0 op/s; 74/726 objects degraded (10.193%) 2023-12-09T02:11:48.986 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:48 smithi125 bash[66801]: cephadm 2023-12-09T02:11:47.158944+0000 mgr.y (mgr.25480) 404 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:48.986 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:48 smithi125 bash[66801]: cephadm 2023-12-09T02:11:47.250374+0000 mgr.y (mgr.25480) 405 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:48.986 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:48 smithi125 bash[66801]: cephadm 2023-12-09T02:11:47.347631+0000 mgr.y (mgr.25480) 406 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:48.986 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:48 smithi125 bash[66801]: cephadm 2023-12-09T02:11:47.445707+0000 mgr.y (mgr.25480) 407 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:48.986 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:48 smithi125 bash[66801]: cephadm 2023-12-09T02:11:47.542627+0000 mgr.y (mgr.25480) 408 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:48.987 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:48 smithi125 bash[66801]: cephadm 2023-12-09T02:11:47.639609+0000 mgr.y (mgr.25480) 409 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:48.987 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:48 smithi125 bash[66801]: audit 2023-12-09T02:11:47.722413+0000 mon.a (mon.0) 1616 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:48.987 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:48 smithi125 bash[66801]: audit 2023-12-09T02:11:47.724824+0000 mon.a (mon.0) 1617 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:48.987 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:48 smithi125 bash[66801]: audit 2023-12-09T02:11:47.727872+0000 mon.a (mon.0) 1618 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:48.987 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:48 smithi125 bash[66801]: audit 2023-12-09T02:11:47.728900+0000 mon.a (mon.0) 1619 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:48.987 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:48 smithi125 bash[66801]: audit 2023-12-09T02:11:47.736452+0000 mon.a (mon.0) 1620 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:48.987 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:48 smithi125 bash[66801]: audit 2023-12-09T02:11:47.817005+0000 mon.a (mon.0) 1621 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:48.987 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:48 smithi125 bash[66801]: audit 2023-12-09T02:11:47.819722+0000 mon.a (mon.0) 1622 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:48.987 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:48 smithi125 bash[66801]: audit 2023-12-09T02:11:47.823108+0000 mon.a (mon.0) 1623 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:48.987 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:48 smithi125 bash[66801]: audit 2023-12-09T02:11:47.824597+0000 mon.a (mon.0) 1624 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:48.987 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:48 smithi125 bash[66801]: audit 2023-12-09T02:11:47.833277+0000 mon.a (mon.0) 1625 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:48.987 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:48 smithi125 bash[66801]: audit 2023-12-09T02:11:47.914210+0000 mon.a (mon.0) 1626 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:48.987 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:48 smithi125 bash[66801]: audit 2023-12-09T02:11:47.918553+0000 mon.a (mon.0) 1627 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:48.987 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:48 smithi125 bash[66801]: audit 2023-12-09T02:11:47.923445+0000 mon.a (mon.0) 1628 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:48.987 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:48 smithi125 bash[66801]: audit 2023-12-09T02:11:47.924626+0000 mon.a (mon.0) 1629 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:48.988 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:48 smithi125 bash[66801]: audit 2023-12-09T02:11:47.933244+0000 mon.a (mon.0) 1630 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:48.988 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:48 smithi125 bash[66801]: audit 2023-12-09T02:11:47.998578+0000 mon.a (mon.0) 1631 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:48.988 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:48 smithi125 bash[66801]: audit 2023-12-09T02:11:48.001201+0000 mon.a (mon.0) 1632 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:48.988 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:48 smithi125 bash[66801]: audit 2023-12-09T02:11:48.003691+0000 mon.a (mon.0) 1633 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:48.988 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:48 smithi125 bash[66801]: audit 2023-12-09T02:11:48.004596+0000 mon.a (mon.0) 1634 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:48.988 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:48 smithi125 bash[66801]: audit 2023-12-09T02:11:48.014026+0000 mon.a (mon.0) 1635 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:48.988 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:48 smithi125 bash[66801]: audit 2023-12-09T02:11:48.094881+0000 mon.a (mon.0) 1636 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:48.988 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:48 smithi125 bash[66801]: audit 2023-12-09T02:11:48.097334+0000 mon.a (mon.0) 1637 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:48.988 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:48 smithi125 bash[66801]: audit 2023-12-09T02:11:48.100115+0000 mon.a (mon.0) 1638 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:48.988 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:48 smithi125 bash[66801]: audit 2023-12-09T02:11:48.100968+0000 mon.a (mon.0) 1639 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:48.988 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:48 smithi125 bash[66801]: audit 2023-12-09T02:11:48.107124+0000 mon.a (mon.0) 1640 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:48.988 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:48 smithi125 bash[66801]: audit 2023-12-09T02:11:48.190842+0000 mon.a (mon.0) 1641 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:48.988 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:48 smithi125 bash[66801]: audit 2023-12-09T02:11:48.193104+0000 mon.a (mon.0) 1642 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:48.988 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:48 smithi125 bash[66801]: audit 2023-12-09T02:11:48.195635+0000 mon.a (mon.0) 1643 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:48.988 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:48 smithi125 bash[66801]: audit 2023-12-09T02:11:48.196559+0000 mon.a (mon.0) 1644 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:48.989 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:48 smithi125 bash[66801]: audit 2023-12-09T02:11:48.203599+0000 mon.a (mon.0) 1645 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:48.989 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:48 smithi125 bash[66801]: audit 2023-12-09T02:11:48.288843+0000 mon.a (mon.0) 1646 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:48.989 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:48 smithi125 bash[66801]: audit 2023-12-09T02:11:48.291187+0000 mon.a (mon.0) 1647 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:48.989 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:48 smithi125 bash[66801]: audit 2023-12-09T02:11:48.294534+0000 mon.a (mon.0) 1648 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:48.989 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:48 smithi125 bash[66801]: audit 2023-12-09T02:11:48.295678+0000 mon.a (mon.0) 1649 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:48.989 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:48 smithi125 bash[66801]: audit 2023-12-09T02:11:48.304335+0000 mon.a (mon.0) 1650 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:48.989 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:48 smithi125 bash[66801]: audit 2023-12-09T02:11:48.367771+0000 mon.a (mon.0) 1651 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:48.989 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:48 smithi125 bash[66801]: audit 2023-12-09T02:11:48.370097+0000 mon.a (mon.0) 1652 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:48.989 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:48 smithi125 bash[66801]: audit 2023-12-09T02:11:48.373320+0000 mon.a (mon.0) 1653 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:48.989 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:48 smithi125 bash[66801]: audit 2023-12-09T02:11:48.374188+0000 mon.a (mon.0) 1654 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:48.989 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:48 smithi125 bash[66801]: audit 2023-12-09T02:11:48.382655+0000 mon.a (mon.0) 1655 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:48.989 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:48 smithi125 bash[66801]: audit 2023-12-09T02:11:48.464057+0000 mon.a (mon.0) 1656 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:48.989 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:48 smithi125 bash[66801]: audit 2023-12-09T02:11:48.466272+0000 mon.a (mon.0) 1657 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:48.989 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:48 smithi125 bash[66801]: audit 2023-12-09T02:11:48.469086+0000 mon.a (mon.0) 1658 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:48.990 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:48 smithi125 bash[66801]: audit 2023-12-09T02:11:48.470147+0000 mon.a (mon.0) 1659 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:48.990 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:48 smithi125 bash[66801]: audit 2023-12-09T02:11:48.477704+0000 mon.a (mon.0) 1660 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:48.990 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:48 smithi125 bash[66801]: audit 2023-12-09T02:11:48.558717+0000 mon.a (mon.0) 1661 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:48.990 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:48 smithi125 bash[66801]: audit 2023-12-09T02:11:48.561449+0000 mon.a (mon.0) 1662 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:48.990 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:48 smithi125 bash[66801]: audit 2023-12-09T02:11:48.564064+0000 mon.a (mon.0) 1663 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:48.990 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:48 smithi125 bash[66801]: audit 2023-12-09T02:11:48.564944+0000 mon.a (mon.0) 1664 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:48.990 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:48 smithi125 bash[66801]: audit 2023-12-09T02:11:48.571537+0000 mon.a (mon.0) 1665 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:48.990 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:48 smithi125 bash[66801]: audit 2023-12-09T02:11:48.653143+0000 mon.a (mon.0) 1666 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:48.990 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:48 smithi125 bash[66801]: audit 2023-12-09T02:11:48.656138+0000 mon.a (mon.0) 1667 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:48.990 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:48 smithi125 bash[66801]: audit 2023-12-09T02:11:48.659301+0000 mon.a (mon.0) 1668 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:48.990 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:48 smithi125 bash[66801]: audit 2023-12-09T02:11:48.660342+0000 mon.a (mon.0) 1669 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:48.990 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:48 smithi125 bash[66801]: audit 2023-12-09T02:11:48.666742+0000 mon.a (mon.0) 1670 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:49.969 INFO:journalctl@ceph.osd.0.smithi067.stdout:Dec 09 02:11:49 smithi067 bash[86687]: debug 2023-12-09T02:11:49.763+0000 7f3a54291700 -1 osd.0 105 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-09T02:11:49.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:49 smithi067 bash[82083]: cephadm 2023-12-09T02:11:47.737003+0000 mgr.y (mgr.25480) 410 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:49.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:49 smithi067 bash[82083]: cephadm 2023-12-09T02:11:47.833994+0000 mgr.y (mgr.25480) 411 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:49.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:49 smithi067 bash[82083]: cephadm 2023-12-09T02:11:47.934207+0000 mgr.y (mgr.25480) 412 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:49.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:49 smithi067 bash[82083]: cephadm 2023-12-09T02:11:48.014690+0000 mgr.y (mgr.25480) 413 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:49.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:49 smithi067 bash[82083]: cephadm 2023-12-09T02:11:48.107848+0000 mgr.y (mgr.25480) 414 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:49.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:49 smithi067 bash[82083]: cephadm 2023-12-09T02:11:48.204466+0000 mgr.y (mgr.25480) 415 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:49.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:49 smithi067 bash[82083]: cephadm 2023-12-09T02:11:48.305554+0000 mgr.y (mgr.25480) 416 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:49.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:49 smithi067 bash[82083]: cephadm 2023-12-09T02:11:48.383286+0000 mgr.y (mgr.25480) 417 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:49.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:49 smithi067 bash[82083]: cephadm 2023-12-09T02:11:48.478623+0000 mgr.y (mgr.25480) 418 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:49.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:49 smithi067 bash[82083]: cephadm 2023-12-09T02:11:48.572038+0000 mgr.y (mgr.25480) 419 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:49.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:49 smithi067 bash[82083]: audit 2023-12-09T02:11:48.629805+0000 mgr.y (mgr.25480) 420 : audit 0 from='client.25420 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:11:49.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:49 smithi067 bash[82083]: cephadm 2023-12-09T02:11:48.667551+0000 mgr.y (mgr.25480) 421 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:49.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:49 smithi067 bash[82083]: audit 2023-12-09T02:11:48.679551+0000 mon.c (mon.1) 6 : audit 1 from='osd.0 [v2:172.21.15.67:6802/3249608452,v1:172.21.15.67:6803/3249608452]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-09T02:11:49.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:49 smithi067 bash[82083]: audit 2023-12-09T02:11:48.679948+0000 mon.a (mon.0) 1671 : audit 1 from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-09T02:11:49.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:49 smithi067 bash[82083]: audit 2023-12-09T02:11:48.746598+0000 mon.a (mon.0) 1672 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:49.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:49 smithi067 bash[82083]: audit 2023-12-09T02:11:48.748659+0000 mon.a (mon.0) 1673 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:49.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:49 smithi067 bash[82083]: audit 2023-12-09T02:11:48.751425+0000 mon.a (mon.0) 1674 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:49.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:49 smithi067 bash[82083]: audit 2023-12-09T02:11:48.752748+0000 mon.a (mon.0) 1675 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:49.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:49 smithi067 bash[82083]: audit 2023-12-09T02:11:48.759849+0000 mon.a (mon.0) 1676 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:49.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:49 smithi067 bash[82083]: audit 2023-12-09T02:11:48.839980+0000 mon.a (mon.0) 1677 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:49.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:49 smithi067 bash[79370]: cephadm 2023-12-09T02:11:47.737003+0000 mgr.y (mgr.25480) 410 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:49.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:49 smithi067 bash[79370]: cephadm 2023-12-09T02:11:47.833994+0000 mgr.y (mgr.25480) 411 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:49.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:49 smithi067 bash[79370]: cephadm 2023-12-09T02:11:47.934207+0000 mgr.y (mgr.25480) 412 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:49.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:49 smithi067 bash[79370]: cephadm 2023-12-09T02:11:48.014690+0000 mgr.y (mgr.25480) 413 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:49.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:49 smithi067 bash[79370]: cephadm 2023-12-09T02:11:48.107848+0000 mgr.y (mgr.25480) 414 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:49.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:49 smithi067 bash[79370]: cephadm 2023-12-09T02:11:48.204466+0000 mgr.y (mgr.25480) 415 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:49.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:49 smithi067 bash[79370]: cephadm 2023-12-09T02:11:48.305554+0000 mgr.y (mgr.25480) 416 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:49.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:49 smithi067 bash[79370]: cephadm 2023-12-09T02:11:48.383286+0000 mgr.y (mgr.25480) 417 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:49.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:49 smithi067 bash[79370]: cephadm 2023-12-09T02:11:48.478623+0000 mgr.y (mgr.25480) 418 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:49.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:49 smithi067 bash[79370]: cephadm 2023-12-09T02:11:48.572038+0000 mgr.y (mgr.25480) 419 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:49.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:49 smithi067 bash[79370]: audit 2023-12-09T02:11:48.629805+0000 mgr.y (mgr.25480) 420 : audit 0 from='client.25420 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:11:49.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:49 smithi067 bash[79370]: cephadm 2023-12-09T02:11:48.667551+0000 mgr.y (mgr.25480) 421 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:49.973 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:49 smithi067 bash[79370]: audit 2023-12-09T02:11:48.679551+0000 mon.c (mon.1) 6 : audit 1 from='osd.0 [v2:172.21.15.67:6802/3249608452,v1:172.21.15.67:6803/3249608452]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-09T02:11:49.973 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:49 smithi067 bash[79370]: audit 2023-12-09T02:11:48.679948+0000 mon.a (mon.0) 1671 : audit 1 from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-09T02:11:49.973 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:49 smithi067 bash[79370]: audit 2023-12-09T02:11:48.746598+0000 mon.a (mon.0) 1672 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:49.973 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:49 smithi067 bash[79370]: audit 2023-12-09T02:11:48.748659+0000 mon.a (mon.0) 1673 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:49.973 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:49 smithi067 bash[79370]: audit 2023-12-09T02:11:48.751425+0000 mon.a (mon.0) 1674 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:49.973 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:49 smithi067 bash[79370]: audit 2023-12-09T02:11:48.752748+0000 mon.a (mon.0) 1675 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:49.973 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:49 smithi067 bash[79370]: audit 2023-12-09T02:11:48.759849+0000 mon.a (mon.0) 1676 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:49.973 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:49 smithi067 bash[79370]: audit 2023-12-09T02:11:48.839980+0000 mon.a (mon.0) 1677 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:49.973 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:49 smithi067 bash[82083]: audit 2023-12-09T02:11:48.843205+0000 mon.a (mon.0) 1678 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:49.973 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:49 smithi067 bash[82083]: audit 2023-12-09T02:11:48.847668+0000 mon.a (mon.0) 1679 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:49.974 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:49 smithi067 bash[82083]: audit 2023-12-09T02:11:48.849152+0000 mon.a (mon.0) 1680 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:49.974 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:49 smithi067 bash[82083]: audit 2023-12-09T02:11:48.858817+0000 mon.a (mon.0) 1681 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:49.974 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:49 smithi067 bash[82083]: audit 2023-12-09T02:11:48.939532+0000 mon.a (mon.0) 1682 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:49.974 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:49 smithi067 bash[82083]: audit 2023-12-09T02:11:48.941918+0000 mon.a (mon.0) 1683 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:49.974 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:49 smithi067 bash[82083]: audit 2023-12-09T02:11:48.945175+0000 mon.a (mon.0) 1684 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:49.974 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:49 smithi067 bash[82083]: audit 2023-12-09T02:11:48.946203+0000 mon.a (mon.0) 1685 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:49.974 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:49 smithi067 bash[82083]: audit 2023-12-09T02:11:48.954189+0000 mon.a (mon.0) 1686 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:49.974 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:49 smithi067 bash[82083]: audit 2023-12-09T02:11:49.034990+0000 mon.a (mon.0) 1687 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:49.974 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:49 smithi067 bash[82083]: audit 2023-12-09T02:11:49.037023+0000 mon.a (mon.0) 1688 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:49.974 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:49 smithi067 bash[82083]: audit 2023-12-09T02:11:49.039206+0000 mon.a (mon.0) 1689 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:49.974 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:49 smithi067 bash[82083]: audit 2023-12-09T02:11:49.039996+0000 mon.a (mon.0) 1690 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:49.977 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:49 smithi067 bash[82083]: audit 2023-12-09T02:11:49.050311+0000 mon.a (mon.0) 1691 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:49.977 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:49 smithi067 bash[82083]: audit 2023-12-09T02:11:49.129202+0000 mon.a (mon.0) 1692 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:49.977 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:49 smithi067 bash[82083]: audit 2023-12-09T02:11:49.131729+0000 mon.a (mon.0) 1693 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:49.977 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:49 smithi067 bash[82083]: audit 2023-12-09T02:11:49.134153+0000 mon.a (mon.0) 1694 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:49.977 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:49 smithi067 bash[82083]: audit 2023-12-09T02:11:49.135338+0000 mon.a (mon.0) 1695 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:49.977 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:49 smithi067 bash[82083]: audit 2023-12-09T02:11:49.144041+0000 mon.a (mon.0) 1696 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:49.977 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:49 smithi067 bash[82083]: audit 2023-12-09T02:11:49.223129+0000 mon.a (mon.0) 1697 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:49.978 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:49 smithi067 bash[79370]: audit 2023-12-09T02:11:48.843205+0000 mon.a (mon.0) 1678 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:49.978 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:49 smithi067 bash[79370]: audit 2023-12-09T02:11:48.847668+0000 mon.a (mon.0) 1679 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:49.978 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:49 smithi067 bash[79370]: audit 2023-12-09T02:11:48.849152+0000 mon.a (mon.0) 1680 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:49.978 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:49 smithi067 bash[79370]: audit 2023-12-09T02:11:48.858817+0000 mon.a (mon.0) 1681 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:49.978 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:49 smithi067 bash[79370]: audit 2023-12-09T02:11:48.939532+0000 mon.a (mon.0) 1682 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:49.978 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:49 smithi067 bash[79370]: audit 2023-12-09T02:11:48.941918+0000 mon.a (mon.0) 1683 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:49.978 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:49 smithi067 bash[79370]: audit 2023-12-09T02:11:48.945175+0000 mon.a (mon.0) 1684 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:49.978 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:49 smithi067 bash[79370]: audit 2023-12-09T02:11:48.946203+0000 mon.a (mon.0) 1685 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:49.979 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:49 smithi067 bash[79370]: audit 2023-12-09T02:11:48.954189+0000 mon.a (mon.0) 1686 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:49.979 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:49 smithi067 bash[79370]: audit 2023-12-09T02:11:49.034990+0000 mon.a (mon.0) 1687 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:49.979 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:49 smithi067 bash[79370]: audit 2023-12-09T02:11:49.037023+0000 mon.a (mon.0) 1688 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:49.979 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:49 smithi067 bash[79370]: audit 2023-12-09T02:11:49.039206+0000 mon.a (mon.0) 1689 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:49.979 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:49 smithi067 bash[79370]: audit 2023-12-09T02:11:49.039996+0000 mon.a (mon.0) 1690 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:49.979 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:49 smithi067 bash[79370]: audit 2023-12-09T02:11:49.050311+0000 mon.a (mon.0) 1691 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:49.979 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:49 smithi067 bash[79370]: audit 2023-12-09T02:11:49.129202+0000 mon.a (mon.0) 1692 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:49.979 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:49 smithi067 bash[79370]: audit 2023-12-09T02:11:49.131729+0000 mon.a (mon.0) 1693 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:49.979 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:49 smithi067 bash[79370]: audit 2023-12-09T02:11:49.134153+0000 mon.a (mon.0) 1694 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:49.979 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:49 smithi067 bash[79370]: audit 2023-12-09T02:11:49.135338+0000 mon.a (mon.0) 1695 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:49.979 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:49 smithi067 bash[79370]: audit 2023-12-09T02:11:49.144041+0000 mon.a (mon.0) 1696 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:49.979 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:49 smithi067 bash[79370]: audit 2023-12-09T02:11:49.223129+0000 mon.a (mon.0) 1697 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:49.980 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:49 smithi067 bash[82083]: audit 2023-12-09T02:11:49.225711+0000 mon.a (mon.0) 1698 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:49.980 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:49 smithi067 bash[82083]: audit 2023-12-09T02:11:49.229903+0000 mon.a (mon.0) 1699 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:49.980 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:49 smithi067 bash[82083]: audit 2023-12-09T02:11:49.231623+0000 mon.a (mon.0) 1700 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:49.980 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:49 smithi067 bash[82083]: audit 2023-12-09T02:11:49.241258+0000 mon.a (mon.0) 1701 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:49.980 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:49 smithi067 bash[82083]: audit 2023-12-09T02:11:49.325405+0000 mon.a (mon.0) 1702 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:49.980 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:49 smithi067 bash[82083]: audit 2023-12-09T02:11:49.327602+0000 mon.a (mon.0) 1703 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:49.980 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:49 smithi067 bash[82083]: audit 2023-12-09T02:11:49.330386+0000 mon.a (mon.0) 1704 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:49.980 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:49 smithi067 bash[82083]: audit 2023-12-09T02:11:49.331554+0000 mon.a (mon.0) 1705 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:49.980 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:49 smithi067 bash[82083]: audit 2023-12-09T02:11:49.340064+0000 mon.a (mon.0) 1706 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:49.980 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:49 smithi067 bash[82083]: audit 2023-12-09T02:11:49.417214+0000 mon.a (mon.0) 1707 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:49.980 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:49 smithi067 bash[82083]: audit 2023-12-09T02:11:49.419443+0000 mon.a (mon.0) 1708 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:49.980 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:49 smithi067 bash[82083]: audit 2023-12-09T02:11:49.422712+0000 mon.a (mon.0) 1709 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:49.980 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:49 smithi067 bash[82083]: audit 2023-12-09T02:11:49.423582+0000 mon.a (mon.0) 1710 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:49.981 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:49 smithi067 bash[82083]: audit 2023-12-09T02:11:49.430188+0000 mon.a (mon.0) 1711 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:49.981 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:49 smithi067 bash[82083]: audit 2023-12-09T02:11:49.509332+0000 mon.a (mon.0) 1712 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:49.981 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:49 smithi067 bash[82083]: audit 2023-12-09T02:11:49.512423+0000 mon.a (mon.0) 1713 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:49.981 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:49 smithi067 bash[82083]: audit 2023-12-09T02:11:49.515597+0000 mon.a (mon.0) 1714 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:49.981 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:49 smithi067 bash[82083]: audit 2023-12-09T02:11:49.517223+0000 mon.a (mon.0) 1715 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:49.981 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:49 smithi067 bash[82083]: audit 2023-12-09T02:11:49.525652+0000 mon.a (mon.0) 1716 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:49.981 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:49 smithi067 bash[82083]: audit 2023-12-09T02:11:49.606408+0000 mon.a (mon.0) 1717 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:49.981 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:49 smithi067 bash[82083]: audit 2023-12-09T02:11:49.608661+0000 mon.a (mon.0) 1718 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:49.981 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:49 smithi067 bash[82083]: audit 2023-12-09T02:11:49.611388+0000 mon.a (mon.0) 1719 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:49.981 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:49 smithi067 bash[82083]: audit 2023-12-09T02:11:49.612235+0000 mon.a (mon.0) 1720 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:49.981 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:49 smithi067 bash[82083]: audit 2023-12-09T02:11:49.620416+0000 mon.a (mon.0) 1721 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:49.981 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:49 smithi067 bash[79370]: audit 2023-12-09T02:11:49.225711+0000 mon.a (mon.0) 1698 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:49.982 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:49 smithi067 bash[79370]: audit 2023-12-09T02:11:49.229903+0000 mon.a (mon.0) 1699 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:49.982 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:49 smithi067 bash[79370]: audit 2023-12-09T02:11:49.231623+0000 mon.a (mon.0) 1700 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:49.982 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:49 smithi067 bash[79370]: audit 2023-12-09T02:11:49.241258+0000 mon.a (mon.0) 1701 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:49.982 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:49 smithi067 bash[79370]: audit 2023-12-09T02:11:49.325405+0000 mon.a (mon.0) 1702 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:49.982 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:49 smithi067 bash[79370]: audit 2023-12-09T02:11:49.327602+0000 mon.a (mon.0) 1703 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:49.982 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:49 smithi067 bash[79370]: audit 2023-12-09T02:11:49.330386+0000 mon.a (mon.0) 1704 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:49.982 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:49 smithi067 bash[79370]: audit 2023-12-09T02:11:49.331554+0000 mon.a (mon.0) 1705 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:49.982 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:49 smithi067 bash[79370]: audit 2023-12-09T02:11:49.340064+0000 mon.a (mon.0) 1706 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:49.982 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:49 smithi067 bash[79370]: audit 2023-12-09T02:11:49.417214+0000 mon.a (mon.0) 1707 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:49.982 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:49 smithi067 bash[79370]: audit 2023-12-09T02:11:49.419443+0000 mon.a (mon.0) 1708 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:49.983 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:49 smithi067 bash[79370]: audit 2023-12-09T02:11:49.422712+0000 mon.a (mon.0) 1709 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:49.983 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:49 smithi067 bash[79370]: audit 2023-12-09T02:11:49.423582+0000 mon.a (mon.0) 1710 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:49.983 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:49 smithi067 bash[79370]: audit 2023-12-09T02:11:49.430188+0000 mon.a (mon.0) 1711 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:49.983 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:49 smithi067 bash[79370]: audit 2023-12-09T02:11:49.509332+0000 mon.a (mon.0) 1712 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:49.983 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:49 smithi067 bash[79370]: audit 2023-12-09T02:11:49.512423+0000 mon.a (mon.0) 1713 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:49.983 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:49 smithi067 bash[79370]: audit 2023-12-09T02:11:49.515597+0000 mon.a (mon.0) 1714 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:49.983 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:49 smithi067 bash[79370]: audit 2023-12-09T02:11:49.517223+0000 mon.a (mon.0) 1715 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:49.983 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:49 smithi067 bash[79370]: audit 2023-12-09T02:11:49.525652+0000 mon.a (mon.0) 1716 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:49.983 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:49 smithi067 bash[79370]: audit 2023-12-09T02:11:49.606408+0000 mon.a (mon.0) 1717 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:49.984 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:49 smithi067 bash[79370]: audit 2023-12-09T02:11:49.608661+0000 mon.a (mon.0) 1718 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:49.984 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:49 smithi067 bash[79370]: audit 2023-12-09T02:11:49.611388+0000 mon.a (mon.0) 1719 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:49.984 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:49 smithi067 bash[79370]: audit 2023-12-09T02:11:49.612235+0000 mon.a (mon.0) 1720 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:49.984 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:49 smithi067 bash[79370]: audit 2023-12-09T02:11:49.620416+0000 mon.a (mon.0) 1721 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:49.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:49 smithi125 bash[66801]: cephadm 2023-12-09T02:11:47.737003+0000 mgr.y (mgr.25480) 410 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:49.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:49 smithi125 bash[66801]: cephadm 2023-12-09T02:11:47.833994+0000 mgr.y (mgr.25480) 411 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:49.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:49 smithi125 bash[66801]: cephadm 2023-12-09T02:11:47.934207+0000 mgr.y (mgr.25480) 412 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:49.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:49 smithi125 bash[66801]: cephadm 2023-12-09T02:11:48.014690+0000 mgr.y (mgr.25480) 413 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:49.986 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:49 smithi125 bash[66801]: cephadm 2023-12-09T02:11:48.107848+0000 mgr.y (mgr.25480) 414 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:49.986 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:49 smithi125 bash[66801]: cephadm 2023-12-09T02:11:48.204466+0000 mgr.y (mgr.25480) 415 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:49.986 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:49 smithi125 bash[66801]: cephadm 2023-12-09T02:11:48.305554+0000 mgr.y (mgr.25480) 416 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:49.986 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:49 smithi125 bash[66801]: cephadm 2023-12-09T02:11:48.383286+0000 mgr.y (mgr.25480) 417 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:49.986 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:49 smithi125 bash[66801]: cephadm 2023-12-09T02:11:48.478623+0000 mgr.y (mgr.25480) 418 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:49.986 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:49 smithi125 bash[66801]: cephadm 2023-12-09T02:11:48.572038+0000 mgr.y (mgr.25480) 419 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:49.986 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:49 smithi125 bash[66801]: audit 2023-12-09T02:11:48.629805+0000 mgr.y (mgr.25480) 420 : audit 0 from='client.25420 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:11:49.986 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:49 smithi125 bash[66801]: cephadm 2023-12-09T02:11:48.667551+0000 mgr.y (mgr.25480) 421 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:49.986 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:49 smithi125 bash[66801]: audit 2023-12-09T02:11:48.679551+0000 mon.c (mon.1) 6 : audit 1 from='osd.0 [v2:172.21.15.67:6802/3249608452,v1:172.21.15.67:6803/3249608452]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-09T02:11:49.986 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:49 smithi125 bash[66801]: audit 2023-12-09T02:11:48.679948+0000 mon.a (mon.0) 1671 : audit 1 from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-09T02:11:49.986 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:49 smithi125 bash[66801]: audit 2023-12-09T02:11:48.746598+0000 mon.a (mon.0) 1672 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:49.986 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:49 smithi125 bash[66801]: audit 2023-12-09T02:11:48.748659+0000 mon.a (mon.0) 1673 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:49.987 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:49 smithi125 bash[66801]: audit 2023-12-09T02:11:48.751425+0000 mon.a (mon.0) 1674 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:49.987 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:49 smithi125 bash[66801]: audit 2023-12-09T02:11:48.752748+0000 mon.a (mon.0) 1675 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:49.987 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:49 smithi125 bash[66801]: audit 2023-12-09T02:11:48.759849+0000 mon.a (mon.0) 1676 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:49.987 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:49 smithi125 bash[66801]: audit 2023-12-09T02:11:48.839980+0000 mon.a (mon.0) 1677 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:49.987 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:49 smithi125 bash[66801]: audit 2023-12-09T02:11:48.843205+0000 mon.a (mon.0) 1678 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:49.987 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:49 smithi125 bash[66801]: audit 2023-12-09T02:11:48.847668+0000 mon.a (mon.0) 1679 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:49.987 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:49 smithi125 bash[66801]: audit 2023-12-09T02:11:48.849152+0000 mon.a (mon.0) 1680 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:49.987 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:49 smithi125 bash[66801]: audit 2023-12-09T02:11:48.858817+0000 mon.a (mon.0) 1681 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:49.988 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:49 smithi125 bash[66801]: audit 2023-12-09T02:11:48.939532+0000 mon.a (mon.0) 1682 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:49.988 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:49 smithi125 bash[66801]: audit 2023-12-09T02:11:48.941918+0000 mon.a (mon.0) 1683 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:49.988 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:49 smithi125 bash[66801]: audit 2023-12-09T02:11:48.945175+0000 mon.a (mon.0) 1684 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:49.988 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:49 smithi125 bash[66801]: audit 2023-12-09T02:11:48.946203+0000 mon.a (mon.0) 1685 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:49.988 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:49 smithi125 bash[66801]: audit 2023-12-09T02:11:48.954189+0000 mon.a (mon.0) 1686 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:49.988 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:49 smithi125 bash[66801]: audit 2023-12-09T02:11:49.034990+0000 mon.a (mon.0) 1687 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:49.989 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:49 smithi125 bash[66801]: audit 2023-12-09T02:11:49.037023+0000 mon.a (mon.0) 1688 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:49.989 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:49 smithi125 bash[66801]: audit 2023-12-09T02:11:49.039206+0000 mon.a (mon.0) 1689 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:49.989 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:49 smithi125 bash[66801]: audit 2023-12-09T02:11:49.039996+0000 mon.a (mon.0) 1690 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:49.989 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:49 smithi125 bash[66801]: audit 2023-12-09T02:11:49.050311+0000 mon.a (mon.0) 1691 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:49.989 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:49 smithi125 bash[66801]: audit 2023-12-09T02:11:49.129202+0000 mon.a (mon.0) 1692 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:49.989 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:49 smithi125 bash[66801]: audit 2023-12-09T02:11:49.131729+0000 mon.a (mon.0) 1693 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:49.989 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:49 smithi125 bash[66801]: audit 2023-12-09T02:11:49.134153+0000 mon.a (mon.0) 1694 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:49.989 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:49 smithi125 bash[66801]: audit 2023-12-09T02:11:49.135338+0000 mon.a (mon.0) 1695 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:49.989 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:49 smithi125 bash[66801]: audit 2023-12-09T02:11:49.144041+0000 mon.a (mon.0) 1696 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:49.989 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:49 smithi125 bash[66801]: audit 2023-12-09T02:11:49.223129+0000 mon.a (mon.0) 1697 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:49.989 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:49 smithi125 bash[66801]: audit 2023-12-09T02:11:49.225711+0000 mon.a (mon.0) 1698 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:49.989 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:49 smithi125 bash[66801]: audit 2023-12-09T02:11:49.229903+0000 mon.a (mon.0) 1699 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:49.989 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:49 smithi125 bash[66801]: audit 2023-12-09T02:11:49.231623+0000 mon.a (mon.0) 1700 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:49.989 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:49 smithi125 bash[66801]: audit 2023-12-09T02:11:49.241258+0000 mon.a (mon.0) 1701 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:49.989 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:49 smithi125 bash[66801]: audit 2023-12-09T02:11:49.325405+0000 mon.a (mon.0) 1702 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:49.990 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:49 smithi125 bash[66801]: audit 2023-12-09T02:11:49.327602+0000 mon.a (mon.0) 1703 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:49.990 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:49 smithi125 bash[66801]: audit 2023-12-09T02:11:49.330386+0000 mon.a (mon.0) 1704 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:49.990 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:49 smithi125 bash[66801]: audit 2023-12-09T02:11:49.331554+0000 mon.a (mon.0) 1705 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:49.990 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:49 smithi125 bash[66801]: audit 2023-12-09T02:11:49.340064+0000 mon.a (mon.0) 1706 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:49.990 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:49 smithi125 bash[66801]: audit 2023-12-09T02:11:49.417214+0000 mon.a (mon.0) 1707 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:49.990 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:49 smithi125 bash[66801]: audit 2023-12-09T02:11:49.419443+0000 mon.a (mon.0) 1708 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:49.990 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:49 smithi125 bash[66801]: audit 2023-12-09T02:11:49.422712+0000 mon.a (mon.0) 1709 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:49.990 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:49 smithi125 bash[66801]: audit 2023-12-09T02:11:49.423582+0000 mon.a (mon.0) 1710 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:49.990 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:49 smithi125 bash[66801]: audit 2023-12-09T02:11:49.430188+0000 mon.a (mon.0) 1711 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:49.990 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:49 smithi125 bash[66801]: audit 2023-12-09T02:11:49.509332+0000 mon.a (mon.0) 1712 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:49.990 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:49 smithi125 bash[66801]: audit 2023-12-09T02:11:49.512423+0000 mon.a (mon.0) 1713 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:49.990 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:49 smithi125 bash[66801]: audit 2023-12-09T02:11:49.515597+0000 mon.a (mon.0) 1714 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:49.990 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:49 smithi125 bash[66801]: audit 2023-12-09T02:11:49.517223+0000 mon.a (mon.0) 1715 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:49.990 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:49 smithi125 bash[66801]: audit 2023-12-09T02:11:49.525652+0000 mon.a (mon.0) 1716 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:49.991 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:49 smithi125 bash[66801]: audit 2023-12-09T02:11:49.606408+0000 mon.a (mon.0) 1717 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:49.991 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:49 smithi125 bash[66801]: audit 2023-12-09T02:11:49.608661+0000 mon.a (mon.0) 1718 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:49.991 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:49 smithi125 bash[66801]: audit 2023-12-09T02:11:49.611388+0000 mon.a (mon.0) 1719 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:49.991 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:49 smithi125 bash[66801]: audit 2023-12-09T02:11:49.612235+0000 mon.a (mon.0) 1720 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:49.991 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:49 smithi125 bash[66801]: audit 2023-12-09T02:11:49.620416+0000 mon.a (mon.0) 1721 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:50.199 INFO:teuthology.orchestra.run.smithi067.stdout:true 2023-12-09T02:11:50.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:50 smithi067 bash[79370]: cephadm 2023-12-09T02:11:48.760383+0000 mgr.y (mgr.25480) 422 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:50.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:50 smithi067 bash[79370]: cephadm 2023-12-09T02:11:48.859469+0000 mgr.y (mgr.25480) 423 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:50.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:50 smithi067 bash[79370]: cephadm 2023-12-09T02:11:48.954788+0000 mgr.y (mgr.25480) 424 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:50.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:50 smithi067 bash[79370]: cephadm 2023-12-09T02:11:49.050986+0000 mgr.y (mgr.25480) 425 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:50.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:50 smithi067 bash[79370]: cluster 2023-12-09T02:11:49.104652+0000 mgr.y (mgr.25480) 426 : cluster 0 pgmap v64: 161 pgs: 18 active+undersized+degraded, 40 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 992 B/s rd, 0 op/s; 74/726 objects degraded (10.193%) 2023-12-09T02:11:50.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:50 smithi067 bash[79370]: cephadm 2023-12-09T02:11:49.144691+0000 mgr.y (mgr.25480) 427 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:50.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:50 smithi067 bash[79370]: cephadm 2023-12-09T02:11:49.242064+0000 mgr.y (mgr.25480) 428 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:50.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:50 smithi067 bash[79370]: cephadm 2023-12-09T02:11:49.340640+0000 mgr.y (mgr.25480) 429 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:50.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:50 smithi067 bash[79370]: cephadm 2023-12-09T02:11:49.430942+0000 mgr.y (mgr.25480) 430 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:50.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:50 smithi067 bash[79370]: cephadm 2023-12-09T02:11:49.526360+0000 mgr.y (mgr.25480) 431 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:50.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:50 smithi067 bash[79370]: cephadm 2023-12-09T02:11:49.620972+0000 mgr.y (mgr.25480) 432 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:50.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:50 smithi067 bash[79370]: audit 2023-12-09T02:11:49.683440+0000 mon.a (mon.0) 1722 : audit 1 from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-12-09T02:11:50.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:50 smithi067 bash[79370]: cluster 2023-12-09T02:11:49.684786+0000 osd.2 (osd.2) 6 : cluster 3 failed to encode map e108 with expected crc 2023-12-09T02:11:50.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:50 smithi067 bash[79370]: cluster 2023-12-09T02:11:49.686933+0000 mon.a (mon.0) 1723 : cluster 0 osdmap e108: 8 total, 7 up, 8 in 2023-12-09T02:11:50.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:50 smithi067 bash[79370]: cluster 2023-12-09T02:11:49.688077+0000 osd.1 (osd.1) 5 : cluster 3 failed to encode map e108 with expected crc 2023-12-09T02:11:50.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:50 smithi067 bash[79370]: audit 2023-12-09T02:11:49.693643+0000 mon.c (mon.1) 7 : audit 1 from='osd.0 [v2:172.21.15.67:6802/3249608452,v1:172.21.15.67:6803/3249608452]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi067", "root=default"]}]: dispatch 2023-12-09T02:11:50.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:50 smithi067 bash[79370]: audit 2023-12-09T02:11:49.694135+0000 mon.a (mon.0) 1724 : audit 1 from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi067", "root=default"]}]: dispatch 2023-12-09T02:11:50.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:50 smithi067 bash[79370]: cluster 2023-12-09T02:11:49.694669+0000 osd.5 (osd.5) 7 : cluster 3 failed to encode map e108 with expected crc 2023-12-09T02:11:50.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:50 smithi067 bash[79370]: cluster 2023-12-09T02:11:49.696432+0000 osd.6 (osd.6) 5 : cluster 3 failed to encode map e108 with expected crc 2023-12-09T02:11:50.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:50 smithi067 bash[79370]: audit 2023-12-09T02:11:49.700195+0000 mon.a (mon.0) 1725 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:50.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:50 smithi067 bash[79370]: cluster 2023-12-09T02:11:49.701720+0000 osd.4 (osd.4) 5 : cluster 3 failed to encode map e108 with expected crc 2023-12-09T02:11:50.972 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:50 smithi067 bash[82083]: cephadm 2023-12-09T02:11:48.760383+0000 mgr.y (mgr.25480) 422 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:50.972 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:50 smithi067 bash[82083]: cephadm 2023-12-09T02:11:48.859469+0000 mgr.y (mgr.25480) 423 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:50.972 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:50 smithi067 bash[82083]: cephadm 2023-12-09T02:11:48.954788+0000 mgr.y (mgr.25480) 424 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:50.972 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:50 smithi067 bash[82083]: cephadm 2023-12-09T02:11:49.050986+0000 mgr.y (mgr.25480) 425 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:50.972 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:50 smithi067 bash[82083]: cluster 2023-12-09T02:11:49.104652+0000 mgr.y (mgr.25480) 426 : cluster 0 pgmap v64: 161 pgs: 18 active+undersized+degraded, 40 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 992 B/s rd, 0 op/s; 74/726 objects degraded (10.193%) 2023-12-09T02:11:50.972 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:50 smithi067 bash[82083]: cephadm 2023-12-09T02:11:49.144691+0000 mgr.y (mgr.25480) 427 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:50.972 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:50 smithi067 bash[82083]: cephadm 2023-12-09T02:11:49.242064+0000 mgr.y (mgr.25480) 428 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:50.972 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:50 smithi067 bash[82083]: cephadm 2023-12-09T02:11:49.340640+0000 mgr.y (mgr.25480) 429 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:50.972 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:50 smithi067 bash[82083]: cephadm 2023-12-09T02:11:49.430942+0000 mgr.y (mgr.25480) 430 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:50.972 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:50 smithi067 bash[82083]: cephadm 2023-12-09T02:11:49.526360+0000 mgr.y (mgr.25480) 431 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:50.972 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:50 smithi067 bash[82083]: cephadm 2023-12-09T02:11:49.620972+0000 mgr.y (mgr.25480) 432 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:50.972 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:50 smithi067 bash[82083]: audit 2023-12-09T02:11:49.683440+0000 mon.a (mon.0) 1722 : audit 1 from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-12-09T02:11:50.972 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:50 smithi067 bash[82083]: cluster 2023-12-09T02:11:49.684786+0000 osd.2 (osd.2) 6 : cluster 3 failed to encode map e108 with expected crc 2023-12-09T02:11:50.972 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:50 smithi067 bash[82083]: cluster 2023-12-09T02:11:49.686933+0000 mon.a (mon.0) 1723 : cluster 0 osdmap e108: 8 total, 7 up, 8 in 2023-12-09T02:11:50.972 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:50 smithi067 bash[82083]: cluster 2023-12-09T02:11:49.688077+0000 osd.1 (osd.1) 5 : cluster 3 failed to encode map e108 with expected crc 2023-12-09T02:11:50.973 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:50 smithi067 bash[82083]: audit 2023-12-09T02:11:49.693643+0000 mon.c (mon.1) 7 : audit 1 from='osd.0 [v2:172.21.15.67:6802/3249608452,v1:172.21.15.67:6803/3249608452]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi067", "root=default"]}]: dispatch 2023-12-09T02:11:50.973 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:50 smithi067 bash[82083]: audit 2023-12-09T02:11:49.694135+0000 mon.a (mon.0) 1724 : audit 1 from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi067", "root=default"]}]: dispatch 2023-12-09T02:11:50.973 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:50 smithi067 bash[82083]: cluster 2023-12-09T02:11:49.694669+0000 osd.5 (osd.5) 7 : cluster 3 failed to encode map e108 with expected crc 2023-12-09T02:11:50.973 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:50 smithi067 bash[82083]: cluster 2023-12-09T02:11:49.696432+0000 osd.6 (osd.6) 5 : cluster 3 failed to encode map e108 with expected crc 2023-12-09T02:11:50.973 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:50 smithi067 bash[82083]: audit 2023-12-09T02:11:49.700195+0000 mon.a (mon.0) 1725 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:50.973 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:50 smithi067 bash[82083]: cluster 2023-12-09T02:11:49.701720+0000 osd.4 (osd.4) 5 : cluster 3 failed to encode map e108 with expected crc 2023-12-09T02:11:50.973 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:50 smithi067 bash[79370]: cluster 2023-12-09T02:11:49.702377+0000 osd.3 (osd.3) 6 : cluster 3 failed to encode map e108 with expected crc 2023-12-09T02:11:50.973 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:50 smithi067 bash[79370]: audit 2023-12-09T02:11:49.703533+0000 mon.a (mon.0) 1726 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:50.973 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:50 smithi067 bash[79370]: audit 2023-12-09T02:11:49.708152+0000 mon.a (mon.0) 1727 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:50.973 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:50 smithi067 bash[79370]: audit 2023-12-09T02:11:49.710678+0000 mon.a (mon.0) 1728 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:50.973 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:50 smithi067 bash[79370]: audit 2023-12-09T02:11:49.731956+0000 mon.a (mon.0) 1729 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:50.974 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:50 smithi067 bash[79370]: cephadm 2023-12-09T02:11:49.733913+0000 mgr.y (mgr.25480) 433 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:50.974 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:50 smithi067 bash[79370]: audit 2023-12-09T02:11:49.799654+0000 mon.a (mon.0) 1730 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:50.974 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:50 smithi067 bash[79370]: audit 2023-12-09T02:11:49.802082+0000 mon.a (mon.0) 1731 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:50.974 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:50 smithi067 bash[79370]: audit 2023-12-09T02:11:49.804368+0000 mon.a (mon.0) 1732 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:50.974 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:50 smithi067 bash[79370]: audit 2023-12-09T02:11:49.805186+0000 mon.a (mon.0) 1733 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:50.974 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:50 smithi067 bash[79370]: audit 2023-12-09T02:11:49.810587+0000 mon.a (mon.0) 1734 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:50.974 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:50 smithi067 bash[79370]: cephadm 2023-12-09T02:11:49.811256+0000 mgr.y (mgr.25480) 434 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:50.974 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:50 smithi067 bash[79370]: audit 2023-12-09T02:11:49.921879+0000 mon.a (mon.0) 1735 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:50.974 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:50 smithi067 bash[79370]: audit 2023-12-09T02:11:49.923891+0000 mon.a (mon.0) 1736 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:50.974 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:50 smithi067 bash[79370]: audit 2023-12-09T02:11:49.926291+0000 mon.a (mon.0) 1737 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:50.974 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:50 smithi067 bash[79370]: audit 2023-12-09T02:11:49.927107+0000 mon.a (mon.0) 1738 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:50.974 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:50 smithi067 bash[79370]: audit 2023-12-09T02:11:49.935827+0000 mon.a (mon.0) 1739 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:50.974 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:50 smithi067 bash[79370]: cephadm 2023-12-09T02:11:49.936481+0000 mgr.y (mgr.25480) 435 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:50.974 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:50 smithi067 bash[79370]: audit 2023-12-09T02:11:49.998814+0000 mon.a (mon.0) 1740 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:50.975 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:50 smithi067 bash[79370]: audit 2023-12-09T02:11:50.001570+0000 mon.a (mon.0) 1741 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:50.975 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:50 smithi067 bash[82083]: cluster 2023-12-09T02:11:49.702377+0000 osd.3 (osd.3) 6 : cluster 3 failed to encode map e108 with expected crc 2023-12-09T02:11:50.975 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:50 smithi067 bash[82083]: audit 2023-12-09T02:11:49.703533+0000 mon.a (mon.0) 1726 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:50.975 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:50 smithi067 bash[82083]: audit 2023-12-09T02:11:49.708152+0000 mon.a (mon.0) 1727 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:50.975 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:50 smithi067 bash[82083]: audit 2023-12-09T02:11:49.710678+0000 mon.a (mon.0) 1728 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:50.975 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:50 smithi067 bash[82083]: audit 2023-12-09T02:11:49.731956+0000 mon.a (mon.0) 1729 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:50.975 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:50 smithi067 bash[82083]: cephadm 2023-12-09T02:11:49.733913+0000 mgr.y (mgr.25480) 433 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:50.975 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:50 smithi067 bash[82083]: audit 2023-12-09T02:11:49.799654+0000 mon.a (mon.0) 1730 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:50.975 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:50 smithi067 bash[82083]: audit 2023-12-09T02:11:49.802082+0000 mon.a (mon.0) 1731 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:50.975 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:50 smithi067 bash[82083]: audit 2023-12-09T02:11:49.804368+0000 mon.a (mon.0) 1732 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:50.975 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:50 smithi067 bash[82083]: audit 2023-12-09T02:11:49.805186+0000 mon.a (mon.0) 1733 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:50.975 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:50 smithi067 bash[82083]: audit 2023-12-09T02:11:49.810587+0000 mon.a (mon.0) 1734 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:50.976 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:50 smithi067 bash[82083]: cephadm 2023-12-09T02:11:49.811256+0000 mgr.y (mgr.25480) 434 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:50.976 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:50 smithi067 bash[82083]: audit 2023-12-09T02:11:49.921879+0000 mon.a (mon.0) 1735 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:50.976 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:50 smithi067 bash[82083]: audit 2023-12-09T02:11:49.923891+0000 mon.a (mon.0) 1736 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:50.976 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:50 smithi067 bash[82083]: audit 2023-12-09T02:11:49.926291+0000 mon.a (mon.0) 1737 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:50.976 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:50 smithi067 bash[82083]: audit 2023-12-09T02:11:49.927107+0000 mon.a (mon.0) 1738 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:50.976 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:50 smithi067 bash[82083]: audit 2023-12-09T02:11:49.935827+0000 mon.a (mon.0) 1739 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:50.976 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:50 smithi067 bash[82083]: cephadm 2023-12-09T02:11:49.936481+0000 mgr.y (mgr.25480) 435 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:50.976 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:50 smithi067 bash[82083]: audit 2023-12-09T02:11:49.998814+0000 mon.a (mon.0) 1740 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:50.976 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:50 smithi067 bash[82083]: audit 2023-12-09T02:11:50.001570+0000 mon.a (mon.0) 1741 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:50.976 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:50 smithi067 bash[79370]: audit 2023-12-09T02:11:50.004489+0000 mon.a (mon.0) 1742 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:50.976 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:50 smithi067 bash[79370]: audit 2023-12-09T02:11:50.005649+0000 mon.a (mon.0) 1743 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:50.976 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:50 smithi067 bash[79370]: audit 2023-12-09T02:11:50.017986+0000 mon.a (mon.0) 1744 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:50.977 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:50 smithi067 bash[79370]: cephadm 2023-12-09T02:11:50.019307+0000 mgr.y (mgr.25480) 436 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:50.977 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:50 smithi067 bash[79370]: audit 2023-12-09T02:11:50.099036+0000 mon.a (mon.0) 1745 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:50.977 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:50 smithi067 bash[79370]: audit 2023-12-09T02:11:50.101300+0000 mon.a (mon.0) 1746 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:50.977 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:50 smithi067 bash[79370]: audit 2023-12-09T02:11:50.104229+0000 mon.a (mon.0) 1747 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:50.977 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:50 smithi067 bash[79370]: audit 2023-12-09T02:11:50.105740+0000 mon.a (mon.0) 1748 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:50.977 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:50 smithi067 bash[79370]: audit 2023-12-09T02:11:50.114270+0000 mon.a (mon.0) 1749 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:50.977 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:50 smithi067 bash[79370]: cephadm 2023-12-09T02:11:50.115109+0000 mgr.y (mgr.25480) 437 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:50.977 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:50 smithi067 bash[79370]: audit 2023-12-09T02:11:50.179822+0000 mgr.y (mgr.25480) 438 : audit 0 from='client.34248 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:11:50.977 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:50 smithi067 bash[79370]: audit 2023-12-09T02:11:50.195942+0000 mon.a (mon.0) 1750 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:50.977 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:50 smithi067 bash[79370]: audit 2023-12-09T02:11:50.198954+0000 mon.a (mon.0) 1751 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:50.977 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:50 smithi067 bash[79370]: audit 2023-12-09T02:11:50.202990+0000 mon.a (mon.0) 1752 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:50.977 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:50 smithi067 bash[79370]: audit 2023-12-09T02:11:50.204202+0000 mon.a (mon.0) 1753 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:50.977 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:50 smithi067 bash[79370]: audit 2023-12-09T02:11:50.216701+0000 mon.a (mon.0) 1754 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:50.977 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:50 smithi067 bash[79370]: cephadm 2023-12-09T02:11:50.217573+0000 mgr.y (mgr.25480) 439 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:50.977 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:50 smithi067 bash[79370]: audit 2023-12-09T02:11:50.295779+0000 mon.a (mon.0) 1755 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:50.978 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:50 smithi067 bash[79370]: audit 2023-12-09T02:11:50.300194+0000 mon.a (mon.0) 1756 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:50.978 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:50 smithi067 bash[79370]: audit 2023-12-09T02:11:50.303342+0000 mon.a (mon.0) 1757 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:50.978 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:50 smithi067 bash[82083]: audit 2023-12-09T02:11:50.004489+0000 mon.a (mon.0) 1742 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:50.978 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:50 smithi067 bash[82083]: audit 2023-12-09T02:11:50.005649+0000 mon.a (mon.0) 1743 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:50.978 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:50 smithi067 bash[82083]: audit 2023-12-09T02:11:50.017986+0000 mon.a (mon.0) 1744 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:50.978 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:50 smithi067 bash[82083]: cephadm 2023-12-09T02:11:50.019307+0000 mgr.y (mgr.25480) 436 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:50.978 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:50 smithi067 bash[82083]: audit 2023-12-09T02:11:50.099036+0000 mon.a (mon.0) 1745 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:50.978 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:50 smithi067 bash[82083]: audit 2023-12-09T02:11:50.101300+0000 mon.a (mon.0) 1746 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:50.978 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:50 smithi067 bash[82083]: audit 2023-12-09T02:11:50.104229+0000 mon.a (mon.0) 1747 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:50.978 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:50 smithi067 bash[82083]: audit 2023-12-09T02:11:50.105740+0000 mon.a (mon.0) 1748 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:50.978 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:50 smithi067 bash[82083]: audit 2023-12-09T02:11:50.114270+0000 mon.a (mon.0) 1749 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:50.979 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:50 smithi067 bash[82083]: cephadm 2023-12-09T02:11:50.115109+0000 mgr.y (mgr.25480) 437 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:50.979 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:50 smithi067 bash[82083]: audit 2023-12-09T02:11:50.179822+0000 mgr.y (mgr.25480) 438 : audit 0 from='client.34248 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:11:50.979 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:50 smithi067 bash[82083]: audit 2023-12-09T02:11:50.195942+0000 mon.a (mon.0) 1750 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:50.979 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:50 smithi067 bash[82083]: audit 2023-12-09T02:11:50.198954+0000 mon.a (mon.0) 1751 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:50.979 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:50 smithi067 bash[82083]: audit 2023-12-09T02:11:50.202990+0000 mon.a (mon.0) 1752 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:50.979 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:50 smithi067 bash[82083]: audit 2023-12-09T02:11:50.204202+0000 mon.a (mon.0) 1753 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:50.979 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:50 smithi067 bash[82083]: audit 2023-12-09T02:11:50.216701+0000 mon.a (mon.0) 1754 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:50.979 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:50 smithi067 bash[82083]: cephadm 2023-12-09T02:11:50.217573+0000 mgr.y (mgr.25480) 439 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:50.979 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:50 smithi067 bash[82083]: audit 2023-12-09T02:11:50.295779+0000 mon.a (mon.0) 1755 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:50.979 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:50 smithi067 bash[82083]: audit 2023-12-09T02:11:50.300194+0000 mon.a (mon.0) 1756 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:50.979 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:50 smithi067 bash[82083]: audit 2023-12-09T02:11:50.303342+0000 mon.a (mon.0) 1757 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:50.980 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:50 smithi067 bash[79370]: audit 2023-12-09T02:11:50.304491+0000 mon.a (mon.0) 1758 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:50.980 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:50 smithi067 bash[79370]: audit 2023-12-09T02:11:50.313360+0000 mon.a (mon.0) 1759 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:50.980 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:50 smithi067 bash[79370]: cephadm 2023-12-09T02:11:50.314218+0000 mgr.y (mgr.25480) 440 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:50.980 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:50 smithi067 bash[79370]: audit 2023-12-09T02:11:50.393590+0000 mon.a (mon.0) 1760 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:50.980 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:50 smithi067 bash[79370]: audit 2023-12-09T02:11:50.397324+0000 mon.a (mon.0) 1761 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:50.980 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:50 smithi067 bash[79370]: audit 2023-12-09T02:11:50.401081+0000 mon.a (mon.0) 1762 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:50.980 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:50 smithi067 bash[79370]: audit 2023-12-09T02:11:50.402384+0000 mon.a (mon.0) 1763 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:50.980 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:50 smithi067 bash[79370]: audit 2023-12-09T02:11:50.413722+0000 mon.a (mon.0) 1764 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:50.980 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:50 smithi067 bash[79370]: cephadm 2023-12-09T02:11:50.414677+0000 mgr.y (mgr.25480) 441 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:50.980 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:50 smithi067 bash[79370]: audit 2023-12-09T02:11:50.491662+0000 mon.a (mon.0) 1765 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:50.980 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:50 smithi067 bash[79370]: audit 2023-12-09T02:11:50.494084+0000 mon.a (mon.0) 1766 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:50.980 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:50 smithi067 bash[79370]: audit 2023-12-09T02:11:50.496371+0000 mon.a (mon.0) 1767 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:50.980 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:50 smithi067 bash[79370]: audit 2023-12-09T02:11:50.497139+0000 mon.a (mon.0) 1768 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:50.981 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:50 smithi067 bash[79370]: audit 2023-12-09T02:11:50.502696+0000 mon.a (mon.0) 1769 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:50.981 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:50 smithi067 bash[79370]: cephadm 2023-12-09T02:11:50.503297+0000 mgr.y (mgr.25480) 442 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:50.981 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:50 smithi067 bash[79370]: audit 2023-12-09T02:11:50.580625+0000 mon.a (mon.0) 1770 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:50.981 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:50 smithi067 bash[79370]: audit 2023-12-09T02:11:50.582929+0000 mon.a (mon.0) 1771 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:50.981 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:50 smithi067 bash[79370]: audit 2023-12-09T02:11:50.585226+0000 mon.a (mon.0) 1772 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:50.981 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:50 smithi067 bash[79370]: audit 2023-12-09T02:11:50.586059+0000 mon.a (mon.0) 1773 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:50.981 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:50 smithi067 bash[79370]: audit 2023-12-09T02:11:50.591814+0000 mon.a (mon.0) 1774 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:50.981 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:50 smithi067 bash[79370]: cephadm 2023-12-09T02:11:50.592385+0000 mgr.y (mgr.25480) 443 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:50.981 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:50 smithi067 bash[79370]: audit 2023-12-09T02:11:50.623784+0000 mgr.y (mgr.25480) 444 : audit 0 from='client.44182 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:11:50.981 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:50 smithi067 bash[79370]: audit 2023-12-09T02:11:50.673886+0000 mon.a (mon.0) 1775 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:50.981 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:50 smithi067 bash[79370]: audit 2023-12-09T02:11:50.676367+0000 mon.a (mon.0) 1776 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:50.981 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:50 smithi067 bash[79370]: audit 2023-12-09T02:11:50.679210+0000 mon.a (mon.0) 1777 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:50.981 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:50 smithi067 bash[79370]: audit 2023-12-09T02:11:50.680236+0000 mon.a (mon.0) 1778 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:50.982 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:50 smithi067 bash[82083]: audit 2023-12-09T02:11:50.304491+0000 mon.a (mon.0) 1758 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:50.982 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:50 smithi067 bash[82083]: audit 2023-12-09T02:11:50.313360+0000 mon.a (mon.0) 1759 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:50.982 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:50 smithi067 bash[82083]: cephadm 2023-12-09T02:11:50.314218+0000 mgr.y (mgr.25480) 440 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:50.982 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:50 smithi067 bash[82083]: audit 2023-12-09T02:11:50.393590+0000 mon.a (mon.0) 1760 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:50.982 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:50 smithi067 bash[82083]: audit 2023-12-09T02:11:50.397324+0000 mon.a (mon.0) 1761 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:50.982 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:50 smithi067 bash[82083]: audit 2023-12-09T02:11:50.401081+0000 mon.a (mon.0) 1762 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:50.982 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:50 smithi067 bash[82083]: audit 2023-12-09T02:11:50.402384+0000 mon.a (mon.0) 1763 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:50.982 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:50 smithi067 bash[82083]: audit 2023-12-09T02:11:50.413722+0000 mon.a (mon.0) 1764 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:50.982 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:50 smithi067 bash[82083]: cephadm 2023-12-09T02:11:50.414677+0000 mgr.y (mgr.25480) 441 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:50.982 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:50 smithi067 bash[82083]: audit 2023-12-09T02:11:50.491662+0000 mon.a (mon.0) 1765 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:50.982 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:50 smithi067 bash[82083]: audit 2023-12-09T02:11:50.494084+0000 mon.a (mon.0) 1766 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:50.982 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:50 smithi067 bash[82083]: audit 2023-12-09T02:11:50.496371+0000 mon.a (mon.0) 1767 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:50.983 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:50 smithi067 bash[82083]: audit 2023-12-09T02:11:50.497139+0000 mon.a (mon.0) 1768 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:50.983 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:50 smithi067 bash[82083]: audit 2023-12-09T02:11:50.502696+0000 mon.a (mon.0) 1769 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:50.983 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:50 smithi067 bash[82083]: cephadm 2023-12-09T02:11:50.503297+0000 mgr.y (mgr.25480) 442 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:50.983 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:50 smithi067 bash[82083]: audit 2023-12-09T02:11:50.580625+0000 mon.a (mon.0) 1770 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:50.983 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:50 smithi067 bash[82083]: audit 2023-12-09T02:11:50.582929+0000 mon.a (mon.0) 1771 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:50.983 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:50 smithi067 bash[82083]: audit 2023-12-09T02:11:50.585226+0000 mon.a (mon.0) 1772 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:50.983 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:50 smithi067 bash[82083]: audit 2023-12-09T02:11:50.586059+0000 mon.a (mon.0) 1773 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:50.983 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:50 smithi067 bash[82083]: audit 2023-12-09T02:11:50.591814+0000 mon.a (mon.0) 1774 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:50.983 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:50 smithi067 bash[82083]: cephadm 2023-12-09T02:11:50.592385+0000 mgr.y (mgr.25480) 443 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:50.983 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:50 smithi067 bash[82083]: audit 2023-12-09T02:11:50.623784+0000 mgr.y (mgr.25480) 444 : audit 0 from='client.44182 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:11:50.983 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:50 smithi067 bash[82083]: audit 2023-12-09T02:11:50.673886+0000 mon.a (mon.0) 1775 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:50.983 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:50 smithi067 bash[82083]: audit 2023-12-09T02:11:50.676367+0000 mon.a (mon.0) 1776 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:50.983 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:50 smithi067 bash[82083]: audit 2023-12-09T02:11:50.679210+0000 mon.a (mon.0) 1777 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:50.983 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:50 smithi067 bash[82083]: audit 2023-12-09T02:11:50.680236+0000 mon.a (mon.0) 1778 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:50.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:50 smithi125 bash[66801]: cephadm 2023-12-09T02:11:48.760383+0000 mgr.y (mgr.25480) 422 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:50.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:50 smithi125 bash[66801]: cephadm 2023-12-09T02:11:48.859469+0000 mgr.y (mgr.25480) 423 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:50.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:50 smithi125 bash[66801]: cephadm 2023-12-09T02:11:48.954788+0000 mgr.y (mgr.25480) 424 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:50.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:50 smithi125 bash[66801]: cephadm 2023-12-09T02:11:49.050986+0000 mgr.y (mgr.25480) 425 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:50.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:50 smithi125 bash[66801]: cluster 2023-12-09T02:11:49.104652+0000 mgr.y (mgr.25480) 426 : cluster 0 pgmap v64: 161 pgs: 18 active+undersized+degraded, 40 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 992 B/s rd, 0 op/s; 74/726 objects degraded (10.193%) 2023-12-09T02:11:50.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:50 smithi125 bash[66801]: cephadm 2023-12-09T02:11:49.144691+0000 mgr.y (mgr.25480) 427 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:50.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:50 smithi125 bash[66801]: cephadm 2023-12-09T02:11:49.242064+0000 mgr.y (mgr.25480) 428 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:50.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:50 smithi125 bash[66801]: cephadm 2023-12-09T02:11:49.340640+0000 mgr.y (mgr.25480) 429 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:50.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:50 smithi125 bash[66801]: cephadm 2023-12-09T02:11:49.430942+0000 mgr.y (mgr.25480) 430 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:50.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:50 smithi125 bash[66801]: cephadm 2023-12-09T02:11:49.526360+0000 mgr.y (mgr.25480) 431 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:50.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:50 smithi125 bash[66801]: cephadm 2023-12-09T02:11:49.620972+0000 mgr.y (mgr.25480) 432 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:50.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:50 smithi125 bash[66801]: audit 2023-12-09T02:11:49.683440+0000 mon.a (mon.0) 1722 : audit 1 from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-12-09T02:11:50.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:50 smithi125 bash[66801]: cluster 2023-12-09T02:11:49.684786+0000 osd.2 (osd.2) 6 : cluster 3 failed to encode map e108 with expected crc 2023-12-09T02:11:50.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:50 smithi125 bash[66801]: cluster 2023-12-09T02:11:49.686933+0000 mon.a (mon.0) 1723 : cluster 0 osdmap e108: 8 total, 7 up, 8 in 2023-12-09T02:11:50.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:50 smithi125 bash[66801]: cluster 2023-12-09T02:11:49.688077+0000 osd.1 (osd.1) 5 : cluster 3 failed to encode map e108 with expected crc 2023-12-09T02:11:50.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:50 smithi125 bash[66801]: audit 2023-12-09T02:11:49.693643+0000 mon.c (mon.1) 7 : audit 1 from='osd.0 [v2:172.21.15.67:6802/3249608452,v1:172.21.15.67:6803/3249608452]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi067", "root=default"]}]: dispatch 2023-12-09T02:11:50.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:50 smithi125 bash[66801]: audit 2023-12-09T02:11:49.694135+0000 mon.a (mon.0) 1724 : audit 1 from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi067", "root=default"]}]: dispatch 2023-12-09T02:11:50.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:50 smithi125 bash[66801]: cluster 2023-12-09T02:11:49.694669+0000 osd.5 (osd.5) 7 : cluster 3 failed to encode map e108 with expected crc 2023-12-09T02:11:50.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:50 smithi125 bash[66801]: cluster 2023-12-09T02:11:49.696432+0000 osd.6 (osd.6) 5 : cluster 3 failed to encode map e108 with expected crc 2023-12-09T02:11:50.986 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:50 smithi125 bash[66801]: audit 2023-12-09T02:11:49.700195+0000 mon.a (mon.0) 1725 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:50.986 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:50 smithi125 bash[66801]: cluster 2023-12-09T02:11:49.701720+0000 osd.4 (osd.4) 5 : cluster 3 failed to encode map e108 with expected crc 2023-12-09T02:11:50.986 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:50 smithi125 bash[66801]: cluster 2023-12-09T02:11:49.702377+0000 osd.3 (osd.3) 6 : cluster 3 failed to encode map e108 with expected crc 2023-12-09T02:11:50.986 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:50 smithi125 bash[66801]: audit 2023-12-09T02:11:49.703533+0000 mon.a (mon.0) 1726 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:50.986 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:50 smithi125 bash[66801]: audit 2023-12-09T02:11:49.708152+0000 mon.a (mon.0) 1727 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:50.986 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:50 smithi125 bash[66801]: audit 2023-12-09T02:11:49.710678+0000 mon.a (mon.0) 1728 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:50.986 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:50 smithi125 bash[66801]: audit 2023-12-09T02:11:49.731956+0000 mon.a (mon.0) 1729 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:50.986 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:50 smithi125 bash[66801]: cephadm 2023-12-09T02:11:49.733913+0000 mgr.y (mgr.25480) 433 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:50.986 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:50 smithi125 bash[66801]: audit 2023-12-09T02:11:49.799654+0000 mon.a (mon.0) 1730 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:50.986 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:50 smithi125 bash[66801]: audit 2023-12-09T02:11:49.802082+0000 mon.a (mon.0) 1731 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:50.986 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:50 smithi125 bash[66801]: audit 2023-12-09T02:11:49.804368+0000 mon.a (mon.0) 1732 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:50.986 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:50 smithi125 bash[66801]: audit 2023-12-09T02:11:49.805186+0000 mon.a (mon.0) 1733 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:50.986 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:50 smithi125 bash[66801]: audit 2023-12-09T02:11:49.810587+0000 mon.a (mon.0) 1734 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:50.986 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:50 smithi125 bash[66801]: cephadm 2023-12-09T02:11:49.811256+0000 mgr.y (mgr.25480) 434 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:50.987 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:50 smithi125 bash[66801]: audit 2023-12-09T02:11:49.921879+0000 mon.a (mon.0) 1735 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:50.987 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:50 smithi125 bash[66801]: audit 2023-12-09T02:11:49.923891+0000 mon.a (mon.0) 1736 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:50.987 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:50 smithi125 bash[66801]: audit 2023-12-09T02:11:49.926291+0000 mon.a (mon.0) 1737 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:50.987 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:50 smithi125 bash[66801]: audit 2023-12-09T02:11:49.927107+0000 mon.a (mon.0) 1738 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:50.987 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:50 smithi125 bash[66801]: audit 2023-12-09T02:11:49.935827+0000 mon.a (mon.0) 1739 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:50.987 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:50 smithi125 bash[66801]: cephadm 2023-12-09T02:11:49.936481+0000 mgr.y (mgr.25480) 435 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:50.987 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:50 smithi125 bash[66801]: audit 2023-12-09T02:11:49.998814+0000 mon.a (mon.0) 1740 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:50.987 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:50 smithi125 bash[66801]: audit 2023-12-09T02:11:50.001570+0000 mon.a (mon.0) 1741 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:50.987 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:50 smithi125 bash[66801]: audit 2023-12-09T02:11:50.004489+0000 mon.a (mon.0) 1742 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:50.987 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:50 smithi125 bash[66801]: audit 2023-12-09T02:11:50.005649+0000 mon.a (mon.0) 1743 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:50.987 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:50 smithi125 bash[66801]: audit 2023-12-09T02:11:50.017986+0000 mon.a (mon.0) 1744 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:50.987 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:50 smithi125 bash[66801]: cephadm 2023-12-09T02:11:50.019307+0000 mgr.y (mgr.25480) 436 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:50.987 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:50 smithi125 bash[66801]: audit 2023-12-09T02:11:50.099036+0000 mon.a (mon.0) 1745 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:50.987 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:50 smithi125 bash[66801]: audit 2023-12-09T02:11:50.101300+0000 mon.a (mon.0) 1746 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:50.987 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:50 smithi125 bash[66801]: audit 2023-12-09T02:11:50.104229+0000 mon.a (mon.0) 1747 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:50.987 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:50 smithi125 bash[66801]: audit 2023-12-09T02:11:50.105740+0000 mon.a (mon.0) 1748 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:50.988 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:50 smithi125 bash[66801]: audit 2023-12-09T02:11:50.114270+0000 mon.a (mon.0) 1749 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:50.988 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:50 smithi125 bash[66801]: cephadm 2023-12-09T02:11:50.115109+0000 mgr.y (mgr.25480) 437 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:50.988 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:50 smithi125 bash[66801]: audit 2023-12-09T02:11:50.179822+0000 mgr.y (mgr.25480) 438 : audit 0 from='client.34248 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:11:50.988 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:50 smithi125 bash[66801]: audit 2023-12-09T02:11:50.195942+0000 mon.a (mon.0) 1750 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:50.988 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:50 smithi125 bash[66801]: audit 2023-12-09T02:11:50.198954+0000 mon.a (mon.0) 1751 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:50.988 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:50 smithi125 bash[66801]: audit 2023-12-09T02:11:50.202990+0000 mon.a (mon.0) 1752 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:50.988 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:50 smithi125 bash[66801]: audit 2023-12-09T02:11:50.204202+0000 mon.a (mon.0) 1753 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:50.988 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:50 smithi125 bash[66801]: audit 2023-12-09T02:11:50.216701+0000 mon.a (mon.0) 1754 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:50.988 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:50 smithi125 bash[66801]: cephadm 2023-12-09T02:11:50.217573+0000 mgr.y (mgr.25480) 439 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:50.988 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:50 smithi125 bash[66801]: audit 2023-12-09T02:11:50.295779+0000 mon.a (mon.0) 1755 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:50.988 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:50 smithi125 bash[66801]: audit 2023-12-09T02:11:50.300194+0000 mon.a (mon.0) 1756 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:50.988 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:50 smithi125 bash[66801]: audit 2023-12-09T02:11:50.303342+0000 mon.a (mon.0) 1757 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:50.988 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:50 smithi125 bash[66801]: audit 2023-12-09T02:11:50.304491+0000 mon.a (mon.0) 1758 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:50.988 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:50 smithi125 bash[66801]: audit 2023-12-09T02:11:50.313360+0000 mon.a (mon.0) 1759 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:50.988 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:50 smithi125 bash[66801]: cephadm 2023-12-09T02:11:50.314218+0000 mgr.y (mgr.25480) 440 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:50.989 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:50 smithi125 bash[66801]: audit 2023-12-09T02:11:50.393590+0000 mon.a (mon.0) 1760 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:50.989 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:50 smithi125 bash[66801]: audit 2023-12-09T02:11:50.397324+0000 mon.a (mon.0) 1761 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:50.989 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:50 smithi125 bash[66801]: audit 2023-12-09T02:11:50.401081+0000 mon.a (mon.0) 1762 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:50.989 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:50 smithi125 bash[66801]: audit 2023-12-09T02:11:50.402384+0000 mon.a (mon.0) 1763 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:50.989 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:50 smithi125 bash[66801]: audit 2023-12-09T02:11:50.413722+0000 mon.a (mon.0) 1764 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:50.989 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:50 smithi125 bash[66801]: cephadm 2023-12-09T02:11:50.414677+0000 mgr.y (mgr.25480) 441 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:50.989 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:50 smithi125 bash[66801]: audit 2023-12-09T02:11:50.491662+0000 mon.a (mon.0) 1765 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:50.989 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:50 smithi125 bash[66801]: audit 2023-12-09T02:11:50.494084+0000 mon.a (mon.0) 1766 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:50.989 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:50 smithi125 bash[66801]: audit 2023-12-09T02:11:50.496371+0000 mon.a (mon.0) 1767 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:50.989 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:50 smithi125 bash[66801]: audit 2023-12-09T02:11:50.497139+0000 mon.a (mon.0) 1768 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:50.989 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:50 smithi125 bash[66801]: audit 2023-12-09T02:11:50.502696+0000 mon.a (mon.0) 1769 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:50.989 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:50 smithi125 bash[66801]: cephadm 2023-12-09T02:11:50.503297+0000 mgr.y (mgr.25480) 442 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:50.989 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:50 smithi125 bash[66801]: audit 2023-12-09T02:11:50.580625+0000 mon.a (mon.0) 1770 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:50.989 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:50 smithi125 bash[66801]: audit 2023-12-09T02:11:50.582929+0000 mon.a (mon.0) 1771 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:50.989 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:50 smithi125 bash[66801]: audit 2023-12-09T02:11:50.585226+0000 mon.a (mon.0) 1772 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:50.989 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:50 smithi125 bash[66801]: audit 2023-12-09T02:11:50.586059+0000 mon.a (mon.0) 1773 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:50.990 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:50 smithi125 bash[66801]: audit 2023-12-09T02:11:50.591814+0000 mon.a (mon.0) 1774 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:50.990 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:50 smithi125 bash[66801]: cephadm 2023-12-09T02:11:50.592385+0000 mgr.y (mgr.25480) 443 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:50.990 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:50 smithi125 bash[66801]: audit 2023-12-09T02:11:50.623784+0000 mgr.y (mgr.25480) 444 : audit 0 from='client.44182 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:11:50.990 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:50 smithi125 bash[66801]: audit 2023-12-09T02:11:50.673886+0000 mon.a (mon.0) 1775 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:50.990 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:50 smithi125 bash[66801]: audit 2023-12-09T02:11:50.676367+0000 mon.a (mon.0) 1776 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:50.990 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:50 smithi125 bash[66801]: audit 2023-12-09T02:11:50.679210+0000 mon.a (mon.0) 1777 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:50.990 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:50 smithi125 bash[66801]: audit 2023-12-09T02:11:50.680236+0000 mon.a (mon.0) 1778 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:51.068 INFO:teuthology.orchestra.run.smithi067.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-09T02:11:51.069 INFO:teuthology.orchestra.run.smithi067.stdout:agent.smithi067 smithi067 running 15s ago 18m - - 2023-12-09T02:11:51.069 INFO:teuthology.orchestra.run.smithi067.stdout:agent.smithi125 smithi125 running 12s ago 18m - - 2023-12-09T02:11:51.069 INFO:teuthology.orchestra.run.smithi067.stdout:alertmanager.a smithi067 *:9093,9094 running (4m) 15s ago 11m 15.9M - 0.23.0 ba2b418f427c 6ec817f342b5 2023-12-09T02:11:51.069 INFO:teuthology.orchestra.run.smithi067.stdout:grafana.a smithi125 *:3000 running (3m) 12s ago 10m 43.6M - 8.3.5 dad864ee21e9 40cbacae8259 2023-12-09T02:11:51.069 INFO:teuthology.orchestra.run.smithi067.stdout:iscsi.foo.smithi067.oajywc smithi067 running (2m) 15s ago 8m 46.5M - 3.5 e1d6a67b021e 3e5a20a58ce4 2023-12-09T02:11:51.069 INFO:teuthology.orchestra.run.smithi067.stdout:mgr.x smithi125 *:8443,9283,8765 running (2m) 12s ago 17m 433M - 19.0.0-44-g9dcc13bb f28f2b94f153 d59f2ab74456 2023-12-09T02:11:51.069 INFO:teuthology.orchestra.run.smithi067.stdout:mgr.y smithi067 *:8443,9283,8765 running (2m) 15s ago 19m 497M - 19.0.0-44-g9dcc13bb f28f2b94f153 b0e5c689c1a6 2023-12-09T02:11:51.069 INFO:teuthology.orchestra.run.smithi067.stdout:mon.a smithi067 running (2m) 15s ago 19m 51.7M 2048M 19.0.0-44-g9dcc13bb f28f2b94f153 f5f188bf2880 2023-12-09T02:11:51.069 INFO:teuthology.orchestra.run.smithi067.stdout:mon.b smithi125 running (72s) 12s ago 17m 38.0M 2048M 19.0.0-44-g9dcc13bb f28f2b94f153 baa25853095e 2023-12-09T02:11:51.069 INFO:teuthology.orchestra.run.smithi067.stdout:mon.c smithi067 running (92s) 15s ago 17m 40.7M 2048M 19.0.0-44-g9dcc13bb f28f2b94f153 37f7376908df 2023-12-09T02:11:51.070 INFO:teuthology.orchestra.run.smithi067.stdout:node-exporter.a smithi067 *:9100 running (4m) 15s ago 11m 11.8M - 1.3.1 1dbe0e931976 f40a7a952aae 2023-12-09T02:11:51.070 INFO:teuthology.orchestra.run.smithi067.stdout:node-exporter.b smithi125 *:9100 running (3m) 12s ago 11m 11.3M - 1.3.1 1dbe0e931976 47a93b654521 2023-12-09T02:11:51.070 INFO:teuthology.orchestra.run.smithi067.stdout:osd.0 smithi067 starting - - - 4096M 2023-12-09T02:11:51.070 INFO:teuthology.orchestra.run.smithi067.stdout:osd.1 smithi067 running (16m) 15s ago 16m 63.2M 4096M 17.2.0 e1d6a67b021e d8a826789ab9 2023-12-09T02:11:51.070 INFO:teuthology.orchestra.run.smithi067.stdout:osd.2 smithi067 running (15m) 15s ago 15m 56.0M 4096M 17.2.0 e1d6a67b021e 4a0ed55ab397 2023-12-09T02:11:51.070 INFO:teuthology.orchestra.run.smithi067.stdout:osd.3 smithi067 running (15m) 15s ago 15m 59.7M 4096M 17.2.0 e1d6a67b021e 200513eb3289 2023-12-09T02:11:51.070 INFO:teuthology.orchestra.run.smithi067.stdout:osd.4 smithi125 running (14m) 12s ago 14m 62.7M 4096M 17.2.0 e1d6a67b021e 03a86e583fa8 2023-12-09T02:11:51.070 INFO:teuthology.orchestra.run.smithi067.stdout:osd.5 smithi125 running (13m) 12s ago 13m 57.0M 4096M 17.2.0 e1d6a67b021e 69bedd006f74 2023-12-09T02:11:51.071 INFO:teuthology.orchestra.run.smithi067.stdout:osd.6 smithi125 running (13m) 12s ago 13m 56.2M 4096M 17.2.0 e1d6a67b021e 30344497f6d2 2023-12-09T02:11:51.071 INFO:teuthology.orchestra.run.smithi067.stdout:osd.7 smithi125 running (12m) 12s ago 12m 60.1M 4096M 17.2.0 e1d6a67b021e 8791b422aafd 2023-12-09T02:11:51.071 INFO:teuthology.orchestra.run.smithi067.stdout:prometheus.a smithi125 *:9095 running (2m) 12s ago 11m 59.7M - 2.33.4 514e6a882f6e c0781044780a 2023-12-09T02:11:51.071 INFO:teuthology.orchestra.run.smithi067.stdout:rgw.foo.smithi067.rqvsfw smithi067 *:8000 running (9m) 15s ago 9m 88.8M - 17.2.0 e1d6a67b021e 72086955a09f 2023-12-09T02:11:51.071 INFO:teuthology.orchestra.run.smithi067.stdout:rgw.foo.smithi125.wanndy smithi125 *:8000 running (9m) 12s ago 9m 88.8M - 17.2.0 e1d6a67b021e 89b35e95d314 2023-12-09T02:11:51.071 INFO:teuthology.orchestra.run.smithi067.stdout:rgw.smpl.smithi067.mukdcu smithi067 *:80 running (8m) 15s ago 8m 88.5M - 17.2.0 e1d6a67b021e b813f19c7bee 2023-12-09T02:11:51.071 INFO:teuthology.orchestra.run.smithi067.stdout:rgw.smpl.smithi125.ngrzpa smithi125 *:80 running (8m) 12s ago 8m 89.3M - 17.2.0 e1d6a67b021e 96b29ebc04e4 2023-12-09T02:11:51.635 INFO:teuthology.orchestra.run.smithi067.stdout:{ 2023-12-09T02:11:51.635 INFO:teuthology.orchestra.run.smithi067.stdout: "mon": { 2023-12-09T02:11:51.635 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 19.0.0-44-g9dcc13bb (9dcc13bb80dcc1cdea72b04d80505b4649a2b882) reef (dev)": 3 2023-12-09T02:11:51.635 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2023-12-09T02:11:51.635 INFO:teuthology.orchestra.run.smithi067.stdout: "mgr": { 2023-12-09T02:11:51.635 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 19.0.0-44-g9dcc13bb (9dcc13bb80dcc1cdea72b04d80505b4649a2b882) reef (dev)": 2 2023-12-09T02:11:51.635 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2023-12-09T02:11:51.635 INFO:teuthology.orchestra.run.smithi067.stdout: "osd": { 2023-12-09T02:11:51.635 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 7, 2023-12-09T02:11:51.635 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 19.0.0-44-g9dcc13bb (9dcc13bb80dcc1cdea72b04d80505b4649a2b882) reef (dev)": 1 2023-12-09T02:11:51.635 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2023-12-09T02:11:51.635 INFO:teuthology.orchestra.run.smithi067.stdout: "rgw": { 2023-12-09T02:11:51.636 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2023-12-09T02:11:51.636 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2023-12-09T02:11:51.636 INFO:teuthology.orchestra.run.smithi067.stdout: "overall": { 2023-12-09T02:11:51.636 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 11, 2023-12-09T02:11:51.636 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 19.0.0-44-g9dcc13bb (9dcc13bb80dcc1cdea72b04d80505b4649a2b882) reef (dev)": 6 2023-12-09T02:11:51.636 INFO:teuthology.orchestra.run.smithi067.stdout: } 2023-12-09T02:11:51.636 INFO:teuthology.orchestra.run.smithi067.stdout:} 2023-12-09T02:11:51.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:51 smithi067 bash[79370]: audit 2023-12-09T02:11:50.687699+0000 mon.a (mon.0) 1779 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:51.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:51 smithi067 bash[79370]: cephadm 2023-12-09T02:11:50.688560+0000 mgr.y (mgr.25480) 445 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:51.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:51 smithi067 bash[79370]: cluster 2023-12-09T02:11:50.729556+0000 osd.5 (osd.5) 8 : cluster 3 failed to encode map e109 with expected crc 2023-12-09T02:11:51.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:51 smithi067 bash[79370]: cluster 2023-12-09T02:11:50.729607+0000 mon.a (mon.0) 1780 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-09T02:11:51.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:51 smithi067 bash[79370]: cluster 2023-12-09T02:11:50.730408+0000 osd.4 (osd.4) 6 : cluster 3 failed to encode map e109 with expected crc 2023-12-09T02:11:51.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:51 smithi067 bash[79370]: cluster 2023-12-09T02:11:50.736345+0000 mon.a (mon.0) 1781 : cluster 1 osd.0 [v2:172.21.15.67:6802/3249608452,v1:172.21.15.67:6803/3249608452] boot 2023-12-09T02:11:51.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:51 smithi067 bash[79370]: cluster 2023-12-09T02:11:50.736413+0000 mon.a (mon.0) 1782 : cluster 0 osdmap e109: 8 total, 8 up, 8 in 2023-12-09T02:11:51.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:51 smithi067 bash[79370]: audit 2023-12-09T02:11:50.736825+0000 mon.a (mon.0) 1783 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-09T02:11:51.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:51 smithi067 bash[79370]: cluster 2023-12-09T02:11:50.737659+0000 osd.3 (osd.3) 7 : cluster 3 failed to encode map e109 with expected crc 2023-12-09T02:11:51.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:51 smithi067 bash[79370]: audit 2023-12-09T02:11:50.796759+0000 mon.a (mon.0) 1784 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:51.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:51 smithi067 bash[79370]: audit 2023-12-09T02:11:50.798688+0000 mon.a (mon.0) 1785 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:51.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:51 smithi067 bash[79370]: audit 2023-12-09T02:11:50.800648+0000 mon.a (mon.0) 1786 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:51.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:51 smithi067 bash[79370]: audit 2023-12-09T02:11:50.801353+0000 mon.a (mon.0) 1787 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:51.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:51 smithi067 bash[79370]: audit 2023-12-09T02:11:50.806499+0000 mon.a (mon.0) 1788 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:51.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:51 smithi067 bash[79370]: cephadm 2023-12-09T02:11:50.807033+0000 mgr.y (mgr.25480) 446 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:51.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:51 smithi067 bash[79370]: audit 2023-12-09T02:11:50.887494+0000 mon.a (mon.0) 1789 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:51.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:51 smithi067 bash[79370]: audit 2023-12-09T02:11:50.889934+0000 mon.a (mon.0) 1790 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:51.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:51 smithi067 bash[79370]: audit 2023-12-09T02:11:50.892771+0000 mon.a (mon.0) 1791 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:51.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:51 smithi067 bash[79370]: audit 2023-12-09T02:11:50.894067+0000 mon.a (mon.0) 1792 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:51.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:51 smithi067 bash[79370]: audit 2023-12-09T02:11:50.901029+0000 mon.a (mon.0) 1793 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:51.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:51 smithi067 bash[79370]: cephadm 2023-12-09T02:11:50.901644+0000 mgr.y (mgr.25480) 447 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:51.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:51 smithi067 bash[82083]: audit 2023-12-09T02:11:50.687699+0000 mon.a (mon.0) 1779 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:51.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:51 smithi067 bash[82083]: cephadm 2023-12-09T02:11:50.688560+0000 mgr.y (mgr.25480) 445 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:51.972 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:51 smithi067 bash[82083]: cluster 2023-12-09T02:11:50.729556+0000 osd.5 (osd.5) 8 : cluster 3 failed to encode map e109 with expected crc 2023-12-09T02:11:51.972 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:51 smithi067 bash[82083]: cluster 2023-12-09T02:11:50.729607+0000 mon.a (mon.0) 1780 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-09T02:11:51.972 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:51 smithi067 bash[82083]: cluster 2023-12-09T02:11:50.730408+0000 osd.4 (osd.4) 6 : cluster 3 failed to encode map e109 with expected crc 2023-12-09T02:11:51.972 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:51 smithi067 bash[82083]: cluster 2023-12-09T02:11:50.736345+0000 mon.a (mon.0) 1781 : cluster 1 osd.0 [v2:172.21.15.67:6802/3249608452,v1:172.21.15.67:6803/3249608452] boot 2023-12-09T02:11:51.972 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:51 smithi067 bash[82083]: cluster 2023-12-09T02:11:50.736413+0000 mon.a (mon.0) 1782 : cluster 0 osdmap e109: 8 total, 8 up, 8 in 2023-12-09T02:11:51.972 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:51 smithi067 bash[82083]: audit 2023-12-09T02:11:50.736825+0000 mon.a (mon.0) 1783 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-09T02:11:51.972 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:51 smithi067 bash[82083]: cluster 2023-12-09T02:11:50.737659+0000 osd.3 (osd.3) 7 : cluster 3 failed to encode map e109 with expected crc 2023-12-09T02:11:51.972 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:51 smithi067 bash[82083]: audit 2023-12-09T02:11:50.796759+0000 mon.a (mon.0) 1784 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:51.972 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:51 smithi067 bash[82083]: audit 2023-12-09T02:11:50.798688+0000 mon.a (mon.0) 1785 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:51.972 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:51 smithi067 bash[82083]: audit 2023-12-09T02:11:50.800648+0000 mon.a (mon.0) 1786 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:51.972 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:51 smithi067 bash[82083]: audit 2023-12-09T02:11:50.801353+0000 mon.a (mon.0) 1787 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:51.972 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:51 smithi067 bash[82083]: audit 2023-12-09T02:11:50.806499+0000 mon.a (mon.0) 1788 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:51.972 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:51 smithi067 bash[82083]: cephadm 2023-12-09T02:11:50.807033+0000 mgr.y (mgr.25480) 446 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:51.972 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:51 smithi067 bash[82083]: audit 2023-12-09T02:11:50.887494+0000 mon.a (mon.0) 1789 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:51.972 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:51 smithi067 bash[82083]: audit 2023-12-09T02:11:50.889934+0000 mon.a (mon.0) 1790 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:51.972 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:51 smithi067 bash[82083]: audit 2023-12-09T02:11:50.892771+0000 mon.a (mon.0) 1791 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:51.973 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:51 smithi067 bash[82083]: audit 2023-12-09T02:11:50.894067+0000 mon.a (mon.0) 1792 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:51.973 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:51 smithi067 bash[82083]: audit 2023-12-09T02:11:50.901029+0000 mon.a (mon.0) 1793 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:51.973 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:51 smithi067 bash[82083]: cephadm 2023-12-09T02:11:50.901644+0000 mgr.y (mgr.25480) 447 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:51.973 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:51 smithi067 bash[79370]: audit 2023-12-09T02:11:50.977103+0000 mon.a (mon.0) 1794 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:51.973 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:51 smithi067 bash[79370]: audit 2023-12-09T02:11:50.979528+0000 mon.a (mon.0) 1795 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:51.973 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:51 smithi067 bash[79370]: audit 2023-12-09T02:11:50.982091+0000 mon.a (mon.0) 1796 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:51.973 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:51 smithi067 bash[79370]: audit 2023-12-09T02:11:50.983023+0000 mon.a (mon.0) 1797 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:51.973 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:51 smithi067 bash[79370]: audit 2023-12-09T02:11:50.990089+0000 mon.a (mon.0) 1798 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:51.974 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:51 smithi067 bash[79370]: cephadm 2023-12-09T02:11:50.990720+0000 mgr.y (mgr.25480) 448 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:51.974 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:51 smithi067 bash[79370]: audit 2023-12-09T02:11:51.044448+0000 mgr.y (mgr.25480) 449 : audit 0 from='client.54182 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:11:51.974 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:51 smithi067 bash[79370]: cluster 2023-12-09T02:11:51.105802+0000 mgr.y (mgr.25480) 450 : cluster 0 pgmap v67: 161 pgs: 18 active+undersized+degraded, 40 active+undersized, 103 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 74/726 objects degraded (10.193%) 2023-12-09T02:11:51.974 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:51 smithi067 bash[79370]: audit 2023-12-09T02:11:51.110519+0000 mon.a (mon.0) 1799 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:51.974 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:51 smithi067 bash[79370]: audit 2023-12-09T02:11:51.113519+0000 mon.a (mon.0) 1800 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:51.974 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:51 smithi067 bash[79370]: audit 2023-12-09T02:11:51.116843+0000 mon.a (mon.0) 1801 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:51.974 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:51 smithi067 bash[79370]: audit 2023-12-09T02:11:51.118432+0000 mon.a (mon.0) 1802 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:51.974 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:51 smithi067 bash[79370]: audit 2023-12-09T02:11:51.125790+0000 mon.a (mon.0) 1803 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:51.974 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:51 smithi067 bash[79370]: cephadm 2023-12-09T02:11:51.126630+0000 mgr.y (mgr.25480) 451 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:51.974 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:51 smithi067 bash[79370]: audit 2023-12-09T02:11:51.204022+0000 mon.a (mon.0) 1804 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:51.974 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:51 smithi067 bash[79370]: audit 2023-12-09T02:11:51.207957+0000 mon.a (mon.0) 1805 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:51.974 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:51 smithi067 bash[79370]: audit 2023-12-09T02:11:51.213649+0000 mon.a (mon.0) 1806 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:51.974 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:51 smithi067 bash[79370]: audit 2023-12-09T02:11:51.215664+0000 mon.a (mon.0) 1807 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:51.974 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:51 smithi067 bash[79370]: audit 2023-12-09T02:11:51.222718+0000 mon.a (mon.0) 1808 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:51.974 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:51 smithi067 bash[79370]: cephadm 2023-12-09T02:11:51.223459+0000 mgr.y (mgr.25480) 452 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:51.975 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:51 smithi067 bash[79370]: audit 2023-12-09T02:11:51.304597+0000 mon.a (mon.0) 1809 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:51.975 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:51 smithi067 bash[79370]: audit 2023-12-09T02:11:51.306911+0000 mon.a (mon.0) 1810 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:51.975 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:51 smithi067 bash[79370]: audit 2023-12-09T02:11:51.309446+0000 mon.a (mon.0) 1811 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:51.975 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:51 smithi067 bash[79370]: audit 2023-12-09T02:11:51.310294+0000 mon.a (mon.0) 1812 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:51.975 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:51 smithi067 bash[79370]: audit 2023-12-09T02:11:51.318052+0000 mon.a (mon.0) 1813 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:51.975 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:51 smithi067 bash[79370]: cephadm 2023-12-09T02:11:51.319112+0000 mgr.y (mgr.25480) 453 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:51.975 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:51 smithi067 bash[79370]: audit 2023-12-09T02:11:51.397113+0000 mon.a (mon.0) 1814 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:51.975 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:51 smithi067 bash[79370]: audit 2023-12-09T02:11:51.400177+0000 mon.a (mon.0) 1815 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:51.975 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:51 smithi067 bash[79370]: audit 2023-12-09T02:11:51.403512+0000 mon.a (mon.0) 1816 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:51.975 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:51 smithi067 bash[79370]: audit 2023-12-09T02:11:51.404818+0000 mon.a (mon.0) 1817 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:51.975 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:51 smithi067 bash[79370]: audit 2023-12-09T02:11:51.412863+0000 mon.a (mon.0) 1818 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:51.975 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:51 smithi067 bash[79370]: cephadm 2023-12-09T02:11:51.413589+0000 mgr.y (mgr.25480) 454 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:51.976 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:51 smithi067 bash[79370]: audit 2023-12-09T02:11:51.492447+0000 mon.a (mon.0) 1819 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:51.976 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:51 smithi067 bash[79370]: audit 2023-12-09T02:11:51.496094+0000 mon.a (mon.0) 1820 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:51.976 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:51 smithi067 bash[79370]: audit 2023-12-09T02:11:51.499978+0000 mon.a (mon.0) 1821 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:51.976 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:51 smithi067 bash[79370]: audit 2023-12-09T02:11:51.501309+0000 mon.a (mon.0) 1822 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:51.976 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:51 smithi067 bash[79370]: audit 2023-12-09T02:11:51.509217+0000 mon.a (mon.0) 1823 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:51.976 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:51 smithi067 bash[79370]: cephadm 2023-12-09T02:11:51.509866+0000 mgr.y (mgr.25480) 455 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:51.976 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:51 smithi067 bash[79370]: audit 2023-12-09T02:11:51.589260+0000 mon.a (mon.0) 1824 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:51.976 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:51 smithi067 bash[79370]: audit 2023-12-09T02:11:51.591125+0000 mon.a (mon.0) 1825 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:51.976 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:51 smithi067 bash[79370]: audit 2023-12-09T02:11:51.593007+0000 mon.a (mon.0) 1826 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:51.976 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:51 smithi067 bash[79370]: audit 2023-12-09T02:11:51.593746+0000 mon.a (mon.0) 1827 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:51.976 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:51 smithi067 bash[79370]: audit 2023-12-09T02:11:51.599426+0000 mon.a (mon.0) 1828 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:51.976 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:51 smithi067 bash[79370]: cephadm 2023-12-09T02:11:51.600090+0000 mgr.y (mgr.25480) 456 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:51.976 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:51 smithi067 bash[79370]: audit 2023-12-09T02:11:51.634176+0000 mon.a (mon.0) 1829 : audit 0 from='client.? 172.21.15.67:0/1409219326' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:51.976 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:51 smithi067 bash[79370]: audit 2023-12-09T02:11:51.663666+0000 mon.a (mon.0) 1830 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:51.976 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:51 smithi067 bash[79370]: audit 2023-12-09T02:11:51.666535+0000 mon.a (mon.0) 1831 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:51.976 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:51 smithi067 bash[79370]: audit 2023-12-09T02:11:51.669381+0000 mon.a (mon.0) 1832 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:51.977 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:51 smithi067 bash[79370]: audit 2023-12-09T02:11:51.670545+0000 mon.a (mon.0) 1833 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:51.977 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:51 smithi067 bash[79370]: audit 2023-12-09T02:11:51.677884+0000 mon.a (mon.0) 1834 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:51.977 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:51 smithi067 bash[79370]: cephadm 2023-12-09T02:11:51.678853+0000 mgr.y (mgr.25480) 457 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:51.977 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:51 smithi067 bash[82083]: audit 2023-12-09T02:11:50.977103+0000 mon.a (mon.0) 1794 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:51.977 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:51 smithi067 bash[82083]: audit 2023-12-09T02:11:50.979528+0000 mon.a (mon.0) 1795 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:51.977 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:51 smithi067 bash[82083]: audit 2023-12-09T02:11:50.982091+0000 mon.a (mon.0) 1796 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:51.977 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:51 smithi067 bash[82083]: audit 2023-12-09T02:11:50.983023+0000 mon.a (mon.0) 1797 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:51.977 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:51 smithi067 bash[82083]: audit 2023-12-09T02:11:50.990089+0000 mon.a (mon.0) 1798 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:51.977 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:51 smithi067 bash[82083]: cephadm 2023-12-09T02:11:50.990720+0000 mgr.y (mgr.25480) 448 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:51.977 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:51 smithi067 bash[82083]: audit 2023-12-09T02:11:51.044448+0000 mgr.y (mgr.25480) 449 : audit 0 from='client.54182 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:11:51.977 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:51 smithi067 bash[82083]: cluster 2023-12-09T02:11:51.105802+0000 mgr.y (mgr.25480) 450 : cluster 0 pgmap v67: 161 pgs: 18 active+undersized+degraded, 40 active+undersized, 103 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 74/726 objects degraded (10.193%) 2023-12-09T02:11:51.977 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:51 smithi067 bash[82083]: audit 2023-12-09T02:11:51.110519+0000 mon.a (mon.0) 1799 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:51.977 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:51 smithi067 bash[82083]: audit 2023-12-09T02:11:51.113519+0000 mon.a (mon.0) 1800 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:51.978 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:51 smithi067 bash[82083]: audit 2023-12-09T02:11:51.116843+0000 mon.a (mon.0) 1801 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:51.978 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:51 smithi067 bash[82083]: audit 2023-12-09T02:11:51.118432+0000 mon.a (mon.0) 1802 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:51.978 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:51 smithi067 bash[82083]: audit 2023-12-09T02:11:51.125790+0000 mon.a (mon.0) 1803 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:51.978 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:51 smithi067 bash[82083]: cephadm 2023-12-09T02:11:51.126630+0000 mgr.y (mgr.25480) 451 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:51.978 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:51 smithi067 bash[82083]: audit 2023-12-09T02:11:51.204022+0000 mon.a (mon.0) 1804 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:51.978 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:51 smithi067 bash[82083]: audit 2023-12-09T02:11:51.207957+0000 mon.a (mon.0) 1805 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:51.978 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:51 smithi067 bash[82083]: audit 2023-12-09T02:11:51.213649+0000 mon.a (mon.0) 1806 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:51.978 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:51 smithi067 bash[82083]: audit 2023-12-09T02:11:51.215664+0000 mon.a (mon.0) 1807 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:51.978 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:51 smithi067 bash[82083]: audit 2023-12-09T02:11:51.222718+0000 mon.a (mon.0) 1808 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:51.978 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:51 smithi067 bash[82083]: cephadm 2023-12-09T02:11:51.223459+0000 mgr.y (mgr.25480) 452 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:51.978 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:51 smithi067 bash[82083]: audit 2023-12-09T02:11:51.304597+0000 mon.a (mon.0) 1809 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:51.978 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:51 smithi067 bash[82083]: audit 2023-12-09T02:11:51.306911+0000 mon.a (mon.0) 1810 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:51.978 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:51 smithi067 bash[82083]: audit 2023-12-09T02:11:51.309446+0000 mon.a (mon.0) 1811 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:51.978 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:51 smithi067 bash[82083]: audit 2023-12-09T02:11:51.310294+0000 mon.a (mon.0) 1812 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:51.978 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:51 smithi067 bash[82083]: audit 2023-12-09T02:11:51.318052+0000 mon.a (mon.0) 1813 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:51.979 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:51 smithi067 bash[82083]: cephadm 2023-12-09T02:11:51.319112+0000 mgr.y (mgr.25480) 453 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:51.979 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:51 smithi067 bash[82083]: audit 2023-12-09T02:11:51.397113+0000 mon.a (mon.0) 1814 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:51.979 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:51 smithi067 bash[82083]: audit 2023-12-09T02:11:51.400177+0000 mon.a (mon.0) 1815 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:51.979 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:51 smithi067 bash[82083]: audit 2023-12-09T02:11:51.403512+0000 mon.a (mon.0) 1816 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:51.979 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:51 smithi067 bash[82083]: audit 2023-12-09T02:11:51.404818+0000 mon.a (mon.0) 1817 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:51.979 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:51 smithi067 bash[82083]: audit 2023-12-09T02:11:51.412863+0000 mon.a (mon.0) 1818 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:51.979 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:51 smithi067 bash[82083]: cephadm 2023-12-09T02:11:51.413589+0000 mgr.y (mgr.25480) 454 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:51.979 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:51 smithi067 bash[82083]: audit 2023-12-09T02:11:51.492447+0000 mon.a (mon.0) 1819 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:51.979 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:51 smithi067 bash[82083]: audit 2023-12-09T02:11:51.496094+0000 mon.a (mon.0) 1820 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:51.979 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:51 smithi067 bash[82083]: audit 2023-12-09T02:11:51.499978+0000 mon.a (mon.0) 1821 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:51.979 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:51 smithi067 bash[82083]: audit 2023-12-09T02:11:51.501309+0000 mon.a (mon.0) 1822 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:51.979 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:51 smithi067 bash[82083]: audit 2023-12-09T02:11:51.509217+0000 mon.a (mon.0) 1823 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:51.979 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:51 smithi067 bash[82083]: cephadm 2023-12-09T02:11:51.509866+0000 mgr.y (mgr.25480) 455 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:51.979 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:51 smithi067 bash[82083]: audit 2023-12-09T02:11:51.589260+0000 mon.a (mon.0) 1824 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:51.979 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:51 smithi067 bash[82083]: audit 2023-12-09T02:11:51.591125+0000 mon.a (mon.0) 1825 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:51.980 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:51 smithi067 bash[82083]: audit 2023-12-09T02:11:51.593007+0000 mon.a (mon.0) 1826 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:51.980 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:51 smithi067 bash[82083]: audit 2023-12-09T02:11:51.593746+0000 mon.a (mon.0) 1827 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:51.980 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:51 smithi067 bash[82083]: audit 2023-12-09T02:11:51.599426+0000 mon.a (mon.0) 1828 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:51.980 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:51 smithi067 bash[82083]: cephadm 2023-12-09T02:11:51.600090+0000 mgr.y (mgr.25480) 456 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:51.980 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:51 smithi067 bash[82083]: audit 2023-12-09T02:11:51.634176+0000 mon.a (mon.0) 1829 : audit 0 from='client.? 172.21.15.67:0/1409219326' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:51.980 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:51 smithi067 bash[82083]: audit 2023-12-09T02:11:51.663666+0000 mon.a (mon.0) 1830 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:51.980 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:51 smithi067 bash[82083]: audit 2023-12-09T02:11:51.666535+0000 mon.a (mon.0) 1831 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:51.980 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:51 smithi067 bash[82083]: audit 2023-12-09T02:11:51.669381+0000 mon.a (mon.0) 1832 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:51.980 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:51 smithi067 bash[82083]: audit 2023-12-09T02:11:51.670545+0000 mon.a (mon.0) 1833 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:51.980 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:51 smithi067 bash[82083]: audit 2023-12-09T02:11:51.677884+0000 mon.a (mon.0) 1834 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:51.980 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:51 smithi067 bash[82083]: cephadm 2023-12-09T02:11:51.678853+0000 mgr.y (mgr.25480) 457 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:51.981 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:51 smithi125 bash[66801]: audit 2023-12-09T02:11:50.687699+0000 mon.a (mon.0) 1779 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:51.981 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:51 smithi125 bash[66801]: cephadm 2023-12-09T02:11:50.688560+0000 mgr.y (mgr.25480) 445 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:51.981 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:51 smithi125 bash[66801]: cluster 2023-12-09T02:11:50.729556+0000 osd.5 (osd.5) 8 : cluster 3 failed to encode map e109 with expected crc 2023-12-09T02:11:51.981 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:51 smithi125 bash[66801]: cluster 2023-12-09T02:11:50.729607+0000 mon.a (mon.0) 1780 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-09T02:11:51.981 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:51 smithi125 bash[66801]: cluster 2023-12-09T02:11:50.730408+0000 osd.4 (osd.4) 6 : cluster 3 failed to encode map e109 with expected crc 2023-12-09T02:11:51.981 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:51 smithi125 bash[66801]: cluster 2023-12-09T02:11:50.736345+0000 mon.a (mon.0) 1781 : cluster 1 osd.0 [v2:172.21.15.67:6802/3249608452,v1:172.21.15.67:6803/3249608452] boot 2023-12-09T02:11:51.981 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:51 smithi125 bash[66801]: cluster 2023-12-09T02:11:50.736413+0000 mon.a (mon.0) 1782 : cluster 0 osdmap e109: 8 total, 8 up, 8 in 2023-12-09T02:11:51.981 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:51 smithi125 bash[66801]: audit 2023-12-09T02:11:50.736825+0000 mon.a (mon.0) 1783 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-09T02:11:51.981 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:51 smithi125 bash[66801]: cluster 2023-12-09T02:11:50.737659+0000 osd.3 (osd.3) 7 : cluster 3 failed to encode map e109 with expected crc 2023-12-09T02:11:51.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:51 smithi125 bash[66801]: audit 2023-12-09T02:11:50.796759+0000 mon.a (mon.0) 1784 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:51.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:51 smithi125 bash[66801]: audit 2023-12-09T02:11:50.798688+0000 mon.a (mon.0) 1785 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:51.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:51 smithi125 bash[66801]: audit 2023-12-09T02:11:50.800648+0000 mon.a (mon.0) 1786 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:51.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:51 smithi125 bash[66801]: audit 2023-12-09T02:11:50.801353+0000 mon.a (mon.0) 1787 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:51.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:51 smithi125 bash[66801]: audit 2023-12-09T02:11:50.806499+0000 mon.a (mon.0) 1788 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:51.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:51 smithi125 bash[66801]: cephadm 2023-12-09T02:11:50.807033+0000 mgr.y (mgr.25480) 446 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:51.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:51 smithi125 bash[66801]: audit 2023-12-09T02:11:50.887494+0000 mon.a (mon.0) 1789 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:51.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:51 smithi125 bash[66801]: audit 2023-12-09T02:11:50.889934+0000 mon.a (mon.0) 1790 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:51.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:51 smithi125 bash[66801]: audit 2023-12-09T02:11:50.892771+0000 mon.a (mon.0) 1791 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:51.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:51 smithi125 bash[66801]: audit 2023-12-09T02:11:50.894067+0000 mon.a (mon.0) 1792 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:51.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:51 smithi125 bash[66801]: audit 2023-12-09T02:11:50.901029+0000 mon.a (mon.0) 1793 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:51.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:51 smithi125 bash[66801]: cephadm 2023-12-09T02:11:50.901644+0000 mgr.y (mgr.25480) 447 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:51.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:51 smithi125 bash[66801]: audit 2023-12-09T02:11:50.977103+0000 mon.a (mon.0) 1794 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:51.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:51 smithi125 bash[66801]: audit 2023-12-09T02:11:50.979528+0000 mon.a (mon.0) 1795 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:51.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:51 smithi125 bash[66801]: audit 2023-12-09T02:11:50.982091+0000 mon.a (mon.0) 1796 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:51.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:51 smithi125 bash[66801]: audit 2023-12-09T02:11:50.983023+0000 mon.a (mon.0) 1797 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:51.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:51 smithi125 bash[66801]: audit 2023-12-09T02:11:50.990089+0000 mon.a (mon.0) 1798 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:51.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:51 smithi125 bash[66801]: cephadm 2023-12-09T02:11:50.990720+0000 mgr.y (mgr.25480) 448 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:51.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:51 smithi125 bash[66801]: audit 2023-12-09T02:11:51.044448+0000 mgr.y (mgr.25480) 449 : audit 0 from='client.54182 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:11:51.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:51 smithi125 bash[66801]: cluster 2023-12-09T02:11:51.105802+0000 mgr.y (mgr.25480) 450 : cluster 0 pgmap v67: 161 pgs: 18 active+undersized+degraded, 40 active+undersized, 103 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 74/726 objects degraded (10.193%) 2023-12-09T02:11:51.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:51 smithi125 bash[66801]: audit 2023-12-09T02:11:51.110519+0000 mon.a (mon.0) 1799 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:51.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:51 smithi125 bash[66801]: audit 2023-12-09T02:11:51.113519+0000 mon.a (mon.0) 1800 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:51.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:51 smithi125 bash[66801]: audit 2023-12-09T02:11:51.116843+0000 mon.a (mon.0) 1801 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:51.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:51 smithi125 bash[66801]: audit 2023-12-09T02:11:51.118432+0000 mon.a (mon.0) 1802 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:51.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:51 smithi125 bash[66801]: audit 2023-12-09T02:11:51.125790+0000 mon.a (mon.0) 1803 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:51.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:51 smithi125 bash[66801]: cephadm 2023-12-09T02:11:51.126630+0000 mgr.y (mgr.25480) 451 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:51.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:51 smithi125 bash[66801]: audit 2023-12-09T02:11:51.204022+0000 mon.a (mon.0) 1804 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:51.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:51 smithi125 bash[66801]: audit 2023-12-09T02:11:51.207957+0000 mon.a (mon.0) 1805 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:51.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:51 smithi125 bash[66801]: audit 2023-12-09T02:11:51.213649+0000 mon.a (mon.0) 1806 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:51.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:51 smithi125 bash[66801]: audit 2023-12-09T02:11:51.215664+0000 mon.a (mon.0) 1807 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:51.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:51 smithi125 bash[66801]: audit 2023-12-09T02:11:51.222718+0000 mon.a (mon.0) 1808 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:51.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:51 smithi125 bash[66801]: cephadm 2023-12-09T02:11:51.223459+0000 mgr.y (mgr.25480) 452 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:51.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:51 smithi125 bash[66801]: audit 2023-12-09T02:11:51.304597+0000 mon.a (mon.0) 1809 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:51.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:51 smithi125 bash[66801]: audit 2023-12-09T02:11:51.306911+0000 mon.a (mon.0) 1810 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:51.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:51 smithi125 bash[66801]: audit 2023-12-09T02:11:51.309446+0000 mon.a (mon.0) 1811 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:51.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:51 smithi125 bash[66801]: audit 2023-12-09T02:11:51.310294+0000 mon.a (mon.0) 1812 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:51.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:51 smithi125 bash[66801]: audit 2023-12-09T02:11:51.318052+0000 mon.a (mon.0) 1813 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:51.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:51 smithi125 bash[66801]: cephadm 2023-12-09T02:11:51.319112+0000 mgr.y (mgr.25480) 453 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:51.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:51 smithi125 bash[66801]: audit 2023-12-09T02:11:51.397113+0000 mon.a (mon.0) 1814 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:51.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:51 smithi125 bash[66801]: audit 2023-12-09T02:11:51.400177+0000 mon.a (mon.0) 1815 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:51.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:51 smithi125 bash[66801]: audit 2023-12-09T02:11:51.403512+0000 mon.a (mon.0) 1816 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:51.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:51 smithi125 bash[66801]: audit 2023-12-09T02:11:51.404818+0000 mon.a (mon.0) 1817 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:51.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:51 smithi125 bash[66801]: audit 2023-12-09T02:11:51.412863+0000 mon.a (mon.0) 1818 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:51.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:51 smithi125 bash[66801]: cephadm 2023-12-09T02:11:51.413589+0000 mgr.y (mgr.25480) 454 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:51.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:51 smithi125 bash[66801]: audit 2023-12-09T02:11:51.492447+0000 mon.a (mon.0) 1819 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:51.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:51 smithi125 bash[66801]: audit 2023-12-09T02:11:51.496094+0000 mon.a (mon.0) 1820 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:51.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:51 smithi125 bash[66801]: audit 2023-12-09T02:11:51.499978+0000 mon.a (mon.0) 1821 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:51.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:51 smithi125 bash[66801]: audit 2023-12-09T02:11:51.501309+0000 mon.a (mon.0) 1822 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:51.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:51 smithi125 bash[66801]: audit 2023-12-09T02:11:51.509217+0000 mon.a (mon.0) 1823 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:51.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:51 smithi125 bash[66801]: cephadm 2023-12-09T02:11:51.509866+0000 mgr.y (mgr.25480) 455 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:51.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:51 smithi125 bash[66801]: audit 2023-12-09T02:11:51.589260+0000 mon.a (mon.0) 1824 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:51.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:51 smithi125 bash[66801]: audit 2023-12-09T02:11:51.591125+0000 mon.a (mon.0) 1825 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:51.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:51 smithi125 bash[66801]: audit 2023-12-09T02:11:51.593007+0000 mon.a (mon.0) 1826 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:51.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:51 smithi125 bash[66801]: audit 2023-12-09T02:11:51.593746+0000 mon.a (mon.0) 1827 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:51.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:51 smithi125 bash[66801]: audit 2023-12-09T02:11:51.599426+0000 mon.a (mon.0) 1828 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:51.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:51 smithi125 bash[66801]: cephadm 2023-12-09T02:11:51.600090+0000 mgr.y (mgr.25480) 456 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:51.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:51 smithi125 bash[66801]: audit 2023-12-09T02:11:51.634176+0000 mon.a (mon.0) 1829 : audit 0 from='client.? 172.21.15.67:0/1409219326' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:51.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:51 smithi125 bash[66801]: audit 2023-12-09T02:11:51.663666+0000 mon.a (mon.0) 1830 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:51.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:51 smithi125 bash[66801]: audit 2023-12-09T02:11:51.666535+0000 mon.a (mon.0) 1831 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:51.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:51 smithi125 bash[66801]: audit 2023-12-09T02:11:51.669381+0000 mon.a (mon.0) 1832 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:51.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:51 smithi125 bash[66801]: audit 2023-12-09T02:11:51.670545+0000 mon.a (mon.0) 1833 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:51.986 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:51 smithi125 bash[66801]: audit 2023-12-09T02:11:51.677884+0000 mon.a (mon.0) 1834 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:51.986 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:51 smithi125 bash[66801]: cephadm 2023-12-09T02:11:51.678853+0000 mgr.y (mgr.25480) 457 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:52.105 INFO:teuthology.orchestra.run.smithi067.stdout:{ 2023-12-09T02:11:52.105 INFO:teuthology.orchestra.run.smithi067.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:9dcc13bb80dcc1cdea72b04d80505b4649a2b882", 2023-12-09T02:11:52.106 INFO:teuthology.orchestra.run.smithi067.stdout: "in_progress": true, 2023-12-09T02:11:52.106 INFO:teuthology.orchestra.run.smithi067.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-09T02:11:52.106 INFO:teuthology.orchestra.run.smithi067.stdout: "services_complete": [ 2023-12-09T02:11:52.106 INFO:teuthology.orchestra.run.smithi067.stdout: "mgr", 2023-12-09T02:11:52.106 INFO:teuthology.orchestra.run.smithi067.stdout: "mon" 2023-12-09T02:11:52.106 INFO:teuthology.orchestra.run.smithi067.stdout: ], 2023-12-09T02:11:52.106 INFO:teuthology.orchestra.run.smithi067.stdout: "progress": "6/23 daemons upgraded", 2023-12-09T02:11:52.106 INFO:teuthology.orchestra.run.smithi067.stdout: "message": "Currently upgrading osd daemons", 2023-12-09T02:11:52.106 INFO:teuthology.orchestra.run.smithi067.stdout: "is_paused": false 2023-12-09T02:11:52.106 INFO:teuthology.orchestra.run.smithi067.stdout:} 2023-12-09T02:11:52.292 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:11:52 smithi067 bash[75618]: debug 2023-12-09T02:11:52.071+0000 7f0641e91700 -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-09T02:11:52.561 INFO:teuthology.orchestra.run.smithi067.stdout:HEALTH_WARN Degraded data redundancy: 74/726 objects degraded (10.193%), 18 pgs degraded 2023-12-09T02:11:52.562 INFO:teuthology.orchestra.run.smithi067.stdout:[WRN] PG_DEGRADED: Degraded data redundancy: 74/726 objects degraded (10.193%), 18 pgs degraded 2023-12-09T02:11:52.562 INFO:teuthology.orchestra.run.smithi067.stdout: pg 1.0 is active+undersized+degraded, acting [7,6] 2023-12-09T02:11:52.562 INFO:teuthology.orchestra.run.smithi067.stdout: pg 2.0 is active+undersized+degraded, acting [7,1] 2023-12-09T02:11:52.562 INFO:teuthology.orchestra.run.smithi067.stdout: pg 2.f is active+undersized+degraded, acting [4,7] 2023-12-09T02:11:52.562 INFO:teuthology.orchestra.run.smithi067.stdout: pg 3.1 is active+undersized+degraded, acting [4,3] 2023-12-09T02:11:52.562 INFO:teuthology.orchestra.run.smithi067.stdout: pg 3.3 is active+undersized+degraded, acting [4,6] 2023-12-09T02:11:52.562 INFO:teuthology.orchestra.run.smithi067.stdout: pg 3.6 is active+undersized+degraded, acting [1,4] 2023-12-09T02:11:52.562 INFO:teuthology.orchestra.run.smithi067.stdout: pg 3.7 is active+undersized+degraded, acting [3,7] 2023-12-09T02:11:52.562 INFO:teuthology.orchestra.run.smithi067.stdout: pg 3.b is active+undersized+degraded, acting [3,4] 2023-12-09T02:11:52.562 INFO:teuthology.orchestra.run.smithi067.stdout: pg 3.f is active+undersized+degraded, acting [7,4] 2023-12-09T02:11:52.562 INFO:teuthology.orchestra.run.smithi067.stdout: pg 3.10 is active+undersized+degraded, acting [6,5] 2023-12-09T02:11:52.563 INFO:teuthology.orchestra.run.smithi067.stdout: pg 3.12 is active+undersized+degraded, acting [7,3] 2023-12-09T02:11:52.563 INFO:teuthology.orchestra.run.smithi067.stdout: pg 3.17 is active+undersized+degraded, acting [5,3] 2023-12-09T02:11:52.563 INFO:teuthology.orchestra.run.smithi067.stdout: pg 3.18 is active+undersized+degraded, acting [3,1] 2023-12-09T02:11:52.563 INFO:teuthology.orchestra.run.smithi067.stdout: pg 3.1b is active+undersized+degraded, acting [4,7] 2023-12-09T02:11:52.563 INFO:teuthology.orchestra.run.smithi067.stdout: pg 3.1f is active+undersized+degraded, acting [5,2] 2023-12-09T02:11:52.563 INFO:teuthology.orchestra.run.smithi067.stdout: pg 4.0 is active+undersized+degraded, acting [3,7] 2023-12-09T02:11:52.563 INFO:teuthology.orchestra.run.smithi067.stdout: pg 4.3 is active+undersized+degraded, acting [5,7] 2023-12-09T02:11:52.563 INFO:teuthology.orchestra.run.smithi067.stdout: pg 5.1d is active+undersized+degraded, acting [1,4] 2023-12-09T02:11:52.997 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:52 smithi125 bash[66801]: cluster 2023-12-09T02:11:51.734460+0000 osd.2 (osd.2) 7 : cluster 3 failed to encode map e110 with expected crc 2023-12-09T02:11:52.997 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:52 smithi125 bash[66801]: cluster 2023-12-09T02:11:51.734513+0000 osd.5 (osd.5) 9 : cluster 3 failed to encode map e110 with expected crc 2023-12-09T02:11:52.997 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:52 smithi125 bash[66801]: cluster 2023-12-09T02:11:51.734594+0000 osd.7 (osd.7) 6 : cluster 3 failed to encode map e110 with expected crc 2023-12-09T02:11:52.998 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:52 smithi125 bash[66801]: cluster 2023-12-09T02:11:51.734609+0000 osd.4 (osd.4) 7 : cluster 3 failed to encode map e110 with expected crc 2023-12-09T02:11:52.998 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:52 smithi125 bash[66801]: cluster 2023-12-09T02:11:51.734776+0000 osd.1 (osd.1) 6 : cluster 3 failed to encode map e110 with expected crc 2023-12-09T02:11:52.998 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:52 smithi125 bash[66801]: cluster 2023-12-09T02:11:51.736510+0000 osd.6 (osd.6) 6 : cluster 3 failed to encode map e110 with expected crc 2023-12-09T02:11:52.998 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:52 smithi125 bash[66801]: cluster 2023-12-09T02:11:51.737299+0000 osd.3 (osd.3) 8 : cluster 3 failed to encode map e110 with expected crc 2023-12-09T02:11:52.998 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:52 smithi125 bash[66801]: cluster 2023-12-09T02:11:51.739586+0000 osd.5 (osd.5) 10 : cluster 3 failed to encode map e110 with expected crc 2023-12-09T02:11:52.998 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:52 smithi125 bash[66801]: cluster 2023-12-09T02:11:51.739621+0000 osd.7 (osd.7) 7 : cluster 3 failed to encode map e110 with expected crc 2023-12-09T02:11:52.998 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:52 smithi125 bash[66801]: cluster 2023-12-09T02:11:51.740197+0000 osd.2 (osd.2) 8 : cluster 3 failed to encode map e110 with expected crc 2023-12-09T02:11:52.998 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:52 smithi125 bash[66801]: cluster 2023-12-09T02:11:51.740213+0000 mon.a (mon.0) 1835 : cluster 0 osdmap e110: 8 total, 8 up, 8 in 2023-12-09T02:11:52.998 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:52 smithi125 bash[66801]: audit 2023-12-09T02:11:51.772772+0000 mon.a (mon.0) 1836 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:52.998 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:52 smithi125 bash[66801]: audit 2023-12-09T02:11:51.777226+0000 mon.a (mon.0) 1837 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:52.998 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:52 smithi125 bash[66801]: audit 2023-12-09T02:11:51.780306+0000 mon.a (mon.0) 1838 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:52.998 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:52 smithi125 bash[66801]: audit 2023-12-09T02:11:51.781015+0000 mon.a (mon.0) 1839 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:52.998 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:52 smithi125 bash[66801]: audit 2023-12-09T02:11:51.791860+0000 mon.a (mon.0) 1840 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:52.998 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:52 smithi125 bash[66801]: cephadm 2023-12-09T02:11:51.792621+0000 mgr.y (mgr.25480) 458 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:52.999 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:52 smithi125 bash[66801]: audit 2023-12-09T02:11:51.870807+0000 mon.a (mon.0) 1841 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:52.999 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:52 smithi125 bash[66801]: audit 2023-12-09T02:11:51.873568+0000 mon.a (mon.0) 1842 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:52.999 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:52 smithi125 bash[66801]: audit 2023-12-09T02:11:51.875969+0000 mon.a (mon.0) 1843 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:52.999 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:52 smithi125 bash[66801]: audit 2023-12-09T02:11:51.876875+0000 mon.a (mon.0) 1844 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:52.999 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:52 smithi125 bash[66801]: audit 2023-12-09T02:11:51.886968+0000 mon.a (mon.0) 1845 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:52.999 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:52 smithi125 bash[66801]: cephadm 2023-12-09T02:11:51.887916+0000 mgr.y (mgr.25480) 459 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:52.999 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:52 smithi125 bash[66801]: audit 2023-12-09T02:11:51.969421+0000 mon.a (mon.0) 1846 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:52.999 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:52 smithi125 bash[66801]: audit 2023-12-09T02:11:51.972188+0000 mon.a (mon.0) 1847 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:52.999 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:52 smithi125 bash[66801]: audit 2023-12-09T02:11:51.975009+0000 mon.a (mon.0) 1848 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:52.999 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:52 smithi125 bash[66801]: audit 2023-12-09T02:11:51.976034+0000 mon.a (mon.0) 1849 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:52.999 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:52 smithi125 bash[66801]: audit 2023-12-09T02:11:51.983661+0000 mon.a (mon.0) 1850 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:52.999 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:52 smithi125 bash[66801]: cephadm 2023-12-09T02:11:51.984305+0000 mgr.y (mgr.25480) 460 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:52.999 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:52 smithi125 bash[66801]: audit 2023-12-09T02:11:51.997496+0000 mon.a (mon.0) 1851 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:52.999 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:52 smithi125 bash[66801]: audit 2023-12-09T02:11:52.008291+0000 mon.a (mon.0) 1852 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:52.999 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:52 smithi125 bash[66801]: audit 2023-12-09T02:11:52.015200+0000 mon.a (mon.0) 1853 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:53.000 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:52 smithi125 bash[66801]: audit 2023-12-09T02:11:52.067925+0000 mon.a (mon.0) 1854 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:53.000 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:52 smithi125 bash[66801]: audit 2023-12-09T02:11:52.070031+0000 mon.a (mon.0) 1855 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:53.000 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:52 smithi125 bash[66801]: audit 2023-12-09T02:11:52.071607+0000 mon.a (mon.0) 1856 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:53.000 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:52 smithi125 bash[66801]: audit 2023-12-09T02:11:52.072706+0000 mon.a (mon.0) 1857 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:53.000 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:52 smithi125 bash[66801]: audit 2023-12-09T02:11:52.074314+0000 mon.a (mon.0) 1858 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2023-12-09T02:11:53.000 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:52 smithi125 bash[66801]: audit 2023-12-09T02:11:52.074526+0000 mgr.y (mgr.25480) 461 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2023-12-09T02:11:53.000 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:52 smithi125 bash[66801]: cephadm 2023-12-09T02:11:52.075433+0000 mgr.y (mgr.25480) 462 : cephadm 1 Upgrade: unsafe to stop osd(s) at this time (20 PGs are or would become offline) 2023-12-09T02:11:53.000 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:52 smithi125 bash[66801]: audit 2023-12-09T02:11:52.104520+0000 mgr.y (mgr.25480) 463 : audit 0 from='client.34272 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:11:53.000 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:52 smithi125 bash[66801]: audit 2023-12-09T02:11:52.561119+0000 mon.c (mon.1) 8 : audit 0 from='client.? 172.21.15.67:0/74399688' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-09T02:11:53.220 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:52 smithi067 bash[79370]: cluster 2023-12-09T02:11:51.734460+0000 osd.2 (osd.2) 7 : cluster 3 failed to encode map e110 with expected crc 2023-12-09T02:11:53.220 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:52 smithi067 bash[79370]: cluster 2023-12-09T02:11:51.734513+0000 osd.5 (osd.5) 9 : cluster 3 failed to encode map e110 with expected crc 2023-12-09T02:11:53.220 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:52 smithi067 bash[79370]: cluster 2023-12-09T02:11:51.734594+0000 osd.7 (osd.7) 6 : cluster 3 failed to encode map e110 with expected crc 2023-12-09T02:11:53.220 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:52 smithi067 bash[79370]: cluster 2023-12-09T02:11:51.734609+0000 osd.4 (osd.4) 7 : cluster 3 failed to encode map e110 with expected crc 2023-12-09T02:11:53.220 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:52 smithi067 bash[79370]: cluster 2023-12-09T02:11:51.734776+0000 osd.1 (osd.1) 6 : cluster 3 failed to encode map e110 with expected crc 2023-12-09T02:11:53.220 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:52 smithi067 bash[79370]: cluster 2023-12-09T02:11:51.736510+0000 osd.6 (osd.6) 6 : cluster 3 failed to encode map e110 with expected crc 2023-12-09T02:11:53.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:52 smithi067 bash[79370]: cluster 2023-12-09T02:11:51.737299+0000 osd.3 (osd.3) 8 : cluster 3 failed to encode map e110 with expected crc 2023-12-09T02:11:53.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:52 smithi067 bash[79370]: cluster 2023-12-09T02:11:51.739586+0000 osd.5 (osd.5) 10 : cluster 3 failed to encode map e110 with expected crc 2023-12-09T02:11:53.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:52 smithi067 bash[79370]: cluster 2023-12-09T02:11:51.739621+0000 osd.7 (osd.7) 7 : cluster 3 failed to encode map e110 with expected crc 2023-12-09T02:11:53.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:52 smithi067 bash[79370]: cluster 2023-12-09T02:11:51.740197+0000 osd.2 (osd.2) 8 : cluster 3 failed to encode map e110 with expected crc 2023-12-09T02:11:53.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:52 smithi067 bash[79370]: cluster 2023-12-09T02:11:51.740213+0000 mon.a (mon.0) 1835 : cluster 0 osdmap e110: 8 total, 8 up, 8 in 2023-12-09T02:11:53.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:52 smithi067 bash[79370]: audit 2023-12-09T02:11:51.772772+0000 mon.a (mon.0) 1836 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:53.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:52 smithi067 bash[79370]: audit 2023-12-09T02:11:51.777226+0000 mon.a (mon.0) 1837 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:53.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:52 smithi067 bash[79370]: audit 2023-12-09T02:11:51.780306+0000 mon.a (mon.0) 1838 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:53.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:52 smithi067 bash[79370]: audit 2023-12-09T02:11:51.781015+0000 mon.a (mon.0) 1839 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:53.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:52 smithi067 bash[79370]: audit 2023-12-09T02:11:51.791860+0000 mon.a (mon.0) 1840 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:53.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:52 smithi067 bash[79370]: cephadm 2023-12-09T02:11:51.792621+0000 mgr.y (mgr.25480) 458 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:53.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:52 smithi067 bash[79370]: audit 2023-12-09T02:11:51.870807+0000 mon.a (mon.0) 1841 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:53.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:52 smithi067 bash[79370]: audit 2023-12-09T02:11:51.873568+0000 mon.a (mon.0) 1842 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:53.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:52 smithi067 bash[79370]: audit 2023-12-09T02:11:51.875969+0000 mon.a (mon.0) 1843 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:53.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:52 smithi067 bash[79370]: audit 2023-12-09T02:11:51.876875+0000 mon.a (mon.0) 1844 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:53.222 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:52 smithi067 bash[79370]: audit 2023-12-09T02:11:51.886968+0000 mon.a (mon.0) 1845 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:53.222 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:52 smithi067 bash[79370]: cephadm 2023-12-09T02:11:51.887916+0000 mgr.y (mgr.25480) 459 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:53.222 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:52 smithi067 bash[82083]: cluster 2023-12-09T02:11:51.734460+0000 osd.2 (osd.2) 7 : cluster 3 failed to encode map e110 with expected crc 2023-12-09T02:11:53.222 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:52 smithi067 bash[82083]: cluster 2023-12-09T02:11:51.734513+0000 osd.5 (osd.5) 9 : cluster 3 failed to encode map e110 with expected crc 2023-12-09T02:11:53.222 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:52 smithi067 bash[82083]: cluster 2023-12-09T02:11:51.734594+0000 osd.7 (osd.7) 6 : cluster 3 failed to encode map e110 with expected crc 2023-12-09T02:11:53.222 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:52 smithi067 bash[82083]: cluster 2023-12-09T02:11:51.734609+0000 osd.4 (osd.4) 7 : cluster 3 failed to encode map e110 with expected crc 2023-12-09T02:11:53.222 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:52 smithi067 bash[82083]: cluster 2023-12-09T02:11:51.734776+0000 osd.1 (osd.1) 6 : cluster 3 failed to encode map e110 with expected crc 2023-12-09T02:11:53.222 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:52 smithi067 bash[82083]: cluster 2023-12-09T02:11:51.736510+0000 osd.6 (osd.6) 6 : cluster 3 failed to encode map e110 with expected crc 2023-12-09T02:11:53.222 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:52 smithi067 bash[82083]: cluster 2023-12-09T02:11:51.737299+0000 osd.3 (osd.3) 8 : cluster 3 failed to encode map e110 with expected crc 2023-12-09T02:11:53.222 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:52 smithi067 bash[82083]: cluster 2023-12-09T02:11:51.739586+0000 osd.5 (osd.5) 10 : cluster 3 failed to encode map e110 with expected crc 2023-12-09T02:11:53.222 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:52 smithi067 bash[82083]: cluster 2023-12-09T02:11:51.739621+0000 osd.7 (osd.7) 7 : cluster 3 failed to encode map e110 with expected crc 2023-12-09T02:11:53.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:52 smithi067 bash[82083]: cluster 2023-12-09T02:11:51.740197+0000 osd.2 (osd.2) 8 : cluster 3 failed to encode map e110 with expected crc 2023-12-09T02:11:53.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:52 smithi067 bash[82083]: cluster 2023-12-09T02:11:51.740213+0000 mon.a (mon.0) 1835 : cluster 0 osdmap e110: 8 total, 8 up, 8 in 2023-12-09T02:11:53.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:52 smithi067 bash[82083]: audit 2023-12-09T02:11:51.772772+0000 mon.a (mon.0) 1836 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:53.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:52 smithi067 bash[82083]: audit 2023-12-09T02:11:51.777226+0000 mon.a (mon.0) 1837 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:53.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:52 smithi067 bash[82083]: audit 2023-12-09T02:11:51.780306+0000 mon.a (mon.0) 1838 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:53.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:52 smithi067 bash[82083]: audit 2023-12-09T02:11:51.781015+0000 mon.a (mon.0) 1839 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:53.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:52 smithi067 bash[82083]: audit 2023-12-09T02:11:51.791860+0000 mon.a (mon.0) 1840 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:53.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:52 smithi067 bash[82083]: cephadm 2023-12-09T02:11:51.792621+0000 mgr.y (mgr.25480) 458 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:53.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:52 smithi067 bash[82083]: audit 2023-12-09T02:11:51.870807+0000 mon.a (mon.0) 1841 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:53.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:52 smithi067 bash[82083]: audit 2023-12-09T02:11:51.873568+0000 mon.a (mon.0) 1842 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:53.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:52 smithi067 bash[82083]: audit 2023-12-09T02:11:51.875969+0000 mon.a (mon.0) 1843 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:53.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:52 smithi067 bash[82083]: audit 2023-12-09T02:11:51.876875+0000 mon.a (mon.0) 1844 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:53.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:52 smithi067 bash[82083]: audit 2023-12-09T02:11:51.886968+0000 mon.a (mon.0) 1845 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:53.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:52 smithi067 bash[82083]: cephadm 2023-12-09T02:11:51.887916+0000 mgr.y (mgr.25480) 459 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:53.224 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:52 smithi067 bash[79370]: audit 2023-12-09T02:11:51.969421+0000 mon.a (mon.0) 1846 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:53.224 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:52 smithi067 bash[79370]: audit 2023-12-09T02:11:51.972188+0000 mon.a (mon.0) 1847 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:53.224 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:52 smithi067 bash[79370]: audit 2023-12-09T02:11:51.975009+0000 mon.a (mon.0) 1848 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:53.224 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:52 smithi067 bash[79370]: audit 2023-12-09T02:11:51.976034+0000 mon.a (mon.0) 1849 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:53.224 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:52 smithi067 bash[79370]: audit 2023-12-09T02:11:51.983661+0000 mon.a (mon.0) 1850 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:53.224 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:52 smithi067 bash[79370]: cephadm 2023-12-09T02:11:51.984305+0000 mgr.y (mgr.25480) 460 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:53.224 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:52 smithi067 bash[79370]: audit 2023-12-09T02:11:51.997496+0000 mon.a (mon.0) 1851 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:53.224 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:52 smithi067 bash[79370]: audit 2023-12-09T02:11:52.008291+0000 mon.a (mon.0) 1852 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:53.224 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:52 smithi067 bash[79370]: audit 2023-12-09T02:11:52.015200+0000 mon.a (mon.0) 1853 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:53.224 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:52 smithi067 bash[79370]: audit 2023-12-09T02:11:52.067925+0000 mon.a (mon.0) 1854 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:53.224 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:52 smithi067 bash[79370]: audit 2023-12-09T02:11:52.070031+0000 mon.a (mon.0) 1855 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:53.224 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:52 smithi067 bash[79370]: audit 2023-12-09T02:11:52.071607+0000 mon.a (mon.0) 1856 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:53.224 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:52 smithi067 bash[79370]: audit 2023-12-09T02:11:52.072706+0000 mon.a (mon.0) 1857 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:53.225 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:52 smithi067 bash[79370]: audit 2023-12-09T02:11:52.074314+0000 mon.a (mon.0) 1858 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2023-12-09T02:11:53.225 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:52 smithi067 bash[79370]: audit 2023-12-09T02:11:52.074526+0000 mgr.y (mgr.25480) 461 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2023-12-09T02:11:53.225 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:52 smithi067 bash[79370]: cephadm 2023-12-09T02:11:52.075433+0000 mgr.y (mgr.25480) 462 : cephadm 1 Upgrade: unsafe to stop osd(s) at this time (20 PGs are or would become offline) 2023-12-09T02:11:53.225 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:52 smithi067 bash[79370]: audit 2023-12-09T02:11:52.104520+0000 mgr.y (mgr.25480) 463 : audit 0 from='client.34272 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:11:53.225 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:52 smithi067 bash[79370]: audit 2023-12-09T02:11:52.561119+0000 mon.c (mon.1) 8 : audit 0 from='client.? 172.21.15.67:0/74399688' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-09T02:11:53.225 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:52 smithi067 bash[82083]: audit 2023-12-09T02:11:51.969421+0000 mon.a (mon.0) 1846 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:53.225 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:52 smithi067 bash[82083]: audit 2023-12-09T02:11:51.972188+0000 mon.a (mon.0) 1847 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:53.225 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:52 smithi067 bash[82083]: audit 2023-12-09T02:11:51.975009+0000 mon.a (mon.0) 1848 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:11:53.225 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:52 smithi067 bash[82083]: audit 2023-12-09T02:11:51.976034+0000 mon.a (mon.0) 1849 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:11:53.225 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:52 smithi067 bash[82083]: audit 2023-12-09T02:11:51.983661+0000 mon.a (mon.0) 1850 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:53.225 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:52 smithi067 bash[82083]: cephadm 2023-12-09T02:11:51.984305+0000 mgr.y (mgr.25480) 460 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:11:53.225 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:52 smithi067 bash[82083]: audit 2023-12-09T02:11:51.997496+0000 mon.a (mon.0) 1851 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:53.225 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:52 smithi067 bash[82083]: audit 2023-12-09T02:11:52.008291+0000 mon.a (mon.0) 1852 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:53.226 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:52 smithi067 bash[82083]: audit 2023-12-09T02:11:52.015200+0000 mon.a (mon.0) 1853 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:53.226 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:52 smithi067 bash[82083]: audit 2023-12-09T02:11:52.067925+0000 mon.a (mon.0) 1854 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:11:53.226 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:52 smithi067 bash[82083]: audit 2023-12-09T02:11:52.070031+0000 mon.a (mon.0) 1855 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:53.226 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:52 smithi067 bash[82083]: audit 2023-12-09T02:11:52.071607+0000 mon.a (mon.0) 1856 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:53.226 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:52 smithi067 bash[82083]: audit 2023-12-09T02:11:52.072706+0000 mon.a (mon.0) 1857 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:11:53.226 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:52 smithi067 bash[82083]: audit 2023-12-09T02:11:52.074314+0000 mon.a (mon.0) 1858 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2023-12-09T02:11:53.226 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:52 smithi067 bash[82083]: audit 2023-12-09T02:11:52.074526+0000 mgr.y (mgr.25480) 461 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2023-12-09T02:11:53.226 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:52 smithi067 bash[82083]: cephadm 2023-12-09T02:11:52.075433+0000 mgr.y (mgr.25480) 462 : cephadm 1 Upgrade: unsafe to stop osd(s) at this time (20 PGs are or would become offline) 2023-12-09T02:11:53.226 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:52 smithi067 bash[82083]: audit 2023-12-09T02:11:52.104520+0000 mgr.y (mgr.25480) 463 : audit 0 from='client.34272 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:11:53.226 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:52 smithi067 bash[82083]: audit 2023-12-09T02:11:52.561119+0000 mon.c (mon.1) 8 : audit 0 from='client.? 172.21.15.67:0/74399688' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-09T02:11:53.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:53 smithi067 bash[79370]: cluster 2023-12-09T02:11:53.106862+0000 mgr.y (mgr.25480) 464 : cluster 0 pgmap v69: 161 pgs: 18 active+undersized+degraded, 40 active+undersized, 103 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 74/726 objects degraded (10.193%) 2023-12-09T02:11:53.970 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:11:53 smithi067 bash[75618]: ::ffff:172.21.15.125 - - [09/Dec/2023:02:11:53] "GET /metrics HTTP/1.1" 200 38384 "" "Prometheus/2.33.4" 2023-12-09T02:11:53.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:53 smithi067 bash[82083]: cluster 2023-12-09T02:11:53.106862+0000 mgr.y (mgr.25480) 464 : cluster 0 pgmap v69: 161 pgs: 18 active+undersized+degraded, 40 active+undersized, 103 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 74/726 objects degraded (10.193%) 2023-12-09T02:11:54.223 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:53 smithi125 bash[66801]: cluster 2023-12-09T02:11:53.106862+0000 mgr.y (mgr.25480) 464 : cluster 0 pgmap v69: 161 pgs: 18 active+undersized+degraded, 40 active+undersized, 103 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 74/726 objects degraded (10.193%) 2023-12-09T02:11:55.469 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:55 smithi067 bash[79370]: cluster 2023-12-09T02:11:55.160551+0000 mon.a (mon.0) 1859 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 74/726 objects degraded (10.193%), 18 pgs degraded) 2023-12-09T02:11:55.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:55 smithi067 bash[79370]: cluster 2023-12-09T02:11:55.160644+0000 mon.a (mon.0) 1860 : cluster 1 Cluster is now healthy 2023-12-09T02:11:55.470 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:55 smithi067 bash[82083]: cluster 2023-12-09T02:11:55.160551+0000 mon.a (mon.0) 1859 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 74/726 objects degraded (10.193%), 18 pgs degraded) 2023-12-09T02:11:55.470 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:55 smithi067 bash[82083]: cluster 2023-12-09T02:11:55.160644+0000 mon.a (mon.0) 1860 : cluster 1 Cluster is now healthy 2023-12-09T02:11:55.472 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:55 smithi125 bash[66801]: cluster 2023-12-09T02:11:55.160551+0000 mon.a (mon.0) 1859 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 74/726 objects degraded (10.193%), 18 pgs degraded) 2023-12-09T02:11:55.472 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:55 smithi125 bash[66801]: cluster 2023-12-09T02:11:55.160644+0000 mon.a (mon.0) 1860 : cluster 1 Cluster is now healthy 2023-12-09T02:11:56.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:56 smithi067 bash[79370]: cluster 2023-12-09T02:11:55.108416+0000 mgr.y (mgr.25480) 465 : cluster 0 pgmap v70: 161 pgs: 161 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:11:56.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:56 smithi067 bash[79370]: audit 2023-12-09T02:11:55.458442+0000 mon.a (mon.0) 1861 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:56.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:56 smithi067 bash[79370]: audit 2023-12-09T02:11:55.471517+0000 mon.a (mon.0) 1862 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:56.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:56 smithi067 bash[79370]: audit 2023-12-09T02:11:55.479430+0000 mon.a (mon.0) 1863 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:56.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:56 smithi067 bash[82083]: cluster 2023-12-09T02:11:55.108416+0000 mgr.y (mgr.25480) 465 : cluster 0 pgmap v70: 161 pgs: 161 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:11:56.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:56 smithi067 bash[82083]: audit 2023-12-09T02:11:55.458442+0000 mon.a (mon.0) 1861 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:56.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:56 smithi067 bash[82083]: audit 2023-12-09T02:11:55.471517+0000 mon.a (mon.0) 1862 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:56.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:56 smithi067 bash[82083]: audit 2023-12-09T02:11:55.479430+0000 mon.a (mon.0) 1863 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:56.722 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:56 smithi125 bash[66801]: cluster 2023-12-09T02:11:55.108416+0000 mgr.y (mgr.25480) 465 : cluster 0 pgmap v70: 161 pgs: 161 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:11:56.723 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:56 smithi125 bash[66801]: audit 2023-12-09T02:11:55.458442+0000 mon.a (mon.0) 1861 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:56.723 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:56 smithi125 bash[66801]: audit 2023-12-09T02:11:55.471517+0000 mon.a (mon.0) 1862 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:56.723 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:56 smithi125 bash[66801]: audit 2023-12-09T02:11:55.479430+0000 mon.a (mon.0) 1863 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:58.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:58 smithi067 bash[79370]: cluster 2023-12-09T02:11:57.108937+0000 mgr.y (mgr.25480) 466 : cluster 0 pgmap v71: 161 pgs: 161 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 689 B/s rd, 0 op/s 2023-12-09T02:11:58.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:58 smithi067 bash[79370]: audit 2023-12-09T02:11:57.641881+0000 mon.a (mon.0) 1864 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:58.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:58 smithi067 bash[79370]: audit 2023-12-09T02:11:57.644353+0000 mon.a (mon.0) 1865 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:11:58.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:58 smithi067 bash[82083]: cluster 2023-12-09T02:11:57.108937+0000 mgr.y (mgr.25480) 466 : cluster 0 pgmap v71: 161 pgs: 161 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 689 B/s rd, 0 op/s 2023-12-09T02:11:58.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:58 smithi067 bash[82083]: audit 2023-12-09T02:11:57.641881+0000 mon.a (mon.0) 1864 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:58.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:58 smithi067 bash[82083]: audit 2023-12-09T02:11:57.644353+0000 mon.a (mon.0) 1865 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:11:58.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:58 smithi125 bash[66801]: cluster 2023-12-09T02:11:57.108937+0000 mgr.y (mgr.25480) 466 : cluster 0 pgmap v71: 161 pgs: 161 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 689 B/s rd, 0 op/s 2023-12-09T02:11:58.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:58 smithi125 bash[66801]: audit 2023-12-09T02:11:57.641881+0000 mon.a (mon.0) 1864 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:58.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:58 smithi125 bash[66801]: audit 2023-12-09T02:11:57.644353+0000 mon.a (mon.0) 1865 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:11:58.973 INFO:journalctl@ceph.prometheus.a.smithi125.stdout:Dec 09 02:11:58 smithi125 bash[62302]: ts=2023-12-09T02:11:58.660Z caller=alerting.go:353 level=warn component="rule manager" alert="unsupported value type" msg="Expanding alert template failed" err="error executing template __alert_CephOSDDown: template: __alert_CephOSDDown:1:358: executing \"__alert_CephOSDDown\" at : error calling query: found duplicate series for the match group {ceph_daemon=\"osd.0\"} on the right hand-side of the operation: [{__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.67\", device_class=\"ssd\", hostname=\"smithi067\", instance=\"smithi067:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.67\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.67\", device_class=\"ssd\", hostname=\"smithi067\", instance=\"172.21.15.125:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.67\"}];many-to-many matching not allowed: matching labels must be unique on one side" data="unsupported value type" 2023-12-09T02:11:58.973 INFO:journalctl@ceph.prometheus.a.smithi125.stdout:Dec 09 02:11:58 smithi125 bash[62302]: ts=2023-12-09T02:11: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.67\", device_class=\"ssd\", hostname=\"smithi067\", instance=\"smithi067:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.67\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.67\", device_class=\"ssd\", hostname=\"smithi067\", instance=\"172.21.15.125:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.67\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-09T02:11:59.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:59 smithi067 bash[79370]: audit 2023-12-09T02:11:58.638086+0000 mgr.y (mgr.25480) 467 : audit 0 from='client.25420 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:11:59.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:59 smithi067 bash[79370]: audit 2023-12-09T02:11:58.990148+0000 mon.a (mon.0) 1866 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:59.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:59 smithi067 bash[79370]: audit 2023-12-09T02:11:59.001216+0000 mon.a (mon.0) 1867 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:59.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:11:59 smithi067 bash[79370]: audit 2023-12-09T02:11:59.010682+0000 mon.a (mon.0) 1868 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:59.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:59 smithi067 bash[82083]: audit 2023-12-09T02:11:58.638086+0000 mgr.y (mgr.25480) 467 : audit 0 from='client.25420 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:11:59.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:59 smithi067 bash[82083]: audit 2023-12-09T02:11:58.990148+0000 mon.a (mon.0) 1866 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:59.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:59 smithi067 bash[82083]: audit 2023-12-09T02:11:59.001216+0000 mon.a (mon.0) 1867 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:59.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:11:59 smithi067 bash[82083]: audit 2023-12-09T02:11:59.010682+0000 mon.a (mon.0) 1868 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:59.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:59 smithi125 bash[66801]: audit 2023-12-09T02:11:58.638086+0000 mgr.y (mgr.25480) 467 : audit 0 from='client.25420 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:11:59.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:59 smithi125 bash[66801]: audit 2023-12-09T02:11:58.990148+0000 mon.a (mon.0) 1866 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:59.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:59 smithi125 bash[66801]: audit 2023-12-09T02:11:59.001216+0000 mon.a (mon.0) 1867 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:11:59.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:11:59 smithi125 bash[66801]: audit 2023-12-09T02:11:59.010682+0000 mon.a (mon.0) 1868 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:00.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:00 smithi067 bash[79370]: cluster 2023-12-09T02:11:59.110500+0000 mgr.y (mgr.25480) 468 : cluster 0 pgmap v72: 161 pgs: 161 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:12:00.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:00 smithi067 bash[82083]: cluster 2023-12-09T02:11:59.110500+0000 mgr.y (mgr.25480) 468 : cluster 0 pgmap v72: 161 pgs: 161 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:12:00.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:00 smithi125 bash[66801]: cluster 2023-12-09T02:11:59.110500+0000 mgr.y (mgr.25480) 468 : cluster 0 pgmap v72: 161 pgs: 161 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:12:02.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:02 smithi067 bash[79370]: cluster 2023-12-09T02:12:01.111522+0000 mgr.y (mgr.25480) 469 : cluster 0 pgmap v73: 161 pgs: 161 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2023-12-09T02:12:02.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:02 smithi067 bash[82083]: cluster 2023-12-09T02:12:01.111522+0000 mgr.y (mgr.25480) 469 : cluster 0 pgmap v73: 161 pgs: 161 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2023-12-09T02:12:02.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:02 smithi125 bash[66801]: cluster 2023-12-09T02:12:01.111522+0000 mgr.y (mgr.25480) 469 : cluster 0 pgmap v73: 161 pgs: 161 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2023-12-09T02:12:03.970 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:12:03 smithi067 bash[75618]: ::ffff:172.21.15.125 - - [09/Dec/2023:02:12:03] "GET /metrics HTTP/1.1" 200 38318 "" "Prometheus/2.33.4" 2023-12-09T02:12:03.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:03 smithi067 bash[82083]: audit 2023-12-09T02:12:02.706341+0000 mon.a (mon.0) 1869 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:03.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:03 smithi067 bash[82083]: cluster 2023-12-09T02:12:03.112295+0000 mgr.y (mgr.25480) 470 : cluster 0 pgmap v74: 161 pgs: 161 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 900 B/s rd, 0 op/s 2023-12-09T02:12:03.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:03 smithi067 bash[79370]: audit 2023-12-09T02:12:02.706341+0000 mon.a (mon.0) 1869 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:03.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:03 smithi067 bash[79370]: cluster 2023-12-09T02:12:03.112295+0000 mgr.y (mgr.25480) 470 : cluster 0 pgmap v74: 161 pgs: 161 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 900 B/s rd, 0 op/s 2023-12-09T02:12:03.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:03 smithi125 bash[66801]: audit 2023-12-09T02:12:02.706341+0000 mon.a (mon.0) 1869 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:03.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:03 smithi125 bash[66801]: cluster 2023-12-09T02:12:03.112295+0000 mgr.y (mgr.25480) 470 : cluster 0 pgmap v74: 161 pgs: 161 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 900 B/s rd, 0 op/s 2023-12-09T02:12:06.470 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:06 smithi067 bash[82083]: cluster 2023-12-09T02:12:05.113954+0000 mgr.y (mgr.25480) 471 : cluster 0 pgmap v75: 161 pgs: 161 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:12:06.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:06 smithi067 bash[79370]: cluster 2023-12-09T02:12:05.113954+0000 mgr.y (mgr.25480) 471 : cluster 0 pgmap v75: 161 pgs: 161 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:12:06.473 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:06 smithi125 bash[66801]: cluster 2023-12-09T02:12:05.113954+0000 mgr.y (mgr.25480) 471 : cluster 0 pgmap v75: 161 pgs: 161 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:12:07.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:07 smithi067 bash[79370]: audit 2023-12-09T02:12:07.090404+0000 mon.a (mon.0) 1870 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2023-12-09T02:12:07.470 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:07 smithi067 bash[82083]: audit 2023-12-09T02:12:07.090404+0000 mon.a (mon.0) 1870 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2023-12-09T02:12:07.472 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:07 smithi125 bash[66801]: audit 2023-12-09T02:12:07.090404+0000 mon.a (mon.0) 1870 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2023-12-09T02:12:08.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:08 smithi067 bash[79370]: audit 2023-12-09T02:12:07.090924+0000 mgr.y (mgr.25480) 472 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2023-12-09T02:12:08.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:08 smithi067 bash[79370]: cephadm 2023-12-09T02:12:07.093843+0000 mgr.y (mgr.25480) 473 : cephadm 1 Upgrade: osd.1 is safe to restart 2023-12-09T02:12:08.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:08 smithi067 bash[79370]: cluster 2023-12-09T02:12:07.114660+0000 mgr.y (mgr.25480) 474 : cluster 0 pgmap v76: 161 pgs: 161 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:12:08.470 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:08 smithi067 bash[82083]: audit 2023-12-09T02:12:07.090924+0000 mgr.y (mgr.25480) 472 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2023-12-09T02:12:08.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:08 smithi067 bash[82083]: cephadm 2023-12-09T02:12:07.093843+0000 mgr.y (mgr.25480) 473 : cephadm 1 Upgrade: osd.1 is safe to restart 2023-12-09T02:12:08.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:08 smithi067 bash[82083]: cluster 2023-12-09T02:12:07.114660+0000 mgr.y (mgr.25480) 474 : cluster 0 pgmap v76: 161 pgs: 161 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:12:08.472 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:08 smithi125 bash[66801]: audit 2023-12-09T02:12:07.090924+0000 mgr.y (mgr.25480) 472 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2023-12-09T02:12:08.472 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:08 smithi125 bash[66801]: cephadm 2023-12-09T02:12:07.093843+0000 mgr.y (mgr.25480) 473 : cephadm 1 Upgrade: osd.1 is safe to restart 2023-12-09T02:12:08.472 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:08 smithi125 bash[66801]: cluster 2023-12-09T02:12:07.114660+0000 mgr.y (mgr.25480) 474 : cluster 0 pgmap v76: 161 pgs: 161 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:12:08.973 INFO:journalctl@ceph.prometheus.a.smithi125.stdout:Dec 09 02:12:08 smithi125 bash[62302]: ts=2023-12-09T02:12:08.662Z caller=manager.go:609 level=warn component="rule manager" group=osd msg="Evaluating rule failed" rule="alert: CephOSDFlapping\nexpr: (rate(ceph_osd_up[5m]) * on(ceph_daemon) group_left(hostname) ceph_osd_metadata)\n * 60 > 1\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.4.4\n severity: warning\n type: ceph_default\nannotations:\n description: OSD {{ $labels.ceph_daemon }} on {{ $labels.hostname }} was marked\n down and back up {{ $value | humanize }} times once a minute for 5 minutes. This\n may indicate a network issue (latency, packet loss, MTU mismatch) on the cluster\n network, or the public network if no cluster network is deployed. Check the network\n stats on the listed host(s).\n documentation: https://docs.ceph.com/en/latest/rados/troubleshooting/troubleshooting-osd#flapping-osds\n summary: Network issues are causing OSDs to flap (mark each other down)\n" err="found duplicate series for the match group {ceph_daemon=\"osd.0\"} on the right hand-side of the operation: [{__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 19.0.0-44-g9dcc13bb (9dcc13bb80dcc1cdea72b04d80505b4649a2b882) reef (dev)\", cluster_addr=\"172.21.15.67\", device_class=\"ssd\", hostname=\"smithi067\", instance=\"smithi067:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.67\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.67\", device_class=\"ssd\", hostname=\"smithi067\", instance=\"172.21.15.125:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.67\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-09T02:12:09.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:09 smithi067 bash[79370]: audit 2023-12-09T02:12:08.646075+0000 mgr.y (mgr.25480) 475 : audit 0 from='client.25420 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:12:09.470 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:09 smithi067 bash[82083]: audit 2023-12-09T02:12:08.646075+0000 mgr.y (mgr.25480) 475 : audit 0 from='client.25420 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:12:09.472 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:09 smithi125 bash[66801]: audit 2023-12-09T02:12:08.646075+0000 mgr.y (mgr.25480) 475 : audit 0 from='client.25420 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:12:10.723 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:10 smithi125 bash[66801]: cluster 2023-12-09T02:12:09.116280+0000 mgr.y (mgr.25480) 476 : cluster 0 pgmap v77: 161 pgs: 161 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:12:10.723 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:10 smithi125 bash[66801]: cephadm 2023-12-09T02:12:09.464212+0000 mgr.y (mgr.25480) 477 : cephadm 1 Upgrade: Updating osd.1 2023-12-09T02:12:10.723 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:10 smithi125 bash[66801]: audit 2023-12-09T02:12:09.472056+0000 mon.a (mon.0) 1871 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:10.723 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:10 smithi125 bash[66801]: audit 2023-12-09T02:12:09.477243+0000 mon.a (mon.0) 1872 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-12-09T02:12:10.723 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:10 smithi125 bash[66801]: audit 2023-12-09T02:12:09.478583+0000 mon.a (mon.0) 1873 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:10.723 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:10 smithi125 bash[66801]: cephadm 2023-12-09T02:12:09.483375+0000 mgr.y (mgr.25480) 478 : cephadm 1 Deploying daemon osd.1 on smithi067 2023-12-09T02:12:10.883 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:10 smithi067 bash[79370]: cluster 2023-12-09T02:12:09.116280+0000 mgr.y (mgr.25480) 476 : cluster 0 pgmap v77: 161 pgs: 161 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:12:10.883 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:10 smithi067 bash[79370]: cephadm 2023-12-09T02:12:09.464212+0000 mgr.y (mgr.25480) 477 : cephadm 1 Upgrade: Updating osd.1 2023-12-09T02:12:10.883 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:10 smithi067 bash[79370]: audit 2023-12-09T02:12:09.472056+0000 mon.a (mon.0) 1871 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:10.883 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:10 smithi067 bash[79370]: audit 2023-12-09T02:12:09.477243+0000 mon.a (mon.0) 1872 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-12-09T02:12:10.883 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:10 smithi067 bash[79370]: audit 2023-12-09T02:12:09.478583+0000 mon.a (mon.0) 1873 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:10.883 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:10 smithi067 bash[79370]: cephadm 2023-12-09T02:12:09.483375+0000 mgr.y (mgr.25480) 478 : cephadm 1 Deploying daemon osd.1 on smithi067 2023-12-09T02:12:10.883 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:10 smithi067 bash[82083]: cluster 2023-12-09T02:12:09.116280+0000 mgr.y (mgr.25480) 476 : cluster 0 pgmap v77: 161 pgs: 161 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:12:10.883 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:10 smithi067 bash[82083]: cephadm 2023-12-09T02:12:09.464212+0000 mgr.y (mgr.25480) 477 : cephadm 1 Upgrade: Updating osd.1 2023-12-09T02:12:10.883 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:10 smithi067 bash[82083]: audit 2023-12-09T02:12:09.472056+0000 mon.a (mon.0) 1871 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:10.884 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:10 smithi067 bash[82083]: audit 2023-12-09T02:12:09.477243+0000 mon.a (mon.0) 1872 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-12-09T02:12:10.884 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:10 smithi067 bash[82083]: audit 2023-12-09T02:12:09.478583+0000 mon.a (mon.0) 1873 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:10.884 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:10 smithi067 bash[82083]: cephadm 2023-12-09T02:12:09.483375+0000 mgr.y (mgr.25480) 478 : cephadm 1 Deploying daemon osd.1 on smithi067 2023-12-09T02:12:12.759 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:12 smithi067 bash[79370]: cluster 2023-12-09T02:12:11.117189+0000 mgr.y (mgr.25480) 479 : cluster 0 pgmap v78: 161 pgs: 161 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:12:12.759 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:12 smithi067 bash[82083]: cluster 2023-12-09T02:12:11.117189+0000 mgr.y (mgr.25480) 479 : cluster 0 pgmap v78: 161 pgs: 161 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:12:12.893 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:12 smithi125 bash[66801]: cluster 2023-12-09T02:12:11.117189+0000 mgr.y (mgr.25480) 479 : cluster 0 pgmap v78: 161 pgs: 161 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:12:13.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:13 smithi067 bash[79370]: audit 2023-12-09T02:12:12.635299+0000 mon.a (mon.0) 1874 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:12:13.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:13 smithi067 bash[82083]: audit 2023-12-09T02:12:12.635299+0000 mon.a (mon.0) 1874 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:12:13.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:13 smithi125 bash[66801]: audit 2023-12-09T02:12:12.635299+0000 mon.a (mon.0) 1874 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:12:14.051 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:12:13 smithi067 bash[75618]: ::ffff:172.21.15.125 - - [09/Dec/2023:02:12:13] "GET /metrics HTTP/1.1" 200 38391 "" "Prometheus/2.33.4" 2023-12-09T02:12:14.470 INFO:journalctl@ceph.osd.1.smithi067.stdout:Dec 09 02:12:14 smithi067 systemd[1]: Stopping Ceph osd.1 for 6db93fb0-9635-11ee-95a3-87774f69a715... 2023-12-09T02:12:14.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:14 smithi067 bash[79370]: cluster 2023-12-09T02:12:13.118130+0000 mgr.y (mgr.25480) 480 : cluster 0 pgmap v79: 161 pgs: 161 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:12:14.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:14 smithi067 bash[82083]: cluster 2023-12-09T02:12:13.118130+0000 mgr.y (mgr.25480) 480 : cluster 0 pgmap v79: 161 pgs: 161 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:12:14.970 INFO:journalctl@ceph.osd.1.smithi067.stdout:Dec 09 02:12:14 smithi067 bash[37935]: debug 2023-12-09T02:12:14.734+0000 7f8fa40ac700 -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-09T02:12:14.970 INFO:journalctl@ceph.osd.1.smithi067.stdout:Dec 09 02:12:14 smithi067 bash[37935]: debug 2023-12-09T02:12:14.734+0000 7f8fa40ac700 -1 osd.1 110 *** Got signal Terminated *** 2023-12-09T02:12:14.970 INFO:journalctl@ceph.osd.1.smithi067.stdout:Dec 09 02:12:14 smithi067 bash[37935]: debug 2023-12-09T02:12:14.734+0000 7f8fa40ac700 -1 osd.1 110 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-09T02:12:14.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:14 smithi125 bash[66801]: cluster 2023-12-09T02:12:13.118130+0000 mgr.y (mgr.25480) 480 : cluster 0 pgmap v79: 161 pgs: 161 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:12:15.712 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:15 smithi067 bash[79370]: cluster 2023-12-09T02:12:14.740844+0000 mon.a (mon.0) 1875 : cluster 1 osd.1 marked itself down and dead 2023-12-09T02:12:15.712 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:15 smithi067 bash[82083]: cluster 2023-12-09T02:12:14.740844+0000 mon.a (mon.0) 1875 : cluster 1 osd.1 marked itself down and dead 2023-12-09T02:12:15.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:15 smithi125 bash[66801]: cluster 2023-12-09T02:12:14.740844+0000 mon.a (mon.0) 1875 : cluster 1 osd.1 marked itself down and dead 2023-12-09T02:12:16.925 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:16 smithi067 bash[79370]: cluster 2023-12-09T02:12:15.119889+0000 mgr.y (mgr.25480) 481 : cluster 0 pgmap v80: 161 pgs: 161 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:12:16.925 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:16 smithi067 bash[79370]: cluster 2023-12-09T02:12:15.491332+0000 mon.a (mon.0) 1876 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-09T02:12:16.925 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:16 smithi067 bash[79370]: cluster 2023-12-09T02:12:15.498608+0000 osd.7 (osd.7) 8 : cluster 3 failed to encode map e111 with expected crc 2023-12-09T02:12:16.925 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:16 smithi067 bash[79370]: cluster 2023-12-09T02:12:15.501008+0000 osd.3 (osd.3) 9 : cluster 3 failed to encode map e111 with expected crc 2023-12-09T02:12:16.925 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:16 smithi067 bash[79370]: cluster 2023-12-09T02:12:15.503028+0000 osd.4 (osd.4) 8 : cluster 3 failed to encode map e111 with expected crc 2023-12-09T02:12:16.926 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:16 smithi067 bash[79370]: cluster 2023-12-09T02:12:15.503671+0000 osd.5 (osd.5) 11 : cluster 3 failed to encode map e111 with expected crc 2023-12-09T02:12:16.926 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:16 smithi067 bash[79370]: cluster 2023-12-09T02:12:15.503823+0000 osd.6 (osd.6) 7 : cluster 3 failed to encode map e111 with expected crc 2023-12-09T02:12:16.926 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:16 smithi067 bash[79370]: cluster 2023-12-09T02:12:15.506419+0000 mon.a (mon.0) 1877 : cluster 0 osdmap e111: 8 total, 7 up, 8 in 2023-12-09T02:12:16.926 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:16 smithi067 bash[79370]: cluster 2023-12-09T02:12:15.507222+0000 osd.2 (osd.2) 9 : cluster 3 failed to encode map e111 with expected crc 2023-12-09T02:12:16.926 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:16 smithi067 bash[79370]: cluster 2023-12-09T02:12:15.507222+0000 osd.3 (osd.3) 10 : cluster 3 failed to encode map e111 with expected crc 2023-12-09T02:12:16.926 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:16 smithi067 bash[79370]: audit 2023-12-09T02:12:15.686447+0000 mon.a (mon.0) 1878 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:16.927 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:16 smithi067 bash[79370]: audit 2023-12-09T02:12:15.696203+0000 mon.a (mon.0) 1879 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:16.927 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:16 smithi067 bash[79370]: audit 2023-12-09T02:12:15.710185+0000 mon.a (mon.0) 1880 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:16.927 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:16 smithi067 bash[79370]: audit 2023-12-09T02:12:15.871657+0000 mon.a (mon.0) 1881 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:16.927 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:16 smithi067 bash[79370]: audit 2023-12-09T02:12:15.881021+0000 mon.a (mon.0) 1882 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:16.927 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:16 smithi067 bash[79370]: audit 2023-12-09T02:12:15.891234+0000 mon.a (mon.0) 1883 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:16.927 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:16 smithi067 bash[82083]: cluster 2023-12-09T02:12:15.119889+0000 mgr.y (mgr.25480) 481 : cluster 0 pgmap v80: 161 pgs: 161 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:12:16.928 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:16 smithi067 bash[82083]: cluster 2023-12-09T02:12:15.491332+0000 mon.a (mon.0) 1876 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-09T02:12:16.928 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:16 smithi067 bash[82083]: cluster 2023-12-09T02:12:15.498608+0000 osd.7 (osd.7) 8 : cluster 3 failed to encode map e111 with expected crc 2023-12-09T02:12:16.928 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:16 smithi067 bash[82083]: cluster 2023-12-09T02:12:15.501008+0000 osd.3 (osd.3) 9 : cluster 3 failed to encode map e111 with expected crc 2023-12-09T02:12:16.928 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:16 smithi067 bash[82083]: cluster 2023-12-09T02:12:15.503028+0000 osd.4 (osd.4) 8 : cluster 3 failed to encode map e111 with expected crc 2023-12-09T02:12:16.928 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:16 smithi067 bash[82083]: cluster 2023-12-09T02:12:15.503671+0000 osd.5 (osd.5) 11 : cluster 3 failed to encode map e111 with expected crc 2023-12-09T02:12:16.928 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:16 smithi067 bash[82083]: cluster 2023-12-09T02:12:15.503823+0000 osd.6 (osd.6) 7 : cluster 3 failed to encode map e111 with expected crc 2023-12-09T02:12:16.929 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:16 smithi067 bash[82083]: cluster 2023-12-09T02:12:15.506419+0000 mon.a (mon.0) 1877 : cluster 0 osdmap e111: 8 total, 7 up, 8 in 2023-12-09T02:12:16.929 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:16 smithi067 bash[82083]: cluster 2023-12-09T02:12:15.507222+0000 osd.2 (osd.2) 9 : cluster 3 failed to encode map e111 with expected crc 2023-12-09T02:12:16.929 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:16 smithi067 bash[82083]: cluster 2023-12-09T02:12:15.507222+0000 osd.3 (osd.3) 10 : cluster 3 failed to encode map e111 with expected crc 2023-12-09T02:12:16.929 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:16 smithi067 bash[82083]: audit 2023-12-09T02:12:15.686447+0000 mon.a (mon.0) 1878 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:16.929 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:16 smithi067 bash[82083]: audit 2023-12-09T02:12:15.696203+0000 mon.a (mon.0) 1879 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:16.929 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:16 smithi067 bash[82083]: audit 2023-12-09T02:12:15.710185+0000 mon.a (mon.0) 1880 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:16.930 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:16 smithi067 bash[82083]: audit 2023-12-09T02:12:15.871657+0000 mon.a (mon.0) 1881 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:16.930 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:16 smithi067 bash[82083]: audit 2023-12-09T02:12:15.881021+0000 mon.a (mon.0) 1882 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:16.930 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:16 smithi067 bash[82083]: audit 2023-12-09T02:12:15.891234+0000 mon.a (mon.0) 1883 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:16.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:16 smithi125 bash[66801]: cluster 2023-12-09T02:12:15.119889+0000 mgr.y (mgr.25480) 481 : cluster 0 pgmap v80: 161 pgs: 161 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:12:16.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:16 smithi125 bash[66801]: cluster 2023-12-09T02:12:15.491332+0000 mon.a (mon.0) 1876 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-09T02:12:16.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:16 smithi125 bash[66801]: cluster 2023-12-09T02:12:15.498608+0000 osd.7 (osd.7) 8 : cluster 3 failed to encode map e111 with expected crc 2023-12-09T02:12:16.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:16 smithi125 bash[66801]: cluster 2023-12-09T02:12:15.501008+0000 osd.3 (osd.3) 9 : cluster 3 failed to encode map e111 with expected crc 2023-12-09T02:12:16.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:16 smithi125 bash[66801]: cluster 2023-12-09T02:12:15.503028+0000 osd.4 (osd.4) 8 : cluster 3 failed to encode map e111 with expected crc 2023-12-09T02:12:16.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:16 smithi125 bash[66801]: cluster 2023-12-09T02:12:15.503671+0000 osd.5 (osd.5) 11 : cluster 3 failed to encode map e111 with expected crc 2023-12-09T02:12:16.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:16 smithi125 bash[66801]: cluster 2023-12-09T02:12:15.503823+0000 osd.6 (osd.6) 7 : cluster 3 failed to encode map e111 with expected crc 2023-12-09T02:12:16.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:16 smithi125 bash[66801]: cluster 2023-12-09T02:12:15.506419+0000 mon.a (mon.0) 1877 : cluster 0 osdmap e111: 8 total, 7 up, 8 in 2023-12-09T02:12:16.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:16 smithi125 bash[66801]: cluster 2023-12-09T02:12:15.507222+0000 osd.2 (osd.2) 9 : cluster 3 failed to encode map e111 with expected crc 2023-12-09T02:12:16.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:16 smithi125 bash[66801]: cluster 2023-12-09T02:12:15.507222+0000 osd.3 (osd.3) 10 : cluster 3 failed to encode map e111 with expected crc 2023-12-09T02:12:16.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:16 smithi125 bash[66801]: audit 2023-12-09T02:12:15.686447+0000 mon.a (mon.0) 1878 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:16.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:16 smithi125 bash[66801]: audit 2023-12-09T02:12:15.696203+0000 mon.a (mon.0) 1879 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:16.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:16 smithi125 bash[66801]: audit 2023-12-09T02:12:15.710185+0000 mon.a (mon.0) 1880 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:16.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:16 smithi125 bash[66801]: audit 2023-12-09T02:12:15.871657+0000 mon.a (mon.0) 1881 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:16.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:16 smithi125 bash[66801]: audit 2023-12-09T02:12:15.881021+0000 mon.a (mon.0) 1882 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:16.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:16 smithi125 bash[66801]: audit 2023-12-09T02:12:15.891234+0000 mon.a (mon.0) 1883 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:17.469 INFO:journalctl@ceph.osd.1.smithi067.stdout:Dec 09 02:12:16 smithi067 bash[89127]: ceph-6db93fb0-9635-11ee-95a3-87774f69a715-osd-1 2023-12-09T02:12:17.470 INFO:journalctl@ceph.osd.1.smithi067.stdout:Dec 09 02:12:17 smithi067 bash[89355]: Error response from daemon: No such container: ceph-6db93fb0-9635-11ee-95a3-87774f69a715-osd-1 2023-12-09T02:12:17.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:17 smithi067 bash[79370]: cluster 2023-12-09T02:12:15.882966+0000 mgr.y (mgr.25480) 482 : cluster 0 pgmap v82: 161 pgs: 20 stale+active+clean, 141 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-09T02:12:17.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:17 smithi067 bash[79370]: cluster 2023-12-09T02:12:16.515343+0000 osd.4 (osd.4) 9 : cluster 3 failed to encode map e112 with expected crc 2023-12-09T02:12:17.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:17 smithi067 bash[79370]: cluster 2023-12-09T02:12:16.515721+0000 osd.5 (osd.5) 12 : cluster 3 failed to encode map e112 with expected crc 2023-12-09T02:12:17.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:17 smithi067 bash[79370]: cluster 2023-12-09T02:12:16.515776+0000 osd.6 (osd.6) 8 : cluster 3 failed to encode map e112 with expected crc 2023-12-09T02:12:17.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:17 smithi067 bash[79370]: cluster 2023-12-09T02:12:16.516188+0000 osd.3 (osd.3) 11 : cluster 3 failed to encode map e112 with expected crc 2023-12-09T02:12:17.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:17 smithi067 bash[79370]: cluster 2023-12-09T02:12:16.519148+0000 mon.a (mon.0) 1884 : cluster 0 osdmap e112: 8 total, 7 up, 8 in 2023-12-09T02:12:17.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:17 smithi067 bash[79370]: cluster 2023-12-09T02:12:16.519615+0000 osd.2 (osd.2) 10 : cluster 3 failed to encode map e112 with expected crc 2023-12-09T02:12:17.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:17 smithi067 bash[79370]: cluster 2023-12-09T02:12:16.519627+0000 osd.3 (osd.3) 12 : cluster 3 failed to encode map e112 with expected crc 2023-12-09T02:12:17.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:17 smithi067 bash[79370]: cluster 2023-12-09T02:12:16.521487+0000 osd.4 (osd.4) 10 : cluster 3 failed to encode map e112 with expected crc 2023-12-09T02:12:17.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:17 smithi067 bash[79370]: cluster 2023-12-09T02:12:16.521683+0000 osd.7 (osd.7) 9 : cluster 3 failed to encode map e112 with expected crc 2023-12-09T02:12:17.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:17 smithi067 bash[79370]: cluster 2023-12-09T02:12:16.878170+0000 mon.a (mon.0) 1885 : cluster 3 Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2023-12-09T02:12:17.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:17 smithi067 bash[82083]: cluster 2023-12-09T02:12:15.882966+0000 mgr.y (mgr.25480) 482 : cluster 0 pgmap v82: 161 pgs: 20 stale+active+clean, 141 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-09T02:12:17.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:17 smithi067 bash[82083]: cluster 2023-12-09T02:12:16.515343+0000 osd.4 (osd.4) 9 : cluster 3 failed to encode map e112 with expected crc 2023-12-09T02:12:17.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:17 smithi067 bash[82083]: cluster 2023-12-09T02:12:16.515721+0000 osd.5 (osd.5) 12 : cluster 3 failed to encode map e112 with expected crc 2023-12-09T02:12:17.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:17 smithi067 bash[82083]: cluster 2023-12-09T02:12:16.515776+0000 osd.6 (osd.6) 8 : cluster 3 failed to encode map e112 with expected crc 2023-12-09T02:12:17.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:17 smithi067 bash[82083]: cluster 2023-12-09T02:12:16.516188+0000 osd.3 (osd.3) 11 : cluster 3 failed to encode map e112 with expected crc 2023-12-09T02:12:17.972 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:17 smithi067 bash[82083]: cluster 2023-12-09T02:12:16.519148+0000 mon.a (mon.0) 1884 : cluster 0 osdmap e112: 8 total, 7 up, 8 in 2023-12-09T02:12:17.972 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:17 smithi067 bash[82083]: cluster 2023-12-09T02:12:16.519615+0000 osd.2 (osd.2) 10 : cluster 3 failed to encode map e112 with expected crc 2023-12-09T02:12:17.972 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:17 smithi067 bash[82083]: cluster 2023-12-09T02:12:16.519627+0000 osd.3 (osd.3) 12 : cluster 3 failed to encode map e112 with expected crc 2023-12-09T02:12:17.972 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:17 smithi067 bash[82083]: cluster 2023-12-09T02:12:16.521487+0000 osd.4 (osd.4) 10 : cluster 3 failed to encode map e112 with expected crc 2023-12-09T02:12:17.972 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:17 smithi067 bash[82083]: cluster 2023-12-09T02:12:16.521683+0000 osd.7 (osd.7) 9 : cluster 3 failed to encode map e112 with expected crc 2023-12-09T02:12:17.972 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:17 smithi067 bash[82083]: cluster 2023-12-09T02:12:16.878170+0000 mon.a (mon.0) 1885 : cluster 3 Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2023-12-09T02:12:17.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:17 smithi125 bash[66801]: cluster 2023-12-09T02:12:15.882966+0000 mgr.y (mgr.25480) 482 : cluster 0 pgmap v82: 161 pgs: 20 stale+active+clean, 141 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-09T02:12:17.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:17 smithi125 bash[66801]: cluster 2023-12-09T02:12:16.515343+0000 osd.4 (osd.4) 9 : cluster 3 failed to encode map e112 with expected crc 2023-12-09T02:12:17.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:17 smithi125 bash[66801]: cluster 2023-12-09T02:12:16.515721+0000 osd.5 (osd.5) 12 : cluster 3 failed to encode map e112 with expected crc 2023-12-09T02:12:17.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:17 smithi125 bash[66801]: cluster 2023-12-09T02:12:16.515776+0000 osd.6 (osd.6) 8 : cluster 3 failed to encode map e112 with expected crc 2023-12-09T02:12:17.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:17 smithi125 bash[66801]: cluster 2023-12-09T02:12:16.516188+0000 osd.3 (osd.3) 11 : cluster 3 failed to encode map e112 with expected crc 2023-12-09T02:12:17.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:17 smithi125 bash[66801]: cluster 2023-12-09T02:12:16.519148+0000 mon.a (mon.0) 1884 : cluster 0 osdmap e112: 8 total, 7 up, 8 in 2023-12-09T02:12:17.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:17 smithi125 bash[66801]: cluster 2023-12-09T02:12:16.519615+0000 osd.2 (osd.2) 10 : cluster 3 failed to encode map e112 with expected crc 2023-12-09T02:12:17.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:17 smithi125 bash[66801]: cluster 2023-12-09T02:12:16.519627+0000 osd.3 (osd.3) 12 : cluster 3 failed to encode map e112 with expected crc 2023-12-09T02:12:17.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:17 smithi125 bash[66801]: cluster 2023-12-09T02:12:16.521487+0000 osd.4 (osd.4) 10 : cluster 3 failed to encode map e112 with expected crc 2023-12-09T02:12:17.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:17 smithi125 bash[66801]: cluster 2023-12-09T02:12:16.521683+0000 osd.7 (osd.7) 9 : cluster 3 failed to encode map e112 with expected crc 2023-12-09T02:12:17.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:17 smithi125 bash[66801]: cluster 2023-12-09T02:12:16.878170+0000 mon.a (mon.0) 1885 : cluster 3 Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2023-12-09T02:12:18.973 INFO:journalctl@ceph.prometheus.a.smithi125.stdout:Dec 09 02:12:18 smithi125 bash[62302]: ts=2023-12-09T02:12: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 19.0.0-44-g9dcc13bb (9dcc13bb80dcc1cdea72b04d80505b4649a2b882) reef (dev)\", cluster_addr=\"172.21.15.67\", device_class=\"ssd\", hostname=\"smithi067\", instance=\"smithi067:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.67\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.67\", device_class=\"ssd\", hostname=\"smithi067\", instance=\"172.21.15.125:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.67\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-09T02:12:19.768 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:19 smithi067 bash[79370]: cluster 2023-12-09T02:12:17.883735+0000 mgr.y (mgr.25480) 483 : cluster 0 pgmap v84: 161 pgs: 20 stale+active+clean, 141 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 756 B/s rd, 0 op/s 2023-12-09T02:12:19.768 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:19 smithi067 bash[79370]: audit 2023-12-09T02:12:18.657343+0000 mgr.y (mgr.25480) 484 : audit 0 from='client.25420 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:12:19.768 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:19 smithi067 bash[79370]: audit 2023-12-09T02:12:19.209669+0000 mon.a (mon.0) 1886 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:19.768 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:19 smithi067 bash[79370]: audit 2023-12-09T02:12:19.221131+0000 mon.a (mon.0) 1887 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:19.768 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:19 smithi067 bash[79370]: audit 2023-12-09T02:12:19.232499+0000 mon.a (mon.0) 1888 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:19.769 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:19 smithi067 bash[82083]: cluster 2023-12-09T02:12:17.883735+0000 mgr.y (mgr.25480) 483 : cluster 0 pgmap v84: 161 pgs: 20 stale+active+clean, 141 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 756 B/s rd, 0 op/s 2023-12-09T02:12:19.769 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:19 smithi067 bash[82083]: audit 2023-12-09T02:12:18.657343+0000 mgr.y (mgr.25480) 484 : audit 0 from='client.25420 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:12:19.769 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:19 smithi067 bash[82083]: audit 2023-12-09T02:12:19.209669+0000 mon.a (mon.0) 1886 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:19.769 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:19 smithi067 bash[82083]: audit 2023-12-09T02:12:19.221131+0000 mon.a (mon.0) 1887 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:19.769 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:19 smithi067 bash[82083]: audit 2023-12-09T02:12:19.232499+0000 mon.a (mon.0) 1888 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:19.769 INFO:journalctl@ceph.osd.1.smithi067.stdout:Dec 09 02:12:19 smithi067 systemd[1]: ceph-6db93fb0-9635-11ee-95a3-87774f69a715@osd.1.service: Succeeded. 2023-12-09T02:12:19.769 INFO:journalctl@ceph.osd.1.smithi067.stdout:Dec 09 02:12:19 smithi067 systemd[1]: Stopped Ceph osd.1 for 6db93fb0-9635-11ee-95a3-87774f69a715. 2023-12-09T02:12:19.769 INFO:journalctl@ceph.osd.1.smithi067.stdout:Dec 09 02:12:19 smithi067 systemd[1]: Started Ceph osd.1 for 6db93fb0-9635-11ee-95a3-87774f69a715. 2023-12-09T02:12:19.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:19 smithi125 bash[66801]: cluster 2023-12-09T02:12:17.883735+0000 mgr.y (mgr.25480) 483 : cluster 0 pgmap v84: 161 pgs: 20 stale+active+clean, 141 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 756 B/s rd, 0 op/s 2023-12-09T02:12:19.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:19 smithi125 bash[66801]: audit 2023-12-09T02:12:18.657343+0000 mgr.y (mgr.25480) 484 : audit 0 from='client.25420 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:12:19.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:19 smithi125 bash[66801]: audit 2023-12-09T02:12:19.209669+0000 mon.a (mon.0) 1886 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:19.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:19 smithi125 bash[66801]: audit 2023-12-09T02:12:19.221131+0000 mon.a (mon.0) 1887 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:19.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:19 smithi125 bash[66801]: audit 2023-12-09T02:12:19.232499+0000 mon.a (mon.0) 1888 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:20.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:20 smithi067 bash[79370]: cluster 2023-12-09T02:12:19.223867+0000 mgr.y (mgr.25480) 485 : cluster 0 pgmap v85: 161 pgs: 20 active+undersized+degraded, 1 stale+active+clean, 36 active+undersized, 104 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 97/726 objects degraded (13.361%) 2023-12-09T02:12:20.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:20 smithi067 bash[79370]: cluster 2023-12-09T02:12:19.224542+0000 mgr.y (mgr.25480) 486 : cluster 0 pgmap v86: 161 pgs: 20 active+undersized+degraded, 1 stale+active+clean, 36 active+undersized, 104 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 97/726 objects degraded (13.361%) 2023-12-09T02:12:20.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:20 smithi067 bash[79370]: audit 2023-12-09T02:12:19.819564+0000 mon.a (mon.0) 1889 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:20.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:20 smithi067 bash[79370]: audit 2023-12-09T02:12:19.826258+0000 mon.a (mon.0) 1890 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:20.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:20 smithi067 bash[79370]: audit 2023-12-09T02:12:19.877162+0000 mon.a (mon.0) 1891 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:20.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:20 smithi067 bash[79370]: audit 2023-12-09T02:12:19.878604+0000 mon.a (mon.0) 1892 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:20.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:20 smithi067 bash[79370]: audit 2023-12-09T02:12:19.887295+0000 mon.a (mon.0) 1893 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:20.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:20 smithi067 bash[79370]: audit 2023-12-09T02:12:19.970672+0000 mon.a (mon.0) 1894 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:20.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:20 smithi067 bash[79370]: audit 2023-12-09T02:12:19.973845+0000 mon.a (mon.0) 1895 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:20.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:20 smithi067 bash[79370]: audit 2023-12-09T02:12:19.978412+0000 mon.a (mon.0) 1896 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:20.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:20 smithi067 bash[79370]: audit 2023-12-09T02:12:19.979826+0000 mon.a (mon.0) 1897 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:20.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:20 smithi067 bash[79370]: audit 2023-12-09T02:12:19.987229+0000 mon.a (mon.0) 1898 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:20.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:20 smithi067 bash[79370]: audit 2023-12-09T02:12:20.069428+0000 mon.a (mon.0) 1899 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:20.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:20 smithi067 bash[79370]: audit 2023-12-09T02:12:20.071704+0000 mon.a (mon.0) 1900 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:20.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:20 smithi067 bash[79370]: audit 2023-12-09T02:12:20.074518+0000 mon.a (mon.0) 1901 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:20.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:20 smithi067 bash[79370]: audit 2023-12-09T02:12:20.075609+0000 mon.a (mon.0) 1902 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:20.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:20 smithi067 bash[79370]: audit 2023-12-09T02:12:20.084991+0000 mon.a (mon.0) 1903 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:20.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:20 smithi067 bash[79370]: audit 2023-12-09T02:12:20.172912+0000 mon.a (mon.0) 1904 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:20.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:20 smithi067 bash[79370]: audit 2023-12-09T02:12:20.176413+0000 mon.a (mon.0) 1905 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:20.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:20 smithi067 bash[79370]: audit 2023-12-09T02:12:20.179383+0000 mon.a (mon.0) 1906 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:20.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:20 smithi067 bash[79370]: audit 2023-12-09T02:12:20.180452+0000 mon.a (mon.0) 1907 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:20.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:20 smithi067 bash[79370]: audit 2023-12-09T02:12:20.188117+0000 mon.a (mon.0) 1908 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:20.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:20 smithi067 bash[79370]: cluster 2023-12-09T02:12:20.217695+0000 mon.a (mon.0) 1909 : cluster 3 Health check failed: Degraded data redundancy: 103/726 objects degraded (14.187%), 21 pgs degraded (PG_DEGRADED) 2023-12-09T02:12:20.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:20 smithi067 bash[79370]: cluster 2023-12-09T02:12:20.217739+0000 mon.a (mon.0) 1910 : cluster 1 Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2023-12-09T02:12:20.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:20 smithi067 bash[79370]: audit 2023-12-09T02:12:20.268126+0000 mon.a (mon.0) 1911 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:20.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:20 smithi067 bash[79370]: audit 2023-12-09T02:12:20.270636+0000 mon.a (mon.0) 1912 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:20.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:20 smithi067 bash[79370]: audit 2023-12-09T02:12:20.273986+0000 mon.a (mon.0) 1913 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:20.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:20 smithi067 bash[79370]: audit 2023-12-09T02:12:20.274917+0000 mon.a (mon.0) 1914 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:20.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:20 smithi067 bash[79370]: audit 2023-12-09T02:12:20.283113+0000 mon.a (mon.0) 1915 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:20.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:20 smithi067 bash[79370]: audit 2023-12-09T02:12:20.367064+0000 mon.a (mon.0) 1916 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:20.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:20 smithi067 bash[79370]: audit 2023-12-09T02:12:20.369421+0000 mon.a (mon.0) 1917 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:20.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:20 smithi067 bash[79370]: audit 2023-12-09T02:12:20.371919+0000 mon.a (mon.0) 1918 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:20.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:20 smithi067 bash[79370]: audit 2023-12-09T02:12:20.372904+0000 mon.a (mon.0) 1919 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:20.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:20 smithi067 bash[79370]: audit 2023-12-09T02:12:20.379463+0000 mon.a (mon.0) 1920 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:20.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:20 smithi067 bash[79370]: audit 2023-12-09T02:12:20.459072+0000 mon.a (mon.0) 1921 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:20.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:20 smithi067 bash[79370]: audit 2023-12-09T02:12:20.461650+0000 mon.a (mon.0) 1922 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:20.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:20 smithi067 bash[79370]: audit 2023-12-09T02:12:20.464330+0000 mon.a (mon.0) 1923 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:20.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:20 smithi067 bash[79370]: audit 2023-12-09T02:12:20.465203+0000 mon.a (mon.0) 1924 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:20.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:20 smithi067 bash[79370]: audit 2023-12-09T02:12:20.472752+0000 mon.a (mon.0) 1925 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:20.973 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:20 smithi067 bash[82083]: cluster 2023-12-09T02:12:19.223867+0000 mgr.y (mgr.25480) 485 : cluster 0 pgmap v85: 161 pgs: 20 active+undersized+degraded, 1 stale+active+clean, 36 active+undersized, 104 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 97/726 objects degraded (13.361%) 2023-12-09T02:12:20.973 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:20 smithi067 bash[82083]: cluster 2023-12-09T02:12:19.224542+0000 mgr.y (mgr.25480) 486 : cluster 0 pgmap v86: 161 pgs: 20 active+undersized+degraded, 1 stale+active+clean, 36 active+undersized, 104 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 97/726 objects degraded (13.361%) 2023-12-09T02:12:20.973 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:20 smithi067 bash[82083]: audit 2023-12-09T02:12:19.819564+0000 mon.a (mon.0) 1889 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:20.973 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:20 smithi067 bash[82083]: audit 2023-12-09T02:12:19.826258+0000 mon.a (mon.0) 1890 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:20.973 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:20 smithi067 bash[82083]: audit 2023-12-09T02:12:19.877162+0000 mon.a (mon.0) 1891 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:20.973 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:20 smithi067 bash[82083]: audit 2023-12-09T02:12:19.878604+0000 mon.a (mon.0) 1892 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:20.973 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:20 smithi067 bash[82083]: audit 2023-12-09T02:12:19.887295+0000 mon.a (mon.0) 1893 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:20.973 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:20 smithi067 bash[82083]: audit 2023-12-09T02:12:19.970672+0000 mon.a (mon.0) 1894 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:20.973 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:20 smithi067 bash[82083]: audit 2023-12-09T02:12:19.973845+0000 mon.a (mon.0) 1895 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:20.973 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:20 smithi067 bash[82083]: audit 2023-12-09T02:12:19.978412+0000 mon.a (mon.0) 1896 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:20.974 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:20 smithi067 bash[82083]: audit 2023-12-09T02:12:19.979826+0000 mon.a (mon.0) 1897 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:20.974 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:20 smithi067 bash[82083]: audit 2023-12-09T02:12:19.987229+0000 mon.a (mon.0) 1898 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:20.974 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:20 smithi067 bash[82083]: audit 2023-12-09T02:12:20.069428+0000 mon.a (mon.0) 1899 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:20.974 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:20 smithi067 bash[82083]: audit 2023-12-09T02:12:20.071704+0000 mon.a (mon.0) 1900 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:20.974 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:20 smithi067 bash[82083]: audit 2023-12-09T02:12:20.074518+0000 mon.a (mon.0) 1901 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:20.974 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:20 smithi067 bash[82083]: audit 2023-12-09T02:12:20.075609+0000 mon.a (mon.0) 1902 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:20.974 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:20 smithi067 bash[82083]: audit 2023-12-09T02:12:20.084991+0000 mon.a (mon.0) 1903 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:20.974 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:20 smithi067 bash[82083]: audit 2023-12-09T02:12:20.172912+0000 mon.a (mon.0) 1904 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:20.974 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:20 smithi067 bash[82083]: audit 2023-12-09T02:12:20.176413+0000 mon.a (mon.0) 1905 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:20.974 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:20 smithi067 bash[82083]: audit 2023-12-09T02:12:20.179383+0000 mon.a (mon.0) 1906 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:20.974 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:20 smithi067 bash[82083]: audit 2023-12-09T02:12:20.180452+0000 mon.a (mon.0) 1907 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:20.974 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:20 smithi067 bash[82083]: audit 2023-12-09T02:12:20.188117+0000 mon.a (mon.0) 1908 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:20.974 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:20 smithi067 bash[82083]: cluster 2023-12-09T02:12:20.217695+0000 mon.a (mon.0) 1909 : cluster 3 Health check failed: Degraded data redundancy: 103/726 objects degraded (14.187%), 21 pgs degraded (PG_DEGRADED) 2023-12-09T02:12:20.974 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:20 smithi067 bash[82083]: cluster 2023-12-09T02:12:20.217739+0000 mon.a (mon.0) 1910 : cluster 1 Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2023-12-09T02:12:20.974 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:20 smithi067 bash[82083]: audit 2023-12-09T02:12:20.268126+0000 mon.a (mon.0) 1911 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:20.975 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:20 smithi067 bash[82083]: audit 2023-12-09T02:12:20.270636+0000 mon.a (mon.0) 1912 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:20.975 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:20 smithi067 bash[82083]: audit 2023-12-09T02:12:20.273986+0000 mon.a (mon.0) 1913 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:20.975 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:20 smithi067 bash[82083]: audit 2023-12-09T02:12:20.274917+0000 mon.a (mon.0) 1914 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:20.975 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:20 smithi067 bash[82083]: audit 2023-12-09T02:12:20.283113+0000 mon.a (mon.0) 1915 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:20.975 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:20 smithi067 bash[82083]: audit 2023-12-09T02:12:20.367064+0000 mon.a (mon.0) 1916 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:20.975 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:20 smithi067 bash[82083]: audit 2023-12-09T02:12:20.369421+0000 mon.a (mon.0) 1917 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:20.975 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:20 smithi067 bash[82083]: audit 2023-12-09T02:12:20.371919+0000 mon.a (mon.0) 1918 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:20.975 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:20 smithi067 bash[82083]: audit 2023-12-09T02:12:20.372904+0000 mon.a (mon.0) 1919 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:20.975 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:20 smithi067 bash[82083]: audit 2023-12-09T02:12:20.379463+0000 mon.a (mon.0) 1920 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:20.975 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:20 smithi067 bash[82083]: audit 2023-12-09T02:12:20.459072+0000 mon.a (mon.0) 1921 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:20.975 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:20 smithi067 bash[82083]: audit 2023-12-09T02:12:20.461650+0000 mon.a (mon.0) 1922 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:20.975 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:20 smithi067 bash[82083]: audit 2023-12-09T02:12:20.464330+0000 mon.a (mon.0) 1923 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:20.975 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:20 smithi067 bash[82083]: audit 2023-12-09T02:12:20.465203+0000 mon.a (mon.0) 1924 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:20.975 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:20 smithi067 bash[82083]: audit 2023-12-09T02:12:20.472752+0000 mon.a (mon.0) 1925 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:20.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:20 smithi125 bash[66801]: cluster 2023-12-09T02:12:19.223867+0000 mgr.y (mgr.25480) 485 : cluster 0 pgmap v85: 161 pgs: 20 active+undersized+degraded, 1 stale+active+clean, 36 active+undersized, 104 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 97/726 objects degraded (13.361%) 2023-12-09T02:12:20.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:20 smithi125 bash[66801]: cluster 2023-12-09T02:12:19.224542+0000 mgr.y (mgr.25480) 486 : cluster 0 pgmap v86: 161 pgs: 20 active+undersized+degraded, 1 stale+active+clean, 36 active+undersized, 104 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 97/726 objects degraded (13.361%) 2023-12-09T02:12:20.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:20 smithi125 bash[66801]: audit 2023-12-09T02:12:19.819564+0000 mon.a (mon.0) 1889 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:20.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:20 smithi125 bash[66801]: audit 2023-12-09T02:12:19.826258+0000 mon.a (mon.0) 1890 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:20.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:20 smithi125 bash[66801]: audit 2023-12-09T02:12:19.877162+0000 mon.a (mon.0) 1891 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:20.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:20 smithi125 bash[66801]: audit 2023-12-09T02:12:19.878604+0000 mon.a (mon.0) 1892 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:20.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:20 smithi125 bash[66801]: audit 2023-12-09T02:12:19.887295+0000 mon.a (mon.0) 1893 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:20.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:20 smithi125 bash[66801]: audit 2023-12-09T02:12:19.970672+0000 mon.a (mon.0) 1894 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:20.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:20 smithi125 bash[66801]: audit 2023-12-09T02:12:19.973845+0000 mon.a (mon.0) 1895 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:20.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:20 smithi125 bash[66801]: audit 2023-12-09T02:12:19.978412+0000 mon.a (mon.0) 1896 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:20.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:20 smithi125 bash[66801]: audit 2023-12-09T02:12:19.979826+0000 mon.a (mon.0) 1897 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:20.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:20 smithi125 bash[66801]: audit 2023-12-09T02:12:19.987229+0000 mon.a (mon.0) 1898 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:20.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:20 smithi125 bash[66801]: audit 2023-12-09T02:12:20.069428+0000 mon.a (mon.0) 1899 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:20.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:20 smithi125 bash[66801]: audit 2023-12-09T02:12:20.071704+0000 mon.a (mon.0) 1900 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:20.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:20 smithi125 bash[66801]: audit 2023-12-09T02:12:20.074518+0000 mon.a (mon.0) 1901 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:20.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:20 smithi125 bash[66801]: audit 2023-12-09T02:12:20.075609+0000 mon.a (mon.0) 1902 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:20.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:20 smithi125 bash[66801]: audit 2023-12-09T02:12:20.084991+0000 mon.a (mon.0) 1903 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:20.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:20 smithi125 bash[66801]: audit 2023-12-09T02:12:20.172912+0000 mon.a (mon.0) 1904 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:20.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:20 smithi125 bash[66801]: audit 2023-12-09T02:12:20.176413+0000 mon.a (mon.0) 1905 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:20.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:20 smithi125 bash[66801]: audit 2023-12-09T02:12:20.179383+0000 mon.a (mon.0) 1906 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:20.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:20 smithi125 bash[66801]: audit 2023-12-09T02:12:20.180452+0000 mon.a (mon.0) 1907 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:20.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:20 smithi125 bash[66801]: audit 2023-12-09T02:12:20.188117+0000 mon.a (mon.0) 1908 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:20.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:20 smithi125 bash[66801]: cluster 2023-12-09T02:12:20.217695+0000 mon.a (mon.0) 1909 : cluster 3 Health check failed: Degraded data redundancy: 103/726 objects degraded (14.187%), 21 pgs degraded (PG_DEGRADED) 2023-12-09T02:12:20.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:20 smithi125 bash[66801]: cluster 2023-12-09T02:12:20.217739+0000 mon.a (mon.0) 1910 : cluster 1 Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2023-12-09T02:12:20.978 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:20 smithi125 bash[66801]: audit 2023-12-09T02:12:20.268126+0000 mon.a (mon.0) 1911 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:20.978 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:20 smithi125 bash[66801]: audit 2023-12-09T02:12:20.270636+0000 mon.a (mon.0) 1912 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:20.978 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:20 smithi125 bash[66801]: audit 2023-12-09T02:12:20.273986+0000 mon.a (mon.0) 1913 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:20.978 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:20 smithi125 bash[66801]: audit 2023-12-09T02:12:20.274917+0000 mon.a (mon.0) 1914 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:20.978 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:20 smithi125 bash[66801]: audit 2023-12-09T02:12:20.283113+0000 mon.a (mon.0) 1915 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:20.978 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:20 smithi125 bash[66801]: audit 2023-12-09T02:12:20.367064+0000 mon.a (mon.0) 1916 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:20.978 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:20 smithi125 bash[66801]: audit 2023-12-09T02:12:20.369421+0000 mon.a (mon.0) 1917 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:20.978 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:20 smithi125 bash[66801]: audit 2023-12-09T02:12:20.371919+0000 mon.a (mon.0) 1918 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:20.978 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:20 smithi125 bash[66801]: audit 2023-12-09T02:12:20.372904+0000 mon.a (mon.0) 1919 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:20.978 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:20 smithi125 bash[66801]: audit 2023-12-09T02:12:20.379463+0000 mon.a (mon.0) 1920 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:20.978 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:20 smithi125 bash[66801]: audit 2023-12-09T02:12:20.459072+0000 mon.a (mon.0) 1921 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:20.978 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:20 smithi125 bash[66801]: audit 2023-12-09T02:12:20.461650+0000 mon.a (mon.0) 1922 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:20.978 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:20 smithi125 bash[66801]: audit 2023-12-09T02:12:20.464330+0000 mon.a (mon.0) 1923 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:20.978 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:20 smithi125 bash[66801]: audit 2023-12-09T02:12:20.465203+0000 mon.a (mon.0) 1924 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:20.979 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:20 smithi125 bash[66801]: audit 2023-12-09T02:12:20.472752+0000 mon.a (mon.0) 1925 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:21.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:21 smithi067 bash[79370]: cluster 2023-12-09T02:12:19.881562+0000 mgr.y (mgr.25480) 487 : cluster 0 pgmap v87: 161 pgs: 21 active+undersized+degraded, 42 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2023-12-09T02:12:21.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:21 smithi067 bash[79370]: cephadm 2023-12-09T02:12:19.889376+0000 mgr.y (mgr.25480) 488 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:21.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:21 smithi067 bash[79370]: cephadm 2023-12-09T02:12:19.988023+0000 mgr.y (mgr.25480) 489 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:21.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:21 smithi067 bash[79370]: cephadm 2023-12-09T02:12:20.085792+0000 mgr.y (mgr.25480) 490 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:21.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:21 smithi067 bash[79370]: cephadm 2023-12-09T02:12:20.188797+0000 mgr.y (mgr.25480) 491 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:21.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:21 smithi067 bash[79370]: cephadm 2023-12-09T02:12:20.283785+0000 mgr.y (mgr.25480) 492 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:21.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:21 smithi067 bash[79370]: cephadm 2023-12-09T02:12:20.380032+0000 mgr.y (mgr.25480) 493 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:21.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:21 smithi067 bash[79370]: cephadm 2023-12-09T02:12:20.473284+0000 mgr.y (mgr.25480) 494 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:21.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:21 smithi067 bash[79370]: audit 2023-12-09T02:12:20.551303+0000 mon.a (mon.0) 1926 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:21.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:21 smithi067 bash[79370]: audit 2023-12-09T02:12:20.553810+0000 mon.a (mon.0) 1927 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:21.721 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:21 smithi067 bash[79370]: audit 2023-12-09T02:12:20.556439+0000 mon.a (mon.0) 1928 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:21.721 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:21 smithi067 bash[79370]: audit 2023-12-09T02:12:20.557327+0000 mon.a (mon.0) 1929 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:21.721 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:21 smithi067 bash[79370]: audit 2023-12-09T02:12:20.562571+0000 mon.a (mon.0) 1930 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:21.721 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:21 smithi067 bash[79370]: cephadm 2023-12-09T02:12:20.563031+0000 mgr.y (mgr.25480) 495 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:21.721 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:21 smithi067 bash[79370]: audit 2023-12-09T02:12:20.640843+0000 mon.a (mon.0) 1931 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:21.721 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:21 smithi067 bash[79370]: audit 2023-12-09T02:12:20.643147+0000 mon.a (mon.0) 1932 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:21.721 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:21 smithi067 bash[79370]: audit 2023-12-09T02:12:20.645899+0000 mon.a (mon.0) 1933 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:21.721 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:21 smithi067 bash[79370]: audit 2023-12-09T02:12:20.646866+0000 mon.a (mon.0) 1934 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:21.721 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:21 smithi067 bash[79370]: audit 2023-12-09T02:12:20.654917+0000 mon.a (mon.0) 1935 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:21.721 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:21 smithi067 bash[79370]: cephadm 2023-12-09T02:12:20.655477+0000 mgr.y (mgr.25480) 496 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:21.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:21 smithi067 bash[82083]: cluster 2023-12-09T02:12:19.881562+0000 mgr.y (mgr.25480) 487 : cluster 0 pgmap v87: 161 pgs: 21 active+undersized+degraded, 42 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2023-12-09T02:12:21.722 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:21 smithi067 bash[82083]: cephadm 2023-12-09T02:12:19.889376+0000 mgr.y (mgr.25480) 488 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:21.722 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:21 smithi067 bash[82083]: cephadm 2023-12-09T02:12:19.988023+0000 mgr.y (mgr.25480) 489 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:21.722 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:21 smithi067 bash[82083]: cephadm 2023-12-09T02:12:20.085792+0000 mgr.y (mgr.25480) 490 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:21.722 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:21 smithi067 bash[82083]: cephadm 2023-12-09T02:12:20.188797+0000 mgr.y (mgr.25480) 491 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:21.722 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:21 smithi067 bash[82083]: cephadm 2023-12-09T02:12:20.283785+0000 mgr.y (mgr.25480) 492 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:21.722 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:21 smithi067 bash[82083]: cephadm 2023-12-09T02:12:20.380032+0000 mgr.y (mgr.25480) 493 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:21.722 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:21 smithi067 bash[82083]: cephadm 2023-12-09T02:12:20.473284+0000 mgr.y (mgr.25480) 494 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:21.722 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:21 smithi067 bash[82083]: audit 2023-12-09T02:12:20.551303+0000 mon.a (mon.0) 1926 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:21.722 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:21 smithi067 bash[82083]: audit 2023-12-09T02:12:20.553810+0000 mon.a (mon.0) 1927 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:21.722 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:21 smithi067 bash[82083]: audit 2023-12-09T02:12:20.556439+0000 mon.a (mon.0) 1928 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:21.722 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:21 smithi067 bash[82083]: audit 2023-12-09T02:12:20.557327+0000 mon.a (mon.0) 1929 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:21.722 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:21 smithi067 bash[82083]: audit 2023-12-09T02:12:20.562571+0000 mon.a (mon.0) 1930 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:21.722 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:21 smithi067 bash[82083]: cephadm 2023-12-09T02:12:20.563031+0000 mgr.y (mgr.25480) 495 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:21.723 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:21 smithi067 bash[82083]: audit 2023-12-09T02:12:20.640843+0000 mon.a (mon.0) 1931 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:21.723 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:21 smithi067 bash[82083]: audit 2023-12-09T02:12:20.643147+0000 mon.a (mon.0) 1932 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:21.723 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:21 smithi067 bash[82083]: audit 2023-12-09T02:12:20.645899+0000 mon.a (mon.0) 1933 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:21.723 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:21 smithi067 bash[82083]: audit 2023-12-09T02:12:20.646866+0000 mon.a (mon.0) 1934 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:21.723 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:21 smithi067 bash[82083]: audit 2023-12-09T02:12:20.654917+0000 mon.a (mon.0) 1935 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:21.723 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:21 smithi067 bash[82083]: cephadm 2023-12-09T02:12:20.655477+0000 mgr.y (mgr.25480) 496 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:21.723 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:21 smithi067 bash[79370]: audit 2023-12-09T02:12:20.732589+0000 mon.a (mon.0) 1936 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:21.723 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:21 smithi067 bash[79370]: audit 2023-12-09T02:12:20.735857+0000 mon.a (mon.0) 1937 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:21.723 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:21 smithi067 bash[79370]: audit 2023-12-09T02:12:20.740328+0000 mon.a (mon.0) 1938 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:21.723 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:21 smithi067 bash[79370]: audit 2023-12-09T02:12:20.742113+0000 mon.a (mon.0) 1939 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:21.723 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:21 smithi067 bash[79370]: audit 2023-12-09T02:12:20.752200+0000 mon.a (mon.0) 1940 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:21.724 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:21 smithi067 bash[79370]: audit 2023-12-09T02:12:20.829857+0000 mon.a (mon.0) 1941 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:21.724 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:21 smithi067 bash[79370]: audit 2023-12-09T02:12:20.832678+0000 mon.a (mon.0) 1942 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:21.724 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:21 smithi067 bash[79370]: audit 2023-12-09T02:12:20.837293+0000 mon.a (mon.0) 1943 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:21.724 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:21 smithi067 bash[79370]: audit 2023-12-09T02:12:20.838312+0000 mon.a (mon.0) 1944 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:21.724 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:21 smithi067 bash[79370]: audit 2023-12-09T02:12:20.844535+0000 mon.a (mon.0) 1945 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:21.724 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:21 smithi067 bash[79370]: audit 2023-12-09T02:12:20.924639+0000 mon.a (mon.0) 1946 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:21.724 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:21 smithi067 bash[79370]: audit 2023-12-09T02:12:20.927894+0000 mon.a (mon.0) 1947 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:21.724 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:21 smithi067 bash[79370]: audit 2023-12-09T02:12:20.933127+0000 mon.a (mon.0) 1948 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:21.724 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:21 smithi067 bash[79370]: audit 2023-12-09T02:12:20.934638+0000 mon.a (mon.0) 1949 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:21.724 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:21 smithi067 bash[79370]: audit 2023-12-09T02:12:20.945643+0000 mon.a (mon.0) 1950 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:21.724 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:21 smithi067 bash[79370]: audit 2023-12-09T02:12:21.023446+0000 mon.a (mon.0) 1951 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:21.724 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:21 smithi067 bash[79370]: audit 2023-12-09T02:12:21.027463+0000 mon.a (mon.0) 1952 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:21.724 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:21 smithi067 bash[79370]: audit 2023-12-09T02:12:21.030293+0000 mon.a (mon.0) 1953 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:21.724 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:21 smithi067 bash[79370]: audit 2023-12-09T02:12:21.031515+0000 mon.a (mon.0) 1954 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:21.724 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:21 smithi067 bash[79370]: audit 2023-12-09T02:12:21.039448+0000 mon.a (mon.0) 1955 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:21.725 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:21 smithi067 bash[82083]: audit 2023-12-09T02:12:20.732589+0000 mon.a (mon.0) 1936 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:21.725 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:21 smithi067 bash[82083]: audit 2023-12-09T02:12:20.735857+0000 mon.a (mon.0) 1937 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:21.725 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:21 smithi067 bash[82083]: audit 2023-12-09T02:12:20.740328+0000 mon.a (mon.0) 1938 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:21.725 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:21 smithi067 bash[82083]: audit 2023-12-09T02:12:20.742113+0000 mon.a (mon.0) 1939 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:21.725 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:21 smithi067 bash[82083]: audit 2023-12-09T02:12:20.752200+0000 mon.a (mon.0) 1940 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:21.725 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:21 smithi067 bash[82083]: audit 2023-12-09T02:12:20.829857+0000 mon.a (mon.0) 1941 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:21.725 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:21 smithi067 bash[82083]: audit 2023-12-09T02:12:20.832678+0000 mon.a (mon.0) 1942 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:21.725 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:21 smithi067 bash[82083]: audit 2023-12-09T02:12:20.837293+0000 mon.a (mon.0) 1943 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:21.725 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:21 smithi067 bash[82083]: audit 2023-12-09T02:12:20.838312+0000 mon.a (mon.0) 1944 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:21.725 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:21 smithi067 bash[82083]: audit 2023-12-09T02:12:20.844535+0000 mon.a (mon.0) 1945 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:21.725 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:21 smithi067 bash[82083]: audit 2023-12-09T02:12:20.924639+0000 mon.a (mon.0) 1946 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:21.725 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:21 smithi067 bash[82083]: audit 2023-12-09T02:12:20.927894+0000 mon.a (mon.0) 1947 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:21.726 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:21 smithi067 bash[82083]: audit 2023-12-09T02:12:20.933127+0000 mon.a (mon.0) 1948 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:21.726 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:21 smithi067 bash[82083]: audit 2023-12-09T02:12:20.934638+0000 mon.a (mon.0) 1949 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:21.726 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:21 smithi067 bash[82083]: audit 2023-12-09T02:12:20.945643+0000 mon.a (mon.0) 1950 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:21.726 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:21 smithi067 bash[82083]: audit 2023-12-09T02:12:21.023446+0000 mon.a (mon.0) 1951 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:21.726 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:21 smithi067 bash[82083]: audit 2023-12-09T02:12:21.027463+0000 mon.a (mon.0) 1952 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:21.726 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:21 smithi067 bash[82083]: audit 2023-12-09T02:12:21.030293+0000 mon.a (mon.0) 1953 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:21.726 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:21 smithi067 bash[82083]: audit 2023-12-09T02:12:21.031515+0000 mon.a (mon.0) 1954 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:21.726 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:21 smithi067 bash[82083]: audit 2023-12-09T02:12:21.039448+0000 mon.a (mon.0) 1955 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:21.726 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:21 smithi067 bash[79370]: audit 2023-12-09T02:12:21.121419+0000 mon.a (mon.0) 1956 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:21.726 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:21 smithi067 bash[79370]: audit 2023-12-09T02:12:21.124208+0000 mon.a (mon.0) 1957 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:21.726 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:21 smithi067 bash[79370]: audit 2023-12-09T02:12:21.127230+0000 mon.a (mon.0) 1958 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:21.727 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:21 smithi067 bash[79370]: audit 2023-12-09T02:12:21.128261+0000 mon.a (mon.0) 1959 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:21.727 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:21 smithi067 bash[79370]: audit 2023-12-09T02:12:21.135436+0000 mon.a (mon.0) 1960 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:21.727 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:21 smithi067 bash[79370]: audit 2023-12-09T02:12:21.216198+0000 mon.a (mon.0) 1961 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:21.727 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:21 smithi067 bash[79370]: audit 2023-12-09T02:12:21.218373+0000 mon.a (mon.0) 1962 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:21.727 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:21 smithi067 bash[79370]: audit 2023-12-09T02:12:21.220976+0000 mon.a (mon.0) 1963 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:21.727 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:21 smithi067 bash[79370]: audit 2023-12-09T02:12:21.222173+0000 mon.a (mon.0) 1964 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:21.727 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:21 smithi067 bash[79370]: audit 2023-12-09T02:12:21.229409+0000 mon.a (mon.0) 1965 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:21.727 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:21 smithi067 bash[79370]: audit 2023-12-09T02:12:21.310419+0000 mon.a (mon.0) 1966 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:21.727 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:21 smithi067 bash[79370]: audit 2023-12-09T02:12:21.314430+0000 mon.a (mon.0) 1967 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:21.727 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:21 smithi067 bash[79370]: audit 2023-12-09T02:12:21.318523+0000 mon.a (mon.0) 1968 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:21.727 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:21 smithi067 bash[79370]: audit 2023-12-09T02:12:21.319667+0000 mon.a (mon.0) 1969 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:21.727 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:21 smithi067 bash[79370]: audit 2023-12-09T02:12:21.327878+0000 mon.a (mon.0) 1970 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:21.727 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:21 smithi067 bash[79370]: audit 2023-12-09T02:12:21.408588+0000 mon.a (mon.0) 1971 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:21.727 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:21 smithi067 bash[79370]: audit 2023-12-09T02:12:21.411828+0000 mon.a (mon.0) 1972 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:21.727 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:21 smithi067 bash[79370]: audit 2023-12-09T02:12:21.424299+0000 mon.a (mon.0) 1973 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:21.727 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:21 smithi067 bash[79370]: audit 2023-12-09T02:12:21.425449+0000 mon.a (mon.0) 1974 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:21.728 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:21 smithi067 bash[82083]: audit 2023-12-09T02:12:21.121419+0000 mon.a (mon.0) 1956 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:21.728 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:21 smithi067 bash[82083]: audit 2023-12-09T02:12:21.124208+0000 mon.a (mon.0) 1957 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:21.728 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:21 smithi067 bash[82083]: audit 2023-12-09T02:12:21.127230+0000 mon.a (mon.0) 1958 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:21.728 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:21 smithi067 bash[82083]: audit 2023-12-09T02:12:21.128261+0000 mon.a (mon.0) 1959 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:21.728 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:21 smithi067 bash[82083]: audit 2023-12-09T02:12:21.135436+0000 mon.a (mon.0) 1960 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:21.728 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:21 smithi067 bash[82083]: audit 2023-12-09T02:12:21.216198+0000 mon.a (mon.0) 1961 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:21.728 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:21 smithi067 bash[82083]: audit 2023-12-09T02:12:21.218373+0000 mon.a (mon.0) 1962 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:21.728 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:21 smithi067 bash[82083]: audit 2023-12-09T02:12:21.220976+0000 mon.a (mon.0) 1963 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:21.728 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:21 smithi067 bash[82083]: audit 2023-12-09T02:12:21.222173+0000 mon.a (mon.0) 1964 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:21.728 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:21 smithi067 bash[82083]: audit 2023-12-09T02:12:21.229409+0000 mon.a (mon.0) 1965 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:21.728 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:21 smithi067 bash[82083]: audit 2023-12-09T02:12:21.310419+0000 mon.a (mon.0) 1966 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:21.729 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:21 smithi067 bash[82083]: audit 2023-12-09T02:12:21.314430+0000 mon.a (mon.0) 1967 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:21.729 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:21 smithi067 bash[82083]: audit 2023-12-09T02:12:21.318523+0000 mon.a (mon.0) 1968 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:21.729 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:21 smithi067 bash[82083]: audit 2023-12-09T02:12:21.319667+0000 mon.a (mon.0) 1969 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:21.729 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:21 smithi067 bash[82083]: audit 2023-12-09T02:12:21.327878+0000 mon.a (mon.0) 1970 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:21.729 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:21 smithi067 bash[82083]: audit 2023-12-09T02:12:21.408588+0000 mon.a (mon.0) 1971 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:21.729 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:21 smithi067 bash[82083]: audit 2023-12-09T02:12:21.411828+0000 mon.a (mon.0) 1972 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:21.729 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:21 smithi067 bash[82083]: audit 2023-12-09T02:12:21.424299+0000 mon.a (mon.0) 1973 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:21.729 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:21 smithi067 bash[82083]: audit 2023-12-09T02:12:21.425449+0000 mon.a (mon.0) 1974 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:21.729 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:21 smithi067 bash[79370]: audit 2023-12-09T02:12:21.431621+0000 mon.a (mon.0) 1975 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:21.729 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:21 smithi067 bash[79370]: audit 2023-12-09T02:12:21.493777+0000 mon.a (mon.0) 1976 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:21.729 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:21 smithi067 bash[79370]: audit 2023-12-09T02:12:21.496568+0000 mon.a (mon.0) 1977 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:21.729 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:21 smithi067 bash[79370]: audit 2023-12-09T02:12:21.500210+0000 mon.a (mon.0) 1978 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:21.730 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:21 smithi067 bash[79370]: audit 2023-12-09T02:12:21.501479+0000 mon.a (mon.0) 1979 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:21.730 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:21 smithi067 bash[79370]: audit 2023-12-09T02:12:21.510712+0000 mon.a (mon.0) 1980 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:21.730 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:21 smithi067 bash[82083]: audit 2023-12-09T02:12:21.431621+0000 mon.a (mon.0) 1975 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:21.730 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:21 smithi067 bash[82083]: audit 2023-12-09T02:12:21.493777+0000 mon.a (mon.0) 1976 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:21.730 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:21 smithi067 bash[82083]: audit 2023-12-09T02:12:21.496568+0000 mon.a (mon.0) 1977 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:21.730 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:21 smithi067 bash[82083]: audit 2023-12-09T02:12:21.500210+0000 mon.a (mon.0) 1978 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:21.730 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:21 smithi067 bash[82083]: audit 2023-12-09T02:12:21.501479+0000 mon.a (mon.0) 1979 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:21.730 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:21 smithi067 bash[82083]: audit 2023-12-09T02:12:21.510712+0000 mon.a (mon.0) 1980 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:21.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:21 smithi125 bash[66801]: cluster 2023-12-09T02:12:19.881562+0000 mgr.y (mgr.25480) 487 : cluster 0 pgmap v87: 161 pgs: 21 active+undersized+degraded, 42 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2023-12-09T02:12:21.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:21 smithi125 bash[66801]: cephadm 2023-12-09T02:12:19.889376+0000 mgr.y (mgr.25480) 488 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:21.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:21 smithi125 bash[66801]: cephadm 2023-12-09T02:12:19.988023+0000 mgr.y (mgr.25480) 489 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:21.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:21 smithi125 bash[66801]: cephadm 2023-12-09T02:12:20.085792+0000 mgr.y (mgr.25480) 490 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:21.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:21 smithi125 bash[66801]: cephadm 2023-12-09T02:12:20.188797+0000 mgr.y (mgr.25480) 491 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:21.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:21 smithi125 bash[66801]: cephadm 2023-12-09T02:12:20.283785+0000 mgr.y (mgr.25480) 492 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:21.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:21 smithi125 bash[66801]: cephadm 2023-12-09T02:12:20.380032+0000 mgr.y (mgr.25480) 493 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:21.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:21 smithi125 bash[66801]: cephadm 2023-12-09T02:12:20.473284+0000 mgr.y (mgr.25480) 494 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:21.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:21 smithi125 bash[66801]: audit 2023-12-09T02:12:20.551303+0000 mon.a (mon.0) 1926 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:21.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:21 smithi125 bash[66801]: audit 2023-12-09T02:12:20.553810+0000 mon.a (mon.0) 1927 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:21.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:21 smithi125 bash[66801]: audit 2023-12-09T02:12:20.556439+0000 mon.a (mon.0) 1928 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:21.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:21 smithi125 bash[66801]: audit 2023-12-09T02:12:20.557327+0000 mon.a (mon.0) 1929 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:21.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:21 smithi125 bash[66801]: audit 2023-12-09T02:12:20.562571+0000 mon.a (mon.0) 1930 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:21.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:21 smithi125 bash[66801]: cephadm 2023-12-09T02:12:20.563031+0000 mgr.y (mgr.25480) 495 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:21.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:21 smithi125 bash[66801]: audit 2023-12-09T02:12:20.640843+0000 mon.a (mon.0) 1931 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:21.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:21 smithi125 bash[66801]: audit 2023-12-09T02:12:20.643147+0000 mon.a (mon.0) 1932 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:21.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:21 smithi125 bash[66801]: audit 2023-12-09T02:12:20.645899+0000 mon.a (mon.0) 1933 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:21.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:21 smithi125 bash[66801]: audit 2023-12-09T02:12:20.646866+0000 mon.a (mon.0) 1934 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:21.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:21 smithi125 bash[66801]: audit 2023-12-09T02:12:20.654917+0000 mon.a (mon.0) 1935 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:21.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:21 smithi125 bash[66801]: cephadm 2023-12-09T02:12:20.655477+0000 mgr.y (mgr.25480) 496 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:21.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:21 smithi125 bash[66801]: audit 2023-12-09T02:12:20.732589+0000 mon.a (mon.0) 1936 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:21.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:21 smithi125 bash[66801]: audit 2023-12-09T02:12:20.735857+0000 mon.a (mon.0) 1937 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:21.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:21 smithi125 bash[66801]: audit 2023-12-09T02:12:20.740328+0000 mon.a (mon.0) 1938 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:21.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:21 smithi125 bash[66801]: audit 2023-12-09T02:12:20.742113+0000 mon.a (mon.0) 1939 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:21.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:21 smithi125 bash[66801]: audit 2023-12-09T02:12:20.752200+0000 mon.a (mon.0) 1940 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:21.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:21 smithi125 bash[66801]: audit 2023-12-09T02:12:20.829857+0000 mon.a (mon.0) 1941 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:21.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:21 smithi125 bash[66801]: audit 2023-12-09T02:12:20.832678+0000 mon.a (mon.0) 1942 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:21.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:21 smithi125 bash[66801]: audit 2023-12-09T02:12:20.837293+0000 mon.a (mon.0) 1943 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:21.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:21 smithi125 bash[66801]: audit 2023-12-09T02:12:20.838312+0000 mon.a (mon.0) 1944 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:21.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:21 smithi125 bash[66801]: audit 2023-12-09T02:12:20.844535+0000 mon.a (mon.0) 1945 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:21.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:21 smithi125 bash[66801]: audit 2023-12-09T02:12:20.924639+0000 mon.a (mon.0) 1946 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:21.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:21 smithi125 bash[66801]: audit 2023-12-09T02:12:20.927894+0000 mon.a (mon.0) 1947 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:21.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:21 smithi125 bash[66801]: audit 2023-12-09T02:12:20.933127+0000 mon.a (mon.0) 1948 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:21.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:21 smithi125 bash[66801]: audit 2023-12-09T02:12:20.934638+0000 mon.a (mon.0) 1949 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:21.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:21 smithi125 bash[66801]: audit 2023-12-09T02:12:20.945643+0000 mon.a (mon.0) 1950 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:21.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:21 smithi125 bash[66801]: audit 2023-12-09T02:12:21.023446+0000 mon.a (mon.0) 1951 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:21.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:21 smithi125 bash[66801]: audit 2023-12-09T02:12:21.027463+0000 mon.a (mon.0) 1952 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:21.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:21 smithi125 bash[66801]: audit 2023-12-09T02:12:21.030293+0000 mon.a (mon.0) 1953 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:21.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:21 smithi125 bash[66801]: audit 2023-12-09T02:12:21.031515+0000 mon.a (mon.0) 1954 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:21.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:21 smithi125 bash[66801]: audit 2023-12-09T02:12:21.039448+0000 mon.a (mon.0) 1955 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:21.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:21 smithi125 bash[66801]: audit 2023-12-09T02:12:21.121419+0000 mon.a (mon.0) 1956 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:21.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:21 smithi125 bash[66801]: audit 2023-12-09T02:12:21.124208+0000 mon.a (mon.0) 1957 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:21.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:21 smithi125 bash[66801]: audit 2023-12-09T02:12:21.127230+0000 mon.a (mon.0) 1958 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:21.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:21 smithi125 bash[66801]: audit 2023-12-09T02:12:21.128261+0000 mon.a (mon.0) 1959 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:21.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:21 smithi125 bash[66801]: audit 2023-12-09T02:12:21.135436+0000 mon.a (mon.0) 1960 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:21.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:21 smithi125 bash[66801]: audit 2023-12-09T02:12:21.216198+0000 mon.a (mon.0) 1961 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:21.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:21 smithi125 bash[66801]: audit 2023-12-09T02:12:21.218373+0000 mon.a (mon.0) 1962 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:21.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:21 smithi125 bash[66801]: audit 2023-12-09T02:12:21.220976+0000 mon.a (mon.0) 1963 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:21.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:21 smithi125 bash[66801]: audit 2023-12-09T02:12:21.222173+0000 mon.a (mon.0) 1964 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:21.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:21 smithi125 bash[66801]: audit 2023-12-09T02:12:21.229409+0000 mon.a (mon.0) 1965 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:21.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:21 smithi125 bash[66801]: audit 2023-12-09T02:12:21.310419+0000 mon.a (mon.0) 1966 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:21.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:21 smithi125 bash[66801]: audit 2023-12-09T02:12:21.314430+0000 mon.a (mon.0) 1967 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:21.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:21 smithi125 bash[66801]: audit 2023-12-09T02:12:21.318523+0000 mon.a (mon.0) 1968 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:21.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:21 smithi125 bash[66801]: audit 2023-12-09T02:12:21.319667+0000 mon.a (mon.0) 1969 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:21.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:21 smithi125 bash[66801]: audit 2023-12-09T02:12:21.327878+0000 mon.a (mon.0) 1970 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:21.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:21 smithi125 bash[66801]: audit 2023-12-09T02:12:21.408588+0000 mon.a (mon.0) 1971 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:21.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:21 smithi125 bash[66801]: audit 2023-12-09T02:12:21.411828+0000 mon.a (mon.0) 1972 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:21.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:21 smithi125 bash[66801]: audit 2023-12-09T02:12:21.424299+0000 mon.a (mon.0) 1973 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:21.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:21 smithi125 bash[66801]: audit 2023-12-09T02:12:21.425449+0000 mon.a (mon.0) 1974 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:21.978 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:21 smithi125 bash[66801]: audit 2023-12-09T02:12:21.431621+0000 mon.a (mon.0) 1975 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:21.978 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:21 smithi125 bash[66801]: audit 2023-12-09T02:12:21.493777+0000 mon.a (mon.0) 1976 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:21.978 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:21 smithi125 bash[66801]: audit 2023-12-09T02:12:21.496568+0000 mon.a (mon.0) 1977 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:21.978 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:21 smithi125 bash[66801]: audit 2023-12-09T02:12:21.500210+0000 mon.a (mon.0) 1978 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:21.978 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:21 smithi125 bash[66801]: audit 2023-12-09T02:12:21.501479+0000 mon.a (mon.0) 1979 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:21.978 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:21 smithi125 bash[66801]: audit 2023-12-09T02:12:21.510712+0000 mon.a (mon.0) 1980 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:22.470 INFO:journalctl@ceph.osd.1.smithi067.stdout:Dec 09 02:12:22 smithi067 bash[89524]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-1 2023-12-09T02:12:22.470 INFO:journalctl@ceph.osd.1.smithi067.stdout:Dec 09 02:12:22 smithi067 bash[89524]: 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-09T02:12:22.470 INFO:journalctl@ceph.osd.1.smithi067.stdout:Dec 09 02:12:22 smithi067 bash[89524]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_3 2023-12-09T02:12:22.470 INFO:journalctl@ceph.osd.1.smithi067.stdout:Dec 09 02:12:22 smithi067 bash[89524]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-2 2023-12-09T02:12:22.470 INFO:journalctl@ceph.osd.1.smithi067.stdout:Dec 09 02:12:22 smithi067 bash[89524]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_3 /var/lib/ceph/osd/ceph-1/block 2023-12-09T02:12:22.470 INFO:journalctl@ceph.osd.1.smithi067.stdout:Dec 09 02:12:22 smithi067 bash[89524]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-1 2023-12-09T02:12:22.470 INFO:journalctl@ceph.osd.1.smithi067.stdout:Dec 09 02:12:22 smithi067 bash[89524]: --> ceph-volume raw activate successful for osd ID: 1 2023-12-09T02:12:22.961 INFO:teuthology.orchestra.run.smithi067.stdout:true 2023-12-09T02:12:22.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:22 smithi067 bash[79370]: cephadm 2023-12-09T02:12:20.752985+0000 mgr.y (mgr.25480) 497 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:22.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:22 smithi067 bash[79370]: cephadm 2023-12-09T02:12:20.845210+0000 mgr.y (mgr.25480) 498 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:22.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:22 smithi067 bash[79370]: cephadm 2023-12-09T02:12:20.946327+0000 mgr.y (mgr.25480) 499 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:22.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:22 smithi067 bash[79370]: cephadm 2023-12-09T02:12:21.040048+0000 mgr.y (mgr.25480) 500 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:22.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:22 smithi067 bash[79370]: cephadm 2023-12-09T02:12:21.136118+0000 mgr.y (mgr.25480) 501 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:22.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:22 smithi067 bash[79370]: cephadm 2023-12-09T02:12:21.229978+0000 mgr.y (mgr.25480) 502 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:22.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:22 smithi067 bash[79370]: cephadm 2023-12-09T02:12:21.328548+0000 mgr.y (mgr.25480) 503 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:22.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:22 smithi067 bash[79370]: cephadm 2023-12-09T02:12:21.432108+0000 mgr.y (mgr.25480) 504 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:22.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:22 smithi067 bash[79370]: cephadm 2023-12-09T02:12:21.511718+0000 mgr.y (mgr.25480) 505 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:22.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:22 smithi067 bash[79370]: audit 2023-12-09T02:12:21.576731+0000 mon.a (mon.0) 1981 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:22.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:22 smithi067 bash[79370]: audit 2023-12-09T02:12:21.580090+0000 mon.a (mon.0) 1982 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:22.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:22 smithi067 bash[79370]: audit 2023-12-09T02:12:21.583081+0000 mon.a (mon.0) 1983 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:22.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:22 smithi067 bash[79370]: audit 2023-12-09T02:12:21.584192+0000 mon.a (mon.0) 1984 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:22.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:22 smithi067 bash[79370]: audit 2023-12-09T02:12:21.591633+0000 mon.a (mon.0) 1985 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:22.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:22 smithi067 bash[79370]: cephadm 2023-12-09T02:12:21.592910+0000 mgr.y (mgr.25480) 506 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:22.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:22 smithi067 bash[79370]: audit 2023-12-09T02:12:21.674523+0000 mon.a (mon.0) 1986 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:22.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:22 smithi067 bash[79370]: audit 2023-12-09T02:12:21.676964+0000 mon.a (mon.0) 1987 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:22.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:22 smithi067 bash[79370]: audit 2023-12-09T02:12:21.679176+0000 mon.a (mon.0) 1988 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:22.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:22 smithi067 bash[79370]: audit 2023-12-09T02:12:21.679961+0000 mon.a (mon.0) 1989 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:22.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:22 smithi067 bash[79370]: audit 2023-12-09T02:12:21.686004+0000 mon.a (mon.0) 1990 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:22.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:22 smithi067 bash[79370]: cephadm 2023-12-09T02:12:21.687162+0000 mgr.y (mgr.25480) 507 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:22.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:22 smithi067 bash[79370]: audit 2023-12-09T02:12:21.764956+0000 mon.a (mon.0) 1991 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:22.973 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:22 smithi067 bash[79370]: audit 2023-12-09T02:12:21.767854+0000 mon.a (mon.0) 1992 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:22.973 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:22 smithi067 bash[79370]: audit 2023-12-09T02:12:21.770028+0000 mon.a (mon.0) 1993 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:22.973 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:22 smithi067 bash[79370]: audit 2023-12-09T02:12:21.770783+0000 mon.a (mon.0) 1994 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:22.973 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:22 smithi067 bash[79370]: audit 2023-12-09T02:12:21.777888+0000 mon.a (mon.0) 1995 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:22.973 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:22 smithi067 bash[79370]: audit 2023-12-09T02:12:21.862759+0000 mon.a (mon.0) 1996 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:22.973 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:22 smithi067 bash[79370]: audit 2023-12-09T02:12:21.865996+0000 mon.a (mon.0) 1997 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:22.973 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:22 smithi067 bash[79370]: audit 2023-12-09T02:12:21.869206+0000 mon.a (mon.0) 1998 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:22.973 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:22 smithi067 bash[79370]: audit 2023-12-09T02:12:21.870213+0000 mon.a (mon.0) 1999 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:22.973 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:22 smithi067 bash[79370]: audit 2023-12-09T02:12:21.876115+0000 mon.a (mon.0) 2000 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:22.973 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:22 smithi067 bash[79370]: audit 2023-12-09T02:12:21.955762+0000 mon.a (mon.0) 2001 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:22.973 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:22 smithi067 bash[79370]: audit 2023-12-09T02:12:21.958575+0000 mon.a (mon.0) 2002 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:22.973 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:22 smithi067 bash[79370]: audit 2023-12-09T02:12:21.960777+0000 mon.a (mon.0) 2003 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:22.973 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:22 smithi067 bash[79370]: audit 2023-12-09T02:12:21.961582+0000 mon.a (mon.0) 2004 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:22.974 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:22 smithi067 bash[79370]: audit 2023-12-09T02:12:21.967328+0000 mon.a (mon.0) 2005 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:22.974 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:22 smithi067 bash[79370]: audit 2023-12-09T02:12:22.028553+0000 mon.a (mon.0) 2006 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:22.974 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:22 smithi067 bash[79370]: audit 2023-12-09T02:12:22.031210+0000 mon.a (mon.0) 2007 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:22.974 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:22 smithi067 bash[79370]: audit 2023-12-09T02:12:22.034751+0000 mon.a (mon.0) 2008 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:22.974 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:22 smithi067 bash[79370]: audit 2023-12-09T02:12:22.036060+0000 mon.a (mon.0) 2009 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:22.974 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:22 smithi067 bash[79370]: audit 2023-12-09T02:12:22.046057+0000 mon.a (mon.0) 2010 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:22.974 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:22 smithi067 bash[79370]: audit 2023-12-09T02:12:22.107834+0000 mon.a (mon.0) 2011 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:22.974 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:22 smithi067 bash[79370]: audit 2023-12-09T02:12:22.110351+0000 mon.a (mon.0) 2012 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:22.974 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:22 smithi067 bash[79370]: audit 2023-12-09T02:12:22.113164+0000 mon.a (mon.0) 2013 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:22.974 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:22 smithi067 bash[79370]: audit 2023-12-09T02:12:22.114596+0000 mon.a (mon.0) 2014 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:22.974 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:22 smithi067 bash[79370]: audit 2023-12-09T02:12:22.124600+0000 mon.a (mon.0) 2015 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:22.975 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:22 smithi067 bash[79370]: audit 2023-12-09T02:12:22.192242+0000 mon.a (mon.0) 2016 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:22.975 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:22 smithi067 bash[79370]: audit 2023-12-09T02:12:22.195707+0000 mon.a (mon.0) 2017 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:22.975 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:22 smithi067 bash[79370]: audit 2023-12-09T02:12:22.199068+0000 mon.a (mon.0) 2018 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:22.975 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:22 smithi067 bash[79370]: audit 2023-12-09T02:12:22.199961+0000 mon.a (mon.0) 2019 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:22.975 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:22 smithi067 bash[79370]: audit 2023-12-09T02:12:22.208236+0000 mon.a (mon.0) 2020 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:22.975 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:22 smithi067 bash[79370]: audit 2023-12-09T02:12:22.287473+0000 mon.a (mon.0) 2021 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:22.975 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:22 smithi067 bash[79370]: audit 2023-12-09T02:12:22.289775+0000 mon.a (mon.0) 2022 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:22.975 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:22 smithi067 bash[79370]: audit 2023-12-09T02:12:22.292718+0000 mon.a (mon.0) 2023 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:22.975 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:22 smithi067 bash[79370]: audit 2023-12-09T02:12:22.293904+0000 mon.a (mon.0) 2024 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:22.975 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:22 smithi067 bash[79370]: audit 2023-12-09T02:12:22.304210+0000 mon.a (mon.0) 2025 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:22.975 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:22 smithi067 bash[79370]: audit 2023-12-09T02:12:22.385566+0000 mon.a (mon.0) 2026 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:22.975 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:22 smithi067 bash[79370]: audit 2023-12-09T02:12:22.388155+0000 mon.a (mon.0) 2027 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:22.975 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:22 smithi067 bash[79370]: audit 2023-12-09T02:12:22.390749+0000 mon.a (mon.0) 2028 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:22.976 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:22 smithi067 bash[79370]: audit 2023-12-09T02:12:22.391779+0000 mon.a (mon.0) 2029 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:22.976 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:22 smithi067 bash[79370]: audit 2023-12-09T02:12:22.398191+0000 mon.a (mon.0) 2030 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:22.976 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:22 smithi067 bash[79370]: audit 2023-12-09T02:12:22.480979+0000 mon.a (mon.0) 2031 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:22.976 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:22 smithi067 bash[79370]: audit 2023-12-09T02:12:22.484011+0000 mon.a (mon.0) 2032 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:22.976 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:22 smithi067 bash[79370]: audit 2023-12-09T02:12:22.488376+0000 mon.a (mon.0) 2033 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:22.976 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:22 smithi067 bash[79370]: audit 2023-12-09T02:12:22.489705+0000 mon.a (mon.0) 2034 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:22.976 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:22 smithi067 bash[79370]: audit 2023-12-09T02:12:22.498277+0000 mon.a (mon.0) 2035 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:22.977 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:22 smithi067 bash[82083]: cephadm 2023-12-09T02:12:20.752985+0000 mgr.y (mgr.25480) 497 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:22.978 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:22 smithi067 bash[82083]: cephadm 2023-12-09T02:12:20.845210+0000 mgr.y (mgr.25480) 498 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:22.978 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:22 smithi067 bash[82083]: cephadm 2023-12-09T02:12:20.946327+0000 mgr.y (mgr.25480) 499 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:22.978 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:22 smithi067 bash[82083]: cephadm 2023-12-09T02:12:21.040048+0000 mgr.y (mgr.25480) 500 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:22.978 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:22 smithi067 bash[82083]: cephadm 2023-12-09T02:12:21.136118+0000 mgr.y (mgr.25480) 501 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:22.978 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:22 smithi067 bash[82083]: cephadm 2023-12-09T02:12:21.229978+0000 mgr.y (mgr.25480) 502 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:22.978 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:22 smithi067 bash[82083]: cephadm 2023-12-09T02:12:21.328548+0000 mgr.y (mgr.25480) 503 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:22.978 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:22 smithi067 bash[82083]: cephadm 2023-12-09T02:12:21.432108+0000 mgr.y (mgr.25480) 504 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:22.978 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:22 smithi067 bash[82083]: cephadm 2023-12-09T02:12:21.511718+0000 mgr.y (mgr.25480) 505 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:22.978 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:22 smithi067 bash[82083]: audit 2023-12-09T02:12:21.576731+0000 mon.a (mon.0) 1981 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:22.978 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:22 smithi067 bash[82083]: audit 2023-12-09T02:12:21.580090+0000 mon.a (mon.0) 1982 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:22.978 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:22 smithi067 bash[82083]: audit 2023-12-09T02:12:21.583081+0000 mon.a (mon.0) 1983 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:22.979 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:22 smithi067 bash[82083]: audit 2023-12-09T02:12:21.584192+0000 mon.a (mon.0) 1984 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:22.979 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:22 smithi067 bash[82083]: audit 2023-12-09T02:12:21.591633+0000 mon.a (mon.0) 1985 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:22.979 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:22 smithi067 bash[82083]: cephadm 2023-12-09T02:12:21.592910+0000 mgr.y (mgr.25480) 506 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:22.979 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:22 smithi067 bash[82083]: audit 2023-12-09T02:12:21.674523+0000 mon.a (mon.0) 1986 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:22.979 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:22 smithi067 bash[82083]: audit 2023-12-09T02:12:21.676964+0000 mon.a (mon.0) 1987 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:22.979 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:22 smithi067 bash[82083]: audit 2023-12-09T02:12:21.679176+0000 mon.a (mon.0) 1988 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:22.979 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:22 smithi067 bash[82083]: audit 2023-12-09T02:12:21.679961+0000 mon.a (mon.0) 1989 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:22.979 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:22 smithi067 bash[82083]: audit 2023-12-09T02:12:21.686004+0000 mon.a (mon.0) 1990 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:22.979 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:22 smithi067 bash[82083]: cephadm 2023-12-09T02:12:21.687162+0000 mgr.y (mgr.25480) 507 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:22.979 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:22 smithi067 bash[82083]: audit 2023-12-09T02:12:21.764956+0000 mon.a (mon.0) 1991 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:22.979 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:22 smithi067 bash[82083]: audit 2023-12-09T02:12:21.767854+0000 mon.a (mon.0) 1992 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:22.979 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:22 smithi067 bash[82083]: audit 2023-12-09T02:12:21.770028+0000 mon.a (mon.0) 1993 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:22.979 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:22 smithi067 bash[82083]: audit 2023-12-09T02:12:21.770783+0000 mon.a (mon.0) 1994 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:22.980 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:22 smithi067 bash[82083]: audit 2023-12-09T02:12:21.777888+0000 mon.a (mon.0) 1995 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:22.980 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:22 smithi067 bash[82083]: audit 2023-12-09T02:12:21.862759+0000 mon.a (mon.0) 1996 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:22.980 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:22 smithi067 bash[82083]: audit 2023-12-09T02:12:21.865996+0000 mon.a (mon.0) 1997 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:22.980 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:22 smithi067 bash[82083]: audit 2023-12-09T02:12:21.869206+0000 mon.a (mon.0) 1998 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:22.980 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:22 smithi067 bash[82083]: audit 2023-12-09T02:12:21.870213+0000 mon.a (mon.0) 1999 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:22.980 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:22 smithi067 bash[82083]: audit 2023-12-09T02:12:21.876115+0000 mon.a (mon.0) 2000 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:22.980 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:22 smithi067 bash[82083]: audit 2023-12-09T02:12:21.955762+0000 mon.a (mon.0) 2001 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:22.980 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:22 smithi067 bash[82083]: audit 2023-12-09T02:12:21.958575+0000 mon.a (mon.0) 2002 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:22.980 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:22 smithi067 bash[82083]: audit 2023-12-09T02:12:21.960777+0000 mon.a (mon.0) 2003 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:22.980 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:22 smithi067 bash[82083]: audit 2023-12-09T02:12:21.961582+0000 mon.a (mon.0) 2004 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:22.980 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:22 smithi067 bash[82083]: audit 2023-12-09T02:12:21.967328+0000 mon.a (mon.0) 2005 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:22.980 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:22 smithi067 bash[82083]: audit 2023-12-09T02:12:22.028553+0000 mon.a (mon.0) 2006 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:22.980 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:22 smithi067 bash[82083]: audit 2023-12-09T02:12:22.031210+0000 mon.a (mon.0) 2007 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:22.980 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:22 smithi067 bash[82083]: audit 2023-12-09T02:12:22.034751+0000 mon.a (mon.0) 2008 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:22.981 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:22 smithi067 bash[82083]: audit 2023-12-09T02:12:22.036060+0000 mon.a (mon.0) 2009 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:22.981 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:22 smithi067 bash[82083]: audit 2023-12-09T02:12:22.046057+0000 mon.a (mon.0) 2010 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:22.981 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:22 smithi067 bash[82083]: audit 2023-12-09T02:12:22.107834+0000 mon.a (mon.0) 2011 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:22.981 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:22 smithi067 bash[82083]: audit 2023-12-09T02:12:22.110351+0000 mon.a (mon.0) 2012 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:22.981 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:22 smithi067 bash[82083]: audit 2023-12-09T02:12:22.113164+0000 mon.a (mon.0) 2013 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:22.981 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:22 smithi067 bash[82083]: audit 2023-12-09T02:12:22.114596+0000 mon.a (mon.0) 2014 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:22.981 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:22 smithi067 bash[82083]: audit 2023-12-09T02:12:22.124600+0000 mon.a (mon.0) 2015 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:22.981 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:22 smithi067 bash[82083]: audit 2023-12-09T02:12:22.192242+0000 mon.a (mon.0) 2016 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:22.981 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:22 smithi067 bash[82083]: audit 2023-12-09T02:12:22.195707+0000 mon.a (mon.0) 2017 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:22.981 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:22 smithi067 bash[82083]: audit 2023-12-09T02:12:22.199068+0000 mon.a (mon.0) 2018 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:22.981 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:22 smithi067 bash[82083]: audit 2023-12-09T02:12:22.199961+0000 mon.a (mon.0) 2019 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:22.981 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:22 smithi067 bash[82083]: audit 2023-12-09T02:12:22.208236+0000 mon.a (mon.0) 2020 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:22.981 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:22 smithi067 bash[82083]: audit 2023-12-09T02:12:22.287473+0000 mon.a (mon.0) 2021 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:22.981 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:22 smithi067 bash[82083]: audit 2023-12-09T02:12:22.289775+0000 mon.a (mon.0) 2022 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:22.981 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:22 smithi067 bash[82083]: audit 2023-12-09T02:12:22.292718+0000 mon.a (mon.0) 2023 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:22.982 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:22 smithi067 bash[82083]: audit 2023-12-09T02:12:22.293904+0000 mon.a (mon.0) 2024 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:22.982 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:22 smithi067 bash[82083]: audit 2023-12-09T02:12:22.304210+0000 mon.a (mon.0) 2025 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:22.982 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:22 smithi067 bash[82083]: audit 2023-12-09T02:12:22.385566+0000 mon.a (mon.0) 2026 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:22.982 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:22 smithi067 bash[82083]: audit 2023-12-09T02:12:22.388155+0000 mon.a (mon.0) 2027 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:22.982 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:22 smithi067 bash[82083]: audit 2023-12-09T02:12:22.390749+0000 mon.a (mon.0) 2028 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:22.982 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:22 smithi067 bash[82083]: audit 2023-12-09T02:12:22.391779+0000 mon.a (mon.0) 2029 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:22.982 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:22 smithi067 bash[82083]: audit 2023-12-09T02:12:22.398191+0000 mon.a (mon.0) 2030 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:22.982 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:22 smithi067 bash[82083]: audit 2023-12-09T02:12:22.480979+0000 mon.a (mon.0) 2031 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:22.982 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:22 smithi067 bash[82083]: audit 2023-12-09T02:12:22.484011+0000 mon.a (mon.0) 2032 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:22.982 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:22 smithi067 bash[82083]: audit 2023-12-09T02:12:22.488376+0000 mon.a (mon.0) 2033 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:22.982 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:22 smithi067 bash[82083]: audit 2023-12-09T02:12:22.489705+0000 mon.a (mon.0) 2034 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:22.982 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:22 smithi067 bash[82083]: audit 2023-12-09T02:12:22.498277+0000 mon.a (mon.0) 2035 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:22.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:22 smithi125 bash[66801]: cephadm 2023-12-09T02:12:20.752985+0000 mgr.y (mgr.25480) 497 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:22.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:22 smithi125 bash[66801]: cephadm 2023-12-09T02:12:20.845210+0000 mgr.y (mgr.25480) 498 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:22.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:22 smithi125 bash[66801]: cephadm 2023-12-09T02:12:20.946327+0000 mgr.y (mgr.25480) 499 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:22.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:22 smithi125 bash[66801]: cephadm 2023-12-09T02:12:21.040048+0000 mgr.y (mgr.25480) 500 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:22.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:22 smithi125 bash[66801]: cephadm 2023-12-09T02:12:21.136118+0000 mgr.y (mgr.25480) 501 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:22.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:22 smithi125 bash[66801]: cephadm 2023-12-09T02:12:21.229978+0000 mgr.y (mgr.25480) 502 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:22.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:22 smithi125 bash[66801]: cephadm 2023-12-09T02:12:21.328548+0000 mgr.y (mgr.25480) 503 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:22.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:22 smithi125 bash[66801]: cephadm 2023-12-09T02:12:21.432108+0000 mgr.y (mgr.25480) 504 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:22.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:22 smithi125 bash[66801]: cephadm 2023-12-09T02:12:21.511718+0000 mgr.y (mgr.25480) 505 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:22.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:22 smithi125 bash[66801]: audit 2023-12-09T02:12:21.576731+0000 mon.a (mon.0) 1981 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:22.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:22 smithi125 bash[66801]: audit 2023-12-09T02:12:21.580090+0000 mon.a (mon.0) 1982 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:22.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:22 smithi125 bash[66801]: audit 2023-12-09T02:12:21.583081+0000 mon.a (mon.0) 1983 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:22.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:22 smithi125 bash[66801]: audit 2023-12-09T02:12:21.584192+0000 mon.a (mon.0) 1984 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:22.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:22 smithi125 bash[66801]: audit 2023-12-09T02:12:21.591633+0000 mon.a (mon.0) 1985 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:22.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:22 smithi125 bash[66801]: cephadm 2023-12-09T02:12:21.592910+0000 mgr.y (mgr.25480) 506 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:22.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:22 smithi125 bash[66801]: audit 2023-12-09T02:12:21.674523+0000 mon.a (mon.0) 1986 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:22.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:22 smithi125 bash[66801]: audit 2023-12-09T02:12:21.676964+0000 mon.a (mon.0) 1987 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:22.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:22 smithi125 bash[66801]: audit 2023-12-09T02:12:21.679176+0000 mon.a (mon.0) 1988 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:22.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:22 smithi125 bash[66801]: audit 2023-12-09T02:12:21.679961+0000 mon.a (mon.0) 1989 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:22.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:22 smithi125 bash[66801]: audit 2023-12-09T02:12:21.686004+0000 mon.a (mon.0) 1990 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:22.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:22 smithi125 bash[66801]: cephadm 2023-12-09T02:12:21.687162+0000 mgr.y (mgr.25480) 507 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:22.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:22 smithi125 bash[66801]: audit 2023-12-09T02:12:21.764956+0000 mon.a (mon.0) 1991 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:22.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:22 smithi125 bash[66801]: audit 2023-12-09T02:12:21.767854+0000 mon.a (mon.0) 1992 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:22.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:22 smithi125 bash[66801]: audit 2023-12-09T02:12:21.770028+0000 mon.a (mon.0) 1993 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:22.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:22 smithi125 bash[66801]: audit 2023-12-09T02:12:21.770783+0000 mon.a (mon.0) 1994 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:22.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:22 smithi125 bash[66801]: audit 2023-12-09T02:12:21.777888+0000 mon.a (mon.0) 1995 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:22.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:22 smithi125 bash[66801]: audit 2023-12-09T02:12:21.862759+0000 mon.a (mon.0) 1996 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:22.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:22 smithi125 bash[66801]: audit 2023-12-09T02:12:21.865996+0000 mon.a (mon.0) 1997 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:22.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:22 smithi125 bash[66801]: audit 2023-12-09T02:12:21.869206+0000 mon.a (mon.0) 1998 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:22.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:22 smithi125 bash[66801]: audit 2023-12-09T02:12:21.870213+0000 mon.a (mon.0) 1999 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:22.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:22 smithi125 bash[66801]: audit 2023-12-09T02:12:21.876115+0000 mon.a (mon.0) 2000 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:22.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:22 smithi125 bash[66801]: audit 2023-12-09T02:12:21.955762+0000 mon.a (mon.0) 2001 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:22.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:22 smithi125 bash[66801]: audit 2023-12-09T02:12:21.958575+0000 mon.a (mon.0) 2002 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:22.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:22 smithi125 bash[66801]: audit 2023-12-09T02:12:21.960777+0000 mon.a (mon.0) 2003 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:22.986 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:22 smithi125 bash[66801]: audit 2023-12-09T02:12:21.961582+0000 mon.a (mon.0) 2004 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:22.986 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:22 smithi125 bash[66801]: audit 2023-12-09T02:12:21.967328+0000 mon.a (mon.0) 2005 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:22.986 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:22 smithi125 bash[66801]: audit 2023-12-09T02:12:22.028553+0000 mon.a (mon.0) 2006 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:22.986 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:22 smithi125 bash[66801]: audit 2023-12-09T02:12:22.031210+0000 mon.a (mon.0) 2007 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:22.986 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:22 smithi125 bash[66801]: audit 2023-12-09T02:12:22.034751+0000 mon.a (mon.0) 2008 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:22.986 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:22 smithi125 bash[66801]: audit 2023-12-09T02:12:22.036060+0000 mon.a (mon.0) 2009 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:22.986 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:22 smithi125 bash[66801]: audit 2023-12-09T02:12:22.046057+0000 mon.a (mon.0) 2010 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:22.986 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:22 smithi125 bash[66801]: audit 2023-12-09T02:12:22.107834+0000 mon.a (mon.0) 2011 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:22.986 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:22 smithi125 bash[66801]: audit 2023-12-09T02:12:22.110351+0000 mon.a (mon.0) 2012 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:22.986 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:22 smithi125 bash[66801]: audit 2023-12-09T02:12:22.113164+0000 mon.a (mon.0) 2013 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:22.986 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:22 smithi125 bash[66801]: audit 2023-12-09T02:12:22.114596+0000 mon.a (mon.0) 2014 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:22.986 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:22 smithi125 bash[66801]: audit 2023-12-09T02:12:22.124600+0000 mon.a (mon.0) 2015 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:22.986 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:22 smithi125 bash[66801]: audit 2023-12-09T02:12:22.192242+0000 mon.a (mon.0) 2016 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:22.986 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:22 smithi125 bash[66801]: audit 2023-12-09T02:12:22.195707+0000 mon.a (mon.0) 2017 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:22.987 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:22 smithi125 bash[66801]: audit 2023-12-09T02:12:22.199068+0000 mon.a (mon.0) 2018 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:22.987 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:22 smithi125 bash[66801]: audit 2023-12-09T02:12:22.199961+0000 mon.a (mon.0) 2019 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:22.987 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:22 smithi125 bash[66801]: audit 2023-12-09T02:12:22.208236+0000 mon.a (mon.0) 2020 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:22.987 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:22 smithi125 bash[66801]: audit 2023-12-09T02:12:22.287473+0000 mon.a (mon.0) 2021 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:22.987 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:22 smithi125 bash[66801]: audit 2023-12-09T02:12:22.289775+0000 mon.a (mon.0) 2022 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:22.987 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:22 smithi125 bash[66801]: audit 2023-12-09T02:12:22.292718+0000 mon.a (mon.0) 2023 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:22.987 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:22 smithi125 bash[66801]: audit 2023-12-09T02:12:22.293904+0000 mon.a (mon.0) 2024 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:22.987 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:22 smithi125 bash[66801]: audit 2023-12-09T02:12:22.304210+0000 mon.a (mon.0) 2025 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:22.987 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:22 smithi125 bash[66801]: audit 2023-12-09T02:12:22.385566+0000 mon.a (mon.0) 2026 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:22.987 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:22 smithi125 bash[66801]: audit 2023-12-09T02:12:22.388155+0000 mon.a (mon.0) 2027 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:22.987 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:22 smithi125 bash[66801]: audit 2023-12-09T02:12:22.390749+0000 mon.a (mon.0) 2028 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:22.987 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:22 smithi125 bash[66801]: audit 2023-12-09T02:12:22.391779+0000 mon.a (mon.0) 2029 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:22.987 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:22 smithi125 bash[66801]: audit 2023-12-09T02:12:22.398191+0000 mon.a (mon.0) 2030 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:22.988 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:22 smithi125 bash[66801]: audit 2023-12-09T02:12:22.480979+0000 mon.a (mon.0) 2031 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:22.988 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:22 smithi125 bash[66801]: audit 2023-12-09T02:12:22.484011+0000 mon.a (mon.0) 2032 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:22.988 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:22 smithi125 bash[66801]: audit 2023-12-09T02:12:22.488376+0000 mon.a (mon.0) 2033 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:22.988 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:22 smithi125 bash[66801]: audit 2023-12-09T02:12:22.489705+0000 mon.a (mon.0) 2034 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:22.988 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:22 smithi125 bash[66801]: audit 2023-12-09T02:12:22.498277+0000 mon.a (mon.0) 2035 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:23.834 INFO:teuthology.orchestra.run.smithi067.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-09T02:12:23.834 INFO:teuthology.orchestra.run.smithi067.stdout:agent.smithi067 smithi067 running 7s ago 18m - - 2023-12-09T02:12:23.834 INFO:teuthology.orchestra.run.smithi067.stdout:agent.smithi125 smithi125 running 4s ago 18m - - 2023-12-09T02:12:23.834 INFO:teuthology.orchestra.run.smithi067.stdout:alertmanager.a smithi067 *:9093,9094 running (4m) 7s ago 11m 16.2M - 0.23.0 ba2b418f427c 6ec817f342b5 2023-12-09T02:12:23.834 INFO:teuthology.orchestra.run.smithi067.stdout:grafana.a smithi125 *:3000 running (3m) 4s ago 11m 43.2M - 8.3.5 dad864ee21e9 40cbacae8259 2023-12-09T02:12:23.834 INFO:teuthology.orchestra.run.smithi067.stdout:iscsi.foo.smithi067.oajywc smithi067 running (3m) 7s ago 9m 46.8M - 3.5 e1d6a67b021e 3e5a20a58ce4 2023-12-09T02:12:23.834 INFO:teuthology.orchestra.run.smithi067.stdout:mgr.x smithi125 *:8443,9283,8765 running (2m) 4s ago 18m 433M - 19.0.0-44-g9dcc13bb f28f2b94f153 d59f2ab74456 2023-12-09T02:12:23.834 INFO:teuthology.orchestra.run.smithi067.stdout:mgr.y smithi067 *:8443,9283,8765 running (3m) 7s ago 20m 501M - 19.0.0-44-g9dcc13bb f28f2b94f153 b0e5c689c1a6 2023-12-09T02:12:23.835 INFO:teuthology.orchestra.run.smithi067.stdout:mon.a smithi067 running (2m) 7s ago 20m 57.2M 2048M 19.0.0-44-g9dcc13bb f28f2b94f153 f5f188bf2880 2023-12-09T02:12:23.835 INFO:teuthology.orchestra.run.smithi067.stdout:mon.b smithi125 running (105s) 4s ago 18m 41.2M 2048M 19.0.0-44-g9dcc13bb f28f2b94f153 baa25853095e 2023-12-09T02:12:23.835 INFO:teuthology.orchestra.run.smithi067.stdout:mon.c smithi067 running (2m) 7s ago 18m 44.5M 2048M 19.0.0-44-g9dcc13bb f28f2b94f153 37f7376908df 2023-12-09T02:12:23.835 INFO:teuthology.orchestra.run.smithi067.stdout:node-exporter.a smithi067 *:9100 running (4m) 7s ago 11m 12.3M - 1.3.1 1dbe0e931976 f40a7a952aae 2023-12-09T02:12:23.835 INFO:teuthology.orchestra.run.smithi067.stdout:node-exporter.b smithi125 *:9100 running (4m) 4s ago 11m 11.7M - 1.3.1 1dbe0e931976 47a93b654521 2023-12-09T02:12:23.835 INFO:teuthology.orchestra.run.smithi067.stdout:osd.0 smithi067 running (41s) 7s ago 17m 47.3M 4096M 19.0.0-44-g9dcc13bb f28f2b94f153 d14cf1a2cd9b 2023-12-09T02:12:23.835 INFO:teuthology.orchestra.run.smithi067.stdout:osd.1 smithi067 starting - - - 4096M 2023-12-09T02:12:23.835 INFO:teuthology.orchestra.run.smithi067.stdout:osd.2 smithi067 running (16m) 7s ago 16m 57.5M 4096M 17.2.0 e1d6a67b021e 4a0ed55ab397 2023-12-09T02:12:23.835 INFO:teuthology.orchestra.run.smithi067.stdout:osd.3 smithi067 running (15m) 7s ago 15m 61.6M 4096M 17.2.0 e1d6a67b021e 200513eb3289 2023-12-09T02:12:23.835 INFO:teuthology.orchestra.run.smithi067.stdout:osd.4 smithi125 running (14m) 4s ago 14m 63.4M 4096M 17.2.0 e1d6a67b021e 03a86e583fa8 2023-12-09T02:12:23.835 INFO:teuthology.orchestra.run.smithi067.stdout:osd.5 smithi125 running (14m) 4s ago 14m 59.1M 4096M 17.2.0 e1d6a67b021e 69bedd006f74 2023-12-09T02:12:23.835 INFO:teuthology.orchestra.run.smithi067.stdout:osd.6 smithi125 running (13m) 4s ago 13m 57.9M 4096M 17.2.0 e1d6a67b021e 30344497f6d2 2023-12-09T02:12:23.835 INFO:teuthology.orchestra.run.smithi067.stdout:osd.7 smithi125 running (13m) 4s ago 13m 61.8M 4096M 17.2.0 e1d6a67b021e 8791b422aafd 2023-12-09T02:12:23.835 INFO:teuthology.orchestra.run.smithi067.stdout:prometheus.a smithi125 *:9095 running (3m) 4s ago 12m 60.4M - 2.33.4 514e6a882f6e c0781044780a 2023-12-09T02:12:23.835 INFO:teuthology.orchestra.run.smithi067.stdout:rgw.foo.smithi067.rqvsfw smithi067 *:8000 running (9m) 7s ago 9m 88.9M - 17.2.0 e1d6a67b021e 72086955a09f 2023-12-09T02:12:23.836 INFO:teuthology.orchestra.run.smithi067.stdout:rgw.foo.smithi125.wanndy smithi125 *:8000 running (9m) 4s ago 9m 88.9M - 17.2.0 e1d6a67b021e 89b35e95d314 2023-12-09T02:12:23.836 INFO:teuthology.orchestra.run.smithi067.stdout:rgw.smpl.smithi067.mukdcu smithi067 *:80 running (9m) 7s ago 9m 88.6M - 17.2.0 e1d6a67b021e b813f19c7bee 2023-12-09T02:12:23.836 INFO:teuthology.orchestra.run.smithi067.stdout:rgw.smpl.smithi125.ngrzpa smithi125 *:80 running (9m) 4s ago 9m 89.5M - 17.2.0 e1d6a67b021e 96b29ebc04e4 2023-12-09T02:12:23.969 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:12:23 smithi067 bash[75618]: ::ffff:172.21.15.125 - - [09/Dec/2023:02:12:23] "GET /metrics HTTP/1.1" 200 38391 "" "Prometheus/2.33.4" 2023-12-09T02:12:23.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:23 smithi067 bash[82083]: cephadm 2023-12-09T02:12:21.778622+0000 mgr.y (mgr.25480) 508 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:23.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:23 smithi067 bash[82083]: cephadm 2023-12-09T02:12:21.876698+0000 mgr.y (mgr.25480) 509 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:23.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:23 smithi067 bash[82083]: cluster 2023-12-09T02:12:21.882129+0000 mgr.y (mgr.25480) 510 : cluster 0 pgmap v88: 161 pgs: 21 active+undersized+degraded, 42 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2023-12-09T02:12:23.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:23 smithi067 bash[82083]: cephadm 2023-12-09T02:12:21.967906+0000 mgr.y (mgr.25480) 511 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:23.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:23 smithi067 bash[82083]: cephadm 2023-12-09T02:12:22.046882+0000 mgr.y (mgr.25480) 512 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:23.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:23 smithi067 bash[82083]: cephadm 2023-12-09T02:12:22.125373+0000 mgr.y (mgr.25480) 513 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:23.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:23 smithi067 bash[82083]: cephadm 2023-12-09T02:12:22.208863+0000 mgr.y (mgr.25480) 514 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:23.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:23 smithi067 bash[82083]: cephadm 2023-12-09T02:12:22.304863+0000 mgr.y (mgr.25480) 515 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:23.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:23 smithi067 bash[82083]: cephadm 2023-12-09T02:12:22.398828+0000 mgr.y (mgr.25480) 516 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:23.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:23 smithi067 bash[82083]: cephadm 2023-12-09T02:12:22.498795+0000 mgr.y (mgr.25480) 517 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:23.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:23 smithi067 bash[82083]: audit 2023-12-09T02:12:22.581265+0000 mon.a (mon.0) 2036 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:23.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:23 smithi067 bash[82083]: audit 2023-12-09T02:12:22.584119+0000 mon.a (mon.0) 2037 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:23.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:23 smithi067 bash[82083]: audit 2023-12-09T02:12:22.587681+0000 mon.a (mon.0) 2038 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:23.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:23 smithi067 bash[82083]: audit 2023-12-09T02:12:22.588829+0000 mon.a (mon.0) 2039 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:23.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:23 smithi067 bash[82083]: audit 2023-12-09T02:12:22.595787+0000 mon.a (mon.0) 2040 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:23.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:23 smithi067 bash[82083]: cephadm 2023-12-09T02:12:22.596441+0000 mgr.y (mgr.25480) 518 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:23.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:23 smithi067 bash[82083]: audit 2023-12-09T02:12:22.677402+0000 mon.a (mon.0) 2041 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:23.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:23 smithi067 bash[82083]: audit 2023-12-09T02:12:22.679324+0000 mon.a (mon.0) 2042 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:23.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:23 smithi067 bash[82083]: audit 2023-12-09T02:12:22.681157+0000 mon.a (mon.0) 2043 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:23.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:23 smithi067 bash[82083]: audit 2023-12-09T02:12:22.681897+0000 mon.a (mon.0) 2044 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:23.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:23 smithi067 bash[79370]: cephadm 2023-12-09T02:12:21.778622+0000 mgr.y (mgr.25480) 508 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:23.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:23 smithi067 bash[79370]: cephadm 2023-12-09T02:12:21.876698+0000 mgr.y (mgr.25480) 509 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:23.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:23 smithi067 bash[79370]: cluster 2023-12-09T02:12:21.882129+0000 mgr.y (mgr.25480) 510 : cluster 0 pgmap v88: 161 pgs: 21 active+undersized+degraded, 42 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2023-12-09T02:12:23.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:23 smithi067 bash[79370]: cephadm 2023-12-09T02:12:21.967906+0000 mgr.y (mgr.25480) 511 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:23.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:23 smithi067 bash[79370]: cephadm 2023-12-09T02:12:22.046882+0000 mgr.y (mgr.25480) 512 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:23.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:23 smithi067 bash[79370]: cephadm 2023-12-09T02:12:22.125373+0000 mgr.y (mgr.25480) 513 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:23.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:23 smithi067 bash[79370]: cephadm 2023-12-09T02:12:22.208863+0000 mgr.y (mgr.25480) 514 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:23.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:23 smithi067 bash[79370]: cephadm 2023-12-09T02:12:22.304863+0000 mgr.y (mgr.25480) 515 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:23.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:23 smithi067 bash[79370]: cephadm 2023-12-09T02:12:22.398828+0000 mgr.y (mgr.25480) 516 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:23.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:23 smithi067 bash[79370]: cephadm 2023-12-09T02:12:22.498795+0000 mgr.y (mgr.25480) 517 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:23.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:23 smithi067 bash[79370]: audit 2023-12-09T02:12:22.581265+0000 mon.a (mon.0) 2036 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:23.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:23 smithi067 bash[79370]: audit 2023-12-09T02:12:22.584119+0000 mon.a (mon.0) 2037 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:23.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:23 smithi067 bash[79370]: audit 2023-12-09T02:12:22.587681+0000 mon.a (mon.0) 2038 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:23.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:23 smithi067 bash[79370]: audit 2023-12-09T02:12:22.588829+0000 mon.a (mon.0) 2039 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:23.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:23 smithi067 bash[79370]: audit 2023-12-09T02:12:22.595787+0000 mon.a (mon.0) 2040 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:23.973 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:23 smithi067 bash[79370]: cephadm 2023-12-09T02:12:22.596441+0000 mgr.y (mgr.25480) 518 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:23.973 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:23 smithi067 bash[79370]: audit 2023-12-09T02:12:22.677402+0000 mon.a (mon.0) 2041 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:23.973 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:23 smithi067 bash[79370]: audit 2023-12-09T02:12:22.679324+0000 mon.a (mon.0) 2042 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:23.973 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:23 smithi067 bash[79370]: audit 2023-12-09T02:12:22.681157+0000 mon.a (mon.0) 2043 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:23.973 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:23 smithi067 bash[79370]: audit 2023-12-09T02:12:22.681897+0000 mon.a (mon.0) 2044 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:23.973 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:23 smithi067 bash[82083]: audit 2023-12-09T02:12:22.688860+0000 mon.a (mon.0) 2045 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:23.973 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:23 smithi067 bash[82083]: cephadm 2023-12-09T02:12:22.689410+0000 mgr.y (mgr.25480) 519 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:23.973 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:23 smithi067 bash[82083]: audit 2023-12-09T02:12:22.772323+0000 mon.a (mon.0) 2046 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:23.973 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:23 smithi067 bash[82083]: audit 2023-12-09T02:12:22.774997+0000 mon.a (mon.0) 2047 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:23.973 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:23 smithi067 bash[82083]: audit 2023-12-09T02:12:22.777210+0000 mon.a (mon.0) 2048 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:23.973 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:23 smithi067 bash[82083]: audit 2023-12-09T02:12:22.779136+0000 mon.a (mon.0) 2049 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:23.974 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:23 smithi067 bash[82083]: audit 2023-12-09T02:12:22.785609+0000 mon.a (mon.0) 2050 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:23.974 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:23 smithi067 bash[82083]: audit 2023-12-09T02:12:22.864772+0000 mon.a (mon.0) 2051 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:23.974 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:23 smithi067 bash[82083]: audit 2023-12-09T02:12:22.867954+0000 mon.a (mon.0) 2052 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:23.974 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:23 smithi067 bash[82083]: audit 2023-12-09T02:12:22.871977+0000 mon.a (mon.0) 2053 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:23.974 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:23 smithi067 bash[82083]: audit 2023-12-09T02:12:22.872936+0000 mon.a (mon.0) 2054 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:23.974 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:23 smithi067 bash[82083]: audit 2023-12-09T02:12:22.883994+0000 mon.a (mon.0) 2055 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:23.974 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:23 smithi067 bash[82083]: audit 2023-12-09T02:12:22.963500+0000 mon.a (mon.0) 2056 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:23.974 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:23 smithi067 bash[82083]: audit 2023-12-09T02:12:22.968565+0000 mon.a (mon.0) 2057 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:23.974 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:23 smithi067 bash[82083]: audit 2023-12-09T02:12:22.972944+0000 mon.a (mon.0) 2058 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:23.974 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:23 smithi067 bash[82083]: audit 2023-12-09T02:12:22.973944+0000 mon.a (mon.0) 2059 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:23.974 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:23 smithi067 bash[82083]: audit 2023-12-09T02:12:22.979189+0000 mon.a (mon.0) 2060 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:23.974 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:23 smithi067 bash[82083]: audit 2023-12-09T02:12:23.060584+0000 mon.a (mon.0) 2061 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:23.974 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:23 smithi067 bash[82083]: audit 2023-12-09T02:12:23.063036+0000 mon.a (mon.0) 2062 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:23.975 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:23 smithi067 bash[82083]: audit 2023-12-09T02:12:23.065539+0000 mon.a (mon.0) 2063 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:23.975 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:23 smithi067 bash[79370]: audit 2023-12-09T02:12:22.688860+0000 mon.a (mon.0) 2045 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:23.975 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:23 smithi067 bash[79370]: cephadm 2023-12-09T02:12:22.689410+0000 mgr.y (mgr.25480) 519 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:23.975 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:23 smithi067 bash[79370]: audit 2023-12-09T02:12:22.772323+0000 mon.a (mon.0) 2046 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:23.975 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:23 smithi067 bash[79370]: audit 2023-12-09T02:12:22.774997+0000 mon.a (mon.0) 2047 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:23.975 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:23 smithi067 bash[79370]: audit 2023-12-09T02:12:22.777210+0000 mon.a (mon.0) 2048 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:23.975 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:23 smithi067 bash[79370]: audit 2023-12-09T02:12:22.779136+0000 mon.a (mon.0) 2049 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:23.975 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:23 smithi067 bash[79370]: audit 2023-12-09T02:12:22.785609+0000 mon.a (mon.0) 2050 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:23.975 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:23 smithi067 bash[79370]: audit 2023-12-09T02:12:22.864772+0000 mon.a (mon.0) 2051 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:23.976 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:23 smithi067 bash[79370]: audit 2023-12-09T02:12:22.867954+0000 mon.a (mon.0) 2052 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:23.976 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:23 smithi067 bash[79370]: audit 2023-12-09T02:12:22.871977+0000 mon.a (mon.0) 2053 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:23.976 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:23 smithi067 bash[79370]: audit 2023-12-09T02:12:22.872936+0000 mon.a (mon.0) 2054 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:23.976 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:23 smithi067 bash[79370]: audit 2023-12-09T02:12:22.883994+0000 mon.a (mon.0) 2055 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:23.976 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:23 smithi067 bash[79370]: audit 2023-12-09T02:12:22.963500+0000 mon.a (mon.0) 2056 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:23.976 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:23 smithi067 bash[79370]: audit 2023-12-09T02:12:22.968565+0000 mon.a (mon.0) 2057 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:23.976 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:23 smithi067 bash[79370]: audit 2023-12-09T02:12:22.972944+0000 mon.a (mon.0) 2058 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:23.976 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:23 smithi067 bash[79370]: audit 2023-12-09T02:12:22.973944+0000 mon.a (mon.0) 2059 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:23.977 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:23 smithi067 bash[79370]: audit 2023-12-09T02:12:22.979189+0000 mon.a (mon.0) 2060 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:23.977 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:23 smithi067 bash[79370]: audit 2023-12-09T02:12:23.060584+0000 mon.a (mon.0) 2061 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:23.977 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:23 smithi067 bash[79370]: audit 2023-12-09T02:12:23.063036+0000 mon.a (mon.0) 2062 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:23.977 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:23 smithi067 bash[79370]: audit 2023-12-09T02:12:23.065539+0000 mon.a (mon.0) 2063 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:23.977 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:23 smithi067 bash[82083]: audit 2023-12-09T02:12:23.066406+0000 mon.a (mon.0) 2064 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:23.978 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:23 smithi067 bash[82083]: audit 2023-12-09T02:12:23.073639+0000 mon.a (mon.0) 2065 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:23.978 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:23 smithi067 bash[82083]: audit 2023-12-09T02:12:23.154320+0000 mon.a (mon.0) 2066 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:23.978 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:23 smithi067 bash[82083]: audit 2023-12-09T02:12:23.157241+0000 mon.a (mon.0) 2067 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:23.978 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:23 smithi067 bash[82083]: audit 2023-12-09T02:12:23.160032+0000 mon.a (mon.0) 2068 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:23.978 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:23 smithi067 bash[82083]: audit 2023-12-09T02:12:23.160963+0000 mon.a (mon.0) 2069 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:23.978 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:23 smithi067 bash[82083]: audit 2023-12-09T02:12:23.168317+0000 mon.a (mon.0) 2070 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:23.978 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:23 smithi067 bash[82083]: audit 2023-12-09T02:12:23.247265+0000 mon.a (mon.0) 2071 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:23.978 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:23 smithi067 bash[82083]: audit 2023-12-09T02:12:23.250478+0000 mon.a (mon.0) 2072 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:23.979 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:23 smithi067 bash[82083]: audit 2023-12-09T02:12:23.254296+0000 mon.a (mon.0) 2073 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:23.979 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:23 smithi067 bash[82083]: audit 2023-12-09T02:12:23.255593+0000 mon.a (mon.0) 2074 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:23.979 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:23 smithi067 bash[82083]: audit 2023-12-09T02:12:23.264220+0000 mon.a (mon.0) 2075 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:23.979 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:23 smithi067 bash[82083]: audit 2023-12-09T02:12:23.343594+0000 mon.a (mon.0) 2076 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:23.979 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:23 smithi067 bash[82083]: audit 2023-12-09T02:12:23.346652+0000 mon.a (mon.0) 2077 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:23.979 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:23 smithi067 bash[82083]: audit 2023-12-09T02:12:23.349801+0000 mon.a (mon.0) 2078 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:23.980 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:23 smithi067 bash[82083]: audit 2023-12-09T02:12:23.351005+0000 mon.a (mon.0) 2079 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:23.980 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:23 smithi067 bash[82083]: audit 2023-12-09T02:12:23.357597+0000 mon.a (mon.0) 2080 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:23.980 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:23 smithi067 bash[82083]: audit 2023-12-09T02:12:23.437595+0000 mon.a (mon.0) 2081 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:23.980 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:23 smithi067 bash[82083]: audit 2023-12-09T02:12:23.441597+0000 mon.a (mon.0) 2082 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:23.980 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:23 smithi067 bash[82083]: audit 2023-12-09T02:12:23.444953+0000 mon.a (mon.0) 2083 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:23.981 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:23 smithi067 bash[79370]: audit 2023-12-09T02:12:23.066406+0000 mon.a (mon.0) 2064 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:23.981 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:23 smithi067 bash[79370]: audit 2023-12-09T02:12:23.073639+0000 mon.a (mon.0) 2065 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:23.981 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:23 smithi067 bash[79370]: audit 2023-12-09T02:12:23.154320+0000 mon.a (mon.0) 2066 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:23.981 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:23 smithi067 bash[79370]: audit 2023-12-09T02:12:23.157241+0000 mon.a (mon.0) 2067 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:23.981 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:23 smithi067 bash[79370]: audit 2023-12-09T02:12:23.160032+0000 mon.a (mon.0) 2068 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:23.981 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:23 smithi067 bash[79370]: audit 2023-12-09T02:12:23.160963+0000 mon.a (mon.0) 2069 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:23.981 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:23 smithi067 bash[79370]: audit 2023-12-09T02:12:23.168317+0000 mon.a (mon.0) 2070 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:23.982 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:23 smithi067 bash[79370]: audit 2023-12-09T02:12:23.247265+0000 mon.a (mon.0) 2071 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:23.982 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:23 smithi067 bash[79370]: audit 2023-12-09T02:12:23.250478+0000 mon.a (mon.0) 2072 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:23.982 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:23 smithi067 bash[79370]: audit 2023-12-09T02:12:23.254296+0000 mon.a (mon.0) 2073 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:23.982 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:23 smithi067 bash[79370]: audit 2023-12-09T02:12:23.255593+0000 mon.a (mon.0) 2074 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:23.982 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:23 smithi067 bash[79370]: audit 2023-12-09T02:12:23.264220+0000 mon.a (mon.0) 2075 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:23.982 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:23 smithi067 bash[79370]: audit 2023-12-09T02:12:23.343594+0000 mon.a (mon.0) 2076 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:23.982 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:23 smithi067 bash[79370]: audit 2023-12-09T02:12:23.346652+0000 mon.a (mon.0) 2077 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:23.983 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:23 smithi067 bash[79370]: audit 2023-12-09T02:12:23.349801+0000 mon.a (mon.0) 2078 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:23.983 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:23 smithi067 bash[79370]: audit 2023-12-09T02:12:23.351005+0000 mon.a (mon.0) 2079 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:23.983 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:23 smithi067 bash[79370]: audit 2023-12-09T02:12:23.357597+0000 mon.a (mon.0) 2080 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:23.983 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:23 smithi067 bash[79370]: audit 2023-12-09T02:12:23.437595+0000 mon.a (mon.0) 2081 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:23.983 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:23 smithi067 bash[79370]: audit 2023-12-09T02:12:23.441597+0000 mon.a (mon.0) 2082 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:23.983 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:23 smithi067 bash[79370]: audit 2023-12-09T02:12:23.444953+0000 mon.a (mon.0) 2083 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:23.984 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:23 smithi067 bash[82083]: audit 2023-12-09T02:12:23.445959+0000 mon.a (mon.0) 2084 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:23.984 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:23 smithi067 bash[82083]: audit 2023-12-09T02:12:23.452647+0000 mon.a (mon.0) 2085 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:23.984 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:23 smithi067 bash[79370]: audit 2023-12-09T02:12:23.445959+0000 mon.a (mon.0) 2084 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:23.984 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:23 smithi067 bash[79370]: audit 2023-12-09T02:12:23.452647+0000 mon.a (mon.0) 2085 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:23.986 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:23 smithi125 bash[66801]: cephadm 2023-12-09T02:12:21.778622+0000 mgr.y (mgr.25480) 508 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:23.986 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:23 smithi125 bash[66801]: cephadm 2023-12-09T02:12:21.876698+0000 mgr.y (mgr.25480) 509 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:23.986 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:23 smithi125 bash[66801]: cluster 2023-12-09T02:12:21.882129+0000 mgr.y (mgr.25480) 510 : cluster 0 pgmap v88: 161 pgs: 21 active+undersized+degraded, 42 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2023-12-09T02:12:23.986 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:23 smithi125 bash[66801]: cephadm 2023-12-09T02:12:21.967906+0000 mgr.y (mgr.25480) 511 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:23.986 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:23 smithi125 bash[66801]: cephadm 2023-12-09T02:12:22.046882+0000 mgr.y (mgr.25480) 512 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:23.986 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:23 smithi125 bash[66801]: cephadm 2023-12-09T02:12:22.125373+0000 mgr.y (mgr.25480) 513 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:23.986 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:23 smithi125 bash[66801]: cephadm 2023-12-09T02:12:22.208863+0000 mgr.y (mgr.25480) 514 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:23.987 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:23 smithi125 bash[66801]: cephadm 2023-12-09T02:12:22.304863+0000 mgr.y (mgr.25480) 515 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:23.987 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:23 smithi125 bash[66801]: cephadm 2023-12-09T02:12:22.398828+0000 mgr.y (mgr.25480) 516 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:23.987 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:23 smithi125 bash[66801]: cephadm 2023-12-09T02:12:22.498795+0000 mgr.y (mgr.25480) 517 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:23.987 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:23 smithi125 bash[66801]: audit 2023-12-09T02:12:22.581265+0000 mon.a (mon.0) 2036 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:23.987 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:23 smithi125 bash[66801]: audit 2023-12-09T02:12:22.584119+0000 mon.a (mon.0) 2037 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:23.987 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:23 smithi125 bash[66801]: audit 2023-12-09T02:12:22.587681+0000 mon.a (mon.0) 2038 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:23.987 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:23 smithi125 bash[66801]: audit 2023-12-09T02:12:22.588829+0000 mon.a (mon.0) 2039 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:23.987 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:23 smithi125 bash[66801]: audit 2023-12-09T02:12:22.595787+0000 mon.a (mon.0) 2040 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:23.987 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:23 smithi125 bash[66801]: cephadm 2023-12-09T02:12:22.596441+0000 mgr.y (mgr.25480) 518 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:23.988 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:23 smithi125 bash[66801]: audit 2023-12-09T02:12:22.677402+0000 mon.a (mon.0) 2041 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:23.988 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:23 smithi125 bash[66801]: audit 2023-12-09T02:12:22.679324+0000 mon.a (mon.0) 2042 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:23.988 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:23 smithi125 bash[66801]: audit 2023-12-09T02:12:22.681157+0000 mon.a (mon.0) 2043 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:23.988 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:23 smithi125 bash[66801]: audit 2023-12-09T02:12:22.681897+0000 mon.a (mon.0) 2044 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:23.988 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:23 smithi125 bash[66801]: audit 2023-12-09T02:12:22.688860+0000 mon.a (mon.0) 2045 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:23.988 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:23 smithi125 bash[66801]: cephadm 2023-12-09T02:12:22.689410+0000 mgr.y (mgr.25480) 519 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:23.989 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:23 smithi125 bash[66801]: audit 2023-12-09T02:12:22.772323+0000 mon.a (mon.0) 2046 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:23.989 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:23 smithi125 bash[66801]: audit 2023-12-09T02:12:22.774997+0000 mon.a (mon.0) 2047 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:23.989 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:23 smithi125 bash[66801]: audit 2023-12-09T02:12:22.777210+0000 mon.a (mon.0) 2048 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:23.989 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:23 smithi125 bash[66801]: audit 2023-12-09T02:12:22.779136+0000 mon.a (mon.0) 2049 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:23.989 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:23 smithi125 bash[66801]: audit 2023-12-09T02:12:22.785609+0000 mon.a (mon.0) 2050 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:23.989 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:23 smithi125 bash[66801]: audit 2023-12-09T02:12:22.864772+0000 mon.a (mon.0) 2051 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:23.989 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:23 smithi125 bash[66801]: audit 2023-12-09T02:12:22.867954+0000 mon.a (mon.0) 2052 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:23.989 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:23 smithi125 bash[66801]: audit 2023-12-09T02:12:22.871977+0000 mon.a (mon.0) 2053 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:23.989 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:23 smithi125 bash[66801]: audit 2023-12-09T02:12:22.872936+0000 mon.a (mon.0) 2054 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:23.989 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:23 smithi125 bash[66801]: audit 2023-12-09T02:12:22.883994+0000 mon.a (mon.0) 2055 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:23.989 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:23 smithi125 bash[66801]: audit 2023-12-09T02:12:22.963500+0000 mon.a (mon.0) 2056 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:23.990 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:23 smithi125 bash[66801]: audit 2023-12-09T02:12:22.968565+0000 mon.a (mon.0) 2057 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:23.990 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:23 smithi125 bash[66801]: audit 2023-12-09T02:12:22.972944+0000 mon.a (mon.0) 2058 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:23.990 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:23 smithi125 bash[66801]: audit 2023-12-09T02:12:22.973944+0000 mon.a (mon.0) 2059 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:23.990 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:23 smithi125 bash[66801]: audit 2023-12-09T02:12:22.979189+0000 mon.a (mon.0) 2060 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:23.990 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:23 smithi125 bash[66801]: audit 2023-12-09T02:12:23.060584+0000 mon.a (mon.0) 2061 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:23.990 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:23 smithi125 bash[66801]: audit 2023-12-09T02:12:23.063036+0000 mon.a (mon.0) 2062 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:23.990 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:23 smithi125 bash[66801]: audit 2023-12-09T02:12:23.065539+0000 mon.a (mon.0) 2063 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:23.990 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:23 smithi125 bash[66801]: audit 2023-12-09T02:12:23.066406+0000 mon.a (mon.0) 2064 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:23.990 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:23 smithi125 bash[66801]: audit 2023-12-09T02:12:23.073639+0000 mon.a (mon.0) 2065 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:23.990 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:23 smithi125 bash[66801]: audit 2023-12-09T02:12:23.154320+0000 mon.a (mon.0) 2066 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:23.990 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:23 smithi125 bash[66801]: audit 2023-12-09T02:12:23.157241+0000 mon.a (mon.0) 2067 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:23.990 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:23 smithi125 bash[66801]: audit 2023-12-09T02:12:23.160032+0000 mon.a (mon.0) 2068 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:23.990 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:23 smithi125 bash[66801]: audit 2023-12-09T02:12:23.160963+0000 mon.a (mon.0) 2069 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:23.990 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:23 smithi125 bash[66801]: audit 2023-12-09T02:12:23.168317+0000 mon.a (mon.0) 2070 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:23.991 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:23 smithi125 bash[66801]: audit 2023-12-09T02:12:23.247265+0000 mon.a (mon.0) 2071 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:23.991 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:23 smithi125 bash[66801]: audit 2023-12-09T02:12:23.250478+0000 mon.a (mon.0) 2072 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:23.991 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:23 smithi125 bash[66801]: audit 2023-12-09T02:12:23.254296+0000 mon.a (mon.0) 2073 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:23.991 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:23 smithi125 bash[66801]: audit 2023-12-09T02:12:23.255593+0000 mon.a (mon.0) 2074 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:23.991 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:23 smithi125 bash[66801]: audit 2023-12-09T02:12:23.264220+0000 mon.a (mon.0) 2075 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:23.991 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:23 smithi125 bash[66801]: audit 2023-12-09T02:12:23.343594+0000 mon.a (mon.0) 2076 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:23.991 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:23 smithi125 bash[66801]: audit 2023-12-09T02:12:23.346652+0000 mon.a (mon.0) 2077 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:23.991 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:23 smithi125 bash[66801]: audit 2023-12-09T02:12:23.349801+0000 mon.a (mon.0) 2078 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:23.991 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:23 smithi125 bash[66801]: audit 2023-12-09T02:12:23.351005+0000 mon.a (mon.0) 2079 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:23.991 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:23 smithi125 bash[66801]: audit 2023-12-09T02:12:23.357597+0000 mon.a (mon.0) 2080 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:23.991 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:23 smithi125 bash[66801]: audit 2023-12-09T02:12:23.437595+0000 mon.a (mon.0) 2081 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:23.991 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:23 smithi125 bash[66801]: audit 2023-12-09T02:12:23.441597+0000 mon.a (mon.0) 2082 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:23.991 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:23 smithi125 bash[66801]: audit 2023-12-09T02:12:23.444953+0000 mon.a (mon.0) 2083 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:23.992 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:23 smithi125 bash[66801]: audit 2023-12-09T02:12:23.445959+0000 mon.a (mon.0) 2084 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:23.992 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:23 smithi125 bash[66801]: audit 2023-12-09T02:12:23.452647+0000 mon.a (mon.0) 2085 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:24.297 INFO:teuthology.orchestra.run.smithi067.stdout:{ 2023-12-09T02:12:24.297 INFO:teuthology.orchestra.run.smithi067.stdout: "mon": { 2023-12-09T02:12:24.297 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 19.0.0-44-g9dcc13bb (9dcc13bb80dcc1cdea72b04d80505b4649a2b882) reef (dev)": 3 2023-12-09T02:12:24.298 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2023-12-09T02:12:24.298 INFO:teuthology.orchestra.run.smithi067.stdout: "mgr": { 2023-12-09T02:12:24.298 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 19.0.0-44-g9dcc13bb (9dcc13bb80dcc1cdea72b04d80505b4649a2b882) reef (dev)": 2 2023-12-09T02:12:24.298 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2023-12-09T02:12:24.298 INFO:teuthology.orchestra.run.smithi067.stdout: "osd": { 2023-12-09T02:12:24.298 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 6, 2023-12-09T02:12:24.298 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 19.0.0-44-g9dcc13bb (9dcc13bb80dcc1cdea72b04d80505b4649a2b882) reef (dev)": 1 2023-12-09T02:12:24.298 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2023-12-09T02:12:24.298 INFO:teuthology.orchestra.run.smithi067.stdout: "rgw": { 2023-12-09T02:12:24.298 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2023-12-09T02:12:24.298 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2023-12-09T02:12:24.298 INFO:teuthology.orchestra.run.smithi067.stdout: "overall": { 2023-12-09T02:12:24.298 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 10, 2023-12-09T02:12:24.298 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 19.0.0-44-g9dcc13bb (9dcc13bb80dcc1cdea72b04d80505b4649a2b882) reef (dev)": 6 2023-12-09T02:12:24.298 INFO:teuthology.orchestra.run.smithi067.stdout: } 2023-12-09T02:12:24.299 INFO:teuthology.orchestra.run.smithi067.stdout:} 2023-12-09T02:12:24.724 INFO:teuthology.orchestra.run.smithi067.stdout:{ 2023-12-09T02:12:24.724 INFO:teuthology.orchestra.run.smithi067.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:9dcc13bb80dcc1cdea72b04d80505b4649a2b882", 2023-12-09T02:12:24.724 INFO:teuthology.orchestra.run.smithi067.stdout: "in_progress": true, 2023-12-09T02:12:24.724 INFO:teuthology.orchestra.run.smithi067.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-09T02:12:24.724 INFO:teuthology.orchestra.run.smithi067.stdout: "services_complete": [ 2023-12-09T02:12:24.724 INFO:teuthology.orchestra.run.smithi067.stdout: "mgr", 2023-12-09T02:12:24.724 INFO:teuthology.orchestra.run.smithi067.stdout: "mon" 2023-12-09T02:12:24.724 INFO:teuthology.orchestra.run.smithi067.stdout: ], 2023-12-09T02:12:24.724 INFO:teuthology.orchestra.run.smithi067.stdout: "progress": "6/23 daemons upgraded", 2023-12-09T02:12:24.725 INFO:teuthology.orchestra.run.smithi067.stdout: "message": "Currently upgrading osd daemons", 2023-12-09T02:12:24.725 INFO:teuthology.orchestra.run.smithi067.stdout: "is_paused": false 2023-12-09T02:12:24.725 INFO:teuthology.orchestra.run.smithi067.stdout:} 2023-12-09T02:12:24.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:24 smithi067 bash[79370]: cephadm 2023-12-09T02:12:22.786244+0000 mgr.y (mgr.25480) 520 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:24.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:24 smithi067 bash[79370]: cephadm 2023-12-09T02:12:22.884596+0000 mgr.y (mgr.25480) 521 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:24.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:24 smithi067 bash[79370]: audit 2023-12-09T02:12:22.943729+0000 mgr.y (mgr.25480) 522 : audit 0 from='client.34284 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:12:24.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:24 smithi067 bash[79370]: cephadm 2023-12-09T02:12:22.979870+0000 mgr.y (mgr.25480) 523 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:24.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:24 smithi067 bash[79370]: cephadm 2023-12-09T02:12:23.074482+0000 mgr.y (mgr.25480) 524 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:24.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:24 smithi067 bash[79370]: cephadm 2023-12-09T02:12:23.168961+0000 mgr.y (mgr.25480) 525 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:24.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:24 smithi067 bash[79370]: cephadm 2023-12-09T02:12:23.264894+0000 mgr.y (mgr.25480) 526 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:24.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:24 smithi067 bash[79370]: cephadm 2023-12-09T02:12:23.358168+0000 mgr.y (mgr.25480) 527 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:24.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:24 smithi067 bash[79370]: audit 2023-12-09T02:12:23.363533+0000 mgr.y (mgr.25480) 528 : audit 0 from='client.44212 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:12:24.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:24 smithi067 bash[79370]: cephadm 2023-12-09T02:12:23.453519+0000 mgr.y (mgr.25480) 529 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:24.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:24 smithi067 bash[79370]: audit 2023-12-09T02:12:23.531789+0000 mon.a (mon.0) 2086 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:24.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:24 smithi067 bash[79370]: audit 2023-12-09T02:12:23.543014+0000 mon.a (mon.0) 2087 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:24.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:24 smithi067 bash[79370]: audit 2023-12-09T02:12:23.545502+0000 mon.a (mon.0) 2088 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:24.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:24 smithi067 bash[79370]: audit 2023-12-09T02:12:23.546344+0000 mon.a (mon.0) 2089 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:24.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:24 smithi067 bash[79370]: audit 2023-12-09T02:12:23.552218+0000 mon.a (mon.0) 2090 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:24.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:24 smithi067 bash[79370]: cephadm 2023-12-09T02:12:23.552790+0000 mgr.y (mgr.25480) 530 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:24.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:24 smithi067 bash[79370]: audit 2023-12-09T02:12:23.632144+0000 mon.a (mon.0) 2091 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:24.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:24 smithi067 bash[79370]: audit 2023-12-09T02:12:23.635173+0000 mon.a (mon.0) 2092 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:24.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:24 smithi067 bash[79370]: audit 2023-12-09T02:12:23.638610+0000 mon.a (mon.0) 2093 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:24.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:24 smithi067 bash[79370]: audit 2023-12-09T02:12:23.639857+0000 mon.a (mon.0) 2094 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:24.972 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:24 smithi067 bash[82083]: cephadm 2023-12-09T02:12:22.786244+0000 mgr.y (mgr.25480) 520 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:24.972 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:24 smithi067 bash[82083]: cephadm 2023-12-09T02:12:22.884596+0000 mgr.y (mgr.25480) 521 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:24.972 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:24 smithi067 bash[82083]: audit 2023-12-09T02:12:22.943729+0000 mgr.y (mgr.25480) 522 : audit 0 from='client.34284 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:12:24.972 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:24 smithi067 bash[82083]: cephadm 2023-12-09T02:12:22.979870+0000 mgr.y (mgr.25480) 523 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:24.972 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:24 smithi067 bash[82083]: cephadm 2023-12-09T02:12:23.074482+0000 mgr.y (mgr.25480) 524 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:24.972 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:24 smithi067 bash[82083]: cephadm 2023-12-09T02:12:23.168961+0000 mgr.y (mgr.25480) 525 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:24.972 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:24 smithi067 bash[82083]: cephadm 2023-12-09T02:12:23.264894+0000 mgr.y (mgr.25480) 526 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:24.972 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:24 smithi067 bash[82083]: cephadm 2023-12-09T02:12:23.358168+0000 mgr.y (mgr.25480) 527 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:24.972 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:24 smithi067 bash[82083]: audit 2023-12-09T02:12:23.363533+0000 mgr.y (mgr.25480) 528 : audit 0 from='client.44212 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:12:24.972 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:24 smithi067 bash[82083]: cephadm 2023-12-09T02:12:23.453519+0000 mgr.y (mgr.25480) 529 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:24.973 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:24 smithi067 bash[82083]: audit 2023-12-09T02:12:23.531789+0000 mon.a (mon.0) 2086 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:24.973 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:24 smithi067 bash[82083]: audit 2023-12-09T02:12:23.543014+0000 mon.a (mon.0) 2087 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:24.973 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:24 smithi067 bash[82083]: audit 2023-12-09T02:12:23.545502+0000 mon.a (mon.0) 2088 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:24.973 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:24 smithi067 bash[82083]: audit 2023-12-09T02:12:23.546344+0000 mon.a (mon.0) 2089 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:24.973 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:24 smithi067 bash[82083]: audit 2023-12-09T02:12:23.552218+0000 mon.a (mon.0) 2090 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:24.973 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:24 smithi067 bash[82083]: cephadm 2023-12-09T02:12:23.552790+0000 mgr.y (mgr.25480) 530 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:24.973 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:24 smithi067 bash[82083]: audit 2023-12-09T02:12:23.632144+0000 mon.a (mon.0) 2091 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:24.973 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:24 smithi067 bash[82083]: audit 2023-12-09T02:12:23.635173+0000 mon.a (mon.0) 2092 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:24.973 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:24 smithi067 bash[82083]: audit 2023-12-09T02:12:23.638610+0000 mon.a (mon.0) 2093 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:24.973 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:24 smithi067 bash[82083]: audit 2023-12-09T02:12:23.639857+0000 mon.a (mon.0) 2094 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:24.973 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:24 smithi067 bash[82083]: audit 2023-12-09T02:12:23.650483+0000 mon.a (mon.0) 2095 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:24.973 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:24 smithi067 bash[82083]: cephadm 2023-12-09T02:12:23.651313+0000 mgr.y (mgr.25480) 531 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:24.973 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:24 smithi067 bash[82083]: audit 2023-12-09T02:12:23.729632+0000 mon.a (mon.0) 2096 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:24.973 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:24 smithi067 bash[82083]: audit 2023-12-09T02:12:23.731721+0000 mon.a (mon.0) 2097 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:24.974 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:24 smithi067 bash[82083]: audit 2023-12-09T02:12:23.734479+0000 mon.a (mon.0) 2098 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:24.974 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:24 smithi067 bash[82083]: audit 2023-12-09T02:12:23.735231+0000 mon.a (mon.0) 2099 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:24.974 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:24 smithi067 bash[82083]: audit 2023-12-09T02:12:23.741190+0000 mon.a (mon.0) 2100 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:24.974 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:24 smithi067 bash[82083]: audit 2023-12-09T02:12:23.806968+0000 mon.a (mon.0) 2101 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:24.974 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:24 smithi067 bash[82083]: audit 2023-12-09T02:12:23.808983+0000 mon.a (mon.0) 2102 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:24.974 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:24 smithi067 bash[82083]: audit 2023-12-09T02:12:23.825599+0000 mon.a (mon.0) 2103 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:24.974 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:24 smithi067 bash[82083]: audit 2023-12-09T02:12:23.834036+0000 mon.a (mon.0) 2104 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:24.974 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:24 smithi067 bash[82083]: audit 2023-12-09T02:12:23.841656+0000 mon.a (mon.0) 2105 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:24.974 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:24 smithi067 bash[82083]: audit 2023-12-09T02:12:23.921191+0000 mon.a (mon.0) 2106 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:24.974 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:24 smithi067 bash[82083]: audit 2023-12-09T02:12:23.923637+0000 mon.a (mon.0) 2107 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:24.974 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:24 smithi067 bash[82083]: audit 2023-12-09T02:12:23.926683+0000 mon.a (mon.0) 2108 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:24.974 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:24 smithi067 bash[82083]: audit 2023-12-09T02:12:23.927850+0000 mon.a (mon.0) 2109 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:24.974 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:24 smithi067 bash[82083]: audit 2023-12-09T02:12:23.936425+0000 mon.a (mon.0) 2110 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:24.974 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:24 smithi067 bash[82083]: audit 2023-12-09T02:12:24.021274+0000 mon.a (mon.0) 2111 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:24.975 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:24 smithi067 bash[82083]: audit 2023-12-09T02:12:24.023602+0000 mon.a (mon.0) 2112 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:24.975 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:24 smithi067 bash[82083]: audit 2023-12-09T02:12:24.025945+0000 mon.a (mon.0) 2113 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:24.975 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:24 smithi067 bash[79370]: audit 2023-12-09T02:12:23.650483+0000 mon.a (mon.0) 2095 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:24.975 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:24 smithi067 bash[79370]: cephadm 2023-12-09T02:12:23.651313+0000 mgr.y (mgr.25480) 531 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:24.975 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:24 smithi067 bash[79370]: audit 2023-12-09T02:12:23.729632+0000 mon.a (mon.0) 2096 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:24.975 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:24 smithi067 bash[79370]: audit 2023-12-09T02:12:23.731721+0000 mon.a (mon.0) 2097 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:24.975 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:24 smithi067 bash[79370]: audit 2023-12-09T02:12:23.734479+0000 mon.a (mon.0) 2098 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:24.975 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:24 smithi067 bash[79370]: audit 2023-12-09T02:12:23.735231+0000 mon.a (mon.0) 2099 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:24.976 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:24 smithi067 bash[79370]: audit 2023-12-09T02:12:23.741190+0000 mon.a (mon.0) 2100 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:24.976 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:24 smithi067 bash[79370]: audit 2023-12-09T02:12:23.806968+0000 mon.a (mon.0) 2101 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:24.976 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:24 smithi067 bash[79370]: audit 2023-12-09T02:12:23.808983+0000 mon.a (mon.0) 2102 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:24.976 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:24 smithi067 bash[79370]: audit 2023-12-09T02:12:23.825599+0000 mon.a (mon.0) 2103 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:24.976 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:24 smithi067 bash[79370]: audit 2023-12-09T02:12:23.834036+0000 mon.a (mon.0) 2104 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:24.976 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:24 smithi067 bash[79370]: audit 2023-12-09T02:12:23.841656+0000 mon.a (mon.0) 2105 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:24.976 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:24 smithi067 bash[79370]: audit 2023-12-09T02:12:23.921191+0000 mon.a (mon.0) 2106 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:24.976 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:24 smithi067 bash[79370]: audit 2023-12-09T02:12:23.923637+0000 mon.a (mon.0) 2107 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:24.976 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:24 smithi067 bash[79370]: audit 2023-12-09T02:12:23.926683+0000 mon.a (mon.0) 2108 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:24.976 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:24 smithi067 bash[79370]: audit 2023-12-09T02:12:23.927850+0000 mon.a (mon.0) 2109 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:24.976 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:24 smithi067 bash[79370]: audit 2023-12-09T02:12:23.936425+0000 mon.a (mon.0) 2110 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:24.976 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:24 smithi067 bash[79370]: audit 2023-12-09T02:12:24.021274+0000 mon.a (mon.0) 2111 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:24.976 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:24 smithi067 bash[79370]: audit 2023-12-09T02:12:24.023602+0000 mon.a (mon.0) 2112 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:24.976 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:24 smithi067 bash[79370]: audit 2023-12-09T02:12:24.025945+0000 mon.a (mon.0) 2113 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:24.977 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:24 smithi067 bash[82083]: audit 2023-12-09T02:12:24.026938+0000 mon.a (mon.0) 2114 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:24.977 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:24 smithi067 bash[82083]: audit 2023-12-09T02:12:24.033142+0000 mon.a (mon.0) 2115 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:24.977 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:24 smithi067 bash[82083]: audit 2023-12-09T02:12:24.111538+0000 mon.a (mon.0) 2116 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:24.977 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:24 smithi067 bash[82083]: audit 2023-12-09T02:12:24.115460+0000 mon.a (mon.0) 2117 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:24.977 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:24 smithi067 bash[82083]: audit 2023-12-09T02:12:24.119248+0000 mon.a (mon.0) 2118 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:24.977 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:24 smithi067 bash[82083]: audit 2023-12-09T02:12:24.120489+0000 mon.a (mon.0) 2119 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:24.977 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:24 smithi067 bash[82083]: audit 2023-12-09T02:12:24.127719+0000 mon.a (mon.0) 2120 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:24.977 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:24 smithi067 bash[82083]: audit 2023-12-09T02:12:24.207112+0000 mon.a (mon.0) 2121 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:24.977 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:24 smithi067 bash[82083]: audit 2023-12-09T02:12:24.209174+0000 mon.a (mon.0) 2122 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:24.977 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:24 smithi067 bash[82083]: audit 2023-12-09T02:12:24.211561+0000 mon.a (mon.0) 2123 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:24.977 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:24 smithi067 bash[82083]: audit 2023-12-09T02:12:24.212290+0000 mon.a (mon.0) 2124 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:24.977 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:24 smithi067 bash[82083]: audit 2023-12-09T02:12:24.218433+0000 mon.a (mon.0) 2125 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:24.978 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:24 smithi067 bash[82083]: audit 2023-12-09T02:12:24.295379+0000 mon.a (mon.0) 2126 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:24.978 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:24 smithi067 bash[82083]: audit 2023-12-09T02:12:24.296987+0000 mon.a (mon.0) 2127 : audit 0 from='client.? 172.21.15.67:0/4253555416' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:24.978 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:24 smithi067 bash[82083]: audit 2023-12-09T02:12:24.299872+0000 mon.a (mon.0) 2128 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:24.978 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:24 smithi067 bash[82083]: audit 2023-12-09T02:12:24.302219+0000 mon.a (mon.0) 2129 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:24.978 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:24 smithi067 bash[82083]: audit 2023-12-09T02:12:24.303194+0000 mon.a (mon.0) 2130 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:24.978 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:24 smithi067 bash[82083]: audit 2023-12-09T02:12:24.309352+0000 mon.a (mon.0) 2131 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:24.978 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:24 smithi067 bash[82083]: audit 2023-12-09T02:12:24.389754+0000 mon.a (mon.0) 2132 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:24.978 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:24 smithi067 bash[82083]: audit 2023-12-09T02:12:24.392311+0000 mon.a (mon.0) 2133 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:24.978 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:24 smithi067 bash[79370]: audit 2023-12-09T02:12:24.026938+0000 mon.a (mon.0) 2114 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:24.978 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:24 smithi067 bash[79370]: audit 2023-12-09T02:12:24.033142+0000 mon.a (mon.0) 2115 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:24.978 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:24 smithi067 bash[79370]: audit 2023-12-09T02:12:24.111538+0000 mon.a (mon.0) 2116 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:24.979 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:24 smithi067 bash[79370]: audit 2023-12-09T02:12:24.115460+0000 mon.a (mon.0) 2117 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:24.979 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:24 smithi067 bash[79370]: audit 2023-12-09T02:12:24.119248+0000 mon.a (mon.0) 2118 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:24.979 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:24 smithi067 bash[79370]: audit 2023-12-09T02:12:24.120489+0000 mon.a (mon.0) 2119 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:24.979 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:24 smithi067 bash[79370]: audit 2023-12-09T02:12:24.127719+0000 mon.a (mon.0) 2120 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:24.979 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:24 smithi067 bash[79370]: audit 2023-12-09T02:12:24.207112+0000 mon.a (mon.0) 2121 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:24.979 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:24 smithi067 bash[79370]: audit 2023-12-09T02:12:24.209174+0000 mon.a (mon.0) 2122 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:24.979 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:24 smithi067 bash[79370]: audit 2023-12-09T02:12:24.211561+0000 mon.a (mon.0) 2123 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:24.979 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:24 smithi067 bash[79370]: audit 2023-12-09T02:12:24.212290+0000 mon.a (mon.0) 2124 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:24.979 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:24 smithi067 bash[79370]: audit 2023-12-09T02:12:24.218433+0000 mon.a (mon.0) 2125 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:24.979 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:24 smithi067 bash[79370]: audit 2023-12-09T02:12:24.295379+0000 mon.a (mon.0) 2126 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:24.979 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:24 smithi067 bash[79370]: audit 2023-12-09T02:12:24.296987+0000 mon.a (mon.0) 2127 : audit 0 from='client.? 172.21.15.67:0/4253555416' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:24.979 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:24 smithi067 bash[79370]: audit 2023-12-09T02:12:24.299872+0000 mon.a (mon.0) 2128 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:24.979 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:24 smithi067 bash[79370]: audit 2023-12-09T02:12:24.302219+0000 mon.a (mon.0) 2129 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:24.979 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:24 smithi067 bash[79370]: audit 2023-12-09T02:12:24.303194+0000 mon.a (mon.0) 2130 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:24.979 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:24 smithi067 bash[79370]: audit 2023-12-09T02:12:24.309352+0000 mon.a (mon.0) 2131 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:24.980 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:24 smithi067 bash[79370]: audit 2023-12-09T02:12:24.389754+0000 mon.a (mon.0) 2132 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:24.980 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:24 smithi067 bash[79370]: audit 2023-12-09T02:12:24.392311+0000 mon.a (mon.0) 2133 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:24.980 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:24 smithi067 bash[82083]: audit 2023-12-09T02:12:24.394515+0000 mon.a (mon.0) 2134 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:24.980 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:24 smithi067 bash[82083]: audit 2023-12-09T02:12:24.395257+0000 mon.a (mon.0) 2135 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:24.980 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:24 smithi067 bash[82083]: audit 2023-12-09T02:12:24.402820+0000 mon.a (mon.0) 2136 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:24.980 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:24 smithi067 bash[82083]: audit 2023-12-09T02:12:24.483646+0000 mon.a (mon.0) 2137 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:24.980 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:24 smithi067 bash[82083]: audit 2023-12-09T02:12:24.486243+0000 mon.a (mon.0) 2138 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:24.980 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:24 smithi067 bash[82083]: audit 2023-12-09T02:12:24.488689+0000 mon.a (mon.0) 2139 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:24.980 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:24 smithi067 bash[82083]: audit 2023-12-09T02:12:24.489603+0000 mon.a (mon.0) 2140 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:24.980 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:24 smithi067 bash[82083]: audit 2023-12-09T02:12:24.497049+0000 mon.a (mon.0) 2141 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:24.981 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:24 smithi067 bash[79370]: audit 2023-12-09T02:12:24.394515+0000 mon.a (mon.0) 2134 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:24.981 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:24 smithi067 bash[79370]: audit 2023-12-09T02:12:24.395257+0000 mon.a (mon.0) 2135 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:24.981 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:24 smithi067 bash[79370]: audit 2023-12-09T02:12:24.402820+0000 mon.a (mon.0) 2136 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:24.981 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:24 smithi067 bash[79370]: audit 2023-12-09T02:12:24.483646+0000 mon.a (mon.0) 2137 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:24.981 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:24 smithi067 bash[79370]: audit 2023-12-09T02:12:24.486243+0000 mon.a (mon.0) 2138 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:24.981 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:24 smithi067 bash[79370]: audit 2023-12-09T02:12:24.488689+0000 mon.a (mon.0) 2139 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:24.981 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:24 smithi067 bash[79370]: audit 2023-12-09T02:12:24.489603+0000 mon.a (mon.0) 2140 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:24.981 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:24 smithi067 bash[79370]: audit 2023-12-09T02:12:24.497049+0000 mon.a (mon.0) 2141 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:24.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:24 smithi125 bash[66801]: cephadm 2023-12-09T02:12:22.786244+0000 mgr.y (mgr.25480) 520 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:24.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:24 smithi125 bash[66801]: cephadm 2023-12-09T02:12:22.884596+0000 mgr.y (mgr.25480) 521 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:24.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:24 smithi125 bash[66801]: audit 2023-12-09T02:12:22.943729+0000 mgr.y (mgr.25480) 522 : audit 0 from='client.34284 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:12:24.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:24 smithi125 bash[66801]: cephadm 2023-12-09T02:12:22.979870+0000 mgr.y (mgr.25480) 523 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:24.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:24 smithi125 bash[66801]: cephadm 2023-12-09T02:12:23.074482+0000 mgr.y (mgr.25480) 524 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:24.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:24 smithi125 bash[66801]: cephadm 2023-12-09T02:12:23.168961+0000 mgr.y (mgr.25480) 525 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:24.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:24 smithi125 bash[66801]: cephadm 2023-12-09T02:12:23.264894+0000 mgr.y (mgr.25480) 526 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:24.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:24 smithi125 bash[66801]: cephadm 2023-12-09T02:12:23.358168+0000 mgr.y (mgr.25480) 527 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:24.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:24 smithi125 bash[66801]: audit 2023-12-09T02:12:23.363533+0000 mgr.y (mgr.25480) 528 : audit 0 from='client.44212 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:12:24.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:24 smithi125 bash[66801]: cephadm 2023-12-09T02:12:23.453519+0000 mgr.y (mgr.25480) 529 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:24.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:24 smithi125 bash[66801]: audit 2023-12-09T02:12:23.531789+0000 mon.a (mon.0) 2086 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:24.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:24 smithi125 bash[66801]: audit 2023-12-09T02:12:23.543014+0000 mon.a (mon.0) 2087 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:24.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:24 smithi125 bash[66801]: audit 2023-12-09T02:12:23.545502+0000 mon.a (mon.0) 2088 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:24.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:24 smithi125 bash[66801]: audit 2023-12-09T02:12:23.546344+0000 mon.a (mon.0) 2089 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:24.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:24 smithi125 bash[66801]: audit 2023-12-09T02:12:23.552218+0000 mon.a (mon.0) 2090 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:24.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:24 smithi125 bash[66801]: cephadm 2023-12-09T02:12:23.552790+0000 mgr.y (mgr.25480) 530 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:24.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:24 smithi125 bash[66801]: audit 2023-12-09T02:12:23.632144+0000 mon.a (mon.0) 2091 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:24.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:24 smithi125 bash[66801]: audit 2023-12-09T02:12:23.635173+0000 mon.a (mon.0) 2092 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:24.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:24 smithi125 bash[66801]: audit 2023-12-09T02:12:23.638610+0000 mon.a (mon.0) 2093 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:24.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:24 smithi125 bash[66801]: audit 2023-12-09T02:12:23.639857+0000 mon.a (mon.0) 2094 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:24.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:24 smithi125 bash[66801]: audit 2023-12-09T02:12:23.650483+0000 mon.a (mon.0) 2095 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:24.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:24 smithi125 bash[66801]: cephadm 2023-12-09T02:12:23.651313+0000 mgr.y (mgr.25480) 531 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:24.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:24 smithi125 bash[66801]: audit 2023-12-09T02:12:23.729632+0000 mon.a (mon.0) 2096 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:24.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:24 smithi125 bash[66801]: audit 2023-12-09T02:12:23.731721+0000 mon.a (mon.0) 2097 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:24.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:24 smithi125 bash[66801]: audit 2023-12-09T02:12:23.734479+0000 mon.a (mon.0) 2098 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:24.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:24 smithi125 bash[66801]: audit 2023-12-09T02:12:23.735231+0000 mon.a (mon.0) 2099 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:24.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:24 smithi125 bash[66801]: audit 2023-12-09T02:12:23.741190+0000 mon.a (mon.0) 2100 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:24.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:24 smithi125 bash[66801]: audit 2023-12-09T02:12:23.806968+0000 mon.a (mon.0) 2101 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:24.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:24 smithi125 bash[66801]: audit 2023-12-09T02:12:23.808983+0000 mon.a (mon.0) 2102 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:24.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:24 smithi125 bash[66801]: audit 2023-12-09T02:12:23.825599+0000 mon.a (mon.0) 2103 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:24.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:24 smithi125 bash[66801]: audit 2023-12-09T02:12:23.834036+0000 mon.a (mon.0) 2104 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:24.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:24 smithi125 bash[66801]: audit 2023-12-09T02:12:23.841656+0000 mon.a (mon.0) 2105 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:24.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:24 smithi125 bash[66801]: audit 2023-12-09T02:12:23.921191+0000 mon.a (mon.0) 2106 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:24.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:24 smithi125 bash[66801]: audit 2023-12-09T02:12:23.923637+0000 mon.a (mon.0) 2107 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:24.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:24 smithi125 bash[66801]: audit 2023-12-09T02:12:23.926683+0000 mon.a (mon.0) 2108 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:24.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:24 smithi125 bash[66801]: audit 2023-12-09T02:12:23.927850+0000 mon.a (mon.0) 2109 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:24.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:24 smithi125 bash[66801]: audit 2023-12-09T02:12:23.936425+0000 mon.a (mon.0) 2110 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:24.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:24 smithi125 bash[66801]: audit 2023-12-09T02:12:24.021274+0000 mon.a (mon.0) 2111 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:24.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:24 smithi125 bash[66801]: audit 2023-12-09T02:12:24.023602+0000 mon.a (mon.0) 2112 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:24.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:24 smithi125 bash[66801]: audit 2023-12-09T02:12:24.025945+0000 mon.a (mon.0) 2113 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:24.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:24 smithi125 bash[66801]: audit 2023-12-09T02:12:24.026938+0000 mon.a (mon.0) 2114 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:24.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:24 smithi125 bash[66801]: audit 2023-12-09T02:12:24.033142+0000 mon.a (mon.0) 2115 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:24.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:24 smithi125 bash[66801]: audit 2023-12-09T02:12:24.111538+0000 mon.a (mon.0) 2116 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:24.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:24 smithi125 bash[66801]: audit 2023-12-09T02:12:24.115460+0000 mon.a (mon.0) 2117 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:24.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:24 smithi125 bash[66801]: audit 2023-12-09T02:12:24.119248+0000 mon.a (mon.0) 2118 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:24.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:24 smithi125 bash[66801]: audit 2023-12-09T02:12:24.120489+0000 mon.a (mon.0) 2119 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:24.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:24 smithi125 bash[66801]: audit 2023-12-09T02:12:24.127719+0000 mon.a (mon.0) 2120 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:24.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:24 smithi125 bash[66801]: audit 2023-12-09T02:12:24.207112+0000 mon.a (mon.0) 2121 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:24.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:24 smithi125 bash[66801]: audit 2023-12-09T02:12:24.209174+0000 mon.a (mon.0) 2122 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:24.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:24 smithi125 bash[66801]: audit 2023-12-09T02:12:24.211561+0000 mon.a (mon.0) 2123 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:24.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:24 smithi125 bash[66801]: audit 2023-12-09T02:12:24.212290+0000 mon.a (mon.0) 2124 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:24.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:24 smithi125 bash[66801]: audit 2023-12-09T02:12:24.218433+0000 mon.a (mon.0) 2125 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:24.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:24 smithi125 bash[66801]: audit 2023-12-09T02:12:24.295379+0000 mon.a (mon.0) 2126 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:24.986 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:24 smithi125 bash[66801]: audit 2023-12-09T02:12:24.296987+0000 mon.a (mon.0) 2127 : audit 0 from='client.? 172.21.15.67:0/4253555416' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:24.986 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:24 smithi125 bash[66801]: audit 2023-12-09T02:12:24.299872+0000 mon.a (mon.0) 2128 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:24.986 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:24 smithi125 bash[66801]: audit 2023-12-09T02:12:24.302219+0000 mon.a (mon.0) 2129 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:24.986 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:24 smithi125 bash[66801]: audit 2023-12-09T02:12:24.303194+0000 mon.a (mon.0) 2130 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:24.986 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:24 smithi125 bash[66801]: audit 2023-12-09T02:12:24.309352+0000 mon.a (mon.0) 2131 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:24.986 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:24 smithi125 bash[66801]: audit 2023-12-09T02:12:24.389754+0000 mon.a (mon.0) 2132 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:24.986 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:24 smithi125 bash[66801]: audit 2023-12-09T02:12:24.392311+0000 mon.a (mon.0) 2133 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:24.986 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:24 smithi125 bash[66801]: audit 2023-12-09T02:12:24.394515+0000 mon.a (mon.0) 2134 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:24.986 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:24 smithi125 bash[66801]: audit 2023-12-09T02:12:24.395257+0000 mon.a (mon.0) 2135 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:24.986 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:24 smithi125 bash[66801]: audit 2023-12-09T02:12:24.402820+0000 mon.a (mon.0) 2136 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:24.986 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:24 smithi125 bash[66801]: audit 2023-12-09T02:12:24.483646+0000 mon.a (mon.0) 2137 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:24.986 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:24 smithi125 bash[66801]: audit 2023-12-09T02:12:24.486243+0000 mon.a (mon.0) 2138 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:24.986 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:24 smithi125 bash[66801]: audit 2023-12-09T02:12:24.488689+0000 mon.a (mon.0) 2139 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:24.986 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:24 smithi125 bash[66801]: audit 2023-12-09T02:12:24.489603+0000 mon.a (mon.0) 2140 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:24.986 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:24 smithi125 bash[66801]: audit 2023-12-09T02:12:24.497049+0000 mon.a (mon.0) 2141 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:25.195 INFO:teuthology.orchestra.run.smithi067.stdout:HEALTH_WARN 1 osds down; Degraded data redundancy: 103/726 objects degraded (14.187%), 21 pgs degraded 2023-12-09T02:12:25.196 INFO:teuthology.orchestra.run.smithi067.stdout:[WRN] OSD_DOWN: 1 osds down 2023-12-09T02:12:25.196 INFO:teuthology.orchestra.run.smithi067.stdout: osd.1 (root=default,host=smithi067) is down 2023-12-09T02:12:25.196 INFO:teuthology.orchestra.run.smithi067.stdout:[WRN] PG_DEGRADED: Degraded data redundancy: 103/726 objects degraded (14.187%), 21 pgs degraded 2023-12-09T02:12:25.196 INFO:teuthology.orchestra.run.smithi067.stdout: pg 2.0 is active+undersized+degraded, acting [7,0] 2023-12-09T02:12:25.196 INFO:teuthology.orchestra.run.smithi067.stdout: pg 2.9 is active+undersized+degraded, acting [7,3] 2023-12-09T02:12:25.196 INFO:teuthology.orchestra.run.smithi067.stdout: pg 2.a is active+undersized+degraded, acting [3,7] 2023-12-09T02:12:25.196 INFO:teuthology.orchestra.run.smithi067.stdout: pg 3.0 is active+undersized+degraded, acting [2,6] 2023-12-09T02:12:25.196 INFO:teuthology.orchestra.run.smithi067.stdout: pg 3.4 is active+undersized+degraded, acting [2,5] 2023-12-09T02:12:25.196 INFO:teuthology.orchestra.run.smithi067.stdout: pg 3.6 is active+undersized+degraded, acting [0,4] 2023-12-09T02:12:25.196 INFO:teuthology.orchestra.run.smithi067.stdout: pg 3.8 is active+undersized+degraded, acting [3,7] 2023-12-09T02:12:25.196 INFO:teuthology.orchestra.run.smithi067.stdout: pg 3.a is active+undersized+degraded, acting [6,4] 2023-12-09T02:12:25.196 INFO:teuthology.orchestra.run.smithi067.stdout: pg 3.e is active+undersized+degraded, acting [7,4] 2023-12-09T02:12:25.196 INFO:teuthology.orchestra.run.smithi067.stdout: pg 3.16 is active+undersized+degraded, acting [5,7] 2023-12-09T02:12:25.196 INFO:teuthology.orchestra.run.smithi067.stdout: pg 3.18 is active+undersized+degraded, acting [3,0] 2023-12-09T02:12:25.196 INFO:teuthology.orchestra.run.smithi067.stdout: pg 3.19 is active+undersized+degraded, acting [3,4] 2023-12-09T02:12:25.196 INFO:teuthology.orchestra.run.smithi067.stdout: pg 3.1a is active+undersized+degraded, acting [4,2] 2023-12-09T02:12:25.197 INFO:teuthology.orchestra.run.smithi067.stdout: pg 3.1c is active+undersized+degraded, acting [5,4] 2023-12-09T02:12:25.197 INFO:teuthology.orchestra.run.smithi067.stdout: pg 4.9 is active+undersized+degraded, acting [4,3] 2023-12-09T02:12:25.197 INFO:teuthology.orchestra.run.smithi067.stdout: pg 4.d is active+undersized+degraded, acting [4,2] 2023-12-09T02:12:25.197 INFO:teuthology.orchestra.run.smithi067.stdout: pg 4.e is active+undersized+degraded, acting [4,6] 2023-12-09T02:12:25.197 INFO:teuthology.orchestra.run.smithi067.stdout: pg 4.14 is active+undersized+degraded, acting [3,7] 2023-12-09T02:12:25.197 INFO:teuthology.orchestra.run.smithi067.stdout: pg 4.1f is active+undersized+degraded, acting [6,5] 2023-12-09T02:12:25.197 INFO:teuthology.orchestra.run.smithi067.stdout: pg 5.1d is active+undersized+degraded, acting [4,0] 2023-12-09T02:12:25.197 INFO:teuthology.orchestra.run.smithi067.stdout: pg 6.1a is active+undersized+degraded, acting [4,5] 2023-12-09T02:12:25.925 INFO:journalctl@ceph.osd.1.smithi067.stdout:Dec 09 02:12:25 smithi067 bash[90035]: debug 2023-12-09T02:12:25.750+0000 7f8eb8ed4700 1 -- 172.21.15.67:0/1284176923 <== mon.0 v2:172.21.15.67:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x564c925b51e0 con 0x564c9263a800 2023-12-09T02:12:25.926 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:25 smithi067 bash[79370]: cephadm 2023-12-09T02:12:23.744407+0000 mgr.y (mgr.25480) 532 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:25.926 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:25 smithi067 bash[79370]: audit 2023-12-09T02:12:23.808188+0000 mgr.y (mgr.25480) 533 : audit 0 from='client.34296 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:12:25.926 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:25 smithi067 bash[79370]: cephadm 2023-12-09T02:12:23.842360+0000 mgr.y (mgr.25480) 534 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:25.926 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:25 smithi067 bash[79370]: cluster 2023-12-09T02:12:23.882955+0000 mgr.y (mgr.25480) 535 : cluster 0 pgmap v89: 161 pgs: 21 active+undersized+degraded, 42 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2023-12-09T02:12:25.926 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:25 smithi067 bash[79370]: cephadm 2023-12-09T02:12:23.937234+0000 mgr.y (mgr.25480) 536 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:25.926 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:25 smithi067 bash[79370]: cephadm 2023-12-09T02:12:24.034108+0000 mgr.y (mgr.25480) 537 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:25.926 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:25 smithi067 bash[79370]: cephadm 2023-12-09T02:12:24.128228+0000 mgr.y (mgr.25480) 538 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:25.926 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:25 smithi067 bash[79370]: cephadm 2023-12-09T02:12:24.218870+0000 mgr.y (mgr.25480) 539 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:25.926 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:25 smithi067 bash[79370]: cephadm 2023-12-09T02:12:24.309991+0000 mgr.y (mgr.25480) 540 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:25.927 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:25 smithi067 bash[79370]: cephadm 2023-12-09T02:12:24.403442+0000 mgr.y (mgr.25480) 541 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:25.927 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:25 smithi067 bash[79370]: cephadm 2023-12-09T02:12:24.497545+0000 mgr.y (mgr.25480) 542 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:25.927 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:25 smithi067 bash[79370]: audit 2023-12-09T02:12:24.576794+0000 mon.a (mon.0) 2142 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:25.927 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:25 smithi067 bash[79370]: audit 2023-12-09T02:12:24.580374+0000 mon.a (mon.0) 2143 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:25.927 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:25 smithi067 bash[79370]: audit 2023-12-09T02:12:24.582929+0000 mon.a (mon.0) 2144 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:25.927 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:25 smithi067 bash[79370]: audit 2023-12-09T02:12:24.583875+0000 mon.a (mon.0) 2145 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:25.927 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:25 smithi067 bash[79370]: audit 2023-12-09T02:12:24.590860+0000 mon.a (mon.0) 2146 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:25.927 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:25 smithi067 bash[79370]: cephadm 2023-12-09T02:12:24.591541+0000 mgr.y (mgr.25480) 543 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:25.927 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:25 smithi067 bash[79370]: audit 2023-12-09T02:12:24.668608+0000 mon.a (mon.0) 2147 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:25.927 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:25 smithi067 bash[79370]: audit 2023-12-09T02:12:24.671420+0000 mon.a (mon.0) 2148 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:25.927 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:25 smithi067 bash[79370]: audit 2023-12-09T02:12:24.673813+0000 mon.a (mon.0) 2149 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:25.927 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:25 smithi067 bash[79370]: audit 2023-12-09T02:12:24.675163+0000 mon.a (mon.0) 2150 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:25.927 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:25 smithi067 bash[79370]: audit 2023-12-09T02:12:24.684350+0000 mon.a (mon.0) 2151 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:25.927 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:25 smithi067 bash[79370]: cephadm 2023-12-09T02:12:24.685212+0000 mgr.y (mgr.25480) 544 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:25.928 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:25 smithi067 bash[79370]: audit 2023-12-09T02:12:24.749661+0000 mon.a (mon.0) 2152 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:25.928 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:25 smithi067 bash[79370]: audit 2023-12-09T02:12:24.752013+0000 mon.a (mon.0) 2153 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:25.928 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:25 smithi067 bash[79370]: audit 2023-12-09T02:12:24.754190+0000 mon.a (mon.0) 2154 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:25.928 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:25 smithi067 bash[79370]: audit 2023-12-09T02:12:24.754995+0000 mon.a (mon.0) 2155 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:25.928 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:25 smithi067 bash[79370]: audit 2023-12-09T02:12:24.763180+0000 mon.a (mon.0) 2156 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:25.928 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:25 smithi067 bash[79370]: audit 2023-12-09T02:12:24.827500+0000 mon.a (mon.0) 2157 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:25.928 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:25 smithi067 bash[79370]: audit 2023-12-09T02:12:24.830406+0000 mon.a (mon.0) 2158 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:25.928 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:25 smithi067 bash[79370]: audit 2023-12-09T02:12:24.832756+0000 mon.a (mon.0) 2159 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:25.928 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:25 smithi067 bash[79370]: audit 2023-12-09T02:12:24.833749+0000 mon.a (mon.0) 2160 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:25.928 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:25 smithi067 bash[79370]: audit 2023-12-09T02:12:24.842108+0000 mon.a (mon.0) 2161 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:25.928 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:25 smithi067 bash[79370]: audit 2023-12-09T02:12:24.921637+0000 mon.a (mon.0) 2162 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:25.928 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:25 smithi067 bash[79370]: audit 2023-12-09T02:12:24.923654+0000 mon.a (mon.0) 2163 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:25.928 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:25 smithi067 bash[79370]: audit 2023-12-09T02:12:24.926508+0000 mon.a (mon.0) 2164 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:25.928 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:25 smithi067 bash[79370]: audit 2023-12-09T02:12:24.927405+0000 mon.a (mon.0) 2165 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:25.928 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:25 smithi067 bash[79370]: audit 2023-12-09T02:12:24.937655+0000 mon.a (mon.0) 2166 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:25.928 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:25 smithi067 bash[79370]: audit 2023-12-09T02:12:25.021161+0000 mon.a (mon.0) 2167 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:25.929 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:25 smithi067 bash[79370]: audit 2023-12-09T02:12:25.024142+0000 mon.a (mon.0) 2168 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:25.929 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:25 smithi067 bash[82083]: cephadm 2023-12-09T02:12:23.744407+0000 mgr.y (mgr.25480) 532 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:25.929 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:25 smithi067 bash[82083]: audit 2023-12-09T02:12:23.808188+0000 mgr.y (mgr.25480) 533 : audit 0 from='client.34296 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:12:25.929 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:25 smithi067 bash[82083]: cephadm 2023-12-09T02:12:23.842360+0000 mgr.y (mgr.25480) 534 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:25.929 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:25 smithi067 bash[82083]: cluster 2023-12-09T02:12:23.882955+0000 mgr.y (mgr.25480) 535 : cluster 0 pgmap v89: 161 pgs: 21 active+undersized+degraded, 42 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2023-12-09T02:12:25.929 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:25 smithi067 bash[82083]: cephadm 2023-12-09T02:12:23.937234+0000 mgr.y (mgr.25480) 536 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:25.929 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:25 smithi067 bash[82083]: cephadm 2023-12-09T02:12:24.034108+0000 mgr.y (mgr.25480) 537 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:25.929 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:25 smithi067 bash[82083]: cephadm 2023-12-09T02:12:24.128228+0000 mgr.y (mgr.25480) 538 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:25.929 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:25 smithi067 bash[82083]: cephadm 2023-12-09T02:12:24.218870+0000 mgr.y (mgr.25480) 539 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:25.929 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:25 smithi067 bash[82083]: cephadm 2023-12-09T02:12:24.309991+0000 mgr.y (mgr.25480) 540 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:25.930 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:25 smithi067 bash[82083]: cephadm 2023-12-09T02:12:24.403442+0000 mgr.y (mgr.25480) 541 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:25.930 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:25 smithi067 bash[82083]: cephadm 2023-12-09T02:12:24.497545+0000 mgr.y (mgr.25480) 542 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:25.930 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:25 smithi067 bash[82083]: audit 2023-12-09T02:12:24.576794+0000 mon.a (mon.0) 2142 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:25.930 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:25 smithi067 bash[82083]: audit 2023-12-09T02:12:24.580374+0000 mon.a (mon.0) 2143 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:25.930 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:25 smithi067 bash[82083]: audit 2023-12-09T02:12:24.582929+0000 mon.a (mon.0) 2144 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:25.930 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:25 smithi067 bash[82083]: audit 2023-12-09T02:12:24.583875+0000 mon.a (mon.0) 2145 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:25.930 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:25 smithi067 bash[82083]: audit 2023-12-09T02:12:24.590860+0000 mon.a (mon.0) 2146 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:25.930 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:25 smithi067 bash[82083]: cephadm 2023-12-09T02:12:24.591541+0000 mgr.y (mgr.25480) 543 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:25.930 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:25 smithi067 bash[82083]: audit 2023-12-09T02:12:24.668608+0000 mon.a (mon.0) 2147 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:25.930 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:25 smithi067 bash[82083]: audit 2023-12-09T02:12:24.671420+0000 mon.a (mon.0) 2148 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:25.930 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:25 smithi067 bash[82083]: audit 2023-12-09T02:12:24.673813+0000 mon.a (mon.0) 2149 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:25.931 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:25 smithi067 bash[79370]: audit 2023-12-09T02:12:25.026425+0000 mon.a (mon.0) 2169 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:25.931 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:25 smithi067 bash[79370]: audit 2023-12-09T02:12:25.027119+0000 mon.a (mon.0) 2170 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:25.931 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:25 smithi067 bash[79370]: audit 2023-12-09T02:12:25.034420+0000 mon.a (mon.0) 2171 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:25.931 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:25 smithi067 bash[79370]: audit 2023-12-09T02:12:25.095443+0000 mon.a (mon.0) 2172 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:25.931 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:25 smithi067 bash[79370]: audit 2023-12-09T02:12:25.098324+0000 mon.a (mon.0) 2173 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:25.931 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:25 smithi067 bash[79370]: audit 2023-12-09T02:12:25.101620+0000 mon.a (mon.0) 2174 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:25.931 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:25 smithi067 bash[79370]: audit 2023-12-09T02:12:25.102751+0000 mon.a (mon.0) 2175 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:25.931 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:25 smithi067 bash[79370]: audit 2023-12-09T02:12:25.112795+0000 mon.a (mon.0) 2176 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:25.931 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:25 smithi067 bash[79370]: audit 2023-12-09T02:12:25.194101+0000 mon.a (mon.0) 2177 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:25.931 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:25 smithi067 bash[79370]: audit 2023-12-09T02:12:25.195081+0000 mon.a (mon.0) 2178 : audit 0 from='client.? 172.21.15.67:0/3406451311' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-09T02:12:25.931 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:25 smithi067 bash[79370]: audit 2023-12-09T02:12:25.198575+0000 mon.a (mon.0) 2179 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:25.932 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:25 smithi067 bash[79370]: audit 2023-12-09T02:12:25.201829+0000 mon.a (mon.0) 2180 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:25.932 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:25 smithi067 bash[79370]: audit 2023-12-09T02:12:25.202778+0000 mon.a (mon.0) 2181 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:25.932 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:25 smithi067 bash[79370]: audit 2023-12-09T02:12:25.210655+0000 mon.a (mon.0) 2182 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:25.932 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:25 smithi067 bash[79370]: audit 2023-12-09T02:12:25.291235+0000 mon.a (mon.0) 2183 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:25.932 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:25 smithi067 bash[79370]: audit 2023-12-09T02:12:25.294028+0000 mon.a (mon.0) 2184 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:25.932 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:25 smithi067 bash[79370]: audit 2023-12-09T02:12:25.297037+0000 mon.a (mon.0) 2185 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:25.932 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:25 smithi067 bash[79370]: audit 2023-12-09T02:12:25.298246+0000 mon.a (mon.0) 2186 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:25.932 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:25 smithi067 bash[79370]: audit 2023-12-09T02:12:25.305500+0000 mon.a (mon.0) 2187 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:25.932 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:25 smithi067 bash[79370]: audit 2023-12-09T02:12:25.391309+0000 mon.a (mon.0) 2188 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:25.932 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:25 smithi067 bash[79370]: audit 2023-12-09T02:12:25.394598+0000 mon.a (mon.0) 2189 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:25.932 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:25 smithi067 bash[79370]: audit 2023-12-09T02:12:25.397679+0000 mon.a (mon.0) 2190 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:25.932 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:25 smithi067 bash[79370]: audit 2023-12-09T02:12:25.398657+0000 mon.a (mon.0) 2191 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:25.932 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:25 smithi067 bash[79370]: audit 2023-12-09T02:12:25.407650+0000 mon.a (mon.0) 2192 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:25.932 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:25 smithi067 bash[79370]: audit 2023-12-09T02:12:25.486355+0000 mon.a (mon.0) 2193 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:25.932 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:25 smithi067 bash[79370]: audit 2023-12-09T02:12:25.488838+0000 mon.a (mon.0) 2194 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:25.932 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:25 smithi067 bash[79370]: audit 2023-12-09T02:12:25.493552+0000 mon.a (mon.0) 2195 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:25.933 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:25 smithi067 bash[79370]: audit 2023-12-09T02:12:25.494505+0000 mon.a (mon.0) 2196 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:25.933 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:25 smithi067 bash[79370]: audit 2023-12-09T02:12:25.504160+0000 mon.a (mon.0) 2197 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:25.933 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:25 smithi067 bash[82083]: audit 2023-12-09T02:12:24.675163+0000 mon.a (mon.0) 2150 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:25.933 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:25 smithi067 bash[82083]: audit 2023-12-09T02:12:24.684350+0000 mon.a (mon.0) 2151 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:25.933 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:25 smithi067 bash[82083]: cephadm 2023-12-09T02:12:24.685212+0000 mgr.y (mgr.25480) 544 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:25.933 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:25 smithi067 bash[82083]: audit 2023-12-09T02:12:24.749661+0000 mon.a (mon.0) 2152 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:25.933 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:25 smithi067 bash[82083]: audit 2023-12-09T02:12:24.752013+0000 mon.a (mon.0) 2153 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:25.933 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:25 smithi067 bash[82083]: audit 2023-12-09T02:12:24.754190+0000 mon.a (mon.0) 2154 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:25.933 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:25 smithi067 bash[82083]: audit 2023-12-09T02:12:24.754995+0000 mon.a (mon.0) 2155 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:25.934 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:25 smithi067 bash[82083]: audit 2023-12-09T02:12:24.763180+0000 mon.a (mon.0) 2156 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:25.934 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:25 smithi067 bash[82083]: audit 2023-12-09T02:12:24.827500+0000 mon.a (mon.0) 2157 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:25.934 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:25 smithi067 bash[82083]: audit 2023-12-09T02:12:24.830406+0000 mon.a (mon.0) 2158 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:25.934 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:25 smithi067 bash[82083]: audit 2023-12-09T02:12:24.832756+0000 mon.a (mon.0) 2159 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:25.934 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:25 smithi067 bash[82083]: audit 2023-12-09T02:12:24.833749+0000 mon.a (mon.0) 2160 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:25.934 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:25 smithi067 bash[82083]: audit 2023-12-09T02:12:24.842108+0000 mon.a (mon.0) 2161 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:25.934 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:25 smithi067 bash[82083]: audit 2023-12-09T02:12:24.921637+0000 mon.a (mon.0) 2162 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:25.934 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:25 smithi067 bash[82083]: audit 2023-12-09T02:12:24.923654+0000 mon.a (mon.0) 2163 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:25.934 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:25 smithi067 bash[82083]: audit 2023-12-09T02:12:24.926508+0000 mon.a (mon.0) 2164 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:25.934 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:25 smithi067 bash[82083]: audit 2023-12-09T02:12:24.927405+0000 mon.a (mon.0) 2165 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:25.934 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:25 smithi067 bash[82083]: audit 2023-12-09T02:12:24.937655+0000 mon.a (mon.0) 2166 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:25.934 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:25 smithi067 bash[82083]: audit 2023-12-09T02:12:25.021161+0000 mon.a (mon.0) 2167 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:25.934 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:25 smithi067 bash[82083]: audit 2023-12-09T02:12:25.024142+0000 mon.a (mon.0) 2168 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:25.934 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:25 smithi067 bash[82083]: audit 2023-12-09T02:12:25.026425+0000 mon.a (mon.0) 2169 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:25.934 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:25 smithi067 bash[82083]: audit 2023-12-09T02:12:25.027119+0000 mon.a (mon.0) 2170 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:25.935 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:25 smithi067 bash[82083]: audit 2023-12-09T02:12:25.034420+0000 mon.a (mon.0) 2171 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:25.935 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:25 smithi067 bash[82083]: audit 2023-12-09T02:12:25.095443+0000 mon.a (mon.0) 2172 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:25.935 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:25 smithi067 bash[82083]: audit 2023-12-09T02:12:25.098324+0000 mon.a (mon.0) 2173 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:25.935 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:25 smithi067 bash[82083]: audit 2023-12-09T02:12:25.101620+0000 mon.a (mon.0) 2174 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:25.935 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:25 smithi067 bash[82083]: audit 2023-12-09T02:12:25.102751+0000 mon.a (mon.0) 2175 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:25.935 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:25 smithi067 bash[82083]: audit 2023-12-09T02:12:25.112795+0000 mon.a (mon.0) 2176 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:25.935 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:25 smithi067 bash[82083]: audit 2023-12-09T02:12:25.194101+0000 mon.a (mon.0) 2177 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:25.935 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:25 smithi067 bash[82083]: audit 2023-12-09T02:12:25.195081+0000 mon.a (mon.0) 2178 : audit 0 from='client.? 172.21.15.67:0/3406451311' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-09T02:12:25.935 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:25 smithi067 bash[82083]: audit 2023-12-09T02:12:25.198575+0000 mon.a (mon.0) 2179 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:25.935 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:25 smithi067 bash[82083]: audit 2023-12-09T02:12:25.201829+0000 mon.a (mon.0) 2180 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:25.935 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:25 smithi067 bash[82083]: audit 2023-12-09T02:12:25.202778+0000 mon.a (mon.0) 2181 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:25.935 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:25 smithi067 bash[82083]: audit 2023-12-09T02:12:25.210655+0000 mon.a (mon.0) 2182 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:25.935 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:25 smithi067 bash[82083]: audit 2023-12-09T02:12:25.291235+0000 mon.a (mon.0) 2183 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:25.935 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:25 smithi067 bash[82083]: audit 2023-12-09T02:12:25.294028+0000 mon.a (mon.0) 2184 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:25.935 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:25 smithi067 bash[82083]: audit 2023-12-09T02:12:25.297037+0000 mon.a (mon.0) 2185 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:25.935 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:25 smithi067 bash[82083]: audit 2023-12-09T02:12:25.298246+0000 mon.a (mon.0) 2186 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:25.936 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:25 smithi067 bash[82083]: audit 2023-12-09T02:12:25.305500+0000 mon.a (mon.0) 2187 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:25.936 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:25 smithi067 bash[82083]: audit 2023-12-09T02:12:25.391309+0000 mon.a (mon.0) 2188 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:25.936 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:25 smithi067 bash[82083]: audit 2023-12-09T02:12:25.394598+0000 mon.a (mon.0) 2189 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:25.936 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:25 smithi067 bash[82083]: audit 2023-12-09T02:12:25.397679+0000 mon.a (mon.0) 2190 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:25.936 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:25 smithi067 bash[82083]: audit 2023-12-09T02:12:25.398657+0000 mon.a (mon.0) 2191 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:25.936 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:25 smithi067 bash[82083]: audit 2023-12-09T02:12:25.407650+0000 mon.a (mon.0) 2192 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:25.936 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:25 smithi067 bash[82083]: audit 2023-12-09T02:12:25.486355+0000 mon.a (mon.0) 2193 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:25.936 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:25 smithi067 bash[82083]: audit 2023-12-09T02:12:25.488838+0000 mon.a (mon.0) 2194 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:25.936 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:25 smithi067 bash[82083]: audit 2023-12-09T02:12:25.493552+0000 mon.a (mon.0) 2195 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:25.936 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:25 smithi067 bash[82083]: audit 2023-12-09T02:12:25.494505+0000 mon.a (mon.0) 2196 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:25.936 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:25 smithi067 bash[82083]: audit 2023-12-09T02:12:25.504160+0000 mon.a (mon.0) 2197 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:25.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:25 smithi125 bash[66801]: cephadm 2023-12-09T02:12:23.744407+0000 mgr.y (mgr.25480) 532 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:25.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:25 smithi125 bash[66801]: audit 2023-12-09T02:12:23.808188+0000 mgr.y (mgr.25480) 533 : audit 0 from='client.34296 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:12:25.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:25 smithi125 bash[66801]: cephadm 2023-12-09T02:12:23.842360+0000 mgr.y (mgr.25480) 534 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:25.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:25 smithi125 bash[66801]: cluster 2023-12-09T02:12:23.882955+0000 mgr.y (mgr.25480) 535 : cluster 0 pgmap v89: 161 pgs: 21 active+undersized+degraded, 42 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2023-12-09T02:12:25.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:25 smithi125 bash[66801]: cephadm 2023-12-09T02:12:23.937234+0000 mgr.y (mgr.25480) 536 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:25.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:25 smithi125 bash[66801]: cephadm 2023-12-09T02:12:24.034108+0000 mgr.y (mgr.25480) 537 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:25.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:25 smithi125 bash[66801]: cephadm 2023-12-09T02:12:24.128228+0000 mgr.y (mgr.25480) 538 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:25.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:25 smithi125 bash[66801]: cephadm 2023-12-09T02:12:24.218870+0000 mgr.y (mgr.25480) 539 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:25.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:25 smithi125 bash[66801]: cephadm 2023-12-09T02:12:24.309991+0000 mgr.y (mgr.25480) 540 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:25.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:25 smithi125 bash[66801]: cephadm 2023-12-09T02:12:24.403442+0000 mgr.y (mgr.25480) 541 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:25.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:25 smithi125 bash[66801]: cephadm 2023-12-09T02:12:24.497545+0000 mgr.y (mgr.25480) 542 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:25.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:25 smithi125 bash[66801]: audit 2023-12-09T02:12:24.576794+0000 mon.a (mon.0) 2142 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:25.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:25 smithi125 bash[66801]: audit 2023-12-09T02:12:24.580374+0000 mon.a (mon.0) 2143 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:25.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:25 smithi125 bash[66801]: audit 2023-12-09T02:12:24.582929+0000 mon.a (mon.0) 2144 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:25.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:25 smithi125 bash[66801]: audit 2023-12-09T02:12:24.583875+0000 mon.a (mon.0) 2145 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:25.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:25 smithi125 bash[66801]: audit 2023-12-09T02:12:24.590860+0000 mon.a (mon.0) 2146 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:25.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:25 smithi125 bash[66801]: cephadm 2023-12-09T02:12:24.591541+0000 mgr.y (mgr.25480) 543 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:25.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:25 smithi125 bash[66801]: audit 2023-12-09T02:12:24.668608+0000 mon.a (mon.0) 2147 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:25.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:25 smithi125 bash[66801]: audit 2023-12-09T02:12:24.671420+0000 mon.a (mon.0) 2148 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:25.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:25 smithi125 bash[66801]: audit 2023-12-09T02:12:24.673813+0000 mon.a (mon.0) 2149 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:25.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:25 smithi125 bash[66801]: audit 2023-12-09T02:12:24.675163+0000 mon.a (mon.0) 2150 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:25.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:25 smithi125 bash[66801]: audit 2023-12-09T02:12:24.684350+0000 mon.a (mon.0) 2151 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:25.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:25 smithi125 bash[66801]: cephadm 2023-12-09T02:12:24.685212+0000 mgr.y (mgr.25480) 544 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:25.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:25 smithi125 bash[66801]: audit 2023-12-09T02:12:24.749661+0000 mon.a (mon.0) 2152 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:25.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:25 smithi125 bash[66801]: audit 2023-12-09T02:12:24.752013+0000 mon.a (mon.0) 2153 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:25.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:25 smithi125 bash[66801]: audit 2023-12-09T02:12:24.754190+0000 mon.a (mon.0) 2154 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:25.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:25 smithi125 bash[66801]: audit 2023-12-09T02:12:24.754995+0000 mon.a (mon.0) 2155 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:25.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:25 smithi125 bash[66801]: audit 2023-12-09T02:12:24.763180+0000 mon.a (mon.0) 2156 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:25.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:25 smithi125 bash[66801]: audit 2023-12-09T02:12:24.827500+0000 mon.a (mon.0) 2157 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:25.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:25 smithi125 bash[66801]: audit 2023-12-09T02:12:24.830406+0000 mon.a (mon.0) 2158 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:25.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:25 smithi125 bash[66801]: audit 2023-12-09T02:12:24.832756+0000 mon.a (mon.0) 2159 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:25.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:25 smithi125 bash[66801]: audit 2023-12-09T02:12:24.833749+0000 mon.a (mon.0) 2160 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:25.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:25 smithi125 bash[66801]: audit 2023-12-09T02:12:24.842108+0000 mon.a (mon.0) 2161 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:25.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:25 smithi125 bash[66801]: audit 2023-12-09T02:12:24.921637+0000 mon.a (mon.0) 2162 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:25.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:25 smithi125 bash[66801]: audit 2023-12-09T02:12:24.923654+0000 mon.a (mon.0) 2163 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:25.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:25 smithi125 bash[66801]: audit 2023-12-09T02:12:24.926508+0000 mon.a (mon.0) 2164 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:25.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:25 smithi125 bash[66801]: audit 2023-12-09T02:12:24.927405+0000 mon.a (mon.0) 2165 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:25.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:25 smithi125 bash[66801]: audit 2023-12-09T02:12:24.937655+0000 mon.a (mon.0) 2166 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:25.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:25 smithi125 bash[66801]: audit 2023-12-09T02:12:25.021161+0000 mon.a (mon.0) 2167 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:25.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:25 smithi125 bash[66801]: audit 2023-12-09T02:12:25.024142+0000 mon.a (mon.0) 2168 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:25.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:25 smithi125 bash[66801]: audit 2023-12-09T02:12:25.026425+0000 mon.a (mon.0) 2169 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:25.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:25 smithi125 bash[66801]: audit 2023-12-09T02:12:25.027119+0000 mon.a (mon.0) 2170 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:25.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:25 smithi125 bash[66801]: audit 2023-12-09T02:12:25.034420+0000 mon.a (mon.0) 2171 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:25.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:25 smithi125 bash[66801]: audit 2023-12-09T02:12:25.095443+0000 mon.a (mon.0) 2172 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:25.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:25 smithi125 bash[66801]: audit 2023-12-09T02:12:25.098324+0000 mon.a (mon.0) 2173 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:25.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:25 smithi125 bash[66801]: audit 2023-12-09T02:12:25.101620+0000 mon.a (mon.0) 2174 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:25.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:25 smithi125 bash[66801]: audit 2023-12-09T02:12:25.102751+0000 mon.a (mon.0) 2175 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:25.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:25 smithi125 bash[66801]: audit 2023-12-09T02:12:25.112795+0000 mon.a (mon.0) 2176 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:25.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:25 smithi125 bash[66801]: audit 2023-12-09T02:12:25.194101+0000 mon.a (mon.0) 2177 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:25.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:25 smithi125 bash[66801]: audit 2023-12-09T02:12:25.195081+0000 mon.a (mon.0) 2178 : audit 0 from='client.? 172.21.15.67:0/3406451311' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-09T02:12:25.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:25 smithi125 bash[66801]: audit 2023-12-09T02:12:25.198575+0000 mon.a (mon.0) 2179 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:25.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:25 smithi125 bash[66801]: audit 2023-12-09T02:12:25.201829+0000 mon.a (mon.0) 2180 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:25.978 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:25 smithi125 bash[66801]: audit 2023-12-09T02:12:25.202778+0000 mon.a (mon.0) 2181 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:25.978 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:25 smithi125 bash[66801]: audit 2023-12-09T02:12:25.210655+0000 mon.a (mon.0) 2182 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:25.978 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:25 smithi125 bash[66801]: audit 2023-12-09T02:12:25.291235+0000 mon.a (mon.0) 2183 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:25.978 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:25 smithi125 bash[66801]: audit 2023-12-09T02:12:25.294028+0000 mon.a (mon.0) 2184 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:25.978 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:25 smithi125 bash[66801]: audit 2023-12-09T02:12:25.297037+0000 mon.a (mon.0) 2185 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:25.978 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:25 smithi125 bash[66801]: audit 2023-12-09T02:12:25.298246+0000 mon.a (mon.0) 2186 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:25.978 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:25 smithi125 bash[66801]: audit 2023-12-09T02:12:25.305500+0000 mon.a (mon.0) 2187 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:25.978 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:25 smithi125 bash[66801]: audit 2023-12-09T02:12:25.391309+0000 mon.a (mon.0) 2188 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:25.978 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:25 smithi125 bash[66801]: audit 2023-12-09T02:12:25.394598+0000 mon.a (mon.0) 2189 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:25.978 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:25 smithi125 bash[66801]: audit 2023-12-09T02:12:25.397679+0000 mon.a (mon.0) 2190 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:25.978 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:25 smithi125 bash[66801]: audit 2023-12-09T02:12:25.398657+0000 mon.a (mon.0) 2191 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:25.978 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:25 smithi125 bash[66801]: audit 2023-12-09T02:12:25.407650+0000 mon.a (mon.0) 2192 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:25.978 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:25 smithi125 bash[66801]: audit 2023-12-09T02:12:25.486355+0000 mon.a (mon.0) 2193 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:25.978 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:25 smithi125 bash[66801]: audit 2023-12-09T02:12:25.488838+0000 mon.a (mon.0) 2194 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:25.979 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:25 smithi125 bash[66801]: audit 2023-12-09T02:12:25.493552+0000 mon.a (mon.0) 2195 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:25.979 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:25 smithi125 bash[66801]: audit 2023-12-09T02:12:25.494505+0000 mon.a (mon.0) 2196 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:25.979 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:25 smithi125 bash[66801]: audit 2023-12-09T02:12:25.504160+0000 mon.a (mon.0) 2197 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:26.550 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:26 smithi067 bash[82083]: audit 2023-12-09T02:12:24.723242+0000 mgr.y (mgr.25480) 545 : audit 0 from='client.34308 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:12:26.550 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:26 smithi067 bash[82083]: cephadm 2023-12-09T02:12:24.763852+0000 mgr.y (mgr.25480) 546 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:26.550 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:26 smithi067 bash[82083]: cephadm 2023-12-09T02:12:24.843219+0000 mgr.y (mgr.25480) 547 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:26.550 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:26 smithi067 bash[82083]: cephadm 2023-12-09T02:12:24.938473+0000 mgr.y (mgr.25480) 548 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:26.550 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:26 smithi067 bash[82083]: cephadm 2023-12-09T02:12:25.034870+0000 mgr.y (mgr.25480) 549 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:26.550 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:26 smithi067 bash[82083]: cephadm 2023-12-09T02:12:25.113528+0000 mgr.y (mgr.25480) 550 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:26.550 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:26 smithi067 bash[82083]: cephadm 2023-12-09T02:12:25.211329+0000 mgr.y (mgr.25480) 551 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:26.550 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:26 smithi067 bash[82083]: cephadm 2023-12-09T02:12:25.306085+0000 mgr.y (mgr.25480) 552 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:26.550 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:26 smithi067 bash[82083]: cephadm 2023-12-09T02:12:25.408338+0000 mgr.y (mgr.25480) 553 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:26.550 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:26 smithi067 bash[82083]: cephadm 2023-12-09T02:12:25.505083+0000 mgr.y (mgr.25480) 554 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:26.550 INFO:journalctl@ceph.osd.1.smithi067.stdout:Dec 09 02:12:26 smithi067 bash[90035]: debug 2023-12-09T02:12:26.294+0000 7f8ec205a640 -1 Falling back to public interface 2023-12-09T02:12:26.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:26 smithi067 bash[82083]: audit 2023-12-09T02:12:25.583839+0000 mon.a (mon.0) 2198 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:26.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:26 smithi067 bash[82083]: audit 2023-12-09T02:12:25.586878+0000 mon.a (mon.0) 2199 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:26.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:26 smithi067 bash[82083]: audit 2023-12-09T02:12:25.592555+0000 mon.a (mon.0) 2200 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:26.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:26 smithi067 bash[82083]: audit 2023-12-09T02:12:25.598783+0000 mon.a (mon.0) 2201 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:26.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:26 smithi067 bash[82083]: audit 2023-12-09T02:12:25.608248+0000 mon.a (mon.0) 2202 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:26.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:26 smithi067 bash[82083]: cephadm 2023-12-09T02:12:25.608914+0000 mgr.y (mgr.25480) 555 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:26.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:26 smithi067 bash[82083]: audit 2023-12-09T02:12:25.691555+0000 mon.a (mon.0) 2203 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:26.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:26 smithi067 bash[82083]: audit 2023-12-09T02:12:25.693813+0000 mon.a (mon.0) 2204 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:26.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:26 smithi067 bash[82083]: audit 2023-12-09T02:12:25.696303+0000 mon.a (mon.0) 2205 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:26.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:26 smithi067 bash[82083]: audit 2023-12-09T02:12:25.697300+0000 mon.a (mon.0) 2206 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:26.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:26 smithi067 bash[82083]: audit 2023-12-09T02:12:25.705271+0000 mon.a (mon.0) 2207 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:26.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:26 smithi067 bash[82083]: audit 2023-12-09T02:12:25.786345+0000 mon.a (mon.0) 2208 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:26.972 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:26 smithi067 bash[82083]: audit 2023-12-09T02:12:25.789175+0000 mon.a (mon.0) 2209 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:26.972 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:26 smithi067 bash[82083]: audit 2023-12-09T02:12:25.792415+0000 mon.a (mon.0) 2210 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:26.972 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:26 smithi067 bash[82083]: audit 2023-12-09T02:12:25.793507+0000 mon.a (mon.0) 2211 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:26.972 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:26 smithi067 bash[82083]: audit 2023-12-09T02:12:25.802076+0000 mon.a (mon.0) 2212 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:26.972 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:26 smithi067 bash[82083]: audit 2023-12-09T02:12:25.879813+0000 mon.a (mon.0) 2213 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:26.972 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:26 smithi067 bash[82083]: audit 2023-12-09T02:12:25.883688+0000 mon.a (mon.0) 2214 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:26.972 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:26 smithi067 bash[82083]: audit 2023-12-09T02:12:25.889237+0000 mon.a (mon.0) 2215 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:26.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:26 smithi067 bash[79370]: audit 2023-12-09T02:12:24.723242+0000 mgr.y (mgr.25480) 545 : audit 0 from='client.34308 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:12:26.973 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:26 smithi067 bash[79370]: cephadm 2023-12-09T02:12:24.763852+0000 mgr.y (mgr.25480) 546 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:26.973 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:26 smithi067 bash[79370]: cephadm 2023-12-09T02:12:24.843219+0000 mgr.y (mgr.25480) 547 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:26.973 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:26 smithi067 bash[79370]: cephadm 2023-12-09T02:12:24.938473+0000 mgr.y (mgr.25480) 548 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:26.973 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:26 smithi067 bash[79370]: cephadm 2023-12-09T02:12:25.034870+0000 mgr.y (mgr.25480) 549 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:26.973 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:26 smithi067 bash[79370]: cephadm 2023-12-09T02:12:25.113528+0000 mgr.y (mgr.25480) 550 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:26.973 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:26 smithi067 bash[79370]: cephadm 2023-12-09T02:12:25.211329+0000 mgr.y (mgr.25480) 551 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:26.973 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:26 smithi067 bash[79370]: cephadm 2023-12-09T02:12:25.306085+0000 mgr.y (mgr.25480) 552 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:26.973 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:26 smithi067 bash[79370]: cephadm 2023-12-09T02:12:25.408338+0000 mgr.y (mgr.25480) 553 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:26.973 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:26 smithi067 bash[79370]: cephadm 2023-12-09T02:12:25.505083+0000 mgr.y (mgr.25480) 554 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:26.973 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:26 smithi067 bash[79370]: audit 2023-12-09T02:12:25.583839+0000 mon.a (mon.0) 2198 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:26.973 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:26 smithi067 bash[79370]: audit 2023-12-09T02:12:25.586878+0000 mon.a (mon.0) 2199 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:26.973 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:26 smithi067 bash[79370]: audit 2023-12-09T02:12:25.592555+0000 mon.a (mon.0) 2200 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:26.973 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:26 smithi067 bash[79370]: audit 2023-12-09T02:12:25.598783+0000 mon.a (mon.0) 2201 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:26.974 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:26 smithi067 bash[79370]: audit 2023-12-09T02:12:25.608248+0000 mon.a (mon.0) 2202 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:26.974 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:26 smithi067 bash[79370]: cephadm 2023-12-09T02:12:25.608914+0000 mgr.y (mgr.25480) 555 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:26.974 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:26 smithi067 bash[79370]: audit 2023-12-09T02:12:25.691555+0000 mon.a (mon.0) 2203 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:26.974 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:26 smithi067 bash[79370]: audit 2023-12-09T02:12:25.693813+0000 mon.a (mon.0) 2204 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:26.974 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:26 smithi067 bash[79370]: audit 2023-12-09T02:12:25.696303+0000 mon.a (mon.0) 2205 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:26.974 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:26 smithi067 bash[79370]: audit 2023-12-09T02:12:25.697300+0000 mon.a (mon.0) 2206 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:26.974 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:26 smithi067 bash[79370]: audit 2023-12-09T02:12:25.705271+0000 mon.a (mon.0) 2207 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:26.974 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:26 smithi067 bash[79370]: audit 2023-12-09T02:12:25.786345+0000 mon.a (mon.0) 2208 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:26.974 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:26 smithi067 bash[79370]: audit 2023-12-09T02:12:25.789175+0000 mon.a (mon.0) 2209 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:26.974 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:26 smithi067 bash[79370]: audit 2023-12-09T02:12:25.792415+0000 mon.a (mon.0) 2210 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:26.974 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:26 smithi067 bash[79370]: audit 2023-12-09T02:12:25.793507+0000 mon.a (mon.0) 2211 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:26.974 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:26 smithi067 bash[79370]: audit 2023-12-09T02:12:25.802076+0000 mon.a (mon.0) 2212 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:26.974 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:26 smithi067 bash[79370]: audit 2023-12-09T02:12:25.879813+0000 mon.a (mon.0) 2213 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:26.974 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:26 smithi067 bash[79370]: audit 2023-12-09T02:12:25.883688+0000 mon.a (mon.0) 2214 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:26.975 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:26 smithi067 bash[79370]: audit 2023-12-09T02:12:25.889237+0000 mon.a (mon.0) 2215 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:26.975 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:26 smithi067 bash[79370]: audit 2023-12-09T02:12:25.890777+0000 mon.a (mon.0) 2216 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:26.975 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:26 smithi067 bash[79370]: audit 2023-12-09T02:12:25.899961+0000 mon.a (mon.0) 2217 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:26.975 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:26 smithi067 bash[79370]: audit 2023-12-09T02:12:25.980417+0000 mon.a (mon.0) 2218 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:26.975 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:26 smithi067 bash[79370]: audit 2023-12-09T02:12:25.983039+0000 mon.a (mon.0) 2219 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:26.975 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:26 smithi067 bash[79370]: audit 2023-12-09T02:12:25.985664+0000 mon.a (mon.0) 2220 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:26.975 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:26 smithi067 bash[79370]: audit 2023-12-09T02:12:25.986644+0000 mon.a (mon.0) 2221 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:26.975 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:26 smithi067 bash[79370]: audit 2023-12-09T02:12:26.001669+0000 mon.a (mon.0) 2222 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:26.975 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:26 smithi067 bash[79370]: audit 2023-12-09T02:12:26.079163+0000 mon.a (mon.0) 2223 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:26.975 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:26 smithi067 bash[79370]: audit 2023-12-09T02:12:26.081671+0000 mon.a (mon.0) 2224 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:26.975 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:26 smithi067 bash[79370]: audit 2023-12-09T02:12:26.084425+0000 mon.a (mon.0) 2225 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:26.975 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:26 smithi067 bash[79370]: audit 2023-12-09T02:12:26.085432+0000 mon.a (mon.0) 2226 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:26.976 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:26 smithi067 bash[82083]: audit 2023-12-09T02:12:25.890777+0000 mon.a (mon.0) 2216 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:26.976 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:26 smithi067 bash[82083]: audit 2023-12-09T02:12:25.899961+0000 mon.a (mon.0) 2217 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:26.976 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:26 smithi067 bash[82083]: audit 2023-12-09T02:12:25.980417+0000 mon.a (mon.0) 2218 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:26.976 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:26 smithi067 bash[82083]: audit 2023-12-09T02:12:25.983039+0000 mon.a (mon.0) 2219 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:26.976 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:26 smithi067 bash[82083]: audit 2023-12-09T02:12:25.985664+0000 mon.a (mon.0) 2220 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:26.976 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:26 smithi067 bash[82083]: audit 2023-12-09T02:12:25.986644+0000 mon.a (mon.0) 2221 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:26.976 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:26 smithi067 bash[82083]: audit 2023-12-09T02:12:26.001669+0000 mon.a (mon.0) 2222 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:26.976 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:26 smithi067 bash[82083]: audit 2023-12-09T02:12:26.079163+0000 mon.a (mon.0) 2223 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:26.976 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:26 smithi067 bash[82083]: audit 2023-12-09T02:12:26.081671+0000 mon.a (mon.0) 2224 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:26.976 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:26 smithi067 bash[82083]: audit 2023-12-09T02:12:26.084425+0000 mon.a (mon.0) 2225 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:26.977 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:26 smithi067 bash[82083]: audit 2023-12-09T02:12:26.085432+0000 mon.a (mon.0) 2226 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:26.977 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:26 smithi067 bash[82083]: audit 2023-12-09T02:12:26.091477+0000 mon.a (mon.0) 2227 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:26.977 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:26 smithi067 bash[82083]: audit 2023-12-09T02:12:26.177157+0000 mon.a (mon.0) 2228 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:26.978 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:26 smithi067 bash[82083]: audit 2023-12-09T02:12:26.181142+0000 mon.a (mon.0) 2229 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:26.978 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:26 smithi067 bash[82083]: audit 2023-12-09T02:12:26.183969+0000 mon.a (mon.0) 2230 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:26.978 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:26 smithi067 bash[82083]: audit 2023-12-09T02:12:26.184824+0000 mon.a (mon.0) 2231 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:26.978 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:26 smithi067 bash[82083]: audit 2023-12-09T02:12:26.191348+0000 mon.a (mon.0) 2232 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:26.978 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:26 smithi067 bash[82083]: audit 2023-12-09T02:12:26.273210+0000 mon.a (mon.0) 2233 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:26.978 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:26 smithi067 bash[82083]: audit 2023-12-09T02:12:26.276134+0000 mon.a (mon.0) 2234 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:26.978 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:26 smithi067 bash[82083]: audit 2023-12-09T02:12:26.279855+0000 mon.a (mon.0) 2235 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:26.978 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:26 smithi067 bash[82083]: audit 2023-12-09T02:12:26.281350+0000 mon.a (mon.0) 2236 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:26.978 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:26 smithi067 bash[82083]: audit 2023-12-09T02:12:26.287936+0000 mon.a (mon.0) 2237 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:26.978 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:26 smithi067 bash[82083]: audit 2023-12-09T02:12:26.371689+0000 mon.a (mon.0) 2238 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:26.978 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:26 smithi067 bash[82083]: audit 2023-12-09T02:12:26.373688+0000 mon.a (mon.0) 2239 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:26.978 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:26 smithi067 bash[82083]: audit 2023-12-09T02:12:26.376181+0000 mon.a (mon.0) 2240 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:26.978 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:26 smithi067 bash[82083]: audit 2023-12-09T02:12:26.377026+0000 mon.a (mon.0) 2241 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:26.978 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:26 smithi067 bash[82083]: audit 2023-12-09T02:12:26.384274+0000 mon.a (mon.0) 2242 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:26.979 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:26 smithi067 bash[82083]: audit 2023-12-09T02:12:26.467930+0000 mon.a (mon.0) 2243 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:26.979 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:26 smithi067 bash[82083]: audit 2023-12-09T02:12:26.470035+0000 mon.a (mon.0) 2244 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:26.979 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:26 smithi067 bash[82083]: audit 2023-12-09T02:12:26.472694+0000 mon.a (mon.0) 2245 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:26.979 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:26 smithi067 bash[82083]: audit 2023-12-09T02:12:26.473847+0000 mon.a (mon.0) 2246 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:26.979 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:26 smithi067 bash[82083]: audit 2023-12-09T02:12:26.482970+0000 mon.a (mon.0) 2247 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:26.979 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:26 smithi067 bash[79370]: audit 2023-12-09T02:12:26.091477+0000 mon.a (mon.0) 2227 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:26.979 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:26 smithi067 bash[79370]: audit 2023-12-09T02:12:26.177157+0000 mon.a (mon.0) 2228 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:26.979 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:26 smithi067 bash[79370]: audit 2023-12-09T02:12:26.181142+0000 mon.a (mon.0) 2229 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:26.979 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:26 smithi067 bash[79370]: audit 2023-12-09T02:12:26.183969+0000 mon.a (mon.0) 2230 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:26.980 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:26 smithi067 bash[79370]: audit 2023-12-09T02:12:26.184824+0000 mon.a (mon.0) 2231 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:26.980 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:26 smithi067 bash[79370]: audit 2023-12-09T02:12:26.191348+0000 mon.a (mon.0) 2232 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:26.980 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:26 smithi067 bash[79370]: audit 2023-12-09T02:12:26.273210+0000 mon.a (mon.0) 2233 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:26.980 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:26 smithi067 bash[79370]: audit 2023-12-09T02:12:26.276134+0000 mon.a (mon.0) 2234 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:26.980 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:26 smithi067 bash[79370]: audit 2023-12-09T02:12:26.279855+0000 mon.a (mon.0) 2235 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:26.980 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:26 smithi067 bash[79370]: audit 2023-12-09T02:12:26.281350+0000 mon.a (mon.0) 2236 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:26.980 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:26 smithi067 bash[79370]: audit 2023-12-09T02:12:26.287936+0000 mon.a (mon.0) 2237 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:26.980 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:26 smithi067 bash[79370]: audit 2023-12-09T02:12:26.371689+0000 mon.a (mon.0) 2238 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:26.980 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:26 smithi067 bash[79370]: audit 2023-12-09T02:12:26.373688+0000 mon.a (mon.0) 2239 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:26.980 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:26 smithi067 bash[79370]: audit 2023-12-09T02:12:26.376181+0000 mon.a (mon.0) 2240 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:26.980 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:26 smithi067 bash[79370]: audit 2023-12-09T02:12:26.377026+0000 mon.a (mon.0) 2241 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:26.980 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:26 smithi067 bash[79370]: audit 2023-12-09T02:12:26.384274+0000 mon.a (mon.0) 2242 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:26.980 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:26 smithi067 bash[79370]: audit 2023-12-09T02:12:26.467930+0000 mon.a (mon.0) 2243 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:26.980 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:26 smithi067 bash[79370]: audit 2023-12-09T02:12:26.470035+0000 mon.a (mon.0) 2244 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:26.980 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:26 smithi067 bash[79370]: audit 2023-12-09T02:12:26.472694+0000 mon.a (mon.0) 2245 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:26.981 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:26 smithi067 bash[79370]: audit 2023-12-09T02:12:26.473847+0000 mon.a (mon.0) 2246 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:26.981 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:26 smithi067 bash[79370]: audit 2023-12-09T02:12:26.482970+0000 mon.a (mon.0) 2247 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:26.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:26 smithi125 bash[66801]: audit 2023-12-09T02:12:24.723242+0000 mgr.y (mgr.25480) 545 : audit 0 from='client.34308 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:12:26.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:26 smithi125 bash[66801]: cephadm 2023-12-09T02:12:24.763852+0000 mgr.y (mgr.25480) 546 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:26.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:26 smithi125 bash[66801]: cephadm 2023-12-09T02:12:24.843219+0000 mgr.y (mgr.25480) 547 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:26.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:26 smithi125 bash[66801]: cephadm 2023-12-09T02:12:24.938473+0000 mgr.y (mgr.25480) 548 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:26.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:26 smithi125 bash[66801]: cephadm 2023-12-09T02:12:25.034870+0000 mgr.y (mgr.25480) 549 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:26.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:26 smithi125 bash[66801]: cephadm 2023-12-09T02:12:25.113528+0000 mgr.y (mgr.25480) 550 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:26.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:26 smithi125 bash[66801]: cephadm 2023-12-09T02:12:25.211329+0000 mgr.y (mgr.25480) 551 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:26.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:26 smithi125 bash[66801]: cephadm 2023-12-09T02:12:25.306085+0000 mgr.y (mgr.25480) 552 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:26.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:26 smithi125 bash[66801]: cephadm 2023-12-09T02:12:25.408338+0000 mgr.y (mgr.25480) 553 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:26.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:26 smithi125 bash[66801]: cephadm 2023-12-09T02:12:25.505083+0000 mgr.y (mgr.25480) 554 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:26.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:26 smithi125 bash[66801]: audit 2023-12-09T02:12:25.583839+0000 mon.a (mon.0) 2198 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:26.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:26 smithi125 bash[66801]: audit 2023-12-09T02:12:25.586878+0000 mon.a (mon.0) 2199 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:26.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:26 smithi125 bash[66801]: audit 2023-12-09T02:12:25.592555+0000 mon.a (mon.0) 2200 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:26.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:26 smithi125 bash[66801]: audit 2023-12-09T02:12:25.598783+0000 mon.a (mon.0) 2201 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:26.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:26 smithi125 bash[66801]: audit 2023-12-09T02:12:25.608248+0000 mon.a (mon.0) 2202 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:26.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:26 smithi125 bash[66801]: cephadm 2023-12-09T02:12:25.608914+0000 mgr.y (mgr.25480) 555 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:26.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:26 smithi125 bash[66801]: audit 2023-12-09T02:12:25.691555+0000 mon.a (mon.0) 2203 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:26.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:26 smithi125 bash[66801]: audit 2023-12-09T02:12:25.693813+0000 mon.a (mon.0) 2204 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:26.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:26 smithi125 bash[66801]: audit 2023-12-09T02:12:25.696303+0000 mon.a (mon.0) 2205 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:26.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:26 smithi125 bash[66801]: audit 2023-12-09T02:12:25.697300+0000 mon.a (mon.0) 2206 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:26.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:26 smithi125 bash[66801]: audit 2023-12-09T02:12:25.705271+0000 mon.a (mon.0) 2207 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:26.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:26 smithi125 bash[66801]: audit 2023-12-09T02:12:25.786345+0000 mon.a (mon.0) 2208 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:26.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:26 smithi125 bash[66801]: audit 2023-12-09T02:12:25.789175+0000 mon.a (mon.0) 2209 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:26.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:26 smithi125 bash[66801]: audit 2023-12-09T02:12:25.792415+0000 mon.a (mon.0) 2210 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:26.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:26 smithi125 bash[66801]: audit 2023-12-09T02:12:25.793507+0000 mon.a (mon.0) 2211 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:26.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:26 smithi125 bash[66801]: audit 2023-12-09T02:12:25.802076+0000 mon.a (mon.0) 2212 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:26.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:26 smithi125 bash[66801]: audit 2023-12-09T02:12:25.879813+0000 mon.a (mon.0) 2213 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:26.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:26 smithi125 bash[66801]: audit 2023-12-09T02:12:25.883688+0000 mon.a (mon.0) 2214 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:26.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:26 smithi125 bash[66801]: audit 2023-12-09T02:12:25.889237+0000 mon.a (mon.0) 2215 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:26.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:26 smithi125 bash[66801]: audit 2023-12-09T02:12:25.890777+0000 mon.a (mon.0) 2216 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:26.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:26 smithi125 bash[66801]: audit 2023-12-09T02:12:25.899961+0000 mon.a (mon.0) 2217 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:26.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:26 smithi125 bash[66801]: audit 2023-12-09T02:12:25.980417+0000 mon.a (mon.0) 2218 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:26.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:26 smithi125 bash[66801]: audit 2023-12-09T02:12:25.983039+0000 mon.a (mon.0) 2219 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:26.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:26 smithi125 bash[66801]: audit 2023-12-09T02:12:25.985664+0000 mon.a (mon.0) 2220 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:26.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:26 smithi125 bash[66801]: audit 2023-12-09T02:12:25.986644+0000 mon.a (mon.0) 2221 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:26.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:26 smithi125 bash[66801]: audit 2023-12-09T02:12:26.001669+0000 mon.a (mon.0) 2222 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:26.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:26 smithi125 bash[66801]: audit 2023-12-09T02:12:26.079163+0000 mon.a (mon.0) 2223 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:26.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:26 smithi125 bash[66801]: audit 2023-12-09T02:12:26.081671+0000 mon.a (mon.0) 2224 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:26.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:26 smithi125 bash[66801]: audit 2023-12-09T02:12:26.084425+0000 mon.a (mon.0) 2225 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:26.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:26 smithi125 bash[66801]: audit 2023-12-09T02:12:26.085432+0000 mon.a (mon.0) 2226 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:26.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:26 smithi125 bash[66801]: audit 2023-12-09T02:12:26.091477+0000 mon.a (mon.0) 2227 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:26.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:26 smithi125 bash[66801]: audit 2023-12-09T02:12:26.177157+0000 mon.a (mon.0) 2228 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:26.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:26 smithi125 bash[66801]: audit 2023-12-09T02:12:26.181142+0000 mon.a (mon.0) 2229 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:26.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:26 smithi125 bash[66801]: audit 2023-12-09T02:12:26.183969+0000 mon.a (mon.0) 2230 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:26.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:26 smithi125 bash[66801]: audit 2023-12-09T02:12:26.184824+0000 mon.a (mon.0) 2231 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:26.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:26 smithi125 bash[66801]: audit 2023-12-09T02:12:26.191348+0000 mon.a (mon.0) 2232 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:26.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:26 smithi125 bash[66801]: audit 2023-12-09T02:12:26.273210+0000 mon.a (mon.0) 2233 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:26.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:26 smithi125 bash[66801]: audit 2023-12-09T02:12:26.276134+0000 mon.a (mon.0) 2234 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:26.986 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:26 smithi125 bash[66801]: audit 2023-12-09T02:12:26.279855+0000 mon.a (mon.0) 2235 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:26.987 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:26 smithi125 bash[66801]: audit 2023-12-09T02:12:26.281350+0000 mon.a (mon.0) 2236 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:26.987 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:26 smithi125 bash[66801]: audit 2023-12-09T02:12:26.287936+0000 mon.a (mon.0) 2237 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:26.987 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:26 smithi125 bash[66801]: audit 2023-12-09T02:12:26.371689+0000 mon.a (mon.0) 2238 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:26.987 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:26 smithi125 bash[66801]: audit 2023-12-09T02:12:26.373688+0000 mon.a (mon.0) 2239 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:26.987 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:26 smithi125 bash[66801]: audit 2023-12-09T02:12:26.376181+0000 mon.a (mon.0) 2240 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:26.987 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:26 smithi125 bash[66801]: audit 2023-12-09T02:12:26.377026+0000 mon.a (mon.0) 2241 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:26.988 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:26 smithi125 bash[66801]: audit 2023-12-09T02:12:26.384274+0000 mon.a (mon.0) 2242 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:26.988 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:26 smithi125 bash[66801]: audit 2023-12-09T02:12:26.467930+0000 mon.a (mon.0) 2243 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:26.988 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:26 smithi125 bash[66801]: audit 2023-12-09T02:12:26.470035+0000 mon.a (mon.0) 2244 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:26.988 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:26 smithi125 bash[66801]: audit 2023-12-09T02:12:26.472694+0000 mon.a (mon.0) 2245 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:26.989 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:26 smithi125 bash[66801]: audit 2023-12-09T02:12:26.473847+0000 mon.a (mon.0) 2246 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:26.989 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:26 smithi125 bash[66801]: audit 2023-12-09T02:12:26.482970+0000 mon.a (mon.0) 2247 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:27.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:27 smithi067 bash[79370]: cephadm 2023-12-09T02:12:25.706200+0000 mgr.y (mgr.25480) 556 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:27.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:27 smithi067 bash[79370]: cephadm 2023-12-09T02:12:25.802712+0000 mgr.y (mgr.25480) 557 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:27.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:27 smithi067 bash[79370]: cluster 2023-12-09T02:12:25.883943+0000 mgr.y (mgr.25480) 558 : cluster 0 pgmap v90: 161 pgs: 21 active+undersized+degraded, 42 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2023-12-09T02:12:27.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:27 smithi067 bash[79370]: cephadm 2023-12-09T02:12:25.900740+0000 mgr.y (mgr.25480) 559 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:27.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:27 smithi067 bash[79370]: cephadm 2023-12-09T02:12:26.002809+0000 mgr.y (mgr.25480) 560 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:27.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:27 smithi067 bash[79370]: cephadm 2023-12-09T02:12:26.092440+0000 mgr.y (mgr.25480) 561 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:27.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:27 smithi067 bash[79370]: cephadm 2023-12-09T02:12:26.191902+0000 mgr.y (mgr.25480) 562 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:27.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:27 smithi067 bash[79370]: cephadm 2023-12-09T02:12:26.288539+0000 mgr.y (mgr.25480) 563 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:27.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:27 smithi067 bash[79370]: cephadm 2023-12-09T02:12:26.384915+0000 mgr.y (mgr.25480) 564 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:27.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:27 smithi067 bash[79370]: cephadm 2023-12-09T02:12:26.483569+0000 mgr.y (mgr.25480) 565 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:27.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:27 smithi067 bash[79370]: audit 2023-12-09T02:12:26.565269+0000 mon.a (mon.0) 2248 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:27.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:27 smithi067 bash[79370]: audit 2023-12-09T02:12:26.567630+0000 mon.a (mon.0) 2249 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:27.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:27 smithi067 bash[79370]: audit 2023-12-09T02:12:26.570099+0000 mon.a (mon.0) 2250 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:27.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:27 smithi067 bash[79370]: audit 2023-12-09T02:12:26.571104+0000 mon.a (mon.0) 2251 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:27.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:27 smithi067 bash[79370]: audit 2023-12-09T02:12:26.577543+0000 mon.a (mon.0) 2252 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:27.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:27 smithi067 bash[79370]: cephadm 2023-12-09T02:12:26.578266+0000 mgr.y (mgr.25480) 566 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:27.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:27 smithi067 bash[79370]: audit 2023-12-09T02:12:26.660649+0000 mon.a (mon.0) 2253 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:27.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:27 smithi067 bash[79370]: audit 2023-12-09T02:12:26.663503+0000 mon.a (mon.0) 2254 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:27.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:27 smithi067 bash[79370]: audit 2023-12-09T02:12:26.667709+0000 mon.a (mon.0) 2255 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:27.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:27 smithi067 bash[79370]: audit 2023-12-09T02:12:26.669184+0000 mon.a (mon.0) 2256 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:27.972 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:27 smithi067 bash[82083]: cephadm 2023-12-09T02:12:25.706200+0000 mgr.y (mgr.25480) 556 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:27.972 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:27 smithi067 bash[82083]: cephadm 2023-12-09T02:12:25.802712+0000 mgr.y (mgr.25480) 557 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:27.972 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:27 smithi067 bash[82083]: cluster 2023-12-09T02:12:25.883943+0000 mgr.y (mgr.25480) 558 : cluster 0 pgmap v90: 161 pgs: 21 active+undersized+degraded, 42 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2023-12-09T02:12:27.972 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:27 smithi067 bash[82083]: cephadm 2023-12-09T02:12:25.900740+0000 mgr.y (mgr.25480) 559 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:27.972 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:27 smithi067 bash[82083]: cephadm 2023-12-09T02:12:26.002809+0000 mgr.y (mgr.25480) 560 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:27.972 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:27 smithi067 bash[82083]: cephadm 2023-12-09T02:12:26.092440+0000 mgr.y (mgr.25480) 561 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:27.972 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:27 smithi067 bash[82083]: cephadm 2023-12-09T02:12:26.191902+0000 mgr.y (mgr.25480) 562 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:27.972 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:27 smithi067 bash[82083]: cephadm 2023-12-09T02:12:26.288539+0000 mgr.y (mgr.25480) 563 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:27.972 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:27 smithi067 bash[82083]: cephadm 2023-12-09T02:12:26.384915+0000 mgr.y (mgr.25480) 564 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:27.972 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:27 smithi067 bash[82083]: cephadm 2023-12-09T02:12:26.483569+0000 mgr.y (mgr.25480) 565 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:27.972 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:27 smithi067 bash[82083]: audit 2023-12-09T02:12:26.565269+0000 mon.a (mon.0) 2248 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:27.972 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:27 smithi067 bash[82083]: audit 2023-12-09T02:12:26.567630+0000 mon.a (mon.0) 2249 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:27.972 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:27 smithi067 bash[82083]: audit 2023-12-09T02:12:26.570099+0000 mon.a (mon.0) 2250 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:27.973 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:27 smithi067 bash[82083]: audit 2023-12-09T02:12:26.571104+0000 mon.a (mon.0) 2251 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:27.973 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:27 smithi067 bash[82083]: audit 2023-12-09T02:12:26.577543+0000 mon.a (mon.0) 2252 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:27.973 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:27 smithi067 bash[82083]: cephadm 2023-12-09T02:12:26.578266+0000 mgr.y (mgr.25480) 566 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:27.973 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:27 smithi067 bash[82083]: audit 2023-12-09T02:12:26.660649+0000 mon.a (mon.0) 2253 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:27.973 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:27 smithi067 bash[82083]: audit 2023-12-09T02:12:26.663503+0000 mon.a (mon.0) 2254 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:27.973 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:27 smithi067 bash[82083]: audit 2023-12-09T02:12:26.667709+0000 mon.a (mon.0) 2255 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:27.973 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:27 smithi067 bash[82083]: audit 2023-12-09T02:12:26.669184+0000 mon.a (mon.0) 2256 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:27.973 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:27 smithi067 bash[82083]: audit 2023-12-09T02:12:26.677135+0000 mon.a (mon.0) 2257 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:27.973 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:27 smithi067 bash[82083]: cephadm 2023-12-09T02:12:26.677985+0000 mgr.y (mgr.25480) 567 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:27.973 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:27 smithi067 bash[82083]: audit 2023-12-09T02:12:26.756033+0000 mon.a (mon.0) 2258 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:27.973 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:27 smithi067 bash[82083]: audit 2023-12-09T02:12:26.758444+0000 mon.a (mon.0) 2259 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:27.973 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:27 smithi067 bash[82083]: audit 2023-12-09T02:12:26.761715+0000 mon.a (mon.0) 2260 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:27.973 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:27 smithi067 bash[82083]: audit 2023-12-09T02:12:26.762771+0000 mon.a (mon.0) 2261 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:27.973 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:27 smithi067 bash[82083]: audit 2023-12-09T02:12:26.770798+0000 mon.a (mon.0) 2262 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:27.973 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:27 smithi067 bash[82083]: audit 2023-12-09T02:12:26.850964+0000 mon.a (mon.0) 2263 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:27.973 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:27 smithi067 bash[82083]: audit 2023-12-09T02:12:26.853950+0000 mon.a (mon.0) 2264 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:27.974 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:27 smithi067 bash[82083]: audit 2023-12-09T02:12:26.856947+0000 mon.a (mon.0) 2265 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:27.974 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:27 smithi067 bash[82083]: audit 2023-12-09T02:12:26.858157+0000 mon.a (mon.0) 2266 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:27.974 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:27 smithi067 bash[82083]: audit 2023-12-09T02:12:26.865643+0000 mon.a (mon.0) 2267 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:27.974 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:27 smithi067 bash[82083]: audit 2023-12-09T02:12:26.942513+0000 mon.a (mon.0) 2268 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:27.974 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:27 smithi067 bash[82083]: audit 2023-12-09T02:12:26.944892+0000 mon.a (mon.0) 2269 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:27.974 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:27 smithi067 bash[82083]: audit 2023-12-09T02:12:26.947802+0000 mon.a (mon.0) 2270 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:27.974 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:27 smithi067 bash[82083]: audit 2023-12-09T02:12:26.948759+0000 mon.a (mon.0) 2271 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:27.974 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:27 smithi067 bash[82083]: audit 2023-12-09T02:12:26.954804+0000 mon.a (mon.0) 2272 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:27.974 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:27 smithi067 bash[82083]: audit 2023-12-09T02:12:27.033468+0000 mon.a (mon.0) 2273 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:27.974 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:27 smithi067 bash[82083]: audit 2023-12-09T02:12:27.035571+0000 mon.a (mon.0) 2274 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:27.974 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:27 smithi067 bash[82083]: audit 2023-12-09T02:12:27.038564+0000 mon.a (mon.0) 2275 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:27.975 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:27 smithi067 bash[79370]: audit 2023-12-09T02:12:26.677135+0000 mon.a (mon.0) 2257 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:27.975 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:27 smithi067 bash[79370]: cephadm 2023-12-09T02:12:26.677985+0000 mgr.y (mgr.25480) 567 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:27.975 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:27 smithi067 bash[79370]: audit 2023-12-09T02:12:26.756033+0000 mon.a (mon.0) 2258 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:27.975 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:27 smithi067 bash[79370]: audit 2023-12-09T02:12:26.758444+0000 mon.a (mon.0) 2259 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:27.975 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:27 smithi067 bash[79370]: audit 2023-12-09T02:12:26.761715+0000 mon.a (mon.0) 2260 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:27.975 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:27 smithi067 bash[79370]: audit 2023-12-09T02:12:26.762771+0000 mon.a (mon.0) 2261 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:27.975 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:27 smithi067 bash[79370]: audit 2023-12-09T02:12:26.770798+0000 mon.a (mon.0) 2262 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:27.975 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:27 smithi067 bash[79370]: audit 2023-12-09T02:12:26.850964+0000 mon.a (mon.0) 2263 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:27.975 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:27 smithi067 bash[79370]: audit 2023-12-09T02:12:26.853950+0000 mon.a (mon.0) 2264 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:27.975 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:27 smithi067 bash[79370]: audit 2023-12-09T02:12:26.856947+0000 mon.a (mon.0) 2265 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:27.975 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:27 smithi067 bash[79370]: audit 2023-12-09T02:12:26.858157+0000 mon.a (mon.0) 2266 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:27.976 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:27 smithi067 bash[79370]: audit 2023-12-09T02:12:26.865643+0000 mon.a (mon.0) 2267 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:27.976 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:27 smithi067 bash[79370]: audit 2023-12-09T02:12:26.942513+0000 mon.a (mon.0) 2268 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:27.976 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:27 smithi067 bash[79370]: audit 2023-12-09T02:12:26.944892+0000 mon.a (mon.0) 2269 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:27.976 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:27 smithi067 bash[79370]: audit 2023-12-09T02:12:26.947802+0000 mon.a (mon.0) 2270 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:27.976 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:27 smithi067 bash[79370]: audit 2023-12-09T02:12:26.948759+0000 mon.a (mon.0) 2271 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:27.976 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:27 smithi067 bash[79370]: audit 2023-12-09T02:12:26.954804+0000 mon.a (mon.0) 2272 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:27.976 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:27 smithi067 bash[79370]: audit 2023-12-09T02:12:27.033468+0000 mon.a (mon.0) 2273 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:27.976 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:27 smithi067 bash[79370]: audit 2023-12-09T02:12:27.035571+0000 mon.a (mon.0) 2274 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:27.976 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:27 smithi067 bash[79370]: audit 2023-12-09T02:12:27.038564+0000 mon.a (mon.0) 2275 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:27.976 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:27 smithi067 bash[82083]: audit 2023-12-09T02:12:27.039573+0000 mon.a (mon.0) 2276 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:27.976 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:27 smithi067 bash[82083]: audit 2023-12-09T02:12:27.046004+0000 mon.a (mon.0) 2277 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:27.977 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:27 smithi067 bash[82083]: audit 2023-12-09T02:12:27.127373+0000 mon.a (mon.0) 2278 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:27.977 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:27 smithi067 bash[82083]: audit 2023-12-09T02:12:27.130363+0000 mon.a (mon.0) 2279 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:27.977 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:27 smithi067 bash[82083]: audit 2023-12-09T02:12:27.134866+0000 mon.a (mon.0) 2280 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:27.977 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:27 smithi067 bash[82083]: audit 2023-12-09T02:12:27.136191+0000 mon.a (mon.0) 2281 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:27.977 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:27 smithi067 bash[82083]: audit 2023-12-09T02:12:27.143350+0000 mon.a (mon.0) 2282 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:27.977 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:27 smithi067 bash[82083]: audit 2023-12-09T02:12:27.226122+0000 mon.a (mon.0) 2283 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:27.977 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:27 smithi067 bash[82083]: audit 2023-12-09T02:12:27.228823+0000 mon.a (mon.0) 2284 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:27.977 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:27 smithi067 bash[82083]: audit 2023-12-09T02:12:27.231543+0000 mon.a (mon.0) 2285 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:27.977 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:27 smithi067 bash[82083]: audit 2023-12-09T02:12:27.232592+0000 mon.a (mon.0) 2286 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:27.977 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:27 smithi067 bash[82083]: audit 2023-12-09T02:12:27.238302+0000 mon.a (mon.0) 2287 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:27.977 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:27 smithi067 bash[82083]: audit 2023-12-09T02:12:27.317071+0000 mon.a (mon.0) 2288 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:27.977 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:27 smithi067 bash[82083]: audit 2023-12-09T02:12:27.321577+0000 mon.a (mon.0) 2289 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:27.977 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:27 smithi067 bash[82083]: audit 2023-12-09T02:12:27.325813+0000 mon.a (mon.0) 2290 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:27.977 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:27 smithi067 bash[82083]: audit 2023-12-09T02:12:27.327158+0000 mon.a (mon.0) 2291 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:27.977 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:27 smithi067 bash[82083]: audit 2023-12-09T02:12:27.335304+0000 mon.a (mon.0) 2292 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:27.978 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:27 smithi067 bash[82083]: audit 2023-12-09T02:12:27.415745+0000 mon.a (mon.0) 2293 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:27.978 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:27 smithi067 bash[82083]: audit 2023-12-09T02:12:27.419587+0000 mon.a (mon.0) 2294 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:27.978 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:27 smithi067 bash[82083]: audit 2023-12-09T02:12:27.423147+0000 mon.a (mon.0) 2295 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:27.978 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:27 smithi067 bash[79370]: audit 2023-12-09T02:12:27.039573+0000 mon.a (mon.0) 2276 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:27.978 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:27 smithi067 bash[79370]: audit 2023-12-09T02:12:27.046004+0000 mon.a (mon.0) 2277 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:27.978 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:27 smithi067 bash[79370]: audit 2023-12-09T02:12:27.127373+0000 mon.a (mon.0) 2278 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:27.978 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:27 smithi067 bash[79370]: audit 2023-12-09T02:12:27.130363+0000 mon.a (mon.0) 2279 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:27.978 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:27 smithi067 bash[79370]: audit 2023-12-09T02:12:27.134866+0000 mon.a (mon.0) 2280 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:27.978 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:27 smithi067 bash[79370]: audit 2023-12-09T02:12:27.136191+0000 mon.a (mon.0) 2281 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:27.979 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:27 smithi067 bash[79370]: audit 2023-12-09T02:12:27.143350+0000 mon.a (mon.0) 2282 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:27.979 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:27 smithi067 bash[79370]: audit 2023-12-09T02:12:27.226122+0000 mon.a (mon.0) 2283 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:27.979 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:27 smithi067 bash[79370]: audit 2023-12-09T02:12:27.228823+0000 mon.a (mon.0) 2284 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:27.979 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:27 smithi067 bash[79370]: audit 2023-12-09T02:12:27.231543+0000 mon.a (mon.0) 2285 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:27.979 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:27 smithi067 bash[79370]: audit 2023-12-09T02:12:27.232592+0000 mon.a (mon.0) 2286 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:27.979 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:27 smithi067 bash[79370]: audit 2023-12-09T02:12:27.238302+0000 mon.a (mon.0) 2287 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:27.979 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:27 smithi067 bash[79370]: audit 2023-12-09T02:12:27.317071+0000 mon.a (mon.0) 2288 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:27.979 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:27 smithi067 bash[79370]: audit 2023-12-09T02:12:27.321577+0000 mon.a (mon.0) 2289 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:27.979 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:27 smithi067 bash[79370]: audit 2023-12-09T02:12:27.325813+0000 mon.a (mon.0) 2290 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:27.979 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:27 smithi067 bash[79370]: audit 2023-12-09T02:12:27.327158+0000 mon.a (mon.0) 2291 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:27.979 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:27 smithi067 bash[79370]: audit 2023-12-09T02:12:27.335304+0000 mon.a (mon.0) 2292 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:27.980 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:27 smithi067 bash[79370]: audit 2023-12-09T02:12:27.415745+0000 mon.a (mon.0) 2293 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:27.980 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:27 smithi067 bash[79370]: audit 2023-12-09T02:12:27.419587+0000 mon.a (mon.0) 2294 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:27.980 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:27 smithi067 bash[79370]: audit 2023-12-09T02:12:27.423147+0000 mon.a (mon.0) 2295 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:27.980 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:27 smithi067 bash[82083]: audit 2023-12-09T02:12:27.424485+0000 mon.a (mon.0) 2296 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:27.980 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:27 smithi067 bash[82083]: audit 2023-12-09T02:12:27.431917+0000 mon.a (mon.0) 2297 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:27.980 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:27 smithi067 bash[82083]: audit 2023-12-09T02:12:27.514596+0000 mon.a (mon.0) 2298 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:27.980 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:27 smithi067 bash[82083]: audit 2023-12-09T02:12:27.518686+0000 mon.a (mon.0) 2299 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:27.980 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:27 smithi067 bash[82083]: audit 2023-12-09T02:12:27.522018+0000 mon.a (mon.0) 2300 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:27.980 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:27 smithi067 bash[82083]: audit 2023-12-09T02:12:27.523296+0000 mon.a (mon.0) 2301 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:27.980 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:27 smithi067 bash[82083]: audit 2023-12-09T02:12:27.532902+0000 mon.a (mon.0) 2302 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:27.981 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:27 smithi067 bash[79370]: audit 2023-12-09T02:12:27.424485+0000 mon.a (mon.0) 2296 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:27.981 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:27 smithi067 bash[79370]: audit 2023-12-09T02:12:27.431917+0000 mon.a (mon.0) 2297 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:27.981 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:27 smithi067 bash[79370]: audit 2023-12-09T02:12:27.514596+0000 mon.a (mon.0) 2298 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:27.981 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:27 smithi067 bash[79370]: audit 2023-12-09T02:12:27.518686+0000 mon.a (mon.0) 2299 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:27.981 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:27 smithi067 bash[79370]: audit 2023-12-09T02:12:27.522018+0000 mon.a (mon.0) 2300 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:27.981 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:27 smithi067 bash[79370]: audit 2023-12-09T02:12:27.523296+0000 mon.a (mon.0) 2301 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:27.981 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:27 smithi067 bash[79370]: audit 2023-12-09T02:12:27.532902+0000 mon.a (mon.0) 2302 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:27.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:27 smithi125 bash[66801]: cephadm 2023-12-09T02:12:25.706200+0000 mgr.y (mgr.25480) 556 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:27.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:27 smithi125 bash[66801]: cephadm 2023-12-09T02:12:25.802712+0000 mgr.y (mgr.25480) 557 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:27.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:27 smithi125 bash[66801]: cluster 2023-12-09T02:12:25.883943+0000 mgr.y (mgr.25480) 558 : cluster 0 pgmap v90: 161 pgs: 21 active+undersized+degraded, 42 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2023-12-09T02:12:27.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:27 smithi125 bash[66801]: cephadm 2023-12-09T02:12:25.900740+0000 mgr.y (mgr.25480) 559 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:27.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:27 smithi125 bash[66801]: cephadm 2023-12-09T02:12:26.002809+0000 mgr.y (mgr.25480) 560 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:27.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:27 smithi125 bash[66801]: cephadm 2023-12-09T02:12:26.092440+0000 mgr.y (mgr.25480) 561 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:27.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:27 smithi125 bash[66801]: cephadm 2023-12-09T02:12:26.191902+0000 mgr.y (mgr.25480) 562 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:27.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:27 smithi125 bash[66801]: cephadm 2023-12-09T02:12:26.288539+0000 mgr.y (mgr.25480) 563 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:27.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:27 smithi125 bash[66801]: cephadm 2023-12-09T02:12:26.384915+0000 mgr.y (mgr.25480) 564 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:27.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:27 smithi125 bash[66801]: cephadm 2023-12-09T02:12:26.483569+0000 mgr.y (mgr.25480) 565 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:27.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:27 smithi125 bash[66801]: audit 2023-12-09T02:12:26.565269+0000 mon.a (mon.0) 2248 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:27.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:27 smithi125 bash[66801]: audit 2023-12-09T02:12:26.567630+0000 mon.a (mon.0) 2249 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:27.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:27 smithi125 bash[66801]: audit 2023-12-09T02:12:26.570099+0000 mon.a (mon.0) 2250 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:27.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:27 smithi125 bash[66801]: audit 2023-12-09T02:12:26.571104+0000 mon.a (mon.0) 2251 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:27.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:27 smithi125 bash[66801]: audit 2023-12-09T02:12:26.577543+0000 mon.a (mon.0) 2252 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:27.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:27 smithi125 bash[66801]: cephadm 2023-12-09T02:12:26.578266+0000 mgr.y (mgr.25480) 566 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:27.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:27 smithi125 bash[66801]: audit 2023-12-09T02:12:26.660649+0000 mon.a (mon.0) 2253 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:27.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:27 smithi125 bash[66801]: audit 2023-12-09T02:12:26.663503+0000 mon.a (mon.0) 2254 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:27.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:27 smithi125 bash[66801]: audit 2023-12-09T02:12:26.667709+0000 mon.a (mon.0) 2255 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:27.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:27 smithi125 bash[66801]: audit 2023-12-09T02:12:26.669184+0000 mon.a (mon.0) 2256 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:27.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:27 smithi125 bash[66801]: audit 2023-12-09T02:12:26.677135+0000 mon.a (mon.0) 2257 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:27.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:27 smithi125 bash[66801]: cephadm 2023-12-09T02:12:26.677985+0000 mgr.y (mgr.25480) 567 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:27.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:27 smithi125 bash[66801]: audit 2023-12-09T02:12:26.756033+0000 mon.a (mon.0) 2258 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:27.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:27 smithi125 bash[66801]: audit 2023-12-09T02:12:26.758444+0000 mon.a (mon.0) 2259 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:27.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:27 smithi125 bash[66801]: audit 2023-12-09T02:12:26.761715+0000 mon.a (mon.0) 2260 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:27.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:27 smithi125 bash[66801]: audit 2023-12-09T02:12:26.762771+0000 mon.a (mon.0) 2261 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:27.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:27 smithi125 bash[66801]: audit 2023-12-09T02:12:26.770798+0000 mon.a (mon.0) 2262 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:27.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:27 smithi125 bash[66801]: audit 2023-12-09T02:12:26.850964+0000 mon.a (mon.0) 2263 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:27.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:27 smithi125 bash[66801]: audit 2023-12-09T02:12:26.853950+0000 mon.a (mon.0) 2264 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:27.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:27 smithi125 bash[66801]: audit 2023-12-09T02:12:26.856947+0000 mon.a (mon.0) 2265 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:27.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:27 smithi125 bash[66801]: audit 2023-12-09T02:12:26.858157+0000 mon.a (mon.0) 2266 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:27.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:27 smithi125 bash[66801]: audit 2023-12-09T02:12:26.865643+0000 mon.a (mon.0) 2267 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:27.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:27 smithi125 bash[66801]: audit 2023-12-09T02:12:26.942513+0000 mon.a (mon.0) 2268 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:27.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:27 smithi125 bash[66801]: audit 2023-12-09T02:12:26.944892+0000 mon.a (mon.0) 2269 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:27.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:27 smithi125 bash[66801]: audit 2023-12-09T02:12:26.947802+0000 mon.a (mon.0) 2270 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:27.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:27 smithi125 bash[66801]: audit 2023-12-09T02:12:26.948759+0000 mon.a (mon.0) 2271 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:27.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:27 smithi125 bash[66801]: audit 2023-12-09T02:12:26.954804+0000 mon.a (mon.0) 2272 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:27.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:27 smithi125 bash[66801]: audit 2023-12-09T02:12:27.033468+0000 mon.a (mon.0) 2273 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:27.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:27 smithi125 bash[66801]: audit 2023-12-09T02:12:27.035571+0000 mon.a (mon.0) 2274 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:27.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:27 smithi125 bash[66801]: audit 2023-12-09T02:12:27.038564+0000 mon.a (mon.0) 2275 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:27.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:27 smithi125 bash[66801]: audit 2023-12-09T02:12:27.039573+0000 mon.a (mon.0) 2276 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:27.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:27 smithi125 bash[66801]: audit 2023-12-09T02:12:27.046004+0000 mon.a (mon.0) 2277 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:27.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:27 smithi125 bash[66801]: audit 2023-12-09T02:12:27.127373+0000 mon.a (mon.0) 2278 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:27.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:27 smithi125 bash[66801]: audit 2023-12-09T02:12:27.130363+0000 mon.a (mon.0) 2279 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:27.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:27 smithi125 bash[66801]: audit 2023-12-09T02:12:27.134866+0000 mon.a (mon.0) 2280 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:27.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:27 smithi125 bash[66801]: audit 2023-12-09T02:12:27.136191+0000 mon.a (mon.0) 2281 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:27.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:27 smithi125 bash[66801]: audit 2023-12-09T02:12:27.143350+0000 mon.a (mon.0) 2282 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:27.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:27 smithi125 bash[66801]: audit 2023-12-09T02:12:27.226122+0000 mon.a (mon.0) 2283 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:27.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:27 smithi125 bash[66801]: audit 2023-12-09T02:12:27.228823+0000 mon.a (mon.0) 2284 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:27.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:27 smithi125 bash[66801]: audit 2023-12-09T02:12:27.231543+0000 mon.a (mon.0) 2285 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:27.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:27 smithi125 bash[66801]: audit 2023-12-09T02:12:27.232592+0000 mon.a (mon.0) 2286 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:27.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:27 smithi125 bash[66801]: audit 2023-12-09T02:12:27.238302+0000 mon.a (mon.0) 2287 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:27.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:27 smithi125 bash[66801]: audit 2023-12-09T02:12:27.317071+0000 mon.a (mon.0) 2288 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:27.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:27 smithi125 bash[66801]: audit 2023-12-09T02:12:27.321577+0000 mon.a (mon.0) 2289 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:27.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:27 smithi125 bash[66801]: audit 2023-12-09T02:12:27.325813+0000 mon.a (mon.0) 2290 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:27.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:27 smithi125 bash[66801]: audit 2023-12-09T02:12:27.327158+0000 mon.a (mon.0) 2291 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:27.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:27 smithi125 bash[66801]: audit 2023-12-09T02:12:27.335304+0000 mon.a (mon.0) 2292 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:27.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:27 smithi125 bash[66801]: audit 2023-12-09T02:12:27.415745+0000 mon.a (mon.0) 2293 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:27.986 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:27 smithi125 bash[66801]: audit 2023-12-09T02:12:27.419587+0000 mon.a (mon.0) 2294 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:27.986 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:27 smithi125 bash[66801]: audit 2023-12-09T02:12:27.423147+0000 mon.a (mon.0) 2295 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:27.986 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:27 smithi125 bash[66801]: audit 2023-12-09T02:12:27.424485+0000 mon.a (mon.0) 2296 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:27.986 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:27 smithi125 bash[66801]: audit 2023-12-09T02:12:27.431917+0000 mon.a (mon.0) 2297 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:27.986 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:27 smithi125 bash[66801]: audit 2023-12-09T02:12:27.514596+0000 mon.a (mon.0) 2298 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:27.986 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:27 smithi125 bash[66801]: audit 2023-12-09T02:12:27.518686+0000 mon.a (mon.0) 2299 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:27.986 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:27 smithi125 bash[66801]: audit 2023-12-09T02:12:27.522018+0000 mon.a (mon.0) 2300 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:27.986 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:27 smithi125 bash[66801]: audit 2023-12-09T02:12:27.523296+0000 mon.a (mon.0) 2301 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:27.986 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:27 smithi125 bash[66801]: audit 2023-12-09T02:12:27.532902+0000 mon.a (mon.0) 2302 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:28.870 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:28 smithi067 bash[79370]: cephadm 2023-12-09T02:12:26.771597+0000 mgr.y (mgr.25480) 568 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:28.871 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:28 smithi067 bash[79370]: cephadm 2023-12-09T02:12:26.866273+0000 mgr.y (mgr.25480) 569 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:28.871 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:28 smithi067 bash[79370]: cephadm 2023-12-09T02:12:26.955524+0000 mgr.y (mgr.25480) 570 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:28.871 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:28 smithi067 bash[79370]: cephadm 2023-12-09T02:12:27.046719+0000 mgr.y (mgr.25480) 571 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:28.871 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:28 smithi067 bash[79370]: cephadm 2023-12-09T02:12:27.144333+0000 mgr.y (mgr.25480) 572 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:28.871 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:28 smithi067 bash[79370]: cephadm 2023-12-09T02:12:27.238928+0000 mgr.y (mgr.25480) 573 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:28.871 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:28 smithi067 bash[79370]: cephadm 2023-12-09T02:12:27.335979+0000 mgr.y (mgr.25480) 574 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:28.871 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:28 smithi067 bash[79370]: cephadm 2023-12-09T02:12:27.432488+0000 mgr.y (mgr.25480) 575 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:28.871 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:28 smithi067 bash[79370]: cephadm 2023-12-09T02:12:27.533557+0000 mgr.y (mgr.25480) 576 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:28.871 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:28 smithi067 bash[79370]: audit 2023-12-09T02:12:27.616457+0000 mon.a (mon.0) 2303 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:28.871 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:28 smithi067 bash[79370]: audit 2023-12-09T02:12:27.620689+0000 mon.a (mon.0) 2304 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:28.871 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:28 smithi067 bash[79370]: audit 2023-12-09T02:12:27.625233+0000 mon.a (mon.0) 2305 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:28.871 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:28 smithi067 bash[79370]: audit 2023-12-09T02:12:27.627032+0000 mon.a (mon.0) 2306 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:28.872 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:28 smithi067 bash[79370]: audit 2023-12-09T02:12:27.637431+0000 mon.a (mon.0) 2307 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:28.872 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:28 smithi067 bash[79370]: cephadm 2023-12-09T02:12:27.638274+0000 mgr.y (mgr.25480) 577 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:28.872 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:28 smithi067 bash[79370]: audit 2023-12-09T02:12:27.644275+0000 mon.a (mon.0) 2308 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:28.872 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:28 smithi067 bash[79370]: audit 2023-12-09T02:12:27.646161+0000 mon.a (mon.0) 2309 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:12:28.872 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:28 smithi067 bash[79370]: audit 2023-12-09T02:12:27.758159+0000 mon.a (mon.0) 2310 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:28.872 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:28 smithi067 bash[79370]: audit 2023-12-09T02:12:27.760681+0000 mon.a (mon.0) 2311 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:28.872 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:28 smithi067 bash[79370]: audit 2023-12-09T02:12:27.763356+0000 mon.a (mon.0) 2312 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:28.872 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:28 smithi067 bash[79370]: audit 2023-12-09T02:12:27.764506+0000 mon.a (mon.0) 2313 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:28.872 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:28 smithi067 bash[79370]: audit 2023-12-09T02:12:27.773347+0000 mon.a (mon.0) 2314 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:28.872 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:28 smithi067 bash[79370]: audit 2023-12-09T02:12:27.854400+0000 mon.a (mon.0) 2315 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:28.872 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:28 smithi067 bash[79370]: audit 2023-12-09T02:12:27.856710+0000 mon.a (mon.0) 2316 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:28.872 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:28 smithi067 bash[79370]: audit 2023-12-09T02:12:27.859028+0000 mon.a (mon.0) 2317 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:28.872 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:28 smithi067 bash[79370]: audit 2023-12-09T02:12:27.859931+0000 mon.a (mon.0) 2318 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:28.872 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:28 smithi067 bash[79370]: audit 2023-12-09T02:12:27.866091+0000 mon.a (mon.0) 2319 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:28.873 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:28 smithi067 bash[79370]: audit 2023-12-09T02:12:27.948321+0000 mon.a (mon.0) 2320 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:28.873 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:28 smithi067 bash[79370]: audit 2023-12-09T02:12:27.950814+0000 mon.a (mon.0) 2321 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:28.873 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:28 smithi067 bash[79370]: audit 2023-12-09T02:12:27.953478+0000 mon.a (mon.0) 2322 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:28.873 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:28 smithi067 bash[79370]: audit 2023-12-09T02:12:27.954506+0000 mon.a (mon.0) 2323 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:28.873 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:28 smithi067 bash[79370]: audit 2023-12-09T02:12:27.961395+0000 mon.a (mon.0) 2324 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:28.873 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:28 smithi067 bash[79370]: audit 2023-12-09T02:12:28.046607+0000 mon.a (mon.0) 2325 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:28.873 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:28 smithi067 bash[79370]: audit 2023-12-09T02:12:28.051512+0000 mon.a (mon.0) 2326 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:28.873 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:28 smithi067 bash[79370]: audit 2023-12-09T02:12:28.054759+0000 mon.a (mon.0) 2327 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:28.873 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:28 smithi067 bash[79370]: audit 2023-12-09T02:12:28.055947+0000 mon.a (mon.0) 2328 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:28.873 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:28 smithi067 bash[79370]: audit 2023-12-09T02:12:28.063127+0000 mon.a (mon.0) 2329 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:28.873 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:28 smithi067 bash[79370]: audit 2023-12-09T02:12:28.145848+0000 mon.a (mon.0) 2330 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:28.873 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:28 smithi067 bash[79370]: audit 2023-12-09T02:12:28.147932+0000 mon.a (mon.0) 2331 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:28.873 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:28 smithi067 bash[79370]: audit 2023-12-09T02:12:28.150191+0000 mon.a (mon.0) 2332 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:28.873 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:28 smithi067 bash[79370]: audit 2023-12-09T02:12:28.151249+0000 mon.a (mon.0) 2333 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:28.873 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:28 smithi067 bash[79370]: audit 2023-12-09T02:12:28.158848+0000 mon.a (mon.0) 2334 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:28.874 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:28 smithi067 bash[79370]: audit 2023-12-09T02:12:28.242071+0000 mon.a (mon.0) 2335 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:28.874 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:28 smithi067 bash[79370]: audit 2023-12-09T02:12:28.245998+0000 mon.a (mon.0) 2336 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:28.874 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:28 smithi067 bash[79370]: audit 2023-12-09T02:12:28.248887+0000 mon.a (mon.0) 2337 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:28.874 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:28 smithi067 bash[79370]: audit 2023-12-09T02:12:28.250109+0000 mon.a (mon.0) 2338 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:28.874 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:28 smithi067 bash[79370]: audit 2023-12-09T02:12:28.258629+0000 mon.a (mon.0) 2339 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:28.874 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:28 smithi067 bash[79370]: audit 2023-12-09T02:12:28.340470+0000 mon.a (mon.0) 2340 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:28.874 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:28 smithi067 bash[79370]: audit 2023-12-09T02:12:28.342508+0000 mon.a (mon.0) 2341 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:28.874 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:28 smithi067 bash[79370]: audit 2023-12-09T02:12:28.345873+0000 mon.a (mon.0) 2342 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:28.874 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:28 smithi067 bash[79370]: audit 2023-12-09T02:12:28.346703+0000 mon.a (mon.0) 2343 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:28.874 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:28 smithi067 bash[79370]: audit 2023-12-09T02:12:28.355231+0000 mon.a (mon.0) 2344 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:28.874 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:28 smithi067 bash[79370]: audit 2023-12-09T02:12:28.441672+0000 mon.a (mon.0) 2345 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:28.874 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:28 smithi067 bash[79370]: audit 2023-12-09T02:12:28.445892+0000 mon.a (mon.0) 2346 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:28.874 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:28 smithi067 bash[79370]: audit 2023-12-09T02:12:28.448848+0000 mon.a (mon.0) 2347 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:28.874 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:28 smithi067 bash[79370]: audit 2023-12-09T02:12:28.449746+0000 mon.a (mon.0) 2348 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:28.874 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:28 smithi067 bash[79370]: audit 2023-12-09T02:12:28.458850+0000 mon.a (mon.0) 2349 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:28.875 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:28 smithi067 bash[79370]: audit 2023-12-09T02:12:28.538432+0000 mon.a (mon.0) 2350 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:28.875 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:28 smithi067 bash[79370]: audit 2023-12-09T02:12:28.541670+0000 mon.a (mon.0) 2351 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:28.875 INFO:journalctl@ceph.osd.1.smithi067.stdout:Dec 09 02:12:28 smithi067 bash[90035]: debug 2023-12-09T02:12:28.862+0000 7f8ec205a640 -1 osd.1 0 read_superblock omap replica is missing. 2023-12-09T02:12:28.876 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:28 smithi067 bash[82083]: cephadm 2023-12-09T02:12:26.771597+0000 mgr.y (mgr.25480) 568 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:28.876 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:28 smithi067 bash[82083]: cephadm 2023-12-09T02:12:26.866273+0000 mgr.y (mgr.25480) 569 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:28.876 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:28 smithi067 bash[82083]: cephadm 2023-12-09T02:12:26.955524+0000 mgr.y (mgr.25480) 570 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:28.876 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:28 smithi067 bash[82083]: cephadm 2023-12-09T02:12:27.046719+0000 mgr.y (mgr.25480) 571 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:28.876 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:28 smithi067 bash[82083]: cephadm 2023-12-09T02:12:27.144333+0000 mgr.y (mgr.25480) 572 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:28.876 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:28 smithi067 bash[82083]: cephadm 2023-12-09T02:12:27.238928+0000 mgr.y (mgr.25480) 573 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:28.876 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:28 smithi067 bash[82083]: cephadm 2023-12-09T02:12:27.335979+0000 mgr.y (mgr.25480) 574 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:28.876 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:28 smithi067 bash[82083]: cephadm 2023-12-09T02:12:27.432488+0000 mgr.y (mgr.25480) 575 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:28.876 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:28 smithi067 bash[82083]: cephadm 2023-12-09T02:12:27.533557+0000 mgr.y (mgr.25480) 576 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:28.876 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:28 smithi067 bash[82083]: audit 2023-12-09T02:12:27.616457+0000 mon.a (mon.0) 2303 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:28.876 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:28 smithi067 bash[82083]: audit 2023-12-09T02:12:27.620689+0000 mon.a (mon.0) 2304 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:28.876 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:28 smithi067 bash[82083]: audit 2023-12-09T02:12:27.625233+0000 mon.a (mon.0) 2305 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:28.876 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:28 smithi067 bash[82083]: audit 2023-12-09T02:12:27.627032+0000 mon.a (mon.0) 2306 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:28.876 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:28 smithi067 bash[82083]: audit 2023-12-09T02:12:27.637431+0000 mon.a (mon.0) 2307 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:28.876 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:28 smithi067 bash[82083]: cephadm 2023-12-09T02:12:27.638274+0000 mgr.y (mgr.25480) 577 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:28.877 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:28 smithi067 bash[82083]: audit 2023-12-09T02:12:27.644275+0000 mon.a (mon.0) 2308 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:28.877 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:28 smithi067 bash[82083]: audit 2023-12-09T02:12:27.646161+0000 mon.a (mon.0) 2309 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:12:28.877 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:28 smithi067 bash[82083]: audit 2023-12-09T02:12:27.758159+0000 mon.a (mon.0) 2310 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:28.877 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:28 smithi067 bash[82083]: audit 2023-12-09T02:12:27.760681+0000 mon.a (mon.0) 2311 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:28.877 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:28 smithi067 bash[82083]: audit 2023-12-09T02:12:27.763356+0000 mon.a (mon.0) 2312 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:28.877 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:28 smithi067 bash[82083]: audit 2023-12-09T02:12:27.764506+0000 mon.a (mon.0) 2313 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:28.877 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:28 smithi067 bash[82083]: audit 2023-12-09T02:12:27.773347+0000 mon.a (mon.0) 2314 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:28.877 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:28 smithi067 bash[82083]: audit 2023-12-09T02:12:27.854400+0000 mon.a (mon.0) 2315 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:28.877 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:28 smithi067 bash[82083]: audit 2023-12-09T02:12:27.856710+0000 mon.a (mon.0) 2316 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:28.877 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:28 smithi067 bash[82083]: audit 2023-12-09T02:12:27.859028+0000 mon.a (mon.0) 2317 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:28.877 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:28 smithi067 bash[82083]: audit 2023-12-09T02:12:27.859931+0000 mon.a (mon.0) 2318 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:28.877 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:28 smithi067 bash[82083]: audit 2023-12-09T02:12:27.866091+0000 mon.a (mon.0) 2319 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:28.877 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:28 smithi067 bash[82083]: audit 2023-12-09T02:12:27.948321+0000 mon.a (mon.0) 2320 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:28.877 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:28 smithi067 bash[82083]: audit 2023-12-09T02:12:27.950814+0000 mon.a (mon.0) 2321 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:28.877 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:28 smithi067 bash[82083]: audit 2023-12-09T02:12:27.953478+0000 mon.a (mon.0) 2322 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:28.878 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:28 smithi067 bash[82083]: audit 2023-12-09T02:12:27.954506+0000 mon.a (mon.0) 2323 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:28.878 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:28 smithi067 bash[82083]: audit 2023-12-09T02:12:27.961395+0000 mon.a (mon.0) 2324 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:28.878 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:28 smithi067 bash[82083]: audit 2023-12-09T02:12:28.046607+0000 mon.a (mon.0) 2325 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:28.878 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:28 smithi067 bash[82083]: audit 2023-12-09T02:12:28.051512+0000 mon.a (mon.0) 2326 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:28.878 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:28 smithi067 bash[82083]: audit 2023-12-09T02:12:28.054759+0000 mon.a (mon.0) 2327 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:28.878 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:28 smithi067 bash[82083]: audit 2023-12-09T02:12:28.055947+0000 mon.a (mon.0) 2328 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:28.878 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:28 smithi067 bash[82083]: audit 2023-12-09T02:12:28.063127+0000 mon.a (mon.0) 2329 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:28.878 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:28 smithi067 bash[82083]: audit 2023-12-09T02:12:28.145848+0000 mon.a (mon.0) 2330 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:28.878 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:28 smithi067 bash[82083]: audit 2023-12-09T02:12:28.147932+0000 mon.a (mon.0) 2331 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:28.878 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:28 smithi067 bash[82083]: audit 2023-12-09T02:12:28.150191+0000 mon.a (mon.0) 2332 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:28.878 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:28 smithi067 bash[82083]: audit 2023-12-09T02:12:28.151249+0000 mon.a (mon.0) 2333 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:28.878 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:28 smithi067 bash[82083]: audit 2023-12-09T02:12:28.158848+0000 mon.a (mon.0) 2334 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:28.878 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:28 smithi067 bash[82083]: audit 2023-12-09T02:12:28.242071+0000 mon.a (mon.0) 2335 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:28.878 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:28 smithi067 bash[82083]: audit 2023-12-09T02:12:28.245998+0000 mon.a (mon.0) 2336 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:28.879 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:28 smithi067 bash[82083]: audit 2023-12-09T02:12:28.248887+0000 mon.a (mon.0) 2337 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:28.879 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:28 smithi067 bash[82083]: audit 2023-12-09T02:12:28.250109+0000 mon.a (mon.0) 2338 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:28.879 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:28 smithi067 bash[82083]: audit 2023-12-09T02:12:28.258629+0000 mon.a (mon.0) 2339 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:28.879 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:28 smithi067 bash[82083]: audit 2023-12-09T02:12:28.340470+0000 mon.a (mon.0) 2340 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:28.879 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:28 smithi067 bash[82083]: audit 2023-12-09T02:12:28.342508+0000 mon.a (mon.0) 2341 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:28.879 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:28 smithi067 bash[82083]: audit 2023-12-09T02:12:28.345873+0000 mon.a (mon.0) 2342 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:28.879 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:28 smithi067 bash[82083]: audit 2023-12-09T02:12:28.346703+0000 mon.a (mon.0) 2343 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:28.879 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:28 smithi067 bash[82083]: audit 2023-12-09T02:12:28.355231+0000 mon.a (mon.0) 2344 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:28.879 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:28 smithi067 bash[82083]: audit 2023-12-09T02:12:28.441672+0000 mon.a (mon.0) 2345 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:28.879 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:28 smithi067 bash[82083]: audit 2023-12-09T02:12:28.445892+0000 mon.a (mon.0) 2346 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:28.879 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:28 smithi067 bash[82083]: audit 2023-12-09T02:12:28.448848+0000 mon.a (mon.0) 2347 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:28.879 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:28 smithi067 bash[82083]: audit 2023-12-09T02:12:28.449746+0000 mon.a (mon.0) 2348 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:28.879 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:28 smithi067 bash[82083]: audit 2023-12-09T02:12:28.458850+0000 mon.a (mon.0) 2349 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:28.879 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:28 smithi067 bash[82083]: audit 2023-12-09T02:12:28.538432+0000 mon.a (mon.0) 2350 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:28.879 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:28 smithi067 bash[82083]: audit 2023-12-09T02:12:28.541670+0000 mon.a (mon.0) 2351 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:28.973 INFO:journalctl@ceph.prometheus.a.smithi125.stdout:Dec 09 02:12:28 smithi125 bash[62302]: ts=2023-12-09T02:12: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 19.0.0-44-g9dcc13bb (9dcc13bb80dcc1cdea72b04d80505b4649a2b882) reef (dev)\", cluster_addr=\"172.21.15.67\", device_class=\"ssd\", hostname=\"smithi067\", instance=\"smithi067:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.67\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.67\", device_class=\"ssd\", hostname=\"smithi067\", instance=\"172.21.15.125:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.67\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-09T02:12:28.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:28 smithi125 bash[66801]: cephadm 2023-12-09T02:12:26.771597+0000 mgr.y (mgr.25480) 568 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:28.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:28 smithi125 bash[66801]: cephadm 2023-12-09T02:12:26.866273+0000 mgr.y (mgr.25480) 569 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:28.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:28 smithi125 bash[66801]: cephadm 2023-12-09T02:12:26.955524+0000 mgr.y (mgr.25480) 570 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:28.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:28 smithi125 bash[66801]: cephadm 2023-12-09T02:12:27.046719+0000 mgr.y (mgr.25480) 571 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:28.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:28 smithi125 bash[66801]: cephadm 2023-12-09T02:12:27.144333+0000 mgr.y (mgr.25480) 572 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:28.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:28 smithi125 bash[66801]: cephadm 2023-12-09T02:12:27.238928+0000 mgr.y (mgr.25480) 573 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:28.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:28 smithi125 bash[66801]: cephadm 2023-12-09T02:12:27.335979+0000 mgr.y (mgr.25480) 574 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:28.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:28 smithi125 bash[66801]: cephadm 2023-12-09T02:12:27.432488+0000 mgr.y (mgr.25480) 575 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:28.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:28 smithi125 bash[66801]: cephadm 2023-12-09T02:12:27.533557+0000 mgr.y (mgr.25480) 576 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:28.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:28 smithi125 bash[66801]: audit 2023-12-09T02:12:27.616457+0000 mon.a (mon.0) 2303 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:28.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:28 smithi125 bash[66801]: audit 2023-12-09T02:12:27.620689+0000 mon.a (mon.0) 2304 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:28.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:28 smithi125 bash[66801]: audit 2023-12-09T02:12:27.625233+0000 mon.a (mon.0) 2305 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:28.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:28 smithi125 bash[66801]: audit 2023-12-09T02:12:27.627032+0000 mon.a (mon.0) 2306 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:28.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:28 smithi125 bash[66801]: audit 2023-12-09T02:12:27.637431+0000 mon.a (mon.0) 2307 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:28.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:28 smithi125 bash[66801]: cephadm 2023-12-09T02:12:27.638274+0000 mgr.y (mgr.25480) 577 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:28.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:28 smithi125 bash[66801]: audit 2023-12-09T02:12:27.644275+0000 mon.a (mon.0) 2308 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:28.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:28 smithi125 bash[66801]: audit 2023-12-09T02:12:27.646161+0000 mon.a (mon.0) 2309 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:12:28.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:28 smithi125 bash[66801]: audit 2023-12-09T02:12:27.758159+0000 mon.a (mon.0) 2310 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:28.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:28 smithi125 bash[66801]: audit 2023-12-09T02:12:27.760681+0000 mon.a (mon.0) 2311 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:28.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:28 smithi125 bash[66801]: audit 2023-12-09T02:12:27.763356+0000 mon.a (mon.0) 2312 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:28.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:28 smithi125 bash[66801]: audit 2023-12-09T02:12:27.764506+0000 mon.a (mon.0) 2313 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:28.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:28 smithi125 bash[66801]: audit 2023-12-09T02:12:27.773347+0000 mon.a (mon.0) 2314 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:28.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:28 smithi125 bash[66801]: audit 2023-12-09T02:12:27.854400+0000 mon.a (mon.0) 2315 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:28.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:28 smithi125 bash[66801]: audit 2023-12-09T02:12:27.856710+0000 mon.a (mon.0) 2316 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:28.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:28 smithi125 bash[66801]: audit 2023-12-09T02:12:27.859028+0000 mon.a (mon.0) 2317 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:28.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:28 smithi125 bash[66801]: audit 2023-12-09T02:12:27.859931+0000 mon.a (mon.0) 2318 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:28.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:28 smithi125 bash[66801]: audit 2023-12-09T02:12:27.866091+0000 mon.a (mon.0) 2319 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:28.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:28 smithi125 bash[66801]: audit 2023-12-09T02:12:27.948321+0000 mon.a (mon.0) 2320 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:28.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:28 smithi125 bash[66801]: audit 2023-12-09T02:12:27.950814+0000 mon.a (mon.0) 2321 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:28.978 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:28 smithi125 bash[66801]: audit 2023-12-09T02:12:27.953478+0000 mon.a (mon.0) 2322 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:28.978 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:28 smithi125 bash[66801]: audit 2023-12-09T02:12:27.954506+0000 mon.a (mon.0) 2323 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:28.978 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:28 smithi125 bash[66801]: audit 2023-12-09T02:12:27.961395+0000 mon.a (mon.0) 2324 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:28.978 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:28 smithi125 bash[66801]: audit 2023-12-09T02:12:28.046607+0000 mon.a (mon.0) 2325 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:28.978 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:28 smithi125 bash[66801]: audit 2023-12-09T02:12:28.051512+0000 mon.a (mon.0) 2326 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:28.978 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:28 smithi125 bash[66801]: audit 2023-12-09T02:12:28.054759+0000 mon.a (mon.0) 2327 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:28.978 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:28 smithi125 bash[66801]: audit 2023-12-09T02:12:28.055947+0000 mon.a (mon.0) 2328 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:28.978 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:28 smithi125 bash[66801]: audit 2023-12-09T02:12:28.063127+0000 mon.a (mon.0) 2329 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:28.978 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:28 smithi125 bash[66801]: audit 2023-12-09T02:12:28.145848+0000 mon.a (mon.0) 2330 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:28.978 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:28 smithi125 bash[66801]: audit 2023-12-09T02:12:28.147932+0000 mon.a (mon.0) 2331 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:28.978 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:28 smithi125 bash[66801]: audit 2023-12-09T02:12:28.150191+0000 mon.a (mon.0) 2332 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:28.978 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:28 smithi125 bash[66801]: audit 2023-12-09T02:12:28.151249+0000 mon.a (mon.0) 2333 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:28.979 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:28 smithi125 bash[66801]: audit 2023-12-09T02:12:28.158848+0000 mon.a (mon.0) 2334 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:28.979 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:28 smithi125 bash[66801]: audit 2023-12-09T02:12:28.242071+0000 mon.a (mon.0) 2335 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:28.979 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:28 smithi125 bash[66801]: audit 2023-12-09T02:12:28.245998+0000 mon.a (mon.0) 2336 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:28.979 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:28 smithi125 bash[66801]: audit 2023-12-09T02:12:28.248887+0000 mon.a (mon.0) 2337 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:28.979 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:28 smithi125 bash[66801]: audit 2023-12-09T02:12:28.250109+0000 mon.a (mon.0) 2338 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:28.979 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:28 smithi125 bash[66801]: audit 2023-12-09T02:12:28.258629+0000 mon.a (mon.0) 2339 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:28.979 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:28 smithi125 bash[66801]: audit 2023-12-09T02:12:28.340470+0000 mon.a (mon.0) 2340 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:28.979 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:28 smithi125 bash[66801]: audit 2023-12-09T02:12:28.342508+0000 mon.a (mon.0) 2341 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:28.979 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:28 smithi125 bash[66801]: audit 2023-12-09T02:12:28.345873+0000 mon.a (mon.0) 2342 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:28.980 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:28 smithi125 bash[66801]: audit 2023-12-09T02:12:28.346703+0000 mon.a (mon.0) 2343 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:28.980 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:28 smithi125 bash[66801]: audit 2023-12-09T02:12:28.355231+0000 mon.a (mon.0) 2344 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:28.980 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:28 smithi125 bash[66801]: audit 2023-12-09T02:12:28.441672+0000 mon.a (mon.0) 2345 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:28.980 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:28 smithi125 bash[66801]: audit 2023-12-09T02:12:28.445892+0000 mon.a (mon.0) 2346 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:28.980 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:28 smithi125 bash[66801]: audit 2023-12-09T02:12:28.448848+0000 mon.a (mon.0) 2347 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:28.980 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:28 smithi125 bash[66801]: audit 2023-12-09T02:12:28.449746+0000 mon.a (mon.0) 2348 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:28.980 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:28 smithi125 bash[66801]: audit 2023-12-09T02:12:28.458850+0000 mon.a (mon.0) 2349 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:28.980 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:28 smithi125 bash[66801]: audit 2023-12-09T02:12:28.538432+0000 mon.a (mon.0) 2350 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:28.980 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:28 smithi125 bash[66801]: audit 2023-12-09T02:12:28.541670+0000 mon.a (mon.0) 2351 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:29.219 INFO:journalctl@ceph.osd.1.smithi067.stdout:Dec 09 02:12:28 smithi067 bash[90035]: debug 2023-12-09T02:12:28.914+0000 7f8ec205a640 -1 osd.1 110 log_to_monitors true 2023-12-09T02:12:29.567 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:29 smithi067 bash[82083]: cephadm 2023-12-09T02:12:27.774023+0000 mgr.y (mgr.25480) 578 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:29.568 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:29 smithi067 bash[82083]: cephadm 2023-12-09T02:12:27.866863+0000 mgr.y (mgr.25480) 579 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:29.568 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:29 smithi067 bash[82083]: cluster 2023-12-09T02:12:27.884661+0000 mgr.y (mgr.25480) 580 : cluster 0 pgmap v91: 161 pgs: 21 active+undersized+degraded, 42 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 591 B/s rd, 0 op/s; 103/726 objects degraded (14.187%) 2023-12-09T02:12:29.568 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:29 smithi067 bash[82083]: cephadm 2023-12-09T02:12:27.963547+0000 mgr.y (mgr.25480) 581 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:29.568 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:29 smithi067 bash[82083]: cephadm 2023-12-09T02:12:28.063748+0000 mgr.y (mgr.25480) 582 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:29.568 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:29 smithi067 bash[82083]: cephadm 2023-12-09T02:12:28.159617+0000 mgr.y (mgr.25480) 583 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:29.568 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:29 smithi067 bash[82083]: cephadm 2023-12-09T02:12:28.259257+0000 mgr.y (mgr.25480) 584 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:29.568 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:29 smithi067 bash[82083]: cephadm 2023-12-09T02:12:28.356147+0000 mgr.y (mgr.25480) 585 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:29.568 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:29 smithi067 bash[82083]: cephadm 2023-12-09T02:12:28.459718+0000 mgr.y (mgr.25480) 586 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:29.568 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:29 smithi067 bash[82083]: audit 2023-12-09T02:12:28.545322+0000 mon.a (mon.0) 2352 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:29.568 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:29 smithi067 bash[82083]: audit 2023-12-09T02:12:28.547194+0000 mon.a (mon.0) 2353 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:29.568 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:29 smithi067 bash[82083]: audit 2023-12-09T02:12:28.560087+0000 mon.a (mon.0) 2354 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:29.568 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:29 smithi067 bash[82083]: cephadm 2023-12-09T02:12:28.560645+0000 mgr.y (mgr.25480) 587 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:29.568 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:29 smithi067 bash[82083]: audit 2023-12-09T02:12:28.623155+0000 mon.a (mon.0) 2355 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:29.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:29 smithi067 bash[82083]: audit 2023-12-09T02:12:28.625262+0000 mon.a (mon.0) 2356 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:29.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:29 smithi067 bash[82083]: audit 2023-12-09T02:12:28.627895+0000 mon.a (mon.0) 2357 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:29.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:29 smithi067 bash[82083]: audit 2023-12-09T02:12:28.628706+0000 mon.a (mon.0) 2358 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:29.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:29 smithi067 bash[82083]: audit 2023-12-09T02:12:28.636767+0000 mon.a (mon.0) 2359 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:29.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:29 smithi067 bash[82083]: cephadm 2023-12-09T02:12:28.637366+0000 mgr.y (mgr.25480) 588 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:29.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:29 smithi067 bash[82083]: audit 2023-12-09T02:12:28.665865+0000 mgr.y (mgr.25480) 589 : audit 0 from='client.25420 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:12:29.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:29 smithi067 bash[82083]: audit 2023-12-09T02:12:28.716962+0000 mon.a (mon.0) 2360 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:29.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:29 smithi067 bash[82083]: audit 2023-12-09T02:12:28.719531+0000 mon.a (mon.0) 2361 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:29.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:29 smithi067 bash[82083]: audit 2023-12-09T02:12:28.722125+0000 mon.a (mon.0) 2362 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:29.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:29 smithi067 bash[82083]: audit 2023-12-09T02:12:28.722864+0000 mon.a (mon.0) 2363 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:29.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:29 smithi067 bash[82083]: audit 2023-12-09T02:12:28.729755+0000 mon.a (mon.0) 2364 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:29.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:29 smithi067 bash[82083]: audit 2023-12-09T02:12:28.812419+0000 mon.a (mon.0) 2365 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:29.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:29 smithi067 bash[82083]: audit 2023-12-09T02:12:28.814810+0000 mon.a (mon.0) 2366 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:29.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:29 smithi067 bash[82083]: audit 2023-12-09T02:12:28.818390+0000 mon.a (mon.0) 2367 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:29.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:29 smithi067 bash[82083]: audit 2023-12-09T02:12:28.819614+0000 mon.a (mon.0) 2368 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:29.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:29 smithi067 bash[82083]: audit 2023-12-09T02:12:28.826562+0000 mon.a (mon.0) 2369 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:29.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:29 smithi067 bash[82083]: audit 2023-12-09T02:12:28.906268+0000 mon.a (mon.0) 2370 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:29.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:29 smithi067 bash[82083]: audit 2023-12-09T02:12:28.909574+0000 mon.a (mon.0) 2371 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:29.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:29 smithi067 bash[82083]: audit 2023-12-09T02:12:28.912184+0000 mon.a (mon.0) 2372 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:29.721 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:29 smithi067 bash[79370]: cephadm 2023-12-09T02:12:27.774023+0000 mgr.y (mgr.25480) 578 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:29.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:29 smithi067 bash[79370]: cephadm 2023-12-09T02:12:27.866863+0000 mgr.y (mgr.25480) 579 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:29.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:29 smithi067 bash[79370]: cluster 2023-12-09T02:12:27.884661+0000 mgr.y (mgr.25480) 580 : cluster 0 pgmap v91: 161 pgs: 21 active+undersized+degraded, 42 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 591 B/s rd, 0 op/s; 103/726 objects degraded (14.187%) 2023-12-09T02:12:29.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:29 smithi067 bash[79370]: cephadm 2023-12-09T02:12:27.963547+0000 mgr.y (mgr.25480) 581 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:29.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:29 smithi067 bash[79370]: cephadm 2023-12-09T02:12:28.063748+0000 mgr.y (mgr.25480) 582 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:29.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:29 smithi067 bash[79370]: cephadm 2023-12-09T02:12:28.159617+0000 mgr.y (mgr.25480) 583 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:29.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:29 smithi067 bash[79370]: cephadm 2023-12-09T02:12:28.259257+0000 mgr.y (mgr.25480) 584 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:29.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:29 smithi067 bash[79370]: cephadm 2023-12-09T02:12:28.356147+0000 mgr.y (mgr.25480) 585 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:29.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:29 smithi067 bash[79370]: cephadm 2023-12-09T02:12:28.459718+0000 mgr.y (mgr.25480) 586 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:29.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:29 smithi067 bash[79370]: audit 2023-12-09T02:12:28.545322+0000 mon.a (mon.0) 2352 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:29.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:29 smithi067 bash[79370]: audit 2023-12-09T02:12:28.547194+0000 mon.a (mon.0) 2353 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:29.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:29 smithi067 bash[79370]: audit 2023-12-09T02:12:28.560087+0000 mon.a (mon.0) 2354 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:29.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:29 smithi067 bash[79370]: cephadm 2023-12-09T02:12:28.560645+0000 mgr.y (mgr.25480) 587 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:29.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:29 smithi067 bash[79370]: audit 2023-12-09T02:12:28.623155+0000 mon.a (mon.0) 2355 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:29.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:29 smithi067 bash[79370]: audit 2023-12-09T02:12:28.625262+0000 mon.a (mon.0) 2356 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:29.723 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:29 smithi067 bash[79370]: audit 2023-12-09T02:12:28.627895+0000 mon.a (mon.0) 2357 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:29.723 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:29 smithi067 bash[79370]: audit 2023-12-09T02:12:28.628706+0000 mon.a (mon.0) 2358 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:29.723 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:29 smithi067 bash[79370]: audit 2023-12-09T02:12:28.636767+0000 mon.a (mon.0) 2359 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:29.723 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:29 smithi067 bash[79370]: cephadm 2023-12-09T02:12:28.637366+0000 mgr.y (mgr.25480) 588 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:29.723 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:29 smithi067 bash[79370]: audit 2023-12-09T02:12:28.665865+0000 mgr.y (mgr.25480) 589 : audit 0 from='client.25420 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:12:29.723 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:29 smithi067 bash[82083]: audit 2023-12-09T02:12:28.913063+0000 mon.a (mon.0) 2373 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:29.723 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:29 smithi067 bash[82083]: audit 2023-12-09T02:12:28.918827+0000 mon.a (mon.0) 2374 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:29.723 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:29 smithi067 bash[82083]: audit 2023-12-09T02:12:28.924881+0000 mon.a (mon.0) 2375 : audit 1 from='osd.1 [v2:172.21.15.67:6810/2416368892,v1:172.21.15.67:6811/2416368892]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-09T02:12:29.723 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:29 smithi067 bash[82083]: audit 2023-12-09T02:12:28.978947+0000 mon.a (mon.0) 2376 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:29.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:29 smithi067 bash[82083]: audit 2023-12-09T02:12:28.982246+0000 mon.a (mon.0) 2377 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:29.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:29 smithi067 bash[82083]: audit 2023-12-09T02:12:28.985209+0000 mon.a (mon.0) 2378 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:29.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:29 smithi067 bash[82083]: audit 2023-12-09T02:12:28.986230+0000 mon.a (mon.0) 2379 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:29.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:29 smithi067 bash[82083]: audit 2023-12-09T02:12:28.992429+0000 mon.a (mon.0) 2380 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:29.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:29 smithi067 bash[82083]: audit 2023-12-09T02:12:29.073874+0000 mon.a (mon.0) 2381 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:29.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:29 smithi067 bash[82083]: audit 2023-12-09T02:12:29.076741+0000 mon.a (mon.0) 2382 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:29.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:29 smithi067 bash[82083]: audit 2023-12-09T02:12:29.080066+0000 mon.a (mon.0) 2383 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:29.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:29 smithi067 bash[82083]: audit 2023-12-09T02:12:29.080864+0000 mon.a (mon.0) 2384 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:29.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:29 smithi067 bash[82083]: audit 2023-12-09T02:12:29.087016+0000 mon.a (mon.0) 2385 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:29.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:29 smithi067 bash[82083]: audit 2023-12-09T02:12:29.148075+0000 mon.a (mon.0) 2386 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:29.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:29 smithi067 bash[82083]: audit 2023-12-09T02:12:29.153955+0000 mon.a (mon.0) 2387 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:29.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:29 smithi067 bash[82083]: audit 2023-12-09T02:12:29.157102+0000 mon.a (mon.0) 2388 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:29.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:29 smithi067 bash[82083]: audit 2023-12-09T02:12:29.158520+0000 mon.a (mon.0) 2389 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:29.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:29 smithi067 bash[82083]: audit 2023-12-09T02:12:29.166949+0000 mon.a (mon.0) 2390 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:29.725 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:29 smithi067 bash[82083]: audit 2023-12-09T02:12:29.251439+0000 mon.a (mon.0) 2391 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:29.725 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:29 smithi067 bash[82083]: audit 2023-12-09T02:12:29.253994+0000 mon.a (mon.0) 2392 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:29.725 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:29 smithi067 bash[82083]: audit 2023-12-09T02:12:29.256935+0000 mon.a (mon.0) 2393 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:29.725 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:29 smithi067 bash[82083]: audit 2023-12-09T02:12:29.257826+0000 mon.a (mon.0) 2394 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:29.725 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:29 smithi067 bash[82083]: audit 2023-12-09T02:12:29.265427+0000 mon.a (mon.0) 2395 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:29.725 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:29 smithi067 bash[82083]: audit 2023-12-09T02:12:29.345153+0000 mon.a (mon.0) 2396 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:29.725 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:29 smithi067 bash[82083]: audit 2023-12-09T02:12:29.347643+0000 mon.a (mon.0) 2397 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:29.725 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:29 smithi067 bash[82083]: audit 2023-12-09T02:12:29.350757+0000 mon.a (mon.0) 2398 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:29.725 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:29 smithi067 bash[82083]: audit 2023-12-09T02:12:29.351906+0000 mon.a (mon.0) 2399 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:29.725 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:29 smithi067 bash[82083]: audit 2023-12-09T02:12:29.361405+0000 mon.a (mon.0) 2400 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:29.725 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:29 smithi067 bash[82083]: audit 2023-12-09T02:12:29.432135+0000 mon.a (mon.0) 2401 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:29.725 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:29 smithi067 bash[82083]: audit 2023-12-09T02:12:29.434922+0000 mon.a (mon.0) 2402 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:29.725 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:29 smithi067 bash[82083]: audit 2023-12-09T02:12:29.438464+0000 mon.a (mon.0) 2403 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:29.725 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:29 smithi067 bash[82083]: audit 2023-12-09T02:12:29.439782+0000 mon.a (mon.0) 2404 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:29.725 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:29 smithi067 bash[82083]: audit 2023-12-09T02:12:29.446562+0000 mon.a (mon.0) 2405 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:29.726 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:29 smithi067 bash[82083]: audit 2023-12-09T02:12:29.528921+0000 mon.a (mon.0) 2406 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:29.726 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:29 smithi067 bash[82083]: audit 2023-12-09T02:12:29.531361+0000 mon.a (mon.0) 2407 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:29.726 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:29 smithi067 bash[82083]: audit 2023-12-09T02:12:29.533558+0000 mon.a (mon.0) 2408 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:29.726 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:29 smithi067 bash[82083]: audit 2023-12-09T02:12:29.534375+0000 mon.a (mon.0) 2409 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:29.726 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:29 smithi067 bash[82083]: audit 2023-12-09T02:12:29.540129+0000 mon.a (mon.0) 2410 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:29.726 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:29 smithi067 bash[79370]: audit 2023-12-09T02:12:28.716962+0000 mon.a (mon.0) 2360 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:29.726 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:29 smithi067 bash[79370]: audit 2023-12-09T02:12:28.719531+0000 mon.a (mon.0) 2361 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:29.727 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:29 smithi067 bash[79370]: audit 2023-12-09T02:12:28.722125+0000 mon.a (mon.0) 2362 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:29.727 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:29 smithi067 bash[79370]: audit 2023-12-09T02:12:28.722864+0000 mon.a (mon.0) 2363 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:29.727 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:29 smithi067 bash[79370]: audit 2023-12-09T02:12:28.729755+0000 mon.a (mon.0) 2364 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:29.727 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:29 smithi067 bash[79370]: audit 2023-12-09T02:12:28.812419+0000 mon.a (mon.0) 2365 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:29.727 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:29 smithi067 bash[79370]: audit 2023-12-09T02:12:28.814810+0000 mon.a (mon.0) 2366 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:29.727 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:29 smithi067 bash[79370]: audit 2023-12-09T02:12:28.818390+0000 mon.a (mon.0) 2367 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:29.727 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:29 smithi067 bash[79370]: audit 2023-12-09T02:12:28.819614+0000 mon.a (mon.0) 2368 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:29.727 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:29 smithi067 bash[79370]: audit 2023-12-09T02:12:28.826562+0000 mon.a (mon.0) 2369 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:29.727 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:29 smithi067 bash[79370]: audit 2023-12-09T02:12:28.906268+0000 mon.a (mon.0) 2370 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:29.727 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:29 smithi067 bash[79370]: audit 2023-12-09T02:12:28.909574+0000 mon.a (mon.0) 2371 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:29.727 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:29 smithi067 bash[79370]: audit 2023-12-09T02:12:28.912184+0000 mon.a (mon.0) 2372 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:29.727 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:29 smithi067 bash[79370]: audit 2023-12-09T02:12:28.913063+0000 mon.a (mon.0) 2373 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:29.727 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:29 smithi067 bash[79370]: audit 2023-12-09T02:12:28.918827+0000 mon.a (mon.0) 2374 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:29.727 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:29 smithi067 bash[79370]: audit 2023-12-09T02:12:28.924881+0000 mon.a (mon.0) 2375 : audit 1 from='osd.1 [v2:172.21.15.67:6810/2416368892,v1:172.21.15.67:6811/2416368892]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-09T02:12:29.727 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:29 smithi067 bash[79370]: audit 2023-12-09T02:12:28.978947+0000 mon.a (mon.0) 2376 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:29.728 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:29 smithi067 bash[79370]: audit 2023-12-09T02:12:28.982246+0000 mon.a (mon.0) 2377 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:29.728 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:29 smithi067 bash[79370]: audit 2023-12-09T02:12:28.985209+0000 mon.a (mon.0) 2378 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:29.728 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:29 smithi067 bash[79370]: audit 2023-12-09T02:12:28.986230+0000 mon.a (mon.0) 2379 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:29.728 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:29 smithi067 bash[79370]: audit 2023-12-09T02:12:28.992429+0000 mon.a (mon.0) 2380 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:29.728 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:29 smithi067 bash[79370]: audit 2023-12-09T02:12:29.073874+0000 mon.a (mon.0) 2381 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:29.728 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:29 smithi067 bash[79370]: audit 2023-12-09T02:12:29.076741+0000 mon.a (mon.0) 2382 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:29.728 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:29 smithi067 bash[79370]: audit 2023-12-09T02:12:29.080066+0000 mon.a (mon.0) 2383 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:29.728 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:29 smithi067 bash[79370]: audit 2023-12-09T02:12:29.080864+0000 mon.a (mon.0) 2384 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:29.728 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:29 smithi067 bash[79370]: audit 2023-12-09T02:12:29.087016+0000 mon.a (mon.0) 2385 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:29.728 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:29 smithi067 bash[79370]: audit 2023-12-09T02:12:29.148075+0000 mon.a (mon.0) 2386 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:29.728 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:29 smithi067 bash[79370]: audit 2023-12-09T02:12:29.153955+0000 mon.a (mon.0) 2387 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:29.728 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:29 smithi067 bash[79370]: audit 2023-12-09T02:12:29.157102+0000 mon.a (mon.0) 2388 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:29.728 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:29 smithi067 bash[79370]: audit 2023-12-09T02:12:29.158520+0000 mon.a (mon.0) 2389 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:29.728 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:29 smithi067 bash[79370]: audit 2023-12-09T02:12:29.166949+0000 mon.a (mon.0) 2390 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:29.728 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:29 smithi067 bash[79370]: audit 2023-12-09T02:12:29.251439+0000 mon.a (mon.0) 2391 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:29.729 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:29 smithi067 bash[79370]: audit 2023-12-09T02:12:29.253994+0000 mon.a (mon.0) 2392 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:29.729 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:29 smithi067 bash[79370]: audit 2023-12-09T02:12:29.256935+0000 mon.a (mon.0) 2393 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:29.729 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:29 smithi067 bash[79370]: audit 2023-12-09T02:12:29.257826+0000 mon.a (mon.0) 2394 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:29.729 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:29 smithi067 bash[79370]: audit 2023-12-09T02:12:29.265427+0000 mon.a (mon.0) 2395 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:29.729 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:29 smithi067 bash[79370]: audit 2023-12-09T02:12:29.345153+0000 mon.a (mon.0) 2396 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:29.729 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:29 smithi067 bash[79370]: audit 2023-12-09T02:12:29.347643+0000 mon.a (mon.0) 2397 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:29.729 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:29 smithi067 bash[79370]: audit 2023-12-09T02:12:29.350757+0000 mon.a (mon.0) 2398 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:29.729 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:29 smithi067 bash[79370]: audit 2023-12-09T02:12:29.351906+0000 mon.a (mon.0) 2399 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:29.729 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:29 smithi067 bash[79370]: audit 2023-12-09T02:12:29.361405+0000 mon.a (mon.0) 2400 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:29.729 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:29 smithi067 bash[79370]: audit 2023-12-09T02:12:29.432135+0000 mon.a (mon.0) 2401 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:29.729 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:29 smithi067 bash[79370]: audit 2023-12-09T02:12:29.434922+0000 mon.a (mon.0) 2402 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:29.729 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:29 smithi067 bash[79370]: audit 2023-12-09T02:12:29.438464+0000 mon.a (mon.0) 2403 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:29.729 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:29 smithi067 bash[79370]: audit 2023-12-09T02:12:29.439782+0000 mon.a (mon.0) 2404 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:29.729 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:29 smithi067 bash[79370]: audit 2023-12-09T02:12:29.446562+0000 mon.a (mon.0) 2405 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:29.730 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:29 smithi067 bash[79370]: audit 2023-12-09T02:12:29.528921+0000 mon.a (mon.0) 2406 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:29.730 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:29 smithi067 bash[79370]: audit 2023-12-09T02:12:29.531361+0000 mon.a (mon.0) 2407 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:29.730 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:29 smithi067 bash[79370]: audit 2023-12-09T02:12:29.533558+0000 mon.a (mon.0) 2408 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:29.730 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:29 smithi067 bash[79370]: audit 2023-12-09T02:12:29.534375+0000 mon.a (mon.0) 2409 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:29.730 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:29 smithi067 bash[79370]: audit 2023-12-09T02:12:29.540129+0000 mon.a (mon.0) 2410 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:29.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:29 smithi125 bash[66801]: cephadm 2023-12-09T02:12:27.774023+0000 mgr.y (mgr.25480) 578 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:29.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:29 smithi125 bash[66801]: cephadm 2023-12-09T02:12:27.866863+0000 mgr.y (mgr.25480) 579 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:29.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:29 smithi125 bash[66801]: cluster 2023-12-09T02:12:27.884661+0000 mgr.y (mgr.25480) 580 : cluster 0 pgmap v91: 161 pgs: 21 active+undersized+degraded, 42 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 591 B/s rd, 0 op/s; 103/726 objects degraded (14.187%) 2023-12-09T02:12:29.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:29 smithi125 bash[66801]: cephadm 2023-12-09T02:12:27.963547+0000 mgr.y (mgr.25480) 581 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:29.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:29 smithi125 bash[66801]: cephadm 2023-12-09T02:12:28.063748+0000 mgr.y (mgr.25480) 582 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:29.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:29 smithi125 bash[66801]: cephadm 2023-12-09T02:12:28.159617+0000 mgr.y (mgr.25480) 583 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:29.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:29 smithi125 bash[66801]: cephadm 2023-12-09T02:12:28.259257+0000 mgr.y (mgr.25480) 584 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:29.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:29 smithi125 bash[66801]: cephadm 2023-12-09T02:12:28.356147+0000 mgr.y (mgr.25480) 585 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:29.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:29 smithi125 bash[66801]: cephadm 2023-12-09T02:12:28.459718+0000 mgr.y (mgr.25480) 586 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:29.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:29 smithi125 bash[66801]: audit 2023-12-09T02:12:28.545322+0000 mon.a (mon.0) 2352 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:29.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:29 smithi125 bash[66801]: audit 2023-12-09T02:12:28.547194+0000 mon.a (mon.0) 2353 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:29.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:29 smithi125 bash[66801]: audit 2023-12-09T02:12:28.560087+0000 mon.a (mon.0) 2354 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:29.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:29 smithi125 bash[66801]: cephadm 2023-12-09T02:12:28.560645+0000 mgr.y (mgr.25480) 587 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:29.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:29 smithi125 bash[66801]: audit 2023-12-09T02:12:28.623155+0000 mon.a (mon.0) 2355 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:29.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:29 smithi125 bash[66801]: audit 2023-12-09T02:12:28.625262+0000 mon.a (mon.0) 2356 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:29.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:29 smithi125 bash[66801]: audit 2023-12-09T02:12:28.627895+0000 mon.a (mon.0) 2357 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:29.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:29 smithi125 bash[66801]: audit 2023-12-09T02:12:28.628706+0000 mon.a (mon.0) 2358 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:29.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:29 smithi125 bash[66801]: audit 2023-12-09T02:12:28.636767+0000 mon.a (mon.0) 2359 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:29.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:29 smithi125 bash[66801]: cephadm 2023-12-09T02:12:28.637366+0000 mgr.y (mgr.25480) 588 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:29.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:29 smithi125 bash[66801]: audit 2023-12-09T02:12:28.665865+0000 mgr.y (mgr.25480) 589 : audit 0 from='client.25420 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:12:29.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:29 smithi125 bash[66801]: audit 2023-12-09T02:12:28.716962+0000 mon.a (mon.0) 2360 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:29.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:29 smithi125 bash[66801]: audit 2023-12-09T02:12:28.719531+0000 mon.a (mon.0) 2361 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:29.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:29 smithi125 bash[66801]: audit 2023-12-09T02:12:28.722125+0000 mon.a (mon.0) 2362 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:29.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:29 smithi125 bash[66801]: audit 2023-12-09T02:12:28.722864+0000 mon.a (mon.0) 2363 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:29.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:29 smithi125 bash[66801]: audit 2023-12-09T02:12:28.729755+0000 mon.a (mon.0) 2364 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:29.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:29 smithi125 bash[66801]: audit 2023-12-09T02:12:28.812419+0000 mon.a (mon.0) 2365 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:29.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:29 smithi125 bash[66801]: audit 2023-12-09T02:12:28.814810+0000 mon.a (mon.0) 2366 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:29.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:29 smithi125 bash[66801]: audit 2023-12-09T02:12:28.818390+0000 mon.a (mon.0) 2367 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:29.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:29 smithi125 bash[66801]: audit 2023-12-09T02:12:28.819614+0000 mon.a (mon.0) 2368 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:29.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:29 smithi125 bash[66801]: audit 2023-12-09T02:12:28.826562+0000 mon.a (mon.0) 2369 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:29.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:29 smithi125 bash[66801]: audit 2023-12-09T02:12:28.906268+0000 mon.a (mon.0) 2370 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:29.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:29 smithi125 bash[66801]: audit 2023-12-09T02:12:28.909574+0000 mon.a (mon.0) 2371 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:29.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:29 smithi125 bash[66801]: audit 2023-12-09T02:12:28.912184+0000 mon.a (mon.0) 2372 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:29.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:29 smithi125 bash[66801]: audit 2023-12-09T02:12:28.913063+0000 mon.a (mon.0) 2373 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:29.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:29 smithi125 bash[66801]: audit 2023-12-09T02:12:28.918827+0000 mon.a (mon.0) 2374 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:29.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:29 smithi125 bash[66801]: audit 2023-12-09T02:12:28.924881+0000 mon.a (mon.0) 2375 : audit 1 from='osd.1 [v2:172.21.15.67:6810/2416368892,v1:172.21.15.67:6811/2416368892]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-09T02:12:29.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:29 smithi125 bash[66801]: audit 2023-12-09T02:12:28.978947+0000 mon.a (mon.0) 2376 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:29.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:29 smithi125 bash[66801]: audit 2023-12-09T02:12:28.982246+0000 mon.a (mon.0) 2377 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:29.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:29 smithi125 bash[66801]: audit 2023-12-09T02:12:28.985209+0000 mon.a (mon.0) 2378 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:29.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:29 smithi125 bash[66801]: audit 2023-12-09T02:12:28.986230+0000 mon.a (mon.0) 2379 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:29.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:29 smithi125 bash[66801]: audit 2023-12-09T02:12:28.992429+0000 mon.a (mon.0) 2380 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:29.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:29 smithi125 bash[66801]: audit 2023-12-09T02:12:29.073874+0000 mon.a (mon.0) 2381 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:29.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:29 smithi125 bash[66801]: audit 2023-12-09T02:12:29.076741+0000 mon.a (mon.0) 2382 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:29.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:29 smithi125 bash[66801]: audit 2023-12-09T02:12:29.080066+0000 mon.a (mon.0) 2383 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:29.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:29 smithi125 bash[66801]: audit 2023-12-09T02:12:29.080864+0000 mon.a (mon.0) 2384 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:29.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:29 smithi125 bash[66801]: audit 2023-12-09T02:12:29.087016+0000 mon.a (mon.0) 2385 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:29.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:29 smithi125 bash[66801]: audit 2023-12-09T02:12:29.148075+0000 mon.a (mon.0) 2386 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:29.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:29 smithi125 bash[66801]: audit 2023-12-09T02:12:29.153955+0000 mon.a (mon.0) 2387 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:29.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:29 smithi125 bash[66801]: audit 2023-12-09T02:12:29.157102+0000 mon.a (mon.0) 2388 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:29.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:29 smithi125 bash[66801]: audit 2023-12-09T02:12:29.158520+0000 mon.a (mon.0) 2389 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:29.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:29 smithi125 bash[66801]: audit 2023-12-09T02:12:29.166949+0000 mon.a (mon.0) 2390 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:29.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:29 smithi125 bash[66801]: audit 2023-12-09T02:12:29.251439+0000 mon.a (mon.0) 2391 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:29.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:29 smithi125 bash[66801]: audit 2023-12-09T02:12:29.253994+0000 mon.a (mon.0) 2392 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:29.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:29 smithi125 bash[66801]: audit 2023-12-09T02:12:29.256935+0000 mon.a (mon.0) 2393 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:29.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:29 smithi125 bash[66801]: audit 2023-12-09T02:12:29.257826+0000 mon.a (mon.0) 2394 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:29.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:29 smithi125 bash[66801]: audit 2023-12-09T02:12:29.265427+0000 mon.a (mon.0) 2395 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:29.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:29 smithi125 bash[66801]: audit 2023-12-09T02:12:29.345153+0000 mon.a (mon.0) 2396 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:29.978 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:29 smithi125 bash[66801]: audit 2023-12-09T02:12:29.347643+0000 mon.a (mon.0) 2397 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:29.978 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:29 smithi125 bash[66801]: audit 2023-12-09T02:12:29.350757+0000 mon.a (mon.0) 2398 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:29.978 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:29 smithi125 bash[66801]: audit 2023-12-09T02:12:29.351906+0000 mon.a (mon.0) 2399 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:29.978 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:29 smithi125 bash[66801]: audit 2023-12-09T02:12:29.361405+0000 mon.a (mon.0) 2400 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:29.978 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:29 smithi125 bash[66801]: audit 2023-12-09T02:12:29.432135+0000 mon.a (mon.0) 2401 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:29.978 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:29 smithi125 bash[66801]: audit 2023-12-09T02:12:29.434922+0000 mon.a (mon.0) 2402 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:29.978 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:29 smithi125 bash[66801]: audit 2023-12-09T02:12:29.438464+0000 mon.a (mon.0) 2403 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:29.978 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:29 smithi125 bash[66801]: audit 2023-12-09T02:12:29.439782+0000 mon.a (mon.0) 2404 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:29.978 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:29 smithi125 bash[66801]: audit 2023-12-09T02:12:29.446562+0000 mon.a (mon.0) 2405 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:29.978 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:29 smithi125 bash[66801]: audit 2023-12-09T02:12:29.528921+0000 mon.a (mon.0) 2406 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:29.978 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:29 smithi125 bash[66801]: audit 2023-12-09T02:12:29.531361+0000 mon.a (mon.0) 2407 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:29.978 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:29 smithi125 bash[66801]: audit 2023-12-09T02:12:29.533558+0000 mon.a (mon.0) 2408 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:29.978 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:29 smithi125 bash[66801]: audit 2023-12-09T02:12:29.534375+0000 mon.a (mon.0) 2409 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:29.978 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:29 smithi125 bash[66801]: audit 2023-12-09T02:12:29.540129+0000 mon.a (mon.0) 2410 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:30.470 INFO:journalctl@ceph.osd.1.smithi067.stdout:Dec 09 02:12:29 smithi067 bash[90035]: debug 2023-12-09T02:12:29.970+0000 7f8eb24c9700 -1 osd.1 110 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-09T02:12:30.817 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:30 smithi125 bash[66801]: cephadm 2023-12-09T02:12:28.730254+0000 mgr.y (mgr.25480) 590 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:30.817 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:30 smithi125 bash[66801]: cephadm 2023-12-09T02:12:28.827104+0000 mgr.y (mgr.25480) 591 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:30.817 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:30 smithi125 bash[66801]: cephadm 2023-12-09T02:12:28.919723+0000 mgr.y (mgr.25480) 592 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:30.817 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:30 smithi125 bash[66801]: cephadm 2023-12-09T02:12:28.993286+0000 mgr.y (mgr.25480) 593 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:30.817 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:30 smithi125 bash[66801]: cephadm 2023-12-09T02:12:29.087517+0000 mgr.y (mgr.25480) 594 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:30.817 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:30 smithi125 bash[66801]: cephadm 2023-12-09T02:12:29.167784+0000 mgr.y (mgr.25480) 595 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:30.817 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:30 smithi125 bash[66801]: cephadm 2023-12-09T02:12:29.266164+0000 mgr.y (mgr.25480) 596 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:30.817 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:30 smithi125 bash[66801]: cephadm 2023-12-09T02:12:29.364324+0000 mgr.y (mgr.25480) 597 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:30.817 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:30 smithi125 bash[66801]: cephadm 2023-12-09T02:12:29.447506+0000 mgr.y (mgr.25480) 598 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:30.818 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:30 smithi125 bash[66801]: cephadm 2023-12-09T02:12:29.540645+0000 mgr.y (mgr.25480) 599 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:30.818 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:30 smithi125 bash[66801]: audit 2023-12-09T02:12:29.620111+0000 mon.a (mon.0) 2411 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:30.818 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:30 smithi125 bash[66801]: audit 2023-12-09T02:12:29.624407+0000 mon.a (mon.0) 2412 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:30.818 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:30 smithi125 bash[66801]: audit 2023-12-09T02:12:29.629187+0000 mon.a (mon.0) 2413 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:30.818 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:30 smithi125 bash[66801]: audit 2023-12-09T02:12:29.630660+0000 mon.a (mon.0) 2414 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:30.818 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:30 smithi125 bash[66801]: audit 2023-12-09T02:12:29.639384+0000 mon.a (mon.0) 2415 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:30.818 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:30 smithi125 bash[66801]: cephadm 2023-12-09T02:12:29.640177+0000 mgr.y (mgr.25480) 600 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:30.818 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:30 smithi125 bash[66801]: audit 2023-12-09T02:12:29.722336+0000 mon.a (mon.0) 2416 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:30.818 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:30 smithi125 bash[66801]: audit 2023-12-09T02:12:29.725302+0000 mon.a (mon.0) 2417 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:30.818 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:30 smithi125 bash[66801]: audit 2023-12-09T02:12:29.729403+0000 mon.a (mon.0) 2418 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:30.818 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:30 smithi125 bash[66801]: audit 2023-12-09T02:12:29.730496+0000 mon.a (mon.0) 2419 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:30.818 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:30 smithi125 bash[66801]: audit 2023-12-09T02:12:29.738540+0000 mon.a (mon.0) 2420 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:30.819 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:30 smithi125 bash[66801]: audit 2023-12-09T02:12:29.822744+0000 mon.a (mon.0) 2421 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:30.819 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:30 smithi125 bash[66801]: audit 2023-12-09T02:12:29.825015+0000 mon.a (mon.0) 2422 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:30.819 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:30 smithi125 bash[66801]: audit 2023-12-09T02:12:29.827904+0000 mon.a (mon.0) 2423 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:30.819 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:30 smithi125 bash[66801]: audit 2023-12-09T02:12:29.828877+0000 mon.a (mon.0) 2424 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:30.819 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:30 smithi125 bash[66801]: audit 2023-12-09T02:12:29.839424+0000 mon.a (mon.0) 2425 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:30.819 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:30 smithi125 bash[66801]: audit 2023-12-09T02:12:29.918343+0000 mon.a (mon.0) 2426 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:30.819 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:30 smithi125 bash[66801]: cluster 2023-12-09T02:12:29.920167+0000 osd.4 (osd.4) 11 : cluster 3 failed to encode map e113 with expected crc 2023-12-09T02:12:30.819 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:30 smithi125 bash[66801]: audit 2023-12-09T02:12:29.921531+0000 mon.a (mon.0) 2427 : audit 1 from='osd.1 [v2:172.21.15.67:6810/2416368892,v1:172.21.15.67:6811/2416368892]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-12-09T02:12:30.819 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:30 smithi125 bash[66801]: cluster 2023-12-09T02:12:29.923263+0000 osd.2 (osd.2) 11 : cluster 3 failed to encode map e113 with expected crc 2023-12-09T02:12:30.820 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:30 smithi125 bash[66801]: cluster 2023-12-09T02:12:29.927003+0000 mon.a (mon.0) 2428 : cluster 0 osdmap e113: 8 total, 7 up, 8 in 2023-12-09T02:12:30.820 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:30 smithi125 bash[66801]: audit 2023-12-09T02:12:29.927637+0000 mon.a (mon.0) 2429 : audit 1 from='osd.1 [v2:172.21.15.67:6810/2416368892,v1:172.21.15.67:6811/2416368892]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi067", "root=default"]}]: dispatch 2023-12-09T02:12:30.820 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:30 smithi125 bash[66801]: audit 2023-12-09T02:12:29.928069+0000 mon.a (mon.0) 2430 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:30.820 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:30 smithi125 bash[66801]: audit 2023-12-09T02:12:29.933823+0000 mon.a (mon.0) 2431 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:30.820 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:30 smithi125 bash[66801]: audit 2023-12-09T02:12:29.934953+0000 mon.a (mon.0) 2432 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:30.820 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:30 smithi125 bash[66801]: audit 2023-12-09T02:12:29.946620+0000 mon.a (mon.0) 2433 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:30.820 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:30 smithi125 bash[66801]: cluster 2023-12-09T02:12:29.962940+0000 osd.5 (osd.5) 13 : cluster 3 failed to encode map e113 with expected crc 2023-12-09T02:12:30.820 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:30 smithi125 bash[66801]: audit 2023-12-09T02:12:30.015451+0000 mon.a (mon.0) 2434 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:30.820 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:30 smithi125 bash[66801]: audit 2023-12-09T02:12:30.018025+0000 mon.a (mon.0) 2435 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:30.820 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:30 smithi125 bash[66801]: audit 2023-12-09T02:12:30.021613+0000 mon.a (mon.0) 2436 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:30.820 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:30 smithi125 bash[66801]: audit 2023-12-09T02:12:30.022505+0000 mon.a (mon.0) 2437 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:30.820 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:30 smithi125 bash[66801]: audit 2023-12-09T02:12:30.027507+0000 mon.a (mon.0) 2438 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:30.820 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:30 smithi125 bash[66801]: audit 2023-12-09T02:12:30.109619+0000 mon.a (mon.0) 2439 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:30.820 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:30 smithi125 bash[66801]: audit 2023-12-09T02:12:30.112773+0000 mon.a (mon.0) 2440 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:30.821 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:30 smithi125 bash[66801]: audit 2023-12-09T02:12:30.115833+0000 mon.a (mon.0) 2441 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:30.821 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:30 smithi125 bash[66801]: audit 2023-12-09T02:12:30.117024+0000 mon.a (mon.0) 2442 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:30.821 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:30 smithi125 bash[66801]: audit 2023-12-09T02:12:30.123940+0000 mon.a (mon.0) 2443 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:30.821 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:30 smithi125 bash[66801]: audit 2023-12-09T02:12:30.204103+0000 mon.a (mon.0) 2444 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:30.821 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:30 smithi125 bash[66801]: audit 2023-12-09T02:12:30.206669+0000 mon.a (mon.0) 2445 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:30.821 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:30 smithi125 bash[66801]: audit 2023-12-09T02:12:30.209964+0000 mon.a (mon.0) 2446 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:30.821 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:30 smithi125 bash[66801]: audit 2023-12-09T02:12:30.210970+0000 mon.a (mon.0) 2447 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:30.821 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:30 smithi125 bash[66801]: audit 2023-12-09T02:12:30.217065+0000 mon.a (mon.0) 2448 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:30.821 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:30 smithi125 bash[66801]: audit 2023-12-09T02:12:30.299361+0000 mon.a (mon.0) 2449 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:30.821 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:30 smithi125 bash[66801]: audit 2023-12-09T02:12:30.301795+0000 mon.a (mon.0) 2450 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:30.821 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:30 smithi125 bash[66801]: audit 2023-12-09T02:12:30.306149+0000 mon.a (mon.0) 2451 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:30.821 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:30 smithi125 bash[66801]: audit 2023-12-09T02:12:30.307181+0000 mon.a (mon.0) 2452 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:30.821 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:30 smithi125 bash[66801]: audit 2023-12-09T02:12:30.314001+0000 mon.a (mon.0) 2453 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:30.821 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:30 smithi125 bash[66801]: audit 2023-12-09T02:12:30.397850+0000 mon.a (mon.0) 2454 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:30.821 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:30 smithi125 bash[66801]: audit 2023-12-09T02:12:30.400922+0000 mon.a (mon.0) 2455 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:30.821 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:30 smithi125 bash[66801]: audit 2023-12-09T02:12:30.404052+0000 mon.a (mon.0) 2456 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:30.822 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:30 smithi125 bash[66801]: audit 2023-12-09T02:12:30.405323+0000 mon.a (mon.0) 2457 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:30.822 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:30 smithi125 bash[66801]: audit 2023-12-09T02:12:30.414543+0000 mon.a (mon.0) 2458 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:30.822 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:30 smithi125 bash[66801]: audit 2023-12-09T02:12:30.492430+0000 mon.a (mon.0) 2459 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:30.822 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:30 smithi125 bash[66801]: audit 2023-12-09T02:12:30.495238+0000 mon.a (mon.0) 2460 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:30.822 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:30 smithi125 bash[66801]: audit 2023-12-09T02:12:30.498459+0000 mon.a (mon.0) 2461 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:30.822 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:30 smithi125 bash[66801]: audit 2023-12-09T02:12:30.499744+0000 mon.a (mon.0) 2462 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:30.822 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:30 smithi125 bash[66801]: audit 2023-12-09T02:12:30.506284+0000 mon.a (mon.0) 2463 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:30.870 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:30 smithi067 bash[79370]: cephadm 2023-12-09T02:12:28.730254+0000 mgr.y (mgr.25480) 590 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:30.870 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:30 smithi067 bash[79370]: cephadm 2023-12-09T02:12:28.827104+0000 mgr.y (mgr.25480) 591 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:30.871 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:30 smithi067 bash[79370]: cephadm 2023-12-09T02:12:28.919723+0000 mgr.y (mgr.25480) 592 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:30.871 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:30 smithi067 bash[79370]: cephadm 2023-12-09T02:12:28.993286+0000 mgr.y (mgr.25480) 593 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:30.871 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:30 smithi067 bash[79370]: cephadm 2023-12-09T02:12:29.087517+0000 mgr.y (mgr.25480) 594 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:30.871 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:30 smithi067 bash[79370]: cephadm 2023-12-09T02:12:29.167784+0000 mgr.y (mgr.25480) 595 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:30.871 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:30 smithi067 bash[79370]: cephadm 2023-12-09T02:12:29.266164+0000 mgr.y (mgr.25480) 596 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:30.871 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:30 smithi067 bash[79370]: cephadm 2023-12-09T02:12:29.364324+0000 mgr.y (mgr.25480) 597 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:30.871 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:30 smithi067 bash[79370]: cephadm 2023-12-09T02:12:29.447506+0000 mgr.y (mgr.25480) 598 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:30.871 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:30 smithi067 bash[79370]: cephadm 2023-12-09T02:12:29.540645+0000 mgr.y (mgr.25480) 599 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:30.871 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:30 smithi067 bash[79370]: audit 2023-12-09T02:12:29.620111+0000 mon.a (mon.0) 2411 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:30.871 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:30 smithi067 bash[79370]: audit 2023-12-09T02:12:29.624407+0000 mon.a (mon.0) 2412 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:30.871 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:30 smithi067 bash[79370]: audit 2023-12-09T02:12:29.629187+0000 mon.a (mon.0) 2413 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:30.871 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:30 smithi067 bash[79370]: audit 2023-12-09T02:12:29.630660+0000 mon.a (mon.0) 2414 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:30.871 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:30 smithi067 bash[79370]: audit 2023-12-09T02:12:29.639384+0000 mon.a (mon.0) 2415 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:30.871 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:30 smithi067 bash[79370]: cephadm 2023-12-09T02:12:29.640177+0000 mgr.y (mgr.25480) 600 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:30.872 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:30 smithi067 bash[79370]: audit 2023-12-09T02:12:29.722336+0000 mon.a (mon.0) 2416 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:30.872 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:30 smithi067 bash[79370]: audit 2023-12-09T02:12:29.725302+0000 mon.a (mon.0) 2417 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:30.872 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:30 smithi067 bash[79370]: audit 2023-12-09T02:12:29.729403+0000 mon.a (mon.0) 2418 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:30.872 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:30 smithi067 bash[79370]: audit 2023-12-09T02:12:29.730496+0000 mon.a (mon.0) 2419 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:30.872 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:30 smithi067 bash[79370]: audit 2023-12-09T02:12:29.738540+0000 mon.a (mon.0) 2420 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:30.872 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:30 smithi067 bash[82083]: cephadm 2023-12-09T02:12:28.730254+0000 mgr.y (mgr.25480) 590 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:30.872 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:30 smithi067 bash[82083]: cephadm 2023-12-09T02:12:28.827104+0000 mgr.y (mgr.25480) 591 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:30.872 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:30 smithi067 bash[82083]: cephadm 2023-12-09T02:12:28.919723+0000 mgr.y (mgr.25480) 592 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:30.872 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:30 smithi067 bash[82083]: cephadm 2023-12-09T02:12:28.993286+0000 mgr.y (mgr.25480) 593 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:30.873 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:30 smithi067 bash[82083]: cephadm 2023-12-09T02:12:29.087517+0000 mgr.y (mgr.25480) 594 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:30.873 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:30 smithi067 bash[82083]: cephadm 2023-12-09T02:12:29.167784+0000 mgr.y (mgr.25480) 595 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:30.873 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:30 smithi067 bash[82083]: cephadm 2023-12-09T02:12:29.266164+0000 mgr.y (mgr.25480) 596 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:30.873 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:30 smithi067 bash[82083]: cephadm 2023-12-09T02:12:29.364324+0000 mgr.y (mgr.25480) 597 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:30.873 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:30 smithi067 bash[82083]: cephadm 2023-12-09T02:12:29.447506+0000 mgr.y (mgr.25480) 598 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:30.873 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:30 smithi067 bash[82083]: cephadm 2023-12-09T02:12:29.540645+0000 mgr.y (mgr.25480) 599 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:30.873 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:30 smithi067 bash[82083]: audit 2023-12-09T02:12:29.620111+0000 mon.a (mon.0) 2411 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:30.873 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:30 smithi067 bash[82083]: audit 2023-12-09T02:12:29.624407+0000 mon.a (mon.0) 2412 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:30.873 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:30 smithi067 bash[82083]: audit 2023-12-09T02:12:29.629187+0000 mon.a (mon.0) 2413 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:30.873 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:30 smithi067 bash[82083]: audit 2023-12-09T02:12:29.630660+0000 mon.a (mon.0) 2414 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:30.873 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:30 smithi067 bash[82083]: audit 2023-12-09T02:12:29.639384+0000 mon.a (mon.0) 2415 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:30.873 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:30 smithi067 bash[82083]: cephadm 2023-12-09T02:12:29.640177+0000 mgr.y (mgr.25480) 600 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:30.873 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:30 smithi067 bash[82083]: audit 2023-12-09T02:12:29.722336+0000 mon.a (mon.0) 2416 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:30.873 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:30 smithi067 bash[82083]: audit 2023-12-09T02:12:29.725302+0000 mon.a (mon.0) 2417 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:30.874 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:30 smithi067 bash[82083]: audit 2023-12-09T02:12:29.729403+0000 mon.a (mon.0) 2418 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:30.874 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:30 smithi067 bash[82083]: audit 2023-12-09T02:12:29.730496+0000 mon.a (mon.0) 2419 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:30.874 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:30 smithi067 bash[82083]: audit 2023-12-09T02:12:29.738540+0000 mon.a (mon.0) 2420 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:30.874 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:30 smithi067 bash[82083]: audit 2023-12-09T02:12:29.822744+0000 mon.a (mon.0) 2421 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:30.874 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:30 smithi067 bash[82083]: audit 2023-12-09T02:12:29.825015+0000 mon.a (mon.0) 2422 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:30.874 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:30 smithi067 bash[82083]: audit 2023-12-09T02:12:29.827904+0000 mon.a (mon.0) 2423 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:30.874 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:30 smithi067 bash[82083]: audit 2023-12-09T02:12:29.828877+0000 mon.a (mon.0) 2424 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:30.874 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:30 smithi067 bash[82083]: audit 2023-12-09T02:12:29.839424+0000 mon.a (mon.0) 2425 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:30.874 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:30 smithi067 bash[82083]: audit 2023-12-09T02:12:29.918343+0000 mon.a (mon.0) 2426 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:30.874 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:30 smithi067 bash[82083]: cluster 2023-12-09T02:12:29.920167+0000 osd.4 (osd.4) 11 : cluster 3 failed to encode map e113 with expected crc 2023-12-09T02:12:30.874 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:30 smithi067 bash[82083]: audit 2023-12-09T02:12:29.921531+0000 mon.a (mon.0) 2427 : audit 1 from='osd.1 [v2:172.21.15.67:6810/2416368892,v1:172.21.15.67:6811/2416368892]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-12-09T02:12:30.874 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:30 smithi067 bash[82083]: cluster 2023-12-09T02:12:29.923263+0000 osd.2 (osd.2) 11 : cluster 3 failed to encode map e113 with expected crc 2023-12-09T02:12:30.874 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:30 smithi067 bash[82083]: cluster 2023-12-09T02:12:29.927003+0000 mon.a (mon.0) 2428 : cluster 0 osdmap e113: 8 total, 7 up, 8 in 2023-12-09T02:12:30.874 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:30 smithi067 bash[82083]: audit 2023-12-09T02:12:29.927637+0000 mon.a (mon.0) 2429 : audit 1 from='osd.1 [v2:172.21.15.67:6810/2416368892,v1:172.21.15.67:6811/2416368892]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi067", "root=default"]}]: dispatch 2023-12-09T02:12:30.875 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:30 smithi067 bash[82083]: audit 2023-12-09T02:12:29.928069+0000 mon.a (mon.0) 2430 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:30.875 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:30 smithi067 bash[82083]: audit 2023-12-09T02:12:29.933823+0000 mon.a (mon.0) 2431 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:30.875 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:30 smithi067 bash[82083]: audit 2023-12-09T02:12:29.934953+0000 mon.a (mon.0) 2432 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:30.875 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:30 smithi067 bash[82083]: audit 2023-12-09T02:12:29.946620+0000 mon.a (mon.0) 2433 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:30.875 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:30 smithi067 bash[82083]: cluster 2023-12-09T02:12:29.962940+0000 osd.5 (osd.5) 13 : cluster 3 failed to encode map e113 with expected crc 2023-12-09T02:12:30.875 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:30 smithi067 bash[82083]: audit 2023-12-09T02:12:30.015451+0000 mon.a (mon.0) 2434 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:30.875 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:30 smithi067 bash[82083]: audit 2023-12-09T02:12:30.018025+0000 mon.a (mon.0) 2435 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:30.875 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:30 smithi067 bash[82083]: audit 2023-12-09T02:12:30.021613+0000 mon.a (mon.0) 2436 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:30.875 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:30 smithi067 bash[79370]: audit 2023-12-09T02:12:29.822744+0000 mon.a (mon.0) 2421 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:30.875 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:30 smithi067 bash[79370]: audit 2023-12-09T02:12:29.825015+0000 mon.a (mon.0) 2422 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:30.875 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:30 smithi067 bash[79370]: audit 2023-12-09T02:12:29.827904+0000 mon.a (mon.0) 2423 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:30.875 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:30 smithi067 bash[79370]: audit 2023-12-09T02:12:29.828877+0000 mon.a (mon.0) 2424 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:30.876 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:30 smithi067 bash[79370]: audit 2023-12-09T02:12:29.839424+0000 mon.a (mon.0) 2425 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:30.876 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:30 smithi067 bash[79370]: audit 2023-12-09T02:12:29.918343+0000 mon.a (mon.0) 2426 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:30.876 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:30 smithi067 bash[79370]: cluster 2023-12-09T02:12:29.920167+0000 osd.4 (osd.4) 11 : cluster 3 failed to encode map e113 with expected crc 2023-12-09T02:12:30.876 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:30 smithi067 bash[79370]: audit 2023-12-09T02:12:29.921531+0000 mon.a (mon.0) 2427 : audit 1 from='osd.1 [v2:172.21.15.67:6810/2416368892,v1:172.21.15.67:6811/2416368892]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-12-09T02:12:30.876 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:30 smithi067 bash[79370]: cluster 2023-12-09T02:12:29.923263+0000 osd.2 (osd.2) 11 : cluster 3 failed to encode map e113 with expected crc 2023-12-09T02:12:30.876 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:30 smithi067 bash[79370]: cluster 2023-12-09T02:12:29.927003+0000 mon.a (mon.0) 2428 : cluster 0 osdmap e113: 8 total, 7 up, 8 in 2023-12-09T02:12:30.876 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:30 smithi067 bash[79370]: audit 2023-12-09T02:12:29.927637+0000 mon.a (mon.0) 2429 : audit 1 from='osd.1 [v2:172.21.15.67:6810/2416368892,v1:172.21.15.67:6811/2416368892]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi067", "root=default"]}]: dispatch 2023-12-09T02:12:30.876 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:30 smithi067 bash[79370]: audit 2023-12-09T02:12:29.928069+0000 mon.a (mon.0) 2430 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:30.876 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:30 smithi067 bash[79370]: audit 2023-12-09T02:12:29.933823+0000 mon.a (mon.0) 2431 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:30.876 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:30 smithi067 bash[79370]: audit 2023-12-09T02:12:29.934953+0000 mon.a (mon.0) 2432 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:30.876 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:30 smithi067 bash[79370]: audit 2023-12-09T02:12:29.946620+0000 mon.a (mon.0) 2433 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:30.876 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:30 smithi067 bash[79370]: cluster 2023-12-09T02:12:29.962940+0000 osd.5 (osd.5) 13 : cluster 3 failed to encode map e113 with expected crc 2023-12-09T02:12:30.876 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:30 smithi067 bash[79370]: audit 2023-12-09T02:12:30.015451+0000 mon.a (mon.0) 2434 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:30.876 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:30 smithi067 bash[79370]: audit 2023-12-09T02:12:30.018025+0000 mon.a (mon.0) 2435 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:30.877 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:30 smithi067 bash[79370]: audit 2023-12-09T02:12:30.021613+0000 mon.a (mon.0) 2436 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:30.877 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:30 smithi067 bash[82083]: audit 2023-12-09T02:12:30.022505+0000 mon.a (mon.0) 2437 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:30.877 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:30 smithi067 bash[82083]: audit 2023-12-09T02:12:30.027507+0000 mon.a (mon.0) 2438 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:30.877 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:30 smithi067 bash[82083]: audit 2023-12-09T02:12:30.109619+0000 mon.a (mon.0) 2439 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:30.877 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:30 smithi067 bash[82083]: audit 2023-12-09T02:12:30.112773+0000 mon.a (mon.0) 2440 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:30.877 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:30 smithi067 bash[82083]: audit 2023-12-09T02:12:30.115833+0000 mon.a (mon.0) 2441 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:30.877 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:30 smithi067 bash[82083]: audit 2023-12-09T02:12:30.117024+0000 mon.a (mon.0) 2442 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:30.877 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:30 smithi067 bash[82083]: audit 2023-12-09T02:12:30.123940+0000 mon.a (mon.0) 2443 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:30.877 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:30 smithi067 bash[82083]: audit 2023-12-09T02:12:30.204103+0000 mon.a (mon.0) 2444 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:30.877 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:30 smithi067 bash[82083]: audit 2023-12-09T02:12:30.206669+0000 mon.a (mon.0) 2445 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:30.877 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:30 smithi067 bash[82083]: audit 2023-12-09T02:12:30.209964+0000 mon.a (mon.0) 2446 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:30.878 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:30 smithi067 bash[82083]: audit 2023-12-09T02:12:30.210970+0000 mon.a (mon.0) 2447 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:30.878 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:30 smithi067 bash[82083]: audit 2023-12-09T02:12:30.217065+0000 mon.a (mon.0) 2448 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:30.878 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:30 smithi067 bash[82083]: audit 2023-12-09T02:12:30.299361+0000 mon.a (mon.0) 2449 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:30.878 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:30 smithi067 bash[82083]: audit 2023-12-09T02:12:30.301795+0000 mon.a (mon.0) 2450 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:30.878 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:30 smithi067 bash[82083]: audit 2023-12-09T02:12:30.306149+0000 mon.a (mon.0) 2451 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:30.878 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:30 smithi067 bash[82083]: audit 2023-12-09T02:12:30.307181+0000 mon.a (mon.0) 2452 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:30.878 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:30 smithi067 bash[82083]: audit 2023-12-09T02:12:30.314001+0000 mon.a (mon.0) 2453 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:30.878 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:30 smithi067 bash[82083]: audit 2023-12-09T02:12:30.397850+0000 mon.a (mon.0) 2454 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:30.878 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:30 smithi067 bash[82083]: audit 2023-12-09T02:12:30.400922+0000 mon.a (mon.0) 2455 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:30.878 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:30 smithi067 bash[82083]: audit 2023-12-09T02:12:30.404052+0000 mon.a (mon.0) 2456 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:30.879 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:30 smithi067 bash[79370]: audit 2023-12-09T02:12:30.022505+0000 mon.a (mon.0) 2437 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:30.879 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:30 smithi067 bash[79370]: audit 2023-12-09T02:12:30.027507+0000 mon.a (mon.0) 2438 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:30.879 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:30 smithi067 bash[79370]: audit 2023-12-09T02:12:30.109619+0000 mon.a (mon.0) 2439 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:30.879 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:30 smithi067 bash[79370]: audit 2023-12-09T02:12:30.112773+0000 mon.a (mon.0) 2440 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:30.879 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:30 smithi067 bash[79370]: audit 2023-12-09T02:12:30.115833+0000 mon.a (mon.0) 2441 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:30.879 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:30 smithi067 bash[79370]: audit 2023-12-09T02:12:30.117024+0000 mon.a (mon.0) 2442 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:30.879 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:30 smithi067 bash[79370]: audit 2023-12-09T02:12:30.123940+0000 mon.a (mon.0) 2443 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:30.879 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:30 smithi067 bash[79370]: audit 2023-12-09T02:12:30.204103+0000 mon.a (mon.0) 2444 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:30.879 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:30 smithi067 bash[79370]: audit 2023-12-09T02:12:30.206669+0000 mon.a (mon.0) 2445 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:30.879 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:30 smithi067 bash[79370]: audit 2023-12-09T02:12:30.209964+0000 mon.a (mon.0) 2446 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:30.879 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:30 smithi067 bash[79370]: audit 2023-12-09T02:12:30.210970+0000 mon.a (mon.0) 2447 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:30.879 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:30 smithi067 bash[79370]: audit 2023-12-09T02:12:30.217065+0000 mon.a (mon.0) 2448 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:30.879 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:30 smithi067 bash[79370]: audit 2023-12-09T02:12:30.299361+0000 mon.a (mon.0) 2449 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:30.880 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:30 smithi067 bash[79370]: audit 2023-12-09T02:12:30.301795+0000 mon.a (mon.0) 2450 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:30.880 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:30 smithi067 bash[79370]: audit 2023-12-09T02:12:30.306149+0000 mon.a (mon.0) 2451 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:30.880 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:30 smithi067 bash[79370]: audit 2023-12-09T02:12:30.307181+0000 mon.a (mon.0) 2452 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:30.880 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:30 smithi067 bash[79370]: audit 2023-12-09T02:12:30.314001+0000 mon.a (mon.0) 2453 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:30.880 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:30 smithi067 bash[79370]: audit 2023-12-09T02:12:30.397850+0000 mon.a (mon.0) 2454 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:30.880 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:30 smithi067 bash[79370]: audit 2023-12-09T02:12:30.400922+0000 mon.a (mon.0) 2455 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:30.880 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:30 smithi067 bash[79370]: audit 2023-12-09T02:12:30.404052+0000 mon.a (mon.0) 2456 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:30.880 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:30 smithi067 bash[79370]: audit 2023-12-09T02:12:30.405323+0000 mon.a (mon.0) 2457 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:30.880 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:30 smithi067 bash[79370]: audit 2023-12-09T02:12:30.414543+0000 mon.a (mon.0) 2458 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:30.880 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:30 smithi067 bash[79370]: audit 2023-12-09T02:12:30.492430+0000 mon.a (mon.0) 2459 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:30.880 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:30 smithi067 bash[79370]: audit 2023-12-09T02:12:30.495238+0000 mon.a (mon.0) 2460 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:30.880 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:30 smithi067 bash[79370]: audit 2023-12-09T02:12:30.498459+0000 mon.a (mon.0) 2461 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:30.880 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:30 smithi067 bash[79370]: audit 2023-12-09T02:12:30.499744+0000 mon.a (mon.0) 2462 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:30.880 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:30 smithi067 bash[79370]: audit 2023-12-09T02:12:30.506284+0000 mon.a (mon.0) 2463 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:30.881 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:30 smithi067 bash[82083]: audit 2023-12-09T02:12:30.405323+0000 mon.a (mon.0) 2457 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:30.881 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:30 smithi067 bash[82083]: audit 2023-12-09T02:12:30.414543+0000 mon.a (mon.0) 2458 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:30.881 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:30 smithi067 bash[82083]: audit 2023-12-09T02:12:30.492430+0000 mon.a (mon.0) 2459 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:30.881 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:30 smithi067 bash[82083]: audit 2023-12-09T02:12:30.495238+0000 mon.a (mon.0) 2460 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:30.881 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:30 smithi067 bash[82083]: audit 2023-12-09T02:12:30.498459+0000 mon.a (mon.0) 2461 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:30.881 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:30 smithi067 bash[82083]: audit 2023-12-09T02:12:30.499744+0000 mon.a (mon.0) 2462 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:30.881 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:30 smithi067 bash[82083]: audit 2023-12-09T02:12:30.506284+0000 mon.a (mon.0) 2463 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:31.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:31 smithi067 bash[79370]: cephadm 2023-12-09T02:12:29.739133+0000 mgr.y (mgr.25480) 601 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:31.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:31 smithi067 bash[79370]: cephadm 2023-12-09T02:12:29.840156+0000 mgr.y (mgr.25480) 602 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:31.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:31 smithi067 bash[79370]: cluster 2023-12-09T02:12:29.886604+0000 mgr.y (mgr.25480) 603 : cluster 0 pgmap v92: 161 pgs: 21 active+undersized+degraded, 42 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 960 B/s rd, 0 op/s; 103/726 objects degraded (14.187%) 2023-12-09T02:12:31.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:31 smithi067 bash[79370]: cephadm 2023-12-09T02:12:29.947262+0000 mgr.y (mgr.25480) 604 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:31.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:31 smithi067 bash[79370]: cephadm 2023-12-09T02:12:30.028071+0000 mgr.y (mgr.25480) 605 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:31.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:31 smithi067 bash[79370]: cephadm 2023-12-09T02:12:30.125721+0000 mgr.y (mgr.25480) 606 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:31.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:31 smithi067 bash[79370]: cephadm 2023-12-09T02:12:30.217877+0000 mgr.y (mgr.25480) 607 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:31.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:31 smithi067 bash[79370]: cephadm 2023-12-09T02:12:30.314794+0000 mgr.y (mgr.25480) 608 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:31.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:31 smithi067 bash[79370]: cephadm 2023-12-09T02:12:30.415216+0000 mgr.y (mgr.25480) 609 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:31.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:31 smithi067 bash[79370]: cephadm 2023-12-09T02:12:30.506802+0000 mgr.y (mgr.25480) 610 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:31.721 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:31 smithi067 bash[79370]: audit 2023-12-09T02:12:30.596018+0000 mon.a (mon.0) 2464 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:31.721 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:31 smithi067 bash[79370]: audit 2023-12-09T02:12:30.600328+0000 mon.a (mon.0) 2465 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:31.721 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:31 smithi067 bash[79370]: audit 2023-12-09T02:12:30.603591+0000 mon.a (mon.0) 2466 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:31.721 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:31 smithi067 bash[79370]: audit 2023-12-09T02:12:30.604534+0000 mon.a (mon.0) 2467 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:31.721 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:31 smithi067 bash[79370]: audit 2023-12-09T02:12:30.613294+0000 mon.a (mon.0) 2468 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:31.721 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:31 smithi067 bash[79370]: cephadm 2023-12-09T02:12:30.614449+0000 mgr.y (mgr.25480) 611 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:31.721 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:31 smithi067 bash[79370]: audit 2023-12-09T02:12:30.695817+0000 mon.a (mon.0) 2469 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:31.721 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:31 smithi067 bash[79370]: audit 2023-12-09T02:12:30.699708+0000 mon.a (mon.0) 2470 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:31.721 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:31 smithi067 bash[79370]: audit 2023-12-09T02:12:30.702490+0000 mon.a (mon.0) 2471 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:31.721 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:31 smithi067 bash[79370]: audit 2023-12-09T02:12:30.703473+0000 mon.a (mon.0) 2472 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:31.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:31 smithi067 bash[82083]: cephadm 2023-12-09T02:12:29.739133+0000 mgr.y (mgr.25480) 601 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:31.722 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:31 smithi067 bash[82083]: cephadm 2023-12-09T02:12:29.840156+0000 mgr.y (mgr.25480) 602 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:31.722 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:31 smithi067 bash[82083]: cluster 2023-12-09T02:12:29.886604+0000 mgr.y (mgr.25480) 603 : cluster 0 pgmap v92: 161 pgs: 21 active+undersized+degraded, 42 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 960 B/s rd, 0 op/s; 103/726 objects degraded (14.187%) 2023-12-09T02:12:31.722 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:31 smithi067 bash[82083]: cephadm 2023-12-09T02:12:29.947262+0000 mgr.y (mgr.25480) 604 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:31.722 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:31 smithi067 bash[82083]: cephadm 2023-12-09T02:12:30.028071+0000 mgr.y (mgr.25480) 605 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:31.722 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:31 smithi067 bash[82083]: cephadm 2023-12-09T02:12:30.125721+0000 mgr.y (mgr.25480) 606 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:31.722 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:31 smithi067 bash[82083]: cephadm 2023-12-09T02:12:30.217877+0000 mgr.y (mgr.25480) 607 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:31.722 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:31 smithi067 bash[82083]: cephadm 2023-12-09T02:12:30.314794+0000 mgr.y (mgr.25480) 608 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:31.722 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:31 smithi067 bash[82083]: cephadm 2023-12-09T02:12:30.415216+0000 mgr.y (mgr.25480) 609 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:31.722 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:31 smithi067 bash[82083]: cephadm 2023-12-09T02:12:30.506802+0000 mgr.y (mgr.25480) 610 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:31.722 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:31 smithi067 bash[82083]: audit 2023-12-09T02:12:30.596018+0000 mon.a (mon.0) 2464 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:31.722 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:31 smithi067 bash[82083]: audit 2023-12-09T02:12:30.600328+0000 mon.a (mon.0) 2465 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:31.722 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:31 smithi067 bash[82083]: audit 2023-12-09T02:12:30.603591+0000 mon.a (mon.0) 2466 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:31.722 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:31 smithi067 bash[82083]: audit 2023-12-09T02:12:30.604534+0000 mon.a (mon.0) 2467 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:31.722 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:31 smithi067 bash[82083]: audit 2023-12-09T02:12:30.613294+0000 mon.a (mon.0) 2468 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:31.723 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:31 smithi067 bash[82083]: cephadm 2023-12-09T02:12:30.614449+0000 mgr.y (mgr.25480) 611 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:31.723 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:31 smithi067 bash[82083]: audit 2023-12-09T02:12:30.695817+0000 mon.a (mon.0) 2469 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:31.723 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:31 smithi067 bash[82083]: audit 2023-12-09T02:12:30.699708+0000 mon.a (mon.0) 2470 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:31.723 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:31 smithi067 bash[82083]: audit 2023-12-09T02:12:30.702490+0000 mon.a (mon.0) 2471 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:31.723 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:31 smithi067 bash[82083]: audit 2023-12-09T02:12:30.703473+0000 mon.a (mon.0) 2472 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:31.723 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:31 smithi067 bash[79370]: audit 2023-12-09T02:12:30.709928+0000 mon.a (mon.0) 2473 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:31.723 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:31 smithi067 bash[79370]: audit 2023-12-09T02:12:30.786817+0000 mon.a (mon.0) 2474 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:31.723 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:31 smithi067 bash[79370]: audit 2023-12-09T02:12:30.788953+0000 mon.a (mon.0) 2475 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:31.724 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:31 smithi067 bash[79370]: audit 2023-12-09T02:12:30.791217+0000 mon.a (mon.0) 2476 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:31.724 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:31 smithi067 bash[79370]: audit 2023-12-09T02:12:30.792053+0000 mon.a (mon.0) 2477 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:31.724 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:31 smithi067 bash[79370]: audit 2023-12-09T02:12:30.797730+0000 mon.a (mon.0) 2478 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:31.724 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:31 smithi067 bash[79370]: audit 2023-12-09T02:12:30.877269+0000 mon.a (mon.0) 2479 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:31.724 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:31 smithi067 bash[79370]: audit 2023-12-09T02:12:30.880328+0000 mon.a (mon.0) 2480 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:31.724 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:31 smithi067 bash[79370]: audit 2023-12-09T02:12:30.883365+0000 mon.a (mon.0) 2481 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:31.724 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:31 smithi067 bash[79370]: audit 2023-12-09T02:12:30.884585+0000 mon.a (mon.0) 2482 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:31.724 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:31 smithi067 bash[79370]: audit 2023-12-09T02:12:30.892152+0000 mon.a (mon.0) 2483 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:31.724 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:31 smithi067 bash[79370]: cluster 2023-12-09T02:12:30.944643+0000 mon.a (mon.0) 2484 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-09T02:12:31.724 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:31 smithi067 bash[79370]: cluster 2023-12-09T02:12:30.945027+0000 osd.4 (osd.4) 12 : cluster 3 failed to encode map e114 with expected crc 2023-12-09T02:12:31.724 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:31 smithi067 bash[79370]: cluster 2023-12-09T02:12:30.949342+0000 mon.a (mon.0) 2485 : cluster 1 osd.1 [v2:172.21.15.67:6810/2416368892,v1:172.21.15.67:6811/2416368892] boot 2023-12-09T02:12:31.724 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:31 smithi067 bash[79370]: cluster 2023-12-09T02:12:30.949412+0000 mon.a (mon.0) 2486 : cluster 0 osdmap e114: 8 total, 8 up, 8 in 2023-12-09T02:12:31.724 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:31 smithi067 bash[79370]: audit 2023-12-09T02:12:30.949880+0000 mon.a (mon.0) 2487 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-09T02:12:31.724 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:31 smithi067 bash[79370]: audit 2023-12-09T02:12:30.961795+0000 mon.a (mon.0) 2488 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:31.724 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:31 smithi067 bash[79370]: audit 2023-12-09T02:12:30.978758+0000 mon.a (mon.0) 2489 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:31.725 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:31 smithi067 bash[79370]: audit 2023-12-09T02:12:30.981841+0000 mon.a (mon.0) 2490 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:31.725 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:31 smithi067 bash[79370]: audit 2023-12-09T02:12:30.983331+0000 mon.a (mon.0) 2491 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:31.725 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:31 smithi067 bash[79370]: audit 2023-12-09T02:12:31.004979+0000 mon.a (mon.0) 2492 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:31.725 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:31 smithi067 bash[79370]: audit 2023-12-09T02:12:31.088387+0000 mon.a (mon.0) 2493 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:31.725 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:31 smithi067 bash[79370]: audit 2023-12-09T02:12:31.091751+0000 mon.a (mon.0) 2494 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:31.725 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:31 smithi067 bash[79370]: audit 2023-12-09T02:12:31.095956+0000 mon.a (mon.0) 2495 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:31.725 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:31 smithi067 bash[79370]: audit 2023-12-09T02:12:31.097320+0000 mon.a (mon.0) 2496 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:31.725 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:31 smithi067 bash[79370]: audit 2023-12-09T02:12:31.105043+0000 mon.a (mon.0) 2497 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:31.725 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:31 smithi067 bash[79370]: audit 2023-12-09T02:12:31.183000+0000 mon.a (mon.0) 2498 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:31.725 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:31 smithi067 bash[79370]: audit 2023-12-09T02:12:31.185907+0000 mon.a (mon.0) 2499 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:31.725 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:31 smithi067 bash[79370]: audit 2023-12-09T02:12:31.189201+0000 mon.a (mon.0) 2500 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:31.725 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:31 smithi067 bash[79370]: audit 2023-12-09T02:12:31.190277+0000 mon.a (mon.0) 2501 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:31.725 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:31 smithi067 bash[79370]: audit 2023-12-09T02:12:31.196362+0000 mon.a (mon.0) 2502 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:31.725 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:31 smithi067 bash[79370]: audit 2023-12-09T02:12:31.308257+0000 mon.a (mon.0) 2503 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:31.725 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:31 smithi067 bash[79370]: audit 2023-12-09T02:12:31.312111+0000 mon.a (mon.0) 2504 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:31.725 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:31 smithi067 bash[79370]: audit 2023-12-09T02:12:31.315690+0000 mon.a (mon.0) 2505 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:31.726 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:31 smithi067 bash[79370]: audit 2023-12-09T02:12:31.317016+0000 mon.a (mon.0) 2506 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:31.726 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:31 smithi067 bash[79370]: audit 2023-12-09T02:12:31.324544+0000 mon.a (mon.0) 2507 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:31.726 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:31 smithi067 bash[79370]: audit 2023-12-09T02:12:31.403448+0000 mon.a (mon.0) 2508 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:31.726 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:31 smithi067 bash[79370]: audit 2023-12-09T02:12:31.406269+0000 mon.a (mon.0) 2509 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:31.726 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:31 smithi067 bash[79370]: audit 2023-12-09T02:12:31.409224+0000 mon.a (mon.0) 2510 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:31.726 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:31 smithi067 bash[79370]: audit 2023-12-09T02:12:31.410356+0000 mon.a (mon.0) 2511 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:31.726 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:31 smithi067 bash[79370]: audit 2023-12-09T02:12:31.419043+0000 mon.a (mon.0) 2512 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:31.726 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:31 smithi067 bash[79370]: audit 2023-12-09T02:12:31.499491+0000 mon.a (mon.0) 2513 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:31.726 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:31 smithi067 bash[79370]: audit 2023-12-09T02:12:31.502278+0000 mon.a (mon.0) 2514 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:31.726 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:31 smithi067 bash[79370]: audit 2023-12-09T02:12:31.505277+0000 mon.a (mon.0) 2515 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:31.726 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:31 smithi067 bash[79370]: audit 2023-12-09T02:12:31.506276+0000 mon.a (mon.0) 2516 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:31.726 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:31 smithi067 bash[79370]: audit 2023-12-09T02:12:31.513384+0000 mon.a (mon.0) 2517 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:31.727 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:31 smithi067 bash[82083]: audit 2023-12-09T02:12:30.709928+0000 mon.a (mon.0) 2473 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:31.727 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:31 smithi067 bash[82083]: audit 2023-12-09T02:12:30.786817+0000 mon.a (mon.0) 2474 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:31.727 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:31 smithi067 bash[82083]: audit 2023-12-09T02:12:30.788953+0000 mon.a (mon.0) 2475 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:31.727 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:31 smithi067 bash[82083]: audit 2023-12-09T02:12:30.791217+0000 mon.a (mon.0) 2476 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:31.727 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:31 smithi067 bash[82083]: audit 2023-12-09T02:12:30.792053+0000 mon.a (mon.0) 2477 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:31.727 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:31 smithi067 bash[82083]: audit 2023-12-09T02:12:30.797730+0000 mon.a (mon.0) 2478 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:31.727 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:31 smithi067 bash[82083]: audit 2023-12-09T02:12:30.877269+0000 mon.a (mon.0) 2479 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:31.727 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:31 smithi067 bash[82083]: audit 2023-12-09T02:12:30.880328+0000 mon.a (mon.0) 2480 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:31.728 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:31 smithi067 bash[82083]: audit 2023-12-09T02:12:30.883365+0000 mon.a (mon.0) 2481 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:31.728 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:31 smithi067 bash[82083]: audit 2023-12-09T02:12:30.884585+0000 mon.a (mon.0) 2482 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:31.728 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:31 smithi067 bash[82083]: audit 2023-12-09T02:12:30.892152+0000 mon.a (mon.0) 2483 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:31.728 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:31 smithi067 bash[82083]: cluster 2023-12-09T02:12:30.944643+0000 mon.a (mon.0) 2484 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-09T02:12:31.728 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:31 smithi067 bash[82083]: cluster 2023-12-09T02:12:30.945027+0000 osd.4 (osd.4) 12 : cluster 3 failed to encode map e114 with expected crc 2023-12-09T02:12:31.728 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:31 smithi067 bash[82083]: cluster 2023-12-09T02:12:30.949342+0000 mon.a (mon.0) 2485 : cluster 1 osd.1 [v2:172.21.15.67:6810/2416368892,v1:172.21.15.67:6811/2416368892] boot 2023-12-09T02:12:31.728 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:31 smithi067 bash[82083]: cluster 2023-12-09T02:12:30.949412+0000 mon.a (mon.0) 2486 : cluster 0 osdmap e114: 8 total, 8 up, 8 in 2023-12-09T02:12:31.728 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:31 smithi067 bash[82083]: audit 2023-12-09T02:12:30.949880+0000 mon.a (mon.0) 2487 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-09T02:12:31.728 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:31 smithi067 bash[82083]: audit 2023-12-09T02:12:30.961795+0000 mon.a (mon.0) 2488 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:31.728 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:31 smithi067 bash[82083]: audit 2023-12-09T02:12:30.978758+0000 mon.a (mon.0) 2489 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:31.728 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:31 smithi067 bash[82083]: audit 2023-12-09T02:12:30.981841+0000 mon.a (mon.0) 2490 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:31.728 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:31 smithi067 bash[82083]: audit 2023-12-09T02:12:30.983331+0000 mon.a (mon.0) 2491 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:31.728 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:31 smithi067 bash[82083]: audit 2023-12-09T02:12:31.004979+0000 mon.a (mon.0) 2492 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:31.728 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:31 smithi067 bash[82083]: audit 2023-12-09T02:12:31.088387+0000 mon.a (mon.0) 2493 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:31.728 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:31 smithi067 bash[82083]: audit 2023-12-09T02:12:31.091751+0000 mon.a (mon.0) 2494 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:31.729 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:31 smithi067 bash[82083]: audit 2023-12-09T02:12:31.095956+0000 mon.a (mon.0) 2495 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:31.729 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:31 smithi067 bash[82083]: audit 2023-12-09T02:12:31.097320+0000 mon.a (mon.0) 2496 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:31.729 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:31 smithi067 bash[82083]: audit 2023-12-09T02:12:31.105043+0000 mon.a (mon.0) 2497 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:31.729 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:31 smithi067 bash[82083]: audit 2023-12-09T02:12:31.183000+0000 mon.a (mon.0) 2498 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:31.729 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:31 smithi067 bash[82083]: audit 2023-12-09T02:12:31.185907+0000 mon.a (mon.0) 2499 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:31.729 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:31 smithi067 bash[82083]: audit 2023-12-09T02:12:31.189201+0000 mon.a (mon.0) 2500 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:31.729 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:31 smithi067 bash[82083]: audit 2023-12-09T02:12:31.190277+0000 mon.a (mon.0) 2501 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:31.729 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:31 smithi067 bash[82083]: audit 2023-12-09T02:12:31.196362+0000 mon.a (mon.0) 2502 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:31.729 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:31 smithi067 bash[82083]: audit 2023-12-09T02:12:31.308257+0000 mon.a (mon.0) 2503 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:31.729 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:31 smithi067 bash[82083]: audit 2023-12-09T02:12:31.312111+0000 mon.a (mon.0) 2504 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:31.729 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:31 smithi067 bash[82083]: audit 2023-12-09T02:12:31.315690+0000 mon.a (mon.0) 2505 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:31.729 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:31 smithi067 bash[82083]: audit 2023-12-09T02:12:31.317016+0000 mon.a (mon.0) 2506 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:31.729 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:31 smithi067 bash[82083]: audit 2023-12-09T02:12:31.324544+0000 mon.a (mon.0) 2507 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:31.729 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:31 smithi067 bash[82083]: audit 2023-12-09T02:12:31.403448+0000 mon.a (mon.0) 2508 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:31.729 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:31 smithi067 bash[82083]: audit 2023-12-09T02:12:31.406269+0000 mon.a (mon.0) 2509 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:31.730 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:31 smithi067 bash[82083]: audit 2023-12-09T02:12:31.409224+0000 mon.a (mon.0) 2510 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:31.730 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:31 smithi067 bash[82083]: audit 2023-12-09T02:12:31.410356+0000 mon.a (mon.0) 2511 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:31.730 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:31 smithi067 bash[82083]: audit 2023-12-09T02:12:31.419043+0000 mon.a (mon.0) 2512 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:31.730 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:31 smithi067 bash[82083]: audit 2023-12-09T02:12:31.499491+0000 mon.a (mon.0) 2513 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:31.730 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:31 smithi067 bash[82083]: audit 2023-12-09T02:12:31.502278+0000 mon.a (mon.0) 2514 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:31.730 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:31 smithi067 bash[82083]: audit 2023-12-09T02:12:31.505277+0000 mon.a (mon.0) 2515 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:31.730 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:31 smithi067 bash[82083]: audit 2023-12-09T02:12:31.506276+0000 mon.a (mon.0) 2516 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:31.730 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:31 smithi067 bash[82083]: audit 2023-12-09T02:12:31.513384+0000 mon.a (mon.0) 2517 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:31.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:31 smithi125 bash[66801]: cephadm 2023-12-09T02:12:29.739133+0000 mgr.y (mgr.25480) 601 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:31.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:31 smithi125 bash[66801]: cephadm 2023-12-09T02:12:29.840156+0000 mgr.y (mgr.25480) 602 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:31.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:31 smithi125 bash[66801]: cluster 2023-12-09T02:12:29.886604+0000 mgr.y (mgr.25480) 603 : cluster 0 pgmap v92: 161 pgs: 21 active+undersized+degraded, 42 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 960 B/s rd, 0 op/s; 103/726 objects degraded (14.187%) 2023-12-09T02:12:31.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:31 smithi125 bash[66801]: cephadm 2023-12-09T02:12:29.947262+0000 mgr.y (mgr.25480) 604 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:31.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:31 smithi125 bash[66801]: cephadm 2023-12-09T02:12:30.028071+0000 mgr.y (mgr.25480) 605 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:31.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:31 smithi125 bash[66801]: cephadm 2023-12-09T02:12:30.125721+0000 mgr.y (mgr.25480) 606 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:31.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:31 smithi125 bash[66801]: cephadm 2023-12-09T02:12:30.217877+0000 mgr.y (mgr.25480) 607 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:31.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:31 smithi125 bash[66801]: cephadm 2023-12-09T02:12:30.314794+0000 mgr.y (mgr.25480) 608 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:31.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:31 smithi125 bash[66801]: cephadm 2023-12-09T02:12:30.415216+0000 mgr.y (mgr.25480) 609 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:31.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:31 smithi125 bash[66801]: cephadm 2023-12-09T02:12:30.506802+0000 mgr.y (mgr.25480) 610 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:31.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:31 smithi125 bash[66801]: audit 2023-12-09T02:12:30.596018+0000 mon.a (mon.0) 2464 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:31.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:31 smithi125 bash[66801]: audit 2023-12-09T02:12:30.600328+0000 mon.a (mon.0) 2465 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:31.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:31 smithi125 bash[66801]: audit 2023-12-09T02:12:30.603591+0000 mon.a (mon.0) 2466 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:31.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:31 smithi125 bash[66801]: audit 2023-12-09T02:12:30.604534+0000 mon.a (mon.0) 2467 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:31.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:31 smithi125 bash[66801]: audit 2023-12-09T02:12:30.613294+0000 mon.a (mon.0) 2468 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:31.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:31 smithi125 bash[66801]: cephadm 2023-12-09T02:12:30.614449+0000 mgr.y (mgr.25480) 611 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:31.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:31 smithi125 bash[66801]: audit 2023-12-09T02:12:30.695817+0000 mon.a (mon.0) 2469 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:31.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:31 smithi125 bash[66801]: audit 2023-12-09T02:12:30.699708+0000 mon.a (mon.0) 2470 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:31.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:31 smithi125 bash[66801]: audit 2023-12-09T02:12:30.702490+0000 mon.a (mon.0) 2471 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:31.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:31 smithi125 bash[66801]: audit 2023-12-09T02:12:30.703473+0000 mon.a (mon.0) 2472 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:31.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:31 smithi125 bash[66801]: audit 2023-12-09T02:12:30.709928+0000 mon.a (mon.0) 2473 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:31.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:31 smithi125 bash[66801]: audit 2023-12-09T02:12:30.786817+0000 mon.a (mon.0) 2474 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:31.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:31 smithi125 bash[66801]: audit 2023-12-09T02:12:30.788953+0000 mon.a (mon.0) 2475 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:31.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:31 smithi125 bash[66801]: audit 2023-12-09T02:12:30.791217+0000 mon.a (mon.0) 2476 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:31.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:31 smithi125 bash[66801]: audit 2023-12-09T02:12:30.792053+0000 mon.a (mon.0) 2477 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:31.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:31 smithi125 bash[66801]: audit 2023-12-09T02:12:30.797730+0000 mon.a (mon.0) 2478 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:31.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:31 smithi125 bash[66801]: audit 2023-12-09T02:12:30.877269+0000 mon.a (mon.0) 2479 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:31.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:31 smithi125 bash[66801]: audit 2023-12-09T02:12:30.880328+0000 mon.a (mon.0) 2480 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:31.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:31 smithi125 bash[66801]: audit 2023-12-09T02:12:30.883365+0000 mon.a (mon.0) 2481 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:31.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:31 smithi125 bash[66801]: audit 2023-12-09T02:12:30.884585+0000 mon.a (mon.0) 2482 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:31.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:31 smithi125 bash[66801]: audit 2023-12-09T02:12:30.892152+0000 mon.a (mon.0) 2483 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:31.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:31 smithi125 bash[66801]: cluster 2023-12-09T02:12:30.944643+0000 mon.a (mon.0) 2484 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-09T02:12:31.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:31 smithi125 bash[66801]: cluster 2023-12-09T02:12:30.945027+0000 osd.4 (osd.4) 12 : cluster 3 failed to encode map e114 with expected crc 2023-12-09T02:12:31.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:31 smithi125 bash[66801]: cluster 2023-12-09T02:12:30.949342+0000 mon.a (mon.0) 2485 : cluster 1 osd.1 [v2:172.21.15.67:6810/2416368892,v1:172.21.15.67:6811/2416368892] boot 2023-12-09T02:12:31.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:31 smithi125 bash[66801]: cluster 2023-12-09T02:12:30.949412+0000 mon.a (mon.0) 2486 : cluster 0 osdmap e114: 8 total, 8 up, 8 in 2023-12-09T02:12:31.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:31 smithi125 bash[66801]: audit 2023-12-09T02:12:30.949880+0000 mon.a (mon.0) 2487 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-09T02:12:31.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:31 smithi125 bash[66801]: audit 2023-12-09T02:12:30.961795+0000 mon.a (mon.0) 2488 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:31.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:31 smithi125 bash[66801]: audit 2023-12-09T02:12:30.978758+0000 mon.a (mon.0) 2489 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:31.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:31 smithi125 bash[66801]: audit 2023-12-09T02:12:30.981841+0000 mon.a (mon.0) 2490 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:31.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:31 smithi125 bash[66801]: audit 2023-12-09T02:12:30.983331+0000 mon.a (mon.0) 2491 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:31.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:31 smithi125 bash[66801]: audit 2023-12-09T02:12:31.004979+0000 mon.a (mon.0) 2492 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:31.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:31 smithi125 bash[66801]: audit 2023-12-09T02:12:31.088387+0000 mon.a (mon.0) 2493 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:31.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:31 smithi125 bash[66801]: audit 2023-12-09T02:12:31.091751+0000 mon.a (mon.0) 2494 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:31.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:31 smithi125 bash[66801]: audit 2023-12-09T02:12:31.095956+0000 mon.a (mon.0) 2495 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:31.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:31 smithi125 bash[66801]: audit 2023-12-09T02:12:31.097320+0000 mon.a (mon.0) 2496 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:31.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:31 smithi125 bash[66801]: audit 2023-12-09T02:12:31.105043+0000 mon.a (mon.0) 2497 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:31.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:31 smithi125 bash[66801]: audit 2023-12-09T02:12:31.183000+0000 mon.a (mon.0) 2498 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:31.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:31 smithi125 bash[66801]: audit 2023-12-09T02:12:31.185907+0000 mon.a (mon.0) 2499 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:31.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:31 smithi125 bash[66801]: audit 2023-12-09T02:12:31.189201+0000 mon.a (mon.0) 2500 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:31.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:31 smithi125 bash[66801]: audit 2023-12-09T02:12:31.190277+0000 mon.a (mon.0) 2501 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:31.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:31 smithi125 bash[66801]: audit 2023-12-09T02:12:31.196362+0000 mon.a (mon.0) 2502 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:31.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:31 smithi125 bash[66801]: audit 2023-12-09T02:12:31.308257+0000 mon.a (mon.0) 2503 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:31.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:31 smithi125 bash[66801]: audit 2023-12-09T02:12:31.312111+0000 mon.a (mon.0) 2504 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:31.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:31 smithi125 bash[66801]: audit 2023-12-09T02:12:31.315690+0000 mon.a (mon.0) 2505 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:31.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:31 smithi125 bash[66801]: audit 2023-12-09T02:12:31.317016+0000 mon.a (mon.0) 2506 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:31.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:31 smithi125 bash[66801]: audit 2023-12-09T02:12:31.324544+0000 mon.a (mon.0) 2507 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:31.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:31 smithi125 bash[66801]: audit 2023-12-09T02:12:31.403448+0000 mon.a (mon.0) 2508 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:31.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:31 smithi125 bash[66801]: audit 2023-12-09T02:12:31.406269+0000 mon.a (mon.0) 2509 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:31.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:31 smithi125 bash[66801]: audit 2023-12-09T02:12:31.409224+0000 mon.a (mon.0) 2510 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:31.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:31 smithi125 bash[66801]: audit 2023-12-09T02:12:31.410356+0000 mon.a (mon.0) 2511 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:31.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:31 smithi125 bash[66801]: audit 2023-12-09T02:12:31.419043+0000 mon.a (mon.0) 2512 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:31.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:31 smithi125 bash[66801]: audit 2023-12-09T02:12:31.499491+0000 mon.a (mon.0) 2513 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:31.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:31 smithi125 bash[66801]: audit 2023-12-09T02:12:31.502278+0000 mon.a (mon.0) 2514 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:31.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:31 smithi125 bash[66801]: audit 2023-12-09T02:12:31.505277+0000 mon.a (mon.0) 2515 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:31.978 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:31 smithi125 bash[66801]: audit 2023-12-09T02:12:31.506276+0000 mon.a (mon.0) 2516 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:31.978 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:31 smithi125 bash[66801]: audit 2023-12-09T02:12:31.513384+0000 mon.a (mon.0) 2517 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:32.920 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:32 smithi067 bash[79370]: cephadm 2023-12-09T02:12:30.710602+0000 mgr.y (mgr.25480) 612 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:32.921 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:32 smithi067 bash[79370]: cephadm 2023-12-09T02:12:30.798962+0000 mgr.y (mgr.25480) 613 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:32.921 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:32 smithi067 bash[79370]: cephadm 2023-12-09T02:12:30.892903+0000 mgr.y (mgr.25480) 614 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:32.921 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:32 smithi067 bash[79370]: cephadm 2023-12-09T02:12:31.005661+0000 mgr.y (mgr.25480) 615 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:32.921 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:32 smithi067 bash[79370]: cephadm 2023-12-09T02:12:31.105859+0000 mgr.y (mgr.25480) 616 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:32.921 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:32 smithi067 bash[79370]: cephadm 2023-12-09T02:12:31.197899+0000 mgr.y (mgr.25480) 617 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:32.921 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:32 smithi067 bash[79370]: cephadm 2023-12-09T02:12:31.325126+0000 mgr.y (mgr.25480) 618 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:32.921 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:32 smithi067 bash[79370]: cephadm 2023-12-09T02:12:31.419934+0000 mgr.y (mgr.25480) 619 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:32.921 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:32 smithi067 bash[79370]: cephadm 2023-12-09T02:12:31.513981+0000 mgr.y (mgr.25480) 620 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:32.921 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:32 smithi067 bash[79370]: audit 2023-12-09T02:12:31.592386+0000 mon.a (mon.0) 2518 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:32.921 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:32 smithi067 bash[79370]: audit 2023-12-09T02:12:31.594446+0000 mon.a (mon.0) 2519 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:32.921 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:32 smithi067 bash[79370]: audit 2023-12-09T02:12:31.596839+0000 mon.a (mon.0) 2520 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:32.921 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:32 smithi067 bash[79370]: audit 2023-12-09T02:12:31.597706+0000 mon.a (mon.0) 2521 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:32.921 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:32 smithi067 bash[79370]: audit 2023-12-09T02:12:31.604955+0000 mon.a (mon.0) 2522 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:32.921 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:32 smithi067 bash[79370]: cephadm 2023-12-09T02:12:31.605665+0000 mgr.y (mgr.25480) 621 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:32.922 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:32 smithi067 bash[79370]: audit 2023-12-09T02:12:31.688717+0000 mon.a (mon.0) 2523 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:32.922 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:32 smithi067 bash[79370]: audit 2023-12-09T02:12:31.691967+0000 mon.a (mon.0) 2524 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:32.922 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:32 smithi067 bash[79370]: audit 2023-12-09T02:12:31.697025+0000 mon.a (mon.0) 2525 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:32.922 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:32 smithi067 bash[79370]: audit 2023-12-09T02:12:31.698508+0000 mon.a (mon.0) 2526 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:32.922 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:32 smithi067 bash[79370]: audit 2023-12-09T02:12:31.707685+0000 mon.a (mon.0) 2527 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:32.922 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:32 smithi067 bash[79370]: audit 2023-12-09T02:12:31.788215+0000 mon.a (mon.0) 2528 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:32.922 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:32 smithi067 bash[82083]: cephadm 2023-12-09T02:12:30.710602+0000 mgr.y (mgr.25480) 612 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:32.922 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:32 smithi067 bash[82083]: cephadm 2023-12-09T02:12:30.798962+0000 mgr.y (mgr.25480) 613 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:32.922 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:32 smithi067 bash[82083]: cephadm 2023-12-09T02:12:30.892903+0000 mgr.y (mgr.25480) 614 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:32.923 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:32 smithi067 bash[82083]: cephadm 2023-12-09T02:12:31.005661+0000 mgr.y (mgr.25480) 615 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:32.923 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:32 smithi067 bash[82083]: cephadm 2023-12-09T02:12:31.105859+0000 mgr.y (mgr.25480) 616 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:32.923 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:32 smithi067 bash[82083]: cephadm 2023-12-09T02:12:31.197899+0000 mgr.y (mgr.25480) 617 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:32.923 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:32 smithi067 bash[82083]: cephadm 2023-12-09T02:12:31.325126+0000 mgr.y (mgr.25480) 618 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:32.923 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:32 smithi067 bash[82083]: cephadm 2023-12-09T02:12:31.419934+0000 mgr.y (mgr.25480) 619 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:32.923 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:32 smithi067 bash[82083]: cephadm 2023-12-09T02:12:31.513981+0000 mgr.y (mgr.25480) 620 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:32.923 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:32 smithi067 bash[82083]: audit 2023-12-09T02:12:31.592386+0000 mon.a (mon.0) 2518 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:32.923 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:32 smithi067 bash[82083]: audit 2023-12-09T02:12:31.594446+0000 mon.a (mon.0) 2519 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:32.923 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:32 smithi067 bash[82083]: audit 2023-12-09T02:12:31.596839+0000 mon.a (mon.0) 2520 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:32.923 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:32 smithi067 bash[82083]: audit 2023-12-09T02:12:31.597706+0000 mon.a (mon.0) 2521 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:32.923 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:32 smithi067 bash[82083]: audit 2023-12-09T02:12:31.604955+0000 mon.a (mon.0) 2522 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:32.923 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:32 smithi067 bash[82083]: cephadm 2023-12-09T02:12:31.605665+0000 mgr.y (mgr.25480) 621 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:32.923 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:32 smithi067 bash[82083]: audit 2023-12-09T02:12:31.688717+0000 mon.a (mon.0) 2523 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:32.923 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:32 smithi067 bash[82083]: audit 2023-12-09T02:12:31.691967+0000 mon.a (mon.0) 2524 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:32.923 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:32 smithi067 bash[82083]: audit 2023-12-09T02:12:31.697025+0000 mon.a (mon.0) 2525 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:32.923 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:32 smithi067 bash[82083]: audit 2023-12-09T02:12:31.698508+0000 mon.a (mon.0) 2526 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:32.924 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:32 smithi067 bash[82083]: audit 2023-12-09T02:12:31.707685+0000 mon.a (mon.0) 2527 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:32.924 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:32 smithi067 bash[82083]: audit 2023-12-09T02:12:31.788215+0000 mon.a (mon.0) 2528 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:32.924 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:32 smithi067 bash[79370]: audit 2023-12-09T02:12:31.792475+0000 mon.a (mon.0) 2529 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:32.924 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:32 smithi067 bash[79370]: audit 2023-12-09T02:12:31.795029+0000 mon.a (mon.0) 2530 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:32.924 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:32 smithi067 bash[79370]: audit 2023-12-09T02:12:31.795945+0000 mon.a (mon.0) 2531 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:32.924 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:32 smithi067 bash[79370]: audit 2023-12-09T02:12:31.802793+0000 mon.a (mon.0) 2532 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:32.924 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:32 smithi067 bash[79370]: audit 2023-12-09T02:12:31.885404+0000 mon.a (mon.0) 2533 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:32.924 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:32 smithi067 bash[79370]: audit 2023-12-09T02:12:31.889052+0000 mon.a (mon.0) 2534 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:32.924 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:32 smithi067 bash[79370]: audit 2023-12-09T02:12:31.896619+0000 mon.a (mon.0) 2535 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:32.924 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:32 smithi067 bash[79370]: audit 2023-12-09T02:12:31.897881+0000 mon.a (mon.0) 2536 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:32.924 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:32 smithi067 bash[79370]: audit 2023-12-09T02:12:31.903954+0000 mon.a (mon.0) 2537 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:32.925 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:32 smithi067 bash[79370]: cluster 2023-12-09T02:12:31.946372+0000 osd.7 (osd.7) 10 : cluster 3 failed to encode map e115 with expected crc 2023-12-09T02:12:32.925 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:32 smithi067 bash[79370]: cluster 2023-12-09T02:12:31.950220+0000 osd.3 (osd.3) 13 : cluster 3 failed to encode map e115 with expected crc 2023-12-09T02:12:32.925 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:32 smithi067 bash[79370]: cluster 2023-12-09T02:12:31.952443+0000 osd.5 (osd.5) 14 : cluster 3 failed to encode map e115 with expected crc 2023-12-09T02:12:32.925 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:32 smithi067 bash[79370]: cluster 2023-12-09T02:12:31.952633+0000 osd.4 (osd.4) 13 : cluster 3 failed to encode map e115 with expected crc 2023-12-09T02:12:32.925 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:32 smithi067 bash[79370]: cluster 2023-12-09T02:12:31.952697+0000 osd.6 (osd.6) 9 : cluster 3 failed to encode map e115 with expected crc 2023-12-09T02:12:32.925 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:32 smithi067 bash[79370]: cluster 2023-12-09T02:12:31.955873+0000 mon.a (mon.0) 2538 : cluster 0 osdmap e115: 8 total, 8 up, 8 in 2023-12-09T02:12:32.925 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:32 smithi067 bash[79370]: cluster 2023-12-09T02:12:31.956141+0000 osd.3 (osd.3) 14 : cluster 3 failed to encode map e115 with expected crc 2023-12-09T02:12:32.925 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:32 smithi067 bash[79370]: cluster 2023-12-09T02:12:31.956181+0000 osd.2 (osd.2) 12 : cluster 3 failed to encode map e115 with expected crc 2023-12-09T02:12:32.925 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:32 smithi067 bash[79370]: cluster 2023-12-09T02:12:31.958061+0000 osd.6 (osd.6) 10 : cluster 3 failed to encode map e115 with expected crc 2023-12-09T02:12:32.925 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:32 smithi067 bash[79370]: cluster 2023-12-09T02:12:31.959750+0000 osd.4 (osd.4) 14 : cluster 3 failed to encode map e115 with expected crc 2023-12-09T02:12:32.925 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:32 smithi067 bash[79370]: cluster 2023-12-09T02:12:31.959982+0000 osd.3 (osd.3) 15 : cluster 3 failed to encode map e115 with expected crc 2023-12-09T02:12:32.925 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:32 smithi067 bash[79370]: cluster 2023-12-09T02:12:31.962493+0000 osd.3 (osd.3) 16 : cluster 3 failed to encode map e115 with expected crc 2023-12-09T02:12:32.925 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:32 smithi067 bash[79370]: cluster 2023-12-09T02:12:31.964489+0000 osd.2 (osd.2) 13 : cluster 3 failed to encode map e115 with expected crc 2023-12-09T02:12:32.925 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:32 smithi067 bash[79370]: audit 2023-12-09T02:12:31.989819+0000 mon.a (mon.0) 2539 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:32.926 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:32 smithi067 bash[82083]: audit 2023-12-09T02:12:31.792475+0000 mon.a (mon.0) 2529 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:32.926 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:32 smithi067 bash[82083]: audit 2023-12-09T02:12:31.795029+0000 mon.a (mon.0) 2530 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:32.926 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:32 smithi067 bash[82083]: audit 2023-12-09T02:12:31.795945+0000 mon.a (mon.0) 2531 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:32.926 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:32 smithi067 bash[82083]: audit 2023-12-09T02:12:31.802793+0000 mon.a (mon.0) 2532 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:32.926 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:32 smithi067 bash[82083]: audit 2023-12-09T02:12:31.885404+0000 mon.a (mon.0) 2533 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:32.926 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:32 smithi067 bash[82083]: audit 2023-12-09T02:12:31.889052+0000 mon.a (mon.0) 2534 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:32.926 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:32 smithi067 bash[82083]: audit 2023-12-09T02:12:31.896619+0000 mon.a (mon.0) 2535 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:32.926 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:32 smithi067 bash[82083]: audit 2023-12-09T02:12:31.897881+0000 mon.a (mon.0) 2536 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:32.927 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:32 smithi067 bash[82083]: audit 2023-12-09T02:12:31.903954+0000 mon.a (mon.0) 2537 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:32.927 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:32 smithi067 bash[82083]: cluster 2023-12-09T02:12:31.946372+0000 osd.7 (osd.7) 10 : cluster 3 failed to encode map e115 with expected crc 2023-12-09T02:12:32.927 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:32 smithi067 bash[82083]: cluster 2023-12-09T02:12:31.950220+0000 osd.3 (osd.3) 13 : cluster 3 failed to encode map e115 with expected crc 2023-12-09T02:12:32.927 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:32 smithi067 bash[82083]: cluster 2023-12-09T02:12:31.952443+0000 osd.5 (osd.5) 14 : cluster 3 failed to encode map e115 with expected crc 2023-12-09T02:12:32.927 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:32 smithi067 bash[82083]: cluster 2023-12-09T02:12:31.952633+0000 osd.4 (osd.4) 13 : cluster 3 failed to encode map e115 with expected crc 2023-12-09T02:12:32.927 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:32 smithi067 bash[82083]: cluster 2023-12-09T02:12:31.952697+0000 osd.6 (osd.6) 9 : cluster 3 failed to encode map e115 with expected crc 2023-12-09T02:12:32.927 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:32 smithi067 bash[82083]: cluster 2023-12-09T02:12:31.955873+0000 mon.a (mon.0) 2538 : cluster 0 osdmap e115: 8 total, 8 up, 8 in 2023-12-09T02:12:32.927 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:32 smithi067 bash[82083]: cluster 2023-12-09T02:12:31.956141+0000 osd.3 (osd.3) 14 : cluster 3 failed to encode map e115 with expected crc 2023-12-09T02:12:32.927 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:32 smithi067 bash[82083]: cluster 2023-12-09T02:12:31.956181+0000 osd.2 (osd.2) 12 : cluster 3 failed to encode map e115 with expected crc 2023-12-09T02:12:32.927 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:32 smithi067 bash[82083]: cluster 2023-12-09T02:12:31.958061+0000 osd.6 (osd.6) 10 : cluster 3 failed to encode map e115 with expected crc 2023-12-09T02:12:32.927 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:32 smithi067 bash[82083]: cluster 2023-12-09T02:12:31.959750+0000 osd.4 (osd.4) 14 : cluster 3 failed to encode map e115 with expected crc 2023-12-09T02:12:32.927 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:32 smithi067 bash[82083]: cluster 2023-12-09T02:12:31.959982+0000 osd.3 (osd.3) 15 : cluster 3 failed to encode map e115 with expected crc 2023-12-09T02:12:32.927 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:32 smithi067 bash[82083]: cluster 2023-12-09T02:12:31.962493+0000 osd.3 (osd.3) 16 : cluster 3 failed to encode map e115 with expected crc 2023-12-09T02:12:32.927 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:32 smithi067 bash[82083]: cluster 2023-12-09T02:12:31.964489+0000 osd.2 (osd.2) 13 : cluster 3 failed to encode map e115 with expected crc 2023-12-09T02:12:32.927 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:32 smithi067 bash[82083]: audit 2023-12-09T02:12:31.989819+0000 mon.a (mon.0) 2539 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:32.928 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:32 smithi067 bash[82083]: audit 2023-12-09T02:12:31.998334+0000 mon.a (mon.0) 2540 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:32.928 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:32 smithi067 bash[82083]: audit 2023-12-09T02:12:32.001695+0000 mon.a (mon.0) 2541 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:32.928 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:32 smithi067 bash[82083]: audit 2023-12-09T02:12:32.003040+0000 mon.a (mon.0) 2542 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:32.928 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:32 smithi067 bash[82083]: audit 2023-12-09T02:12:32.010212+0000 mon.a (mon.0) 2543 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:32.928 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:32 smithi067 bash[82083]: audit 2023-12-09T02:12:32.079270+0000 mon.a (mon.0) 2544 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:32.928 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:32 smithi067 bash[82083]: audit 2023-12-09T02:12:32.082012+0000 mon.a (mon.0) 2545 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:32.928 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:32 smithi067 bash[82083]: audit 2023-12-09T02:12:32.084917+0000 mon.a (mon.0) 2546 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:32.928 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:32 smithi067 bash[82083]: audit 2023-12-09T02:12:32.086074+0000 mon.a (mon.0) 2547 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:32.928 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:32 smithi067 bash[82083]: audit 2023-12-09T02:12:32.093877+0000 mon.a (mon.0) 2548 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:32.928 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:32 smithi067 bash[82083]: audit 2023-12-09T02:12:32.173245+0000 mon.a (mon.0) 2549 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:32.928 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:32 smithi067 bash[82083]: audit 2023-12-09T02:12:32.175843+0000 mon.a (mon.0) 2550 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:32.928 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:32 smithi067 bash[82083]: audit 2023-12-09T02:12:32.178209+0000 mon.a (mon.0) 2551 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:32.928 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:32 smithi067 bash[82083]: audit 2023-12-09T02:12:32.179123+0000 mon.a (mon.0) 2552 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:32.928 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:32 smithi067 bash[82083]: audit 2023-12-09T02:12:32.186478+0000 mon.a (mon.0) 2553 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:32.929 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:32 smithi067 bash[82083]: audit 2023-12-09T02:12:32.266690+0000 mon.a (mon.0) 2554 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:32.929 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:32 smithi067 bash[82083]: audit 2023-12-09T02:12:32.268790+0000 mon.a (mon.0) 2555 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:32.929 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:32 smithi067 bash[82083]: audit 2023-12-09T02:12:32.271537+0000 mon.a (mon.0) 2556 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:32.929 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:32 smithi067 bash[82083]: audit 2023-12-09T02:12:32.272542+0000 mon.a (mon.0) 2557 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:32.929 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:32 smithi067 bash[82083]: audit 2023-12-09T02:12:32.280799+0000 mon.a (mon.0) 2558 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:32.929 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:32 smithi067 bash[79370]: audit 2023-12-09T02:12:31.998334+0000 mon.a (mon.0) 2540 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:32.929 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:32 smithi067 bash[79370]: audit 2023-12-09T02:12:32.001695+0000 mon.a (mon.0) 2541 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:32.929 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:32 smithi067 bash[79370]: audit 2023-12-09T02:12:32.003040+0000 mon.a (mon.0) 2542 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:32.929 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:32 smithi067 bash[79370]: audit 2023-12-09T02:12:32.010212+0000 mon.a (mon.0) 2543 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:32.929 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:32 smithi067 bash[79370]: audit 2023-12-09T02:12:32.079270+0000 mon.a (mon.0) 2544 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:32.929 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:32 smithi067 bash[79370]: audit 2023-12-09T02:12:32.082012+0000 mon.a (mon.0) 2545 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:32.930 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:32 smithi067 bash[79370]: audit 2023-12-09T02:12:32.084917+0000 mon.a (mon.0) 2546 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:32.930 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:32 smithi067 bash[79370]: audit 2023-12-09T02:12:32.086074+0000 mon.a (mon.0) 2547 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:32.930 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:32 smithi067 bash[79370]: audit 2023-12-09T02:12:32.093877+0000 mon.a (mon.0) 2548 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:32.930 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:32 smithi067 bash[79370]: audit 2023-12-09T02:12:32.173245+0000 mon.a (mon.0) 2549 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:32.930 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:32 smithi067 bash[79370]: audit 2023-12-09T02:12:32.175843+0000 mon.a (mon.0) 2550 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:32.930 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:32 smithi067 bash[79370]: audit 2023-12-09T02:12:32.178209+0000 mon.a (mon.0) 2551 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:32.930 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:32 smithi067 bash[79370]: audit 2023-12-09T02:12:32.179123+0000 mon.a (mon.0) 2552 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:32.930 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:32 smithi067 bash[79370]: audit 2023-12-09T02:12:32.186478+0000 mon.a (mon.0) 2553 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:32.930 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:32 smithi067 bash[79370]: audit 2023-12-09T02:12:32.266690+0000 mon.a (mon.0) 2554 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:32.930 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:32 smithi067 bash[79370]: audit 2023-12-09T02:12:32.268790+0000 mon.a (mon.0) 2555 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:32.930 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:32 smithi067 bash[79370]: audit 2023-12-09T02:12:32.271537+0000 mon.a (mon.0) 2556 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:32.930 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:32 smithi067 bash[79370]: audit 2023-12-09T02:12:32.272542+0000 mon.a (mon.0) 2557 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:32.930 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:32 smithi067 bash[79370]: audit 2023-12-09T02:12:32.280799+0000 mon.a (mon.0) 2558 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:32.931 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:32 smithi067 bash[82083]: audit 2023-12-09T02:12:32.361793+0000 mon.a (mon.0) 2559 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:32.931 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:32 smithi067 bash[82083]: audit 2023-12-09T02:12:32.364270+0000 mon.a (mon.0) 2560 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:32.931 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:32 smithi067 bash[82083]: audit 2023-12-09T02:12:32.367550+0000 mon.a (mon.0) 2561 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:32.931 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:32 smithi067 bash[82083]: audit 2023-12-09T02:12:32.368554+0000 mon.a (mon.0) 2562 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:32.931 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:32 smithi067 bash[82083]: audit 2023-12-09T02:12:32.375501+0000 mon.a (mon.0) 2563 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:32.931 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:32 smithi067 bash[82083]: audit 2023-12-09T02:12:32.460525+0000 mon.a (mon.0) 2564 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:32.931 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:32 smithi067 bash[82083]: audit 2023-12-09T02:12:32.464906+0000 mon.a (mon.0) 2565 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:32.931 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:32 smithi067 bash[82083]: audit 2023-12-09T02:12:32.468978+0000 mon.a (mon.0) 2566 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:32.931 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:32 smithi067 bash[82083]: audit 2023-12-09T02:12:32.470418+0000 mon.a (mon.0) 2567 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:32.931 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:32 smithi067 bash[82083]: audit 2023-12-09T02:12:32.478282+0000 mon.a (mon.0) 2568 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:32.932 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:32 smithi067 bash[79370]: audit 2023-12-09T02:12:32.361793+0000 mon.a (mon.0) 2559 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:32.932 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:32 smithi067 bash[79370]: audit 2023-12-09T02:12:32.364270+0000 mon.a (mon.0) 2560 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:32.932 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:32 smithi067 bash[79370]: audit 2023-12-09T02:12:32.367550+0000 mon.a (mon.0) 2561 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:32.932 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:32 smithi067 bash[79370]: audit 2023-12-09T02:12:32.368554+0000 mon.a (mon.0) 2562 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:32.932 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:32 smithi067 bash[79370]: audit 2023-12-09T02:12:32.375501+0000 mon.a (mon.0) 2563 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:32.932 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:32 smithi067 bash[79370]: audit 2023-12-09T02:12:32.460525+0000 mon.a (mon.0) 2564 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:32.932 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:32 smithi067 bash[79370]: audit 2023-12-09T02:12:32.464906+0000 mon.a (mon.0) 2565 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:32.932 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:32 smithi067 bash[79370]: audit 2023-12-09T02:12:32.468978+0000 mon.a (mon.0) 2566 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:32.932 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:32 smithi067 bash[79370]: audit 2023-12-09T02:12:32.470418+0000 mon.a (mon.0) 2567 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:32.932 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:32 smithi067 bash[79370]: audit 2023-12-09T02:12:32.478282+0000 mon.a (mon.0) 2568 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:32.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:32 smithi125 bash[66801]: cephadm 2023-12-09T02:12:30.710602+0000 mgr.y (mgr.25480) 612 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:32.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:32 smithi125 bash[66801]: cephadm 2023-12-09T02:12:30.798962+0000 mgr.y (mgr.25480) 613 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:32.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:32 smithi125 bash[66801]: cephadm 2023-12-09T02:12:30.892903+0000 mgr.y (mgr.25480) 614 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:32.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:32 smithi125 bash[66801]: cephadm 2023-12-09T02:12:31.005661+0000 mgr.y (mgr.25480) 615 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:32.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:32 smithi125 bash[66801]: cephadm 2023-12-09T02:12:31.105859+0000 mgr.y (mgr.25480) 616 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:32.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:32 smithi125 bash[66801]: cephadm 2023-12-09T02:12:31.197899+0000 mgr.y (mgr.25480) 617 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:32.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:32 smithi125 bash[66801]: cephadm 2023-12-09T02:12:31.325126+0000 mgr.y (mgr.25480) 618 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:32.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:32 smithi125 bash[66801]: cephadm 2023-12-09T02:12:31.419934+0000 mgr.y (mgr.25480) 619 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:32.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:32 smithi125 bash[66801]: cephadm 2023-12-09T02:12:31.513981+0000 mgr.y (mgr.25480) 620 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:32.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:32 smithi125 bash[66801]: audit 2023-12-09T02:12:31.592386+0000 mon.a (mon.0) 2518 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:32.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:32 smithi125 bash[66801]: audit 2023-12-09T02:12:31.594446+0000 mon.a (mon.0) 2519 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:32.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:32 smithi125 bash[66801]: audit 2023-12-09T02:12:31.596839+0000 mon.a (mon.0) 2520 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:32.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:32 smithi125 bash[66801]: audit 2023-12-09T02:12:31.597706+0000 mon.a (mon.0) 2521 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:32.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:32 smithi125 bash[66801]: audit 2023-12-09T02:12:31.604955+0000 mon.a (mon.0) 2522 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:32.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:32 smithi125 bash[66801]: cephadm 2023-12-09T02:12:31.605665+0000 mgr.y (mgr.25480) 621 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:32.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:32 smithi125 bash[66801]: audit 2023-12-09T02:12:31.688717+0000 mon.a (mon.0) 2523 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:32.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:32 smithi125 bash[66801]: audit 2023-12-09T02:12:31.691967+0000 mon.a (mon.0) 2524 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:32.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:32 smithi125 bash[66801]: audit 2023-12-09T02:12:31.697025+0000 mon.a (mon.0) 2525 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:32.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:32 smithi125 bash[66801]: audit 2023-12-09T02:12:31.698508+0000 mon.a (mon.0) 2526 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:32.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:32 smithi125 bash[66801]: audit 2023-12-09T02:12:31.707685+0000 mon.a (mon.0) 2527 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:32.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:32 smithi125 bash[66801]: audit 2023-12-09T02:12:31.788215+0000 mon.a (mon.0) 2528 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:32.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:32 smithi125 bash[66801]: audit 2023-12-09T02:12:31.792475+0000 mon.a (mon.0) 2529 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:32.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:32 smithi125 bash[66801]: audit 2023-12-09T02:12:31.795029+0000 mon.a (mon.0) 2530 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:32.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:32 smithi125 bash[66801]: audit 2023-12-09T02:12:31.795945+0000 mon.a (mon.0) 2531 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:32.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:32 smithi125 bash[66801]: audit 2023-12-09T02:12:31.802793+0000 mon.a (mon.0) 2532 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:32.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:32 smithi125 bash[66801]: audit 2023-12-09T02:12:31.885404+0000 mon.a (mon.0) 2533 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:32.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:32 smithi125 bash[66801]: audit 2023-12-09T02:12:31.889052+0000 mon.a (mon.0) 2534 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:32.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:32 smithi125 bash[66801]: audit 2023-12-09T02:12:31.896619+0000 mon.a (mon.0) 2535 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:32.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:32 smithi125 bash[66801]: audit 2023-12-09T02:12:31.897881+0000 mon.a (mon.0) 2536 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:32.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:32 smithi125 bash[66801]: audit 2023-12-09T02:12:31.903954+0000 mon.a (mon.0) 2537 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:32.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:32 smithi125 bash[66801]: cluster 2023-12-09T02:12:31.946372+0000 osd.7 (osd.7) 10 : cluster 3 failed to encode map e115 with expected crc 2023-12-09T02:12:32.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:32 smithi125 bash[66801]: cluster 2023-12-09T02:12:31.950220+0000 osd.3 (osd.3) 13 : cluster 3 failed to encode map e115 with expected crc 2023-12-09T02:12:32.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:32 smithi125 bash[66801]: cluster 2023-12-09T02:12:31.952443+0000 osd.5 (osd.5) 14 : cluster 3 failed to encode map e115 with expected crc 2023-12-09T02:12:32.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:32 smithi125 bash[66801]: cluster 2023-12-09T02:12:31.952633+0000 osd.4 (osd.4) 13 : cluster 3 failed to encode map e115 with expected crc 2023-12-09T02:12:32.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:32 smithi125 bash[66801]: cluster 2023-12-09T02:12:31.952697+0000 osd.6 (osd.6) 9 : cluster 3 failed to encode map e115 with expected crc 2023-12-09T02:12:32.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:32 smithi125 bash[66801]: cluster 2023-12-09T02:12:31.955873+0000 mon.a (mon.0) 2538 : cluster 0 osdmap e115: 8 total, 8 up, 8 in 2023-12-09T02:12:32.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:32 smithi125 bash[66801]: cluster 2023-12-09T02:12:31.956141+0000 osd.3 (osd.3) 14 : cluster 3 failed to encode map e115 with expected crc 2023-12-09T02:12:32.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:32 smithi125 bash[66801]: cluster 2023-12-09T02:12:31.956181+0000 osd.2 (osd.2) 12 : cluster 3 failed to encode map e115 with expected crc 2023-12-09T02:12:32.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:32 smithi125 bash[66801]: cluster 2023-12-09T02:12:31.958061+0000 osd.6 (osd.6) 10 : cluster 3 failed to encode map e115 with expected crc 2023-12-09T02:12:32.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:32 smithi125 bash[66801]: cluster 2023-12-09T02:12:31.959750+0000 osd.4 (osd.4) 14 : cluster 3 failed to encode map e115 with expected crc 2023-12-09T02:12:32.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:32 smithi125 bash[66801]: cluster 2023-12-09T02:12:31.959982+0000 osd.3 (osd.3) 15 : cluster 3 failed to encode map e115 with expected crc 2023-12-09T02:12:32.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:32 smithi125 bash[66801]: cluster 2023-12-09T02:12:31.962493+0000 osd.3 (osd.3) 16 : cluster 3 failed to encode map e115 with expected crc 2023-12-09T02:12:32.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:32 smithi125 bash[66801]: cluster 2023-12-09T02:12:31.964489+0000 osd.2 (osd.2) 13 : cluster 3 failed to encode map e115 with expected crc 2023-12-09T02:12:32.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:32 smithi125 bash[66801]: audit 2023-12-09T02:12:31.989819+0000 mon.a (mon.0) 2539 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:32.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:32 smithi125 bash[66801]: audit 2023-12-09T02:12:31.998334+0000 mon.a (mon.0) 2540 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:32.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:32 smithi125 bash[66801]: audit 2023-12-09T02:12:32.001695+0000 mon.a (mon.0) 2541 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:32.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:32 smithi125 bash[66801]: audit 2023-12-09T02:12:32.003040+0000 mon.a (mon.0) 2542 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:32.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:32 smithi125 bash[66801]: audit 2023-12-09T02:12:32.010212+0000 mon.a (mon.0) 2543 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:32.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:32 smithi125 bash[66801]: audit 2023-12-09T02:12:32.079270+0000 mon.a (mon.0) 2544 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:32.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:32 smithi125 bash[66801]: audit 2023-12-09T02:12:32.082012+0000 mon.a (mon.0) 2545 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:32.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:32 smithi125 bash[66801]: audit 2023-12-09T02:12:32.084917+0000 mon.a (mon.0) 2546 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:32.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:32 smithi125 bash[66801]: audit 2023-12-09T02:12:32.086074+0000 mon.a (mon.0) 2547 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:32.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:32 smithi125 bash[66801]: audit 2023-12-09T02:12:32.093877+0000 mon.a (mon.0) 2548 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:32.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:32 smithi125 bash[66801]: audit 2023-12-09T02:12:32.173245+0000 mon.a (mon.0) 2549 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:32.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:32 smithi125 bash[66801]: audit 2023-12-09T02:12:32.175843+0000 mon.a (mon.0) 2550 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:32.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:32 smithi125 bash[66801]: audit 2023-12-09T02:12:32.178209+0000 mon.a (mon.0) 2551 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:32.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:32 smithi125 bash[66801]: audit 2023-12-09T02:12:32.179123+0000 mon.a (mon.0) 2552 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:32.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:32 smithi125 bash[66801]: audit 2023-12-09T02:12:32.186478+0000 mon.a (mon.0) 2553 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:32.978 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:32 smithi125 bash[66801]: audit 2023-12-09T02:12:32.266690+0000 mon.a (mon.0) 2554 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:32.978 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:32 smithi125 bash[66801]: audit 2023-12-09T02:12:32.268790+0000 mon.a (mon.0) 2555 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:32.978 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:32 smithi125 bash[66801]: audit 2023-12-09T02:12:32.271537+0000 mon.a (mon.0) 2556 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:32.978 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:32 smithi125 bash[66801]: audit 2023-12-09T02:12:32.272542+0000 mon.a (mon.0) 2557 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:32.978 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:32 smithi125 bash[66801]: audit 2023-12-09T02:12:32.280799+0000 mon.a (mon.0) 2558 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:32.978 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:32 smithi125 bash[66801]: audit 2023-12-09T02:12:32.361793+0000 mon.a (mon.0) 2559 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:32.978 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:32 smithi125 bash[66801]: audit 2023-12-09T02:12:32.364270+0000 mon.a (mon.0) 2560 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:32.978 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:32 smithi125 bash[66801]: audit 2023-12-09T02:12:32.367550+0000 mon.a (mon.0) 2561 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:32.978 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:32 smithi125 bash[66801]: audit 2023-12-09T02:12:32.368554+0000 mon.a (mon.0) 2562 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:32.978 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:32 smithi125 bash[66801]: audit 2023-12-09T02:12:32.375501+0000 mon.a (mon.0) 2563 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:32.978 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:32 smithi125 bash[66801]: audit 2023-12-09T02:12:32.460525+0000 mon.a (mon.0) 2564 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:32.978 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:32 smithi125 bash[66801]: audit 2023-12-09T02:12:32.464906+0000 mon.a (mon.0) 2565 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:32.978 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:32 smithi125 bash[66801]: audit 2023-12-09T02:12:32.468978+0000 mon.a (mon.0) 2566 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:32.978 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:32 smithi125 bash[66801]: audit 2023-12-09T02:12:32.470418+0000 mon.a (mon.0) 2567 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:32.979 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:32 smithi125 bash[66801]: audit 2023-12-09T02:12:32.478282+0000 mon.a (mon.0) 2568 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:33.219 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:12:33 smithi067 bash[75618]: debug 2023-12-09T02:12:33.002+0000 7f0641e91700 -1 mgr.server reply reply (16) Device or resource busy unsafe to stop osd(s) at this time (12 PGs are or would become offline) 2023-12-09T02:12:33.931 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:33 smithi125 bash[66801]: cephadm 2023-12-09T02:12:31.708434+0000 mgr.y (mgr.25480) 622 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:33.932 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:33 smithi125 bash[66801]: cephadm 2023-12-09T02:12:31.803382+0000 mgr.y (mgr.25480) 623 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:33.932 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:33 smithi125 bash[66801]: cluster 2023-12-09T02:12:31.887225+0000 mgr.y (mgr.25480) 624 : cluster 0 pgmap v95: 161 pgs: 21 active+undersized+degraded, 42 active+undersized, 98 active+clean; 585 KiB data, 135 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s; 103/726 objects degraded (14.187%) 2023-12-09T02:12:33.932 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:33 smithi125 bash[66801]: cephadm 2023-12-09T02:12:31.904528+0000 mgr.y (mgr.25480) 625 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:33.932 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:33 smithi125 bash[66801]: cephadm 2023-12-09T02:12:32.010939+0000 mgr.y (mgr.25480) 626 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:33.932 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:33 smithi125 bash[66801]: cephadm 2023-12-09T02:12:32.094504+0000 mgr.y (mgr.25480) 627 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:33.932 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:33 smithi125 bash[66801]: cephadm 2023-12-09T02:12:32.187506+0000 mgr.y (mgr.25480) 628 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:33.932 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:33 smithi125 bash[66801]: cephadm 2023-12-09T02:12:32.281372+0000 mgr.y (mgr.25480) 629 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:33.932 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:33 smithi125 bash[66801]: cephadm 2023-12-09T02:12:32.376100+0000 mgr.y (mgr.25480) 630 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:33.932 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:33 smithi125 bash[66801]: cephadm 2023-12-09T02:12:32.479072+0000 mgr.y (mgr.25480) 631 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:33.932 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:33 smithi125 bash[66801]: audit 2023-12-09T02:12:32.568177+0000 mon.a (mon.0) 2569 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:33.932 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:33 smithi125 bash[66801]: audit 2023-12-09T02:12:32.571442+0000 mon.a (mon.0) 2570 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:33.933 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:33 smithi125 bash[66801]: audit 2023-12-09T02:12:32.573912+0000 mon.a (mon.0) 2571 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:33.933 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:33 smithi125 bash[66801]: audit 2023-12-09T02:12:32.574699+0000 mon.a (mon.0) 2572 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:33.933 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:33 smithi125 bash[66801]: audit 2023-12-09T02:12:32.579958+0000 mon.a (mon.0) 2573 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:33.933 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:33 smithi125 bash[66801]: cephadm 2023-12-09T02:12:32.580519+0000 mgr.y (mgr.25480) 632 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:33.933 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:33 smithi125 bash[66801]: audit 2023-12-09T02:12:32.661698+0000 mon.a (mon.0) 2574 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:33.933 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:33 smithi125 bash[66801]: audit 2023-12-09T02:12:32.664203+0000 mon.a (mon.0) 2575 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:33.933 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:33 smithi125 bash[66801]: audit 2023-12-09T02:12:32.667269+0000 mon.a (mon.0) 2576 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:33.933 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:33 smithi125 bash[66801]: audit 2023-12-09T02:12:32.668273+0000 mon.a (mon.0) 2577 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:33.933 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:33 smithi125 bash[66801]: audit 2023-12-09T02:12:32.675522+0000 mon.a (mon.0) 2578 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:33.933 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:33 smithi125 bash[66801]: cephadm 2023-12-09T02:12:32.676206+0000 mgr.y (mgr.25480) 633 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:33.933 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:33 smithi125 bash[66801]: audit 2023-12-09T02:12:32.789332+0000 mon.a (mon.0) 2579 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:33.933 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:33 smithi125 bash[66801]: audit 2023-12-09T02:12:32.791439+0000 mon.a (mon.0) 2580 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:33.933 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:33 smithi125 bash[66801]: audit 2023-12-09T02:12:32.794113+0000 mon.a (mon.0) 2581 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:33.933 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:33 smithi125 bash[66801]: audit 2023-12-09T02:12:32.795201+0000 mon.a (mon.0) 2582 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:33.934 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:33 smithi125 bash[66801]: audit 2023-12-09T02:12:32.802176+0000 mon.a (mon.0) 2583 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:33.934 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:33 smithi125 bash[66801]: audit 2023-12-09T02:12:32.882494+0000 mon.a (mon.0) 2584 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:33.934 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:33 smithi125 bash[66801]: audit 2023-12-09T02:12:32.885617+0000 mon.a (mon.0) 2585 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:33.934 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:33 smithi125 bash[66801]: audit 2023-12-09T02:12:32.894589+0000 mon.a (mon.0) 2586 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:33.934 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:33 smithi125 bash[66801]: audit 2023-12-09T02:12:32.897905+0000 mon.a (mon.0) 2587 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:33.934 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:33 smithi125 bash[66801]: audit 2023-12-09T02:12:32.898245+0000 mon.a (mon.0) 2588 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:33.934 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:33 smithi125 bash[66801]: audit 2023-12-09T02:12:32.906046+0000 mon.a (mon.0) 2589 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:33.934 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:33 smithi125 bash[66801]: audit 2023-12-09T02:12:32.910273+0000 mon.a (mon.0) 2590 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:33.934 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:33 smithi125 bash[66801]: audit 2023-12-09T02:12:32.917971+0000 mon.a (mon.0) 2591 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:33.934 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:33 smithi125 bash[66801]: audit 2023-12-09T02:12:32.998653+0000 mon.a (mon.0) 2592 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:33.934 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:33 smithi125 bash[66801]: audit 2023-12-09T02:12:33.001579+0000 mon.a (mon.0) 2593 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:33.935 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:33 smithi125 bash[66801]: audit 2023-12-09T02:12:33.003975+0000 mon.a (mon.0) 2594 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:33.935 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:33 smithi125 bash[66801]: audit 2023-12-09T02:12:33.005289+0000 mon.a (mon.0) 2595 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:33.935 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:33 smithi125 bash[66801]: audit 2023-12-09T02:12:33.007032+0000 mon.a (mon.0) 2596 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2023-12-09T02:12:33.970 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:12:33 smithi067 bash[75618]: ::ffff:172.21.15.125 - - [09/Dec/2023:02:12:33] "GET /metrics HTTP/1.1" 200 38402 "" "Prometheus/2.33.4" 2023-12-09T02:12:33.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:33 smithi067 bash[79370]: cephadm 2023-12-09T02:12:31.708434+0000 mgr.y (mgr.25480) 622 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:33.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:33 smithi067 bash[79370]: cephadm 2023-12-09T02:12:31.803382+0000 mgr.y (mgr.25480) 623 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:33.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:33 smithi067 bash[79370]: cluster 2023-12-09T02:12:31.887225+0000 mgr.y (mgr.25480) 624 : cluster 0 pgmap v95: 161 pgs: 21 active+undersized+degraded, 42 active+undersized, 98 active+clean; 585 KiB data, 135 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s; 103/726 objects degraded (14.187%) 2023-12-09T02:12:33.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:33 smithi067 bash[79370]: cephadm 2023-12-09T02:12:31.904528+0000 mgr.y (mgr.25480) 625 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:33.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:33 smithi067 bash[79370]: cephadm 2023-12-09T02:12:32.010939+0000 mgr.y (mgr.25480) 626 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:33.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:33 smithi067 bash[79370]: cephadm 2023-12-09T02:12:32.094504+0000 mgr.y (mgr.25480) 627 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:33.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:33 smithi067 bash[79370]: cephadm 2023-12-09T02:12:32.187506+0000 mgr.y (mgr.25480) 628 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:33.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:33 smithi067 bash[79370]: cephadm 2023-12-09T02:12:32.281372+0000 mgr.y (mgr.25480) 629 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:33.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:33 smithi067 bash[79370]: cephadm 2023-12-09T02:12:32.376100+0000 mgr.y (mgr.25480) 630 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:33.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:33 smithi067 bash[79370]: cephadm 2023-12-09T02:12:32.479072+0000 mgr.y (mgr.25480) 631 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:33.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:33 smithi067 bash[79370]: audit 2023-12-09T02:12:32.568177+0000 mon.a (mon.0) 2569 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:33.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:33 smithi067 bash[79370]: audit 2023-12-09T02:12:32.571442+0000 mon.a (mon.0) 2570 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:33.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:33 smithi067 bash[79370]: audit 2023-12-09T02:12:32.573912+0000 mon.a (mon.0) 2571 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:33.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:33 smithi067 bash[79370]: audit 2023-12-09T02:12:32.574699+0000 mon.a (mon.0) 2572 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:33.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:33 smithi067 bash[79370]: audit 2023-12-09T02:12:32.579958+0000 mon.a (mon.0) 2573 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:33.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:33 smithi067 bash[79370]: cephadm 2023-12-09T02:12:32.580519+0000 mgr.y (mgr.25480) 632 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:33.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:33 smithi067 bash[79370]: audit 2023-12-09T02:12:32.661698+0000 mon.a (mon.0) 2574 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:33.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:33 smithi067 bash[79370]: audit 2023-12-09T02:12:32.664203+0000 mon.a (mon.0) 2575 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:33.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:33 smithi067 bash[79370]: audit 2023-12-09T02:12:32.667269+0000 mon.a (mon.0) 2576 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:33.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:33 smithi067 bash[79370]: audit 2023-12-09T02:12:32.668273+0000 mon.a (mon.0) 2577 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:33.972 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:33 smithi067 bash[82083]: cephadm 2023-12-09T02:12:31.708434+0000 mgr.y (mgr.25480) 622 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:33.972 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:33 smithi067 bash[82083]: cephadm 2023-12-09T02:12:31.803382+0000 mgr.y (mgr.25480) 623 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:33.972 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:33 smithi067 bash[82083]: cluster 2023-12-09T02:12:31.887225+0000 mgr.y (mgr.25480) 624 : cluster 0 pgmap v95: 161 pgs: 21 active+undersized+degraded, 42 active+undersized, 98 active+clean; 585 KiB data, 135 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s; 103/726 objects degraded (14.187%) 2023-12-09T02:12:33.972 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:33 smithi067 bash[82083]: cephadm 2023-12-09T02:12:31.904528+0000 mgr.y (mgr.25480) 625 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:33.972 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:33 smithi067 bash[82083]: cephadm 2023-12-09T02:12:32.010939+0000 mgr.y (mgr.25480) 626 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:33.972 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:33 smithi067 bash[82083]: cephadm 2023-12-09T02:12:32.094504+0000 mgr.y (mgr.25480) 627 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:33.972 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:33 smithi067 bash[82083]: cephadm 2023-12-09T02:12:32.187506+0000 mgr.y (mgr.25480) 628 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:33.972 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:33 smithi067 bash[82083]: cephadm 2023-12-09T02:12:32.281372+0000 mgr.y (mgr.25480) 629 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:33.973 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:33 smithi067 bash[82083]: cephadm 2023-12-09T02:12:32.376100+0000 mgr.y (mgr.25480) 630 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:33.973 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:33 smithi067 bash[82083]: cephadm 2023-12-09T02:12:32.479072+0000 mgr.y (mgr.25480) 631 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:33.973 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:33 smithi067 bash[82083]: audit 2023-12-09T02:12:32.568177+0000 mon.a (mon.0) 2569 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:33.973 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:33 smithi067 bash[82083]: audit 2023-12-09T02:12:32.571442+0000 mon.a (mon.0) 2570 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:33.973 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:33 smithi067 bash[82083]: audit 2023-12-09T02:12:32.573912+0000 mon.a (mon.0) 2571 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:33.973 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:33 smithi067 bash[82083]: audit 2023-12-09T02:12:32.574699+0000 mon.a (mon.0) 2572 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:33.973 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:33 smithi067 bash[82083]: audit 2023-12-09T02:12:32.579958+0000 mon.a (mon.0) 2573 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:33.973 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:33 smithi067 bash[82083]: cephadm 2023-12-09T02:12:32.580519+0000 mgr.y (mgr.25480) 632 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:33.973 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:33 smithi067 bash[82083]: audit 2023-12-09T02:12:32.661698+0000 mon.a (mon.0) 2574 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:33.973 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:33 smithi067 bash[82083]: audit 2023-12-09T02:12:32.664203+0000 mon.a (mon.0) 2575 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:33.973 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:33 smithi067 bash[82083]: audit 2023-12-09T02:12:32.667269+0000 mon.a (mon.0) 2576 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:33.973 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:33 smithi067 bash[82083]: audit 2023-12-09T02:12:32.668273+0000 mon.a (mon.0) 2577 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:33.974 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:33 smithi067 bash[79370]: audit 2023-12-09T02:12:32.675522+0000 mon.a (mon.0) 2578 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:33.974 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:33 smithi067 bash[79370]: cephadm 2023-12-09T02:12:32.676206+0000 mgr.y (mgr.25480) 633 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:33.974 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:33 smithi067 bash[79370]: audit 2023-12-09T02:12:32.789332+0000 mon.a (mon.0) 2579 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:33.974 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:33 smithi067 bash[79370]: audit 2023-12-09T02:12:32.791439+0000 mon.a (mon.0) 2580 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:33.974 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:33 smithi067 bash[79370]: audit 2023-12-09T02:12:32.794113+0000 mon.a (mon.0) 2581 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:33.974 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:33 smithi067 bash[79370]: audit 2023-12-09T02:12:32.795201+0000 mon.a (mon.0) 2582 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:33.974 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:33 smithi067 bash[79370]: audit 2023-12-09T02:12:32.802176+0000 mon.a (mon.0) 2583 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:33.974 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:33 smithi067 bash[79370]: audit 2023-12-09T02:12:32.882494+0000 mon.a (mon.0) 2584 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:33.974 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:33 smithi067 bash[79370]: audit 2023-12-09T02:12:32.885617+0000 mon.a (mon.0) 2585 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:33.975 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:33 smithi067 bash[79370]: audit 2023-12-09T02:12:32.894589+0000 mon.a (mon.0) 2586 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:33.975 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:33 smithi067 bash[79370]: audit 2023-12-09T02:12:32.897905+0000 mon.a (mon.0) 2587 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:33.975 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:33 smithi067 bash[79370]: audit 2023-12-09T02:12:32.898245+0000 mon.a (mon.0) 2588 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:33.975 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:33 smithi067 bash[79370]: audit 2023-12-09T02:12:32.906046+0000 mon.a (mon.0) 2589 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:33.975 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:33 smithi067 bash[79370]: audit 2023-12-09T02:12:32.910273+0000 mon.a (mon.0) 2590 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:33.975 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:33 smithi067 bash[79370]: audit 2023-12-09T02:12:32.917971+0000 mon.a (mon.0) 2591 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:33.975 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:33 smithi067 bash[79370]: audit 2023-12-09T02:12:32.998653+0000 mon.a (mon.0) 2592 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:33.975 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:33 smithi067 bash[79370]: audit 2023-12-09T02:12:33.001579+0000 mon.a (mon.0) 2593 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:33.975 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:33 smithi067 bash[79370]: audit 2023-12-09T02:12:33.003975+0000 mon.a (mon.0) 2594 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:33.975 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:33 smithi067 bash[79370]: audit 2023-12-09T02:12:33.005289+0000 mon.a (mon.0) 2595 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:33.975 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:33 smithi067 bash[79370]: audit 2023-12-09T02:12:33.007032+0000 mon.a (mon.0) 2596 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2023-12-09T02:12:33.976 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:33 smithi067 bash[82083]: audit 2023-12-09T02:12:32.675522+0000 mon.a (mon.0) 2578 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:33.976 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:33 smithi067 bash[82083]: cephadm 2023-12-09T02:12:32.676206+0000 mgr.y (mgr.25480) 633 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:33.976 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:33 smithi067 bash[82083]: audit 2023-12-09T02:12:32.789332+0000 mon.a (mon.0) 2579 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:33.976 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:33 smithi067 bash[82083]: audit 2023-12-09T02:12:32.791439+0000 mon.a (mon.0) 2580 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:33.976 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:33 smithi067 bash[82083]: audit 2023-12-09T02:12:32.794113+0000 mon.a (mon.0) 2581 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:33.976 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:33 smithi067 bash[82083]: audit 2023-12-09T02:12:32.795201+0000 mon.a (mon.0) 2582 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:33.976 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:33 smithi067 bash[82083]: audit 2023-12-09T02:12:32.802176+0000 mon.a (mon.0) 2583 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:33.976 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:33 smithi067 bash[82083]: audit 2023-12-09T02:12:32.882494+0000 mon.a (mon.0) 2584 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:33.976 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:33 smithi067 bash[82083]: audit 2023-12-09T02:12:32.885617+0000 mon.a (mon.0) 2585 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:33.976 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:33 smithi067 bash[82083]: audit 2023-12-09T02:12:32.894589+0000 mon.a (mon.0) 2586 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:33.976 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:33 smithi067 bash[82083]: audit 2023-12-09T02:12:32.897905+0000 mon.a (mon.0) 2587 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:33.977 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:33 smithi067 bash[82083]: audit 2023-12-09T02:12:32.898245+0000 mon.a (mon.0) 2588 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:12:33.977 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:33 smithi067 bash[82083]: audit 2023-12-09T02:12:32.906046+0000 mon.a (mon.0) 2589 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:33.977 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:33 smithi067 bash[82083]: audit 2023-12-09T02:12:32.910273+0000 mon.a (mon.0) 2590 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:33.977 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:33 smithi067 bash[82083]: audit 2023-12-09T02:12:32.917971+0000 mon.a (mon.0) 2591 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:33.977 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:33 smithi067 bash[82083]: audit 2023-12-09T02:12:32.998653+0000 mon.a (mon.0) 2592 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:12:33.977 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:33 smithi067 bash[82083]: audit 2023-12-09T02:12:33.001579+0000 mon.a (mon.0) 2593 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:33.977 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:33 smithi067 bash[82083]: audit 2023-12-09T02:12:33.003975+0000 mon.a (mon.0) 2594 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:33.977 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:33 smithi067 bash[82083]: audit 2023-12-09T02:12:33.005289+0000 mon.a (mon.0) 2595 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:33.977 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:33 smithi067 bash[82083]: audit 2023-12-09T02:12:33.007032+0000 mon.a (mon.0) 2596 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2023-12-09T02:12:34.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:34 smithi067 bash[79370]: cephadm 2023-12-09T02:12:32.802819+0000 mgr.y (mgr.25480) 634 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:34.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:34 smithi067 bash[79370]: audit 2023-12-09T02:12:33.007260+0000 mgr.y (mgr.25480) 635 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2023-12-09T02:12:34.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:34 smithi067 bash[79370]: cephadm 2023-12-09T02:12:33.008491+0000 mgr.y (mgr.25480) 636 : cephadm 1 Upgrade: unsafe to stop osd(s) at this time (12 PGs are or would become offline) 2023-12-09T02:12:34.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:34 smithi067 bash[82083]: cephadm 2023-12-09T02:12:32.802819+0000 mgr.y (mgr.25480) 634 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:34.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:34 smithi067 bash[82083]: audit 2023-12-09T02:12:33.007260+0000 mgr.y (mgr.25480) 635 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2023-12-09T02:12:34.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:34 smithi067 bash[82083]: cephadm 2023-12-09T02:12:33.008491+0000 mgr.y (mgr.25480) 636 : cephadm 1 Upgrade: unsafe to stop osd(s) at this time (12 PGs are or would become offline) 2023-12-09T02:12:34.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:34 smithi125 bash[66801]: cephadm 2023-12-09T02:12:32.802819+0000 mgr.y (mgr.25480) 634 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:12:34.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:34 smithi125 bash[66801]: audit 2023-12-09T02:12:33.007260+0000 mgr.y (mgr.25480) 635 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2023-12-09T02:12:34.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:34 smithi125 bash[66801]: cephadm 2023-12-09T02:12:33.008491+0000 mgr.y (mgr.25480) 636 : cephadm 1 Upgrade: unsafe to stop osd(s) at this time (12 PGs are or would become offline) 2023-12-09T02:12:35.953 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:35 smithi067 bash[79370]: cluster 2023-12-09T02:12:33.888058+0000 mgr.y (mgr.25480) 637 : cluster 0 pgmap v97: 161 pgs: 7 active+undersized+degraded, 19 active+undersized, 135 active+clean; 585 KiB data, 136 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 1 op/s; 45/726 objects degraded (6.198%) 2023-12-09T02:12:35.954 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:35 smithi067 bash[79370]: cluster 2023-12-09T02:12:34.561251+0000 mon.a (mon.0) 2597 : cluster 3 Health check update: Degraded data redundancy: 45/726 objects degraded (6.198%), 7 pgs degraded (PG_DEGRADED) 2023-12-09T02:12:35.954 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:35 smithi067 bash[82083]: cluster 2023-12-09T02:12:33.888058+0000 mgr.y (mgr.25480) 637 : cluster 0 pgmap v97: 161 pgs: 7 active+undersized+degraded, 19 active+undersized, 135 active+clean; 585 KiB data, 136 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 1 op/s; 45/726 objects degraded (6.198%) 2023-12-09T02:12:35.954 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:35 smithi067 bash[82083]: cluster 2023-12-09T02:12:34.561251+0000 mon.a (mon.0) 2597 : cluster 3 Health check update: Degraded data redundancy: 45/726 objects degraded (6.198%), 7 pgs degraded (PG_DEGRADED) 2023-12-09T02:12:35.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:35 smithi125 bash[66801]: cluster 2023-12-09T02:12:33.888058+0000 mgr.y (mgr.25480) 637 : cluster 0 pgmap v97: 161 pgs: 7 active+undersized+degraded, 19 active+undersized, 135 active+clean; 585 KiB data, 136 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 1 op/s; 45/726 objects degraded (6.198%) 2023-12-09T02:12:35.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:35 smithi125 bash[66801]: cluster 2023-12-09T02:12:34.561251+0000 mon.a (mon.0) 2597 : cluster 3 Health check update: Degraded data redundancy: 45/726 objects degraded (6.198%), 7 pgs degraded (PG_DEGRADED) 2023-12-09T02:12:37.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:37 smithi067 bash[79370]: cluster 2023-12-09T02:12:35.889199+0000 mgr.y (mgr.25480) 638 : cluster 0 pgmap v98: 161 pgs: 161 active+clean; 585 KiB data, 136 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:12:37.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:37 smithi067 bash[79370]: audit 2023-12-09T02:12:36.099408+0000 mon.a (mon.0) 2598 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:37.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:37 smithi067 bash[79370]: audit 2023-12-09T02:12:36.108279+0000 mon.a (mon.0) 2599 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:37.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:37 smithi067 bash[79370]: audit 2023-12-09T02:12:36.116736+0000 mon.a (mon.0) 2600 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:37.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:37 smithi067 bash[79370]: cluster 2023-12-09T02:12:36.572793+0000 mon.a (mon.0) 2601 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 45/726 objects degraded (6.198%), 7 pgs degraded) 2023-12-09T02:12:37.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:37 smithi067 bash[79370]: cluster 2023-12-09T02:12:36.572871+0000 mon.a (mon.0) 2602 : cluster 1 Cluster is now healthy 2023-12-09T02:12:37.470 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:37 smithi067 bash[82083]: cluster 2023-12-09T02:12:35.889199+0000 mgr.y (mgr.25480) 638 : cluster 0 pgmap v98: 161 pgs: 161 active+clean; 585 KiB data, 136 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:12:37.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:37 smithi067 bash[82083]: audit 2023-12-09T02:12:36.099408+0000 mon.a (mon.0) 2598 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:37.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:37 smithi067 bash[82083]: audit 2023-12-09T02:12:36.108279+0000 mon.a (mon.0) 2599 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:37.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:37 smithi067 bash[82083]: audit 2023-12-09T02:12:36.116736+0000 mon.a (mon.0) 2600 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:37.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:37 smithi067 bash[82083]: cluster 2023-12-09T02:12:36.572793+0000 mon.a (mon.0) 2601 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 45/726 objects degraded (6.198%), 7 pgs degraded) 2023-12-09T02:12:37.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:37 smithi067 bash[82083]: cluster 2023-12-09T02:12:36.572871+0000 mon.a (mon.0) 2602 : cluster 1 Cluster is now healthy 2023-12-09T02:12:37.472 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:37 smithi125 bash[66801]: cluster 2023-12-09T02:12:35.889199+0000 mgr.y (mgr.25480) 638 : cluster 0 pgmap v98: 161 pgs: 161 active+clean; 585 KiB data, 136 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:12:37.472 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:37 smithi125 bash[66801]: audit 2023-12-09T02:12:36.099408+0000 mon.a (mon.0) 2598 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:37.472 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:37 smithi125 bash[66801]: audit 2023-12-09T02:12:36.108279+0000 mon.a (mon.0) 2599 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:37.472 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:37 smithi125 bash[66801]: audit 2023-12-09T02:12:36.116736+0000 mon.a (mon.0) 2600 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:37.472 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:37 smithi125 bash[66801]: cluster 2023-12-09T02:12:36.572793+0000 mon.a (mon.0) 2601 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 45/726 objects degraded (6.198%), 7 pgs degraded) 2023-12-09T02:12:37.473 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:37 smithi125 bash[66801]: cluster 2023-12-09T02:12:36.572871+0000 mon.a (mon.0) 2602 : cluster 1 Cluster is now healthy 2023-12-09T02:12:38.973 INFO:journalctl@ceph.prometheus.a.smithi125.stdout:Dec 09 02:12:38 smithi125 bash[62302]: ts=2023-12-09T02:12:38.661Z caller=alerting.go:353 level=warn component="rule manager" alert="unsupported value type" msg="Expanding alert template failed" err="error executing template __alert_CephOSDDown: template: __alert_CephOSDDown:1:358: executing \"__alert_CephOSDDown\" at : error calling query: found duplicate series for the match group {ceph_daemon=\"osd.0\"} on the right hand-side of the operation: [{__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 19.0.0-44-g9dcc13bb (9dcc13bb80dcc1cdea72b04d80505b4649a2b882) reef (dev)\", cluster_addr=\"172.21.15.67\", device_class=\"ssd\", hostname=\"smithi067\", instance=\"smithi067:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.67\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.67\", device_class=\"ssd\", hostname=\"smithi067\", instance=\"172.21.15.125:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.67\"}];many-to-many matching not allowed: matching labels must be unique on one side" data="unsupported value type" 2023-12-09T02:12:38.973 INFO:journalctl@ceph.prometheus.a.smithi125.stdout:Dec 09 02:12:38 smithi125 bash[62302]: ts=2023-12-09T02:12:38.664Z caller=manager.go:609 level=warn component="rule manager" group=osd msg="Evaluating rule failed" rule="alert: CephOSDFlapping\nexpr: (rate(ceph_osd_up[5m]) * on(ceph_daemon) group_left(hostname) ceph_osd_metadata)\n * 60 > 1\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.4.4\n severity: warning\n type: ceph_default\nannotations:\n description: OSD {{ $labels.ceph_daemon }} on {{ $labels.hostname }} was marked\n down and back up {{ $value | humanize }} times once a minute for 5 minutes. This\n may indicate a network issue (latency, packet loss, MTU mismatch) on the cluster\n network, or the public network if no cluster network is deployed. Check the network\n stats on the listed host(s).\n documentation: https://docs.ceph.com/en/latest/rados/troubleshooting/troubleshooting-osd#flapping-osds\n summary: Network issues are causing OSDs to flap (mark each other down)\n" err="found duplicate series for the match group {ceph_daemon=\"osd.0\"} on the right hand-side of the operation: [{__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 19.0.0-44-g9dcc13bb (9dcc13bb80dcc1cdea72b04d80505b4649a2b882) reef (dev)\", cluster_addr=\"172.21.15.67\", device_class=\"ssd\", hostname=\"smithi067\", instance=\"smithi067:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.67\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.67\", device_class=\"ssd\", hostname=\"smithi067\", instance=\"172.21.15.125:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.67\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-09T02:12:39.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:39 smithi067 bash[79370]: cluster 2023-12-09T02:12:37.889946+0000 mgr.y (mgr.25480) 639 : cluster 0 pgmap v99: 161 pgs: 161 active+clean; 585 KiB data, 136 MiB used, 715 GiB / 715 GiB avail; 642 B/s rd, 0 op/s 2023-12-09T02:12:39.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:39 smithi067 bash[79370]: audit 2023-12-09T02:12:38.674092+0000 mgr.y (mgr.25480) 640 : audit 0 from='client.25420 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:12:39.470 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:39 smithi067 bash[82083]: cluster 2023-12-09T02:12:37.889946+0000 mgr.y (mgr.25480) 639 : cluster 0 pgmap v99: 161 pgs: 161 active+clean; 585 KiB data, 136 MiB used, 715 GiB / 715 GiB avail; 642 B/s rd, 0 op/s 2023-12-09T02:12:39.470 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:39 smithi067 bash[82083]: audit 2023-12-09T02:12:38.674092+0000 mgr.y (mgr.25480) 640 : audit 0 from='client.25420 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:12:39.472 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:39 smithi125 bash[66801]: cluster 2023-12-09T02:12:37.889946+0000 mgr.y (mgr.25480) 639 : cluster 0 pgmap v99: 161 pgs: 161 active+clean; 585 KiB data, 136 MiB used, 715 GiB / 715 GiB avail; 642 B/s rd, 0 op/s 2023-12-09T02:12:39.472 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:39 smithi125 bash[66801]: audit 2023-12-09T02:12:38.674092+0000 mgr.y (mgr.25480) 640 : audit 0 from='client.25420 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:12:40.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:40 smithi067 bash[82083]: audit 2023-12-09T02:12:39.416746+0000 mon.a (mon.0) 2603 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:40.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:40 smithi067 bash[82083]: audit 2023-12-09T02:12:39.429278+0000 mon.a (mon.0) 2604 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:40.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:40 smithi067 bash[82083]: audit 2023-12-09T02:12:39.439106+0000 mon.a (mon.0) 2605 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:40.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:40 smithi067 bash[79370]: audit 2023-12-09T02:12:39.416746+0000 mon.a (mon.0) 2603 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:40.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:40 smithi067 bash[79370]: audit 2023-12-09T02:12:39.429278+0000 mon.a (mon.0) 2604 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:40.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:40 smithi067 bash[79370]: audit 2023-12-09T02:12:39.439106+0000 mon.a (mon.0) 2605 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:40.722 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:40 smithi125 bash[66801]: audit 2023-12-09T02:12:39.416746+0000 mon.a (mon.0) 2603 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:40.722 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:40 smithi125 bash[66801]: audit 2023-12-09T02:12:39.429278+0000 mon.a (mon.0) 2604 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:40.722 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:40 smithi125 bash[66801]: audit 2023-12-09T02:12:39.439106+0000 mon.a (mon.0) 2605 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:41.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:41 smithi067 bash[79370]: cluster 2023-12-09T02:12:39.891588+0000 mgr.y (mgr.25480) 641 : cluster 0 pgmap v100: 161 pgs: 161 active+clean; 585 KiB data, 136 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-09T02:12:41.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:41 smithi067 bash[82083]: cluster 2023-12-09T02:12:39.891588+0000 mgr.y (mgr.25480) 641 : cluster 0 pgmap v100: 161 pgs: 161 active+clean; 585 KiB data, 136 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-09T02:12:41.722 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:41 smithi125 bash[66801]: cluster 2023-12-09T02:12:39.891588+0000 mgr.y (mgr.25480) 641 : cluster 0 pgmap v100: 161 pgs: 161 active+clean; 585 KiB data, 136 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-09T02:12:43.970 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:12:43 smithi067 bash[75618]: ::ffff:172.21.15.125 - - [09/Dec/2023:02:12:43] "GET /metrics HTTP/1.1" 200 38403 "" "Prometheus/2.33.4" 2023-12-09T02:12:43.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:43 smithi067 bash[82083]: cluster 2023-12-09T02:12:41.892518+0000 mgr.y (mgr.25480) 642 : cluster 0 pgmap v101: 161 pgs: 161 active+clean; 585 KiB data, 136 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2023-12-09T02:12:43.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:43 smithi067 bash[82083]: audit 2023-12-09T02:12:42.643623+0000 mon.a (mon.0) 2606 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:43.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:43 smithi067 bash[82083]: audit 2023-12-09T02:12:42.645900+0000 mon.a (mon.0) 2607 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:12:43.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:43 smithi067 bash[82083]: audit 2023-12-09T02:12:42.748574+0000 mon.a (mon.0) 2608 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:43.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:43 smithi067 bash[79370]: cluster 2023-12-09T02:12:41.892518+0000 mgr.y (mgr.25480) 642 : cluster 0 pgmap v101: 161 pgs: 161 active+clean; 585 KiB data, 136 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2023-12-09T02:12:43.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:43 smithi067 bash[79370]: audit 2023-12-09T02:12:42.643623+0000 mon.a (mon.0) 2606 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:43.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:43 smithi067 bash[79370]: audit 2023-12-09T02:12:42.645900+0000 mon.a (mon.0) 2607 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:12:43.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:43 smithi067 bash[79370]: audit 2023-12-09T02:12:42.748574+0000 mon.a (mon.0) 2608 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:43.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:43 smithi125 bash[66801]: cluster 2023-12-09T02:12:41.892518+0000 mgr.y (mgr.25480) 642 : cluster 0 pgmap v101: 161 pgs: 161 active+clean; 585 KiB data, 136 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2023-12-09T02:12:43.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:43 smithi125 bash[66801]: audit 2023-12-09T02:12:42.643623+0000 mon.a (mon.0) 2606 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:43.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:43 smithi125 bash[66801]: audit 2023-12-09T02:12:42.645900+0000 mon.a (mon.0) 2607 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:12:43.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:43 smithi125 bash[66801]: audit 2023-12-09T02:12:42.748574+0000 mon.a (mon.0) 2608 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:45.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:45 smithi067 bash[79370]: cluster 2023-12-09T02:12:43.893700+0000 mgr.y (mgr.25480) 643 : cluster 0 pgmap v102: 161 pgs: 161 active+clean; 585 KiB data, 136 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-09T02:12:45.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:45 smithi067 bash[82083]: cluster 2023-12-09T02:12:43.893700+0000 mgr.y (mgr.25480) 643 : cluster 0 pgmap v102: 161 pgs: 161 active+clean; 585 KiB data, 136 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-09T02:12:45.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:45 smithi125 bash[66801]: cluster 2023-12-09T02:12:43.893700+0000 mgr.y (mgr.25480) 643 : cluster 0 pgmap v102: 161 pgs: 161 active+clean; 585 KiB data, 136 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-09T02:12:47.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:47 smithi067 bash[79370]: cluster 2023-12-09T02:12:45.894769+0000 mgr.y (mgr.25480) 644 : cluster 0 pgmap v103: 161 pgs: 161 active+clean; 585 KiB data, 136 MiB used, 715 GiB / 715 GiB avail; 2.1 KiB/s rd, 0 B/s wr, 2 op/s 2023-12-09T02:12:47.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:47 smithi067 bash[82083]: cluster 2023-12-09T02:12:45.894769+0000 mgr.y (mgr.25480) 644 : cluster 0 pgmap v103: 161 pgs: 161 active+clean; 585 KiB data, 136 MiB used, 715 GiB / 715 GiB avail; 2.1 KiB/s rd, 0 B/s wr, 2 op/s 2023-12-09T02:12:47.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:47 smithi125 bash[66801]: cluster 2023-12-09T02:12:45.894769+0000 mgr.y (mgr.25480) 644 : cluster 0 pgmap v103: 161 pgs: 161 active+clean; 585 KiB data, 136 MiB used, 715 GiB / 715 GiB avail; 2.1 KiB/s rd, 0 B/s wr, 2 op/s 2023-12-09T02:12:48.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:48 smithi067 bash[79370]: audit 2023-12-09T02:12:48.024118+0000 mon.a (mon.0) 2609 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2023-12-09T02:12:48.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:48 smithi067 bash[82083]: audit 2023-12-09T02:12:48.024118+0000 mon.a (mon.0) 2609 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2023-12-09T02:12:48.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:48 smithi125 bash[66801]: audit 2023-12-09T02:12:48.024118+0000 mon.a (mon.0) 2609 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2023-12-09T02:12:48.973 INFO:journalctl@ceph.prometheus.a.smithi125.stdout:Dec 09 02:12:48 smithi125 bash[62302]: ts=2023-12-09T02:12:48.661Z caller=manager.go:609 level=warn component="rule manager" group=osd msg="Evaluating rule failed" rule="alert: CephOSDFlapping\nexpr: (rate(ceph_osd_up[5m]) * on(ceph_daemon) group_left(hostname) ceph_osd_metadata)\n * 60 > 1\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.4.4\n severity: warning\n type: ceph_default\nannotations:\n description: OSD {{ $labels.ceph_daemon }} on {{ $labels.hostname }} was marked\n down and back up {{ $value | humanize }} times once a minute for 5 minutes. This\n may indicate a network issue (latency, packet loss, MTU mismatch) on the cluster\n network, or the public network if no cluster network is deployed. Check the network\n stats on the listed host(s).\n documentation: https://docs.ceph.com/en/latest/rados/troubleshooting/troubleshooting-osd#flapping-osds\n summary: Network issues are causing OSDs to flap (mark each other down)\n" err="found duplicate series for the match group {ceph_daemon=\"osd.0\"} on the right hand-side of the operation: [{__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 19.0.0-44-g9dcc13bb (9dcc13bb80dcc1cdea72b04d80505b4649a2b882) reef (dev)\", cluster_addr=\"172.21.15.67\", device_class=\"ssd\", hostname=\"smithi067\", instance=\"smithi067:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.67\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.67\", device_class=\"ssd\", hostname=\"smithi067\", instance=\"172.21.15.125:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.67\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-09T02:12:49.766 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:49 smithi067 bash[82083]: cluster 2023-12-09T02:12:47.895520+0000 mgr.y (mgr.25480) 645 : cluster 0 pgmap v104: 161 pgs: 161 active+clean; 585 KiB data, 136 MiB used, 715 GiB / 715 GiB avail; 2.1 KiB/s rd, 0 B/s wr, 2 op/s 2023-12-09T02:12:49.766 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:49 smithi067 bash[82083]: audit 2023-12-09T02:12:48.024495+0000 mgr.y (mgr.25480) 646 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2023-12-09T02:12:49.766 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:49 smithi067 bash[82083]: cephadm 2023-12-09T02:12:48.026922+0000 mgr.y (mgr.25480) 647 : cephadm 1 Upgrade: osd.2 is safe to restart 2023-12-09T02:12:49.766 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:49 smithi067 bash[82083]: audit 2023-12-09T02:12:48.682146+0000 mgr.y (mgr.25480) 648 : audit 0 from='client.25420 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:12:49.767 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:49 smithi067 bash[79370]: cluster 2023-12-09T02:12:47.895520+0000 mgr.y (mgr.25480) 645 : cluster 0 pgmap v104: 161 pgs: 161 active+clean; 585 KiB data, 136 MiB used, 715 GiB / 715 GiB avail; 2.1 KiB/s rd, 0 B/s wr, 2 op/s 2023-12-09T02:12:49.767 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:49 smithi067 bash[79370]: audit 2023-12-09T02:12:48.024495+0000 mgr.y (mgr.25480) 646 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2023-12-09T02:12:49.767 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:49 smithi067 bash[79370]: cephadm 2023-12-09T02:12:48.026922+0000 mgr.y (mgr.25480) 647 : cephadm 1 Upgrade: osd.2 is safe to restart 2023-12-09T02:12:49.767 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:49 smithi067 bash[79370]: audit 2023-12-09T02:12:48.682146+0000 mgr.y (mgr.25480) 648 : audit 0 from='client.25420 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:12:49.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:49 smithi125 bash[66801]: cluster 2023-12-09T02:12:47.895520+0000 mgr.y (mgr.25480) 645 : cluster 0 pgmap v104: 161 pgs: 161 active+clean; 585 KiB data, 136 MiB used, 715 GiB / 715 GiB avail; 2.1 KiB/s rd, 0 B/s wr, 2 op/s 2023-12-09T02:12:49.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:49 smithi125 bash[66801]: audit 2023-12-09T02:12:48.024495+0000 mgr.y (mgr.25480) 646 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2023-12-09T02:12:49.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:49 smithi125 bash[66801]: cephadm 2023-12-09T02:12:48.026922+0000 mgr.y (mgr.25480) 647 : cephadm 1 Upgrade: osd.2 is safe to restart 2023-12-09T02:12:49.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:49 smithi125 bash[66801]: audit 2023-12-09T02:12:48.682146+0000 mgr.y (mgr.25480) 648 : audit 0 from='client.25420 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:12:51.851 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:51 smithi067 bash[79370]: cluster 2023-12-09T02:12:49.897288+0000 mgr.y (mgr.25480) 649 : cluster 0 pgmap v105: 161 pgs: 161 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 41 KiB/s rd, 0 B/s wr, 68 op/s 2023-12-09T02:12:51.851 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:51 smithi067 bash[79370]: cephadm 2023-12-09T02:12:50.547249+0000 mgr.y (mgr.25480) 650 : cephadm 1 Upgrade: Updating osd.2 2023-12-09T02:12:51.851 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:51 smithi067 bash[79370]: audit 2023-12-09T02:12:50.553027+0000 mon.a (mon.0) 2610 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:51.852 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:51 smithi067 bash[79370]: audit 2023-12-09T02:12:50.556322+0000 mon.a (mon.0) 2611 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-12-09T02:12:51.852 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:51 smithi067 bash[79370]: audit 2023-12-09T02:12:50.557672+0000 mon.a (mon.0) 2612 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:51.852 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:51 smithi067 bash[79370]: cephadm 2023-12-09T02:12:50.561168+0000 mgr.y (mgr.25480) 651 : cephadm 1 Deploying daemon osd.2 on smithi067 2023-12-09T02:12:51.852 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:51 smithi067 bash[82083]: cluster 2023-12-09T02:12:49.897288+0000 mgr.y (mgr.25480) 649 : cluster 0 pgmap v105: 161 pgs: 161 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 41 KiB/s rd, 0 B/s wr, 68 op/s 2023-12-09T02:12:51.852 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:51 smithi067 bash[82083]: cephadm 2023-12-09T02:12:50.547249+0000 mgr.y (mgr.25480) 650 : cephadm 1 Upgrade: Updating osd.2 2023-12-09T02:12:51.852 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:51 smithi067 bash[82083]: audit 2023-12-09T02:12:50.553027+0000 mon.a (mon.0) 2610 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:51.852 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:51 smithi067 bash[82083]: audit 2023-12-09T02:12:50.556322+0000 mon.a (mon.0) 2611 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-12-09T02:12:51.852 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:51 smithi067 bash[82083]: audit 2023-12-09T02:12:50.557672+0000 mon.a (mon.0) 2612 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:51.852 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:51 smithi067 bash[82083]: cephadm 2023-12-09T02:12:50.561168+0000 mgr.y (mgr.25480) 651 : cephadm 1 Deploying daemon osd.2 on smithi067 2023-12-09T02:12:51.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:51 smithi125 bash[66801]: cluster 2023-12-09T02:12:49.897288+0000 mgr.y (mgr.25480) 649 : cluster 0 pgmap v105: 161 pgs: 161 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 41 KiB/s rd, 0 B/s wr, 68 op/s 2023-12-09T02:12:51.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:51 smithi125 bash[66801]: cephadm 2023-12-09T02:12:50.547249+0000 mgr.y (mgr.25480) 650 : cephadm 1 Upgrade: Updating osd.2 2023-12-09T02:12:51.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:51 smithi125 bash[66801]: audit 2023-12-09T02:12:50.553027+0000 mon.a (mon.0) 2610 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:51.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:51 smithi125 bash[66801]: audit 2023-12-09T02:12:50.556322+0000 mon.a (mon.0) 2611 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-12-09T02:12:51.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:51 smithi125 bash[66801]: audit 2023-12-09T02:12:50.557672+0000 mon.a (mon.0) 2612 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:12:51.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:51 smithi125 bash[66801]: cephadm 2023-12-09T02:12:50.561168+0000 mgr.y (mgr.25480) 651 : cephadm 1 Deploying daemon osd.2 on smithi067 2023-12-09T02:12:53.933 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:53 smithi125 bash[66801]: cluster 2023-12-09T02:12:51.898183+0000 mgr.y (mgr.25480) 652 : cluster 0 pgmap v106: 161 pgs: 161 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 50 KiB/s rd, 0 B/s wr, 82 op/s 2023-12-09T02:12:53.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:53 smithi067 bash[79370]: cluster 2023-12-09T02:12:51.898183+0000 mgr.y (mgr.25480) 652 : cluster 0 pgmap v106: 161 pgs: 161 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 50 KiB/s rd, 0 B/s wr, 82 op/s 2023-12-09T02:12:53.970 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:12:53 smithi067 bash[75618]: ::ffff:172.21.15.125 - - [09/Dec/2023:02:12:53] "GET /metrics HTTP/1.1" 200 38403 "" "Prometheus/2.33.4" 2023-12-09T02:12:53.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:53 smithi067 bash[82083]: cluster 2023-12-09T02:12:51.898183+0000 mgr.y (mgr.25480) 652 : cluster 0 pgmap v106: 161 pgs: 161 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 50 KiB/s rd, 0 B/s wr, 82 op/s 2023-12-09T02:12:55.220 INFO:journalctl@ceph.osd.2.smithi067.stdout:Dec 09 02:12:55 smithi067 systemd[1]: Stopping Ceph osd.2 for 6db93fb0-9635-11ee-95a3-87774f69a715... 2023-12-09T02:12:55.613 INFO:teuthology.orchestra.run.smithi067.stdout:true 2023-12-09T02:12:55.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:55 smithi067 bash[79370]: cluster 2023-12-09T02:12:53.899067+0000 mgr.y (mgr.25480) 653 : cluster 0 pgmap v107: 161 pgs: 161 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 73 KiB/s rd, 0 B/s wr, 120 op/s 2023-12-09T02:12:55.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:55 smithi067 bash[82083]: cluster 2023-12-09T02:12:53.899067+0000 mgr.y (mgr.25480) 653 : cluster 0 pgmap v107: 161 pgs: 161 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 73 KiB/s rd, 0 B/s wr, 120 op/s 2023-12-09T02:12:55.970 INFO:journalctl@ceph.osd.2.smithi067.stdout:Dec 09 02:12:55 smithi067 bash[41120]: debug 2023-12-09T02:12:55.577+0000 7fea306b3700 -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-09T02:12:55.971 INFO:journalctl@ceph.osd.2.smithi067.stdout:Dec 09 02:12:55 smithi067 bash[41120]: debug 2023-12-09T02:12:55.577+0000 7fea306b3700 -1 osd.2 115 *** Got signal Terminated *** 2023-12-09T02:12:55.971 INFO:journalctl@ceph.osd.2.smithi067.stdout:Dec 09 02:12:55 smithi067 bash[41120]: debug 2023-12-09T02:12:55.577+0000 7fea306b3700 -1 osd.2 115 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-09T02:12:55.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:55 smithi125 bash[66801]: cluster 2023-12-09T02:12:53.899067+0000 mgr.y (mgr.25480) 653 : cluster 0 pgmap v107: 161 pgs: 161 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 73 KiB/s rd, 0 B/s wr, 120 op/s 2023-12-09T02:12:56.432 INFO:teuthology.orchestra.run.smithi067.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-09T02:12:56.432 INFO:teuthology.orchestra.run.smithi067.stdout:agent.smithi067 smithi067 running 0s ago 19m - - 2023-12-09T02:12:56.432 INFO:teuthology.orchestra.run.smithi067.stdout:agent.smithi125 smithi125 running 17s ago 19m - - 2023-12-09T02:12:56.433 INFO:teuthology.orchestra.run.smithi067.stdout:alertmanager.a smithi067 *:9093,9094 running (5m) 0s ago 12m 16.0M - 0.23.0 ba2b418f427c 6ec817f342b5 2023-12-09T02:12:56.433 INFO:teuthology.orchestra.run.smithi067.stdout:grafana.a smithi125 *:3000 running (4m) 17s ago 11m 43.2M - 8.3.5 dad864ee21e9 40cbacae8259 2023-12-09T02:12:56.433 INFO:teuthology.orchestra.run.smithi067.stdout:iscsi.foo.smithi067.oajywc smithi067 running (3m) 0s ago 9m 47.0M - 3.5 e1d6a67b021e 3e5a20a58ce4 2023-12-09T02:12:56.433 INFO:teuthology.orchestra.run.smithi067.stdout:mgr.x smithi125 *:8443,9283,8765 running (3m) 17s ago 18m 433M - 19.0.0-44-g9dcc13bb f28f2b94f153 d59f2ab74456 2023-12-09T02:12:56.433 INFO:teuthology.orchestra.run.smithi067.stdout:mgr.y smithi067 *:8443,9283,8765 running (4m) 0s ago 20m 503M - 19.0.0-44-g9dcc13bb f28f2b94f153 b0e5c689c1a6 2023-12-09T02:12:56.433 INFO:teuthology.orchestra.run.smithi067.stdout:mon.a smithi067 running (3m) 0s ago 20m 60.4M 2048M 19.0.0-44-g9dcc13bb f28f2b94f153 f5f188bf2880 2023-12-09T02:12:56.433 INFO:teuthology.orchestra.run.smithi067.stdout:mon.b smithi125 running (2m) 17s ago 18m 46.4M 2048M 19.0.0-44-g9dcc13bb f28f2b94f153 baa25853095e 2023-12-09T02:12:56.433 INFO:teuthology.orchestra.run.smithi067.stdout:mon.c smithi067 running (2m) 0s ago 18m 45.6M 2048M 19.0.0-44-g9dcc13bb f28f2b94f153 37f7376908df 2023-12-09T02:12:56.433 INFO:teuthology.orchestra.run.smithi067.stdout:node-exporter.a smithi067 *:9100 running (5m) 0s ago 12m 14.4M - 1.3.1 1dbe0e931976 f40a7a952aae 2023-12-09T02:12:56.433 INFO:teuthology.orchestra.run.smithi067.stdout:node-exporter.b smithi125 *:9100 running (4m) 17s ago 12m 12.2M - 1.3.1 1dbe0e931976 47a93b654521 2023-12-09T02:12:56.433 INFO:teuthology.orchestra.run.smithi067.stdout:osd.0 smithi067 running (73s) 0s ago 18m 48.5M 4096M 19.0.0-44-g9dcc13bb f28f2b94f153 d14cf1a2cd9b 2023-12-09T02:12:56.433 INFO:teuthology.orchestra.run.smithi067.stdout:osd.1 smithi067 running (33s) 0s ago 17m 48.5M 4096M 19.0.0-44-g9dcc13bb f28f2b94f153 a62e980d9a0d 2023-12-09T02:12:56.433 INFO:teuthology.orchestra.run.smithi067.stdout:osd.2 smithi067 running (16m) 0s ago 16m 58.4M 4096M 17.2.0 e1d6a67b021e 4a0ed55ab397 2023-12-09T02:12:56.433 INFO:teuthology.orchestra.run.smithi067.stdout:osd.3 smithi067 running (16m) 0s ago 16m 62.2M 4096M 17.2.0 e1d6a67b021e 200513eb3289 2023-12-09T02:12:56.433 INFO:teuthology.orchestra.run.smithi067.stdout:osd.4 smithi125 running (15m) 17s ago 15m 64.6M 4096M 17.2.0 e1d6a67b021e 03a86e583fa8 2023-12-09T02:12:56.433 INFO:teuthology.orchestra.run.smithi067.stdout:osd.5 smithi125 running (14m) 17s ago 14m 59.8M 4096M 17.2.0 e1d6a67b021e 69bedd006f74 2023-12-09T02:12:56.434 INFO:teuthology.orchestra.run.smithi067.stdout:osd.6 smithi125 running (14m) 17s ago 14m 58.4M 4096M 17.2.0 e1d6a67b021e 30344497f6d2 2023-12-09T02:12:56.434 INFO:teuthology.orchestra.run.smithi067.stdout:osd.7 smithi125 running (13m) 17s ago 13m 62.3M 4096M 17.2.0 e1d6a67b021e 8791b422aafd 2023-12-09T02:12:56.434 INFO:teuthology.orchestra.run.smithi067.stdout:prometheus.a smithi125 *:9095 running (3m) 17s ago 12m 62.0M - 2.33.4 514e6a882f6e c0781044780a 2023-12-09T02:12:56.434 INFO:teuthology.orchestra.run.smithi067.stdout:rgw.foo.smithi067.rqvsfw smithi067 *:8000 running (10m) 0s ago 10m 89.0M - 17.2.0 e1d6a67b021e 72086955a09f 2023-12-09T02:12:56.434 INFO:teuthology.orchestra.run.smithi067.stdout:rgw.foo.smithi125.wanndy smithi125 *:8000 running (10m) 17s ago 10m 89.0M - 17.2.0 e1d6a67b021e 89b35e95d314 2023-12-09T02:12:56.434 INFO:teuthology.orchestra.run.smithi067.stdout:rgw.smpl.smithi067.mukdcu smithi067 *:80 running (9m) 0s ago 9m 88.7M - 17.2.0 e1d6a67b021e b813f19c7bee 2023-12-09T02:12:56.434 INFO:teuthology.orchestra.run.smithi067.stdout:rgw.smpl.smithi125.ngrzpa smithi125 *:80 running (9m) 17s ago 9m 89.5M - 17.2.0 e1d6a67b021e 96b29ebc04e4 2023-12-09T02:12:56.915 INFO:teuthology.orchestra.run.smithi067.stdout:{ 2023-12-09T02:12:56.915 INFO:teuthology.orchestra.run.smithi067.stdout: "mon": { 2023-12-09T02:12:56.915 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 19.0.0-44-g9dcc13bb (9dcc13bb80dcc1cdea72b04d80505b4649a2b882) reef (dev)": 3 2023-12-09T02:12:56.915 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2023-12-09T02:12:56.915 INFO:teuthology.orchestra.run.smithi067.stdout: "mgr": { 2023-12-09T02:12:56.916 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 19.0.0-44-g9dcc13bb (9dcc13bb80dcc1cdea72b04d80505b4649a2b882) reef (dev)": 2 2023-12-09T02:12:56.916 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2023-12-09T02:12:56.916 INFO:teuthology.orchestra.run.smithi067.stdout: "osd": { 2023-12-09T02:12:56.916 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 5, 2023-12-09T02:12:56.916 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 19.0.0-44-g9dcc13bb (9dcc13bb80dcc1cdea72b04d80505b4649a2b882) reef (dev)": 2 2023-12-09T02:12:56.916 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2023-12-09T02:12:56.916 INFO:teuthology.orchestra.run.smithi067.stdout: "rgw": { 2023-12-09T02:12:56.916 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2023-12-09T02:12:56.916 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2023-12-09T02:12:56.916 INFO:teuthology.orchestra.run.smithi067.stdout: "overall": { 2023-12-09T02:12:56.916 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 9, 2023-12-09T02:12:56.916 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 19.0.0-44-g9dcc13bb (9dcc13bb80dcc1cdea72b04d80505b4649a2b882) reef (dev)": 7 2023-12-09T02:12:56.916 INFO:teuthology.orchestra.run.smithi067.stdout: } 2023-12-09T02:12:56.916 INFO:teuthology.orchestra.run.smithi067.stdout:} 2023-12-09T02:12:56.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:56 smithi067 bash[79370]: cluster 2023-12-09T02:12:55.585455+0000 mon.a (mon.0) 2613 : cluster 1 osd.2 marked itself down and dead 2023-12-09T02:12:56.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:56 smithi067 bash[79370]: audit 2023-12-09T02:12:55.597329+0000 mgr.y (mgr.25480) 654 : audit 0 from='client.34326 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:12:56.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:56 smithi067 bash[79370]: audit 2023-12-09T02:12:56.272818+0000 mon.a (mon.0) 2614 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:56.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:56 smithi067 bash[79370]: audit 2023-12-09T02:12:56.282332+0000 mon.a (mon.0) 2615 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:56.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:56 smithi067 bash[79370]: audit 2023-12-09T02:12:56.289363+0000 mon.a (mon.0) 2616 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:56.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:56 smithi067 bash[82083]: cluster 2023-12-09T02:12:55.585455+0000 mon.a (mon.0) 2613 : cluster 1 osd.2 marked itself down and dead 2023-12-09T02:12:56.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:56 smithi067 bash[82083]: audit 2023-12-09T02:12:55.597329+0000 mgr.y (mgr.25480) 654 : audit 0 from='client.34326 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:12:56.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:56 smithi067 bash[82083]: audit 2023-12-09T02:12:56.272818+0000 mon.a (mon.0) 2614 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:56.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:56 smithi067 bash[82083]: audit 2023-12-09T02:12:56.282332+0000 mon.a (mon.0) 2615 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:56.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:56 smithi067 bash[82083]: audit 2023-12-09T02:12:56.289363+0000 mon.a (mon.0) 2616 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:56.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:56 smithi125 bash[66801]: cluster 2023-12-09T02:12:55.585455+0000 mon.a (mon.0) 2613 : cluster 1 osd.2 marked itself down and dead 2023-12-09T02:12:56.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:56 smithi125 bash[66801]: audit 2023-12-09T02:12:55.597329+0000 mgr.y (mgr.25480) 654 : audit 0 from='client.34326 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:12:56.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:56 smithi125 bash[66801]: audit 2023-12-09T02:12:56.272818+0000 mon.a (mon.0) 2614 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:56.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:56 smithi125 bash[66801]: audit 2023-12-09T02:12:56.282332+0000 mon.a (mon.0) 2615 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:56.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:56 smithi125 bash[66801]: audit 2023-12-09T02:12:56.289363+0000 mon.a (mon.0) 2616 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:57.305 INFO:teuthology.orchestra.run.smithi067.stdout:{ 2023-12-09T02:12:57.305 INFO:teuthology.orchestra.run.smithi067.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:9dcc13bb80dcc1cdea72b04d80505b4649a2b882", 2023-12-09T02:12:57.306 INFO:teuthology.orchestra.run.smithi067.stdout: "in_progress": true, 2023-12-09T02:12:57.306 INFO:teuthology.orchestra.run.smithi067.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-09T02:12:57.306 INFO:teuthology.orchestra.run.smithi067.stdout: "services_complete": [ 2023-12-09T02:12:57.306 INFO:teuthology.orchestra.run.smithi067.stdout: "mgr", 2023-12-09T02:12:57.306 INFO:teuthology.orchestra.run.smithi067.stdout: "mon" 2023-12-09T02:12:57.306 INFO:teuthology.orchestra.run.smithi067.stdout: ], 2023-12-09T02:12:57.306 INFO:teuthology.orchestra.run.smithi067.stdout: "progress": "7/23 daemons upgraded", 2023-12-09T02:12:57.306 INFO:teuthology.orchestra.run.smithi067.stdout: "message": "Currently upgrading osd daemons", 2023-12-09T02:12:57.306 INFO:teuthology.orchestra.run.smithi067.stdout: "is_paused": false 2023-12-09T02:12:57.306 INFO:teuthology.orchestra.run.smithi067.stdout:} 2023-12-09T02:12:57.574 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:57 smithi067 bash[82083]: cluster 2023-12-09T02:12:55.899757+0000 mgr.y (mgr.25480) 655 : cluster 0 pgmap v108: 161 pgs: 161 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 72 KiB/s rd, 0 B/s wr, 119 op/s 2023-12-09T02:12:57.574 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:57 smithi067 bash[82083]: audit 2023-12-09T02:12:56.004356+0000 mgr.y (mgr.25480) 656 : audit 0 from='client.44254 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:12:57.574 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:57 smithi067 bash[82083]: audit 2023-12-09T02:12:56.409029+0000 mgr.y (mgr.25480) 657 : audit 0 from='client.34338 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:12:57.574 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:57 smithi067 bash[82083]: cluster 2023-12-09T02:12:56.565376+0000 mon.a (mon.0) 2617 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-09T02:12:57.574 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:57 smithi067 bash[82083]: cluster 2023-12-09T02:12:56.580090+0000 osd.4 (osd.4) 15 : cluster 3 failed to encode map e116 with expected crc 2023-12-09T02:12:57.574 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:57 smithi067 bash[82083]: cluster 2023-12-09T02:12:56.582149+0000 osd.6 (osd.6) 11 : cluster 3 failed to encode map e116 with expected crc 2023-12-09T02:12:57.574 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:57 smithi067 bash[82083]: cluster 2023-12-09T02:12:56.584089+0000 osd.5 (osd.5) 15 : cluster 3 failed to encode map e116 with expected crc 2023-12-09T02:12:57.574 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:57 smithi067 bash[82083]: cluster 2023-12-09T02:12:56.584433+0000 osd.4 (osd.4) 16 : cluster 3 failed to encode map e116 with expected crc 2023-12-09T02:12:57.574 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:57 smithi067 bash[82083]: cluster 2023-12-09T02:12:56.585730+0000 mon.a (mon.0) 2618 : cluster 0 osdmap e116: 8 total, 7 up, 8 in 2023-12-09T02:12:57.574 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:57 smithi067 bash[82083]: cluster 2023-12-09T02:12:56.586060+0000 osd.4 (osd.4) 17 : cluster 3 failed to encode map e116 with expected crc 2023-12-09T02:12:57.575 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:57 smithi067 bash[82083]: cluster 2023-12-09T02:12:56.586804+0000 osd.3 (osd.3) 17 : cluster 3 failed to encode map e116 with expected crc 2023-12-09T02:12:57.575 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:57 smithi067 bash[82083]: audit 2023-12-09T02:12:56.655576+0000 mon.a (mon.0) 2619 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:57.575 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:57 smithi067 bash[82083]: audit 2023-12-09T02:12:56.666340+0000 mon.a (mon.0) 2620 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:57.575 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:57 smithi067 bash[82083]: cluster 2023-12-09T02:12:56.668147+0000 mgr.y (mgr.25480) 658 : cluster 0 pgmap v110: 161 pgs: 14 stale+active+clean, 147 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 97 KiB/s rd, 0 B/s wr, 161 op/s 2023-12-09T02:12:57.575 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:57 smithi067 bash[79370]: cluster 2023-12-09T02:12:55.899757+0000 mgr.y (mgr.25480) 655 : cluster 0 pgmap v108: 161 pgs: 161 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 72 KiB/s rd, 0 B/s wr, 119 op/s 2023-12-09T02:12:57.575 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:57 smithi067 bash[79370]: audit 2023-12-09T02:12:56.004356+0000 mgr.y (mgr.25480) 656 : audit 0 from='client.44254 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:12:57.575 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:57 smithi067 bash[79370]: audit 2023-12-09T02:12:56.409029+0000 mgr.y (mgr.25480) 657 : audit 0 from='client.34338 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:12:57.575 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:57 smithi067 bash[79370]: cluster 2023-12-09T02:12:56.565376+0000 mon.a (mon.0) 2617 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-09T02:12:57.575 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:57 smithi067 bash[79370]: cluster 2023-12-09T02:12:56.580090+0000 osd.4 (osd.4) 15 : cluster 3 failed to encode map e116 with expected crc 2023-12-09T02:12:57.576 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:57 smithi067 bash[79370]: cluster 2023-12-09T02:12:56.582149+0000 osd.6 (osd.6) 11 : cluster 3 failed to encode map e116 with expected crc 2023-12-09T02:12:57.576 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:57 smithi067 bash[79370]: cluster 2023-12-09T02:12:56.584089+0000 osd.5 (osd.5) 15 : cluster 3 failed to encode map e116 with expected crc 2023-12-09T02:12:57.576 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:57 smithi067 bash[79370]: cluster 2023-12-09T02:12:56.584433+0000 osd.4 (osd.4) 16 : cluster 3 failed to encode map e116 with expected crc 2023-12-09T02:12:57.576 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:57 smithi067 bash[79370]: cluster 2023-12-09T02:12:56.585730+0000 mon.a (mon.0) 2618 : cluster 0 osdmap e116: 8 total, 7 up, 8 in 2023-12-09T02:12:57.576 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:57 smithi067 bash[79370]: cluster 2023-12-09T02:12:56.586060+0000 osd.4 (osd.4) 17 : cluster 3 failed to encode map e116 with expected crc 2023-12-09T02:12:57.576 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:57 smithi067 bash[79370]: cluster 2023-12-09T02:12:56.586804+0000 osd.3 (osd.3) 17 : cluster 3 failed to encode map e116 with expected crc 2023-12-09T02:12:57.576 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:57 smithi067 bash[79370]: audit 2023-12-09T02:12:56.655576+0000 mon.a (mon.0) 2619 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:57.576 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:57 smithi067 bash[79370]: audit 2023-12-09T02:12:56.666340+0000 mon.a (mon.0) 2620 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:57.576 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:57 smithi067 bash[79370]: cluster 2023-12-09T02:12:56.668147+0000 mgr.y (mgr.25480) 658 : cluster 0 pgmap v110: 161 pgs: 14 stale+active+clean, 147 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 97 KiB/s rd, 0 B/s wr, 161 op/s 2023-12-09T02:12:57.576 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:57 smithi067 bash[79370]: audit 2023-12-09T02:12:56.675571+0000 mon.a (mon.0) 2621 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:57.576 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:57 smithi067 bash[79370]: audit 2023-12-09T02:12:56.914427+0000 mon.c (mon.1) 9 : audit 0 from='client.? 172.21.15.67:0/475204919' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:57.576 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:57 smithi067 bash[79370]: audit 2023-12-09T02:12:57.561881+0000 mon.a (mon.0) 2622 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.7", "id": [3, 2]}]: dispatch 2023-12-09T02:12:57.576 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:57 smithi067 bash[79370]: audit 2023-12-09T02:12:57.562440+0000 mon.a (mon.0) 2623 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.9", "id": [4, 1]}]: dispatch 2023-12-09T02:12:57.576 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:57 smithi067 bash[79370]: audit 2023-12-09T02:12:57.562954+0000 mon.a (mon.0) 2624 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.13", "id": [4, 5]}]: dispatch 2023-12-09T02:12:57.577 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:57 smithi067 bash[79370]: audit 2023-12-09T02:12:57.563435+0000 mon.a (mon.0) 2625 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.15", "id": [7, 2]}]: dispatch 2023-12-09T02:12:57.577 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:57 smithi067 bash[79370]: audit 2023-12-09T02:12:57.563914+0000 mon.a (mon.0) 2626 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.1b", "id": [4, 2]}]: dispatch 2023-12-09T02:12:57.577 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:57 smithi067 bash[79370]: audit 2023-12-09T02:12:57.564377+0000 mon.a (mon.0) 2627 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.1c", "id": [4, 2]}]: dispatch 2023-12-09T02:12:57.577 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:57 smithi067 bash[79370]: audit 2023-12-09T02:12:57.564838+0000 mon.a (mon.0) 2628 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.1d", "id": [4, 2]}]: dispatch 2023-12-09T02:12:57.577 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:57 smithi067 bash[79370]: audit 2023-12-09T02:12:57.565258+0000 mon.a (mon.0) 2629 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "6.6", "id": [3, 2]}]: dispatch 2023-12-09T02:12:57.577 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:57 smithi067 bash[79370]: audit 2023-12-09T02:12:57.565726+0000 mon.a (mon.0) 2630 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "6.c", "id": [3, 2]}]: dispatch 2023-12-09T02:12:57.577 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:57 smithi067 bash[79370]: audit 2023-12-09T02:12:57.566154+0000 mon.a (mon.0) 2631 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "6.13", "id": [3, 2]}]: dispatch 2023-12-09T02:12:57.804 INFO:teuthology.orchestra.run.smithi067.stdout:HEALTH_WARN 1 failed cephadm daemon(s); 1 osds down 2023-12-09T02:12:57.804 INFO:teuthology.orchestra.run.smithi067.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2023-12-09T02:12:57.804 INFO:teuthology.orchestra.run.smithi067.stdout: daemon osd.2 on smithi067 is in unknown state 2023-12-09T02:12:57.804 INFO:teuthology.orchestra.run.smithi067.stdout:[WRN] OSD_DOWN: 1 osds down 2023-12-09T02:12:57.804 INFO:teuthology.orchestra.run.smithi067.stdout: osd.2 (root=default,host=smithi067) is down 2023-12-09T02:12:57.880 INFO:journalctl@ceph.osd.2.smithi067.stdout:Dec 09 02:12:57 smithi067 bash[92476]: ceph-6db93fb0-9635-11ee-95a3-87774f69a715-osd-2 2023-12-09T02:12:57.880 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:57 smithi067 bash[82083]: audit 2023-12-09T02:12:56.675571+0000 mon.a (mon.0) 2621 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:57.881 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:57 smithi067 bash[82083]: audit 2023-12-09T02:12:56.914427+0000 mon.c (mon.1) 9 : audit 0 from='client.? 172.21.15.67:0/475204919' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:57.881 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:57 smithi067 bash[82083]: audit 2023-12-09T02:12:57.561881+0000 mon.a (mon.0) 2622 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.7", "id": [3, 2]}]: dispatch 2023-12-09T02:12:57.881 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:57 smithi067 bash[82083]: audit 2023-12-09T02:12:57.562440+0000 mon.a (mon.0) 2623 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.9", "id": [4, 1]}]: dispatch 2023-12-09T02:12:57.881 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:57 smithi067 bash[82083]: audit 2023-12-09T02:12:57.562954+0000 mon.a (mon.0) 2624 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.13", "id": [4, 5]}]: dispatch 2023-12-09T02:12:57.881 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:57 smithi067 bash[82083]: audit 2023-12-09T02:12:57.563435+0000 mon.a (mon.0) 2625 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.15", "id": [7, 2]}]: dispatch 2023-12-09T02:12:57.881 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:57 smithi067 bash[82083]: audit 2023-12-09T02:12:57.563914+0000 mon.a (mon.0) 2626 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.1b", "id": [4, 2]}]: dispatch 2023-12-09T02:12:57.881 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:57 smithi067 bash[82083]: audit 2023-12-09T02:12:57.564377+0000 mon.a (mon.0) 2627 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.1c", "id": [4, 2]}]: dispatch 2023-12-09T02:12:57.881 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:57 smithi067 bash[82083]: audit 2023-12-09T02:12:57.564838+0000 mon.a (mon.0) 2628 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.1d", "id": [4, 2]}]: dispatch 2023-12-09T02:12:57.881 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:57 smithi067 bash[82083]: audit 2023-12-09T02:12:57.565258+0000 mon.a (mon.0) 2629 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "6.6", "id": [3, 2]}]: dispatch 2023-12-09T02:12:57.881 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:57 smithi067 bash[82083]: audit 2023-12-09T02:12:57.565726+0000 mon.a (mon.0) 2630 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "6.c", "id": [3, 2]}]: dispatch 2023-12-09T02:12:57.881 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:57 smithi067 bash[82083]: audit 2023-12-09T02:12:57.566154+0000 mon.a (mon.0) 2631 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "6.13", "id": [3, 2]}]: dispatch 2023-12-09T02:12:57.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:57 smithi125 bash[66801]: cluster 2023-12-09T02:12:55.899757+0000 mgr.y (mgr.25480) 655 : cluster 0 pgmap v108: 161 pgs: 161 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 72 KiB/s rd, 0 B/s wr, 119 op/s 2023-12-09T02:12:57.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:57 smithi125 bash[66801]: audit 2023-12-09T02:12:56.004356+0000 mgr.y (mgr.25480) 656 : audit 0 from='client.44254 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:12:57.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:57 smithi125 bash[66801]: audit 2023-12-09T02:12:56.409029+0000 mgr.y (mgr.25480) 657 : audit 0 from='client.34338 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:12:57.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:57 smithi125 bash[66801]: cluster 2023-12-09T02:12:56.565376+0000 mon.a (mon.0) 2617 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-09T02:12:57.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:57 smithi125 bash[66801]: cluster 2023-12-09T02:12:56.580090+0000 osd.4 (osd.4) 15 : cluster 3 failed to encode map e116 with expected crc 2023-12-09T02:12:57.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:57 smithi125 bash[66801]: cluster 2023-12-09T02:12:56.582149+0000 osd.6 (osd.6) 11 : cluster 3 failed to encode map e116 with expected crc 2023-12-09T02:12:57.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:57 smithi125 bash[66801]: cluster 2023-12-09T02:12:56.584089+0000 osd.5 (osd.5) 15 : cluster 3 failed to encode map e116 with expected crc 2023-12-09T02:12:57.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:57 smithi125 bash[66801]: cluster 2023-12-09T02:12:56.584433+0000 osd.4 (osd.4) 16 : cluster 3 failed to encode map e116 with expected crc 2023-12-09T02:12:57.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:57 smithi125 bash[66801]: cluster 2023-12-09T02:12:56.585730+0000 mon.a (mon.0) 2618 : cluster 0 osdmap e116: 8 total, 7 up, 8 in 2023-12-09T02:12:57.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:57 smithi125 bash[66801]: cluster 2023-12-09T02:12:56.586060+0000 osd.4 (osd.4) 17 : cluster 3 failed to encode map e116 with expected crc 2023-12-09T02:12:57.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:57 smithi125 bash[66801]: cluster 2023-12-09T02:12:56.586804+0000 osd.3 (osd.3) 17 : cluster 3 failed to encode map e116 with expected crc 2023-12-09T02:12:57.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:57 smithi125 bash[66801]: audit 2023-12-09T02:12:56.655576+0000 mon.a (mon.0) 2619 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:57.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:57 smithi125 bash[66801]: audit 2023-12-09T02:12:56.666340+0000 mon.a (mon.0) 2620 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:57.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:57 smithi125 bash[66801]: cluster 2023-12-09T02:12:56.668147+0000 mgr.y (mgr.25480) 658 : cluster 0 pgmap v110: 161 pgs: 14 stale+active+clean, 147 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 97 KiB/s rd, 0 B/s wr, 161 op/s 2023-12-09T02:12:57.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:57 smithi125 bash[66801]: audit 2023-12-09T02:12:56.675571+0000 mon.a (mon.0) 2621 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:57.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:57 smithi125 bash[66801]: audit 2023-12-09T02:12:56.914427+0000 mon.c (mon.1) 9 : audit 0 from='client.? 172.21.15.67:0/475204919' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:12:57.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:57 smithi125 bash[66801]: audit 2023-12-09T02:12:57.561881+0000 mon.a (mon.0) 2622 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.7", "id": [3, 2]}]: dispatch 2023-12-09T02:12:57.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:57 smithi125 bash[66801]: audit 2023-12-09T02:12:57.562440+0000 mon.a (mon.0) 2623 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.9", "id": [4, 1]}]: dispatch 2023-12-09T02:12:57.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:57 smithi125 bash[66801]: audit 2023-12-09T02:12:57.562954+0000 mon.a (mon.0) 2624 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.13", "id": [4, 5]}]: dispatch 2023-12-09T02:12:57.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:57 smithi125 bash[66801]: audit 2023-12-09T02:12:57.563435+0000 mon.a (mon.0) 2625 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.15", "id": [7, 2]}]: dispatch 2023-12-09T02:12:57.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:57 smithi125 bash[66801]: audit 2023-12-09T02:12:57.563914+0000 mon.a (mon.0) 2626 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.1b", "id": [4, 2]}]: dispatch 2023-12-09T02:12:57.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:57 smithi125 bash[66801]: audit 2023-12-09T02:12:57.564377+0000 mon.a (mon.0) 2627 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.1c", "id": [4, 2]}]: dispatch 2023-12-09T02:12:57.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:57 smithi125 bash[66801]: audit 2023-12-09T02:12:57.564838+0000 mon.a (mon.0) 2628 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.1d", "id": [4, 2]}]: dispatch 2023-12-09T02:12:57.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:57 smithi125 bash[66801]: audit 2023-12-09T02:12:57.565258+0000 mon.a (mon.0) 2629 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "6.6", "id": [3, 2]}]: dispatch 2023-12-09T02:12:57.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:57 smithi125 bash[66801]: audit 2023-12-09T02:12:57.565726+0000 mon.a (mon.0) 2630 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "6.c", "id": [3, 2]}]: dispatch 2023-12-09T02:12:57.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:57 smithi125 bash[66801]: audit 2023-12-09T02:12:57.566154+0000 mon.a (mon.0) 2631 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "6.13", "id": [3, 2]}]: dispatch 2023-12-09T02:12:58.220 INFO:journalctl@ceph.osd.2.smithi067.stdout:Dec 09 02:12:57 smithi067 bash[92841]: Error response from daemon: No such container: ceph-6db93fb0-9635-11ee-95a3-87774f69a715-osd-2 2023-12-09T02:12:58.870 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:58 smithi067 bash[79370]: audit 2023-12-09T02:12:57.302405+0000 mgr.y (mgr.25480) 659 : audit 0 from='client.34350 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:12:58.871 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:58 smithi067 bash[79370]: cluster 2023-12-09T02:12:57.579178+0000 osd.4 (osd.4) 18 : cluster 3 failed to encode map e117 with expected crc 2023-12-09T02:12:58.871 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:58 smithi067 bash[79370]: cluster 2023-12-09T02:12:57.580236+0000 osd.5 (osd.5) 16 : cluster 3 failed to encode map e117 with expected crc 2023-12-09T02:12:58.871 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:58 smithi067 bash[79370]: audit 2023-12-09T02:12:57.581231+0000 mon.a (mon.0) 2632 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.7", "id": [3, 2]}]': finished 2023-12-09T02:12:58.871 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:58 smithi067 bash[79370]: audit 2023-12-09T02:12:57.581361+0000 mon.a (mon.0) 2633 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.9", "id": [4, 1]}]': finished 2023-12-09T02:12:58.871 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:58 smithi067 bash[79370]: audit 2023-12-09T02:12:57.581509+0000 mon.a (mon.0) 2634 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.13", "id": [4, 5]}]': finished 2023-12-09T02:12:58.871 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:58 smithi067 bash[79370]: audit 2023-12-09T02:12:57.581630+0000 mon.a (mon.0) 2635 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.15", "id": [7, 2]}]': finished 2023-12-09T02:12:58.871 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:58 smithi067 bash[79370]: audit 2023-12-09T02:12:57.581788+0000 mon.a (mon.0) 2636 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.1b", "id": [4, 2]}]': finished 2023-12-09T02:12:58.871 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:58 smithi067 bash[79370]: audit 2023-12-09T02:12:57.581925+0000 mon.a (mon.0) 2637 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.1c", "id": [4, 2]}]': finished 2023-12-09T02:12:58.871 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:58 smithi067 bash[79370]: audit 2023-12-09T02:12:57.582191+0000 mon.a (mon.0) 2638 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.1d", "id": [4, 2]}]': finished 2023-12-09T02:12:58.871 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:58 smithi067 bash[79370]: audit 2023-12-09T02:12:57.582325+0000 mon.a (mon.0) 2639 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "6.6", "id": [3, 2]}]': finished 2023-12-09T02:12:58.871 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:58 smithi067 bash[79370]: audit 2023-12-09T02:12:57.582511+0000 mon.a (mon.0) 2640 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "6.c", "id": [3, 2]}]': finished 2023-12-09T02:12:58.871 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:58 smithi067 bash[79370]: audit 2023-12-09T02:12:57.582647+0000 mon.a (mon.0) 2641 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "6.13", "id": [3, 2]}]': finished 2023-12-09T02:12:58.872 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:58 smithi067 bash[79370]: cluster 2023-12-09T02:12:57.583272+0000 osd.6 (osd.6) 12 : cluster 3 failed to encode map e117 with expected crc 2023-12-09T02:12:58.872 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:58 smithi067 bash[79370]: cluster 2023-12-09T02:12:57.583719+0000 osd.7 (osd.7) 11 : cluster 3 failed to encode map e117 with expected crc 2023-12-09T02:12:58.872 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:58 smithi067 bash[79370]: cluster 2023-12-09T02:12:57.583771+0000 osd.5 (osd.5) 17 : cluster 3 failed to encode map e117 with expected crc 2023-12-09T02:12:58.872 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:58 smithi067 bash[79370]: cluster 2023-12-09T02:12:57.586149+0000 mon.a (mon.0) 2642 : cluster 0 osdmap e117: 8 total, 7 up, 8 in 2023-12-09T02:12:58.872 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:58 smithi067 bash[79370]: cluster 2023-12-09T02:12:57.586599+0000 osd.3 (osd.3) 18 : cluster 3 failed to encode map e117 with expected crc 2023-12-09T02:12:58.872 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:58 smithi067 bash[79370]: cluster 2023-12-09T02:12:57.591642+0000 osd.6 (osd.6) 13 : cluster 3 failed to encode map e117 with expected crc 2023-12-09T02:12:58.872 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:58 smithi067 bash[79370]: cluster 2023-12-09T02:12:57.591760+0000 osd.3 (osd.3) 19 : cluster 3 failed to encode map e117 with expected crc 2023-12-09T02:12:58.872 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:58 smithi067 bash[79370]: cluster 2023-12-09T02:12:57.594817+0000 osd.6 (osd.6) 14 : cluster 3 failed to encode map e117 with expected crc 2023-12-09T02:12:58.872 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:58 smithi067 bash[79370]: audit 2023-12-09T02:12:57.640027+0000 mon.a (mon.0) 2643 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:58.872 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:58 smithi067 bash[79370]: audit 2023-12-09T02:12:57.641625+0000 mon.a (mon.0) 2644 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:12:58.872 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:58 smithi067 bash[79370]: cluster 2023-12-09T02:12:57.663047+0000 mon.a (mon.0) 2645 : cluster 3 Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2023-12-09T02:12:58.872 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:58 smithi067 bash[79370]: audit 2023-12-09T02:12:57.803376+0000 mon.c (mon.1) 10 : audit 0 from='client.? 172.21.15.67:0/3450707909' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-09T02:12:58.873 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:58 smithi067 bash[82083]: audit 2023-12-09T02:12:57.302405+0000 mgr.y (mgr.25480) 659 : audit 0 from='client.34350 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:12:58.873 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:58 smithi067 bash[82083]: cluster 2023-12-09T02:12:57.579178+0000 osd.4 (osd.4) 18 : cluster 3 failed to encode map e117 with expected crc 2023-12-09T02:12:58.873 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:58 smithi067 bash[82083]: cluster 2023-12-09T02:12:57.580236+0000 osd.5 (osd.5) 16 : cluster 3 failed to encode map e117 with expected crc 2023-12-09T02:12:58.873 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:58 smithi067 bash[82083]: audit 2023-12-09T02:12:57.581231+0000 mon.a (mon.0) 2632 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.7", "id": [3, 2]}]': finished 2023-12-09T02:12:58.873 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:58 smithi067 bash[82083]: audit 2023-12-09T02:12:57.581361+0000 mon.a (mon.0) 2633 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.9", "id": [4, 1]}]': finished 2023-12-09T02:12:58.873 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:58 smithi067 bash[82083]: audit 2023-12-09T02:12:57.581509+0000 mon.a (mon.0) 2634 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.13", "id": [4, 5]}]': finished 2023-12-09T02:12:58.873 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:58 smithi067 bash[82083]: audit 2023-12-09T02:12:57.581630+0000 mon.a (mon.0) 2635 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.15", "id": [7, 2]}]': finished 2023-12-09T02:12:58.873 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:58 smithi067 bash[82083]: audit 2023-12-09T02:12:57.581788+0000 mon.a (mon.0) 2636 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.1b", "id": [4, 2]}]': finished 2023-12-09T02:12:58.873 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:58 smithi067 bash[82083]: audit 2023-12-09T02:12:57.581925+0000 mon.a (mon.0) 2637 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.1c", "id": [4, 2]}]': finished 2023-12-09T02:12:58.873 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:58 smithi067 bash[82083]: audit 2023-12-09T02:12:57.582191+0000 mon.a (mon.0) 2638 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.1d", "id": [4, 2]}]': finished 2023-12-09T02:12:58.873 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:58 smithi067 bash[82083]: audit 2023-12-09T02:12:57.582325+0000 mon.a (mon.0) 2639 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "6.6", "id": [3, 2]}]': finished 2023-12-09T02:12:58.874 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:58 smithi067 bash[82083]: audit 2023-12-09T02:12:57.582511+0000 mon.a (mon.0) 2640 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "6.c", "id": [3, 2]}]': finished 2023-12-09T02:12:58.874 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:58 smithi067 bash[82083]: audit 2023-12-09T02:12:57.582647+0000 mon.a (mon.0) 2641 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "6.13", "id": [3, 2]}]': finished 2023-12-09T02:12:58.874 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:58 smithi067 bash[82083]: cluster 2023-12-09T02:12:57.583272+0000 osd.6 (osd.6) 12 : cluster 3 failed to encode map e117 with expected crc 2023-12-09T02:12:58.874 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:58 smithi067 bash[82083]: cluster 2023-12-09T02:12:57.583719+0000 osd.7 (osd.7) 11 : cluster 3 failed to encode map e117 with expected crc 2023-12-09T02:12:58.874 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:58 smithi067 bash[82083]: cluster 2023-12-09T02:12:57.583771+0000 osd.5 (osd.5) 17 : cluster 3 failed to encode map e117 with expected crc 2023-12-09T02:12:58.874 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:58 smithi067 bash[82083]: cluster 2023-12-09T02:12:57.586149+0000 mon.a (mon.0) 2642 : cluster 0 osdmap e117: 8 total, 7 up, 8 in 2023-12-09T02:12:58.874 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:58 smithi067 bash[82083]: cluster 2023-12-09T02:12:57.586599+0000 osd.3 (osd.3) 18 : cluster 3 failed to encode map e117 with expected crc 2023-12-09T02:12:58.874 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:58 smithi067 bash[82083]: cluster 2023-12-09T02:12:57.591642+0000 osd.6 (osd.6) 13 : cluster 3 failed to encode map e117 with expected crc 2023-12-09T02:12:58.874 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:58 smithi067 bash[82083]: cluster 2023-12-09T02:12:57.591760+0000 osd.3 (osd.3) 19 : cluster 3 failed to encode map e117 with expected crc 2023-12-09T02:12:58.874 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:58 smithi067 bash[82083]: cluster 2023-12-09T02:12:57.594817+0000 osd.6 (osd.6) 14 : cluster 3 failed to encode map e117 with expected crc 2023-12-09T02:12:58.874 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:58 smithi067 bash[82083]: audit 2023-12-09T02:12:57.640027+0000 mon.a (mon.0) 2643 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:58.874 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:58 smithi067 bash[82083]: audit 2023-12-09T02:12:57.641625+0000 mon.a (mon.0) 2644 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:12:58.874 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:58 smithi067 bash[82083]: cluster 2023-12-09T02:12:57.663047+0000 mon.a (mon.0) 2645 : cluster 3 Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2023-12-09T02:12:58.874 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:58 smithi067 bash[82083]: audit 2023-12-09T02:12:57.803376+0000 mon.c (mon.1) 10 : audit 0 from='client.? 172.21.15.67:0/3450707909' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-09T02:12:58.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:58 smithi125 bash[66801]: audit 2023-12-09T02:12:57.302405+0000 mgr.y (mgr.25480) 659 : audit 0 from='client.34350 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:12:58.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:58 smithi125 bash[66801]: cluster 2023-12-09T02:12:57.579178+0000 osd.4 (osd.4) 18 : cluster 3 failed to encode map e117 with expected crc 2023-12-09T02:12:58.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:58 smithi125 bash[66801]: cluster 2023-12-09T02:12:57.580236+0000 osd.5 (osd.5) 16 : cluster 3 failed to encode map e117 with expected crc 2023-12-09T02:12:58.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:58 smithi125 bash[66801]: audit 2023-12-09T02:12:57.581231+0000 mon.a (mon.0) 2632 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.7", "id": [3, 2]}]': finished 2023-12-09T02:12:58.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:58 smithi125 bash[66801]: audit 2023-12-09T02:12:57.581361+0000 mon.a (mon.0) 2633 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.9", "id": [4, 1]}]': finished 2023-12-09T02:12:58.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:58 smithi125 bash[66801]: audit 2023-12-09T02:12:57.581509+0000 mon.a (mon.0) 2634 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.13", "id": [4, 5]}]': finished 2023-12-09T02:12:58.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:58 smithi125 bash[66801]: audit 2023-12-09T02:12:57.581630+0000 mon.a (mon.0) 2635 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.15", "id": [7, 2]}]': finished 2023-12-09T02:12:58.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:58 smithi125 bash[66801]: audit 2023-12-09T02:12:57.581788+0000 mon.a (mon.0) 2636 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.1b", "id": [4, 2]}]': finished 2023-12-09T02:12:58.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:58 smithi125 bash[66801]: audit 2023-12-09T02:12:57.581925+0000 mon.a (mon.0) 2637 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.1c", "id": [4, 2]}]': finished 2023-12-09T02:12:58.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:58 smithi125 bash[66801]: audit 2023-12-09T02:12:57.582191+0000 mon.a (mon.0) 2638 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.1d", "id": [4, 2]}]': finished 2023-12-09T02:12:58.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:58 smithi125 bash[66801]: audit 2023-12-09T02:12:57.582325+0000 mon.a (mon.0) 2639 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "6.6", "id": [3, 2]}]': finished 2023-12-09T02:12:58.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:58 smithi125 bash[66801]: audit 2023-12-09T02:12:57.582511+0000 mon.a (mon.0) 2640 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "6.c", "id": [3, 2]}]': finished 2023-12-09T02:12:58.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:58 smithi125 bash[66801]: audit 2023-12-09T02:12:57.582647+0000 mon.a (mon.0) 2641 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "6.13", "id": [3, 2]}]': finished 2023-12-09T02:12:58.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:58 smithi125 bash[66801]: cluster 2023-12-09T02:12:57.583272+0000 osd.6 (osd.6) 12 : cluster 3 failed to encode map e117 with expected crc 2023-12-09T02:12:58.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:58 smithi125 bash[66801]: cluster 2023-12-09T02:12:57.583719+0000 osd.7 (osd.7) 11 : cluster 3 failed to encode map e117 with expected crc 2023-12-09T02:12:58.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:58 smithi125 bash[66801]: cluster 2023-12-09T02:12:57.583771+0000 osd.5 (osd.5) 17 : cluster 3 failed to encode map e117 with expected crc 2023-12-09T02:12:58.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:58 smithi125 bash[66801]: cluster 2023-12-09T02:12:57.586149+0000 mon.a (mon.0) 2642 : cluster 0 osdmap e117: 8 total, 7 up, 8 in 2023-12-09T02:12:58.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:58 smithi125 bash[66801]: cluster 2023-12-09T02:12:57.586599+0000 osd.3 (osd.3) 18 : cluster 3 failed to encode map e117 with expected crc 2023-12-09T02:12:58.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:58 smithi125 bash[66801]: cluster 2023-12-09T02:12:57.591642+0000 osd.6 (osd.6) 13 : cluster 3 failed to encode map e117 with expected crc 2023-12-09T02:12:58.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:58 smithi125 bash[66801]: cluster 2023-12-09T02:12:57.591760+0000 osd.3 (osd.3) 19 : cluster 3 failed to encode map e117 with expected crc 2023-12-09T02:12:58.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:58 smithi125 bash[66801]: cluster 2023-12-09T02:12:57.594817+0000 osd.6 (osd.6) 14 : cluster 3 failed to encode map e117 with expected crc 2023-12-09T02:12:58.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:58 smithi125 bash[66801]: audit 2023-12-09T02:12:57.640027+0000 mon.a (mon.0) 2643 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:12:58.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:58 smithi125 bash[66801]: audit 2023-12-09T02:12:57.641625+0000 mon.a (mon.0) 2644 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:12:58.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:58 smithi125 bash[66801]: cluster 2023-12-09T02:12:57.663047+0000 mon.a (mon.0) 2645 : cluster 3 Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2023-12-09T02:12:58.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:58 smithi125 bash[66801]: audit 2023-12-09T02:12:57.803376+0000 mon.c (mon.1) 10 : audit 0 from='client.? 172.21.15.67:0/3450707909' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-09T02:12:59.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:59 smithi067 bash[79370]: cluster 2023-12-09T02:12:58.582152+0000 osd.6 (osd.6) 15 : cluster 3 failed to encode map e118 with expected crc 2023-12-09T02:12:59.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:59 smithi067 bash[79370]: cluster 2023-12-09T02:12:58.582699+0000 osd.4 (osd.4) 19 : cluster 3 failed to encode map e118 with expected crc 2023-12-09T02:12:59.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:59 smithi067 bash[79370]: cluster 2023-12-09T02:12:58.587475+0000 osd.6 (osd.6) 16 : cluster 3 failed to encode map e118 with expected crc 2023-12-09T02:12:59.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:59 smithi067 bash[79370]: cluster 2023-12-09T02:12:58.587736+0000 osd.5 (osd.5) 18 : cluster 3 failed to encode map e118 with expected crc 2023-12-09T02:12:59.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:59 smithi067 bash[79370]: cluster 2023-12-09T02:12:58.588385+0000 osd.4 (osd.4) 20 : cluster 3 failed to encode map e118 with expected crc 2023-12-09T02:12:59.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:59 smithi067 bash[79370]: cluster 2023-12-09T02:12:58.588393+0000 osd.7 (osd.7) 12 : cluster 3 failed to encode map e118 with expected crc 2023-12-09T02:12:59.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:59 smithi067 bash[79370]: cluster 2023-12-09T02:12:58.590721+0000 mon.a (mon.0) 2646 : cluster 0 osdmap e118: 8 total, 7 up, 8 in 2023-12-09T02:12:59.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:59 smithi067 bash[79370]: cluster 2023-12-09T02:12:58.591311+0000 osd.3 (osd.3) 20 : cluster 3 failed to encode map e118 with expected crc 2023-12-09T02:12:59.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:59 smithi067 bash[79370]: cluster 2023-12-09T02:12:58.668915+0000 mgr.y (mgr.25480) 660 : cluster 0 pgmap v113: 161 pgs: 7 peering, 9 active+undersized+degraded, 4 stale+active+clean, 22 active+undersized, 119 active+clean; 585 KiB data, 142 MiB used, 715 GiB / 715 GiB avail; 26/726 objects degraded (3.581%) 2023-12-09T02:12:59.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:12:59 smithi067 bash[79370]: audit 2023-12-09T02:12:58.690749+0000 mgr.y (mgr.25480) 661 : audit 0 from='client.25420 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:12:59.972 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:59 smithi067 bash[82083]: cluster 2023-12-09T02:12:58.582152+0000 osd.6 (osd.6) 15 : cluster 3 failed to encode map e118 with expected crc 2023-12-09T02:12:59.972 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:59 smithi067 bash[82083]: cluster 2023-12-09T02:12:58.582699+0000 osd.4 (osd.4) 19 : cluster 3 failed to encode map e118 with expected crc 2023-12-09T02:12:59.972 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:59 smithi067 bash[82083]: cluster 2023-12-09T02:12:58.587475+0000 osd.6 (osd.6) 16 : cluster 3 failed to encode map e118 with expected crc 2023-12-09T02:12:59.972 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:59 smithi067 bash[82083]: cluster 2023-12-09T02:12:58.587736+0000 osd.5 (osd.5) 18 : cluster 3 failed to encode map e118 with expected crc 2023-12-09T02:12:59.972 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:59 smithi067 bash[82083]: cluster 2023-12-09T02:12:58.588385+0000 osd.4 (osd.4) 20 : cluster 3 failed to encode map e118 with expected crc 2023-12-09T02:12:59.972 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:59 smithi067 bash[82083]: cluster 2023-12-09T02:12:58.588393+0000 osd.7 (osd.7) 12 : cluster 3 failed to encode map e118 with expected crc 2023-12-09T02:12:59.972 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:59 smithi067 bash[82083]: cluster 2023-12-09T02:12:58.590721+0000 mon.a (mon.0) 2646 : cluster 0 osdmap e118: 8 total, 7 up, 8 in 2023-12-09T02:12:59.973 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:59 smithi067 bash[82083]: cluster 2023-12-09T02:12:58.591311+0000 osd.3 (osd.3) 20 : cluster 3 failed to encode map e118 with expected crc 2023-12-09T02:12:59.973 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:59 smithi067 bash[82083]: cluster 2023-12-09T02:12:58.668915+0000 mgr.y (mgr.25480) 660 : cluster 0 pgmap v113: 161 pgs: 7 peering, 9 active+undersized+degraded, 4 stale+active+clean, 22 active+undersized, 119 active+clean; 585 KiB data, 142 MiB used, 715 GiB / 715 GiB avail; 26/726 objects degraded (3.581%) 2023-12-09T02:12:59.973 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:12:59 smithi067 bash[82083]: audit 2023-12-09T02:12:58.690749+0000 mgr.y (mgr.25480) 661 : audit 0 from='client.25420 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:12:59.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:59 smithi125 bash[66801]: cluster 2023-12-09T02:12:58.582152+0000 osd.6 (osd.6) 15 : cluster 3 failed to encode map e118 with expected crc 2023-12-09T02:12:59.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:59 smithi125 bash[66801]: cluster 2023-12-09T02:12:58.582699+0000 osd.4 (osd.4) 19 : cluster 3 failed to encode map e118 with expected crc 2023-12-09T02:12:59.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:59 smithi125 bash[66801]: cluster 2023-12-09T02:12:58.587475+0000 osd.6 (osd.6) 16 : cluster 3 failed to encode map e118 with expected crc 2023-12-09T02:12:59.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:59 smithi125 bash[66801]: cluster 2023-12-09T02:12:58.587736+0000 osd.5 (osd.5) 18 : cluster 3 failed to encode map e118 with expected crc 2023-12-09T02:12:59.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:59 smithi125 bash[66801]: cluster 2023-12-09T02:12:58.588385+0000 osd.4 (osd.4) 20 : cluster 3 failed to encode map e118 with expected crc 2023-12-09T02:12:59.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:59 smithi125 bash[66801]: cluster 2023-12-09T02:12:58.588393+0000 osd.7 (osd.7) 12 : cluster 3 failed to encode map e118 with expected crc 2023-12-09T02:12:59.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:59 smithi125 bash[66801]: cluster 2023-12-09T02:12:58.590721+0000 mon.a (mon.0) 2646 : cluster 0 osdmap e118: 8 total, 7 up, 8 in 2023-12-09T02:12:59.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:59 smithi125 bash[66801]: cluster 2023-12-09T02:12:58.591311+0000 osd.3 (osd.3) 20 : cluster 3 failed to encode map e118 with expected crc 2023-12-09T02:12:59.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:59 smithi125 bash[66801]: cluster 2023-12-09T02:12:58.668915+0000 mgr.y (mgr.25480) 660 : cluster 0 pgmap v113: 161 pgs: 7 peering, 9 active+undersized+degraded, 4 stale+active+clean, 22 active+undersized, 119 active+clean; 585 KiB data, 142 MiB used, 715 GiB / 715 GiB avail; 26/726 objects degraded (3.581%) 2023-12-09T02:12:59.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:12:59 smithi125 bash[66801]: audit 2023-12-09T02:12:58.690749+0000 mgr.y (mgr.25480) 661 : audit 0 from='client.25420 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:13:00.331 INFO:journalctl@ceph.osd.2.smithi067.stdout:Dec 09 02:13:00 smithi067 systemd[1]: ceph-6db93fb0-9635-11ee-95a3-87774f69a715@osd.2.service: Succeeded. 2023-12-09T02:13:00.331 INFO:journalctl@ceph.osd.2.smithi067.stdout:Dec 09 02:13:00 smithi067 systemd[1]: Stopped Ceph osd.2 for 6db93fb0-9635-11ee-95a3-87774f69a715. 2023-12-09T02:13:00.614 INFO:journalctl@ceph.osd.2.smithi067.stdout:Dec 09 02:13:00 smithi067 systemd[1]: Started Ceph osd.2 for 6db93fb0-9635-11ee-95a3-87774f69a715. 2023-12-09T02:13:00.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:00 smithi067 bash[82083]: cluster 2023-12-09T02:12:59.595208+0000 mon.a (mon.0) 2647 : cluster 3 Health check failed: Reduced data availability: 1 pg inactive, 2 pgs peering (PG_AVAILABILITY) 2023-12-09T02:13:00.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:00 smithi067 bash[82083]: cluster 2023-12-09T02:12:59.595282+0000 mon.a (mon.0) 2648 : cluster 3 Health check failed: Degraded data redundancy: 26/726 objects degraded (3.581%), 9 pgs degraded (PG_DEGRADED) 2023-12-09T02:13:00.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:00 smithi067 bash[82083]: cluster 2023-12-09T02:12:59.602494+0000 osd.5 (osd.5) 19 : cluster 3 failed to encode map e119 with expected crc 2023-12-09T02:13:00.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:00 smithi067 bash[82083]: cluster 2023-12-09T02:12:59.603274+0000 osd.4 (osd.4) 21 : cluster 3 failed to encode map e119 with expected crc 2023-12-09T02:13:00.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:00 smithi067 bash[82083]: cluster 2023-12-09T02:12:59.607660+0000 osd.5 (osd.5) 20 : cluster 3 failed to encode map e119 with expected crc 2023-12-09T02:13:00.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:00 smithi067 bash[82083]: cluster 2023-12-09T02:12:59.607884+0000 osd.6 (osd.6) 17 : cluster 3 failed to encode map e119 with expected crc 2023-12-09T02:13:00.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:00 smithi067 bash[82083]: cluster 2023-12-09T02:12:59.608482+0000 osd.7 (osd.7) 13 : cluster 3 failed to encode map e119 with expected crc 2023-12-09T02:13:00.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:00 smithi067 bash[82083]: cluster 2023-12-09T02:12:59.610915+0000 mon.a (mon.0) 2649 : cluster 0 osdmap e119: 8 total, 7 up, 8 in 2023-12-09T02:13:00.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:00 smithi067 bash[82083]: cluster 2023-12-09T02:12:59.611314+0000 osd.3 (osd.3) 21 : cluster 3 failed to encode map e119 with expected crc 2023-12-09T02:13:00.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:00 smithi067 bash[82083]: cluster 2023-12-09T02:12:59.611645+0000 osd.7 (osd.7) 14 : cluster 3 failed to encode map e119 with expected crc 2023-12-09T02:13:00.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:00 smithi067 bash[82083]: audit 2023-12-09T02:12:59.631763+0000 mon.a (mon.0) 2650 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:00.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:00 smithi067 bash[82083]: audit 2023-12-09T02:12:59.639414+0000 mon.a (mon.0) 2651 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:00.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:00 smithi067 bash[82083]: cluster 2023-12-09T02:12:59.640741+0000 mgr.y (mgr.25480) 662 : cluster 0 pgmap v115: 161 pgs: 7 peering, 9 active+undersized+degraded, 4 stale+active+clean, 22 active+undersized, 119 active+clean; 585 KiB data, 142 MiB used, 715 GiB / 715 GiB avail; 26/726 objects degraded (3.581%) 2023-12-09T02:13:00.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:00 smithi067 bash[82083]: cluster 2023-12-09T02:12:59.641106+0000 mgr.y (mgr.25480) 663 : cluster 0 pgmap v116: 161 pgs: 7 peering, 9 active+undersized+degraded, 4 stale+active+clean, 22 active+undersized, 119 active+clean; 585 KiB data, 142 MiB used, 715 GiB / 715 GiB avail; 26/726 objects degraded (3.581%) 2023-12-09T02:13:00.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:00 smithi067 bash[82083]: audit 2023-12-09T02:12:59.647592+0000 mon.a (mon.0) 2652 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:00.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:00 smithi067 bash[82083]: audit 2023-12-09T02:13:00.376617+0000 mon.a (mon.0) 2653 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:00.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:00 smithi067 bash[82083]: audit 2023-12-09T02:13:00.383884+0000 mon.a (mon.0) 2654 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:00.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:00 smithi067 bash[82083]: audit 2023-12-09T02:13:00.400349+0000 mon.a (mon.0) 2655 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:00.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:00 smithi067 bash[82083]: audit 2023-12-09T02:13:00.401728+0000 mon.a (mon.0) 2656 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:00.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:00 smithi067 bash[82083]: audit 2023-12-09T02:13:00.409411+0000 mon.a (mon.0) 2657 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:00.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:00 smithi067 bash[82083]: audit 2023-12-09T02:13:00.491082+0000 mon.a (mon.0) 2658 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:00.721 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:00 smithi067 bash[79370]: cluster 2023-12-09T02:12:59.595208+0000 mon.a (mon.0) 2647 : cluster 3 Health check failed: Reduced data availability: 1 pg inactive, 2 pgs peering (PG_AVAILABILITY) 2023-12-09T02:13:00.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:00 smithi067 bash[79370]: cluster 2023-12-09T02:12:59.595282+0000 mon.a (mon.0) 2648 : cluster 3 Health check failed: Degraded data redundancy: 26/726 objects degraded (3.581%), 9 pgs degraded (PG_DEGRADED) 2023-12-09T02:13:00.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:00 smithi067 bash[79370]: cluster 2023-12-09T02:12:59.602494+0000 osd.5 (osd.5) 19 : cluster 3 failed to encode map e119 with expected crc 2023-12-09T02:13:00.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:00 smithi067 bash[79370]: cluster 2023-12-09T02:12:59.603274+0000 osd.4 (osd.4) 21 : cluster 3 failed to encode map e119 with expected crc 2023-12-09T02:13:00.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:00 smithi067 bash[79370]: cluster 2023-12-09T02:12:59.607660+0000 osd.5 (osd.5) 20 : cluster 3 failed to encode map e119 with expected crc 2023-12-09T02:13:00.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:00 smithi067 bash[79370]: cluster 2023-12-09T02:12:59.607884+0000 osd.6 (osd.6) 17 : cluster 3 failed to encode map e119 with expected crc 2023-12-09T02:13:00.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:00 smithi067 bash[79370]: cluster 2023-12-09T02:12:59.608482+0000 osd.7 (osd.7) 13 : cluster 3 failed to encode map e119 with expected crc 2023-12-09T02:13:00.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:00 smithi067 bash[79370]: cluster 2023-12-09T02:12:59.610915+0000 mon.a (mon.0) 2649 : cluster 0 osdmap e119: 8 total, 7 up, 8 in 2023-12-09T02:13:00.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:00 smithi067 bash[79370]: cluster 2023-12-09T02:12:59.611314+0000 osd.3 (osd.3) 21 : cluster 3 failed to encode map e119 with expected crc 2023-12-09T02:13:00.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:00 smithi067 bash[79370]: cluster 2023-12-09T02:12:59.611645+0000 osd.7 (osd.7) 14 : cluster 3 failed to encode map e119 with expected crc 2023-12-09T02:13:00.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:00 smithi067 bash[79370]: audit 2023-12-09T02:12:59.631763+0000 mon.a (mon.0) 2650 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:00.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:00 smithi067 bash[79370]: audit 2023-12-09T02:12:59.639414+0000 mon.a (mon.0) 2651 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:00.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:00 smithi067 bash[79370]: cluster 2023-12-09T02:12:59.640741+0000 mgr.y (mgr.25480) 662 : cluster 0 pgmap v115: 161 pgs: 7 peering, 9 active+undersized+degraded, 4 stale+active+clean, 22 active+undersized, 119 active+clean; 585 KiB data, 142 MiB used, 715 GiB / 715 GiB avail; 26/726 objects degraded (3.581%) 2023-12-09T02:13:00.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:00 smithi067 bash[79370]: cluster 2023-12-09T02:12:59.641106+0000 mgr.y (mgr.25480) 663 : cluster 0 pgmap v116: 161 pgs: 7 peering, 9 active+undersized+degraded, 4 stale+active+clean, 22 active+undersized, 119 active+clean; 585 KiB data, 142 MiB used, 715 GiB / 715 GiB avail; 26/726 objects degraded (3.581%) 2023-12-09T02:13:00.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:00 smithi067 bash[79370]: audit 2023-12-09T02:12:59.647592+0000 mon.a (mon.0) 2652 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:00.723 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:00 smithi067 bash[79370]: audit 2023-12-09T02:13:00.376617+0000 mon.a (mon.0) 2653 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:00.723 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:00 smithi067 bash[79370]: audit 2023-12-09T02:13:00.383884+0000 mon.a (mon.0) 2654 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:00.723 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:00 smithi067 bash[79370]: audit 2023-12-09T02:13:00.400349+0000 mon.a (mon.0) 2655 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:00.723 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:00 smithi067 bash[79370]: audit 2023-12-09T02:13:00.401728+0000 mon.a (mon.0) 2656 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:00.723 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:00 smithi067 bash[79370]: audit 2023-12-09T02:13:00.409411+0000 mon.a (mon.0) 2657 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:00.723 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:00 smithi067 bash[79370]: audit 2023-12-09T02:13:00.491082+0000 mon.a (mon.0) 2658 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:00.723 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:00 smithi067 bash[82083]: audit 2023-12-09T02:13:00.494411+0000 mon.a (mon.0) 2659 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:00.723 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:00 smithi067 bash[82083]: audit 2023-12-09T02:13:00.499381+0000 mon.a (mon.0) 2660 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:00.723 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:00 smithi067 bash[82083]: audit 2023-12-09T02:13:00.500971+0000 mon.a (mon.0) 2661 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:00.723 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:00 smithi067 bash[82083]: audit 2023-12-09T02:13:00.510506+0000 mon.a (mon.0) 2662 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:00.723 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:00 smithi067 bash[82083]: audit 2023-12-09T02:13:00.589515+0000 mon.a (mon.0) 2663 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:00.723 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:00 smithi067 bash[82083]: audit 2023-12-09T02:13:00.594176+0000 mon.a (mon.0) 2664 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:00.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:00 smithi067 bash[82083]: audit 2023-12-09T02:13:00.598613+0000 mon.a (mon.0) 2665 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:00.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:00 smithi067 bash[82083]: audit 2023-12-09T02:13:00.600159+0000 mon.a (mon.0) 2666 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:00.724 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:00 smithi067 bash[79370]: audit 2023-12-09T02:13:00.494411+0000 mon.a (mon.0) 2659 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:00.724 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:00 smithi067 bash[79370]: audit 2023-12-09T02:13:00.499381+0000 mon.a (mon.0) 2660 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:00.724 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:00 smithi067 bash[79370]: audit 2023-12-09T02:13:00.500971+0000 mon.a (mon.0) 2661 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:00.724 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:00 smithi067 bash[79370]: audit 2023-12-09T02:13:00.510506+0000 mon.a (mon.0) 2662 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:00.724 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:00 smithi067 bash[79370]: audit 2023-12-09T02:13:00.589515+0000 mon.a (mon.0) 2663 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:00.724 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:00 smithi067 bash[79370]: audit 2023-12-09T02:13:00.594176+0000 mon.a (mon.0) 2664 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:00.724 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:00 smithi067 bash[79370]: audit 2023-12-09T02:13:00.598613+0000 mon.a (mon.0) 2665 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:00.724 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:00 smithi067 bash[79370]: audit 2023-12-09T02:13:00.600159+0000 mon.a (mon.0) 2666 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:00.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:00 smithi125 bash[66801]: cluster 2023-12-09T02:12:59.595208+0000 mon.a (mon.0) 2647 : cluster 3 Health check failed: Reduced data availability: 1 pg inactive, 2 pgs peering (PG_AVAILABILITY) 2023-12-09T02:13:00.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:00 smithi125 bash[66801]: cluster 2023-12-09T02:12:59.595282+0000 mon.a (mon.0) 2648 : cluster 3 Health check failed: Degraded data redundancy: 26/726 objects degraded (3.581%), 9 pgs degraded (PG_DEGRADED) 2023-12-09T02:13:00.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:00 smithi125 bash[66801]: cluster 2023-12-09T02:12:59.602494+0000 osd.5 (osd.5) 19 : cluster 3 failed to encode map e119 with expected crc 2023-12-09T02:13:00.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:00 smithi125 bash[66801]: cluster 2023-12-09T02:12:59.603274+0000 osd.4 (osd.4) 21 : cluster 3 failed to encode map e119 with expected crc 2023-12-09T02:13:00.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:00 smithi125 bash[66801]: cluster 2023-12-09T02:12:59.607660+0000 osd.5 (osd.5) 20 : cluster 3 failed to encode map e119 with expected crc 2023-12-09T02:13:00.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:00 smithi125 bash[66801]: cluster 2023-12-09T02:12:59.607884+0000 osd.6 (osd.6) 17 : cluster 3 failed to encode map e119 with expected crc 2023-12-09T02:13:00.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:00 smithi125 bash[66801]: cluster 2023-12-09T02:12:59.608482+0000 osd.7 (osd.7) 13 : cluster 3 failed to encode map e119 with expected crc 2023-12-09T02:13:00.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:00 smithi125 bash[66801]: cluster 2023-12-09T02:12:59.610915+0000 mon.a (mon.0) 2649 : cluster 0 osdmap e119: 8 total, 7 up, 8 in 2023-12-09T02:13:00.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:00 smithi125 bash[66801]: cluster 2023-12-09T02:12:59.611314+0000 osd.3 (osd.3) 21 : cluster 3 failed to encode map e119 with expected crc 2023-12-09T02:13:00.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:00 smithi125 bash[66801]: cluster 2023-12-09T02:12:59.611645+0000 osd.7 (osd.7) 14 : cluster 3 failed to encode map e119 with expected crc 2023-12-09T02:13:00.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:00 smithi125 bash[66801]: audit 2023-12-09T02:12:59.631763+0000 mon.a (mon.0) 2650 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:00.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:00 smithi125 bash[66801]: audit 2023-12-09T02:12:59.639414+0000 mon.a (mon.0) 2651 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:00.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:00 smithi125 bash[66801]: cluster 2023-12-09T02:12:59.640741+0000 mgr.y (mgr.25480) 662 : cluster 0 pgmap v115: 161 pgs: 7 peering, 9 active+undersized+degraded, 4 stale+active+clean, 22 active+undersized, 119 active+clean; 585 KiB data, 142 MiB used, 715 GiB / 715 GiB avail; 26/726 objects degraded (3.581%) 2023-12-09T02:13:00.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:00 smithi125 bash[66801]: cluster 2023-12-09T02:12:59.641106+0000 mgr.y (mgr.25480) 663 : cluster 0 pgmap v116: 161 pgs: 7 peering, 9 active+undersized+degraded, 4 stale+active+clean, 22 active+undersized, 119 active+clean; 585 KiB data, 142 MiB used, 715 GiB / 715 GiB avail; 26/726 objects degraded (3.581%) 2023-12-09T02:13:00.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:00 smithi125 bash[66801]: audit 2023-12-09T02:12:59.647592+0000 mon.a (mon.0) 2652 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:00.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:00 smithi125 bash[66801]: audit 2023-12-09T02:13:00.376617+0000 mon.a (mon.0) 2653 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:00.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:00 smithi125 bash[66801]: audit 2023-12-09T02:13:00.383884+0000 mon.a (mon.0) 2654 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:00.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:00 smithi125 bash[66801]: audit 2023-12-09T02:13:00.400349+0000 mon.a (mon.0) 2655 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:00.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:00 smithi125 bash[66801]: audit 2023-12-09T02:13:00.401728+0000 mon.a (mon.0) 2656 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:00.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:00 smithi125 bash[66801]: audit 2023-12-09T02:13:00.409411+0000 mon.a (mon.0) 2657 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:00.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:00 smithi125 bash[66801]: audit 2023-12-09T02:13:00.491082+0000 mon.a (mon.0) 2658 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:00.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:00 smithi125 bash[66801]: audit 2023-12-09T02:13:00.494411+0000 mon.a (mon.0) 2659 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:00.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:00 smithi125 bash[66801]: audit 2023-12-09T02:13:00.499381+0000 mon.a (mon.0) 2660 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:00.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:00 smithi125 bash[66801]: audit 2023-12-09T02:13:00.500971+0000 mon.a (mon.0) 2661 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:00.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:00 smithi125 bash[66801]: audit 2023-12-09T02:13:00.510506+0000 mon.a (mon.0) 2662 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:00.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:00 smithi125 bash[66801]: audit 2023-12-09T02:13:00.589515+0000 mon.a (mon.0) 2663 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:00.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:00 smithi125 bash[66801]: audit 2023-12-09T02:13:00.594176+0000 mon.a (mon.0) 2664 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:00.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:00 smithi125 bash[66801]: audit 2023-12-09T02:13:00.598613+0000 mon.a (mon.0) 2665 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:00.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:00 smithi125 bash[66801]: audit 2023-12-09T02:13:00.600159+0000 mon.a (mon.0) 2666 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:01.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:01 smithi067 bash[79370]: cluster 2023-12-09T02:13:00.404588+0000 mgr.y (mgr.25480) 664 : cluster 0 pgmap v117: 161 pgs: 2 active+clean+remapped, 7 peering, 12 active+undersized+degraded, 33 active+undersized, 107 active+clean; 585 KiB data, 142 MiB used, 715 GiB / 715 GiB avail; 54/726 objects degraded (7.438%); 3/726 objects misplaced (0.413%) 2023-12-09T02:13:01.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:01 smithi067 bash[79370]: cephadm 2023-12-09T02:13:00.410042+0000 mgr.y (mgr.25480) 665 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:01.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:01 smithi067 bash[79370]: cephadm 2023-12-09T02:13:00.511218+0000 mgr.y (mgr.25480) 666 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:01.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:01 smithi067 bash[79370]: audit 2023-12-09T02:13:00.608857+0000 mon.a (mon.0) 2667 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:01.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:01 smithi067 bash[79370]: cephadm 2023-12-09T02:13:00.609910+0000 mgr.y (mgr.25480) 667 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:01.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:01 smithi067 bash[79370]: cluster 2023-12-09T02:13:00.636773+0000 mon.a (mon.0) 2668 : cluster 1 Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2023-12-09T02:13:01.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:01 smithi067 bash[79370]: cluster 2023-12-09T02:13:00.647361+0000 osd.6 (osd.6) 18 : cluster 3 failed to encode map e120 with expected crc 2023-12-09T02:13:01.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:01 smithi067 bash[79370]: cluster 2023-12-09T02:13:00.647678+0000 osd.4 (osd.4) 22 : cluster 3 failed to encode map e120 with expected crc 2023-12-09T02:13:01.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:01 smithi067 bash[79370]: cluster 2023-12-09T02:13:00.652129+0000 osd.4 (osd.4) 23 : cluster 3 failed to encode map e120 with expected crc 2023-12-09T02:13:01.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:01 smithi067 bash[79370]: cluster 2023-12-09T02:13:00.653816+0000 mon.a (mon.0) 2669 : cluster 0 osdmap e120: 8 total, 7 up, 8 in 2023-12-09T02:13:01.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:01 smithi067 bash[79370]: audit 2023-12-09T02:13:00.690624+0000 mon.a (mon.0) 2670 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:01.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:01 smithi067 bash[79370]: audit 2023-12-09T02:13:00.693801+0000 mon.a (mon.0) 2671 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:01.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:01 smithi067 bash[79370]: audit 2023-12-09T02:13:00.696991+0000 mon.a (mon.0) 2672 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:01.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:01 smithi067 bash[79370]: audit 2023-12-09T02:13:00.697949+0000 mon.a (mon.0) 2673 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:01.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:01 smithi067 bash[79370]: audit 2023-12-09T02:13:00.707820+0000 mon.a (mon.0) 2674 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:01.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:01 smithi067 bash[79370]: audit 2023-12-09T02:13:00.791923+0000 mon.a (mon.0) 2675 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:01.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:01 smithi067 bash[79370]: audit 2023-12-09T02:13:00.794931+0000 mon.a (mon.0) 2676 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:01.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:01 smithi067 bash[79370]: audit 2023-12-09T02:13:00.797410+0000 mon.a (mon.0) 2677 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:01.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:01 smithi067 bash[79370]: audit 2023-12-09T02:13:00.798357+0000 mon.a (mon.0) 2678 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:01.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:01 smithi067 bash[79370]: audit 2023-12-09T02:13:00.808225+0000 mon.a (mon.0) 2679 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:01.972 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:01 smithi067 bash[82083]: cluster 2023-12-09T02:13:00.404588+0000 mgr.y (mgr.25480) 664 : cluster 0 pgmap v117: 161 pgs: 2 active+clean+remapped, 7 peering, 12 active+undersized+degraded, 33 active+undersized, 107 active+clean; 585 KiB data, 142 MiB used, 715 GiB / 715 GiB avail; 54/726 objects degraded (7.438%); 3/726 objects misplaced (0.413%) 2023-12-09T02:13:01.972 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:01 smithi067 bash[82083]: cephadm 2023-12-09T02:13:00.410042+0000 mgr.y (mgr.25480) 665 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:01.972 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:01 smithi067 bash[82083]: cephadm 2023-12-09T02:13:00.511218+0000 mgr.y (mgr.25480) 666 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:01.972 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:01 smithi067 bash[82083]: audit 2023-12-09T02:13:00.608857+0000 mon.a (mon.0) 2667 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:01.972 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:01 smithi067 bash[82083]: cephadm 2023-12-09T02:13:00.609910+0000 mgr.y (mgr.25480) 667 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:01.972 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:01 smithi067 bash[82083]: cluster 2023-12-09T02:13:00.636773+0000 mon.a (mon.0) 2668 : cluster 1 Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2023-12-09T02:13:01.972 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:01 smithi067 bash[82083]: cluster 2023-12-09T02:13:00.647361+0000 osd.6 (osd.6) 18 : cluster 3 failed to encode map e120 with expected crc 2023-12-09T02:13:01.972 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:01 smithi067 bash[82083]: cluster 2023-12-09T02:13:00.647678+0000 osd.4 (osd.4) 22 : cluster 3 failed to encode map e120 with expected crc 2023-12-09T02:13:01.972 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:01 smithi067 bash[82083]: cluster 2023-12-09T02:13:00.652129+0000 osd.4 (osd.4) 23 : cluster 3 failed to encode map e120 with expected crc 2023-12-09T02:13:01.972 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:01 smithi067 bash[82083]: cluster 2023-12-09T02:13:00.653816+0000 mon.a (mon.0) 2669 : cluster 0 osdmap e120: 8 total, 7 up, 8 in 2023-12-09T02:13:01.972 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:01 smithi067 bash[82083]: audit 2023-12-09T02:13:00.690624+0000 mon.a (mon.0) 2670 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:01.972 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:01 smithi067 bash[82083]: audit 2023-12-09T02:13:00.693801+0000 mon.a (mon.0) 2671 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:01.973 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:01 smithi067 bash[82083]: audit 2023-12-09T02:13:00.696991+0000 mon.a (mon.0) 2672 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:01.973 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:01 smithi067 bash[82083]: audit 2023-12-09T02:13:00.697949+0000 mon.a (mon.0) 2673 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:01.973 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:01 smithi067 bash[82083]: audit 2023-12-09T02:13:00.707820+0000 mon.a (mon.0) 2674 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:01.973 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:01 smithi067 bash[82083]: audit 2023-12-09T02:13:00.791923+0000 mon.a (mon.0) 2675 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:01.973 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:01 smithi067 bash[82083]: audit 2023-12-09T02:13:00.794931+0000 mon.a (mon.0) 2676 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:01.973 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:01 smithi067 bash[82083]: audit 2023-12-09T02:13:00.797410+0000 mon.a (mon.0) 2677 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:01.973 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:01 smithi067 bash[82083]: audit 2023-12-09T02:13:00.798357+0000 mon.a (mon.0) 2678 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:01.973 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:01 smithi067 bash[82083]: audit 2023-12-09T02:13:00.808225+0000 mon.a (mon.0) 2679 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:01.973 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:01 smithi067 bash[82083]: audit 2023-12-09T02:13:00.885122+0000 mon.a (mon.0) 2680 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:01.973 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:01 smithi067 bash[82083]: audit 2023-12-09T02:13:00.887214+0000 mon.a (mon.0) 2681 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:01.973 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:01 smithi067 bash[82083]: audit 2023-12-09T02:13:00.889617+0000 mon.a (mon.0) 2682 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:01.973 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:01 smithi067 bash[82083]: audit 2023-12-09T02:13:00.890630+0000 mon.a (mon.0) 2683 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:01.973 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:01 smithi067 bash[82083]: audit 2023-12-09T02:13:00.898818+0000 mon.a (mon.0) 2684 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:01.973 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:01 smithi067 bash[82083]: audit 2023-12-09T02:13:00.964361+0000 mon.a (mon.0) 2685 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:01.973 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:01 smithi067 bash[82083]: audit 2023-12-09T02:13:00.967225+0000 mon.a (mon.0) 2686 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:01.973 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:01 smithi067 bash[82083]: audit 2023-12-09T02:13:00.970661+0000 mon.a (mon.0) 2687 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:01.974 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:01 smithi067 bash[82083]: audit 2023-12-09T02:13:00.972021+0000 mon.a (mon.0) 2688 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:01.974 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:01 smithi067 bash[82083]: audit 2023-12-09T02:13:00.983103+0000 mon.a (mon.0) 2689 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:01.974 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:01 smithi067 bash[82083]: audit 2023-12-09T02:13:01.062217+0000 mon.a (mon.0) 2690 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:01.974 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:01 smithi067 bash[82083]: audit 2023-12-09T02:13:01.064624+0000 mon.a (mon.0) 2691 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:01.974 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:01 smithi067 bash[82083]: audit 2023-12-09T02:13:01.067102+0000 mon.a (mon.0) 2692 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:01.974 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:01 smithi067 bash[82083]: audit 2023-12-09T02:13:01.068115+0000 mon.a (mon.0) 2693 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:01.974 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:01 smithi067 bash[82083]: audit 2023-12-09T02:13:01.074247+0000 mon.a (mon.0) 2694 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:01.974 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:01 smithi067 bash[82083]: audit 2023-12-09T02:13:01.157242+0000 mon.a (mon.0) 2695 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:01.974 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:01 smithi067 bash[82083]: audit 2023-12-09T02:13:01.159941+0000 mon.a (mon.0) 2696 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:01.974 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:01 smithi067 bash[82083]: audit 2023-12-09T02:13:01.162731+0000 mon.a (mon.0) 2697 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:01.974 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:01 smithi067 bash[82083]: audit 2023-12-09T02:13:01.163897+0000 mon.a (mon.0) 2698 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:01.974 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:01 smithi067 bash[82083]: audit 2023-12-09T02:13:01.171134+0000 mon.a (mon.0) 2699 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:01.975 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:01 smithi067 bash[79370]: audit 2023-12-09T02:13:00.885122+0000 mon.a (mon.0) 2680 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:01.975 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:01 smithi067 bash[79370]: audit 2023-12-09T02:13:00.887214+0000 mon.a (mon.0) 2681 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:01.975 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:01 smithi067 bash[79370]: audit 2023-12-09T02:13:00.889617+0000 mon.a (mon.0) 2682 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:01.975 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:01 smithi067 bash[79370]: audit 2023-12-09T02:13:00.890630+0000 mon.a (mon.0) 2683 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:01.975 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:01 smithi067 bash[79370]: audit 2023-12-09T02:13:00.898818+0000 mon.a (mon.0) 2684 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:01.975 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:01 smithi067 bash[79370]: audit 2023-12-09T02:13:00.964361+0000 mon.a (mon.0) 2685 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:01.975 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:01 smithi067 bash[79370]: audit 2023-12-09T02:13:00.967225+0000 mon.a (mon.0) 2686 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:01.975 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:01 smithi067 bash[79370]: audit 2023-12-09T02:13:00.970661+0000 mon.a (mon.0) 2687 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:01.975 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:01 smithi067 bash[79370]: audit 2023-12-09T02:13:00.972021+0000 mon.a (mon.0) 2688 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:01.975 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:01 smithi067 bash[79370]: audit 2023-12-09T02:13:00.983103+0000 mon.a (mon.0) 2689 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:01.975 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:01 smithi067 bash[79370]: audit 2023-12-09T02:13:01.062217+0000 mon.a (mon.0) 2690 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:01.975 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:01 smithi067 bash[79370]: audit 2023-12-09T02:13:01.064624+0000 mon.a (mon.0) 2691 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:01.976 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:01 smithi067 bash[79370]: audit 2023-12-09T02:13:01.067102+0000 mon.a (mon.0) 2692 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:01.976 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:01 smithi067 bash[79370]: audit 2023-12-09T02:13:01.068115+0000 mon.a (mon.0) 2693 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:01.976 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:01 smithi067 bash[79370]: audit 2023-12-09T02:13:01.074247+0000 mon.a (mon.0) 2694 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:01.976 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:01 smithi067 bash[79370]: audit 2023-12-09T02:13:01.157242+0000 mon.a (mon.0) 2695 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:01.976 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:01 smithi067 bash[79370]: audit 2023-12-09T02:13:01.159941+0000 mon.a (mon.0) 2696 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:01.976 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:01 smithi067 bash[79370]: audit 2023-12-09T02:13:01.162731+0000 mon.a (mon.0) 2697 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:01.976 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:01 smithi067 bash[79370]: audit 2023-12-09T02:13:01.163897+0000 mon.a (mon.0) 2698 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:01.976 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:01 smithi067 bash[79370]: audit 2023-12-09T02:13:01.171134+0000 mon.a (mon.0) 2699 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:01.976 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:01 smithi067 bash[82083]: audit 2023-12-09T02:13:01.250670+0000 mon.a (mon.0) 2700 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:01.976 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:01 smithi067 bash[82083]: audit 2023-12-09T02:13:01.253842+0000 mon.a (mon.0) 2701 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:01.976 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:01 smithi067 bash[82083]: audit 2023-12-09T02:13:01.257248+0000 mon.a (mon.0) 2702 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:01.977 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:01 smithi067 bash[82083]: audit 2023-12-09T02:13:01.258326+0000 mon.a (mon.0) 2703 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:01.977 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:01 smithi067 bash[82083]: audit 2023-12-09T02:13:01.267548+0000 mon.a (mon.0) 2704 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:01.977 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:01 smithi067 bash[82083]: audit 2023-12-09T02:13:01.347130+0000 mon.a (mon.0) 2705 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:01.977 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:01 smithi067 bash[82083]: audit 2023-12-09T02:13:01.349565+0000 mon.a (mon.0) 2706 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:01.977 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:01 smithi067 bash[82083]: audit 2023-12-09T02:13:01.352618+0000 mon.a (mon.0) 2707 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:01.977 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:01 smithi067 bash[82083]: audit 2023-12-09T02:13:01.353707+0000 mon.a (mon.0) 2708 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:01.977 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:01 smithi067 bash[82083]: audit 2023-12-09T02:13:01.363301+0000 mon.a (mon.0) 2709 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:01.977 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:01 smithi067 bash[82083]: audit 2023-12-09T02:13:01.445718+0000 mon.a (mon.0) 2710 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:01.977 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:01 smithi067 bash[82083]: audit 2023-12-09T02:13:01.448254+0000 mon.a (mon.0) 2711 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:01.977 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:01 smithi067 bash[82083]: audit 2023-12-09T02:13:01.451219+0000 mon.a (mon.0) 2712 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:01.977 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:01 smithi067 bash[82083]: audit 2023-12-09T02:13:01.452059+0000 mon.a (mon.0) 2713 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:01.977 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:01 smithi067 bash[82083]: audit 2023-12-09T02:13:01.459838+0000 mon.a (mon.0) 2714 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:01.977 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:01 smithi067 bash[82083]: audit 2023-12-09T02:13:01.542419+0000 mon.a (mon.0) 2715 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:01.977 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:01 smithi067 bash[82083]: audit 2023-12-09T02:13:01.545366+0000 mon.a (mon.0) 2716 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:01.978 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:01 smithi067 bash[82083]: audit 2023-12-09T02:13:01.551769+0000 mon.a (mon.0) 2717 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:01.978 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:01 smithi067 bash[82083]: audit 2023-12-09T02:13:01.552646+0000 mon.a (mon.0) 2718 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:01.978 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:01 smithi067 bash[82083]: audit 2023-12-09T02:13:01.559703+0000 mon.a (mon.0) 2719 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:01.978 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:01 smithi067 bash[79370]: audit 2023-12-09T02:13:01.250670+0000 mon.a (mon.0) 2700 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:01.978 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:01 smithi067 bash[79370]: audit 2023-12-09T02:13:01.253842+0000 mon.a (mon.0) 2701 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:01.978 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:01 smithi067 bash[79370]: audit 2023-12-09T02:13:01.257248+0000 mon.a (mon.0) 2702 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:01.978 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:01 smithi067 bash[79370]: audit 2023-12-09T02:13:01.258326+0000 mon.a (mon.0) 2703 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:01.978 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:01 smithi067 bash[79370]: audit 2023-12-09T02:13:01.267548+0000 mon.a (mon.0) 2704 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:01.978 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:01 smithi067 bash[79370]: audit 2023-12-09T02:13:01.347130+0000 mon.a (mon.0) 2705 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:01.978 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:01 smithi067 bash[79370]: audit 2023-12-09T02:13:01.349565+0000 mon.a (mon.0) 2706 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:01.979 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:01 smithi067 bash[79370]: audit 2023-12-09T02:13:01.352618+0000 mon.a (mon.0) 2707 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:01.979 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:01 smithi067 bash[79370]: audit 2023-12-09T02:13:01.353707+0000 mon.a (mon.0) 2708 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:01.979 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:01 smithi067 bash[79370]: audit 2023-12-09T02:13:01.363301+0000 mon.a (mon.0) 2709 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:01.979 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:01 smithi067 bash[79370]: audit 2023-12-09T02:13:01.445718+0000 mon.a (mon.0) 2710 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:01.979 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:01 smithi067 bash[79370]: audit 2023-12-09T02:13:01.448254+0000 mon.a (mon.0) 2711 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:01.979 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:01 smithi067 bash[79370]: audit 2023-12-09T02:13:01.451219+0000 mon.a (mon.0) 2712 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:01.979 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:01 smithi067 bash[79370]: audit 2023-12-09T02:13:01.452059+0000 mon.a (mon.0) 2713 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:01.979 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:01 smithi067 bash[79370]: audit 2023-12-09T02:13:01.459838+0000 mon.a (mon.0) 2714 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:01.979 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:01 smithi067 bash[79370]: audit 2023-12-09T02:13:01.542419+0000 mon.a (mon.0) 2715 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:01.979 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:01 smithi067 bash[79370]: audit 2023-12-09T02:13:01.545366+0000 mon.a (mon.0) 2716 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:01.979 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:01 smithi067 bash[79370]: audit 2023-12-09T02:13:01.551769+0000 mon.a (mon.0) 2717 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:01.979 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:01 smithi067 bash[79370]: audit 2023-12-09T02:13:01.552646+0000 mon.a (mon.0) 2718 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:01.979 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:01 smithi067 bash[79370]: audit 2023-12-09T02:13:01.559703+0000 mon.a (mon.0) 2719 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:01.980 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:01 smithi125 bash[66801]: cluster 2023-12-09T02:13:00.404588+0000 mgr.y (mgr.25480) 664 : cluster 0 pgmap v117: 161 pgs: 2 active+clean+remapped, 7 peering, 12 active+undersized+degraded, 33 active+undersized, 107 active+clean; 585 KiB data, 142 MiB used, 715 GiB / 715 GiB avail; 54/726 objects degraded (7.438%); 3/726 objects misplaced (0.413%) 2023-12-09T02:13:01.980 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:01 smithi125 bash[66801]: cephadm 2023-12-09T02:13:00.410042+0000 mgr.y (mgr.25480) 665 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:01.980 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:01 smithi125 bash[66801]: cephadm 2023-12-09T02:13:00.511218+0000 mgr.y (mgr.25480) 666 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:01.980 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:01 smithi125 bash[66801]: audit 2023-12-09T02:13:00.608857+0000 mon.a (mon.0) 2667 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:01.980 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:01 smithi125 bash[66801]: cephadm 2023-12-09T02:13:00.609910+0000 mgr.y (mgr.25480) 667 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:01.980 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:01 smithi125 bash[66801]: cluster 2023-12-09T02:13:00.636773+0000 mon.a (mon.0) 2668 : cluster 1 Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2023-12-09T02:13:01.980 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:01 smithi125 bash[66801]: cluster 2023-12-09T02:13:00.647361+0000 osd.6 (osd.6) 18 : cluster 3 failed to encode map e120 with expected crc 2023-12-09T02:13:01.980 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:01 smithi125 bash[66801]: cluster 2023-12-09T02:13:00.647678+0000 osd.4 (osd.4) 22 : cluster 3 failed to encode map e120 with expected crc 2023-12-09T02:13:01.980 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:01 smithi125 bash[66801]: cluster 2023-12-09T02:13:00.652129+0000 osd.4 (osd.4) 23 : cluster 3 failed to encode map e120 with expected crc 2023-12-09T02:13:01.981 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:01 smithi125 bash[66801]: cluster 2023-12-09T02:13:00.653816+0000 mon.a (mon.0) 2669 : cluster 0 osdmap e120: 8 total, 7 up, 8 in 2023-12-09T02:13:01.981 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:01 smithi125 bash[66801]: audit 2023-12-09T02:13:00.690624+0000 mon.a (mon.0) 2670 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:01.981 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:01 smithi125 bash[66801]: audit 2023-12-09T02:13:00.693801+0000 mon.a (mon.0) 2671 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:01.981 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:01 smithi125 bash[66801]: audit 2023-12-09T02:13:00.696991+0000 mon.a (mon.0) 2672 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:01.981 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:01 smithi125 bash[66801]: audit 2023-12-09T02:13:00.697949+0000 mon.a (mon.0) 2673 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:01.981 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:01 smithi125 bash[66801]: audit 2023-12-09T02:13:00.707820+0000 mon.a (mon.0) 2674 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:01.981 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:01 smithi125 bash[66801]: audit 2023-12-09T02:13:00.791923+0000 mon.a (mon.0) 2675 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:01.981 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:01 smithi125 bash[66801]: audit 2023-12-09T02:13:00.794931+0000 mon.a (mon.0) 2676 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:01.981 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:01 smithi125 bash[66801]: audit 2023-12-09T02:13:00.797410+0000 mon.a (mon.0) 2677 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:01.981 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:01 smithi125 bash[66801]: audit 2023-12-09T02:13:00.798357+0000 mon.a (mon.0) 2678 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:01.981 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:01 smithi125 bash[66801]: audit 2023-12-09T02:13:00.808225+0000 mon.a (mon.0) 2679 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:01.981 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:01 smithi125 bash[66801]: audit 2023-12-09T02:13:00.885122+0000 mon.a (mon.0) 2680 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:01.981 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:01 smithi125 bash[66801]: audit 2023-12-09T02:13:00.887214+0000 mon.a (mon.0) 2681 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:01.981 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:01 smithi125 bash[66801]: audit 2023-12-09T02:13:00.889617+0000 mon.a (mon.0) 2682 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:01.981 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:01 smithi125 bash[66801]: audit 2023-12-09T02:13:00.890630+0000 mon.a (mon.0) 2683 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:01.981 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:01 smithi125 bash[66801]: audit 2023-12-09T02:13:00.898818+0000 mon.a (mon.0) 2684 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:01.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:01 smithi125 bash[66801]: audit 2023-12-09T02:13:00.964361+0000 mon.a (mon.0) 2685 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:01.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:01 smithi125 bash[66801]: audit 2023-12-09T02:13:00.967225+0000 mon.a (mon.0) 2686 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:01.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:01 smithi125 bash[66801]: audit 2023-12-09T02:13:00.970661+0000 mon.a (mon.0) 2687 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:01.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:01 smithi125 bash[66801]: audit 2023-12-09T02:13:00.972021+0000 mon.a (mon.0) 2688 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:01.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:01 smithi125 bash[66801]: audit 2023-12-09T02:13:00.983103+0000 mon.a (mon.0) 2689 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:01.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:01 smithi125 bash[66801]: audit 2023-12-09T02:13:01.062217+0000 mon.a (mon.0) 2690 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:01.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:01 smithi125 bash[66801]: audit 2023-12-09T02:13:01.064624+0000 mon.a (mon.0) 2691 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:01.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:01 smithi125 bash[66801]: audit 2023-12-09T02:13:01.067102+0000 mon.a (mon.0) 2692 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:01.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:01 smithi125 bash[66801]: audit 2023-12-09T02:13:01.068115+0000 mon.a (mon.0) 2693 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:01.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:01 smithi125 bash[66801]: audit 2023-12-09T02:13:01.074247+0000 mon.a (mon.0) 2694 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:01.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:01 smithi125 bash[66801]: audit 2023-12-09T02:13:01.157242+0000 mon.a (mon.0) 2695 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:01.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:01 smithi125 bash[66801]: audit 2023-12-09T02:13:01.159941+0000 mon.a (mon.0) 2696 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:01.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:01 smithi125 bash[66801]: audit 2023-12-09T02:13:01.162731+0000 mon.a (mon.0) 2697 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:01.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:01 smithi125 bash[66801]: audit 2023-12-09T02:13:01.163897+0000 mon.a (mon.0) 2698 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:01.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:01 smithi125 bash[66801]: audit 2023-12-09T02:13:01.171134+0000 mon.a (mon.0) 2699 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:01.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:01 smithi125 bash[66801]: audit 2023-12-09T02:13:01.250670+0000 mon.a (mon.0) 2700 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:01.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:01 smithi125 bash[66801]: audit 2023-12-09T02:13:01.253842+0000 mon.a (mon.0) 2701 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:01.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:01 smithi125 bash[66801]: audit 2023-12-09T02:13:01.257248+0000 mon.a (mon.0) 2702 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:01.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:01 smithi125 bash[66801]: audit 2023-12-09T02:13:01.258326+0000 mon.a (mon.0) 2703 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:01.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:01 smithi125 bash[66801]: audit 2023-12-09T02:13:01.267548+0000 mon.a (mon.0) 2704 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:01.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:01 smithi125 bash[66801]: audit 2023-12-09T02:13:01.347130+0000 mon.a (mon.0) 2705 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:01.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:01 smithi125 bash[66801]: audit 2023-12-09T02:13:01.349565+0000 mon.a (mon.0) 2706 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:01.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:01 smithi125 bash[66801]: audit 2023-12-09T02:13:01.352618+0000 mon.a (mon.0) 2707 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:01.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:01 smithi125 bash[66801]: audit 2023-12-09T02:13:01.353707+0000 mon.a (mon.0) 2708 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:01.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:01 smithi125 bash[66801]: audit 2023-12-09T02:13:01.363301+0000 mon.a (mon.0) 2709 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:01.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:01 smithi125 bash[66801]: audit 2023-12-09T02:13:01.445718+0000 mon.a (mon.0) 2710 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:01.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:01 smithi125 bash[66801]: audit 2023-12-09T02:13:01.448254+0000 mon.a (mon.0) 2711 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:01.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:01 smithi125 bash[66801]: audit 2023-12-09T02:13:01.451219+0000 mon.a (mon.0) 2712 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:01.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:01 smithi125 bash[66801]: audit 2023-12-09T02:13:01.452059+0000 mon.a (mon.0) 2713 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:01.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:01 smithi125 bash[66801]: audit 2023-12-09T02:13:01.459838+0000 mon.a (mon.0) 2714 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:01.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:01 smithi125 bash[66801]: audit 2023-12-09T02:13:01.542419+0000 mon.a (mon.0) 2715 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:01.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:01 smithi125 bash[66801]: audit 2023-12-09T02:13:01.545366+0000 mon.a (mon.0) 2716 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:01.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:01 smithi125 bash[66801]: audit 2023-12-09T02:13:01.551769+0000 mon.a (mon.0) 2717 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:01.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:01 smithi125 bash[66801]: audit 2023-12-09T02:13:01.552646+0000 mon.a (mon.0) 2718 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:01.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:01 smithi125 bash[66801]: audit 2023-12-09T02:13:01.559703+0000 mon.a (mon.0) 2719 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:02.948 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:02 smithi067 bash[79370]: cephadm 2023-12-09T02:13:00.708477+0000 mgr.y (mgr.25480) 668 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:02.949 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:02 smithi067 bash[79370]: cephadm 2023-12-09T02:13:00.808827+0000 mgr.y (mgr.25480) 669 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:02.949 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:02 smithi067 bash[79370]: cephadm 2023-12-09T02:13:00.899386+0000 mgr.y (mgr.25480) 670 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:02.949 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:02 smithi067 bash[79370]: cephadm 2023-12-09T02:13:00.983781+0000 mgr.y (mgr.25480) 671 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:02.949 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:02 smithi067 bash[79370]: cephadm 2023-12-09T02:13:01.075254+0000 mgr.y (mgr.25480) 672 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:02.949 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:02 smithi067 bash[79370]: cephadm 2023-12-09T02:13:01.171866+0000 mgr.y (mgr.25480) 673 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:02.949 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:02 smithi067 bash[79370]: cephadm 2023-12-09T02:13:01.268256+0000 mgr.y (mgr.25480) 674 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:02.949 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:02 smithi067 bash[79370]: cephadm 2023-12-09T02:13:01.363910+0000 mgr.y (mgr.25480) 675 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:02.949 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:02 smithi067 bash[79370]: cephadm 2023-12-09T02:13:01.460580+0000 mgr.y (mgr.25480) 676 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:02.949 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:02 smithi067 bash[79370]: cephadm 2023-12-09T02:13:01.560206+0000 mgr.y (mgr.25480) 677 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:02.949 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:02 smithi067 bash[79370]: audit 2023-12-09T02:13:01.636692+0000 mon.a (mon.0) 2720 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:02.949 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:02 smithi067 bash[79370]: audit 2023-12-09T02:13:01.638810+0000 mon.a (mon.0) 2721 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:02.949 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:02 smithi067 bash[79370]: audit 2023-12-09T02:13:01.640921+0000 mon.a (mon.0) 2722 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:02.949 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:02 smithi067 bash[79370]: audit 2023-12-09T02:13:01.641770+0000 mon.a (mon.0) 2723 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:02.949 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:02 smithi067 bash[79370]: audit 2023-12-09T02:13:01.648063+0000 mon.a (mon.0) 2724 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:02.949 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:02 smithi067 bash[79370]: cluster 2023-12-09T02:13:01.648518+0000 osd.7 (osd.7) 15 : cluster 3 failed to encode map e121 with expected crc 2023-12-09T02:13:02.950 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:02 smithi067 bash[79370]: cephadm 2023-12-09T02:13:01.649190+0000 mgr.y (mgr.25480) 678 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:02.950 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:02 smithi067 bash[79370]: cluster 2023-12-09T02:13:01.651681+0000 osd.7 (osd.7) 16 : cluster 3 failed to encode map e121 with expected crc 2023-12-09T02:13:02.950 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:02 smithi067 bash[79370]: cluster 2023-12-09T02:13:01.653153+0000 osd.5 (osd.5) 21 : cluster 3 failed to encode map e121 with expected crc 2023-12-09T02:13:02.950 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:02 smithi067 bash[79370]: cluster 2023-12-09T02:13:01.653394+0000 osd.4 (osd.4) 24 : cluster 3 failed to encode map e121 with expected crc 2023-12-09T02:13:02.950 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:02 smithi067 bash[79370]: cluster 2023-12-09T02:13:01.654866+0000 mon.a (mon.0) 2725 : cluster 0 osdmap e121: 8 total, 7 up, 8 in 2023-12-09T02:13:02.950 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:02 smithi067 bash[79370]: cluster 2023-12-09T02:13:01.659163+0000 osd.5 (osd.5) 22 : cluster 3 failed to encode map e121 with expected crc 2023-12-09T02:13:02.950 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:02 smithi067 bash[79370]: audit 2023-12-09T02:13:01.716820+0000 mon.a (mon.0) 2726 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:02.950 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:02 smithi067 bash[79370]: audit 2023-12-09T02:13:01.719055+0000 mon.a (mon.0) 2727 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:02.950 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:02 smithi067 bash[79370]: audit 2023-12-09T02:13:01.721490+0000 mon.a (mon.0) 2728 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:02.950 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:02 smithi067 bash[79370]: audit 2023-12-09T02:13:01.722518+0000 mon.a (mon.0) 2729 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:02.950 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:02 smithi067 bash[79370]: audit 2023-12-09T02:13:01.728749+0000 mon.a (mon.0) 2730 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:02.950 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:02 smithi067 bash[79370]: audit 2023-12-09T02:13:01.808527+0000 mon.a (mon.0) 2731 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:02.950 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:02 smithi067 bash[79370]: audit 2023-12-09T02:13:01.810713+0000 mon.a (mon.0) 2732 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:02.950 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:02 smithi067 bash[79370]: audit 2023-12-09T02:13:01.814064+0000 mon.a (mon.0) 2733 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:02.950 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:02 smithi067 bash[79370]: audit 2023-12-09T02:13:01.815229+0000 mon.a (mon.0) 2734 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:02.951 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:02 smithi067 bash[79370]: audit 2023-12-09T02:13:01.823582+0000 mon.a (mon.0) 2735 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:02.951 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:02 smithi067 bash[79370]: audit 2023-12-09T02:13:01.907421+0000 mon.a (mon.0) 2736 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:02.951 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:02 smithi067 bash[79370]: audit 2023-12-09T02:13:01.910387+0000 mon.a (mon.0) 2737 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:02.951 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:02 smithi067 bash[79370]: audit 2023-12-09T02:13:01.913383+0000 mon.a (mon.0) 2738 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:02.951 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:02 smithi067 bash[79370]: audit 2023-12-09T02:13:01.914950+0000 mon.a (mon.0) 2739 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:02.951 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:02 smithi067 bash[79370]: audit 2023-12-09T02:13:01.921499+0000 mon.a (mon.0) 2740 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:02.951 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:02 smithi067 bash[79370]: audit 2023-12-09T02:13:02.002852+0000 mon.a (mon.0) 2741 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:02.951 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:02 smithi067 bash[79370]: audit 2023-12-09T02:13:02.005262+0000 mon.a (mon.0) 2742 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:02.951 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:02 smithi067 bash[79370]: audit 2023-12-09T02:13:02.008166+0000 mon.a (mon.0) 2743 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:02.951 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:02 smithi067 bash[79370]: audit 2023-12-09T02:13:02.009650+0000 mon.a (mon.0) 2744 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:02.951 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:02 smithi067 bash[79370]: audit 2023-12-09T02:13:02.017589+0000 mon.a (mon.0) 2745 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:02.951 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:02 smithi067 bash[79370]: audit 2023-12-09T02:13:02.098988+0000 mon.a (mon.0) 2746 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:02.951 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:02 smithi067 bash[79370]: audit 2023-12-09T02:13:02.101208+0000 mon.a (mon.0) 2747 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:02.951 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:02 smithi067 bash[79370]: audit 2023-12-09T02:13:02.104072+0000 mon.a (mon.0) 2748 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:02.951 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:02 smithi067 bash[79370]: audit 2023-12-09T02:13:02.105369+0000 mon.a (mon.0) 2749 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:02.951 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:02 smithi067 bash[79370]: audit 2023-12-09T02:13:02.114508+0000 mon.a (mon.0) 2750 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:02.952 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:02 smithi067 bash[79370]: audit 2023-12-09T02:13:02.191057+0000 mon.a (mon.0) 2751 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:02.952 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:02 smithi067 bash[79370]: audit 2023-12-09T02:13:02.194026+0000 mon.a (mon.0) 2752 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:02.952 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:02 smithi067 bash[79370]: audit 2023-12-09T02:13:02.206370+0000 mon.a (mon.0) 2753 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:02.952 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:02 smithi067 bash[79370]: audit 2023-12-09T02:13:02.207699+0000 mon.a (mon.0) 2754 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:02.952 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:02 smithi067 bash[79370]: audit 2023-12-09T02:13:02.217049+0000 mon.a (mon.0) 2755 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:02.952 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:02 smithi067 bash[79370]: audit 2023-12-09T02:13:02.299482+0000 mon.a (mon.0) 2756 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:02.952 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:02 smithi067 bash[79370]: audit 2023-12-09T02:13:02.302082+0000 mon.a (mon.0) 2757 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:02.952 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:02 smithi067 bash[79370]: audit 2023-12-09T02:13:02.304108+0000 mon.a (mon.0) 2758 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:02.952 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:02 smithi067 bash[79370]: audit 2023-12-09T02:13:02.304807+0000 mon.a (mon.0) 2759 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:02.952 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:02 smithi067 bash[79370]: audit 2023-12-09T02:13:02.312175+0000 mon.a (mon.0) 2760 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:02.952 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:02 smithi067 bash[79370]: audit 2023-12-09T02:13:02.387785+0000 mon.a (mon.0) 2761 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:02.952 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:02 smithi067 bash[79370]: audit 2023-12-09T02:13:02.390436+0000 mon.a (mon.0) 2762 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:02.952 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:02 smithi067 bash[79370]: audit 2023-12-09T02:13:02.392448+0000 mon.a (mon.0) 2763 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:02.952 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:02 smithi067 bash[79370]: audit 2023-12-09T02:13:02.393319+0000 mon.a (mon.0) 2764 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:02.952 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:02 smithi067 bash[79370]: audit 2023-12-09T02:13:02.401123+0000 mon.a (mon.0) 2765 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:02.953 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:02 smithi067 bash[82083]: cephadm 2023-12-09T02:13:00.708477+0000 mgr.y (mgr.25480) 668 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:02.953 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:02 smithi067 bash[82083]: cephadm 2023-12-09T02:13:00.808827+0000 mgr.y (mgr.25480) 669 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:02.953 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:02 smithi067 bash[82083]: cephadm 2023-12-09T02:13:00.899386+0000 mgr.y (mgr.25480) 670 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:02.953 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:02 smithi067 bash[82083]: cephadm 2023-12-09T02:13:00.983781+0000 mgr.y (mgr.25480) 671 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:02.953 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:02 smithi067 bash[82083]: cephadm 2023-12-09T02:13:01.075254+0000 mgr.y (mgr.25480) 672 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:02.953 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:02 smithi067 bash[82083]: cephadm 2023-12-09T02:13:01.171866+0000 mgr.y (mgr.25480) 673 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:02.953 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:02 smithi067 bash[82083]: cephadm 2023-12-09T02:13:01.268256+0000 mgr.y (mgr.25480) 674 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:02.953 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:02 smithi067 bash[82083]: cephadm 2023-12-09T02:13:01.363910+0000 mgr.y (mgr.25480) 675 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:02.953 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:02 smithi067 bash[82083]: cephadm 2023-12-09T02:13:01.460580+0000 mgr.y (mgr.25480) 676 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:02.953 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:02 smithi067 bash[82083]: cephadm 2023-12-09T02:13:01.560206+0000 mgr.y (mgr.25480) 677 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:02.953 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:02 smithi067 bash[82083]: audit 2023-12-09T02:13:01.636692+0000 mon.a (mon.0) 2720 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:02.953 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:02 smithi067 bash[82083]: audit 2023-12-09T02:13:01.638810+0000 mon.a (mon.0) 2721 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:02.953 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:02 smithi067 bash[82083]: audit 2023-12-09T02:13:01.640921+0000 mon.a (mon.0) 2722 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:02.954 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:02 smithi067 bash[82083]: audit 2023-12-09T02:13:01.641770+0000 mon.a (mon.0) 2723 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:02.954 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:02 smithi067 bash[82083]: audit 2023-12-09T02:13:01.648063+0000 mon.a (mon.0) 2724 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:02.954 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:02 smithi067 bash[82083]: cluster 2023-12-09T02:13:01.648518+0000 osd.7 (osd.7) 15 : cluster 3 failed to encode map e121 with expected crc 2023-12-09T02:13:02.954 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:02 smithi067 bash[82083]: cephadm 2023-12-09T02:13:01.649190+0000 mgr.y (mgr.25480) 678 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:02.954 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:02 smithi067 bash[82083]: cluster 2023-12-09T02:13:01.651681+0000 osd.7 (osd.7) 16 : cluster 3 failed to encode map e121 with expected crc 2023-12-09T02:13:02.954 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:02 smithi067 bash[82083]: cluster 2023-12-09T02:13:01.653153+0000 osd.5 (osd.5) 21 : cluster 3 failed to encode map e121 with expected crc 2023-12-09T02:13:02.954 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:02 smithi067 bash[82083]: cluster 2023-12-09T02:13:01.653394+0000 osd.4 (osd.4) 24 : cluster 3 failed to encode map e121 with expected crc 2023-12-09T02:13:02.954 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:02 smithi067 bash[82083]: cluster 2023-12-09T02:13:01.654866+0000 mon.a (mon.0) 2725 : cluster 0 osdmap e121: 8 total, 7 up, 8 in 2023-12-09T02:13:02.954 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:02 smithi067 bash[82083]: cluster 2023-12-09T02:13:01.659163+0000 osd.5 (osd.5) 22 : cluster 3 failed to encode map e121 with expected crc 2023-12-09T02:13:02.954 INFO:journalctl@ceph.osd.2.smithi067.stdout:Dec 09 02:13:02 smithi067 bash[93008]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-2 2023-12-09T02:13:02.954 INFO:journalctl@ceph.osd.2.smithi067.stdout:Dec 09 02:13:02 smithi067 bash[93008]: 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-09T02:13:02.955 INFO:journalctl@ceph.osd.2.smithi067.stdout:Dec 09 02:13:02 smithi067 bash[93008]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_2 2023-12-09T02:13:02.955 INFO:journalctl@ceph.osd.2.smithi067.stdout:Dec 09 02:13:02 smithi067 bash[93008]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-1 2023-12-09T02:13:02.955 INFO:journalctl@ceph.osd.2.smithi067.stdout:Dec 09 02:13:02 smithi067 bash[93008]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_2 /var/lib/ceph/osd/ceph-2/block 2023-12-09T02:13:02.955 INFO:journalctl@ceph.osd.2.smithi067.stdout:Dec 09 02:13:02 smithi067 bash[93008]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-2 2023-12-09T02:13:02.955 INFO:journalctl@ceph.osd.2.smithi067.stdout:Dec 09 02:13:02 smithi067 bash[93008]: --> ceph-volume raw activate successful for osd ID: 2 2023-12-09T02:13:02.955 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:02 smithi067 bash[79370]: audit 2023-12-09T02:13:02.482562+0000 mon.a (mon.0) 2766 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:02.955 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:02 smithi067 bash[79370]: audit 2023-12-09T02:13:02.485780+0000 mon.a (mon.0) 2767 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:02.955 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:02 smithi067 bash[79370]: audit 2023-12-09T02:13:02.488245+0000 mon.a (mon.0) 2768 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:02.955 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:02 smithi067 bash[79370]: audit 2023-12-09T02:13:02.489031+0000 mon.a (mon.0) 2769 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:02.955 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:02 smithi067 bash[79370]: audit 2023-12-09T02:13:02.496389+0000 mon.a (mon.0) 2770 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:02.955 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:02 smithi067 bash[79370]: audit 2023-12-09T02:13:02.579947+0000 mon.a (mon.0) 2771 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:02.956 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:02 smithi067 bash[79370]: audit 2023-12-09T02:13:02.581981+0000 mon.a (mon.0) 2772 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:02.956 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:02 smithi067 bash[79370]: audit 2023-12-09T02:13:02.584935+0000 mon.a (mon.0) 2773 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:02.956 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:02 smithi067 bash[79370]: audit 2023-12-09T02:13:02.585863+0000 mon.a (mon.0) 2774 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:02.956 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:02 smithi067 bash[79370]: audit 2023-12-09T02:13:02.593400+0000 mon.a (mon.0) 2775 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:02.956 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:02 smithi067 bash[82083]: audit 2023-12-09T02:13:01.716820+0000 mon.a (mon.0) 2726 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:02.956 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:02 smithi067 bash[82083]: audit 2023-12-09T02:13:01.719055+0000 mon.a (mon.0) 2727 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:02.956 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:02 smithi067 bash[82083]: audit 2023-12-09T02:13:01.721490+0000 mon.a (mon.0) 2728 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:02.956 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:02 smithi067 bash[82083]: audit 2023-12-09T02:13:01.722518+0000 mon.a (mon.0) 2729 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:02.956 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:02 smithi067 bash[82083]: audit 2023-12-09T02:13:01.728749+0000 mon.a (mon.0) 2730 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:02.957 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:02 smithi067 bash[82083]: audit 2023-12-09T02:13:01.808527+0000 mon.a (mon.0) 2731 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:02.957 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:02 smithi067 bash[82083]: audit 2023-12-09T02:13:01.810713+0000 mon.a (mon.0) 2732 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:02.957 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:02 smithi067 bash[82083]: audit 2023-12-09T02:13:01.814064+0000 mon.a (mon.0) 2733 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:02.957 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:02 smithi067 bash[82083]: audit 2023-12-09T02:13:01.815229+0000 mon.a (mon.0) 2734 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:02.957 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:02 smithi067 bash[82083]: audit 2023-12-09T02:13:01.823582+0000 mon.a (mon.0) 2735 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:02.957 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:02 smithi067 bash[82083]: audit 2023-12-09T02:13:01.907421+0000 mon.a (mon.0) 2736 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:02.957 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:02 smithi067 bash[82083]: audit 2023-12-09T02:13:01.910387+0000 mon.a (mon.0) 2737 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:02.957 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:02 smithi067 bash[82083]: audit 2023-12-09T02:13:01.913383+0000 mon.a (mon.0) 2738 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:02.957 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:02 smithi067 bash[82083]: audit 2023-12-09T02:13:01.914950+0000 mon.a (mon.0) 2739 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:02.957 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:02 smithi067 bash[82083]: audit 2023-12-09T02:13:01.921499+0000 mon.a (mon.0) 2740 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:02.957 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:02 smithi067 bash[82083]: audit 2023-12-09T02:13:02.002852+0000 mon.a (mon.0) 2741 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:02.957 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:02 smithi067 bash[82083]: audit 2023-12-09T02:13:02.005262+0000 mon.a (mon.0) 2742 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:02.957 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:02 smithi067 bash[82083]: audit 2023-12-09T02:13:02.008166+0000 mon.a (mon.0) 2743 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:02.957 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:02 smithi067 bash[82083]: audit 2023-12-09T02:13:02.009650+0000 mon.a (mon.0) 2744 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:02.957 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:02 smithi067 bash[82083]: audit 2023-12-09T02:13:02.017589+0000 mon.a (mon.0) 2745 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:02.957 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:02 smithi067 bash[82083]: audit 2023-12-09T02:13:02.098988+0000 mon.a (mon.0) 2746 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:02.958 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:02 smithi067 bash[82083]: audit 2023-12-09T02:13:02.101208+0000 mon.a (mon.0) 2747 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:02.958 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:02 smithi067 bash[82083]: audit 2023-12-09T02:13:02.104072+0000 mon.a (mon.0) 2748 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:02.958 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:02 smithi067 bash[82083]: audit 2023-12-09T02:13:02.105369+0000 mon.a (mon.0) 2749 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:02.958 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:02 smithi067 bash[82083]: audit 2023-12-09T02:13:02.114508+0000 mon.a (mon.0) 2750 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:02.958 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:02 smithi067 bash[82083]: audit 2023-12-09T02:13:02.191057+0000 mon.a (mon.0) 2751 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:02.958 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:02 smithi067 bash[82083]: audit 2023-12-09T02:13:02.194026+0000 mon.a (mon.0) 2752 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:02.958 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:02 smithi067 bash[82083]: audit 2023-12-09T02:13:02.206370+0000 mon.a (mon.0) 2753 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:02.958 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:02 smithi067 bash[82083]: audit 2023-12-09T02:13:02.207699+0000 mon.a (mon.0) 2754 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:02.958 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:02 smithi067 bash[82083]: audit 2023-12-09T02:13:02.217049+0000 mon.a (mon.0) 2755 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:02.958 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:02 smithi067 bash[82083]: audit 2023-12-09T02:13:02.299482+0000 mon.a (mon.0) 2756 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:02.958 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:02 smithi067 bash[82083]: audit 2023-12-09T02:13:02.302082+0000 mon.a (mon.0) 2757 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:02.958 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:02 smithi067 bash[82083]: audit 2023-12-09T02:13:02.304108+0000 mon.a (mon.0) 2758 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:02.958 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:02 smithi067 bash[82083]: audit 2023-12-09T02:13:02.304807+0000 mon.a (mon.0) 2759 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:02.958 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:02 smithi067 bash[82083]: audit 2023-12-09T02:13:02.312175+0000 mon.a (mon.0) 2760 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:02.958 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:02 smithi067 bash[82083]: audit 2023-12-09T02:13:02.387785+0000 mon.a (mon.0) 2761 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:02.959 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:02 smithi067 bash[82083]: audit 2023-12-09T02:13:02.390436+0000 mon.a (mon.0) 2762 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:02.959 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:02 smithi067 bash[82083]: audit 2023-12-09T02:13:02.392448+0000 mon.a (mon.0) 2763 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:02.959 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:02 smithi067 bash[82083]: audit 2023-12-09T02:13:02.393319+0000 mon.a (mon.0) 2764 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:02.959 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:02 smithi067 bash[82083]: audit 2023-12-09T02:13:02.401123+0000 mon.a (mon.0) 2765 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:02.959 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:02 smithi067 bash[82083]: audit 2023-12-09T02:13:02.482562+0000 mon.a (mon.0) 2766 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:02.959 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:02 smithi067 bash[82083]: audit 2023-12-09T02:13:02.485780+0000 mon.a (mon.0) 2767 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:02.959 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:02 smithi067 bash[82083]: audit 2023-12-09T02:13:02.488245+0000 mon.a (mon.0) 2768 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:02.959 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:02 smithi067 bash[82083]: audit 2023-12-09T02:13:02.489031+0000 mon.a (mon.0) 2769 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:02.959 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:02 smithi067 bash[82083]: audit 2023-12-09T02:13:02.496389+0000 mon.a (mon.0) 2770 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:02.959 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:02 smithi067 bash[82083]: audit 2023-12-09T02:13:02.579947+0000 mon.a (mon.0) 2771 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:02.959 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:02 smithi067 bash[82083]: audit 2023-12-09T02:13:02.581981+0000 mon.a (mon.0) 2772 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:02.959 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:02 smithi067 bash[82083]: audit 2023-12-09T02:13:02.584935+0000 mon.a (mon.0) 2773 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:02.959 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:02 smithi067 bash[82083]: audit 2023-12-09T02:13:02.585863+0000 mon.a (mon.0) 2774 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:02.959 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:02 smithi067 bash[82083]: audit 2023-12-09T02:13:02.593400+0000 mon.a (mon.0) 2775 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:02.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:02 smithi125 bash[66801]: cephadm 2023-12-09T02:13:00.708477+0000 mgr.y (mgr.25480) 668 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:02.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:02 smithi125 bash[66801]: cephadm 2023-12-09T02:13:00.808827+0000 mgr.y (mgr.25480) 669 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:02.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:02 smithi125 bash[66801]: cephadm 2023-12-09T02:13:00.899386+0000 mgr.y (mgr.25480) 670 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:02.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:02 smithi125 bash[66801]: cephadm 2023-12-09T02:13:00.983781+0000 mgr.y (mgr.25480) 671 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:02.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:02 smithi125 bash[66801]: cephadm 2023-12-09T02:13:01.075254+0000 mgr.y (mgr.25480) 672 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:02.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:02 smithi125 bash[66801]: cephadm 2023-12-09T02:13:01.171866+0000 mgr.y (mgr.25480) 673 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:02.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:02 smithi125 bash[66801]: cephadm 2023-12-09T02:13:01.268256+0000 mgr.y (mgr.25480) 674 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:02.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:02 smithi125 bash[66801]: cephadm 2023-12-09T02:13:01.363910+0000 mgr.y (mgr.25480) 675 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:02.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:02 smithi125 bash[66801]: cephadm 2023-12-09T02:13:01.460580+0000 mgr.y (mgr.25480) 676 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:02.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:02 smithi125 bash[66801]: cephadm 2023-12-09T02:13:01.560206+0000 mgr.y (mgr.25480) 677 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:02.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:02 smithi125 bash[66801]: audit 2023-12-09T02:13:01.636692+0000 mon.a (mon.0) 2720 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:02.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:02 smithi125 bash[66801]: audit 2023-12-09T02:13:01.638810+0000 mon.a (mon.0) 2721 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:02.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:02 smithi125 bash[66801]: audit 2023-12-09T02:13:01.640921+0000 mon.a (mon.0) 2722 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:02.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:02 smithi125 bash[66801]: audit 2023-12-09T02:13:01.641770+0000 mon.a (mon.0) 2723 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:02.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:02 smithi125 bash[66801]: audit 2023-12-09T02:13:01.648063+0000 mon.a (mon.0) 2724 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:02.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:02 smithi125 bash[66801]: cluster 2023-12-09T02:13:01.648518+0000 osd.7 (osd.7) 15 : cluster 3 failed to encode map e121 with expected crc 2023-12-09T02:13:02.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:02 smithi125 bash[66801]: cephadm 2023-12-09T02:13:01.649190+0000 mgr.y (mgr.25480) 678 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:02.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:02 smithi125 bash[66801]: cluster 2023-12-09T02:13:01.651681+0000 osd.7 (osd.7) 16 : cluster 3 failed to encode map e121 with expected crc 2023-12-09T02:13:02.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:02 smithi125 bash[66801]: cluster 2023-12-09T02:13:01.653153+0000 osd.5 (osd.5) 21 : cluster 3 failed to encode map e121 with expected crc 2023-12-09T02:13:02.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:02 smithi125 bash[66801]: cluster 2023-12-09T02:13:01.653394+0000 osd.4 (osd.4) 24 : cluster 3 failed to encode map e121 with expected crc 2023-12-09T02:13:02.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:02 smithi125 bash[66801]: cluster 2023-12-09T02:13:01.654866+0000 mon.a (mon.0) 2725 : cluster 0 osdmap e121: 8 total, 7 up, 8 in 2023-12-09T02:13:02.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:02 smithi125 bash[66801]: cluster 2023-12-09T02:13:01.659163+0000 osd.5 (osd.5) 22 : cluster 3 failed to encode map e121 with expected crc 2023-12-09T02:13:02.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:02 smithi125 bash[66801]: audit 2023-12-09T02:13:01.716820+0000 mon.a (mon.0) 2726 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:02.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:02 smithi125 bash[66801]: audit 2023-12-09T02:13:01.719055+0000 mon.a (mon.0) 2727 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:02.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:02 smithi125 bash[66801]: audit 2023-12-09T02:13:01.721490+0000 mon.a (mon.0) 2728 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:02.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:02 smithi125 bash[66801]: audit 2023-12-09T02:13:01.722518+0000 mon.a (mon.0) 2729 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:02.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:02 smithi125 bash[66801]: audit 2023-12-09T02:13:01.728749+0000 mon.a (mon.0) 2730 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:02.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:02 smithi125 bash[66801]: audit 2023-12-09T02:13:01.808527+0000 mon.a (mon.0) 2731 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:02.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:02 smithi125 bash[66801]: audit 2023-12-09T02:13:01.810713+0000 mon.a (mon.0) 2732 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:02.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:02 smithi125 bash[66801]: audit 2023-12-09T02:13:01.814064+0000 mon.a (mon.0) 2733 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:02.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:02 smithi125 bash[66801]: audit 2023-12-09T02:13:01.815229+0000 mon.a (mon.0) 2734 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:02.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:02 smithi125 bash[66801]: audit 2023-12-09T02:13:01.823582+0000 mon.a (mon.0) 2735 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:02.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:02 smithi125 bash[66801]: audit 2023-12-09T02:13:01.907421+0000 mon.a (mon.0) 2736 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:02.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:02 smithi125 bash[66801]: audit 2023-12-09T02:13:01.910387+0000 mon.a (mon.0) 2737 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:02.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:02 smithi125 bash[66801]: audit 2023-12-09T02:13:01.913383+0000 mon.a (mon.0) 2738 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:02.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:02 smithi125 bash[66801]: audit 2023-12-09T02:13:01.914950+0000 mon.a (mon.0) 2739 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:02.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:02 smithi125 bash[66801]: audit 2023-12-09T02:13:01.921499+0000 mon.a (mon.0) 2740 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:02.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:02 smithi125 bash[66801]: audit 2023-12-09T02:13:02.002852+0000 mon.a (mon.0) 2741 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:02.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:02 smithi125 bash[66801]: audit 2023-12-09T02:13:02.005262+0000 mon.a (mon.0) 2742 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:02.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:02 smithi125 bash[66801]: audit 2023-12-09T02:13:02.008166+0000 mon.a (mon.0) 2743 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:02.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:02 smithi125 bash[66801]: audit 2023-12-09T02:13:02.009650+0000 mon.a (mon.0) 2744 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:02.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:02 smithi125 bash[66801]: audit 2023-12-09T02:13:02.017589+0000 mon.a (mon.0) 2745 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:02.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:02 smithi125 bash[66801]: audit 2023-12-09T02:13:02.098988+0000 mon.a (mon.0) 2746 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:02.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:02 smithi125 bash[66801]: audit 2023-12-09T02:13:02.101208+0000 mon.a (mon.0) 2747 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:02.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:02 smithi125 bash[66801]: audit 2023-12-09T02:13:02.104072+0000 mon.a (mon.0) 2748 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:02.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:02 smithi125 bash[66801]: audit 2023-12-09T02:13:02.105369+0000 mon.a (mon.0) 2749 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:02.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:02 smithi125 bash[66801]: audit 2023-12-09T02:13:02.114508+0000 mon.a (mon.0) 2750 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:02.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:02 smithi125 bash[66801]: audit 2023-12-09T02:13:02.191057+0000 mon.a (mon.0) 2751 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:02.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:02 smithi125 bash[66801]: audit 2023-12-09T02:13:02.194026+0000 mon.a (mon.0) 2752 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:02.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:02 smithi125 bash[66801]: audit 2023-12-09T02:13:02.206370+0000 mon.a (mon.0) 2753 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:02.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:02 smithi125 bash[66801]: audit 2023-12-09T02:13:02.207699+0000 mon.a (mon.0) 2754 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:02.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:02 smithi125 bash[66801]: audit 2023-12-09T02:13:02.217049+0000 mon.a (mon.0) 2755 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:02.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:02 smithi125 bash[66801]: audit 2023-12-09T02:13:02.299482+0000 mon.a (mon.0) 2756 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:02.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:02 smithi125 bash[66801]: audit 2023-12-09T02:13:02.302082+0000 mon.a (mon.0) 2757 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:02.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:02 smithi125 bash[66801]: audit 2023-12-09T02:13:02.304108+0000 mon.a (mon.0) 2758 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:02.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:02 smithi125 bash[66801]: audit 2023-12-09T02:13:02.304807+0000 mon.a (mon.0) 2759 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:02.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:02 smithi125 bash[66801]: audit 2023-12-09T02:13:02.312175+0000 mon.a (mon.0) 2760 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:02.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:02 smithi125 bash[66801]: audit 2023-12-09T02:13:02.387785+0000 mon.a (mon.0) 2761 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:02.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:02 smithi125 bash[66801]: audit 2023-12-09T02:13:02.390436+0000 mon.a (mon.0) 2762 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:02.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:02 smithi125 bash[66801]: audit 2023-12-09T02:13:02.392448+0000 mon.a (mon.0) 2763 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:02.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:02 smithi125 bash[66801]: audit 2023-12-09T02:13:02.393319+0000 mon.a (mon.0) 2764 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:02.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:02 smithi125 bash[66801]: audit 2023-12-09T02:13:02.401123+0000 mon.a (mon.0) 2765 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:02.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:02 smithi125 bash[66801]: audit 2023-12-09T02:13:02.482562+0000 mon.a (mon.0) 2766 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:02.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:02 smithi125 bash[66801]: audit 2023-12-09T02:13:02.485780+0000 mon.a (mon.0) 2767 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:02.978 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:02 smithi125 bash[66801]: audit 2023-12-09T02:13:02.488245+0000 mon.a (mon.0) 2768 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:02.978 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:02 smithi125 bash[66801]: audit 2023-12-09T02:13:02.489031+0000 mon.a (mon.0) 2769 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:02.978 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:02 smithi125 bash[66801]: audit 2023-12-09T02:13:02.496389+0000 mon.a (mon.0) 2770 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:02.978 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:02 smithi125 bash[66801]: audit 2023-12-09T02:13:02.579947+0000 mon.a (mon.0) 2771 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:02.978 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:02 smithi125 bash[66801]: audit 2023-12-09T02:13:02.581981+0000 mon.a (mon.0) 2772 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:02.978 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:02 smithi125 bash[66801]: audit 2023-12-09T02:13:02.584935+0000 mon.a (mon.0) 2773 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:02.978 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:02 smithi125 bash[66801]: audit 2023-12-09T02:13:02.585863+0000 mon.a (mon.0) 2774 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:02.978 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:02 smithi125 bash[66801]: audit 2023-12-09T02:13:02.593400+0000 mon.a (mon.0) 2775 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:03.773 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:03 smithi067 bash[79370]: cephadm 2023-12-09T02:13:01.729328+0000 mgr.y (mgr.25480) 679 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:03.773 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:03 smithi067 bash[79370]: cephadm 2023-12-09T02:13:01.824318+0000 mgr.y (mgr.25480) 680 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:03.773 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:03 smithi067 bash[79370]: cephadm 2023-12-09T02:13:01.922109+0000 mgr.y (mgr.25480) 681 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:03.773 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:03 smithi067 bash[79370]: cephadm 2023-12-09T02:13:02.018262+0000 mgr.y (mgr.25480) 682 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:03.773 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:03 smithi067 bash[79370]: cephadm 2023-12-09T02:13:02.115104+0000 mgr.y (mgr.25480) 683 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:03.773 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:03 smithi067 bash[79370]: cephadm 2023-12-09T02:13:02.217676+0000 mgr.y (mgr.25480) 684 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:03.773 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:03 smithi067 bash[79370]: cephadm 2023-12-09T02:13:02.313012+0000 mgr.y (mgr.25480) 685 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:03.773 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:03 smithi067 bash[79370]: cephadm 2023-12-09T02:13:02.401843+0000 mgr.y (mgr.25480) 686 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:03.773 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:03 smithi067 bash[79370]: cluster 2023-12-09T02:13:02.405126+0000 mgr.y (mgr.25480) 687 : cluster 0 pgmap v120: 161 pgs: 2 active+clean+remapped, 7 peering, 12 active+undersized+degraded, 33 active+undersized, 107 active+clean; 585 KiB data, 142 MiB used, 715 GiB / 715 GiB avail; 54/726 objects degraded (7.438%); 3/726 objects misplaced (0.413%) 2023-12-09T02:13:03.774 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:03 smithi067 bash[79370]: cephadm 2023-12-09T02:13:02.496980+0000 mgr.y (mgr.25480) 688 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:03.774 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:03 smithi067 bash[79370]: cephadm 2023-12-09T02:13:02.594063+0000 mgr.y (mgr.25480) 689 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:03.774 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:03 smithi067 bash[79370]: audit 2023-12-09T02:13:02.677082+0000 mon.a (mon.0) 2776 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:03.774 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:03 smithi067 bash[79370]: audit 2023-12-09T02:13:02.679686+0000 mon.a (mon.0) 2777 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:03.774 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:03 smithi067 bash[79370]: audit 2023-12-09T02:13:02.682608+0000 mon.a (mon.0) 2778 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:03.774 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:03 smithi067 bash[79370]: audit 2023-12-09T02:13:02.683718+0000 mon.a (mon.0) 2779 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:03.774 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:03 smithi067 bash[79370]: audit 2023-12-09T02:13:02.690920+0000 mon.a (mon.0) 2780 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:03.774 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:03 smithi067 bash[79370]: cephadm 2023-12-09T02:13:02.691614+0000 mgr.y (mgr.25480) 690 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:03.774 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:03 smithi067 bash[79370]: audit 2023-12-09T02:13:02.777062+0000 mon.a (mon.0) 2781 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:03.774 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:03 smithi067 bash[79370]: audit 2023-12-09T02:13:02.779622+0000 mon.a (mon.0) 2782 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:03.774 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:03 smithi067 bash[79370]: audit 2023-12-09T02:13:02.782481+0000 mon.a (mon.0) 2783 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:03.775 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:03 smithi067 bash[82083]: cephadm 2023-12-09T02:13:01.729328+0000 mgr.y (mgr.25480) 679 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:03.775 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:03 smithi067 bash[82083]: cephadm 2023-12-09T02:13:01.824318+0000 mgr.y (mgr.25480) 680 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:03.775 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:03 smithi067 bash[82083]: cephadm 2023-12-09T02:13:01.922109+0000 mgr.y (mgr.25480) 681 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:03.775 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:03 smithi067 bash[82083]: cephadm 2023-12-09T02:13:02.018262+0000 mgr.y (mgr.25480) 682 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:03.775 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:03 smithi067 bash[82083]: cephadm 2023-12-09T02:13:02.115104+0000 mgr.y (mgr.25480) 683 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:03.775 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:03 smithi067 bash[82083]: cephadm 2023-12-09T02:13:02.217676+0000 mgr.y (mgr.25480) 684 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:03.775 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:03 smithi067 bash[82083]: cephadm 2023-12-09T02:13:02.313012+0000 mgr.y (mgr.25480) 685 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:03.775 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:03 smithi067 bash[82083]: cephadm 2023-12-09T02:13:02.401843+0000 mgr.y (mgr.25480) 686 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:03.775 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:03 smithi067 bash[82083]: cluster 2023-12-09T02:13:02.405126+0000 mgr.y (mgr.25480) 687 : cluster 0 pgmap v120: 161 pgs: 2 active+clean+remapped, 7 peering, 12 active+undersized+degraded, 33 active+undersized, 107 active+clean; 585 KiB data, 142 MiB used, 715 GiB / 715 GiB avail; 54/726 objects degraded (7.438%); 3/726 objects misplaced (0.413%) 2023-12-09T02:13:03.775 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:03 smithi067 bash[82083]: cephadm 2023-12-09T02:13:02.496980+0000 mgr.y (mgr.25480) 688 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:03.776 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:03 smithi067 bash[82083]: cephadm 2023-12-09T02:13:02.594063+0000 mgr.y (mgr.25480) 689 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:03.776 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:03 smithi067 bash[82083]: audit 2023-12-09T02:13:02.677082+0000 mon.a (mon.0) 2776 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:03.776 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:03 smithi067 bash[82083]: audit 2023-12-09T02:13:02.679686+0000 mon.a (mon.0) 2777 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:03.776 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:03 smithi067 bash[82083]: audit 2023-12-09T02:13:02.682608+0000 mon.a (mon.0) 2778 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:03.776 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:03 smithi067 bash[82083]: audit 2023-12-09T02:13:02.683718+0000 mon.a (mon.0) 2779 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:03.776 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:03 smithi067 bash[82083]: audit 2023-12-09T02:13:02.690920+0000 mon.a (mon.0) 2780 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:03.776 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:03 smithi067 bash[82083]: cephadm 2023-12-09T02:13:02.691614+0000 mgr.y (mgr.25480) 690 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:03.776 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:03 smithi067 bash[82083]: audit 2023-12-09T02:13:02.777062+0000 mon.a (mon.0) 2781 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:03.776 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:03 smithi067 bash[82083]: audit 2023-12-09T02:13:02.779622+0000 mon.a (mon.0) 2782 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:03.776 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:03 smithi067 bash[82083]: audit 2023-12-09T02:13:02.782481+0000 mon.a (mon.0) 2783 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:03.776 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:03 smithi067 bash[79370]: audit 2023-12-09T02:13:02.783539+0000 mon.a (mon.0) 2784 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:03.776 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:03 smithi067 bash[79370]: audit 2023-12-09T02:13:02.791871+0000 mon.a (mon.0) 2785 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:03.777 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:03 smithi067 bash[79370]: audit 2023-12-09T02:13:02.871885+0000 mon.a (mon.0) 2786 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:03.777 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:03 smithi067 bash[79370]: audit 2023-12-09T02:13:02.874089+0000 mon.a (mon.0) 2787 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:03.777 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:03 smithi067 bash[79370]: audit 2023-12-09T02:13:02.876395+0000 mon.a (mon.0) 2788 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:03.777 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:03 smithi067 bash[79370]: audit 2023-12-09T02:13:02.877352+0000 mon.a (mon.0) 2789 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:03.777 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:03 smithi067 bash[79370]: audit 2023-12-09T02:13:02.885033+0000 mon.a (mon.0) 2790 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:03.777 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:03 smithi067 bash[79370]: audit 2023-12-09T02:13:02.964566+0000 mon.a (mon.0) 2791 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:03.777 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:03 smithi067 bash[79370]: audit 2023-12-09T02:13:02.968142+0000 mon.a (mon.0) 2792 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:03.777 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:03 smithi067 bash[79370]: audit 2023-12-09T02:13:02.971549+0000 mon.a (mon.0) 2793 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:03.777 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:03 smithi067 bash[79370]: audit 2023-12-09T02:13:02.972763+0000 mon.a (mon.0) 2794 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:03.777 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:03 smithi067 bash[79370]: audit 2023-12-09T02:13:02.982082+0000 mon.a (mon.0) 2795 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:03.777 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:03 smithi067 bash[79370]: audit 2023-12-09T02:13:03.060058+0000 mon.a (mon.0) 2796 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:03.777 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:03 smithi067 bash[79370]: audit 2023-12-09T02:13:03.063836+0000 mon.a (mon.0) 2797 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:03.777 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:03 smithi067 bash[79370]: audit 2023-12-09T02:13:03.539832+0000 mon.a (mon.0) 2798 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:03.777 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:03 smithi067 bash[79370]: audit 2023-12-09T02:13:03.548075+0000 mon.a (mon.0) 2799 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:03.777 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:03 smithi067 bash[79370]: audit 2023-12-09T02:13:03.549713+0000 mon.a (mon.0) 2800 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:03.778 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:03 smithi067 bash[79370]: audit 2023-12-09T02:13:03.550536+0000 mon.a (mon.0) 2801 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:03.778 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:03 smithi067 bash[79370]: audit 2023-12-09T02:13:03.557669+0000 mon.a (mon.0) 2802 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:03.778 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:03 smithi067 bash[82083]: audit 2023-12-09T02:13:02.783539+0000 mon.a (mon.0) 2784 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:03.778 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:03 smithi067 bash[82083]: audit 2023-12-09T02:13:02.791871+0000 mon.a (mon.0) 2785 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:03.778 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:03 smithi067 bash[82083]: audit 2023-12-09T02:13:02.871885+0000 mon.a (mon.0) 2786 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:03.778 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:03 smithi067 bash[82083]: audit 2023-12-09T02:13:02.874089+0000 mon.a (mon.0) 2787 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:03.778 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:03 smithi067 bash[82083]: audit 2023-12-09T02:13:02.876395+0000 mon.a (mon.0) 2788 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:03.778 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:03 smithi067 bash[82083]: audit 2023-12-09T02:13:02.877352+0000 mon.a (mon.0) 2789 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:03.778 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:03 smithi067 bash[82083]: audit 2023-12-09T02:13:02.885033+0000 mon.a (mon.0) 2790 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:03.778 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:03 smithi067 bash[82083]: audit 2023-12-09T02:13:02.964566+0000 mon.a (mon.0) 2791 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:03.778 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:03 smithi067 bash[82083]: audit 2023-12-09T02:13:02.968142+0000 mon.a (mon.0) 2792 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:03.779 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:03 smithi067 bash[82083]: audit 2023-12-09T02:13:02.971549+0000 mon.a (mon.0) 2793 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:03.779 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:03 smithi067 bash[82083]: audit 2023-12-09T02:13:02.972763+0000 mon.a (mon.0) 2794 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:03.779 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:03 smithi067 bash[82083]: audit 2023-12-09T02:13:02.982082+0000 mon.a (mon.0) 2795 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:03.779 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:03 smithi067 bash[82083]: audit 2023-12-09T02:13:03.060058+0000 mon.a (mon.0) 2796 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:03.779 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:03 smithi067 bash[82083]: audit 2023-12-09T02:13:03.063836+0000 mon.a (mon.0) 2797 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:03.779 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:03 smithi067 bash[82083]: audit 2023-12-09T02:13:03.539832+0000 mon.a (mon.0) 2798 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:03.779 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:03 smithi067 bash[82083]: audit 2023-12-09T02:13:03.548075+0000 mon.a (mon.0) 2799 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:03.779 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:03 smithi067 bash[82083]: audit 2023-12-09T02:13:03.549713+0000 mon.a (mon.0) 2800 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:03.779 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:03 smithi067 bash[82083]: audit 2023-12-09T02:13:03.550536+0000 mon.a (mon.0) 2801 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:03.779 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:03 smithi067 bash[82083]: audit 2023-12-09T02:13:03.557669+0000 mon.a (mon.0) 2802 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:03.780 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:13:03 smithi067 bash[75618]: ::ffff:172.21.15.125 - - [09/Dec/2023:02:13:03] "GET /metrics HTTP/1.1" 200 38405 "" "Prometheus/2.33.4" 2023-12-09T02:13:03.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:03 smithi125 bash[66801]: cephadm 2023-12-09T02:13:01.729328+0000 mgr.y (mgr.25480) 679 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:03.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:03 smithi125 bash[66801]: cephadm 2023-12-09T02:13:01.824318+0000 mgr.y (mgr.25480) 680 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:03.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:03 smithi125 bash[66801]: cephadm 2023-12-09T02:13:01.922109+0000 mgr.y (mgr.25480) 681 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:03.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:03 smithi125 bash[66801]: cephadm 2023-12-09T02:13:02.018262+0000 mgr.y (mgr.25480) 682 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:03.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:03 smithi125 bash[66801]: cephadm 2023-12-09T02:13:02.115104+0000 mgr.y (mgr.25480) 683 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:03.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:03 smithi125 bash[66801]: cephadm 2023-12-09T02:13:02.217676+0000 mgr.y (mgr.25480) 684 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:03.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:03 smithi125 bash[66801]: cephadm 2023-12-09T02:13:02.313012+0000 mgr.y (mgr.25480) 685 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:03.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:03 smithi125 bash[66801]: cephadm 2023-12-09T02:13:02.401843+0000 mgr.y (mgr.25480) 686 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:03.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:03 smithi125 bash[66801]: cluster 2023-12-09T02:13:02.405126+0000 mgr.y (mgr.25480) 687 : cluster 0 pgmap v120: 161 pgs: 2 active+clean+remapped, 7 peering, 12 active+undersized+degraded, 33 active+undersized, 107 active+clean; 585 KiB data, 142 MiB used, 715 GiB / 715 GiB avail; 54/726 objects degraded (7.438%); 3/726 objects misplaced (0.413%) 2023-12-09T02:13:03.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:03 smithi125 bash[66801]: cephadm 2023-12-09T02:13:02.496980+0000 mgr.y (mgr.25480) 688 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:03.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:03 smithi125 bash[66801]: cephadm 2023-12-09T02:13:02.594063+0000 mgr.y (mgr.25480) 689 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:03.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:03 smithi125 bash[66801]: audit 2023-12-09T02:13:02.677082+0000 mon.a (mon.0) 2776 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:03.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:03 smithi125 bash[66801]: audit 2023-12-09T02:13:02.679686+0000 mon.a (mon.0) 2777 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:03.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:03 smithi125 bash[66801]: audit 2023-12-09T02:13:02.682608+0000 mon.a (mon.0) 2778 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:03.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:03 smithi125 bash[66801]: audit 2023-12-09T02:13:02.683718+0000 mon.a (mon.0) 2779 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:03.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:03 smithi125 bash[66801]: audit 2023-12-09T02:13:02.690920+0000 mon.a (mon.0) 2780 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:03.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:03 smithi125 bash[66801]: cephadm 2023-12-09T02:13:02.691614+0000 mgr.y (mgr.25480) 690 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:03.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:03 smithi125 bash[66801]: audit 2023-12-09T02:13:02.777062+0000 mon.a (mon.0) 2781 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:03.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:03 smithi125 bash[66801]: audit 2023-12-09T02:13:02.779622+0000 mon.a (mon.0) 2782 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:03.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:03 smithi125 bash[66801]: audit 2023-12-09T02:13:02.782481+0000 mon.a (mon.0) 2783 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:03.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:03 smithi125 bash[66801]: audit 2023-12-09T02:13:02.783539+0000 mon.a (mon.0) 2784 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:03.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:03 smithi125 bash[66801]: audit 2023-12-09T02:13:02.791871+0000 mon.a (mon.0) 2785 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:03.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:03 smithi125 bash[66801]: audit 2023-12-09T02:13:02.871885+0000 mon.a (mon.0) 2786 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:03.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:03 smithi125 bash[66801]: audit 2023-12-09T02:13:02.874089+0000 mon.a (mon.0) 2787 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:03.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:03 smithi125 bash[66801]: audit 2023-12-09T02:13:02.876395+0000 mon.a (mon.0) 2788 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:03.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:03 smithi125 bash[66801]: audit 2023-12-09T02:13:02.877352+0000 mon.a (mon.0) 2789 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:03.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:03 smithi125 bash[66801]: audit 2023-12-09T02:13:02.885033+0000 mon.a (mon.0) 2790 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:03.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:03 smithi125 bash[66801]: audit 2023-12-09T02:13:02.964566+0000 mon.a (mon.0) 2791 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:03.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:03 smithi125 bash[66801]: audit 2023-12-09T02:13:02.968142+0000 mon.a (mon.0) 2792 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:03.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:03 smithi125 bash[66801]: audit 2023-12-09T02:13:02.971549+0000 mon.a (mon.0) 2793 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:03.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:03 smithi125 bash[66801]: audit 2023-12-09T02:13:02.972763+0000 mon.a (mon.0) 2794 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:03.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:03 smithi125 bash[66801]: audit 2023-12-09T02:13:02.982082+0000 mon.a (mon.0) 2795 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:03.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:03 smithi125 bash[66801]: audit 2023-12-09T02:13:03.060058+0000 mon.a (mon.0) 2796 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:03.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:03 smithi125 bash[66801]: audit 2023-12-09T02:13:03.063836+0000 mon.a (mon.0) 2797 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:03.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:03 smithi125 bash[66801]: audit 2023-12-09T02:13:03.539832+0000 mon.a (mon.0) 2798 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:03.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:03 smithi125 bash[66801]: audit 2023-12-09T02:13:03.548075+0000 mon.a (mon.0) 2799 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:03.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:03 smithi125 bash[66801]: audit 2023-12-09T02:13:03.549713+0000 mon.a (mon.0) 2800 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:03.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:03 smithi125 bash[66801]: audit 2023-12-09T02:13:03.550536+0000 mon.a (mon.0) 2801 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:03.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:03 smithi125 bash[66801]: audit 2023-12-09T02:13:03.557669+0000 mon.a (mon.0) 2802 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:04.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:04 smithi067 bash[79370]: cephadm 2023-12-09T02:13:02.792699+0000 mgr.y (mgr.25480) 691 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:04.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:04 smithi067 bash[79370]: cephadm 2023-12-09T02:13:02.885813+0000 mgr.y (mgr.25480) 692 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:04.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:04 smithi067 bash[79370]: cephadm 2023-12-09T02:13:02.982663+0000 mgr.y (mgr.25480) 693 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:04.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:04 smithi067 bash[79370]: cephadm 2023-12-09T02:13:03.558240+0000 mgr.y (mgr.25480) 694 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:04.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:04 smithi067 bash[79370]: audit 2023-12-09T02:13:03.639703+0000 mon.a (mon.0) 2803 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:04.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:04 smithi067 bash[79370]: audit 2023-12-09T02:13:03.641884+0000 mon.a (mon.0) 2804 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:04.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:04 smithi067 bash[79370]: audit 2023-12-09T02:13:03.644161+0000 mon.a (mon.0) 2805 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:04.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:04 smithi067 bash[79370]: audit 2023-12-09T02:13:03.645053+0000 mon.a (mon.0) 2806 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:04.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:04 smithi067 bash[79370]: audit 2023-12-09T02:13:03.651541+0000 mon.a (mon.0) 2807 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:04.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:04 smithi067 bash[79370]: cephadm 2023-12-09T02:13:03.652061+0000 mgr.y (mgr.25480) 695 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:04.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:04 smithi067 bash[79370]: audit 2023-12-09T02:13:03.734616+0000 mon.a (mon.0) 2808 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:04.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:04 smithi067 bash[79370]: audit 2023-12-09T02:13:03.737486+0000 mon.a (mon.0) 2809 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:04.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:04 smithi067 bash[79370]: audit 2023-12-09T02:13:03.744656+0000 mon.a (mon.0) 2810 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:04.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:04 smithi067 bash[79370]: audit 2023-12-09T02:13:03.745690+0000 mon.a (mon.0) 2811 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:04.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:04 smithi067 bash[79370]: audit 2023-12-09T02:13:03.753717+0000 mon.a (mon.0) 2812 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:04.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:04 smithi067 bash[79370]: audit 2023-12-09T02:13:03.834531+0000 mon.a (mon.0) 2813 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:04.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:04 smithi067 bash[79370]: audit 2023-12-09T02:13:03.837393+0000 mon.a (mon.0) 2814 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:04.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:04 smithi067 bash[79370]: audit 2023-12-09T02:13:03.840677+0000 mon.a (mon.0) 2815 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:04.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:04 smithi067 bash[79370]: audit 2023-12-09T02:13:03.841800+0000 mon.a (mon.0) 2816 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:04.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:04 smithi067 bash[79370]: audit 2023-12-09T02:13:03.851950+0000 mon.a (mon.0) 2817 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:04.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:04 smithi067 bash[82083]: cephadm 2023-12-09T02:13:02.792699+0000 mgr.y (mgr.25480) 691 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:04.972 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:04 smithi067 bash[82083]: cephadm 2023-12-09T02:13:02.885813+0000 mgr.y (mgr.25480) 692 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:04.972 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:04 smithi067 bash[82083]: cephadm 2023-12-09T02:13:02.982663+0000 mgr.y (mgr.25480) 693 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:04.972 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:04 smithi067 bash[82083]: cephadm 2023-12-09T02:13:03.558240+0000 mgr.y (mgr.25480) 694 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:04.972 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:04 smithi067 bash[82083]: audit 2023-12-09T02:13:03.639703+0000 mon.a (mon.0) 2803 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:04.972 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:04 smithi067 bash[82083]: audit 2023-12-09T02:13:03.641884+0000 mon.a (mon.0) 2804 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:04.972 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:04 smithi067 bash[82083]: audit 2023-12-09T02:13:03.644161+0000 mon.a (mon.0) 2805 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:04.972 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:04 smithi067 bash[82083]: audit 2023-12-09T02:13:03.645053+0000 mon.a (mon.0) 2806 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:04.972 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:04 smithi067 bash[82083]: audit 2023-12-09T02:13:03.651541+0000 mon.a (mon.0) 2807 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:04.972 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:04 smithi067 bash[82083]: cephadm 2023-12-09T02:13:03.652061+0000 mgr.y (mgr.25480) 695 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:04.972 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:04 smithi067 bash[82083]: audit 2023-12-09T02:13:03.734616+0000 mon.a (mon.0) 2808 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:04.972 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:04 smithi067 bash[82083]: audit 2023-12-09T02:13:03.737486+0000 mon.a (mon.0) 2809 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:04.972 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:04 smithi067 bash[82083]: audit 2023-12-09T02:13:03.744656+0000 mon.a (mon.0) 2810 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:04.972 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:04 smithi067 bash[82083]: audit 2023-12-09T02:13:03.745690+0000 mon.a (mon.0) 2811 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:04.972 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:04 smithi067 bash[82083]: audit 2023-12-09T02:13:03.753717+0000 mon.a (mon.0) 2812 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:04.973 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:04 smithi067 bash[82083]: audit 2023-12-09T02:13:03.834531+0000 mon.a (mon.0) 2813 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:04.973 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:04 smithi067 bash[82083]: audit 2023-12-09T02:13:03.837393+0000 mon.a (mon.0) 2814 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:04.973 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:04 smithi067 bash[82083]: audit 2023-12-09T02:13:03.840677+0000 mon.a (mon.0) 2815 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:04.973 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:04 smithi067 bash[82083]: audit 2023-12-09T02:13:03.841800+0000 mon.a (mon.0) 2816 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:04.973 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:04 smithi067 bash[82083]: audit 2023-12-09T02:13:03.851950+0000 mon.a (mon.0) 2817 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:04.973 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:04 smithi067 bash[79370]: audit 2023-12-09T02:13:03.932979+0000 mon.a (mon.0) 2818 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:04.973 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:04 smithi067 bash[79370]: audit 2023-12-09T02:13:03.937439+0000 mon.a (mon.0) 2819 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:04.973 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:04 smithi067 bash[79370]: audit 2023-12-09T02:13:03.941132+0000 mon.a (mon.0) 2820 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:04.973 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:04 smithi067 bash[79370]: audit 2023-12-09T02:13:03.942547+0000 mon.a (mon.0) 2821 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:04.973 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:04 smithi067 bash[79370]: audit 2023-12-09T02:13:03.950520+0000 mon.a (mon.0) 2822 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:04.974 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:04 smithi067 bash[79370]: audit 2023-12-09T02:13:04.030632+0000 mon.a (mon.0) 2823 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:04.974 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:04 smithi067 bash[79370]: audit 2023-12-09T02:13:04.033915+0000 mon.a (mon.0) 2824 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:04.974 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:04 smithi067 bash[79370]: audit 2023-12-09T02:13:04.036506+0000 mon.a (mon.0) 2825 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:04.974 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:04 smithi067 bash[79370]: audit 2023-12-09T02:13:04.037728+0000 mon.a (mon.0) 2826 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:04.974 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:04 smithi067 bash[79370]: audit 2023-12-09T02:13:04.046994+0000 mon.a (mon.0) 2827 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:04.974 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:04 smithi067 bash[79370]: audit 2023-12-09T02:13:04.126325+0000 mon.a (mon.0) 2828 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:04.974 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:04 smithi067 bash[79370]: audit 2023-12-09T02:13:04.130446+0000 mon.a (mon.0) 2829 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:04.974 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:04 smithi067 bash[79370]: audit 2023-12-09T02:13:04.134507+0000 mon.a (mon.0) 2830 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:04.974 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:04 smithi067 bash[79370]: audit 2023-12-09T02:13:04.135934+0000 mon.a (mon.0) 2831 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:04.974 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:04 smithi067 bash[79370]: audit 2023-12-09T02:13:04.145672+0000 mon.a (mon.0) 2832 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:04.974 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:04 smithi067 bash[79370]: audit 2023-12-09T02:13:04.226501+0000 mon.a (mon.0) 2833 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:04.974 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:04 smithi067 bash[79370]: audit 2023-12-09T02:13:04.230842+0000 mon.a (mon.0) 2834 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:04.974 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:04 smithi067 bash[79370]: audit 2023-12-09T02:13:04.234973+0000 mon.a (mon.0) 2835 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:04.974 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:04 smithi067 bash[79370]: audit 2023-12-09T02:13:04.236310+0000 mon.a (mon.0) 2836 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:04.975 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:04 smithi067 bash[79370]: audit 2023-12-09T02:13:04.245283+0000 mon.a (mon.0) 2837 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:04.975 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:04 smithi067 bash[79370]: audit 2023-12-09T02:13:04.328930+0000 mon.a (mon.0) 2838 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:04.975 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:04 smithi067 bash[79370]: audit 2023-12-09T02:13:04.331031+0000 mon.a (mon.0) 2839 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:04.975 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:04 smithi067 bash[79370]: audit 2023-12-09T02:13:04.333564+0000 mon.a (mon.0) 2840 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:04.975 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:04 smithi067 bash[79370]: audit 2023-12-09T02:13:04.334624+0000 mon.a (mon.0) 2841 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:04.975 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:04 smithi067 bash[79370]: audit 2023-12-09T02:13:04.342550+0000 mon.a (mon.0) 2842 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:04.975 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:04 smithi067 bash[79370]: audit 2023-12-09T02:13:04.423083+0000 mon.a (mon.0) 2843 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:04.975 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:04 smithi067 bash[79370]: audit 2023-12-09T02:13:04.425323+0000 mon.a (mon.0) 2844 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:04.975 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:04 smithi067 bash[79370]: audit 2023-12-09T02:13:04.428088+0000 mon.a (mon.0) 2845 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:04.975 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:04 smithi067 bash[79370]: audit 2023-12-09T02:13:04.429024+0000 mon.a (mon.0) 2846 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:04.975 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:04 smithi067 bash[79370]: audit 2023-12-09T02:13:04.436632+0000 mon.a (mon.0) 2847 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:04.976 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:04 smithi067 bash[79370]: audit 2023-12-09T02:13:04.514525+0000 mon.a (mon.0) 2848 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:04.976 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:04 smithi067 bash[79370]: audit 2023-12-09T02:13:04.517554+0000 mon.a (mon.0) 2849 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:04.976 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:04 smithi067 bash[79370]: audit 2023-12-09T02:13:04.520977+0000 mon.a (mon.0) 2850 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:04.976 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:04 smithi067 bash[79370]: audit 2023-12-09T02:13:04.521852+0000 mon.a (mon.0) 2851 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:04.976 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:04 smithi067 bash[79370]: audit 2023-12-09T02:13:04.529720+0000 mon.a (mon.0) 2852 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:04.976 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:04 smithi067 bash[79370]: audit 2023-12-09T02:13:04.612452+0000 mon.a (mon.0) 2853 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:04.976 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:04 smithi067 bash[79370]: audit 2023-12-09T02:13:04.615072+0000 mon.a (mon.0) 2854 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:04.976 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:04 smithi067 bash[79370]: audit 2023-12-09T02:13:04.618590+0000 mon.a (mon.0) 2855 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:04.976 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:04 smithi067 bash[79370]: audit 2023-12-09T02:13:04.619539+0000 mon.a (mon.0) 2856 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:04.976 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:04 smithi067 bash[82083]: audit 2023-12-09T02:13:03.932979+0000 mon.a (mon.0) 2818 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:04.976 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:04 smithi067 bash[82083]: audit 2023-12-09T02:13:03.937439+0000 mon.a (mon.0) 2819 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:04.977 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:04 smithi067 bash[82083]: audit 2023-12-09T02:13:03.941132+0000 mon.a (mon.0) 2820 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:04.977 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:04 smithi067 bash[82083]: audit 2023-12-09T02:13:03.942547+0000 mon.a (mon.0) 2821 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:04.977 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:04 smithi067 bash[82083]: audit 2023-12-09T02:13:03.950520+0000 mon.a (mon.0) 2822 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:04.977 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:04 smithi067 bash[82083]: audit 2023-12-09T02:13:04.030632+0000 mon.a (mon.0) 2823 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:04.977 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:04 smithi067 bash[82083]: audit 2023-12-09T02:13:04.033915+0000 mon.a (mon.0) 2824 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:04.977 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:04 smithi067 bash[82083]: audit 2023-12-09T02:13:04.036506+0000 mon.a (mon.0) 2825 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:04.977 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:04 smithi067 bash[82083]: audit 2023-12-09T02:13:04.037728+0000 mon.a (mon.0) 2826 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:04.977 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:04 smithi067 bash[82083]: audit 2023-12-09T02:13:04.046994+0000 mon.a (mon.0) 2827 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:04.977 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:04 smithi067 bash[82083]: audit 2023-12-09T02:13:04.126325+0000 mon.a (mon.0) 2828 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:04.978 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:04 smithi067 bash[82083]: audit 2023-12-09T02:13:04.130446+0000 mon.a (mon.0) 2829 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:04.978 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:04 smithi067 bash[82083]: audit 2023-12-09T02:13:04.134507+0000 mon.a (mon.0) 2830 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:04.978 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:04 smithi067 bash[82083]: audit 2023-12-09T02:13:04.135934+0000 mon.a (mon.0) 2831 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:04.978 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:04 smithi067 bash[82083]: audit 2023-12-09T02:13:04.145672+0000 mon.a (mon.0) 2832 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:04.978 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:04 smithi067 bash[82083]: audit 2023-12-09T02:13:04.226501+0000 mon.a (mon.0) 2833 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:04.978 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:04 smithi067 bash[82083]: audit 2023-12-09T02:13:04.230842+0000 mon.a (mon.0) 2834 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:04.978 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:04 smithi067 bash[82083]: audit 2023-12-09T02:13:04.234973+0000 mon.a (mon.0) 2835 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:04.978 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:04 smithi067 bash[82083]: audit 2023-12-09T02:13:04.236310+0000 mon.a (mon.0) 2836 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:04.978 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:04 smithi067 bash[82083]: audit 2023-12-09T02:13:04.245283+0000 mon.a (mon.0) 2837 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:04.978 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:04 smithi067 bash[82083]: audit 2023-12-09T02:13:04.328930+0000 mon.a (mon.0) 2838 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:04.978 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:04 smithi067 bash[82083]: audit 2023-12-09T02:13:04.331031+0000 mon.a (mon.0) 2839 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:04.978 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:04 smithi067 bash[82083]: audit 2023-12-09T02:13:04.333564+0000 mon.a (mon.0) 2840 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:04.978 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:04 smithi067 bash[82083]: audit 2023-12-09T02:13:04.334624+0000 mon.a (mon.0) 2841 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:04.978 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:04 smithi067 bash[82083]: audit 2023-12-09T02:13:04.342550+0000 mon.a (mon.0) 2842 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:04.979 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:04 smithi067 bash[82083]: audit 2023-12-09T02:13:04.423083+0000 mon.a (mon.0) 2843 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:04.979 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:04 smithi067 bash[82083]: audit 2023-12-09T02:13:04.425323+0000 mon.a (mon.0) 2844 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:04.979 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:04 smithi067 bash[82083]: audit 2023-12-09T02:13:04.428088+0000 mon.a (mon.0) 2845 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:04.979 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:04 smithi067 bash[82083]: audit 2023-12-09T02:13:04.429024+0000 mon.a (mon.0) 2846 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:04.979 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:04 smithi067 bash[82083]: audit 2023-12-09T02:13:04.436632+0000 mon.a (mon.0) 2847 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:04.979 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:04 smithi067 bash[82083]: audit 2023-12-09T02:13:04.514525+0000 mon.a (mon.0) 2848 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:04.979 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:04 smithi067 bash[82083]: audit 2023-12-09T02:13:04.517554+0000 mon.a (mon.0) 2849 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:04.979 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:04 smithi067 bash[82083]: audit 2023-12-09T02:13:04.520977+0000 mon.a (mon.0) 2850 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:04.979 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:04 smithi067 bash[82083]: audit 2023-12-09T02:13:04.521852+0000 mon.a (mon.0) 2851 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:04.979 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:04 smithi067 bash[82083]: audit 2023-12-09T02:13:04.529720+0000 mon.a (mon.0) 2852 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:04.979 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:04 smithi067 bash[82083]: audit 2023-12-09T02:13:04.612452+0000 mon.a (mon.0) 2853 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:04.979 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:04 smithi067 bash[82083]: audit 2023-12-09T02:13:04.615072+0000 mon.a (mon.0) 2854 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:04.979 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:04 smithi067 bash[82083]: audit 2023-12-09T02:13:04.618590+0000 mon.a (mon.0) 2855 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:04.979 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:04 smithi067 bash[82083]: audit 2023-12-09T02:13:04.619539+0000 mon.a (mon.0) 2856 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:04.980 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:04 smithi125 bash[66801]: cephadm 2023-12-09T02:13:02.792699+0000 mgr.y (mgr.25480) 691 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:04.980 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:04 smithi125 bash[66801]: cephadm 2023-12-09T02:13:02.885813+0000 mgr.y (mgr.25480) 692 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:04.980 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:04 smithi125 bash[66801]: cephadm 2023-12-09T02:13:02.982663+0000 mgr.y (mgr.25480) 693 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:04.980 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:04 smithi125 bash[66801]: cephadm 2023-12-09T02:13:03.558240+0000 mgr.y (mgr.25480) 694 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:04.980 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:04 smithi125 bash[66801]: audit 2023-12-09T02:13:03.639703+0000 mon.a (mon.0) 2803 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:04.980 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:04 smithi125 bash[66801]: audit 2023-12-09T02:13:03.641884+0000 mon.a (mon.0) 2804 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:04.980 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:04 smithi125 bash[66801]: audit 2023-12-09T02:13:03.644161+0000 mon.a (mon.0) 2805 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:04.980 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:04 smithi125 bash[66801]: audit 2023-12-09T02:13:03.645053+0000 mon.a (mon.0) 2806 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:04.981 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:04 smithi125 bash[66801]: audit 2023-12-09T02:13:03.651541+0000 mon.a (mon.0) 2807 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:04.981 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:04 smithi125 bash[66801]: cephadm 2023-12-09T02:13:03.652061+0000 mgr.y (mgr.25480) 695 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:04.981 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:04 smithi125 bash[66801]: audit 2023-12-09T02:13:03.734616+0000 mon.a (mon.0) 2808 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:04.981 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:04 smithi125 bash[66801]: audit 2023-12-09T02:13:03.737486+0000 mon.a (mon.0) 2809 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:04.981 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:04 smithi125 bash[66801]: audit 2023-12-09T02:13:03.744656+0000 mon.a (mon.0) 2810 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:04.981 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:04 smithi125 bash[66801]: audit 2023-12-09T02:13:03.745690+0000 mon.a (mon.0) 2811 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:04.981 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:04 smithi125 bash[66801]: audit 2023-12-09T02:13:03.753717+0000 mon.a (mon.0) 2812 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:04.981 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:04 smithi125 bash[66801]: audit 2023-12-09T02:13:03.834531+0000 mon.a (mon.0) 2813 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:04.981 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:04 smithi125 bash[66801]: audit 2023-12-09T02:13:03.837393+0000 mon.a (mon.0) 2814 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:04.981 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:04 smithi125 bash[66801]: audit 2023-12-09T02:13:03.840677+0000 mon.a (mon.0) 2815 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:04.981 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:04 smithi125 bash[66801]: audit 2023-12-09T02:13:03.841800+0000 mon.a (mon.0) 2816 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:04.981 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:04 smithi125 bash[66801]: audit 2023-12-09T02:13:03.851950+0000 mon.a (mon.0) 2817 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:04.981 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:04 smithi125 bash[66801]: audit 2023-12-09T02:13:03.932979+0000 mon.a (mon.0) 2818 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:04.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:04 smithi125 bash[66801]: audit 2023-12-09T02:13:03.937439+0000 mon.a (mon.0) 2819 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:04.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:04 smithi125 bash[66801]: audit 2023-12-09T02:13:03.941132+0000 mon.a (mon.0) 2820 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:04.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:04 smithi125 bash[66801]: audit 2023-12-09T02:13:03.942547+0000 mon.a (mon.0) 2821 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:04.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:04 smithi125 bash[66801]: audit 2023-12-09T02:13:03.950520+0000 mon.a (mon.0) 2822 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:04.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:04 smithi125 bash[66801]: audit 2023-12-09T02:13:04.030632+0000 mon.a (mon.0) 2823 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:04.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:04 smithi125 bash[66801]: audit 2023-12-09T02:13:04.033915+0000 mon.a (mon.0) 2824 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:04.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:04 smithi125 bash[66801]: audit 2023-12-09T02:13:04.036506+0000 mon.a (mon.0) 2825 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:04.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:04 smithi125 bash[66801]: audit 2023-12-09T02:13:04.037728+0000 mon.a (mon.0) 2826 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:04.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:04 smithi125 bash[66801]: audit 2023-12-09T02:13:04.046994+0000 mon.a (mon.0) 2827 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:04.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:04 smithi125 bash[66801]: audit 2023-12-09T02:13:04.126325+0000 mon.a (mon.0) 2828 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:04.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:04 smithi125 bash[66801]: audit 2023-12-09T02:13:04.130446+0000 mon.a (mon.0) 2829 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:04.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:04 smithi125 bash[66801]: audit 2023-12-09T02:13:04.134507+0000 mon.a (mon.0) 2830 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:04.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:04 smithi125 bash[66801]: audit 2023-12-09T02:13:04.135934+0000 mon.a (mon.0) 2831 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:04.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:04 smithi125 bash[66801]: audit 2023-12-09T02:13:04.145672+0000 mon.a (mon.0) 2832 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:04.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:04 smithi125 bash[66801]: audit 2023-12-09T02:13:04.226501+0000 mon.a (mon.0) 2833 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:04.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:04 smithi125 bash[66801]: audit 2023-12-09T02:13:04.230842+0000 mon.a (mon.0) 2834 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:04.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:04 smithi125 bash[66801]: audit 2023-12-09T02:13:04.234973+0000 mon.a (mon.0) 2835 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:04.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:04 smithi125 bash[66801]: audit 2023-12-09T02:13:04.236310+0000 mon.a (mon.0) 2836 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:04.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:04 smithi125 bash[66801]: audit 2023-12-09T02:13:04.245283+0000 mon.a (mon.0) 2837 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:04.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:04 smithi125 bash[66801]: audit 2023-12-09T02:13:04.328930+0000 mon.a (mon.0) 2838 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:04.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:04 smithi125 bash[66801]: audit 2023-12-09T02:13:04.331031+0000 mon.a (mon.0) 2839 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:04.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:04 smithi125 bash[66801]: audit 2023-12-09T02:13:04.333564+0000 mon.a (mon.0) 2840 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:04.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:04 smithi125 bash[66801]: audit 2023-12-09T02:13:04.334624+0000 mon.a (mon.0) 2841 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:04.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:04 smithi125 bash[66801]: audit 2023-12-09T02:13:04.342550+0000 mon.a (mon.0) 2842 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:04.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:04 smithi125 bash[66801]: audit 2023-12-09T02:13:04.423083+0000 mon.a (mon.0) 2843 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:04.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:04 smithi125 bash[66801]: audit 2023-12-09T02:13:04.425323+0000 mon.a (mon.0) 2844 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:04.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:04 smithi125 bash[66801]: audit 2023-12-09T02:13:04.428088+0000 mon.a (mon.0) 2845 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:04.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:04 smithi125 bash[66801]: audit 2023-12-09T02:13:04.429024+0000 mon.a (mon.0) 2846 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:04.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:04 smithi125 bash[66801]: audit 2023-12-09T02:13:04.436632+0000 mon.a (mon.0) 2847 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:04.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:04 smithi125 bash[66801]: audit 2023-12-09T02:13:04.514525+0000 mon.a (mon.0) 2848 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:04.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:04 smithi125 bash[66801]: audit 2023-12-09T02:13:04.517554+0000 mon.a (mon.0) 2849 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:04.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:04 smithi125 bash[66801]: audit 2023-12-09T02:13:04.520977+0000 mon.a (mon.0) 2850 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:04.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:04 smithi125 bash[66801]: audit 2023-12-09T02:13:04.521852+0000 mon.a (mon.0) 2851 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:04.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:04 smithi125 bash[66801]: audit 2023-12-09T02:13:04.529720+0000 mon.a (mon.0) 2852 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:04.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:04 smithi125 bash[66801]: audit 2023-12-09T02:13:04.612452+0000 mon.a (mon.0) 2853 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:04.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:04 smithi125 bash[66801]: audit 2023-12-09T02:13:04.615072+0000 mon.a (mon.0) 2854 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:04.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:04 smithi125 bash[66801]: audit 2023-12-09T02:13:04.618590+0000 mon.a (mon.0) 2855 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:04.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:04 smithi125 bash[66801]: audit 2023-12-09T02:13:04.619539+0000 mon.a (mon.0) 2856 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:05.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:05 smithi067 bash[79370]: cephadm 2023-12-09T02:13:03.754390+0000 mgr.y (mgr.25480) 696 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:05.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:05 smithi067 bash[79370]: cephadm 2023-12-09T02:13:03.852580+0000 mgr.y (mgr.25480) 697 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:05.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:05 smithi067 bash[79370]: cephadm 2023-12-09T02:13:03.951274+0000 mgr.y (mgr.25480) 698 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:05.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:05 smithi067 bash[79370]: cephadm 2023-12-09T02:13:04.047930+0000 mgr.y (mgr.25480) 699 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:05.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:05 smithi067 bash[79370]: cephadm 2023-12-09T02:13:04.146210+0000 mgr.y (mgr.25480) 700 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:05.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:05 smithi067 bash[79370]: cephadm 2023-12-09T02:13:04.246014+0000 mgr.y (mgr.25480) 701 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:05.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:05 smithi067 bash[79370]: cephadm 2023-12-09T02:13:04.343142+0000 mgr.y (mgr.25480) 702 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:05.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:05 smithi067 bash[79370]: cluster 2023-12-09T02:13:04.406620+0000 mgr.y (mgr.25480) 703 : cluster 0 pgmap v121: 161 pgs: 9 active+clean+remapped, 12 active+undersized+degraded, 33 active+undersized, 107 active+clean; 585 KiB data, 147 MiB used, 715 GiB / 715 GiB avail; 63 KiB/s rd, 0 B/s wr, 103 op/s; 54/726 objects degraded (7.438%); 34/726 objects misplaced (4.683%); 23 B/s, 1 objects/s recovering 2023-12-09T02:13:05.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:05 smithi067 bash[79370]: cephadm 2023-12-09T02:13:04.437085+0000 mgr.y (mgr.25480) 704 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:05.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:05 smithi067 bash[79370]: cephadm 2023-12-09T02:13:04.530296+0000 mgr.y (mgr.25480) 705 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:05.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:05 smithi067 bash[79370]: audit 2023-12-09T02:13:04.627271+0000 mon.a (mon.0) 2857 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:05.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:05 smithi067 bash[79370]: cephadm 2023-12-09T02:13:04.627927+0000 mgr.y (mgr.25480) 706 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:05.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:05 smithi067 bash[79370]: audit 2023-12-09T02:13:04.709284+0000 mon.a (mon.0) 2858 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:05.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:05 smithi067 bash[79370]: audit 2023-12-09T02:13:04.712530+0000 mon.a (mon.0) 2859 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:05.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:05 smithi067 bash[79370]: audit 2023-12-09T02:13:04.716121+0000 mon.a (mon.0) 2860 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:05.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:05 smithi067 bash[79370]: audit 2023-12-09T02:13:04.717578+0000 mon.a (mon.0) 2861 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:05.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:05 smithi067 bash[79370]: audit 2023-12-09T02:13:04.725968+0000 mon.a (mon.0) 2862 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:05.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:05 smithi067 bash[79370]: audit 2023-12-09T02:13:04.803285+0000 mon.a (mon.0) 2863 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:05.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:05 smithi067 bash[79370]: audit 2023-12-09T02:13:04.805229+0000 mon.a (mon.0) 2864 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:05.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:05 smithi067 bash[79370]: audit 2023-12-09T02:13:04.807372+0000 mon.a (mon.0) 2865 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:05.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:05 smithi067 bash[79370]: audit 2023-12-09T02:13:04.808048+0000 mon.a (mon.0) 2866 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:05.973 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:05 smithi067 bash[79370]: audit 2023-12-09T02:13:04.814371+0000 mon.a (mon.0) 2867 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:05.973 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:05 smithi067 bash[79370]: audit 2023-12-09T02:13:04.896276+0000 mon.a (mon.0) 2868 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:05.973 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:05 smithi067 bash[79370]: audit 2023-12-09T02:13:04.898926+0000 mon.a (mon.0) 2869 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:05.973 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:05 smithi067 bash[79370]: audit 2023-12-09T02:13:04.902394+0000 mon.a (mon.0) 2870 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:05.973 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:05 smithi067 bash[79370]: audit 2023-12-09T02:13:04.903354+0000 mon.a (mon.0) 2871 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:05.973 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:05 smithi067 bash[79370]: audit 2023-12-09T02:13:04.909315+0000 mon.a (mon.0) 2872 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:05.973 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:05 smithi067 bash[79370]: audit 2023-12-09T02:13:04.991672+0000 mon.a (mon.0) 2873 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:05.973 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:05 smithi067 bash[79370]: audit 2023-12-09T02:13:04.993825+0000 mon.a (mon.0) 2874 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:05.974 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:05 smithi067 bash[79370]: audit 2023-12-09T02:13:04.997892+0000 mon.a (mon.0) 2875 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:05.974 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:05 smithi067 bash[79370]: audit 2023-12-09T02:13:04.998905+0000 mon.a (mon.0) 2876 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:05.974 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:05 smithi067 bash[79370]: audit 2023-12-09T02:13:05.005103+0000 mon.a (mon.0) 2877 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:05.974 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:05 smithi067 bash[79370]: audit 2023-12-09T02:13:05.083254+0000 mon.a (mon.0) 2878 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:05.974 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:05 smithi067 bash[79370]: audit 2023-12-09T02:13:05.087671+0000 mon.a (mon.0) 2879 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:05.974 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:05 smithi067 bash[79370]: audit 2023-12-09T02:13:05.091802+0000 mon.a (mon.0) 2880 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:05.974 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:05 smithi067 bash[79370]: audit 2023-12-09T02:13:05.093103+0000 mon.a (mon.0) 2881 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:05.975 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:05 smithi067 bash[79370]: audit 2023-12-09T02:13:05.101231+0000 mon.a (mon.0) 2882 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:05.975 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:05 smithi067 bash[79370]: audit 2023-12-09T02:13:05.181199+0000 mon.a (mon.0) 2883 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:05.975 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:05 smithi067 bash[79370]: audit 2023-12-09T02:13:05.183888+0000 mon.a (mon.0) 2884 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:05.975 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:05 smithi067 bash[82083]: cephadm 2023-12-09T02:13:03.754390+0000 mgr.y (mgr.25480) 696 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:05.976 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:05 smithi067 bash[82083]: cephadm 2023-12-09T02:13:03.852580+0000 mgr.y (mgr.25480) 697 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:05.976 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:05 smithi067 bash[82083]: cephadm 2023-12-09T02:13:03.951274+0000 mgr.y (mgr.25480) 698 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:05.976 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:05 smithi067 bash[82083]: cephadm 2023-12-09T02:13:04.047930+0000 mgr.y (mgr.25480) 699 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:05.976 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:05 smithi067 bash[82083]: cephadm 2023-12-09T02:13:04.146210+0000 mgr.y (mgr.25480) 700 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:05.976 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:05 smithi067 bash[82083]: cephadm 2023-12-09T02:13:04.246014+0000 mgr.y (mgr.25480) 701 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:05.976 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:05 smithi067 bash[82083]: cephadm 2023-12-09T02:13:04.343142+0000 mgr.y (mgr.25480) 702 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:05.976 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:05 smithi067 bash[82083]: cluster 2023-12-09T02:13:04.406620+0000 mgr.y (mgr.25480) 703 : cluster 0 pgmap v121: 161 pgs: 9 active+clean+remapped, 12 active+undersized+degraded, 33 active+undersized, 107 active+clean; 585 KiB data, 147 MiB used, 715 GiB / 715 GiB avail; 63 KiB/s rd, 0 B/s wr, 103 op/s; 54/726 objects degraded (7.438%); 34/726 objects misplaced (4.683%); 23 B/s, 1 objects/s recovering 2023-12-09T02:13:05.977 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:05 smithi067 bash[82083]: cephadm 2023-12-09T02:13:04.437085+0000 mgr.y (mgr.25480) 704 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:05.977 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:05 smithi067 bash[82083]: cephadm 2023-12-09T02:13:04.530296+0000 mgr.y (mgr.25480) 705 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:05.977 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:05 smithi067 bash[82083]: audit 2023-12-09T02:13:04.627271+0000 mon.a (mon.0) 2857 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:05.977 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:05 smithi067 bash[82083]: cephadm 2023-12-09T02:13:04.627927+0000 mgr.y (mgr.25480) 706 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:05.977 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:05 smithi067 bash[82083]: audit 2023-12-09T02:13:04.709284+0000 mon.a (mon.0) 2858 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:05.977 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:05 smithi067 bash[82083]: audit 2023-12-09T02:13:04.712530+0000 mon.a (mon.0) 2859 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:05.977 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:05 smithi067 bash[82083]: audit 2023-12-09T02:13:04.716121+0000 mon.a (mon.0) 2860 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:05.977 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:05 smithi067 bash[82083]: audit 2023-12-09T02:13:04.717578+0000 mon.a (mon.0) 2861 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:05.977 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:05 smithi067 bash[82083]: audit 2023-12-09T02:13:04.725968+0000 mon.a (mon.0) 2862 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:05.977 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:05 smithi067 bash[82083]: audit 2023-12-09T02:13:04.803285+0000 mon.a (mon.0) 2863 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:05.977 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:05 smithi067 bash[82083]: audit 2023-12-09T02:13:04.805229+0000 mon.a (mon.0) 2864 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:05.977 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:05 smithi067 bash[82083]: audit 2023-12-09T02:13:04.807372+0000 mon.a (mon.0) 2865 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:05.978 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:05 smithi067 bash[79370]: audit 2023-12-09T02:13:05.187002+0000 mon.a (mon.0) 2885 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:05.978 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:05 smithi067 bash[79370]: audit 2023-12-09T02:13:05.188042+0000 mon.a (mon.0) 2886 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:05.978 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:05 smithi067 bash[79370]: audit 2023-12-09T02:13:05.194847+0000 mon.a (mon.0) 2887 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:05.978 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:05 smithi067 bash[79370]: audit 2023-12-09T02:13:05.279266+0000 mon.a (mon.0) 2888 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:05.978 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:05 smithi067 bash[79370]: audit 2023-12-09T02:13:05.283085+0000 mon.a (mon.0) 2889 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:05.978 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:05 smithi067 bash[79370]: audit 2023-12-09T02:13:05.285889+0000 mon.a (mon.0) 2890 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:05.978 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:05 smithi067 bash[79370]: audit 2023-12-09T02:13:05.286746+0000 mon.a (mon.0) 2891 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:05.978 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:05 smithi067 bash[79370]: audit 2023-12-09T02:13:05.293827+0000 mon.a (mon.0) 2892 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:05.978 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:05 smithi067 bash[79370]: cluster 2023-12-09T02:13:05.338671+0000 mon.a (mon.0) 2893 : cluster 1 Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive, 2 pgs peering) 2023-12-09T02:13:05.978 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:05 smithi067 bash[79370]: audit 2023-12-09T02:13:05.372176+0000 mon.a (mon.0) 2894 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:05.978 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:05 smithi067 bash[79370]: audit 2023-12-09T02:13:05.374560+0000 mon.a (mon.0) 2895 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:05.979 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:05 smithi067 bash[79370]: audit 2023-12-09T02:13:05.377605+0000 mon.a (mon.0) 2896 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:05.979 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:05 smithi067 bash[79370]: audit 2023-12-09T02:13:05.378876+0000 mon.a (mon.0) 2897 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:05.979 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:05 smithi067 bash[79370]: audit 2023-12-09T02:13:05.385168+0000 mon.a (mon.0) 2898 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:05.979 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:05 smithi067 bash[79370]: audit 2023-12-09T02:13:05.468551+0000 mon.a (mon.0) 2899 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:05.979 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:05 smithi067 bash[79370]: audit 2023-12-09T02:13:05.472120+0000 mon.a (mon.0) 2900 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:05.979 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:05 smithi067 bash[79370]: audit 2023-12-09T02:13:05.475209+0000 mon.a (mon.0) 2901 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:05.979 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:05 smithi067 bash[79370]: audit 2023-12-09T02:13:05.476533+0000 mon.a (mon.0) 2902 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:05.979 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:05 smithi067 bash[79370]: audit 2023-12-09T02:13:05.483440+0000 mon.a (mon.0) 2903 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:05.979 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:05 smithi067 bash[79370]: audit 2023-12-09T02:13:05.562072+0000 mon.a (mon.0) 2904 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:05.979 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:05 smithi067 bash[79370]: audit 2023-12-09T02:13:05.564511+0000 mon.a (mon.0) 2905 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:05.979 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:05 smithi067 bash[79370]: audit 2023-12-09T02:13:05.567045+0000 mon.a (mon.0) 2906 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:05.980 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:05 smithi067 bash[79370]: audit 2023-12-09T02:13:05.568113+0000 mon.a (mon.0) 2907 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:05.980 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:05 smithi067 bash[79370]: audit 2023-12-09T02:13:05.574357+0000 mon.a (mon.0) 2908 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:05.980 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:05 smithi067 bash[82083]: audit 2023-12-09T02:13:04.808048+0000 mon.a (mon.0) 2866 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:05.980 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:05 smithi067 bash[82083]: audit 2023-12-09T02:13:04.814371+0000 mon.a (mon.0) 2867 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:05.980 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:05 smithi067 bash[82083]: audit 2023-12-09T02:13:04.896276+0000 mon.a (mon.0) 2868 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:05.981 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:05 smithi067 bash[82083]: audit 2023-12-09T02:13:04.898926+0000 mon.a (mon.0) 2869 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:05.981 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:05 smithi067 bash[82083]: audit 2023-12-09T02:13:04.902394+0000 mon.a (mon.0) 2870 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:05.981 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:05 smithi067 bash[82083]: audit 2023-12-09T02:13:04.903354+0000 mon.a (mon.0) 2871 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:05.981 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:05 smithi067 bash[82083]: audit 2023-12-09T02:13:04.909315+0000 mon.a (mon.0) 2872 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:05.981 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:05 smithi067 bash[82083]: audit 2023-12-09T02:13:04.991672+0000 mon.a (mon.0) 2873 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:05.981 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:05 smithi067 bash[82083]: audit 2023-12-09T02:13:04.993825+0000 mon.a (mon.0) 2874 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:05.981 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:05 smithi067 bash[82083]: audit 2023-12-09T02:13:04.997892+0000 mon.a (mon.0) 2875 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:05.981 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:05 smithi067 bash[82083]: audit 2023-12-09T02:13:04.998905+0000 mon.a (mon.0) 2876 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:05.982 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:05 smithi067 bash[82083]: audit 2023-12-09T02:13:05.005103+0000 mon.a (mon.0) 2877 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:05.982 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:05 smithi067 bash[82083]: audit 2023-12-09T02:13:05.083254+0000 mon.a (mon.0) 2878 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:05.982 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:05 smithi067 bash[82083]: audit 2023-12-09T02:13:05.087671+0000 mon.a (mon.0) 2879 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:05.982 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:05 smithi067 bash[82083]: audit 2023-12-09T02:13:05.091802+0000 mon.a (mon.0) 2880 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:05.982 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:05 smithi067 bash[82083]: audit 2023-12-09T02:13:05.093103+0000 mon.a (mon.0) 2881 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:05.982 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:05 smithi067 bash[82083]: audit 2023-12-09T02:13:05.101231+0000 mon.a (mon.0) 2882 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:05.982 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:05 smithi067 bash[82083]: audit 2023-12-09T02:13:05.181199+0000 mon.a (mon.0) 2883 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:05.983 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:05 smithi067 bash[82083]: audit 2023-12-09T02:13:05.183888+0000 mon.a (mon.0) 2884 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:05.983 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:05 smithi067 bash[82083]: audit 2023-12-09T02:13:05.187002+0000 mon.a (mon.0) 2885 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:05.983 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:05 smithi067 bash[82083]: audit 2023-12-09T02:13:05.188042+0000 mon.a (mon.0) 2886 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:05.983 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:05 smithi067 bash[82083]: audit 2023-12-09T02:13:05.194847+0000 mon.a (mon.0) 2887 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:05.983 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:05 smithi067 bash[82083]: audit 2023-12-09T02:13:05.279266+0000 mon.a (mon.0) 2888 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:05.983 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:05 smithi067 bash[82083]: audit 2023-12-09T02:13:05.283085+0000 mon.a (mon.0) 2889 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:05.983 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:05 smithi067 bash[82083]: audit 2023-12-09T02:13:05.285889+0000 mon.a (mon.0) 2890 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:05.984 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:05 smithi067 bash[82083]: audit 2023-12-09T02:13:05.286746+0000 mon.a (mon.0) 2891 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:05.984 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:05 smithi067 bash[82083]: audit 2023-12-09T02:13:05.293827+0000 mon.a (mon.0) 2892 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:05.984 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:05 smithi067 bash[82083]: cluster 2023-12-09T02:13:05.338671+0000 mon.a (mon.0) 2893 : cluster 1 Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive, 2 pgs peering) 2023-12-09T02:13:05.984 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:05 smithi067 bash[82083]: audit 2023-12-09T02:13:05.372176+0000 mon.a (mon.0) 2894 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:05.984 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:05 smithi067 bash[82083]: audit 2023-12-09T02:13:05.374560+0000 mon.a (mon.0) 2895 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:05.984 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:05 smithi067 bash[82083]: audit 2023-12-09T02:13:05.377605+0000 mon.a (mon.0) 2896 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:05.985 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:05 smithi067 bash[82083]: audit 2023-12-09T02:13:05.378876+0000 mon.a (mon.0) 2897 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:05.985 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:05 smithi067 bash[82083]: audit 2023-12-09T02:13:05.385168+0000 mon.a (mon.0) 2898 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:05.985 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:05 smithi067 bash[82083]: audit 2023-12-09T02:13:05.468551+0000 mon.a (mon.0) 2899 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:05.985 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:05 smithi067 bash[82083]: audit 2023-12-09T02:13:05.472120+0000 mon.a (mon.0) 2900 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:05.985 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:05 smithi067 bash[82083]: audit 2023-12-09T02:13:05.475209+0000 mon.a (mon.0) 2901 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:05.985 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:05 smithi067 bash[82083]: audit 2023-12-09T02:13:05.476533+0000 mon.a (mon.0) 2902 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:05.985 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:05 smithi067 bash[82083]: audit 2023-12-09T02:13:05.483440+0000 mon.a (mon.0) 2903 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:05.985 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:05 smithi067 bash[82083]: audit 2023-12-09T02:13:05.562072+0000 mon.a (mon.0) 2904 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:05.986 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:05 smithi067 bash[82083]: audit 2023-12-09T02:13:05.564511+0000 mon.a (mon.0) 2905 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:05.986 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:05 smithi067 bash[82083]: audit 2023-12-09T02:13:05.567045+0000 mon.a (mon.0) 2906 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:05.986 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:05 smithi067 bash[82083]: audit 2023-12-09T02:13:05.568113+0000 mon.a (mon.0) 2907 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:05.986 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:05 smithi067 bash[82083]: audit 2023-12-09T02:13:05.574357+0000 mon.a (mon.0) 2908 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:05.987 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:05 smithi125 bash[66801]: cephadm 2023-12-09T02:13:03.754390+0000 mgr.y (mgr.25480) 696 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:05.987 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:05 smithi125 bash[66801]: cephadm 2023-12-09T02:13:03.852580+0000 mgr.y (mgr.25480) 697 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:05.987 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:05 smithi125 bash[66801]: cephadm 2023-12-09T02:13:03.951274+0000 mgr.y (mgr.25480) 698 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:05.987 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:05 smithi125 bash[66801]: cephadm 2023-12-09T02:13:04.047930+0000 mgr.y (mgr.25480) 699 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:05.987 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:05 smithi125 bash[66801]: cephadm 2023-12-09T02:13:04.146210+0000 mgr.y (mgr.25480) 700 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:05.988 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:05 smithi125 bash[66801]: cephadm 2023-12-09T02:13:04.246014+0000 mgr.y (mgr.25480) 701 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:05.988 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:05 smithi125 bash[66801]: cephadm 2023-12-09T02:13:04.343142+0000 mgr.y (mgr.25480) 702 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:05.988 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:05 smithi125 bash[66801]: cluster 2023-12-09T02:13:04.406620+0000 mgr.y (mgr.25480) 703 : cluster 0 pgmap v121: 161 pgs: 9 active+clean+remapped, 12 active+undersized+degraded, 33 active+undersized, 107 active+clean; 585 KiB data, 147 MiB used, 715 GiB / 715 GiB avail; 63 KiB/s rd, 0 B/s wr, 103 op/s; 54/726 objects degraded (7.438%); 34/726 objects misplaced (4.683%); 23 B/s, 1 objects/s recovering 2023-12-09T02:13:05.988 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:05 smithi125 bash[66801]: cephadm 2023-12-09T02:13:04.437085+0000 mgr.y (mgr.25480) 704 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:05.988 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:05 smithi125 bash[66801]: cephadm 2023-12-09T02:13:04.530296+0000 mgr.y (mgr.25480) 705 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:05.988 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:05 smithi125 bash[66801]: audit 2023-12-09T02:13:04.627271+0000 mon.a (mon.0) 2857 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:05.988 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:05 smithi125 bash[66801]: cephadm 2023-12-09T02:13:04.627927+0000 mgr.y (mgr.25480) 706 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:05.988 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:05 smithi125 bash[66801]: audit 2023-12-09T02:13:04.709284+0000 mon.a (mon.0) 2858 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:05.988 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:05 smithi125 bash[66801]: audit 2023-12-09T02:13:04.712530+0000 mon.a (mon.0) 2859 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:05.989 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:05 smithi125 bash[66801]: audit 2023-12-09T02:13:04.716121+0000 mon.a (mon.0) 2860 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:05.989 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:05 smithi125 bash[66801]: audit 2023-12-09T02:13:04.717578+0000 mon.a (mon.0) 2861 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:05.989 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:05 smithi125 bash[66801]: audit 2023-12-09T02:13:04.725968+0000 mon.a (mon.0) 2862 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:05.989 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:05 smithi125 bash[66801]: audit 2023-12-09T02:13:04.803285+0000 mon.a (mon.0) 2863 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:05.989 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:05 smithi125 bash[66801]: audit 2023-12-09T02:13:04.805229+0000 mon.a (mon.0) 2864 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:05.989 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:05 smithi125 bash[66801]: audit 2023-12-09T02:13:04.807372+0000 mon.a (mon.0) 2865 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:05.989 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:05 smithi125 bash[66801]: audit 2023-12-09T02:13:04.808048+0000 mon.a (mon.0) 2866 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:05.989 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:05 smithi125 bash[66801]: audit 2023-12-09T02:13:04.814371+0000 mon.a (mon.0) 2867 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:05.990 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:05 smithi125 bash[66801]: audit 2023-12-09T02:13:04.896276+0000 mon.a (mon.0) 2868 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:05.990 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:05 smithi125 bash[66801]: audit 2023-12-09T02:13:04.898926+0000 mon.a (mon.0) 2869 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:05.990 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:05 smithi125 bash[66801]: audit 2023-12-09T02:13:04.902394+0000 mon.a (mon.0) 2870 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:05.990 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:05 smithi125 bash[66801]: audit 2023-12-09T02:13:04.903354+0000 mon.a (mon.0) 2871 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:05.990 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:05 smithi125 bash[66801]: audit 2023-12-09T02:13:04.909315+0000 mon.a (mon.0) 2872 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:05.990 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:05 smithi125 bash[66801]: audit 2023-12-09T02:13:04.991672+0000 mon.a (mon.0) 2873 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:05.990 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:05 smithi125 bash[66801]: audit 2023-12-09T02:13:04.993825+0000 mon.a (mon.0) 2874 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:05.991 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:05 smithi125 bash[66801]: audit 2023-12-09T02:13:04.997892+0000 mon.a (mon.0) 2875 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:05.991 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:05 smithi125 bash[66801]: audit 2023-12-09T02:13:04.998905+0000 mon.a (mon.0) 2876 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:05.991 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:05 smithi125 bash[66801]: audit 2023-12-09T02:13:05.005103+0000 mon.a (mon.0) 2877 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:05.991 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:05 smithi125 bash[66801]: audit 2023-12-09T02:13:05.083254+0000 mon.a (mon.0) 2878 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:05.991 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:05 smithi125 bash[66801]: audit 2023-12-09T02:13:05.087671+0000 mon.a (mon.0) 2879 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:05.991 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:05 smithi125 bash[66801]: audit 2023-12-09T02:13:05.091802+0000 mon.a (mon.0) 2880 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:05.991 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:05 smithi125 bash[66801]: audit 2023-12-09T02:13:05.093103+0000 mon.a (mon.0) 2881 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:05.991 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:05 smithi125 bash[66801]: audit 2023-12-09T02:13:05.101231+0000 mon.a (mon.0) 2882 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:05.991 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:05 smithi125 bash[66801]: audit 2023-12-09T02:13:05.181199+0000 mon.a (mon.0) 2883 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:05.991 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:05 smithi125 bash[66801]: audit 2023-12-09T02:13:05.183888+0000 mon.a (mon.0) 2884 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:05.992 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:05 smithi125 bash[66801]: audit 2023-12-09T02:13:05.187002+0000 mon.a (mon.0) 2885 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:05.992 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:05 smithi125 bash[66801]: audit 2023-12-09T02:13:05.188042+0000 mon.a (mon.0) 2886 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:05.992 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:05 smithi125 bash[66801]: audit 2023-12-09T02:13:05.194847+0000 mon.a (mon.0) 2887 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:05.992 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:05 smithi125 bash[66801]: audit 2023-12-09T02:13:05.279266+0000 mon.a (mon.0) 2888 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:05.992 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:05 smithi125 bash[66801]: audit 2023-12-09T02:13:05.283085+0000 mon.a (mon.0) 2889 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:05.992 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:05 smithi125 bash[66801]: audit 2023-12-09T02:13:05.285889+0000 mon.a (mon.0) 2890 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:05.992 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:05 smithi125 bash[66801]: audit 2023-12-09T02:13:05.286746+0000 mon.a (mon.0) 2891 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:05.992 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:05 smithi125 bash[66801]: audit 2023-12-09T02:13:05.293827+0000 mon.a (mon.0) 2892 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:05.992 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:05 smithi125 bash[66801]: cluster 2023-12-09T02:13:05.338671+0000 mon.a (mon.0) 2893 : cluster 1 Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive, 2 pgs peering) 2023-12-09T02:13:05.992 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:05 smithi125 bash[66801]: audit 2023-12-09T02:13:05.372176+0000 mon.a (mon.0) 2894 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:05.993 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:05 smithi125 bash[66801]: audit 2023-12-09T02:13:05.374560+0000 mon.a (mon.0) 2895 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:05.993 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:05 smithi125 bash[66801]: audit 2023-12-09T02:13:05.377605+0000 mon.a (mon.0) 2896 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:05.993 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:05 smithi125 bash[66801]: audit 2023-12-09T02:13:05.378876+0000 mon.a (mon.0) 2897 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:05.993 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:05 smithi125 bash[66801]: audit 2023-12-09T02:13:05.385168+0000 mon.a (mon.0) 2898 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:05.993 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:05 smithi125 bash[66801]: audit 2023-12-09T02:13:05.468551+0000 mon.a (mon.0) 2899 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:05.993 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:05 smithi125 bash[66801]: audit 2023-12-09T02:13:05.472120+0000 mon.a (mon.0) 2900 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:05.993 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:05 smithi125 bash[66801]: audit 2023-12-09T02:13:05.475209+0000 mon.a (mon.0) 2901 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:05.993 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:05 smithi125 bash[66801]: audit 2023-12-09T02:13:05.476533+0000 mon.a (mon.0) 2902 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:05.993 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:05 smithi125 bash[66801]: audit 2023-12-09T02:13:05.483440+0000 mon.a (mon.0) 2903 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:05.994 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:05 smithi125 bash[66801]: audit 2023-12-09T02:13:05.562072+0000 mon.a (mon.0) 2904 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:05.994 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:05 smithi125 bash[66801]: audit 2023-12-09T02:13:05.564511+0000 mon.a (mon.0) 2905 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:05.994 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:05 smithi125 bash[66801]: audit 2023-12-09T02:13:05.567045+0000 mon.a (mon.0) 2906 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:05.994 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:05 smithi125 bash[66801]: audit 2023-12-09T02:13:05.568113+0000 mon.a (mon.0) 2907 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:05.994 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:05 smithi125 bash[66801]: audit 2023-12-09T02:13:05.574357+0000 mon.a (mon.0) 2908 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:06.279 INFO:journalctl@ceph.osd.2.smithi067.stdout:Dec 09 02:13:06 smithi067 bash[93484]: debug 2023-12-09T02:13:06.097+0000 7fd398731700 1 -- 172.21.15.67:0/3357590512 <== mon.1 v2:172.21.15.67:3301/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55c7c5a851e0 con 0x55c7c5b0ac00 2023-12-09T02:13:06.970 INFO:journalctl@ceph.osd.2.smithi067.stdout:Dec 09 02:13:06 smithi067 bash[93484]: debug 2023-12-09T02:13:06.665+0000 7fd3a18b7640 -1 Falling back to public interface 2023-12-09T02:13:06.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:06 smithi067 bash[79370]: cephadm 2023-12-09T02:13:04.726888+0000 mgr.y (mgr.25480) 707 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:06.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:06 smithi067 bash[79370]: cephadm 2023-12-09T02:13:04.814872+0000 mgr.y (mgr.25480) 708 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:06.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:06 smithi067 bash[79370]: cephadm 2023-12-09T02:13:04.909819+0000 mgr.y (mgr.25480) 709 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:06.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:06 smithi067 bash[79370]: cephadm 2023-12-09T02:13:05.005829+0000 mgr.y (mgr.25480) 710 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:06.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:06 smithi067 bash[79370]: cephadm 2023-12-09T02:13:05.101956+0000 mgr.y (mgr.25480) 711 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:06.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:06 smithi067 bash[79370]: cephadm 2023-12-09T02:13:05.195438+0000 mgr.y (mgr.25480) 712 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:06.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:06 smithi067 bash[79370]: cephadm 2023-12-09T02:13:05.294565+0000 mgr.y (mgr.25480) 713 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:06.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:06 smithi067 bash[79370]: cephadm 2023-12-09T02:13:05.385832+0000 mgr.y (mgr.25480) 714 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:06.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:06 smithi067 bash[79370]: cephadm 2023-12-09T02:13:05.484279+0000 mgr.y (mgr.25480) 715 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:06.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:06 smithi067 bash[79370]: cephadm 2023-12-09T02:13:05.575183+0000 mgr.y (mgr.25480) 716 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:06.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:06 smithi067 bash[79370]: audit 2023-12-09T02:13:05.651835+0000 mon.a (mon.0) 2909 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:06.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:06 smithi067 bash[79370]: audit 2023-12-09T02:13:05.654006+0000 mon.a (mon.0) 2910 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:06.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:06 smithi067 bash[79370]: audit 2023-12-09T02:13:05.656128+0000 mon.a (mon.0) 2911 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:06.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:06 smithi067 bash[79370]: audit 2023-12-09T02:13:05.656982+0000 mon.a (mon.0) 2912 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:06.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:06 smithi067 bash[79370]: audit 2023-12-09T02:13:05.663250+0000 mon.a (mon.0) 2913 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:06.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:06 smithi067 bash[79370]: cephadm 2023-12-09T02:13:05.663846+0000 mgr.y (mgr.25480) 717 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:06.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:06 smithi067 bash[79370]: audit 2023-12-09T02:13:05.741821+0000 mon.a (mon.0) 2914 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:06.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:06 smithi067 bash[79370]: audit 2023-12-09T02:13:05.744572+0000 mon.a (mon.0) 2915 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:06.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:06 smithi067 bash[79370]: audit 2023-12-09T02:13:05.747452+0000 mon.a (mon.0) 2916 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:06.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:06 smithi067 bash[79370]: audit 2023-12-09T02:13:05.748411+0000 mon.a (mon.0) 2917 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:06.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:06 smithi067 bash[79370]: audit 2023-12-09T02:13:05.756453+0000 mon.a (mon.0) 2918 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:06.972 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:06 smithi067 bash[82083]: cephadm 2023-12-09T02:13:04.726888+0000 mgr.y (mgr.25480) 707 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:06.972 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:06 smithi067 bash[82083]: cephadm 2023-12-09T02:13:04.814872+0000 mgr.y (mgr.25480) 708 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:06.972 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:06 smithi067 bash[82083]: cephadm 2023-12-09T02:13:04.909819+0000 mgr.y (mgr.25480) 709 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:06.972 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:06 smithi067 bash[82083]: cephadm 2023-12-09T02:13:05.005829+0000 mgr.y (mgr.25480) 710 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:06.972 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:06 smithi067 bash[82083]: cephadm 2023-12-09T02:13:05.101956+0000 mgr.y (mgr.25480) 711 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:06.972 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:06 smithi067 bash[82083]: cephadm 2023-12-09T02:13:05.195438+0000 mgr.y (mgr.25480) 712 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:06.973 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:06 smithi067 bash[82083]: cephadm 2023-12-09T02:13:05.294565+0000 mgr.y (mgr.25480) 713 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:06.973 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:06 smithi067 bash[82083]: cephadm 2023-12-09T02:13:05.385832+0000 mgr.y (mgr.25480) 714 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:06.973 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:06 smithi067 bash[82083]: cephadm 2023-12-09T02:13:05.484279+0000 mgr.y (mgr.25480) 715 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:06.973 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:06 smithi067 bash[82083]: cephadm 2023-12-09T02:13:05.575183+0000 mgr.y (mgr.25480) 716 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:06.973 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:06 smithi067 bash[82083]: audit 2023-12-09T02:13:05.651835+0000 mon.a (mon.0) 2909 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:06.973 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:06 smithi067 bash[82083]: audit 2023-12-09T02:13:05.654006+0000 mon.a (mon.0) 2910 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:06.973 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:06 smithi067 bash[82083]: audit 2023-12-09T02:13:05.656128+0000 mon.a (mon.0) 2911 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:06.973 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:06 smithi067 bash[82083]: audit 2023-12-09T02:13:05.656982+0000 mon.a (mon.0) 2912 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:06.973 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:06 smithi067 bash[82083]: audit 2023-12-09T02:13:05.663250+0000 mon.a (mon.0) 2913 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:06.973 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:06 smithi067 bash[82083]: cephadm 2023-12-09T02:13:05.663846+0000 mgr.y (mgr.25480) 717 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:06.973 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:06 smithi067 bash[82083]: audit 2023-12-09T02:13:05.741821+0000 mon.a (mon.0) 2914 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:06.973 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:06 smithi067 bash[82083]: audit 2023-12-09T02:13:05.744572+0000 mon.a (mon.0) 2915 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:06.973 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:06 smithi067 bash[82083]: audit 2023-12-09T02:13:05.747452+0000 mon.a (mon.0) 2916 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:06.973 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:06 smithi067 bash[82083]: audit 2023-12-09T02:13:05.748411+0000 mon.a (mon.0) 2917 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:06.973 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:06 smithi067 bash[82083]: audit 2023-12-09T02:13:05.756453+0000 mon.a (mon.0) 2918 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:06.973 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:06 smithi067 bash[82083]: audit 2023-12-09T02:13:05.835857+0000 mon.a (mon.0) 2919 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:06.974 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:06 smithi067 bash[82083]: audit 2023-12-09T02:13:05.838400+0000 mon.a (mon.0) 2920 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:06.974 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:06 smithi067 bash[82083]: audit 2023-12-09T02:13:05.841193+0000 mon.a (mon.0) 2921 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:06.974 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:06 smithi067 bash[82083]: audit 2023-12-09T02:13:05.842038+0000 mon.a (mon.0) 2922 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:06.974 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:06 smithi067 bash[82083]: audit 2023-12-09T02:13:05.849545+0000 mon.a (mon.0) 2923 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:06.974 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:06 smithi067 bash[82083]: audit 2023-12-09T02:13:05.928702+0000 mon.a (mon.0) 2924 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:06.974 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:06 smithi067 bash[82083]: audit 2023-12-09T02:13:05.931267+0000 mon.a (mon.0) 2925 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:06.974 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:06 smithi067 bash[82083]: audit 2023-12-09T02:13:05.934042+0000 mon.a (mon.0) 2926 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:06.974 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:06 smithi067 bash[82083]: audit 2023-12-09T02:13:05.935172+0000 mon.a (mon.0) 2927 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:06.974 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:06 smithi067 bash[82083]: audit 2023-12-09T02:13:05.944988+0000 mon.a (mon.0) 2928 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:06.974 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:06 smithi067 bash[82083]: audit 2023-12-09T02:13:06.027626+0000 mon.a (mon.0) 2929 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:06.974 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:06 smithi067 bash[82083]: audit 2023-12-09T02:13:06.029711+0000 mon.a (mon.0) 2930 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:06.974 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:06 smithi067 bash[82083]: audit 2023-12-09T02:13:06.032356+0000 mon.a (mon.0) 2931 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:06.974 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:06 smithi067 bash[82083]: audit 2023-12-09T02:13:06.033199+0000 mon.a (mon.0) 2932 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:06.974 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:06 smithi067 bash[82083]: audit 2023-12-09T02:13:06.040626+0000 mon.a (mon.0) 2933 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:06.975 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:06 smithi067 bash[82083]: audit 2023-12-09T02:13:06.120378+0000 mon.a (mon.0) 2934 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:06.975 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:06 smithi067 bash[82083]: audit 2023-12-09T02:13:06.122898+0000 mon.a (mon.0) 2935 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:06.975 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:06 smithi067 bash[82083]: audit 2023-12-09T02:13:06.125770+0000 mon.a (mon.0) 2936 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:06.975 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:06 smithi067 bash[82083]: audit 2023-12-09T02:13:06.126722+0000 mon.a (mon.0) 2937 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:06.975 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:06 smithi067 bash[79370]: audit 2023-12-09T02:13:05.835857+0000 mon.a (mon.0) 2919 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:06.975 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:06 smithi067 bash[79370]: audit 2023-12-09T02:13:05.838400+0000 mon.a (mon.0) 2920 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:06.975 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:06 smithi067 bash[79370]: audit 2023-12-09T02:13:05.841193+0000 mon.a (mon.0) 2921 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:06.975 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:06 smithi067 bash[79370]: audit 2023-12-09T02:13:05.842038+0000 mon.a (mon.0) 2922 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:06.976 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:06 smithi067 bash[79370]: audit 2023-12-09T02:13:05.849545+0000 mon.a (mon.0) 2923 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:06.976 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:06 smithi067 bash[79370]: audit 2023-12-09T02:13:05.928702+0000 mon.a (mon.0) 2924 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:06.976 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:06 smithi067 bash[79370]: audit 2023-12-09T02:13:05.931267+0000 mon.a (mon.0) 2925 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:06.976 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:06 smithi067 bash[79370]: audit 2023-12-09T02:13:05.934042+0000 mon.a (mon.0) 2926 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:06.976 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:06 smithi067 bash[79370]: audit 2023-12-09T02:13:05.935172+0000 mon.a (mon.0) 2927 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:06.976 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:06 smithi067 bash[79370]: audit 2023-12-09T02:13:05.944988+0000 mon.a (mon.0) 2928 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:06.976 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:06 smithi067 bash[79370]: audit 2023-12-09T02:13:06.027626+0000 mon.a (mon.0) 2929 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:06.976 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:06 smithi067 bash[79370]: audit 2023-12-09T02:13:06.029711+0000 mon.a (mon.0) 2930 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:06.976 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:06 smithi067 bash[79370]: audit 2023-12-09T02:13:06.032356+0000 mon.a (mon.0) 2931 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:06.976 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:06 smithi067 bash[79370]: audit 2023-12-09T02:13:06.033199+0000 mon.a (mon.0) 2932 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:06.976 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:06 smithi067 bash[79370]: audit 2023-12-09T02:13:06.040626+0000 mon.a (mon.0) 2933 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:06.976 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:06 smithi067 bash[79370]: audit 2023-12-09T02:13:06.120378+0000 mon.a (mon.0) 2934 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:06.976 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:06 smithi067 bash[79370]: audit 2023-12-09T02:13:06.122898+0000 mon.a (mon.0) 2935 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:06.976 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:06 smithi067 bash[79370]: audit 2023-12-09T02:13:06.125770+0000 mon.a (mon.0) 2936 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:06.976 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:06 smithi067 bash[79370]: audit 2023-12-09T02:13:06.126722+0000 mon.a (mon.0) 2937 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:06.977 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:06 smithi067 bash[79370]: audit 2023-12-09T02:13:06.135240+0000 mon.a (mon.0) 2938 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:06.977 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:06 smithi067 bash[79370]: audit 2023-12-09T02:13:06.202449+0000 mon.a (mon.0) 2939 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:06.977 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:06 smithi067 bash[79370]: audit 2023-12-09T02:13:06.204581+0000 mon.a (mon.0) 2940 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:06.977 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:06 smithi067 bash[79370]: audit 2023-12-09T02:13:06.207912+0000 mon.a (mon.0) 2941 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:06.977 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:06 smithi067 bash[79370]: audit 2023-12-09T02:13:06.208853+0000 mon.a (mon.0) 2942 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:06.977 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:06 smithi067 bash[79370]: audit 2023-12-09T02:13:06.216634+0000 mon.a (mon.0) 2943 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:06.977 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:06 smithi067 bash[79370]: audit 2023-12-09T02:13:06.296378+0000 mon.a (mon.0) 2944 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:06.977 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:06 smithi067 bash[79370]: audit 2023-12-09T02:13:06.298876+0000 mon.a (mon.0) 2945 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:06.977 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:06 smithi067 bash[79370]: audit 2023-12-09T02:13:06.302778+0000 mon.a (mon.0) 2946 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:06.977 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:06 smithi067 bash[79370]: audit 2023-12-09T02:13:06.303702+0000 mon.a (mon.0) 2947 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:06.977 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:06 smithi067 bash[79370]: audit 2023-12-09T02:13:06.310314+0000 mon.a (mon.0) 2948 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:06.977 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:06 smithi067 bash[79370]: audit 2023-12-09T02:13:06.389559+0000 mon.a (mon.0) 2949 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:06.977 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:06 smithi067 bash[79370]: audit 2023-12-09T02:13:06.392899+0000 mon.a (mon.0) 2950 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:06.977 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:06 smithi067 bash[79370]: audit 2023-12-09T02:13:06.395864+0000 mon.a (mon.0) 2951 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:06.977 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:06 smithi067 bash[79370]: audit 2023-12-09T02:13:06.397027+0000 mon.a (mon.0) 2952 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:06.977 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:06 smithi067 bash[79370]: audit 2023-12-09T02:13:06.403467+0000 mon.a (mon.0) 2953 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:06.977 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:06 smithi067 bash[79370]: audit 2023-12-09T02:13:06.485090+0000 mon.a (mon.0) 2954 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:06.978 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:06 smithi067 bash[79370]: audit 2023-12-09T02:13:06.487818+0000 mon.a (mon.0) 2955 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:06.978 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:06 smithi067 bash[79370]: audit 2023-12-09T02:13:06.490803+0000 mon.a (mon.0) 2956 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:06.978 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:06 smithi067 bash[79370]: audit 2023-12-09T02:13:06.491974+0000 mon.a (mon.0) 2957 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:06.978 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:06 smithi067 bash[82083]: audit 2023-12-09T02:13:06.135240+0000 mon.a (mon.0) 2938 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:06.978 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:06 smithi067 bash[82083]: audit 2023-12-09T02:13:06.202449+0000 mon.a (mon.0) 2939 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:06.978 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:06 smithi067 bash[82083]: audit 2023-12-09T02:13:06.204581+0000 mon.a (mon.0) 2940 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:06.978 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:06 smithi067 bash[82083]: audit 2023-12-09T02:13:06.207912+0000 mon.a (mon.0) 2941 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:06.978 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:06 smithi067 bash[82083]: audit 2023-12-09T02:13:06.208853+0000 mon.a (mon.0) 2942 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:06.978 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:06 smithi067 bash[82083]: audit 2023-12-09T02:13:06.216634+0000 mon.a (mon.0) 2943 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:06.978 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:06 smithi067 bash[82083]: audit 2023-12-09T02:13:06.296378+0000 mon.a (mon.0) 2944 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:06.978 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:06 smithi067 bash[82083]: audit 2023-12-09T02:13:06.298876+0000 mon.a (mon.0) 2945 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:06.979 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:06 smithi067 bash[82083]: audit 2023-12-09T02:13:06.302778+0000 mon.a (mon.0) 2946 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:06.979 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:06 smithi067 bash[82083]: audit 2023-12-09T02:13:06.303702+0000 mon.a (mon.0) 2947 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:06.979 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:06 smithi067 bash[82083]: audit 2023-12-09T02:13:06.310314+0000 mon.a (mon.0) 2948 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:06.979 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:06 smithi067 bash[82083]: audit 2023-12-09T02:13:06.389559+0000 mon.a (mon.0) 2949 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:06.979 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:06 smithi067 bash[82083]: audit 2023-12-09T02:13:06.392899+0000 mon.a (mon.0) 2950 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:06.979 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:06 smithi067 bash[82083]: audit 2023-12-09T02:13:06.395864+0000 mon.a (mon.0) 2951 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:06.979 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:06 smithi067 bash[82083]: audit 2023-12-09T02:13:06.397027+0000 mon.a (mon.0) 2952 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:06.979 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:06 smithi067 bash[82083]: audit 2023-12-09T02:13:06.403467+0000 mon.a (mon.0) 2953 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:06.979 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:06 smithi067 bash[82083]: audit 2023-12-09T02:13:06.485090+0000 mon.a (mon.0) 2954 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:06.979 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:06 smithi067 bash[82083]: audit 2023-12-09T02:13:06.487818+0000 mon.a (mon.0) 2955 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:06.979 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:06 smithi067 bash[82083]: audit 2023-12-09T02:13:06.490803+0000 mon.a (mon.0) 2956 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:06.979 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:06 smithi067 bash[82083]: audit 2023-12-09T02:13:06.491974+0000 mon.a (mon.0) 2957 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:06.980 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:06 smithi067 bash[79370]: audit 2023-12-09T02:13:06.499797+0000 mon.a (mon.0) 2958 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:06.980 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:06 smithi067 bash[79370]: audit 2023-12-09T02:13:06.584756+0000 mon.a (mon.0) 2959 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:06.980 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:06 smithi067 bash[79370]: audit 2023-12-09T02:13:06.588679+0000 mon.a (mon.0) 2960 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:06.980 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:06 smithi067 bash[79370]: audit 2023-12-09T02:13:06.591571+0000 mon.a (mon.0) 2961 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:06.980 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:06 smithi067 bash[79370]: audit 2023-12-09T02:13:06.592771+0000 mon.a (mon.0) 2962 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:06.980 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:06 smithi067 bash[79370]: audit 2023-12-09T02:13:06.601914+0000 mon.a (mon.0) 2963 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:06.980 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:06 smithi067 bash[82083]: audit 2023-12-09T02:13:06.499797+0000 mon.a (mon.0) 2958 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:06.980 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:06 smithi067 bash[82083]: audit 2023-12-09T02:13:06.584756+0000 mon.a (mon.0) 2959 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:06.980 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:06 smithi067 bash[82083]: audit 2023-12-09T02:13:06.588679+0000 mon.a (mon.0) 2960 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:06.980 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:06 smithi067 bash[82083]: audit 2023-12-09T02:13:06.591571+0000 mon.a (mon.0) 2961 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:06.980 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:06 smithi067 bash[82083]: audit 2023-12-09T02:13:06.592771+0000 mon.a (mon.0) 2962 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:06.980 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:06 smithi067 bash[82083]: audit 2023-12-09T02:13:06.601914+0000 mon.a (mon.0) 2963 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:06.981 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:06 smithi125 bash[66801]: cephadm 2023-12-09T02:13:04.726888+0000 mgr.y (mgr.25480) 707 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:06.981 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:06 smithi125 bash[66801]: cephadm 2023-12-09T02:13:04.814872+0000 mgr.y (mgr.25480) 708 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:06.981 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:06 smithi125 bash[66801]: cephadm 2023-12-09T02:13:04.909819+0000 mgr.y (mgr.25480) 709 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:06.981 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:06 smithi125 bash[66801]: cephadm 2023-12-09T02:13:05.005829+0000 mgr.y (mgr.25480) 710 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:06.981 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:06 smithi125 bash[66801]: cephadm 2023-12-09T02:13:05.101956+0000 mgr.y (mgr.25480) 711 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:06.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:06 smithi125 bash[66801]: cephadm 2023-12-09T02:13:05.195438+0000 mgr.y (mgr.25480) 712 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:06.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:06 smithi125 bash[66801]: cephadm 2023-12-09T02:13:05.294565+0000 mgr.y (mgr.25480) 713 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:06.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:06 smithi125 bash[66801]: cephadm 2023-12-09T02:13:05.385832+0000 mgr.y (mgr.25480) 714 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:06.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:06 smithi125 bash[66801]: cephadm 2023-12-09T02:13:05.484279+0000 mgr.y (mgr.25480) 715 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:06.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:06 smithi125 bash[66801]: cephadm 2023-12-09T02:13:05.575183+0000 mgr.y (mgr.25480) 716 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:06.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:06 smithi125 bash[66801]: audit 2023-12-09T02:13:05.651835+0000 mon.a (mon.0) 2909 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:06.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:06 smithi125 bash[66801]: audit 2023-12-09T02:13:05.654006+0000 mon.a (mon.0) 2910 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:06.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:06 smithi125 bash[66801]: audit 2023-12-09T02:13:05.656128+0000 mon.a (mon.0) 2911 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:06.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:06 smithi125 bash[66801]: audit 2023-12-09T02:13:05.656982+0000 mon.a (mon.0) 2912 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:06.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:06 smithi125 bash[66801]: audit 2023-12-09T02:13:05.663250+0000 mon.a (mon.0) 2913 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:06.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:06 smithi125 bash[66801]: cephadm 2023-12-09T02:13:05.663846+0000 mgr.y (mgr.25480) 717 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:06.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:06 smithi125 bash[66801]: audit 2023-12-09T02:13:05.741821+0000 mon.a (mon.0) 2914 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:06.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:06 smithi125 bash[66801]: audit 2023-12-09T02:13:05.744572+0000 mon.a (mon.0) 2915 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:06.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:06 smithi125 bash[66801]: audit 2023-12-09T02:13:05.747452+0000 mon.a (mon.0) 2916 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:06.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:06 smithi125 bash[66801]: audit 2023-12-09T02:13:05.748411+0000 mon.a (mon.0) 2917 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:06.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:06 smithi125 bash[66801]: audit 2023-12-09T02:13:05.756453+0000 mon.a (mon.0) 2918 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:06.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:06 smithi125 bash[66801]: audit 2023-12-09T02:13:05.835857+0000 mon.a (mon.0) 2919 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:06.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:06 smithi125 bash[66801]: audit 2023-12-09T02:13:05.838400+0000 mon.a (mon.0) 2920 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:06.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:06 smithi125 bash[66801]: audit 2023-12-09T02:13:05.841193+0000 mon.a (mon.0) 2921 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:06.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:06 smithi125 bash[66801]: audit 2023-12-09T02:13:05.842038+0000 mon.a (mon.0) 2922 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:06.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:06 smithi125 bash[66801]: audit 2023-12-09T02:13:05.849545+0000 mon.a (mon.0) 2923 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:06.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:06 smithi125 bash[66801]: audit 2023-12-09T02:13:05.928702+0000 mon.a (mon.0) 2924 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:06.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:06 smithi125 bash[66801]: audit 2023-12-09T02:13:05.931267+0000 mon.a (mon.0) 2925 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:06.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:06 smithi125 bash[66801]: audit 2023-12-09T02:13:05.934042+0000 mon.a (mon.0) 2926 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:06.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:06 smithi125 bash[66801]: audit 2023-12-09T02:13:05.935172+0000 mon.a (mon.0) 2927 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:06.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:06 smithi125 bash[66801]: audit 2023-12-09T02:13:05.944988+0000 mon.a (mon.0) 2928 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:06.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:06 smithi125 bash[66801]: audit 2023-12-09T02:13:06.027626+0000 mon.a (mon.0) 2929 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:06.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:06 smithi125 bash[66801]: audit 2023-12-09T02:13:06.029711+0000 mon.a (mon.0) 2930 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:06.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:06 smithi125 bash[66801]: audit 2023-12-09T02:13:06.032356+0000 mon.a (mon.0) 2931 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:06.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:06 smithi125 bash[66801]: audit 2023-12-09T02:13:06.033199+0000 mon.a (mon.0) 2932 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:06.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:06 smithi125 bash[66801]: audit 2023-12-09T02:13:06.040626+0000 mon.a (mon.0) 2933 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:06.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:06 smithi125 bash[66801]: audit 2023-12-09T02:13:06.120378+0000 mon.a (mon.0) 2934 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:06.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:06 smithi125 bash[66801]: audit 2023-12-09T02:13:06.122898+0000 mon.a (mon.0) 2935 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:06.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:06 smithi125 bash[66801]: audit 2023-12-09T02:13:06.125770+0000 mon.a (mon.0) 2936 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:06.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:06 smithi125 bash[66801]: audit 2023-12-09T02:13:06.126722+0000 mon.a (mon.0) 2937 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:06.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:06 smithi125 bash[66801]: audit 2023-12-09T02:13:06.135240+0000 mon.a (mon.0) 2938 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:06.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:06 smithi125 bash[66801]: audit 2023-12-09T02:13:06.202449+0000 mon.a (mon.0) 2939 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:06.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:06 smithi125 bash[66801]: audit 2023-12-09T02:13:06.204581+0000 mon.a (mon.0) 2940 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:06.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:06 smithi125 bash[66801]: audit 2023-12-09T02:13:06.207912+0000 mon.a (mon.0) 2941 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:06.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:06 smithi125 bash[66801]: audit 2023-12-09T02:13:06.208853+0000 mon.a (mon.0) 2942 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:06.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:06 smithi125 bash[66801]: audit 2023-12-09T02:13:06.216634+0000 mon.a (mon.0) 2943 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:06.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:06 smithi125 bash[66801]: audit 2023-12-09T02:13:06.296378+0000 mon.a (mon.0) 2944 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:06.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:06 smithi125 bash[66801]: audit 2023-12-09T02:13:06.298876+0000 mon.a (mon.0) 2945 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:06.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:06 smithi125 bash[66801]: audit 2023-12-09T02:13:06.302778+0000 mon.a (mon.0) 2946 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:06.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:06 smithi125 bash[66801]: audit 2023-12-09T02:13:06.303702+0000 mon.a (mon.0) 2947 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:06.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:06 smithi125 bash[66801]: audit 2023-12-09T02:13:06.310314+0000 mon.a (mon.0) 2948 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:06.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:06 smithi125 bash[66801]: audit 2023-12-09T02:13:06.389559+0000 mon.a (mon.0) 2949 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:06.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:06 smithi125 bash[66801]: audit 2023-12-09T02:13:06.392899+0000 mon.a (mon.0) 2950 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:06.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:06 smithi125 bash[66801]: audit 2023-12-09T02:13:06.395864+0000 mon.a (mon.0) 2951 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:06.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:06 smithi125 bash[66801]: audit 2023-12-09T02:13:06.397027+0000 mon.a (mon.0) 2952 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:06.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:06 smithi125 bash[66801]: audit 2023-12-09T02:13:06.403467+0000 mon.a (mon.0) 2953 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:06.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:06 smithi125 bash[66801]: audit 2023-12-09T02:13:06.485090+0000 mon.a (mon.0) 2954 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:06.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:06 smithi125 bash[66801]: audit 2023-12-09T02:13:06.487818+0000 mon.a (mon.0) 2955 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:06.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:06 smithi125 bash[66801]: audit 2023-12-09T02:13:06.490803+0000 mon.a (mon.0) 2956 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:06.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:06 smithi125 bash[66801]: audit 2023-12-09T02:13:06.491974+0000 mon.a (mon.0) 2957 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:06.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:06 smithi125 bash[66801]: audit 2023-12-09T02:13:06.499797+0000 mon.a (mon.0) 2958 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:06.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:06 smithi125 bash[66801]: audit 2023-12-09T02:13:06.584756+0000 mon.a (mon.0) 2959 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:06.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:06 smithi125 bash[66801]: audit 2023-12-09T02:13:06.588679+0000 mon.a (mon.0) 2960 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:06.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:06 smithi125 bash[66801]: audit 2023-12-09T02:13:06.591571+0000 mon.a (mon.0) 2961 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:06.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:06 smithi125 bash[66801]: audit 2023-12-09T02:13:06.592771+0000 mon.a (mon.0) 2962 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:06.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:06 smithi125 bash[66801]: audit 2023-12-09T02:13:06.601914+0000 mon.a (mon.0) 2963 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:07.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:07 smithi067 bash[79370]: cephadm 2023-12-09T02:13:05.757054+0000 mgr.y (mgr.25480) 718 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:07.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:07 smithi067 bash[79370]: cephadm 2023-12-09T02:13:05.850036+0000 mgr.y (mgr.25480) 719 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:07.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:07 smithi067 bash[79370]: cephadm 2023-12-09T02:13:05.945885+0000 mgr.y (mgr.25480) 720 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:07.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:07 smithi067 bash[79370]: cephadm 2023-12-09T02:13:06.041169+0000 mgr.y (mgr.25480) 721 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:07.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:07 smithi067 bash[79370]: cephadm 2023-12-09T02:13:06.135901+0000 mgr.y (mgr.25480) 722 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:07.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:07 smithi067 bash[79370]: cephadm 2023-12-09T02:13:06.217329+0000 mgr.y (mgr.25480) 723 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:07.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:07 smithi067 bash[79370]: cephadm 2023-12-09T02:13:06.310878+0000 mgr.y (mgr.25480) 724 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:07.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:07 smithi067 bash[79370]: cephadm 2023-12-09T02:13:06.404149+0000 mgr.y (mgr.25480) 725 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:07.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:07 smithi067 bash[79370]: cluster 2023-12-09T02:13:06.407543+0000 mgr.y (mgr.25480) 726 : cluster 0 pgmap v122: 161 pgs: 10 active+clean+remapped, 12 active+undersized+degraded, 33 active+undersized, 106 active+clean; 585 KiB data, 147 MiB used, 715 GiB / 715 GiB avail; 66 KiB/s rd, 0 B/s wr, 109 op/s; 54/726 objects degraded (7.438%); 41/726 objects misplaced (5.647%); 48 B/s, 1 objects/s recovering 2023-12-09T02:13:07.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:07 smithi067 bash[79370]: cephadm 2023-12-09T02:13:06.501482+0000 mgr.y (mgr.25480) 727 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:07.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:07 smithi067 bash[79370]: cephadm 2023-12-09T02:13:06.602609+0000 mgr.y (mgr.25480) 728 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:07.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:07 smithi067 bash[79370]: audit 2023-12-09T02:13:06.685921+0000 mon.a (mon.0) 2964 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:07.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:07 smithi067 bash[79370]: audit 2023-12-09T02:13:06.687901+0000 mon.a (mon.0) 2965 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:07.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:07 smithi067 bash[79370]: audit 2023-12-09T02:13:06.690066+0000 mon.a (mon.0) 2966 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:07.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:07 smithi067 bash[79370]: audit 2023-12-09T02:13:06.690759+0000 mon.a (mon.0) 2967 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:07.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:07 smithi067 bash[79370]: audit 2023-12-09T02:13:06.697052+0000 mon.a (mon.0) 2968 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:07.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:07 smithi067 bash[79370]: cephadm 2023-12-09T02:13:06.697820+0000 mgr.y (mgr.25480) 729 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:07.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:07 smithi067 bash[79370]: audit 2023-12-09T02:13:06.778179+0000 mon.a (mon.0) 2969 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:07.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:07 smithi067 bash[79370]: audit 2023-12-09T02:13:06.780505+0000 mon.a (mon.0) 2970 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:07.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:07 smithi067 bash[79370]: audit 2023-12-09T02:13:06.783120+0000 mon.a (mon.0) 2971 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:07.972 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:07 smithi067 bash[82083]: cephadm 2023-12-09T02:13:05.757054+0000 mgr.y (mgr.25480) 718 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:07.972 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:07 smithi067 bash[82083]: cephadm 2023-12-09T02:13:05.850036+0000 mgr.y (mgr.25480) 719 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:07.972 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:07 smithi067 bash[82083]: cephadm 2023-12-09T02:13:05.945885+0000 mgr.y (mgr.25480) 720 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:07.972 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:07 smithi067 bash[82083]: cephadm 2023-12-09T02:13:06.041169+0000 mgr.y (mgr.25480) 721 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:07.972 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:07 smithi067 bash[82083]: cephadm 2023-12-09T02:13:06.135901+0000 mgr.y (mgr.25480) 722 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:07.972 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:07 smithi067 bash[82083]: cephadm 2023-12-09T02:13:06.217329+0000 mgr.y (mgr.25480) 723 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:07.972 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:07 smithi067 bash[82083]: cephadm 2023-12-09T02:13:06.310878+0000 mgr.y (mgr.25480) 724 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:07.972 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:07 smithi067 bash[82083]: cephadm 2023-12-09T02:13:06.404149+0000 mgr.y (mgr.25480) 725 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:07.972 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:07 smithi067 bash[82083]: cluster 2023-12-09T02:13:06.407543+0000 mgr.y (mgr.25480) 726 : cluster 0 pgmap v122: 161 pgs: 10 active+clean+remapped, 12 active+undersized+degraded, 33 active+undersized, 106 active+clean; 585 KiB data, 147 MiB used, 715 GiB / 715 GiB avail; 66 KiB/s rd, 0 B/s wr, 109 op/s; 54/726 objects degraded (7.438%); 41/726 objects misplaced (5.647%); 48 B/s, 1 objects/s recovering 2023-12-09T02:13:07.972 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:07 smithi067 bash[82083]: cephadm 2023-12-09T02:13:06.501482+0000 mgr.y (mgr.25480) 727 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:07.972 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:07 smithi067 bash[82083]: cephadm 2023-12-09T02:13:06.602609+0000 mgr.y (mgr.25480) 728 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:07.972 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:07 smithi067 bash[82083]: audit 2023-12-09T02:13:06.685921+0000 mon.a (mon.0) 2964 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:07.973 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:07 smithi067 bash[82083]: audit 2023-12-09T02:13:06.687901+0000 mon.a (mon.0) 2965 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:07.973 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:07 smithi067 bash[82083]: audit 2023-12-09T02:13:06.690066+0000 mon.a (mon.0) 2966 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:07.973 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:07 smithi067 bash[82083]: audit 2023-12-09T02:13:06.690759+0000 mon.a (mon.0) 2967 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:07.973 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:07 smithi067 bash[82083]: audit 2023-12-09T02:13:06.697052+0000 mon.a (mon.0) 2968 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:07.973 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:07 smithi067 bash[82083]: cephadm 2023-12-09T02:13:06.697820+0000 mgr.y (mgr.25480) 729 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:07.973 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:07 smithi067 bash[82083]: audit 2023-12-09T02:13:06.778179+0000 mon.a (mon.0) 2969 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:07.973 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:07 smithi067 bash[82083]: audit 2023-12-09T02:13:06.780505+0000 mon.a (mon.0) 2970 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:07.973 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:07 smithi067 bash[82083]: audit 2023-12-09T02:13:06.783120+0000 mon.a (mon.0) 2971 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:07.973 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:07 smithi067 bash[79370]: audit 2023-12-09T02:13:06.784169+0000 mon.a (mon.0) 2972 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:07.973 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:07 smithi067 bash[79370]: audit 2023-12-09T02:13:06.792121+0000 mon.a (mon.0) 2973 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:07.973 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:07 smithi067 bash[79370]: audit 2023-12-09T02:13:06.854900+0000 mon.a (mon.0) 2974 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:07.973 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:07 smithi067 bash[79370]: audit 2023-12-09T02:13:06.857409+0000 mon.a (mon.0) 2975 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:07.974 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:07 smithi067 bash[79370]: audit 2023-12-09T02:13:06.860751+0000 mon.a (mon.0) 2976 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:07.974 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:07 smithi067 bash[79370]: audit 2023-12-09T02:13:06.862181+0000 mon.a (mon.0) 2977 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:07.974 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:07 smithi067 bash[79370]: audit 2023-12-09T02:13:06.870567+0000 mon.a (mon.0) 2978 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:07.974 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:07 smithi067 bash[79370]: audit 2023-12-09T02:13:06.937324+0000 mon.a (mon.0) 2979 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:07.974 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:07 smithi067 bash[79370]: audit 2023-12-09T02:13:06.939844+0000 mon.a (mon.0) 2980 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:07.974 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:07 smithi067 bash[79370]: audit 2023-12-09T02:13:06.942597+0000 mon.a (mon.0) 2981 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:07.974 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:07 smithi067 bash[79370]: audit 2023-12-09T02:13:06.943666+0000 mon.a (mon.0) 2982 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:07.974 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:07 smithi067 bash[79370]: audit 2023-12-09T02:13:06.952029+0000 mon.a (mon.0) 2983 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:07.974 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:07 smithi067 bash[79370]: audit 2023-12-09T02:13:07.033706+0000 mon.a (mon.0) 2984 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:07.974 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:07 smithi067 bash[79370]: audit 2023-12-09T02:13:07.035855+0000 mon.a (mon.0) 2985 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:07.974 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:07 smithi067 bash[79370]: audit 2023-12-09T02:13:07.038413+0000 mon.a (mon.0) 2986 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:07.974 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:07 smithi067 bash[79370]: audit 2023-12-09T02:13:07.039402+0000 mon.a (mon.0) 2987 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:07.974 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:07 smithi067 bash[79370]: audit 2023-12-09T02:13:07.047131+0000 mon.a (mon.0) 2988 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:07.974 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:07 smithi067 bash[79370]: audit 2023-12-09T02:13:07.127004+0000 mon.a (mon.0) 2989 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:07.974 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:07 smithi067 bash[79370]: audit 2023-12-09T02:13:07.129761+0000 mon.a (mon.0) 2990 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:07.975 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:07 smithi067 bash[82083]: audit 2023-12-09T02:13:06.784169+0000 mon.a (mon.0) 2972 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:07.975 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:07 smithi067 bash[82083]: audit 2023-12-09T02:13:06.792121+0000 mon.a (mon.0) 2973 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:07.975 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:07 smithi067 bash[82083]: audit 2023-12-09T02:13:06.854900+0000 mon.a (mon.0) 2974 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:07.975 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:07 smithi067 bash[82083]: audit 2023-12-09T02:13:06.857409+0000 mon.a (mon.0) 2975 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:07.975 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:07 smithi067 bash[82083]: audit 2023-12-09T02:13:06.860751+0000 mon.a (mon.0) 2976 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:07.975 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:07 smithi067 bash[82083]: audit 2023-12-09T02:13:06.862181+0000 mon.a (mon.0) 2977 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:07.975 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:07 smithi067 bash[82083]: audit 2023-12-09T02:13:06.870567+0000 mon.a (mon.0) 2978 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:07.975 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:07 smithi067 bash[82083]: audit 2023-12-09T02:13:06.937324+0000 mon.a (mon.0) 2979 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:07.975 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:07 smithi067 bash[82083]: audit 2023-12-09T02:13:06.939844+0000 mon.a (mon.0) 2980 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:07.975 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:07 smithi067 bash[82083]: audit 2023-12-09T02:13:06.942597+0000 mon.a (mon.0) 2981 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:07.975 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:07 smithi067 bash[82083]: audit 2023-12-09T02:13:06.943666+0000 mon.a (mon.0) 2982 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:07.975 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:07 smithi067 bash[82083]: audit 2023-12-09T02:13:06.952029+0000 mon.a (mon.0) 2983 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:07.976 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:07 smithi067 bash[82083]: audit 2023-12-09T02:13:07.033706+0000 mon.a (mon.0) 2984 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:07.976 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:07 smithi067 bash[82083]: audit 2023-12-09T02:13:07.035855+0000 mon.a (mon.0) 2985 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:07.976 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:07 smithi067 bash[82083]: audit 2023-12-09T02:13:07.038413+0000 mon.a (mon.0) 2986 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:07.976 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:07 smithi067 bash[82083]: audit 2023-12-09T02:13:07.039402+0000 mon.a (mon.0) 2987 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:07.976 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:07 smithi067 bash[82083]: audit 2023-12-09T02:13:07.047131+0000 mon.a (mon.0) 2988 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:07.976 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:07 smithi067 bash[82083]: audit 2023-12-09T02:13:07.127004+0000 mon.a (mon.0) 2989 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:07.976 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:07 smithi067 bash[82083]: audit 2023-12-09T02:13:07.129761+0000 mon.a (mon.0) 2990 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:07.976 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:07 smithi067 bash[79370]: audit 2023-12-09T02:13:07.133314+0000 mon.a (mon.0) 2991 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:07.976 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:07 smithi067 bash[79370]: audit 2023-12-09T02:13:07.134687+0000 mon.a (mon.0) 2992 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:07.976 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:07 smithi067 bash[79370]: audit 2023-12-09T02:13:07.141560+0000 mon.a (mon.0) 2993 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:07.977 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:07 smithi067 bash[79370]: cluster 2023-12-09T02:13:07.197711+0000 mon.a (mon.0) 2994 : cluster 3 Health check update: Degraded data redundancy: 54/726 objects degraded (7.438%), 12 pgs degraded (PG_DEGRADED) 2023-12-09T02:13:07.977 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:07 smithi067 bash[79370]: audit 2023-12-09T02:13:07.224242+0000 mon.a (mon.0) 2995 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:07.977 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:07 smithi067 bash[79370]: audit 2023-12-09T02:13:07.227023+0000 mon.a (mon.0) 2996 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:07.977 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:07 smithi067 bash[79370]: audit 2023-12-09T02:13:07.229703+0000 mon.a (mon.0) 2997 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:07.977 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:07 smithi067 bash[79370]: audit 2023-12-09T02:13:07.230596+0000 mon.a (mon.0) 2998 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:07.977 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:07 smithi067 bash[79370]: audit 2023-12-09T02:13:07.237446+0000 mon.a (mon.0) 2999 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:07.977 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:07 smithi067 bash[79370]: audit 2023-12-09T02:13:07.299650+0000 mon.a (mon.0) 3000 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:07.977 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:07 smithi067 bash[79370]: audit 2023-12-09T02:13:07.303448+0000 mon.a (mon.0) 3001 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:07.977 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:07 smithi067 bash[79370]: audit 2023-12-09T02:13:07.306539+0000 mon.a (mon.0) 3002 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:07.977 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:07 smithi067 bash[79370]: audit 2023-12-09T02:13:07.307433+0000 mon.a (mon.0) 3003 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:07.977 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:07 smithi067 bash[79370]: audit 2023-12-09T02:13:07.315262+0000 mon.a (mon.0) 3004 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:07.977 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:07 smithi067 bash[79370]: audit 2023-12-09T02:13:07.393364+0000 mon.a (mon.0) 3005 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:07.977 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:07 smithi067 bash[79370]: audit 2023-12-09T02:13:07.397837+0000 mon.a (mon.0) 3006 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:07.977 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:07 smithi067 bash[79370]: audit 2023-12-09T02:13:07.399949+0000 mon.a (mon.0) 3007 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:07.977 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:07 smithi067 bash[79370]: audit 2023-12-09T02:13:07.400800+0000 mon.a (mon.0) 3008 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:07.977 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:07 smithi067 bash[79370]: audit 2023-12-09T02:13:07.414409+0000 mon.a (mon.0) 3009 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:07.978 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:07 smithi067 bash[79370]: audit 2023-12-09T02:13:07.478915+0000 mon.a (mon.0) 3010 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:07.978 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:07 smithi067 bash[79370]: audit 2023-12-09T02:13:07.482203+0000 mon.a (mon.0) 3011 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:07.978 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:07 smithi067 bash[79370]: audit 2023-12-09T02:13:07.485988+0000 mon.a (mon.0) 3012 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:07.978 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:07 smithi067 bash[79370]: audit 2023-12-09T02:13:07.487049+0000 mon.a (mon.0) 3013 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:07.978 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:07 smithi067 bash[79370]: audit 2023-12-09T02:13:07.495083+0000 mon.a (mon.0) 3014 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:07.978 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:07 smithi067 bash[79370]: audit 2023-12-09T02:13:07.577411+0000 mon.a (mon.0) 3015 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:07.978 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:07 smithi067 bash[79370]: audit 2023-12-09T02:13:07.581398+0000 mon.a (mon.0) 3016 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:07.978 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:07 smithi067 bash[79370]: audit 2023-12-09T02:13:07.585011+0000 mon.a (mon.0) 3017 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:07.978 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:07 smithi067 bash[79370]: audit 2023-12-09T02:13:07.586169+0000 mon.a (mon.0) 3018 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:07.978 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:07 smithi067 bash[79370]: audit 2023-12-09T02:13:07.595341+0000 mon.a (mon.0) 3019 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:07.978 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:07 smithi067 bash[82083]: audit 2023-12-09T02:13:07.133314+0000 mon.a (mon.0) 2991 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:07.979 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:07 smithi067 bash[82083]: audit 2023-12-09T02:13:07.134687+0000 mon.a (mon.0) 2992 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:07.979 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:07 smithi067 bash[82083]: audit 2023-12-09T02:13:07.141560+0000 mon.a (mon.0) 2993 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:07.979 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:07 smithi067 bash[82083]: cluster 2023-12-09T02:13:07.197711+0000 mon.a (mon.0) 2994 : cluster 3 Health check update: Degraded data redundancy: 54/726 objects degraded (7.438%), 12 pgs degraded (PG_DEGRADED) 2023-12-09T02:13:07.979 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:07 smithi067 bash[82083]: audit 2023-12-09T02:13:07.224242+0000 mon.a (mon.0) 2995 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:07.979 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:07 smithi067 bash[82083]: audit 2023-12-09T02:13:07.227023+0000 mon.a (mon.0) 2996 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:07.979 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:07 smithi067 bash[82083]: audit 2023-12-09T02:13:07.229703+0000 mon.a (mon.0) 2997 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:07.979 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:07 smithi067 bash[82083]: audit 2023-12-09T02:13:07.230596+0000 mon.a (mon.0) 2998 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:07.979 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:07 smithi067 bash[82083]: audit 2023-12-09T02:13:07.237446+0000 mon.a (mon.0) 2999 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:07.979 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:07 smithi067 bash[82083]: audit 2023-12-09T02:13:07.299650+0000 mon.a (mon.0) 3000 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:07.979 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:07 smithi067 bash[82083]: audit 2023-12-09T02:13:07.303448+0000 mon.a (mon.0) 3001 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:07.979 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:07 smithi067 bash[82083]: audit 2023-12-09T02:13:07.306539+0000 mon.a (mon.0) 3002 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:07.979 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:07 smithi067 bash[82083]: audit 2023-12-09T02:13:07.307433+0000 mon.a (mon.0) 3003 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:07.979 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:07 smithi067 bash[82083]: audit 2023-12-09T02:13:07.315262+0000 mon.a (mon.0) 3004 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:07.979 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:07 smithi067 bash[82083]: audit 2023-12-09T02:13:07.393364+0000 mon.a (mon.0) 3005 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:07.979 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:07 smithi067 bash[82083]: audit 2023-12-09T02:13:07.397837+0000 mon.a (mon.0) 3006 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:07.980 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:07 smithi067 bash[82083]: audit 2023-12-09T02:13:07.399949+0000 mon.a (mon.0) 3007 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:07.980 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:07 smithi067 bash[82083]: audit 2023-12-09T02:13:07.400800+0000 mon.a (mon.0) 3008 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:07.980 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:07 smithi067 bash[82083]: audit 2023-12-09T02:13:07.414409+0000 mon.a (mon.0) 3009 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:07.980 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:07 smithi067 bash[82083]: audit 2023-12-09T02:13:07.478915+0000 mon.a (mon.0) 3010 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:07.980 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:07 smithi067 bash[82083]: audit 2023-12-09T02:13:07.482203+0000 mon.a (mon.0) 3011 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:07.980 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:07 smithi067 bash[82083]: audit 2023-12-09T02:13:07.485988+0000 mon.a (mon.0) 3012 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:07.980 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:07 smithi067 bash[82083]: audit 2023-12-09T02:13:07.487049+0000 mon.a (mon.0) 3013 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:07.980 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:07 smithi067 bash[82083]: audit 2023-12-09T02:13:07.495083+0000 mon.a (mon.0) 3014 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:07.980 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:07 smithi067 bash[82083]: audit 2023-12-09T02:13:07.577411+0000 mon.a (mon.0) 3015 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:07.980 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:07 smithi067 bash[82083]: audit 2023-12-09T02:13:07.581398+0000 mon.a (mon.0) 3016 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:07.980 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:07 smithi067 bash[82083]: audit 2023-12-09T02:13:07.585011+0000 mon.a (mon.0) 3017 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:07.980 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:07 smithi067 bash[82083]: audit 2023-12-09T02:13:07.586169+0000 mon.a (mon.0) 3018 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:07.980 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:07 smithi067 bash[82083]: audit 2023-12-09T02:13:07.595341+0000 mon.a (mon.0) 3019 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:07.981 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:07 smithi125 bash[66801]: cephadm 2023-12-09T02:13:05.757054+0000 mgr.y (mgr.25480) 718 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:07.981 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:07 smithi125 bash[66801]: cephadm 2023-12-09T02:13:05.850036+0000 mgr.y (mgr.25480) 719 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:07.981 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:07 smithi125 bash[66801]: cephadm 2023-12-09T02:13:05.945885+0000 mgr.y (mgr.25480) 720 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:07.981 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:07 smithi125 bash[66801]: cephadm 2023-12-09T02:13:06.041169+0000 mgr.y (mgr.25480) 721 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:07.981 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:07 smithi125 bash[66801]: cephadm 2023-12-09T02:13:06.135901+0000 mgr.y (mgr.25480) 722 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:07.981 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:07 smithi125 bash[66801]: cephadm 2023-12-09T02:13:06.217329+0000 mgr.y (mgr.25480) 723 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:07.981 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:07 smithi125 bash[66801]: cephadm 2023-12-09T02:13:06.310878+0000 mgr.y (mgr.25480) 724 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:07.981 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:07 smithi125 bash[66801]: cephadm 2023-12-09T02:13:06.404149+0000 mgr.y (mgr.25480) 725 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:07.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:07 smithi125 bash[66801]: cluster 2023-12-09T02:13:06.407543+0000 mgr.y (mgr.25480) 726 : cluster 0 pgmap v122: 161 pgs: 10 active+clean+remapped, 12 active+undersized+degraded, 33 active+undersized, 106 active+clean; 585 KiB data, 147 MiB used, 715 GiB / 715 GiB avail; 66 KiB/s rd, 0 B/s wr, 109 op/s; 54/726 objects degraded (7.438%); 41/726 objects misplaced (5.647%); 48 B/s, 1 objects/s recovering 2023-12-09T02:13:07.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:07 smithi125 bash[66801]: cephadm 2023-12-09T02:13:06.501482+0000 mgr.y (mgr.25480) 727 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:07.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:07 smithi125 bash[66801]: cephadm 2023-12-09T02:13:06.602609+0000 mgr.y (mgr.25480) 728 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:07.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:07 smithi125 bash[66801]: audit 2023-12-09T02:13:06.685921+0000 mon.a (mon.0) 2964 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:07.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:07 smithi125 bash[66801]: audit 2023-12-09T02:13:06.687901+0000 mon.a (mon.0) 2965 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:07.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:07 smithi125 bash[66801]: audit 2023-12-09T02:13:06.690066+0000 mon.a (mon.0) 2966 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:07.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:07 smithi125 bash[66801]: audit 2023-12-09T02:13:06.690759+0000 mon.a (mon.0) 2967 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:07.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:07 smithi125 bash[66801]: audit 2023-12-09T02:13:06.697052+0000 mon.a (mon.0) 2968 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:07.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:07 smithi125 bash[66801]: cephadm 2023-12-09T02:13:06.697820+0000 mgr.y (mgr.25480) 729 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:07.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:07 smithi125 bash[66801]: audit 2023-12-09T02:13:06.778179+0000 mon.a (mon.0) 2969 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:07.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:07 smithi125 bash[66801]: audit 2023-12-09T02:13:06.780505+0000 mon.a (mon.0) 2970 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:07.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:07 smithi125 bash[66801]: audit 2023-12-09T02:13:06.783120+0000 mon.a (mon.0) 2971 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:07.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:07 smithi125 bash[66801]: audit 2023-12-09T02:13:06.784169+0000 mon.a (mon.0) 2972 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:07.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:07 smithi125 bash[66801]: audit 2023-12-09T02:13:06.792121+0000 mon.a (mon.0) 2973 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:07.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:07 smithi125 bash[66801]: audit 2023-12-09T02:13:06.854900+0000 mon.a (mon.0) 2974 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:07.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:07 smithi125 bash[66801]: audit 2023-12-09T02:13:06.857409+0000 mon.a (mon.0) 2975 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:07.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:07 smithi125 bash[66801]: audit 2023-12-09T02:13:06.860751+0000 mon.a (mon.0) 2976 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:07.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:07 smithi125 bash[66801]: audit 2023-12-09T02:13:06.862181+0000 mon.a (mon.0) 2977 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:07.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:07 smithi125 bash[66801]: audit 2023-12-09T02:13:06.870567+0000 mon.a (mon.0) 2978 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:07.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:07 smithi125 bash[66801]: audit 2023-12-09T02:13:06.937324+0000 mon.a (mon.0) 2979 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:07.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:07 smithi125 bash[66801]: audit 2023-12-09T02:13:06.939844+0000 mon.a (mon.0) 2980 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:07.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:07 smithi125 bash[66801]: audit 2023-12-09T02:13:06.942597+0000 mon.a (mon.0) 2981 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:07.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:07 smithi125 bash[66801]: audit 2023-12-09T02:13:06.943666+0000 mon.a (mon.0) 2982 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:07.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:07 smithi125 bash[66801]: audit 2023-12-09T02:13:06.952029+0000 mon.a (mon.0) 2983 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:07.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:07 smithi125 bash[66801]: audit 2023-12-09T02:13:07.033706+0000 mon.a (mon.0) 2984 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:07.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:07 smithi125 bash[66801]: audit 2023-12-09T02:13:07.035855+0000 mon.a (mon.0) 2985 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:07.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:07 smithi125 bash[66801]: audit 2023-12-09T02:13:07.038413+0000 mon.a (mon.0) 2986 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:07.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:07 smithi125 bash[66801]: audit 2023-12-09T02:13:07.039402+0000 mon.a (mon.0) 2987 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:07.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:07 smithi125 bash[66801]: audit 2023-12-09T02:13:07.047131+0000 mon.a (mon.0) 2988 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:07.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:07 smithi125 bash[66801]: audit 2023-12-09T02:13:07.127004+0000 mon.a (mon.0) 2989 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:07.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:07 smithi125 bash[66801]: audit 2023-12-09T02:13:07.129761+0000 mon.a (mon.0) 2990 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:07.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:07 smithi125 bash[66801]: audit 2023-12-09T02:13:07.133314+0000 mon.a (mon.0) 2991 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:07.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:07 smithi125 bash[66801]: audit 2023-12-09T02:13:07.134687+0000 mon.a (mon.0) 2992 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:07.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:07 smithi125 bash[66801]: audit 2023-12-09T02:13:07.141560+0000 mon.a (mon.0) 2993 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:07.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:07 smithi125 bash[66801]: cluster 2023-12-09T02:13:07.197711+0000 mon.a (mon.0) 2994 : cluster 3 Health check update: Degraded data redundancy: 54/726 objects degraded (7.438%), 12 pgs degraded (PG_DEGRADED) 2023-12-09T02:13:07.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:07 smithi125 bash[66801]: audit 2023-12-09T02:13:07.224242+0000 mon.a (mon.0) 2995 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:07.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:07 smithi125 bash[66801]: audit 2023-12-09T02:13:07.227023+0000 mon.a (mon.0) 2996 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:07.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:07 smithi125 bash[66801]: audit 2023-12-09T02:13:07.229703+0000 mon.a (mon.0) 2997 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:07.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:07 smithi125 bash[66801]: audit 2023-12-09T02:13:07.230596+0000 mon.a (mon.0) 2998 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:07.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:07 smithi125 bash[66801]: audit 2023-12-09T02:13:07.237446+0000 mon.a (mon.0) 2999 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:07.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:07 smithi125 bash[66801]: audit 2023-12-09T02:13:07.299650+0000 mon.a (mon.0) 3000 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:07.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:07 smithi125 bash[66801]: audit 2023-12-09T02:13:07.303448+0000 mon.a (mon.0) 3001 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:07.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:07 smithi125 bash[66801]: audit 2023-12-09T02:13:07.306539+0000 mon.a (mon.0) 3002 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:07.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:07 smithi125 bash[66801]: audit 2023-12-09T02:13:07.307433+0000 mon.a (mon.0) 3003 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:07.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:07 smithi125 bash[66801]: audit 2023-12-09T02:13:07.315262+0000 mon.a (mon.0) 3004 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:07.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:07 smithi125 bash[66801]: audit 2023-12-09T02:13:07.393364+0000 mon.a (mon.0) 3005 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:07.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:07 smithi125 bash[66801]: audit 2023-12-09T02:13:07.397837+0000 mon.a (mon.0) 3006 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:07.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:07 smithi125 bash[66801]: audit 2023-12-09T02:13:07.399949+0000 mon.a (mon.0) 3007 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:07.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:07 smithi125 bash[66801]: audit 2023-12-09T02:13:07.400800+0000 mon.a (mon.0) 3008 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:07.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:07 smithi125 bash[66801]: audit 2023-12-09T02:13:07.414409+0000 mon.a (mon.0) 3009 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:07.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:07 smithi125 bash[66801]: audit 2023-12-09T02:13:07.478915+0000 mon.a (mon.0) 3010 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:07.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:07 smithi125 bash[66801]: audit 2023-12-09T02:13:07.482203+0000 mon.a (mon.0) 3011 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:07.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:07 smithi125 bash[66801]: audit 2023-12-09T02:13:07.485988+0000 mon.a (mon.0) 3012 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:07.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:07 smithi125 bash[66801]: audit 2023-12-09T02:13:07.487049+0000 mon.a (mon.0) 3013 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:07.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:07 smithi125 bash[66801]: audit 2023-12-09T02:13:07.495083+0000 mon.a (mon.0) 3014 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:07.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:07 smithi125 bash[66801]: audit 2023-12-09T02:13:07.577411+0000 mon.a (mon.0) 3015 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:07.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:07 smithi125 bash[66801]: audit 2023-12-09T02:13:07.581398+0000 mon.a (mon.0) 3016 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:07.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:07 smithi125 bash[66801]: audit 2023-12-09T02:13:07.585011+0000 mon.a (mon.0) 3017 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:07.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:07 smithi125 bash[66801]: audit 2023-12-09T02:13:07.586169+0000 mon.a (mon.0) 3018 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:07.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:07 smithi125 bash[66801]: audit 2023-12-09T02:13:07.595341+0000 mon.a (mon.0) 3019 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:08.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:08 smithi067 bash[79370]: cephadm 2023-12-09T02:13:06.792643+0000 mgr.y (mgr.25480) 730 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:08.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:08 smithi067 bash[79370]: cephadm 2023-12-09T02:13:06.871233+0000 mgr.y (mgr.25480) 731 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:08.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:08 smithi067 bash[79370]: cephadm 2023-12-09T02:13:06.952669+0000 mgr.y (mgr.25480) 732 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:08.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:08 smithi067 bash[79370]: cephadm 2023-12-09T02:13:07.047822+0000 mgr.y (mgr.25480) 733 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:08.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:08 smithi067 bash[79370]: cephadm 2023-12-09T02:13:07.142095+0000 mgr.y (mgr.25480) 734 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:08.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:08 smithi067 bash[79370]: cephadm 2023-12-09T02:13:07.238322+0000 mgr.y (mgr.25480) 735 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:08.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:08 smithi067 bash[79370]: cephadm 2023-12-09T02:13:07.316020+0000 mgr.y (mgr.25480) 736 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:08.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:08 smithi067 bash[79370]: cephadm 2023-12-09T02:13:07.415115+0000 mgr.y (mgr.25480) 737 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:08.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:08 smithi067 bash[79370]: cephadm 2023-12-09T02:13:07.495594+0000 mgr.y (mgr.25480) 738 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:08.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:08 smithi067 bash[79370]: cephadm 2023-12-09T02:13:07.595987+0000 mgr.y (mgr.25480) 739 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:08.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:08 smithi067 bash[79370]: audit 2023-12-09T02:13:07.672601+0000 mon.a (mon.0) 3020 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:08.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:08 smithi067 bash[79370]: audit 2023-12-09T02:13:07.675485+0000 mon.a (mon.0) 3021 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:08.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:08 smithi067 bash[79370]: audit 2023-12-09T02:13:07.678177+0000 mon.a (mon.0) 3022 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:08.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:08 smithi067 bash[79370]: audit 2023-12-09T02:13:07.679160+0000 mon.a (mon.0) 3023 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:08.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:08 smithi067 bash[79370]: audit 2023-12-09T02:13:07.685731+0000 mon.a (mon.0) 3024 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:08.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:08 smithi067 bash[79370]: cephadm 2023-12-09T02:13:07.686450+0000 mgr.y (mgr.25480) 740 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:08.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:08 smithi067 bash[79370]: audit 2023-12-09T02:13:07.774183+0000 mon.a (mon.0) 3025 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:08.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:08 smithi067 bash[79370]: audit 2023-12-09T02:13:07.776296+0000 mon.a (mon.0) 3026 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:08.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:08 smithi067 bash[79370]: audit 2023-12-09T02:13:07.778705+0000 mon.a (mon.0) 3027 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:08.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:08 smithi067 bash[79370]: audit 2023-12-09T02:13:07.779557+0000 mon.a (mon.0) 3028 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:08.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:08 smithi067 bash[79370]: audit 2023-12-09T02:13:07.785149+0000 mon.a (mon.0) 3029 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:08.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:08 smithi067 bash[79370]: audit 2023-12-09T02:13:07.863462+0000 mon.a (mon.0) 3030 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:08.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:08 smithi067 bash[79370]: audit 2023-12-09T02:13:07.866560+0000 mon.a (mon.0) 3031 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:08.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:08 smithi067 bash[79370]: audit 2023-12-09T02:13:07.869750+0000 mon.a (mon.0) 3032 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:08.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:08 smithi067 bash[79370]: audit 2023-12-09T02:13:07.871195+0000 mon.a (mon.0) 3033 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:08.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:08 smithi067 bash[79370]: audit 2023-12-09T02:13:07.879884+0000 mon.a (mon.0) 3034 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:08.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:08 smithi067 bash[79370]: audit 2023-12-09T02:13:07.957953+0000 mon.a (mon.0) 3035 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:08.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:08 smithi067 bash[79370]: audit 2023-12-09T02:13:07.960760+0000 mon.a (mon.0) 3036 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:08.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:08 smithi067 bash[79370]: audit 2023-12-09T02:13:07.964183+0000 mon.a (mon.0) 3037 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:08.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:08 smithi067 bash[79370]: audit 2023-12-09T02:13:07.965300+0000 mon.a (mon.0) 3038 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:08.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:08 smithi067 bash[79370]: audit 2023-12-09T02:13:07.973046+0000 mon.a (mon.0) 3039 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:08.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:08 smithi067 bash[79370]: audit 2023-12-09T02:13:08.053914+0000 mon.a (mon.0) 3040 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:08.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:08 smithi067 bash[79370]: audit 2023-12-09T02:13:08.058293+0000 mon.a (mon.0) 3041 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:08.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:08 smithi067 bash[79370]: audit 2023-12-09T02:13:08.061626+0000 mon.a (mon.0) 3042 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:08.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:08 smithi067 bash[79370]: audit 2023-12-09T02:13:08.062819+0000 mon.a (mon.0) 3043 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:08.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:08 smithi067 bash[79370]: audit 2023-12-09T02:13:08.071361+0000 mon.a (mon.0) 3044 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:08.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:08 smithi067 bash[79370]: audit 2023-12-09T02:13:08.148915+0000 mon.a (mon.0) 3045 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:08.973 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:08 smithi067 bash[79370]: audit 2023-12-09T02:13:08.152330+0000 mon.a (mon.0) 3046 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:08.973 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:08 smithi067 bash[79370]: audit 2023-12-09T02:13:08.156224+0000 mon.a (mon.0) 3047 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:08.973 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:08 smithi067 bash[79370]: audit 2023-12-09T02:13:08.157387+0000 mon.a (mon.0) 3048 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:08.973 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:08 smithi067 bash[82083]: cephadm 2023-12-09T02:13:06.792643+0000 mgr.y (mgr.25480) 730 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:08.973 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:08 smithi067 bash[82083]: cephadm 2023-12-09T02:13:06.871233+0000 mgr.y (mgr.25480) 731 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:08.973 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:08 smithi067 bash[82083]: cephadm 2023-12-09T02:13:06.952669+0000 mgr.y (mgr.25480) 732 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:08.973 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:08 smithi067 bash[82083]: cephadm 2023-12-09T02:13:07.047822+0000 mgr.y (mgr.25480) 733 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:08.973 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:08 smithi067 bash[82083]: cephadm 2023-12-09T02:13:07.142095+0000 mgr.y (mgr.25480) 734 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:08.973 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:08 smithi067 bash[82083]: cephadm 2023-12-09T02:13:07.238322+0000 mgr.y (mgr.25480) 735 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:08.973 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:08 smithi067 bash[82083]: cephadm 2023-12-09T02:13:07.316020+0000 mgr.y (mgr.25480) 736 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:08.973 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:08 smithi067 bash[82083]: cephadm 2023-12-09T02:13:07.415115+0000 mgr.y (mgr.25480) 737 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:08.973 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:08 smithi067 bash[82083]: cephadm 2023-12-09T02:13:07.495594+0000 mgr.y (mgr.25480) 738 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:08.974 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:08 smithi067 bash[82083]: cephadm 2023-12-09T02:13:07.595987+0000 mgr.y (mgr.25480) 739 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:08.974 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:08 smithi067 bash[82083]: audit 2023-12-09T02:13:07.672601+0000 mon.a (mon.0) 3020 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:08.974 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:08 smithi067 bash[82083]: audit 2023-12-09T02:13:07.675485+0000 mon.a (mon.0) 3021 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:08.974 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:08 smithi067 bash[82083]: audit 2023-12-09T02:13:07.678177+0000 mon.a (mon.0) 3022 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:08.974 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:08 smithi067 bash[82083]: audit 2023-12-09T02:13:07.679160+0000 mon.a (mon.0) 3023 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:08.974 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:08 smithi067 bash[82083]: audit 2023-12-09T02:13:07.685731+0000 mon.a (mon.0) 3024 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:08.974 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:08 smithi067 bash[82083]: cephadm 2023-12-09T02:13:07.686450+0000 mgr.y (mgr.25480) 740 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:08.974 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:08 smithi067 bash[82083]: audit 2023-12-09T02:13:07.774183+0000 mon.a (mon.0) 3025 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:08.974 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:08 smithi067 bash[82083]: audit 2023-12-09T02:13:07.776296+0000 mon.a (mon.0) 3026 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:08.974 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:08 smithi067 bash[82083]: audit 2023-12-09T02:13:07.778705+0000 mon.a (mon.0) 3027 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:08.974 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:08 smithi067 bash[82083]: audit 2023-12-09T02:13:07.779557+0000 mon.a (mon.0) 3028 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:08.974 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:08 smithi067 bash[82083]: audit 2023-12-09T02:13:07.785149+0000 mon.a (mon.0) 3029 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:08.975 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:08 smithi067 bash[79370]: audit 2023-12-09T02:13:08.165863+0000 mon.a (mon.0) 3049 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:08.975 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:08 smithi067 bash[79370]: audit 2023-12-09T02:13:08.245085+0000 mon.a (mon.0) 3050 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:08.975 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:08 smithi067 bash[79370]: audit 2023-12-09T02:13:08.247591+0000 mon.a (mon.0) 3051 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:08.975 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:08 smithi067 bash[79370]: audit 2023-12-09T02:13:08.250758+0000 mon.a (mon.0) 3052 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:08.975 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:08 smithi067 bash[79370]: audit 2023-12-09T02:13:08.251803+0000 mon.a (mon.0) 3053 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:08.975 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:08 smithi067 bash[79370]: audit 2023-12-09T02:13:08.259165+0000 mon.a (mon.0) 3054 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:08.975 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:08 smithi067 bash[79370]: audit 2023-12-09T02:13:08.338997+0000 mon.a (mon.0) 3055 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:08.975 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:08 smithi067 bash[79370]: audit 2023-12-09T02:13:08.345938+0000 mon.a (mon.0) 3056 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:08.975 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:08 smithi067 bash[79370]: audit 2023-12-09T02:13:08.348257+0000 mon.a (mon.0) 3057 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:08.975 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:08 smithi067 bash[79370]: audit 2023-12-09T02:13:08.349014+0000 mon.a (mon.0) 3058 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:08.975 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:08 smithi067 bash[79370]: audit 2023-12-09T02:13:08.354919+0000 mon.a (mon.0) 3059 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:08.976 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:08 smithi067 bash[79370]: audit 2023-12-09T02:13:08.435637+0000 mon.a (mon.0) 3060 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:08.976 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:08 smithi067 bash[79370]: audit 2023-12-09T02:13:08.438549+0000 mon.a (mon.0) 3061 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:08.976 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:08 smithi067 bash[79370]: audit 2023-12-09T02:13:08.441095+0000 mon.a (mon.0) 3062 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:08.976 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:08 smithi067 bash[79370]: audit 2023-12-09T02:13:08.442011+0000 mon.a (mon.0) 3063 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:08.976 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:08 smithi067 bash[79370]: audit 2023-12-09T02:13:08.448727+0000 mon.a (mon.0) 3064 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:08.976 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:08 smithi067 bash[79370]: audit 2023-12-09T02:13:08.517375+0000 mon.a (mon.0) 3065 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:08.976 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:08 smithi067 bash[79370]: audit 2023-12-09T02:13:08.520151+0000 mon.a (mon.0) 3066 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:08.976 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:08 smithi067 bash[79370]: audit 2023-12-09T02:13:08.522881+0000 mon.a (mon.0) 3067 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:08.976 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:08 smithi067 bash[79370]: audit 2023-12-09T02:13:08.523994+0000 mon.a (mon.0) 3068 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:08.977 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:08 smithi067 bash[79370]: audit 2023-12-09T02:13:08.532915+0000 mon.a (mon.0) 3069 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:08.977 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:08 smithi067 bash[79370]: audit 2023-12-09T02:13:08.613007+0000 mon.a (mon.0) 3070 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:08.977 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:08 smithi067 bash[79370]: audit 2023-12-09T02:13:08.615819+0000 mon.a (mon.0) 3071 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:08.977 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:08 smithi067 bash[79370]: audit 2023-12-09T02:13:08.618524+0000 mon.a (mon.0) 3072 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:08.977 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:08 smithi067 bash[79370]: audit 2023-12-09T02:13:08.619510+0000 mon.a (mon.0) 3073 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:08.977 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:08 smithi067 bash[79370]: audit 2023-12-09T02:13:08.629087+0000 mon.a (mon.0) 3074 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:08.977 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:08 smithi067 bash[82083]: audit 2023-12-09T02:13:07.863462+0000 mon.a (mon.0) 3030 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:08.977 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:08 smithi067 bash[82083]: audit 2023-12-09T02:13:07.866560+0000 mon.a (mon.0) 3031 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:08.977 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:08 smithi067 bash[82083]: audit 2023-12-09T02:13:07.869750+0000 mon.a (mon.0) 3032 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:08.978 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:08 smithi067 bash[82083]: audit 2023-12-09T02:13:07.871195+0000 mon.a (mon.0) 3033 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:08.978 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:08 smithi067 bash[82083]: audit 2023-12-09T02:13:07.879884+0000 mon.a (mon.0) 3034 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:08.978 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:08 smithi067 bash[82083]: audit 2023-12-09T02:13:07.957953+0000 mon.a (mon.0) 3035 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:08.978 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:08 smithi067 bash[82083]: audit 2023-12-09T02:13:07.960760+0000 mon.a (mon.0) 3036 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:08.978 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:08 smithi067 bash[82083]: audit 2023-12-09T02:13:07.964183+0000 mon.a (mon.0) 3037 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:08.978 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:08 smithi067 bash[82083]: audit 2023-12-09T02:13:07.965300+0000 mon.a (mon.0) 3038 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:08.978 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:08 smithi067 bash[82083]: audit 2023-12-09T02:13:07.973046+0000 mon.a (mon.0) 3039 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:08.978 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:08 smithi067 bash[82083]: audit 2023-12-09T02:13:08.053914+0000 mon.a (mon.0) 3040 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:08.978 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:08 smithi067 bash[82083]: audit 2023-12-09T02:13:08.058293+0000 mon.a (mon.0) 3041 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:08.978 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:08 smithi067 bash[82083]: audit 2023-12-09T02:13:08.061626+0000 mon.a (mon.0) 3042 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:08.978 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:08 smithi067 bash[82083]: audit 2023-12-09T02:13:08.062819+0000 mon.a (mon.0) 3043 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:08.978 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:08 smithi067 bash[82083]: audit 2023-12-09T02:13:08.071361+0000 mon.a (mon.0) 3044 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:08.978 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:08 smithi067 bash[82083]: audit 2023-12-09T02:13:08.148915+0000 mon.a (mon.0) 3045 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:08.978 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:08 smithi067 bash[82083]: audit 2023-12-09T02:13:08.152330+0000 mon.a (mon.0) 3046 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:08.979 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:08 smithi067 bash[82083]: audit 2023-12-09T02:13:08.156224+0000 mon.a (mon.0) 3047 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:08.979 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:08 smithi067 bash[82083]: audit 2023-12-09T02:13:08.157387+0000 mon.a (mon.0) 3048 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:08.979 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:08 smithi067 bash[82083]: audit 2023-12-09T02:13:08.165863+0000 mon.a (mon.0) 3049 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:08.979 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:08 smithi067 bash[82083]: audit 2023-12-09T02:13:08.245085+0000 mon.a (mon.0) 3050 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:08.979 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:08 smithi067 bash[82083]: audit 2023-12-09T02:13:08.247591+0000 mon.a (mon.0) 3051 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:08.979 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:08 smithi067 bash[82083]: audit 2023-12-09T02:13:08.250758+0000 mon.a (mon.0) 3052 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:08.979 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:08 smithi067 bash[82083]: audit 2023-12-09T02:13:08.251803+0000 mon.a (mon.0) 3053 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:08.979 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:08 smithi067 bash[82083]: audit 2023-12-09T02:13:08.259165+0000 mon.a (mon.0) 3054 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:08.979 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:08 smithi067 bash[82083]: audit 2023-12-09T02:13:08.338997+0000 mon.a (mon.0) 3055 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:08.979 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:08 smithi067 bash[82083]: audit 2023-12-09T02:13:08.345938+0000 mon.a (mon.0) 3056 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:08.979 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:08 smithi067 bash[82083]: audit 2023-12-09T02:13:08.348257+0000 mon.a (mon.0) 3057 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:08.979 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:08 smithi067 bash[82083]: audit 2023-12-09T02:13:08.349014+0000 mon.a (mon.0) 3058 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:08.979 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:08 smithi067 bash[82083]: audit 2023-12-09T02:13:08.354919+0000 mon.a (mon.0) 3059 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:08.979 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:08 smithi067 bash[82083]: audit 2023-12-09T02:13:08.435637+0000 mon.a (mon.0) 3060 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:08.979 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:08 smithi067 bash[82083]: audit 2023-12-09T02:13:08.438549+0000 mon.a (mon.0) 3061 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:08.980 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:08 smithi067 bash[82083]: audit 2023-12-09T02:13:08.441095+0000 mon.a (mon.0) 3062 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:08.980 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:08 smithi067 bash[82083]: audit 2023-12-09T02:13:08.442011+0000 mon.a (mon.0) 3063 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:08.980 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:08 smithi067 bash[82083]: audit 2023-12-09T02:13:08.448727+0000 mon.a (mon.0) 3064 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:08.980 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:08 smithi067 bash[82083]: audit 2023-12-09T02:13:08.517375+0000 mon.a (mon.0) 3065 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:08.980 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:08 smithi067 bash[82083]: audit 2023-12-09T02:13:08.520151+0000 mon.a (mon.0) 3066 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:08.980 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:08 smithi067 bash[82083]: audit 2023-12-09T02:13:08.522881+0000 mon.a (mon.0) 3067 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:08.980 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:08 smithi067 bash[82083]: audit 2023-12-09T02:13:08.523994+0000 mon.a (mon.0) 3068 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:08.980 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:08 smithi067 bash[82083]: audit 2023-12-09T02:13:08.532915+0000 mon.a (mon.0) 3069 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:08.980 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:08 smithi067 bash[82083]: audit 2023-12-09T02:13:08.613007+0000 mon.a (mon.0) 3070 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:08.980 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:08 smithi067 bash[82083]: audit 2023-12-09T02:13:08.615819+0000 mon.a (mon.0) 3071 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:08.980 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:08 smithi067 bash[82083]: audit 2023-12-09T02:13:08.618524+0000 mon.a (mon.0) 3072 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:08.980 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:08 smithi067 bash[82083]: audit 2023-12-09T02:13:08.619510+0000 mon.a (mon.0) 3073 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:08.980 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:08 smithi067 bash[82083]: audit 2023-12-09T02:13:08.629087+0000 mon.a (mon.0) 3074 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:08.981 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:08 smithi125 bash[66801]: cephadm 2023-12-09T02:13:06.792643+0000 mgr.y (mgr.25480) 730 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:08.981 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:08 smithi125 bash[66801]: cephadm 2023-12-09T02:13:06.871233+0000 mgr.y (mgr.25480) 731 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:08.981 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:08 smithi125 bash[66801]: cephadm 2023-12-09T02:13:06.952669+0000 mgr.y (mgr.25480) 732 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:08.981 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:08 smithi125 bash[66801]: cephadm 2023-12-09T02:13:07.047822+0000 mgr.y (mgr.25480) 733 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:08.981 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:08 smithi125 bash[66801]: cephadm 2023-12-09T02:13:07.142095+0000 mgr.y (mgr.25480) 734 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:08.981 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:08 smithi125 bash[66801]: cephadm 2023-12-09T02:13:07.238322+0000 mgr.y (mgr.25480) 735 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:08.981 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:08 smithi125 bash[66801]: cephadm 2023-12-09T02:13:07.316020+0000 mgr.y (mgr.25480) 736 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:08.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:08 smithi125 bash[66801]: cephadm 2023-12-09T02:13:07.415115+0000 mgr.y (mgr.25480) 737 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:08.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:08 smithi125 bash[66801]: cephadm 2023-12-09T02:13:07.495594+0000 mgr.y (mgr.25480) 738 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:08.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:08 smithi125 bash[66801]: cephadm 2023-12-09T02:13:07.595987+0000 mgr.y (mgr.25480) 739 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:08.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:08 smithi125 bash[66801]: audit 2023-12-09T02:13:07.672601+0000 mon.a (mon.0) 3020 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:08.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:08 smithi125 bash[66801]: audit 2023-12-09T02:13:07.675485+0000 mon.a (mon.0) 3021 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:08.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:08 smithi125 bash[66801]: audit 2023-12-09T02:13:07.678177+0000 mon.a (mon.0) 3022 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:08.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:08 smithi125 bash[66801]: audit 2023-12-09T02:13:07.679160+0000 mon.a (mon.0) 3023 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:08.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:08 smithi125 bash[66801]: audit 2023-12-09T02:13:07.685731+0000 mon.a (mon.0) 3024 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:08.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:08 smithi125 bash[66801]: cephadm 2023-12-09T02:13:07.686450+0000 mgr.y (mgr.25480) 740 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:08.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:08 smithi125 bash[66801]: audit 2023-12-09T02:13:07.774183+0000 mon.a (mon.0) 3025 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:08.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:08 smithi125 bash[66801]: audit 2023-12-09T02:13:07.776296+0000 mon.a (mon.0) 3026 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:08.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:08 smithi125 bash[66801]: audit 2023-12-09T02:13:07.778705+0000 mon.a (mon.0) 3027 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:08.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:08 smithi125 bash[66801]: audit 2023-12-09T02:13:07.779557+0000 mon.a (mon.0) 3028 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:08.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:08 smithi125 bash[66801]: audit 2023-12-09T02:13:07.785149+0000 mon.a (mon.0) 3029 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:08.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:08 smithi125 bash[66801]: audit 2023-12-09T02:13:07.863462+0000 mon.a (mon.0) 3030 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:08.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:08 smithi125 bash[66801]: audit 2023-12-09T02:13:07.866560+0000 mon.a (mon.0) 3031 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:08.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:08 smithi125 bash[66801]: audit 2023-12-09T02:13:07.869750+0000 mon.a (mon.0) 3032 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:08.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:08 smithi125 bash[66801]: audit 2023-12-09T02:13:07.871195+0000 mon.a (mon.0) 3033 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:08.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:08 smithi125 bash[66801]: audit 2023-12-09T02:13:07.879884+0000 mon.a (mon.0) 3034 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:08.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:08 smithi125 bash[66801]: audit 2023-12-09T02:13:07.957953+0000 mon.a (mon.0) 3035 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:08.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:08 smithi125 bash[66801]: audit 2023-12-09T02:13:07.960760+0000 mon.a (mon.0) 3036 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:08.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:08 smithi125 bash[66801]: audit 2023-12-09T02:13:07.964183+0000 mon.a (mon.0) 3037 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:08.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:08 smithi125 bash[66801]: audit 2023-12-09T02:13:07.965300+0000 mon.a (mon.0) 3038 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:08.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:08 smithi125 bash[66801]: audit 2023-12-09T02:13:07.973046+0000 mon.a (mon.0) 3039 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:08.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:08 smithi125 bash[66801]: audit 2023-12-09T02:13:08.053914+0000 mon.a (mon.0) 3040 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:08.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:08 smithi125 bash[66801]: audit 2023-12-09T02:13:08.058293+0000 mon.a (mon.0) 3041 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:08.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:08 smithi125 bash[66801]: audit 2023-12-09T02:13:08.061626+0000 mon.a (mon.0) 3042 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:08.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:08 smithi125 bash[66801]: audit 2023-12-09T02:13:08.062819+0000 mon.a (mon.0) 3043 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:08.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:08 smithi125 bash[66801]: audit 2023-12-09T02:13:08.071361+0000 mon.a (mon.0) 3044 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:08.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:08 smithi125 bash[66801]: audit 2023-12-09T02:13:08.148915+0000 mon.a (mon.0) 3045 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:08.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:08 smithi125 bash[66801]: audit 2023-12-09T02:13:08.152330+0000 mon.a (mon.0) 3046 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:08.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:08 smithi125 bash[66801]: audit 2023-12-09T02:13:08.156224+0000 mon.a (mon.0) 3047 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:08.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:08 smithi125 bash[66801]: audit 2023-12-09T02:13:08.157387+0000 mon.a (mon.0) 3048 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:08.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:08 smithi125 bash[66801]: audit 2023-12-09T02:13:08.165863+0000 mon.a (mon.0) 3049 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:08.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:08 smithi125 bash[66801]: audit 2023-12-09T02:13:08.245085+0000 mon.a (mon.0) 3050 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:08.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:08 smithi125 bash[66801]: audit 2023-12-09T02:13:08.247591+0000 mon.a (mon.0) 3051 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:08.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:08 smithi125 bash[66801]: audit 2023-12-09T02:13:08.250758+0000 mon.a (mon.0) 3052 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:08.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:08 smithi125 bash[66801]: audit 2023-12-09T02:13:08.251803+0000 mon.a (mon.0) 3053 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:08.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:08 smithi125 bash[66801]: audit 2023-12-09T02:13:08.259165+0000 mon.a (mon.0) 3054 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:08.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:08 smithi125 bash[66801]: audit 2023-12-09T02:13:08.338997+0000 mon.a (mon.0) 3055 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:08.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:08 smithi125 bash[66801]: audit 2023-12-09T02:13:08.345938+0000 mon.a (mon.0) 3056 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:08.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:08 smithi125 bash[66801]: audit 2023-12-09T02:13:08.348257+0000 mon.a (mon.0) 3057 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:08.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:08 smithi125 bash[66801]: audit 2023-12-09T02:13:08.349014+0000 mon.a (mon.0) 3058 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:08.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:08 smithi125 bash[66801]: audit 2023-12-09T02:13:08.354919+0000 mon.a (mon.0) 3059 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:08.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:08 smithi125 bash[66801]: audit 2023-12-09T02:13:08.435637+0000 mon.a (mon.0) 3060 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:08.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:08 smithi125 bash[66801]: audit 2023-12-09T02:13:08.438549+0000 mon.a (mon.0) 3061 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:08.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:08 smithi125 bash[66801]: audit 2023-12-09T02:13:08.441095+0000 mon.a (mon.0) 3062 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:08.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:08 smithi125 bash[66801]: audit 2023-12-09T02:13:08.442011+0000 mon.a (mon.0) 3063 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:08.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:08 smithi125 bash[66801]: audit 2023-12-09T02:13:08.448727+0000 mon.a (mon.0) 3064 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:08.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:08 smithi125 bash[66801]: audit 2023-12-09T02:13:08.517375+0000 mon.a (mon.0) 3065 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:08.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:08 smithi125 bash[66801]: audit 2023-12-09T02:13:08.520151+0000 mon.a (mon.0) 3066 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:08.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:08 smithi125 bash[66801]: audit 2023-12-09T02:13:08.522881+0000 mon.a (mon.0) 3067 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:08.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:08 smithi125 bash[66801]: audit 2023-12-09T02:13:08.523994+0000 mon.a (mon.0) 3068 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:08.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:08 smithi125 bash[66801]: audit 2023-12-09T02:13:08.532915+0000 mon.a (mon.0) 3069 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:08.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:08 smithi125 bash[66801]: audit 2023-12-09T02:13:08.613007+0000 mon.a (mon.0) 3070 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:08.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:08 smithi125 bash[66801]: audit 2023-12-09T02:13:08.615819+0000 mon.a (mon.0) 3071 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:08.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:08 smithi125 bash[66801]: audit 2023-12-09T02:13:08.618524+0000 mon.a (mon.0) 3072 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:08.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:08 smithi125 bash[66801]: audit 2023-12-09T02:13:08.619510+0000 mon.a (mon.0) 3073 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:08.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:08 smithi125 bash[66801]: audit 2023-12-09T02:13:08.629087+0000 mon.a (mon.0) 3074 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:09.718 INFO:journalctl@ceph.osd.2.smithi067.stdout:Dec 09 02:13:09 smithi067 bash[93484]: debug 2023-12-09T02:13:09.437+0000 7fd3a18b7640 -1 osd.2 0 read_superblock omap replica is missing. 2023-12-09T02:13:09.718 INFO:journalctl@ceph.osd.2.smithi067.stdout:Dec 09 02:13:09 smithi067 bash[93484]: debug 2023-12-09T02:13:09.461+0000 7fd3a18b7640 -1 osd.2 115 log_to_monitors true 2023-12-09T02:13:09.718 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:09 smithi067 bash[79370]: cephadm 2023-12-09T02:13:07.785719+0000 mgr.y (mgr.25480) 741 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:09.719 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:09 smithi067 bash[79370]: cephadm 2023-12-09T02:13:07.880476+0000 mgr.y (mgr.25480) 742 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:09.719 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:09 smithi067 bash[79370]: cephadm 2023-12-09T02:13:07.973920+0000 mgr.y (mgr.25480) 743 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:09.719 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:09 smithi067 bash[79370]: cephadm 2023-12-09T02:13:08.071885+0000 mgr.y (mgr.25480) 744 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:09.719 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:09 smithi067 bash[79370]: cephadm 2023-12-09T02:13:08.166753+0000 mgr.y (mgr.25480) 745 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:09.719 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:09 smithi067 bash[79370]: cephadm 2023-12-09T02:13:08.259930+0000 mgr.y (mgr.25480) 746 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:09.719 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:09 smithi067 bash[79370]: cephadm 2023-12-09T02:13:08.355450+0000 mgr.y (mgr.25480) 747 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:09.719 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:09 smithi067 bash[79370]: cluster 2023-12-09T02:13:08.408383+0000 mgr.y (mgr.25480) 748 : cluster 0 pgmap v123: 161 pgs: 10 active+clean+remapped, 12 active+undersized+degraded, 33 active+undersized, 106 active+clean; 585 KiB data, 147 MiB used, 715 GiB / 715 GiB avail; 56 KiB/s rd, 0 B/s wr, 92 op/s; 54/726 objects degraded (7.438%); 41/726 objects misplaced (5.647%); 41 B/s, 1 objects/s recovering 2023-12-09T02:13:09.719 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:09 smithi067 bash[79370]: cephadm 2023-12-09T02:13:08.449308+0000 mgr.y (mgr.25480) 749 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:09.719 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:09 smithi067 bash[79370]: cephadm 2023-12-09T02:13:08.533593+0000 mgr.y (mgr.25480) 750 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:09.719 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:09 smithi067 bash[79370]: cephadm 2023-12-09T02:13:08.629716+0000 mgr.y (mgr.25480) 751 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:09.719 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:09 smithi067 bash[79370]: audit 2023-12-09T02:13:08.708051+0000 mon.a (mon.0) 3075 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:09.719 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:09 smithi067 bash[79370]: audit 2023-12-09T02:13:08.712088+0000 mon.a (mon.0) 3076 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:09.719 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:09 smithi067 bash[79370]: audit 2023-12-09T02:13:08.716130+0000 mon.a (mon.0) 3077 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:09.719 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:09 smithi067 bash[79370]: audit 2023-12-09T02:13:08.717804+0000 mon.a (mon.0) 3078 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:09.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:09 smithi067 bash[79370]: audit 2023-12-09T02:13:08.727058+0000 mon.a (mon.0) 3079 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:09.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:09 smithi067 bash[79370]: audit 2023-12-09T02:13:08.811127+0000 mon.a (mon.0) 3080 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:09.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:09 smithi067 bash[79370]: audit 2023-12-09T02:13:08.815065+0000 mon.a (mon.0) 3081 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:09.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:09 smithi067 bash[79370]: audit 2023-12-09T02:13:08.817917+0000 mon.a (mon.0) 3082 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:09.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:09 smithi067 bash[79370]: audit 2023-12-09T02:13:08.819322+0000 mon.a (mon.0) 3083 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:09.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:09 smithi067 bash[79370]: audit 2023-12-09T02:13:08.827948+0000 mon.a (mon.0) 3084 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:09.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:09 smithi067 bash[79370]: audit 2023-12-09T02:13:08.906176+0000 mon.a (mon.0) 3085 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:09.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:09 smithi067 bash[79370]: audit 2023-12-09T02:13:08.908698+0000 mon.a (mon.0) 3086 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:09.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:09 smithi067 bash[79370]: audit 2023-12-09T02:13:08.910972+0000 mon.a (mon.0) 3087 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:09.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:09 smithi067 bash[79370]: audit 2023-12-09T02:13:08.911870+0000 mon.a (mon.0) 3088 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:09.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:09 smithi067 bash[79370]: audit 2023-12-09T02:13:08.919456+0000 mon.a (mon.0) 3089 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:09.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:09 smithi067 bash[79370]: audit 2023-12-09T02:13:08.998029+0000 mon.a (mon.0) 3090 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:09.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:09 smithi067 bash[79370]: audit 2023-12-09T02:13:09.000073+0000 mon.a (mon.0) 3091 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:09.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:09 smithi067 bash[79370]: audit 2023-12-09T02:13:09.002849+0000 mon.a (mon.0) 3092 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:09.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:09 smithi067 bash[79370]: audit 2023-12-09T02:13:09.003644+0000 mon.a (mon.0) 3093 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:09.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:09 smithi067 bash[79370]: audit 2023-12-09T02:13:09.011109+0000 mon.a (mon.0) 3094 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:09.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:09 smithi067 bash[79370]: audit 2023-12-09T02:13:09.088862+0000 mon.a (mon.0) 3095 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:09.721 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:09 smithi067 bash[79370]: audit 2023-12-09T02:13:09.093490+0000 mon.a (mon.0) 3096 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:09.721 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:09 smithi067 bash[79370]: audit 2023-12-09T02:13:09.098326+0000 mon.a (mon.0) 3097 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:09.721 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:09 smithi067 bash[79370]: audit 2023-12-09T02:13:09.099690+0000 mon.a (mon.0) 3098 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:09.721 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:09 smithi067 bash[79370]: audit 2023-12-09T02:13:09.110804+0000 mon.a (mon.0) 3099 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:09.721 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:09 smithi067 bash[79370]: audit 2023-12-09T02:13:09.192552+0000 mon.a (mon.0) 3100 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:09.721 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:09 smithi067 bash[79370]: audit 2023-12-09T02:13:09.194700+0000 mon.a (mon.0) 3101 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:09.721 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:09 smithi067 bash[79370]: audit 2023-12-09T02:13:09.197301+0000 mon.a (mon.0) 3102 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:09.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:09 smithi067 bash[82083]: cephadm 2023-12-09T02:13:07.785719+0000 mgr.y (mgr.25480) 741 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:09.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:09 smithi067 bash[82083]: cephadm 2023-12-09T02:13:07.880476+0000 mgr.y (mgr.25480) 742 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:09.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:09 smithi067 bash[82083]: cephadm 2023-12-09T02:13:07.973920+0000 mgr.y (mgr.25480) 743 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:09.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:09 smithi067 bash[82083]: cephadm 2023-12-09T02:13:08.071885+0000 mgr.y (mgr.25480) 744 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:09.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:09 smithi067 bash[82083]: cephadm 2023-12-09T02:13:08.166753+0000 mgr.y (mgr.25480) 745 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:09.722 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:09 smithi067 bash[82083]: cephadm 2023-12-09T02:13:08.259930+0000 mgr.y (mgr.25480) 746 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:09.722 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:09 smithi067 bash[82083]: cephadm 2023-12-09T02:13:08.355450+0000 mgr.y (mgr.25480) 747 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:09.722 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:09 smithi067 bash[82083]: cluster 2023-12-09T02:13:08.408383+0000 mgr.y (mgr.25480) 748 : cluster 0 pgmap v123: 161 pgs: 10 active+clean+remapped, 12 active+undersized+degraded, 33 active+undersized, 106 active+clean; 585 KiB data, 147 MiB used, 715 GiB / 715 GiB avail; 56 KiB/s rd, 0 B/s wr, 92 op/s; 54/726 objects degraded (7.438%); 41/726 objects misplaced (5.647%); 41 B/s, 1 objects/s recovering 2023-12-09T02:13:09.722 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:09 smithi067 bash[82083]: cephadm 2023-12-09T02:13:08.449308+0000 mgr.y (mgr.25480) 749 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:09.722 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:09 smithi067 bash[82083]: cephadm 2023-12-09T02:13:08.533593+0000 mgr.y (mgr.25480) 750 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:09.722 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:09 smithi067 bash[82083]: cephadm 2023-12-09T02:13:08.629716+0000 mgr.y (mgr.25480) 751 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:09.722 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:09 smithi067 bash[82083]: audit 2023-12-09T02:13:08.708051+0000 mon.a (mon.0) 3075 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:09.722 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:09 smithi067 bash[82083]: audit 2023-12-09T02:13:08.712088+0000 mon.a (mon.0) 3076 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:09.722 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:09 smithi067 bash[82083]: audit 2023-12-09T02:13:08.716130+0000 mon.a (mon.0) 3077 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:09.722 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:09 smithi067 bash[82083]: audit 2023-12-09T02:13:08.717804+0000 mon.a (mon.0) 3078 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:09.722 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:09 smithi067 bash[82083]: audit 2023-12-09T02:13:08.727058+0000 mon.a (mon.0) 3079 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:09.722 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:09 smithi067 bash[82083]: audit 2023-12-09T02:13:08.811127+0000 mon.a (mon.0) 3080 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:09.722 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:09 smithi067 bash[82083]: audit 2023-12-09T02:13:08.815065+0000 mon.a (mon.0) 3081 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:09.723 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:09 smithi067 bash[82083]: audit 2023-12-09T02:13:08.817917+0000 mon.a (mon.0) 3082 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:09.723 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:09 smithi067 bash[79370]: audit 2023-12-09T02:13:09.198518+0000 mon.a (mon.0) 3103 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:09.723 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:09 smithi067 bash[79370]: audit 2023-12-09T02:13:09.208768+0000 mon.a (mon.0) 3104 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:09.723 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:09 smithi067 bash[79370]: audit 2023-12-09T02:13:09.288852+0000 mon.a (mon.0) 3105 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:09.723 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:09 smithi067 bash[79370]: audit 2023-12-09T02:13:09.290983+0000 mon.a (mon.0) 3106 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:09.724 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:09 smithi067 bash[79370]: audit 2023-12-09T02:13:09.292959+0000 mon.a (mon.0) 3107 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:09.724 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:09 smithi067 bash[79370]: audit 2023-12-09T02:13:09.293796+0000 mon.a (mon.0) 3108 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:09.724 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:09 smithi067 bash[79370]: audit 2023-12-09T02:13:09.300990+0000 mon.a (mon.0) 3109 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:09.724 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:09 smithi067 bash[79370]: audit 2023-12-09T02:13:09.380978+0000 mon.a (mon.0) 3110 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:09.724 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:09 smithi067 bash[79370]: audit 2023-12-09T02:13:09.383648+0000 mon.a (mon.0) 3111 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:09.724 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:09 smithi067 bash[79370]: audit 2023-12-09T02:13:09.385919+0000 mon.a (mon.0) 3112 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:09.724 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:09 smithi067 bash[79370]: audit 2023-12-09T02:13:09.386632+0000 mon.a (mon.0) 3113 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:09.724 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:09 smithi067 bash[79370]: audit 2023-12-09T02:13:09.395072+0000 mon.a (mon.0) 3114 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:09.724 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:09 smithi067 bash[79370]: audit 2023-12-09T02:13:09.469120+0000 mon.a (mon.0) 3115 : audit 1 from='osd.2 [v2:172.21.15.67:6818/2233967257,v1:172.21.15.67:6819/2233967257]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-09T02:13:09.724 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:09 smithi067 bash[79370]: audit 2023-12-09T02:13:09.474478+0000 mon.a (mon.0) 3116 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:09.724 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:09 smithi067 bash[79370]: audit 2023-12-09T02:13:09.476968+0000 mon.a (mon.0) 3117 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:09.724 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:09 smithi067 bash[79370]: audit 2023-12-09T02:13:09.479653+0000 mon.a (mon.0) 3118 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:09.724 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:09 smithi067 bash[79370]: audit 2023-12-09T02:13:09.480595+0000 mon.a (mon.0) 3119 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:09.724 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:09 smithi067 bash[79370]: audit 2023-12-09T02:13:09.487882+0000 mon.a (mon.0) 3120 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:09.724 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:09 smithi067 bash[79370]: audit 2023-12-09T02:13:09.567669+0000 mon.a (mon.0) 3121 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:09.724 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:09 smithi067 bash[79370]: audit 2023-12-09T02:13:09.570499+0000 mon.a (mon.0) 3122 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:09.725 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:09 smithi067 bash[79370]: audit 2023-12-09T02:13:09.572896+0000 mon.a (mon.0) 3123 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:09.725 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:09 smithi067 bash[79370]: audit 2023-12-09T02:13:09.573889+0000 mon.a (mon.0) 3124 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:09.725 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:09 smithi067 bash[79370]: audit 2023-12-09T02:13:09.582790+0000 mon.a (mon.0) 3125 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:09.725 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:09 smithi067 bash[82083]: audit 2023-12-09T02:13:08.819322+0000 mon.a (mon.0) 3083 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:09.725 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:09 smithi067 bash[82083]: audit 2023-12-09T02:13:08.827948+0000 mon.a (mon.0) 3084 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:09.725 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:09 smithi067 bash[82083]: audit 2023-12-09T02:13:08.906176+0000 mon.a (mon.0) 3085 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:09.725 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:09 smithi067 bash[82083]: audit 2023-12-09T02:13:08.908698+0000 mon.a (mon.0) 3086 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:09.725 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:09 smithi067 bash[82083]: audit 2023-12-09T02:13:08.910972+0000 mon.a (mon.0) 3087 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:09.726 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:09 smithi067 bash[82083]: audit 2023-12-09T02:13:08.911870+0000 mon.a (mon.0) 3088 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:09.726 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:09 smithi067 bash[82083]: audit 2023-12-09T02:13:08.919456+0000 mon.a (mon.0) 3089 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:09.726 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:09 smithi067 bash[82083]: audit 2023-12-09T02:13:08.998029+0000 mon.a (mon.0) 3090 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:09.726 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:09 smithi067 bash[82083]: audit 2023-12-09T02:13:09.000073+0000 mon.a (mon.0) 3091 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:09.726 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:09 smithi067 bash[82083]: audit 2023-12-09T02:13:09.002849+0000 mon.a (mon.0) 3092 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:09.726 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:09 smithi067 bash[82083]: audit 2023-12-09T02:13:09.003644+0000 mon.a (mon.0) 3093 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:09.726 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:09 smithi067 bash[82083]: audit 2023-12-09T02:13:09.011109+0000 mon.a (mon.0) 3094 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:09.726 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:09 smithi067 bash[82083]: audit 2023-12-09T02:13:09.088862+0000 mon.a (mon.0) 3095 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:09.726 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:09 smithi067 bash[82083]: audit 2023-12-09T02:13:09.093490+0000 mon.a (mon.0) 3096 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:09.726 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:09 smithi067 bash[82083]: audit 2023-12-09T02:13:09.098326+0000 mon.a (mon.0) 3097 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:09.726 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:09 smithi067 bash[82083]: audit 2023-12-09T02:13:09.099690+0000 mon.a (mon.0) 3098 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:09.726 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:09 smithi067 bash[82083]: audit 2023-12-09T02:13:09.110804+0000 mon.a (mon.0) 3099 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:09.726 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:09 smithi067 bash[82083]: audit 2023-12-09T02:13:09.192552+0000 mon.a (mon.0) 3100 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:09.726 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:09 smithi067 bash[82083]: audit 2023-12-09T02:13:09.194700+0000 mon.a (mon.0) 3101 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:09.726 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:09 smithi067 bash[82083]: audit 2023-12-09T02:13:09.197301+0000 mon.a (mon.0) 3102 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:09.727 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:09 smithi067 bash[82083]: audit 2023-12-09T02:13:09.198518+0000 mon.a (mon.0) 3103 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:09.727 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:09 smithi067 bash[82083]: audit 2023-12-09T02:13:09.208768+0000 mon.a (mon.0) 3104 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:09.727 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:09 smithi067 bash[82083]: audit 2023-12-09T02:13:09.288852+0000 mon.a (mon.0) 3105 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:09.727 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:09 smithi067 bash[82083]: audit 2023-12-09T02:13:09.290983+0000 mon.a (mon.0) 3106 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:09.727 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:09 smithi067 bash[82083]: audit 2023-12-09T02:13:09.292959+0000 mon.a (mon.0) 3107 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:09.727 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:09 smithi067 bash[82083]: audit 2023-12-09T02:13:09.293796+0000 mon.a (mon.0) 3108 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:09.727 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:09 smithi067 bash[82083]: audit 2023-12-09T02:13:09.300990+0000 mon.a (mon.0) 3109 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:09.727 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:09 smithi067 bash[82083]: audit 2023-12-09T02:13:09.380978+0000 mon.a (mon.0) 3110 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:09.728 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:09 smithi067 bash[82083]: audit 2023-12-09T02:13:09.383648+0000 mon.a (mon.0) 3111 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:09.728 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:09 smithi067 bash[82083]: audit 2023-12-09T02:13:09.385919+0000 mon.a (mon.0) 3112 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:09.728 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:09 smithi067 bash[82083]: audit 2023-12-09T02:13:09.386632+0000 mon.a (mon.0) 3113 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:09.728 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:09 smithi067 bash[82083]: audit 2023-12-09T02:13:09.395072+0000 mon.a (mon.0) 3114 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:09.728 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:09 smithi067 bash[82083]: audit 2023-12-09T02:13:09.469120+0000 mon.a (mon.0) 3115 : audit 1 from='osd.2 [v2:172.21.15.67:6818/2233967257,v1:172.21.15.67:6819/2233967257]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-09T02:13:09.728 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:09 smithi067 bash[82083]: audit 2023-12-09T02:13:09.474478+0000 mon.a (mon.0) 3116 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:09.728 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:09 smithi067 bash[82083]: audit 2023-12-09T02:13:09.476968+0000 mon.a (mon.0) 3117 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:09.728 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:09 smithi067 bash[82083]: audit 2023-12-09T02:13:09.479653+0000 mon.a (mon.0) 3118 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:09.728 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:09 smithi067 bash[82083]: audit 2023-12-09T02:13:09.480595+0000 mon.a (mon.0) 3119 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:09.729 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:09 smithi067 bash[82083]: audit 2023-12-09T02:13:09.487882+0000 mon.a (mon.0) 3120 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:09.729 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:09 smithi067 bash[82083]: audit 2023-12-09T02:13:09.567669+0000 mon.a (mon.0) 3121 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:09.729 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:09 smithi067 bash[82083]: audit 2023-12-09T02:13:09.570499+0000 mon.a (mon.0) 3122 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:09.729 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:09 smithi067 bash[82083]: audit 2023-12-09T02:13:09.572896+0000 mon.a (mon.0) 3123 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:09.729 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:09 smithi067 bash[82083]: audit 2023-12-09T02:13:09.573889+0000 mon.a (mon.0) 3124 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:09.729 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:09 smithi067 bash[82083]: audit 2023-12-09T02:13:09.582790+0000 mon.a (mon.0) 3125 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:09.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:09 smithi125 bash[66801]: cephadm 2023-12-09T02:13:07.785719+0000 mgr.y (mgr.25480) 741 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:09.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:09 smithi125 bash[66801]: cephadm 2023-12-09T02:13:07.880476+0000 mgr.y (mgr.25480) 742 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:09.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:09 smithi125 bash[66801]: cephadm 2023-12-09T02:13:07.973920+0000 mgr.y (mgr.25480) 743 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:09.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:09 smithi125 bash[66801]: cephadm 2023-12-09T02:13:08.071885+0000 mgr.y (mgr.25480) 744 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:09.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:09 smithi125 bash[66801]: cephadm 2023-12-09T02:13:08.166753+0000 mgr.y (mgr.25480) 745 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:09.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:09 smithi125 bash[66801]: cephadm 2023-12-09T02:13:08.259930+0000 mgr.y (mgr.25480) 746 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:09.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:09 smithi125 bash[66801]: cephadm 2023-12-09T02:13:08.355450+0000 mgr.y (mgr.25480) 747 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:09.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:09 smithi125 bash[66801]: cluster 2023-12-09T02:13:08.408383+0000 mgr.y (mgr.25480) 748 : cluster 0 pgmap v123: 161 pgs: 10 active+clean+remapped, 12 active+undersized+degraded, 33 active+undersized, 106 active+clean; 585 KiB data, 147 MiB used, 715 GiB / 715 GiB avail; 56 KiB/s rd, 0 B/s wr, 92 op/s; 54/726 objects degraded (7.438%); 41/726 objects misplaced (5.647%); 41 B/s, 1 objects/s recovering 2023-12-09T02:13:09.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:09 smithi125 bash[66801]: cephadm 2023-12-09T02:13:08.449308+0000 mgr.y (mgr.25480) 749 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:09.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:09 smithi125 bash[66801]: cephadm 2023-12-09T02:13:08.533593+0000 mgr.y (mgr.25480) 750 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:09.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:09 smithi125 bash[66801]: cephadm 2023-12-09T02:13:08.629716+0000 mgr.y (mgr.25480) 751 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:09.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:09 smithi125 bash[66801]: audit 2023-12-09T02:13:08.708051+0000 mon.a (mon.0) 3075 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:09.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:09 smithi125 bash[66801]: audit 2023-12-09T02:13:08.712088+0000 mon.a (mon.0) 3076 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:09.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:09 smithi125 bash[66801]: audit 2023-12-09T02:13:08.716130+0000 mon.a (mon.0) 3077 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:09.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:09 smithi125 bash[66801]: audit 2023-12-09T02:13:08.717804+0000 mon.a (mon.0) 3078 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:09.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:09 smithi125 bash[66801]: audit 2023-12-09T02:13:08.727058+0000 mon.a (mon.0) 3079 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:09.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:09 smithi125 bash[66801]: audit 2023-12-09T02:13:08.811127+0000 mon.a (mon.0) 3080 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:09.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:09 smithi125 bash[66801]: audit 2023-12-09T02:13:08.815065+0000 mon.a (mon.0) 3081 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:09.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:09 smithi125 bash[66801]: audit 2023-12-09T02:13:08.817917+0000 mon.a (mon.0) 3082 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:09.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:09 smithi125 bash[66801]: audit 2023-12-09T02:13:08.819322+0000 mon.a (mon.0) 3083 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:09.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:09 smithi125 bash[66801]: audit 2023-12-09T02:13:08.827948+0000 mon.a (mon.0) 3084 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:09.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:09 smithi125 bash[66801]: audit 2023-12-09T02:13:08.906176+0000 mon.a (mon.0) 3085 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:09.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:09 smithi125 bash[66801]: audit 2023-12-09T02:13:08.908698+0000 mon.a (mon.0) 3086 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:09.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:09 smithi125 bash[66801]: audit 2023-12-09T02:13:08.910972+0000 mon.a (mon.0) 3087 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:09.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:09 smithi125 bash[66801]: audit 2023-12-09T02:13:08.911870+0000 mon.a (mon.0) 3088 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:09.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:09 smithi125 bash[66801]: audit 2023-12-09T02:13:08.919456+0000 mon.a (mon.0) 3089 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:09.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:09 smithi125 bash[66801]: audit 2023-12-09T02:13:08.998029+0000 mon.a (mon.0) 3090 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:09.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:09 smithi125 bash[66801]: audit 2023-12-09T02:13:09.000073+0000 mon.a (mon.0) 3091 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:09.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:09 smithi125 bash[66801]: audit 2023-12-09T02:13:09.002849+0000 mon.a (mon.0) 3092 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:09.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:09 smithi125 bash[66801]: audit 2023-12-09T02:13:09.003644+0000 mon.a (mon.0) 3093 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:09.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:09 smithi125 bash[66801]: audit 2023-12-09T02:13:09.011109+0000 mon.a (mon.0) 3094 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:09.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:09 smithi125 bash[66801]: audit 2023-12-09T02:13:09.088862+0000 mon.a (mon.0) 3095 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:09.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:09 smithi125 bash[66801]: audit 2023-12-09T02:13:09.093490+0000 mon.a (mon.0) 3096 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:09.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:09 smithi125 bash[66801]: audit 2023-12-09T02:13:09.098326+0000 mon.a (mon.0) 3097 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:09.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:09 smithi125 bash[66801]: audit 2023-12-09T02:13:09.099690+0000 mon.a (mon.0) 3098 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:09.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:09 smithi125 bash[66801]: audit 2023-12-09T02:13:09.110804+0000 mon.a (mon.0) 3099 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:09.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:09 smithi125 bash[66801]: audit 2023-12-09T02:13:09.192552+0000 mon.a (mon.0) 3100 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:09.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:09 smithi125 bash[66801]: audit 2023-12-09T02:13:09.194700+0000 mon.a (mon.0) 3101 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:09.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:09 smithi125 bash[66801]: audit 2023-12-09T02:13:09.197301+0000 mon.a (mon.0) 3102 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:09.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:09 smithi125 bash[66801]: audit 2023-12-09T02:13:09.198518+0000 mon.a (mon.0) 3103 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:09.978 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:09 smithi125 bash[66801]: audit 2023-12-09T02:13:09.208768+0000 mon.a (mon.0) 3104 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:09.978 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:09 smithi125 bash[66801]: audit 2023-12-09T02:13:09.288852+0000 mon.a (mon.0) 3105 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:09.978 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:09 smithi125 bash[66801]: audit 2023-12-09T02:13:09.290983+0000 mon.a (mon.0) 3106 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:09.978 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:09 smithi125 bash[66801]: audit 2023-12-09T02:13:09.292959+0000 mon.a (mon.0) 3107 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:09.978 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:09 smithi125 bash[66801]: audit 2023-12-09T02:13:09.293796+0000 mon.a (mon.0) 3108 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:09.978 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:09 smithi125 bash[66801]: audit 2023-12-09T02:13:09.300990+0000 mon.a (mon.0) 3109 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:09.978 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:09 smithi125 bash[66801]: audit 2023-12-09T02:13:09.380978+0000 mon.a (mon.0) 3110 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:09.978 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:09 smithi125 bash[66801]: audit 2023-12-09T02:13:09.383648+0000 mon.a (mon.0) 3111 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:09.978 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:09 smithi125 bash[66801]: audit 2023-12-09T02:13:09.385919+0000 mon.a (mon.0) 3112 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:09.978 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:09 smithi125 bash[66801]: audit 2023-12-09T02:13:09.386632+0000 mon.a (mon.0) 3113 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:09.978 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:09 smithi125 bash[66801]: audit 2023-12-09T02:13:09.395072+0000 mon.a (mon.0) 3114 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:09.978 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:09 smithi125 bash[66801]: audit 2023-12-09T02:13:09.469120+0000 mon.a (mon.0) 3115 : audit 1 from='osd.2 [v2:172.21.15.67:6818/2233967257,v1:172.21.15.67:6819/2233967257]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-09T02:13:09.978 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:09 smithi125 bash[66801]: audit 2023-12-09T02:13:09.474478+0000 mon.a (mon.0) 3116 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:09.979 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:09 smithi125 bash[66801]: audit 2023-12-09T02:13:09.476968+0000 mon.a (mon.0) 3117 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:09.979 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:09 smithi125 bash[66801]: audit 2023-12-09T02:13:09.479653+0000 mon.a (mon.0) 3118 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:09.979 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:09 smithi125 bash[66801]: audit 2023-12-09T02:13:09.480595+0000 mon.a (mon.0) 3119 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:09.979 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:09 smithi125 bash[66801]: audit 2023-12-09T02:13:09.487882+0000 mon.a (mon.0) 3120 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:09.979 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:09 smithi125 bash[66801]: audit 2023-12-09T02:13:09.567669+0000 mon.a (mon.0) 3121 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:09.979 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:09 smithi125 bash[66801]: audit 2023-12-09T02:13:09.570499+0000 mon.a (mon.0) 3122 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:09.979 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:09 smithi125 bash[66801]: audit 2023-12-09T02:13:09.572896+0000 mon.a (mon.0) 3123 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:09.979 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:09 smithi125 bash[66801]: audit 2023-12-09T02:13:09.573889+0000 mon.a (mon.0) 3124 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:09.979 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:09 smithi125 bash[66801]: audit 2023-12-09T02:13:09.582790+0000 mon.a (mon.0) 3125 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:10.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:10 smithi067 bash[79370]: audit 2023-12-09T02:13:08.701834+0000 mgr.y (mgr.25480) 752 : audit 0 from='client.25420 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:13:10.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:10 smithi067 bash[79370]: cephadm 2023-12-09T02:13:08.727715+0000 mgr.y (mgr.25480) 753 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:10.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:10 smithi067 bash[79370]: cephadm 2023-12-09T02:13:08.828531+0000 mgr.y (mgr.25480) 754 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:10.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:10 smithi067 bash[79370]: cephadm 2023-12-09T02:13:08.919976+0000 mgr.y (mgr.25480) 755 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:10.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:10 smithi067 bash[79370]: cephadm 2023-12-09T02:13:09.011555+0000 mgr.y (mgr.25480) 756 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:10.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:10 smithi067 bash[79370]: cephadm 2023-12-09T02:13:09.111835+0000 mgr.y (mgr.25480) 757 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:10.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:10 smithi067 bash[79370]: cephadm 2023-12-09T02:13:09.209441+0000 mgr.y (mgr.25480) 758 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:10.721 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:10 smithi067 bash[79370]: cephadm 2023-12-09T02:13:09.301532+0000 mgr.y (mgr.25480) 759 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:10.721 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:10 smithi067 bash[79370]: cephadm 2023-12-09T02:13:09.395948+0000 mgr.y (mgr.25480) 760 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:10.721 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:10 smithi067 bash[79370]: cephadm 2023-12-09T02:13:09.488490+0000 mgr.y (mgr.25480) 761 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:10.721 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:10 smithi067 bash[79370]: cephadm 2023-12-09T02:13:09.583573+0000 mgr.y (mgr.25480) 762 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:10.721 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:10 smithi067 bash[79370]: audit 2023-12-09T02:13:09.667730+0000 mon.a (mon.0) 3126 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:10.721 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:10 smithi067 bash[79370]: audit 2023-12-09T02:13:09.670335+0000 mon.a (mon.0) 3127 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:10.721 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:10 smithi067 bash[79370]: audit 2023-12-09T02:13:09.672558+0000 mon.a (mon.0) 3128 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:10.721 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:10 smithi067 bash[79370]: audit 2023-12-09T02:13:09.673411+0000 mon.a (mon.0) 3129 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:10.721 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:10 smithi067 bash[79370]: audit 2023-12-09T02:13:09.679393+0000 mon.a (mon.0) 3130 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:10.721 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:10 smithi067 bash[79370]: cephadm 2023-12-09T02:13:09.679974+0000 mgr.y (mgr.25480) 763 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:10.721 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:10 smithi067 bash[79370]: audit 2023-12-09T02:13:09.757440+0000 mon.a (mon.0) 3131 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:10.721 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:10 smithi067 bash[79370]: audit 2023-12-09T02:13:09.760518+0000 mon.a (mon.0) 3132 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:10.721 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:10 smithi067 bash[79370]: audit 2023-12-09T02:13:09.763705+0000 mon.a (mon.0) 3133 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:10.721 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:10 smithi067 bash[79370]: audit 2023-12-09T02:13:09.764810+0000 mon.a (mon.0) 3134 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:10.722 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:10 smithi067 bash[82083]: audit 2023-12-09T02:13:08.701834+0000 mgr.y (mgr.25480) 752 : audit 0 from='client.25420 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:13:10.722 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:10 smithi067 bash[82083]: cephadm 2023-12-09T02:13:08.727715+0000 mgr.y (mgr.25480) 753 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:10.722 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:10 smithi067 bash[82083]: cephadm 2023-12-09T02:13:08.828531+0000 mgr.y (mgr.25480) 754 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:10.722 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:10 smithi067 bash[82083]: cephadm 2023-12-09T02:13:08.919976+0000 mgr.y (mgr.25480) 755 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:10.722 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:10 smithi067 bash[82083]: cephadm 2023-12-09T02:13:09.011555+0000 mgr.y (mgr.25480) 756 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:10.722 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:10 smithi067 bash[82083]: cephadm 2023-12-09T02:13:09.111835+0000 mgr.y (mgr.25480) 757 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:10.722 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:10 smithi067 bash[82083]: cephadm 2023-12-09T02:13:09.209441+0000 mgr.y (mgr.25480) 758 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:10.722 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:10 smithi067 bash[82083]: cephadm 2023-12-09T02:13:09.301532+0000 mgr.y (mgr.25480) 759 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:10.722 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:10 smithi067 bash[82083]: cephadm 2023-12-09T02:13:09.395948+0000 mgr.y (mgr.25480) 760 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:10.722 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:10 smithi067 bash[82083]: cephadm 2023-12-09T02:13:09.488490+0000 mgr.y (mgr.25480) 761 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:10.722 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:10 smithi067 bash[82083]: cephadm 2023-12-09T02:13:09.583573+0000 mgr.y (mgr.25480) 762 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:10.722 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:10 smithi067 bash[82083]: audit 2023-12-09T02:13:09.667730+0000 mon.a (mon.0) 3126 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:10.723 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:10 smithi067 bash[82083]: audit 2023-12-09T02:13:09.670335+0000 mon.a (mon.0) 3127 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:10.723 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:10 smithi067 bash[82083]: audit 2023-12-09T02:13:09.672558+0000 mon.a (mon.0) 3128 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:10.723 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:10 smithi067 bash[82083]: audit 2023-12-09T02:13:09.673411+0000 mon.a (mon.0) 3129 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:10.723 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:10 smithi067 bash[82083]: audit 2023-12-09T02:13:09.679393+0000 mon.a (mon.0) 3130 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:10.723 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:10 smithi067 bash[82083]: cephadm 2023-12-09T02:13:09.679974+0000 mgr.y (mgr.25480) 763 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:10.723 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:10 smithi067 bash[82083]: audit 2023-12-09T02:13:09.757440+0000 mon.a (mon.0) 3131 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:10.723 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:10 smithi067 bash[82083]: audit 2023-12-09T02:13:09.760518+0000 mon.a (mon.0) 3132 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:10.723 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:10 smithi067 bash[82083]: audit 2023-12-09T02:13:09.763705+0000 mon.a (mon.0) 3133 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:10.723 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:10 smithi067 bash[82083]: audit 2023-12-09T02:13:09.764810+0000 mon.a (mon.0) 3134 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:10.723 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:10 smithi067 bash[79370]: audit 2023-12-09T02:13:09.773173+0000 mon.a (mon.0) 3135 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:10.723 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:10 smithi067 bash[79370]: audit 2023-12-09T02:13:09.851695+0000 mon.a (mon.0) 3136 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:10.724 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:10 smithi067 bash[79370]: audit 2023-12-09T02:13:09.853837+0000 mon.a (mon.0) 3137 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:10.724 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:10 smithi067 bash[79370]: audit 2023-12-09T02:13:09.856714+0000 mon.a (mon.0) 3138 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:10.724 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:10 smithi067 bash[79370]: audit 2023-12-09T02:13:09.857572+0000 mon.a (mon.0) 3139 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:10.724 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:10 smithi067 bash[79370]: audit 2023-12-09T02:13:09.864967+0000 mon.a (mon.0) 3140 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:10.724 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:10 smithi067 bash[79370]: audit 2023-12-09T02:13:09.949059+0000 mon.a (mon.0) 3141 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:10.724 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:10 smithi067 bash[79370]: audit 2023-12-09T02:13:09.952045+0000 mon.a (mon.0) 3142 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:10.724 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:10 smithi067 bash[79370]: audit 2023-12-09T02:13:09.955622+0000 mon.a (mon.0) 3143 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:10.724 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:10 smithi067 bash[79370]: audit 2023-12-09T02:13:09.956906+0000 mon.a (mon.0) 3144 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:10.724 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:10 smithi067 bash[79370]: audit 2023-12-09T02:13:09.965645+0000 mon.a (mon.0) 3145 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:10.724 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:10 smithi067 bash[79370]: audit 2023-12-09T02:13:10.047422+0000 mon.a (mon.0) 3146 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:10.724 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:10 smithi067 bash[79370]: audit 2023-12-09T02:13:10.049510+0000 mon.a (mon.0) 3147 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:10.724 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:10 smithi067 bash[79370]: audit 2023-12-09T02:13:10.052789+0000 mon.a (mon.0) 3148 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:10.724 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:10 smithi067 bash[79370]: audit 2023-12-09T02:13:10.053748+0000 mon.a (mon.0) 3149 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:10.724 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:10 smithi067 bash[79370]: audit 2023-12-09T02:13:10.061757+0000 mon.a (mon.0) 3150 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:10.724 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:10 smithi067 bash[79370]: audit 2023-12-09T02:13:10.144989+0000 mon.a (mon.0) 3151 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:10.725 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:10 smithi067 bash[79370]: audit 2023-12-09T02:13:10.148934+0000 mon.a (mon.0) 3152 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:10.725 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:10 smithi067 bash[79370]: audit 2023-12-09T02:13:10.152168+0000 mon.a (mon.0) 3153 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:10.725 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:10 smithi067 bash[82083]: audit 2023-12-09T02:13:09.773173+0000 mon.a (mon.0) 3135 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:10.725 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:10 smithi067 bash[82083]: audit 2023-12-09T02:13:09.851695+0000 mon.a (mon.0) 3136 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:10.725 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:10 smithi067 bash[82083]: audit 2023-12-09T02:13:09.853837+0000 mon.a (mon.0) 3137 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:10.726 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:10 smithi067 bash[82083]: audit 2023-12-09T02:13:09.856714+0000 mon.a (mon.0) 3138 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:10.726 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:10 smithi067 bash[82083]: audit 2023-12-09T02:13:09.857572+0000 mon.a (mon.0) 3139 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:10.726 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:10 smithi067 bash[82083]: audit 2023-12-09T02:13:09.864967+0000 mon.a (mon.0) 3140 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:10.726 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:10 smithi067 bash[82083]: audit 2023-12-09T02:13:09.949059+0000 mon.a (mon.0) 3141 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:10.726 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:10 smithi067 bash[82083]: audit 2023-12-09T02:13:09.952045+0000 mon.a (mon.0) 3142 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:10.726 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:10 smithi067 bash[82083]: audit 2023-12-09T02:13:09.955622+0000 mon.a (mon.0) 3143 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:10.726 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:10 smithi067 bash[82083]: audit 2023-12-09T02:13:09.956906+0000 mon.a (mon.0) 3144 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:10.726 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:10 smithi067 bash[82083]: audit 2023-12-09T02:13:09.965645+0000 mon.a (mon.0) 3145 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:10.726 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:10 smithi067 bash[82083]: audit 2023-12-09T02:13:10.047422+0000 mon.a (mon.0) 3146 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:10.726 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:10 smithi067 bash[82083]: audit 2023-12-09T02:13:10.049510+0000 mon.a (mon.0) 3147 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:10.726 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:10 smithi067 bash[82083]: audit 2023-12-09T02:13:10.052789+0000 mon.a (mon.0) 3148 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:10.726 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:10 smithi067 bash[82083]: audit 2023-12-09T02:13:10.053748+0000 mon.a (mon.0) 3149 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:10.726 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:10 smithi067 bash[82083]: audit 2023-12-09T02:13:10.061757+0000 mon.a (mon.0) 3150 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:10.726 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:10 smithi067 bash[82083]: audit 2023-12-09T02:13:10.144989+0000 mon.a (mon.0) 3151 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:10.726 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:10 smithi067 bash[82083]: audit 2023-12-09T02:13:10.148934+0000 mon.a (mon.0) 3152 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:10.727 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:10 smithi067 bash[82083]: audit 2023-12-09T02:13:10.152168+0000 mon.a (mon.0) 3153 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:10.727 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:10 smithi067 bash[79370]: audit 2023-12-09T02:13:10.153259+0000 mon.a (mon.0) 3154 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:10.727 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:10 smithi067 bash[79370]: audit 2023-12-09T02:13:10.162270+0000 mon.a (mon.0) 3155 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:10.727 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:10 smithi067 bash[79370]: audit 2023-12-09T02:13:10.245552+0000 mon.a (mon.0) 3156 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:10.727 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:10 smithi067 bash[79370]: audit 2023-12-09T02:13:10.249757+0000 mon.a (mon.0) 3157 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:10.727 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:10 smithi067 bash[79370]: audit 2023-12-09T02:13:10.253175+0000 mon.a (mon.0) 3158 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:10.727 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:10 smithi067 bash[79370]: audit 2023-12-09T02:13:10.254502+0000 mon.a (mon.0) 3159 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:10.727 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:10 smithi067 bash[79370]: audit 2023-12-09T02:13:10.264400+0000 mon.a (mon.0) 3160 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:10.727 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:10 smithi067 bash[79370]: audit 2023-12-09T02:13:10.342978+0000 mon.a (mon.0) 3161 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:10.728 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:10 smithi067 bash[79370]: audit 2023-12-09T02:13:10.347477+0000 mon.a (mon.0) 3162 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:10.728 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:10 smithi067 bash[79370]: audit 2023-12-09T02:13:10.351829+0000 mon.a (mon.0) 3163 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:10.728 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:10 smithi067 bash[79370]: audit 2023-12-09T02:13:10.353171+0000 mon.a (mon.0) 3164 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:10.728 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:10 smithi067 bash[79370]: audit 2023-12-09T02:13:10.363618+0000 mon.a (mon.0) 3165 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:10.728 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:10 smithi067 bash[79370]: audit 2023-12-09T02:13:10.395986+0000 mon.a (mon.0) 3166 : audit 1 from='osd.2 [v2:172.21.15.67:6818/2233967257,v1:172.21.15.67:6819/2233967257]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-12-09T02:13:10.728 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:10 smithi067 bash[79370]: cluster 2023-12-09T02:13:10.401406+0000 mon.a (mon.0) 3167 : cluster 0 osdmap e122: 8 total, 7 up, 8 in 2023-12-09T02:13:10.728 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:10 smithi067 bash[79370]: audit 2023-12-09T02:13:10.402011+0000 mon.a (mon.0) 3168 : audit 1 from='osd.2 [v2:172.21.15.67:6818/2233967257,v1:172.21.15.67:6819/2233967257]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi067", "root=default"]}]: dispatch 2023-12-09T02:13:10.728 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:10 smithi067 bash[79370]: audit 2023-12-09T02:13:10.442701+0000 mon.a (mon.0) 3169 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:10.728 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:10 smithi067 bash[79370]: audit 2023-12-09T02:13:10.444952+0000 mon.a (mon.0) 3170 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:10.728 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:10 smithi067 bash[79370]: audit 2023-12-09T02:13:10.447390+0000 mon.a (mon.0) 3171 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:10.728 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:10 smithi067 bash[79370]: audit 2023-12-09T02:13:10.448297+0000 mon.a (mon.0) 3172 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:10.728 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:10 smithi067 bash[79370]: audit 2023-12-09T02:13:10.455335+0000 mon.a (mon.0) 3173 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:10.729 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:10 smithi067 bash[79370]: audit 2023-12-09T02:13:10.520359+0000 mon.a (mon.0) 3174 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:10.729 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:10 smithi067 bash[79370]: audit 2023-12-09T02:13:10.523948+0000 mon.a (mon.0) 3175 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:10.729 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:10 smithi067 bash[79370]: audit 2023-12-09T02:13:10.527742+0000 mon.a (mon.0) 3176 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:10.729 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:10 smithi067 bash[79370]: audit 2023-12-09T02:13:10.529161+0000 mon.a (mon.0) 3177 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:10.729 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:10 smithi067 bash[79370]: audit 2023-12-09T02:13:10.538164+0000 mon.a (mon.0) 3178 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:10.729 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:10 smithi067 bash[79370]: audit 2023-12-09T02:13:10.615863+0000 mon.a (mon.0) 3179 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:10.729 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:10 smithi067 bash[79370]: audit 2023-12-09T02:13:10.620498+0000 mon.a (mon.0) 3180 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:10.729 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:10 smithi067 bash[79370]: audit 2023-12-09T02:13:10.624647+0000 mon.a (mon.0) 3181 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:10.729 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:10 smithi067 bash[79370]: audit 2023-12-09T02:13:10.626376+0000 mon.a (mon.0) 3182 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:10.729 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:10 smithi067 bash[79370]: audit 2023-12-09T02:13:10.635412+0000 mon.a (mon.0) 3183 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:10.729 INFO:journalctl@ceph.osd.2.smithi067.stdout:Dec 09 02:13:10 smithi067 bash[93484]: debug 2023-12-09T02:13:10.453+0000 7fd391525700 -1 osd.2 115 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-09T02:13:10.730 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:10 smithi067 bash[82083]: audit 2023-12-09T02:13:10.153259+0000 mon.a (mon.0) 3154 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:10.730 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:10 smithi067 bash[82083]: audit 2023-12-09T02:13:10.162270+0000 mon.a (mon.0) 3155 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:10.730 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:10 smithi067 bash[82083]: audit 2023-12-09T02:13:10.245552+0000 mon.a (mon.0) 3156 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:10.730 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:10 smithi067 bash[82083]: audit 2023-12-09T02:13:10.249757+0000 mon.a (mon.0) 3157 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:10.730 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:10 smithi067 bash[82083]: audit 2023-12-09T02:13:10.253175+0000 mon.a (mon.0) 3158 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:10.730 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:10 smithi067 bash[82083]: audit 2023-12-09T02:13:10.254502+0000 mon.a (mon.0) 3159 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:10.730 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:10 smithi067 bash[82083]: audit 2023-12-09T02:13:10.264400+0000 mon.a (mon.0) 3160 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:10.730 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:10 smithi067 bash[82083]: audit 2023-12-09T02:13:10.342978+0000 mon.a (mon.0) 3161 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:10.730 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:10 smithi067 bash[82083]: audit 2023-12-09T02:13:10.347477+0000 mon.a (mon.0) 3162 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:10.730 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:10 smithi067 bash[82083]: audit 2023-12-09T02:13:10.351829+0000 mon.a (mon.0) 3163 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:10.731 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:10 smithi067 bash[82083]: audit 2023-12-09T02:13:10.353171+0000 mon.a (mon.0) 3164 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:10.731 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:10 smithi067 bash[82083]: audit 2023-12-09T02:13:10.363618+0000 mon.a (mon.0) 3165 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:10.731 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:10 smithi067 bash[82083]: audit 2023-12-09T02:13:10.395986+0000 mon.a (mon.0) 3166 : audit 1 from='osd.2 [v2:172.21.15.67:6818/2233967257,v1:172.21.15.67:6819/2233967257]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-12-09T02:13:10.731 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:10 smithi067 bash[82083]: cluster 2023-12-09T02:13:10.401406+0000 mon.a (mon.0) 3167 : cluster 0 osdmap e122: 8 total, 7 up, 8 in 2023-12-09T02:13:10.731 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:10 smithi067 bash[82083]: audit 2023-12-09T02:13:10.402011+0000 mon.a (mon.0) 3168 : audit 1 from='osd.2 [v2:172.21.15.67:6818/2233967257,v1:172.21.15.67:6819/2233967257]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi067", "root=default"]}]: dispatch 2023-12-09T02:13:10.731 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:10 smithi067 bash[82083]: audit 2023-12-09T02:13:10.442701+0000 mon.a (mon.0) 3169 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:10.731 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:10 smithi067 bash[82083]: audit 2023-12-09T02:13:10.444952+0000 mon.a (mon.0) 3170 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:10.731 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:10 smithi067 bash[82083]: audit 2023-12-09T02:13:10.447390+0000 mon.a (mon.0) 3171 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:10.731 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:10 smithi067 bash[82083]: audit 2023-12-09T02:13:10.448297+0000 mon.a (mon.0) 3172 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:10.731 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:10 smithi067 bash[82083]: audit 2023-12-09T02:13:10.455335+0000 mon.a (mon.0) 3173 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:10.731 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:10 smithi067 bash[82083]: audit 2023-12-09T02:13:10.520359+0000 mon.a (mon.0) 3174 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:10.731 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:10 smithi067 bash[82083]: audit 2023-12-09T02:13:10.523948+0000 mon.a (mon.0) 3175 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:10.731 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:10 smithi067 bash[82083]: audit 2023-12-09T02:13:10.527742+0000 mon.a (mon.0) 3176 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:10.731 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:10 smithi067 bash[82083]: audit 2023-12-09T02:13:10.529161+0000 mon.a (mon.0) 3177 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:10.732 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:10 smithi067 bash[82083]: audit 2023-12-09T02:13:10.538164+0000 mon.a (mon.0) 3178 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:10.732 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:10 smithi067 bash[82083]: audit 2023-12-09T02:13:10.615863+0000 mon.a (mon.0) 3179 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:10.732 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:10 smithi067 bash[82083]: audit 2023-12-09T02:13:10.620498+0000 mon.a (mon.0) 3180 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:10.732 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:10 smithi067 bash[82083]: audit 2023-12-09T02:13:10.624647+0000 mon.a (mon.0) 3181 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:10.732 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:10 smithi067 bash[82083]: audit 2023-12-09T02:13:10.626376+0000 mon.a (mon.0) 3182 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:10.732 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:10 smithi067 bash[82083]: audit 2023-12-09T02:13:10.635412+0000 mon.a (mon.0) 3183 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:10.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:10 smithi125 bash[66801]: audit 2023-12-09T02:13:08.701834+0000 mgr.y (mgr.25480) 752 : audit 0 from='client.25420 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:13:10.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:10 smithi125 bash[66801]: cephadm 2023-12-09T02:13:08.727715+0000 mgr.y (mgr.25480) 753 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:10.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:10 smithi125 bash[66801]: cephadm 2023-12-09T02:13:08.828531+0000 mgr.y (mgr.25480) 754 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:10.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:10 smithi125 bash[66801]: cephadm 2023-12-09T02:13:08.919976+0000 mgr.y (mgr.25480) 755 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:10.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:10 smithi125 bash[66801]: cephadm 2023-12-09T02:13:09.011555+0000 mgr.y (mgr.25480) 756 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:10.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:10 smithi125 bash[66801]: cephadm 2023-12-09T02:13:09.111835+0000 mgr.y (mgr.25480) 757 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:10.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:10 smithi125 bash[66801]: cephadm 2023-12-09T02:13:09.209441+0000 mgr.y (mgr.25480) 758 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:10.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:10 smithi125 bash[66801]: cephadm 2023-12-09T02:13:09.301532+0000 mgr.y (mgr.25480) 759 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:10.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:10 smithi125 bash[66801]: cephadm 2023-12-09T02:13:09.395948+0000 mgr.y (mgr.25480) 760 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:10.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:10 smithi125 bash[66801]: cephadm 2023-12-09T02:13:09.488490+0000 mgr.y (mgr.25480) 761 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:10.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:10 smithi125 bash[66801]: cephadm 2023-12-09T02:13:09.583573+0000 mgr.y (mgr.25480) 762 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:10.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:10 smithi125 bash[66801]: audit 2023-12-09T02:13:09.667730+0000 mon.a (mon.0) 3126 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:10.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:10 smithi125 bash[66801]: audit 2023-12-09T02:13:09.670335+0000 mon.a (mon.0) 3127 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:10.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:10 smithi125 bash[66801]: audit 2023-12-09T02:13:09.672558+0000 mon.a (mon.0) 3128 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:10.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:10 smithi125 bash[66801]: audit 2023-12-09T02:13:09.673411+0000 mon.a (mon.0) 3129 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:10.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:10 smithi125 bash[66801]: audit 2023-12-09T02:13:09.679393+0000 mon.a (mon.0) 3130 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:10.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:10 smithi125 bash[66801]: cephadm 2023-12-09T02:13:09.679974+0000 mgr.y (mgr.25480) 763 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:10.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:10 smithi125 bash[66801]: audit 2023-12-09T02:13:09.757440+0000 mon.a (mon.0) 3131 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:10.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:10 smithi125 bash[66801]: audit 2023-12-09T02:13:09.760518+0000 mon.a (mon.0) 3132 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:10.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:10 smithi125 bash[66801]: audit 2023-12-09T02:13:09.763705+0000 mon.a (mon.0) 3133 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:10.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:10 smithi125 bash[66801]: audit 2023-12-09T02:13:09.764810+0000 mon.a (mon.0) 3134 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:10.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:10 smithi125 bash[66801]: audit 2023-12-09T02:13:09.773173+0000 mon.a (mon.0) 3135 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:10.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:10 smithi125 bash[66801]: audit 2023-12-09T02:13:09.851695+0000 mon.a (mon.0) 3136 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:10.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:10 smithi125 bash[66801]: audit 2023-12-09T02:13:09.853837+0000 mon.a (mon.0) 3137 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:10.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:10 smithi125 bash[66801]: audit 2023-12-09T02:13:09.856714+0000 mon.a (mon.0) 3138 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:10.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:10 smithi125 bash[66801]: audit 2023-12-09T02:13:09.857572+0000 mon.a (mon.0) 3139 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:10.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:10 smithi125 bash[66801]: audit 2023-12-09T02:13:09.864967+0000 mon.a (mon.0) 3140 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:10.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:10 smithi125 bash[66801]: audit 2023-12-09T02:13:09.949059+0000 mon.a (mon.0) 3141 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:10.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:10 smithi125 bash[66801]: audit 2023-12-09T02:13:09.952045+0000 mon.a (mon.0) 3142 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:10.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:10 smithi125 bash[66801]: audit 2023-12-09T02:13:09.955622+0000 mon.a (mon.0) 3143 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:10.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:10 smithi125 bash[66801]: audit 2023-12-09T02:13:09.956906+0000 mon.a (mon.0) 3144 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:10.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:10 smithi125 bash[66801]: audit 2023-12-09T02:13:09.965645+0000 mon.a (mon.0) 3145 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:10.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:10 smithi125 bash[66801]: audit 2023-12-09T02:13:10.047422+0000 mon.a (mon.0) 3146 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:10.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:10 smithi125 bash[66801]: audit 2023-12-09T02:13:10.049510+0000 mon.a (mon.0) 3147 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:10.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:10 smithi125 bash[66801]: audit 2023-12-09T02:13:10.052789+0000 mon.a (mon.0) 3148 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:10.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:10 smithi125 bash[66801]: audit 2023-12-09T02:13:10.053748+0000 mon.a (mon.0) 3149 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:10.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:10 smithi125 bash[66801]: audit 2023-12-09T02:13:10.061757+0000 mon.a (mon.0) 3150 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:10.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:10 smithi125 bash[66801]: audit 2023-12-09T02:13:10.144989+0000 mon.a (mon.0) 3151 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:10.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:10 smithi125 bash[66801]: audit 2023-12-09T02:13:10.148934+0000 mon.a (mon.0) 3152 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:10.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:10 smithi125 bash[66801]: audit 2023-12-09T02:13:10.152168+0000 mon.a (mon.0) 3153 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:10.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:10 smithi125 bash[66801]: audit 2023-12-09T02:13:10.153259+0000 mon.a (mon.0) 3154 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:10.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:10 smithi125 bash[66801]: audit 2023-12-09T02:13:10.162270+0000 mon.a (mon.0) 3155 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:10.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:10 smithi125 bash[66801]: audit 2023-12-09T02:13:10.245552+0000 mon.a (mon.0) 3156 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:10.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:10 smithi125 bash[66801]: audit 2023-12-09T02:13:10.249757+0000 mon.a (mon.0) 3157 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:10.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:10 smithi125 bash[66801]: audit 2023-12-09T02:13:10.253175+0000 mon.a (mon.0) 3158 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:10.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:10 smithi125 bash[66801]: audit 2023-12-09T02:13:10.254502+0000 mon.a (mon.0) 3159 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:10.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:10 smithi125 bash[66801]: audit 2023-12-09T02:13:10.264400+0000 mon.a (mon.0) 3160 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:10.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:10 smithi125 bash[66801]: audit 2023-12-09T02:13:10.342978+0000 mon.a (mon.0) 3161 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:10.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:10 smithi125 bash[66801]: audit 2023-12-09T02:13:10.347477+0000 mon.a (mon.0) 3162 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:10.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:10 smithi125 bash[66801]: audit 2023-12-09T02:13:10.351829+0000 mon.a (mon.0) 3163 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:10.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:10 smithi125 bash[66801]: audit 2023-12-09T02:13:10.353171+0000 mon.a (mon.0) 3164 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:10.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:10 smithi125 bash[66801]: audit 2023-12-09T02:13:10.363618+0000 mon.a (mon.0) 3165 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:10.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:10 smithi125 bash[66801]: audit 2023-12-09T02:13:10.395986+0000 mon.a (mon.0) 3166 : audit 1 from='osd.2 [v2:172.21.15.67:6818/2233967257,v1:172.21.15.67:6819/2233967257]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-12-09T02:13:10.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:10 smithi125 bash[66801]: cluster 2023-12-09T02:13:10.401406+0000 mon.a (mon.0) 3167 : cluster 0 osdmap e122: 8 total, 7 up, 8 in 2023-12-09T02:13:10.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:10 smithi125 bash[66801]: audit 2023-12-09T02:13:10.402011+0000 mon.a (mon.0) 3168 : audit 1 from='osd.2 [v2:172.21.15.67:6818/2233967257,v1:172.21.15.67:6819/2233967257]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi067", "root=default"]}]: dispatch 2023-12-09T02:13:10.978 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:10 smithi125 bash[66801]: audit 2023-12-09T02:13:10.442701+0000 mon.a (mon.0) 3169 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:10.978 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:10 smithi125 bash[66801]: audit 2023-12-09T02:13:10.444952+0000 mon.a (mon.0) 3170 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:10.978 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:10 smithi125 bash[66801]: audit 2023-12-09T02:13:10.447390+0000 mon.a (mon.0) 3171 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:10.978 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:10 smithi125 bash[66801]: audit 2023-12-09T02:13:10.448297+0000 mon.a (mon.0) 3172 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:10.978 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:10 smithi125 bash[66801]: audit 2023-12-09T02:13:10.455335+0000 mon.a (mon.0) 3173 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:10.978 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:10 smithi125 bash[66801]: audit 2023-12-09T02:13:10.520359+0000 mon.a (mon.0) 3174 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:10.978 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:10 smithi125 bash[66801]: audit 2023-12-09T02:13:10.523948+0000 mon.a (mon.0) 3175 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:10.978 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:10 smithi125 bash[66801]: audit 2023-12-09T02:13:10.527742+0000 mon.a (mon.0) 3176 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:10.978 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:10 smithi125 bash[66801]: audit 2023-12-09T02:13:10.529161+0000 mon.a (mon.0) 3177 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:10.978 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:10 smithi125 bash[66801]: audit 2023-12-09T02:13:10.538164+0000 mon.a (mon.0) 3178 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:10.978 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:10 smithi125 bash[66801]: audit 2023-12-09T02:13:10.615863+0000 mon.a (mon.0) 3179 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:10.979 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:10 smithi125 bash[66801]: audit 2023-12-09T02:13:10.620498+0000 mon.a (mon.0) 3180 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:10.979 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:10 smithi125 bash[66801]: audit 2023-12-09T02:13:10.624647+0000 mon.a (mon.0) 3181 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:10.979 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:10 smithi125 bash[66801]: audit 2023-12-09T02:13:10.626376+0000 mon.a (mon.0) 3182 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:10.979 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:10 smithi125 bash[66801]: audit 2023-12-09T02:13:10.635412+0000 mon.a (mon.0) 3183 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:11.960 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:11 smithi125 bash[66801]: cephadm 2023-12-09T02:13:09.773797+0000 mgr.y (mgr.25480) 764 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:11.960 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:11 smithi125 bash[66801]: cephadm 2023-12-09T02:13:09.865828+0000 mgr.y (mgr.25480) 765 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:11.960 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:11 smithi125 bash[66801]: cephadm 2023-12-09T02:13:09.966334+0000 mgr.y (mgr.25480) 766 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:11.960 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:11 smithi125 bash[66801]: cephadm 2023-12-09T02:13:10.062324+0000 mgr.y (mgr.25480) 767 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:11.960 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:11 smithi125 bash[66801]: cephadm 2023-12-09T02:13:10.163054+0000 mgr.y (mgr.25480) 768 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:11.960 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:11 smithi125 bash[66801]: cephadm 2023-12-09T02:13:10.264858+0000 mgr.y (mgr.25480) 769 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:11.960 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:11 smithi125 bash[66801]: cephadm 2023-12-09T02:13:10.364444+0000 mgr.y (mgr.25480) 770 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:11.960 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:11 smithi125 bash[66801]: cluster 2023-12-09T02:13:10.398789+0000 osd.4 (osd.4) 25 : cluster 3 failed to encode map e122 with expected crc 2023-12-09T02:13:11.961 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:11 smithi125 bash[66801]: cluster 2023-12-09T02:13:10.399110+0000 osd.3 (osd.3) 22 : cluster 3 failed to encode map e122 with expected crc 2023-12-09T02:13:11.961 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:11 smithi125 bash[66801]: cluster 2023-12-09T02:13:10.409142+0000 mgr.y (mgr.25480) 771 : cluster 0 pgmap v125: 161 pgs: 10 active+clean+remapped, 12 active+undersized+degraded, 33 active+undersized, 106 active+clean; 585 KiB data, 164 MiB used, 715 GiB / 715 GiB avail; 99 KiB/s rd, 0 B/s wr, 164 op/s; 54/726 objects degraded (7.438%); 41/726 objects misplaced (5.647%); 37 B/s, 1 objects/s recovering 2023-12-09T02:13:11.961 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:11 smithi125 bash[66801]: cephadm 2023-12-09T02:13:10.456015+0000 mgr.y (mgr.25480) 772 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:11.961 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:11 smithi125 bash[66801]: cephadm 2023-12-09T02:13:10.538627+0000 mgr.y (mgr.25480) 773 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:11.961 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:11 smithi125 bash[66801]: cephadm 2023-12-09T02:13:10.636374+0000 mgr.y (mgr.25480) 774 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:11.961 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:11 smithi125 bash[66801]: cluster 2023-12-09T02:13:10.636427+0000 osd.5 (osd.5) 23 : cluster 3 failed to encode map e122 with expected crc 2023-12-09T02:13:11.961 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:11 smithi125 bash[66801]: audit 2023-12-09T02:13:10.723631+0000 mon.a (mon.0) 3184 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:11.961 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:11 smithi125 bash[66801]: audit 2023-12-09T02:13:10.725954+0000 mon.a (mon.0) 3185 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:11.961 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:11 smithi125 bash[66801]: audit 2023-12-09T02:13:10.729992+0000 mon.a (mon.0) 3186 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:11.961 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:11 smithi125 bash[66801]: audit 2023-12-09T02:13:10.731267+0000 mon.a (mon.0) 3187 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:11.961 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:11 smithi125 bash[66801]: audit 2023-12-09T02:13:10.740071+0000 mon.a (mon.0) 3188 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:11.961 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:11 smithi125 bash[66801]: audit 2023-12-09T02:13:10.823304+0000 mon.a (mon.0) 3189 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:11.962 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:11 smithi125 bash[66801]: audit 2023-12-09T02:13:10.826215+0000 mon.a (mon.0) 3190 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:11.962 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:11 smithi125 bash[66801]: audit 2023-12-09T02:13:10.829417+0000 mon.a (mon.0) 3191 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:11.962 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:11 smithi125 bash[66801]: audit 2023-12-09T02:13:10.830888+0000 mon.a (mon.0) 3192 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:11.962 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:11 smithi125 bash[66801]: audit 2023-12-09T02:13:10.839770+0000 mon.a (mon.0) 3193 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:11.962 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:11 smithi125 bash[66801]: audit 2023-12-09T02:13:10.920214+0000 mon.a (mon.0) 3194 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:11.962 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:11 smithi125 bash[66801]: audit 2023-12-09T02:13:10.923816+0000 mon.a (mon.0) 3195 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:11.962 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:11 smithi125 bash[66801]: audit 2023-12-09T02:13:10.927182+0000 mon.a (mon.0) 3196 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:11.962 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:11 smithi125 bash[66801]: audit 2023-12-09T02:13:10.928334+0000 mon.a (mon.0) 3197 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:11.962 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:11 smithi125 bash[66801]: cluster 2023-12-09T02:13:10.935252+0000 osd.6 (osd.6) 19 : cluster 3 failed to encode map e122 with expected crc 2023-12-09T02:13:11.963 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:11 smithi125 bash[66801]: audit 2023-12-09T02:13:10.937335+0000 mon.a (mon.0) 3198 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:11.963 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:11 smithi125 bash[66801]: audit 2023-12-09T02:13:11.021665+0000 mon.a (mon.0) 3199 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:11.963 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:11 smithi125 bash[66801]: audit 2023-12-09T02:13:11.024630+0000 mon.a (mon.0) 3200 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:11.963 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:11 smithi125 bash[66801]: audit 2023-12-09T02:13:11.028920+0000 mon.a (mon.0) 3201 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:11.963 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:11 smithi125 bash[66801]: audit 2023-12-09T02:13:11.030396+0000 mon.a (mon.0) 3202 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:11.963 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:11 smithi125 bash[66801]: audit 2023-12-09T02:13:11.039981+0000 mon.a (mon.0) 3203 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:11.963 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:11 smithi125 bash[66801]: audit 2023-12-09T02:13:11.118933+0000 mon.a (mon.0) 3204 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:11.963 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:11 smithi125 bash[66801]: audit 2023-12-09T02:13:11.121294+0000 mon.a (mon.0) 3205 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:11.963 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:11 smithi125 bash[66801]: audit 2023-12-09T02:13:11.124208+0000 mon.a (mon.0) 3206 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:11.963 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:11 smithi125 bash[66801]: audit 2023-12-09T02:13:11.125021+0000 mon.a (mon.0) 3207 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:11.963 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:11 smithi125 bash[66801]: audit 2023-12-09T02:13:11.133673+0000 mon.a (mon.0) 3208 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:11.963 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:11 smithi125 bash[66801]: audit 2023-12-09T02:13:11.216704+0000 mon.a (mon.0) 3209 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:11.963 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:11 smithi125 bash[66801]: audit 2023-12-09T02:13:11.219263+0000 mon.a (mon.0) 3210 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:11.963 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:11 smithi125 bash[66801]: audit 2023-12-09T02:13:11.221594+0000 mon.a (mon.0) 3211 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:11.963 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:11 smithi125 bash[66801]: audit 2023-12-09T02:13:11.222493+0000 mon.a (mon.0) 3212 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:11.964 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:11 smithi125 bash[66801]: audit 2023-12-09T02:13:11.230620+0000 mon.a (mon.0) 3213 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:11.964 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:11 smithi125 bash[66801]: audit 2023-12-09T02:13:11.308973+0000 mon.a (mon.0) 3214 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:11.964 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:11 smithi125 bash[66801]: audit 2023-12-09T02:13:11.311991+0000 mon.a (mon.0) 3215 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:11.964 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:11 smithi125 bash[66801]: audit 2023-12-09T02:13:11.315592+0000 mon.a (mon.0) 3216 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:11.964 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:11 smithi125 bash[66801]: audit 2023-12-09T02:13:11.316759+0000 mon.a (mon.0) 3217 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:11.964 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:11 smithi125 bash[66801]: audit 2023-12-09T02:13:11.326225+0000 mon.a (mon.0) 3218 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:11.964 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:11 smithi125 bash[66801]: cluster 2023-12-09T02:13:11.351332+0000 osd.7 (osd.7) 17 : cluster 3 failed to encode map e122 with expected crc 2023-12-09T02:13:11.964 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:11 smithi125 bash[66801]: audit 2023-12-09T02:13:11.406558+0000 mon.a (mon.0) 3219 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:11.964 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:11 smithi125 bash[66801]: audit 2023-12-09T02:13:11.410214+0000 mon.a (mon.0) 3220 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:11.964 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:11 smithi125 bash[66801]: audit 2023-12-09T02:13:11.413300+0000 mon.a (mon.0) 3221 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:11.964 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:11 smithi125 bash[66801]: audit 2023-12-09T02:13:11.414389+0000 mon.a (mon.0) 3222 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:11.964 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:11 smithi125 bash[66801]: audit 2023-12-09T02:13:11.422766+0000 mon.a (mon.0) 3223 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:11.964 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:11 smithi125 bash[66801]: cluster 2023-12-09T02:13:11.453026+0000 mon.a (mon.0) 3224 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-09T02:13:11.964 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:11 smithi125 bash[66801]: cluster 2023-12-09T02:13:11.461688+0000 mon.a (mon.0) 3225 : cluster 1 osd.2 [v2:172.21.15.67:6818/2233967257,v1:172.21.15.67:6819/2233967257] boot 2023-12-09T02:13:11.964 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:11 smithi125 bash[66801]: cluster 2023-12-09T02:13:11.461746+0000 mon.a (mon.0) 3226 : cluster 0 osdmap e123: 8 total, 8 up, 8 in 2023-12-09T02:13:11.964 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:11 smithi125 bash[66801]: cluster 2023-12-09T02:13:11.462177+0000 osd.7 (osd.7) 18 : cluster 3 failed to encode map e123 with expected crc 2023-12-09T02:13:11.965 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:11 smithi125 bash[66801]: audit 2023-12-09T02:13:11.463361+0000 mon.a (mon.0) 3227 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-09T02:13:11.965 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:11 smithi125 bash[66801]: audit 2023-12-09T02:13:11.515028+0000 mon.a (mon.0) 3228 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:11.965 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:11 smithi125 bash[66801]: audit 2023-12-09T02:13:11.516982+0000 mon.a (mon.0) 3229 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:11.965 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:11 smithi125 bash[66801]: audit 2023-12-09T02:13:11.518924+0000 mon.a (mon.0) 3230 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:11.965 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:11 smithi125 bash[66801]: audit 2023-12-09T02:13:11.519678+0000 mon.a (mon.0) 3231 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:11.965 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:11 smithi125 bash[66801]: audit 2023-12-09T02:13:11.525234+0000 mon.a (mon.0) 3232 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:11.965 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:11 smithi125 bash[66801]: audit 2023-12-09T02:13:11.601961+0000 mon.a (mon.0) 3233 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:11.965 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:11 smithi125 bash[66801]: audit 2023-12-09T02:13:11.604791+0000 mon.a (mon.0) 3234 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:11.965 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:11 smithi125 bash[66801]: audit 2023-12-09T02:13:11.607504+0000 mon.a (mon.0) 3235 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:11.965 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:11 smithi125 bash[66801]: audit 2023-12-09T02:13:11.608542+0000 mon.a (mon.0) 3236 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:11.965 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:11 smithi125 bash[66801]: audit 2023-12-09T02:13:11.615300+0000 mon.a (mon.0) 3237 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:11.966 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:11 smithi067 bash[82083]: cephadm 2023-12-09T02:13:09.773797+0000 mgr.y (mgr.25480) 764 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:11.966 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:11 smithi067 bash[82083]: cephadm 2023-12-09T02:13:09.865828+0000 mgr.y (mgr.25480) 765 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:11.966 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:11 smithi067 bash[82083]: cephadm 2023-12-09T02:13:09.966334+0000 mgr.y (mgr.25480) 766 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:11.966 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:11 smithi067 bash[82083]: cephadm 2023-12-09T02:13:10.062324+0000 mgr.y (mgr.25480) 767 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:11.966 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:11 smithi067 bash[82083]: cephadm 2023-12-09T02:13:10.163054+0000 mgr.y (mgr.25480) 768 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:11.966 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:11 smithi067 bash[82083]: cephadm 2023-12-09T02:13:10.264858+0000 mgr.y (mgr.25480) 769 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:11.966 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:11 smithi067 bash[82083]: cephadm 2023-12-09T02:13:10.364444+0000 mgr.y (mgr.25480) 770 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:11.966 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:11 smithi067 bash[82083]: cluster 2023-12-09T02:13:10.398789+0000 osd.4 (osd.4) 25 : cluster 3 failed to encode map e122 with expected crc 2023-12-09T02:13:11.967 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:11 smithi067 bash[82083]: cluster 2023-12-09T02:13:10.399110+0000 osd.3 (osd.3) 22 : cluster 3 failed to encode map e122 with expected crc 2023-12-09T02:13:11.967 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:11 smithi067 bash[82083]: cluster 2023-12-09T02:13:10.409142+0000 mgr.y (mgr.25480) 771 : cluster 0 pgmap v125: 161 pgs: 10 active+clean+remapped, 12 active+undersized+degraded, 33 active+undersized, 106 active+clean; 585 KiB data, 164 MiB used, 715 GiB / 715 GiB avail; 99 KiB/s rd, 0 B/s wr, 164 op/s; 54/726 objects degraded (7.438%); 41/726 objects misplaced (5.647%); 37 B/s, 1 objects/s recovering 2023-12-09T02:13:11.967 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:11 smithi067 bash[82083]: cephadm 2023-12-09T02:13:10.456015+0000 mgr.y (mgr.25480) 772 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:11.967 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:11 smithi067 bash[82083]: cephadm 2023-12-09T02:13:10.538627+0000 mgr.y (mgr.25480) 773 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:11.967 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:11 smithi067 bash[82083]: cephadm 2023-12-09T02:13:10.636374+0000 mgr.y (mgr.25480) 774 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:11.967 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:11 smithi067 bash[82083]: cluster 2023-12-09T02:13:10.636427+0000 osd.5 (osd.5) 23 : cluster 3 failed to encode map e122 with expected crc 2023-12-09T02:13:11.967 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:11 smithi067 bash[82083]: audit 2023-12-09T02:13:10.723631+0000 mon.a (mon.0) 3184 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:11.967 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:11 smithi067 bash[82083]: audit 2023-12-09T02:13:10.725954+0000 mon.a (mon.0) 3185 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:11.967 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:11 smithi067 bash[82083]: audit 2023-12-09T02:13:10.729992+0000 mon.a (mon.0) 3186 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:11.967 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:11 smithi067 bash[82083]: audit 2023-12-09T02:13:10.731267+0000 mon.a (mon.0) 3187 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:11.967 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:11 smithi067 bash[82083]: audit 2023-12-09T02:13:10.740071+0000 mon.a (mon.0) 3188 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:11.967 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:11 smithi067 bash[82083]: audit 2023-12-09T02:13:10.823304+0000 mon.a (mon.0) 3189 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:11.967 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:11 smithi067 bash[82083]: audit 2023-12-09T02:13:10.826215+0000 mon.a (mon.0) 3190 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:11.967 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:11 smithi067 bash[82083]: audit 2023-12-09T02:13:10.829417+0000 mon.a (mon.0) 3191 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:11.968 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:11 smithi067 bash[82083]: audit 2023-12-09T02:13:10.830888+0000 mon.a (mon.0) 3192 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:11.968 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:11 smithi067 bash[82083]: audit 2023-12-09T02:13:10.839770+0000 mon.a (mon.0) 3193 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:11.968 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:11 smithi067 bash[82083]: audit 2023-12-09T02:13:10.920214+0000 mon.a (mon.0) 3194 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:11.968 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:11 smithi067 bash[82083]: audit 2023-12-09T02:13:10.923816+0000 mon.a (mon.0) 3195 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:11.968 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:11 smithi067 bash[82083]: audit 2023-12-09T02:13:10.927182+0000 mon.a (mon.0) 3196 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:11.968 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:11 smithi067 bash[82083]: audit 2023-12-09T02:13:10.928334+0000 mon.a (mon.0) 3197 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:11.968 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:11 smithi067 bash[82083]: cluster 2023-12-09T02:13:10.935252+0000 osd.6 (osd.6) 19 : cluster 3 failed to encode map e122 with expected crc 2023-12-09T02:13:11.968 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:11 smithi067 bash[82083]: audit 2023-12-09T02:13:10.937335+0000 mon.a (mon.0) 3198 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:11.968 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:11 smithi067 bash[82083]: audit 2023-12-09T02:13:11.021665+0000 mon.a (mon.0) 3199 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:11.968 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:11 smithi067 bash[82083]: audit 2023-12-09T02:13:11.024630+0000 mon.a (mon.0) 3200 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:11.968 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:11 smithi067 bash[82083]: audit 2023-12-09T02:13:11.028920+0000 mon.a (mon.0) 3201 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:11.968 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:11 smithi067 bash[82083]: audit 2023-12-09T02:13:11.030396+0000 mon.a (mon.0) 3202 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:11.968 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:11 smithi067 bash[82083]: audit 2023-12-09T02:13:11.039981+0000 mon.a (mon.0) 3203 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:11.968 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:11 smithi067 bash[82083]: audit 2023-12-09T02:13:11.118933+0000 mon.a (mon.0) 3204 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:11.968 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:11 smithi067 bash[82083]: audit 2023-12-09T02:13:11.121294+0000 mon.a (mon.0) 3205 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:11.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:11 smithi067 bash[82083]: audit 2023-12-09T02:13:11.124208+0000 mon.a (mon.0) 3206 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:11.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:11 smithi067 bash[82083]: audit 2023-12-09T02:13:11.125021+0000 mon.a (mon.0) 3207 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:11.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:11 smithi067 bash[82083]: audit 2023-12-09T02:13:11.133673+0000 mon.a (mon.0) 3208 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:11.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:11 smithi067 bash[82083]: audit 2023-12-09T02:13:11.216704+0000 mon.a (mon.0) 3209 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:11.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:11 smithi067 bash[82083]: audit 2023-12-09T02:13:11.219263+0000 mon.a (mon.0) 3210 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:11.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:11 smithi067 bash[82083]: audit 2023-12-09T02:13:11.221594+0000 mon.a (mon.0) 3211 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:11.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:11 smithi067 bash[82083]: audit 2023-12-09T02:13:11.222493+0000 mon.a (mon.0) 3212 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:11.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:11 smithi067 bash[82083]: audit 2023-12-09T02:13:11.230620+0000 mon.a (mon.0) 3213 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:11.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:11 smithi067 bash[82083]: audit 2023-12-09T02:13:11.308973+0000 mon.a (mon.0) 3214 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:11.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:11 smithi067 bash[82083]: audit 2023-12-09T02:13:11.311991+0000 mon.a (mon.0) 3215 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:11.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:11 smithi067 bash[82083]: audit 2023-12-09T02:13:11.315592+0000 mon.a (mon.0) 3216 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:11.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:11 smithi067 bash[82083]: audit 2023-12-09T02:13:11.316759+0000 mon.a (mon.0) 3217 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:11.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:11 smithi067 bash[82083]: audit 2023-12-09T02:13:11.326225+0000 mon.a (mon.0) 3218 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:11.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:11 smithi067 bash[82083]: cluster 2023-12-09T02:13:11.351332+0000 osd.7 (osd.7) 17 : cluster 3 failed to encode map e122 with expected crc 2023-12-09T02:13:11.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:11 smithi067 bash[82083]: audit 2023-12-09T02:13:11.406558+0000 mon.a (mon.0) 3219 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:11.969 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:11 smithi067 bash[82083]: audit 2023-12-09T02:13:11.410214+0000 mon.a (mon.0) 3220 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:11.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:11 smithi067 bash[82083]: audit 2023-12-09T02:13:11.413300+0000 mon.a (mon.0) 3221 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:11.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:11 smithi067 bash[82083]: audit 2023-12-09T02:13:11.414389+0000 mon.a (mon.0) 3222 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:11.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:11 smithi067 bash[82083]: audit 2023-12-09T02:13:11.422766+0000 mon.a (mon.0) 3223 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:11.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:11 smithi067 bash[82083]: cluster 2023-12-09T02:13:11.453026+0000 mon.a (mon.0) 3224 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-09T02:13:11.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:11 smithi067 bash[82083]: cluster 2023-12-09T02:13:11.461688+0000 mon.a (mon.0) 3225 : cluster 1 osd.2 [v2:172.21.15.67:6818/2233967257,v1:172.21.15.67:6819/2233967257] boot 2023-12-09T02:13:11.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:11 smithi067 bash[82083]: cluster 2023-12-09T02:13:11.461746+0000 mon.a (mon.0) 3226 : cluster 0 osdmap e123: 8 total, 8 up, 8 in 2023-12-09T02:13:11.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:11 smithi067 bash[82083]: cluster 2023-12-09T02:13:11.462177+0000 osd.7 (osd.7) 18 : cluster 3 failed to encode map e123 with expected crc 2023-12-09T02:13:11.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:11 smithi067 bash[82083]: audit 2023-12-09T02:13:11.463361+0000 mon.a (mon.0) 3227 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-09T02:13:11.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:11 smithi067 bash[82083]: audit 2023-12-09T02:13:11.515028+0000 mon.a (mon.0) 3228 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:11.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:11 smithi067 bash[82083]: audit 2023-12-09T02:13:11.516982+0000 mon.a (mon.0) 3229 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:11.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:11 smithi067 bash[82083]: audit 2023-12-09T02:13:11.518924+0000 mon.a (mon.0) 3230 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:11.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:11 smithi067 bash[82083]: audit 2023-12-09T02:13:11.519678+0000 mon.a (mon.0) 3231 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:11.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:11 smithi067 bash[82083]: audit 2023-12-09T02:13:11.525234+0000 mon.a (mon.0) 3232 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:11.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:11 smithi067 bash[82083]: audit 2023-12-09T02:13:11.601961+0000 mon.a (mon.0) 3233 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:11.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:11 smithi067 bash[82083]: audit 2023-12-09T02:13:11.604791+0000 mon.a (mon.0) 3234 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:11.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:11 smithi067 bash[82083]: audit 2023-12-09T02:13:11.607504+0000 mon.a (mon.0) 3235 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:11.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:11 smithi067 bash[82083]: audit 2023-12-09T02:13:11.608542+0000 mon.a (mon.0) 3236 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:11.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:11 smithi067 bash[82083]: audit 2023-12-09T02:13:11.615300+0000 mon.a (mon.0) 3237 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:11.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:11 smithi067 bash[79370]: cephadm 2023-12-09T02:13:09.773797+0000 mgr.y (mgr.25480) 764 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:11.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:11 smithi067 bash[79370]: cephadm 2023-12-09T02:13:09.865828+0000 mgr.y (mgr.25480) 765 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:11.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:11 smithi067 bash[79370]: cephadm 2023-12-09T02:13:09.966334+0000 mgr.y (mgr.25480) 766 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:11.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:11 smithi067 bash[79370]: cephadm 2023-12-09T02:13:10.062324+0000 mgr.y (mgr.25480) 767 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:11.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:11 smithi067 bash[79370]: cephadm 2023-12-09T02:13:10.163054+0000 mgr.y (mgr.25480) 768 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:11.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:11 smithi067 bash[79370]: cephadm 2023-12-09T02:13:10.264858+0000 mgr.y (mgr.25480) 769 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:11.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:11 smithi067 bash[79370]: cephadm 2023-12-09T02:13:10.364444+0000 mgr.y (mgr.25480) 770 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:11.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:11 smithi067 bash[79370]: cluster 2023-12-09T02:13:10.398789+0000 osd.4 (osd.4) 25 : cluster 3 failed to encode map e122 with expected crc 2023-12-09T02:13:11.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:11 smithi067 bash[79370]: cluster 2023-12-09T02:13:10.399110+0000 osd.3 (osd.3) 22 : cluster 3 failed to encode map e122 with expected crc 2023-12-09T02:13:11.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:11 smithi067 bash[79370]: cluster 2023-12-09T02:13:10.409142+0000 mgr.y (mgr.25480) 771 : cluster 0 pgmap v125: 161 pgs: 10 active+clean+remapped, 12 active+undersized+degraded, 33 active+undersized, 106 active+clean; 585 KiB data, 164 MiB used, 715 GiB / 715 GiB avail; 99 KiB/s rd, 0 B/s wr, 164 op/s; 54/726 objects degraded (7.438%); 41/726 objects misplaced (5.647%); 37 B/s, 1 objects/s recovering 2023-12-09T02:13:11.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:11 smithi067 bash[79370]: cephadm 2023-12-09T02:13:10.456015+0000 mgr.y (mgr.25480) 772 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:11.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:11 smithi067 bash[79370]: cephadm 2023-12-09T02:13:10.538627+0000 mgr.y (mgr.25480) 773 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:11.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:11 smithi067 bash[79370]: cephadm 2023-12-09T02:13:10.636374+0000 mgr.y (mgr.25480) 774 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:11.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:11 smithi067 bash[79370]: cluster 2023-12-09T02:13:10.636427+0000 osd.5 (osd.5) 23 : cluster 3 failed to encode map e122 with expected crc 2023-12-09T02:13:11.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:11 smithi067 bash[79370]: audit 2023-12-09T02:13:10.723631+0000 mon.a (mon.0) 3184 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:11.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:11 smithi067 bash[79370]: audit 2023-12-09T02:13:10.725954+0000 mon.a (mon.0) 3185 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:11.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:11 smithi067 bash[79370]: audit 2023-12-09T02:13:10.729992+0000 mon.a (mon.0) 3186 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:11.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:11 smithi067 bash[79370]: audit 2023-12-09T02:13:10.731267+0000 mon.a (mon.0) 3187 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:11.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:11 smithi067 bash[79370]: audit 2023-12-09T02:13:10.740071+0000 mon.a (mon.0) 3188 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:11.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:11 smithi067 bash[79370]: audit 2023-12-09T02:13:10.823304+0000 mon.a (mon.0) 3189 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:11.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:11 smithi067 bash[79370]: audit 2023-12-09T02:13:10.826215+0000 mon.a (mon.0) 3190 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:11.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:11 smithi067 bash[79370]: audit 2023-12-09T02:13:10.829417+0000 mon.a (mon.0) 3191 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:11.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:11 smithi067 bash[79370]: audit 2023-12-09T02:13:10.830888+0000 mon.a (mon.0) 3192 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:11.973 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:11 smithi067 bash[79370]: audit 2023-12-09T02:13:10.839770+0000 mon.a (mon.0) 3193 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:11.973 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:11 smithi067 bash[79370]: audit 2023-12-09T02:13:10.920214+0000 mon.a (mon.0) 3194 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:11.973 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:11 smithi067 bash[79370]: audit 2023-12-09T02:13:10.923816+0000 mon.a (mon.0) 3195 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:11.973 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:11 smithi067 bash[79370]: audit 2023-12-09T02:13:10.927182+0000 mon.a (mon.0) 3196 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:11.973 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:11 smithi067 bash[79370]: audit 2023-12-09T02:13:10.928334+0000 mon.a (mon.0) 3197 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:11.973 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:11 smithi067 bash[79370]: cluster 2023-12-09T02:13:10.935252+0000 osd.6 (osd.6) 19 : cluster 3 failed to encode map e122 with expected crc 2023-12-09T02:13:11.973 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:11 smithi067 bash[79370]: audit 2023-12-09T02:13:10.937335+0000 mon.a (mon.0) 3198 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:11.973 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:11 smithi067 bash[79370]: audit 2023-12-09T02:13:11.021665+0000 mon.a (mon.0) 3199 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:11.973 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:11 smithi067 bash[79370]: audit 2023-12-09T02:13:11.024630+0000 mon.a (mon.0) 3200 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:11.973 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:11 smithi067 bash[79370]: audit 2023-12-09T02:13:11.028920+0000 mon.a (mon.0) 3201 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:11.973 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:11 smithi067 bash[79370]: audit 2023-12-09T02:13:11.030396+0000 mon.a (mon.0) 3202 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:11.973 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:11 smithi067 bash[79370]: audit 2023-12-09T02:13:11.039981+0000 mon.a (mon.0) 3203 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:11.973 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:11 smithi067 bash[79370]: audit 2023-12-09T02:13:11.118933+0000 mon.a (mon.0) 3204 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:11.973 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:11 smithi067 bash[79370]: audit 2023-12-09T02:13:11.121294+0000 mon.a (mon.0) 3205 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:11.973 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:11 smithi067 bash[79370]: audit 2023-12-09T02:13:11.124208+0000 mon.a (mon.0) 3206 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:11.973 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:11 smithi067 bash[79370]: audit 2023-12-09T02:13:11.125021+0000 mon.a (mon.0) 3207 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:11.974 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:11 smithi067 bash[79370]: audit 2023-12-09T02:13:11.133673+0000 mon.a (mon.0) 3208 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:11.974 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:11 smithi067 bash[79370]: audit 2023-12-09T02:13:11.216704+0000 mon.a (mon.0) 3209 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:11.974 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:11 smithi067 bash[79370]: audit 2023-12-09T02:13:11.219263+0000 mon.a (mon.0) 3210 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:11.974 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:11 smithi067 bash[79370]: audit 2023-12-09T02:13:11.221594+0000 mon.a (mon.0) 3211 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:11.974 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:11 smithi067 bash[79370]: audit 2023-12-09T02:13:11.222493+0000 mon.a (mon.0) 3212 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:11.974 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:11 smithi067 bash[79370]: audit 2023-12-09T02:13:11.230620+0000 mon.a (mon.0) 3213 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:11.974 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:11 smithi067 bash[79370]: audit 2023-12-09T02:13:11.308973+0000 mon.a (mon.0) 3214 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:11.974 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:11 smithi067 bash[79370]: audit 2023-12-09T02:13:11.311991+0000 mon.a (mon.0) 3215 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:11.974 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:11 smithi067 bash[79370]: audit 2023-12-09T02:13:11.315592+0000 mon.a (mon.0) 3216 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:11.974 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:11 smithi067 bash[79370]: audit 2023-12-09T02:13:11.316759+0000 mon.a (mon.0) 3217 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:11.974 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:11 smithi067 bash[79370]: audit 2023-12-09T02:13:11.326225+0000 mon.a (mon.0) 3218 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:11.974 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:11 smithi067 bash[79370]: cluster 2023-12-09T02:13:11.351332+0000 osd.7 (osd.7) 17 : cluster 3 failed to encode map e122 with expected crc 2023-12-09T02:13:11.974 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:11 smithi067 bash[79370]: audit 2023-12-09T02:13:11.406558+0000 mon.a (mon.0) 3219 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:11.974 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:11 smithi067 bash[79370]: audit 2023-12-09T02:13:11.410214+0000 mon.a (mon.0) 3220 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:11.975 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:11 smithi067 bash[79370]: audit 2023-12-09T02:13:11.413300+0000 mon.a (mon.0) 3221 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:11.975 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:11 smithi067 bash[79370]: audit 2023-12-09T02:13:11.414389+0000 mon.a (mon.0) 3222 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:11.975 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:11 smithi067 bash[79370]: audit 2023-12-09T02:13:11.422766+0000 mon.a (mon.0) 3223 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:11.975 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:11 smithi067 bash[79370]: cluster 2023-12-09T02:13:11.453026+0000 mon.a (mon.0) 3224 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-09T02:13:11.975 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:11 smithi067 bash[79370]: cluster 2023-12-09T02:13:11.461688+0000 mon.a (mon.0) 3225 : cluster 1 osd.2 [v2:172.21.15.67:6818/2233967257,v1:172.21.15.67:6819/2233967257] boot 2023-12-09T02:13:11.975 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:11 smithi067 bash[79370]: cluster 2023-12-09T02:13:11.461746+0000 mon.a (mon.0) 3226 : cluster 0 osdmap e123: 8 total, 8 up, 8 in 2023-12-09T02:13:11.975 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:11 smithi067 bash[79370]: cluster 2023-12-09T02:13:11.462177+0000 osd.7 (osd.7) 18 : cluster 3 failed to encode map e123 with expected crc 2023-12-09T02:13:11.975 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:11 smithi067 bash[79370]: audit 2023-12-09T02:13:11.463361+0000 mon.a (mon.0) 3227 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-09T02:13:11.975 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:11 smithi067 bash[79370]: audit 2023-12-09T02:13:11.515028+0000 mon.a (mon.0) 3228 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:11.975 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:11 smithi067 bash[79370]: audit 2023-12-09T02:13:11.516982+0000 mon.a (mon.0) 3229 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:11.975 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:11 smithi067 bash[79370]: audit 2023-12-09T02:13:11.518924+0000 mon.a (mon.0) 3230 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:11.975 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:11 smithi067 bash[79370]: audit 2023-12-09T02:13:11.519678+0000 mon.a (mon.0) 3231 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:11.975 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:11 smithi067 bash[79370]: audit 2023-12-09T02:13:11.525234+0000 mon.a (mon.0) 3232 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:11.975 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:11 smithi067 bash[79370]: audit 2023-12-09T02:13:11.601961+0000 mon.a (mon.0) 3233 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:11.975 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:11 smithi067 bash[79370]: audit 2023-12-09T02:13:11.604791+0000 mon.a (mon.0) 3234 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:11.975 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:11 smithi067 bash[79370]: audit 2023-12-09T02:13:11.607504+0000 mon.a (mon.0) 3235 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:11.976 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:11 smithi067 bash[79370]: audit 2023-12-09T02:13:11.608542+0000 mon.a (mon.0) 3236 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:11.976 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:11 smithi067 bash[79370]: audit 2023-12-09T02:13:11.615300+0000 mon.a (mon.0) 3237 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:12.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:12 smithi067 bash[79370]: cephadm 2023-12-09T02:13:10.740729+0000 mgr.y (mgr.25480) 775 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:12.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:12 smithi067 bash[79370]: cephadm 2023-12-09T02:13:10.840706+0000 mgr.y (mgr.25480) 776 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:12.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:12 smithi067 bash[79370]: cephadm 2023-12-09T02:13:10.938275+0000 mgr.y (mgr.25480) 777 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:12.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:12 smithi067 bash[79370]: cephadm 2023-12-09T02:13:11.040831+0000 mgr.y (mgr.25480) 778 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:12.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:12 smithi067 bash[79370]: cephadm 2023-12-09T02:13:11.134219+0000 mgr.y (mgr.25480) 779 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:12.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:12 smithi067 bash[79370]: cephadm 2023-12-09T02:13:11.231300+0000 mgr.y (mgr.25480) 780 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:12.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:12 smithi067 bash[79370]: cephadm 2023-12-09T02:13:11.326832+0000 mgr.y (mgr.25480) 781 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:12.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:12 smithi067 bash[79370]: cephadm 2023-12-09T02:13:11.423598+0000 mgr.y (mgr.25480) 782 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:12.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:12 smithi067 bash[79370]: cluster 2023-12-09T02:13:11.457823+0000 osd.4 (osd.4) 26 : cluster 3 failed to encode map e123 with expected crc 2023-12-09T02:13:12.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:12 smithi067 bash[79370]: cluster 2023-12-09T02:13:11.459276+0000 osd.6 (osd.6) 20 : cluster 3 failed to encode map e123 with expected crc 2023-12-09T02:13:12.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:12 smithi067 bash[79370]: cluster 2023-12-09T02:13:11.461783+0000 osd.4 (osd.4) 27 : cluster 3 failed to encode map e123 with expected crc 2023-12-09T02:13:12.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:12 smithi067 bash[79370]: cluster 2023-12-09T02:13:11.462422+0000 osd.5 (osd.5) 24 : cluster 3 failed to encode map e123 with expected crc 2023-12-09T02:13:12.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:12 smithi067 bash[79370]: cluster 2023-12-09T02:13:11.465786+0000 osd.4 (osd.4) 28 : cluster 3 failed to encode map e123 with expected crc 2023-12-09T02:13:12.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:12 smithi067 bash[79370]: cluster 2023-12-09T02:13:11.467693+0000 osd.3 (osd.3) 23 : cluster 3 failed to encode map e123 with expected crc 2023-12-09T02:13:12.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:12 smithi067 bash[79370]: cephadm 2023-12-09T02:13:11.525777+0000 mgr.y (mgr.25480) 783 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:12.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:12 smithi067 bash[79370]: cephadm 2023-12-09T02:13:11.616021+0000 mgr.y (mgr.25480) 784 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:12.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:12 smithi067 bash[79370]: audit 2023-12-09T02:13:11.691881+0000 mon.a (mon.0) 3238 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:12.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:12 smithi067 bash[79370]: audit 2023-12-09T02:13:11.694166+0000 mon.a (mon.0) 3239 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:12.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:12 smithi067 bash[79370]: audit 2023-12-09T02:13:11.697324+0000 mon.a (mon.0) 3240 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:12.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:12 smithi067 bash[79370]: audit 2023-12-09T02:13:11.698252+0000 mon.a (mon.0) 3241 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:12.973 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:12 smithi067 bash[79370]: audit 2023-12-09T02:13:11.703659+0000 mon.a (mon.0) 3242 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:12.973 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:12 smithi067 bash[79370]: audit 2023-12-09T02:13:11.781860+0000 mon.a (mon.0) 3243 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:12.973 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:12 smithi067 bash[82083]: cephadm 2023-12-09T02:13:10.740729+0000 mgr.y (mgr.25480) 775 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:12.973 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:12 smithi067 bash[82083]: cephadm 2023-12-09T02:13:10.840706+0000 mgr.y (mgr.25480) 776 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:12.973 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:12 smithi067 bash[82083]: cephadm 2023-12-09T02:13:10.938275+0000 mgr.y (mgr.25480) 777 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:12.973 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:12 smithi067 bash[82083]: cephadm 2023-12-09T02:13:11.040831+0000 mgr.y (mgr.25480) 778 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:12.973 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:12 smithi067 bash[82083]: cephadm 2023-12-09T02:13:11.134219+0000 mgr.y (mgr.25480) 779 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:12.973 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:12 smithi067 bash[82083]: cephadm 2023-12-09T02:13:11.231300+0000 mgr.y (mgr.25480) 780 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:12.974 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:12 smithi067 bash[82083]: cephadm 2023-12-09T02:13:11.326832+0000 mgr.y (mgr.25480) 781 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:12.974 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:12 smithi067 bash[82083]: cephadm 2023-12-09T02:13:11.423598+0000 mgr.y (mgr.25480) 782 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:12.974 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:12 smithi067 bash[82083]: cluster 2023-12-09T02:13:11.457823+0000 osd.4 (osd.4) 26 : cluster 3 failed to encode map e123 with expected crc 2023-12-09T02:13:12.974 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:12 smithi067 bash[82083]: cluster 2023-12-09T02:13:11.459276+0000 osd.6 (osd.6) 20 : cluster 3 failed to encode map e123 with expected crc 2023-12-09T02:13:12.974 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:12 smithi067 bash[82083]: cluster 2023-12-09T02:13:11.461783+0000 osd.4 (osd.4) 27 : cluster 3 failed to encode map e123 with expected crc 2023-12-09T02:13:12.974 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:12 smithi067 bash[82083]: cluster 2023-12-09T02:13:11.462422+0000 osd.5 (osd.5) 24 : cluster 3 failed to encode map e123 with expected crc 2023-12-09T02:13:12.974 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:12 smithi067 bash[82083]: cluster 2023-12-09T02:13:11.465786+0000 osd.4 (osd.4) 28 : cluster 3 failed to encode map e123 with expected crc 2023-12-09T02:13:12.974 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:12 smithi067 bash[82083]: cluster 2023-12-09T02:13:11.467693+0000 osd.3 (osd.3) 23 : cluster 3 failed to encode map e123 with expected crc 2023-12-09T02:13:12.974 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:12 smithi067 bash[82083]: cephadm 2023-12-09T02:13:11.525777+0000 mgr.y (mgr.25480) 783 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:12.974 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:12 smithi067 bash[82083]: cephadm 2023-12-09T02:13:11.616021+0000 mgr.y (mgr.25480) 784 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:12.974 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:12 smithi067 bash[82083]: audit 2023-12-09T02:13:11.691881+0000 mon.a (mon.0) 3238 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:12.974 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:12 smithi067 bash[82083]: audit 2023-12-09T02:13:11.694166+0000 mon.a (mon.0) 3239 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:12.974 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:12 smithi067 bash[82083]: audit 2023-12-09T02:13:11.697324+0000 mon.a (mon.0) 3240 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:12.975 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:12 smithi067 bash[82083]: audit 2023-12-09T02:13:11.698252+0000 mon.a (mon.0) 3241 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:12.975 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:12 smithi067 bash[82083]: audit 2023-12-09T02:13:11.703659+0000 mon.a (mon.0) 3242 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:12.975 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:12 smithi067 bash[82083]: audit 2023-12-09T02:13:11.781860+0000 mon.a (mon.0) 3243 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:12.975 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:12 smithi067 bash[79370]: audit 2023-12-09T02:13:11.784078+0000 mon.a (mon.0) 3244 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:12.975 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:12 smithi067 bash[79370]: audit 2023-12-09T02:13:11.787941+0000 mon.a (mon.0) 3245 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:12.975 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:12 smithi067 bash[79370]: audit 2023-12-09T02:13:11.789191+0000 mon.a (mon.0) 3246 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:12.975 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:12 smithi067 bash[79370]: audit 2023-12-09T02:13:11.798723+0000 mon.a (mon.0) 3247 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:12.975 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:12 smithi067 bash[79370]: audit 2023-12-09T02:13:11.879647+0000 mon.a (mon.0) 3248 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:12.976 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:12 smithi067 bash[79370]: audit 2023-12-09T02:13:11.882604+0000 mon.a (mon.0) 3249 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:12.976 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:12 smithi067 bash[79370]: audit 2023-12-09T02:13:11.885781+0000 mon.a (mon.0) 3250 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:12.976 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:12 smithi067 bash[79370]: audit 2023-12-09T02:13:11.887002+0000 mon.a (mon.0) 3251 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:12.976 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:12 smithi067 bash[79370]: audit 2023-12-09T02:13:11.895011+0000 mon.a (mon.0) 3252 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:12.976 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:12 smithi067 bash[79370]: audit 2023-12-09T02:13:11.970824+0000 mon.a (mon.0) 3253 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:12.976 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:12 smithi067 bash[79370]: audit 2023-12-09T02:13:11.973312+0000 mon.a (mon.0) 3254 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:12.976 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:12 smithi067 bash[79370]: audit 2023-12-09T02:13:11.976201+0000 mon.a (mon.0) 3255 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:12.976 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:12 smithi067 bash[79370]: audit 2023-12-09T02:13:11.977603+0000 mon.a (mon.0) 3256 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:12.976 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:12 smithi067 bash[79370]: audit 2023-12-09T02:13:11.988471+0000 mon.a (mon.0) 3257 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:12.976 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:12 smithi067 bash[79370]: audit 2023-12-09T02:13:12.065526+0000 mon.a (mon.0) 3258 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:12.976 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:12 smithi067 bash[79370]: audit 2023-12-09T02:13:12.068074+0000 mon.a (mon.0) 3259 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:12.977 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:12 smithi067 bash[79370]: audit 2023-12-09T02:13:12.070613+0000 mon.a (mon.0) 3260 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:12.977 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:12 smithi067 bash[79370]: audit 2023-12-09T02:13:12.071588+0000 mon.a (mon.0) 3261 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:12.977 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:12 smithi067 bash[79370]: audit 2023-12-09T02:13:12.079810+0000 mon.a (mon.0) 3262 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:12.977 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:12 smithi067 bash[79370]: audit 2023-12-09T02:13:12.157763+0000 mon.a (mon.0) 3263 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:12.977 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:12 smithi067 bash[82083]: audit 2023-12-09T02:13:11.784078+0000 mon.a (mon.0) 3244 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:12.977 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:12 smithi067 bash[82083]: audit 2023-12-09T02:13:11.787941+0000 mon.a (mon.0) 3245 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:12.977 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:12 smithi067 bash[82083]: audit 2023-12-09T02:13:11.789191+0000 mon.a (mon.0) 3246 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:12.977 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:12 smithi067 bash[82083]: audit 2023-12-09T02:13:11.798723+0000 mon.a (mon.0) 3247 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:12.977 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:12 smithi067 bash[82083]: audit 2023-12-09T02:13:11.879647+0000 mon.a (mon.0) 3248 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:12.978 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:12 smithi067 bash[82083]: audit 2023-12-09T02:13:11.882604+0000 mon.a (mon.0) 3249 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:12.978 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:12 smithi067 bash[82083]: audit 2023-12-09T02:13:11.885781+0000 mon.a (mon.0) 3250 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:12.978 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:12 smithi067 bash[82083]: audit 2023-12-09T02:13:11.887002+0000 mon.a (mon.0) 3251 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:12.978 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:12 smithi067 bash[82083]: audit 2023-12-09T02:13:11.895011+0000 mon.a (mon.0) 3252 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:12.978 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:12 smithi067 bash[82083]: audit 2023-12-09T02:13:11.970824+0000 mon.a (mon.0) 3253 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:12.978 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:12 smithi067 bash[82083]: audit 2023-12-09T02:13:11.973312+0000 mon.a (mon.0) 3254 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:12.978 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:12 smithi067 bash[82083]: audit 2023-12-09T02:13:11.976201+0000 mon.a (mon.0) 3255 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:12.978 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:12 smithi067 bash[82083]: audit 2023-12-09T02:13:11.977603+0000 mon.a (mon.0) 3256 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:12.978 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:12 smithi067 bash[82083]: audit 2023-12-09T02:13:11.988471+0000 mon.a (mon.0) 3257 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:12.978 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:12 smithi067 bash[82083]: audit 2023-12-09T02:13:12.065526+0000 mon.a (mon.0) 3258 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:12.978 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:12 smithi067 bash[82083]: audit 2023-12-09T02:13:12.068074+0000 mon.a (mon.0) 3259 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:12.979 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:12 smithi067 bash[82083]: audit 2023-12-09T02:13:12.070613+0000 mon.a (mon.0) 3260 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:12.979 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:12 smithi067 bash[82083]: audit 2023-12-09T02:13:12.071588+0000 mon.a (mon.0) 3261 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:12.979 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:12 smithi067 bash[82083]: audit 2023-12-09T02:13:12.079810+0000 mon.a (mon.0) 3262 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:12.979 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:12 smithi067 bash[82083]: audit 2023-12-09T02:13:12.157763+0000 mon.a (mon.0) 3263 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:12.979 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:12 smithi067 bash[79370]: audit 2023-12-09T02:13:12.160810+0000 mon.a (mon.0) 3264 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:12.979 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:12 smithi067 bash[79370]: audit 2023-12-09T02:13:12.164805+0000 mon.a (mon.0) 3265 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:12.979 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:12 smithi067 bash[79370]: audit 2023-12-09T02:13:12.166088+0000 mon.a (mon.0) 3266 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:12.979 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:12 smithi067 bash[79370]: audit 2023-12-09T02:13:12.174465+0000 mon.a (mon.0) 3267 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:12.979 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:12 smithi067 bash[79370]: cluster 2023-12-09T02:13:12.214329+0000 osd.7 (osd.7) 19 : cluster 3 failed to encode map e124 with expected crc 2023-12-09T02:13:12.980 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:12 smithi067 bash[79370]: cluster 2023-12-09T02:13:12.219823+0000 osd.6 (osd.6) 21 : cluster 3 failed to encode map e124 with expected crc 2023-12-09T02:13:12.980 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:12 smithi067 bash[79370]: cluster 2023-12-09T02:13:12.219977+0000 osd.3 (osd.3) 24 : cluster 3 failed to encode map e124 with expected crc 2023-12-09T02:13:12.980 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:12 smithi067 bash[79370]: cluster 2023-12-09T02:13:12.223431+0000 mon.a (mon.0) 3268 : cluster 0 osdmap e124: 8 total, 8 up, 8 in 2023-12-09T02:13:12.980 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:12 smithi067 bash[79370]: cluster 2023-12-09T02:13:12.224304+0000 osd.7 (osd.7) 20 : cluster 3 failed to encode map e124 with expected crc 2023-12-09T02:13:12.980 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:12 smithi067 bash[79370]: cluster 2023-12-09T02:13:12.224730+0000 osd.3 (osd.3) 25 : cluster 3 failed to encode map e124 with expected crc 2023-12-09T02:13:12.980 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:12 smithi067 bash[79370]: cluster 2023-12-09T02:13:12.227288+0000 osd.6 (osd.6) 22 : cluster 3 failed to encode map e124 with expected crc 2023-12-09T02:13:12.980 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:12 smithi067 bash[79370]: cluster 2023-12-09T02:13:12.230679+0000 osd.3 (osd.3) 26 : cluster 3 failed to encode map e124 with expected crc 2023-12-09T02:13:12.980 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:12 smithi067 bash[79370]: audit 2023-12-09T02:13:12.264531+0000 mon.a (mon.0) 3269 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:12.980 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:12 smithi067 bash[79370]: audit 2023-12-09T02:13:12.267750+0000 mon.a (mon.0) 3270 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:12.980 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:12 smithi067 bash[79370]: audit 2023-12-09T02:13:12.270050+0000 mon.a (mon.0) 3271 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:12.980 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:12 smithi067 bash[79370]: audit 2023-12-09T02:13:12.270799+0000 mon.a (mon.0) 3272 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:12.980 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:12 smithi067 bash[79370]: audit 2023-12-09T02:13:12.275600+0000 mon.a (mon.0) 3273 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:12.981 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:12 smithi067 bash[79370]: audit 2023-12-09T02:13:12.358169+0000 mon.a (mon.0) 3274 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:12.981 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:12 smithi067 bash[79370]: audit 2023-12-09T02:13:12.361106+0000 mon.a (mon.0) 3275 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:12.981 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:12 smithi067 bash[79370]: audit 2023-12-09T02:13:12.366139+0000 mon.a (mon.0) 3276 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:12.981 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:12 smithi067 bash[79370]: audit 2023-12-09T02:13:12.367619+0000 mon.a (mon.0) 3277 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:12.981 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:12 smithi067 bash[79370]: audit 2023-12-09T02:13:12.377245+0000 mon.a (mon.0) 3278 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:12.981 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:12 smithi067 bash[82083]: audit 2023-12-09T02:13:12.160810+0000 mon.a (mon.0) 3264 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:12.981 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:12 smithi067 bash[82083]: audit 2023-12-09T02:13:12.164805+0000 mon.a (mon.0) 3265 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:12.981 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:12 smithi067 bash[82083]: audit 2023-12-09T02:13:12.166088+0000 mon.a (mon.0) 3266 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:12.982 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:12 smithi067 bash[82083]: audit 2023-12-09T02:13:12.174465+0000 mon.a (mon.0) 3267 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:12.982 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:12 smithi067 bash[82083]: cluster 2023-12-09T02:13:12.214329+0000 osd.7 (osd.7) 19 : cluster 3 failed to encode map e124 with expected crc 2023-12-09T02:13:12.982 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:12 smithi067 bash[82083]: cluster 2023-12-09T02:13:12.219823+0000 osd.6 (osd.6) 21 : cluster 3 failed to encode map e124 with expected crc 2023-12-09T02:13:12.982 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:12 smithi067 bash[82083]: cluster 2023-12-09T02:13:12.219977+0000 osd.3 (osd.3) 24 : cluster 3 failed to encode map e124 with expected crc 2023-12-09T02:13:12.982 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:12 smithi067 bash[82083]: cluster 2023-12-09T02:13:12.223431+0000 mon.a (mon.0) 3268 : cluster 0 osdmap e124: 8 total, 8 up, 8 in 2023-12-09T02:13:12.982 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:12 smithi067 bash[82083]: cluster 2023-12-09T02:13:12.224304+0000 osd.7 (osd.7) 20 : cluster 3 failed to encode map e124 with expected crc 2023-12-09T02:13:12.982 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:12 smithi067 bash[82083]: cluster 2023-12-09T02:13:12.224730+0000 osd.3 (osd.3) 25 : cluster 3 failed to encode map e124 with expected crc 2023-12-09T02:13:12.982 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:12 smithi067 bash[82083]: cluster 2023-12-09T02:13:12.227288+0000 osd.6 (osd.6) 22 : cluster 3 failed to encode map e124 with expected crc 2023-12-09T02:13:12.982 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:12 smithi067 bash[82083]: cluster 2023-12-09T02:13:12.230679+0000 osd.3 (osd.3) 26 : cluster 3 failed to encode map e124 with expected crc 2023-12-09T02:13:12.982 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:12 smithi067 bash[82083]: audit 2023-12-09T02:13:12.264531+0000 mon.a (mon.0) 3269 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:12.982 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:12 smithi067 bash[82083]: audit 2023-12-09T02:13:12.267750+0000 mon.a (mon.0) 3270 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:12.982 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:12 smithi067 bash[82083]: audit 2023-12-09T02:13:12.270050+0000 mon.a (mon.0) 3271 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:12.983 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:12 smithi067 bash[82083]: audit 2023-12-09T02:13:12.270799+0000 mon.a (mon.0) 3272 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:12.983 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:12 smithi067 bash[82083]: audit 2023-12-09T02:13:12.275600+0000 mon.a (mon.0) 3273 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:12.983 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:12 smithi067 bash[82083]: audit 2023-12-09T02:13:12.358169+0000 mon.a (mon.0) 3274 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:12.983 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:12 smithi067 bash[82083]: audit 2023-12-09T02:13:12.361106+0000 mon.a (mon.0) 3275 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:12.983 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:12 smithi067 bash[82083]: audit 2023-12-09T02:13:12.366139+0000 mon.a (mon.0) 3276 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:12.983 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:12 smithi067 bash[82083]: audit 2023-12-09T02:13:12.367619+0000 mon.a (mon.0) 3277 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:12.983 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:12 smithi067 bash[82083]: audit 2023-12-09T02:13:12.377245+0000 mon.a (mon.0) 3278 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:12.983 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:12 smithi067 bash[82083]: audit 2023-12-09T02:13:12.488505+0000 mon.a (mon.0) 3279 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:12.983 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:12 smithi067 bash[82083]: audit 2023-12-09T02:13:12.491087+0000 mon.a (mon.0) 3280 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:12.983 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:12 smithi067 bash[82083]: audit 2023-12-09T02:13:12.494433+0000 mon.a (mon.0) 3281 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:12.983 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:12 smithi067 bash[82083]: audit 2023-12-09T02:13:12.495604+0000 mon.a (mon.0) 3282 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:12.983 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:12 smithi067 bash[82083]: audit 2023-12-09T02:13:12.502530+0000 mon.a (mon.0) 3283 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:12.983 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:12 smithi067 bash[82083]: audit 2023-12-09T02:13:12.584979+0000 mon.a (mon.0) 3284 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:12.983 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:12 smithi067 bash[82083]: audit 2023-12-09T02:13:12.587611+0000 mon.a (mon.0) 3285 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:12.984 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:12 smithi067 bash[82083]: audit 2023-12-09T02:13:12.590334+0000 mon.a (mon.0) 3286 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:12.984 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:12 smithi067 bash[82083]: audit 2023-12-09T02:13:12.591248+0000 mon.a (mon.0) 3287 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:12.984 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:12 smithi067 bash[82083]: audit 2023-12-09T02:13:12.600522+0000 mon.a (mon.0) 3288 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:12.984 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:12 smithi067 bash[82083]: audit 2023-12-09T02:13:12.639674+0000 mon.a (mon.0) 3289 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:12.984 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:12 smithi067 bash[82083]: audit 2023-12-09T02:13:12.640977+0000 mon.a (mon.0) 3290 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:13:12.984 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:12 smithi067 bash[79370]: audit 2023-12-09T02:13:12.488505+0000 mon.a (mon.0) 3279 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:12.984 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:12 smithi067 bash[79370]: audit 2023-12-09T02:13:12.491087+0000 mon.a (mon.0) 3280 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:12.984 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:12 smithi067 bash[79370]: audit 2023-12-09T02:13:12.494433+0000 mon.a (mon.0) 3281 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:12.984 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:12 smithi067 bash[79370]: audit 2023-12-09T02:13:12.495604+0000 mon.a (mon.0) 3282 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:12.985 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:12 smithi067 bash[79370]: audit 2023-12-09T02:13:12.502530+0000 mon.a (mon.0) 3283 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:12.985 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:12 smithi067 bash[79370]: audit 2023-12-09T02:13:12.584979+0000 mon.a (mon.0) 3284 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:12.985 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:12 smithi067 bash[79370]: audit 2023-12-09T02:13:12.587611+0000 mon.a (mon.0) 3285 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:12.985 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:12 smithi067 bash[79370]: audit 2023-12-09T02:13:12.590334+0000 mon.a (mon.0) 3286 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:12.985 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:12 smithi067 bash[79370]: audit 2023-12-09T02:13:12.591248+0000 mon.a (mon.0) 3287 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:12.985 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:12 smithi067 bash[79370]: audit 2023-12-09T02:13:12.600522+0000 mon.a (mon.0) 3288 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:12.985 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:12 smithi067 bash[79370]: audit 2023-12-09T02:13:12.639674+0000 mon.a (mon.0) 3289 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:12.985 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:12 smithi067 bash[79370]: audit 2023-12-09T02:13:12.640977+0000 mon.a (mon.0) 3290 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:13:12.986 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:12 smithi125 bash[66801]: cephadm 2023-12-09T02:13:10.740729+0000 mgr.y (mgr.25480) 775 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:12.986 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:12 smithi125 bash[66801]: cephadm 2023-12-09T02:13:10.840706+0000 mgr.y (mgr.25480) 776 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:12.986 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:12 smithi125 bash[66801]: cephadm 2023-12-09T02:13:10.938275+0000 mgr.y (mgr.25480) 777 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:12.986 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:12 smithi125 bash[66801]: cephadm 2023-12-09T02:13:11.040831+0000 mgr.y (mgr.25480) 778 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:12.986 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:12 smithi125 bash[66801]: cephadm 2023-12-09T02:13:11.134219+0000 mgr.y (mgr.25480) 779 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:12.986 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:12 smithi125 bash[66801]: cephadm 2023-12-09T02:13:11.231300+0000 mgr.y (mgr.25480) 780 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:12.986 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:12 smithi125 bash[66801]: cephadm 2023-12-09T02:13:11.326832+0000 mgr.y (mgr.25480) 781 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:12.986 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:12 smithi125 bash[66801]: cephadm 2023-12-09T02:13:11.423598+0000 mgr.y (mgr.25480) 782 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:12.987 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:12 smithi125 bash[66801]: cluster 2023-12-09T02:13:11.457823+0000 osd.4 (osd.4) 26 : cluster 3 failed to encode map e123 with expected crc 2023-12-09T02:13:12.987 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:12 smithi125 bash[66801]: cluster 2023-12-09T02:13:11.459276+0000 osd.6 (osd.6) 20 : cluster 3 failed to encode map e123 with expected crc 2023-12-09T02:13:12.987 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:12 smithi125 bash[66801]: cluster 2023-12-09T02:13:11.461783+0000 osd.4 (osd.4) 27 : cluster 3 failed to encode map e123 with expected crc 2023-12-09T02:13:12.987 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:12 smithi125 bash[66801]: cluster 2023-12-09T02:13:11.462422+0000 osd.5 (osd.5) 24 : cluster 3 failed to encode map e123 with expected crc 2023-12-09T02:13:12.987 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:12 smithi125 bash[66801]: cluster 2023-12-09T02:13:11.465786+0000 osd.4 (osd.4) 28 : cluster 3 failed to encode map e123 with expected crc 2023-12-09T02:13:12.987 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:12 smithi125 bash[66801]: cluster 2023-12-09T02:13:11.467693+0000 osd.3 (osd.3) 23 : cluster 3 failed to encode map e123 with expected crc 2023-12-09T02:13:12.987 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:12 smithi125 bash[66801]: cephadm 2023-12-09T02:13:11.525777+0000 mgr.y (mgr.25480) 783 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:12.987 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:12 smithi125 bash[66801]: cephadm 2023-12-09T02:13:11.616021+0000 mgr.y (mgr.25480) 784 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:12.987 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:12 smithi125 bash[66801]: audit 2023-12-09T02:13:11.691881+0000 mon.a (mon.0) 3238 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:12.987 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:12 smithi125 bash[66801]: audit 2023-12-09T02:13:11.694166+0000 mon.a (mon.0) 3239 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:12.987 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:12 smithi125 bash[66801]: audit 2023-12-09T02:13:11.697324+0000 mon.a (mon.0) 3240 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:12.987 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:12 smithi125 bash[66801]: audit 2023-12-09T02:13:11.698252+0000 mon.a (mon.0) 3241 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:12.987 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:12 smithi125 bash[66801]: audit 2023-12-09T02:13:11.703659+0000 mon.a (mon.0) 3242 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:12.988 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:12 smithi125 bash[66801]: audit 2023-12-09T02:13:11.781860+0000 mon.a (mon.0) 3243 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:12.988 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:12 smithi125 bash[66801]: audit 2023-12-09T02:13:11.784078+0000 mon.a (mon.0) 3244 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:12.988 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:12 smithi125 bash[66801]: audit 2023-12-09T02:13:11.787941+0000 mon.a (mon.0) 3245 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:12.988 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:12 smithi125 bash[66801]: audit 2023-12-09T02:13:11.789191+0000 mon.a (mon.0) 3246 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:12.988 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:12 smithi125 bash[66801]: audit 2023-12-09T02:13:11.798723+0000 mon.a (mon.0) 3247 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:12.989 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:12 smithi125 bash[66801]: audit 2023-12-09T02:13:11.879647+0000 mon.a (mon.0) 3248 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:12.989 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:12 smithi125 bash[66801]: audit 2023-12-09T02:13:11.882604+0000 mon.a (mon.0) 3249 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:12.989 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:12 smithi125 bash[66801]: audit 2023-12-09T02:13:11.885781+0000 mon.a (mon.0) 3250 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:12.989 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:12 smithi125 bash[66801]: audit 2023-12-09T02:13:11.887002+0000 mon.a (mon.0) 3251 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:12.989 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:12 smithi125 bash[66801]: audit 2023-12-09T02:13:11.895011+0000 mon.a (mon.0) 3252 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:12.989 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:12 smithi125 bash[66801]: audit 2023-12-09T02:13:11.970824+0000 mon.a (mon.0) 3253 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:12.989 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:12 smithi125 bash[66801]: audit 2023-12-09T02:13:11.973312+0000 mon.a (mon.0) 3254 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:12.989 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:12 smithi125 bash[66801]: audit 2023-12-09T02:13:11.976201+0000 mon.a (mon.0) 3255 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:12.989 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:12 smithi125 bash[66801]: audit 2023-12-09T02:13:11.977603+0000 mon.a (mon.0) 3256 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:12.989 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:12 smithi125 bash[66801]: audit 2023-12-09T02:13:11.988471+0000 mon.a (mon.0) 3257 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:12.989 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:12 smithi125 bash[66801]: audit 2023-12-09T02:13:12.065526+0000 mon.a (mon.0) 3258 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:12.990 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:12 smithi125 bash[66801]: audit 2023-12-09T02:13:12.068074+0000 mon.a (mon.0) 3259 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:12.990 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:12 smithi125 bash[66801]: audit 2023-12-09T02:13:12.070613+0000 mon.a (mon.0) 3260 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:12.990 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:12 smithi125 bash[66801]: audit 2023-12-09T02:13:12.071588+0000 mon.a (mon.0) 3261 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:12.990 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:12 smithi125 bash[66801]: audit 2023-12-09T02:13:12.079810+0000 mon.a (mon.0) 3262 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:12.990 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:12 smithi125 bash[66801]: audit 2023-12-09T02:13:12.157763+0000 mon.a (mon.0) 3263 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:12.990 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:12 smithi125 bash[66801]: audit 2023-12-09T02:13:12.160810+0000 mon.a (mon.0) 3264 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:12.990 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:12 smithi125 bash[66801]: audit 2023-12-09T02:13:12.164805+0000 mon.a (mon.0) 3265 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:12.990 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:12 smithi125 bash[66801]: audit 2023-12-09T02:13:12.166088+0000 mon.a (mon.0) 3266 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:12.990 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:12 smithi125 bash[66801]: audit 2023-12-09T02:13:12.174465+0000 mon.a (mon.0) 3267 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:12.990 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:12 smithi125 bash[66801]: cluster 2023-12-09T02:13:12.214329+0000 osd.7 (osd.7) 19 : cluster 3 failed to encode map e124 with expected crc 2023-12-09T02:13:12.990 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:12 smithi125 bash[66801]: cluster 2023-12-09T02:13:12.219823+0000 osd.6 (osd.6) 21 : cluster 3 failed to encode map e124 with expected crc 2023-12-09T02:13:12.990 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:12 smithi125 bash[66801]: cluster 2023-12-09T02:13:12.219977+0000 osd.3 (osd.3) 24 : cluster 3 failed to encode map e124 with expected crc 2023-12-09T02:13:12.991 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:12 smithi125 bash[66801]: cluster 2023-12-09T02:13:12.223431+0000 mon.a (mon.0) 3268 : cluster 0 osdmap e124: 8 total, 8 up, 8 in 2023-12-09T02:13:12.991 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:12 smithi125 bash[66801]: cluster 2023-12-09T02:13:12.224304+0000 osd.7 (osd.7) 20 : cluster 3 failed to encode map e124 with expected crc 2023-12-09T02:13:12.991 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:12 smithi125 bash[66801]: cluster 2023-12-09T02:13:12.224730+0000 osd.3 (osd.3) 25 : cluster 3 failed to encode map e124 with expected crc 2023-12-09T02:13:12.991 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:12 smithi125 bash[66801]: cluster 2023-12-09T02:13:12.227288+0000 osd.6 (osd.6) 22 : cluster 3 failed to encode map e124 with expected crc 2023-12-09T02:13:12.991 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:12 smithi125 bash[66801]: cluster 2023-12-09T02:13:12.230679+0000 osd.3 (osd.3) 26 : cluster 3 failed to encode map e124 with expected crc 2023-12-09T02:13:12.991 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:12 smithi125 bash[66801]: audit 2023-12-09T02:13:12.264531+0000 mon.a (mon.0) 3269 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:12.991 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:12 smithi125 bash[66801]: audit 2023-12-09T02:13:12.267750+0000 mon.a (mon.0) 3270 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:12.991 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:12 smithi125 bash[66801]: audit 2023-12-09T02:13:12.270050+0000 mon.a (mon.0) 3271 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:12.991 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:12 smithi125 bash[66801]: audit 2023-12-09T02:13:12.270799+0000 mon.a (mon.0) 3272 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:12.991 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:12 smithi125 bash[66801]: audit 2023-12-09T02:13:12.275600+0000 mon.a (mon.0) 3273 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:12.991 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:12 smithi125 bash[66801]: audit 2023-12-09T02:13:12.358169+0000 mon.a (mon.0) 3274 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:12.991 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:12 smithi125 bash[66801]: audit 2023-12-09T02:13:12.361106+0000 mon.a (mon.0) 3275 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:12.991 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:12 smithi125 bash[66801]: audit 2023-12-09T02:13:12.366139+0000 mon.a (mon.0) 3276 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:12.992 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:12 smithi125 bash[66801]: audit 2023-12-09T02:13:12.367619+0000 mon.a (mon.0) 3277 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:12.992 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:12 smithi125 bash[66801]: audit 2023-12-09T02:13:12.377245+0000 mon.a (mon.0) 3278 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:12.992 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:12 smithi125 bash[66801]: audit 2023-12-09T02:13:12.488505+0000 mon.a (mon.0) 3279 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:12.992 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:12 smithi125 bash[66801]: audit 2023-12-09T02:13:12.491087+0000 mon.a (mon.0) 3280 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:12.992 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:12 smithi125 bash[66801]: audit 2023-12-09T02:13:12.494433+0000 mon.a (mon.0) 3281 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:12.992 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:12 smithi125 bash[66801]: audit 2023-12-09T02:13:12.495604+0000 mon.a (mon.0) 3282 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:12.992 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:12 smithi125 bash[66801]: audit 2023-12-09T02:13:12.502530+0000 mon.a (mon.0) 3283 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:12.992 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:12 smithi125 bash[66801]: audit 2023-12-09T02:13:12.584979+0000 mon.a (mon.0) 3284 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:12.992 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:12 smithi125 bash[66801]: audit 2023-12-09T02:13:12.587611+0000 mon.a (mon.0) 3285 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:12.992 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:12 smithi125 bash[66801]: audit 2023-12-09T02:13:12.590334+0000 mon.a (mon.0) 3286 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:12.992 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:12 smithi125 bash[66801]: audit 2023-12-09T02:13:12.591248+0000 mon.a (mon.0) 3287 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:12.992 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:12 smithi125 bash[66801]: audit 2023-12-09T02:13:12.600522+0000 mon.a (mon.0) 3288 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:12.993 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:12 smithi125 bash[66801]: audit 2023-12-09T02:13:12.639674+0000 mon.a (mon.0) 3289 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:12.993 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:12 smithi125 bash[66801]: audit 2023-12-09T02:13:12.640977+0000 mon.a (mon.0) 3290 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:13:13.774 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:13:13 smithi067 bash[75618]: debug 2023-12-09T02:13:13.533+0000 7f0641e91700 -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-09T02:13:13.774 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:13 smithi067 bash[79370]: cephadm 2023-12-09T02:13:11.704308+0000 mgr.y (mgr.25480) 785 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:13.774 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:13 smithi067 bash[79370]: cephadm 2023-12-09T02:13:11.799483+0000 mgr.y (mgr.25480) 786 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:13.774 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:13 smithi067 bash[79370]: cephadm 2023-12-09T02:13:11.895624+0000 mgr.y (mgr.25480) 787 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:13.775 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:13 smithi067 bash[79370]: cephadm 2023-12-09T02:13:11.989302+0000 mgr.y (mgr.25480) 788 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:13.775 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:13 smithi067 bash[79370]: cephadm 2023-12-09T02:13:12.080397+0000 mgr.y (mgr.25480) 789 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:13.775 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:13 smithi067 bash[79370]: cephadm 2023-12-09T02:13:12.175144+0000 mgr.y (mgr.25480) 790 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:13.775 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:13 smithi067 bash[79370]: cluster 2023-12-09T02:13:12.211194+0000 osd.4 (osd.4) 29 : cluster 3 failed to encode map e124 with expected crc 2023-12-09T02:13:13.775 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:13 smithi067 bash[79370]: cluster 2023-12-09T02:13:12.217736+0000 osd.5 (osd.5) 25 : cluster 3 failed to encode map e124 with expected crc 2023-12-09T02:13:13.775 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:13 smithi067 bash[79370]: cluster 2023-12-09T02:13:12.217945+0000 osd.4 (osd.4) 30 : cluster 3 failed to encode map e124 with expected crc 2023-12-09T02:13:13.775 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:13 smithi067 bash[79370]: cluster 2023-12-09T02:13:12.222035+0000 osd.4 (osd.4) 31 : cluster 3 failed to encode map e124 with expected crc 2023-12-09T02:13:13.775 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:13 smithi067 bash[79370]: cluster 2023-12-09T02:13:12.223862+0000 osd.5 (osd.5) 26 : cluster 3 failed to encode map e124 with expected crc 2023-12-09T02:13:13.775 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:13 smithi067 bash[79370]: cluster 2023-12-09T02:13:12.224181+0000 osd.4 (osd.4) 32 : cluster 3 failed to encode map e124 with expected crc 2023-12-09T02:13:13.775 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:13 smithi067 bash[79370]: cluster 2023-12-09T02:13:12.226674+0000 osd.5 (osd.5) 27 : cluster 3 failed to encode map e124 with expected crc 2023-12-09T02:13:13.775 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:13 smithi067 bash[79370]: cephadm 2023-12-09T02:13:12.276113+0000 mgr.y (mgr.25480) 791 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:13.775 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:13 smithi067 bash[79370]: cephadm 2023-12-09T02:13:12.377985+0000 mgr.y (mgr.25480) 792 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:13.775 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:13 smithi067 bash[79370]: cluster 2023-12-09T02:13:12.410125+0000 mgr.y (mgr.25480) 793 : cluster 0 pgmap v128: 161 pgs: 10 active+clean+remapped, 12 active+undersized+degraded, 33 active+undersized, 106 active+clean; 585 KiB data, 179 MiB used, 715 GiB / 715 GiB avail; 70 KiB/s rd, 0 B/s wr, 115 op/s; 54/726 objects degraded (7.438%); 41/726 objects misplaced (5.647%) 2023-12-09T02:13:13.775 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:13 smithi067 bash[79370]: cephadm 2023-12-09T02:13:12.503241+0000 mgr.y (mgr.25480) 794 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:13.775 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:13 smithi067 bash[79370]: cephadm 2023-12-09T02:13:12.601295+0000 mgr.y (mgr.25480) 795 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:13.775 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:13 smithi067 bash[79370]: audit 2023-12-09T02:13:12.724412+0000 mon.a (mon.0) 3291 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:13.776 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:13 smithi067 bash[79370]: audit 2023-12-09T02:13:12.729418+0000 mon.a (mon.0) 3292 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:13.776 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:13 smithi067 bash[79370]: audit 2023-12-09T02:13:12.732874+0000 mon.a (mon.0) 3293 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:13.776 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:13 smithi067 bash[79370]: audit 2023-12-09T02:13:12.733958+0000 mon.a (mon.0) 3294 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:13.776 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:13 smithi067 bash[79370]: audit 2023-12-09T02:13:12.741004+0000 mon.a (mon.0) 3295 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:13.776 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:13 smithi067 bash[79370]: audit 2023-12-09T02:13:12.777924+0000 mon.a (mon.0) 3296 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:13.776 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:13 smithi067 bash[79370]: audit 2023-12-09T02:13:12.824259+0000 mon.a (mon.0) 3297 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:13.776 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:13 smithi067 bash[79370]: audit 2023-12-09T02:13:12.826953+0000 mon.a (mon.0) 3298 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:13.776 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:13 smithi067 bash[79370]: audit 2023-12-09T02:13:12.830213+0000 mon.a (mon.0) 3299 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:13.776 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:13 smithi067 bash[79370]: audit 2023-12-09T02:13:12.831456+0000 mon.a (mon.0) 3300 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:13.776 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:13 smithi067 bash[79370]: audit 2023-12-09T02:13:12.839358+0000 mon.a (mon.0) 3301 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:13.776 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:13 smithi067 bash[79370]: audit 2023-12-09T02:13:12.921124+0000 mon.a (mon.0) 3302 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:13.776 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:13 smithi067 bash[79370]: audit 2023-12-09T02:13:12.923566+0000 mon.a (mon.0) 3303 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:13.776 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:13 smithi067 bash[79370]: audit 2023-12-09T02:13:12.926272+0000 mon.a (mon.0) 3304 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:13.776 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:13 smithi067 bash[79370]: audit 2023-12-09T02:13:12.927235+0000 mon.a (mon.0) 3305 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:13.776 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:13 smithi067 bash[79370]: audit 2023-12-09T02:13:12.933567+0000 mon.a (mon.0) 3306 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:13.777 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:13 smithi067 bash[79370]: audit 2023-12-09T02:13:13.017631+0000 mon.a (mon.0) 3307 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:13.777 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:13 smithi067 bash[79370]: audit 2023-12-09T02:13:13.020520+0000 mon.a (mon.0) 3308 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:13.777 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:13 smithi067 bash[79370]: audit 2023-12-09T02:13:13.025958+0000 mon.a (mon.0) 3309 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:13.777 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:13 smithi067 bash[79370]: audit 2023-12-09T02:13:13.027419+0000 mon.a (mon.0) 3310 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:13.777 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:13 smithi067 bash[79370]: audit 2023-12-09T02:13:13.035951+0000 mon.a (mon.0) 3311 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:13.777 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:13 smithi067 bash[79370]: audit 2023-12-09T02:13:13.119855+0000 mon.a (mon.0) 3312 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:13.777 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:13 smithi067 bash[79370]: audit 2023-12-09T02:13:13.123066+0000 mon.a (mon.0) 3313 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:13.778 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:13 smithi067 bash[82083]: cephadm 2023-12-09T02:13:11.704308+0000 mgr.y (mgr.25480) 785 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:13.778 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:13 smithi067 bash[82083]: cephadm 2023-12-09T02:13:11.799483+0000 mgr.y (mgr.25480) 786 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:13.778 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:13 smithi067 bash[82083]: cephadm 2023-12-09T02:13:11.895624+0000 mgr.y (mgr.25480) 787 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:13.778 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:13 smithi067 bash[82083]: cephadm 2023-12-09T02:13:11.989302+0000 mgr.y (mgr.25480) 788 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:13.778 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:13 smithi067 bash[82083]: cephadm 2023-12-09T02:13:12.080397+0000 mgr.y (mgr.25480) 789 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:13.778 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:13 smithi067 bash[82083]: cephadm 2023-12-09T02:13:12.175144+0000 mgr.y (mgr.25480) 790 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:13.778 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:13 smithi067 bash[82083]: cluster 2023-12-09T02:13:12.211194+0000 osd.4 (osd.4) 29 : cluster 3 failed to encode map e124 with expected crc 2023-12-09T02:13:13.778 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:13 smithi067 bash[82083]: cluster 2023-12-09T02:13:12.217736+0000 osd.5 (osd.5) 25 : cluster 3 failed to encode map e124 with expected crc 2023-12-09T02:13:13.778 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:13 smithi067 bash[82083]: cluster 2023-12-09T02:13:12.217945+0000 osd.4 (osd.4) 30 : cluster 3 failed to encode map e124 with expected crc 2023-12-09T02:13:13.778 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:13 smithi067 bash[82083]: cluster 2023-12-09T02:13:12.222035+0000 osd.4 (osd.4) 31 : cluster 3 failed to encode map e124 with expected crc 2023-12-09T02:13:13.778 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:13 smithi067 bash[82083]: cluster 2023-12-09T02:13:12.223862+0000 osd.5 (osd.5) 26 : cluster 3 failed to encode map e124 with expected crc 2023-12-09T02:13:13.778 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:13 smithi067 bash[82083]: cluster 2023-12-09T02:13:12.224181+0000 osd.4 (osd.4) 32 : cluster 3 failed to encode map e124 with expected crc 2023-12-09T02:13:13.778 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:13 smithi067 bash[82083]: cluster 2023-12-09T02:13:12.226674+0000 osd.5 (osd.5) 27 : cluster 3 failed to encode map e124 with expected crc 2023-12-09T02:13:13.779 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:13 smithi067 bash[82083]: cephadm 2023-12-09T02:13:12.276113+0000 mgr.y (mgr.25480) 791 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:13.779 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:13 smithi067 bash[82083]: cephadm 2023-12-09T02:13:12.377985+0000 mgr.y (mgr.25480) 792 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:13.779 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:13 smithi067 bash[82083]: cluster 2023-12-09T02:13:12.410125+0000 mgr.y (mgr.25480) 793 : cluster 0 pgmap v128: 161 pgs: 10 active+clean+remapped, 12 active+undersized+degraded, 33 active+undersized, 106 active+clean; 585 KiB data, 179 MiB used, 715 GiB / 715 GiB avail; 70 KiB/s rd, 0 B/s wr, 115 op/s; 54/726 objects degraded (7.438%); 41/726 objects misplaced (5.647%) 2023-12-09T02:13:13.779 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:13 smithi067 bash[82083]: cephadm 2023-12-09T02:13:12.503241+0000 mgr.y (mgr.25480) 794 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:13.779 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:13 smithi067 bash[82083]: cephadm 2023-12-09T02:13:12.601295+0000 mgr.y (mgr.25480) 795 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:13.779 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:13 smithi067 bash[82083]: audit 2023-12-09T02:13:12.724412+0000 mon.a (mon.0) 3291 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:13.779 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:13 smithi067 bash[82083]: audit 2023-12-09T02:13:12.729418+0000 mon.a (mon.0) 3292 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:13.779 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:13 smithi067 bash[82083]: audit 2023-12-09T02:13:12.732874+0000 mon.a (mon.0) 3293 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:13.779 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:13 smithi067 bash[82083]: audit 2023-12-09T02:13:12.733958+0000 mon.a (mon.0) 3294 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:13.779 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:13 smithi067 bash[79370]: audit 2023-12-09T02:13:13.126467+0000 mon.a (mon.0) 3314 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:13.780 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:13 smithi067 bash[79370]: audit 2023-12-09T02:13:13.128215+0000 mon.a (mon.0) 3315 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:13.780 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:13 smithi067 bash[79370]: audit 2023-12-09T02:13:13.136860+0000 mon.a (mon.0) 3316 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:13.780 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:13 smithi067 bash[79370]: cluster 2023-12-09T02:13:13.217215+0000 osd.7 (osd.7) 21 : cluster 3 failed to encode map e125 with expected crc 2023-12-09T02:13:13.780 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:13 smithi067 bash[79370]: cluster 2023-12-09T02:13:13.220792+0000 mon.a (mon.0) 3317 : cluster 0 osdmap e125: 8 total, 8 up, 8 in 2023-12-09T02:13:13.780 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:13 smithi067 bash[79370]: cluster 2023-12-09T02:13:13.221687+0000 osd.6 (osd.6) 23 : cluster 3 failed to encode map e125 with expected crc 2023-12-09T02:13:13.780 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:13 smithi067 bash[79370]: audit 2023-12-09T02:13:13.222399+0000 mon.a (mon.0) 3318 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:13.780 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:13 smithi067 bash[79370]: cluster 2023-12-09T02:13:13.222444+0000 osd.7 (osd.7) 22 : cluster 3 failed to encode map e125 with expected crc 2023-12-09T02:13:13.780 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:13 smithi067 bash[79370]: audit 2023-12-09T02:13:13.226118+0000 mon.a (mon.0) 3319 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:13.780 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:13 smithi067 bash[79370]: cluster 2023-12-09T02:13:13.227699+0000 osd.3 (osd.3) 27 : cluster 3 failed to encode map e125 with expected crc 2023-12-09T02:13:13.780 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:13 smithi067 bash[79370]: audit 2023-12-09T02:13:13.233654+0000 mon.a (mon.0) 3320 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:13.780 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:13 smithi067 bash[79370]: audit 2023-12-09T02:13:13.235078+0000 mon.a (mon.0) 3321 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:13.780 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:13 smithi067 bash[79370]: audit 2023-12-09T02:13:13.246703+0000 mon.a (mon.0) 3322 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:13.780 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:13 smithi067 bash[79370]: audit 2023-12-09T02:13:13.328879+0000 mon.a (mon.0) 3323 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:13.780 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:13 smithi067 bash[79370]: audit 2023-12-09T02:13:13.331279+0000 mon.a (mon.0) 3324 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:13.781 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:13 smithi067 bash[79370]: audit 2023-12-09T02:13:13.334274+0000 mon.a (mon.0) 3325 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:13.781 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:13 smithi067 bash[79370]: audit 2023-12-09T02:13:13.335301+0000 mon.a (mon.0) 3326 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:13.781 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:13 smithi067 bash[79370]: audit 2023-12-09T02:13:13.342417+0000 mon.a (mon.0) 3327 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:13.781 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:13 smithi067 bash[79370]: audit 2023-12-09T02:13:13.427095+0000 mon.a (mon.0) 3328 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:13.781 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:13 smithi067 bash[79370]: audit 2023-12-09T02:13:13.432287+0000 mon.a (mon.0) 3329 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:13.781 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:13 smithi067 bash[79370]: audit 2023-12-09T02:13:13.436256+0000 mon.a (mon.0) 3330 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:13.781 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:13 smithi067 bash[79370]: audit 2023-12-09T02:13:13.437447+0000 mon.a (mon.0) 3331 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:13.781 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:13 smithi067 bash[79370]: audit 2023-12-09T02:13:13.445631+0000 mon.a (mon.0) 3332 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:13.781 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:13 smithi067 bash[79370]: audit 2023-12-09T02:13:13.497437+0000 mon.a (mon.0) 3333 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:13.781 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:13 smithi067 bash[79370]: audit 2023-12-09T02:13:13.505418+0000 mon.a (mon.0) 3334 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:13.781 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:13 smithi067 bash[79370]: audit 2023-12-09T02:13:13.512893+0000 mon.a (mon.0) 3335 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:13.781 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:13 smithi067 bash[79370]: audit 2023-12-09T02:13:13.525987+0000 mon.a (mon.0) 3336 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:13.781 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:13 smithi067 bash[79370]: audit 2023-12-09T02:13:13.528709+0000 mon.a (mon.0) 3337 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:13.781 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:13 smithi067 bash[79370]: audit 2023-12-09T02:13:13.530842+0000 mon.a (mon.0) 3338 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:13.781 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:13 smithi067 bash[79370]: audit 2023-12-09T02:13:13.532450+0000 mon.a (mon.0) 3339 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:13.782 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:13 smithi067 bash[79370]: audit 2023-12-09T02:13:13.534394+0000 mon.a (mon.0) 3340 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2023-12-09T02:13:13.782 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:13 smithi067 bash[82083]: audit 2023-12-09T02:13:12.741004+0000 mon.a (mon.0) 3295 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:13.782 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:13 smithi067 bash[82083]: audit 2023-12-09T02:13:12.777924+0000 mon.a (mon.0) 3296 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:13.782 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:13 smithi067 bash[82083]: audit 2023-12-09T02:13:12.824259+0000 mon.a (mon.0) 3297 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:13.782 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:13 smithi067 bash[82083]: audit 2023-12-09T02:13:12.826953+0000 mon.a (mon.0) 3298 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:13.782 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:13 smithi067 bash[82083]: audit 2023-12-09T02:13:12.830213+0000 mon.a (mon.0) 3299 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:13.782 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:13 smithi067 bash[82083]: audit 2023-12-09T02:13:12.831456+0000 mon.a (mon.0) 3300 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:13.782 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:13 smithi067 bash[82083]: audit 2023-12-09T02:13:12.839358+0000 mon.a (mon.0) 3301 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:13.783 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:13 smithi067 bash[82083]: audit 2023-12-09T02:13:12.921124+0000 mon.a (mon.0) 3302 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:13.783 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:13 smithi067 bash[82083]: audit 2023-12-09T02:13:12.923566+0000 mon.a (mon.0) 3303 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:13.783 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:13 smithi067 bash[82083]: audit 2023-12-09T02:13:12.926272+0000 mon.a (mon.0) 3304 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:13.783 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:13 smithi067 bash[82083]: audit 2023-12-09T02:13:12.927235+0000 mon.a (mon.0) 3305 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:13.783 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:13 smithi067 bash[82083]: audit 2023-12-09T02:13:12.933567+0000 mon.a (mon.0) 3306 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:13.783 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:13 smithi067 bash[82083]: audit 2023-12-09T02:13:13.017631+0000 mon.a (mon.0) 3307 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:13.783 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:13 smithi067 bash[82083]: audit 2023-12-09T02:13:13.020520+0000 mon.a (mon.0) 3308 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:13.783 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:13 smithi067 bash[82083]: audit 2023-12-09T02:13:13.025958+0000 mon.a (mon.0) 3309 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:13.783 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:13 smithi067 bash[82083]: audit 2023-12-09T02:13:13.027419+0000 mon.a (mon.0) 3310 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:13.783 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:13 smithi067 bash[82083]: audit 2023-12-09T02:13:13.035951+0000 mon.a (mon.0) 3311 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:13.783 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:13 smithi067 bash[82083]: audit 2023-12-09T02:13:13.119855+0000 mon.a (mon.0) 3312 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:13.783 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:13 smithi067 bash[82083]: audit 2023-12-09T02:13:13.123066+0000 mon.a (mon.0) 3313 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:13.783 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:13 smithi067 bash[82083]: audit 2023-12-09T02:13:13.126467+0000 mon.a (mon.0) 3314 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:13.783 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:13 smithi067 bash[82083]: audit 2023-12-09T02:13:13.128215+0000 mon.a (mon.0) 3315 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:13.783 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:13 smithi067 bash[82083]: audit 2023-12-09T02:13:13.136860+0000 mon.a (mon.0) 3316 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:13.784 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:13 smithi067 bash[82083]: cluster 2023-12-09T02:13:13.217215+0000 osd.7 (osd.7) 21 : cluster 3 failed to encode map e125 with expected crc 2023-12-09T02:13:13.784 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:13 smithi067 bash[82083]: cluster 2023-12-09T02:13:13.220792+0000 mon.a (mon.0) 3317 : cluster 0 osdmap e125: 8 total, 8 up, 8 in 2023-12-09T02:13:13.784 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:13 smithi067 bash[82083]: cluster 2023-12-09T02:13:13.221687+0000 osd.6 (osd.6) 23 : cluster 3 failed to encode map e125 with expected crc 2023-12-09T02:13:13.784 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:13 smithi067 bash[82083]: audit 2023-12-09T02:13:13.222399+0000 mon.a (mon.0) 3318 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:13.784 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:13 smithi067 bash[82083]: cluster 2023-12-09T02:13:13.222444+0000 osd.7 (osd.7) 22 : cluster 3 failed to encode map e125 with expected crc 2023-12-09T02:13:13.784 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:13 smithi067 bash[82083]: audit 2023-12-09T02:13:13.226118+0000 mon.a (mon.0) 3319 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:13.784 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:13 smithi067 bash[82083]: cluster 2023-12-09T02:13:13.227699+0000 osd.3 (osd.3) 27 : cluster 3 failed to encode map e125 with expected crc 2023-12-09T02:13:13.784 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:13 smithi067 bash[82083]: audit 2023-12-09T02:13:13.233654+0000 mon.a (mon.0) 3320 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:13.784 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:13 smithi067 bash[82083]: audit 2023-12-09T02:13:13.235078+0000 mon.a (mon.0) 3321 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:13.784 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:13 smithi067 bash[82083]: audit 2023-12-09T02:13:13.246703+0000 mon.a (mon.0) 3322 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:13.784 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:13 smithi067 bash[82083]: audit 2023-12-09T02:13:13.328879+0000 mon.a (mon.0) 3323 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:13.784 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:13 smithi067 bash[82083]: audit 2023-12-09T02:13:13.331279+0000 mon.a (mon.0) 3324 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:13.784 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:13 smithi067 bash[82083]: audit 2023-12-09T02:13:13.334274+0000 mon.a (mon.0) 3325 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:13.784 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:13 smithi067 bash[82083]: audit 2023-12-09T02:13:13.335301+0000 mon.a (mon.0) 3326 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:13.784 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:13 smithi067 bash[82083]: audit 2023-12-09T02:13:13.342417+0000 mon.a (mon.0) 3327 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:13.785 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:13 smithi067 bash[82083]: audit 2023-12-09T02:13:13.427095+0000 mon.a (mon.0) 3328 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:13.785 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:13 smithi067 bash[82083]: audit 2023-12-09T02:13:13.432287+0000 mon.a (mon.0) 3329 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:13.785 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:13 smithi067 bash[82083]: audit 2023-12-09T02:13:13.436256+0000 mon.a (mon.0) 3330 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:13.785 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:13 smithi067 bash[82083]: audit 2023-12-09T02:13:13.437447+0000 mon.a (mon.0) 3331 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:13.785 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:13 smithi067 bash[82083]: audit 2023-12-09T02:13:13.445631+0000 mon.a (mon.0) 3332 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:13.785 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:13 smithi067 bash[82083]: audit 2023-12-09T02:13:13.497437+0000 mon.a (mon.0) 3333 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:13.785 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:13 smithi067 bash[82083]: audit 2023-12-09T02:13:13.505418+0000 mon.a (mon.0) 3334 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:13.785 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:13 smithi067 bash[82083]: audit 2023-12-09T02:13:13.512893+0000 mon.a (mon.0) 3335 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:13.785 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:13 smithi067 bash[82083]: audit 2023-12-09T02:13:13.525987+0000 mon.a (mon.0) 3336 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:13.785 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:13 smithi067 bash[82083]: audit 2023-12-09T02:13:13.528709+0000 mon.a (mon.0) 3337 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:13.785 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:13 smithi067 bash[82083]: audit 2023-12-09T02:13:13.530842+0000 mon.a (mon.0) 3338 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:13.785 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:13 smithi067 bash[82083]: audit 2023-12-09T02:13:13.532450+0000 mon.a (mon.0) 3339 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:13.785 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:13 smithi067 bash[82083]: audit 2023-12-09T02:13:13.534394+0000 mon.a (mon.0) 3340 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2023-12-09T02:13:13.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:13 smithi125 bash[66801]: cephadm 2023-12-09T02:13:11.704308+0000 mgr.y (mgr.25480) 785 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:13.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:13 smithi125 bash[66801]: cephadm 2023-12-09T02:13:11.799483+0000 mgr.y (mgr.25480) 786 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:13.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:13 smithi125 bash[66801]: cephadm 2023-12-09T02:13:11.895624+0000 mgr.y (mgr.25480) 787 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:13.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:13 smithi125 bash[66801]: cephadm 2023-12-09T02:13:11.989302+0000 mgr.y (mgr.25480) 788 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:13.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:13 smithi125 bash[66801]: cephadm 2023-12-09T02:13:12.080397+0000 mgr.y (mgr.25480) 789 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:13.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:13 smithi125 bash[66801]: cephadm 2023-12-09T02:13:12.175144+0000 mgr.y (mgr.25480) 790 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:13.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:13 smithi125 bash[66801]: cluster 2023-12-09T02:13:12.211194+0000 osd.4 (osd.4) 29 : cluster 3 failed to encode map e124 with expected crc 2023-12-09T02:13:13.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:13 smithi125 bash[66801]: cluster 2023-12-09T02:13:12.217736+0000 osd.5 (osd.5) 25 : cluster 3 failed to encode map e124 with expected crc 2023-12-09T02:13:13.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:13 smithi125 bash[66801]: cluster 2023-12-09T02:13:12.217945+0000 osd.4 (osd.4) 30 : cluster 3 failed to encode map e124 with expected crc 2023-12-09T02:13:13.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:13 smithi125 bash[66801]: cluster 2023-12-09T02:13:12.222035+0000 osd.4 (osd.4) 31 : cluster 3 failed to encode map e124 with expected crc 2023-12-09T02:13:13.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:13 smithi125 bash[66801]: cluster 2023-12-09T02:13:12.223862+0000 osd.5 (osd.5) 26 : cluster 3 failed to encode map e124 with expected crc 2023-12-09T02:13:13.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:13 smithi125 bash[66801]: cluster 2023-12-09T02:13:12.224181+0000 osd.4 (osd.4) 32 : cluster 3 failed to encode map e124 with expected crc 2023-12-09T02:13:13.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:13 smithi125 bash[66801]: cluster 2023-12-09T02:13:12.226674+0000 osd.5 (osd.5) 27 : cluster 3 failed to encode map e124 with expected crc 2023-12-09T02:13:13.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:13 smithi125 bash[66801]: cephadm 2023-12-09T02:13:12.276113+0000 mgr.y (mgr.25480) 791 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:13.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:13 smithi125 bash[66801]: cephadm 2023-12-09T02:13:12.377985+0000 mgr.y (mgr.25480) 792 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:13.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:13 smithi125 bash[66801]: cluster 2023-12-09T02:13:12.410125+0000 mgr.y (mgr.25480) 793 : cluster 0 pgmap v128: 161 pgs: 10 active+clean+remapped, 12 active+undersized+degraded, 33 active+undersized, 106 active+clean; 585 KiB data, 179 MiB used, 715 GiB / 715 GiB avail; 70 KiB/s rd, 0 B/s wr, 115 op/s; 54/726 objects degraded (7.438%); 41/726 objects misplaced (5.647%) 2023-12-09T02:13:13.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:13 smithi125 bash[66801]: cephadm 2023-12-09T02:13:12.503241+0000 mgr.y (mgr.25480) 794 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:13.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:13 smithi125 bash[66801]: cephadm 2023-12-09T02:13:12.601295+0000 mgr.y (mgr.25480) 795 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:13.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:13 smithi125 bash[66801]: audit 2023-12-09T02:13:12.724412+0000 mon.a (mon.0) 3291 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:13.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:13 smithi125 bash[66801]: audit 2023-12-09T02:13:12.729418+0000 mon.a (mon.0) 3292 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:13.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:13 smithi125 bash[66801]: audit 2023-12-09T02:13:12.732874+0000 mon.a (mon.0) 3293 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:13.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:13 smithi125 bash[66801]: audit 2023-12-09T02:13:12.733958+0000 mon.a (mon.0) 3294 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:13.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:13 smithi125 bash[66801]: audit 2023-12-09T02:13:12.741004+0000 mon.a (mon.0) 3295 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:13.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:13 smithi125 bash[66801]: audit 2023-12-09T02:13:12.777924+0000 mon.a (mon.0) 3296 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:13.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:13 smithi125 bash[66801]: audit 2023-12-09T02:13:12.824259+0000 mon.a (mon.0) 3297 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:13.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:13 smithi125 bash[66801]: audit 2023-12-09T02:13:12.826953+0000 mon.a (mon.0) 3298 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:13.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:13 smithi125 bash[66801]: audit 2023-12-09T02:13:12.830213+0000 mon.a (mon.0) 3299 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:13.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:13 smithi125 bash[66801]: audit 2023-12-09T02:13:12.831456+0000 mon.a (mon.0) 3300 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:13.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:13 smithi125 bash[66801]: audit 2023-12-09T02:13:12.839358+0000 mon.a (mon.0) 3301 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:13.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:13 smithi125 bash[66801]: audit 2023-12-09T02:13:12.921124+0000 mon.a (mon.0) 3302 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:13.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:13 smithi125 bash[66801]: audit 2023-12-09T02:13:12.923566+0000 mon.a (mon.0) 3303 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:13.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:13 smithi125 bash[66801]: audit 2023-12-09T02:13:12.926272+0000 mon.a (mon.0) 3304 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:13.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:13 smithi125 bash[66801]: audit 2023-12-09T02:13:12.927235+0000 mon.a (mon.0) 3305 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:13.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:13 smithi125 bash[66801]: audit 2023-12-09T02:13:12.933567+0000 mon.a (mon.0) 3306 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:13.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:13 smithi125 bash[66801]: audit 2023-12-09T02:13:13.017631+0000 mon.a (mon.0) 3307 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:13.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:13 smithi125 bash[66801]: audit 2023-12-09T02:13:13.020520+0000 mon.a (mon.0) 3308 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:13.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:13 smithi125 bash[66801]: audit 2023-12-09T02:13:13.025958+0000 mon.a (mon.0) 3309 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:13.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:13 smithi125 bash[66801]: audit 2023-12-09T02:13:13.027419+0000 mon.a (mon.0) 3310 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:13.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:13 smithi125 bash[66801]: audit 2023-12-09T02:13:13.035951+0000 mon.a (mon.0) 3311 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:13.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:13 smithi125 bash[66801]: audit 2023-12-09T02:13:13.119855+0000 mon.a (mon.0) 3312 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:13.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:13 smithi125 bash[66801]: audit 2023-12-09T02:13:13.123066+0000 mon.a (mon.0) 3313 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:13.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:13 smithi125 bash[66801]: audit 2023-12-09T02:13:13.126467+0000 mon.a (mon.0) 3314 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:13.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:13 smithi125 bash[66801]: audit 2023-12-09T02:13:13.128215+0000 mon.a (mon.0) 3315 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:13.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:13 smithi125 bash[66801]: audit 2023-12-09T02:13:13.136860+0000 mon.a (mon.0) 3316 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:13.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:13 smithi125 bash[66801]: cluster 2023-12-09T02:13:13.217215+0000 osd.7 (osd.7) 21 : cluster 3 failed to encode map e125 with expected crc 2023-12-09T02:13:13.978 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:13 smithi125 bash[66801]: cluster 2023-12-09T02:13:13.220792+0000 mon.a (mon.0) 3317 : cluster 0 osdmap e125: 8 total, 8 up, 8 in 2023-12-09T02:13:13.978 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:13 smithi125 bash[66801]: cluster 2023-12-09T02:13:13.221687+0000 osd.6 (osd.6) 23 : cluster 3 failed to encode map e125 with expected crc 2023-12-09T02:13:13.978 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:13 smithi125 bash[66801]: audit 2023-12-09T02:13:13.222399+0000 mon.a (mon.0) 3318 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:13.978 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:13 smithi125 bash[66801]: cluster 2023-12-09T02:13:13.222444+0000 osd.7 (osd.7) 22 : cluster 3 failed to encode map e125 with expected crc 2023-12-09T02:13:13.978 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:13 smithi125 bash[66801]: audit 2023-12-09T02:13:13.226118+0000 mon.a (mon.0) 3319 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:13.978 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:13 smithi125 bash[66801]: cluster 2023-12-09T02:13:13.227699+0000 osd.3 (osd.3) 27 : cluster 3 failed to encode map e125 with expected crc 2023-12-09T02:13:13.978 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:13 smithi125 bash[66801]: audit 2023-12-09T02:13:13.233654+0000 mon.a (mon.0) 3320 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:13.978 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:13 smithi125 bash[66801]: audit 2023-12-09T02:13:13.235078+0000 mon.a (mon.0) 3321 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:13.978 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:13 smithi125 bash[66801]: audit 2023-12-09T02:13:13.246703+0000 mon.a (mon.0) 3322 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:13.978 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:13 smithi125 bash[66801]: audit 2023-12-09T02:13:13.328879+0000 mon.a (mon.0) 3323 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:13.978 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:13 smithi125 bash[66801]: audit 2023-12-09T02:13:13.331279+0000 mon.a (mon.0) 3324 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:13.978 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:13 smithi125 bash[66801]: audit 2023-12-09T02:13:13.334274+0000 mon.a (mon.0) 3325 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:13.978 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:13 smithi125 bash[66801]: audit 2023-12-09T02:13:13.335301+0000 mon.a (mon.0) 3326 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:13.978 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:13 smithi125 bash[66801]: audit 2023-12-09T02:13:13.342417+0000 mon.a (mon.0) 3327 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:13.978 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:13 smithi125 bash[66801]: audit 2023-12-09T02:13:13.427095+0000 mon.a (mon.0) 3328 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:13.978 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:13 smithi125 bash[66801]: audit 2023-12-09T02:13:13.432287+0000 mon.a (mon.0) 3329 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:13.979 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:13 smithi125 bash[66801]: audit 2023-12-09T02:13:13.436256+0000 mon.a (mon.0) 3330 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:13.979 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:13 smithi125 bash[66801]: audit 2023-12-09T02:13:13.437447+0000 mon.a (mon.0) 3331 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:13.979 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:13 smithi125 bash[66801]: audit 2023-12-09T02:13:13.445631+0000 mon.a (mon.0) 3332 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:13.979 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:13 smithi125 bash[66801]: audit 2023-12-09T02:13:13.497437+0000 mon.a (mon.0) 3333 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:13.979 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:13 smithi125 bash[66801]: audit 2023-12-09T02:13:13.505418+0000 mon.a (mon.0) 3334 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:13.979 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:13 smithi125 bash[66801]: audit 2023-12-09T02:13:13.512893+0000 mon.a (mon.0) 3335 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:13.979 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:13 smithi125 bash[66801]: audit 2023-12-09T02:13:13.525987+0000 mon.a (mon.0) 3336 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:13.979 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:13 smithi125 bash[66801]: audit 2023-12-09T02:13:13.528709+0000 mon.a (mon.0) 3337 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:13.979 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:13 smithi125 bash[66801]: audit 2023-12-09T02:13:13.530842+0000 mon.a (mon.0) 3338 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:13.979 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:13 smithi125 bash[66801]: audit 2023-12-09T02:13:13.532450+0000 mon.a (mon.0) 3339 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:13.979 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:13 smithi125 bash[66801]: audit 2023-12-09T02:13:13.534394+0000 mon.a (mon.0) 3340 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2023-12-09T02:13:14.219 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:13:13 smithi067 bash[75618]: ::ffff:172.21.15.125 - - [09/Dec/2023:02:13:13] "GET /metrics HTTP/1.1" 200 38262 "" "Prometheus/2.33.4" 2023-12-09T02:13:14.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:14 smithi067 bash[82083]: cephadm 2023-12-09T02:13:12.742114+0000 mgr.y (mgr.25480) 796 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:14.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:14 smithi067 bash[82083]: cephadm 2023-12-09T02:13:12.840052+0000 mgr.y (mgr.25480) 797 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:14.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:14 smithi067 bash[82083]: cephadm 2023-12-09T02:13:12.934091+0000 mgr.y (mgr.25480) 798 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:14.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:14 smithi067 bash[82083]: cephadm 2023-12-09T02:13:13.036700+0000 mgr.y (mgr.25480) 799 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:14.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:14 smithi067 bash[82083]: cephadm 2023-12-09T02:13:13.137711+0000 mgr.y (mgr.25480) 800 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:14.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:14 smithi067 bash[82083]: cluster 2023-12-09T02:13:13.215039+0000 osd.5 (osd.5) 28 : cluster 3 failed to encode map e125 with expected crc 2023-12-09T02:13:14.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:14 smithi067 bash[82083]: cluster 2023-12-09T02:13:13.216726+0000 osd.4 (osd.4) 33 : cluster 3 failed to encode map e125 with expected crc 2023-12-09T02:13:14.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:14 smithi067 bash[82083]: cluster 2023-12-09T02:13:13.217780+0000 osd.5 (osd.5) 29 : cluster 3 failed to encode map e125 with expected crc 2023-12-09T02:13:14.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:14 smithi067 bash[82083]: cluster 2023-12-09T02:13:13.221325+0000 osd.5 (osd.5) 30 : cluster 3 failed to encode map e125 with expected crc 2023-12-09T02:13:14.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:14 smithi067 bash[82083]: cluster 2023-12-09T02:13:13.222135+0000 osd.4 (osd.4) 34 : cluster 3 failed to encode map e125 with expected crc 2023-12-09T02:13:14.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:14 smithi067 bash[82083]: cluster 2023-12-09T02:13:13.224269+0000 osd.5 (osd.5) 31 : cluster 3 failed to encode map e125 with expected crc 2023-12-09T02:13:14.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:14 smithi067 bash[82083]: cephadm 2023-12-09T02:13:13.247496+0000 mgr.y (mgr.25480) 801 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:14.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:14 smithi067 bash[82083]: cephadm 2023-12-09T02:13:13.343154+0000 mgr.y (mgr.25480) 802 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:14.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:14 smithi067 bash[82083]: cephadm 2023-12-09T02:13:13.446650+0000 mgr.y (mgr.25480) 803 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:14.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:14 smithi067 bash[82083]: audit 2023-12-09T02:13:13.534659+0000 mgr.y (mgr.25480) 804 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2023-12-09T02:13:14.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:14 smithi067 bash[82083]: cephadm 2023-12-09T02:13:13.536625+0000 mgr.y (mgr.25480) 805 : cephadm 1 Upgrade: unsafe to stop osd(s) at this time (16 PGs are or would become offline) 2023-12-09T02:13:14.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:14 smithi067 bash[79370]: cephadm 2023-12-09T02:13:12.742114+0000 mgr.y (mgr.25480) 796 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:14.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:14 smithi067 bash[79370]: cephadm 2023-12-09T02:13:12.840052+0000 mgr.y (mgr.25480) 797 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:14.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:14 smithi067 bash[79370]: cephadm 2023-12-09T02:13:12.934091+0000 mgr.y (mgr.25480) 798 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:14.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:14 smithi067 bash[79370]: cephadm 2023-12-09T02:13:13.036700+0000 mgr.y (mgr.25480) 799 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:14.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:14 smithi067 bash[79370]: cephadm 2023-12-09T02:13:13.137711+0000 mgr.y (mgr.25480) 800 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:14.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:14 smithi067 bash[79370]: cluster 2023-12-09T02:13:13.215039+0000 osd.5 (osd.5) 28 : cluster 3 failed to encode map e125 with expected crc 2023-12-09T02:13:14.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:14 smithi067 bash[79370]: cluster 2023-12-09T02:13:13.216726+0000 osd.4 (osd.4) 33 : cluster 3 failed to encode map e125 with expected crc 2023-12-09T02:13:14.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:14 smithi067 bash[79370]: cluster 2023-12-09T02:13:13.217780+0000 osd.5 (osd.5) 29 : cluster 3 failed to encode map e125 with expected crc 2023-12-09T02:13:14.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:14 smithi067 bash[79370]: cluster 2023-12-09T02:13:13.221325+0000 osd.5 (osd.5) 30 : cluster 3 failed to encode map e125 with expected crc 2023-12-09T02:13:14.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:14 smithi067 bash[79370]: cluster 2023-12-09T02:13:13.222135+0000 osd.4 (osd.4) 34 : cluster 3 failed to encode map e125 with expected crc 2023-12-09T02:13:14.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:14 smithi067 bash[79370]: cluster 2023-12-09T02:13:13.224269+0000 osd.5 (osd.5) 31 : cluster 3 failed to encode map e125 with expected crc 2023-12-09T02:13:14.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:14 smithi067 bash[79370]: cephadm 2023-12-09T02:13:13.247496+0000 mgr.y (mgr.25480) 801 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:14.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:14 smithi067 bash[79370]: cephadm 2023-12-09T02:13:13.343154+0000 mgr.y (mgr.25480) 802 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:14.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:14 smithi067 bash[79370]: cephadm 2023-12-09T02:13:13.446650+0000 mgr.y (mgr.25480) 803 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:14.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:14 smithi067 bash[79370]: audit 2023-12-09T02:13:13.534659+0000 mgr.y (mgr.25480) 804 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2023-12-09T02:13:14.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:14 smithi067 bash[79370]: cephadm 2023-12-09T02:13:13.536625+0000 mgr.y (mgr.25480) 805 : cephadm 1 Upgrade: unsafe to stop osd(s) at this time (16 PGs are or would become offline) 2023-12-09T02:13:14.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:14 smithi125 bash[66801]: cephadm 2023-12-09T02:13:12.742114+0000 mgr.y (mgr.25480) 796 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:14.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:14 smithi125 bash[66801]: cephadm 2023-12-09T02:13:12.840052+0000 mgr.y (mgr.25480) 797 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:14.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:14 smithi125 bash[66801]: cephadm 2023-12-09T02:13:12.934091+0000 mgr.y (mgr.25480) 798 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:14.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:14 smithi125 bash[66801]: cephadm 2023-12-09T02:13:13.036700+0000 mgr.y (mgr.25480) 799 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:14.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:14 smithi125 bash[66801]: cephadm 2023-12-09T02:13:13.137711+0000 mgr.y (mgr.25480) 800 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:14.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:14 smithi125 bash[66801]: cluster 2023-12-09T02:13:13.215039+0000 osd.5 (osd.5) 28 : cluster 3 failed to encode map e125 with expected crc 2023-12-09T02:13:14.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:14 smithi125 bash[66801]: cluster 2023-12-09T02:13:13.216726+0000 osd.4 (osd.4) 33 : cluster 3 failed to encode map e125 with expected crc 2023-12-09T02:13:14.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:14 smithi125 bash[66801]: cluster 2023-12-09T02:13:13.217780+0000 osd.5 (osd.5) 29 : cluster 3 failed to encode map e125 with expected crc 2023-12-09T02:13:14.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:14 smithi125 bash[66801]: cluster 2023-12-09T02:13:13.221325+0000 osd.5 (osd.5) 30 : cluster 3 failed to encode map e125 with expected crc 2023-12-09T02:13:14.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:14 smithi125 bash[66801]: cluster 2023-12-09T02:13:13.222135+0000 osd.4 (osd.4) 34 : cluster 3 failed to encode map e125 with expected crc 2023-12-09T02:13:14.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:14 smithi125 bash[66801]: cluster 2023-12-09T02:13:13.224269+0000 osd.5 (osd.5) 31 : cluster 3 failed to encode map e125 with expected crc 2023-12-09T02:13:14.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:14 smithi125 bash[66801]: cephadm 2023-12-09T02:13:13.247496+0000 mgr.y (mgr.25480) 801 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:14.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:14 smithi125 bash[66801]: cephadm 2023-12-09T02:13:13.343154+0000 mgr.y (mgr.25480) 802 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:14.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:14 smithi125 bash[66801]: cephadm 2023-12-09T02:13:13.446650+0000 mgr.y (mgr.25480) 803 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:14.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:14 smithi125 bash[66801]: audit 2023-12-09T02:13:13.534659+0000 mgr.y (mgr.25480) 804 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2023-12-09T02:13:14.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:14 smithi125 bash[66801]: cephadm 2023-12-09T02:13:13.536625+0000 mgr.y (mgr.25480) 805 : cephadm 1 Upgrade: unsafe to stop osd(s) at this time (16 PGs are or would become offline) 2023-12-09T02:13:15.929 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:15 smithi067 bash[79370]: cluster 2023-12-09T02:13:14.411004+0000 mgr.y (mgr.25480) 806 : cluster 0 pgmap v130: 161 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 7 active+clean+remapped, 3 active+undersized+degraded, 1 active+recovering, 21 active+undersized, 128 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 36/726 objects degraded (4.959%); 24/726 objects misplaced (3.306%); 54 B/s, 5 objects/s recovering 2023-12-09T02:13:15.929 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:15 smithi067 bash[79370]: cluster 2023-12-09T02:13:14.661246+0000 mon.a (mon.0) 3341 : cluster 3 Health check update: Degraded data redundancy: 36/726 objects degraded (4.959%), 4 pgs degraded (PG_DEGRADED) 2023-12-09T02:13:15.929 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:15 smithi067 bash[79370]: cluster 2023-12-09T02:13:14.674895+0000 osd.5 (osd.5) 32 : cluster 3 failed to encode map e126 with expected crc 2023-12-09T02:13:15.929 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:15 smithi067 bash[79370]: cluster 2023-12-09T02:13:14.675356+0000 osd.3 (osd.3) 28 : cluster 3 failed to encode map e126 with expected crc 2023-12-09T02:13:15.929 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:15 smithi067 bash[79370]: cluster 2023-12-09T02:13:14.675398+0000 osd.4 (osd.4) 35 : cluster 3 failed to encode map e126 with expected crc 2023-12-09T02:13:15.930 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:15 smithi067 bash[79370]: cluster 2023-12-09T02:13:14.677650+0000 mon.a (mon.0) 3342 : cluster 0 osdmap e126: 8 total, 8 up, 8 in 2023-12-09T02:13:15.930 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:15 smithi067 bash[82083]: cluster 2023-12-09T02:13:14.411004+0000 mgr.y (mgr.25480) 806 : cluster 0 pgmap v130: 161 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 7 active+clean+remapped, 3 active+undersized+degraded, 1 active+recovering, 21 active+undersized, 128 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 36/726 objects degraded (4.959%); 24/726 objects misplaced (3.306%); 54 B/s, 5 objects/s recovering 2023-12-09T02:13:15.930 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:15 smithi067 bash[82083]: cluster 2023-12-09T02:13:14.661246+0000 mon.a (mon.0) 3341 : cluster 3 Health check update: Degraded data redundancy: 36/726 objects degraded (4.959%), 4 pgs degraded (PG_DEGRADED) 2023-12-09T02:13:15.930 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:15 smithi067 bash[82083]: cluster 2023-12-09T02:13:14.674895+0000 osd.5 (osd.5) 32 : cluster 3 failed to encode map e126 with expected crc 2023-12-09T02:13:15.930 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:15 smithi067 bash[82083]: cluster 2023-12-09T02:13:14.675356+0000 osd.3 (osd.3) 28 : cluster 3 failed to encode map e126 with expected crc 2023-12-09T02:13:15.930 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:15 smithi067 bash[82083]: cluster 2023-12-09T02:13:14.675398+0000 osd.4 (osd.4) 35 : cluster 3 failed to encode map e126 with expected crc 2023-12-09T02:13:15.930 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:15 smithi067 bash[82083]: cluster 2023-12-09T02:13:14.677650+0000 mon.a (mon.0) 3342 : cluster 0 osdmap e126: 8 total, 8 up, 8 in 2023-12-09T02:13:15.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:15 smithi125 bash[66801]: cluster 2023-12-09T02:13:14.411004+0000 mgr.y (mgr.25480) 806 : cluster 0 pgmap v130: 161 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 7 active+clean+remapped, 3 active+undersized+degraded, 1 active+recovering, 21 active+undersized, 128 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 36/726 objects degraded (4.959%); 24/726 objects misplaced (3.306%); 54 B/s, 5 objects/s recovering 2023-12-09T02:13:15.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:15 smithi125 bash[66801]: cluster 2023-12-09T02:13:14.661246+0000 mon.a (mon.0) 3341 : cluster 3 Health check update: Degraded data redundancy: 36/726 objects degraded (4.959%), 4 pgs degraded (PG_DEGRADED) 2023-12-09T02:13:15.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:15 smithi125 bash[66801]: cluster 2023-12-09T02:13:14.674895+0000 osd.5 (osd.5) 32 : cluster 3 failed to encode map e126 with expected crc 2023-12-09T02:13:15.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:15 smithi125 bash[66801]: cluster 2023-12-09T02:13:14.675356+0000 osd.3 (osd.3) 28 : cluster 3 failed to encode map e126 with expected crc 2023-12-09T02:13:15.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:15 smithi125 bash[66801]: cluster 2023-12-09T02:13:14.675398+0000 osd.4 (osd.4) 35 : cluster 3 failed to encode map e126 with expected crc 2023-12-09T02:13:15.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:15 smithi125 bash[66801]: cluster 2023-12-09T02:13:14.677650+0000 mon.a (mon.0) 3342 : cluster 0 osdmap e126: 8 total, 8 up, 8 in 2023-12-09T02:13:16.844 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:16 smithi067 bash[79370]: cluster 2023-12-09T02:13:15.683543+0000 osd.5 (osd.5) 33 : cluster 3 failed to encode map e127 with expected crc 2023-12-09T02:13:16.844 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:16 smithi067 bash[79370]: cluster 2023-12-09T02:13:15.686292+0000 mon.a (mon.0) 3343 : cluster 0 osdmap e127: 8 total, 8 up, 8 in 2023-12-09T02:13:16.844 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:16 smithi067 bash[79370]: cluster 2023-12-09T02:13:15.686489+0000 osd.5 (osd.5) 34 : cluster 3 failed to encode map e127 with expected crc 2023-12-09T02:13:16.844 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:16 smithi067 bash[82083]: cluster 2023-12-09T02:13:15.683543+0000 osd.5 (osd.5) 33 : cluster 3 failed to encode map e127 with expected crc 2023-12-09T02:13:16.844 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:16 smithi067 bash[82083]: cluster 2023-12-09T02:13:15.686292+0000 mon.a (mon.0) 3343 : cluster 0 osdmap e127: 8 total, 8 up, 8 in 2023-12-09T02:13:16.844 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:16 smithi067 bash[82083]: cluster 2023-12-09T02:13:15.686489+0000 osd.5 (osd.5) 34 : cluster 3 failed to encode map e127 with expected crc 2023-12-09T02:13:16.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:16 smithi125 bash[66801]: cluster 2023-12-09T02:13:15.683543+0000 osd.5 (osd.5) 33 : cluster 3 failed to encode map e127 with expected crc 2023-12-09T02:13:16.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:16 smithi125 bash[66801]: cluster 2023-12-09T02:13:15.686292+0000 mon.a (mon.0) 3343 : cluster 0 osdmap e127: 8 total, 8 up, 8 in 2023-12-09T02:13:16.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:16 smithi125 bash[66801]: cluster 2023-12-09T02:13:15.686489+0000 osd.5 (osd.5) 34 : cluster 3 failed to encode map e127 with expected crc 2023-12-09T02:13:17.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:17 smithi067 bash[79370]: cluster 2023-12-09T02:13:16.411803+0000 mgr.y (mgr.25480) 807 : cluster 0 pgmap v133: 161 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 1 active+recovering, 159 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 135 KiB/s rd, 135 op/s; 8/726 objects degraded (1.102%); 2/726 objects misplaced (0.275%); 276 B/s, 13 objects/s recovering 2023-12-09T02:13:17.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:17 smithi067 bash[79370]: audit 2023-12-09T02:13:16.822648+0000 mon.a (mon.0) 3344 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:17.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:17 smithi067 bash[79370]: audit 2023-12-09T02:13:16.832634+0000 mon.a (mon.0) 3345 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:17.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:17 smithi067 bash[79370]: audit 2023-12-09T02:13:16.841416+0000 mon.a (mon.0) 3346 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:17.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:17 smithi067 bash[82083]: cluster 2023-12-09T02:13:16.411803+0000 mgr.y (mgr.25480) 807 : cluster 0 pgmap v133: 161 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 1 active+recovering, 159 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 135 KiB/s rd, 135 op/s; 8/726 objects degraded (1.102%); 2/726 objects misplaced (0.275%); 276 B/s, 13 objects/s recovering 2023-12-09T02:13:17.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:17 smithi067 bash[82083]: audit 2023-12-09T02:13:16.822648+0000 mon.a (mon.0) 3344 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:17.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:17 smithi067 bash[82083]: audit 2023-12-09T02:13:16.832634+0000 mon.a (mon.0) 3345 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:17.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:17 smithi067 bash[82083]: audit 2023-12-09T02:13:16.841416+0000 mon.a (mon.0) 3346 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:17.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:17 smithi125 bash[66801]: cluster 2023-12-09T02:13:16.411803+0000 mgr.y (mgr.25480) 807 : cluster 0 pgmap v133: 161 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 1 active+recovering, 159 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 135 KiB/s rd, 135 op/s; 8/726 objects degraded (1.102%); 2/726 objects misplaced (0.275%); 276 B/s, 13 objects/s recovering 2023-12-09T02:13:17.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:17 smithi125 bash[66801]: audit 2023-12-09T02:13:16.822648+0000 mon.a (mon.0) 3344 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:17.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:17 smithi125 bash[66801]: audit 2023-12-09T02:13:16.832634+0000 mon.a (mon.0) 3345 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:17.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:17 smithi125 bash[66801]: audit 2023-12-09T02:13:16.841416+0000 mon.a (mon.0) 3346 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:19.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:19 smithi067 bash[79370]: cluster 2023-12-09T02:13:18.412615+0000 mgr.y (mgr.25480) 808 : cluster 0 pgmap v134: 161 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 1 active+recovering, 159 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 94 KiB/s rd, 94 op/s; 8/726 objects degraded (1.102%); 2/726 objects misplaced (0.275%); 193 B/s, 9 objects/s recovering 2023-12-09T02:13:19.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:19 smithi067 bash[82083]: cluster 2023-12-09T02:13:18.412615+0000 mgr.y (mgr.25480) 808 : cluster 0 pgmap v134: 161 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 1 active+recovering, 159 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 94 KiB/s rd, 94 op/s; 8/726 objects degraded (1.102%); 2/726 objects misplaced (0.275%); 193 B/s, 9 objects/s recovering 2023-12-09T02:13:19.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:19 smithi125 bash[66801]: cluster 2023-12-09T02:13:18.412615+0000 mgr.y (mgr.25480) 808 : cluster 0 pgmap v134: 161 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 1 active+recovering, 159 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 94 KiB/s rd, 94 op/s; 8/726 objects degraded (1.102%); 2/726 objects misplaced (0.275%); 193 B/s, 9 objects/s recovering 2023-12-09T02:13:20.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:20 smithi067 bash[79370]: audit 2023-12-09T02:13:18.712638+0000 mgr.y (mgr.25480) 809 : audit 0 from='client.25420 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:13:20.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:20 smithi067 bash[79370]: audit 2023-12-09T02:13:19.847181+0000 mon.a (mon.0) 3347 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:20.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:20 smithi067 bash[79370]: audit 2023-12-09T02:13:19.858246+0000 mon.a (mon.0) 3348 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:20.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:20 smithi067 bash[79370]: audit 2023-12-09T02:13:19.870108+0000 mon.a (mon.0) 3349 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:20.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:20 smithi067 bash[82083]: audit 2023-12-09T02:13:18.712638+0000 mgr.y (mgr.25480) 809 : audit 0 from='client.25420 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:13:20.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:20 smithi067 bash[82083]: audit 2023-12-09T02:13:19.847181+0000 mon.a (mon.0) 3347 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:20.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:20 smithi067 bash[82083]: audit 2023-12-09T02:13:19.858246+0000 mon.a (mon.0) 3348 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:20.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:20 smithi067 bash[82083]: audit 2023-12-09T02:13:19.870108+0000 mon.a (mon.0) 3349 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:20.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:20 smithi125 bash[66801]: audit 2023-12-09T02:13:18.712638+0000 mgr.y (mgr.25480) 809 : audit 0 from='client.25420 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:13:20.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:20 smithi125 bash[66801]: audit 2023-12-09T02:13:19.847181+0000 mon.a (mon.0) 3347 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:20.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:20 smithi125 bash[66801]: audit 2023-12-09T02:13:19.858246+0000 mon.a (mon.0) 3348 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:20.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:20 smithi125 bash[66801]: audit 2023-12-09T02:13:19.870108+0000 mon.a (mon.0) 3349 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:21.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:21 smithi067 bash[79370]: cluster 2023-12-09T02:13:20.414372+0000 mgr.y (mgr.25480) 810 : cluster 0 pgmap v135: 161 pgs: 161 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 79 KiB/s rd, 79 op/s; 176 B/s, 9 objects/s recovering 2023-12-09T02:13:21.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:21 smithi067 bash[79370]: cluster 2023-12-09T02:13:20.866375+0000 mon.a (mon.0) 3350 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 8/726 objects degraded (1.102%), 1 pg degraded) 2023-12-09T02:13:21.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:21 smithi067 bash[79370]: cluster 2023-12-09T02:13:20.866446+0000 mon.a (mon.0) 3351 : cluster 1 Cluster is now healthy 2023-12-09T02:13:21.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:21 smithi067 bash[82083]: cluster 2023-12-09T02:13:20.414372+0000 mgr.y (mgr.25480) 810 : cluster 0 pgmap v135: 161 pgs: 161 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 79 KiB/s rd, 79 op/s; 176 B/s, 9 objects/s recovering 2023-12-09T02:13:21.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:21 smithi067 bash[82083]: cluster 2023-12-09T02:13:20.866375+0000 mon.a (mon.0) 3350 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 8/726 objects degraded (1.102%), 1 pg degraded) 2023-12-09T02:13:21.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:21 smithi067 bash[82083]: cluster 2023-12-09T02:13:20.866446+0000 mon.a (mon.0) 3351 : cluster 1 Cluster is now healthy 2023-12-09T02:13:21.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:21 smithi125 bash[66801]: cluster 2023-12-09T02:13:20.414372+0000 mgr.y (mgr.25480) 810 : cluster 0 pgmap v135: 161 pgs: 161 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 79 KiB/s rd, 79 op/s; 176 B/s, 9 objects/s recovering 2023-12-09T02:13:21.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:21 smithi125 bash[66801]: cluster 2023-12-09T02:13:20.866375+0000 mon.a (mon.0) 3350 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 8/726 objects degraded (1.102%), 1 pg degraded) 2023-12-09T02:13:21.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:21 smithi125 bash[66801]: cluster 2023-12-09T02:13:20.866446+0000 mon.a (mon.0) 3351 : cluster 1 Cluster is now healthy 2023-12-09T02:13:23.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:23 smithi067 bash[79370]: cluster 2023-12-09T02:13:22.415385+0000 mgr.y (mgr.25480) 811 : cluster 0 pgmap v136: 161 pgs: 161 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 71 KiB/s rd, 71 op/s; 131 B/s, 5 objects/s recovering 2023-12-09T02:13:23.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:23 smithi067 bash[82083]: cluster 2023-12-09T02:13:22.415385+0000 mgr.y (mgr.25480) 811 : cluster 0 pgmap v136: 161 pgs: 161 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 71 KiB/s rd, 71 op/s; 131 B/s, 5 objects/s recovering 2023-12-09T02:13:23.722 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:23 smithi125 bash[66801]: cluster 2023-12-09T02:13:22.415385+0000 mgr.y (mgr.25480) 811 : cluster 0 pgmap v136: 161 pgs: 161 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 71 KiB/s rd, 71 op/s; 131 B/s, 5 objects/s recovering 2023-12-09T02:13:24.220 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:13:23 smithi067 bash[75618]: ::ffff:172.21.15.125 - - [09/Dec/2023:02:13:23] "GET /metrics HTTP/1.1" 200 38262 "" "Prometheus/2.33.4" 2023-12-09T02:13:25.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:25 smithi067 bash[79370]: cluster 2023-12-09T02:13:24.416895+0000 mgr.y (mgr.25480) 812 : cluster 0 pgmap v137: 161 pgs: 161 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 59 KiB/s rd, 59 op/s; 107 B/s, 4 objects/s recovering 2023-12-09T02:13:25.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:25 smithi067 bash[82083]: cluster 2023-12-09T02:13:24.416895+0000 mgr.y (mgr.25480) 812 : cluster 0 pgmap v137: 161 pgs: 161 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 59 KiB/s rd, 59 op/s; 107 B/s, 4 objects/s recovering 2023-12-09T02:13:25.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:25 smithi125 bash[66801]: cluster 2023-12-09T02:13:24.416895+0000 mgr.y (mgr.25480) 812 : cluster 0 pgmap v137: 161 pgs: 161 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 59 KiB/s rd, 59 op/s; 107 B/s, 4 objects/s recovering 2023-12-09T02:13:27.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:27 smithi067 bash[82083]: cluster 2023-12-09T02:13:26.418215+0000 mgr.y (mgr.25480) 813 : cluster 0 pgmap v138: 161 pgs: 161 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 953 B/s rd, 0 op/s; 10 B/s, 0 objects/s recovering 2023-12-09T02:13:27.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:27 smithi067 bash[79370]: cluster 2023-12-09T02:13:26.418215+0000 mgr.y (mgr.25480) 813 : cluster 0 pgmap v138: 161 pgs: 161 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 953 B/s rd, 0 op/s; 10 B/s, 0 objects/s recovering 2023-12-09T02:13:27.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:27 smithi125 bash[66801]: cluster 2023-12-09T02:13:26.418215+0000 mgr.y (mgr.25480) 813 : cluster 0 pgmap v138: 161 pgs: 161 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 953 B/s rd, 0 op/s; 10 B/s, 0 objects/s recovering 2023-12-09T02:13:28.221 INFO:teuthology.orchestra.run.smithi067.stdout:true 2023-12-09T02:13:28.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:28 smithi067 bash[79370]: audit 2023-12-09T02:13:27.643320+0000 mon.a (mon.0) 3352 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:28.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:28 smithi067 bash[79370]: audit 2023-12-09T02:13:27.645649+0000 mon.a (mon.0) 3353 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:13:28.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:28 smithi067 bash[79370]: audit 2023-12-09T02:13:27.799523+0000 mon.a (mon.0) 3354 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:28.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:28 smithi067 bash[79370]: audit 2023-12-09T02:13:28.550331+0000 mon.a (mon.0) 3355 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2023-12-09T02:13:28.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:28 smithi067 bash[82083]: audit 2023-12-09T02:13:27.643320+0000 mon.a (mon.0) 3352 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:28.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:28 smithi067 bash[82083]: audit 2023-12-09T02:13:27.645649+0000 mon.a (mon.0) 3353 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:13:28.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:28 smithi067 bash[82083]: audit 2023-12-09T02:13:27.799523+0000 mon.a (mon.0) 3354 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:28.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:28 smithi067 bash[82083]: audit 2023-12-09T02:13:28.550331+0000 mon.a (mon.0) 3355 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2023-12-09T02:13:28.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:28 smithi125 bash[66801]: audit 2023-12-09T02:13:27.643320+0000 mon.a (mon.0) 3352 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:28.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:28 smithi125 bash[66801]: audit 2023-12-09T02:13:27.645649+0000 mon.a (mon.0) 3353 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:13:28.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:28 smithi125 bash[66801]: audit 2023-12-09T02:13:27.799523+0000 mon.a (mon.0) 3354 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:28.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:28 smithi125 bash[66801]: audit 2023-12-09T02:13:28.550331+0000 mon.a (mon.0) 3355 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2023-12-09T02:13:28.999 INFO:teuthology.orchestra.run.smithi067.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-09T02:13:28.999 INFO:teuthology.orchestra.run.smithi067.stdout:agent.smithi067 smithi067 running 12s ago 19m - - 2023-12-09T02:13:28.999 INFO:teuthology.orchestra.run.smithi067.stdout:agent.smithi125 smithi125 running 9s ago 19m - - 2023-12-09T02:13:28.999 INFO:teuthology.orchestra.run.smithi067.stdout:alertmanager.a smithi067 *:9093,9094 running (5m) 12s ago 12m 16.1M - 0.23.0 ba2b418f427c 6ec817f342b5 2023-12-09T02:13:28.999 INFO:teuthology.orchestra.run.smithi067.stdout:grafana.a smithi125 *:3000 running (4m) 9s ago 12m 44.0M - 8.3.5 dad864ee21e9 40cbacae8259 2023-12-09T02:13:29.000 INFO:teuthology.orchestra.run.smithi067.stdout:iscsi.foo.smithi067.oajywc smithi067 running (4m) 12s ago 10m 47.2M - 3.5 e1d6a67b021e 3e5a20a58ce4 2023-12-09T02:13:29.000 INFO:teuthology.orchestra.run.smithi067.stdout:mgr.x smithi125 *:8443,9283,8765 running (4m) 9s ago 19m 434M - 19.0.0-44-g9dcc13bb f28f2b94f153 d59f2ab74456 2023-12-09T02:13:29.000 INFO:teuthology.orchestra.run.smithi067.stdout:mgr.y smithi067 *:8443,9283,8765 running (4m) 12s ago 21m 507M - 19.0.0-44-g9dcc13bb f28f2b94f153 b0e5c689c1a6 2023-12-09T02:13:29.000 INFO:teuthology.orchestra.run.smithi067.stdout:mon.a smithi067 running (3m) 12s ago 21m 62.0M 2048M 19.0.0-44-g9dcc13bb f28f2b94f153 f5f188bf2880 2023-12-09T02:13:29.000 INFO:teuthology.orchestra.run.smithi067.stdout:mon.b smithi125 running (2m) 9s ago 19m 45.2M 2048M 19.0.0-44-g9dcc13bb f28f2b94f153 baa25853095e 2023-12-09T02:13:29.000 INFO:teuthology.orchestra.run.smithi067.stdout:mon.c smithi067 running (3m) 12s ago 19m 48.2M 2048M 19.0.0-44-g9dcc13bb f28f2b94f153 37f7376908df 2023-12-09T02:13:29.000 INFO:teuthology.orchestra.run.smithi067.stdout:node-exporter.a smithi067 *:9100 running (6m) 12s ago 13m 15.5M - 1.3.1 1dbe0e931976 f40a7a952aae 2023-12-09T02:13:29.001 INFO:teuthology.orchestra.run.smithi067.stdout:node-exporter.b smithi125 *:9100 running (5m) 9s ago 13m 12.6M - 1.3.1 1dbe0e931976 47a93b654521 2023-12-09T02:13:29.001 INFO:teuthology.orchestra.run.smithi067.stdout:osd.0 smithi067 running (106s) 12s ago 18m 52.8M 4096M 19.0.0-44-g9dcc13bb f28f2b94f153 d14cf1a2cd9b 2023-12-09T02:13:29.001 INFO:teuthology.orchestra.run.smithi067.stdout:osd.1 smithi067 running (65s) 12s ago 17m 53.4M 4096M 19.0.0-44-g9dcc13bb f28f2b94f153 a62e980d9a0d 2023-12-09T02:13:29.001 INFO:teuthology.orchestra.run.smithi067.stdout:osd.2 smithi067 running (25s) 12s ago 17m 51.5M 4096M 19.0.0-44-g9dcc13bb f28f2b94f153 ab90bc1b9ba0 2023-12-09T02:13:29.001 INFO:teuthology.orchestra.run.smithi067.stdout:osd.3 smithi067 running (16m) 12s ago 16m 67.8M 4096M 17.2.0 e1d6a67b021e 200513eb3289 2023-12-09T02:13:29.001 INFO:teuthology.orchestra.run.smithi067.stdout:osd.4 smithi125 running (16m) 9s ago 16m 68.7M 4096M 17.2.0 e1d6a67b021e 03a86e583fa8 2023-12-09T02:13:29.001 INFO:teuthology.orchestra.run.smithi067.stdout:osd.5 smithi125 running (15m) 9s ago 15m 64.5M 4096M 17.2.0 e1d6a67b021e 69bedd006f74 2023-12-09T02:13:29.002 INFO:teuthology.orchestra.run.smithi067.stdout:osd.6 smithi125 running (14m) 9s ago 14m 61.9M 4096M 17.2.0 e1d6a67b021e 30344497f6d2 2023-12-09T02:13:29.002 INFO:teuthology.orchestra.run.smithi067.stdout:osd.7 smithi125 running (14m) 9s ago 14m 66.6M 4096M 17.2.0 e1d6a67b021e 8791b422aafd 2023-12-09T02:13:29.002 INFO:teuthology.orchestra.run.smithi067.stdout:prometheus.a smithi125 *:9095 running (4m) 9s ago 13m 63.0M - 2.33.4 514e6a882f6e c0781044780a 2023-12-09T02:13:29.002 INFO:teuthology.orchestra.run.smithi067.stdout:rgw.foo.smithi067.rqvsfw smithi067 *:8000 running (10m) 12s ago 10m 89.4M - 17.2.0 e1d6a67b021e 72086955a09f 2023-12-09T02:13:29.002 INFO:teuthology.orchestra.run.smithi067.stdout:rgw.foo.smithi125.wanndy smithi125 *:8000 running (10m) 9s ago 10m 89.2M - 17.2.0 e1d6a67b021e 89b35e95d314 2023-12-09T02:13:29.002 INFO:teuthology.orchestra.run.smithi067.stdout:rgw.smpl.smithi067.mukdcu smithi067 *:80 running (10m) 12s ago 10m 89.2M - 17.2.0 e1d6a67b021e b813f19c7bee 2023-12-09T02:13:29.002 INFO:teuthology.orchestra.run.smithi067.stdout:rgw.smpl.smithi125.ngrzpa smithi125 *:80 running (10m) 9s ago 10m 89.9M - 17.2.0 e1d6a67b021e 96b29ebc04e4 2023-12-09T02:13:29.444 INFO:teuthology.orchestra.run.smithi067.stdout:{ 2023-12-09T02:13:29.444 INFO:teuthology.orchestra.run.smithi067.stdout: "mon": { 2023-12-09T02:13:29.444 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 19.0.0-44-g9dcc13bb (9dcc13bb80dcc1cdea72b04d80505b4649a2b882) reef (dev)": 3 2023-12-09T02:13:29.444 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2023-12-09T02:13:29.445 INFO:teuthology.orchestra.run.smithi067.stdout: "mgr": { 2023-12-09T02:13:29.445 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 19.0.0-44-g9dcc13bb (9dcc13bb80dcc1cdea72b04d80505b4649a2b882) reef (dev)": 2 2023-12-09T02:13:29.445 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2023-12-09T02:13:29.445 INFO:teuthology.orchestra.run.smithi067.stdout: "osd": { 2023-12-09T02:13:29.445 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 5, 2023-12-09T02:13:29.445 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 19.0.0-44-g9dcc13bb (9dcc13bb80dcc1cdea72b04d80505b4649a2b882) reef (dev)": 3 2023-12-09T02:13:29.445 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2023-12-09T02:13:29.445 INFO:teuthology.orchestra.run.smithi067.stdout: "rgw": { 2023-12-09T02:13:29.445 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2023-12-09T02:13:29.445 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2023-12-09T02:13:29.445 INFO:teuthology.orchestra.run.smithi067.stdout: "overall": { 2023-12-09T02:13:29.445 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 9, 2023-12-09T02:13:29.445 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 19.0.0-44-g9dcc13bb (9dcc13bb80dcc1cdea72b04d80505b4649a2b882) reef (dev)": 8 2023-12-09T02:13:29.445 INFO:teuthology.orchestra.run.smithi067.stdout: } 2023-12-09T02:13:29.445 INFO:teuthology.orchestra.run.smithi067.stdout:} 2023-12-09T02:13:29.834 INFO:teuthology.orchestra.run.smithi067.stdout:{ 2023-12-09T02:13:29.834 INFO:teuthology.orchestra.run.smithi067.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:9dcc13bb80dcc1cdea72b04d80505b4649a2b882", 2023-12-09T02:13:29.834 INFO:teuthology.orchestra.run.smithi067.stdout: "in_progress": true, 2023-12-09T02:13:29.834 INFO:teuthology.orchestra.run.smithi067.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-09T02:13:29.834 INFO:teuthology.orchestra.run.smithi067.stdout: "services_complete": [ 2023-12-09T02:13:29.834 INFO:teuthology.orchestra.run.smithi067.stdout: "mgr", 2023-12-09T02:13:29.835 INFO:teuthology.orchestra.run.smithi067.stdout: "mon" 2023-12-09T02:13:29.835 INFO:teuthology.orchestra.run.smithi067.stdout: ], 2023-12-09T02:13:29.835 INFO:teuthology.orchestra.run.smithi067.stdout: "progress": "8/23 daemons upgraded", 2023-12-09T02:13:29.835 INFO:teuthology.orchestra.run.smithi067.stdout: "message": "Currently upgrading osd daemons", 2023-12-09T02:13:29.835 INFO:teuthology.orchestra.run.smithi067.stdout: "is_paused": false 2023-12-09T02:13:29.835 INFO:teuthology.orchestra.run.smithi067.stdout:} 2023-12-09T02:13:29.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:29 smithi067 bash[79370]: audit 2023-12-09T02:13:28.204942+0000 mgr.y (mgr.25480) 814 : audit 0 from='client.34368 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:13:29.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:29 smithi067 bash[79370]: cluster 2023-12-09T02:13:28.418985+0000 mgr.y (mgr.25480) 815 : cluster 0 pgmap v139: 161 pgs: 161 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 9 B/s, 0 objects/s recovering 2023-12-09T02:13:29.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:29 smithi067 bash[79370]: audit 2023-12-09T02:13:28.550713+0000 mgr.y (mgr.25480) 816 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2023-12-09T02:13:29.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:29 smithi067 bash[79370]: cephadm 2023-12-09T02:13:28.553285+0000 mgr.y (mgr.25480) 817 : cephadm 1 Upgrade: osd.3 is safe to restart 2023-12-09T02:13:29.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:29 smithi067 bash[79370]: audit 2023-12-09T02:13:28.599779+0000 mgr.y (mgr.25480) 818 : audit 0 from='client.34374 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:13:29.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:29 smithi067 bash[79370]: audit 2023-12-09T02:13:29.443178+0000 mon.c (mon.1) 11 : audit 0 from='client.? 172.21.15.67:0/4171605893' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:29.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:29 smithi067 bash[82083]: audit 2023-12-09T02:13:28.204942+0000 mgr.y (mgr.25480) 814 : audit 0 from='client.34368 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:13:29.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:29 smithi067 bash[82083]: cluster 2023-12-09T02:13:28.418985+0000 mgr.y (mgr.25480) 815 : cluster 0 pgmap v139: 161 pgs: 161 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 9 B/s, 0 objects/s recovering 2023-12-09T02:13:29.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:29 smithi067 bash[82083]: audit 2023-12-09T02:13:28.550713+0000 mgr.y (mgr.25480) 816 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2023-12-09T02:13:29.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:29 smithi067 bash[82083]: cephadm 2023-12-09T02:13:28.553285+0000 mgr.y (mgr.25480) 817 : cephadm 1 Upgrade: osd.3 is safe to restart 2023-12-09T02:13:29.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:29 smithi067 bash[82083]: audit 2023-12-09T02:13:28.599779+0000 mgr.y (mgr.25480) 818 : audit 0 from='client.34374 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:13:29.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:29 smithi067 bash[82083]: audit 2023-12-09T02:13:29.443178+0000 mon.c (mon.1) 11 : audit 0 from='client.? 172.21.15.67:0/4171605893' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:29.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:29 smithi125 bash[66801]: audit 2023-12-09T02:13:28.204942+0000 mgr.y (mgr.25480) 814 : audit 0 from='client.34368 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:13:29.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:29 smithi125 bash[66801]: cluster 2023-12-09T02:13:28.418985+0000 mgr.y (mgr.25480) 815 : cluster 0 pgmap v139: 161 pgs: 161 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 9 B/s, 0 objects/s recovering 2023-12-09T02:13:29.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:29 smithi125 bash[66801]: audit 2023-12-09T02:13:28.550713+0000 mgr.y (mgr.25480) 816 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2023-12-09T02:13:29.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:29 smithi125 bash[66801]: cephadm 2023-12-09T02:13:28.553285+0000 mgr.y (mgr.25480) 817 : cephadm 1 Upgrade: osd.3 is safe to restart 2023-12-09T02:13:29.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:29 smithi125 bash[66801]: audit 2023-12-09T02:13:28.599779+0000 mgr.y (mgr.25480) 818 : audit 0 from='client.34374 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:13:29.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:29 smithi125 bash[66801]: audit 2023-12-09T02:13:29.443178+0000 mon.c (mon.1) 11 : audit 0 from='client.? 172.21.15.67:0/4171605893' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:30.294 INFO:teuthology.orchestra.run.smithi067.stdout:HEALTH_OK 2023-12-09T02:13:30.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:30 smithi067 bash[79370]: audit 2023-12-09T02:13:28.721946+0000 mgr.y (mgr.25480) 819 : audit 0 from='client.25420 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:13:30.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:30 smithi067 bash[79370]: audit 2023-12-09T02:13:28.978189+0000 mgr.y (mgr.25480) 820 : audit 0 from='client.44302 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:13:30.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:30 smithi067 bash[79370]: audit 2023-12-09T02:13:30.293710+0000 mon.c (mon.1) 12 : audit 0 from='client.? 172.21.15.67:0/2655449118' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-09T02:13:30.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:30 smithi067 bash[82083]: audit 2023-12-09T02:13:28.721946+0000 mgr.y (mgr.25480) 819 : audit 0 from='client.25420 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:13:30.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:30 smithi067 bash[82083]: audit 2023-12-09T02:13:28.978189+0000 mgr.y (mgr.25480) 820 : audit 0 from='client.44302 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:13:30.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:30 smithi067 bash[82083]: audit 2023-12-09T02:13:30.293710+0000 mon.c (mon.1) 12 : audit 0 from='client.? 172.21.15.67:0/2655449118' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-09T02:13:30.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:30 smithi125 bash[66801]: audit 2023-12-09T02:13:28.721946+0000 mgr.y (mgr.25480) 819 : audit 0 from='client.25420 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:13:30.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:30 smithi125 bash[66801]: audit 2023-12-09T02:13:28.978189+0000 mgr.y (mgr.25480) 820 : audit 0 from='client.44302 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:13:30.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:30 smithi125 bash[66801]: audit 2023-12-09T02:13:30.293710+0000 mon.c (mon.1) 12 : audit 0 from='client.? 172.21.15.67:0/2655449118' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-09T02:13:31.952 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:31 smithi125 bash[66801]: audit 2023-12-09T02:13:29.832457+0000 mgr.y (mgr.25480) 821 : audit 0 from='client.44314 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:13:31.952 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:31 smithi125 bash[66801]: cluster 2023-12-09T02:13:30.420659+0000 mgr.y (mgr.25480) 822 : cluster 0 pgmap v140: 161 pgs: 161 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 9 B/s, 0 objects/s recovering 2023-12-09T02:13:31.952 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:31 smithi125 bash[66801]: audit 2023-12-09T02:13:31.133200+0000 mon.a (mon.0) 3356 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:31.952 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:31 smithi125 bash[66801]: audit 2023-12-09T02:13:31.136811+0000 mon.a (mon.0) 3357 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-12-09T02:13:31.952 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:31 smithi125 bash[66801]: audit 2023-12-09T02:13:31.138289+0000 mon.a (mon.0) 3358 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:31.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:31 smithi067 bash[79370]: audit 2023-12-09T02:13:29.832457+0000 mgr.y (mgr.25480) 821 : audit 0 from='client.44314 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:13:31.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:31 smithi067 bash[79370]: cluster 2023-12-09T02:13:30.420659+0000 mgr.y (mgr.25480) 822 : cluster 0 pgmap v140: 161 pgs: 161 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 9 B/s, 0 objects/s recovering 2023-12-09T02:13:31.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:31 smithi067 bash[79370]: audit 2023-12-09T02:13:31.133200+0000 mon.a (mon.0) 3356 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:31.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:31 smithi067 bash[79370]: audit 2023-12-09T02:13:31.136811+0000 mon.a (mon.0) 3357 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-12-09T02:13:31.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:31 smithi067 bash[79370]: audit 2023-12-09T02:13:31.138289+0000 mon.a (mon.0) 3358 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:31.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:31 smithi067 bash[82083]: audit 2023-12-09T02:13:29.832457+0000 mgr.y (mgr.25480) 821 : audit 0 from='client.44314 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:13:31.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:31 smithi067 bash[82083]: cluster 2023-12-09T02:13:30.420659+0000 mgr.y (mgr.25480) 822 : cluster 0 pgmap v140: 161 pgs: 161 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 9 B/s, 0 objects/s recovering 2023-12-09T02:13:31.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:31 smithi067 bash[82083]: audit 2023-12-09T02:13:31.133200+0000 mon.a (mon.0) 3356 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:31.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:31 smithi067 bash[82083]: audit 2023-12-09T02:13:31.136811+0000 mon.a (mon.0) 3357 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-12-09T02:13:31.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:31 smithi067 bash[82083]: audit 2023-12-09T02:13:31.138289+0000 mon.a (mon.0) 3358 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:32.928 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:32 smithi067 bash[79370]: cephadm 2023-12-09T02:13:31.123739+0000 mgr.y (mgr.25480) 823 : cephadm 1 Upgrade: Updating osd.3 2023-12-09T02:13:32.928 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:32 smithi067 bash[79370]: cephadm 2023-12-09T02:13:31.142566+0000 mgr.y (mgr.25480) 824 : cephadm 1 Deploying daemon osd.3 on smithi067 2023-12-09T02:13:32.928 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:32 smithi067 bash[82083]: cephadm 2023-12-09T02:13:31.123739+0000 mgr.y (mgr.25480) 823 : cephadm 1 Upgrade: Updating osd.3 2023-12-09T02:13:32.929 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:32 smithi067 bash[82083]: cephadm 2023-12-09T02:13:31.142566+0000 mgr.y (mgr.25480) 824 : cephadm 1 Deploying daemon osd.3 on smithi067 2023-12-09T02:13:32.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:32 smithi125 bash[66801]: cephadm 2023-12-09T02:13:31.123739+0000 mgr.y (mgr.25480) 823 : cephadm 1 Upgrade: Updating osd.3 2023-12-09T02:13:32.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:32 smithi125 bash[66801]: cephadm 2023-12-09T02:13:31.142566+0000 mgr.y (mgr.25480) 824 : cephadm 1 Deploying daemon osd.3 on smithi067 2023-12-09T02:13:33.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:33 smithi067 bash[79370]: cluster 2023-12-09T02:13:32.421614+0000 mgr.y (mgr.25480) 825 : cluster 0 pgmap v141: 161 pgs: 161 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:13:33.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:33 smithi067 bash[82083]: cluster 2023-12-09T02:13:32.421614+0000 mgr.y (mgr.25480) 825 : cluster 0 pgmap v141: 161 pgs: 161 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:13:33.970 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:13:33 smithi067 bash[75618]: ::ffff:172.21.15.125 - - [09/Dec/2023:02:13:33] "GET /metrics HTTP/1.1" 200 38412 "" "Prometheus/2.33.4" 2023-12-09T02:13:33.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:33 smithi125 bash[66801]: cluster 2023-12-09T02:13:32.421614+0000 mgr.y (mgr.25480) 825 : cluster 0 pgmap v141: 161 pgs: 161 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:13:35.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:35 smithi067 bash[79370]: cluster 2023-12-09T02:13:34.422909+0000 mgr.y (mgr.25480) 826 : cluster 0 pgmap v142: 161 pgs: 161 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:13:35.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:35 smithi067 bash[82083]: cluster 2023-12-09T02:13:34.422909+0000 mgr.y (mgr.25480) 826 : cluster 0 pgmap v142: 161 pgs: 161 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:13:35.970 INFO:journalctl@ceph.osd.3.smithi067.stdout:Dec 09 02:13:35 smithi067 systemd[1]: Stopping Ceph osd.3 for 6db93fb0-9635-11ee-95a3-87774f69a715... 2023-12-09T02:13:35.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:35 smithi125 bash[66801]: cluster 2023-12-09T02:13:34.422909+0000 mgr.y (mgr.25480) 826 : cluster 0 pgmap v142: 161 pgs: 161 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:13:36.470 INFO:journalctl@ceph.osd.3.smithi067.stdout:Dec 09 02:13:36 smithi067 bash[44601]: debug 2023-12-09T02:13:36.008+0000 7ff165a96700 -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-09T02:13:36.470 INFO:journalctl@ceph.osd.3.smithi067.stdout:Dec 09 02:13:36 smithi067 bash[44601]: debug 2023-12-09T02:13:36.008+0000 7ff165a96700 -1 osd.3 127 *** Got signal Terminated *** 2023-12-09T02:13:36.470 INFO:journalctl@ceph.osd.3.smithi067.stdout:Dec 09 02:13:36 smithi067 bash[44601]: debug 2023-12-09T02:13:36.008+0000 7ff165a96700 -1 osd.3 127 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-09T02:13:36.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:36 smithi067 bash[79370]: cluster 2023-12-09T02:13:36.010962+0000 mon.a (mon.0) 3359 : cluster 1 osd.3 marked itself down and dead 2023-12-09T02:13:36.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:36 smithi067 bash[82083]: cluster 2023-12-09T02:13:36.010962+0000 mon.a (mon.0) 3359 : cluster 1 osd.3 marked itself down and dead 2023-12-09T02:13:36.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:36 smithi125 bash[66801]: cluster 2023-12-09T02:13:36.010962+0000 mon.a (mon.0) 3359 : cluster 1 osd.3 marked itself down and dead 2023-12-09T02:13:37.966 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:37 smithi067 bash[79370]: cluster 2023-12-09T02:13:36.423836+0000 mgr.y (mgr.25480) 827 : cluster 0 pgmap v143: 161 pgs: 161 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:13:37.966 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:37 smithi067 bash[79370]: cluster 2023-12-09T02:13:36.671716+0000 mon.a (mon.0) 3360 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-09T02:13:37.966 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:37 smithi067 bash[79370]: cluster 2023-12-09T02:13:36.678464+0000 osd.5 (osd.5) 35 : cluster 3 failed to encode map e128 with expected crc 2023-12-09T02:13:37.966 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:37 smithi067 bash[79370]: cluster 2023-12-09T02:13:36.678705+0000 osd.7 (osd.7) 23 : cluster 3 failed to encode map e128 with expected crc 2023-12-09T02:13:37.966 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:37 smithi067 bash[79370]: cluster 2023-12-09T02:13:36.682786+0000 osd.7 (osd.7) 24 : cluster 3 failed to encode map e128 with expected crc 2023-12-09T02:13:37.966 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:37 smithi067 bash[79370]: cluster 2023-12-09T02:13:36.682946+0000 osd.4 (osd.4) 36 : cluster 3 failed to encode map e128 with expected crc 2023-12-09T02:13:37.967 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:37 smithi067 bash[79370]: cluster 2023-12-09T02:13:36.685714+0000 osd.5 (osd.5) 36 : cluster 3 failed to encode map e128 with expected crc 2023-12-09T02:13:37.967 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:37 smithi067 bash[79370]: cluster 2023-12-09T02:13:36.687426+0000 mon.a (mon.0) 3361 : cluster 0 osdmap e128: 8 total, 7 up, 8 in 2023-12-09T02:13:37.967 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:37 smithi067 bash[79370]: audit 2023-12-09T02:13:37.020079+0000 mon.a (mon.0) 3362 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:37.967 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:37 smithi067 bash[79370]: audit 2023-12-09T02:13:37.030121+0000 mon.a (mon.0) 3363 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:37.967 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:37 smithi067 bash[79370]: audit 2023-12-09T02:13:37.038327+0000 mon.a (mon.0) 3364 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:37.967 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:37 smithi067 bash[79370]: audit 2023-12-09T02:13:37.326031+0000 mon.a (mon.0) 3365 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:37.967 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:37 smithi067 bash[79370]: audit 2023-12-09T02:13:37.339000+0000 mon.a (mon.0) 3366 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:37.967 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:37 smithi067 bash[79370]: audit 2023-12-09T02:13:37.348629+0000 mon.a (mon.0) 3367 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:37.967 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:37 smithi067 bash[82083]: cluster 2023-12-09T02:13:36.423836+0000 mgr.y (mgr.25480) 827 : cluster 0 pgmap v143: 161 pgs: 161 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:13:37.967 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:37 smithi067 bash[82083]: cluster 2023-12-09T02:13:36.671716+0000 mon.a (mon.0) 3360 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-09T02:13:37.967 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:37 smithi067 bash[82083]: cluster 2023-12-09T02:13:36.678464+0000 osd.5 (osd.5) 35 : cluster 3 failed to encode map e128 with expected crc 2023-12-09T02:13:37.967 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:37 smithi067 bash[82083]: cluster 2023-12-09T02:13:36.678705+0000 osd.7 (osd.7) 23 : cluster 3 failed to encode map e128 with expected crc 2023-12-09T02:13:37.968 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:37 smithi067 bash[82083]: cluster 2023-12-09T02:13:36.682786+0000 osd.7 (osd.7) 24 : cluster 3 failed to encode map e128 with expected crc 2023-12-09T02:13:37.968 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:37 smithi067 bash[82083]: cluster 2023-12-09T02:13:36.682946+0000 osd.4 (osd.4) 36 : cluster 3 failed to encode map e128 with expected crc 2023-12-09T02:13:37.968 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:37 smithi067 bash[82083]: cluster 2023-12-09T02:13:36.685714+0000 osd.5 (osd.5) 36 : cluster 3 failed to encode map e128 with expected crc 2023-12-09T02:13:37.968 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:37 smithi067 bash[82083]: cluster 2023-12-09T02:13:36.687426+0000 mon.a (mon.0) 3361 : cluster 0 osdmap e128: 8 total, 7 up, 8 in 2023-12-09T02:13:37.968 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:37 smithi067 bash[82083]: audit 2023-12-09T02:13:37.020079+0000 mon.a (mon.0) 3362 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:37.968 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:37 smithi067 bash[82083]: audit 2023-12-09T02:13:37.030121+0000 mon.a (mon.0) 3363 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:37.968 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:37 smithi067 bash[82083]: audit 2023-12-09T02:13:37.038327+0000 mon.a (mon.0) 3364 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:37.968 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:37 smithi067 bash[82083]: audit 2023-12-09T02:13:37.326031+0000 mon.a (mon.0) 3365 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:37.968 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:37 smithi067 bash[82083]: audit 2023-12-09T02:13:37.339000+0000 mon.a (mon.0) 3366 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:37.968 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:37 smithi067 bash[82083]: audit 2023-12-09T02:13:37.348629+0000 mon.a (mon.0) 3367 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:37.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:37 smithi125 bash[66801]: cluster 2023-12-09T02:13:36.423836+0000 mgr.y (mgr.25480) 827 : cluster 0 pgmap v143: 161 pgs: 161 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:13:37.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:37 smithi125 bash[66801]: cluster 2023-12-09T02:13:36.671716+0000 mon.a (mon.0) 3360 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-09T02:13:37.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:37 smithi125 bash[66801]: cluster 2023-12-09T02:13:36.678464+0000 osd.5 (osd.5) 35 : cluster 3 failed to encode map e128 with expected crc 2023-12-09T02:13:37.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:37 smithi125 bash[66801]: cluster 2023-12-09T02:13:36.678705+0000 osd.7 (osd.7) 23 : cluster 3 failed to encode map e128 with expected crc 2023-12-09T02:13:37.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:37 smithi125 bash[66801]: cluster 2023-12-09T02:13:36.682786+0000 osd.7 (osd.7) 24 : cluster 3 failed to encode map e128 with expected crc 2023-12-09T02:13:37.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:37 smithi125 bash[66801]: cluster 2023-12-09T02:13:36.682946+0000 osd.4 (osd.4) 36 : cluster 3 failed to encode map e128 with expected crc 2023-12-09T02:13:37.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:37 smithi125 bash[66801]: cluster 2023-12-09T02:13:36.685714+0000 osd.5 (osd.5) 36 : cluster 3 failed to encode map e128 with expected crc 2023-12-09T02:13:37.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:37 smithi125 bash[66801]: cluster 2023-12-09T02:13:36.687426+0000 mon.a (mon.0) 3361 : cluster 0 osdmap e128: 8 total, 7 up, 8 in 2023-12-09T02:13:37.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:37 smithi125 bash[66801]: audit 2023-12-09T02:13:37.020079+0000 mon.a (mon.0) 3362 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:37.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:37 smithi125 bash[66801]: audit 2023-12-09T02:13:37.030121+0000 mon.a (mon.0) 3363 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:37.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:37 smithi125 bash[66801]: audit 2023-12-09T02:13:37.038327+0000 mon.a (mon.0) 3364 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:37.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:37 smithi125 bash[66801]: audit 2023-12-09T02:13:37.326031+0000 mon.a (mon.0) 3365 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:37.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:37 smithi125 bash[66801]: audit 2023-12-09T02:13:37.339000+0000 mon.a (mon.0) 3366 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:37.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:37 smithi125 bash[66801]: audit 2023-12-09T02:13:37.348629+0000 mon.a (mon.0) 3367 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:38.220 INFO:journalctl@ceph.osd.3.smithi067.stdout:Dec 09 02:13:37 smithi067 bash[95963]: ceph-6db93fb0-9635-11ee-95a3-87774f69a715-osd-3 2023-12-09T02:13:38.672 INFO:journalctl@ceph.osd.3.smithi067.stdout:Dec 09 02:13:38 smithi067 bash[96134]: Error response from daemon: No such container: ceph-6db93fb0-9635-11ee-95a3-87774f69a715-osd-3 2023-12-09T02:13:38.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:38 smithi067 bash[79370]: cluster 2023-12-09T02:13:37.340909+0000 mgr.y (mgr.25480) 828 : cluster 0 pgmap v145: 161 pgs: 23 stale+active+clean, 138 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-09T02:13:38.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:38 smithi067 bash[79370]: cluster 2023-12-09T02:13:37.681131+0000 osd.7 (osd.7) 25 : cluster 3 failed to encode map e129 with expected crc 2023-12-09T02:13:38.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:38 smithi067 bash[79370]: cluster 2023-12-09T02:13:37.684431+0000 osd.7 (osd.7) 26 : cluster 3 failed to encode map e129 with expected crc 2023-12-09T02:13:38.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:38 smithi067 bash[79370]: cluster 2023-12-09T02:13:37.687289+0000 osd.5 (osd.5) 37 : cluster 3 failed to encode map e129 with expected crc 2023-12-09T02:13:38.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:38 smithi067 bash[79370]: cluster 2023-12-09T02:13:37.687758+0000 osd.4 (osd.4) 37 : cluster 3 failed to encode map e129 with expected crc 2023-12-09T02:13:38.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:38 smithi067 bash[79370]: cluster 2023-12-09T02:13:37.687964+0000 osd.6 (osd.6) 24 : cluster 3 failed to encode map e129 with expected crc 2023-12-09T02:13:38.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:38 smithi067 bash[79370]: cluster 2023-12-09T02:13:37.689939+0000 mon.a (mon.0) 3368 : cluster 0 osdmap e129: 8 total, 7 up, 8 in 2023-12-09T02:13:38.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:38 smithi067 bash[79370]: cluster 2023-12-09T02:13:37.692880+0000 osd.4 (osd.4) 38 : cluster 3 failed to encode map e129 with expected crc 2023-12-09T02:13:38.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:38 smithi067 bash[79370]: cluster 2023-12-09T02:13:37.692936+0000 osd.6 (osd.6) 25 : cluster 3 failed to encode map e129 with expected crc 2023-12-09T02:13:38.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:38 smithi067 bash[79370]: cluster 2023-12-09T02:13:37.693734+0000 osd.5 (osd.5) 38 : cluster 3 failed to encode map e129 with expected crc 2023-12-09T02:13:38.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:38 smithi067 bash[79370]: cluster 2023-12-09T02:13:37.698407+0000 osd.5 (osd.5) 39 : cluster 3 failed to encode map e129 with expected crc 2023-12-09T02:13:38.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:38 smithi067 bash[79370]: cluster 2023-12-09T02:13:38.335112+0000 mon.a (mon.0) 3369 : cluster 3 Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2023-12-09T02:13:38.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:38 smithi067 bash[82083]: cluster 2023-12-09T02:13:37.340909+0000 mgr.y (mgr.25480) 828 : cluster 0 pgmap v145: 161 pgs: 23 stale+active+clean, 138 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-09T02:13:38.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:38 smithi067 bash[82083]: cluster 2023-12-09T02:13:37.681131+0000 osd.7 (osd.7) 25 : cluster 3 failed to encode map e129 with expected crc 2023-12-09T02:13:38.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:38 smithi067 bash[82083]: cluster 2023-12-09T02:13:37.684431+0000 osd.7 (osd.7) 26 : cluster 3 failed to encode map e129 with expected crc 2023-12-09T02:13:38.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:38 smithi067 bash[82083]: cluster 2023-12-09T02:13:37.687289+0000 osd.5 (osd.5) 37 : cluster 3 failed to encode map e129 with expected crc 2023-12-09T02:13:38.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:38 smithi067 bash[82083]: cluster 2023-12-09T02:13:37.687758+0000 osd.4 (osd.4) 37 : cluster 3 failed to encode map e129 with expected crc 2023-12-09T02:13:38.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:38 smithi067 bash[82083]: cluster 2023-12-09T02:13:37.687964+0000 osd.6 (osd.6) 24 : cluster 3 failed to encode map e129 with expected crc 2023-12-09T02:13:38.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:38 smithi067 bash[82083]: cluster 2023-12-09T02:13:37.689939+0000 mon.a (mon.0) 3368 : cluster 0 osdmap e129: 8 total, 7 up, 8 in 2023-12-09T02:13:38.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:38 smithi067 bash[82083]: cluster 2023-12-09T02:13:37.692880+0000 osd.4 (osd.4) 38 : cluster 3 failed to encode map e129 with expected crc 2023-12-09T02:13:38.972 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:38 smithi067 bash[82083]: cluster 2023-12-09T02:13:37.692936+0000 osd.6 (osd.6) 25 : cluster 3 failed to encode map e129 with expected crc 2023-12-09T02:13:38.972 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:38 smithi067 bash[82083]: cluster 2023-12-09T02:13:37.693734+0000 osd.5 (osd.5) 38 : cluster 3 failed to encode map e129 with expected crc 2023-12-09T02:13:38.972 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:38 smithi067 bash[82083]: cluster 2023-12-09T02:13:37.698407+0000 osd.5 (osd.5) 39 : cluster 3 failed to encode map e129 with expected crc 2023-12-09T02:13:38.972 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:38 smithi067 bash[82083]: cluster 2023-12-09T02:13:38.335112+0000 mon.a (mon.0) 3369 : cluster 3 Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2023-12-09T02:13:38.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:38 smithi125 bash[66801]: cluster 2023-12-09T02:13:37.340909+0000 mgr.y (mgr.25480) 828 : cluster 0 pgmap v145: 161 pgs: 23 stale+active+clean, 138 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-09T02:13:38.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:38 smithi125 bash[66801]: cluster 2023-12-09T02:13:37.681131+0000 osd.7 (osd.7) 25 : cluster 3 failed to encode map e129 with expected crc 2023-12-09T02:13:38.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:38 smithi125 bash[66801]: cluster 2023-12-09T02:13:37.684431+0000 osd.7 (osd.7) 26 : cluster 3 failed to encode map e129 with expected crc 2023-12-09T02:13:38.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:38 smithi125 bash[66801]: cluster 2023-12-09T02:13:37.687289+0000 osd.5 (osd.5) 37 : cluster 3 failed to encode map e129 with expected crc 2023-12-09T02:13:38.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:38 smithi125 bash[66801]: cluster 2023-12-09T02:13:37.687758+0000 osd.4 (osd.4) 37 : cluster 3 failed to encode map e129 with expected crc 2023-12-09T02:13:38.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:38 smithi125 bash[66801]: cluster 2023-12-09T02:13:37.687964+0000 osd.6 (osd.6) 24 : cluster 3 failed to encode map e129 with expected crc 2023-12-09T02:13:38.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:38 smithi125 bash[66801]: cluster 2023-12-09T02:13:37.689939+0000 mon.a (mon.0) 3368 : cluster 0 osdmap e129: 8 total, 7 up, 8 in 2023-12-09T02:13:38.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:38 smithi125 bash[66801]: cluster 2023-12-09T02:13:37.692880+0000 osd.4 (osd.4) 38 : cluster 3 failed to encode map e129 with expected crc 2023-12-09T02:13:38.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:38 smithi125 bash[66801]: cluster 2023-12-09T02:13:37.692936+0000 osd.6 (osd.6) 25 : cluster 3 failed to encode map e129 with expected crc 2023-12-09T02:13:38.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:38 smithi125 bash[66801]: cluster 2023-12-09T02:13:37.693734+0000 osd.5 (osd.5) 38 : cluster 3 failed to encode map e129 with expected crc 2023-12-09T02:13:38.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:38 smithi125 bash[66801]: cluster 2023-12-09T02:13:37.698407+0000 osd.5 (osd.5) 39 : cluster 3 failed to encode map e129 with expected crc 2023-12-09T02:13:38.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:38 smithi125 bash[66801]: cluster 2023-12-09T02:13:38.335112+0000 mon.a (mon.0) 3369 : cluster 3 Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2023-12-09T02:13:40.068 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:39 smithi125 bash[66801]: audit 2023-12-09T02:13:38.730119+0000 mgr.y (mgr.25480) 829 : audit 0 from='client.25420 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:13:40.068 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:39 smithi125 bash[66801]: cluster 2023-12-09T02:13:39.342551+0000 mgr.y (mgr.25480) 830 : cluster 0 pgmap v147: 161 pgs: 10 active+undersized+degraded, 12 stale+active+clean, 18 active+undersized, 121 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 30/726 objects degraded (4.132%) 2023-12-09T02:13:40.068 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:39 smithi125 bash[66801]: cluster 2023-12-09T02:13:39.695529+0000 mon.a (mon.0) 3370 : cluster 3 Health check failed: Degraded data redundancy: 30/726 objects degraded (4.132%), 10 pgs degraded (PG_DEGRADED) 2023-12-09T02:13:40.140 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:39 smithi067 bash[79370]: audit 2023-12-09T02:13:38.730119+0000 mgr.y (mgr.25480) 829 : audit 0 from='client.25420 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:13:40.140 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:39 smithi067 bash[79370]: cluster 2023-12-09T02:13:39.342551+0000 mgr.y (mgr.25480) 830 : cluster 0 pgmap v147: 161 pgs: 10 active+undersized+degraded, 12 stale+active+clean, 18 active+undersized, 121 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 30/726 objects degraded (4.132%) 2023-12-09T02:13:40.140 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:39 smithi067 bash[79370]: cluster 2023-12-09T02:13:39.695529+0000 mon.a (mon.0) 3370 : cluster 3 Health check failed: Degraded data redundancy: 30/726 objects degraded (4.132%), 10 pgs degraded (PG_DEGRADED) 2023-12-09T02:13:40.141 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:39 smithi067 bash[82083]: audit 2023-12-09T02:13:38.730119+0000 mgr.y (mgr.25480) 829 : audit 0 from='client.25420 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:13:40.141 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:39 smithi067 bash[82083]: cluster 2023-12-09T02:13:39.342551+0000 mgr.y (mgr.25480) 830 : cluster 0 pgmap v147: 161 pgs: 10 active+undersized+degraded, 12 stale+active+clean, 18 active+undersized, 121 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 30/726 objects degraded (4.132%) 2023-12-09T02:13:40.141 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:39 smithi067 bash[82083]: cluster 2023-12-09T02:13:39.695529+0000 mon.a (mon.0) 3370 : cluster 3 Health check failed: Degraded data redundancy: 30/726 objects degraded (4.132%), 10 pgs degraded (PG_DEGRADED) 2023-12-09T02:13:41.371 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:41 smithi067 bash[79370]: audit 2023-12-09T02:13:40.043531+0000 mon.a (mon.0) 3371 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:41.371 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:41 smithi067 bash[79370]: audit 2023-12-09T02:13:40.054703+0000 mon.a (mon.0) 3372 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:41.371 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:41 smithi067 bash[79370]: cluster 2023-12-09T02:13:40.057311+0000 mgr.y (mgr.25480) 831 : cluster 0 pgmap v148: 161 pgs: 20 active+undersized+degraded, 2 stale+active+clean, 33 active+undersized, 106 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 81/726 objects degraded (11.157%) 2023-12-09T02:13:41.371 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:41 smithi067 bash[79370]: cluster 2023-12-09T02:13:40.057931+0000 mgr.y (mgr.25480) 832 : cluster 0 pgmap v149: 161 pgs: 20 active+undersized+degraded, 2 stale+active+clean, 33 active+undersized, 106 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 81/726 objects degraded (11.157%) 2023-12-09T02:13:41.371 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:41 smithi067 bash[79370]: audit 2023-12-09T02:13:40.065306+0000 mon.a (mon.0) 3373 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:41.372 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:41 smithi067 bash[82083]: audit 2023-12-09T02:13:40.043531+0000 mon.a (mon.0) 3371 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:41.372 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:41 smithi067 bash[82083]: audit 2023-12-09T02:13:40.054703+0000 mon.a (mon.0) 3372 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:41.372 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:41 smithi067 bash[82083]: cluster 2023-12-09T02:13:40.057311+0000 mgr.y (mgr.25480) 831 : cluster 0 pgmap v148: 161 pgs: 20 active+undersized+degraded, 2 stale+active+clean, 33 active+undersized, 106 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 81/726 objects degraded (11.157%) 2023-12-09T02:13:41.372 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:41 smithi067 bash[82083]: cluster 2023-12-09T02:13:40.057931+0000 mgr.y (mgr.25480) 832 : cluster 0 pgmap v149: 161 pgs: 20 active+undersized+degraded, 2 stale+active+clean, 33 active+undersized, 106 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 81/726 objects degraded (11.157%) 2023-12-09T02:13:41.372 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:41 smithi067 bash[82083]: audit 2023-12-09T02:13:40.065306+0000 mon.a (mon.0) 3373 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:41.472 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:41 smithi125 bash[66801]: audit 2023-12-09T02:13:40.043531+0000 mon.a (mon.0) 3371 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:41.472 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:41 smithi125 bash[66801]: audit 2023-12-09T02:13:40.054703+0000 mon.a (mon.0) 3372 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:41.472 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:41 smithi125 bash[66801]: cluster 2023-12-09T02:13:40.057311+0000 mgr.y (mgr.25480) 831 : cluster 0 pgmap v148: 161 pgs: 20 active+undersized+degraded, 2 stale+active+clean, 33 active+undersized, 106 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 81/726 objects degraded (11.157%) 2023-12-09T02:13:41.472 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:41 smithi125 bash[66801]: cluster 2023-12-09T02:13:40.057931+0000 mgr.y (mgr.25480) 832 : cluster 0 pgmap v149: 161 pgs: 20 active+undersized+degraded, 2 stale+active+clean, 33 active+undersized, 106 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 81/726 objects degraded (11.157%) 2023-12-09T02:13:41.473 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:41 smithi125 bash[66801]: audit 2023-12-09T02:13:40.065306+0000 mon.a (mon.0) 3373 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:41.626 INFO:journalctl@ceph.osd.3.smithi067.stdout:Dec 09 02:13:41 smithi067 systemd[1]: ceph-6db93fb0-9635-11ee-95a3-87774f69a715@osd.3.service: Succeeded. 2023-12-09T02:13:41.626 INFO:journalctl@ceph.osd.3.smithi067.stdout:Dec 09 02:13:41 smithi067 systemd[1]: Stopped Ceph osd.3 for 6db93fb0-9635-11ee-95a3-87774f69a715. 2023-12-09T02:13:41.970 INFO:journalctl@ceph.osd.3.smithi067.stdout:Dec 09 02:13:41 smithi067 systemd[1]: Started Ceph osd.3 for 6db93fb0-9635-11ee-95a3-87774f69a715. 2023-12-09T02:13:42.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:42 smithi067 bash[82083]: audit 2023-12-09T02:13:41.670314+0000 mon.a (mon.0) 3374 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:42.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:42 smithi067 bash[82083]: audit 2023-12-09T02:13:41.680706+0000 mon.a (mon.0) 3375 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:42.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:42 smithi067 bash[82083]: audit 2023-12-09T02:13:41.733705+0000 mon.a (mon.0) 3376 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:42.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:42 smithi067 bash[82083]: audit 2023-12-09T02:13:41.735610+0000 mon.a (mon.0) 3377 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:42.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:42 smithi067 bash[82083]: audit 2023-12-09T02:13:41.747193+0000 mon.a (mon.0) 3378 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:42.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:42 smithi067 bash[82083]: audit 2023-12-09T02:13:41.827672+0000 mon.a (mon.0) 3379 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:42.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:42 smithi067 bash[82083]: audit 2023-12-09T02:13:41.831362+0000 mon.a (mon.0) 3380 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:42.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:42 smithi067 bash[82083]: audit 2023-12-09T02:13:41.835918+0000 mon.a (mon.0) 3381 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:42.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:42 smithi067 bash[82083]: audit 2023-12-09T02:13:41.837428+0000 mon.a (mon.0) 3382 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:42.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:42 smithi067 bash[82083]: audit 2023-12-09T02:13:41.848672+0000 mon.a (mon.0) 3383 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:42.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:42 smithi067 bash[82083]: audit 2023-12-09T02:13:41.927411+0000 mon.a (mon.0) 3384 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:42.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:42 smithi067 bash[82083]: audit 2023-12-09T02:13:41.931162+0000 mon.a (mon.0) 3385 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:42.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:42 smithi067 bash[82083]: audit 2023-12-09T02:13:41.935127+0000 mon.a (mon.0) 3386 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:42.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:42 smithi067 bash[82083]: audit 2023-12-09T02:13:41.936809+0000 mon.a (mon.0) 3387 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:42.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:42 smithi067 bash[82083]: audit 2023-12-09T02:13:41.947239+0000 mon.a (mon.0) 3388 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:42.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:42 smithi067 bash[82083]: audit 2023-12-09T02:13:42.026018+0000 mon.a (mon.0) 3389 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:42.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:42 smithi067 bash[82083]: audit 2023-12-09T02:13:42.029558+0000 mon.a (mon.0) 3390 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:42.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:42 smithi067 bash[82083]: audit 2023-12-09T02:13:42.033722+0000 mon.a (mon.0) 3391 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:42.972 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:42 smithi067 bash[82083]: audit 2023-12-09T02:13:42.035139+0000 mon.a (mon.0) 3392 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:42.972 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:42 smithi067 bash[82083]: audit 2023-12-09T02:13:42.046385+0000 mon.a (mon.0) 3393 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:42.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:42 smithi067 bash[79370]: audit 2023-12-09T02:13:41.670314+0000 mon.a (mon.0) 3374 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:42.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:42 smithi067 bash[79370]: audit 2023-12-09T02:13:41.680706+0000 mon.a (mon.0) 3375 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:42.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:42 smithi067 bash[79370]: audit 2023-12-09T02:13:41.733705+0000 mon.a (mon.0) 3376 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:42.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:42 smithi067 bash[79370]: audit 2023-12-09T02:13:41.735610+0000 mon.a (mon.0) 3377 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:42.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:42 smithi067 bash[79370]: audit 2023-12-09T02:13:41.747193+0000 mon.a (mon.0) 3378 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:42.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:42 smithi067 bash[79370]: audit 2023-12-09T02:13:41.827672+0000 mon.a (mon.0) 3379 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:42.973 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:42 smithi067 bash[79370]: audit 2023-12-09T02:13:41.831362+0000 mon.a (mon.0) 3380 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:42.973 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:42 smithi067 bash[79370]: audit 2023-12-09T02:13:41.835918+0000 mon.a (mon.0) 3381 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:42.973 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:42 smithi067 bash[79370]: audit 2023-12-09T02:13:41.837428+0000 mon.a (mon.0) 3382 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:42.973 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:42 smithi067 bash[79370]: audit 2023-12-09T02:13:41.848672+0000 mon.a (mon.0) 3383 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:42.973 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:42 smithi067 bash[79370]: audit 2023-12-09T02:13:41.927411+0000 mon.a (mon.0) 3384 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:42.973 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:42 smithi067 bash[79370]: audit 2023-12-09T02:13:41.931162+0000 mon.a (mon.0) 3385 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:42.973 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:42 smithi067 bash[79370]: audit 2023-12-09T02:13:41.935127+0000 mon.a (mon.0) 3386 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:42.973 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:42 smithi067 bash[79370]: audit 2023-12-09T02:13:41.936809+0000 mon.a (mon.0) 3387 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:42.973 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:42 smithi067 bash[79370]: audit 2023-12-09T02:13:41.947239+0000 mon.a (mon.0) 3388 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:42.973 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:42 smithi067 bash[79370]: audit 2023-12-09T02:13:42.026018+0000 mon.a (mon.0) 3389 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:42.973 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:42 smithi067 bash[79370]: audit 2023-12-09T02:13:42.029558+0000 mon.a (mon.0) 3390 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:42.973 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:42 smithi067 bash[79370]: audit 2023-12-09T02:13:42.033722+0000 mon.a (mon.0) 3391 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:42.973 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:42 smithi067 bash[79370]: audit 2023-12-09T02:13:42.035139+0000 mon.a (mon.0) 3392 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:42.973 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:42 smithi067 bash[79370]: audit 2023-12-09T02:13:42.046385+0000 mon.a (mon.0) 3393 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:42.974 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:42 smithi067 bash[82083]: audit 2023-12-09T02:13:42.129664+0000 mon.a (mon.0) 3394 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:42.974 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:42 smithi067 bash[82083]: audit 2023-12-09T02:13:42.133225+0000 mon.a (mon.0) 3395 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:42.974 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:42 smithi067 bash[82083]: audit 2023-12-09T02:13:42.136297+0000 mon.a (mon.0) 3396 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:42.974 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:42 smithi067 bash[82083]: audit 2023-12-09T02:13:42.137570+0000 mon.a (mon.0) 3397 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:42.974 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:42 smithi067 bash[82083]: audit 2023-12-09T02:13:42.147646+0000 mon.a (mon.0) 3398 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:42.974 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:42 smithi067 bash[82083]: audit 2023-12-09T02:13:42.226264+0000 mon.a (mon.0) 3399 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:42.974 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:42 smithi067 bash[82083]: audit 2023-12-09T02:13:42.231433+0000 mon.a (mon.0) 3400 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:42.974 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:42 smithi067 bash[82083]: audit 2023-12-09T02:13:42.235664+0000 mon.a (mon.0) 3401 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:42.974 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:42 smithi067 bash[82083]: audit 2023-12-09T02:13:42.237096+0000 mon.a (mon.0) 3402 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:42.975 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:42 smithi067 bash[82083]: audit 2023-12-09T02:13:42.244693+0000 mon.a (mon.0) 3403 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:42.975 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:42 smithi067 bash[82083]: audit 2023-12-09T02:13:42.326031+0000 mon.a (mon.0) 3404 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:42.975 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:42 smithi067 bash[82083]: audit 2023-12-09T02:13:42.329414+0000 mon.a (mon.0) 3405 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:42.975 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:42 smithi067 bash[82083]: audit 2023-12-09T02:13:42.333093+0000 mon.a (mon.0) 3406 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:42.975 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:42 smithi067 bash[82083]: audit 2023-12-09T02:13:42.334861+0000 mon.a (mon.0) 3407 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:42.975 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:42 smithi067 bash[82083]: audit 2023-12-09T02:13:42.342785+0000 mon.a (mon.0) 3408 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:42.975 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:42 smithi067 bash[82083]: audit 2023-12-09T02:13:42.422545+0000 mon.a (mon.0) 3409 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:42.975 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:42 smithi067 bash[82083]: audit 2023-12-09T02:13:42.424596+0000 mon.a (mon.0) 3410 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:42.975 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:42 smithi067 bash[82083]: audit 2023-12-09T02:13:42.426917+0000 mon.a (mon.0) 3411 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:42.975 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:42 smithi067 bash[82083]: audit 2023-12-09T02:13:42.427764+0000 mon.a (mon.0) 3412 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:42.975 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:42 smithi067 bash[79370]: audit 2023-12-09T02:13:42.129664+0000 mon.a (mon.0) 3394 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:42.976 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:42 smithi067 bash[79370]: audit 2023-12-09T02:13:42.133225+0000 mon.a (mon.0) 3395 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:42.976 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:42 smithi067 bash[79370]: audit 2023-12-09T02:13:42.136297+0000 mon.a (mon.0) 3396 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:42.976 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:42 smithi067 bash[79370]: audit 2023-12-09T02:13:42.137570+0000 mon.a (mon.0) 3397 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:42.976 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:42 smithi067 bash[79370]: audit 2023-12-09T02:13:42.147646+0000 mon.a (mon.0) 3398 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:42.976 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:42 smithi067 bash[79370]: audit 2023-12-09T02:13:42.226264+0000 mon.a (mon.0) 3399 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:42.976 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:42 smithi067 bash[79370]: audit 2023-12-09T02:13:42.231433+0000 mon.a (mon.0) 3400 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:42.976 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:42 smithi067 bash[79370]: audit 2023-12-09T02:13:42.235664+0000 mon.a (mon.0) 3401 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:42.976 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:42 smithi067 bash[79370]: audit 2023-12-09T02:13:42.237096+0000 mon.a (mon.0) 3402 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:42.976 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:42 smithi067 bash[79370]: audit 2023-12-09T02:13:42.244693+0000 mon.a (mon.0) 3403 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:42.976 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:42 smithi067 bash[79370]: audit 2023-12-09T02:13:42.326031+0000 mon.a (mon.0) 3404 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:42.976 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:42 smithi067 bash[79370]: audit 2023-12-09T02:13:42.329414+0000 mon.a (mon.0) 3405 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:42.976 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:42 smithi067 bash[79370]: audit 2023-12-09T02:13:42.333093+0000 mon.a (mon.0) 3406 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:42.976 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:42 smithi067 bash[79370]: audit 2023-12-09T02:13:42.334861+0000 mon.a (mon.0) 3407 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:42.976 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:42 smithi067 bash[79370]: audit 2023-12-09T02:13:42.342785+0000 mon.a (mon.0) 3408 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:42.977 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:42 smithi067 bash[79370]: audit 2023-12-09T02:13:42.422545+0000 mon.a (mon.0) 3409 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:42.977 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:42 smithi067 bash[79370]: audit 2023-12-09T02:13:42.424596+0000 mon.a (mon.0) 3410 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:42.977 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:42 smithi067 bash[79370]: audit 2023-12-09T02:13:42.426917+0000 mon.a (mon.0) 3411 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:42.977 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:42 smithi067 bash[79370]: audit 2023-12-09T02:13:42.427764+0000 mon.a (mon.0) 3412 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:42.977 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:42 smithi067 bash[82083]: audit 2023-12-09T02:13:42.434533+0000 mon.a (mon.0) 3413 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:42.977 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:42 smithi067 bash[82083]: audit 2023-12-09T02:13:42.517148+0000 mon.a (mon.0) 3414 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:42.977 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:42 smithi067 bash[82083]: audit 2023-12-09T02:13:42.519834+0000 mon.a (mon.0) 3415 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:42.977 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:42 smithi067 bash[82083]: audit 2023-12-09T02:13:42.523580+0000 mon.a (mon.0) 3416 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:42.977 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:42 smithi067 bash[82083]: audit 2023-12-09T02:13:42.524810+0000 mon.a (mon.0) 3417 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:42.977 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:42 smithi067 bash[82083]: audit 2023-12-09T02:13:42.535869+0000 mon.a (mon.0) 3418 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:42.978 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:42 smithi067 bash[82083]: audit 2023-12-09T02:13:42.619894+0000 mon.a (mon.0) 3419 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:42.978 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:42 smithi067 bash[82083]: audit 2023-12-09T02:13:42.622677+0000 mon.a (mon.0) 3420 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:42.978 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:42 smithi067 bash[82083]: audit 2023-12-09T02:13:42.625736+0000 mon.a (mon.0) 3421 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:42.978 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:42 smithi067 bash[82083]: audit 2023-12-09T02:13:42.627378+0000 mon.a (mon.0) 3422 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:42.978 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:42 smithi067 bash[82083]: audit 2023-12-09T02:13:42.637821+0000 mon.a (mon.0) 3423 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:42.978 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:42 smithi067 bash[82083]: audit 2023-12-09T02:13:42.645148+0000 mon.a (mon.0) 3424 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:42.978 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:42 smithi067 bash[82083]: audit 2023-12-09T02:13:42.649055+0000 mon.a (mon.0) 3425 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:13:42.978 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:42 smithi067 bash[79370]: audit 2023-12-09T02:13:42.434533+0000 mon.a (mon.0) 3413 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:42.978 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:42 smithi067 bash[79370]: audit 2023-12-09T02:13:42.517148+0000 mon.a (mon.0) 3414 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:42.978 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:42 smithi067 bash[79370]: audit 2023-12-09T02:13:42.519834+0000 mon.a (mon.0) 3415 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:42.978 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:42 smithi067 bash[79370]: audit 2023-12-09T02:13:42.523580+0000 mon.a (mon.0) 3416 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:42.978 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:42 smithi067 bash[79370]: audit 2023-12-09T02:13:42.524810+0000 mon.a (mon.0) 3417 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:42.979 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:42 smithi067 bash[79370]: audit 2023-12-09T02:13:42.535869+0000 mon.a (mon.0) 3418 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:42.979 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:42 smithi067 bash[79370]: audit 2023-12-09T02:13:42.619894+0000 mon.a (mon.0) 3419 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:42.979 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:42 smithi067 bash[79370]: audit 2023-12-09T02:13:42.622677+0000 mon.a (mon.0) 3420 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:42.979 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:42 smithi067 bash[79370]: audit 2023-12-09T02:13:42.625736+0000 mon.a (mon.0) 3421 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:42.979 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:42 smithi067 bash[79370]: audit 2023-12-09T02:13:42.627378+0000 mon.a (mon.0) 3422 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:42.979 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:42 smithi067 bash[79370]: audit 2023-12-09T02:13:42.637821+0000 mon.a (mon.0) 3423 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:42.979 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:42 smithi067 bash[79370]: audit 2023-12-09T02:13:42.645148+0000 mon.a (mon.0) 3424 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:42.979 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:42 smithi067 bash[79370]: audit 2023-12-09T02:13:42.649055+0000 mon.a (mon.0) 3425 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:13:42.980 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:42 smithi125 bash[66801]: audit 2023-12-09T02:13:41.670314+0000 mon.a (mon.0) 3374 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:42.980 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:42 smithi125 bash[66801]: audit 2023-12-09T02:13:41.680706+0000 mon.a (mon.0) 3375 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:42.980 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:42 smithi125 bash[66801]: audit 2023-12-09T02:13:41.733705+0000 mon.a (mon.0) 3376 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:42.980 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:42 smithi125 bash[66801]: audit 2023-12-09T02:13:41.735610+0000 mon.a (mon.0) 3377 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:42.980 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:42 smithi125 bash[66801]: audit 2023-12-09T02:13:41.747193+0000 mon.a (mon.0) 3378 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:42.980 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:42 smithi125 bash[66801]: audit 2023-12-09T02:13:41.827672+0000 mon.a (mon.0) 3379 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:42.980 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:42 smithi125 bash[66801]: audit 2023-12-09T02:13:41.831362+0000 mon.a (mon.0) 3380 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:42.980 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:42 smithi125 bash[66801]: audit 2023-12-09T02:13:41.835918+0000 mon.a (mon.0) 3381 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:42.980 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:42 smithi125 bash[66801]: audit 2023-12-09T02:13:41.837428+0000 mon.a (mon.0) 3382 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:42.980 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:42 smithi125 bash[66801]: audit 2023-12-09T02:13:41.848672+0000 mon.a (mon.0) 3383 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:42.981 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:42 smithi125 bash[66801]: audit 2023-12-09T02:13:41.927411+0000 mon.a (mon.0) 3384 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:42.981 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:42 smithi125 bash[66801]: audit 2023-12-09T02:13:41.931162+0000 mon.a (mon.0) 3385 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:42.981 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:42 smithi125 bash[66801]: audit 2023-12-09T02:13:41.935127+0000 mon.a (mon.0) 3386 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:42.981 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:42 smithi125 bash[66801]: audit 2023-12-09T02:13:41.936809+0000 mon.a (mon.0) 3387 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:42.981 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:42 smithi125 bash[66801]: audit 2023-12-09T02:13:41.947239+0000 mon.a (mon.0) 3388 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:42.981 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:42 smithi125 bash[66801]: audit 2023-12-09T02:13:42.026018+0000 mon.a (mon.0) 3389 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:42.981 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:42 smithi125 bash[66801]: audit 2023-12-09T02:13:42.029558+0000 mon.a (mon.0) 3390 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:42.981 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:42 smithi125 bash[66801]: audit 2023-12-09T02:13:42.033722+0000 mon.a (mon.0) 3391 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:42.981 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:42 smithi125 bash[66801]: audit 2023-12-09T02:13:42.035139+0000 mon.a (mon.0) 3392 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:42.981 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:42 smithi125 bash[66801]: audit 2023-12-09T02:13:42.046385+0000 mon.a (mon.0) 3393 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:42.981 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:42 smithi125 bash[66801]: audit 2023-12-09T02:13:42.129664+0000 mon.a (mon.0) 3394 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:42.981 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:42 smithi125 bash[66801]: audit 2023-12-09T02:13:42.133225+0000 mon.a (mon.0) 3395 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:42.981 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:42 smithi125 bash[66801]: audit 2023-12-09T02:13:42.136297+0000 mon.a (mon.0) 3396 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:42.981 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:42 smithi125 bash[66801]: audit 2023-12-09T02:13:42.137570+0000 mon.a (mon.0) 3397 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:42.981 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:42 smithi125 bash[66801]: audit 2023-12-09T02:13:42.147646+0000 mon.a (mon.0) 3398 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:42.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:42 smithi125 bash[66801]: audit 2023-12-09T02:13:42.226264+0000 mon.a (mon.0) 3399 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:42.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:42 smithi125 bash[66801]: audit 2023-12-09T02:13:42.231433+0000 mon.a (mon.0) 3400 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:42.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:42 smithi125 bash[66801]: audit 2023-12-09T02:13:42.235664+0000 mon.a (mon.0) 3401 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:42.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:42 smithi125 bash[66801]: audit 2023-12-09T02:13:42.237096+0000 mon.a (mon.0) 3402 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:42.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:42 smithi125 bash[66801]: audit 2023-12-09T02:13:42.244693+0000 mon.a (mon.0) 3403 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:42.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:42 smithi125 bash[66801]: audit 2023-12-09T02:13:42.326031+0000 mon.a (mon.0) 3404 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:42.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:42 smithi125 bash[66801]: audit 2023-12-09T02:13:42.329414+0000 mon.a (mon.0) 3405 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:42.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:42 smithi125 bash[66801]: audit 2023-12-09T02:13:42.333093+0000 mon.a (mon.0) 3406 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:42.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:42 smithi125 bash[66801]: audit 2023-12-09T02:13:42.334861+0000 mon.a (mon.0) 3407 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:42.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:42 smithi125 bash[66801]: audit 2023-12-09T02:13:42.342785+0000 mon.a (mon.0) 3408 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:42.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:42 smithi125 bash[66801]: audit 2023-12-09T02:13:42.422545+0000 mon.a (mon.0) 3409 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:42.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:42 smithi125 bash[66801]: audit 2023-12-09T02:13:42.424596+0000 mon.a (mon.0) 3410 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:42.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:42 smithi125 bash[66801]: audit 2023-12-09T02:13:42.426917+0000 mon.a (mon.0) 3411 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:42.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:42 smithi125 bash[66801]: audit 2023-12-09T02:13:42.427764+0000 mon.a (mon.0) 3412 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:42.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:42 smithi125 bash[66801]: audit 2023-12-09T02:13:42.434533+0000 mon.a (mon.0) 3413 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:42.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:42 smithi125 bash[66801]: audit 2023-12-09T02:13:42.517148+0000 mon.a (mon.0) 3414 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:42.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:42 smithi125 bash[66801]: audit 2023-12-09T02:13:42.519834+0000 mon.a (mon.0) 3415 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:42.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:42 smithi125 bash[66801]: audit 2023-12-09T02:13:42.523580+0000 mon.a (mon.0) 3416 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:42.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:42 smithi125 bash[66801]: audit 2023-12-09T02:13:42.524810+0000 mon.a (mon.0) 3417 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:42.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:42 smithi125 bash[66801]: audit 2023-12-09T02:13:42.535869+0000 mon.a (mon.0) 3418 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:42.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:42 smithi125 bash[66801]: audit 2023-12-09T02:13:42.619894+0000 mon.a (mon.0) 3419 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:42.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:42 smithi125 bash[66801]: audit 2023-12-09T02:13:42.622677+0000 mon.a (mon.0) 3420 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:42.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:42 smithi125 bash[66801]: audit 2023-12-09T02:13:42.625736+0000 mon.a (mon.0) 3421 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:42.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:42 smithi125 bash[66801]: audit 2023-12-09T02:13:42.627378+0000 mon.a (mon.0) 3422 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:42.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:42 smithi125 bash[66801]: audit 2023-12-09T02:13:42.637821+0000 mon.a (mon.0) 3423 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:42.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:42 smithi125 bash[66801]: audit 2023-12-09T02:13:42.645148+0000 mon.a (mon.0) 3424 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:42.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:42 smithi125 bash[66801]: audit 2023-12-09T02:13:42.649055+0000 mon.a (mon.0) 3425 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:13:43.938 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:13:43 smithi067 bash[75618]: ::ffff:172.21.15.125 - - [09/Dec/2023:02:13:43] "GET /metrics HTTP/1.1" 200 38494 "" "Prometheus/2.33.4" 2023-12-09T02:13:43.938 INFO:journalctl@ceph.osd.3.smithi067.stdout:Dec 09 02:13:43 smithi067 bash[96363]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-3 2023-12-09T02:13:43.938 INFO:journalctl@ceph.osd.3.smithi067.stdout:Dec 09 02:13:43 smithi067 bash[96363]: 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-09T02:13:43.939 INFO:journalctl@ceph.osd.3.smithi067.stdout:Dec 09 02:13:43 smithi067 bash[96363]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_1 2023-12-09T02:13:43.939 INFO:journalctl@ceph.osd.3.smithi067.stdout:Dec 09 02:13:43 smithi067 bash[96363]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-0 2023-12-09T02:13:43.939 INFO:journalctl@ceph.osd.3.smithi067.stdout:Dec 09 02:13:43 smithi067 bash[96363]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_1 /var/lib/ceph/osd/ceph-3/block 2023-12-09T02:13:43.939 INFO:journalctl@ceph.osd.3.smithi067.stdout:Dec 09 02:13:43 smithi067 bash[96363]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-3 2023-12-09T02:13:43.939 INFO:journalctl@ceph.osd.3.smithi067.stdout:Dec 09 02:13:43 smithi067 bash[96363]: --> ceph-volume raw activate successful for osd ID: 3 2023-12-09T02:13:43.939 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:43 smithi067 bash[79370]: cluster 2023-12-09T02:13:41.739550+0000 mgr.y (mgr.25480) 833 : cluster 0 pgmap v150: 161 pgs: 21 active+undersized+degraded, 41 active+undersized, 99 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2023-12-09T02:13:43.940 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:43 smithi067 bash[79370]: cephadm 2023-12-09T02:13:41.747889+0000 mgr.y (mgr.25480) 834 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:43.940 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:43 smithi067 bash[79370]: cephadm 2023-12-09T02:13:41.849478+0000 mgr.y (mgr.25480) 835 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:43.940 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:43 smithi067 bash[79370]: cephadm 2023-12-09T02:13:41.947818+0000 mgr.y (mgr.25480) 836 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:43.940 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:43 smithi067 bash[79370]: cephadm 2023-12-09T02:13:42.047373+0000 mgr.y (mgr.25480) 837 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:43.940 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:43 smithi067 bash[79370]: cephadm 2023-12-09T02:13:42.148231+0000 mgr.y (mgr.25480) 838 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:43.940 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:43 smithi067 bash[79370]: cephadm 2023-12-09T02:13:42.245237+0000 mgr.y (mgr.25480) 839 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:43.940 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:43 smithi067 bash[79370]: cephadm 2023-12-09T02:13:42.343338+0000 mgr.y (mgr.25480) 840 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:43.940 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:43 smithi067 bash[79370]: cephadm 2023-12-09T02:13:42.435106+0000 mgr.y (mgr.25480) 841 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:43.940 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:43 smithi067 bash[79370]: cephadm 2023-12-09T02:13:42.536575+0000 mgr.y (mgr.25480) 842 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:43.940 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:43 smithi067 bash[79370]: cephadm 2023-12-09T02:13:42.638424+0000 mgr.y (mgr.25480) 843 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:43.940 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:43 smithi067 bash[79370]: cluster 2023-12-09T02:13:42.679797+0000 mon.a (mon.0) 3426 : cluster 1 Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2023-12-09T02:13:43.940 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:43 smithi067 bash[79370]: audit 2023-12-09T02:13:42.760700+0000 mon.a (mon.0) 3427 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:43.940 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:43 smithi067 bash[79370]: audit 2023-12-09T02:13:42.763063+0000 mon.a (mon.0) 3428 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:43.940 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:43 smithi067 bash[79370]: audit 2023-12-09T02:13:42.767137+0000 mon.a (mon.0) 3429 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:43.940 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:43 smithi067 bash[79370]: audit 2023-12-09T02:13:42.768196+0000 mon.a (mon.0) 3430 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:43.941 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:43 smithi067 bash[79370]: audit 2023-12-09T02:13:42.777167+0000 mon.a (mon.0) 3431 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:43.941 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:43 smithi067 bash[79370]: audit 2023-12-09T02:13:42.857133+0000 mon.a (mon.0) 3432 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:43.941 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:43 smithi067 bash[79370]: audit 2023-12-09T02:13:42.859792+0000 mon.a (mon.0) 3433 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:43.941 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:43 smithi067 bash[79370]: audit 2023-12-09T02:13:42.863239+0000 mon.a (mon.0) 3434 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:43.941 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:43 smithi067 bash[79370]: audit 2023-12-09T02:13:42.864160+0000 mon.a (mon.0) 3435 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:43.941 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:43 smithi067 bash[79370]: audit 2023-12-09T02:13:42.872763+0000 mon.a (mon.0) 3436 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:43.941 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:43 smithi067 bash[79370]: audit 2023-12-09T02:13:42.953785+0000 mon.a (mon.0) 3437 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:43.941 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:43 smithi067 bash[79370]: audit 2023-12-09T02:13:42.956749+0000 mon.a (mon.0) 3438 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:43.941 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:43 smithi067 bash[79370]: audit 2023-12-09T02:13:42.959787+0000 mon.a (mon.0) 3439 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:43.941 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:43 smithi067 bash[79370]: audit 2023-12-09T02:13:42.960849+0000 mon.a (mon.0) 3440 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:43.941 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:43 smithi067 bash[79370]: audit 2023-12-09T02:13:42.970189+0000 mon.a (mon.0) 3441 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:43.941 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:43 smithi067 bash[79370]: audit 2023-12-09T02:13:43.050521+0000 mon.a (mon.0) 3442 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:43.941 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:43 smithi067 bash[79370]: audit 2023-12-09T02:13:43.053040+0000 mon.a (mon.0) 3443 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:43.941 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:43 smithi067 bash[79370]: audit 2023-12-09T02:13:43.056213+0000 mon.a (mon.0) 3444 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:43.941 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:43 smithi067 bash[79370]: audit 2023-12-09T02:13:43.057337+0000 mon.a (mon.0) 3445 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:43.941 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:43 smithi067 bash[79370]: audit 2023-12-09T02:13:43.067499+0000 mon.a (mon.0) 3446 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:43.942 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:43 smithi067 bash[79370]: audit 2023-12-09T02:13:43.151334+0000 mon.a (mon.0) 3447 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:43.942 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:43 smithi067 bash[79370]: audit 2023-12-09T02:13:43.153997+0000 mon.a (mon.0) 3448 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:43.942 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:43 smithi067 bash[79370]: audit 2023-12-09T02:13:43.156501+0000 mon.a (mon.0) 3449 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:43.942 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:43 smithi067 bash[79370]: audit 2023-12-09T02:13:43.157454+0000 mon.a (mon.0) 3450 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:43.942 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:43 smithi067 bash[79370]: audit 2023-12-09T02:13:43.167217+0000 mon.a (mon.0) 3451 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:43.942 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:43 smithi067 bash[79370]: audit 2023-12-09T02:13:43.243682+0000 mon.a (mon.0) 3452 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:43.942 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:43 smithi067 bash[79370]: audit 2023-12-09T02:13:43.246278+0000 mon.a (mon.0) 3453 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:43.942 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:43 smithi067 bash[79370]: audit 2023-12-09T02:13:43.248941+0000 mon.a (mon.0) 3454 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:43.942 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:43 smithi067 bash[79370]: audit 2023-12-09T02:13:43.249946+0000 mon.a (mon.0) 3455 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:43.942 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:43 smithi067 bash[79370]: audit 2023-12-09T02:13:43.258293+0000 mon.a (mon.0) 3456 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:43.942 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:43 smithi067 bash[79370]: audit 2023-12-09T02:13:43.336450+0000 mon.a (mon.0) 3457 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:43.942 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:43 smithi067 bash[79370]: audit 2023-12-09T02:13:43.339840+0000 mon.a (mon.0) 3458 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:43.942 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:43 smithi067 bash[79370]: audit 2023-12-09T02:13:43.342657+0000 mon.a (mon.0) 3459 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:43.942 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:43 smithi067 bash[79370]: audit 2023-12-09T02:13:43.343647+0000 mon.a (mon.0) 3460 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:43.943 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:43 smithi067 bash[79370]: audit 2023-12-09T02:13:43.352577+0000 mon.a (mon.0) 3461 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:43.943 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:43 smithi067 bash[79370]: audit 2023-12-09T02:13:43.432703+0000 mon.a (mon.0) 3462 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:43.943 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:43 smithi067 bash[79370]: audit 2023-12-09T02:13:43.435935+0000 mon.a (mon.0) 3463 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:43.943 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:43 smithi067 bash[79370]: audit 2023-12-09T02:13:43.439522+0000 mon.a (mon.0) 3464 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:43.943 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:43 smithi067 bash[79370]: audit 2023-12-09T02:13:43.440725+0000 mon.a (mon.0) 3465 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:43.943 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:43 smithi067 bash[79370]: audit 2023-12-09T02:13:43.448125+0000 mon.a (mon.0) 3466 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:43.943 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:43 smithi067 bash[79370]: audit 2023-12-09T02:13:43.527542+0000 mon.a (mon.0) 3467 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:43.943 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:43 smithi067 bash[79370]: audit 2023-12-09T02:13:43.532005+0000 mon.a (mon.0) 3468 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:43.943 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:43 smithi067 bash[79370]: audit 2023-12-09T02:13:43.534804+0000 mon.a (mon.0) 3469 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:43.943 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:43 smithi067 bash[79370]: audit 2023-12-09T02:13:43.535691+0000 mon.a (mon.0) 3470 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:43.943 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:43 smithi067 bash[79370]: audit 2023-12-09T02:13:43.543487+0000 mon.a (mon.0) 3471 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:43.943 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:43 smithi067 bash[79370]: audit 2023-12-09T02:13:43.622088+0000 mon.a (mon.0) 3472 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:43.943 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:43 smithi067 bash[79370]: audit 2023-12-09T02:13:43.624787+0000 mon.a (mon.0) 3473 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:43.943 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:43 smithi067 bash[79370]: audit 2023-12-09T02:13:43.627582+0000 mon.a (mon.0) 3474 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:43.943 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:43 smithi067 bash[79370]: audit 2023-12-09T02:13:43.628650+0000 mon.a (mon.0) 3475 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:43.943 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:43 smithi067 bash[79370]: audit 2023-12-09T02:13:43.635311+0000 mon.a (mon.0) 3476 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:43.944 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:43 smithi067 bash[82083]: cluster 2023-12-09T02:13:41.739550+0000 mgr.y (mgr.25480) 833 : cluster 0 pgmap v150: 161 pgs: 21 active+undersized+degraded, 41 active+undersized, 99 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2023-12-09T02:13:43.944 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:43 smithi067 bash[82083]: cephadm 2023-12-09T02:13:41.747889+0000 mgr.y (mgr.25480) 834 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:43.944 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:43 smithi067 bash[82083]: cephadm 2023-12-09T02:13:41.849478+0000 mgr.y (mgr.25480) 835 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:43.944 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:43 smithi067 bash[82083]: cephadm 2023-12-09T02:13:41.947818+0000 mgr.y (mgr.25480) 836 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:43.944 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:43 smithi067 bash[82083]: cephadm 2023-12-09T02:13:42.047373+0000 mgr.y (mgr.25480) 837 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:43.944 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:43 smithi067 bash[82083]: cephadm 2023-12-09T02:13:42.148231+0000 mgr.y (mgr.25480) 838 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:43.945 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:43 smithi067 bash[82083]: cephadm 2023-12-09T02:13:42.245237+0000 mgr.y (mgr.25480) 839 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:43.945 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:43 smithi067 bash[82083]: cephadm 2023-12-09T02:13:42.343338+0000 mgr.y (mgr.25480) 840 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:43.945 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:43 smithi067 bash[82083]: cephadm 2023-12-09T02:13:42.435106+0000 mgr.y (mgr.25480) 841 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:43.945 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:43 smithi067 bash[82083]: cephadm 2023-12-09T02:13:42.536575+0000 mgr.y (mgr.25480) 842 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:43.945 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:43 smithi067 bash[82083]: cephadm 2023-12-09T02:13:42.638424+0000 mgr.y (mgr.25480) 843 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:43.945 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:43 smithi067 bash[82083]: cluster 2023-12-09T02:13:42.679797+0000 mon.a (mon.0) 3426 : cluster 1 Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2023-12-09T02:13:43.945 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:43 smithi067 bash[82083]: audit 2023-12-09T02:13:42.760700+0000 mon.a (mon.0) 3427 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:43.945 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:43 smithi067 bash[82083]: audit 2023-12-09T02:13:42.763063+0000 mon.a (mon.0) 3428 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:43.945 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:43 smithi067 bash[82083]: audit 2023-12-09T02:13:42.767137+0000 mon.a (mon.0) 3429 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:43.945 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:43 smithi067 bash[82083]: audit 2023-12-09T02:13:42.768196+0000 mon.a (mon.0) 3430 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:43.945 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:43 smithi067 bash[82083]: audit 2023-12-09T02:13:42.777167+0000 mon.a (mon.0) 3431 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:43.945 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:43 smithi067 bash[82083]: audit 2023-12-09T02:13:42.857133+0000 mon.a (mon.0) 3432 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:43.945 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:43 smithi067 bash[82083]: audit 2023-12-09T02:13:42.859792+0000 mon.a (mon.0) 3433 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:43.945 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:43 smithi067 bash[82083]: audit 2023-12-09T02:13:42.863239+0000 mon.a (mon.0) 3434 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:43.945 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:43 smithi067 bash[82083]: audit 2023-12-09T02:13:42.864160+0000 mon.a (mon.0) 3435 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:43.946 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:43 smithi067 bash[82083]: audit 2023-12-09T02:13:42.872763+0000 mon.a (mon.0) 3436 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:43.946 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:43 smithi067 bash[82083]: audit 2023-12-09T02:13:42.953785+0000 mon.a (mon.0) 3437 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:43.946 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:43 smithi067 bash[82083]: audit 2023-12-09T02:13:42.956749+0000 mon.a (mon.0) 3438 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:43.946 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:43 smithi067 bash[82083]: audit 2023-12-09T02:13:42.959787+0000 mon.a (mon.0) 3439 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:43.946 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:43 smithi067 bash[82083]: audit 2023-12-09T02:13:42.960849+0000 mon.a (mon.0) 3440 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:43.946 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:43 smithi067 bash[82083]: audit 2023-12-09T02:13:42.970189+0000 mon.a (mon.0) 3441 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:43.946 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:43 smithi067 bash[82083]: audit 2023-12-09T02:13:43.050521+0000 mon.a (mon.0) 3442 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:43.946 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:43 smithi067 bash[82083]: audit 2023-12-09T02:13:43.053040+0000 mon.a (mon.0) 3443 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:43.946 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:43 smithi067 bash[82083]: audit 2023-12-09T02:13:43.056213+0000 mon.a (mon.0) 3444 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:43.946 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:43 smithi067 bash[82083]: audit 2023-12-09T02:13:43.057337+0000 mon.a (mon.0) 3445 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:43.946 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:43 smithi067 bash[82083]: audit 2023-12-09T02:13:43.067499+0000 mon.a (mon.0) 3446 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:43.946 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:43 smithi067 bash[82083]: audit 2023-12-09T02:13:43.151334+0000 mon.a (mon.0) 3447 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:43.946 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:43 smithi067 bash[82083]: audit 2023-12-09T02:13:43.153997+0000 mon.a (mon.0) 3448 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:43.947 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:43 smithi067 bash[82083]: audit 2023-12-09T02:13:43.156501+0000 mon.a (mon.0) 3449 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:43.947 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:43 smithi067 bash[82083]: audit 2023-12-09T02:13:43.157454+0000 mon.a (mon.0) 3450 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:43.947 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:43 smithi067 bash[82083]: audit 2023-12-09T02:13:43.167217+0000 mon.a (mon.0) 3451 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:43.947 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:43 smithi067 bash[82083]: audit 2023-12-09T02:13:43.243682+0000 mon.a (mon.0) 3452 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:43.947 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:43 smithi067 bash[82083]: audit 2023-12-09T02:13:43.246278+0000 mon.a (mon.0) 3453 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:43.947 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:43 smithi067 bash[82083]: audit 2023-12-09T02:13:43.248941+0000 mon.a (mon.0) 3454 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:43.947 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:43 smithi067 bash[82083]: audit 2023-12-09T02:13:43.249946+0000 mon.a (mon.0) 3455 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:43.947 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:43 smithi067 bash[82083]: audit 2023-12-09T02:13:43.258293+0000 mon.a (mon.0) 3456 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:43.947 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:43 smithi067 bash[82083]: audit 2023-12-09T02:13:43.336450+0000 mon.a (mon.0) 3457 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:43.947 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:43 smithi067 bash[82083]: audit 2023-12-09T02:13:43.339840+0000 mon.a (mon.0) 3458 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:43.947 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:43 smithi067 bash[82083]: audit 2023-12-09T02:13:43.342657+0000 mon.a (mon.0) 3459 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:43.947 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:43 smithi067 bash[82083]: audit 2023-12-09T02:13:43.343647+0000 mon.a (mon.0) 3460 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:43.947 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:43 smithi067 bash[82083]: audit 2023-12-09T02:13:43.352577+0000 mon.a (mon.0) 3461 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:43.947 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:43 smithi067 bash[82083]: audit 2023-12-09T02:13:43.432703+0000 mon.a (mon.0) 3462 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:43.948 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:43 smithi067 bash[82083]: audit 2023-12-09T02:13:43.435935+0000 mon.a (mon.0) 3463 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:43.948 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:43 smithi067 bash[82083]: audit 2023-12-09T02:13:43.439522+0000 mon.a (mon.0) 3464 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:43.948 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:43 smithi067 bash[82083]: audit 2023-12-09T02:13:43.440725+0000 mon.a (mon.0) 3465 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:43.948 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:43 smithi067 bash[82083]: audit 2023-12-09T02:13:43.448125+0000 mon.a (mon.0) 3466 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:43.948 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:43 smithi067 bash[82083]: audit 2023-12-09T02:13:43.527542+0000 mon.a (mon.0) 3467 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:43.948 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:43 smithi067 bash[82083]: audit 2023-12-09T02:13:43.532005+0000 mon.a (mon.0) 3468 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:43.948 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:43 smithi067 bash[82083]: audit 2023-12-09T02:13:43.534804+0000 mon.a (mon.0) 3469 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:43.948 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:43 smithi067 bash[82083]: audit 2023-12-09T02:13:43.535691+0000 mon.a (mon.0) 3470 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:43.948 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:43 smithi067 bash[82083]: audit 2023-12-09T02:13:43.543487+0000 mon.a (mon.0) 3471 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:43.948 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:43 smithi067 bash[82083]: audit 2023-12-09T02:13:43.622088+0000 mon.a (mon.0) 3472 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:43.948 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:43 smithi067 bash[82083]: audit 2023-12-09T02:13:43.624787+0000 mon.a (mon.0) 3473 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:43.948 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:43 smithi067 bash[82083]: audit 2023-12-09T02:13:43.627582+0000 mon.a (mon.0) 3474 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:43.948 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:43 smithi067 bash[82083]: audit 2023-12-09T02:13:43.628650+0000 mon.a (mon.0) 3475 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:43.948 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:43 smithi067 bash[82083]: audit 2023-12-09T02:13:43.635311+0000 mon.a (mon.0) 3476 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:43.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:43 smithi125 bash[66801]: cluster 2023-12-09T02:13:41.739550+0000 mgr.y (mgr.25480) 833 : cluster 0 pgmap v150: 161 pgs: 21 active+undersized+degraded, 41 active+undersized, 99 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2023-12-09T02:13:43.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:43 smithi125 bash[66801]: cephadm 2023-12-09T02:13:41.747889+0000 mgr.y (mgr.25480) 834 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:43.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:43 smithi125 bash[66801]: cephadm 2023-12-09T02:13:41.849478+0000 mgr.y (mgr.25480) 835 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:43.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:43 smithi125 bash[66801]: cephadm 2023-12-09T02:13:41.947818+0000 mgr.y (mgr.25480) 836 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:43.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:43 smithi125 bash[66801]: cephadm 2023-12-09T02:13:42.047373+0000 mgr.y (mgr.25480) 837 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:43.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:43 smithi125 bash[66801]: cephadm 2023-12-09T02:13:42.148231+0000 mgr.y (mgr.25480) 838 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:43.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:43 smithi125 bash[66801]: cephadm 2023-12-09T02:13:42.245237+0000 mgr.y (mgr.25480) 839 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:43.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:43 smithi125 bash[66801]: cephadm 2023-12-09T02:13:42.343338+0000 mgr.y (mgr.25480) 840 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:43.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:43 smithi125 bash[66801]: cephadm 2023-12-09T02:13:42.435106+0000 mgr.y (mgr.25480) 841 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:43.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:43 smithi125 bash[66801]: cephadm 2023-12-09T02:13:42.536575+0000 mgr.y (mgr.25480) 842 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:43.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:43 smithi125 bash[66801]: cephadm 2023-12-09T02:13:42.638424+0000 mgr.y (mgr.25480) 843 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:43.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:43 smithi125 bash[66801]: cluster 2023-12-09T02:13:42.679797+0000 mon.a (mon.0) 3426 : cluster 1 Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2023-12-09T02:13:43.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:43 smithi125 bash[66801]: audit 2023-12-09T02:13:42.760700+0000 mon.a (mon.0) 3427 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:43.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:43 smithi125 bash[66801]: audit 2023-12-09T02:13:42.763063+0000 mon.a (mon.0) 3428 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:43.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:43 smithi125 bash[66801]: audit 2023-12-09T02:13:42.767137+0000 mon.a (mon.0) 3429 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:43.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:43 smithi125 bash[66801]: audit 2023-12-09T02:13:42.768196+0000 mon.a (mon.0) 3430 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:43.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:43 smithi125 bash[66801]: audit 2023-12-09T02:13:42.777167+0000 mon.a (mon.0) 3431 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:43.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:43 smithi125 bash[66801]: audit 2023-12-09T02:13:42.857133+0000 mon.a (mon.0) 3432 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:43.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:43 smithi125 bash[66801]: audit 2023-12-09T02:13:42.859792+0000 mon.a (mon.0) 3433 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:43.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:43 smithi125 bash[66801]: audit 2023-12-09T02:13:42.863239+0000 mon.a (mon.0) 3434 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:43.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:43 smithi125 bash[66801]: audit 2023-12-09T02:13:42.864160+0000 mon.a (mon.0) 3435 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:43.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:43 smithi125 bash[66801]: audit 2023-12-09T02:13:42.872763+0000 mon.a (mon.0) 3436 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:43.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:43 smithi125 bash[66801]: audit 2023-12-09T02:13:42.953785+0000 mon.a (mon.0) 3437 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:43.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:43 smithi125 bash[66801]: audit 2023-12-09T02:13:42.956749+0000 mon.a (mon.0) 3438 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:43.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:43 smithi125 bash[66801]: audit 2023-12-09T02:13:42.959787+0000 mon.a (mon.0) 3439 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:43.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:43 smithi125 bash[66801]: audit 2023-12-09T02:13:42.960849+0000 mon.a (mon.0) 3440 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:43.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:43 smithi125 bash[66801]: audit 2023-12-09T02:13:42.970189+0000 mon.a (mon.0) 3441 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:43.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:43 smithi125 bash[66801]: audit 2023-12-09T02:13:43.050521+0000 mon.a (mon.0) 3442 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:43.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:43 smithi125 bash[66801]: audit 2023-12-09T02:13:43.053040+0000 mon.a (mon.0) 3443 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:43.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:43 smithi125 bash[66801]: audit 2023-12-09T02:13:43.056213+0000 mon.a (mon.0) 3444 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:43.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:43 smithi125 bash[66801]: audit 2023-12-09T02:13:43.057337+0000 mon.a (mon.0) 3445 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:43.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:43 smithi125 bash[66801]: audit 2023-12-09T02:13:43.067499+0000 mon.a (mon.0) 3446 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:43.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:43 smithi125 bash[66801]: audit 2023-12-09T02:13:43.151334+0000 mon.a (mon.0) 3447 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:43.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:43 smithi125 bash[66801]: audit 2023-12-09T02:13:43.153997+0000 mon.a (mon.0) 3448 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:43.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:43 smithi125 bash[66801]: audit 2023-12-09T02:13:43.156501+0000 mon.a (mon.0) 3449 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:43.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:43 smithi125 bash[66801]: audit 2023-12-09T02:13:43.157454+0000 mon.a (mon.0) 3450 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:43.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:43 smithi125 bash[66801]: audit 2023-12-09T02:13:43.167217+0000 mon.a (mon.0) 3451 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:43.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:43 smithi125 bash[66801]: audit 2023-12-09T02:13:43.243682+0000 mon.a (mon.0) 3452 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:43.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:43 smithi125 bash[66801]: audit 2023-12-09T02:13:43.246278+0000 mon.a (mon.0) 3453 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:43.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:43 smithi125 bash[66801]: audit 2023-12-09T02:13:43.248941+0000 mon.a (mon.0) 3454 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:43.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:43 smithi125 bash[66801]: audit 2023-12-09T02:13:43.249946+0000 mon.a (mon.0) 3455 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:43.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:43 smithi125 bash[66801]: audit 2023-12-09T02:13:43.258293+0000 mon.a (mon.0) 3456 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:43.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:43 smithi125 bash[66801]: audit 2023-12-09T02:13:43.336450+0000 mon.a (mon.0) 3457 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:43.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:43 smithi125 bash[66801]: audit 2023-12-09T02:13:43.339840+0000 mon.a (mon.0) 3458 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:43.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:43 smithi125 bash[66801]: audit 2023-12-09T02:13:43.342657+0000 mon.a (mon.0) 3459 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:43.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:43 smithi125 bash[66801]: audit 2023-12-09T02:13:43.343647+0000 mon.a (mon.0) 3460 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:43.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:43 smithi125 bash[66801]: audit 2023-12-09T02:13:43.352577+0000 mon.a (mon.0) 3461 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:43.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:43 smithi125 bash[66801]: audit 2023-12-09T02:13:43.432703+0000 mon.a (mon.0) 3462 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:43.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:43 smithi125 bash[66801]: audit 2023-12-09T02:13:43.435935+0000 mon.a (mon.0) 3463 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:43.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:43 smithi125 bash[66801]: audit 2023-12-09T02:13:43.439522+0000 mon.a (mon.0) 3464 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:43.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:43 smithi125 bash[66801]: audit 2023-12-09T02:13:43.440725+0000 mon.a (mon.0) 3465 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:43.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:43 smithi125 bash[66801]: audit 2023-12-09T02:13:43.448125+0000 mon.a (mon.0) 3466 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:43.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:43 smithi125 bash[66801]: audit 2023-12-09T02:13:43.527542+0000 mon.a (mon.0) 3467 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:43.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:43 smithi125 bash[66801]: audit 2023-12-09T02:13:43.532005+0000 mon.a (mon.0) 3468 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:43.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:43 smithi125 bash[66801]: audit 2023-12-09T02:13:43.534804+0000 mon.a (mon.0) 3469 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:43.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:43 smithi125 bash[66801]: audit 2023-12-09T02:13:43.535691+0000 mon.a (mon.0) 3470 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:43.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:43 smithi125 bash[66801]: audit 2023-12-09T02:13:43.543487+0000 mon.a (mon.0) 3471 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:43.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:43 smithi125 bash[66801]: audit 2023-12-09T02:13:43.622088+0000 mon.a (mon.0) 3472 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:43.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:43 smithi125 bash[66801]: audit 2023-12-09T02:13:43.624787+0000 mon.a (mon.0) 3473 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:43.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:43 smithi125 bash[66801]: audit 2023-12-09T02:13:43.627582+0000 mon.a (mon.0) 3474 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:43.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:43 smithi125 bash[66801]: audit 2023-12-09T02:13:43.628650+0000 mon.a (mon.0) 3475 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:43.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:43 smithi125 bash[66801]: audit 2023-12-09T02:13:43.635311+0000 mon.a (mon.0) 3476 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:44.942 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:44 smithi067 bash[82083]: cephadm 2023-12-09T02:13:42.778060+0000 mgr.y (mgr.25480) 844 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:44.943 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:44 smithi067 bash[82083]: cephadm 2023-12-09T02:13:42.873625+0000 mgr.y (mgr.25480) 845 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:44.943 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:44 smithi067 bash[82083]: cephadm 2023-12-09T02:13:42.970994+0000 mgr.y (mgr.25480) 846 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:44.943 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:44 smithi067 bash[82083]: cephadm 2023-12-09T02:13:43.068206+0000 mgr.y (mgr.25480) 847 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:44.943 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:44 smithi067 bash[82083]: cephadm 2023-12-09T02:13:43.167964+0000 mgr.y (mgr.25480) 848 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:44.943 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:44 smithi067 bash[82083]: cephadm 2023-12-09T02:13:43.259077+0000 mgr.y (mgr.25480) 849 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:44.943 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:44 smithi067 bash[82083]: cephadm 2023-12-09T02:13:43.353541+0000 mgr.y (mgr.25480) 850 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:44.943 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:44 smithi067 bash[82083]: cephadm 2023-12-09T02:13:43.449646+0000 mgr.y (mgr.25480) 851 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:44.943 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:44 smithi067 bash[82083]: cephadm 2023-12-09T02:13:43.544138+0000 mgr.y (mgr.25480) 852 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:44.943 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:44 smithi067 bash[82083]: cephadm 2023-12-09T02:13:43.635951+0000 mgr.y (mgr.25480) 853 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:44.943 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:44 smithi067 bash[82083]: audit 2023-12-09T02:13:43.711691+0000 mon.a (mon.0) 3477 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:44.943 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:44 smithi067 bash[82083]: audit 2023-12-09T02:13:43.713639+0000 mon.a (mon.0) 3478 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:44.943 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:44 smithi067 bash[82083]: audit 2023-12-09T02:13:43.715730+0000 mon.a (mon.0) 3479 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:44.943 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:44 smithi067 bash[82083]: audit 2023-12-09T02:13:43.716557+0000 mon.a (mon.0) 3480 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:44.943 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:44 smithi067 bash[82083]: audit 2023-12-09T02:13:43.724793+0000 mon.a (mon.0) 3481 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:44.944 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:44 smithi067 bash[82083]: audit 2023-12-09T02:13:43.802156+0000 mon.a (mon.0) 3482 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:44.944 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:44 smithi067 bash[82083]: audit 2023-12-09T02:13:43.804727+0000 mon.a (mon.0) 3483 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:44.944 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:44 smithi067 bash[82083]: audit 2023-12-09T02:13:43.807592+0000 mon.a (mon.0) 3484 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:44.944 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:44 smithi067 bash[82083]: audit 2023-12-09T02:13:43.808529+0000 mon.a (mon.0) 3485 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:44.944 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:44 smithi067 bash[82083]: audit 2023-12-09T02:13:43.817393+0000 mon.a (mon.0) 3486 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:44.944 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:44 smithi067 bash[82083]: audit 2023-12-09T02:13:43.896341+0000 mon.a (mon.0) 3487 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:44.944 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:44 smithi067 bash[79370]: cephadm 2023-12-09T02:13:42.778060+0000 mgr.y (mgr.25480) 844 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:44.944 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:44 smithi067 bash[79370]: cephadm 2023-12-09T02:13:42.873625+0000 mgr.y (mgr.25480) 845 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:44.944 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:44 smithi067 bash[79370]: cephadm 2023-12-09T02:13:42.970994+0000 mgr.y (mgr.25480) 846 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:44.944 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:44 smithi067 bash[79370]: cephadm 2023-12-09T02:13:43.068206+0000 mgr.y (mgr.25480) 847 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:44.944 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:44 smithi067 bash[79370]: cephadm 2023-12-09T02:13:43.167964+0000 mgr.y (mgr.25480) 848 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:44.945 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:44 smithi067 bash[79370]: cephadm 2023-12-09T02:13:43.259077+0000 mgr.y (mgr.25480) 849 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:44.945 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:44 smithi067 bash[79370]: cephadm 2023-12-09T02:13:43.353541+0000 mgr.y (mgr.25480) 850 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:44.945 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:44 smithi067 bash[79370]: cephadm 2023-12-09T02:13:43.449646+0000 mgr.y (mgr.25480) 851 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:44.945 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:44 smithi067 bash[79370]: cephadm 2023-12-09T02:13:43.544138+0000 mgr.y (mgr.25480) 852 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:44.945 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:44 smithi067 bash[79370]: cephadm 2023-12-09T02:13:43.635951+0000 mgr.y (mgr.25480) 853 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:44.945 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:44 smithi067 bash[79370]: audit 2023-12-09T02:13:43.711691+0000 mon.a (mon.0) 3477 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:44.945 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:44 smithi067 bash[79370]: audit 2023-12-09T02:13:43.713639+0000 mon.a (mon.0) 3478 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:44.945 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:44 smithi067 bash[79370]: audit 2023-12-09T02:13:43.715730+0000 mon.a (mon.0) 3479 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:44.945 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:44 smithi067 bash[79370]: audit 2023-12-09T02:13:43.716557+0000 mon.a (mon.0) 3480 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:44.945 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:44 smithi067 bash[79370]: audit 2023-12-09T02:13:43.724793+0000 mon.a (mon.0) 3481 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:44.945 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:44 smithi067 bash[79370]: audit 2023-12-09T02:13:43.802156+0000 mon.a (mon.0) 3482 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:44.945 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:44 smithi067 bash[79370]: audit 2023-12-09T02:13:43.804727+0000 mon.a (mon.0) 3483 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:44.945 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:44 smithi067 bash[79370]: audit 2023-12-09T02:13:43.807592+0000 mon.a (mon.0) 3484 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:44.945 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:44 smithi067 bash[79370]: audit 2023-12-09T02:13:43.808529+0000 mon.a (mon.0) 3485 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:44.946 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:44 smithi067 bash[79370]: audit 2023-12-09T02:13:43.817393+0000 mon.a (mon.0) 3486 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:44.946 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:44 smithi067 bash[79370]: audit 2023-12-09T02:13:43.896341+0000 mon.a (mon.0) 3487 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:44.946 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:44 smithi067 bash[82083]: audit 2023-12-09T02:13:43.898941+0000 mon.a (mon.0) 3488 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:44.946 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:44 smithi067 bash[82083]: audit 2023-12-09T02:13:43.901813+0000 mon.a (mon.0) 3489 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:44.946 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:44 smithi067 bash[82083]: audit 2023-12-09T02:13:43.902891+0000 mon.a (mon.0) 3490 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:44.946 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:44 smithi067 bash[82083]: audit 2023-12-09T02:13:43.911303+0000 mon.a (mon.0) 3491 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:44.946 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:44 smithi067 bash[82083]: audit 2023-12-09T02:13:43.994365+0000 mon.a (mon.0) 3492 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:44.946 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:44 smithi067 bash[82083]: audit 2023-12-09T02:13:43.997500+0000 mon.a (mon.0) 3493 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:44.947 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:44 smithi067 bash[82083]: audit 2023-12-09T02:13:43.999662+0000 mon.a (mon.0) 3494 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:44.947 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:44 smithi067 bash[82083]: audit 2023-12-09T02:13:44.000582+0000 mon.a (mon.0) 3495 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:44.947 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:44 smithi067 bash[82083]: audit 2023-12-09T02:13:44.008484+0000 mon.a (mon.0) 3496 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:44.947 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:44 smithi067 bash[82083]: audit 2023-12-09T02:13:44.086472+0000 mon.a (mon.0) 3497 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:44.947 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:44 smithi067 bash[82083]: audit 2023-12-09T02:13:44.090337+0000 mon.a (mon.0) 3498 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:44.947 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:44 smithi067 bash[82083]: audit 2023-12-09T02:13:44.094073+0000 mon.a (mon.0) 3499 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:44.947 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:44 smithi067 bash[82083]: audit 2023-12-09T02:13:44.095625+0000 mon.a (mon.0) 3500 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:44.947 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:44 smithi067 bash[82083]: audit 2023-12-09T02:13:44.104653+0000 mon.a (mon.0) 3501 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:44.947 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:44 smithi067 bash[82083]: audit 2023-12-09T02:13:44.185184+0000 mon.a (mon.0) 3502 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:44.947 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:44 smithi067 bash[82083]: audit 2023-12-09T02:13:44.187757+0000 mon.a (mon.0) 3503 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:44.947 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:44 smithi067 bash[82083]: audit 2023-12-09T02:13:44.192196+0000 mon.a (mon.0) 3504 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:44.947 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:44 smithi067 bash[82083]: audit 2023-12-09T02:13:44.193402+0000 mon.a (mon.0) 3505 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:44.947 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:44 smithi067 bash[82083]: audit 2023-12-09T02:13:44.202567+0000 mon.a (mon.0) 3506 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:44.947 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:44 smithi067 bash[82083]: audit 2023-12-09T02:13:44.280597+0000 mon.a (mon.0) 3507 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:44.948 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:44 smithi067 bash[82083]: audit 2023-12-09T02:13:44.282501+0000 mon.a (mon.0) 3508 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:44.948 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:44 smithi067 bash[82083]: audit 2023-12-09T02:13:44.284804+0000 mon.a (mon.0) 3509 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:44.948 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:44 smithi067 bash[82083]: audit 2023-12-09T02:13:44.285615+0000 mon.a (mon.0) 3510 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:44.948 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:44 smithi067 bash[82083]: audit 2023-12-09T02:13:44.291795+0000 mon.a (mon.0) 3511 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:44.948 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:44 smithi067 bash[82083]: audit 2023-12-09T02:13:44.370849+0000 mon.a (mon.0) 3512 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:44.948 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:44 smithi067 bash[82083]: audit 2023-12-09T02:13:44.373792+0000 mon.a (mon.0) 3513 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:44.948 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:44 smithi067 bash[82083]: audit 2023-12-09T02:13:44.378135+0000 mon.a (mon.0) 3514 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:44.948 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:44 smithi067 bash[82083]: audit 2023-12-09T02:13:44.379615+0000 mon.a (mon.0) 3515 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:44.948 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:44 smithi067 bash[82083]: audit 2023-12-09T02:13:44.388049+0000 mon.a (mon.0) 3516 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:44.948 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:44 smithi067 bash[82083]: audit 2023-12-09T02:13:44.472261+0000 mon.a (mon.0) 3517 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:44.948 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:44 smithi067 bash[82083]: audit 2023-12-09T02:13:44.474769+0000 mon.a (mon.0) 3518 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:44.948 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:44 smithi067 bash[82083]: audit 2023-12-09T02:13:44.477657+0000 mon.a (mon.0) 3519 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:44.948 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:44 smithi067 bash[82083]: audit 2023-12-09T02:13:44.478512+0000 mon.a (mon.0) 3520 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:44.948 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:44 smithi067 bash[82083]: audit 2023-12-09T02:13:44.484622+0000 mon.a (mon.0) 3521 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:44.948 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:44 smithi067 bash[82083]: audit 2023-12-09T02:13:44.562727+0000 mon.a (mon.0) 3522 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:44.948 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:44 smithi067 bash[82083]: audit 2023-12-09T02:13:44.565716+0000 mon.a (mon.0) 3523 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:44.949 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:44 smithi067 bash[82083]: audit 2023-12-09T02:13:44.569042+0000 mon.a (mon.0) 3524 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:44.949 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:44 smithi067 bash[82083]: audit 2023-12-09T02:13:44.570030+0000 mon.a (mon.0) 3525 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:44.949 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:44 smithi067 bash[82083]: audit 2023-12-09T02:13:44.578917+0000 mon.a (mon.0) 3526 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:44.950 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:44 smithi067 bash[79370]: audit 2023-12-09T02:13:43.898941+0000 mon.a (mon.0) 3488 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:44.950 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:44 smithi067 bash[79370]: audit 2023-12-09T02:13:43.901813+0000 mon.a (mon.0) 3489 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:44.950 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:44 smithi067 bash[79370]: audit 2023-12-09T02:13:43.902891+0000 mon.a (mon.0) 3490 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:44.950 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:44 smithi067 bash[79370]: audit 2023-12-09T02:13:43.911303+0000 mon.a (mon.0) 3491 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:44.950 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:44 smithi067 bash[79370]: audit 2023-12-09T02:13:43.994365+0000 mon.a (mon.0) 3492 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:44.950 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:44 smithi067 bash[79370]: audit 2023-12-09T02:13:43.997500+0000 mon.a (mon.0) 3493 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:44.950 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:44 smithi067 bash[79370]: audit 2023-12-09T02:13:43.999662+0000 mon.a (mon.0) 3494 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:44.950 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:44 smithi067 bash[79370]: audit 2023-12-09T02:13:44.000582+0000 mon.a (mon.0) 3495 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:44.950 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:44 smithi067 bash[79370]: audit 2023-12-09T02:13:44.008484+0000 mon.a (mon.0) 3496 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:44.950 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:44 smithi067 bash[79370]: audit 2023-12-09T02:13:44.086472+0000 mon.a (mon.0) 3497 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:44.950 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:44 smithi067 bash[79370]: audit 2023-12-09T02:13:44.090337+0000 mon.a (mon.0) 3498 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:44.950 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:44 smithi067 bash[79370]: audit 2023-12-09T02:13:44.094073+0000 mon.a (mon.0) 3499 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:44.950 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:44 smithi067 bash[79370]: audit 2023-12-09T02:13:44.095625+0000 mon.a (mon.0) 3500 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:44.951 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:44 smithi067 bash[79370]: audit 2023-12-09T02:13:44.104653+0000 mon.a (mon.0) 3501 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:44.951 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:44 smithi067 bash[79370]: audit 2023-12-09T02:13:44.185184+0000 mon.a (mon.0) 3502 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:44.951 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:44 smithi067 bash[79370]: audit 2023-12-09T02:13:44.187757+0000 mon.a (mon.0) 3503 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:44.951 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:44 smithi067 bash[79370]: audit 2023-12-09T02:13:44.192196+0000 mon.a (mon.0) 3504 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:44.951 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:44 smithi067 bash[79370]: audit 2023-12-09T02:13:44.193402+0000 mon.a (mon.0) 3505 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:44.951 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:44 smithi067 bash[79370]: audit 2023-12-09T02:13:44.202567+0000 mon.a (mon.0) 3506 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:44.951 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:44 smithi067 bash[82083]: audit 2023-12-09T02:13:44.659715+0000 mon.a (mon.0) 3527 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:44.951 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:44 smithi067 bash[82083]: audit 2023-12-09T02:13:44.664878+0000 mon.a (mon.0) 3528 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:44.951 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:44 smithi067 bash[82083]: audit 2023-12-09T02:13:44.668391+0000 mon.a (mon.0) 3529 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:44.951 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:44 smithi067 bash[82083]: audit 2023-12-09T02:13:44.669478+0000 mon.a (mon.0) 3530 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:44.952 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:44 smithi067 bash[82083]: audit 2023-12-09T02:13:44.678952+0000 mon.a (mon.0) 3531 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:44.952 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:44 smithi067 bash[79370]: audit 2023-12-09T02:13:44.280597+0000 mon.a (mon.0) 3507 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:44.952 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:44 smithi067 bash[79370]: audit 2023-12-09T02:13:44.282501+0000 mon.a (mon.0) 3508 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:44.952 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:44 smithi067 bash[79370]: audit 2023-12-09T02:13:44.284804+0000 mon.a (mon.0) 3509 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:44.952 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:44 smithi067 bash[79370]: audit 2023-12-09T02:13:44.285615+0000 mon.a (mon.0) 3510 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:44.952 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:44 smithi067 bash[79370]: audit 2023-12-09T02:13:44.291795+0000 mon.a (mon.0) 3511 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:44.952 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:44 smithi067 bash[79370]: audit 2023-12-09T02:13:44.370849+0000 mon.a (mon.0) 3512 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:44.952 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:44 smithi067 bash[79370]: audit 2023-12-09T02:13:44.373792+0000 mon.a (mon.0) 3513 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:44.952 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:44 smithi067 bash[79370]: audit 2023-12-09T02:13:44.378135+0000 mon.a (mon.0) 3514 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:44.952 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:44 smithi067 bash[79370]: audit 2023-12-09T02:13:44.379615+0000 mon.a (mon.0) 3515 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:44.952 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:44 smithi067 bash[79370]: audit 2023-12-09T02:13:44.388049+0000 mon.a (mon.0) 3516 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:44.953 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:44 smithi067 bash[79370]: audit 2023-12-09T02:13:44.472261+0000 mon.a (mon.0) 3517 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:44.953 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:44 smithi067 bash[79370]: audit 2023-12-09T02:13:44.474769+0000 mon.a (mon.0) 3518 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:44.953 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:44 smithi067 bash[79370]: audit 2023-12-09T02:13:44.477657+0000 mon.a (mon.0) 3519 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:44.953 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:44 smithi067 bash[79370]: audit 2023-12-09T02:13:44.478512+0000 mon.a (mon.0) 3520 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:44.953 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:44 smithi067 bash[79370]: audit 2023-12-09T02:13:44.484622+0000 mon.a (mon.0) 3521 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:44.953 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:44 smithi067 bash[79370]: audit 2023-12-09T02:13:44.562727+0000 mon.a (mon.0) 3522 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:44.953 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:44 smithi067 bash[79370]: audit 2023-12-09T02:13:44.565716+0000 mon.a (mon.0) 3523 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:44.953 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:44 smithi067 bash[79370]: audit 2023-12-09T02:13:44.569042+0000 mon.a (mon.0) 3524 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:44.953 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:44 smithi067 bash[79370]: audit 2023-12-09T02:13:44.570030+0000 mon.a (mon.0) 3525 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:44.953 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:44 smithi067 bash[79370]: audit 2023-12-09T02:13:44.578917+0000 mon.a (mon.0) 3526 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:44.953 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:44 smithi067 bash[79370]: audit 2023-12-09T02:13:44.659715+0000 mon.a (mon.0) 3527 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:44.953 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:44 smithi067 bash[79370]: audit 2023-12-09T02:13:44.664878+0000 mon.a (mon.0) 3528 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:44.953 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:44 smithi067 bash[79370]: audit 2023-12-09T02:13:44.668391+0000 mon.a (mon.0) 3529 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:44.953 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:44 smithi067 bash[79370]: audit 2023-12-09T02:13:44.669478+0000 mon.a (mon.0) 3530 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:44.954 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:44 smithi067 bash[79370]: audit 2023-12-09T02:13:44.678952+0000 mon.a (mon.0) 3531 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:44.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:44 smithi125 bash[66801]: cephadm 2023-12-09T02:13:42.778060+0000 mgr.y (mgr.25480) 844 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:44.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:44 smithi125 bash[66801]: cephadm 2023-12-09T02:13:42.873625+0000 mgr.y (mgr.25480) 845 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:44.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:44 smithi125 bash[66801]: cephadm 2023-12-09T02:13:42.970994+0000 mgr.y (mgr.25480) 846 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:44.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:44 smithi125 bash[66801]: cephadm 2023-12-09T02:13:43.068206+0000 mgr.y (mgr.25480) 847 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:44.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:44 smithi125 bash[66801]: cephadm 2023-12-09T02:13:43.167964+0000 mgr.y (mgr.25480) 848 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:44.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:44 smithi125 bash[66801]: cephadm 2023-12-09T02:13:43.259077+0000 mgr.y (mgr.25480) 849 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:44.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:44 smithi125 bash[66801]: cephadm 2023-12-09T02:13:43.353541+0000 mgr.y (mgr.25480) 850 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:44.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:44 smithi125 bash[66801]: cephadm 2023-12-09T02:13:43.449646+0000 mgr.y (mgr.25480) 851 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:44.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:44 smithi125 bash[66801]: cephadm 2023-12-09T02:13:43.544138+0000 mgr.y (mgr.25480) 852 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:44.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:44 smithi125 bash[66801]: cephadm 2023-12-09T02:13:43.635951+0000 mgr.y (mgr.25480) 853 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:44.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:44 smithi125 bash[66801]: audit 2023-12-09T02:13:43.711691+0000 mon.a (mon.0) 3477 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:44.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:44 smithi125 bash[66801]: audit 2023-12-09T02:13:43.713639+0000 mon.a (mon.0) 3478 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:44.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:44 smithi125 bash[66801]: audit 2023-12-09T02:13:43.715730+0000 mon.a (mon.0) 3479 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:44.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:44 smithi125 bash[66801]: audit 2023-12-09T02:13:43.716557+0000 mon.a (mon.0) 3480 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:44.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:44 smithi125 bash[66801]: audit 2023-12-09T02:13:43.724793+0000 mon.a (mon.0) 3481 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:44.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:44 smithi125 bash[66801]: audit 2023-12-09T02:13:43.802156+0000 mon.a (mon.0) 3482 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:44.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:44 smithi125 bash[66801]: audit 2023-12-09T02:13:43.804727+0000 mon.a (mon.0) 3483 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:44.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:44 smithi125 bash[66801]: audit 2023-12-09T02:13:43.807592+0000 mon.a (mon.0) 3484 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:44.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:44 smithi125 bash[66801]: audit 2023-12-09T02:13:43.808529+0000 mon.a (mon.0) 3485 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:44.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:44 smithi125 bash[66801]: audit 2023-12-09T02:13:43.817393+0000 mon.a (mon.0) 3486 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:44.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:44 smithi125 bash[66801]: audit 2023-12-09T02:13:43.896341+0000 mon.a (mon.0) 3487 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:44.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:44 smithi125 bash[66801]: audit 2023-12-09T02:13:43.898941+0000 mon.a (mon.0) 3488 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:44.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:44 smithi125 bash[66801]: audit 2023-12-09T02:13:43.901813+0000 mon.a (mon.0) 3489 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:44.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:44 smithi125 bash[66801]: audit 2023-12-09T02:13:43.902891+0000 mon.a (mon.0) 3490 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:44.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:44 smithi125 bash[66801]: audit 2023-12-09T02:13:43.911303+0000 mon.a (mon.0) 3491 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:44.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:44 smithi125 bash[66801]: audit 2023-12-09T02:13:43.994365+0000 mon.a (mon.0) 3492 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:44.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:44 smithi125 bash[66801]: audit 2023-12-09T02:13:43.997500+0000 mon.a (mon.0) 3493 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:44.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:44 smithi125 bash[66801]: audit 2023-12-09T02:13:43.999662+0000 mon.a (mon.0) 3494 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:44.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:44 smithi125 bash[66801]: audit 2023-12-09T02:13:44.000582+0000 mon.a (mon.0) 3495 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:44.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:44 smithi125 bash[66801]: audit 2023-12-09T02:13:44.008484+0000 mon.a (mon.0) 3496 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:44.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:44 smithi125 bash[66801]: audit 2023-12-09T02:13:44.086472+0000 mon.a (mon.0) 3497 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:44.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:44 smithi125 bash[66801]: audit 2023-12-09T02:13:44.090337+0000 mon.a (mon.0) 3498 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:44.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:44 smithi125 bash[66801]: audit 2023-12-09T02:13:44.094073+0000 mon.a (mon.0) 3499 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:44.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:44 smithi125 bash[66801]: audit 2023-12-09T02:13:44.095625+0000 mon.a (mon.0) 3500 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:44.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:44 smithi125 bash[66801]: audit 2023-12-09T02:13:44.104653+0000 mon.a (mon.0) 3501 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:44.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:44 smithi125 bash[66801]: audit 2023-12-09T02:13:44.185184+0000 mon.a (mon.0) 3502 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:44.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:44 smithi125 bash[66801]: audit 2023-12-09T02:13:44.187757+0000 mon.a (mon.0) 3503 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:44.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:44 smithi125 bash[66801]: audit 2023-12-09T02:13:44.192196+0000 mon.a (mon.0) 3504 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:44.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:44 smithi125 bash[66801]: audit 2023-12-09T02:13:44.193402+0000 mon.a (mon.0) 3505 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:44.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:44 smithi125 bash[66801]: audit 2023-12-09T02:13:44.202567+0000 mon.a (mon.0) 3506 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:44.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:44 smithi125 bash[66801]: audit 2023-12-09T02:13:44.280597+0000 mon.a (mon.0) 3507 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:44.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:44 smithi125 bash[66801]: audit 2023-12-09T02:13:44.282501+0000 mon.a (mon.0) 3508 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:44.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:44 smithi125 bash[66801]: audit 2023-12-09T02:13:44.284804+0000 mon.a (mon.0) 3509 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:44.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:44 smithi125 bash[66801]: audit 2023-12-09T02:13:44.285615+0000 mon.a (mon.0) 3510 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:44.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:44 smithi125 bash[66801]: audit 2023-12-09T02:13:44.291795+0000 mon.a (mon.0) 3511 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:44.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:44 smithi125 bash[66801]: audit 2023-12-09T02:13:44.370849+0000 mon.a (mon.0) 3512 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:44.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:44 smithi125 bash[66801]: audit 2023-12-09T02:13:44.373792+0000 mon.a (mon.0) 3513 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:44.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:44 smithi125 bash[66801]: audit 2023-12-09T02:13:44.378135+0000 mon.a (mon.0) 3514 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:44.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:44 smithi125 bash[66801]: audit 2023-12-09T02:13:44.379615+0000 mon.a (mon.0) 3515 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:44.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:44 smithi125 bash[66801]: audit 2023-12-09T02:13:44.388049+0000 mon.a (mon.0) 3516 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:44.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:44 smithi125 bash[66801]: audit 2023-12-09T02:13:44.472261+0000 mon.a (mon.0) 3517 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:44.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:44 smithi125 bash[66801]: audit 2023-12-09T02:13:44.474769+0000 mon.a (mon.0) 3518 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:44.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:44 smithi125 bash[66801]: audit 2023-12-09T02:13:44.477657+0000 mon.a (mon.0) 3519 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:44.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:44 smithi125 bash[66801]: audit 2023-12-09T02:13:44.478512+0000 mon.a (mon.0) 3520 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:44.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:44 smithi125 bash[66801]: audit 2023-12-09T02:13:44.484622+0000 mon.a (mon.0) 3521 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:44.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:44 smithi125 bash[66801]: audit 2023-12-09T02:13:44.562727+0000 mon.a (mon.0) 3522 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:44.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:44 smithi125 bash[66801]: audit 2023-12-09T02:13:44.565716+0000 mon.a (mon.0) 3523 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:44.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:44 smithi125 bash[66801]: audit 2023-12-09T02:13:44.569042+0000 mon.a (mon.0) 3524 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:44.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:44 smithi125 bash[66801]: audit 2023-12-09T02:13:44.570030+0000 mon.a (mon.0) 3525 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:44.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:44 smithi125 bash[66801]: audit 2023-12-09T02:13:44.578917+0000 mon.a (mon.0) 3526 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:44.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:44 smithi125 bash[66801]: audit 2023-12-09T02:13:44.659715+0000 mon.a (mon.0) 3527 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:44.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:44 smithi125 bash[66801]: audit 2023-12-09T02:13:44.664878+0000 mon.a (mon.0) 3528 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:44.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:44 smithi125 bash[66801]: audit 2023-12-09T02:13:44.668391+0000 mon.a (mon.0) 3529 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:44.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:44 smithi125 bash[66801]: audit 2023-12-09T02:13:44.669478+0000 mon.a (mon.0) 3530 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:44.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:44 smithi125 bash[66801]: audit 2023-12-09T02:13:44.678952+0000 mon.a (mon.0) 3531 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:45.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:45 smithi067 bash[82083]: cephadm 2023-12-09T02:13:43.725505+0000 mgr.y (mgr.25480) 854 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:45.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:45 smithi067 bash[82083]: cluster 2023-12-09T02:13:43.740495+0000 mgr.y (mgr.25480) 855 : cluster 0 pgmap v151: 161 pgs: 21 active+undersized+degraded, 41 active+undersized, 99 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2023-12-09T02:13:45.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:45 smithi067 bash[82083]: cephadm 2023-12-09T02:13:43.818306+0000 mgr.y (mgr.25480) 856 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:45.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:45 smithi067 bash[82083]: cephadm 2023-12-09T02:13:43.912095+0000 mgr.y (mgr.25480) 857 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:45.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:45 smithi067 bash[82083]: cephadm 2023-12-09T02:13:44.009107+0000 mgr.y (mgr.25480) 858 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:45.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:45 smithi067 bash[82083]: cephadm 2023-12-09T02:13:44.105272+0000 mgr.y (mgr.25480) 859 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:45.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:45 smithi067 bash[82083]: cephadm 2023-12-09T02:13:44.203233+0000 mgr.y (mgr.25480) 860 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:45.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:45 smithi067 bash[82083]: cephadm 2023-12-09T02:13:44.292384+0000 mgr.y (mgr.25480) 861 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:45.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:45 smithi067 bash[82083]: cephadm 2023-12-09T02:13:44.388804+0000 mgr.y (mgr.25480) 862 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:45.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:45 smithi067 bash[82083]: cephadm 2023-12-09T02:13:44.485106+0000 mgr.y (mgr.25480) 863 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:45.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:45 smithi067 bash[82083]: cephadm 2023-12-09T02:13:44.579581+0000 mgr.y (mgr.25480) 864 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:45.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:45 smithi067 bash[82083]: cephadm 2023-12-09T02:13:44.679688+0000 mgr.y (mgr.25480) 865 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:45.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:45 smithi067 bash[82083]: audit 2023-12-09T02:13:44.763952+0000 mon.a (mon.0) 3532 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:45.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:45 smithi067 bash[82083]: audit 2023-12-09T02:13:44.767970+0000 mon.a (mon.0) 3533 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:45.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:45 smithi067 bash[82083]: audit 2023-12-09T02:13:44.771886+0000 mon.a (mon.0) 3534 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:45.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:45 smithi067 bash[82083]: audit 2023-12-09T02:13:44.772999+0000 mon.a (mon.0) 3535 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:45.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:45 smithi067 bash[82083]: audit 2023-12-09T02:13:44.782565+0000 mon.a (mon.0) 3536 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:45.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:45 smithi067 bash[82083]: audit 2023-12-09T02:13:44.863274+0000 mon.a (mon.0) 3537 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:45.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:45 smithi067 bash[82083]: audit 2023-12-09T02:13:44.865714+0000 mon.a (mon.0) 3538 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:45.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:45 smithi067 bash[82083]: audit 2023-12-09T02:13:44.868990+0000 mon.a (mon.0) 3539 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:45.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:45 smithi067 bash[79370]: cephadm 2023-12-09T02:13:43.725505+0000 mgr.y (mgr.25480) 854 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:45.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:45 smithi067 bash[79370]: cluster 2023-12-09T02:13:43.740495+0000 mgr.y (mgr.25480) 855 : cluster 0 pgmap v151: 161 pgs: 21 active+undersized+degraded, 41 active+undersized, 99 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2023-12-09T02:13:45.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:45 smithi067 bash[79370]: cephadm 2023-12-09T02:13:43.818306+0000 mgr.y (mgr.25480) 856 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:45.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:45 smithi067 bash[79370]: cephadm 2023-12-09T02:13:43.912095+0000 mgr.y (mgr.25480) 857 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:45.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:45 smithi067 bash[79370]: cephadm 2023-12-09T02:13:44.009107+0000 mgr.y (mgr.25480) 858 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:45.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:45 smithi067 bash[79370]: cephadm 2023-12-09T02:13:44.105272+0000 mgr.y (mgr.25480) 859 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:45.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:45 smithi067 bash[79370]: cephadm 2023-12-09T02:13:44.203233+0000 mgr.y (mgr.25480) 860 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:45.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:45 smithi067 bash[79370]: cephadm 2023-12-09T02:13:44.292384+0000 mgr.y (mgr.25480) 861 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:45.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:45 smithi067 bash[79370]: cephadm 2023-12-09T02:13:44.388804+0000 mgr.y (mgr.25480) 862 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:45.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:45 smithi067 bash[79370]: cephadm 2023-12-09T02:13:44.485106+0000 mgr.y (mgr.25480) 863 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:45.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:45 smithi067 bash[79370]: cephadm 2023-12-09T02:13:44.579581+0000 mgr.y (mgr.25480) 864 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:45.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:45 smithi067 bash[79370]: cephadm 2023-12-09T02:13:44.679688+0000 mgr.y (mgr.25480) 865 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:45.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:45 smithi067 bash[79370]: audit 2023-12-09T02:13:44.763952+0000 mon.a (mon.0) 3532 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:45.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:45 smithi067 bash[79370]: audit 2023-12-09T02:13:44.767970+0000 mon.a (mon.0) 3533 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:45.973 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:45 smithi067 bash[79370]: audit 2023-12-09T02:13:44.771886+0000 mon.a (mon.0) 3534 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:45.973 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:45 smithi067 bash[79370]: audit 2023-12-09T02:13:44.772999+0000 mon.a (mon.0) 3535 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:45.973 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:45 smithi067 bash[79370]: audit 2023-12-09T02:13:44.782565+0000 mon.a (mon.0) 3536 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:45.973 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:45 smithi067 bash[79370]: audit 2023-12-09T02:13:44.863274+0000 mon.a (mon.0) 3537 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:45.973 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:45 smithi067 bash[79370]: audit 2023-12-09T02:13:44.865714+0000 mon.a (mon.0) 3538 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:45.973 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:45 smithi067 bash[79370]: audit 2023-12-09T02:13:44.868990+0000 mon.a (mon.0) 3539 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:45.973 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:45 smithi067 bash[82083]: audit 2023-12-09T02:13:44.870311+0000 mon.a (mon.0) 3540 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:45.974 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:45 smithi067 bash[82083]: audit 2023-12-09T02:13:44.880790+0000 mon.a (mon.0) 3541 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:45.974 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:45 smithi067 bash[82083]: audit 2023-12-09T02:13:44.959988+0000 mon.a (mon.0) 3542 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:45.974 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:45 smithi067 bash[82083]: audit 2023-12-09T02:13:44.967567+0000 mon.a (mon.0) 3543 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:45.974 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:45 smithi067 bash[82083]: audit 2023-12-09T02:13:44.970172+0000 mon.a (mon.0) 3544 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:45.974 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:45 smithi067 bash[82083]: audit 2023-12-09T02:13:44.971158+0000 mon.a (mon.0) 3545 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:45.974 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:45 smithi067 bash[82083]: audit 2023-12-09T02:13:44.977038+0000 mon.a (mon.0) 3546 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:45.974 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:45 smithi067 bash[82083]: audit 2023-12-09T02:13:45.058756+0000 mon.a (mon.0) 3547 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:45.974 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:45 smithi067 bash[82083]: audit 2023-12-09T02:13:45.061264+0000 mon.a (mon.0) 3548 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:45.974 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:45 smithi067 bash[82083]: audit 2023-12-09T02:13:45.063829+0000 mon.a (mon.0) 3549 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:45.974 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:45 smithi067 bash[82083]: audit 2023-12-09T02:13:45.064907+0000 mon.a (mon.0) 3550 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:45.974 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:45 smithi067 bash[82083]: audit 2023-12-09T02:13:45.070961+0000 mon.a (mon.0) 3551 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:45.974 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:45 smithi067 bash[82083]: audit 2023-12-09T02:13:45.153750+0000 mon.a (mon.0) 3552 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:45.974 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:45 smithi067 bash[82083]: audit 2023-12-09T02:13:45.156610+0000 mon.a (mon.0) 3553 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:45.975 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:45 smithi067 bash[82083]: audit 2023-12-09T02:13:45.159701+0000 mon.a (mon.0) 3554 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:45.975 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:45 smithi067 bash[82083]: audit 2023-12-09T02:13:45.160996+0000 mon.a (mon.0) 3555 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:45.975 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:45 smithi067 bash[82083]: audit 2023-12-09T02:13:45.168193+0000 mon.a (mon.0) 3556 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:45.975 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:45 smithi067 bash[82083]: audit 2023-12-09T02:13:45.248162+0000 mon.a (mon.0) 3557 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:45.975 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:45 smithi067 bash[82083]: audit 2023-12-09T02:13:45.251383+0000 mon.a (mon.0) 3558 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:45.975 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:45 smithi067 bash[82083]: audit 2023-12-09T02:13:45.256146+0000 mon.a (mon.0) 3559 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:45.975 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:45 smithi067 bash[82083]: audit 2023-12-09T02:13:45.257653+0000 mon.a (mon.0) 3560 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:45.975 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:45 smithi067 bash[82083]: audit 2023-12-09T02:13:45.268412+0000 mon.a (mon.0) 3561 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:45.975 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:45 smithi067 bash[82083]: audit 2023-12-09T02:13:45.346940+0000 mon.a (mon.0) 3562 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:45.975 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:45 smithi067 bash[82083]: audit 2023-12-09T02:13:45.350916+0000 mon.a (mon.0) 3563 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:45.975 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:45 smithi067 bash[82083]: audit 2023-12-09T02:13:45.354533+0000 mon.a (mon.0) 3564 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:45.975 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:45 smithi067 bash[82083]: audit 2023-12-09T02:13:45.356014+0000 mon.a (mon.0) 3565 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:45.975 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:45 smithi067 bash[82083]: audit 2023-12-09T02:13:45.366572+0000 mon.a (mon.0) 3566 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:45.975 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:45 smithi067 bash[82083]: audit 2023-12-09T02:13:45.450084+0000 mon.a (mon.0) 3567 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:45.975 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:45 smithi067 bash[82083]: audit 2023-12-09T02:13:45.452519+0000 mon.a (mon.0) 3568 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:45.976 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:45 smithi067 bash[82083]: audit 2023-12-09T02:13:45.454978+0000 mon.a (mon.0) 3569 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:45.976 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:45 smithi067 bash[82083]: audit 2023-12-09T02:13:45.455923+0000 mon.a (mon.0) 3570 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:45.976 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:45 smithi067 bash[82083]: audit 2023-12-09T02:13:45.465429+0000 mon.a (mon.0) 3571 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:45.976 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:45 smithi067 bash[82083]: audit 2023-12-09T02:13:45.553194+0000 mon.a (mon.0) 3572 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:45.976 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:45 smithi067 bash[82083]: audit 2023-12-09T02:13:45.556468+0000 mon.a (mon.0) 3573 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:45.976 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:45 smithi067 bash[82083]: audit 2023-12-09T02:13:45.561105+0000 mon.a (mon.0) 3574 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:45.976 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:45 smithi067 bash[82083]: audit 2023-12-09T02:13:45.562816+0000 mon.a (mon.0) 3575 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:45.976 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:45 smithi067 bash[82083]: audit 2023-12-09T02:13:45.572644+0000 mon.a (mon.0) 3576 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:45.976 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:45 smithi067 bash[82083]: audit 2023-12-09T02:13:45.653597+0000 mon.a (mon.0) 3577 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:45.976 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:45 smithi067 bash[82083]: audit 2023-12-09T02:13:45.657077+0000 mon.a (mon.0) 3578 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:45.976 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:45 smithi067 bash[82083]: audit 2023-12-09T02:13:45.660449+0000 mon.a (mon.0) 3579 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:45.976 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:45 smithi067 bash[82083]: audit 2023-12-09T02:13:45.661807+0000 mon.a (mon.0) 3580 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:45.976 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:45 smithi067 bash[82083]: audit 2023-12-09T02:13:45.670587+0000 mon.a (mon.0) 3581 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:45.977 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:45 smithi067 bash[79370]: audit 2023-12-09T02:13:44.870311+0000 mon.a (mon.0) 3540 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:45.977 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:45 smithi067 bash[79370]: audit 2023-12-09T02:13:44.880790+0000 mon.a (mon.0) 3541 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:45.977 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:45 smithi067 bash[79370]: audit 2023-12-09T02:13:44.959988+0000 mon.a (mon.0) 3542 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:45.977 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:45 smithi067 bash[79370]: audit 2023-12-09T02:13:44.967567+0000 mon.a (mon.0) 3543 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:45.977 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:45 smithi067 bash[79370]: audit 2023-12-09T02:13:44.970172+0000 mon.a (mon.0) 3544 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:45.977 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:45 smithi067 bash[79370]: audit 2023-12-09T02:13:44.971158+0000 mon.a (mon.0) 3545 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:45.977 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:45 smithi067 bash[79370]: audit 2023-12-09T02:13:44.977038+0000 mon.a (mon.0) 3546 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:45.977 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:45 smithi067 bash[79370]: audit 2023-12-09T02:13:45.058756+0000 mon.a (mon.0) 3547 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:45.977 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:45 smithi067 bash[79370]: audit 2023-12-09T02:13:45.061264+0000 mon.a (mon.0) 3548 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:45.978 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:45 smithi067 bash[79370]: audit 2023-12-09T02:13:45.063829+0000 mon.a (mon.0) 3549 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:45.978 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:45 smithi067 bash[79370]: audit 2023-12-09T02:13:45.064907+0000 mon.a (mon.0) 3550 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:45.978 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:45 smithi067 bash[79370]: audit 2023-12-09T02:13:45.070961+0000 mon.a (mon.0) 3551 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:45.978 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:45 smithi067 bash[79370]: audit 2023-12-09T02:13:45.153750+0000 mon.a (mon.0) 3552 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:45.978 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:45 smithi067 bash[79370]: audit 2023-12-09T02:13:45.156610+0000 mon.a (mon.0) 3553 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:45.978 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:45 smithi067 bash[79370]: audit 2023-12-09T02:13:45.159701+0000 mon.a (mon.0) 3554 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:45.978 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:45 smithi067 bash[79370]: audit 2023-12-09T02:13:45.160996+0000 mon.a (mon.0) 3555 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:45.978 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:45 smithi067 bash[79370]: audit 2023-12-09T02:13:45.168193+0000 mon.a (mon.0) 3556 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:45.978 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:45 smithi067 bash[79370]: audit 2023-12-09T02:13:45.248162+0000 mon.a (mon.0) 3557 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:45.979 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:45 smithi067 bash[79370]: audit 2023-12-09T02:13:45.251383+0000 mon.a (mon.0) 3558 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:45.979 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:45 smithi067 bash[79370]: audit 2023-12-09T02:13:45.256146+0000 mon.a (mon.0) 3559 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:45.979 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:45 smithi067 bash[79370]: audit 2023-12-09T02:13:45.257653+0000 mon.a (mon.0) 3560 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:45.979 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:45 smithi067 bash[79370]: audit 2023-12-09T02:13:45.268412+0000 mon.a (mon.0) 3561 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:45.979 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:45 smithi067 bash[79370]: audit 2023-12-09T02:13:45.346940+0000 mon.a (mon.0) 3562 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:45.979 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:45 smithi067 bash[79370]: audit 2023-12-09T02:13:45.350916+0000 mon.a (mon.0) 3563 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:45.979 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:45 smithi067 bash[79370]: audit 2023-12-09T02:13:45.354533+0000 mon.a (mon.0) 3564 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:45.979 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:45 smithi067 bash[79370]: audit 2023-12-09T02:13:45.356014+0000 mon.a (mon.0) 3565 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:45.979 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:45 smithi067 bash[79370]: audit 2023-12-09T02:13:45.366572+0000 mon.a (mon.0) 3566 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:45.979 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:45 smithi067 bash[79370]: audit 2023-12-09T02:13:45.450084+0000 mon.a (mon.0) 3567 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:45.979 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:45 smithi067 bash[79370]: audit 2023-12-09T02:13:45.452519+0000 mon.a (mon.0) 3568 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:45.979 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:45 smithi067 bash[79370]: audit 2023-12-09T02:13:45.454978+0000 mon.a (mon.0) 3569 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:45.979 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:45 smithi067 bash[79370]: audit 2023-12-09T02:13:45.455923+0000 mon.a (mon.0) 3570 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:45.979 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:45 smithi067 bash[79370]: audit 2023-12-09T02:13:45.465429+0000 mon.a (mon.0) 3571 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:45.979 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:45 smithi067 bash[79370]: audit 2023-12-09T02:13:45.553194+0000 mon.a (mon.0) 3572 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:45.979 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:45 smithi067 bash[79370]: audit 2023-12-09T02:13:45.556468+0000 mon.a (mon.0) 3573 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:45.980 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:45 smithi067 bash[79370]: audit 2023-12-09T02:13:45.561105+0000 mon.a (mon.0) 3574 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:45.980 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:45 smithi067 bash[79370]: audit 2023-12-09T02:13:45.562816+0000 mon.a (mon.0) 3575 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:45.980 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:45 smithi067 bash[79370]: audit 2023-12-09T02:13:45.572644+0000 mon.a (mon.0) 3576 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:45.980 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:45 smithi067 bash[79370]: audit 2023-12-09T02:13:45.653597+0000 mon.a (mon.0) 3577 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:45.980 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:45 smithi067 bash[79370]: audit 2023-12-09T02:13:45.657077+0000 mon.a (mon.0) 3578 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:45.980 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:45 smithi067 bash[79370]: audit 2023-12-09T02:13:45.660449+0000 mon.a (mon.0) 3579 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:45.980 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:45 smithi067 bash[79370]: audit 2023-12-09T02:13:45.661807+0000 mon.a (mon.0) 3580 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:45.980 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:45 smithi067 bash[79370]: audit 2023-12-09T02:13:45.670587+0000 mon.a (mon.0) 3581 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:45.981 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:45 smithi125 bash[66801]: cephadm 2023-12-09T02:13:43.725505+0000 mgr.y (mgr.25480) 854 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:45.981 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:45 smithi125 bash[66801]: cluster 2023-12-09T02:13:43.740495+0000 mgr.y (mgr.25480) 855 : cluster 0 pgmap v151: 161 pgs: 21 active+undersized+degraded, 41 active+undersized, 99 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2023-12-09T02:13:45.981 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:45 smithi125 bash[66801]: cephadm 2023-12-09T02:13:43.818306+0000 mgr.y (mgr.25480) 856 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:45.981 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:45 smithi125 bash[66801]: cephadm 2023-12-09T02:13:43.912095+0000 mgr.y (mgr.25480) 857 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:45.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:45 smithi125 bash[66801]: cephadm 2023-12-09T02:13:44.009107+0000 mgr.y (mgr.25480) 858 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:45.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:45 smithi125 bash[66801]: cephadm 2023-12-09T02:13:44.105272+0000 mgr.y (mgr.25480) 859 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:45.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:45 smithi125 bash[66801]: cephadm 2023-12-09T02:13:44.203233+0000 mgr.y (mgr.25480) 860 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:45.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:45 smithi125 bash[66801]: cephadm 2023-12-09T02:13:44.292384+0000 mgr.y (mgr.25480) 861 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:45.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:45 smithi125 bash[66801]: cephadm 2023-12-09T02:13:44.388804+0000 mgr.y (mgr.25480) 862 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:45.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:45 smithi125 bash[66801]: cephadm 2023-12-09T02:13:44.485106+0000 mgr.y (mgr.25480) 863 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:45.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:45 smithi125 bash[66801]: cephadm 2023-12-09T02:13:44.579581+0000 mgr.y (mgr.25480) 864 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:45.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:45 smithi125 bash[66801]: cephadm 2023-12-09T02:13:44.679688+0000 mgr.y (mgr.25480) 865 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:45.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:45 smithi125 bash[66801]: audit 2023-12-09T02:13:44.763952+0000 mon.a (mon.0) 3532 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:45.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:45 smithi125 bash[66801]: audit 2023-12-09T02:13:44.767970+0000 mon.a (mon.0) 3533 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:45.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:45 smithi125 bash[66801]: audit 2023-12-09T02:13:44.771886+0000 mon.a (mon.0) 3534 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:45.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:45 smithi125 bash[66801]: audit 2023-12-09T02:13:44.772999+0000 mon.a (mon.0) 3535 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:45.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:45 smithi125 bash[66801]: audit 2023-12-09T02:13:44.782565+0000 mon.a (mon.0) 3536 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:45.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:45 smithi125 bash[66801]: audit 2023-12-09T02:13:44.863274+0000 mon.a (mon.0) 3537 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:45.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:45 smithi125 bash[66801]: audit 2023-12-09T02:13:44.865714+0000 mon.a (mon.0) 3538 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:45.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:45 smithi125 bash[66801]: audit 2023-12-09T02:13:44.868990+0000 mon.a (mon.0) 3539 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:45.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:45 smithi125 bash[66801]: audit 2023-12-09T02:13:44.870311+0000 mon.a (mon.0) 3540 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:45.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:45 smithi125 bash[66801]: audit 2023-12-09T02:13:44.880790+0000 mon.a (mon.0) 3541 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:45.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:45 smithi125 bash[66801]: audit 2023-12-09T02:13:44.959988+0000 mon.a (mon.0) 3542 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:45.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:45 smithi125 bash[66801]: audit 2023-12-09T02:13:44.967567+0000 mon.a (mon.0) 3543 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:45.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:45 smithi125 bash[66801]: audit 2023-12-09T02:13:44.970172+0000 mon.a (mon.0) 3544 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:45.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:45 smithi125 bash[66801]: audit 2023-12-09T02:13:44.971158+0000 mon.a (mon.0) 3545 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:45.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:45 smithi125 bash[66801]: audit 2023-12-09T02:13:44.977038+0000 mon.a (mon.0) 3546 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:45.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:45 smithi125 bash[66801]: audit 2023-12-09T02:13:45.058756+0000 mon.a (mon.0) 3547 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:45.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:45 smithi125 bash[66801]: audit 2023-12-09T02:13:45.061264+0000 mon.a (mon.0) 3548 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:45.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:45 smithi125 bash[66801]: audit 2023-12-09T02:13:45.063829+0000 mon.a (mon.0) 3549 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:45.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:45 smithi125 bash[66801]: audit 2023-12-09T02:13:45.064907+0000 mon.a (mon.0) 3550 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:45.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:45 smithi125 bash[66801]: audit 2023-12-09T02:13:45.070961+0000 mon.a (mon.0) 3551 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:45.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:45 smithi125 bash[66801]: audit 2023-12-09T02:13:45.153750+0000 mon.a (mon.0) 3552 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:45.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:45 smithi125 bash[66801]: audit 2023-12-09T02:13:45.156610+0000 mon.a (mon.0) 3553 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:45.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:45 smithi125 bash[66801]: audit 2023-12-09T02:13:45.159701+0000 mon.a (mon.0) 3554 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:45.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:45 smithi125 bash[66801]: audit 2023-12-09T02:13:45.160996+0000 mon.a (mon.0) 3555 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:45.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:45 smithi125 bash[66801]: audit 2023-12-09T02:13:45.168193+0000 mon.a (mon.0) 3556 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:45.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:45 smithi125 bash[66801]: audit 2023-12-09T02:13:45.248162+0000 mon.a (mon.0) 3557 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:45.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:45 smithi125 bash[66801]: audit 2023-12-09T02:13:45.251383+0000 mon.a (mon.0) 3558 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:45.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:45 smithi125 bash[66801]: audit 2023-12-09T02:13:45.256146+0000 mon.a (mon.0) 3559 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:45.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:45 smithi125 bash[66801]: audit 2023-12-09T02:13:45.257653+0000 mon.a (mon.0) 3560 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:45.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:45 smithi125 bash[66801]: audit 2023-12-09T02:13:45.268412+0000 mon.a (mon.0) 3561 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:45.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:45 smithi125 bash[66801]: audit 2023-12-09T02:13:45.346940+0000 mon.a (mon.0) 3562 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:45.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:45 smithi125 bash[66801]: audit 2023-12-09T02:13:45.350916+0000 mon.a (mon.0) 3563 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:45.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:45 smithi125 bash[66801]: audit 2023-12-09T02:13:45.354533+0000 mon.a (mon.0) 3564 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:45.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:45 smithi125 bash[66801]: audit 2023-12-09T02:13:45.356014+0000 mon.a (mon.0) 3565 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:45.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:45 smithi125 bash[66801]: audit 2023-12-09T02:13:45.366572+0000 mon.a (mon.0) 3566 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:45.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:45 smithi125 bash[66801]: audit 2023-12-09T02:13:45.450084+0000 mon.a (mon.0) 3567 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:45.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:45 smithi125 bash[66801]: audit 2023-12-09T02:13:45.452519+0000 mon.a (mon.0) 3568 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:45.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:45 smithi125 bash[66801]: audit 2023-12-09T02:13:45.454978+0000 mon.a (mon.0) 3569 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:45.986 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:45 smithi125 bash[66801]: audit 2023-12-09T02:13:45.455923+0000 mon.a (mon.0) 3570 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:45.986 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:45 smithi125 bash[66801]: audit 2023-12-09T02:13:45.465429+0000 mon.a (mon.0) 3571 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:45.986 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:45 smithi125 bash[66801]: audit 2023-12-09T02:13:45.553194+0000 mon.a (mon.0) 3572 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:45.986 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:45 smithi125 bash[66801]: audit 2023-12-09T02:13:45.556468+0000 mon.a (mon.0) 3573 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:45.986 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:45 smithi125 bash[66801]: audit 2023-12-09T02:13:45.561105+0000 mon.a (mon.0) 3574 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:45.986 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:45 smithi125 bash[66801]: audit 2023-12-09T02:13:45.562816+0000 mon.a (mon.0) 3575 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:45.986 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:45 smithi125 bash[66801]: audit 2023-12-09T02:13:45.572644+0000 mon.a (mon.0) 3576 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:45.986 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:45 smithi125 bash[66801]: audit 2023-12-09T02:13:45.653597+0000 mon.a (mon.0) 3577 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:45.986 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:45 smithi125 bash[66801]: audit 2023-12-09T02:13:45.657077+0000 mon.a (mon.0) 3578 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:45.986 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:45 smithi125 bash[66801]: audit 2023-12-09T02:13:45.660449+0000 mon.a (mon.0) 3579 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:45.986 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:45 smithi125 bash[66801]: audit 2023-12-09T02:13:45.661807+0000 mon.a (mon.0) 3580 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:45.986 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:45 smithi125 bash[66801]: audit 2023-12-09T02:13:45.670587+0000 mon.a (mon.0) 3581 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:46.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:46 smithi067 bash[82083]: cephadm 2023-12-09T02:13:44.783450+0000 mgr.y (mgr.25480) 866 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:46.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:46 smithi067 bash[82083]: cephadm 2023-12-09T02:13:44.881335+0000 mgr.y (mgr.25480) 867 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:46.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:46 smithi067 bash[82083]: cephadm 2023-12-09T02:13:44.977630+0000 mgr.y (mgr.25480) 868 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:46.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:46 smithi067 bash[82083]: cephadm 2023-12-09T02:13:45.071505+0000 mgr.y (mgr.25480) 869 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:46.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:46 smithi067 bash[82083]: cephadm 2023-12-09T02:13:45.168732+0000 mgr.y (mgr.25480) 870 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:46.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:46 smithi067 bash[82083]: cephadm 2023-12-09T02:13:45.269188+0000 mgr.y (mgr.25480) 871 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:46.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:46 smithi067 bash[82083]: cephadm 2023-12-09T02:13:45.367488+0000 mgr.y (mgr.25480) 872 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:46.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:46 smithi067 bash[82083]: cephadm 2023-12-09T02:13:45.466456+0000 mgr.y (mgr.25480) 873 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:46.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:46 smithi067 bash[82083]: cephadm 2023-12-09T02:13:45.573747+0000 mgr.y (mgr.25480) 874 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:46.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:46 smithi067 bash[82083]: cephadm 2023-12-09T02:13:45.671273+0000 mgr.y (mgr.25480) 875 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:46.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:46 smithi067 bash[82083]: audit 2023-12-09T02:13:45.750973+0000 mon.a (mon.0) 3582 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:46.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:46 smithi067 bash[82083]: audit 2023-12-09T02:13:45.754931+0000 mon.a (mon.0) 3583 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:46.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:46 smithi067 bash[82083]: audit 2023-12-09T02:13:45.758361+0000 mon.a (mon.0) 3584 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:46.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:46 smithi067 bash[82083]: audit 2023-12-09T02:13:45.759642+0000 mon.a (mon.0) 3585 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:46.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:46 smithi067 bash[82083]: audit 2023-12-09T02:13:45.768386+0000 mon.a (mon.0) 3586 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:46.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:46 smithi067 bash[82083]: audit 2023-12-09T02:13:45.849110+0000 mon.a (mon.0) 3587 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:46.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:46 smithi067 bash[82083]: audit 2023-12-09T02:13:45.851595+0000 mon.a (mon.0) 3588 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:46.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:46 smithi067 bash[82083]: audit 2023-12-09T02:13:45.854505+0000 mon.a (mon.0) 3589 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:46.972 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:46 smithi067 bash[82083]: audit 2023-12-09T02:13:45.855460+0000 mon.a (mon.0) 3590 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:46.972 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:46 smithi067 bash[82083]: audit 2023-12-09T02:13:45.865249+0000 mon.a (mon.0) 3591 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:46.972 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:46 smithi067 bash[82083]: audit 2023-12-09T02:13:45.948651+0000 mon.a (mon.0) 3592 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:46.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:46 smithi067 bash[79370]: cephadm 2023-12-09T02:13:44.783450+0000 mgr.y (mgr.25480) 866 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:46.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:46 smithi067 bash[79370]: cephadm 2023-12-09T02:13:44.881335+0000 mgr.y (mgr.25480) 867 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:46.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:46 smithi067 bash[79370]: cephadm 2023-12-09T02:13:44.977630+0000 mgr.y (mgr.25480) 868 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:46.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:46 smithi067 bash[79370]: cephadm 2023-12-09T02:13:45.071505+0000 mgr.y (mgr.25480) 869 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:46.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:46 smithi067 bash[79370]: cephadm 2023-12-09T02:13:45.168732+0000 mgr.y (mgr.25480) 870 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:46.973 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:46 smithi067 bash[79370]: cephadm 2023-12-09T02:13:45.269188+0000 mgr.y (mgr.25480) 871 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:46.973 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:46 smithi067 bash[79370]: cephadm 2023-12-09T02:13:45.367488+0000 mgr.y (mgr.25480) 872 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:46.973 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:46 smithi067 bash[79370]: cephadm 2023-12-09T02:13:45.466456+0000 mgr.y (mgr.25480) 873 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:46.973 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:46 smithi067 bash[79370]: cephadm 2023-12-09T02:13:45.573747+0000 mgr.y (mgr.25480) 874 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:46.973 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:46 smithi067 bash[79370]: cephadm 2023-12-09T02:13:45.671273+0000 mgr.y (mgr.25480) 875 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:46.973 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:46 smithi067 bash[79370]: audit 2023-12-09T02:13:45.750973+0000 mon.a (mon.0) 3582 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:46.973 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:46 smithi067 bash[79370]: audit 2023-12-09T02:13:45.754931+0000 mon.a (mon.0) 3583 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:46.973 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:46 smithi067 bash[79370]: audit 2023-12-09T02:13:45.758361+0000 mon.a (mon.0) 3584 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:46.973 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:46 smithi067 bash[79370]: audit 2023-12-09T02:13:45.759642+0000 mon.a (mon.0) 3585 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:46.973 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:46 smithi067 bash[79370]: audit 2023-12-09T02:13:45.768386+0000 mon.a (mon.0) 3586 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:46.973 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:46 smithi067 bash[79370]: audit 2023-12-09T02:13:45.849110+0000 mon.a (mon.0) 3587 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:46.973 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:46 smithi067 bash[79370]: audit 2023-12-09T02:13:45.851595+0000 mon.a (mon.0) 3588 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:46.973 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:46 smithi067 bash[79370]: audit 2023-12-09T02:13:45.854505+0000 mon.a (mon.0) 3589 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:46.974 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:46 smithi067 bash[79370]: audit 2023-12-09T02:13:45.855460+0000 mon.a (mon.0) 3590 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:46.974 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:46 smithi067 bash[79370]: audit 2023-12-09T02:13:45.865249+0000 mon.a (mon.0) 3591 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:46.974 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:46 smithi067 bash[79370]: audit 2023-12-09T02:13:45.948651+0000 mon.a (mon.0) 3592 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:46.974 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:46 smithi067 bash[82083]: audit 2023-12-09T02:13:45.951009+0000 mon.a (mon.0) 3593 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:46.974 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:46 smithi067 bash[82083]: audit 2023-12-09T02:13:45.953554+0000 mon.a (mon.0) 3594 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:46.974 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:46 smithi067 bash[82083]: audit 2023-12-09T02:13:45.954798+0000 mon.a (mon.0) 3595 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:46.974 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:46 smithi067 bash[82083]: audit 2023-12-09T02:13:45.963283+0000 mon.a (mon.0) 3596 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:46.974 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:46 smithi067 bash[82083]: audit 2023-12-09T02:13:46.049375+0000 mon.a (mon.0) 3597 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:46.975 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:46 smithi067 bash[82083]: audit 2023-12-09T02:13:46.052797+0000 mon.a (mon.0) 3598 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:46.975 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:46 smithi067 bash[82083]: audit 2023-12-09T02:13:46.058537+0000 mon.a (mon.0) 3599 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:46.975 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:46 smithi067 bash[82083]: audit 2023-12-09T02:13:46.060032+0000 mon.a (mon.0) 3600 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:46.975 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:46 smithi067 bash[82083]: audit 2023-12-09T02:13:46.068052+0000 mon.a (mon.0) 3601 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:46.975 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:46 smithi067 bash[82083]: audit 2023-12-09T02:13:46.150717+0000 mon.a (mon.0) 3602 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:46.975 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:46 smithi067 bash[82083]: audit 2023-12-09T02:13:46.154285+0000 mon.a (mon.0) 3603 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:46.975 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:46 smithi067 bash[82083]: audit 2023-12-09T02:13:46.157604+0000 mon.a (mon.0) 3604 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:46.975 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:46 smithi067 bash[82083]: audit 2023-12-09T02:13:46.158761+0000 mon.a (mon.0) 3605 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:46.975 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:46 smithi067 bash[82083]: audit 2023-12-09T02:13:46.167189+0000 mon.a (mon.0) 3606 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:46.975 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:46 smithi067 bash[82083]: audit 2023-12-09T02:13:46.245847+0000 mon.a (mon.0) 3607 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:46.975 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:46 smithi067 bash[82083]: audit 2023-12-09T02:13:46.249138+0000 mon.a (mon.0) 3608 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:46.975 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:46 smithi067 bash[82083]: audit 2023-12-09T02:13:46.253223+0000 mon.a (mon.0) 3609 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:46.975 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:46 smithi067 bash[82083]: audit 2023-12-09T02:13:46.254599+0000 mon.a (mon.0) 3610 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:46.976 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:46 smithi067 bash[82083]: audit 2023-12-09T02:13:46.263710+0000 mon.a (mon.0) 3611 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:46.976 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:46 smithi067 bash[79370]: audit 2023-12-09T02:13:45.951009+0000 mon.a (mon.0) 3593 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:46.976 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:46 smithi067 bash[79370]: audit 2023-12-09T02:13:45.953554+0000 mon.a (mon.0) 3594 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:46.976 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:46 smithi067 bash[79370]: audit 2023-12-09T02:13:45.954798+0000 mon.a (mon.0) 3595 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:46.976 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:46 smithi067 bash[79370]: audit 2023-12-09T02:13:45.963283+0000 mon.a (mon.0) 3596 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:46.977 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:46 smithi067 bash[79370]: audit 2023-12-09T02:13:46.049375+0000 mon.a (mon.0) 3597 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:46.977 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:46 smithi067 bash[79370]: audit 2023-12-09T02:13:46.052797+0000 mon.a (mon.0) 3598 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:46.977 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:46 smithi067 bash[79370]: audit 2023-12-09T02:13:46.058537+0000 mon.a (mon.0) 3599 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:46.977 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:46 smithi067 bash[79370]: audit 2023-12-09T02:13:46.060032+0000 mon.a (mon.0) 3600 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:46.977 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:46 smithi067 bash[79370]: audit 2023-12-09T02:13:46.068052+0000 mon.a (mon.0) 3601 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:46.977 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:46 smithi067 bash[79370]: audit 2023-12-09T02:13:46.150717+0000 mon.a (mon.0) 3602 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:46.977 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:46 smithi067 bash[79370]: audit 2023-12-09T02:13:46.154285+0000 mon.a (mon.0) 3603 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:46.977 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:46 smithi067 bash[79370]: audit 2023-12-09T02:13:46.157604+0000 mon.a (mon.0) 3604 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:46.977 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:46 smithi067 bash[79370]: audit 2023-12-09T02:13:46.158761+0000 mon.a (mon.0) 3605 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:46.977 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:46 smithi067 bash[79370]: audit 2023-12-09T02:13:46.167189+0000 mon.a (mon.0) 3606 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:46.977 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:46 smithi067 bash[79370]: audit 2023-12-09T02:13:46.245847+0000 mon.a (mon.0) 3607 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:46.977 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:46 smithi067 bash[79370]: audit 2023-12-09T02:13:46.249138+0000 mon.a (mon.0) 3608 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:46.977 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:46 smithi067 bash[79370]: audit 2023-12-09T02:13:46.253223+0000 mon.a (mon.0) 3609 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:46.978 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:46 smithi067 bash[79370]: audit 2023-12-09T02:13:46.254599+0000 mon.a (mon.0) 3610 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:46.978 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:46 smithi067 bash[79370]: audit 2023-12-09T02:13:46.263710+0000 mon.a (mon.0) 3611 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:46.978 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:46 smithi067 bash[82083]: audit 2023-12-09T02:13:46.347442+0000 mon.a (mon.0) 3612 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:46.978 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:46 smithi067 bash[82083]: audit 2023-12-09T02:13:46.349829+0000 mon.a (mon.0) 3613 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:46.978 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:46 smithi067 bash[82083]: audit 2023-12-09T02:13:46.352493+0000 mon.a (mon.0) 3614 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:46.978 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:46 smithi067 bash[82083]: audit 2023-12-09T02:13:46.353445+0000 mon.a (mon.0) 3615 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:46.978 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:46 smithi067 bash[82083]: audit 2023-12-09T02:13:46.360261+0000 mon.a (mon.0) 3616 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:46.979 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:46 smithi067 bash[82083]: audit 2023-12-09T02:13:46.437951+0000 mon.a (mon.0) 3617 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:46.979 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:46 smithi067 bash[82083]: audit 2023-12-09T02:13:46.442093+0000 mon.a (mon.0) 3618 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:46.979 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:46 smithi067 bash[82083]: audit 2023-12-09T02:13:46.445875+0000 mon.a (mon.0) 3619 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:46.979 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:46 smithi067 bash[82083]: audit 2023-12-09T02:13:46.447199+0000 mon.a (mon.0) 3620 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:46.979 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:46 smithi067 bash[82083]: audit 2023-12-09T02:13:46.456928+0000 mon.a (mon.0) 3621 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:46.979 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:46 smithi067 bash[82083]: audit 2023-12-09T02:13:46.538875+0000 mon.a (mon.0) 3622 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:46.979 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:46 smithi067 bash[82083]: audit 2023-12-09T02:13:46.541334+0000 mon.a (mon.0) 3623 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:46.979 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:46 smithi067 bash[82083]: audit 2023-12-09T02:13:46.544610+0000 mon.a (mon.0) 3624 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:46.979 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:46 smithi067 bash[82083]: audit 2023-12-09T02:13:46.545654+0000 mon.a (mon.0) 3625 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:46.979 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:46 smithi067 bash[82083]: audit 2023-12-09T02:13:46.553822+0000 mon.a (mon.0) 3626 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:46.979 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:46 smithi067 bash[82083]: audit 2023-12-09T02:13:46.637167+0000 mon.a (mon.0) 3627 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:46.979 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:46 smithi067 bash[82083]: audit 2023-12-09T02:13:46.639814+0000 mon.a (mon.0) 3628 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:46.980 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:46 smithi067 bash[82083]: audit 2023-12-09T02:13:46.642911+0000 mon.a (mon.0) 3629 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:46.980 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:46 smithi067 bash[82083]: audit 2023-12-09T02:13:46.643858+0000 mon.a (mon.0) 3630 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:46.980 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:46 smithi067 bash[82083]: audit 2023-12-09T02:13:46.652787+0000 mon.a (mon.0) 3631 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:46.980 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:46 smithi067 bash[79370]: audit 2023-12-09T02:13:46.347442+0000 mon.a (mon.0) 3612 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:46.981 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:46 smithi067 bash[79370]: audit 2023-12-09T02:13:46.349829+0000 mon.a (mon.0) 3613 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:46.981 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:46 smithi067 bash[79370]: audit 2023-12-09T02:13:46.352493+0000 mon.a (mon.0) 3614 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:46.981 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:46 smithi067 bash[79370]: audit 2023-12-09T02:13:46.353445+0000 mon.a (mon.0) 3615 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:46.981 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:46 smithi067 bash[79370]: audit 2023-12-09T02:13:46.360261+0000 mon.a (mon.0) 3616 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:46.981 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:46 smithi067 bash[79370]: audit 2023-12-09T02:13:46.437951+0000 mon.a (mon.0) 3617 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:46.981 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:46 smithi067 bash[79370]: audit 2023-12-09T02:13:46.442093+0000 mon.a (mon.0) 3618 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:46.981 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:46 smithi067 bash[79370]: audit 2023-12-09T02:13:46.445875+0000 mon.a (mon.0) 3619 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:46.981 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:46 smithi067 bash[79370]: audit 2023-12-09T02:13:46.447199+0000 mon.a (mon.0) 3620 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:46.981 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:46 smithi067 bash[79370]: audit 2023-12-09T02:13:46.456928+0000 mon.a (mon.0) 3621 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:46.981 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:46 smithi067 bash[79370]: audit 2023-12-09T02:13:46.538875+0000 mon.a (mon.0) 3622 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:46.982 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:46 smithi067 bash[79370]: audit 2023-12-09T02:13:46.541334+0000 mon.a (mon.0) 3623 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:46.982 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:46 smithi067 bash[79370]: audit 2023-12-09T02:13:46.544610+0000 mon.a (mon.0) 3624 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:46.982 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:46 smithi067 bash[79370]: audit 2023-12-09T02:13:46.545654+0000 mon.a (mon.0) 3625 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:46.982 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:46 smithi067 bash[79370]: audit 2023-12-09T02:13:46.553822+0000 mon.a (mon.0) 3626 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:46.982 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:46 smithi067 bash[79370]: audit 2023-12-09T02:13:46.637167+0000 mon.a (mon.0) 3627 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:46.982 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:46 smithi067 bash[79370]: audit 2023-12-09T02:13:46.639814+0000 mon.a (mon.0) 3628 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:46.982 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:46 smithi067 bash[79370]: audit 2023-12-09T02:13:46.642911+0000 mon.a (mon.0) 3629 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:46.982 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:46 smithi067 bash[79370]: audit 2023-12-09T02:13:46.643858+0000 mon.a (mon.0) 3630 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:46.982 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:46 smithi067 bash[79370]: audit 2023-12-09T02:13:46.652787+0000 mon.a (mon.0) 3631 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:46.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:46 smithi125 bash[66801]: cephadm 2023-12-09T02:13:44.783450+0000 mgr.y (mgr.25480) 866 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:46.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:46 smithi125 bash[66801]: cephadm 2023-12-09T02:13:44.881335+0000 mgr.y (mgr.25480) 867 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:46.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:46 smithi125 bash[66801]: cephadm 2023-12-09T02:13:44.977630+0000 mgr.y (mgr.25480) 868 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:46.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:46 smithi125 bash[66801]: cephadm 2023-12-09T02:13:45.071505+0000 mgr.y (mgr.25480) 869 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:46.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:46 smithi125 bash[66801]: cephadm 2023-12-09T02:13:45.168732+0000 mgr.y (mgr.25480) 870 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:46.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:46 smithi125 bash[66801]: cephadm 2023-12-09T02:13:45.269188+0000 mgr.y (mgr.25480) 871 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:46.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:46 smithi125 bash[66801]: cephadm 2023-12-09T02:13:45.367488+0000 mgr.y (mgr.25480) 872 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:46.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:46 smithi125 bash[66801]: cephadm 2023-12-09T02:13:45.466456+0000 mgr.y (mgr.25480) 873 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:46.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:46 smithi125 bash[66801]: cephadm 2023-12-09T02:13:45.573747+0000 mgr.y (mgr.25480) 874 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:46.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:46 smithi125 bash[66801]: cephadm 2023-12-09T02:13:45.671273+0000 mgr.y (mgr.25480) 875 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:46.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:46 smithi125 bash[66801]: audit 2023-12-09T02:13:45.750973+0000 mon.a (mon.0) 3582 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:46.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:46 smithi125 bash[66801]: audit 2023-12-09T02:13:45.754931+0000 mon.a (mon.0) 3583 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:46.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:46 smithi125 bash[66801]: audit 2023-12-09T02:13:45.758361+0000 mon.a (mon.0) 3584 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:46.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:46 smithi125 bash[66801]: audit 2023-12-09T02:13:45.759642+0000 mon.a (mon.0) 3585 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:46.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:46 smithi125 bash[66801]: audit 2023-12-09T02:13:45.768386+0000 mon.a (mon.0) 3586 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:46.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:46 smithi125 bash[66801]: audit 2023-12-09T02:13:45.849110+0000 mon.a (mon.0) 3587 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:46.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:46 smithi125 bash[66801]: audit 2023-12-09T02:13:45.851595+0000 mon.a (mon.0) 3588 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:46.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:46 smithi125 bash[66801]: audit 2023-12-09T02:13:45.854505+0000 mon.a (mon.0) 3589 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:46.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:46 smithi125 bash[66801]: audit 2023-12-09T02:13:45.855460+0000 mon.a (mon.0) 3590 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:46.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:46 smithi125 bash[66801]: audit 2023-12-09T02:13:45.865249+0000 mon.a (mon.0) 3591 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:46.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:46 smithi125 bash[66801]: audit 2023-12-09T02:13:45.948651+0000 mon.a (mon.0) 3592 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:46.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:46 smithi125 bash[66801]: audit 2023-12-09T02:13:45.951009+0000 mon.a (mon.0) 3593 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:46.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:46 smithi125 bash[66801]: audit 2023-12-09T02:13:45.953554+0000 mon.a (mon.0) 3594 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:46.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:46 smithi125 bash[66801]: audit 2023-12-09T02:13:45.954798+0000 mon.a (mon.0) 3595 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:46.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:46 smithi125 bash[66801]: audit 2023-12-09T02:13:45.963283+0000 mon.a (mon.0) 3596 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:46.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:46 smithi125 bash[66801]: audit 2023-12-09T02:13:46.049375+0000 mon.a (mon.0) 3597 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:46.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:46 smithi125 bash[66801]: audit 2023-12-09T02:13:46.052797+0000 mon.a (mon.0) 3598 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:46.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:46 smithi125 bash[66801]: audit 2023-12-09T02:13:46.058537+0000 mon.a (mon.0) 3599 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:46.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:46 smithi125 bash[66801]: audit 2023-12-09T02:13:46.060032+0000 mon.a (mon.0) 3600 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:46.986 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:46 smithi125 bash[66801]: audit 2023-12-09T02:13:46.068052+0000 mon.a (mon.0) 3601 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:46.986 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:46 smithi125 bash[66801]: audit 2023-12-09T02:13:46.150717+0000 mon.a (mon.0) 3602 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:46.986 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:46 smithi125 bash[66801]: audit 2023-12-09T02:13:46.154285+0000 mon.a (mon.0) 3603 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:46.986 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:46 smithi125 bash[66801]: audit 2023-12-09T02:13:46.157604+0000 mon.a (mon.0) 3604 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:46.986 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:46 smithi125 bash[66801]: audit 2023-12-09T02:13:46.158761+0000 mon.a (mon.0) 3605 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:46.986 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:46 smithi125 bash[66801]: audit 2023-12-09T02:13:46.167189+0000 mon.a (mon.0) 3606 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:46.986 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:46 smithi125 bash[66801]: audit 2023-12-09T02:13:46.245847+0000 mon.a (mon.0) 3607 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:46.986 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:46 smithi125 bash[66801]: audit 2023-12-09T02:13:46.249138+0000 mon.a (mon.0) 3608 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:46.986 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:46 smithi125 bash[66801]: audit 2023-12-09T02:13:46.253223+0000 mon.a (mon.0) 3609 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:46.986 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:46 smithi125 bash[66801]: audit 2023-12-09T02:13:46.254599+0000 mon.a (mon.0) 3610 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:46.986 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:46 smithi125 bash[66801]: audit 2023-12-09T02:13:46.263710+0000 mon.a (mon.0) 3611 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:46.986 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:46 smithi125 bash[66801]: audit 2023-12-09T02:13:46.347442+0000 mon.a (mon.0) 3612 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:46.986 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:46 smithi125 bash[66801]: audit 2023-12-09T02:13:46.349829+0000 mon.a (mon.0) 3613 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:46.986 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:46 smithi125 bash[66801]: audit 2023-12-09T02:13:46.352493+0000 mon.a (mon.0) 3614 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:46.987 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:46 smithi125 bash[66801]: audit 2023-12-09T02:13:46.353445+0000 mon.a (mon.0) 3615 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:46.987 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:46 smithi125 bash[66801]: audit 2023-12-09T02:13:46.360261+0000 mon.a (mon.0) 3616 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:46.987 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:46 smithi125 bash[66801]: audit 2023-12-09T02:13:46.437951+0000 mon.a (mon.0) 3617 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:46.987 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:46 smithi125 bash[66801]: audit 2023-12-09T02:13:46.442093+0000 mon.a (mon.0) 3618 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:46.987 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:46 smithi125 bash[66801]: audit 2023-12-09T02:13:46.445875+0000 mon.a (mon.0) 3619 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:46.987 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:46 smithi125 bash[66801]: audit 2023-12-09T02:13:46.447199+0000 mon.a (mon.0) 3620 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:46.987 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:46 smithi125 bash[66801]: audit 2023-12-09T02:13:46.456928+0000 mon.a (mon.0) 3621 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:46.987 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:46 smithi125 bash[66801]: audit 2023-12-09T02:13:46.538875+0000 mon.a (mon.0) 3622 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:46.987 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:46 smithi125 bash[66801]: audit 2023-12-09T02:13:46.541334+0000 mon.a (mon.0) 3623 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:46.988 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:46 smithi125 bash[66801]: audit 2023-12-09T02:13:46.544610+0000 mon.a (mon.0) 3624 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:46.988 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:46 smithi125 bash[66801]: audit 2023-12-09T02:13:46.545654+0000 mon.a (mon.0) 3625 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:46.988 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:46 smithi125 bash[66801]: audit 2023-12-09T02:13:46.553822+0000 mon.a (mon.0) 3626 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:46.988 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:46 smithi125 bash[66801]: audit 2023-12-09T02:13:46.637167+0000 mon.a (mon.0) 3627 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:46.988 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:46 smithi125 bash[66801]: audit 2023-12-09T02:13:46.639814+0000 mon.a (mon.0) 3628 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:46.988 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:46 smithi125 bash[66801]: audit 2023-12-09T02:13:46.642911+0000 mon.a (mon.0) 3629 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:46.988 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:46 smithi125 bash[66801]: audit 2023-12-09T02:13:46.643858+0000 mon.a (mon.0) 3630 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:46.989 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:46 smithi125 bash[66801]: audit 2023-12-09T02:13:46.652787+0000 mon.a (mon.0) 3631 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:47.583 INFO:journalctl@ceph.osd.3.smithi067.stdout:Dec 09 02:13:47 smithi067 bash[96853]: debug 2023-12-09T02:13:47.292+0000 7fac8351e700 1 -- 172.21.15.67:0/2175185674 <== mon.0 v2:172.21.15.67:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x5616618971e0 con 0x56166191c800 2023-12-09T02:13:47.859 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:47 smithi067 bash[79370]: cluster 2023-12-09T02:13:45.741730+0000 mgr.y (mgr.25480) 876 : cluster 0 pgmap v152: 161 pgs: 21 active+undersized+degraded, 41 active+undersized, 99 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2023-12-09T02:13:47.859 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:47 smithi067 bash[79370]: cephadm 2023-12-09T02:13:45.769259+0000 mgr.y (mgr.25480) 877 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:47.859 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:47 smithi067 bash[79370]: cephadm 2023-12-09T02:13:45.865834+0000 mgr.y (mgr.25480) 878 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:47.859 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:47 smithi067 bash[79370]: cephadm 2023-12-09T02:13:45.964017+0000 mgr.y (mgr.25480) 879 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:47.859 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:47 smithi067 bash[79370]: cephadm 2023-12-09T02:13:46.068754+0000 mgr.y (mgr.25480) 880 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:47.859 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:47 smithi067 bash[79370]: cephadm 2023-12-09T02:13:46.167803+0000 mgr.y (mgr.25480) 881 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:47.859 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:47 smithi067 bash[79370]: cephadm 2023-12-09T02:13:46.264351+0000 mgr.y (mgr.25480) 882 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:47.860 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:47 smithi067 bash[79370]: cephadm 2023-12-09T02:13:46.360785+0000 mgr.y (mgr.25480) 883 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:47.860 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:47 smithi067 bash[79370]: cephadm 2023-12-09T02:13:46.457982+0000 mgr.y (mgr.25480) 884 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:47.860 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:47 smithi067 bash[79370]: cephadm 2023-12-09T02:13:46.554390+0000 mgr.y (mgr.25480) 885 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:47.860 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:47 smithi067 bash[79370]: cephadm 2023-12-09T02:13:46.653498+0000 mgr.y (mgr.25480) 886 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:47.860 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:47 smithi067 bash[79370]: audit 2023-12-09T02:13:46.730787+0000 mon.a (mon.0) 3632 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:47.860 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:47 smithi067 bash[79370]: audit 2023-12-09T02:13:46.732967+0000 mon.a (mon.0) 3633 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:47.860 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:47 smithi067 bash[79370]: audit 2023-12-09T02:13:46.735589+0000 mon.a (mon.0) 3634 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:47.860 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:47 smithi067 bash[79370]: audit 2023-12-09T02:13:46.736380+0000 mon.a (mon.0) 3635 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:47.860 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:47 smithi067 bash[79370]: audit 2023-12-09T02:13:46.744969+0000 mon.a (mon.0) 3636 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:47.860 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:47 smithi067 bash[79370]: audit 2023-12-09T02:13:46.823898+0000 mon.a (mon.0) 3637 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:47.860 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:47 smithi067 bash[79370]: audit 2023-12-09T02:13:46.826970+0000 mon.a (mon.0) 3638 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:47.860 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:47 smithi067 bash[79370]: audit 2023-12-09T02:13:46.829401+0000 mon.a (mon.0) 3639 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:47.860 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:47 smithi067 bash[79370]: audit 2023-12-09T02:13:46.830312+0000 mon.a (mon.0) 3640 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:47.860 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:47 smithi067 bash[79370]: audit 2023-12-09T02:13:46.838020+0000 mon.a (mon.0) 3641 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:47.860 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:47 smithi067 bash[79370]: audit 2023-12-09T02:13:46.917197+0000 mon.a (mon.0) 3642 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:47.861 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:47 smithi067 bash[79370]: audit 2023-12-09T02:13:46.920348+0000 mon.a (mon.0) 3643 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:47.861 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:47 smithi067 bash[79370]: audit 2023-12-09T02:13:46.923523+0000 mon.a (mon.0) 3644 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:47.861 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:47 smithi067 bash[79370]: audit 2023-12-09T02:13:46.924937+0000 mon.a (mon.0) 3645 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:47.861 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:47 smithi067 bash[79370]: audit 2023-12-09T02:13:46.934333+0000 mon.a (mon.0) 3646 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:47.861 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:47 smithi067 bash[79370]: audit 2023-12-09T02:13:47.012533+0000 mon.a (mon.0) 3647 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:47.861 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:47 smithi067 bash[79370]: audit 2023-12-09T02:13:47.015526+0000 mon.a (mon.0) 3648 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:47.861 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:47 smithi067 bash[79370]: audit 2023-12-09T02:13:47.018226+0000 mon.a (mon.0) 3649 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:47.861 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:47 smithi067 bash[79370]: audit 2023-12-09T02:13:47.019341+0000 mon.a (mon.0) 3650 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:47.861 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:47 smithi067 bash[79370]: audit 2023-12-09T02:13:47.027621+0000 mon.a (mon.0) 3651 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:47.861 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:47 smithi067 bash[79370]: audit 2023-12-09T02:13:47.113046+0000 mon.a (mon.0) 3652 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:47.861 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:47 smithi067 bash[79370]: audit 2023-12-09T02:13:47.115628+0000 mon.a (mon.0) 3653 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:47.861 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:47 smithi067 bash[79370]: audit 2023-12-09T02:13:47.118337+0000 mon.a (mon.0) 3654 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:47.861 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:47 smithi067 bash[79370]: audit 2023-12-09T02:13:47.119480+0000 mon.a (mon.0) 3655 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:47.861 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:47 smithi067 bash[79370]: audit 2023-12-09T02:13:47.127670+0000 mon.a (mon.0) 3656 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:47.861 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:47 smithi067 bash[79370]: audit 2023-12-09T02:13:47.206357+0000 mon.a (mon.0) 3657 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:47.862 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:47 smithi067 bash[79370]: audit 2023-12-09T02:13:47.209045+0000 mon.a (mon.0) 3658 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:47.862 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:47 smithi067 bash[79370]: audit 2023-12-09T02:13:47.213420+0000 mon.a (mon.0) 3659 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:47.862 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:47 smithi067 bash[79370]: audit 2023-12-09T02:13:47.214535+0000 mon.a (mon.0) 3660 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:47.862 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:47 smithi067 bash[79370]: cluster 2023-12-09T02:13:47.218164+0000 mon.a (mon.0) 3661 : cluster 3 Health check update: Degraded data redundancy: 86/726 objects degraded (11.846%), 21 pgs degraded (PG_DEGRADED) 2023-12-09T02:13:47.862 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:47 smithi067 bash[79370]: audit 2023-12-09T02:13:47.224309+0000 mon.a (mon.0) 3662 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:47.862 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:47 smithi067 bash[79370]: audit 2023-12-09T02:13:47.306494+0000 mon.a (mon.0) 3663 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:47.862 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:47 smithi067 bash[79370]: audit 2023-12-09T02:13:47.308773+0000 mon.a (mon.0) 3664 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:47.862 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:47 smithi067 bash[79370]: audit 2023-12-09T02:13:47.311759+0000 mon.a (mon.0) 3665 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:47.862 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:47 smithi067 bash[79370]: audit 2023-12-09T02:13:47.312506+0000 mon.a (mon.0) 3666 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:47.862 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:47 smithi067 bash[79370]: audit 2023-12-09T02:13:47.318952+0000 mon.a (mon.0) 3667 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:47.862 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:47 smithi067 bash[79370]: audit 2023-12-09T02:13:47.402812+0000 mon.a (mon.0) 3668 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:47.862 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:47 smithi067 bash[79370]: audit 2023-12-09T02:13:47.405439+0000 mon.a (mon.0) 3669 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:47.862 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:47 smithi067 bash[79370]: audit 2023-12-09T02:13:47.409066+0000 mon.a (mon.0) 3670 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:47.862 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:47 smithi067 bash[79370]: audit 2023-12-09T02:13:47.410590+0000 mon.a (mon.0) 3671 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:47.862 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:47 smithi067 bash[79370]: audit 2023-12-09T02:13:47.417769+0000 mon.a (mon.0) 3672 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:47.863 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:47 smithi067 bash[79370]: audit 2023-12-09T02:13:47.497209+0000 mon.a (mon.0) 3673 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:47.863 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:47 smithi067 bash[79370]: audit 2023-12-09T02:13:47.499943+0000 mon.a (mon.0) 3674 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:47.863 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:47 smithi067 bash[79370]: audit 2023-12-09T02:13:47.502638+0000 mon.a (mon.0) 3675 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:47.863 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:47 smithi067 bash[79370]: audit 2023-12-09T02:13:47.503645+0000 mon.a (mon.0) 3676 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:47.863 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:47 smithi067 bash[79370]: audit 2023-12-09T02:13:47.510425+0000 mon.a (mon.0) 3677 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:47.863 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:47 smithi067 bash[79370]: audit 2023-12-09T02:13:47.592986+0000 mon.a (mon.0) 3678 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:47.863 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:47 smithi067 bash[79370]: audit 2023-12-09T02:13:47.596099+0000 mon.a (mon.0) 3679 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:47.863 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:47 smithi067 bash[82083]: cluster 2023-12-09T02:13:45.741730+0000 mgr.y (mgr.25480) 876 : cluster 0 pgmap v152: 161 pgs: 21 active+undersized+degraded, 41 active+undersized, 99 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2023-12-09T02:13:47.863 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:47 smithi067 bash[82083]: cephadm 2023-12-09T02:13:45.769259+0000 mgr.y (mgr.25480) 877 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:47.863 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:47 smithi067 bash[82083]: cephadm 2023-12-09T02:13:45.865834+0000 mgr.y (mgr.25480) 878 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:47.863 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:47 smithi067 bash[82083]: cephadm 2023-12-09T02:13:45.964017+0000 mgr.y (mgr.25480) 879 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:47.864 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:47 smithi067 bash[82083]: cephadm 2023-12-09T02:13:46.068754+0000 mgr.y (mgr.25480) 880 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:47.864 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:47 smithi067 bash[82083]: cephadm 2023-12-09T02:13:46.167803+0000 mgr.y (mgr.25480) 881 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:47.864 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:47 smithi067 bash[82083]: cephadm 2023-12-09T02:13:46.264351+0000 mgr.y (mgr.25480) 882 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:47.864 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:47 smithi067 bash[82083]: cephadm 2023-12-09T02:13:46.360785+0000 mgr.y (mgr.25480) 883 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:47.864 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:47 smithi067 bash[82083]: cephadm 2023-12-09T02:13:46.457982+0000 mgr.y (mgr.25480) 884 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:47.864 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:47 smithi067 bash[82083]: cephadm 2023-12-09T02:13:46.554390+0000 mgr.y (mgr.25480) 885 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:47.864 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:47 smithi067 bash[82083]: cephadm 2023-12-09T02:13:46.653498+0000 mgr.y (mgr.25480) 886 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:47.864 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:47 smithi067 bash[82083]: audit 2023-12-09T02:13:46.730787+0000 mon.a (mon.0) 3632 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:47.864 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:47 smithi067 bash[82083]: audit 2023-12-09T02:13:46.732967+0000 mon.a (mon.0) 3633 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:47.864 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:47 smithi067 bash[82083]: audit 2023-12-09T02:13:46.735589+0000 mon.a (mon.0) 3634 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:47.864 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:47 smithi067 bash[82083]: audit 2023-12-09T02:13:46.736380+0000 mon.a (mon.0) 3635 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:47.864 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:47 smithi067 bash[82083]: audit 2023-12-09T02:13:46.744969+0000 mon.a (mon.0) 3636 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:47.864 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:47 smithi067 bash[82083]: audit 2023-12-09T02:13:46.823898+0000 mon.a (mon.0) 3637 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:47.864 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:47 smithi067 bash[82083]: audit 2023-12-09T02:13:46.826970+0000 mon.a (mon.0) 3638 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:47.864 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:47 smithi067 bash[82083]: audit 2023-12-09T02:13:46.829401+0000 mon.a (mon.0) 3639 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:47.865 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:47 smithi067 bash[82083]: audit 2023-12-09T02:13:46.830312+0000 mon.a (mon.0) 3640 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:47.865 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:47 smithi067 bash[79370]: audit 2023-12-09T02:13:47.598379+0000 mon.a (mon.0) 3680 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:47.865 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:47 smithi067 bash[79370]: audit 2023-12-09T02:13:47.599333+0000 mon.a (mon.0) 3681 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:47.865 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:47 smithi067 bash[79370]: audit 2023-12-09T02:13:47.605481+0000 mon.a (mon.0) 3682 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:47.865 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:47 smithi067 bash[79370]: audit 2023-12-09T02:13:47.670601+0000 mon.a (mon.0) 3683 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:47.865 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:47 smithi067 bash[79370]: audit 2023-12-09T02:13:47.672963+0000 mon.a (mon.0) 3684 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:47.865 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:47 smithi067 bash[79370]: audit 2023-12-09T02:13:47.676462+0000 mon.a (mon.0) 3685 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:47.865 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:47 smithi067 bash[79370]: audit 2023-12-09T02:13:47.677998+0000 mon.a (mon.0) 3686 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:47.865 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:47 smithi067 bash[79370]: audit 2023-12-09T02:13:47.687149+0000 mon.a (mon.0) 3687 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:47.866 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:47 smithi067 bash[82083]: audit 2023-12-09T02:13:46.838020+0000 mon.a (mon.0) 3641 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:47.866 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:47 smithi067 bash[82083]: audit 2023-12-09T02:13:46.917197+0000 mon.a (mon.0) 3642 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:47.866 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:47 smithi067 bash[82083]: audit 2023-12-09T02:13:46.920348+0000 mon.a (mon.0) 3643 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:47.866 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:47 smithi067 bash[82083]: audit 2023-12-09T02:13:46.923523+0000 mon.a (mon.0) 3644 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:47.866 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:47 smithi067 bash[82083]: audit 2023-12-09T02:13:46.924937+0000 mon.a (mon.0) 3645 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:47.866 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:47 smithi067 bash[82083]: audit 2023-12-09T02:13:46.934333+0000 mon.a (mon.0) 3646 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:47.866 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:47 smithi067 bash[82083]: audit 2023-12-09T02:13:47.012533+0000 mon.a (mon.0) 3647 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:47.866 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:47 smithi067 bash[82083]: audit 2023-12-09T02:13:47.015526+0000 mon.a (mon.0) 3648 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:47.866 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:47 smithi067 bash[82083]: audit 2023-12-09T02:13:47.018226+0000 mon.a (mon.0) 3649 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:47.866 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:47 smithi067 bash[82083]: audit 2023-12-09T02:13:47.019341+0000 mon.a (mon.0) 3650 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:47.866 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:47 smithi067 bash[82083]: audit 2023-12-09T02:13:47.027621+0000 mon.a (mon.0) 3651 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:47.866 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:47 smithi067 bash[82083]: audit 2023-12-09T02:13:47.113046+0000 mon.a (mon.0) 3652 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:47.866 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:47 smithi067 bash[82083]: audit 2023-12-09T02:13:47.115628+0000 mon.a (mon.0) 3653 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:47.866 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:47 smithi067 bash[82083]: audit 2023-12-09T02:13:47.118337+0000 mon.a (mon.0) 3654 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:47.867 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:47 smithi067 bash[82083]: audit 2023-12-09T02:13:47.119480+0000 mon.a (mon.0) 3655 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:47.867 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:47 smithi067 bash[82083]: audit 2023-12-09T02:13:47.127670+0000 mon.a (mon.0) 3656 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:47.867 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:47 smithi067 bash[82083]: audit 2023-12-09T02:13:47.206357+0000 mon.a (mon.0) 3657 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:47.867 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:47 smithi067 bash[82083]: audit 2023-12-09T02:13:47.209045+0000 mon.a (mon.0) 3658 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:47.867 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:47 smithi067 bash[82083]: audit 2023-12-09T02:13:47.213420+0000 mon.a (mon.0) 3659 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:47.867 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:47 smithi067 bash[82083]: audit 2023-12-09T02:13:47.214535+0000 mon.a (mon.0) 3660 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:47.867 INFO:journalctl@ceph.osd.3.smithi067.stdout:Dec 09 02:13:47 smithi067 bash[96853]: debug 2023-12-09T02:13:47.856+0000 7fac8c6a4640 -1 Falling back to public interface 2023-12-09T02:13:47.868 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:47 smithi067 bash[82083]: cluster 2023-12-09T02:13:47.218164+0000 mon.a (mon.0) 3661 : cluster 3 Health check update: Degraded data redundancy: 86/726 objects degraded (11.846%), 21 pgs degraded (PG_DEGRADED) 2023-12-09T02:13:47.868 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:47 smithi067 bash[82083]: audit 2023-12-09T02:13:47.224309+0000 mon.a (mon.0) 3662 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:47.868 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:47 smithi067 bash[82083]: audit 2023-12-09T02:13:47.306494+0000 mon.a (mon.0) 3663 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:47.868 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:47 smithi067 bash[82083]: audit 2023-12-09T02:13:47.308773+0000 mon.a (mon.0) 3664 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:47.868 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:47 smithi067 bash[82083]: audit 2023-12-09T02:13:47.311759+0000 mon.a (mon.0) 3665 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:47.868 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:47 smithi067 bash[82083]: audit 2023-12-09T02:13:47.312506+0000 mon.a (mon.0) 3666 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:47.868 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:47 smithi067 bash[82083]: audit 2023-12-09T02:13:47.318952+0000 mon.a (mon.0) 3667 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:47.868 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:47 smithi067 bash[82083]: audit 2023-12-09T02:13:47.402812+0000 mon.a (mon.0) 3668 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:47.868 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:47 smithi067 bash[82083]: audit 2023-12-09T02:13:47.405439+0000 mon.a (mon.0) 3669 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:47.868 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:47 smithi067 bash[82083]: audit 2023-12-09T02:13:47.409066+0000 mon.a (mon.0) 3670 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:47.868 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:47 smithi067 bash[82083]: audit 2023-12-09T02:13:47.410590+0000 mon.a (mon.0) 3671 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:47.868 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:47 smithi067 bash[82083]: audit 2023-12-09T02:13:47.417769+0000 mon.a (mon.0) 3672 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:47.868 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:47 smithi067 bash[82083]: audit 2023-12-09T02:13:47.497209+0000 mon.a (mon.0) 3673 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:47.868 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:47 smithi067 bash[82083]: audit 2023-12-09T02:13:47.499943+0000 mon.a (mon.0) 3674 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:47.869 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:47 smithi067 bash[82083]: audit 2023-12-09T02:13:47.502638+0000 mon.a (mon.0) 3675 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:47.869 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:47 smithi067 bash[82083]: audit 2023-12-09T02:13:47.503645+0000 mon.a (mon.0) 3676 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:47.869 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:47 smithi067 bash[82083]: audit 2023-12-09T02:13:47.510425+0000 mon.a (mon.0) 3677 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:47.869 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:47 smithi067 bash[82083]: audit 2023-12-09T02:13:47.592986+0000 mon.a (mon.0) 3678 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:47.869 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:47 smithi067 bash[82083]: audit 2023-12-09T02:13:47.596099+0000 mon.a (mon.0) 3679 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:47.869 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:47 smithi067 bash[82083]: audit 2023-12-09T02:13:47.598379+0000 mon.a (mon.0) 3680 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:47.869 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:47 smithi067 bash[82083]: audit 2023-12-09T02:13:47.599333+0000 mon.a (mon.0) 3681 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:47.869 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:47 smithi067 bash[82083]: audit 2023-12-09T02:13:47.605481+0000 mon.a (mon.0) 3682 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:47.869 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:47 smithi067 bash[82083]: audit 2023-12-09T02:13:47.670601+0000 mon.a (mon.0) 3683 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:47.869 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:47 smithi067 bash[82083]: audit 2023-12-09T02:13:47.672963+0000 mon.a (mon.0) 3684 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:47.869 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:47 smithi067 bash[82083]: audit 2023-12-09T02:13:47.676462+0000 mon.a (mon.0) 3685 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:47.869 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:47 smithi067 bash[82083]: audit 2023-12-09T02:13:47.677998+0000 mon.a (mon.0) 3686 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:47.869 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:47 smithi067 bash[82083]: audit 2023-12-09T02:13:47.687149+0000 mon.a (mon.0) 3687 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:47.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:47 smithi125 bash[66801]: cluster 2023-12-09T02:13:45.741730+0000 mgr.y (mgr.25480) 876 : cluster 0 pgmap v152: 161 pgs: 21 active+undersized+degraded, 41 active+undersized, 99 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2023-12-09T02:13:47.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:47 smithi125 bash[66801]: cephadm 2023-12-09T02:13:45.769259+0000 mgr.y (mgr.25480) 877 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:47.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:47 smithi125 bash[66801]: cephadm 2023-12-09T02:13:45.865834+0000 mgr.y (mgr.25480) 878 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:47.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:47 smithi125 bash[66801]: cephadm 2023-12-09T02:13:45.964017+0000 mgr.y (mgr.25480) 879 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:47.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:47 smithi125 bash[66801]: cephadm 2023-12-09T02:13:46.068754+0000 mgr.y (mgr.25480) 880 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:47.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:47 smithi125 bash[66801]: cephadm 2023-12-09T02:13:46.167803+0000 mgr.y (mgr.25480) 881 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:47.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:47 smithi125 bash[66801]: cephadm 2023-12-09T02:13:46.264351+0000 mgr.y (mgr.25480) 882 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:47.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:47 smithi125 bash[66801]: cephadm 2023-12-09T02:13:46.360785+0000 mgr.y (mgr.25480) 883 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:47.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:47 smithi125 bash[66801]: cephadm 2023-12-09T02:13:46.457982+0000 mgr.y (mgr.25480) 884 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:47.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:47 smithi125 bash[66801]: cephadm 2023-12-09T02:13:46.554390+0000 mgr.y (mgr.25480) 885 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:47.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:47 smithi125 bash[66801]: cephadm 2023-12-09T02:13:46.653498+0000 mgr.y (mgr.25480) 886 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:47.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:47 smithi125 bash[66801]: audit 2023-12-09T02:13:46.730787+0000 mon.a (mon.0) 3632 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:47.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:47 smithi125 bash[66801]: audit 2023-12-09T02:13:46.732967+0000 mon.a (mon.0) 3633 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:47.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:47 smithi125 bash[66801]: audit 2023-12-09T02:13:46.735589+0000 mon.a (mon.0) 3634 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:47.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:47 smithi125 bash[66801]: audit 2023-12-09T02:13:46.736380+0000 mon.a (mon.0) 3635 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:47.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:47 smithi125 bash[66801]: audit 2023-12-09T02:13:46.744969+0000 mon.a (mon.0) 3636 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:47.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:47 smithi125 bash[66801]: audit 2023-12-09T02:13:46.823898+0000 mon.a (mon.0) 3637 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:47.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:47 smithi125 bash[66801]: audit 2023-12-09T02:13:46.826970+0000 mon.a (mon.0) 3638 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:47.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:47 smithi125 bash[66801]: audit 2023-12-09T02:13:46.829401+0000 mon.a (mon.0) 3639 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:47.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:47 smithi125 bash[66801]: audit 2023-12-09T02:13:46.830312+0000 mon.a (mon.0) 3640 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:47.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:47 smithi125 bash[66801]: audit 2023-12-09T02:13:46.838020+0000 mon.a (mon.0) 3641 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:47.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:47 smithi125 bash[66801]: audit 2023-12-09T02:13:46.917197+0000 mon.a (mon.0) 3642 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:47.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:47 smithi125 bash[66801]: audit 2023-12-09T02:13:46.920348+0000 mon.a (mon.0) 3643 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:47.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:47 smithi125 bash[66801]: audit 2023-12-09T02:13:46.923523+0000 mon.a (mon.0) 3644 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:47.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:47 smithi125 bash[66801]: audit 2023-12-09T02:13:46.924937+0000 mon.a (mon.0) 3645 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:47.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:47 smithi125 bash[66801]: audit 2023-12-09T02:13:46.934333+0000 mon.a (mon.0) 3646 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:47.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:47 smithi125 bash[66801]: audit 2023-12-09T02:13:47.012533+0000 mon.a (mon.0) 3647 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:47.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:47 smithi125 bash[66801]: audit 2023-12-09T02:13:47.015526+0000 mon.a (mon.0) 3648 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:47.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:47 smithi125 bash[66801]: audit 2023-12-09T02:13:47.018226+0000 mon.a (mon.0) 3649 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:47.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:47 smithi125 bash[66801]: audit 2023-12-09T02:13:47.019341+0000 mon.a (mon.0) 3650 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:47.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:47 smithi125 bash[66801]: audit 2023-12-09T02:13:47.027621+0000 mon.a (mon.0) 3651 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:47.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:47 smithi125 bash[66801]: audit 2023-12-09T02:13:47.113046+0000 mon.a (mon.0) 3652 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:47.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:47 smithi125 bash[66801]: audit 2023-12-09T02:13:47.115628+0000 mon.a (mon.0) 3653 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:47.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:47 smithi125 bash[66801]: audit 2023-12-09T02:13:47.118337+0000 mon.a (mon.0) 3654 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:47.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:47 smithi125 bash[66801]: audit 2023-12-09T02:13:47.119480+0000 mon.a (mon.0) 3655 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:47.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:47 smithi125 bash[66801]: audit 2023-12-09T02:13:47.127670+0000 mon.a (mon.0) 3656 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:47.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:47 smithi125 bash[66801]: audit 2023-12-09T02:13:47.206357+0000 mon.a (mon.0) 3657 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:47.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:47 smithi125 bash[66801]: audit 2023-12-09T02:13:47.209045+0000 mon.a (mon.0) 3658 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:47.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:47 smithi125 bash[66801]: audit 2023-12-09T02:13:47.213420+0000 mon.a (mon.0) 3659 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:47.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:47 smithi125 bash[66801]: audit 2023-12-09T02:13:47.214535+0000 mon.a (mon.0) 3660 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:47.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:47 smithi125 bash[66801]: cluster 2023-12-09T02:13:47.218164+0000 mon.a (mon.0) 3661 : cluster 3 Health check update: Degraded data redundancy: 86/726 objects degraded (11.846%), 21 pgs degraded (PG_DEGRADED) 2023-12-09T02:13:47.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:47 smithi125 bash[66801]: audit 2023-12-09T02:13:47.224309+0000 mon.a (mon.0) 3662 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:47.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:47 smithi125 bash[66801]: audit 2023-12-09T02:13:47.306494+0000 mon.a (mon.0) 3663 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:47.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:47 smithi125 bash[66801]: audit 2023-12-09T02:13:47.308773+0000 mon.a (mon.0) 3664 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:47.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:47 smithi125 bash[66801]: audit 2023-12-09T02:13:47.311759+0000 mon.a (mon.0) 3665 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:47.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:47 smithi125 bash[66801]: audit 2023-12-09T02:13:47.312506+0000 mon.a (mon.0) 3666 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:47.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:47 smithi125 bash[66801]: audit 2023-12-09T02:13:47.318952+0000 mon.a (mon.0) 3667 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:47.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:47 smithi125 bash[66801]: audit 2023-12-09T02:13:47.402812+0000 mon.a (mon.0) 3668 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:47.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:47 smithi125 bash[66801]: audit 2023-12-09T02:13:47.405439+0000 mon.a (mon.0) 3669 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:47.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:47 smithi125 bash[66801]: audit 2023-12-09T02:13:47.409066+0000 mon.a (mon.0) 3670 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:47.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:47 smithi125 bash[66801]: audit 2023-12-09T02:13:47.410590+0000 mon.a (mon.0) 3671 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:47.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:47 smithi125 bash[66801]: audit 2023-12-09T02:13:47.417769+0000 mon.a (mon.0) 3672 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:47.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:47 smithi125 bash[66801]: audit 2023-12-09T02:13:47.497209+0000 mon.a (mon.0) 3673 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:47.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:47 smithi125 bash[66801]: audit 2023-12-09T02:13:47.499943+0000 mon.a (mon.0) 3674 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:47.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:47 smithi125 bash[66801]: audit 2023-12-09T02:13:47.502638+0000 mon.a (mon.0) 3675 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:47.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:47 smithi125 bash[66801]: audit 2023-12-09T02:13:47.503645+0000 mon.a (mon.0) 3676 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:47.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:47 smithi125 bash[66801]: audit 2023-12-09T02:13:47.510425+0000 mon.a (mon.0) 3677 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:47.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:47 smithi125 bash[66801]: audit 2023-12-09T02:13:47.592986+0000 mon.a (mon.0) 3678 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:47.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:47 smithi125 bash[66801]: audit 2023-12-09T02:13:47.596099+0000 mon.a (mon.0) 3679 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:47.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:47 smithi125 bash[66801]: audit 2023-12-09T02:13:47.598379+0000 mon.a (mon.0) 3680 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:47.978 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:47 smithi125 bash[66801]: audit 2023-12-09T02:13:47.599333+0000 mon.a (mon.0) 3681 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:47.978 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:47 smithi125 bash[66801]: audit 2023-12-09T02:13:47.605481+0000 mon.a (mon.0) 3682 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:47.978 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:47 smithi125 bash[66801]: audit 2023-12-09T02:13:47.670601+0000 mon.a (mon.0) 3683 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:47.978 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:47 smithi125 bash[66801]: audit 2023-12-09T02:13:47.672963+0000 mon.a (mon.0) 3684 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:47.978 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:47 smithi125 bash[66801]: audit 2023-12-09T02:13:47.676462+0000 mon.a (mon.0) 3685 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:47.978 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:47 smithi125 bash[66801]: audit 2023-12-09T02:13:47.677998+0000 mon.a (mon.0) 3686 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:47.978 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:47 smithi125 bash[66801]: audit 2023-12-09T02:13:47.687149+0000 mon.a (mon.0) 3687 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:48.741 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:48 smithi067 bash[82083]: cephadm 2023-12-09T02:13:46.745618+0000 mgr.y (mgr.25480) 887 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:48.742 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:48 smithi067 bash[82083]: cephadm 2023-12-09T02:13:46.838746+0000 mgr.y (mgr.25480) 888 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:48.742 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:48 smithi067 bash[82083]: cephadm 2023-12-09T02:13:46.935026+0000 mgr.y (mgr.25480) 889 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:48.742 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:48 smithi067 bash[82083]: cephadm 2023-12-09T02:13:47.028248+0000 mgr.y (mgr.25480) 890 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:48.742 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:48 smithi067 bash[82083]: cephadm 2023-12-09T02:13:47.128285+0000 mgr.y (mgr.25480) 891 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:48.742 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:48 smithi067 bash[82083]: cephadm 2023-12-09T02:13:47.226669+0000 mgr.y (mgr.25480) 892 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:48.742 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:48 smithi067 bash[82083]: cephadm 2023-12-09T02:13:47.319427+0000 mgr.y (mgr.25480) 893 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:48.742 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:48 smithi067 bash[82083]: cephadm 2023-12-09T02:13:47.418297+0000 mgr.y (mgr.25480) 894 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:48.742 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:48 smithi067 bash[82083]: cephadm 2023-12-09T02:13:47.510929+0000 mgr.y (mgr.25480) 895 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:48.742 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:48 smithi067 bash[82083]: cephadm 2023-12-09T02:13:47.605993+0000 mgr.y (mgr.25480) 896 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:48.742 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:48 smithi067 bash[82083]: cephadm 2023-12-09T02:13:47.687814+0000 mgr.y (mgr.25480) 897 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:48.742 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:48 smithi067 bash[82083]: audit 2023-12-09T02:13:47.765439+0000 mon.a (mon.0) 3688 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:48.742 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:48 smithi067 bash[82083]: audit 2023-12-09T02:13:47.767955+0000 mon.a (mon.0) 3689 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:48.743 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:48 smithi067 bash[82083]: audit 2023-12-09T02:13:47.771574+0000 mon.a (mon.0) 3690 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:48.743 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:48 smithi067 bash[82083]: audit 2023-12-09T02:13:47.772849+0000 mon.a (mon.0) 3691 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:48.743 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:48 smithi067 bash[82083]: audit 2023-12-09T02:13:47.783093+0000 mon.a (mon.0) 3692 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:48.743 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:48 smithi067 bash[82083]: audit 2023-12-09T02:13:47.871802+0000 mon.a (mon.0) 3693 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:48.743 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:48 smithi067 bash[82083]: audit 2023-12-09T02:13:47.874277+0000 mon.a (mon.0) 3694 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:48.743 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:48 smithi067 bash[82083]: audit 2023-12-09T02:13:47.877848+0000 mon.a (mon.0) 3695 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:48.743 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:48 smithi067 bash[82083]: audit 2023-12-09T02:13:47.878839+0000 mon.a (mon.0) 3696 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:48.743 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:48 smithi067 bash[82083]: audit 2023-12-09T02:13:47.886663+0000 mon.a (mon.0) 3697 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:48.743 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:48 smithi067 bash[79370]: cephadm 2023-12-09T02:13:46.745618+0000 mgr.y (mgr.25480) 887 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:48.743 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:48 smithi067 bash[79370]: cephadm 2023-12-09T02:13:46.838746+0000 mgr.y (mgr.25480) 888 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:48.743 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:48 smithi067 bash[79370]: cephadm 2023-12-09T02:13:46.935026+0000 mgr.y (mgr.25480) 889 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:48.744 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:48 smithi067 bash[79370]: cephadm 2023-12-09T02:13:47.028248+0000 mgr.y (mgr.25480) 890 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:48.744 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:48 smithi067 bash[79370]: cephadm 2023-12-09T02:13:47.128285+0000 mgr.y (mgr.25480) 891 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:48.744 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:48 smithi067 bash[79370]: cephadm 2023-12-09T02:13:47.226669+0000 mgr.y (mgr.25480) 892 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:48.744 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:48 smithi067 bash[79370]: cephadm 2023-12-09T02:13:47.319427+0000 mgr.y (mgr.25480) 893 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:48.744 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:48 smithi067 bash[79370]: cephadm 2023-12-09T02:13:47.418297+0000 mgr.y (mgr.25480) 894 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:48.744 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:48 smithi067 bash[79370]: cephadm 2023-12-09T02:13:47.510929+0000 mgr.y (mgr.25480) 895 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:48.744 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:48 smithi067 bash[79370]: cephadm 2023-12-09T02:13:47.605993+0000 mgr.y (mgr.25480) 896 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:48.744 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:48 smithi067 bash[79370]: cephadm 2023-12-09T02:13:47.687814+0000 mgr.y (mgr.25480) 897 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:48.744 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:48 smithi067 bash[79370]: audit 2023-12-09T02:13:47.765439+0000 mon.a (mon.0) 3688 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:48.744 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:48 smithi067 bash[79370]: audit 2023-12-09T02:13:47.767955+0000 mon.a (mon.0) 3689 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:48.744 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:48 smithi067 bash[79370]: audit 2023-12-09T02:13:47.771574+0000 mon.a (mon.0) 3690 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:48.744 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:48 smithi067 bash[79370]: audit 2023-12-09T02:13:47.772849+0000 mon.a (mon.0) 3691 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:48.744 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:48 smithi067 bash[79370]: audit 2023-12-09T02:13:47.783093+0000 mon.a (mon.0) 3692 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:48.744 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:48 smithi067 bash[79370]: audit 2023-12-09T02:13:47.871802+0000 mon.a (mon.0) 3693 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:48.744 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:48 smithi067 bash[79370]: audit 2023-12-09T02:13:47.874277+0000 mon.a (mon.0) 3694 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:48.745 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:48 smithi067 bash[79370]: audit 2023-12-09T02:13:47.877848+0000 mon.a (mon.0) 3695 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:48.745 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:48 smithi067 bash[79370]: audit 2023-12-09T02:13:47.878839+0000 mon.a (mon.0) 3696 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:48.745 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:48 smithi067 bash[79370]: audit 2023-12-09T02:13:47.886663+0000 mon.a (mon.0) 3697 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:48.745 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:48 smithi067 bash[82083]: audit 2023-12-09T02:13:47.969796+0000 mon.a (mon.0) 3698 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:48.745 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:48 smithi067 bash[82083]: audit 2023-12-09T02:13:47.972203+0000 mon.a (mon.0) 3699 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:48.745 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:48 smithi067 bash[82083]: audit 2023-12-09T02:13:47.975465+0000 mon.a (mon.0) 3700 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:48.745 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:48 smithi067 bash[82083]: audit 2023-12-09T02:13:47.976631+0000 mon.a (mon.0) 3701 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:48.745 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:48 smithi067 bash[82083]: audit 2023-12-09T02:13:47.983214+0000 mon.a (mon.0) 3702 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:48.745 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:48 smithi067 bash[82083]: audit 2023-12-09T02:13:48.062493+0000 mon.a (mon.0) 3703 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:48.745 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:48 smithi067 bash[82083]: audit 2023-12-09T02:13:48.065894+0000 mon.a (mon.0) 3704 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:48.745 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:48 smithi067 bash[82083]: audit 2023-12-09T02:13:48.069811+0000 mon.a (mon.0) 3705 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:48.746 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:48 smithi067 bash[82083]: audit 2023-12-09T02:13:48.071059+0000 mon.a (mon.0) 3706 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:48.746 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:48 smithi067 bash[82083]: audit 2023-12-09T02:13:48.079470+0000 mon.a (mon.0) 3707 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:48.746 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:48 smithi067 bash[82083]: audit 2023-12-09T02:13:48.161685+0000 mon.a (mon.0) 3708 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:48.746 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:48 smithi067 bash[82083]: audit 2023-12-09T02:13:48.163765+0000 mon.a (mon.0) 3709 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:48.746 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:48 smithi067 bash[82083]: audit 2023-12-09T02:13:48.166582+0000 mon.a (mon.0) 3710 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:48.746 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:48 smithi067 bash[82083]: audit 2023-12-09T02:13:48.167542+0000 mon.a (mon.0) 3711 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:48.747 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:48 smithi067 bash[82083]: audit 2023-12-09T02:13:48.176450+0000 mon.a (mon.0) 3712 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:48.747 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:48 smithi067 bash[82083]: audit 2023-12-09T02:13:48.238676+0000 mon.a (mon.0) 3713 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:48.747 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:48 smithi067 bash[82083]: audit 2023-12-09T02:13:48.242045+0000 mon.a (mon.0) 3714 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:48.747 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:48 smithi067 bash[82083]: audit 2023-12-09T02:13:48.246025+0000 mon.a (mon.0) 3715 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:48.747 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:48 smithi067 bash[82083]: audit 2023-12-09T02:13:48.247503+0000 mon.a (mon.0) 3716 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:48.748 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:48 smithi067 bash[79370]: audit 2023-12-09T02:13:47.969796+0000 mon.a (mon.0) 3698 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:48.748 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:48 smithi067 bash[79370]: audit 2023-12-09T02:13:47.972203+0000 mon.a (mon.0) 3699 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:48.748 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:48 smithi067 bash[79370]: audit 2023-12-09T02:13:47.975465+0000 mon.a (mon.0) 3700 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:48.748 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:48 smithi067 bash[79370]: audit 2023-12-09T02:13:47.976631+0000 mon.a (mon.0) 3701 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:48.748 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:48 smithi067 bash[79370]: audit 2023-12-09T02:13:47.983214+0000 mon.a (mon.0) 3702 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:48.748 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:48 smithi067 bash[79370]: audit 2023-12-09T02:13:48.062493+0000 mon.a (mon.0) 3703 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:48.748 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:48 smithi067 bash[79370]: audit 2023-12-09T02:13:48.065894+0000 mon.a (mon.0) 3704 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:48.748 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:48 smithi067 bash[79370]: audit 2023-12-09T02:13:48.069811+0000 mon.a (mon.0) 3705 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:48.748 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:48 smithi067 bash[79370]: audit 2023-12-09T02:13:48.071059+0000 mon.a (mon.0) 3706 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:48.748 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:48 smithi067 bash[79370]: audit 2023-12-09T02:13:48.079470+0000 mon.a (mon.0) 3707 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:48.748 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:48 smithi067 bash[79370]: audit 2023-12-09T02:13:48.161685+0000 mon.a (mon.0) 3708 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:48.749 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:48 smithi067 bash[79370]: audit 2023-12-09T02:13:48.163765+0000 mon.a (mon.0) 3709 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:48.749 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:48 smithi067 bash[79370]: audit 2023-12-09T02:13:48.166582+0000 mon.a (mon.0) 3710 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:48.749 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:48 smithi067 bash[79370]: audit 2023-12-09T02:13:48.167542+0000 mon.a (mon.0) 3711 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:48.749 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:48 smithi067 bash[79370]: audit 2023-12-09T02:13:48.176450+0000 mon.a (mon.0) 3712 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:48.749 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:48 smithi067 bash[79370]: audit 2023-12-09T02:13:48.238676+0000 mon.a (mon.0) 3713 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:48.749 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:48 smithi067 bash[79370]: audit 2023-12-09T02:13:48.242045+0000 mon.a (mon.0) 3714 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:48.749 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:48 smithi067 bash[79370]: audit 2023-12-09T02:13:48.246025+0000 mon.a (mon.0) 3715 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:48.749 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:48 smithi067 bash[79370]: audit 2023-12-09T02:13:48.247503+0000 mon.a (mon.0) 3716 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:48.749 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:48 smithi067 bash[82083]: audit 2023-12-09T02:13:48.257185+0000 mon.a (mon.0) 3717 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:48.749 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:48 smithi067 bash[82083]: audit 2023-12-09T02:13:48.336030+0000 mon.a (mon.0) 3718 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:48.749 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:48 smithi067 bash[82083]: audit 2023-12-09T02:13:48.338438+0000 mon.a (mon.0) 3719 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:48.750 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:48 smithi067 bash[82083]: audit 2023-12-09T02:13:48.341019+0000 mon.a (mon.0) 3720 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:48.750 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:48 smithi067 bash[82083]: audit 2023-12-09T02:13:48.342115+0000 mon.a (mon.0) 3721 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:48.750 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:48 smithi067 bash[82083]: audit 2023-12-09T02:13:48.348554+0000 mon.a (mon.0) 3722 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:48.750 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:48 smithi067 bash[82083]: audit 2023-12-09T02:13:48.433983+0000 mon.a (mon.0) 3723 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:48.750 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:48 smithi067 bash[82083]: audit 2023-12-09T02:13:48.436596+0000 mon.a (mon.0) 3724 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:48.750 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:48 smithi067 bash[82083]: audit 2023-12-09T02:13:48.439449+0000 mon.a (mon.0) 3725 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:48.750 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:48 smithi067 bash[82083]: audit 2023-12-09T02:13:48.440648+0000 mon.a (mon.0) 3726 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:48.750 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:48 smithi067 bash[82083]: audit 2023-12-09T02:13:48.447856+0000 mon.a (mon.0) 3727 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:48.751 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:48 smithi067 bash[82083]: audit 2023-12-09T02:13:48.528610+0000 mon.a (mon.0) 3728 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:48.751 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:48 smithi067 bash[82083]: audit 2023-12-09T02:13:48.533033+0000 mon.a (mon.0) 3729 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:48.751 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:48 smithi067 bash[82083]: audit 2023-12-09T02:13:48.536948+0000 mon.a (mon.0) 3730 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:48.751 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:48 smithi067 bash[82083]: audit 2023-12-09T02:13:48.538294+0000 mon.a (mon.0) 3731 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:48.751 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:48 smithi067 bash[82083]: audit 2023-12-09T02:13:48.545870+0000 mon.a (mon.0) 3732 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:48.751 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:48 smithi067 bash[82083]: audit 2023-12-09T02:13:48.626641+0000 mon.a (mon.0) 3733 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:48.751 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:48 smithi067 bash[82083]: audit 2023-12-09T02:13:48.628704+0000 mon.a (mon.0) 3734 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:48.751 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:48 smithi067 bash[82083]: audit 2023-12-09T02:13:48.631589+0000 mon.a (mon.0) 3735 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:48.751 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:48 smithi067 bash[82083]: audit 2023-12-09T02:13:48.632657+0000 mon.a (mon.0) 3736 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:48.751 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:48 smithi067 bash[82083]: audit 2023-12-09T02:13:48.640872+0000 mon.a (mon.0) 3737 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:48.751 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:48 smithi067 bash[79370]: audit 2023-12-09T02:13:48.257185+0000 mon.a (mon.0) 3717 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:48.751 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:48 smithi067 bash[79370]: audit 2023-12-09T02:13:48.336030+0000 mon.a (mon.0) 3718 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:48.751 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:48 smithi067 bash[79370]: audit 2023-12-09T02:13:48.338438+0000 mon.a (mon.0) 3719 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:48.752 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:48 smithi067 bash[79370]: audit 2023-12-09T02:13:48.341019+0000 mon.a (mon.0) 3720 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:48.752 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:48 smithi067 bash[79370]: audit 2023-12-09T02:13:48.342115+0000 mon.a (mon.0) 3721 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:48.752 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:48 smithi067 bash[79370]: audit 2023-12-09T02:13:48.348554+0000 mon.a (mon.0) 3722 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:48.752 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:48 smithi067 bash[79370]: audit 2023-12-09T02:13:48.433983+0000 mon.a (mon.0) 3723 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:48.752 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:48 smithi067 bash[79370]: audit 2023-12-09T02:13:48.436596+0000 mon.a (mon.0) 3724 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:48.752 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:48 smithi067 bash[79370]: audit 2023-12-09T02:13:48.439449+0000 mon.a (mon.0) 3725 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:48.752 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:48 smithi067 bash[79370]: audit 2023-12-09T02:13:48.440648+0000 mon.a (mon.0) 3726 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:48.752 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:48 smithi067 bash[79370]: audit 2023-12-09T02:13:48.447856+0000 mon.a (mon.0) 3727 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:48.752 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:48 smithi067 bash[79370]: audit 2023-12-09T02:13:48.528610+0000 mon.a (mon.0) 3728 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:48.752 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:48 smithi067 bash[79370]: audit 2023-12-09T02:13:48.533033+0000 mon.a (mon.0) 3729 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:48.752 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:48 smithi067 bash[79370]: audit 2023-12-09T02:13:48.536948+0000 mon.a (mon.0) 3730 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:48.752 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:48 smithi067 bash[79370]: audit 2023-12-09T02:13:48.538294+0000 mon.a (mon.0) 3731 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:48.752 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:48 smithi067 bash[79370]: audit 2023-12-09T02:13:48.545870+0000 mon.a (mon.0) 3732 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:48.752 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:48 smithi067 bash[79370]: audit 2023-12-09T02:13:48.626641+0000 mon.a (mon.0) 3733 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:48.752 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:48 smithi067 bash[79370]: audit 2023-12-09T02:13:48.628704+0000 mon.a (mon.0) 3734 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:48.753 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:48 smithi067 bash[79370]: audit 2023-12-09T02:13:48.631589+0000 mon.a (mon.0) 3735 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:48.753 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:48 smithi067 bash[79370]: audit 2023-12-09T02:13:48.632657+0000 mon.a (mon.0) 3736 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:48.753 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:48 smithi067 bash[79370]: audit 2023-12-09T02:13:48.640872+0000 mon.a (mon.0) 3737 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:48.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:48 smithi125 bash[66801]: cephadm 2023-12-09T02:13:46.745618+0000 mgr.y (mgr.25480) 887 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:48.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:48 smithi125 bash[66801]: cephadm 2023-12-09T02:13:46.838746+0000 mgr.y (mgr.25480) 888 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:48.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:48 smithi125 bash[66801]: cephadm 2023-12-09T02:13:46.935026+0000 mgr.y (mgr.25480) 889 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:48.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:48 smithi125 bash[66801]: cephadm 2023-12-09T02:13:47.028248+0000 mgr.y (mgr.25480) 890 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:48.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:48 smithi125 bash[66801]: cephadm 2023-12-09T02:13:47.128285+0000 mgr.y (mgr.25480) 891 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:48.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:48 smithi125 bash[66801]: cephadm 2023-12-09T02:13:47.226669+0000 mgr.y (mgr.25480) 892 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:48.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:48 smithi125 bash[66801]: cephadm 2023-12-09T02:13:47.319427+0000 mgr.y (mgr.25480) 893 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:48.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:48 smithi125 bash[66801]: cephadm 2023-12-09T02:13:47.418297+0000 mgr.y (mgr.25480) 894 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:48.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:48 smithi125 bash[66801]: cephadm 2023-12-09T02:13:47.510929+0000 mgr.y (mgr.25480) 895 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:48.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:48 smithi125 bash[66801]: cephadm 2023-12-09T02:13:47.605993+0000 mgr.y (mgr.25480) 896 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:48.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:48 smithi125 bash[66801]: cephadm 2023-12-09T02:13:47.687814+0000 mgr.y (mgr.25480) 897 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:48.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:48 smithi125 bash[66801]: audit 2023-12-09T02:13:47.765439+0000 mon.a (mon.0) 3688 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:48.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:48 smithi125 bash[66801]: audit 2023-12-09T02:13:47.767955+0000 mon.a (mon.0) 3689 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:48.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:48 smithi125 bash[66801]: audit 2023-12-09T02:13:47.771574+0000 mon.a (mon.0) 3690 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:48.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:48 smithi125 bash[66801]: audit 2023-12-09T02:13:47.772849+0000 mon.a (mon.0) 3691 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:48.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:48 smithi125 bash[66801]: audit 2023-12-09T02:13:47.783093+0000 mon.a (mon.0) 3692 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:48.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:48 smithi125 bash[66801]: audit 2023-12-09T02:13:47.871802+0000 mon.a (mon.0) 3693 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:48.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:48 smithi125 bash[66801]: audit 2023-12-09T02:13:47.874277+0000 mon.a (mon.0) 3694 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:48.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:48 smithi125 bash[66801]: audit 2023-12-09T02:13:47.877848+0000 mon.a (mon.0) 3695 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:48.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:48 smithi125 bash[66801]: audit 2023-12-09T02:13:47.878839+0000 mon.a (mon.0) 3696 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:48.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:48 smithi125 bash[66801]: audit 2023-12-09T02:13:47.886663+0000 mon.a (mon.0) 3697 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:48.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:48 smithi125 bash[66801]: audit 2023-12-09T02:13:47.969796+0000 mon.a (mon.0) 3698 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:48.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:48 smithi125 bash[66801]: audit 2023-12-09T02:13:47.972203+0000 mon.a (mon.0) 3699 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:48.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:48 smithi125 bash[66801]: audit 2023-12-09T02:13:47.975465+0000 mon.a (mon.0) 3700 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:48.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:48 smithi125 bash[66801]: audit 2023-12-09T02:13:47.976631+0000 mon.a (mon.0) 3701 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:48.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:48 smithi125 bash[66801]: audit 2023-12-09T02:13:47.983214+0000 mon.a (mon.0) 3702 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:48.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:48 smithi125 bash[66801]: audit 2023-12-09T02:13:48.062493+0000 mon.a (mon.0) 3703 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:48.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:48 smithi125 bash[66801]: audit 2023-12-09T02:13:48.065894+0000 mon.a (mon.0) 3704 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:48.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:48 smithi125 bash[66801]: audit 2023-12-09T02:13:48.069811+0000 mon.a (mon.0) 3705 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:48.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:48 smithi125 bash[66801]: audit 2023-12-09T02:13:48.071059+0000 mon.a (mon.0) 3706 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:48.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:48 smithi125 bash[66801]: audit 2023-12-09T02:13:48.079470+0000 mon.a (mon.0) 3707 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:48.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:48 smithi125 bash[66801]: audit 2023-12-09T02:13:48.161685+0000 mon.a (mon.0) 3708 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:48.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:48 smithi125 bash[66801]: audit 2023-12-09T02:13:48.163765+0000 mon.a (mon.0) 3709 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:48.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:48 smithi125 bash[66801]: audit 2023-12-09T02:13:48.166582+0000 mon.a (mon.0) 3710 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:48.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:48 smithi125 bash[66801]: audit 2023-12-09T02:13:48.167542+0000 mon.a (mon.0) 3711 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:48.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:48 smithi125 bash[66801]: audit 2023-12-09T02:13:48.176450+0000 mon.a (mon.0) 3712 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:48.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:48 smithi125 bash[66801]: audit 2023-12-09T02:13:48.238676+0000 mon.a (mon.0) 3713 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:48.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:48 smithi125 bash[66801]: audit 2023-12-09T02:13:48.242045+0000 mon.a (mon.0) 3714 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:48.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:48 smithi125 bash[66801]: audit 2023-12-09T02:13:48.246025+0000 mon.a (mon.0) 3715 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:48.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:48 smithi125 bash[66801]: audit 2023-12-09T02:13:48.247503+0000 mon.a (mon.0) 3716 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:48.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:48 smithi125 bash[66801]: audit 2023-12-09T02:13:48.257185+0000 mon.a (mon.0) 3717 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:48.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:48 smithi125 bash[66801]: audit 2023-12-09T02:13:48.336030+0000 mon.a (mon.0) 3718 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:48.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:48 smithi125 bash[66801]: audit 2023-12-09T02:13:48.338438+0000 mon.a (mon.0) 3719 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:48.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:48 smithi125 bash[66801]: audit 2023-12-09T02:13:48.341019+0000 mon.a (mon.0) 3720 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:48.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:48 smithi125 bash[66801]: audit 2023-12-09T02:13:48.342115+0000 mon.a (mon.0) 3721 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:48.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:48 smithi125 bash[66801]: audit 2023-12-09T02:13:48.348554+0000 mon.a (mon.0) 3722 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:48.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:48 smithi125 bash[66801]: audit 2023-12-09T02:13:48.433983+0000 mon.a (mon.0) 3723 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:48.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:48 smithi125 bash[66801]: audit 2023-12-09T02:13:48.436596+0000 mon.a (mon.0) 3724 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:48.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:48 smithi125 bash[66801]: audit 2023-12-09T02:13:48.439449+0000 mon.a (mon.0) 3725 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:48.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:48 smithi125 bash[66801]: audit 2023-12-09T02:13:48.440648+0000 mon.a (mon.0) 3726 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:48.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:48 smithi125 bash[66801]: audit 2023-12-09T02:13:48.447856+0000 mon.a (mon.0) 3727 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:48.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:48 smithi125 bash[66801]: audit 2023-12-09T02:13:48.528610+0000 mon.a (mon.0) 3728 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:48.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:48 smithi125 bash[66801]: audit 2023-12-09T02:13:48.533033+0000 mon.a (mon.0) 3729 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:48.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:48 smithi125 bash[66801]: audit 2023-12-09T02:13:48.536948+0000 mon.a (mon.0) 3730 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:48.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:48 smithi125 bash[66801]: audit 2023-12-09T02:13:48.538294+0000 mon.a (mon.0) 3731 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:48.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:48 smithi125 bash[66801]: audit 2023-12-09T02:13:48.545870+0000 mon.a (mon.0) 3732 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:48.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:48 smithi125 bash[66801]: audit 2023-12-09T02:13:48.626641+0000 mon.a (mon.0) 3733 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:48.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:48 smithi125 bash[66801]: audit 2023-12-09T02:13:48.628704+0000 mon.a (mon.0) 3734 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:48.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:48 smithi125 bash[66801]: audit 2023-12-09T02:13:48.631589+0000 mon.a (mon.0) 3735 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:48.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:48 smithi125 bash[66801]: audit 2023-12-09T02:13:48.632657+0000 mon.a (mon.0) 3736 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:48.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:48 smithi125 bash[66801]: audit 2023-12-09T02:13:48.640872+0000 mon.a (mon.0) 3737 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:49.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:49 smithi067 bash[79370]: cluster 2023-12-09T02:13:47.742336+0000 mgr.y (mgr.25480) 898 : cluster 0 pgmap v153: 161 pgs: 21 active+undersized+degraded, 41 active+undersized, 99 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s; 86/726 objects degraded (11.846%) 2023-12-09T02:13:49.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:49 smithi067 bash[79370]: cephadm 2023-12-09T02:13:47.783806+0000 mgr.y (mgr.25480) 899 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:49.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:49 smithi067 bash[79370]: cephadm 2023-12-09T02:13:47.887170+0000 mgr.y (mgr.25480) 900 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:49.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:49 smithi067 bash[79370]: cephadm 2023-12-09T02:13:47.983997+0000 mgr.y (mgr.25480) 901 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:49.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:49 smithi067 bash[79370]: cephadm 2023-12-09T02:13:48.080211+0000 mgr.y (mgr.25480) 902 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:49.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:49 smithi067 bash[79370]: cephadm 2023-12-09T02:13:48.177053+0000 mgr.y (mgr.25480) 903 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:49.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:49 smithi067 bash[79370]: cephadm 2023-12-09T02:13:48.258182+0000 mgr.y (mgr.25480) 904 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:49.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:49 smithi067 bash[79370]: cephadm 2023-12-09T02:13:48.349575+0000 mgr.y (mgr.25480) 905 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:49.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:49 smithi067 bash[79370]: cephadm 2023-12-09T02:13:48.448415+0000 mgr.y (mgr.25480) 906 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:49.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:49 smithi067 bash[79370]: cephadm 2023-12-09T02:13:48.546428+0000 mgr.y (mgr.25480) 907 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:49.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:49 smithi067 bash[79370]: cephadm 2023-12-09T02:13:48.641689+0000 mgr.y (mgr.25480) 908 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:49.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:49 smithi067 bash[79370]: audit 2023-12-09T02:13:48.725946+0000 mon.a (mon.0) 3738 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:49.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:49 smithi067 bash[79370]: audit 2023-12-09T02:13:48.727870+0000 mon.a (mon.0) 3739 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:49.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:49 smithi067 bash[79370]: audit 2023-12-09T02:13:48.729883+0000 mon.a (mon.0) 3740 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:49.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:49 smithi067 bash[79370]: audit 2023-12-09T02:13:48.730613+0000 mon.a (mon.0) 3741 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:49.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:49 smithi067 bash[79370]: audit 2023-12-09T02:13:48.736431+0000 mon.a (mon.0) 3742 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:49.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:49 smithi067 bash[79370]: cephadm 2023-12-09T02:13:48.737022+0000 mgr.y (mgr.25480) 909 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:49.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:49 smithi067 bash[79370]: audit 2023-12-09T02:13:48.740518+0000 mgr.y (mgr.25480) 910 : audit 0 from='client.25420 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:13:49.973 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:49 smithi067 bash[79370]: audit 2023-12-09T02:13:48.816783+0000 mon.a (mon.0) 3743 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:49.973 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:49 smithi067 bash[79370]: audit 2023-12-09T02:13:48.819302+0000 mon.a (mon.0) 3744 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:49.973 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:49 smithi067 bash[79370]: audit 2023-12-09T02:13:48.821947+0000 mon.a (mon.0) 3745 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:49.973 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:49 smithi067 bash[79370]: audit 2023-12-09T02:13:48.822981+0000 mon.a (mon.0) 3746 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:49.973 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:49 smithi067 bash[79370]: audit 2023-12-09T02:13:48.830558+0000 mon.a (mon.0) 3747 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:49.973 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:49 smithi067 bash[79370]: cephadm 2023-12-09T02:13:48.831120+0000 mgr.y (mgr.25480) 911 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:49.973 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:49 smithi067 bash[79370]: audit 2023-12-09T02:13:48.909354+0000 mon.a (mon.0) 3748 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:49.973 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:49 smithi067 bash[79370]: audit 2023-12-09T02:13:48.911558+0000 mon.a (mon.0) 3749 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:49.973 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:49 smithi067 bash[79370]: audit 2023-12-09T02:13:48.916469+0000 mon.a (mon.0) 3750 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:49.973 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:49 smithi067 bash[79370]: audit 2023-12-09T02:13:48.917493+0000 mon.a (mon.0) 3751 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:49.973 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:49 smithi067 bash[79370]: audit 2023-12-09T02:13:48.926840+0000 mon.a (mon.0) 3752 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:49.973 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:49 smithi067 bash[79370]: cephadm 2023-12-09T02:13:48.927705+0000 mgr.y (mgr.25480) 912 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:49.974 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:49 smithi067 bash[79370]: audit 2023-12-09T02:13:49.009841+0000 mon.a (mon.0) 3753 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:49.974 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:49 smithi067 bash[79370]: audit 2023-12-09T02:13:49.011909+0000 mon.a (mon.0) 3754 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:49.974 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:49 smithi067 bash[79370]: audit 2023-12-09T02:13:49.014183+0000 mon.a (mon.0) 3755 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:49.974 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:49 smithi067 bash[79370]: audit 2023-12-09T02:13:49.015022+0000 mon.a (mon.0) 3756 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:49.974 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:49 smithi067 bash[79370]: audit 2023-12-09T02:13:49.024171+0000 mon.a (mon.0) 3757 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:49.974 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:49 smithi067 bash[79370]: cephadm 2023-12-09T02:13:49.024962+0000 mgr.y (mgr.25480) 913 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:49.974 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:49 smithi067 bash[79370]: audit 2023-12-09T02:13:49.103030+0000 mon.a (mon.0) 3758 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:49.974 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:49 smithi067 bash[79370]: audit 2023-12-09T02:13:49.106194+0000 mon.a (mon.0) 3759 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:49.974 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:49 smithi067 bash[79370]: audit 2023-12-09T02:13:49.108647+0000 mon.a (mon.0) 3760 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:49.974 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:49 smithi067 bash[79370]: audit 2023-12-09T02:13:49.109598+0000 mon.a (mon.0) 3761 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:49.975 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:49 smithi067 bash[82083]: cluster 2023-12-09T02:13:47.742336+0000 mgr.y (mgr.25480) 898 : cluster 0 pgmap v153: 161 pgs: 21 active+undersized+degraded, 41 active+undersized, 99 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s; 86/726 objects degraded (11.846%) 2023-12-09T02:13:49.975 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:49 smithi067 bash[82083]: cephadm 2023-12-09T02:13:47.783806+0000 mgr.y (mgr.25480) 899 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:49.975 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:49 smithi067 bash[82083]: cephadm 2023-12-09T02:13:47.887170+0000 mgr.y (mgr.25480) 900 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:49.975 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:49 smithi067 bash[82083]: cephadm 2023-12-09T02:13:47.983997+0000 mgr.y (mgr.25480) 901 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:49.975 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:49 smithi067 bash[82083]: cephadm 2023-12-09T02:13:48.080211+0000 mgr.y (mgr.25480) 902 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:49.975 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:49 smithi067 bash[82083]: cephadm 2023-12-09T02:13:48.177053+0000 mgr.y (mgr.25480) 903 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:49.975 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:49 smithi067 bash[82083]: cephadm 2023-12-09T02:13:48.258182+0000 mgr.y (mgr.25480) 904 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:49.975 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:49 smithi067 bash[82083]: cephadm 2023-12-09T02:13:48.349575+0000 mgr.y (mgr.25480) 905 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:49.975 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:49 smithi067 bash[82083]: cephadm 2023-12-09T02:13:48.448415+0000 mgr.y (mgr.25480) 906 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:49.975 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:49 smithi067 bash[82083]: cephadm 2023-12-09T02:13:48.546428+0000 mgr.y (mgr.25480) 907 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:49.975 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:49 smithi067 bash[82083]: cephadm 2023-12-09T02:13:48.641689+0000 mgr.y (mgr.25480) 908 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:49.975 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:49 smithi067 bash[82083]: audit 2023-12-09T02:13:48.725946+0000 mon.a (mon.0) 3738 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:49.976 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:49 smithi067 bash[82083]: audit 2023-12-09T02:13:48.727870+0000 mon.a (mon.0) 3739 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:49.976 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:49 smithi067 bash[82083]: audit 2023-12-09T02:13:48.729883+0000 mon.a (mon.0) 3740 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:49.976 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:49 smithi067 bash[82083]: audit 2023-12-09T02:13:48.730613+0000 mon.a (mon.0) 3741 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:49.976 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:49 smithi067 bash[82083]: audit 2023-12-09T02:13:48.736431+0000 mon.a (mon.0) 3742 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:49.976 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:49 smithi067 bash[82083]: cephadm 2023-12-09T02:13:48.737022+0000 mgr.y (mgr.25480) 909 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:49.976 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:49 smithi067 bash[82083]: audit 2023-12-09T02:13:48.740518+0000 mgr.y (mgr.25480) 910 : audit 0 from='client.25420 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:13:49.976 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:49 smithi067 bash[82083]: audit 2023-12-09T02:13:48.816783+0000 mon.a (mon.0) 3743 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:49.976 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:49 smithi067 bash[82083]: audit 2023-12-09T02:13:48.819302+0000 mon.a (mon.0) 3744 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:49.977 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:49 smithi067 bash[79370]: audit 2023-12-09T02:13:49.117544+0000 mon.a (mon.0) 3762 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:49.977 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:49 smithi067 bash[79370]: cephadm 2023-12-09T02:13:49.118156+0000 mgr.y (mgr.25480) 914 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:49.977 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:49 smithi067 bash[79370]: audit 2023-12-09T02:13:49.195852+0000 mon.a (mon.0) 3763 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:49.977 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:49 smithi067 bash[79370]: audit 2023-12-09T02:13:49.200155+0000 mon.a (mon.0) 3764 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:49.977 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:49 smithi067 bash[79370]: audit 2023-12-09T02:13:49.203611+0000 mon.a (mon.0) 3765 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:49.977 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:49 smithi067 bash[79370]: audit 2023-12-09T02:13:49.204833+0000 mon.a (mon.0) 3766 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:49.977 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:49 smithi067 bash[79370]: audit 2023-12-09T02:13:49.214531+0000 mon.a (mon.0) 3767 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:49.977 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:49 smithi067 bash[79370]: cephadm 2023-12-09T02:13:49.215263+0000 mgr.y (mgr.25480) 915 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:49.977 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:49 smithi067 bash[79370]: audit 2023-12-09T02:13:49.294228+0000 mon.a (mon.0) 3768 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:49.977 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:49 smithi067 bash[79370]: audit 2023-12-09T02:13:49.296772+0000 mon.a (mon.0) 3769 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:49.977 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:49 smithi067 bash[79370]: audit 2023-12-09T02:13:49.299739+0000 mon.a (mon.0) 3770 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:49.978 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:49 smithi067 bash[79370]: audit 2023-12-09T02:13:49.300877+0000 mon.a (mon.0) 3771 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:49.978 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:49 smithi067 bash[79370]: audit 2023-12-09T02:13:49.308864+0000 mon.a (mon.0) 3772 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:49.978 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:49 smithi067 bash[79370]: cephadm 2023-12-09T02:13:49.309407+0000 mgr.y (mgr.25480) 916 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:49.978 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:49 smithi067 bash[79370]: audit 2023-12-09T02:13:49.390313+0000 mon.a (mon.0) 3773 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:49.978 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:49 smithi067 bash[79370]: audit 2023-12-09T02:13:49.392843+0000 mon.a (mon.0) 3774 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:49.978 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:49 smithi067 bash[79370]: audit 2023-12-09T02:13:49.395719+0000 mon.a (mon.0) 3775 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:49.978 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:49 smithi067 bash[79370]: audit 2023-12-09T02:13:49.396974+0000 mon.a (mon.0) 3776 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:49.978 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:49 smithi067 bash[79370]: audit 2023-12-09T02:13:49.405366+0000 mon.a (mon.0) 3777 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:49.978 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:49 smithi067 bash[79370]: cephadm 2023-12-09T02:13:49.406190+0000 mgr.y (mgr.25480) 917 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:49.978 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:49 smithi067 bash[79370]: audit 2023-12-09T02:13:49.488716+0000 mon.a (mon.0) 3778 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:49.978 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:49 smithi067 bash[79370]: audit 2023-12-09T02:13:49.491157+0000 mon.a (mon.0) 3779 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:49.978 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:49 smithi067 bash[79370]: audit 2023-12-09T02:13:49.493998+0000 mon.a (mon.0) 3780 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:49.978 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:49 smithi067 bash[79370]: audit 2023-12-09T02:13:49.494946+0000 mon.a (mon.0) 3781 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:49.978 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:49 smithi067 bash[79370]: audit 2023-12-09T02:13:49.502271+0000 mon.a (mon.0) 3782 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:49.979 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:49 smithi067 bash[79370]: cephadm 2023-12-09T02:13:49.502906+0000 mgr.y (mgr.25480) 918 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:49.979 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:49 smithi067 bash[79370]: audit 2023-12-09T02:13:49.585979+0000 mon.a (mon.0) 3783 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:49.979 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:49 smithi067 bash[79370]: audit 2023-12-09T02:13:49.589717+0000 mon.a (mon.0) 3784 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:49.979 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:49 smithi067 bash[79370]: audit 2023-12-09T02:13:49.593557+0000 mon.a (mon.0) 3785 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:49.979 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:49 smithi067 bash[79370]: audit 2023-12-09T02:13:49.594763+0000 mon.a (mon.0) 3786 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:49.979 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:49 smithi067 bash[79370]: audit 2023-12-09T02:13:49.603405+0000 mon.a (mon.0) 3787 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:49.979 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:49 smithi067 bash[79370]: cephadm 2023-12-09T02:13:49.604017+0000 mgr.y (mgr.25480) 919 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:49.979 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:49 smithi067 bash[79370]: audit 2023-12-09T02:13:49.681307+0000 mon.a (mon.0) 3788 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:49.979 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:49 smithi067 bash[79370]: audit 2023-12-09T02:13:49.683604+0000 mon.a (mon.0) 3789 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:49.980 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:49 smithi067 bash[79370]: audit 2023-12-09T02:13:49.685991+0000 mon.a (mon.0) 3790 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:49.980 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:49 smithi067 bash[79370]: audit 2023-12-09T02:13:49.686844+0000 mon.a (mon.0) 3791 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:49.980 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:49 smithi067 bash[79370]: audit 2023-12-09T02:13:49.695049+0000 mon.a (mon.0) 3792 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:49.980 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:49 smithi067 bash[79370]: cephadm 2023-12-09T02:13:49.695640+0000 mgr.y (mgr.25480) 920 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:49.981 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:49 smithi067 bash[82083]: audit 2023-12-09T02:13:48.821947+0000 mon.a (mon.0) 3745 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:49.981 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:49 smithi067 bash[82083]: audit 2023-12-09T02:13:48.822981+0000 mon.a (mon.0) 3746 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:49.981 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:49 smithi067 bash[82083]: audit 2023-12-09T02:13:48.830558+0000 mon.a (mon.0) 3747 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:49.981 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:49 smithi067 bash[82083]: cephadm 2023-12-09T02:13:48.831120+0000 mgr.y (mgr.25480) 911 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:49.982 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:49 smithi067 bash[82083]: audit 2023-12-09T02:13:48.909354+0000 mon.a (mon.0) 3748 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:49.982 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:49 smithi067 bash[82083]: audit 2023-12-09T02:13:48.911558+0000 mon.a (mon.0) 3749 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:49.982 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:49 smithi067 bash[82083]: audit 2023-12-09T02:13:48.916469+0000 mon.a (mon.0) 3750 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:49.982 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:49 smithi067 bash[82083]: audit 2023-12-09T02:13:48.917493+0000 mon.a (mon.0) 3751 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:49.982 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:49 smithi067 bash[82083]: audit 2023-12-09T02:13:48.926840+0000 mon.a (mon.0) 3752 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:49.982 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:49 smithi067 bash[82083]: cephadm 2023-12-09T02:13:48.927705+0000 mgr.y (mgr.25480) 912 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:49.983 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:49 smithi067 bash[82083]: audit 2023-12-09T02:13:49.009841+0000 mon.a (mon.0) 3753 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:49.983 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:49 smithi067 bash[82083]: audit 2023-12-09T02:13:49.011909+0000 mon.a (mon.0) 3754 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:49.983 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:49 smithi067 bash[82083]: audit 2023-12-09T02:13:49.014183+0000 mon.a (mon.0) 3755 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:49.983 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:49 smithi067 bash[82083]: audit 2023-12-09T02:13:49.015022+0000 mon.a (mon.0) 3756 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:49.983 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:49 smithi067 bash[82083]: audit 2023-12-09T02:13:49.024171+0000 mon.a (mon.0) 3757 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:49.983 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:49 smithi067 bash[82083]: cephadm 2023-12-09T02:13:49.024962+0000 mgr.y (mgr.25480) 913 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:49.983 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:49 smithi067 bash[82083]: audit 2023-12-09T02:13:49.103030+0000 mon.a (mon.0) 3758 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:49.983 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:49 smithi067 bash[82083]: audit 2023-12-09T02:13:49.106194+0000 mon.a (mon.0) 3759 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:49.984 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:49 smithi067 bash[82083]: audit 2023-12-09T02:13:49.108647+0000 mon.a (mon.0) 3760 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:49.984 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:49 smithi067 bash[82083]: audit 2023-12-09T02:13:49.109598+0000 mon.a (mon.0) 3761 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:49.984 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:49 smithi067 bash[82083]: audit 2023-12-09T02:13:49.117544+0000 mon.a (mon.0) 3762 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:49.984 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:49 smithi067 bash[82083]: cephadm 2023-12-09T02:13:49.118156+0000 mgr.y (mgr.25480) 914 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:49.984 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:49 smithi067 bash[82083]: audit 2023-12-09T02:13:49.195852+0000 mon.a (mon.0) 3763 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:49.984 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:49 smithi067 bash[82083]: audit 2023-12-09T02:13:49.200155+0000 mon.a (mon.0) 3764 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:49.984 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:49 smithi067 bash[82083]: audit 2023-12-09T02:13:49.203611+0000 mon.a (mon.0) 3765 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:49.984 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:49 smithi067 bash[82083]: audit 2023-12-09T02:13:49.204833+0000 mon.a (mon.0) 3766 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:49.984 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:49 smithi067 bash[82083]: audit 2023-12-09T02:13:49.214531+0000 mon.a (mon.0) 3767 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:49.986 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:49 smithi067 bash[82083]: cephadm 2023-12-09T02:13:49.215263+0000 mgr.y (mgr.25480) 915 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:49.986 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:49 smithi067 bash[82083]: audit 2023-12-09T02:13:49.294228+0000 mon.a (mon.0) 3768 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:49.986 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:49 smithi067 bash[82083]: audit 2023-12-09T02:13:49.296772+0000 mon.a (mon.0) 3769 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:49.986 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:49 smithi067 bash[82083]: audit 2023-12-09T02:13:49.299739+0000 mon.a (mon.0) 3770 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:49.986 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:49 smithi067 bash[82083]: audit 2023-12-09T02:13:49.300877+0000 mon.a (mon.0) 3771 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:49.986 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:49 smithi067 bash[82083]: audit 2023-12-09T02:13:49.308864+0000 mon.a (mon.0) 3772 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:49.986 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:49 smithi067 bash[82083]: cephadm 2023-12-09T02:13:49.309407+0000 mgr.y (mgr.25480) 916 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:49.986 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:49 smithi067 bash[82083]: audit 2023-12-09T02:13:49.390313+0000 mon.a (mon.0) 3773 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:49.986 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:49 smithi067 bash[82083]: audit 2023-12-09T02:13:49.392843+0000 mon.a (mon.0) 3774 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:49.986 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:49 smithi067 bash[82083]: audit 2023-12-09T02:13:49.395719+0000 mon.a (mon.0) 3775 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:49.987 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:49 smithi067 bash[82083]: audit 2023-12-09T02:13:49.396974+0000 mon.a (mon.0) 3776 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:49.987 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:49 smithi067 bash[82083]: audit 2023-12-09T02:13:49.405366+0000 mon.a (mon.0) 3777 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:49.987 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:49 smithi067 bash[82083]: cephadm 2023-12-09T02:13:49.406190+0000 mgr.y (mgr.25480) 917 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:49.987 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:49 smithi067 bash[82083]: audit 2023-12-09T02:13:49.488716+0000 mon.a (mon.0) 3778 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:49.987 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:49 smithi067 bash[82083]: audit 2023-12-09T02:13:49.491157+0000 mon.a (mon.0) 3779 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:49.987 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:49 smithi067 bash[82083]: audit 2023-12-09T02:13:49.493998+0000 mon.a (mon.0) 3780 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:49.987 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:49 smithi067 bash[82083]: audit 2023-12-09T02:13:49.494946+0000 mon.a (mon.0) 3781 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:49.987 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:49 smithi067 bash[82083]: audit 2023-12-09T02:13:49.502271+0000 mon.a (mon.0) 3782 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:49.987 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:49 smithi067 bash[82083]: cephadm 2023-12-09T02:13:49.502906+0000 mgr.y (mgr.25480) 918 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:49.987 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:49 smithi067 bash[82083]: audit 2023-12-09T02:13:49.585979+0000 mon.a (mon.0) 3783 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:49.987 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:49 smithi067 bash[82083]: audit 2023-12-09T02:13:49.589717+0000 mon.a (mon.0) 3784 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:49.987 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:49 smithi067 bash[82083]: audit 2023-12-09T02:13:49.593557+0000 mon.a (mon.0) 3785 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:49.987 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:49 smithi067 bash[82083]: audit 2023-12-09T02:13:49.594763+0000 mon.a (mon.0) 3786 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:49.987 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:49 smithi067 bash[82083]: audit 2023-12-09T02:13:49.603405+0000 mon.a (mon.0) 3787 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:49.988 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:49 smithi067 bash[82083]: cephadm 2023-12-09T02:13:49.604017+0000 mgr.y (mgr.25480) 919 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:49.988 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:49 smithi067 bash[82083]: audit 2023-12-09T02:13:49.681307+0000 mon.a (mon.0) 3788 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:49.988 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:49 smithi067 bash[82083]: audit 2023-12-09T02:13:49.683604+0000 mon.a (mon.0) 3789 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:49.988 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:49 smithi067 bash[82083]: audit 2023-12-09T02:13:49.685991+0000 mon.a (mon.0) 3790 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:49.988 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:49 smithi067 bash[82083]: audit 2023-12-09T02:13:49.686844+0000 mon.a (mon.0) 3791 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:49.988 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:49 smithi067 bash[82083]: audit 2023-12-09T02:13:49.695049+0000 mon.a (mon.0) 3792 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:49.988 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:49 smithi067 bash[82083]: cephadm 2023-12-09T02:13:49.695640+0000 mgr.y (mgr.25480) 920 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:49.989 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:49 smithi125 bash[66801]: cluster 2023-12-09T02:13:47.742336+0000 mgr.y (mgr.25480) 898 : cluster 0 pgmap v153: 161 pgs: 21 active+undersized+degraded, 41 active+undersized, 99 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s; 86/726 objects degraded (11.846%) 2023-12-09T02:13:49.989 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:49 smithi125 bash[66801]: cephadm 2023-12-09T02:13:47.783806+0000 mgr.y (mgr.25480) 899 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:49.989 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:49 smithi125 bash[66801]: cephadm 2023-12-09T02:13:47.887170+0000 mgr.y (mgr.25480) 900 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:49.990 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:49 smithi125 bash[66801]: cephadm 2023-12-09T02:13:47.983997+0000 mgr.y (mgr.25480) 901 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:49.990 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:49 smithi125 bash[66801]: cephadm 2023-12-09T02:13:48.080211+0000 mgr.y (mgr.25480) 902 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:49.990 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:49 smithi125 bash[66801]: cephadm 2023-12-09T02:13:48.177053+0000 mgr.y (mgr.25480) 903 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:49.990 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:49 smithi125 bash[66801]: cephadm 2023-12-09T02:13:48.258182+0000 mgr.y (mgr.25480) 904 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:49.990 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:49 smithi125 bash[66801]: cephadm 2023-12-09T02:13:48.349575+0000 mgr.y (mgr.25480) 905 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:49.990 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:49 smithi125 bash[66801]: cephadm 2023-12-09T02:13:48.448415+0000 mgr.y (mgr.25480) 906 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:49.990 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:49 smithi125 bash[66801]: cephadm 2023-12-09T02:13:48.546428+0000 mgr.y (mgr.25480) 907 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:49.990 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:49 smithi125 bash[66801]: cephadm 2023-12-09T02:13:48.641689+0000 mgr.y (mgr.25480) 908 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:49.990 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:49 smithi125 bash[66801]: audit 2023-12-09T02:13:48.725946+0000 mon.a (mon.0) 3738 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:49.990 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:49 smithi125 bash[66801]: audit 2023-12-09T02:13:48.727870+0000 mon.a (mon.0) 3739 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:49.990 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:49 smithi125 bash[66801]: audit 2023-12-09T02:13:48.729883+0000 mon.a (mon.0) 3740 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:49.990 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:49 smithi125 bash[66801]: audit 2023-12-09T02:13:48.730613+0000 mon.a (mon.0) 3741 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:49.991 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:49 smithi125 bash[66801]: audit 2023-12-09T02:13:48.736431+0000 mon.a (mon.0) 3742 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:49.991 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:49 smithi125 bash[66801]: cephadm 2023-12-09T02:13:48.737022+0000 mgr.y (mgr.25480) 909 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:49.991 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:49 smithi125 bash[66801]: audit 2023-12-09T02:13:48.740518+0000 mgr.y (mgr.25480) 910 : audit 0 from='client.25420 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:13:49.991 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:49 smithi125 bash[66801]: audit 2023-12-09T02:13:48.816783+0000 mon.a (mon.0) 3743 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:49.991 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:49 smithi125 bash[66801]: audit 2023-12-09T02:13:48.819302+0000 mon.a (mon.0) 3744 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:49.991 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:49 smithi125 bash[66801]: audit 2023-12-09T02:13:48.821947+0000 mon.a (mon.0) 3745 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:49.991 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:49 smithi125 bash[66801]: audit 2023-12-09T02:13:48.822981+0000 mon.a (mon.0) 3746 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:49.991 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:49 smithi125 bash[66801]: audit 2023-12-09T02:13:48.830558+0000 mon.a (mon.0) 3747 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:49.991 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:49 smithi125 bash[66801]: cephadm 2023-12-09T02:13:48.831120+0000 mgr.y (mgr.25480) 911 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:49.991 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:49 smithi125 bash[66801]: audit 2023-12-09T02:13:48.909354+0000 mon.a (mon.0) 3748 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:49.991 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:49 smithi125 bash[66801]: audit 2023-12-09T02:13:48.911558+0000 mon.a (mon.0) 3749 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:49.991 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:49 smithi125 bash[66801]: audit 2023-12-09T02:13:48.916469+0000 mon.a (mon.0) 3750 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:49.992 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:49 smithi125 bash[66801]: audit 2023-12-09T02:13:48.917493+0000 mon.a (mon.0) 3751 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:49.992 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:49 smithi125 bash[66801]: audit 2023-12-09T02:13:48.926840+0000 mon.a (mon.0) 3752 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:49.992 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:49 smithi125 bash[66801]: cephadm 2023-12-09T02:13:48.927705+0000 mgr.y (mgr.25480) 912 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:49.992 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:49 smithi125 bash[66801]: audit 2023-12-09T02:13:49.009841+0000 mon.a (mon.0) 3753 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:49.992 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:49 smithi125 bash[66801]: audit 2023-12-09T02:13:49.011909+0000 mon.a (mon.0) 3754 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:49.992 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:49 smithi125 bash[66801]: audit 2023-12-09T02:13:49.014183+0000 mon.a (mon.0) 3755 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:49.992 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:49 smithi125 bash[66801]: audit 2023-12-09T02:13:49.015022+0000 mon.a (mon.0) 3756 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:49.992 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:49 smithi125 bash[66801]: audit 2023-12-09T02:13:49.024171+0000 mon.a (mon.0) 3757 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:49.992 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:49 smithi125 bash[66801]: cephadm 2023-12-09T02:13:49.024962+0000 mgr.y (mgr.25480) 913 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:49.993 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:49 smithi125 bash[66801]: audit 2023-12-09T02:13:49.103030+0000 mon.a (mon.0) 3758 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:49.993 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:49 smithi125 bash[66801]: audit 2023-12-09T02:13:49.106194+0000 mon.a (mon.0) 3759 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:49.993 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:49 smithi125 bash[66801]: audit 2023-12-09T02:13:49.108647+0000 mon.a (mon.0) 3760 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:49.993 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:49 smithi125 bash[66801]: audit 2023-12-09T02:13:49.109598+0000 mon.a (mon.0) 3761 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:49.993 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:49 smithi125 bash[66801]: audit 2023-12-09T02:13:49.117544+0000 mon.a (mon.0) 3762 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:49.993 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:49 smithi125 bash[66801]: cephadm 2023-12-09T02:13:49.118156+0000 mgr.y (mgr.25480) 914 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:49.993 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:49 smithi125 bash[66801]: audit 2023-12-09T02:13:49.195852+0000 mon.a (mon.0) 3763 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:49.993 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:49 smithi125 bash[66801]: audit 2023-12-09T02:13:49.200155+0000 mon.a (mon.0) 3764 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:49.993 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:49 smithi125 bash[66801]: audit 2023-12-09T02:13:49.203611+0000 mon.a (mon.0) 3765 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:49.993 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:49 smithi125 bash[66801]: audit 2023-12-09T02:13:49.204833+0000 mon.a (mon.0) 3766 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:49.994 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:49 smithi125 bash[66801]: audit 2023-12-09T02:13:49.214531+0000 mon.a (mon.0) 3767 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:49.994 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:49 smithi125 bash[66801]: cephadm 2023-12-09T02:13:49.215263+0000 mgr.y (mgr.25480) 915 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:49.994 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:49 smithi125 bash[66801]: audit 2023-12-09T02:13:49.294228+0000 mon.a (mon.0) 3768 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:49.994 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:49 smithi125 bash[66801]: audit 2023-12-09T02:13:49.296772+0000 mon.a (mon.0) 3769 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:49.994 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:49 smithi125 bash[66801]: audit 2023-12-09T02:13:49.299739+0000 mon.a (mon.0) 3770 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:49.994 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:49 smithi125 bash[66801]: audit 2023-12-09T02:13:49.300877+0000 mon.a (mon.0) 3771 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:49.994 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:49 smithi125 bash[66801]: audit 2023-12-09T02:13:49.308864+0000 mon.a (mon.0) 3772 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:49.994 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:49 smithi125 bash[66801]: cephadm 2023-12-09T02:13:49.309407+0000 mgr.y (mgr.25480) 916 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:49.994 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:49 smithi125 bash[66801]: audit 2023-12-09T02:13:49.390313+0000 mon.a (mon.0) 3773 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:49.994 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:49 smithi125 bash[66801]: audit 2023-12-09T02:13:49.392843+0000 mon.a (mon.0) 3774 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:49.994 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:49 smithi125 bash[66801]: audit 2023-12-09T02:13:49.395719+0000 mon.a (mon.0) 3775 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:49.994 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:49 smithi125 bash[66801]: audit 2023-12-09T02:13:49.396974+0000 mon.a (mon.0) 3776 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:49.994 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:49 smithi125 bash[66801]: audit 2023-12-09T02:13:49.405366+0000 mon.a (mon.0) 3777 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:49.994 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:49 smithi125 bash[66801]: cephadm 2023-12-09T02:13:49.406190+0000 mgr.y (mgr.25480) 917 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:49.994 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:49 smithi125 bash[66801]: audit 2023-12-09T02:13:49.488716+0000 mon.a (mon.0) 3778 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:49.995 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:49 smithi125 bash[66801]: audit 2023-12-09T02:13:49.491157+0000 mon.a (mon.0) 3779 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:49.995 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:49 smithi125 bash[66801]: audit 2023-12-09T02:13:49.493998+0000 mon.a (mon.0) 3780 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:49.995 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:49 smithi125 bash[66801]: audit 2023-12-09T02:13:49.494946+0000 mon.a (mon.0) 3781 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:49.995 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:49 smithi125 bash[66801]: audit 2023-12-09T02:13:49.502271+0000 mon.a (mon.0) 3782 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:49.995 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:49 smithi125 bash[66801]: cephadm 2023-12-09T02:13:49.502906+0000 mgr.y (mgr.25480) 918 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:49.995 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:49 smithi125 bash[66801]: audit 2023-12-09T02:13:49.585979+0000 mon.a (mon.0) 3783 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:49.995 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:49 smithi125 bash[66801]: audit 2023-12-09T02:13:49.589717+0000 mon.a (mon.0) 3784 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:49.995 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:49 smithi125 bash[66801]: audit 2023-12-09T02:13:49.593557+0000 mon.a (mon.0) 3785 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:49.995 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:49 smithi125 bash[66801]: audit 2023-12-09T02:13:49.594763+0000 mon.a (mon.0) 3786 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:49.995 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:49 smithi125 bash[66801]: audit 2023-12-09T02:13:49.603405+0000 mon.a (mon.0) 3787 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:49.995 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:49 smithi125 bash[66801]: cephadm 2023-12-09T02:13:49.604017+0000 mgr.y (mgr.25480) 919 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:49.995 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:49 smithi125 bash[66801]: audit 2023-12-09T02:13:49.681307+0000 mon.a (mon.0) 3788 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:49.995 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:49 smithi125 bash[66801]: audit 2023-12-09T02:13:49.683604+0000 mon.a (mon.0) 3789 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:49.995 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:49 smithi125 bash[66801]: audit 2023-12-09T02:13:49.685991+0000 mon.a (mon.0) 3790 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:49.995 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:49 smithi125 bash[66801]: audit 2023-12-09T02:13:49.686844+0000 mon.a (mon.0) 3791 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:49.996 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:49 smithi125 bash[66801]: audit 2023-12-09T02:13:49.695049+0000 mon.a (mon.0) 3792 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:49.996 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:49 smithi125 bash[66801]: cephadm 2023-12-09T02:13:49.695640+0000 mgr.y (mgr.25480) 920 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:51.220 INFO:journalctl@ceph.osd.3.smithi067.stdout:Dec 09 02:13:50 smithi067 bash[96853]: debug 2023-12-09T02:13:50.880+0000 7fac8c6a4640 -1 osd.3 0 read_superblock omap replica is missing. 2023-12-09T02:13:51.220 INFO:journalctl@ceph.osd.3.smithi067.stdout:Dec 09 02:13:50 smithi067 bash[96853]: debug 2023-12-09T02:13:50.932+0000 7fac8c6a4640 -1 osd.3 127 log_to_monitors true 2023-12-09T02:13:51.220 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:50 smithi067 bash[79370]: cluster 2023-12-09T02:13:49.743272+0000 mgr.y (mgr.25480) 921 : cluster 0 pgmap v154: 161 pgs: 21 active+undersized+degraded, 41 active+undersized, 99 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s; 86/726 objects degraded (11.846%) 2023-12-09T02:13:51.220 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:50 smithi067 bash[79370]: audit 2023-12-09T02:13:49.774817+0000 mon.a (mon.0) 3793 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:51.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:50 smithi067 bash[79370]: audit 2023-12-09T02:13:49.777220+0000 mon.a (mon.0) 3794 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:51.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:50 smithi067 bash[79370]: audit 2023-12-09T02:13:49.780655+0000 mon.a (mon.0) 3795 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:51.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:50 smithi067 bash[79370]: audit 2023-12-09T02:13:49.781726+0000 mon.a (mon.0) 3796 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:51.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:50 smithi067 bash[79370]: audit 2023-12-09T02:13:49.789830+0000 mon.a (mon.0) 3797 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:51.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:50 smithi067 bash[79370]: cephadm 2023-12-09T02:13:49.790558+0000 mgr.y (mgr.25480) 922 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:51.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:50 smithi067 bash[79370]: audit 2023-12-09T02:13:49.865934+0000 mon.a (mon.0) 3798 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:51.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:50 smithi067 bash[79370]: audit 2023-12-09T02:13:49.869137+0000 mon.a (mon.0) 3799 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:51.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:50 smithi067 bash[79370]: audit 2023-12-09T02:13:49.872246+0000 mon.a (mon.0) 3800 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:51.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:50 smithi067 bash[79370]: audit 2023-12-09T02:13:49.873214+0000 mon.a (mon.0) 3801 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:51.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:50 smithi067 bash[79370]: audit 2023-12-09T02:13:49.879898+0000 mon.a (mon.0) 3802 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:51.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:50 smithi067 bash[79370]: cephadm 2023-12-09T02:13:49.881131+0000 mgr.y (mgr.25480) 923 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:51.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:50 smithi067 bash[79370]: audit 2023-12-09T02:13:49.960384+0000 mon.a (mon.0) 3803 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:51.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:50 smithi067 bash[79370]: audit 2023-12-09T02:13:49.962716+0000 mon.a (mon.0) 3804 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:51.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:50 smithi067 bash[79370]: audit 2023-12-09T02:13:49.965145+0000 mon.a (mon.0) 3805 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:51.222 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:50 smithi067 bash[79370]: audit 2023-12-09T02:13:49.965935+0000 mon.a (mon.0) 3806 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:51.222 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:50 smithi067 bash[79370]: audit 2023-12-09T02:13:49.971594+0000 mon.a (mon.0) 3807 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:51.222 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:50 smithi067 bash[79370]: cephadm 2023-12-09T02:13:49.972067+0000 mgr.y (mgr.25480) 924 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:51.222 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:50 smithi067 bash[79370]: audit 2023-12-09T02:13:50.049295+0000 mon.a (mon.0) 3808 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:51.222 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:50 smithi067 bash[79370]: audit 2023-12-09T02:13:50.052289+0000 mon.a (mon.0) 3809 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:51.222 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:50 smithi067 bash[79370]: audit 2023-12-09T02:13:50.055018+0000 mon.a (mon.0) 3810 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:51.222 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:50 smithi067 bash[79370]: audit 2023-12-09T02:13:50.055877+0000 mon.a (mon.0) 3811 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:51.222 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:50 smithi067 bash[79370]: audit 2023-12-09T02:13:50.061734+0000 mon.a (mon.0) 3812 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:51.225 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:50 smithi067 bash[79370]: cephadm 2023-12-09T02:13:50.063454+0000 mgr.y (mgr.25480) 925 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:51.225 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:50 smithi067 bash[79370]: audit 2023-12-09T02:13:50.138061+0000 mon.a (mon.0) 3813 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:51.225 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:50 smithi067 bash[79370]: audit 2023-12-09T02:13:50.140019+0000 mon.a (mon.0) 3814 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:51.225 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:50 smithi067 bash[79370]: audit 2023-12-09T02:13:50.142292+0000 mon.a (mon.0) 3815 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:51.225 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:50 smithi067 bash[79370]: audit 2023-12-09T02:13:50.143020+0000 mon.a (mon.0) 3816 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:51.225 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:50 smithi067 bash[79370]: audit 2023-12-09T02:13:50.148008+0000 mon.a (mon.0) 3817 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:51.225 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:50 smithi067 bash[79370]: cephadm 2023-12-09T02:13:50.148509+0000 mgr.y (mgr.25480) 926 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:51.226 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:50 smithi067 bash[79370]: audit 2023-12-09T02:13:50.229477+0000 mon.a (mon.0) 3818 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:51.226 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:50 smithi067 bash[79370]: audit 2023-12-09T02:13:50.231770+0000 mon.a (mon.0) 3819 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:51.226 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:50 smithi067 bash[79370]: audit 2023-12-09T02:13:50.234260+0000 mon.a (mon.0) 3820 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:51.226 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:50 smithi067 bash[79370]: audit 2023-12-09T02:13:50.235039+0000 mon.a (mon.0) 3821 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:51.226 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:50 smithi067 bash[79370]: audit 2023-12-09T02:13:50.244000+0000 mon.a (mon.0) 3822 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:51.226 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:50 smithi067 bash[79370]: cephadm 2023-12-09T02:13:50.245508+0000 mgr.y (mgr.25480) 927 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:51.226 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:50 smithi067 bash[79370]: audit 2023-12-09T02:13:50.308861+0000 mon.a (mon.0) 3823 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:51.226 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:50 smithi067 bash[79370]: audit 2023-12-09T02:13:50.311662+0000 mon.a (mon.0) 3824 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:51.226 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:50 smithi067 bash[82083]: cluster 2023-12-09T02:13:49.743272+0000 mgr.y (mgr.25480) 921 : cluster 0 pgmap v154: 161 pgs: 21 active+undersized+degraded, 41 active+undersized, 99 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s; 86/726 objects degraded (11.846%) 2023-12-09T02:13:51.226 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:50 smithi067 bash[82083]: audit 2023-12-09T02:13:49.774817+0000 mon.a (mon.0) 3793 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:51.226 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:50 smithi067 bash[82083]: audit 2023-12-09T02:13:49.777220+0000 mon.a (mon.0) 3794 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:51.227 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:50 smithi067 bash[82083]: audit 2023-12-09T02:13:49.780655+0000 mon.a (mon.0) 3795 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:51.227 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:50 smithi067 bash[82083]: audit 2023-12-09T02:13:49.781726+0000 mon.a (mon.0) 3796 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:51.227 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:50 smithi067 bash[82083]: audit 2023-12-09T02:13:49.789830+0000 mon.a (mon.0) 3797 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:51.227 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:50 smithi067 bash[82083]: cephadm 2023-12-09T02:13:49.790558+0000 mgr.y (mgr.25480) 922 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:51.227 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:50 smithi067 bash[82083]: audit 2023-12-09T02:13:49.865934+0000 mon.a (mon.0) 3798 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:51.227 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:50 smithi067 bash[82083]: audit 2023-12-09T02:13:49.869137+0000 mon.a (mon.0) 3799 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:51.227 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:50 smithi067 bash[82083]: audit 2023-12-09T02:13:49.872246+0000 mon.a (mon.0) 3800 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:51.227 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:50 smithi067 bash[82083]: audit 2023-12-09T02:13:49.873214+0000 mon.a (mon.0) 3801 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:51.227 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:50 smithi067 bash[82083]: audit 2023-12-09T02:13:49.879898+0000 mon.a (mon.0) 3802 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:51.227 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:50 smithi067 bash[82083]: cephadm 2023-12-09T02:13:49.881131+0000 mgr.y (mgr.25480) 923 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:51.227 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:50 smithi067 bash[82083]: audit 2023-12-09T02:13:49.960384+0000 mon.a (mon.0) 3803 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:51.227 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:50 smithi067 bash[82083]: audit 2023-12-09T02:13:49.962716+0000 mon.a (mon.0) 3804 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:51.227 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:50 smithi067 bash[82083]: audit 2023-12-09T02:13:49.965145+0000 mon.a (mon.0) 3805 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:51.227 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:50 smithi067 bash[82083]: audit 2023-12-09T02:13:49.965935+0000 mon.a (mon.0) 3806 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:51.228 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:50 smithi067 bash[82083]: audit 2023-12-09T02:13:49.971594+0000 mon.a (mon.0) 3807 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:51.228 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:50 smithi067 bash[82083]: cephadm 2023-12-09T02:13:49.972067+0000 mgr.y (mgr.25480) 924 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:51.228 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:50 smithi067 bash[79370]: audit 2023-12-09T02:13:50.315012+0000 mon.a (mon.0) 3825 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:51.228 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:50 smithi067 bash[79370]: audit 2023-12-09T02:13:50.316511+0000 mon.a (mon.0) 3826 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:51.228 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:50 smithi067 bash[79370]: audit 2023-12-09T02:13:50.325536+0000 mon.a (mon.0) 3827 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:51.228 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:50 smithi067 bash[79370]: cephadm 2023-12-09T02:13:50.326367+0000 mgr.y (mgr.25480) 928 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:51.228 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:50 smithi067 bash[79370]: audit 2023-12-09T02:13:50.405519+0000 mon.a (mon.0) 3828 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:51.228 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:50 smithi067 bash[79370]: audit 2023-12-09T02:13:50.408877+0000 mon.a (mon.0) 3829 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:51.228 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:50 smithi067 bash[79370]: audit 2023-12-09T02:13:50.412174+0000 mon.a (mon.0) 3830 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:51.229 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:50 smithi067 bash[79370]: audit 2023-12-09T02:13:50.413374+0000 mon.a (mon.0) 3831 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:51.229 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:50 smithi067 bash[79370]: audit 2023-12-09T02:13:50.420356+0000 mon.a (mon.0) 3832 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:51.229 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:50 smithi067 bash[79370]: cephadm 2023-12-09T02:13:50.420992+0000 mgr.y (mgr.25480) 929 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:51.229 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:50 smithi067 bash[79370]: audit 2023-12-09T02:13:50.494608+0000 mon.a (mon.0) 3833 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:51.229 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:50 smithi067 bash[79370]: audit 2023-12-09T02:13:50.497435+0000 mon.a (mon.0) 3834 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:51.229 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:50 smithi067 bash[79370]: audit 2023-12-09T02:13:50.499472+0000 mon.a (mon.0) 3835 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:51.229 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:50 smithi067 bash[79370]: audit 2023-12-09T02:13:50.500242+0000 mon.a (mon.0) 3836 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:51.229 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:50 smithi067 bash[79370]: audit 2023-12-09T02:13:50.505611+0000 mon.a (mon.0) 3837 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:51.229 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:50 smithi067 bash[79370]: cephadm 2023-12-09T02:13:50.506141+0000 mgr.y (mgr.25480) 930 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:51.229 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:50 smithi067 bash[79370]: audit 2023-12-09T02:13:50.581416+0000 mon.a (mon.0) 3838 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:51.229 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:50 smithi067 bash[79370]: audit 2023-12-09T02:13:50.584153+0000 mon.a (mon.0) 3839 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:51.229 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:50 smithi067 bash[79370]: audit 2023-12-09T02:13:50.587094+0000 mon.a (mon.0) 3840 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:51.229 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:50 smithi067 bash[79370]: audit 2023-12-09T02:13:50.588384+0000 mon.a (mon.0) 3841 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:51.229 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:50 smithi067 bash[79370]: audit 2023-12-09T02:13:50.595523+0000 mon.a (mon.0) 3842 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:51.229 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:50 smithi067 bash[79370]: cephadm 2023-12-09T02:13:50.596343+0000 mgr.y (mgr.25480) 931 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:51.230 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:50 smithi067 bash[79370]: audit 2023-12-09T02:13:50.663132+0000 mon.a (mon.0) 3843 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:51.230 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:50 smithi067 bash[79370]: audit 2023-12-09T02:13:50.668035+0000 mon.a (mon.0) 3844 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:51.230 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:50 smithi067 bash[79370]: audit 2023-12-09T02:13:50.672232+0000 mon.a (mon.0) 3845 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:51.230 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:50 smithi067 bash[79370]: audit 2023-12-09T02:13:50.673570+0000 mon.a (mon.0) 3846 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:51.230 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:50 smithi067 bash[79370]: audit 2023-12-09T02:13:50.681343+0000 mon.a (mon.0) 3847 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:51.230 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:50 smithi067 bash[79370]: cephadm 2023-12-09T02:13:50.682092+0000 mgr.y (mgr.25480) 932 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:51.230 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:50 smithi067 bash[82083]: audit 2023-12-09T02:13:50.049295+0000 mon.a (mon.0) 3808 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:51.230 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:50 smithi067 bash[82083]: audit 2023-12-09T02:13:50.052289+0000 mon.a (mon.0) 3809 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:51.231 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:50 smithi067 bash[82083]: audit 2023-12-09T02:13:50.055018+0000 mon.a (mon.0) 3810 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:51.231 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:50 smithi067 bash[82083]: audit 2023-12-09T02:13:50.055877+0000 mon.a (mon.0) 3811 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:51.231 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:50 smithi067 bash[82083]: audit 2023-12-09T02:13:50.061734+0000 mon.a (mon.0) 3812 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:51.231 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:50 smithi067 bash[82083]: cephadm 2023-12-09T02:13:50.063454+0000 mgr.y (mgr.25480) 925 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:51.231 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:50 smithi067 bash[82083]: audit 2023-12-09T02:13:50.138061+0000 mon.a (mon.0) 3813 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:51.231 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:50 smithi067 bash[82083]: audit 2023-12-09T02:13:50.140019+0000 mon.a (mon.0) 3814 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:51.231 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:50 smithi067 bash[82083]: audit 2023-12-09T02:13:50.142292+0000 mon.a (mon.0) 3815 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:51.231 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:50 smithi067 bash[82083]: audit 2023-12-09T02:13:50.143020+0000 mon.a (mon.0) 3816 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:51.231 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:50 smithi067 bash[82083]: audit 2023-12-09T02:13:50.148008+0000 mon.a (mon.0) 3817 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:51.231 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:50 smithi067 bash[82083]: cephadm 2023-12-09T02:13:50.148509+0000 mgr.y (mgr.25480) 926 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:51.231 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:50 smithi067 bash[82083]: audit 2023-12-09T02:13:50.229477+0000 mon.a (mon.0) 3818 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:51.231 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:50 smithi067 bash[82083]: audit 2023-12-09T02:13:50.231770+0000 mon.a (mon.0) 3819 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:51.231 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:50 smithi067 bash[82083]: audit 2023-12-09T02:13:50.234260+0000 mon.a (mon.0) 3820 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:51.231 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:50 smithi067 bash[82083]: audit 2023-12-09T02:13:50.235039+0000 mon.a (mon.0) 3821 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:51.231 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:50 smithi067 bash[82083]: audit 2023-12-09T02:13:50.244000+0000 mon.a (mon.0) 3822 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:51.232 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:50 smithi067 bash[82083]: cephadm 2023-12-09T02:13:50.245508+0000 mgr.y (mgr.25480) 927 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:51.232 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:50 smithi067 bash[82083]: audit 2023-12-09T02:13:50.308861+0000 mon.a (mon.0) 3823 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:51.232 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:50 smithi067 bash[82083]: audit 2023-12-09T02:13:50.311662+0000 mon.a (mon.0) 3824 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:51.232 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:50 smithi067 bash[82083]: audit 2023-12-09T02:13:50.315012+0000 mon.a (mon.0) 3825 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:51.232 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:50 smithi067 bash[82083]: audit 2023-12-09T02:13:50.316511+0000 mon.a (mon.0) 3826 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:51.232 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:50 smithi067 bash[82083]: audit 2023-12-09T02:13:50.325536+0000 mon.a (mon.0) 3827 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:51.232 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:50 smithi067 bash[82083]: cephadm 2023-12-09T02:13:50.326367+0000 mgr.y (mgr.25480) 928 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:51.232 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:50 smithi067 bash[82083]: audit 2023-12-09T02:13:50.405519+0000 mon.a (mon.0) 3828 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:51.232 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:50 smithi067 bash[82083]: audit 2023-12-09T02:13:50.408877+0000 mon.a (mon.0) 3829 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:51.232 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:50 smithi067 bash[82083]: audit 2023-12-09T02:13:50.412174+0000 mon.a (mon.0) 3830 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:51.232 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:50 smithi067 bash[82083]: audit 2023-12-09T02:13:50.413374+0000 mon.a (mon.0) 3831 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:51.232 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:50 smithi067 bash[82083]: audit 2023-12-09T02:13:50.420356+0000 mon.a (mon.0) 3832 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:51.232 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:50 smithi067 bash[82083]: cephadm 2023-12-09T02:13:50.420992+0000 mgr.y (mgr.25480) 929 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:51.232 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:50 smithi067 bash[82083]: audit 2023-12-09T02:13:50.494608+0000 mon.a (mon.0) 3833 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:51.233 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:50 smithi067 bash[82083]: audit 2023-12-09T02:13:50.497435+0000 mon.a (mon.0) 3834 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:51.233 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:50 smithi067 bash[82083]: audit 2023-12-09T02:13:50.499472+0000 mon.a (mon.0) 3835 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:51.233 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:50 smithi067 bash[82083]: audit 2023-12-09T02:13:50.500242+0000 mon.a (mon.0) 3836 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:51.233 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:50 smithi067 bash[82083]: audit 2023-12-09T02:13:50.505611+0000 mon.a (mon.0) 3837 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:51.233 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:50 smithi067 bash[82083]: cephadm 2023-12-09T02:13:50.506141+0000 mgr.y (mgr.25480) 930 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:51.233 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:50 smithi067 bash[82083]: audit 2023-12-09T02:13:50.581416+0000 mon.a (mon.0) 3838 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:51.233 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:50 smithi067 bash[82083]: audit 2023-12-09T02:13:50.584153+0000 mon.a (mon.0) 3839 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:51.233 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:50 smithi067 bash[82083]: audit 2023-12-09T02:13:50.587094+0000 mon.a (mon.0) 3840 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:51.233 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:50 smithi067 bash[82083]: audit 2023-12-09T02:13:50.588384+0000 mon.a (mon.0) 3841 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:51.233 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:50 smithi067 bash[82083]: audit 2023-12-09T02:13:50.595523+0000 mon.a (mon.0) 3842 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:51.233 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:50 smithi067 bash[82083]: cephadm 2023-12-09T02:13:50.596343+0000 mgr.y (mgr.25480) 931 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:51.233 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:50 smithi067 bash[82083]: audit 2023-12-09T02:13:50.663132+0000 mon.a (mon.0) 3843 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:51.233 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:50 smithi067 bash[82083]: audit 2023-12-09T02:13:50.668035+0000 mon.a (mon.0) 3844 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:51.233 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:50 smithi067 bash[82083]: audit 2023-12-09T02:13:50.672232+0000 mon.a (mon.0) 3845 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:51.233 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:50 smithi067 bash[82083]: audit 2023-12-09T02:13:50.673570+0000 mon.a (mon.0) 3846 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:51.234 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:50 smithi067 bash[82083]: audit 2023-12-09T02:13:50.681343+0000 mon.a (mon.0) 3847 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:51.234 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:50 smithi067 bash[82083]: cephadm 2023-12-09T02:13:50.682092+0000 mgr.y (mgr.25480) 932 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:51.234 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:50 smithi125 bash[66801]: cluster 2023-12-09T02:13:49.743272+0000 mgr.y (mgr.25480) 921 : cluster 0 pgmap v154: 161 pgs: 21 active+undersized+degraded, 41 active+undersized, 99 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s; 86/726 objects degraded (11.846%) 2023-12-09T02:13:51.234 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:50 smithi125 bash[66801]: audit 2023-12-09T02:13:49.774817+0000 mon.a (mon.0) 3793 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:51.235 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:50 smithi125 bash[66801]: audit 2023-12-09T02:13:49.777220+0000 mon.a (mon.0) 3794 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:51.235 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:50 smithi125 bash[66801]: audit 2023-12-09T02:13:49.780655+0000 mon.a (mon.0) 3795 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:51.235 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:50 smithi125 bash[66801]: audit 2023-12-09T02:13:49.781726+0000 mon.a (mon.0) 3796 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:51.235 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:50 smithi125 bash[66801]: audit 2023-12-09T02:13:49.789830+0000 mon.a (mon.0) 3797 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:51.235 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:50 smithi125 bash[66801]: cephadm 2023-12-09T02:13:49.790558+0000 mgr.y (mgr.25480) 922 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:51.235 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:50 smithi125 bash[66801]: audit 2023-12-09T02:13:49.865934+0000 mon.a (mon.0) 3798 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:51.235 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:50 smithi125 bash[66801]: audit 2023-12-09T02:13:49.869137+0000 mon.a (mon.0) 3799 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:51.235 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:50 smithi125 bash[66801]: audit 2023-12-09T02:13:49.872246+0000 mon.a (mon.0) 3800 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:51.235 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:50 smithi125 bash[66801]: audit 2023-12-09T02:13:49.873214+0000 mon.a (mon.0) 3801 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:51.235 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:50 smithi125 bash[66801]: audit 2023-12-09T02:13:49.879898+0000 mon.a (mon.0) 3802 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:51.235 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:50 smithi125 bash[66801]: cephadm 2023-12-09T02:13:49.881131+0000 mgr.y (mgr.25480) 923 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:51.235 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:50 smithi125 bash[66801]: audit 2023-12-09T02:13:49.960384+0000 mon.a (mon.0) 3803 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:51.235 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:50 smithi125 bash[66801]: audit 2023-12-09T02:13:49.962716+0000 mon.a (mon.0) 3804 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:51.235 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:50 smithi125 bash[66801]: audit 2023-12-09T02:13:49.965145+0000 mon.a (mon.0) 3805 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:51.235 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:50 smithi125 bash[66801]: audit 2023-12-09T02:13:49.965935+0000 mon.a (mon.0) 3806 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:51.236 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:50 smithi125 bash[66801]: audit 2023-12-09T02:13:49.971594+0000 mon.a (mon.0) 3807 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:51.236 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:50 smithi125 bash[66801]: cephadm 2023-12-09T02:13:49.972067+0000 mgr.y (mgr.25480) 924 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:51.236 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:50 smithi125 bash[66801]: audit 2023-12-09T02:13:50.049295+0000 mon.a (mon.0) 3808 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:51.236 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:50 smithi125 bash[66801]: audit 2023-12-09T02:13:50.052289+0000 mon.a (mon.0) 3809 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:51.236 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:50 smithi125 bash[66801]: audit 2023-12-09T02:13:50.055018+0000 mon.a (mon.0) 3810 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:51.236 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:50 smithi125 bash[66801]: audit 2023-12-09T02:13:50.055877+0000 mon.a (mon.0) 3811 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:51.236 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:50 smithi125 bash[66801]: audit 2023-12-09T02:13:50.061734+0000 mon.a (mon.0) 3812 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:51.236 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:50 smithi125 bash[66801]: cephadm 2023-12-09T02:13:50.063454+0000 mgr.y (mgr.25480) 925 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:51.236 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:50 smithi125 bash[66801]: audit 2023-12-09T02:13:50.138061+0000 mon.a (mon.0) 3813 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:51.236 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:50 smithi125 bash[66801]: audit 2023-12-09T02:13:50.140019+0000 mon.a (mon.0) 3814 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:51.236 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:50 smithi125 bash[66801]: audit 2023-12-09T02:13:50.142292+0000 mon.a (mon.0) 3815 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:51.236 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:50 smithi125 bash[66801]: audit 2023-12-09T02:13:50.143020+0000 mon.a (mon.0) 3816 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:51.236 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:50 smithi125 bash[66801]: audit 2023-12-09T02:13:50.148008+0000 mon.a (mon.0) 3817 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:51.236 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:50 smithi125 bash[66801]: cephadm 2023-12-09T02:13:50.148509+0000 mgr.y (mgr.25480) 926 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:51.236 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:50 smithi125 bash[66801]: audit 2023-12-09T02:13:50.229477+0000 mon.a (mon.0) 3818 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:51.236 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:50 smithi125 bash[66801]: audit 2023-12-09T02:13:50.231770+0000 mon.a (mon.0) 3819 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:51.237 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:50 smithi125 bash[66801]: audit 2023-12-09T02:13:50.234260+0000 mon.a (mon.0) 3820 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:51.237 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:50 smithi125 bash[66801]: audit 2023-12-09T02:13:50.235039+0000 mon.a (mon.0) 3821 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:51.237 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:50 smithi125 bash[66801]: audit 2023-12-09T02:13:50.244000+0000 mon.a (mon.0) 3822 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:51.237 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:50 smithi125 bash[66801]: cephadm 2023-12-09T02:13:50.245508+0000 mgr.y (mgr.25480) 927 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:51.237 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:50 smithi125 bash[66801]: audit 2023-12-09T02:13:50.308861+0000 mon.a (mon.0) 3823 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:51.237 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:50 smithi125 bash[66801]: audit 2023-12-09T02:13:50.311662+0000 mon.a (mon.0) 3824 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:51.237 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:50 smithi125 bash[66801]: audit 2023-12-09T02:13:50.315012+0000 mon.a (mon.0) 3825 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:51.237 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:50 smithi125 bash[66801]: audit 2023-12-09T02:13:50.316511+0000 mon.a (mon.0) 3826 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:51.237 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:50 smithi125 bash[66801]: audit 2023-12-09T02:13:50.325536+0000 mon.a (mon.0) 3827 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:51.237 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:50 smithi125 bash[66801]: cephadm 2023-12-09T02:13:50.326367+0000 mgr.y (mgr.25480) 928 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:51.237 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:50 smithi125 bash[66801]: audit 2023-12-09T02:13:50.405519+0000 mon.a (mon.0) 3828 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:51.238 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:50 smithi125 bash[66801]: audit 2023-12-09T02:13:50.408877+0000 mon.a (mon.0) 3829 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:51.238 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:50 smithi125 bash[66801]: audit 2023-12-09T02:13:50.412174+0000 mon.a (mon.0) 3830 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:51.238 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:50 smithi125 bash[66801]: audit 2023-12-09T02:13:50.413374+0000 mon.a (mon.0) 3831 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:51.238 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:50 smithi125 bash[66801]: audit 2023-12-09T02:13:50.420356+0000 mon.a (mon.0) 3832 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:51.238 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:50 smithi125 bash[66801]: cephadm 2023-12-09T02:13:50.420992+0000 mgr.y (mgr.25480) 929 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:51.238 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:50 smithi125 bash[66801]: audit 2023-12-09T02:13:50.494608+0000 mon.a (mon.0) 3833 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:51.238 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:50 smithi125 bash[66801]: audit 2023-12-09T02:13:50.497435+0000 mon.a (mon.0) 3834 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:51.238 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:50 smithi125 bash[66801]: audit 2023-12-09T02:13:50.499472+0000 mon.a (mon.0) 3835 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:51.238 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:50 smithi125 bash[66801]: audit 2023-12-09T02:13:50.500242+0000 mon.a (mon.0) 3836 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:51.238 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:50 smithi125 bash[66801]: audit 2023-12-09T02:13:50.505611+0000 mon.a (mon.0) 3837 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:51.238 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:50 smithi125 bash[66801]: cephadm 2023-12-09T02:13:50.506141+0000 mgr.y (mgr.25480) 930 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:51.238 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:50 smithi125 bash[66801]: audit 2023-12-09T02:13:50.581416+0000 mon.a (mon.0) 3838 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:51.238 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:50 smithi125 bash[66801]: audit 2023-12-09T02:13:50.584153+0000 mon.a (mon.0) 3839 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:51.238 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:50 smithi125 bash[66801]: audit 2023-12-09T02:13:50.587094+0000 mon.a (mon.0) 3840 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:51.239 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:50 smithi125 bash[66801]: audit 2023-12-09T02:13:50.588384+0000 mon.a (mon.0) 3841 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:51.239 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:50 smithi125 bash[66801]: audit 2023-12-09T02:13:50.595523+0000 mon.a (mon.0) 3842 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:51.239 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:50 smithi125 bash[66801]: cephadm 2023-12-09T02:13:50.596343+0000 mgr.y (mgr.25480) 931 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:51.239 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:50 smithi125 bash[66801]: audit 2023-12-09T02:13:50.663132+0000 mon.a (mon.0) 3843 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:51.239 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:50 smithi125 bash[66801]: audit 2023-12-09T02:13:50.668035+0000 mon.a (mon.0) 3844 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:51.239 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:50 smithi125 bash[66801]: audit 2023-12-09T02:13:50.672232+0000 mon.a (mon.0) 3845 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:51.239 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:50 smithi125 bash[66801]: audit 2023-12-09T02:13:50.673570+0000 mon.a (mon.0) 3846 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:51.239 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:50 smithi125 bash[66801]: audit 2023-12-09T02:13:50.681343+0000 mon.a (mon.0) 3847 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:51.239 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:50 smithi125 bash[66801]: cephadm 2023-12-09T02:13:50.682092+0000 mgr.y (mgr.25480) 932 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:51.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:51 smithi067 bash[79370]: audit 2023-12-09T02:13:50.757285+0000 mon.a (mon.0) 3848 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:51.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:51 smithi067 bash[79370]: audit 2023-12-09T02:13:50.760100+0000 mon.a (mon.0) 3849 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:51.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:51 smithi067 bash[79370]: audit 2023-12-09T02:13:50.762665+0000 mon.a (mon.0) 3850 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:51.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:51 smithi067 bash[79370]: audit 2023-12-09T02:13:50.763594+0000 mon.a (mon.0) 3851 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:51.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:51 smithi067 bash[79370]: audit 2023-12-09T02:13:50.769588+0000 mon.a (mon.0) 3852 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:51.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:51 smithi067 bash[79370]: cephadm 2023-12-09T02:13:50.770277+0000 mgr.y (mgr.25480) 933 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:51.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:51 smithi067 bash[79370]: audit 2023-12-09T02:13:50.849733+0000 mon.a (mon.0) 3853 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:51.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:51 smithi067 bash[79370]: audit 2023-12-09T02:13:50.852650+0000 mon.a (mon.0) 3854 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:51.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:51 smithi067 bash[79370]: audit 2023-12-09T02:13:50.857139+0000 mon.a (mon.0) 3855 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:51.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:51 smithi067 bash[79370]: audit 2023-12-09T02:13:50.858391+0000 mon.a (mon.0) 3856 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:51.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:51 smithi067 bash[79370]: audit 2023-12-09T02:13:50.864721+0000 mon.a (mon.0) 3857 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:51.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:51 smithi067 bash[79370]: cephadm 2023-12-09T02:13:50.867865+0000 mgr.y (mgr.25480) 934 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:51.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:51 smithi067 bash[79370]: audit 2023-12-09T02:13:50.928221+0000 mon.a (mon.0) 3858 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:51.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:51 smithi067 bash[79370]: audit 2023-12-09T02:13:50.932672+0000 mon.a (mon.0) 3859 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:51.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:51 smithi067 bash[79370]: audit 2023-12-09T02:13:50.935368+0000 mon.a (mon.0) 3860 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:51.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:51 smithi067 bash[79370]: audit 2023-12-09T02:13:50.936302+0000 mon.a (mon.0) 3861 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:51.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:51 smithi067 bash[79370]: audit 2023-12-09T02:13:50.942673+0000 mon.a (mon.0) 3862 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:51.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:51 smithi067 bash[79370]: audit 2023-12-09T02:13:50.943108+0000 mon.a (mon.0) 3863 : audit 1 from='osd.3 [v2:172.21.15.67:6826/1080524828,v1:172.21.15.67:6827/1080524828]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-12-09T02:13:51.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:51 smithi067 bash[79370]: cephadm 2023-12-09T02:13:50.945002+0000 mgr.y (mgr.25480) 935 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:51.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:51 smithi067 bash[82083]: audit 2023-12-09T02:13:50.757285+0000 mon.a (mon.0) 3848 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:51.972 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:51 smithi067 bash[82083]: audit 2023-12-09T02:13:50.760100+0000 mon.a (mon.0) 3849 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:51.972 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:51 smithi067 bash[82083]: audit 2023-12-09T02:13:50.762665+0000 mon.a (mon.0) 3850 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:51.972 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:51 smithi067 bash[82083]: audit 2023-12-09T02:13:50.763594+0000 mon.a (mon.0) 3851 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:51.972 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:51 smithi067 bash[82083]: audit 2023-12-09T02:13:50.769588+0000 mon.a (mon.0) 3852 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:51.972 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:51 smithi067 bash[82083]: cephadm 2023-12-09T02:13:50.770277+0000 mgr.y (mgr.25480) 933 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:51.972 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:51 smithi067 bash[82083]: audit 2023-12-09T02:13:50.849733+0000 mon.a (mon.0) 3853 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:51.972 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:51 smithi067 bash[82083]: audit 2023-12-09T02:13:50.852650+0000 mon.a (mon.0) 3854 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:51.972 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:51 smithi067 bash[82083]: audit 2023-12-09T02:13:50.857139+0000 mon.a (mon.0) 3855 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:51.972 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:51 smithi067 bash[82083]: audit 2023-12-09T02:13:50.858391+0000 mon.a (mon.0) 3856 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:51.972 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:51 smithi067 bash[82083]: audit 2023-12-09T02:13:50.864721+0000 mon.a (mon.0) 3857 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:51.972 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:51 smithi067 bash[82083]: cephadm 2023-12-09T02:13:50.867865+0000 mgr.y (mgr.25480) 934 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:51.972 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:51 smithi067 bash[82083]: audit 2023-12-09T02:13:50.928221+0000 mon.a (mon.0) 3858 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:51.972 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:51 smithi067 bash[82083]: audit 2023-12-09T02:13:50.932672+0000 mon.a (mon.0) 3859 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:51.973 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:51 smithi067 bash[82083]: audit 2023-12-09T02:13:50.935368+0000 mon.a (mon.0) 3860 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:51.973 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:51 smithi067 bash[82083]: audit 2023-12-09T02:13:50.936302+0000 mon.a (mon.0) 3861 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:51.973 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:51 smithi067 bash[82083]: audit 2023-12-09T02:13:50.942673+0000 mon.a (mon.0) 3862 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:51.973 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:51 smithi067 bash[82083]: audit 2023-12-09T02:13:50.943108+0000 mon.a (mon.0) 3863 : audit 1 from='osd.3 [v2:172.21.15.67:6826/1080524828,v1:172.21.15.67:6827/1080524828]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-12-09T02:13:51.973 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:51 smithi067 bash[82083]: cephadm 2023-12-09T02:13:50.945002+0000 mgr.y (mgr.25480) 935 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:51.973 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:51 smithi067 bash[79370]: audit 2023-12-09T02:13:51.005966+0000 mon.a (mon.0) 3864 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:51.973 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:51 smithi067 bash[79370]: audit 2023-12-09T02:13:51.009008+0000 mon.a (mon.0) 3865 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:51.973 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:51 smithi067 bash[79370]: audit 2023-12-09T02:13:51.012793+0000 mon.a (mon.0) 3866 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:51.973 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:51 smithi067 bash[79370]: audit 2023-12-09T02:13:51.014227+0000 mon.a (mon.0) 3867 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:51.973 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:51 smithi067 bash[79370]: audit 2023-12-09T02:13:51.021826+0000 mon.a (mon.0) 3868 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:51.973 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:51 smithi067 bash[79370]: cephadm 2023-12-09T02:13:51.022534+0000 mgr.y (mgr.25480) 936 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:51.974 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:51 smithi067 bash[79370]: audit 2023-12-09T02:13:51.100665+0000 mon.a (mon.0) 3869 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:51.974 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:51 smithi067 bash[79370]: audit 2023-12-09T02:13:51.105046+0000 mon.a (mon.0) 3870 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:51.974 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:51 smithi067 bash[79370]: audit 2023-12-09T02:13:51.108651+0000 mon.a (mon.0) 3871 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:51.974 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:51 smithi067 bash[79370]: audit 2023-12-09T02:13:51.110089+0000 mon.a (mon.0) 3872 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:51.974 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:51 smithi067 bash[79370]: audit 2023-12-09T02:13:51.117987+0000 mon.a (mon.0) 3873 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:51.974 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:51 smithi067 bash[79370]: cephadm 2023-12-09T02:13:51.118427+0000 mgr.y (mgr.25480) 937 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:51.974 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:51 smithi067 bash[79370]: audit 2023-12-09T02:13:51.195674+0000 mon.a (mon.0) 3874 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:51.974 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:51 smithi067 bash[79370]: audit 2023-12-09T02:13:51.198746+0000 mon.a (mon.0) 3875 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:51.974 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:51 smithi067 bash[79370]: audit 2023-12-09T02:13:51.202549+0000 mon.a (mon.0) 3876 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:51.974 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:51 smithi067 bash[79370]: audit 2023-12-09T02:13:51.203837+0000 mon.a (mon.0) 3877 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:51.974 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:51 smithi067 bash[79370]: audit 2023-12-09T02:13:51.211946+0000 mon.a (mon.0) 3878 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:51.974 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:51 smithi067 bash[79370]: cephadm 2023-12-09T02:13:51.212764+0000 mgr.y (mgr.25480) 938 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:51.974 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:51 smithi067 bash[79370]: audit 2023-12-09T02:13:51.292983+0000 mon.a (mon.0) 3879 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:51.974 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:51 smithi067 bash[79370]: audit 2023-12-09T02:13:51.295374+0000 mon.a (mon.0) 3880 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:51.975 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:51 smithi067 bash[82083]: audit 2023-12-09T02:13:51.005966+0000 mon.a (mon.0) 3864 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:51.975 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:51 smithi067 bash[82083]: audit 2023-12-09T02:13:51.009008+0000 mon.a (mon.0) 3865 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:51.975 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:51 smithi067 bash[82083]: audit 2023-12-09T02:13:51.012793+0000 mon.a (mon.0) 3866 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:51.975 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:51 smithi067 bash[82083]: audit 2023-12-09T02:13:51.014227+0000 mon.a (mon.0) 3867 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:51.975 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:51 smithi067 bash[82083]: audit 2023-12-09T02:13:51.021826+0000 mon.a (mon.0) 3868 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:51.975 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:51 smithi067 bash[82083]: cephadm 2023-12-09T02:13:51.022534+0000 mgr.y (mgr.25480) 936 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:51.975 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:51 smithi067 bash[82083]: audit 2023-12-09T02:13:51.100665+0000 mon.a (mon.0) 3869 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:51.975 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:51 smithi067 bash[82083]: audit 2023-12-09T02:13:51.105046+0000 mon.a (mon.0) 3870 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:51.975 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:51 smithi067 bash[82083]: audit 2023-12-09T02:13:51.108651+0000 mon.a (mon.0) 3871 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:51.975 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:51 smithi067 bash[82083]: audit 2023-12-09T02:13:51.110089+0000 mon.a (mon.0) 3872 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:51.975 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:51 smithi067 bash[82083]: audit 2023-12-09T02:13:51.117987+0000 mon.a (mon.0) 3873 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:51.976 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:51 smithi067 bash[82083]: cephadm 2023-12-09T02:13:51.118427+0000 mgr.y (mgr.25480) 937 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:51.976 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:51 smithi067 bash[82083]: audit 2023-12-09T02:13:51.195674+0000 mon.a (mon.0) 3874 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:51.976 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:51 smithi067 bash[82083]: audit 2023-12-09T02:13:51.198746+0000 mon.a (mon.0) 3875 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:51.976 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:51 smithi067 bash[82083]: audit 2023-12-09T02:13:51.202549+0000 mon.a (mon.0) 3876 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:51.976 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:51 smithi067 bash[82083]: audit 2023-12-09T02:13:51.203837+0000 mon.a (mon.0) 3877 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:51.976 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:51 smithi067 bash[82083]: audit 2023-12-09T02:13:51.211946+0000 mon.a (mon.0) 3878 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:51.976 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:51 smithi067 bash[82083]: cephadm 2023-12-09T02:13:51.212764+0000 mgr.y (mgr.25480) 938 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:51.976 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:51 smithi067 bash[82083]: audit 2023-12-09T02:13:51.292983+0000 mon.a (mon.0) 3879 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:51.976 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:51 smithi067 bash[82083]: audit 2023-12-09T02:13:51.295374+0000 mon.a (mon.0) 3880 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:51.976 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:51 smithi067 bash[79370]: audit 2023-12-09T02:13:51.298879+0000 mon.a (mon.0) 3881 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:51.976 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:51 smithi067 bash[79370]: audit 2023-12-09T02:13:51.299828+0000 mon.a (mon.0) 3882 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:51.976 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:51 smithi067 bash[79370]: audit 2023-12-09T02:13:51.307641+0000 mon.a (mon.0) 3883 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:51.977 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:51 smithi067 bash[79370]: cephadm 2023-12-09T02:13:51.308247+0000 mgr.y (mgr.25480) 939 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:51.977 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:51 smithi067 bash[79370]: audit 2023-12-09T02:13:51.389421+0000 mon.a (mon.0) 3884 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:51.977 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:51 smithi067 bash[79370]: audit 2023-12-09T02:13:51.392032+0000 mon.a (mon.0) 3885 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:51.977 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:51 smithi067 bash[79370]: audit 2023-12-09T02:13:51.395175+0000 mon.a (mon.0) 3886 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:51.977 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:51 smithi067 bash[79370]: audit 2023-12-09T02:13:51.396543+0000 mon.a (mon.0) 3887 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:51.977 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:51 smithi067 bash[79370]: audit 2023-12-09T02:13:51.404385+0000 mon.a (mon.0) 3888 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:51.977 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:51 smithi067 bash[79370]: cephadm 2023-12-09T02:13:51.405012+0000 mgr.y (mgr.25480) 940 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:51.977 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:51 smithi067 bash[79370]: audit 2023-12-09T02:13:51.484173+0000 mon.a (mon.0) 3889 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:51.977 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:51 smithi067 bash[79370]: audit 2023-12-09T02:13:51.487084+0000 mon.a (mon.0) 3890 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:51.977 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:51 smithi067 bash[79370]: audit 2023-12-09T02:13:51.490910+0000 mon.a (mon.0) 3891 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:51.977 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:51 smithi067 bash[79370]: audit 2023-12-09T02:13:51.492189+0000 mon.a (mon.0) 3892 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:51.977 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:51 smithi067 bash[79370]: audit 2023-12-09T02:13:51.501150+0000 mon.a (mon.0) 3893 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:51.977 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:51 smithi067 bash[79370]: cephadm 2023-12-09T02:13:51.501782+0000 mgr.y (mgr.25480) 941 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:51.977 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:51 smithi067 bash[79370]: audit 2023-12-09T02:13:51.579063+0000 mon.a (mon.0) 3894 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:51.978 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:51 smithi067 bash[79370]: audit 2023-12-09T02:13:51.581333+0000 mon.a (mon.0) 3895 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:51.978 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:51 smithi067 bash[79370]: audit 2023-12-09T02:13:51.584201+0000 mon.a (mon.0) 3896 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:51.978 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:51 smithi067 bash[79370]: audit 2023-12-09T02:13:51.585022+0000 mon.a (mon.0) 3897 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:51.978 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:51 smithi067 bash[82083]: audit 2023-12-09T02:13:51.298879+0000 mon.a (mon.0) 3881 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:51.978 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:51 smithi067 bash[82083]: audit 2023-12-09T02:13:51.299828+0000 mon.a (mon.0) 3882 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:51.978 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:51 smithi067 bash[82083]: audit 2023-12-09T02:13:51.307641+0000 mon.a (mon.0) 3883 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:51.978 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:51 smithi067 bash[82083]: cephadm 2023-12-09T02:13:51.308247+0000 mgr.y (mgr.25480) 939 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:51.978 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:51 smithi067 bash[82083]: audit 2023-12-09T02:13:51.389421+0000 mon.a (mon.0) 3884 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:51.978 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:51 smithi067 bash[82083]: audit 2023-12-09T02:13:51.392032+0000 mon.a (mon.0) 3885 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:51.979 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:51 smithi067 bash[82083]: audit 2023-12-09T02:13:51.395175+0000 mon.a (mon.0) 3886 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:51.979 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:51 smithi067 bash[82083]: audit 2023-12-09T02:13:51.396543+0000 mon.a (mon.0) 3887 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:51.979 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:51 smithi067 bash[82083]: audit 2023-12-09T02:13:51.404385+0000 mon.a (mon.0) 3888 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:51.979 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:51 smithi067 bash[82083]: cephadm 2023-12-09T02:13:51.405012+0000 mgr.y (mgr.25480) 940 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:51.979 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:51 smithi067 bash[82083]: audit 2023-12-09T02:13:51.484173+0000 mon.a (mon.0) 3889 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:51.979 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:51 smithi067 bash[82083]: audit 2023-12-09T02:13:51.487084+0000 mon.a (mon.0) 3890 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:51.979 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:51 smithi067 bash[82083]: audit 2023-12-09T02:13:51.490910+0000 mon.a (mon.0) 3891 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:51.979 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:51 smithi067 bash[82083]: audit 2023-12-09T02:13:51.492189+0000 mon.a (mon.0) 3892 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:51.979 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:51 smithi067 bash[82083]: audit 2023-12-09T02:13:51.501150+0000 mon.a (mon.0) 3893 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:51.979 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:51 smithi067 bash[82083]: cephadm 2023-12-09T02:13:51.501782+0000 mgr.y (mgr.25480) 941 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:51.979 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:51 smithi067 bash[82083]: audit 2023-12-09T02:13:51.579063+0000 mon.a (mon.0) 3894 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:51.979 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:51 smithi067 bash[82083]: audit 2023-12-09T02:13:51.581333+0000 mon.a (mon.0) 3895 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:51.979 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:51 smithi067 bash[82083]: audit 2023-12-09T02:13:51.584201+0000 mon.a (mon.0) 3896 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:51.979 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:51 smithi067 bash[82083]: audit 2023-12-09T02:13:51.585022+0000 mon.a (mon.0) 3897 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:51.979 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:51 smithi067 bash[82083]: audit 2023-12-09T02:13:51.594090+0000 mon.a (mon.0) 3898 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:51.980 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:51 smithi067 bash[82083]: cephadm 2023-12-09T02:13:51.594737+0000 mgr.y (mgr.25480) 942 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:51.980 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:51 smithi067 bash[82083]: audit 2023-12-09T02:13:51.673956+0000 mon.a (mon.0) 3899 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:51.980 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:51 smithi067 bash[82083]: audit 2023-12-09T02:13:51.676091+0000 mon.a (mon.0) 3900 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:51.980 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:51 smithi067 bash[82083]: audit 2023-12-09T02:13:51.678197+0000 mon.a (mon.0) 3901 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:51.980 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:51 smithi067 bash[82083]: audit 2023-12-09T02:13:51.678998+0000 mon.a (mon.0) 3902 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:51.980 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:51 smithi067 bash[82083]: audit 2023-12-09T02:13:51.686915+0000 mon.a (mon.0) 3903 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:51.980 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:51 smithi067 bash[82083]: cephadm 2023-12-09T02:13:51.687522+0000 mgr.y (mgr.25480) 943 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:51.980 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:51 smithi067 bash[79370]: audit 2023-12-09T02:13:51.594090+0000 mon.a (mon.0) 3898 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:51.980 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:51 smithi067 bash[79370]: cephadm 2023-12-09T02:13:51.594737+0000 mgr.y (mgr.25480) 942 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:51.980 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:51 smithi067 bash[79370]: audit 2023-12-09T02:13:51.673956+0000 mon.a (mon.0) 3899 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:51.980 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:51 smithi067 bash[79370]: audit 2023-12-09T02:13:51.676091+0000 mon.a (mon.0) 3900 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:51.980 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:51 smithi067 bash[79370]: audit 2023-12-09T02:13:51.678197+0000 mon.a (mon.0) 3901 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:51.981 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:51 smithi067 bash[79370]: audit 2023-12-09T02:13:51.678998+0000 mon.a (mon.0) 3902 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:51.981 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:51 smithi067 bash[79370]: audit 2023-12-09T02:13:51.686915+0000 mon.a (mon.0) 3903 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:51.981 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:51 smithi067 bash[79370]: cephadm 2023-12-09T02:13:51.687522+0000 mgr.y (mgr.25480) 943 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:51.981 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:51 smithi125 bash[66801]: audit 2023-12-09T02:13:50.757285+0000 mon.a (mon.0) 3848 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:51.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:51 smithi125 bash[66801]: audit 2023-12-09T02:13:50.760100+0000 mon.a (mon.0) 3849 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:51.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:51 smithi125 bash[66801]: audit 2023-12-09T02:13:50.762665+0000 mon.a (mon.0) 3850 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:51.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:51 smithi125 bash[66801]: audit 2023-12-09T02:13:50.763594+0000 mon.a (mon.0) 3851 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:51.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:51 smithi125 bash[66801]: audit 2023-12-09T02:13:50.769588+0000 mon.a (mon.0) 3852 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:51.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:51 smithi125 bash[66801]: cephadm 2023-12-09T02:13:50.770277+0000 mgr.y (mgr.25480) 933 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:51.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:51 smithi125 bash[66801]: audit 2023-12-09T02:13:50.849733+0000 mon.a (mon.0) 3853 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:51.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:51 smithi125 bash[66801]: audit 2023-12-09T02:13:50.852650+0000 mon.a (mon.0) 3854 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:51.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:51 smithi125 bash[66801]: audit 2023-12-09T02:13:50.857139+0000 mon.a (mon.0) 3855 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:51.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:51 smithi125 bash[66801]: audit 2023-12-09T02:13:50.858391+0000 mon.a (mon.0) 3856 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:51.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:51 smithi125 bash[66801]: audit 2023-12-09T02:13:50.864721+0000 mon.a (mon.0) 3857 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:51.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:51 smithi125 bash[66801]: cephadm 2023-12-09T02:13:50.867865+0000 mgr.y (mgr.25480) 934 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:51.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:51 smithi125 bash[66801]: audit 2023-12-09T02:13:50.928221+0000 mon.a (mon.0) 3858 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:51.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:51 smithi125 bash[66801]: audit 2023-12-09T02:13:50.932672+0000 mon.a (mon.0) 3859 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:51.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:51 smithi125 bash[66801]: audit 2023-12-09T02:13:50.935368+0000 mon.a (mon.0) 3860 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:51.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:51 smithi125 bash[66801]: audit 2023-12-09T02:13:50.936302+0000 mon.a (mon.0) 3861 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:51.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:51 smithi125 bash[66801]: audit 2023-12-09T02:13:50.942673+0000 mon.a (mon.0) 3862 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:51.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:51 smithi125 bash[66801]: audit 2023-12-09T02:13:50.943108+0000 mon.a (mon.0) 3863 : audit 1 from='osd.3 [v2:172.21.15.67:6826/1080524828,v1:172.21.15.67:6827/1080524828]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-12-09T02:13:51.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:51 smithi125 bash[66801]: cephadm 2023-12-09T02:13:50.945002+0000 mgr.y (mgr.25480) 935 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:51.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:51 smithi125 bash[66801]: audit 2023-12-09T02:13:51.005966+0000 mon.a (mon.0) 3864 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:51.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:51 smithi125 bash[66801]: audit 2023-12-09T02:13:51.009008+0000 mon.a (mon.0) 3865 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:51.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:51 smithi125 bash[66801]: audit 2023-12-09T02:13:51.012793+0000 mon.a (mon.0) 3866 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:51.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:51 smithi125 bash[66801]: audit 2023-12-09T02:13:51.014227+0000 mon.a (mon.0) 3867 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:51.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:51 smithi125 bash[66801]: audit 2023-12-09T02:13:51.021826+0000 mon.a (mon.0) 3868 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:51.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:51 smithi125 bash[66801]: cephadm 2023-12-09T02:13:51.022534+0000 mgr.y (mgr.25480) 936 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:51.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:51 smithi125 bash[66801]: audit 2023-12-09T02:13:51.100665+0000 mon.a (mon.0) 3869 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:51.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:51 smithi125 bash[66801]: audit 2023-12-09T02:13:51.105046+0000 mon.a (mon.0) 3870 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:51.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:51 smithi125 bash[66801]: audit 2023-12-09T02:13:51.108651+0000 mon.a (mon.0) 3871 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:51.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:51 smithi125 bash[66801]: audit 2023-12-09T02:13:51.110089+0000 mon.a (mon.0) 3872 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:51.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:51 smithi125 bash[66801]: audit 2023-12-09T02:13:51.117987+0000 mon.a (mon.0) 3873 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:51.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:51 smithi125 bash[66801]: cephadm 2023-12-09T02:13:51.118427+0000 mgr.y (mgr.25480) 937 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:51.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:51 smithi125 bash[66801]: audit 2023-12-09T02:13:51.195674+0000 mon.a (mon.0) 3874 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:51.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:51 smithi125 bash[66801]: audit 2023-12-09T02:13:51.198746+0000 mon.a (mon.0) 3875 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:51.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:51 smithi125 bash[66801]: audit 2023-12-09T02:13:51.202549+0000 mon.a (mon.0) 3876 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:51.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:51 smithi125 bash[66801]: audit 2023-12-09T02:13:51.203837+0000 mon.a (mon.0) 3877 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:51.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:51 smithi125 bash[66801]: audit 2023-12-09T02:13:51.211946+0000 mon.a (mon.0) 3878 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:51.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:51 smithi125 bash[66801]: cephadm 2023-12-09T02:13:51.212764+0000 mgr.y (mgr.25480) 938 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:51.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:51 smithi125 bash[66801]: audit 2023-12-09T02:13:51.292983+0000 mon.a (mon.0) 3879 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:51.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:51 smithi125 bash[66801]: audit 2023-12-09T02:13:51.295374+0000 mon.a (mon.0) 3880 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:51.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:51 smithi125 bash[66801]: audit 2023-12-09T02:13:51.298879+0000 mon.a (mon.0) 3881 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:51.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:51 smithi125 bash[66801]: audit 2023-12-09T02:13:51.299828+0000 mon.a (mon.0) 3882 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:51.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:51 smithi125 bash[66801]: audit 2023-12-09T02:13:51.307641+0000 mon.a (mon.0) 3883 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:51.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:51 smithi125 bash[66801]: cephadm 2023-12-09T02:13:51.308247+0000 mgr.y (mgr.25480) 939 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:51.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:51 smithi125 bash[66801]: audit 2023-12-09T02:13:51.389421+0000 mon.a (mon.0) 3884 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:51.986 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:51 smithi125 bash[66801]: audit 2023-12-09T02:13:51.392032+0000 mon.a (mon.0) 3885 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:51.986 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:51 smithi125 bash[66801]: audit 2023-12-09T02:13:51.395175+0000 mon.a (mon.0) 3886 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:51.986 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:51 smithi125 bash[66801]: audit 2023-12-09T02:13:51.396543+0000 mon.a (mon.0) 3887 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:51.986 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:51 smithi125 bash[66801]: audit 2023-12-09T02:13:51.404385+0000 mon.a (mon.0) 3888 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:51.986 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:51 smithi125 bash[66801]: cephadm 2023-12-09T02:13:51.405012+0000 mgr.y (mgr.25480) 940 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:51.986 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:51 smithi125 bash[66801]: audit 2023-12-09T02:13:51.484173+0000 mon.a (mon.0) 3889 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:51.986 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:51 smithi125 bash[66801]: audit 2023-12-09T02:13:51.487084+0000 mon.a (mon.0) 3890 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:51.986 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:51 smithi125 bash[66801]: audit 2023-12-09T02:13:51.490910+0000 mon.a (mon.0) 3891 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:51.986 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:51 smithi125 bash[66801]: audit 2023-12-09T02:13:51.492189+0000 mon.a (mon.0) 3892 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:51.986 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:51 smithi125 bash[66801]: audit 2023-12-09T02:13:51.501150+0000 mon.a (mon.0) 3893 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:51.986 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:51 smithi125 bash[66801]: cephadm 2023-12-09T02:13:51.501782+0000 mgr.y (mgr.25480) 941 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:51.986 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:51 smithi125 bash[66801]: audit 2023-12-09T02:13:51.579063+0000 mon.a (mon.0) 3894 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:51.986 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:51 smithi125 bash[66801]: audit 2023-12-09T02:13:51.581333+0000 mon.a (mon.0) 3895 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:51.987 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:51 smithi125 bash[66801]: audit 2023-12-09T02:13:51.584201+0000 mon.a (mon.0) 3896 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:51.987 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:51 smithi125 bash[66801]: audit 2023-12-09T02:13:51.585022+0000 mon.a (mon.0) 3897 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:51.987 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:51 smithi125 bash[66801]: audit 2023-12-09T02:13:51.594090+0000 mon.a (mon.0) 3898 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:51.987 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:51 smithi125 bash[66801]: cephadm 2023-12-09T02:13:51.594737+0000 mgr.y (mgr.25480) 942 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:51.987 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:51 smithi125 bash[66801]: audit 2023-12-09T02:13:51.673956+0000 mon.a (mon.0) 3899 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:51.987 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:51 smithi125 bash[66801]: audit 2023-12-09T02:13:51.676091+0000 mon.a (mon.0) 3900 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:51.987 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:51 smithi125 bash[66801]: audit 2023-12-09T02:13:51.678197+0000 mon.a (mon.0) 3901 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:51.987 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:51 smithi125 bash[66801]: audit 2023-12-09T02:13:51.678998+0000 mon.a (mon.0) 3902 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:51.987 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:51 smithi125 bash[66801]: audit 2023-12-09T02:13:51.686915+0000 mon.a (mon.0) 3903 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:51.987 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:51 smithi125 bash[66801]: cephadm 2023-12-09T02:13:51.687522+0000 mgr.y (mgr.25480) 943 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:52.396 INFO:journalctl@ceph.osd.3.smithi067.stdout:Dec 09 02:13:51 smithi067 bash[96853]: debug 2023-12-09T02:13:51.992+0000 7fac79b0d700 -1 osd.3 127 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-09T02:13:53.023 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:52 smithi125 bash[66801]: cluster 2023-12-09T02:13:51.744133+0000 mgr.y (mgr.25480) 944 : cluster 0 pgmap v155: 161 pgs: 21 active+undersized+degraded, 41 active+undersized, 99 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s; 86/726 objects degraded (11.846%) 2023-12-09T02:13:53.023 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:52 smithi125 bash[66801]: audit 2023-12-09T02:13:51.766274+0000 mon.a (mon.0) 3904 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:53.023 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:52 smithi125 bash[66801]: audit 2023-12-09T02:13:51.768833+0000 mon.a (mon.0) 3905 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:53.023 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:52 smithi125 bash[66801]: audit 2023-12-09T02:13:51.771576+0000 mon.a (mon.0) 3906 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:53.023 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:52 smithi125 bash[66801]: audit 2023-12-09T02:13:51.772517+0000 mon.a (mon.0) 3907 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:53.023 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:52 smithi125 bash[66801]: audit 2023-12-09T02:13:51.779873+0000 mon.a (mon.0) 3908 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:53.023 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:52 smithi125 bash[66801]: cephadm 2023-12-09T02:13:51.780462+0000 mgr.y (mgr.25480) 945 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:53.023 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:52 smithi125 bash[66801]: audit 2023-12-09T02:13:51.861918+0000 mon.a (mon.0) 3909 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:53.023 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:52 smithi125 bash[66801]: audit 2023-12-09T02:13:51.864034+0000 mon.a (mon.0) 3910 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:53.024 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:52 smithi125 bash[66801]: audit 2023-12-09T02:13:51.867641+0000 mon.a (mon.0) 3911 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:53.024 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:52 smithi125 bash[66801]: audit 2023-12-09T02:13:51.868665+0000 mon.a (mon.0) 3912 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:53.024 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:52 smithi125 bash[66801]: audit 2023-12-09T02:13:51.878572+0000 mon.a (mon.0) 3913 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:53.024 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:52 smithi125 bash[66801]: cephadm 2023-12-09T02:13:51.879545+0000 mgr.y (mgr.25480) 946 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:53.024 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:52 smithi125 bash[66801]: cluster 2023-12-09T02:13:51.942518+0000 osd.7 (osd.7) 27 : cluster 3 failed to encode map e130 with expected crc 2023-12-09T02:13:53.024 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:52 smithi125 bash[66801]: audit 2023-12-09T02:13:51.943440+0000 mon.a (mon.0) 3914 : audit 1 from='osd.3 [v2:172.21.15.67:6826/1080524828,v1:172.21.15.67:6827/1080524828]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-12-09T02:13:53.024 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:52 smithi125 bash[66801]: cluster 2023-12-09T02:13:51.950883+0000 mon.a (mon.0) 3915 : cluster 0 osdmap e130: 8 total, 7 up, 8 in 2023-12-09T02:13:53.024 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:52 smithi125 bash[66801]: audit 2023-12-09T02:13:51.951490+0000 mon.a (mon.0) 3916 : audit 1 from='osd.3 [v2:172.21.15.67:6826/1080524828,v1:172.21.15.67:6827/1080524828]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi067", "root=default"]}]: dispatch 2023-12-09T02:13:53.024 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:52 smithi125 bash[66801]: audit 2023-12-09T02:13:51.965688+0000 mon.a (mon.0) 3917 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:53.024 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:52 smithi125 bash[66801]: audit 2023-12-09T02:13:51.968376+0000 mon.a (mon.0) 3918 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:53.024 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:52 smithi125 bash[66801]: audit 2023-12-09T02:13:51.971234+0000 mon.a (mon.0) 3919 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:53.024 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:52 smithi125 bash[66801]: audit 2023-12-09T02:13:51.972057+0000 mon.a (mon.0) 3920 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:53.024 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:52 smithi125 bash[66801]: audit 2023-12-09T02:13:51.977381+0000 mon.a (mon.0) 3921 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:53.024 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:52 smithi125 bash[66801]: cephadm 2023-12-09T02:13:51.977971+0000 mgr.y (mgr.25480) 947 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:53.024 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:52 smithi125 bash[66801]: cluster 2023-12-09T02:13:52.020116+0000 osd.6 (osd.6) 26 : cluster 3 failed to encode map e130 with expected crc 2023-12-09T02:13:53.025 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:52 smithi125 bash[66801]: audit 2023-12-09T02:13:52.058251+0000 mon.a (mon.0) 3922 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:53.025 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:52 smithi125 bash[66801]: audit 2023-12-09T02:13:52.061201+0000 mon.a (mon.0) 3923 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:53.025 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:52 smithi125 bash[66801]: audit 2023-12-09T02:13:52.064621+0000 mon.a (mon.0) 3924 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:53.025 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:52 smithi125 bash[66801]: audit 2023-12-09T02:13:52.066034+0000 mon.a (mon.0) 3925 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:53.025 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:52 smithi125 bash[66801]: audit 2023-12-09T02:13:52.074628+0000 mon.a (mon.0) 3926 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:53.025 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:52 smithi125 bash[66801]: cephadm 2023-12-09T02:13:52.075198+0000 mgr.y (mgr.25480) 948 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:53.025 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:52 smithi125 bash[66801]: audit 2023-12-09T02:13:52.147601+0000 mon.a (mon.0) 3927 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:53.025 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:52 smithi125 bash[66801]: audit 2023-12-09T02:13:52.149771+0000 mon.a (mon.0) 3928 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:53.025 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:52 smithi125 bash[66801]: audit 2023-12-09T02:13:52.152393+0000 mon.a (mon.0) 3929 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:53.025 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:52 smithi125 bash[66801]: audit 2023-12-09T02:13:52.153431+0000 mon.a (mon.0) 3930 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:53.025 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:52 smithi125 bash[66801]: audit 2023-12-09T02:13:52.160763+0000 mon.a (mon.0) 3931 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:53.025 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:52 smithi125 bash[66801]: cephadm 2023-12-09T02:13:52.161408+0000 mgr.y (mgr.25480) 949 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:53.025 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:52 smithi125 bash[66801]: audit 2023-12-09T02:13:52.238298+0000 mon.a (mon.0) 3932 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:53.025 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:52 smithi125 bash[66801]: audit 2023-12-09T02:13:52.241546+0000 mon.a (mon.0) 3933 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:53.025 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:52 smithi125 bash[66801]: audit 2023-12-09T02:13:52.246944+0000 mon.a (mon.0) 3934 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:53.026 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:52 smithi125 bash[66801]: audit 2023-12-09T02:13:52.248893+0000 mon.a (mon.0) 3935 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:53.026 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:52 smithi125 bash[66801]: audit 2023-12-09T02:13:52.256394+0000 mon.a (mon.0) 3936 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:53.026 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:52 smithi125 bash[66801]: cephadm 2023-12-09T02:13:52.257124+0000 mgr.y (mgr.25480) 950 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:53.026 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:52 smithi125 bash[66801]: audit 2023-12-09T02:13:52.336760+0000 mon.a (mon.0) 3937 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:53.026 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:52 smithi125 bash[66801]: audit 2023-12-09T02:13:52.339389+0000 mon.a (mon.0) 3938 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:53.026 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:52 smithi125 bash[66801]: audit 2023-12-09T02:13:52.342315+0000 mon.a (mon.0) 3939 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:53.026 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:52 smithi125 bash[66801]: audit 2023-12-09T02:13:52.343611+0000 mon.a (mon.0) 3940 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:53.026 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:52 smithi125 bash[66801]: audit 2023-12-09T02:13:52.352307+0000 mon.a (mon.0) 3941 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:53.026 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:52 smithi125 bash[66801]: cephadm 2023-12-09T02:13:52.352942+0000 mgr.y (mgr.25480) 951 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:53.026 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:52 smithi125 bash[66801]: audit 2023-12-09T02:13:52.414264+0000 mon.a (mon.0) 3942 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:53.026 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:52 smithi125 bash[66801]: audit 2023-12-09T02:13:52.416930+0000 mon.a (mon.0) 3943 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:53.026 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:52 smithi125 bash[66801]: audit 2023-12-09T02:13:52.419367+0000 mon.a (mon.0) 3944 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:53.026 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:52 smithi125 bash[66801]: audit 2023-12-09T02:13:52.420328+0000 mon.a (mon.0) 3945 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:53.027 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:52 smithi125 bash[66801]: audit 2023-12-09T02:13:52.427140+0000 mon.a (mon.0) 3946 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:53.027 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:52 smithi125 bash[66801]: cephadm 2023-12-09T02:13:52.427775+0000 mgr.y (mgr.25480) 952 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:53.027 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:52 smithi125 bash[66801]: audit 2023-12-09T02:13:52.506043+0000 mon.a (mon.0) 3947 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:53.027 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:52 smithi125 bash[66801]: audit 2023-12-09T02:13:52.509496+0000 mon.a (mon.0) 3948 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:53.027 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:52 smithi125 bash[66801]: audit 2023-12-09T02:13:52.513809+0000 mon.a (mon.0) 3949 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:53.027 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:52 smithi125 bash[66801]: audit 2023-12-09T02:13:52.514983+0000 mon.a (mon.0) 3950 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:53.027 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:52 smithi125 bash[66801]: audit 2023-12-09T02:13:52.522375+0000 mon.a (mon.0) 3951 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:53.027 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:52 smithi125 bash[66801]: cephadm 2023-12-09T02:13:52.523092+0000 mgr.y (mgr.25480) 953 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:53.027 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:52 smithi125 bash[66801]: audit 2023-12-09T02:13:52.602585+0000 mon.a (mon.0) 3952 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:53.027 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:52 smithi125 bash[66801]: audit 2023-12-09T02:13:52.605309+0000 mon.a (mon.0) 3953 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:53.027 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:52 smithi125 bash[66801]: audit 2023-12-09T02:13:52.608504+0000 mon.a (mon.0) 3954 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:53.027 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:52 smithi125 bash[66801]: audit 2023-12-09T02:13:52.609625+0000 mon.a (mon.0) 3955 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:53.027 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:52 smithi125 bash[66801]: audit 2023-12-09T02:13:52.619328+0000 mon.a (mon.0) 3956 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:53.027 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:52 smithi125 bash[66801]: cephadm 2023-12-09T02:13:52.620282+0000 mgr.y (mgr.25480) 954 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:53.027 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:52 smithi125 bash[66801]: audit 2023-12-09T02:13:52.701099+0000 mon.a (mon.0) 3957 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:53.028 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:52 smithi125 bash[66801]: audit 2023-12-09T02:13:52.703466+0000 mon.a (mon.0) 3958 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:53.028 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:52 smithi125 bash[66801]: audit 2023-12-09T02:13:52.707272+0000 mon.a (mon.0) 3959 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:53.028 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:52 smithi125 bash[66801]: audit 2023-12-09T02:13:52.708432+0000 mon.a (mon.0) 3960 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:53.028 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:52 smithi125 bash[66801]: audit 2023-12-09T02:13:52.718663+0000 mon.a (mon.0) 3961 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:53.220 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:52 smithi067 bash[79370]: cluster 2023-12-09T02:13:51.744133+0000 mgr.y (mgr.25480) 944 : cluster 0 pgmap v155: 161 pgs: 21 active+undersized+degraded, 41 active+undersized, 99 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s; 86/726 objects degraded (11.846%) 2023-12-09T02:13:53.220 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:52 smithi067 bash[79370]: audit 2023-12-09T02:13:51.766274+0000 mon.a (mon.0) 3904 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:53.220 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:52 smithi067 bash[79370]: audit 2023-12-09T02:13:51.768833+0000 mon.a (mon.0) 3905 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:53.220 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:52 smithi067 bash[79370]: audit 2023-12-09T02:13:51.771576+0000 mon.a (mon.0) 3906 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:53.220 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:52 smithi067 bash[79370]: audit 2023-12-09T02:13:51.772517+0000 mon.a (mon.0) 3907 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:53.220 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:52 smithi067 bash[79370]: audit 2023-12-09T02:13:51.779873+0000 mon.a (mon.0) 3908 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:53.220 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:52 smithi067 bash[79370]: cephadm 2023-12-09T02:13:51.780462+0000 mgr.y (mgr.25480) 945 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:53.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:52 smithi067 bash[79370]: audit 2023-12-09T02:13:51.861918+0000 mon.a (mon.0) 3909 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:53.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:52 smithi067 bash[79370]: audit 2023-12-09T02:13:51.864034+0000 mon.a (mon.0) 3910 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:53.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:52 smithi067 bash[79370]: audit 2023-12-09T02:13:51.867641+0000 mon.a (mon.0) 3911 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:53.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:52 smithi067 bash[79370]: audit 2023-12-09T02:13:51.868665+0000 mon.a (mon.0) 3912 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:53.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:52 smithi067 bash[79370]: audit 2023-12-09T02:13:51.878572+0000 mon.a (mon.0) 3913 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:53.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:52 smithi067 bash[79370]: cephadm 2023-12-09T02:13:51.879545+0000 mgr.y (mgr.25480) 946 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:53.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:52 smithi067 bash[79370]: cluster 2023-12-09T02:13:51.942518+0000 osd.7 (osd.7) 27 : cluster 3 failed to encode map e130 with expected crc 2023-12-09T02:13:53.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:52 smithi067 bash[79370]: audit 2023-12-09T02:13:51.943440+0000 mon.a (mon.0) 3914 : audit 1 from='osd.3 [v2:172.21.15.67:6826/1080524828,v1:172.21.15.67:6827/1080524828]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-12-09T02:13:53.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:52 smithi067 bash[79370]: cluster 2023-12-09T02:13:51.950883+0000 mon.a (mon.0) 3915 : cluster 0 osdmap e130: 8 total, 7 up, 8 in 2023-12-09T02:13:53.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:52 smithi067 bash[79370]: audit 2023-12-09T02:13:51.951490+0000 mon.a (mon.0) 3916 : audit 1 from='osd.3 [v2:172.21.15.67:6826/1080524828,v1:172.21.15.67:6827/1080524828]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi067", "root=default"]}]: dispatch 2023-12-09T02:13:53.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:52 smithi067 bash[79370]: audit 2023-12-09T02:13:51.965688+0000 mon.a (mon.0) 3917 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:53.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:52 smithi067 bash[79370]: audit 2023-12-09T02:13:51.968376+0000 mon.a (mon.0) 3918 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:53.222 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:52 smithi067 bash[82083]: cluster 2023-12-09T02:13:51.744133+0000 mgr.y (mgr.25480) 944 : cluster 0 pgmap v155: 161 pgs: 21 active+undersized+degraded, 41 active+undersized, 99 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s; 86/726 objects degraded (11.846%) 2023-12-09T02:13:53.222 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:52 smithi067 bash[82083]: audit 2023-12-09T02:13:51.766274+0000 mon.a (mon.0) 3904 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:53.222 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:52 smithi067 bash[82083]: audit 2023-12-09T02:13:51.768833+0000 mon.a (mon.0) 3905 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:53.222 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:52 smithi067 bash[82083]: audit 2023-12-09T02:13:51.771576+0000 mon.a (mon.0) 3906 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:53.222 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:52 smithi067 bash[82083]: audit 2023-12-09T02:13:51.772517+0000 mon.a (mon.0) 3907 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:53.222 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:52 smithi067 bash[82083]: audit 2023-12-09T02:13:51.779873+0000 mon.a (mon.0) 3908 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:53.222 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:52 smithi067 bash[82083]: cephadm 2023-12-09T02:13:51.780462+0000 mgr.y (mgr.25480) 945 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:53.222 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:52 smithi067 bash[82083]: audit 2023-12-09T02:13:51.861918+0000 mon.a (mon.0) 3909 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:53.222 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:52 smithi067 bash[82083]: audit 2023-12-09T02:13:51.864034+0000 mon.a (mon.0) 3910 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:53.222 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:52 smithi067 bash[82083]: audit 2023-12-09T02:13:51.867641+0000 mon.a (mon.0) 3911 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:53.222 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:52 smithi067 bash[82083]: audit 2023-12-09T02:13:51.868665+0000 mon.a (mon.0) 3912 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:53.222 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:52 smithi067 bash[82083]: audit 2023-12-09T02:13:51.878572+0000 mon.a (mon.0) 3913 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:53.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:52 smithi067 bash[82083]: cephadm 2023-12-09T02:13:51.879545+0000 mgr.y (mgr.25480) 946 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:53.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:52 smithi067 bash[82083]: cluster 2023-12-09T02:13:51.942518+0000 osd.7 (osd.7) 27 : cluster 3 failed to encode map e130 with expected crc 2023-12-09T02:13:53.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:52 smithi067 bash[82083]: audit 2023-12-09T02:13:51.943440+0000 mon.a (mon.0) 3914 : audit 1 from='osd.3 [v2:172.21.15.67:6826/1080524828,v1:172.21.15.67:6827/1080524828]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-12-09T02:13:53.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:52 smithi067 bash[82083]: cluster 2023-12-09T02:13:51.950883+0000 mon.a (mon.0) 3915 : cluster 0 osdmap e130: 8 total, 7 up, 8 in 2023-12-09T02:13:53.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:52 smithi067 bash[82083]: audit 2023-12-09T02:13:51.951490+0000 mon.a (mon.0) 3916 : audit 1 from='osd.3 [v2:172.21.15.67:6826/1080524828,v1:172.21.15.67:6827/1080524828]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi067", "root=default"]}]: dispatch 2023-12-09T02:13:53.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:52 smithi067 bash[82083]: audit 2023-12-09T02:13:51.965688+0000 mon.a (mon.0) 3917 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:53.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:52 smithi067 bash[82083]: audit 2023-12-09T02:13:51.968376+0000 mon.a (mon.0) 3918 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:53.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:52 smithi067 bash[82083]: audit 2023-12-09T02:13:51.971234+0000 mon.a (mon.0) 3919 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:53.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:52 smithi067 bash[82083]: audit 2023-12-09T02:13:51.972057+0000 mon.a (mon.0) 3920 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:53.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:52 smithi067 bash[82083]: audit 2023-12-09T02:13:51.977381+0000 mon.a (mon.0) 3921 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:53.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:52 smithi067 bash[82083]: cephadm 2023-12-09T02:13:51.977971+0000 mgr.y (mgr.25480) 947 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:53.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:52 smithi067 bash[82083]: cluster 2023-12-09T02:13:52.020116+0000 osd.6 (osd.6) 26 : cluster 3 failed to encode map e130 with expected crc 2023-12-09T02:13:53.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:52 smithi067 bash[82083]: audit 2023-12-09T02:13:52.058251+0000 mon.a (mon.0) 3922 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:53.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:52 smithi067 bash[82083]: audit 2023-12-09T02:13:52.061201+0000 mon.a (mon.0) 3923 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:53.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:52 smithi067 bash[82083]: audit 2023-12-09T02:13:52.064621+0000 mon.a (mon.0) 3924 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:53.224 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:52 smithi067 bash[82083]: audit 2023-12-09T02:13:52.066034+0000 mon.a (mon.0) 3925 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:53.224 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:52 smithi067 bash[82083]: audit 2023-12-09T02:13:52.074628+0000 mon.a (mon.0) 3926 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:53.224 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:52 smithi067 bash[82083]: cephadm 2023-12-09T02:13:52.075198+0000 mgr.y (mgr.25480) 948 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:53.224 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:52 smithi067 bash[82083]: audit 2023-12-09T02:13:52.147601+0000 mon.a (mon.0) 3927 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:53.224 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:52 smithi067 bash[82083]: audit 2023-12-09T02:13:52.149771+0000 mon.a (mon.0) 3928 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:53.224 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:52 smithi067 bash[82083]: audit 2023-12-09T02:13:52.152393+0000 mon.a (mon.0) 3929 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:53.224 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:52 smithi067 bash[82083]: audit 2023-12-09T02:13:52.153431+0000 mon.a (mon.0) 3930 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:53.224 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:52 smithi067 bash[82083]: audit 2023-12-09T02:13:52.160763+0000 mon.a (mon.0) 3931 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:53.224 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:52 smithi067 bash[82083]: cephadm 2023-12-09T02:13:52.161408+0000 mgr.y (mgr.25480) 949 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:53.224 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:52 smithi067 bash[82083]: audit 2023-12-09T02:13:52.238298+0000 mon.a (mon.0) 3932 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:53.224 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:52 smithi067 bash[82083]: audit 2023-12-09T02:13:52.241546+0000 mon.a (mon.0) 3933 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:53.224 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:52 smithi067 bash[82083]: audit 2023-12-09T02:13:52.246944+0000 mon.a (mon.0) 3934 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:53.224 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:52 smithi067 bash[79370]: audit 2023-12-09T02:13:51.971234+0000 mon.a (mon.0) 3919 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:53.225 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:52 smithi067 bash[79370]: audit 2023-12-09T02:13:51.972057+0000 mon.a (mon.0) 3920 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:53.225 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:52 smithi067 bash[79370]: audit 2023-12-09T02:13:51.977381+0000 mon.a (mon.0) 3921 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:53.225 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:52 smithi067 bash[79370]: cephadm 2023-12-09T02:13:51.977971+0000 mgr.y (mgr.25480) 947 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:53.225 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:52 smithi067 bash[79370]: cluster 2023-12-09T02:13:52.020116+0000 osd.6 (osd.6) 26 : cluster 3 failed to encode map e130 with expected crc 2023-12-09T02:13:53.225 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:52 smithi067 bash[79370]: audit 2023-12-09T02:13:52.058251+0000 mon.a (mon.0) 3922 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:53.225 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:52 smithi067 bash[79370]: audit 2023-12-09T02:13:52.061201+0000 mon.a (mon.0) 3923 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:53.225 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:52 smithi067 bash[79370]: audit 2023-12-09T02:13:52.064621+0000 mon.a (mon.0) 3924 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:53.225 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:52 smithi067 bash[79370]: audit 2023-12-09T02:13:52.066034+0000 mon.a (mon.0) 3925 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:53.225 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:52 smithi067 bash[79370]: audit 2023-12-09T02:13:52.074628+0000 mon.a (mon.0) 3926 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:53.225 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:52 smithi067 bash[79370]: cephadm 2023-12-09T02:13:52.075198+0000 mgr.y (mgr.25480) 948 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:53.225 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:52 smithi067 bash[79370]: audit 2023-12-09T02:13:52.147601+0000 mon.a (mon.0) 3927 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:53.225 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:52 smithi067 bash[79370]: audit 2023-12-09T02:13:52.149771+0000 mon.a (mon.0) 3928 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:53.225 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:52 smithi067 bash[79370]: audit 2023-12-09T02:13:52.152393+0000 mon.a (mon.0) 3929 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:53.225 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:52 smithi067 bash[79370]: audit 2023-12-09T02:13:52.153431+0000 mon.a (mon.0) 3930 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:53.225 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:52 smithi067 bash[79370]: audit 2023-12-09T02:13:52.160763+0000 mon.a (mon.0) 3931 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:53.226 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:52 smithi067 bash[79370]: cephadm 2023-12-09T02:13:52.161408+0000 mgr.y (mgr.25480) 949 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:53.226 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:52 smithi067 bash[79370]: audit 2023-12-09T02:13:52.238298+0000 mon.a (mon.0) 3932 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:53.226 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:52 smithi067 bash[79370]: audit 2023-12-09T02:13:52.241546+0000 mon.a (mon.0) 3933 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:53.226 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:52 smithi067 bash[79370]: audit 2023-12-09T02:13:52.246944+0000 mon.a (mon.0) 3934 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:53.226 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:52 smithi067 bash[82083]: audit 2023-12-09T02:13:52.248893+0000 mon.a (mon.0) 3935 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:53.226 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:52 smithi067 bash[82083]: audit 2023-12-09T02:13:52.256394+0000 mon.a (mon.0) 3936 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:53.226 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:52 smithi067 bash[82083]: cephadm 2023-12-09T02:13:52.257124+0000 mgr.y (mgr.25480) 950 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:53.226 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:52 smithi067 bash[82083]: audit 2023-12-09T02:13:52.336760+0000 mon.a (mon.0) 3937 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:53.226 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:52 smithi067 bash[82083]: audit 2023-12-09T02:13:52.339389+0000 mon.a (mon.0) 3938 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:53.226 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:52 smithi067 bash[82083]: audit 2023-12-09T02:13:52.342315+0000 mon.a (mon.0) 3939 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:53.226 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:52 smithi067 bash[82083]: audit 2023-12-09T02:13:52.343611+0000 mon.a (mon.0) 3940 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:53.227 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:52 smithi067 bash[82083]: audit 2023-12-09T02:13:52.352307+0000 mon.a (mon.0) 3941 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:53.227 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:52 smithi067 bash[82083]: cephadm 2023-12-09T02:13:52.352942+0000 mgr.y (mgr.25480) 951 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:53.227 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:52 smithi067 bash[82083]: audit 2023-12-09T02:13:52.414264+0000 mon.a (mon.0) 3942 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:53.227 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:52 smithi067 bash[82083]: audit 2023-12-09T02:13:52.416930+0000 mon.a (mon.0) 3943 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:53.227 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:52 smithi067 bash[82083]: audit 2023-12-09T02:13:52.419367+0000 mon.a (mon.0) 3944 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:53.227 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:52 smithi067 bash[82083]: audit 2023-12-09T02:13:52.420328+0000 mon.a (mon.0) 3945 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:53.227 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:52 smithi067 bash[82083]: audit 2023-12-09T02:13:52.427140+0000 mon.a (mon.0) 3946 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:53.227 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:52 smithi067 bash[82083]: cephadm 2023-12-09T02:13:52.427775+0000 mgr.y (mgr.25480) 952 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:53.227 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:52 smithi067 bash[82083]: audit 2023-12-09T02:13:52.506043+0000 mon.a (mon.0) 3947 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:53.227 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:52 smithi067 bash[82083]: audit 2023-12-09T02:13:52.509496+0000 mon.a (mon.0) 3948 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:53.227 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:52 smithi067 bash[82083]: audit 2023-12-09T02:13:52.513809+0000 mon.a (mon.0) 3949 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:53.227 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:52 smithi067 bash[82083]: audit 2023-12-09T02:13:52.514983+0000 mon.a (mon.0) 3950 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:53.227 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:52 smithi067 bash[82083]: audit 2023-12-09T02:13:52.522375+0000 mon.a (mon.0) 3951 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:53.228 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:52 smithi067 bash[79370]: audit 2023-12-09T02:13:52.248893+0000 mon.a (mon.0) 3935 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:53.228 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:52 smithi067 bash[79370]: audit 2023-12-09T02:13:52.256394+0000 mon.a (mon.0) 3936 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:53.228 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:52 smithi067 bash[79370]: cephadm 2023-12-09T02:13:52.257124+0000 mgr.y (mgr.25480) 950 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:53.228 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:52 smithi067 bash[79370]: audit 2023-12-09T02:13:52.336760+0000 mon.a (mon.0) 3937 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:53.228 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:52 smithi067 bash[79370]: audit 2023-12-09T02:13:52.339389+0000 mon.a (mon.0) 3938 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:53.228 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:52 smithi067 bash[79370]: audit 2023-12-09T02:13:52.342315+0000 mon.a (mon.0) 3939 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:53.228 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:52 smithi067 bash[79370]: audit 2023-12-09T02:13:52.343611+0000 mon.a (mon.0) 3940 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:53.228 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:52 smithi067 bash[79370]: audit 2023-12-09T02:13:52.352307+0000 mon.a (mon.0) 3941 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:53.228 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:52 smithi067 bash[79370]: cephadm 2023-12-09T02:13:52.352942+0000 mgr.y (mgr.25480) 951 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:53.228 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:52 smithi067 bash[79370]: audit 2023-12-09T02:13:52.414264+0000 mon.a (mon.0) 3942 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:53.228 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:52 smithi067 bash[79370]: audit 2023-12-09T02:13:52.416930+0000 mon.a (mon.0) 3943 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:53.228 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:52 smithi067 bash[79370]: audit 2023-12-09T02:13:52.419367+0000 mon.a (mon.0) 3944 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:53.228 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:52 smithi067 bash[79370]: audit 2023-12-09T02:13:52.420328+0000 mon.a (mon.0) 3945 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:53.228 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:52 smithi067 bash[79370]: audit 2023-12-09T02:13:52.427140+0000 mon.a (mon.0) 3946 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:53.229 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:52 smithi067 bash[79370]: cephadm 2023-12-09T02:13:52.427775+0000 mgr.y (mgr.25480) 952 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:53.229 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:52 smithi067 bash[79370]: audit 2023-12-09T02:13:52.506043+0000 mon.a (mon.0) 3947 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:53.229 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:52 smithi067 bash[79370]: audit 2023-12-09T02:13:52.509496+0000 mon.a (mon.0) 3948 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:53.229 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:52 smithi067 bash[79370]: audit 2023-12-09T02:13:52.513809+0000 mon.a (mon.0) 3949 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:53.229 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:52 smithi067 bash[79370]: audit 2023-12-09T02:13:52.514983+0000 mon.a (mon.0) 3950 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:53.229 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:52 smithi067 bash[79370]: audit 2023-12-09T02:13:52.522375+0000 mon.a (mon.0) 3951 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:53.229 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:52 smithi067 bash[82083]: cephadm 2023-12-09T02:13:52.523092+0000 mgr.y (mgr.25480) 953 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:53.229 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:52 smithi067 bash[82083]: audit 2023-12-09T02:13:52.602585+0000 mon.a (mon.0) 3952 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:53.229 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:52 smithi067 bash[82083]: audit 2023-12-09T02:13:52.605309+0000 mon.a (mon.0) 3953 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:53.229 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:52 smithi067 bash[82083]: audit 2023-12-09T02:13:52.608504+0000 mon.a (mon.0) 3954 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:53.229 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:52 smithi067 bash[82083]: audit 2023-12-09T02:13:52.609625+0000 mon.a (mon.0) 3955 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:53.230 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:52 smithi067 bash[82083]: audit 2023-12-09T02:13:52.619328+0000 mon.a (mon.0) 3956 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:53.230 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:52 smithi067 bash[82083]: cephadm 2023-12-09T02:13:52.620282+0000 mgr.y (mgr.25480) 954 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:53.230 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:52 smithi067 bash[82083]: audit 2023-12-09T02:13:52.701099+0000 mon.a (mon.0) 3957 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:53.230 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:52 smithi067 bash[82083]: audit 2023-12-09T02:13:52.703466+0000 mon.a (mon.0) 3958 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:53.230 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:52 smithi067 bash[82083]: audit 2023-12-09T02:13:52.707272+0000 mon.a (mon.0) 3959 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:53.230 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:52 smithi067 bash[82083]: audit 2023-12-09T02:13:52.708432+0000 mon.a (mon.0) 3960 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:53.230 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:52 smithi067 bash[82083]: audit 2023-12-09T02:13:52.718663+0000 mon.a (mon.0) 3961 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:53.230 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:52 smithi067 bash[79370]: cephadm 2023-12-09T02:13:52.523092+0000 mgr.y (mgr.25480) 953 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:53.230 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:52 smithi067 bash[79370]: audit 2023-12-09T02:13:52.602585+0000 mon.a (mon.0) 3952 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:53.230 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:52 smithi067 bash[79370]: audit 2023-12-09T02:13:52.605309+0000 mon.a (mon.0) 3953 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:53.230 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:52 smithi067 bash[79370]: audit 2023-12-09T02:13:52.608504+0000 mon.a (mon.0) 3954 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:53.230 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:52 smithi067 bash[79370]: audit 2023-12-09T02:13:52.609625+0000 mon.a (mon.0) 3955 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:53.230 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:52 smithi067 bash[79370]: audit 2023-12-09T02:13:52.619328+0000 mon.a (mon.0) 3956 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:53.231 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:52 smithi067 bash[79370]: cephadm 2023-12-09T02:13:52.620282+0000 mgr.y (mgr.25480) 954 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:53.231 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:52 smithi067 bash[79370]: audit 2023-12-09T02:13:52.701099+0000 mon.a (mon.0) 3957 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:53.231 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:52 smithi067 bash[79370]: audit 2023-12-09T02:13:52.703466+0000 mon.a (mon.0) 3958 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:53.231 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:52 smithi067 bash[79370]: audit 2023-12-09T02:13:52.707272+0000 mon.a (mon.0) 3959 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:53.231 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:52 smithi067 bash[79370]: audit 2023-12-09T02:13:52.708432+0000 mon.a (mon.0) 3960 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:53.231 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:52 smithi067 bash[79370]: audit 2023-12-09T02:13:52.718663+0000 mon.a (mon.0) 3961 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:53.920 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:53 smithi067 bash[82083]: cluster 2023-12-09T02:13:52.672421+0000 osd.4 (osd.4) 39 : cluster 3 failed to encode map e130 with expected crc 2023-12-09T02:13:53.920 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:53 smithi067 bash[82083]: cluster 2023-12-09T02:13:52.674426+0000 osd.4 (osd.4) 40 : cluster 3 failed to encode map e130 with expected crc 2023-12-09T02:13:53.920 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:53 smithi067 bash[82083]: cephadm 2023-12-09T02:13:52.719273+0000 mgr.y (mgr.25480) 955 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:53.920 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:53 smithi067 bash[82083]: cluster 2023-12-09T02:13:52.742915+0000 osd.5 (osd.5) 40 : cluster 3 failed to encode map e130 with expected crc 2023-12-09T02:13:53.920 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:53 smithi067 bash[82083]: audit 2023-12-09T02:13:52.801017+0000 mon.a (mon.0) 3962 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:53.920 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:53 smithi067 bash[82083]: audit 2023-12-09T02:13:52.804426+0000 mon.a (mon.0) 3963 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:53.920 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:53 smithi067 bash[82083]: audit 2023-12-09T02:13:52.807841+0000 mon.a (mon.0) 3964 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:53.920 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:53 smithi067 bash[82083]: audit 2023-12-09T02:13:52.809016+0000 mon.a (mon.0) 3965 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:53.920 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:53 smithi067 bash[82083]: audit 2023-12-09T02:13:52.816129+0000 mon.a (mon.0) 3966 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:53.920 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:53 smithi067 bash[82083]: cephadm 2023-12-09T02:13:52.816858+0000 mgr.y (mgr.25480) 956 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:53.920 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:53 smithi067 bash[82083]: audit 2023-12-09T02:13:52.899837+0000 mon.a (mon.0) 3967 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:53.920 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:53 smithi067 bash[82083]: audit 2023-12-09T02:13:52.902164+0000 mon.a (mon.0) 3968 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:53.920 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:53 smithi067 bash[82083]: audit 2023-12-09T02:13:52.904807+0000 mon.a (mon.0) 3969 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:53.921 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:53 smithi067 bash[82083]: audit 2023-12-09T02:13:52.905999+0000 mon.a (mon.0) 3970 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:53.921 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:53 smithi067 bash[82083]: audit 2023-12-09T02:13:52.912934+0000 mon.a (mon.0) 3971 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:53.921 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:53 smithi067 bash[82083]: cephadm 2023-12-09T02:13:52.913665+0000 mgr.y (mgr.25480) 957 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:53.921 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:53 smithi067 bash[82083]: cluster 2023-12-09T02:13:52.976042+0000 osd.5 (osd.5) 41 : cluster 3 failed to encode map e131 with expected crc 2023-12-09T02:13:53.921 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:53 smithi067 bash[82083]: cluster 2023-12-09T02:13:52.976188+0000 mon.a (mon.0) 3972 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-09T02:13:53.921 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:53 smithi067 bash[82083]: cluster 2023-12-09T02:13:52.976310+0000 osd.4 (osd.4) 41 : cluster 3 failed to encode map e131 with expected crc 2023-12-09T02:13:53.921 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:53 smithi067 bash[82083]: cluster 2023-12-09T02:13:52.983808+0000 mon.a (mon.0) 3973 : cluster 1 osd.3 [v2:172.21.15.67:6826/1080524828,v1:172.21.15.67:6827/1080524828] boot 2023-12-09T02:13:53.921 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:53 smithi067 bash[82083]: cluster 2023-12-09T02:13:52.983941+0000 mon.a (mon.0) 3974 : cluster 0 osdmap e131: 8 total, 8 up, 8 in 2023-12-09T02:13:53.921 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:53 smithi067 bash[82083]: audit 2023-12-09T02:13:52.984377+0000 mon.a (mon.0) 3975 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-09T02:13:53.921 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:13:53 smithi067 bash[75618]: ::ffff:172.21.15.125 - - [09/Dec/2023:02:13:53] "GET /metrics HTTP/1.1" 200 38494 "" "Prometheus/2.33.4" 2023-12-09T02:13:53.922 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:53 smithi067 bash[82083]: audit 2023-12-09T02:13:53.005224+0000 mon.a (mon.0) 3976 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:53.922 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:53 smithi067 bash[82083]: audit 2023-12-09T02:13:53.010466+0000 mon.a (mon.0) 3977 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:53.922 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:53 smithi067 bash[82083]: audit 2023-12-09T02:13:53.013362+0000 mon.a (mon.0) 3978 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:53.922 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:53 smithi067 bash[82083]: audit 2023-12-09T02:13:53.015576+0000 mon.a (mon.0) 3979 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:53.922 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:53 smithi067 bash[82083]: audit 2023-12-09T02:13:53.030898+0000 mon.a (mon.0) 3980 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:53.922 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:53 smithi067 bash[82083]: cephadm 2023-12-09T02:13:53.031436+0000 mgr.y (mgr.25480) 958 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:53.922 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:53 smithi067 bash[82083]: audit 2023-12-09T02:13:53.093264+0000 mon.a (mon.0) 3981 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:53.922 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:53 smithi067 bash[82083]: audit 2023-12-09T02:13:53.096306+0000 mon.a (mon.0) 3982 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:53.922 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:53 smithi067 bash[82083]: audit 2023-12-09T02:13:53.100269+0000 mon.a (mon.0) 3983 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:53.922 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:53 smithi067 bash[82083]: audit 2023-12-09T02:13:53.101623+0000 mon.a (mon.0) 3984 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:53.922 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:53 smithi067 bash[82083]: audit 2023-12-09T02:13:53.112406+0000 mon.a (mon.0) 3985 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:53.922 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:53 smithi067 bash[82083]: cephadm 2023-12-09T02:13:53.113252+0000 mgr.y (mgr.25480) 959 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:53.923 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:53 smithi067 bash[82083]: audit 2023-12-09T02:13:53.197302+0000 mon.a (mon.0) 3986 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:53.923 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:53 smithi067 bash[82083]: audit 2023-12-09T02:13:53.200159+0000 mon.a (mon.0) 3987 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:53.923 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:53 smithi067 bash[82083]: audit 2023-12-09T02:13:53.203045+0000 mon.a (mon.0) 3988 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:53.923 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:53 smithi067 bash[82083]: audit 2023-12-09T02:13:53.204325+0000 mon.a (mon.0) 3989 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:53.923 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:53 smithi067 bash[82083]: audit 2023-12-09T02:13:53.211274+0000 mon.a (mon.0) 3990 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:53.923 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:53 smithi067 bash[82083]: cephadm 2023-12-09T02:13:53.211876+0000 mgr.y (mgr.25480) 960 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:53.923 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:53 smithi067 bash[82083]: audit 2023-12-09T02:13:53.291447+0000 mon.a (mon.0) 3991 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:53.923 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:53 smithi067 bash[82083]: audit 2023-12-09T02:13:53.296280+0000 mon.a (mon.0) 3992 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:53.923 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:53 smithi067 bash[79370]: cluster 2023-12-09T02:13:52.672421+0000 osd.4 (osd.4) 39 : cluster 3 failed to encode map e130 with expected crc 2023-12-09T02:13:53.923 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:53 smithi067 bash[79370]: cluster 2023-12-09T02:13:52.674426+0000 osd.4 (osd.4) 40 : cluster 3 failed to encode map e130 with expected crc 2023-12-09T02:13:53.923 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:53 smithi067 bash[79370]: cephadm 2023-12-09T02:13:52.719273+0000 mgr.y (mgr.25480) 955 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:53.923 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:53 smithi067 bash[79370]: cluster 2023-12-09T02:13:52.742915+0000 osd.5 (osd.5) 40 : cluster 3 failed to encode map e130 with expected crc 2023-12-09T02:13:53.924 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:53 smithi067 bash[79370]: audit 2023-12-09T02:13:52.801017+0000 mon.a (mon.0) 3962 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:53.924 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:53 smithi067 bash[79370]: audit 2023-12-09T02:13:52.804426+0000 mon.a (mon.0) 3963 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:53.924 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:53 smithi067 bash[79370]: audit 2023-12-09T02:13:52.807841+0000 mon.a (mon.0) 3964 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:53.924 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:53 smithi067 bash[79370]: audit 2023-12-09T02:13:52.809016+0000 mon.a (mon.0) 3965 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:53.924 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:53 smithi067 bash[79370]: audit 2023-12-09T02:13:52.816129+0000 mon.a (mon.0) 3966 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:53.924 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:53 smithi067 bash[79370]: cephadm 2023-12-09T02:13:52.816858+0000 mgr.y (mgr.25480) 956 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:53.924 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:53 smithi067 bash[79370]: audit 2023-12-09T02:13:52.899837+0000 mon.a (mon.0) 3967 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:53.924 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:53 smithi067 bash[79370]: audit 2023-12-09T02:13:52.902164+0000 mon.a (mon.0) 3968 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:53.924 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:53 smithi067 bash[79370]: audit 2023-12-09T02:13:52.904807+0000 mon.a (mon.0) 3969 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:53.924 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:53 smithi067 bash[79370]: audit 2023-12-09T02:13:52.905999+0000 mon.a (mon.0) 3970 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:53.924 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:53 smithi067 bash[79370]: audit 2023-12-09T02:13:52.912934+0000 mon.a (mon.0) 3971 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:53.924 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:53 smithi067 bash[79370]: cephadm 2023-12-09T02:13:52.913665+0000 mgr.y (mgr.25480) 957 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:53.924 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:53 smithi067 bash[79370]: cluster 2023-12-09T02:13:52.976042+0000 osd.5 (osd.5) 41 : cluster 3 failed to encode map e131 with expected crc 2023-12-09T02:13:53.924 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:53 smithi067 bash[79370]: cluster 2023-12-09T02:13:52.976188+0000 mon.a (mon.0) 3972 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-09T02:13:53.924 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:53 smithi067 bash[79370]: cluster 2023-12-09T02:13:52.976310+0000 osd.4 (osd.4) 41 : cluster 3 failed to encode map e131 with expected crc 2023-12-09T02:13:53.925 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:53 smithi067 bash[79370]: cluster 2023-12-09T02:13:52.983808+0000 mon.a (mon.0) 3973 : cluster 1 osd.3 [v2:172.21.15.67:6826/1080524828,v1:172.21.15.67:6827/1080524828] boot 2023-12-09T02:13:53.925 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:53 smithi067 bash[79370]: cluster 2023-12-09T02:13:52.983941+0000 mon.a (mon.0) 3974 : cluster 0 osdmap e131: 8 total, 8 up, 8 in 2023-12-09T02:13:53.925 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:53 smithi067 bash[79370]: audit 2023-12-09T02:13:52.984377+0000 mon.a (mon.0) 3975 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-09T02:13:53.925 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:53 smithi067 bash[82083]: audit 2023-12-09T02:13:53.300179+0000 mon.a (mon.0) 3993 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:53.925 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:53 smithi067 bash[82083]: audit 2023-12-09T02:13:53.301154+0000 mon.a (mon.0) 3994 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:53.925 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:53 smithi067 bash[82083]: audit 2023-12-09T02:13:53.307512+0000 mon.a (mon.0) 3995 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:53.925 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:53 smithi067 bash[82083]: cephadm 2023-12-09T02:13:53.308090+0000 mgr.y (mgr.25480) 961 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:53.925 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:53 smithi067 bash[82083]: audit 2023-12-09T02:13:53.388745+0000 mon.a (mon.0) 3996 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:53.925 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:53 smithi067 bash[82083]: audit 2023-12-09T02:13:53.391020+0000 mon.a (mon.0) 3997 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:53.926 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:53 smithi067 bash[82083]: audit 2023-12-09T02:13:53.393938+0000 mon.a (mon.0) 3998 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:53.926 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:53 smithi067 bash[82083]: audit 2023-12-09T02:13:53.394849+0000 mon.a (mon.0) 3999 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:53.926 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:53 smithi067 bash[82083]: audit 2023-12-09T02:13:53.400417+0000 mon.a (mon.0) 4000 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:53.926 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:53 smithi067 bash[82083]: cephadm 2023-12-09T02:13:53.401078+0000 mgr.y (mgr.25480) 962 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:53.926 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:53 smithi067 bash[82083]: audit 2023-12-09T02:13:53.485504+0000 mon.a (mon.0) 4001 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:53.926 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:53 smithi067 bash[82083]: audit 2023-12-09T02:13:53.488922+0000 mon.a (mon.0) 4002 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:53.926 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:53 smithi067 bash[82083]: audit 2023-12-09T02:13:53.492828+0000 mon.a (mon.0) 4003 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:53.926 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:53 smithi067 bash[82083]: audit 2023-12-09T02:13:53.494279+0000 mon.a (mon.0) 4004 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:53.926 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:53 smithi067 bash[82083]: audit 2023-12-09T02:13:53.503546+0000 mon.a (mon.0) 4005 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:53.926 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:53 smithi067 bash[82083]: cephadm 2023-12-09T02:13:53.504312+0000 mgr.y (mgr.25480) 963 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:53.926 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:53 smithi067 bash[82083]: audit 2023-12-09T02:13:53.587686+0000 mon.a (mon.0) 4006 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:53.926 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:53 smithi067 bash[82083]: audit 2023-12-09T02:13:53.590719+0000 mon.a (mon.0) 4007 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:53.926 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:53 smithi067 bash[82083]: audit 2023-12-09T02:13:53.593348+0000 mon.a (mon.0) 4008 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:53.926 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:53 smithi067 bash[82083]: audit 2023-12-09T02:13:53.594133+0000 mon.a (mon.0) 4009 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:53.926 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:53 smithi067 bash[82083]: audit 2023-12-09T02:13:53.601320+0000 mon.a (mon.0) 4010 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:53.926 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:53 smithi067 bash[82083]: cephadm 2023-12-09T02:13:53.602171+0000 mgr.y (mgr.25480) 964 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:53.927 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:53 smithi067 bash[82083]: audit 2023-12-09T02:13:53.681098+0000 mon.a (mon.0) 4011 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:53.927 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:53 smithi067 bash[82083]: audit 2023-12-09T02:13:53.685190+0000 mon.a (mon.0) 4012 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:53.927 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:53 smithi067 bash[82083]: audit 2023-12-09T02:13:53.689537+0000 mon.a (mon.0) 4013 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:53.927 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:53 smithi067 bash[82083]: audit 2023-12-09T02:13:53.690796+0000 mon.a (mon.0) 4014 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:53.927 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:53 smithi067 bash[82083]: audit 2023-12-09T02:13:53.697619+0000 mon.a (mon.0) 4015 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:53.927 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:53 smithi067 bash[82083]: cephadm 2023-12-09T02:13:53.698350+0000 mgr.y (mgr.25480) 965 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:53.927 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:53 smithi067 bash[79370]: audit 2023-12-09T02:13:53.005224+0000 mon.a (mon.0) 3976 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:53.927 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:53 smithi067 bash[79370]: audit 2023-12-09T02:13:53.010466+0000 mon.a (mon.0) 3977 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:53.928 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:53 smithi067 bash[79370]: audit 2023-12-09T02:13:53.013362+0000 mon.a (mon.0) 3978 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:53.928 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:53 smithi067 bash[79370]: audit 2023-12-09T02:13:53.015576+0000 mon.a (mon.0) 3979 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:53.928 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:53 smithi067 bash[79370]: audit 2023-12-09T02:13:53.030898+0000 mon.a (mon.0) 3980 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:53.928 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:53 smithi067 bash[79370]: cephadm 2023-12-09T02:13:53.031436+0000 mgr.y (mgr.25480) 958 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:53.928 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:53 smithi067 bash[79370]: audit 2023-12-09T02:13:53.093264+0000 mon.a (mon.0) 3981 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:53.928 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:53 smithi067 bash[79370]: audit 2023-12-09T02:13:53.096306+0000 mon.a (mon.0) 3982 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:53.928 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:53 smithi067 bash[79370]: audit 2023-12-09T02:13:53.100269+0000 mon.a (mon.0) 3983 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:53.928 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:53 smithi067 bash[79370]: audit 2023-12-09T02:13:53.101623+0000 mon.a (mon.0) 3984 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:53.928 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:53 smithi067 bash[79370]: audit 2023-12-09T02:13:53.112406+0000 mon.a (mon.0) 3985 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:53.928 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:53 smithi067 bash[79370]: cephadm 2023-12-09T02:13:53.113252+0000 mgr.y (mgr.25480) 959 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:53.928 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:53 smithi067 bash[79370]: audit 2023-12-09T02:13:53.197302+0000 mon.a (mon.0) 3986 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:53.928 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:53 smithi067 bash[79370]: audit 2023-12-09T02:13:53.200159+0000 mon.a (mon.0) 3987 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:53.928 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:53 smithi067 bash[79370]: audit 2023-12-09T02:13:53.203045+0000 mon.a (mon.0) 3988 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:53.928 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:53 smithi067 bash[79370]: audit 2023-12-09T02:13:53.204325+0000 mon.a (mon.0) 3989 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:53.929 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:53 smithi067 bash[79370]: audit 2023-12-09T02:13:53.211274+0000 mon.a (mon.0) 3990 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:53.929 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:53 smithi067 bash[79370]: cephadm 2023-12-09T02:13:53.211876+0000 mgr.y (mgr.25480) 960 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:53.929 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:53 smithi067 bash[79370]: audit 2023-12-09T02:13:53.291447+0000 mon.a (mon.0) 3991 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:53.929 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:53 smithi067 bash[79370]: audit 2023-12-09T02:13:53.296280+0000 mon.a (mon.0) 3992 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:53.929 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:53 smithi067 bash[79370]: audit 2023-12-09T02:13:53.300179+0000 mon.a (mon.0) 3993 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:53.929 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:53 smithi067 bash[79370]: audit 2023-12-09T02:13:53.301154+0000 mon.a (mon.0) 3994 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:53.929 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:53 smithi067 bash[79370]: audit 2023-12-09T02:13:53.307512+0000 mon.a (mon.0) 3995 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:53.929 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:53 smithi067 bash[79370]: cephadm 2023-12-09T02:13:53.308090+0000 mgr.y (mgr.25480) 961 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:53.929 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:53 smithi067 bash[79370]: audit 2023-12-09T02:13:53.388745+0000 mon.a (mon.0) 3996 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:53.929 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:53 smithi067 bash[79370]: audit 2023-12-09T02:13:53.391020+0000 mon.a (mon.0) 3997 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:53.929 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:53 smithi067 bash[79370]: audit 2023-12-09T02:13:53.393938+0000 mon.a (mon.0) 3998 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:53.929 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:53 smithi067 bash[79370]: audit 2023-12-09T02:13:53.394849+0000 mon.a (mon.0) 3999 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:53.929 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:53 smithi067 bash[79370]: audit 2023-12-09T02:13:53.400417+0000 mon.a (mon.0) 4000 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:53.929 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:53 smithi067 bash[79370]: cephadm 2023-12-09T02:13:53.401078+0000 mgr.y (mgr.25480) 962 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:53.929 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:53 smithi067 bash[79370]: audit 2023-12-09T02:13:53.485504+0000 mon.a (mon.0) 4001 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:53.930 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:53 smithi067 bash[79370]: audit 2023-12-09T02:13:53.488922+0000 mon.a (mon.0) 4002 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:53.930 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:53 smithi067 bash[79370]: audit 2023-12-09T02:13:53.492828+0000 mon.a (mon.0) 4003 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:53.930 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:53 smithi067 bash[79370]: audit 2023-12-09T02:13:53.494279+0000 mon.a (mon.0) 4004 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:53.930 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:53 smithi067 bash[79370]: audit 2023-12-09T02:13:53.503546+0000 mon.a (mon.0) 4005 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:53.930 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:53 smithi067 bash[79370]: cephadm 2023-12-09T02:13:53.504312+0000 mgr.y (mgr.25480) 963 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:53.930 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:53 smithi067 bash[79370]: audit 2023-12-09T02:13:53.587686+0000 mon.a (mon.0) 4006 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:53.930 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:53 smithi067 bash[79370]: audit 2023-12-09T02:13:53.590719+0000 mon.a (mon.0) 4007 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:53.930 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:53 smithi067 bash[79370]: audit 2023-12-09T02:13:53.593348+0000 mon.a (mon.0) 4008 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:53.930 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:53 smithi067 bash[79370]: audit 2023-12-09T02:13:53.594133+0000 mon.a (mon.0) 4009 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:53.930 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:53 smithi067 bash[79370]: audit 2023-12-09T02:13:53.601320+0000 mon.a (mon.0) 4010 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:53.930 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:53 smithi067 bash[79370]: cephadm 2023-12-09T02:13:53.602171+0000 mgr.y (mgr.25480) 964 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:53.930 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:53 smithi067 bash[79370]: audit 2023-12-09T02:13:53.681098+0000 mon.a (mon.0) 4011 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:53.930 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:53 smithi067 bash[79370]: audit 2023-12-09T02:13:53.685190+0000 mon.a (mon.0) 4012 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:53.930 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:53 smithi067 bash[79370]: audit 2023-12-09T02:13:53.689537+0000 mon.a (mon.0) 4013 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:53.931 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:53 smithi067 bash[79370]: audit 2023-12-09T02:13:53.690796+0000 mon.a (mon.0) 4014 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:53.931 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:53 smithi067 bash[79370]: audit 2023-12-09T02:13:53.697619+0000 mon.a (mon.0) 4015 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:53.931 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:53 smithi067 bash[79370]: cephadm 2023-12-09T02:13:53.698350+0000 mgr.y (mgr.25480) 965 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:54.223 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:53 smithi125 bash[66801]: cluster 2023-12-09T02:13:52.672421+0000 osd.4 (osd.4) 39 : cluster 3 failed to encode map e130 with expected crc 2023-12-09T02:13:54.223 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:53 smithi125 bash[66801]: cluster 2023-12-09T02:13:52.674426+0000 osd.4 (osd.4) 40 : cluster 3 failed to encode map e130 with expected crc 2023-12-09T02:13:54.223 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:53 smithi125 bash[66801]: cephadm 2023-12-09T02:13:52.719273+0000 mgr.y (mgr.25480) 955 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:54.223 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:53 smithi125 bash[66801]: cluster 2023-12-09T02:13:52.742915+0000 osd.5 (osd.5) 40 : cluster 3 failed to encode map e130 with expected crc 2023-12-09T02:13:54.223 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:53 smithi125 bash[66801]: audit 2023-12-09T02:13:52.801017+0000 mon.a (mon.0) 3962 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:54.223 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:53 smithi125 bash[66801]: audit 2023-12-09T02:13:52.804426+0000 mon.a (mon.0) 3963 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:54.223 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:53 smithi125 bash[66801]: audit 2023-12-09T02:13:52.807841+0000 mon.a (mon.0) 3964 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:54.223 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:53 smithi125 bash[66801]: audit 2023-12-09T02:13:52.809016+0000 mon.a (mon.0) 3965 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:54.223 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:53 smithi125 bash[66801]: audit 2023-12-09T02:13:52.816129+0000 mon.a (mon.0) 3966 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:54.223 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:53 smithi125 bash[66801]: cephadm 2023-12-09T02:13:52.816858+0000 mgr.y (mgr.25480) 956 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:54.223 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:53 smithi125 bash[66801]: audit 2023-12-09T02:13:52.899837+0000 mon.a (mon.0) 3967 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:54.223 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:53 smithi125 bash[66801]: audit 2023-12-09T02:13:52.902164+0000 mon.a (mon.0) 3968 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:54.224 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:53 smithi125 bash[66801]: audit 2023-12-09T02:13:52.904807+0000 mon.a (mon.0) 3969 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:54.224 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:53 smithi125 bash[66801]: audit 2023-12-09T02:13:52.905999+0000 mon.a (mon.0) 3970 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:54.224 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:53 smithi125 bash[66801]: audit 2023-12-09T02:13:52.912934+0000 mon.a (mon.0) 3971 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:54.224 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:53 smithi125 bash[66801]: cephadm 2023-12-09T02:13:52.913665+0000 mgr.y (mgr.25480) 957 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:54.224 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:53 smithi125 bash[66801]: cluster 2023-12-09T02:13:52.976042+0000 osd.5 (osd.5) 41 : cluster 3 failed to encode map e131 with expected crc 2023-12-09T02:13:54.224 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:53 smithi125 bash[66801]: cluster 2023-12-09T02:13:52.976188+0000 mon.a (mon.0) 3972 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-09T02:13:54.224 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:53 smithi125 bash[66801]: cluster 2023-12-09T02:13:52.976310+0000 osd.4 (osd.4) 41 : cluster 3 failed to encode map e131 with expected crc 2023-12-09T02:13:54.224 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:53 smithi125 bash[66801]: cluster 2023-12-09T02:13:52.983808+0000 mon.a (mon.0) 3973 : cluster 1 osd.3 [v2:172.21.15.67:6826/1080524828,v1:172.21.15.67:6827/1080524828] boot 2023-12-09T02:13:54.224 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:53 smithi125 bash[66801]: cluster 2023-12-09T02:13:52.983941+0000 mon.a (mon.0) 3974 : cluster 0 osdmap e131: 8 total, 8 up, 8 in 2023-12-09T02:13:54.224 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:53 smithi125 bash[66801]: audit 2023-12-09T02:13:52.984377+0000 mon.a (mon.0) 3975 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-09T02:13:54.225 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:53 smithi125 bash[66801]: audit 2023-12-09T02:13:53.005224+0000 mon.a (mon.0) 3976 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:54.225 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:53 smithi125 bash[66801]: audit 2023-12-09T02:13:53.010466+0000 mon.a (mon.0) 3977 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:54.225 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:53 smithi125 bash[66801]: audit 2023-12-09T02:13:53.013362+0000 mon.a (mon.0) 3978 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:54.225 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:53 smithi125 bash[66801]: audit 2023-12-09T02:13:53.015576+0000 mon.a (mon.0) 3979 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:54.225 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:53 smithi125 bash[66801]: audit 2023-12-09T02:13:53.030898+0000 mon.a (mon.0) 3980 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:54.225 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:53 smithi125 bash[66801]: cephadm 2023-12-09T02:13:53.031436+0000 mgr.y (mgr.25480) 958 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:54.225 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:53 smithi125 bash[66801]: audit 2023-12-09T02:13:53.093264+0000 mon.a (mon.0) 3981 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:54.225 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:53 smithi125 bash[66801]: audit 2023-12-09T02:13:53.096306+0000 mon.a (mon.0) 3982 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:54.225 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:53 smithi125 bash[66801]: audit 2023-12-09T02:13:53.100269+0000 mon.a (mon.0) 3983 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:54.225 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:53 smithi125 bash[66801]: audit 2023-12-09T02:13:53.101623+0000 mon.a (mon.0) 3984 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:54.225 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:53 smithi125 bash[66801]: audit 2023-12-09T02:13:53.112406+0000 mon.a (mon.0) 3985 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:54.225 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:53 smithi125 bash[66801]: cephadm 2023-12-09T02:13:53.113252+0000 mgr.y (mgr.25480) 959 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:54.226 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:53 smithi125 bash[66801]: audit 2023-12-09T02:13:53.197302+0000 mon.a (mon.0) 3986 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:54.226 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:53 smithi125 bash[66801]: audit 2023-12-09T02:13:53.200159+0000 mon.a (mon.0) 3987 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:54.226 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:53 smithi125 bash[66801]: audit 2023-12-09T02:13:53.203045+0000 mon.a (mon.0) 3988 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:54.226 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:53 smithi125 bash[66801]: audit 2023-12-09T02:13:53.204325+0000 mon.a (mon.0) 3989 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:54.226 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:53 smithi125 bash[66801]: audit 2023-12-09T02:13:53.211274+0000 mon.a (mon.0) 3990 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:54.226 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:53 smithi125 bash[66801]: cephadm 2023-12-09T02:13:53.211876+0000 mgr.y (mgr.25480) 960 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:54.226 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:53 smithi125 bash[66801]: audit 2023-12-09T02:13:53.291447+0000 mon.a (mon.0) 3991 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:54.226 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:53 smithi125 bash[66801]: audit 2023-12-09T02:13:53.296280+0000 mon.a (mon.0) 3992 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:54.226 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:53 smithi125 bash[66801]: audit 2023-12-09T02:13:53.300179+0000 mon.a (mon.0) 3993 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:54.226 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:53 smithi125 bash[66801]: audit 2023-12-09T02:13:53.301154+0000 mon.a (mon.0) 3994 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:54.226 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:53 smithi125 bash[66801]: audit 2023-12-09T02:13:53.307512+0000 mon.a (mon.0) 3995 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:54.226 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:53 smithi125 bash[66801]: cephadm 2023-12-09T02:13:53.308090+0000 mgr.y (mgr.25480) 961 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:54.226 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:53 smithi125 bash[66801]: audit 2023-12-09T02:13:53.388745+0000 mon.a (mon.0) 3996 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:54.226 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:53 smithi125 bash[66801]: audit 2023-12-09T02:13:53.391020+0000 mon.a (mon.0) 3997 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:54.226 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:53 smithi125 bash[66801]: audit 2023-12-09T02:13:53.393938+0000 mon.a (mon.0) 3998 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:54.226 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:53 smithi125 bash[66801]: audit 2023-12-09T02:13:53.394849+0000 mon.a (mon.0) 3999 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:54.227 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:53 smithi125 bash[66801]: audit 2023-12-09T02:13:53.400417+0000 mon.a (mon.0) 4000 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:54.227 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:53 smithi125 bash[66801]: cephadm 2023-12-09T02:13:53.401078+0000 mgr.y (mgr.25480) 962 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:54.227 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:53 smithi125 bash[66801]: audit 2023-12-09T02:13:53.485504+0000 mon.a (mon.0) 4001 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:54.227 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:53 smithi125 bash[66801]: audit 2023-12-09T02:13:53.488922+0000 mon.a (mon.0) 4002 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:54.227 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:53 smithi125 bash[66801]: audit 2023-12-09T02:13:53.492828+0000 mon.a (mon.0) 4003 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:54.227 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:53 smithi125 bash[66801]: audit 2023-12-09T02:13:53.494279+0000 mon.a (mon.0) 4004 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:54.227 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:53 smithi125 bash[66801]: audit 2023-12-09T02:13:53.503546+0000 mon.a (mon.0) 4005 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:54.227 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:53 smithi125 bash[66801]: cephadm 2023-12-09T02:13:53.504312+0000 mgr.y (mgr.25480) 963 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:54.227 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:53 smithi125 bash[66801]: audit 2023-12-09T02:13:53.587686+0000 mon.a (mon.0) 4006 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:54.227 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:53 smithi125 bash[66801]: audit 2023-12-09T02:13:53.590719+0000 mon.a (mon.0) 4007 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:54.227 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:53 smithi125 bash[66801]: audit 2023-12-09T02:13:53.593348+0000 mon.a (mon.0) 4008 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:54.227 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:53 smithi125 bash[66801]: audit 2023-12-09T02:13:53.594133+0000 mon.a (mon.0) 4009 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:54.227 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:53 smithi125 bash[66801]: audit 2023-12-09T02:13:53.601320+0000 mon.a (mon.0) 4010 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:54.227 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:53 smithi125 bash[66801]: cephadm 2023-12-09T02:13:53.602171+0000 mgr.y (mgr.25480) 964 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:54.227 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:53 smithi125 bash[66801]: audit 2023-12-09T02:13:53.681098+0000 mon.a (mon.0) 4011 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:54.228 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:53 smithi125 bash[66801]: audit 2023-12-09T02:13:53.685190+0000 mon.a (mon.0) 4012 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:54.228 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:53 smithi125 bash[66801]: audit 2023-12-09T02:13:53.689537+0000 mon.a (mon.0) 4013 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:54.228 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:53 smithi125 bash[66801]: audit 2023-12-09T02:13:53.690796+0000 mon.a (mon.0) 4014 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:54.228 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:53 smithi125 bash[66801]: audit 2023-12-09T02:13:53.697619+0000 mon.a (mon.0) 4015 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:54.228 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:53 smithi125 bash[66801]: cephadm 2023-12-09T02:13:53.698350+0000 mgr.y (mgr.25480) 965 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:54.710 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:13:54 smithi067 bash[75618]: debug 2023-12-09T02:13:54.376+0000 7f0641e91700 -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-09T02:13:54.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:54 smithi067 bash[82083]: cluster 2023-12-09T02:13:53.745291+0000 mgr.y (mgr.25480) 966 : cluster 0 pgmap v158: 161 pgs: 17 peering, 15 active+undersized+degraded, 30 active+undersized, 99 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s; 70/726 objects degraded (9.642%) 2023-12-09T02:13:54.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:54 smithi067 bash[82083]: audit 2023-12-09T02:13:53.776528+0000 mon.a (mon.0) 4016 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:54.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:54 smithi067 bash[82083]: audit 2023-12-09T02:13:53.779805+0000 mon.a (mon.0) 4017 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:54.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:54 smithi067 bash[82083]: audit 2023-12-09T02:13:53.783224+0000 mon.a (mon.0) 4018 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:54.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:54 smithi067 bash[82083]: audit 2023-12-09T02:13:53.784466+0000 mon.a (mon.0) 4019 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:54.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:54 smithi067 bash[82083]: audit 2023-12-09T02:13:53.792741+0000 mon.a (mon.0) 4020 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:54.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:54 smithi067 bash[82083]: cephadm 2023-12-09T02:13:53.793678+0000 mgr.y (mgr.25480) 967 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:54.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:54 smithi067 bash[82083]: audit 2023-12-09T02:13:53.877970+0000 mon.a (mon.0) 4021 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:54.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:54 smithi067 bash[82083]: audit 2023-12-09T02:13:53.880239+0000 mon.a (mon.0) 4022 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:54.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:54 smithi067 bash[82083]: audit 2023-12-09T02:13:53.882568+0000 mon.a (mon.0) 4023 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:54.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:54 smithi067 bash[82083]: audit 2023-12-09T02:13:53.883467+0000 mon.a (mon.0) 4024 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:54.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:54 smithi067 bash[82083]: audit 2023-12-09T02:13:53.889132+0000 mon.a (mon.0) 4025 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:54.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:54 smithi067 bash[82083]: cephadm 2023-12-09T02:13:53.889741+0000 mgr.y (mgr.25480) 968 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:54.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:54 smithi067 bash[82083]: audit 2023-12-09T02:13:53.970434+0000 mon.a (mon.0) 4026 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:54.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:54 smithi067 bash[82083]: audit 2023-12-09T02:13:53.973287+0000 mon.a (mon.0) 4027 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:54.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:54 smithi067 bash[82083]: audit 2023-12-09T02:13:53.976714+0000 mon.a (mon.0) 4028 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:54.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:54 smithi067 bash[82083]: audit 2023-12-09T02:13:53.978598+0000 mon.a (mon.0) 4029 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:54.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:54 smithi067 bash[82083]: cluster 2023-12-09T02:13:53.979141+0000 osd.5 (osd.5) 42 : cluster 3 failed to encode map e132 with expected crc 2023-12-09T02:13:54.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:54 smithi067 bash[82083]: cluster 2023-12-09T02:13:53.981858+0000 osd.7 (osd.7) 28 : cluster 3 failed to encode map e132 with expected crc 2023-12-09T02:13:54.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:54 smithi067 bash[82083]: cluster 2023-12-09T02:13:53.982210+0000 osd.5 (osd.5) 43 : cluster 3 failed to encode map e132 with expected crc 2023-12-09T02:13:54.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:54 smithi067 bash[79370]: cluster 2023-12-09T02:13:53.745291+0000 mgr.y (mgr.25480) 966 : cluster 0 pgmap v158: 161 pgs: 17 peering, 15 active+undersized+degraded, 30 active+undersized, 99 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s; 70/726 objects degraded (9.642%) 2023-12-09T02:13:54.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:54 smithi067 bash[79370]: audit 2023-12-09T02:13:53.776528+0000 mon.a (mon.0) 4016 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:54.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:54 smithi067 bash[79370]: audit 2023-12-09T02:13:53.779805+0000 mon.a (mon.0) 4017 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:54.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:54 smithi067 bash[79370]: audit 2023-12-09T02:13:53.783224+0000 mon.a (mon.0) 4018 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:54.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:54 smithi067 bash[79370]: audit 2023-12-09T02:13:53.784466+0000 mon.a (mon.0) 4019 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:54.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:54 smithi067 bash[79370]: audit 2023-12-09T02:13:53.792741+0000 mon.a (mon.0) 4020 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:54.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:54 smithi067 bash[79370]: cephadm 2023-12-09T02:13:53.793678+0000 mgr.y (mgr.25480) 967 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:54.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:54 smithi067 bash[79370]: audit 2023-12-09T02:13:53.877970+0000 mon.a (mon.0) 4021 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:54.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:54 smithi067 bash[79370]: audit 2023-12-09T02:13:53.880239+0000 mon.a (mon.0) 4022 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:54.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:54 smithi067 bash[79370]: audit 2023-12-09T02:13:53.882568+0000 mon.a (mon.0) 4023 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:54.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:54 smithi067 bash[79370]: audit 2023-12-09T02:13:53.883467+0000 mon.a (mon.0) 4024 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:54.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:54 smithi067 bash[79370]: audit 2023-12-09T02:13:53.889132+0000 mon.a (mon.0) 4025 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:54.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:54 smithi067 bash[79370]: cephadm 2023-12-09T02:13:53.889741+0000 mgr.y (mgr.25480) 968 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:54.973 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:54 smithi067 bash[79370]: audit 2023-12-09T02:13:53.970434+0000 mon.a (mon.0) 4026 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:54.973 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:54 smithi067 bash[79370]: audit 2023-12-09T02:13:53.973287+0000 mon.a (mon.0) 4027 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:54.973 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:54 smithi067 bash[79370]: audit 2023-12-09T02:13:53.976714+0000 mon.a (mon.0) 4028 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:54.973 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:54 smithi067 bash[79370]: audit 2023-12-09T02:13:53.978598+0000 mon.a (mon.0) 4029 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:54.973 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:54 smithi067 bash[79370]: cluster 2023-12-09T02:13:53.979141+0000 osd.5 (osd.5) 42 : cluster 3 failed to encode map e132 with expected crc 2023-12-09T02:13:54.973 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:54 smithi067 bash[79370]: cluster 2023-12-09T02:13:53.981858+0000 osd.7 (osd.7) 28 : cluster 3 failed to encode map e132 with expected crc 2023-12-09T02:13:54.973 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:54 smithi067 bash[79370]: cluster 2023-12-09T02:13:53.982210+0000 osd.5 (osd.5) 43 : cluster 3 failed to encode map e132 with expected crc 2023-12-09T02:13:54.973 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:54 smithi067 bash[82083]: cluster 2023-12-09T02:13:53.982402+0000 osd.6 (osd.6) 27 : cluster 3 failed to encode map e132 with expected crc 2023-12-09T02:13:54.973 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:54 smithi067 bash[82083]: cluster 2023-12-09T02:13:53.984769+0000 mon.a (mon.0) 4030 : cluster 0 osdmap e132: 8 total, 8 up, 8 in 2023-12-09T02:13:54.973 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:54 smithi067 bash[82083]: cluster 2023-12-09T02:13:53.985198+0000 osd.4 (osd.4) 42 : cluster 3 failed to encode map e132 with expected crc 2023-12-09T02:13:54.974 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:54 smithi067 bash[82083]: cluster 2023-12-09T02:13:53.989917+0000 osd.7 (osd.7) 29 : cluster 3 failed to encode map e132 with expected crc 2023-12-09T02:13:54.974 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:54 smithi067 bash[82083]: cluster 2023-12-09T02:13:53.989944+0000 osd.4 (osd.4) 43 : cluster 3 failed to encode map e132 with expected crc 2023-12-09T02:13:54.974 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:54 smithi067 bash[82083]: cluster 2023-12-09T02:13:53.992016+0000 osd.7 (osd.7) 30 : cluster 3 failed to encode map e132 with expected crc 2023-12-09T02:13:54.974 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:54 smithi067 bash[82083]: cluster 2023-12-09T02:13:53.992364+0000 osd.4 (osd.4) 44 : cluster 3 failed to encode map e132 with expected crc 2023-12-09T02:13:54.974 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:54 smithi067 bash[82083]: cluster 2023-12-09T02:13:53.994770+0000 osd.4 (osd.4) 45 : cluster 3 failed to encode map e132 with expected crc 2023-12-09T02:13:54.974 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:54 smithi067 bash[82083]: audit 2023-12-09T02:13:54.000819+0000 mon.a (mon.0) 4031 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:54.974 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:54 smithi067 bash[82083]: cephadm 2023-12-09T02:13:54.001549+0000 mgr.y (mgr.25480) 969 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:54.974 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:54 smithi067 bash[82083]: audit 2023-12-09T02:13:54.086362+0000 mon.a (mon.0) 4032 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:54.974 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:54 smithi067 bash[82083]: audit 2023-12-09T02:13:54.089704+0000 mon.a (mon.0) 4033 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:54.974 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:54 smithi067 bash[82083]: audit 2023-12-09T02:13:54.092901+0000 mon.a (mon.0) 4034 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:54.974 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:54 smithi067 bash[82083]: audit 2023-12-09T02:13:54.093986+0000 mon.a (mon.0) 4035 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:54.974 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:54 smithi067 bash[82083]: audit 2023-12-09T02:13:54.101934+0000 mon.a (mon.0) 4036 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:54.974 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:54 smithi067 bash[82083]: cephadm 2023-12-09T02:13:54.102589+0000 mgr.y (mgr.25480) 970 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:54.974 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:54 smithi067 bash[82083]: audit 2023-12-09T02:13:54.182627+0000 mon.a (mon.0) 4037 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:54.975 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:54 smithi067 bash[82083]: audit 2023-12-09T02:13:54.185785+0000 mon.a (mon.0) 4038 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:54.975 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:54 smithi067 bash[82083]: audit 2023-12-09T02:13:54.188280+0000 mon.a (mon.0) 4039 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:54.975 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:54 smithi067 bash[82083]: audit 2023-12-09T02:13:54.189241+0000 mon.a (mon.0) 4040 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:54.975 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:54 smithi067 bash[82083]: audit 2023-12-09T02:13:54.198071+0000 mon.a (mon.0) 4041 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:54.975 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:54 smithi067 bash[82083]: cephadm 2023-12-09T02:13:54.198861+0000 mgr.y (mgr.25480) 971 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:54.975 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:54 smithi067 bash[82083]: audit 2023-12-09T02:13:54.275007+0000 mon.a (mon.0) 4042 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:54.975 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:54 smithi067 bash[82083]: audit 2023-12-09T02:13:54.278023+0000 mon.a (mon.0) 4043 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:54.975 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:54 smithi067 bash[82083]: audit 2023-12-09T02:13:54.280743+0000 mon.a (mon.0) 4044 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:54.975 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:54 smithi067 bash[82083]: audit 2023-12-09T02:13:54.281932+0000 mon.a (mon.0) 4045 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:54.975 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:54 smithi067 bash[82083]: audit 2023-12-09T02:13:54.290875+0000 mon.a (mon.0) 4046 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:54.975 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:54 smithi067 bash[82083]: cephadm 2023-12-09T02:13:54.291551+0000 mgr.y (mgr.25480) 972 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:54.975 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:54 smithi067 bash[82083]: audit 2023-12-09T02:13:54.325777+0000 mon.a (mon.0) 4047 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:54.975 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:54 smithi067 bash[82083]: audit 2023-12-09T02:13:54.336395+0000 mon.a (mon.0) 4048 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:54.975 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:54 smithi067 bash[82083]: audit 2023-12-09T02:13:54.343657+0000 mon.a (mon.0) 4049 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:54.975 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:54 smithi067 bash[82083]: audit 2023-12-09T02:13:54.371616+0000 mon.a (mon.0) 4050 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:54.975 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:54 smithi067 bash[82083]: audit 2023-12-09T02:13:54.373794+0000 mon.a (mon.0) 4051 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:54.976 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:54 smithi067 bash[82083]: audit 2023-12-09T02:13:54.375574+0000 mon.a (mon.0) 4052 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:54.976 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:54 smithi067 bash[82083]: audit 2023-12-09T02:13:54.377950+0000 mon.a (mon.0) 4053 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:54.976 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:54 smithi067 bash[82083]: audit 2023-12-09T02:13:54.380974+0000 mon.a (mon.0) 4054 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2023-12-09T02:13:54.976 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:54 smithi067 bash[82083]: audit 2023-12-09T02:13:54.381219+0000 mgr.y (mgr.25480) 973 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2023-12-09T02:13:54.976 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:54 smithi067 bash[82083]: cephadm 2023-12-09T02:13:54.382567+0000 mgr.y (mgr.25480) 974 : cephadm 1 Upgrade: unsafe to stop osd(s) at this time (19 PGs are or would become offline) 2023-12-09T02:13:54.976 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:54 smithi067 bash[79370]: cluster 2023-12-09T02:13:53.982402+0000 osd.6 (osd.6) 27 : cluster 3 failed to encode map e132 with expected crc 2023-12-09T02:13:54.976 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:54 smithi067 bash[79370]: cluster 2023-12-09T02:13:53.984769+0000 mon.a (mon.0) 4030 : cluster 0 osdmap e132: 8 total, 8 up, 8 in 2023-12-09T02:13:54.976 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:54 smithi067 bash[79370]: cluster 2023-12-09T02:13:53.985198+0000 osd.4 (osd.4) 42 : cluster 3 failed to encode map e132 with expected crc 2023-12-09T02:13:54.976 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:54 smithi067 bash[79370]: cluster 2023-12-09T02:13:53.989917+0000 osd.7 (osd.7) 29 : cluster 3 failed to encode map e132 with expected crc 2023-12-09T02:13:54.976 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:54 smithi067 bash[79370]: cluster 2023-12-09T02:13:53.989944+0000 osd.4 (osd.4) 43 : cluster 3 failed to encode map e132 with expected crc 2023-12-09T02:13:54.977 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:54 smithi067 bash[79370]: cluster 2023-12-09T02:13:53.992016+0000 osd.7 (osd.7) 30 : cluster 3 failed to encode map e132 with expected crc 2023-12-09T02:13:54.977 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:54 smithi067 bash[79370]: cluster 2023-12-09T02:13:53.992364+0000 osd.4 (osd.4) 44 : cluster 3 failed to encode map e132 with expected crc 2023-12-09T02:13:54.977 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:54 smithi067 bash[79370]: cluster 2023-12-09T02:13:53.994770+0000 osd.4 (osd.4) 45 : cluster 3 failed to encode map e132 with expected crc 2023-12-09T02:13:54.977 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:54 smithi067 bash[79370]: audit 2023-12-09T02:13:54.000819+0000 mon.a (mon.0) 4031 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:54.977 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:54 smithi067 bash[79370]: cephadm 2023-12-09T02:13:54.001549+0000 mgr.y (mgr.25480) 969 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:54.977 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:54 smithi067 bash[79370]: audit 2023-12-09T02:13:54.086362+0000 mon.a (mon.0) 4032 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:54.977 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:54 smithi067 bash[79370]: audit 2023-12-09T02:13:54.089704+0000 mon.a (mon.0) 4033 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:54.977 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:54 smithi067 bash[79370]: audit 2023-12-09T02:13:54.092901+0000 mon.a (mon.0) 4034 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:54.977 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:54 smithi067 bash[79370]: audit 2023-12-09T02:13:54.093986+0000 mon.a (mon.0) 4035 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:54.977 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:54 smithi067 bash[79370]: audit 2023-12-09T02:13:54.101934+0000 mon.a (mon.0) 4036 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:54.977 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:54 smithi067 bash[79370]: cephadm 2023-12-09T02:13:54.102589+0000 mgr.y (mgr.25480) 970 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:54.977 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:54 smithi067 bash[79370]: audit 2023-12-09T02:13:54.182627+0000 mon.a (mon.0) 4037 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:54.977 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:54 smithi067 bash[79370]: audit 2023-12-09T02:13:54.185785+0000 mon.a (mon.0) 4038 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:54.977 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:54 smithi067 bash[79370]: audit 2023-12-09T02:13:54.188280+0000 mon.a (mon.0) 4039 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:54.977 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:54 smithi067 bash[79370]: audit 2023-12-09T02:13:54.189241+0000 mon.a (mon.0) 4040 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:54.978 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:54 smithi067 bash[79370]: audit 2023-12-09T02:13:54.198071+0000 mon.a (mon.0) 4041 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:54.978 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:54 smithi067 bash[79370]: cephadm 2023-12-09T02:13:54.198861+0000 mgr.y (mgr.25480) 971 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:54.978 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:54 smithi067 bash[79370]: audit 2023-12-09T02:13:54.275007+0000 mon.a (mon.0) 4042 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:54.978 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:54 smithi067 bash[79370]: audit 2023-12-09T02:13:54.278023+0000 mon.a (mon.0) 4043 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:54.978 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:54 smithi067 bash[79370]: audit 2023-12-09T02:13:54.280743+0000 mon.a (mon.0) 4044 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:54.978 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:54 smithi067 bash[79370]: audit 2023-12-09T02:13:54.281932+0000 mon.a (mon.0) 4045 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:54.978 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:54 smithi067 bash[79370]: audit 2023-12-09T02:13:54.290875+0000 mon.a (mon.0) 4046 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:54.978 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:54 smithi067 bash[79370]: cephadm 2023-12-09T02:13:54.291551+0000 mgr.y (mgr.25480) 972 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:54.978 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:54 smithi067 bash[79370]: audit 2023-12-09T02:13:54.325777+0000 mon.a (mon.0) 4047 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:54.978 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:54 smithi067 bash[79370]: audit 2023-12-09T02:13:54.336395+0000 mon.a (mon.0) 4048 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:54.978 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:54 smithi067 bash[79370]: audit 2023-12-09T02:13:54.343657+0000 mon.a (mon.0) 4049 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:54.978 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:54 smithi067 bash[79370]: audit 2023-12-09T02:13:54.371616+0000 mon.a (mon.0) 4050 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:54.978 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:54 smithi067 bash[79370]: audit 2023-12-09T02:13:54.373794+0000 mon.a (mon.0) 4051 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:54.978 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:54 smithi067 bash[79370]: audit 2023-12-09T02:13:54.375574+0000 mon.a (mon.0) 4052 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:54.978 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:54 smithi067 bash[79370]: audit 2023-12-09T02:13:54.377950+0000 mon.a (mon.0) 4053 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:54.979 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:54 smithi067 bash[79370]: audit 2023-12-09T02:13:54.380974+0000 mon.a (mon.0) 4054 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2023-12-09T02:13:54.979 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:54 smithi067 bash[79370]: audit 2023-12-09T02:13:54.381219+0000 mgr.y (mgr.25480) 973 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2023-12-09T02:13:54.979 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:54 smithi067 bash[79370]: cephadm 2023-12-09T02:13:54.382567+0000 mgr.y (mgr.25480) 974 : cephadm 1 Upgrade: unsafe to stop osd(s) at this time (19 PGs are or would become offline) 2023-12-09T02:13:55.222 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:54 smithi125 bash[66801]: cluster 2023-12-09T02:13:53.745291+0000 mgr.y (mgr.25480) 966 : cluster 0 pgmap v158: 161 pgs: 17 peering, 15 active+undersized+degraded, 30 active+undersized, 99 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s; 70/726 objects degraded (9.642%) 2023-12-09T02:13:55.223 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:54 smithi125 bash[66801]: audit 2023-12-09T02:13:53.776528+0000 mon.a (mon.0) 4016 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:55.223 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:54 smithi125 bash[66801]: audit 2023-12-09T02:13:53.779805+0000 mon.a (mon.0) 4017 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:55.223 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:54 smithi125 bash[66801]: audit 2023-12-09T02:13:53.783224+0000 mon.a (mon.0) 4018 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:55.223 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:54 smithi125 bash[66801]: audit 2023-12-09T02:13:53.784466+0000 mon.a (mon.0) 4019 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:55.223 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:54 smithi125 bash[66801]: audit 2023-12-09T02:13:53.792741+0000 mon.a (mon.0) 4020 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:55.223 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:54 smithi125 bash[66801]: cephadm 2023-12-09T02:13:53.793678+0000 mgr.y (mgr.25480) 967 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:55.223 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:54 smithi125 bash[66801]: audit 2023-12-09T02:13:53.877970+0000 mon.a (mon.0) 4021 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:55.223 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:54 smithi125 bash[66801]: audit 2023-12-09T02:13:53.880239+0000 mon.a (mon.0) 4022 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:55.223 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:54 smithi125 bash[66801]: audit 2023-12-09T02:13:53.882568+0000 mon.a (mon.0) 4023 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:55.223 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:54 smithi125 bash[66801]: audit 2023-12-09T02:13:53.883467+0000 mon.a (mon.0) 4024 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:55.223 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:54 smithi125 bash[66801]: audit 2023-12-09T02:13:53.889132+0000 mon.a (mon.0) 4025 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:55.223 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:54 smithi125 bash[66801]: cephadm 2023-12-09T02:13:53.889741+0000 mgr.y (mgr.25480) 968 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:55.224 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:54 smithi125 bash[66801]: audit 2023-12-09T02:13:53.970434+0000 mon.a (mon.0) 4026 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:55.224 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:54 smithi125 bash[66801]: audit 2023-12-09T02:13:53.973287+0000 mon.a (mon.0) 4027 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:55.224 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:54 smithi125 bash[66801]: audit 2023-12-09T02:13:53.976714+0000 mon.a (mon.0) 4028 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:55.224 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:54 smithi125 bash[66801]: audit 2023-12-09T02:13:53.978598+0000 mon.a (mon.0) 4029 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:55.224 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:54 smithi125 bash[66801]: cluster 2023-12-09T02:13:53.979141+0000 osd.5 (osd.5) 42 : cluster 3 failed to encode map e132 with expected crc 2023-12-09T02:13:55.224 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:54 smithi125 bash[66801]: cluster 2023-12-09T02:13:53.981858+0000 osd.7 (osd.7) 28 : cluster 3 failed to encode map e132 with expected crc 2023-12-09T02:13:55.224 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:54 smithi125 bash[66801]: cluster 2023-12-09T02:13:53.982210+0000 osd.5 (osd.5) 43 : cluster 3 failed to encode map e132 with expected crc 2023-12-09T02:13:55.224 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:54 smithi125 bash[66801]: cluster 2023-12-09T02:13:53.982402+0000 osd.6 (osd.6) 27 : cluster 3 failed to encode map e132 with expected crc 2023-12-09T02:13:55.224 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:54 smithi125 bash[66801]: cluster 2023-12-09T02:13:53.984769+0000 mon.a (mon.0) 4030 : cluster 0 osdmap e132: 8 total, 8 up, 8 in 2023-12-09T02:13:55.224 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:54 smithi125 bash[66801]: cluster 2023-12-09T02:13:53.985198+0000 osd.4 (osd.4) 42 : cluster 3 failed to encode map e132 with expected crc 2023-12-09T02:13:55.224 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:54 smithi125 bash[66801]: cluster 2023-12-09T02:13:53.989917+0000 osd.7 (osd.7) 29 : cluster 3 failed to encode map e132 with expected crc 2023-12-09T02:13:55.225 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:54 smithi125 bash[66801]: cluster 2023-12-09T02:13:53.989944+0000 osd.4 (osd.4) 43 : cluster 3 failed to encode map e132 with expected crc 2023-12-09T02:13:55.225 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:54 smithi125 bash[66801]: cluster 2023-12-09T02:13:53.992016+0000 osd.7 (osd.7) 30 : cluster 3 failed to encode map e132 with expected crc 2023-12-09T02:13:55.225 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:54 smithi125 bash[66801]: cluster 2023-12-09T02:13:53.992364+0000 osd.4 (osd.4) 44 : cluster 3 failed to encode map e132 with expected crc 2023-12-09T02:13:55.225 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:54 smithi125 bash[66801]: cluster 2023-12-09T02:13:53.994770+0000 osd.4 (osd.4) 45 : cluster 3 failed to encode map e132 with expected crc 2023-12-09T02:13:55.225 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:54 smithi125 bash[66801]: audit 2023-12-09T02:13:54.000819+0000 mon.a (mon.0) 4031 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:55.225 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:54 smithi125 bash[66801]: cephadm 2023-12-09T02:13:54.001549+0000 mgr.y (mgr.25480) 969 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:55.225 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:54 smithi125 bash[66801]: audit 2023-12-09T02:13:54.086362+0000 mon.a (mon.0) 4032 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:55.225 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:54 smithi125 bash[66801]: audit 2023-12-09T02:13:54.089704+0000 mon.a (mon.0) 4033 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:55.225 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:54 smithi125 bash[66801]: audit 2023-12-09T02:13:54.092901+0000 mon.a (mon.0) 4034 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:55.225 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:54 smithi125 bash[66801]: audit 2023-12-09T02:13:54.093986+0000 mon.a (mon.0) 4035 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:55.225 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:54 smithi125 bash[66801]: audit 2023-12-09T02:13:54.101934+0000 mon.a (mon.0) 4036 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:55.225 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:54 smithi125 bash[66801]: cephadm 2023-12-09T02:13:54.102589+0000 mgr.y (mgr.25480) 970 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:55.225 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:54 smithi125 bash[66801]: audit 2023-12-09T02:13:54.182627+0000 mon.a (mon.0) 4037 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:55.225 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:54 smithi125 bash[66801]: audit 2023-12-09T02:13:54.185785+0000 mon.a (mon.0) 4038 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:55.226 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:54 smithi125 bash[66801]: audit 2023-12-09T02:13:54.188280+0000 mon.a (mon.0) 4039 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:55.226 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:54 smithi125 bash[66801]: audit 2023-12-09T02:13:54.189241+0000 mon.a (mon.0) 4040 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:55.226 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:54 smithi125 bash[66801]: audit 2023-12-09T02:13:54.198071+0000 mon.a (mon.0) 4041 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:55.226 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:54 smithi125 bash[66801]: cephadm 2023-12-09T02:13:54.198861+0000 mgr.y (mgr.25480) 971 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:55.226 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:54 smithi125 bash[66801]: audit 2023-12-09T02:13:54.275007+0000 mon.a (mon.0) 4042 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:55.226 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:54 smithi125 bash[66801]: audit 2023-12-09T02:13:54.278023+0000 mon.a (mon.0) 4043 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:55.226 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:54 smithi125 bash[66801]: audit 2023-12-09T02:13:54.280743+0000 mon.a (mon.0) 4044 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:13:55.226 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:54 smithi125 bash[66801]: audit 2023-12-09T02:13:54.281932+0000 mon.a (mon.0) 4045 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:13:55.226 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:54 smithi125 bash[66801]: audit 2023-12-09T02:13:54.290875+0000 mon.a (mon.0) 4046 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:55.226 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:54 smithi125 bash[66801]: cephadm 2023-12-09T02:13:54.291551+0000 mgr.y (mgr.25480) 972 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:13:55.226 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:54 smithi125 bash[66801]: audit 2023-12-09T02:13:54.325777+0000 mon.a (mon.0) 4047 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:55.226 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:54 smithi125 bash[66801]: audit 2023-12-09T02:13:54.336395+0000 mon.a (mon.0) 4048 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:55.226 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:54 smithi125 bash[66801]: audit 2023-12-09T02:13:54.343657+0000 mon.a (mon.0) 4049 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:55.226 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:54 smithi125 bash[66801]: audit 2023-12-09T02:13:54.371616+0000 mon.a (mon.0) 4050 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:13:55.226 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:54 smithi125 bash[66801]: audit 2023-12-09T02:13:54.373794+0000 mon.a (mon.0) 4051 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:55.227 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:54 smithi125 bash[66801]: audit 2023-12-09T02:13:54.375574+0000 mon.a (mon.0) 4052 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:55.227 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:54 smithi125 bash[66801]: audit 2023-12-09T02:13:54.377950+0000 mon.a (mon.0) 4053 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:13:55.227 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:54 smithi125 bash[66801]: audit 2023-12-09T02:13:54.380974+0000 mon.a (mon.0) 4054 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2023-12-09T02:13:55.227 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:54 smithi125 bash[66801]: audit 2023-12-09T02:13:54.381219+0000 mgr.y (mgr.25480) 973 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2023-12-09T02:13:55.227 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:54 smithi125 bash[66801]: cephadm 2023-12-09T02:13:54.382567+0000 mgr.y (mgr.25480) 974 : cephadm 1 Upgrade: unsafe to stop osd(s) at this time (19 PGs are or would become offline) 2023-12-09T02:13:56.013 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:55 smithi067 bash[79370]: cluster 2023-12-09T02:13:54.745731+0000 mon.a (mon.0) 4055 : cluster 3 Health check update: Degraded data redundancy: 70/726 objects degraded (9.642%), 15 pgs degraded (PG_DEGRADED) 2023-12-09T02:13:56.013 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:55 smithi067 bash[82083]: cluster 2023-12-09T02:13:54.745731+0000 mon.a (mon.0) 4055 : cluster 3 Health check update: Degraded data redundancy: 70/726 objects degraded (9.642%), 15 pgs degraded (PG_DEGRADED) 2023-12-09T02:13:56.120 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:55 smithi125 bash[66801]: cluster 2023-12-09T02:13:54.745731+0000 mon.a (mon.0) 4055 : cluster 3 Health check update: Degraded data redundancy: 70/726 objects degraded (9.642%), 15 pgs degraded (PG_DEGRADED) 2023-12-09T02:13:57.220 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:56 smithi067 bash[79370]: cluster 2023-12-09T02:13:55.746712+0000 mgr.y (mgr.25480) 975 : cluster 0 pgmap v160: 161 pgs: 17 peering, 8 active+undersized+degraded, 15 active+undersized, 121 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 1 op/s; 34/726 objects degraded (4.683%) 2023-12-09T02:13:57.220 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:56 smithi067 bash[82083]: cluster 2023-12-09T02:13:55.746712+0000 mgr.y (mgr.25480) 975 : cluster 0 pgmap v160: 161 pgs: 17 peering, 8 active+undersized+degraded, 15 active+undersized, 121 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 1 op/s; 34/726 objects degraded (4.683%) 2023-12-09T02:13:57.222 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:56 smithi125 bash[66801]: cluster 2023-12-09T02:13:55.746712+0000 mgr.y (mgr.25480) 975 : cluster 0 pgmap v160: 161 pgs: 17 peering, 8 active+undersized+degraded, 15 active+undersized, 121 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 1 op/s; 34/726 objects degraded (4.683%) 2023-12-09T02:13:58.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:58 smithi067 bash[79370]: audit 2023-12-09T02:13:57.644490+0000 mon.a (mon.0) 4056 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:58.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:58 smithi067 bash[79370]: audit 2023-12-09T02:13:57.650722+0000 mon.a (mon.0) 4057 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:13:58.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:58 smithi067 bash[79370]: audit 2023-12-09T02:13:57.714571+0000 mon.a (mon.0) 4058 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:58.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:58 smithi067 bash[79370]: audit 2023-12-09T02:13:57.737127+0000 mon.a (mon.0) 4059 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:58.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:58 smithi067 bash[79370]: audit 2023-12-09T02:13:57.750770+0000 mon.a (mon.0) 4060 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:58.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:58 smithi067 bash[82083]: audit 2023-12-09T02:13:57.644490+0000 mon.a (mon.0) 4056 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:58.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:58 smithi067 bash[82083]: audit 2023-12-09T02:13:57.650722+0000 mon.a (mon.0) 4057 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:13:58.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:58 smithi067 bash[82083]: audit 2023-12-09T02:13:57.714571+0000 mon.a (mon.0) 4058 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:58.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:58 smithi067 bash[82083]: audit 2023-12-09T02:13:57.737127+0000 mon.a (mon.0) 4059 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:58.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:58 smithi067 bash[82083]: audit 2023-12-09T02:13:57.750770+0000 mon.a (mon.0) 4060 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:58.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:58 smithi125 bash[66801]: audit 2023-12-09T02:13:57.644490+0000 mon.a (mon.0) 4056 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:58.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:58 smithi125 bash[66801]: audit 2023-12-09T02:13:57.650722+0000 mon.a (mon.0) 4057 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:13:58.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:58 smithi125 bash[66801]: audit 2023-12-09T02:13:57.714571+0000 mon.a (mon.0) 4058 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:58.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:58 smithi125 bash[66801]: audit 2023-12-09T02:13:57.737127+0000 mon.a (mon.0) 4059 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:58.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:58 smithi125 bash[66801]: audit 2023-12-09T02:13:57.750770+0000 mon.a (mon.0) 4060 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:13:59.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:59 smithi067 bash[79370]: cluster 2023-12-09T02:13:57.747281+0000 mgr.y (mgr.25480) 976 : cluster 0 pgmap v161: 161 pgs: 17 peering, 144 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2023-12-09T02:13:59.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:59 smithi067 bash[79370]: cluster 2023-12-09T02:13:58.746064+0000 mon.a (mon.0) 4061 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 34/726 objects degraded (4.683%), 8 pgs degraded) 2023-12-09T02:13:59.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:13:59 smithi067 bash[79370]: cluster 2023-12-09T02:13:58.746112+0000 mon.a (mon.0) 4062 : cluster 1 Cluster is now healthy 2023-12-09T02:13:59.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:59 smithi067 bash[82083]: cluster 2023-12-09T02:13:57.747281+0000 mgr.y (mgr.25480) 976 : cluster 0 pgmap v161: 161 pgs: 17 peering, 144 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2023-12-09T02:13:59.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:59 smithi067 bash[82083]: cluster 2023-12-09T02:13:58.746064+0000 mon.a (mon.0) 4061 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 34/726 objects degraded (4.683%), 8 pgs degraded) 2023-12-09T02:13:59.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:13:59 smithi067 bash[82083]: cluster 2023-12-09T02:13:58.746112+0000 mon.a (mon.0) 4062 : cluster 1 Cluster is now healthy 2023-12-09T02:13:59.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:59 smithi125 bash[66801]: cluster 2023-12-09T02:13:57.747281+0000 mgr.y (mgr.25480) 976 : cluster 0 pgmap v161: 161 pgs: 17 peering, 144 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2023-12-09T02:13:59.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:59 smithi125 bash[66801]: cluster 2023-12-09T02:13:58.746064+0000 mon.a (mon.0) 4061 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 34/726 objects degraded (4.683%), 8 pgs degraded) 2023-12-09T02:13:59.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:13:59 smithi125 bash[66801]: cluster 2023-12-09T02:13:58.746112+0000 mon.a (mon.0) 4062 : cluster 1 Cluster is now healthy 2023-12-09T02:14:00.732 INFO:teuthology.orchestra.run.smithi067.stdout:true 2023-12-09T02:14:00.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:00 smithi067 bash[79370]: audit 2023-12-09T02:13:58.750117+0000 mgr.y (mgr.25480) 977 : audit 0 from='client.25420 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:14:00.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:00 smithi067 bash[79370]: audit 2023-12-09T02:14:00.255152+0000 mon.a (mon.0) 4063 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:00.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:00 smithi067 bash[79370]: audit 2023-12-09T02:14:00.263621+0000 mon.a (mon.0) 4064 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:00.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:00 smithi067 bash[79370]: audit 2023-12-09T02:14:00.271070+0000 mon.a (mon.0) 4065 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:00.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:00 smithi067 bash[82083]: audit 2023-12-09T02:13:58.750117+0000 mgr.y (mgr.25480) 977 : audit 0 from='client.25420 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:14:00.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:00 smithi067 bash[82083]: audit 2023-12-09T02:14:00.255152+0000 mon.a (mon.0) 4063 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:00.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:00 smithi067 bash[82083]: audit 2023-12-09T02:14:00.263621+0000 mon.a (mon.0) 4064 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:00.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:00 smithi067 bash[82083]: audit 2023-12-09T02:14:00.271070+0000 mon.a (mon.0) 4065 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:00.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:00 smithi125 bash[66801]: audit 2023-12-09T02:13:58.750117+0000 mgr.y (mgr.25480) 977 : audit 0 from='client.25420 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:14:00.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:00 smithi125 bash[66801]: audit 2023-12-09T02:14:00.255152+0000 mon.a (mon.0) 4063 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:00.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:00 smithi125 bash[66801]: audit 2023-12-09T02:14:00.263621+0000 mon.a (mon.0) 4064 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:00.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:00 smithi125 bash[66801]: audit 2023-12-09T02:14:00.271070+0000 mon.a (mon.0) 4065 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:01.520 INFO:teuthology.orchestra.run.smithi067.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-09T02:14:01.520 INFO:teuthology.orchestra.run.smithi067.stdout:agent.smithi067 smithi067 running 3s ago 20m - - 2023-12-09T02:14:01.520 INFO:teuthology.orchestra.run.smithi067.stdout:agent.smithi125 smithi125 running 1s ago 20m - - 2023-12-09T02:14:01.520 INFO:teuthology.orchestra.run.smithi067.stdout:alertmanager.a smithi067 *:9093,9094 running (6m) 3s ago 13m 16.1M - 0.23.0 ba2b418f427c 6ec817f342b5 2023-12-09T02:14:01.521 INFO:teuthology.orchestra.run.smithi067.stdout:grafana.a smithi125 *:3000 running (5m) 1s ago 13m 43.3M - 8.3.5 dad864ee21e9 40cbacae8259 2023-12-09T02:14:01.521 INFO:teuthology.orchestra.run.smithi067.stdout:iscsi.foo.smithi067.oajywc smithi067 running (4m) 3s ago 10m 47.6M - 3.5 e1d6a67b021e 3e5a20a58ce4 2023-12-09T02:14:01.521 INFO:teuthology.orchestra.run.smithi067.stdout:mgr.x smithi125 *:8443,9283,8765 running (4m) 1s ago 19m 434M - 19.0.0-44-g9dcc13bb f28f2b94f153 d59f2ab74456 2023-12-09T02:14:01.521 INFO:teuthology.orchestra.run.smithi067.stdout:mgr.y smithi067 *:8443,9283,8765 running (5m) 3s ago 21m 509M - 19.0.0-44-g9dcc13bb f28f2b94f153 b0e5c689c1a6 2023-12-09T02:14:01.521 INFO:teuthology.orchestra.run.smithi067.stdout:mon.a smithi067 running (4m) 3s ago 21m 66.4M 2048M 19.0.0-44-g9dcc13bb f28f2b94f153 f5f188bf2880 2023-12-09T02:14:01.521 INFO:teuthology.orchestra.run.smithi067.stdout:mon.b smithi125 running (3m) 1s ago 19m 49.0M 2048M 19.0.0-44-g9dcc13bb f28f2b94f153 baa25853095e 2023-12-09T02:14:01.521 INFO:teuthology.orchestra.run.smithi067.stdout:mon.c smithi067 running (3m) 3s ago 20m 52.3M 2048M 19.0.0-44-g9dcc13bb f28f2b94f153 37f7376908df 2023-12-09T02:14:01.521 INFO:teuthology.orchestra.run.smithi067.stdout:node-exporter.a smithi067 *:9100 running (6m) 3s ago 13m 12.1M - 1.3.1 1dbe0e931976 f40a7a952aae 2023-12-09T02:14:01.521 INFO:teuthology.orchestra.run.smithi067.stdout:node-exporter.b smithi125 *:9100 running (5m) 1s ago 13m 11.8M - 1.3.1 1dbe0e931976 47a93b654521 2023-12-09T02:14:01.521 INFO:teuthology.orchestra.run.smithi067.stdout:osd.0 smithi067 running (2m) 3s ago 19m 54.7M 4096M 19.0.0-44-g9dcc13bb f28f2b94f153 d14cf1a2cd9b 2023-12-09T02:14:01.521 INFO:teuthology.orchestra.run.smithi067.stdout:osd.1 smithi067 running (98s) 3s ago 18m 55.1M 4096M 19.0.0-44-g9dcc13bb f28f2b94f153 a62e980d9a0d 2023-12-09T02:14:01.521 INFO:teuthology.orchestra.run.smithi067.stdout:osd.2 smithi067 running (57s) 3s ago 17m 52.5M 4096M 19.0.0-44-g9dcc13bb f28f2b94f153 ab90bc1b9ba0 2023-12-09T02:14:01.521 INFO:teuthology.orchestra.run.smithi067.stdout:osd.3 smithi067 running (16s) 3s ago 17m 49.6M 4096M 19.0.0-44-g9dcc13bb f28f2b94f153 178bf706768a 2023-12-09T02:14:01.521 INFO:teuthology.orchestra.run.smithi067.stdout:osd.4 smithi125 running (16m) 1s ago 16m 70.7M 4096M 17.2.0 e1d6a67b021e 03a86e583fa8 2023-12-09T02:14:01.521 INFO:teuthology.orchestra.run.smithi067.stdout:osd.5 smithi125 running (15m) 1s ago 16m 65.8M 4096M 17.2.0 e1d6a67b021e 69bedd006f74 2023-12-09T02:14:01.522 INFO:teuthology.orchestra.run.smithi067.stdout:osd.6 smithi125 running (15m) 1s ago 15m 63.2M 4096M 17.2.0 e1d6a67b021e 30344497f6d2 2023-12-09T02:14:01.522 INFO:teuthology.orchestra.run.smithi067.stdout:osd.7 smithi125 running (14m) 1s ago 14m 68.5M 4096M 17.2.0 e1d6a67b021e 8791b422aafd 2023-12-09T02:14:01.522 INFO:teuthology.orchestra.run.smithi067.stdout:prometheus.a smithi125 *:9095 running (4m) 1s ago 13m 63.2M - 2.33.4 514e6a882f6e c0781044780a 2023-12-09T02:14:01.522 INFO:teuthology.orchestra.run.smithi067.stdout:rgw.foo.smithi067.rqvsfw smithi067 *:8000 running (11m) 3s ago 11m 90.4M - 17.2.0 e1d6a67b021e 72086955a09f 2023-12-09T02:14:01.522 INFO:teuthology.orchestra.run.smithi067.stdout:rgw.foo.smithi125.wanndy smithi125 *:8000 running (11m) 1s ago 11m 89.6M - 17.2.0 e1d6a67b021e 89b35e95d314 2023-12-09T02:14:01.522 INFO:teuthology.orchestra.run.smithi067.stdout:rgw.smpl.smithi067.mukdcu smithi067 *:80 running (11m) 3s ago 11m 89.4M - 17.2.0 e1d6a67b021e b813f19c7bee 2023-12-09T02:14:01.522 INFO:teuthology.orchestra.run.smithi067.stdout:rgw.smpl.smithi125.ngrzpa smithi125 *:80 running (10m) 1s ago 10m 90.0M - 17.2.0 e1d6a67b021e 96b29ebc04e4 2023-12-09T02:14:01.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:01 smithi067 bash[79370]: cluster 2023-12-09T02:13:59.748427+0000 mgr.y (mgr.25480) 978 : cluster 0 pgmap v162: 161 pgs: 161 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 787 B/s rd, 0 op/s 2023-12-09T02:14:01.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:01 smithi067 bash[79370]: audit 2023-12-09T02:14:00.711046+0000 mgr.y (mgr.25480) 979 : audit 0 from='client.44332 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:14:01.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:01 smithi067 bash[82083]: cluster 2023-12-09T02:13:59.748427+0000 mgr.y (mgr.25480) 978 : cluster 0 pgmap v162: 161 pgs: 161 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 787 B/s rd, 0 op/s 2023-12-09T02:14:01.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:01 smithi067 bash[82083]: audit 2023-12-09T02:14:00.711046+0000 mgr.y (mgr.25480) 979 : audit 0 from='client.44332 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:14:01.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:01 smithi125 bash[66801]: cluster 2023-12-09T02:13:59.748427+0000 mgr.y (mgr.25480) 978 : cluster 0 pgmap v162: 161 pgs: 161 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 787 B/s rd, 0 op/s 2023-12-09T02:14:01.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:01 smithi125 bash[66801]: audit 2023-12-09T02:14:00.711046+0000 mgr.y (mgr.25480) 979 : audit 0 from='client.44332 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:14:01.981 INFO:teuthology.orchestra.run.smithi067.stdout:{ 2023-12-09T02:14:01.981 INFO:teuthology.orchestra.run.smithi067.stdout: "mon": { 2023-12-09T02:14:01.981 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 19.0.0-44-g9dcc13bb (9dcc13bb80dcc1cdea72b04d80505b4649a2b882) reef (dev)": 3 2023-12-09T02:14:01.981 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2023-12-09T02:14:01.981 INFO:teuthology.orchestra.run.smithi067.stdout: "mgr": { 2023-12-09T02:14:01.981 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 19.0.0-44-g9dcc13bb (9dcc13bb80dcc1cdea72b04d80505b4649a2b882) reef (dev)": 2 2023-12-09T02:14:01.982 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2023-12-09T02:14:01.982 INFO:teuthology.orchestra.run.smithi067.stdout: "osd": { 2023-12-09T02:14:01.982 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4, 2023-12-09T02:14:01.982 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 19.0.0-44-g9dcc13bb (9dcc13bb80dcc1cdea72b04d80505b4649a2b882) reef (dev)": 4 2023-12-09T02:14:01.982 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2023-12-09T02:14:01.982 INFO:teuthology.orchestra.run.smithi067.stdout: "rgw": { 2023-12-09T02:14:01.982 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2023-12-09T02:14:01.982 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2023-12-09T02:14:01.982 INFO:teuthology.orchestra.run.smithi067.stdout: "overall": { 2023-12-09T02:14:01.982 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8, 2023-12-09T02:14:01.982 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 19.0.0-44-g9dcc13bb (9dcc13bb80dcc1cdea72b04d80505b4649a2b882) reef (dev)": 9 2023-12-09T02:14:01.983 INFO:teuthology.orchestra.run.smithi067.stdout: } 2023-12-09T02:14:01.983 INFO:teuthology.orchestra.run.smithi067.stdout:} 2023-12-09T02:14:02.379 INFO:teuthology.orchestra.run.smithi067.stdout:{ 2023-12-09T02:14:02.379 INFO:teuthology.orchestra.run.smithi067.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:9dcc13bb80dcc1cdea72b04d80505b4649a2b882", 2023-12-09T02:14:02.380 INFO:teuthology.orchestra.run.smithi067.stdout: "in_progress": true, 2023-12-09T02:14:02.380 INFO:teuthology.orchestra.run.smithi067.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-09T02:14:02.380 INFO:teuthology.orchestra.run.smithi067.stdout: "services_complete": [ 2023-12-09T02:14:02.380 INFO:teuthology.orchestra.run.smithi067.stdout: "mgr", 2023-12-09T02:14:02.380 INFO:teuthology.orchestra.run.smithi067.stdout: "mon" 2023-12-09T02:14:02.380 INFO:teuthology.orchestra.run.smithi067.stdout: ], 2023-12-09T02:14:02.380 INFO:teuthology.orchestra.run.smithi067.stdout: "progress": "9/23 daemons upgraded", 2023-12-09T02:14:02.380 INFO:teuthology.orchestra.run.smithi067.stdout: "message": "Currently upgrading osd daemons", 2023-12-09T02:14:02.380 INFO:teuthology.orchestra.run.smithi067.stdout: "is_paused": false 2023-12-09T02:14:02.380 INFO:teuthology.orchestra.run.smithi067.stdout:} 2023-12-09T02:14:02.840 INFO:teuthology.orchestra.run.smithi067.stdout:HEALTH_OK 2023-12-09T02:14:02.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:02 smithi067 bash[79370]: audit 2023-12-09T02:14:01.115560+0000 mgr.y (mgr.25480) 980 : audit 0 from='client.44338 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:14:02.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:02 smithi067 bash[79370]: audit 2023-12-09T02:14:01.495851+0000 mgr.y (mgr.25480) 981 : audit 0 from='client.44344 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:14:02.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:02 smithi067 bash[79370]: audit 2023-12-09T02:14:01.979835+0000 mon.a (mon.0) 4066 : audit 0 from='client.? 172.21.15.67:0/732955992' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:02.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:02 smithi067 bash[82083]: audit 2023-12-09T02:14:01.115560+0000 mgr.y (mgr.25480) 980 : audit 0 from='client.44338 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:14:02.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:02 smithi067 bash[82083]: audit 2023-12-09T02:14:01.495851+0000 mgr.y (mgr.25480) 981 : audit 0 from='client.44344 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:14:02.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:02 smithi067 bash[82083]: audit 2023-12-09T02:14:01.979835+0000 mon.a (mon.0) 4066 : audit 0 from='client.? 172.21.15.67:0/732955992' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:02.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:02 smithi125 bash[66801]: audit 2023-12-09T02:14:01.115560+0000 mgr.y (mgr.25480) 980 : audit 0 from='client.44338 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:14:02.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:02 smithi125 bash[66801]: audit 2023-12-09T02:14:01.495851+0000 mgr.y (mgr.25480) 981 : audit 0 from='client.44344 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:14:02.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:02 smithi125 bash[66801]: audit 2023-12-09T02:14:01.979835+0000 mon.a (mon.0) 4066 : audit 0 from='client.? 172.21.15.67:0/732955992' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:03.970 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:14:03 smithi067 bash[75618]: ::ffff:172.21.15.125 - - [09/Dec/2023:02:14:03] "GET /metrics HTTP/1.1" 200 38494 "" "Prometheus/2.33.4" 2023-12-09T02:14:03.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:03 smithi067 bash[79370]: cluster 2023-12-09T02:14:01.749218+0000 mgr.y (mgr.25480) 982 : cluster 0 pgmap v163: 161 pgs: 161 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-09T02:14:03.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:03 smithi067 bash[79370]: audit 2023-12-09T02:14:02.377819+0000 mgr.y (mgr.25480) 983 : audit 0 from='client.34434 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:14:03.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:03 smithi067 bash[79370]: audit 2023-12-09T02:14:02.839644+0000 mon.c (mon.1) 13 : audit 0 from='client.? 172.21.15.67:0/2940813622' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-09T02:14:03.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:03 smithi067 bash[82083]: cluster 2023-12-09T02:14:01.749218+0000 mgr.y (mgr.25480) 982 : cluster 0 pgmap v163: 161 pgs: 161 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-09T02:14:03.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:03 smithi067 bash[82083]: audit 2023-12-09T02:14:02.377819+0000 mgr.y (mgr.25480) 983 : audit 0 from='client.34434 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:14:03.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:03 smithi067 bash[82083]: audit 2023-12-09T02:14:02.839644+0000 mon.c (mon.1) 13 : audit 0 from='client.? 172.21.15.67:0/2940813622' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-09T02:14:03.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:03 smithi125 bash[66801]: cluster 2023-12-09T02:14:01.749218+0000 mgr.y (mgr.25480) 982 : cluster 0 pgmap v163: 161 pgs: 161 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-09T02:14:03.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:03 smithi125 bash[66801]: audit 2023-12-09T02:14:02.377819+0000 mgr.y (mgr.25480) 983 : audit 0 from='client.34434 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:14:03.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:03 smithi125 bash[66801]: audit 2023-12-09T02:14:02.839644+0000 mon.c (mon.1) 13 : audit 0 from='client.? 172.21.15.67:0/2940813622' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-09T02:14:05.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:05 smithi067 bash[79370]: cluster 2023-12-09T02:14:03.750597+0000 mgr.y (mgr.25480) 984 : cluster 0 pgmap v164: 161 pgs: 161 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-09T02:14:05.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:05 smithi067 bash[82083]: cluster 2023-12-09T02:14:03.750597+0000 mgr.y (mgr.25480) 984 : cluster 0 pgmap v164: 161 pgs: 161 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-09T02:14:05.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:05 smithi125 bash[66801]: cluster 2023-12-09T02:14:03.750597+0000 mgr.y (mgr.25480) 984 : cluster 0 pgmap v164: 161 pgs: 161 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-09T02:14:07.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:07 smithi067 bash[79370]: cluster 2023-12-09T02:14:05.751786+0000 mgr.y (mgr.25480) 985 : cluster 0 pgmap v165: 161 pgs: 161 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-09T02:14:07.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:07 smithi067 bash[82083]: cluster 2023-12-09T02:14:05.751786+0000 mgr.y (mgr.25480) 985 : cluster 0 pgmap v165: 161 pgs: 161 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-09T02:14:07.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:07 smithi125 bash[66801]: cluster 2023-12-09T02:14:05.751786+0000 mgr.y (mgr.25480) 985 : cluster 0 pgmap v165: 161 pgs: 161 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-09T02:14:09.220 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:08 smithi067 bash[79370]: cluster 2023-12-09T02:14:07.752723+0000 mgr.y (mgr.25480) 986 : cluster 0 pgmap v166: 161 pgs: 161 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 938 B/s rd, 0 op/s 2023-12-09T02:14:09.220 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:08 smithi067 bash[79370]: audit 2023-12-09T02:14:07.839481+0000 mon.a (mon.0) 4067 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:09.220 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:08 smithi067 bash[82083]: cluster 2023-12-09T02:14:07.752723+0000 mgr.y (mgr.25480) 986 : cluster 0 pgmap v166: 161 pgs: 161 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 938 B/s rd, 0 op/s 2023-12-09T02:14:09.220 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:08 smithi067 bash[82083]: audit 2023-12-09T02:14:07.839481+0000 mon.a (mon.0) 4067 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:09.222 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:08 smithi125 bash[66801]: cluster 2023-12-09T02:14:07.752723+0000 mgr.y (mgr.25480) 986 : cluster 0 pgmap v166: 161 pgs: 161 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 938 B/s rd, 0 op/s 2023-12-09T02:14:09.222 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:08 smithi125 bash[66801]: audit 2023-12-09T02:14:07.839481+0000 mon.a (mon.0) 4067 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:10.220 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:09 smithi067 bash[79370]: audit 2023-12-09T02:14:08.758034+0000 mgr.y (mgr.25480) 987 : audit 0 from='client.25420 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:14:10.220 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:09 smithi067 bash[79370]: audit 2023-12-09T02:14:09.398278+0000 mon.a (mon.0) 4068 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2023-12-09T02:14:10.220 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:09 smithi067 bash[79370]: audit 2023-12-09T02:14:09.398702+0000 mgr.y (mgr.25480) 988 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2023-12-09T02:14:10.220 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:09 smithi067 bash[79370]: cephadm 2023-12-09T02:14:09.401572+0000 mgr.y (mgr.25480) 989 : cephadm 1 Upgrade: osd.4 is safe to restart 2023-12-09T02:14:10.221 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:09 smithi067 bash[82083]: audit 2023-12-09T02:14:08.758034+0000 mgr.y (mgr.25480) 987 : audit 0 from='client.25420 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:14:10.221 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:09 smithi067 bash[82083]: audit 2023-12-09T02:14:09.398278+0000 mon.a (mon.0) 4068 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2023-12-09T02:14:10.221 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:09 smithi067 bash[82083]: audit 2023-12-09T02:14:09.398702+0000 mgr.y (mgr.25480) 988 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2023-12-09T02:14:10.221 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:09 smithi067 bash[82083]: cephadm 2023-12-09T02:14:09.401572+0000 mgr.y (mgr.25480) 989 : cephadm 1 Upgrade: osd.4 is safe to restart 2023-12-09T02:14:10.222 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:09 smithi125 bash[66801]: audit 2023-12-09T02:14:08.758034+0000 mgr.y (mgr.25480) 987 : audit 0 from='client.25420 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:14:10.222 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:09 smithi125 bash[66801]: audit 2023-12-09T02:14:09.398278+0000 mon.a (mon.0) 4068 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2023-12-09T02:14:10.222 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:09 smithi125 bash[66801]: audit 2023-12-09T02:14:09.398702+0000 mgr.y (mgr.25480) 988 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2023-12-09T02:14:10.222 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:09 smithi125 bash[66801]: cephadm 2023-12-09T02:14:09.401572+0000 mgr.y (mgr.25480) 989 : cephadm 1 Upgrade: osd.4 is safe to restart 2023-12-09T02:14:11.102 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:10 smithi125 bash[66801]: cluster 2023-12-09T02:14:09.754127+0000 mgr.y (mgr.25480) 990 : cluster 0 pgmap v167: 161 pgs: 161 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:14:11.220 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:10 smithi067 bash[79370]: cluster 2023-12-09T02:14:09.754127+0000 mgr.y (mgr.25480) 990 : cluster 0 pgmap v167: 161 pgs: 161 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:14:11.220 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:10 smithi067 bash[82083]: cluster 2023-12-09T02:14:09.754127+0000 mgr.y (mgr.25480) 990 : cluster 0 pgmap v167: 161 pgs: 161 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:14:12.883 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:12 smithi067 bash[79370]: cluster 2023-12-09T02:14:11.755379+0000 mgr.y (mgr.25480) 991 : cluster 0 pgmap v168: 161 pgs: 161 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:14:12.883 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:12 smithi067 bash[79370]: cephadm 2023-12-09T02:14:11.872700+0000 mgr.y (mgr.25480) 992 : cephadm 1 Upgrade: Updating osd.4 2023-12-09T02:14:12.883 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:12 smithi067 bash[79370]: audit 2023-12-09T02:14:11.879959+0000 mon.a (mon.0) 4069 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:12.883 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:12 smithi067 bash[79370]: audit 2023-12-09T02:14:11.885204+0000 mon.a (mon.0) 4070 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-12-09T02:14:12.883 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:12 smithi067 bash[79370]: audit 2023-12-09T02:14:11.886450+0000 mon.a (mon.0) 4071 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:12.883 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:12 smithi067 bash[79370]: cephadm 2023-12-09T02:14:11.891949+0000 mgr.y (mgr.25480) 993 : cephadm 1 Deploying daemon osd.4 on smithi125 2023-12-09T02:14:12.883 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:12 smithi067 bash[79370]: audit 2023-12-09T02:14:12.644614+0000 mon.a (mon.0) 4072 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:12.883 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:12 smithi067 bash[79370]: audit 2023-12-09T02:14:12.647058+0000 mon.a (mon.0) 4073 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:14:12.884 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:12 smithi067 bash[82083]: cluster 2023-12-09T02:14:11.755379+0000 mgr.y (mgr.25480) 991 : cluster 0 pgmap v168: 161 pgs: 161 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:14:12.884 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:12 smithi067 bash[82083]: cephadm 2023-12-09T02:14:11.872700+0000 mgr.y (mgr.25480) 992 : cephadm 1 Upgrade: Updating osd.4 2023-12-09T02:14:12.884 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:12 smithi067 bash[82083]: audit 2023-12-09T02:14:11.879959+0000 mon.a (mon.0) 4069 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:12.884 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:12 smithi067 bash[82083]: audit 2023-12-09T02:14:11.885204+0000 mon.a (mon.0) 4070 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-12-09T02:14:12.884 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:12 smithi067 bash[82083]: audit 2023-12-09T02:14:11.886450+0000 mon.a (mon.0) 4071 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:13.220 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:12 smithi067 bash[82083]: cephadm 2023-12-09T02:14:11.891949+0000 mgr.y (mgr.25480) 993 : cephadm 1 Deploying daemon osd.4 on smithi125 2023-12-09T02:14:13.220 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:12 smithi067 bash[82083]: audit 2023-12-09T02:14:12.644614+0000 mon.a (mon.0) 4072 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:13.220 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:12 smithi067 bash[82083]: audit 2023-12-09T02:14:12.647058+0000 mon.a (mon.0) 4073 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:14:13.222 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:12 smithi125 bash[66801]: cluster 2023-12-09T02:14:11.755379+0000 mgr.y (mgr.25480) 991 : cluster 0 pgmap v168: 161 pgs: 161 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:14:13.222 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:12 smithi125 bash[66801]: cephadm 2023-12-09T02:14:11.872700+0000 mgr.y (mgr.25480) 992 : cephadm 1 Upgrade: Updating osd.4 2023-12-09T02:14:13.222 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:12 smithi125 bash[66801]: audit 2023-12-09T02:14:11.879959+0000 mon.a (mon.0) 4069 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:13.222 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:12 smithi125 bash[66801]: audit 2023-12-09T02:14:11.885204+0000 mon.a (mon.0) 4070 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-12-09T02:14:13.222 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:12 smithi125 bash[66801]: audit 2023-12-09T02:14:11.886450+0000 mon.a (mon.0) 4071 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:13.222 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:12 smithi125 bash[66801]: cephadm 2023-12-09T02:14:11.891949+0000 mgr.y (mgr.25480) 993 : cephadm 1 Deploying daemon osd.4 on smithi125 2023-12-09T02:14:13.222 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:12 smithi125 bash[66801]: audit 2023-12-09T02:14:12.644614+0000 mon.a (mon.0) 4072 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:13.222 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:12 smithi125 bash[66801]: audit 2023-12-09T02:14:12.647058+0000 mon.a (mon.0) 4073 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:14:14.220 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:14:13 smithi067 bash[75618]: ::ffff:172.21.15.125 - - [09/Dec/2023:02:14:13] "GET /metrics HTTP/1.1" 200 38491 "" "Prometheus/2.33.4" 2023-12-09T02:14:15.220 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:14 smithi067 bash[82083]: cluster 2023-12-09T02:14:13.756774+0000 mgr.y (mgr.25480) 994 : cluster 0 pgmap v169: 161 pgs: 161 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:14:15.220 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:14 smithi067 bash[79370]: cluster 2023-12-09T02:14:13.756774+0000 mgr.y (mgr.25480) 994 : cluster 0 pgmap v169: 161 pgs: 161 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:14:15.222 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:14 smithi125 bash[66801]: cluster 2023-12-09T02:14:13.756774+0000 mgr.y (mgr.25480) 994 : cluster 0 pgmap v169: 161 pgs: 161 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:14:16.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:16 smithi067 bash[79370]: cluster 2023-12-09T02:14:15.758016+0000 mgr.y (mgr.25480) 995 : cluster 0 pgmap v170: 161 pgs: 161 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:14:16.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:16 smithi067 bash[82083]: cluster 2023-12-09T02:14:15.758016+0000 mgr.y (mgr.25480) 995 : cluster 0 pgmap v170: 161 pgs: 161 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:14:17.176 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:16 smithi125 bash[66801]: cluster 2023-12-09T02:14:15.758016+0000 mgr.y (mgr.25480) 995 : cluster 0 pgmap v170: 161 pgs: 161 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:14:17.473 INFO:journalctl@ceph.osd.4.smithi125.stdout:Dec 09 02:14:17 smithi125 systemd[1]: Stopping Ceph osd.4 for 6db93fb0-9635-11ee-95a3-87774f69a715... 2023-12-09T02:14:17.473 INFO:journalctl@ceph.osd.4.smithi125.stdout:Dec 09 02:14:17 smithi125 bash[31243]: debug 2023-12-09T02:14:17.411+0000 7f5f397da700 -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-09T02:14:17.473 INFO:journalctl@ceph.osd.4.smithi125.stdout:Dec 09 02:14:17 smithi125 bash[31243]: debug 2023-12-09T02:14:17.411+0000 7f5f397da700 -1 osd.4 132 *** Got signal Terminated *** 2023-12-09T02:14:17.473 INFO:journalctl@ceph.osd.4.smithi125.stdout:Dec 09 02:14:17 smithi125 bash[31243]: debug 2023-12-09T02:14:17.411+0000 7f5f397da700 -1 osd.4 132 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-09T02:14:18.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:18 smithi067 bash[79370]: cluster 2023-12-09T02:14:17.419971+0000 mon.a (mon.0) 4074 : cluster 1 osd.4 marked itself down and dead 2023-12-09T02:14:18.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:18 smithi067 bash[79370]: audit 2023-12-09T02:14:17.926067+0000 mon.a (mon.0) 4075 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:18.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:18 smithi067 bash[79370]: audit 2023-12-09T02:14:17.935293+0000 mon.a (mon.0) 4076 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:18.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:18 smithi067 bash[79370]: audit 2023-12-09T02:14:17.945028+0000 mon.a (mon.0) 4077 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:18.470 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:18 smithi067 bash[82083]: cluster 2023-12-09T02:14:17.419971+0000 mon.a (mon.0) 4074 : cluster 1 osd.4 marked itself down and dead 2023-12-09T02:14:18.470 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:18 smithi067 bash[82083]: audit 2023-12-09T02:14:17.926067+0000 mon.a (mon.0) 4075 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:18.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:18 smithi067 bash[82083]: audit 2023-12-09T02:14:17.935293+0000 mon.a (mon.0) 4076 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:18.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:18 smithi067 bash[82083]: audit 2023-12-09T02:14:17.945028+0000 mon.a (mon.0) 4077 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:18.673 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:18 smithi125 bash[66801]: cluster 2023-12-09T02:14:17.419971+0000 mon.a (mon.0) 4074 : cluster 1 osd.4 marked itself down and dead 2023-12-09T02:14:18.673 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:18 smithi125 bash[66801]: audit 2023-12-09T02:14:17.926067+0000 mon.a (mon.0) 4075 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:18.673 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:18 smithi125 bash[66801]: audit 2023-12-09T02:14:17.935293+0000 mon.a (mon.0) 4076 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:18.673 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:18 smithi125 bash[66801]: audit 2023-12-09T02:14:17.945028+0000 mon.a (mon.0) 4077 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:19.470 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:19 smithi067 bash[82083]: cluster 2023-12-09T02:14:17.758783+0000 mgr.y (mgr.25480) 996 : cluster 0 pgmap v171: 161 pgs: 161 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:14:19.470 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:19 smithi067 bash[82083]: cluster 2023-12-09T02:14:18.239612+0000 mon.a (mon.0) 4078 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-09T02:14:19.470 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:19 smithi067 bash[82083]: cluster 2023-12-09T02:14:18.252041+0000 osd.6 (osd.6) 28 : cluster 3 failed to encode map e133 with expected crc 2023-12-09T02:14:19.470 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:19 smithi067 bash[82083]: cluster 2023-12-09T02:14:18.259162+0000 mon.a (mon.0) 4079 : cluster 0 osdmap e133: 8 total, 7 up, 8 in 2023-12-09T02:14:19.470 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:19 smithi067 bash[82083]: cluster 2023-12-09T02:14:18.259793+0000 osd.6 (osd.6) 29 : cluster 3 failed to encode map e133 with expected crc 2023-12-09T02:14:19.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:19 smithi067 bash[82083]: cluster 2023-12-09T02:14:18.265812+0000 osd.5 (osd.5) 44 : cluster 3 failed to encode map e133 with expected crc 2023-12-09T02:14:19.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:19 smithi067 bash[82083]: cluster 2023-12-09T02:14:18.268022+0000 osd.5 (osd.5) 45 : cluster 3 failed to encode map e133 with expected crc 2023-12-09T02:14:19.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:19 smithi067 bash[82083]: audit 2023-12-09T02:14:18.757837+0000 mon.a (mon.0) 4080 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:19.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:19 smithi067 bash[82083]: audit 2023-12-09T02:14:18.769192+0000 mon.a (mon.0) 4081 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:19.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:19 smithi067 bash[82083]: audit 2023-12-09T02:14:18.781529+0000 mon.a (mon.0) 4082 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:19.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:19 smithi067 bash[79370]: cluster 2023-12-09T02:14:17.758783+0000 mgr.y (mgr.25480) 996 : cluster 0 pgmap v171: 161 pgs: 161 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:14:19.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:19 smithi067 bash[79370]: cluster 2023-12-09T02:14:18.239612+0000 mon.a (mon.0) 4078 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-09T02:14:19.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:19 smithi067 bash[79370]: cluster 2023-12-09T02:14:18.252041+0000 osd.6 (osd.6) 28 : cluster 3 failed to encode map e133 with expected crc 2023-12-09T02:14:19.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:19 smithi067 bash[79370]: cluster 2023-12-09T02:14:18.259162+0000 mon.a (mon.0) 4079 : cluster 0 osdmap e133: 8 total, 7 up, 8 in 2023-12-09T02:14:19.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:19 smithi067 bash[79370]: cluster 2023-12-09T02:14:18.259793+0000 osd.6 (osd.6) 29 : cluster 3 failed to encode map e133 with expected crc 2023-12-09T02:14:19.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:19 smithi067 bash[79370]: cluster 2023-12-09T02:14:18.265812+0000 osd.5 (osd.5) 44 : cluster 3 failed to encode map e133 with expected crc 2023-12-09T02:14:19.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:19 smithi067 bash[79370]: cluster 2023-12-09T02:14:18.268022+0000 osd.5 (osd.5) 45 : cluster 3 failed to encode map e133 with expected crc 2023-12-09T02:14:19.472 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:19 smithi067 bash[79370]: audit 2023-12-09T02:14:18.757837+0000 mon.a (mon.0) 4080 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:19.472 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:19 smithi067 bash[79370]: audit 2023-12-09T02:14:18.769192+0000 mon.a (mon.0) 4081 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:19.472 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:19 smithi067 bash[79370]: audit 2023-12-09T02:14:18.781529+0000 mon.a (mon.0) 4082 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:19.519 INFO:journalctl@ceph.osd.4.smithi125.stdout:Dec 09 02:14:19 smithi125 bash[72486]: ceph-6db93fb0-9635-11ee-95a3-87774f69a715-osd-4 2023-12-09T02:14:19.523 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:19 smithi125 bash[66801]: cluster 2023-12-09T02:14:17.758783+0000 mgr.y (mgr.25480) 996 : cluster 0 pgmap v171: 161 pgs: 161 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:14:19.525 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:19 smithi125 bash[66801]: cluster 2023-12-09T02:14:18.239612+0000 mon.a (mon.0) 4078 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-09T02:14:19.525 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:19 smithi125 bash[66801]: cluster 2023-12-09T02:14:18.252041+0000 osd.6 (osd.6) 28 : cluster 3 failed to encode map e133 with expected crc 2023-12-09T02:14:19.525 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:19 smithi125 bash[66801]: cluster 2023-12-09T02:14:18.259162+0000 mon.a (mon.0) 4079 : cluster 0 osdmap e133: 8 total, 7 up, 8 in 2023-12-09T02:14:19.525 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:19 smithi125 bash[66801]: cluster 2023-12-09T02:14:18.259793+0000 osd.6 (osd.6) 29 : cluster 3 failed to encode map e133 with expected crc 2023-12-09T02:14:19.525 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:19 smithi125 bash[66801]: cluster 2023-12-09T02:14:18.265812+0000 osd.5 (osd.5) 44 : cluster 3 failed to encode map e133 with expected crc 2023-12-09T02:14:19.525 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:19 smithi125 bash[66801]: cluster 2023-12-09T02:14:18.268022+0000 osd.5 (osd.5) 45 : cluster 3 failed to encode map e133 with expected crc 2023-12-09T02:14:19.525 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:19 smithi125 bash[66801]: audit 2023-12-09T02:14:18.757837+0000 mon.a (mon.0) 4080 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:19.525 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:19 smithi125 bash[66801]: audit 2023-12-09T02:14:18.769192+0000 mon.a (mon.0) 4081 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:19.525 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:19 smithi125 bash[66801]: audit 2023-12-09T02:14:18.781529+0000 mon.a (mon.0) 4082 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:19.972 INFO:journalctl@ceph.osd.4.smithi125.stdout:Dec 09 02:14:19 smithi125 bash[72628]: Error response from daemon: No such container: ceph-6db93fb0-9635-11ee-95a3-87774f69a715-osd-4 2023-12-09T02:14:20.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:20 smithi067 bash[79370]: audit 2023-12-09T02:14:18.768968+0000 mgr.y (mgr.25480) 997 : audit 0 from='client.25420 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:14:20.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:20 smithi067 bash[79370]: cluster 2023-12-09T02:14:18.771951+0000 mgr.y (mgr.25480) 998 : cluster 0 pgmap v173: 161 pgs: 19 peering, 142 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-09T02:14:20.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:20 smithi067 bash[79370]: cluster 2023-12-09T02:14:19.256597+0000 osd.7 (osd.7) 31 : cluster 3 failed to encode map e134 with expected crc 2023-12-09T02:14:20.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:20 smithi067 bash[79370]: cluster 2023-12-09T02:14:19.258417+0000 osd.6 (osd.6) 30 : cluster 3 failed to encode map e134 with expected crc 2023-12-09T02:14:20.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:20 smithi067 bash[79370]: cluster 2023-12-09T02:14:19.259383+0000 osd.5 (osd.5) 46 : cluster 3 failed to encode map e134 with expected crc 2023-12-09T02:14:20.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:20 smithi067 bash[79370]: cluster 2023-12-09T02:14:19.260747+0000 mon.a (mon.0) 4083 : cluster 0 osdmap e134: 8 total, 7 up, 8 in 2023-12-09T02:14:20.472 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:20 smithi067 bash[79370]: cluster 2023-12-09T02:14:19.261154+0000 osd.7 (osd.7) 32 : cluster 3 failed to encode map e134 with expected crc 2023-12-09T02:14:20.472 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:20 smithi067 bash[79370]: cluster 2023-12-09T02:14:19.265891+0000 osd.5 (osd.5) 47 : cluster 3 failed to encode map e134 with expected crc 2023-12-09T02:14:20.472 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:20 smithi067 bash[79370]: cluster 2023-12-09T02:14:19.266011+0000 osd.7 (osd.7) 33 : cluster 3 failed to encode map e134 with expected crc 2023-12-09T02:14:20.472 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:20 smithi067 bash[79370]: cluster 2023-12-09T02:14:19.268332+0000 osd.7 (osd.7) 34 : cluster 3 failed to encode map e134 with expected crc 2023-12-09T02:14:20.472 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:20 smithi067 bash[79370]: cluster 2023-12-09T02:14:19.268870+0000 osd.5 (osd.5) 48 : cluster 3 failed to encode map e134 with expected crc 2023-12-09T02:14:20.472 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:20 smithi067 bash[79370]: cluster 2023-12-09T02:14:19.766382+0000 mon.a (mon.0) 4084 : cluster 3 Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2023-12-09T02:14:20.473 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:20 smithi067 bash[82083]: audit 2023-12-09T02:14:18.768968+0000 mgr.y (mgr.25480) 997 : audit 0 from='client.25420 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:14:20.473 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:20 smithi067 bash[82083]: cluster 2023-12-09T02:14:18.771951+0000 mgr.y (mgr.25480) 998 : cluster 0 pgmap v173: 161 pgs: 19 peering, 142 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-09T02:14:20.474 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:20 smithi067 bash[82083]: cluster 2023-12-09T02:14:19.256597+0000 osd.7 (osd.7) 31 : cluster 3 failed to encode map e134 with expected crc 2023-12-09T02:14:20.474 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:20 smithi067 bash[82083]: cluster 2023-12-09T02:14:19.258417+0000 osd.6 (osd.6) 30 : cluster 3 failed to encode map e134 with expected crc 2023-12-09T02:14:20.474 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:20 smithi067 bash[82083]: cluster 2023-12-09T02:14:19.259383+0000 osd.5 (osd.5) 46 : cluster 3 failed to encode map e134 with expected crc 2023-12-09T02:14:20.474 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:20 smithi067 bash[82083]: cluster 2023-12-09T02:14:19.260747+0000 mon.a (mon.0) 4083 : cluster 0 osdmap e134: 8 total, 7 up, 8 in 2023-12-09T02:14:20.474 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:20 smithi067 bash[82083]: cluster 2023-12-09T02:14:19.261154+0000 osd.7 (osd.7) 32 : cluster 3 failed to encode map e134 with expected crc 2023-12-09T02:14:20.475 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:20 smithi067 bash[82083]: cluster 2023-12-09T02:14:19.265891+0000 osd.5 (osd.5) 47 : cluster 3 failed to encode map e134 with expected crc 2023-12-09T02:14:20.475 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:20 smithi067 bash[82083]: cluster 2023-12-09T02:14:19.266011+0000 osd.7 (osd.7) 33 : cluster 3 failed to encode map e134 with expected crc 2023-12-09T02:14:20.475 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:20 smithi067 bash[82083]: cluster 2023-12-09T02:14:19.268332+0000 osd.7 (osd.7) 34 : cluster 3 failed to encode map e134 with expected crc 2023-12-09T02:14:20.475 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:20 smithi067 bash[82083]: cluster 2023-12-09T02:14:19.268870+0000 osd.5 (osd.5) 48 : cluster 3 failed to encode map e134 with expected crc 2023-12-09T02:14:20.475 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:20 smithi067 bash[82083]: cluster 2023-12-09T02:14:19.766382+0000 mon.a (mon.0) 4084 : cluster 3 Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2023-12-09T02:14:20.722 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:20 smithi125 bash[66801]: audit 2023-12-09T02:14:18.768968+0000 mgr.y (mgr.25480) 997 : audit 0 from='client.25420 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:14:20.722 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:20 smithi125 bash[66801]: cluster 2023-12-09T02:14:18.771951+0000 mgr.y (mgr.25480) 998 : cluster 0 pgmap v173: 161 pgs: 19 peering, 142 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-09T02:14:20.722 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:20 smithi125 bash[66801]: cluster 2023-12-09T02:14:19.256597+0000 osd.7 (osd.7) 31 : cluster 3 failed to encode map e134 with expected crc 2023-12-09T02:14:20.722 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:20 smithi125 bash[66801]: cluster 2023-12-09T02:14:19.258417+0000 osd.6 (osd.6) 30 : cluster 3 failed to encode map e134 with expected crc 2023-12-09T02:14:20.722 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:20 smithi125 bash[66801]: cluster 2023-12-09T02:14:19.259383+0000 osd.5 (osd.5) 46 : cluster 3 failed to encode map e134 with expected crc 2023-12-09T02:14:20.723 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:20 smithi125 bash[66801]: cluster 2023-12-09T02:14:19.260747+0000 mon.a (mon.0) 4083 : cluster 0 osdmap e134: 8 total, 7 up, 8 in 2023-12-09T02:14:20.723 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:20 smithi125 bash[66801]: cluster 2023-12-09T02:14:19.261154+0000 osd.7 (osd.7) 32 : cluster 3 failed to encode map e134 with expected crc 2023-12-09T02:14:20.723 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:20 smithi125 bash[66801]: cluster 2023-12-09T02:14:19.265891+0000 osd.5 (osd.5) 47 : cluster 3 failed to encode map e134 with expected crc 2023-12-09T02:14:20.723 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:20 smithi125 bash[66801]: cluster 2023-12-09T02:14:19.266011+0000 osd.7 (osd.7) 33 : cluster 3 failed to encode map e134 with expected crc 2023-12-09T02:14:20.723 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:20 smithi125 bash[66801]: cluster 2023-12-09T02:14:19.268332+0000 osd.7 (osd.7) 34 : cluster 3 failed to encode map e134 with expected crc 2023-12-09T02:14:20.723 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:20 smithi125 bash[66801]: cluster 2023-12-09T02:14:19.268870+0000 osd.5 (osd.5) 48 : cluster 3 failed to encode map e134 with expected crc 2023-12-09T02:14:20.723 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:20 smithi125 bash[66801]: cluster 2023-12-09T02:14:19.766382+0000 mon.a (mon.0) 4084 : cluster 3 Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2023-12-09T02:14:21.472 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:21 smithi125 bash[66801]: cluster 2023-12-09T02:14:21.256368+0000 mon.a (mon.0) 4085 : cluster 3 Health check failed: Degraded data redundancy: 50/726 objects degraded (6.887%), 10 pgs degraded (PG_DEGRADED) 2023-12-09T02:14:21.664 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:21 smithi067 bash[79370]: cluster 2023-12-09T02:14:21.256368+0000 mon.a (mon.0) 4085 : cluster 3 Health check failed: Degraded data redundancy: 50/726 objects degraded (6.887%), 10 pgs degraded (PG_DEGRADED) 2023-12-09T02:14:21.664 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:21 smithi067 bash[82083]: cluster 2023-12-09T02:14:21.256368+0000 mon.a (mon.0) 4085 : cluster 3 Health check failed: Degraded data redundancy: 50/726 objects degraded (6.887%), 10 pgs degraded (PG_DEGRADED) 2023-12-09T02:14:21.934 INFO:journalctl@ceph.osd.4.smithi125.stdout:Dec 09 02:14:21 smithi125 systemd[1]: ceph-6db93fb0-9635-11ee-95a3-87774f69a715@osd.4.service: Succeeded. 2023-12-09T02:14:21.934 INFO:journalctl@ceph.osd.4.smithi125.stdout:Dec 09 02:14:21 smithi125 systemd[1]: Stopped Ceph osd.4 for 6db93fb0-9635-11ee-95a3-87774f69a715. 2023-12-09T02:14:21.934 INFO:journalctl@ceph.osd.4.smithi125.stdout:Dec 09 02:14:21 smithi125 systemd[1]: Started Ceph osd.4 for 6db93fb0-9635-11ee-95a3-87774f69a715. 2023-12-09T02:14:22.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:22 smithi067 bash[79370]: cluster 2023-12-09T02:14:20.773958+0000 mgr.y (mgr.25480) 999 : cluster 0 pgmap v175: 161 pgs: 15 stale+active+clean, 10 active+undersized+degraded, 19 peering, 16 active+undersized, 101 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 50/726 objects degraded (6.887%) 2023-12-09T02:14:22.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:22 smithi067 bash[79370]: audit 2023-12-09T02:14:21.924294+0000 mon.a (mon.0) 4086 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:22.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:22 smithi067 bash[79370]: audit 2023-12-09T02:14:21.934218+0000 mon.a (mon.0) 4087 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:22.721 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:22 smithi067 bash[79370]: audit 2023-12-09T02:14:21.985226+0000 mon.a (mon.0) 4088 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:22.721 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:22 smithi067 bash[79370]: audit 2023-12-09T02:14:21.987223+0000 mon.a (mon.0) 4089 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:22.721 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:22 smithi067 bash[79370]: audit 2023-12-09T02:14:21.997921+0000 mon.a (mon.0) 4090 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:22.721 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:22 smithi067 bash[79370]: audit 2023-12-09T02:14:22.079426+0000 mon.a (mon.0) 4091 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:22.721 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:22 smithi067 bash[79370]: audit 2023-12-09T02:14:22.082327+0000 mon.a (mon.0) 4092 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:22.721 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:22 smithi067 bash[79370]: audit 2023-12-09T02:14:22.087516+0000 mon.a (mon.0) 4093 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:22.721 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:22 smithi067 bash[79370]: audit 2023-12-09T02:14:22.088805+0000 mon.a (mon.0) 4094 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:22.721 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:22 smithi067 bash[79370]: audit 2023-12-09T02:14:22.096540+0000 mon.a (mon.0) 4095 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:22.721 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:22 smithi067 bash[79370]: audit 2023-12-09T02:14:22.178105+0000 mon.a (mon.0) 4096 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:22.721 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:22 smithi067 bash[79370]: audit 2023-12-09T02:14:22.180507+0000 mon.a (mon.0) 4097 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:22.721 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:22 smithi067 bash[79370]: audit 2023-12-09T02:14:22.183420+0000 mon.a (mon.0) 4098 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:22.721 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:22 smithi067 bash[79370]: audit 2023-12-09T02:14:22.184362+0000 mon.a (mon.0) 4099 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:22.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:22 smithi067 bash[79370]: audit 2023-12-09T02:14:22.192690+0000 mon.a (mon.0) 4100 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:22.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:22 smithi067 bash[79370]: audit 2023-12-09T02:14:22.273749+0000 mon.a (mon.0) 4101 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:22.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:22 smithi067 bash[79370]: audit 2023-12-09T02:14:22.276006+0000 mon.a (mon.0) 4102 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:22.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:22 smithi067 bash[79370]: audit 2023-12-09T02:14:22.278607+0000 mon.a (mon.0) 4103 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:22.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:22 smithi067 bash[79370]: audit 2023-12-09T02:14:22.279574+0000 mon.a (mon.0) 4104 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:22.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:22 smithi067 bash[79370]: audit 2023-12-09T02:14:22.288064+0000 mon.a (mon.0) 4105 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:22.723 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:22 smithi067 bash[82083]: cluster 2023-12-09T02:14:20.773958+0000 mgr.y (mgr.25480) 999 : cluster 0 pgmap v175: 161 pgs: 15 stale+active+clean, 10 active+undersized+degraded, 19 peering, 16 active+undersized, 101 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 50/726 objects degraded (6.887%) 2023-12-09T02:14:22.723 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:22 smithi067 bash[82083]: audit 2023-12-09T02:14:21.924294+0000 mon.a (mon.0) 4086 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:22.723 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:22 smithi067 bash[82083]: audit 2023-12-09T02:14:21.934218+0000 mon.a (mon.0) 4087 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:22.723 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:22 smithi067 bash[82083]: audit 2023-12-09T02:14:21.985226+0000 mon.a (mon.0) 4088 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:22.723 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:22 smithi067 bash[82083]: audit 2023-12-09T02:14:21.987223+0000 mon.a (mon.0) 4089 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:22.723 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:22 smithi067 bash[82083]: audit 2023-12-09T02:14:21.997921+0000 mon.a (mon.0) 4090 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:22.723 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:22 smithi067 bash[82083]: audit 2023-12-09T02:14:22.079426+0000 mon.a (mon.0) 4091 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:22.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:22 smithi067 bash[82083]: audit 2023-12-09T02:14:22.082327+0000 mon.a (mon.0) 4092 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:22.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:22 smithi067 bash[82083]: audit 2023-12-09T02:14:22.087516+0000 mon.a (mon.0) 4093 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:22.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:22 smithi067 bash[82083]: audit 2023-12-09T02:14:22.088805+0000 mon.a (mon.0) 4094 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:22.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:22 smithi067 bash[82083]: audit 2023-12-09T02:14:22.096540+0000 mon.a (mon.0) 4095 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:22.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:22 smithi067 bash[82083]: audit 2023-12-09T02:14:22.178105+0000 mon.a (mon.0) 4096 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:22.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:22 smithi067 bash[82083]: audit 2023-12-09T02:14:22.180507+0000 mon.a (mon.0) 4097 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:22.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:22 smithi067 bash[82083]: audit 2023-12-09T02:14:22.183420+0000 mon.a (mon.0) 4098 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:22.725 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:22 smithi067 bash[82083]: audit 2023-12-09T02:14:22.184362+0000 mon.a (mon.0) 4099 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:22.725 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:22 smithi067 bash[82083]: audit 2023-12-09T02:14:22.192690+0000 mon.a (mon.0) 4100 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:22.725 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:22 smithi067 bash[82083]: audit 2023-12-09T02:14:22.273749+0000 mon.a (mon.0) 4101 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:22.725 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:22 smithi067 bash[82083]: audit 2023-12-09T02:14:22.276006+0000 mon.a (mon.0) 4102 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:22.725 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:22 smithi067 bash[82083]: audit 2023-12-09T02:14:22.278607+0000 mon.a (mon.0) 4103 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:22.725 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:22 smithi067 bash[82083]: audit 2023-12-09T02:14:22.279574+0000 mon.a (mon.0) 4104 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:22.725 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:22 smithi067 bash[82083]: audit 2023-12-09T02:14:22.288064+0000 mon.a (mon.0) 4105 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:22.726 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:22 smithi125 bash[66801]: cluster 2023-12-09T02:14:20.773958+0000 mgr.y (mgr.25480) 999 : cluster 0 pgmap v175: 161 pgs: 15 stale+active+clean, 10 active+undersized+degraded, 19 peering, 16 active+undersized, 101 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 50/726 objects degraded (6.887%) 2023-12-09T02:14:22.726 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:22 smithi125 bash[66801]: audit 2023-12-09T02:14:21.924294+0000 mon.a (mon.0) 4086 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:22.727 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:22 smithi125 bash[66801]: audit 2023-12-09T02:14:21.934218+0000 mon.a (mon.0) 4087 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:22.727 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:22 smithi125 bash[66801]: audit 2023-12-09T02:14:21.985226+0000 mon.a (mon.0) 4088 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:22.727 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:22 smithi125 bash[66801]: audit 2023-12-09T02:14:21.987223+0000 mon.a (mon.0) 4089 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:22.727 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:22 smithi125 bash[66801]: audit 2023-12-09T02:14:21.997921+0000 mon.a (mon.0) 4090 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:22.727 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:22 smithi125 bash[66801]: audit 2023-12-09T02:14:22.079426+0000 mon.a (mon.0) 4091 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:22.727 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:22 smithi125 bash[66801]: audit 2023-12-09T02:14:22.082327+0000 mon.a (mon.0) 4092 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:22.727 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:22 smithi125 bash[66801]: audit 2023-12-09T02:14:22.087516+0000 mon.a (mon.0) 4093 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:22.728 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:22 smithi125 bash[66801]: audit 2023-12-09T02:14:22.088805+0000 mon.a (mon.0) 4094 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:22.728 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:22 smithi125 bash[66801]: audit 2023-12-09T02:14:22.096540+0000 mon.a (mon.0) 4095 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:22.728 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:22 smithi125 bash[66801]: audit 2023-12-09T02:14:22.178105+0000 mon.a (mon.0) 4096 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:22.728 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:22 smithi125 bash[66801]: audit 2023-12-09T02:14:22.180507+0000 mon.a (mon.0) 4097 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:22.728 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:22 smithi125 bash[66801]: audit 2023-12-09T02:14:22.183420+0000 mon.a (mon.0) 4098 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:22.728 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:22 smithi125 bash[66801]: audit 2023-12-09T02:14:22.184362+0000 mon.a (mon.0) 4099 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:22.728 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:22 smithi125 bash[66801]: audit 2023-12-09T02:14:22.192690+0000 mon.a (mon.0) 4100 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:22.729 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:22 smithi125 bash[66801]: audit 2023-12-09T02:14:22.273749+0000 mon.a (mon.0) 4101 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:22.729 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:22 smithi125 bash[66801]: audit 2023-12-09T02:14:22.276006+0000 mon.a (mon.0) 4102 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:22.729 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:22 smithi125 bash[66801]: audit 2023-12-09T02:14:22.278607+0000 mon.a (mon.0) 4103 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:22.729 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:22 smithi125 bash[66801]: audit 2023-12-09T02:14:22.279574+0000 mon.a (mon.0) 4104 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:22.730 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:22 smithi125 bash[66801]: audit 2023-12-09T02:14:22.288064+0000 mon.a (mon.0) 4105 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:23.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:23 smithi067 bash[79370]: cluster 2023-12-09T02:14:21.991314+0000 mgr.y (mgr.25480) 1000 : cluster 0 pgmap v176: 161 pgs: 9 stale+active+clean, 12 active+undersized+degraded, 19 peering, 23 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 56/726 objects degraded (7.713%) 2023-12-09T02:14:23.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:23 smithi067 bash[79370]: cephadm 2023-12-09T02:14:21.998878+0000 mgr.y (mgr.25480) 1001 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:23.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:23 smithi067 bash[79370]: cephadm 2023-12-09T02:14:22.097191+0000 mgr.y (mgr.25480) 1002 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:23.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:23 smithi067 bash[79370]: cephadm 2023-12-09T02:14:22.193726+0000 mgr.y (mgr.25480) 1003 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:23.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:23 smithi067 bash[79370]: cephadm 2023-12-09T02:14:22.288777+0000 mgr.y (mgr.25480) 1004 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:23.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:23 smithi067 bash[79370]: audit 2023-12-09T02:14:22.371399+0000 mon.a (mon.0) 4106 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:23.721 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:23 smithi067 bash[79370]: audit 2023-12-09T02:14:22.374545+0000 mon.a (mon.0) 4107 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:23.721 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:23 smithi067 bash[79370]: audit 2023-12-09T02:14:22.377790+0000 mon.a (mon.0) 4108 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:23.721 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:23 smithi067 bash[79370]: audit 2023-12-09T02:14:22.379030+0000 mon.a (mon.0) 4109 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:23.721 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:23 smithi067 bash[79370]: audit 2023-12-09T02:14:22.387466+0000 mon.a (mon.0) 4110 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:23.721 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:23 smithi067 bash[79370]: cephadm 2023-12-09T02:14:22.388266+0000 mgr.y (mgr.25480) 1005 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:23.721 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:23 smithi067 bash[79370]: audit 2023-12-09T02:14:22.465580+0000 mon.a (mon.0) 4111 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:23.721 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:23 smithi067 bash[79370]: audit 2023-12-09T02:14:22.469965+0000 mon.a (mon.0) 4112 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:23.721 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:23 smithi067 bash[79370]: audit 2023-12-09T02:14:22.474572+0000 mon.a (mon.0) 4113 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:23.721 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:23 smithi067 bash[79370]: audit 2023-12-09T02:14:22.476074+0000 mon.a (mon.0) 4114 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:23.721 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:23 smithi067 bash[79370]: audit 2023-12-09T02:14:22.485340+0000 mon.a (mon.0) 4115 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:23.721 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:23 smithi067 bash[79370]: cephadm 2023-12-09T02:14:22.486017+0000 mgr.y (mgr.25480) 1006 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:23.721 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:23 smithi067 bash[79370]: audit 2023-12-09T02:14:22.566579+0000 mon.a (mon.0) 4116 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:23.721 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:23 smithi067 bash[79370]: audit 2023-12-09T02:14:22.569300+0000 mon.a (mon.0) 4117 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:23.722 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:23 smithi067 bash[82083]: cluster 2023-12-09T02:14:21.991314+0000 mgr.y (mgr.25480) 1000 : cluster 0 pgmap v176: 161 pgs: 9 stale+active+clean, 12 active+undersized+degraded, 19 peering, 23 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 56/726 objects degraded (7.713%) 2023-12-09T02:14:23.722 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:23 smithi067 bash[82083]: cephadm 2023-12-09T02:14:21.998878+0000 mgr.y (mgr.25480) 1001 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:23.722 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:23 smithi067 bash[82083]: cephadm 2023-12-09T02:14:22.097191+0000 mgr.y (mgr.25480) 1002 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:23.722 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:23 smithi067 bash[82083]: cephadm 2023-12-09T02:14:22.193726+0000 mgr.y (mgr.25480) 1003 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:23.722 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:23 smithi067 bash[82083]: cephadm 2023-12-09T02:14:22.288777+0000 mgr.y (mgr.25480) 1004 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:23.722 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:23 smithi067 bash[82083]: audit 2023-12-09T02:14:22.371399+0000 mon.a (mon.0) 4106 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:23.722 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:23 smithi067 bash[82083]: audit 2023-12-09T02:14:22.374545+0000 mon.a (mon.0) 4107 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:23.722 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:23 smithi067 bash[82083]: audit 2023-12-09T02:14:22.377790+0000 mon.a (mon.0) 4108 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:23.722 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:23 smithi067 bash[82083]: audit 2023-12-09T02:14:22.379030+0000 mon.a (mon.0) 4109 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:23.723 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:23 smithi067 bash[82083]: audit 2023-12-09T02:14:22.387466+0000 mon.a (mon.0) 4110 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:23.723 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:23 smithi067 bash[82083]: cephadm 2023-12-09T02:14:22.388266+0000 mgr.y (mgr.25480) 1005 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:23.723 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:23 smithi067 bash[82083]: audit 2023-12-09T02:14:22.465580+0000 mon.a (mon.0) 4111 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:23.723 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:23 smithi067 bash[82083]: audit 2023-12-09T02:14:22.469965+0000 mon.a (mon.0) 4112 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:23.723 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:23 smithi067 bash[82083]: audit 2023-12-09T02:14:22.474572+0000 mon.a (mon.0) 4113 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:23.723 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:23 smithi067 bash[82083]: audit 2023-12-09T02:14:22.476074+0000 mon.a (mon.0) 4114 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:23.723 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:23 smithi067 bash[82083]: audit 2023-12-09T02:14:22.485340+0000 mon.a (mon.0) 4115 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:23.723 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:23 smithi067 bash[82083]: cephadm 2023-12-09T02:14:22.486017+0000 mgr.y (mgr.25480) 1006 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:23.723 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:23 smithi067 bash[82083]: audit 2023-12-09T02:14:22.566579+0000 mon.a (mon.0) 4116 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:23.723 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:23 smithi067 bash[82083]: audit 2023-12-09T02:14:22.569300+0000 mon.a (mon.0) 4117 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:23.723 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:23 smithi067 bash[82083]: audit 2023-12-09T02:14:22.572648+0000 mon.a (mon.0) 4118 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:23.723 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:23 smithi067 bash[82083]: audit 2023-12-09T02:14:22.573774+0000 mon.a (mon.0) 4119 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:23.723 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:23 smithi067 bash[82083]: audit 2023-12-09T02:14:22.583189+0000 mon.a (mon.0) 4120 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:23.723 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:23 smithi067 bash[82083]: cephadm 2023-12-09T02:14:22.583758+0000 mgr.y (mgr.25480) 1007 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:23.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:23 smithi067 bash[82083]: audit 2023-12-09T02:14:22.660711+0000 mon.a (mon.0) 4121 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:23.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:23 smithi067 bash[82083]: audit 2023-12-09T02:14:22.663759+0000 mon.a (mon.0) 4122 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:23.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:23 smithi067 bash[82083]: audit 2023-12-09T02:14:22.667209+0000 mon.a (mon.0) 4123 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:23.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:23 smithi067 bash[82083]: audit 2023-12-09T02:14:22.668347+0000 mon.a (mon.0) 4124 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:23.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:23 smithi067 bash[82083]: audit 2023-12-09T02:14:22.678304+0000 mon.a (mon.0) 4125 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:23.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:23 smithi067 bash[82083]: cephadm 2023-12-09T02:14:22.678969+0000 mgr.y (mgr.25480) 1008 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:23.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:23 smithi067 bash[82083]: audit 2023-12-09T02:14:22.758844+0000 mon.a (mon.0) 4126 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:23.725 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:23 smithi067 bash[82083]: audit 2023-12-09T02:14:22.761743+0000 mon.a (mon.0) 4127 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:23.725 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:23 smithi067 bash[82083]: audit 2023-12-09T02:14:22.766289+0000 mon.a (mon.0) 4128 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:23.725 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:23 smithi067 bash[82083]: audit 2023-12-09T02:14:22.767544+0000 mon.a (mon.0) 4129 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:23.726 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:23 smithi067 bash[82083]: audit 2023-12-09T02:14:22.778380+0000 mon.a (mon.0) 4130 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:23.726 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:23 smithi067 bash[82083]: audit 2023-12-09T02:14:22.864592+0000 mon.a (mon.0) 4131 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:23.727 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:23 smithi067 bash[82083]: audit 2023-12-09T02:14:22.867232+0000 mon.a (mon.0) 4132 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:23.727 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:23 smithi067 bash[82083]: cluster 2023-12-09T02:14:22.930453+0000 mon.a (mon.0) 4133 : cluster 1 Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2023-12-09T02:14:23.727 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:23 smithi067 bash[79370]: audit 2023-12-09T02:14:22.572648+0000 mon.a (mon.0) 4118 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:23.727 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:23 smithi067 bash[79370]: audit 2023-12-09T02:14:22.573774+0000 mon.a (mon.0) 4119 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:23.727 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:23 smithi067 bash[79370]: audit 2023-12-09T02:14:22.583189+0000 mon.a (mon.0) 4120 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:23.728 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:23 smithi067 bash[79370]: cephadm 2023-12-09T02:14:22.583758+0000 mgr.y (mgr.25480) 1007 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:23.728 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:23 smithi067 bash[79370]: audit 2023-12-09T02:14:22.660711+0000 mon.a (mon.0) 4121 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:23.728 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:23 smithi067 bash[79370]: audit 2023-12-09T02:14:22.663759+0000 mon.a (mon.0) 4122 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:23.728 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:23 smithi067 bash[79370]: audit 2023-12-09T02:14:22.667209+0000 mon.a (mon.0) 4123 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:23.728 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:23 smithi067 bash[79370]: audit 2023-12-09T02:14:22.668347+0000 mon.a (mon.0) 4124 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:23.728 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:23 smithi067 bash[79370]: audit 2023-12-09T02:14:22.678304+0000 mon.a (mon.0) 4125 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:23.728 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:23 smithi067 bash[79370]: cephadm 2023-12-09T02:14:22.678969+0000 mgr.y (mgr.25480) 1008 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:23.729 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:23 smithi067 bash[79370]: audit 2023-12-09T02:14:22.758844+0000 mon.a (mon.0) 4126 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:23.729 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:23 smithi067 bash[79370]: audit 2023-12-09T02:14:22.761743+0000 mon.a (mon.0) 4127 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:23.729 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:23 smithi067 bash[79370]: audit 2023-12-09T02:14:22.766289+0000 mon.a (mon.0) 4128 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:23.729 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:23 smithi067 bash[79370]: audit 2023-12-09T02:14:22.767544+0000 mon.a (mon.0) 4129 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:23.729 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:23 smithi067 bash[79370]: audit 2023-12-09T02:14:22.778380+0000 mon.a (mon.0) 4130 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:23.729 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:23 smithi067 bash[79370]: audit 2023-12-09T02:14:22.864592+0000 mon.a (mon.0) 4131 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:23.730 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:23 smithi067 bash[79370]: audit 2023-12-09T02:14:22.867232+0000 mon.a (mon.0) 4132 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:23.731 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:23 smithi067 bash[79370]: cluster 2023-12-09T02:14:22.930453+0000 mon.a (mon.0) 4133 : cluster 1 Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2023-12-09T02:14:23.731 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:23 smithi125 bash[66801]: cluster 2023-12-09T02:14:21.991314+0000 mgr.y (mgr.25480) 1000 : cluster 0 pgmap v176: 161 pgs: 9 stale+active+clean, 12 active+undersized+degraded, 19 peering, 23 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 56/726 objects degraded (7.713%) 2023-12-09T02:14:23.731 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:23 smithi125 bash[66801]: cephadm 2023-12-09T02:14:21.998878+0000 mgr.y (mgr.25480) 1001 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:23.731 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:23 smithi125 bash[66801]: cephadm 2023-12-09T02:14:22.097191+0000 mgr.y (mgr.25480) 1002 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:23.732 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:23 smithi125 bash[66801]: cephadm 2023-12-09T02:14:22.193726+0000 mgr.y (mgr.25480) 1003 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:23.732 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:23 smithi125 bash[66801]: cephadm 2023-12-09T02:14:22.288777+0000 mgr.y (mgr.25480) 1004 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:23.732 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:23 smithi125 bash[66801]: audit 2023-12-09T02:14:22.371399+0000 mon.a (mon.0) 4106 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:23.732 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:23 smithi125 bash[66801]: audit 2023-12-09T02:14:22.374545+0000 mon.a (mon.0) 4107 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:23.732 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:23 smithi125 bash[66801]: audit 2023-12-09T02:14:22.377790+0000 mon.a (mon.0) 4108 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:23.732 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:23 smithi125 bash[66801]: audit 2023-12-09T02:14:22.379030+0000 mon.a (mon.0) 4109 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:23.732 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:23 smithi125 bash[66801]: audit 2023-12-09T02:14:22.387466+0000 mon.a (mon.0) 4110 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:23.732 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:23 smithi125 bash[66801]: cephadm 2023-12-09T02:14:22.388266+0000 mgr.y (mgr.25480) 1005 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:23.732 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:23 smithi125 bash[66801]: audit 2023-12-09T02:14:22.465580+0000 mon.a (mon.0) 4111 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:23.732 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:23 smithi125 bash[66801]: audit 2023-12-09T02:14:22.469965+0000 mon.a (mon.0) 4112 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:23.732 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:23 smithi125 bash[66801]: audit 2023-12-09T02:14:22.474572+0000 mon.a (mon.0) 4113 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:23.732 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:23 smithi125 bash[66801]: audit 2023-12-09T02:14:22.476074+0000 mon.a (mon.0) 4114 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:23.732 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:23 smithi125 bash[66801]: audit 2023-12-09T02:14:22.485340+0000 mon.a (mon.0) 4115 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:23.733 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:23 smithi125 bash[66801]: cephadm 2023-12-09T02:14:22.486017+0000 mgr.y (mgr.25480) 1006 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:23.733 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:23 smithi125 bash[66801]: audit 2023-12-09T02:14:22.566579+0000 mon.a (mon.0) 4116 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:23.733 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:23 smithi125 bash[66801]: audit 2023-12-09T02:14:22.569300+0000 mon.a (mon.0) 4117 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:23.733 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:23 smithi125 bash[66801]: audit 2023-12-09T02:14:22.572648+0000 mon.a (mon.0) 4118 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:23.733 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:23 smithi125 bash[66801]: audit 2023-12-09T02:14:22.573774+0000 mon.a (mon.0) 4119 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:23.733 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:23 smithi125 bash[66801]: audit 2023-12-09T02:14:22.583189+0000 mon.a (mon.0) 4120 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:23.733 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:23 smithi125 bash[66801]: cephadm 2023-12-09T02:14:22.583758+0000 mgr.y (mgr.25480) 1007 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:23.733 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:23 smithi125 bash[66801]: audit 2023-12-09T02:14:22.660711+0000 mon.a (mon.0) 4121 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:23.733 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:23 smithi125 bash[66801]: audit 2023-12-09T02:14:22.663759+0000 mon.a (mon.0) 4122 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:23.733 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:23 smithi125 bash[66801]: audit 2023-12-09T02:14:22.667209+0000 mon.a (mon.0) 4123 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:23.733 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:23 smithi125 bash[66801]: audit 2023-12-09T02:14:22.668347+0000 mon.a (mon.0) 4124 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:23.733 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:23 smithi125 bash[66801]: audit 2023-12-09T02:14:22.678304+0000 mon.a (mon.0) 4125 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:23.734 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:23 smithi125 bash[66801]: cephadm 2023-12-09T02:14:22.678969+0000 mgr.y (mgr.25480) 1008 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:23.734 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:23 smithi125 bash[66801]: audit 2023-12-09T02:14:22.758844+0000 mon.a (mon.0) 4126 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:23.734 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:23 smithi125 bash[66801]: audit 2023-12-09T02:14:22.761743+0000 mon.a (mon.0) 4127 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:23.734 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:23 smithi125 bash[66801]: audit 2023-12-09T02:14:22.766289+0000 mon.a (mon.0) 4128 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:23.734 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:23 smithi125 bash[66801]: audit 2023-12-09T02:14:22.767544+0000 mon.a (mon.0) 4129 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:23.734 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:23 smithi125 bash[66801]: audit 2023-12-09T02:14:22.778380+0000 mon.a (mon.0) 4130 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:23.734 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:23 smithi125 bash[66801]: audit 2023-12-09T02:14:22.864592+0000 mon.a (mon.0) 4131 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:23.734 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:23 smithi125 bash[66801]: audit 2023-12-09T02:14:22.867232+0000 mon.a (mon.0) 4132 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:23.734 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:23 smithi125 bash[66801]: cluster 2023-12-09T02:14:22.930453+0000 mon.a (mon.0) 4133 : cluster 1 Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2023-12-09T02:14:24.220 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:14:23 smithi067 bash[75618]: ::ffff:172.21.15.125 - - [09/Dec/2023:02:14:23] "GET /metrics HTTP/1.1" 200 38491 "" "Prometheus/2.33.4" 2023-12-09T02:14:24.222 INFO:journalctl@ceph.osd.4.smithi125.stdout:Dec 09 02:14:23 smithi125 bash[72798]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-4 2023-12-09T02:14:24.222 INFO:journalctl@ceph.osd.4.smithi125.stdout:Dec 09 02:14:23 smithi125 bash[72798]: 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-09T02:14:24.222 INFO:journalctl@ceph.osd.4.smithi125.stdout:Dec 09 02:14:23 smithi125 bash[72798]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_4 2023-12-09T02:14:24.222 INFO:journalctl@ceph.osd.4.smithi125.stdout:Dec 09 02:14:23 smithi125 bash[72798]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-3 2023-12-09T02:14:24.222 INFO:journalctl@ceph.osd.4.smithi125.stdout:Dec 09 02:14:23 smithi125 bash[72798]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_4 /var/lib/ceph/osd/ceph-4/block 2023-12-09T02:14:24.222 INFO:journalctl@ceph.osd.4.smithi125.stdout:Dec 09 02:14:23 smithi125 bash[72798]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-4 2023-12-09T02:14:24.222 INFO:journalctl@ceph.osd.4.smithi125.stdout:Dec 09 02:14:23 smithi125 bash[72798]: --> ceph-volume raw activate successful for osd ID: 4 2023-12-09T02:14:24.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:24 smithi067 bash[82083]: cephadm 2023-12-09T02:14:22.779197+0000 mgr.y (mgr.25480) 1009 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:24.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:24 smithi067 bash[82083]: audit 2023-12-09T02:14:23.394983+0000 mon.a (mon.0) 4134 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:24.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:24 smithi067 bash[82083]: audit 2023-12-09T02:14:23.405603+0000 mon.a (mon.0) 4135 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:24.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:24 smithi067 bash[82083]: audit 2023-12-09T02:14:23.407685+0000 mon.a (mon.0) 4136 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:24.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:24 smithi067 bash[82083]: audit 2023-12-09T02:14:23.408955+0000 mon.a (mon.0) 4137 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:24.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:24 smithi067 bash[82083]: audit 2023-12-09T02:14:23.416215+0000 mon.a (mon.0) 4138 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:24.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:24 smithi067 bash[82083]: cephadm 2023-12-09T02:14:23.416868+0000 mgr.y (mgr.25480) 1010 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:24.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:24 smithi067 bash[82083]: audit 2023-12-09T02:14:23.496301+0000 mon.a (mon.0) 4139 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:24.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:24 smithi067 bash[82083]: audit 2023-12-09T02:14:23.499332+0000 mon.a (mon.0) 4140 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:24.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:24 smithi067 bash[82083]: audit 2023-12-09T02:14:23.503370+0000 mon.a (mon.0) 4141 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:24.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:24 smithi067 bash[82083]: audit 2023-12-09T02:14:23.505058+0000 mon.a (mon.0) 4142 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:24.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:24 smithi067 bash[82083]: audit 2023-12-09T02:14:23.513795+0000 mon.a (mon.0) 4143 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:24.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:24 smithi067 bash[82083]: cephadm 2023-12-09T02:14:23.514537+0000 mgr.y (mgr.25480) 1011 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:24.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:24 smithi067 bash[82083]: audit 2023-12-09T02:14:23.599757+0000 mon.a (mon.0) 4144 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:24.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:24 smithi067 bash[82083]: audit 2023-12-09T02:14:23.602983+0000 mon.a (mon.0) 4145 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:24.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:24 smithi067 bash[82083]: audit 2023-12-09T02:14:23.606243+0000 mon.a (mon.0) 4146 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:24.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:24 smithi067 bash[82083]: audit 2023-12-09T02:14:23.607463+0000 mon.a (mon.0) 4147 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:24.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:24 smithi067 bash[82083]: audit 2023-12-09T02:14:23.617647+0000 mon.a (mon.0) 4148 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:24.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:24 smithi067 bash[82083]: cephadm 2023-12-09T02:14:23.618184+0000 mgr.y (mgr.25480) 1012 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:24.722 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:24 smithi067 bash[82083]: audit 2023-12-09T02:14:23.698147+0000 mon.a (mon.0) 4149 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:24.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:24 smithi067 bash[79370]: cephadm 2023-12-09T02:14:22.779197+0000 mgr.y (mgr.25480) 1009 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:24.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:24 smithi067 bash[79370]: audit 2023-12-09T02:14:23.394983+0000 mon.a (mon.0) 4134 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:24.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:24 smithi067 bash[79370]: audit 2023-12-09T02:14:23.405603+0000 mon.a (mon.0) 4135 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:24.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:24 smithi067 bash[79370]: audit 2023-12-09T02:14:23.407685+0000 mon.a (mon.0) 4136 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:24.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:24 smithi067 bash[79370]: audit 2023-12-09T02:14:23.408955+0000 mon.a (mon.0) 4137 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:24.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:24 smithi067 bash[79370]: audit 2023-12-09T02:14:23.416215+0000 mon.a (mon.0) 4138 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:24.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:24 smithi067 bash[79370]: cephadm 2023-12-09T02:14:23.416868+0000 mgr.y (mgr.25480) 1010 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:24.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:24 smithi067 bash[79370]: audit 2023-12-09T02:14:23.496301+0000 mon.a (mon.0) 4139 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:24.723 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:24 smithi067 bash[79370]: audit 2023-12-09T02:14:23.499332+0000 mon.a (mon.0) 4140 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:24.723 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:24 smithi067 bash[79370]: audit 2023-12-09T02:14:23.503370+0000 mon.a (mon.0) 4141 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:24.723 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:24 smithi067 bash[79370]: audit 2023-12-09T02:14:23.505058+0000 mon.a (mon.0) 4142 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:24.723 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:24 smithi067 bash[79370]: audit 2023-12-09T02:14:23.513795+0000 mon.a (mon.0) 4143 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:24.723 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:24 smithi067 bash[79370]: cephadm 2023-12-09T02:14:23.514537+0000 mgr.y (mgr.25480) 1011 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:24.723 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:24 smithi067 bash[79370]: audit 2023-12-09T02:14:23.599757+0000 mon.a (mon.0) 4144 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:24.723 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:24 smithi067 bash[79370]: audit 2023-12-09T02:14:23.602983+0000 mon.a (mon.0) 4145 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:24.723 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:24 smithi067 bash[79370]: audit 2023-12-09T02:14:23.606243+0000 mon.a (mon.0) 4146 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:24.723 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:24 smithi067 bash[79370]: audit 2023-12-09T02:14:23.607463+0000 mon.a (mon.0) 4147 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:24.723 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:24 smithi067 bash[79370]: audit 2023-12-09T02:14:23.617647+0000 mon.a (mon.0) 4148 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:24.723 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:24 smithi067 bash[79370]: cephadm 2023-12-09T02:14:23.618184+0000 mgr.y (mgr.25480) 1012 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:24.723 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:24 smithi067 bash[79370]: audit 2023-12-09T02:14:23.698147+0000 mon.a (mon.0) 4149 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:24.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:24 smithi067 bash[82083]: audit 2023-12-09T02:14:23.702359+0000 mon.a (mon.0) 4150 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:24.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:24 smithi067 bash[82083]: audit 2023-12-09T02:14:23.705776+0000 mon.a (mon.0) 4151 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:24.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:24 smithi067 bash[82083]: audit 2023-12-09T02:14:23.706986+0000 mon.a (mon.0) 4152 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:24.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:24 smithi067 bash[82083]: audit 2023-12-09T02:14:23.716052+0000 mon.a (mon.0) 4153 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:24.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:24 smithi067 bash[82083]: cephadm 2023-12-09T02:14:23.716664+0000 mgr.y (mgr.25480) 1013 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:24.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:24 smithi067 bash[82083]: audit 2023-12-09T02:14:23.797934+0000 mon.a (mon.0) 4154 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:24.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:24 smithi067 bash[82083]: audit 2023-12-09T02:14:23.800194+0000 mon.a (mon.0) 4155 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:24.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:24 smithi067 bash[82083]: audit 2023-12-09T02:14:23.804164+0000 mon.a (mon.0) 4156 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:24.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:24 smithi067 bash[82083]: audit 2023-12-09T02:14:23.805509+0000 mon.a (mon.0) 4157 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:24.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:24 smithi067 bash[82083]: audit 2023-12-09T02:14:23.814828+0000 mon.a (mon.0) 4158 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:24.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:24 smithi067 bash[82083]: audit 2023-12-09T02:14:23.896264+0000 mon.a (mon.0) 4159 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:24.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:24 smithi067 bash[82083]: audit 2023-12-09T02:14:23.899117+0000 mon.a (mon.0) 4160 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:24.725 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:24 smithi067 bash[82083]: audit 2023-12-09T02:14:23.901373+0000 mon.a (mon.0) 4161 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:24.725 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:24 smithi067 bash[82083]: audit 2023-12-09T02:14:23.902389+0000 mon.a (mon.0) 4162 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:24.725 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:24 smithi067 bash[82083]: audit 2023-12-09T02:14:23.908838+0000 mon.a (mon.0) 4163 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:24.725 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:24 smithi067 bash[82083]: audit 2023-12-09T02:14:23.988626+0000 mon.a (mon.0) 4164 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:24.725 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:24 smithi067 bash[82083]: audit 2023-12-09T02:14:23.991464+0000 mon.a (mon.0) 4165 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:24.725 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:24 smithi067 bash[82083]: audit 2023-12-09T02:14:23.994551+0000 mon.a (mon.0) 4166 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:24.725 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:24 smithi067 bash[82083]: audit 2023-12-09T02:14:23.995488+0000 mon.a (mon.0) 4167 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:24.725 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:24 smithi067 bash[82083]: audit 2023-12-09T02:14:24.002764+0000 mon.a (mon.0) 4168 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:24.725 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:24 smithi067 bash[82083]: audit 2023-12-09T02:14:24.085967+0000 mon.a (mon.0) 4169 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:24.725 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:24 smithi067 bash[82083]: audit 2023-12-09T02:14:24.088667+0000 mon.a (mon.0) 4170 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:24.725 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:24 smithi067 bash[82083]: audit 2023-12-09T02:14:24.092580+0000 mon.a (mon.0) 4171 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:24.725 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:24 smithi067 bash[82083]: audit 2023-12-09T02:14:24.093625+0000 mon.a (mon.0) 4172 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:24.725 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:24 smithi067 bash[82083]: audit 2023-12-09T02:14:24.100720+0000 mon.a (mon.0) 4173 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:24.725 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:24 smithi067 bash[82083]: audit 2023-12-09T02:14:24.180332+0000 mon.a (mon.0) 4174 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:24.725 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:24 smithi067 bash[82083]: audit 2023-12-09T02:14:24.183204+0000 mon.a (mon.0) 4175 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:24.726 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:24 smithi067 bash[82083]: audit 2023-12-09T02:14:24.186825+0000 mon.a (mon.0) 4176 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:24.726 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:24 smithi067 bash[82083]: audit 2023-12-09T02:14:24.187994+0000 mon.a (mon.0) 4177 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:24.726 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:24 smithi067 bash[82083]: audit 2023-12-09T02:14:24.196190+0000 mon.a (mon.0) 4178 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:24.726 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:24 smithi067 bash[82083]: audit 2023-12-09T02:14:24.275342+0000 mon.a (mon.0) 4179 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:24.726 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:24 smithi067 bash[82083]: audit 2023-12-09T02:14:24.277537+0000 mon.a (mon.0) 4180 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:24.726 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:24 smithi067 bash[82083]: audit 2023-12-09T02:14:24.280074+0000 mon.a (mon.0) 4181 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:24.727 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:24 smithi067 bash[82083]: audit 2023-12-09T02:14:24.280990+0000 mon.a (mon.0) 4182 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:24.727 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:24 smithi067 bash[82083]: audit 2023-12-09T02:14:24.288650+0000 mon.a (mon.0) 4183 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:24.727 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:24 smithi067 bash[82083]: audit 2023-12-09T02:14:24.370705+0000 mon.a (mon.0) 4184 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:24.727 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:24 smithi067 bash[82083]: audit 2023-12-09T02:14:24.373422+0000 mon.a (mon.0) 4185 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:24.727 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:24 smithi067 bash[82083]: audit 2023-12-09T02:14:24.376662+0000 mon.a (mon.0) 4186 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:24.727 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:24 smithi067 bash[82083]: audit 2023-12-09T02:14:24.377893+0000 mon.a (mon.0) 4187 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:24.728 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:24 smithi067 bash[82083]: audit 2023-12-09T02:14:24.385893+0000 mon.a (mon.0) 4188 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:24.728 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:24 smithi067 bash[79370]: audit 2023-12-09T02:14:23.702359+0000 mon.a (mon.0) 4150 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:24.729 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:24 smithi067 bash[79370]: audit 2023-12-09T02:14:23.705776+0000 mon.a (mon.0) 4151 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:24.729 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:24 smithi067 bash[79370]: audit 2023-12-09T02:14:23.706986+0000 mon.a (mon.0) 4152 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:24.729 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:24 smithi067 bash[79370]: audit 2023-12-09T02:14:23.716052+0000 mon.a (mon.0) 4153 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:24.729 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:24 smithi067 bash[79370]: cephadm 2023-12-09T02:14:23.716664+0000 mgr.y (mgr.25480) 1013 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:24.729 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:24 smithi067 bash[79370]: audit 2023-12-09T02:14:23.797934+0000 mon.a (mon.0) 4154 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:24.730 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:24 smithi067 bash[79370]: audit 2023-12-09T02:14:23.800194+0000 mon.a (mon.0) 4155 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:24.730 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:24 smithi067 bash[79370]: audit 2023-12-09T02:14:23.804164+0000 mon.a (mon.0) 4156 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:24.730 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:24 smithi067 bash[79370]: audit 2023-12-09T02:14:23.805509+0000 mon.a (mon.0) 4157 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:24.730 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:24 smithi067 bash[79370]: audit 2023-12-09T02:14:23.814828+0000 mon.a (mon.0) 4158 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:24.730 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:24 smithi067 bash[79370]: audit 2023-12-09T02:14:23.896264+0000 mon.a (mon.0) 4159 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:24.730 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:24 smithi067 bash[79370]: audit 2023-12-09T02:14:23.899117+0000 mon.a (mon.0) 4160 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:24.731 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:24 smithi067 bash[79370]: audit 2023-12-09T02:14:23.901373+0000 mon.a (mon.0) 4161 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:24.731 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:24 smithi067 bash[79370]: audit 2023-12-09T02:14:23.902389+0000 mon.a (mon.0) 4162 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:24.731 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:24 smithi067 bash[79370]: audit 2023-12-09T02:14:23.908838+0000 mon.a (mon.0) 4163 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:24.731 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:24 smithi067 bash[79370]: audit 2023-12-09T02:14:23.988626+0000 mon.a (mon.0) 4164 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:24.731 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:24 smithi067 bash[79370]: audit 2023-12-09T02:14:23.991464+0000 mon.a (mon.0) 4165 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:24.731 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:24 smithi067 bash[79370]: audit 2023-12-09T02:14:23.994551+0000 mon.a (mon.0) 4166 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:24.732 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:24 smithi067 bash[79370]: audit 2023-12-09T02:14:23.995488+0000 mon.a (mon.0) 4167 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:24.732 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:24 smithi067 bash[79370]: audit 2023-12-09T02:14:24.002764+0000 mon.a (mon.0) 4168 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:24.732 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:24 smithi067 bash[79370]: audit 2023-12-09T02:14:24.085967+0000 mon.a (mon.0) 4169 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:24.732 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:24 smithi067 bash[79370]: audit 2023-12-09T02:14:24.088667+0000 mon.a (mon.0) 4170 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:24.732 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:24 smithi067 bash[79370]: audit 2023-12-09T02:14:24.092580+0000 mon.a (mon.0) 4171 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:24.733 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:24 smithi067 bash[79370]: audit 2023-12-09T02:14:24.093625+0000 mon.a (mon.0) 4172 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:24.733 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:24 smithi067 bash[79370]: audit 2023-12-09T02:14:24.100720+0000 mon.a (mon.0) 4173 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:24.733 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:24 smithi067 bash[79370]: audit 2023-12-09T02:14:24.180332+0000 mon.a (mon.0) 4174 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:24.733 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:24 smithi067 bash[79370]: audit 2023-12-09T02:14:24.183204+0000 mon.a (mon.0) 4175 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:24.733 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:24 smithi067 bash[79370]: audit 2023-12-09T02:14:24.186825+0000 mon.a (mon.0) 4176 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:24.733 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:24 smithi067 bash[79370]: audit 2023-12-09T02:14:24.187994+0000 mon.a (mon.0) 4177 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:24.734 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:24 smithi067 bash[79370]: audit 2023-12-09T02:14:24.196190+0000 mon.a (mon.0) 4178 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:24.734 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:24 smithi067 bash[79370]: audit 2023-12-09T02:14:24.275342+0000 mon.a (mon.0) 4179 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:24.734 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:24 smithi067 bash[79370]: audit 2023-12-09T02:14:24.277537+0000 mon.a (mon.0) 4180 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:24.734 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:24 smithi067 bash[79370]: audit 2023-12-09T02:14:24.280074+0000 mon.a (mon.0) 4181 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:24.734 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:24 smithi067 bash[79370]: audit 2023-12-09T02:14:24.280990+0000 mon.a (mon.0) 4182 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:24.734 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:24 smithi067 bash[79370]: audit 2023-12-09T02:14:24.288650+0000 mon.a (mon.0) 4183 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:24.734 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:24 smithi067 bash[79370]: audit 2023-12-09T02:14:24.370705+0000 mon.a (mon.0) 4184 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:24.735 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:24 smithi067 bash[79370]: audit 2023-12-09T02:14:24.373422+0000 mon.a (mon.0) 4185 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:24.735 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:24 smithi067 bash[79370]: audit 2023-12-09T02:14:24.376662+0000 mon.a (mon.0) 4186 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:24.735 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:24 smithi067 bash[79370]: audit 2023-12-09T02:14:24.377893+0000 mon.a (mon.0) 4187 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:24.735 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:24 smithi067 bash[79370]: audit 2023-12-09T02:14:24.385893+0000 mon.a (mon.0) 4188 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:24.736 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:24 smithi125 bash[66801]: cephadm 2023-12-09T02:14:22.779197+0000 mgr.y (mgr.25480) 1009 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:24.736 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:24 smithi125 bash[66801]: audit 2023-12-09T02:14:23.394983+0000 mon.a (mon.0) 4134 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:24.736 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:24 smithi125 bash[66801]: audit 2023-12-09T02:14:23.405603+0000 mon.a (mon.0) 4135 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:24.737 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:24 smithi125 bash[66801]: audit 2023-12-09T02:14:23.407685+0000 mon.a (mon.0) 4136 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:24.737 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:24 smithi125 bash[66801]: audit 2023-12-09T02:14:23.408955+0000 mon.a (mon.0) 4137 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:24.737 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:24 smithi125 bash[66801]: audit 2023-12-09T02:14:23.416215+0000 mon.a (mon.0) 4138 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:24.737 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:24 smithi125 bash[66801]: cephadm 2023-12-09T02:14:23.416868+0000 mgr.y (mgr.25480) 1010 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:24.737 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:24 smithi125 bash[66801]: audit 2023-12-09T02:14:23.496301+0000 mon.a (mon.0) 4139 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:24.737 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:24 smithi125 bash[66801]: audit 2023-12-09T02:14:23.499332+0000 mon.a (mon.0) 4140 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:24.737 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:24 smithi125 bash[66801]: audit 2023-12-09T02:14:23.503370+0000 mon.a (mon.0) 4141 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:24.738 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:24 smithi125 bash[66801]: audit 2023-12-09T02:14:23.505058+0000 mon.a (mon.0) 4142 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:24.738 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:24 smithi125 bash[66801]: audit 2023-12-09T02:14:23.513795+0000 mon.a (mon.0) 4143 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:24.738 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:24 smithi125 bash[66801]: cephadm 2023-12-09T02:14:23.514537+0000 mgr.y (mgr.25480) 1011 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:24.738 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:24 smithi125 bash[66801]: audit 2023-12-09T02:14:23.599757+0000 mon.a (mon.0) 4144 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:24.738 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:24 smithi125 bash[66801]: audit 2023-12-09T02:14:23.602983+0000 mon.a (mon.0) 4145 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:24.738 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:24 smithi125 bash[66801]: audit 2023-12-09T02:14:23.606243+0000 mon.a (mon.0) 4146 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:24.738 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:24 smithi125 bash[66801]: audit 2023-12-09T02:14:23.607463+0000 mon.a (mon.0) 4147 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:24.738 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:24 smithi125 bash[66801]: audit 2023-12-09T02:14:23.617647+0000 mon.a (mon.0) 4148 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:24.739 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:24 smithi125 bash[66801]: cephadm 2023-12-09T02:14:23.618184+0000 mgr.y (mgr.25480) 1012 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:24.739 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:24 smithi125 bash[66801]: audit 2023-12-09T02:14:23.698147+0000 mon.a (mon.0) 4149 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:24.739 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:24 smithi125 bash[66801]: audit 2023-12-09T02:14:23.702359+0000 mon.a (mon.0) 4150 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:24.739 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:24 smithi125 bash[66801]: audit 2023-12-09T02:14:23.705776+0000 mon.a (mon.0) 4151 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:24.739 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:24 smithi125 bash[66801]: audit 2023-12-09T02:14:23.706986+0000 mon.a (mon.0) 4152 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:24.739 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:24 smithi125 bash[66801]: audit 2023-12-09T02:14:23.716052+0000 mon.a (mon.0) 4153 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:24.739 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:24 smithi125 bash[66801]: cephadm 2023-12-09T02:14:23.716664+0000 mgr.y (mgr.25480) 1013 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:24.739 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:24 smithi125 bash[66801]: audit 2023-12-09T02:14:23.797934+0000 mon.a (mon.0) 4154 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:24.740 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:24 smithi125 bash[66801]: audit 2023-12-09T02:14:23.800194+0000 mon.a (mon.0) 4155 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:24.740 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:24 smithi125 bash[66801]: audit 2023-12-09T02:14:23.804164+0000 mon.a (mon.0) 4156 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:24.740 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:24 smithi125 bash[66801]: audit 2023-12-09T02:14:23.805509+0000 mon.a (mon.0) 4157 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:24.740 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:24 smithi125 bash[66801]: audit 2023-12-09T02:14:23.814828+0000 mon.a (mon.0) 4158 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:24.740 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:24 smithi125 bash[66801]: audit 2023-12-09T02:14:23.896264+0000 mon.a (mon.0) 4159 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:24.740 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:24 smithi125 bash[66801]: audit 2023-12-09T02:14:23.899117+0000 mon.a (mon.0) 4160 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:24.740 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:24 smithi125 bash[66801]: audit 2023-12-09T02:14:23.901373+0000 mon.a (mon.0) 4161 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:24.741 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:24 smithi125 bash[66801]: audit 2023-12-09T02:14:23.902389+0000 mon.a (mon.0) 4162 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:24.741 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:24 smithi125 bash[66801]: audit 2023-12-09T02:14:23.908838+0000 mon.a (mon.0) 4163 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:24.741 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:24 smithi125 bash[66801]: audit 2023-12-09T02:14:23.988626+0000 mon.a (mon.0) 4164 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:24.741 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:24 smithi125 bash[66801]: audit 2023-12-09T02:14:23.991464+0000 mon.a (mon.0) 4165 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:24.741 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:24 smithi125 bash[66801]: audit 2023-12-09T02:14:23.994551+0000 mon.a (mon.0) 4166 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:24.741 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:24 smithi125 bash[66801]: audit 2023-12-09T02:14:23.995488+0000 mon.a (mon.0) 4167 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:24.741 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:24 smithi125 bash[66801]: audit 2023-12-09T02:14:24.002764+0000 mon.a (mon.0) 4168 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:24.742 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:24 smithi125 bash[66801]: audit 2023-12-09T02:14:24.085967+0000 mon.a (mon.0) 4169 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:24.742 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:24 smithi125 bash[66801]: audit 2023-12-09T02:14:24.088667+0000 mon.a (mon.0) 4170 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:24.742 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:24 smithi125 bash[66801]: audit 2023-12-09T02:14:24.092580+0000 mon.a (mon.0) 4171 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:24.742 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:24 smithi125 bash[66801]: audit 2023-12-09T02:14:24.093625+0000 mon.a (mon.0) 4172 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:24.742 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:24 smithi125 bash[66801]: audit 2023-12-09T02:14:24.100720+0000 mon.a (mon.0) 4173 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:24.743 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:24 smithi125 bash[66801]: audit 2023-12-09T02:14:24.180332+0000 mon.a (mon.0) 4174 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:24.743 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:24 smithi125 bash[66801]: audit 2023-12-09T02:14:24.183204+0000 mon.a (mon.0) 4175 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:24.743 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:24 smithi125 bash[66801]: audit 2023-12-09T02:14:24.186825+0000 mon.a (mon.0) 4176 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:24.743 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:24 smithi125 bash[66801]: audit 2023-12-09T02:14:24.187994+0000 mon.a (mon.0) 4177 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:24.743 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:24 smithi125 bash[66801]: audit 2023-12-09T02:14:24.196190+0000 mon.a (mon.0) 4178 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:24.743 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:24 smithi125 bash[66801]: audit 2023-12-09T02:14:24.275342+0000 mon.a (mon.0) 4179 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:24.744 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:24 smithi125 bash[66801]: audit 2023-12-09T02:14:24.277537+0000 mon.a (mon.0) 4180 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:24.744 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:24 smithi125 bash[66801]: audit 2023-12-09T02:14:24.280074+0000 mon.a (mon.0) 4181 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:24.744 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:24 smithi125 bash[66801]: audit 2023-12-09T02:14:24.280990+0000 mon.a (mon.0) 4182 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:24.744 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:24 smithi125 bash[66801]: audit 2023-12-09T02:14:24.288650+0000 mon.a (mon.0) 4183 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:24.744 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:24 smithi125 bash[66801]: audit 2023-12-09T02:14:24.370705+0000 mon.a (mon.0) 4184 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:24.744 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:24 smithi125 bash[66801]: audit 2023-12-09T02:14:24.373422+0000 mon.a (mon.0) 4185 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:24.744 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:24 smithi125 bash[66801]: audit 2023-12-09T02:14:24.376662+0000 mon.a (mon.0) 4186 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:24.745 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:24 smithi125 bash[66801]: audit 2023-12-09T02:14:24.377893+0000 mon.a (mon.0) 4187 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:24.745 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:24 smithi125 bash[66801]: audit 2023-12-09T02:14:24.385893+0000 mon.a (mon.0) 4188 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:25.721 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:25 smithi067 bash[79370]: cephadm 2023-12-09T02:14:23.815527+0000 mgr.y (mgr.25480) 1014 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:25.721 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:25 smithi067 bash[79370]: cephadm 2023-12-09T02:14:23.909522+0000 mgr.y (mgr.25480) 1015 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:25.721 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:25 smithi067 bash[79370]: cluster 2023-12-09T02:14:23.992881+0000 mgr.y (mgr.25480) 1016 : cluster 0 pgmap v177: 161 pgs: 20 active+undersized+degraded, 43 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2023-12-09T02:14:25.721 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:25 smithi067 bash[79370]: cephadm 2023-12-09T02:14:24.003340+0000 mgr.y (mgr.25480) 1017 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:25.721 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:25 smithi067 bash[79370]: cephadm 2023-12-09T02:14:24.101244+0000 mgr.y (mgr.25480) 1018 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:25.721 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:25 smithi067 bash[79370]: cephadm 2023-12-09T02:14:24.197159+0000 mgr.y (mgr.25480) 1019 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:25.721 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:25 smithi067 bash[79370]: cephadm 2023-12-09T02:14:24.289231+0000 mgr.y (mgr.25480) 1020 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:25.721 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:25 smithi067 bash[79370]: cephadm 2023-12-09T02:14:24.386468+0000 mgr.y (mgr.25480) 1021 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:25.721 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:25 smithi067 bash[79370]: audit 2023-12-09T02:14:24.468603+0000 mon.a (mon.0) 4189 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:25.721 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:25 smithi067 bash[79370]: audit 2023-12-09T02:14:24.473028+0000 mon.a (mon.0) 4190 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:25.721 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:25 smithi067 bash[79370]: audit 2023-12-09T02:14:24.476378+0000 mon.a (mon.0) 4191 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:25.721 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:25 smithi067 bash[79370]: audit 2023-12-09T02:14:24.477489+0000 mon.a (mon.0) 4192 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:25.721 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:25 smithi067 bash[79370]: audit 2023-12-09T02:14:24.485960+0000 mon.a (mon.0) 4193 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:25.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:25 smithi067 bash[79370]: cephadm 2023-12-09T02:14:24.486442+0000 mgr.y (mgr.25480) 1022 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:25.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:25 smithi067 bash[79370]: audit 2023-12-09T02:14:24.563916+0000 mon.a (mon.0) 4194 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:25.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:25 smithi067 bash[79370]: audit 2023-12-09T02:14:24.566999+0000 mon.a (mon.0) 4195 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:25.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:25 smithi067 bash[79370]: audit 2023-12-09T02:14:24.571729+0000 mon.a (mon.0) 4196 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:25.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:25 smithi067 bash[79370]: audit 2023-12-09T02:14:24.572881+0000 mon.a (mon.0) 4197 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:25.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:25 smithi067 bash[79370]: audit 2023-12-09T02:14:24.579669+0000 mon.a (mon.0) 4198 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:25.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:25 smithi067 bash[79370]: cephadm 2023-12-09T02:14:24.580143+0000 mgr.y (mgr.25480) 1023 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:25.722 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:25 smithi067 bash[82083]: cephadm 2023-12-09T02:14:23.815527+0000 mgr.y (mgr.25480) 1014 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:25.722 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:25 smithi067 bash[82083]: cephadm 2023-12-09T02:14:23.909522+0000 mgr.y (mgr.25480) 1015 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:25.722 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:25 smithi067 bash[82083]: cluster 2023-12-09T02:14:23.992881+0000 mgr.y (mgr.25480) 1016 : cluster 0 pgmap v177: 161 pgs: 20 active+undersized+degraded, 43 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2023-12-09T02:14:25.722 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:25 smithi067 bash[82083]: cephadm 2023-12-09T02:14:24.003340+0000 mgr.y (mgr.25480) 1017 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:25.723 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:25 smithi067 bash[82083]: cephadm 2023-12-09T02:14:24.101244+0000 mgr.y (mgr.25480) 1018 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:25.723 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:25 smithi067 bash[82083]: cephadm 2023-12-09T02:14:24.197159+0000 mgr.y (mgr.25480) 1019 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:25.723 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:25 smithi067 bash[82083]: cephadm 2023-12-09T02:14:24.289231+0000 mgr.y (mgr.25480) 1020 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:25.723 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:25 smithi067 bash[82083]: cephadm 2023-12-09T02:14:24.386468+0000 mgr.y (mgr.25480) 1021 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:25.723 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:25 smithi067 bash[82083]: audit 2023-12-09T02:14:24.468603+0000 mon.a (mon.0) 4189 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:25.723 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:25 smithi067 bash[82083]: audit 2023-12-09T02:14:24.473028+0000 mon.a (mon.0) 4190 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:25.723 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:25 smithi067 bash[82083]: audit 2023-12-09T02:14:24.476378+0000 mon.a (mon.0) 4191 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:25.723 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:25 smithi067 bash[82083]: audit 2023-12-09T02:14:24.477489+0000 mon.a (mon.0) 4192 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:25.723 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:25 smithi067 bash[82083]: audit 2023-12-09T02:14:24.485960+0000 mon.a (mon.0) 4193 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:25.723 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:25 smithi067 bash[82083]: cephadm 2023-12-09T02:14:24.486442+0000 mgr.y (mgr.25480) 1022 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:25.723 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:25 smithi067 bash[82083]: audit 2023-12-09T02:14:24.563916+0000 mon.a (mon.0) 4194 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:25.723 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:25 smithi067 bash[82083]: audit 2023-12-09T02:14:24.566999+0000 mon.a (mon.0) 4195 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:25.723 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:25 smithi067 bash[82083]: audit 2023-12-09T02:14:24.571729+0000 mon.a (mon.0) 4196 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:25.723 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:25 smithi067 bash[82083]: audit 2023-12-09T02:14:24.572881+0000 mon.a (mon.0) 4197 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:25.723 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:25 smithi067 bash[82083]: audit 2023-12-09T02:14:24.579669+0000 mon.a (mon.0) 4198 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:25.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:25 smithi067 bash[82083]: cephadm 2023-12-09T02:14:24.580143+0000 mgr.y (mgr.25480) 1023 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:25.724 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:25 smithi067 bash[79370]: audit 2023-12-09T02:14:24.661946+0000 mon.a (mon.0) 4199 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:25.724 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:25 smithi067 bash[79370]: audit 2023-12-09T02:14:24.666230+0000 mon.a (mon.0) 4200 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:25.724 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:25 smithi067 bash[79370]: audit 2023-12-09T02:14:24.669346+0000 mon.a (mon.0) 4201 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:25.724 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:25 smithi067 bash[79370]: audit 2023-12-09T02:14:24.670422+0000 mon.a (mon.0) 4202 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:25.724 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:25 smithi067 bash[79370]: audit 2023-12-09T02:14:24.679599+0000 mon.a (mon.0) 4203 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:25.724 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:25 smithi067 bash[79370]: cephadm 2023-12-09T02:14:24.680271+0000 mgr.y (mgr.25480) 1024 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:25.724 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:25 smithi067 bash[79370]: audit 2023-12-09T02:14:24.763260+0000 mon.a (mon.0) 4204 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:25.724 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:25 smithi067 bash[79370]: audit 2023-12-09T02:14:24.767781+0000 mon.a (mon.0) 4205 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:25.724 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:25 smithi067 bash[79370]: audit 2023-12-09T02:14:24.771077+0000 mon.a (mon.0) 4206 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:25.724 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:25 smithi067 bash[79370]: audit 2023-12-09T02:14:24.772276+0000 mon.a (mon.0) 4207 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:25.724 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:25 smithi067 bash[79370]: audit 2023-12-09T02:14:24.779520+0000 mon.a (mon.0) 4208 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:25.725 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:25 smithi067 bash[79370]: audit 2023-12-09T02:14:24.861043+0000 mon.a (mon.0) 4209 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:25.725 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:25 smithi067 bash[79370]: audit 2023-12-09T02:14:24.863384+0000 mon.a (mon.0) 4210 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:25.725 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:25 smithi067 bash[79370]: audit 2023-12-09T02:14:24.866394+0000 mon.a (mon.0) 4211 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:25.725 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:25 smithi067 bash[79370]: audit 2023-12-09T02:14:24.867440+0000 mon.a (mon.0) 4212 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:25.725 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:25 smithi067 bash[79370]: audit 2023-12-09T02:14:24.873739+0000 mon.a (mon.0) 4213 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:25.725 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:25 smithi067 bash[79370]: audit 2023-12-09T02:14:24.954158+0000 mon.a (mon.0) 4214 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:25.725 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:25 smithi067 bash[79370]: audit 2023-12-09T02:14:24.957324+0000 mon.a (mon.0) 4215 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:25.725 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:25 smithi067 bash[79370]: audit 2023-12-09T02:14:24.960629+0000 mon.a (mon.0) 4216 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:25.725 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:25 smithi067 bash[79370]: audit 2023-12-09T02:14:24.961706+0000 mon.a (mon.0) 4217 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:25.725 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:25 smithi067 bash[82083]: audit 2023-12-09T02:14:24.661946+0000 mon.a (mon.0) 4199 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:25.725 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:25 smithi067 bash[82083]: audit 2023-12-09T02:14:24.666230+0000 mon.a (mon.0) 4200 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:25.725 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:25 smithi067 bash[82083]: audit 2023-12-09T02:14:24.669346+0000 mon.a (mon.0) 4201 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:25.726 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:25 smithi067 bash[82083]: audit 2023-12-09T02:14:24.670422+0000 mon.a (mon.0) 4202 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:25.726 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:25 smithi067 bash[82083]: audit 2023-12-09T02:14:24.679599+0000 mon.a (mon.0) 4203 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:25.726 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:25 smithi067 bash[82083]: cephadm 2023-12-09T02:14:24.680271+0000 mgr.y (mgr.25480) 1024 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:25.726 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:25 smithi067 bash[82083]: audit 2023-12-09T02:14:24.763260+0000 mon.a (mon.0) 4204 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:25.726 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:25 smithi067 bash[82083]: audit 2023-12-09T02:14:24.767781+0000 mon.a (mon.0) 4205 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:25.726 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:25 smithi067 bash[82083]: audit 2023-12-09T02:14:24.771077+0000 mon.a (mon.0) 4206 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:25.726 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:25 smithi067 bash[82083]: audit 2023-12-09T02:14:24.772276+0000 mon.a (mon.0) 4207 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:25.726 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:25 smithi067 bash[82083]: audit 2023-12-09T02:14:24.779520+0000 mon.a (mon.0) 4208 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:25.726 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:25 smithi067 bash[82083]: audit 2023-12-09T02:14:24.861043+0000 mon.a (mon.0) 4209 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:25.726 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:25 smithi067 bash[82083]: audit 2023-12-09T02:14:24.863384+0000 mon.a (mon.0) 4210 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:25.726 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:25 smithi067 bash[82083]: audit 2023-12-09T02:14:24.866394+0000 mon.a (mon.0) 4211 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:25.726 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:25 smithi067 bash[82083]: audit 2023-12-09T02:14:24.867440+0000 mon.a (mon.0) 4212 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:25.726 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:25 smithi067 bash[82083]: audit 2023-12-09T02:14:24.873739+0000 mon.a (mon.0) 4213 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:25.726 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:25 smithi067 bash[82083]: audit 2023-12-09T02:14:24.954158+0000 mon.a (mon.0) 4214 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:25.726 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:25 smithi067 bash[82083]: audit 2023-12-09T02:14:24.957324+0000 mon.a (mon.0) 4215 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:25.727 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:25 smithi067 bash[82083]: audit 2023-12-09T02:14:24.960629+0000 mon.a (mon.0) 4216 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:25.727 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:25 smithi067 bash[82083]: audit 2023-12-09T02:14:24.961706+0000 mon.a (mon.0) 4217 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:25.727 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:25 smithi067 bash[79370]: audit 2023-12-09T02:14:24.974595+0000 mon.a (mon.0) 4218 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:25.727 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:25 smithi067 bash[79370]: audit 2023-12-09T02:14:25.057836+0000 mon.a (mon.0) 4219 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:25.727 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:25 smithi067 bash[79370]: audit 2023-12-09T02:14:25.062467+0000 mon.a (mon.0) 4220 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:25.727 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:25 smithi067 bash[79370]: audit 2023-12-09T02:14:25.067725+0000 mon.a (mon.0) 4221 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:25.727 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:25 smithi067 bash[79370]: audit 2023-12-09T02:14:25.068976+0000 mon.a (mon.0) 4222 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:25.727 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:25 smithi067 bash[79370]: audit 2023-12-09T02:14:25.077808+0000 mon.a (mon.0) 4223 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:25.727 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:25 smithi067 bash[79370]: audit 2023-12-09T02:14:25.158916+0000 mon.a (mon.0) 4224 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:25.728 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:25 smithi067 bash[79370]: audit 2023-12-09T02:14:25.162486+0000 mon.a (mon.0) 4225 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:25.728 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:25 smithi067 bash[79370]: audit 2023-12-09T02:14:25.166218+0000 mon.a (mon.0) 4226 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:25.728 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:25 smithi067 bash[79370]: audit 2023-12-09T02:14:25.167449+0000 mon.a (mon.0) 4227 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:25.728 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:25 smithi067 bash[79370]: audit 2023-12-09T02:14:25.174627+0000 mon.a (mon.0) 4228 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:25.728 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:25 smithi067 bash[79370]: audit 2023-12-09T02:14:25.252924+0000 mon.a (mon.0) 4229 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:25.728 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:25 smithi067 bash[79370]: audit 2023-12-09T02:14:25.256200+0000 mon.a (mon.0) 4230 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:25.728 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:25 smithi067 bash[79370]: audit 2023-12-09T02:14:25.259925+0000 mon.a (mon.0) 4231 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:25.728 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:25 smithi067 bash[79370]: audit 2023-12-09T02:14:25.261267+0000 mon.a (mon.0) 4232 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:25.728 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:25 smithi067 bash[79370]: audit 2023-12-09T02:14:25.270117+0000 mon.a (mon.0) 4233 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:25.728 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:25 smithi067 bash[79370]: audit 2023-12-09T02:14:25.353795+0000 mon.a (mon.0) 4234 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:25.728 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:25 smithi067 bash[79370]: audit 2023-12-09T02:14:25.356487+0000 mon.a (mon.0) 4235 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:25.728 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:25 smithi067 bash[79370]: audit 2023-12-09T02:14:25.359338+0000 mon.a (mon.0) 4236 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:25.728 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:25 smithi067 bash[79370]: audit 2023-12-09T02:14:25.360480+0000 mon.a (mon.0) 4237 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:25.728 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:25 smithi067 bash[79370]: audit 2023-12-09T02:14:25.370653+0000 mon.a (mon.0) 4238 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:25.729 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:25 smithi067 bash[82083]: audit 2023-12-09T02:14:24.974595+0000 mon.a (mon.0) 4218 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:25.729 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:25 smithi067 bash[82083]: audit 2023-12-09T02:14:25.057836+0000 mon.a (mon.0) 4219 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:25.729 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:25 smithi067 bash[82083]: audit 2023-12-09T02:14:25.062467+0000 mon.a (mon.0) 4220 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:25.729 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:25 smithi067 bash[82083]: audit 2023-12-09T02:14:25.067725+0000 mon.a (mon.0) 4221 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:25.729 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:25 smithi067 bash[82083]: audit 2023-12-09T02:14:25.068976+0000 mon.a (mon.0) 4222 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:25.729 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:25 smithi067 bash[82083]: audit 2023-12-09T02:14:25.077808+0000 mon.a (mon.0) 4223 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:25.729 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:25 smithi067 bash[82083]: audit 2023-12-09T02:14:25.158916+0000 mon.a (mon.0) 4224 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:25.729 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:25 smithi067 bash[82083]: audit 2023-12-09T02:14:25.162486+0000 mon.a (mon.0) 4225 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:25.729 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:25 smithi067 bash[82083]: audit 2023-12-09T02:14:25.166218+0000 mon.a (mon.0) 4226 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:25.729 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:25 smithi067 bash[82083]: audit 2023-12-09T02:14:25.167449+0000 mon.a (mon.0) 4227 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:25.729 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:25 smithi067 bash[82083]: audit 2023-12-09T02:14:25.174627+0000 mon.a (mon.0) 4228 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:25.729 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:25 smithi067 bash[82083]: audit 2023-12-09T02:14:25.252924+0000 mon.a (mon.0) 4229 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:25.729 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:25 smithi067 bash[82083]: audit 2023-12-09T02:14:25.256200+0000 mon.a (mon.0) 4230 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:25.729 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:25 smithi067 bash[82083]: audit 2023-12-09T02:14:25.259925+0000 mon.a (mon.0) 4231 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:25.729 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:25 smithi067 bash[82083]: audit 2023-12-09T02:14:25.261267+0000 mon.a (mon.0) 4232 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:25.730 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:25 smithi067 bash[82083]: audit 2023-12-09T02:14:25.270117+0000 mon.a (mon.0) 4233 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:25.730 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:25 smithi067 bash[82083]: audit 2023-12-09T02:14:25.353795+0000 mon.a (mon.0) 4234 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:25.730 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:25 smithi067 bash[82083]: audit 2023-12-09T02:14:25.356487+0000 mon.a (mon.0) 4235 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:25.730 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:25 smithi067 bash[82083]: audit 2023-12-09T02:14:25.359338+0000 mon.a (mon.0) 4236 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:25.730 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:25 smithi067 bash[82083]: audit 2023-12-09T02:14:25.360480+0000 mon.a (mon.0) 4237 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:25.730 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:25 smithi067 bash[82083]: audit 2023-12-09T02:14:25.370653+0000 mon.a (mon.0) 4238 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:25.730 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:25 smithi125 bash[66801]: cephadm 2023-12-09T02:14:23.815527+0000 mgr.y (mgr.25480) 1014 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:25.731 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:25 smithi125 bash[66801]: cephadm 2023-12-09T02:14:23.909522+0000 mgr.y (mgr.25480) 1015 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:25.731 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:25 smithi125 bash[66801]: cluster 2023-12-09T02:14:23.992881+0000 mgr.y (mgr.25480) 1016 : cluster 0 pgmap v177: 161 pgs: 20 active+undersized+degraded, 43 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2023-12-09T02:14:25.731 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:25 smithi125 bash[66801]: cephadm 2023-12-09T02:14:24.003340+0000 mgr.y (mgr.25480) 1017 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:25.731 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:25 smithi125 bash[66801]: cephadm 2023-12-09T02:14:24.101244+0000 mgr.y (mgr.25480) 1018 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:25.731 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:25 smithi125 bash[66801]: cephadm 2023-12-09T02:14:24.197159+0000 mgr.y (mgr.25480) 1019 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:25.731 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:25 smithi125 bash[66801]: cephadm 2023-12-09T02:14:24.289231+0000 mgr.y (mgr.25480) 1020 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:25.731 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:25 smithi125 bash[66801]: cephadm 2023-12-09T02:14:24.386468+0000 mgr.y (mgr.25480) 1021 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:25.731 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:25 smithi125 bash[66801]: audit 2023-12-09T02:14:24.468603+0000 mon.a (mon.0) 4189 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:25.731 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:25 smithi125 bash[66801]: audit 2023-12-09T02:14:24.473028+0000 mon.a (mon.0) 4190 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:25.731 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:25 smithi125 bash[66801]: audit 2023-12-09T02:14:24.476378+0000 mon.a (mon.0) 4191 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:25.731 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:25 smithi125 bash[66801]: audit 2023-12-09T02:14:24.477489+0000 mon.a (mon.0) 4192 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:25.731 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:25 smithi125 bash[66801]: audit 2023-12-09T02:14:24.485960+0000 mon.a (mon.0) 4193 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:25.731 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:25 smithi125 bash[66801]: cephadm 2023-12-09T02:14:24.486442+0000 mgr.y (mgr.25480) 1022 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:25.731 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:25 smithi125 bash[66801]: audit 2023-12-09T02:14:24.563916+0000 mon.a (mon.0) 4194 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:25.732 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:25 smithi125 bash[66801]: audit 2023-12-09T02:14:24.566999+0000 mon.a (mon.0) 4195 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:25.732 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:25 smithi125 bash[66801]: audit 2023-12-09T02:14:24.571729+0000 mon.a (mon.0) 4196 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:25.732 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:25 smithi125 bash[66801]: audit 2023-12-09T02:14:24.572881+0000 mon.a (mon.0) 4197 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:25.732 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:25 smithi125 bash[66801]: audit 2023-12-09T02:14:24.579669+0000 mon.a (mon.0) 4198 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:25.732 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:25 smithi125 bash[66801]: cephadm 2023-12-09T02:14:24.580143+0000 mgr.y (mgr.25480) 1023 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:25.732 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:25 smithi125 bash[66801]: audit 2023-12-09T02:14:24.661946+0000 mon.a (mon.0) 4199 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:25.732 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:25 smithi125 bash[66801]: audit 2023-12-09T02:14:24.666230+0000 mon.a (mon.0) 4200 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:25.732 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:25 smithi125 bash[66801]: audit 2023-12-09T02:14:24.669346+0000 mon.a (mon.0) 4201 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:25.732 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:25 smithi125 bash[66801]: audit 2023-12-09T02:14:24.670422+0000 mon.a (mon.0) 4202 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:25.732 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:25 smithi125 bash[66801]: audit 2023-12-09T02:14:24.679599+0000 mon.a (mon.0) 4203 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:25.732 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:25 smithi125 bash[66801]: cephadm 2023-12-09T02:14:24.680271+0000 mgr.y (mgr.25480) 1024 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:25.732 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:25 smithi125 bash[66801]: audit 2023-12-09T02:14:24.763260+0000 mon.a (mon.0) 4204 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:25.732 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:25 smithi125 bash[66801]: audit 2023-12-09T02:14:24.767781+0000 mon.a (mon.0) 4205 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:25.732 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:25 smithi125 bash[66801]: audit 2023-12-09T02:14:24.771077+0000 mon.a (mon.0) 4206 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:25.732 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:25 smithi125 bash[66801]: audit 2023-12-09T02:14:24.772276+0000 mon.a (mon.0) 4207 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:25.732 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:25 smithi125 bash[66801]: audit 2023-12-09T02:14:24.779520+0000 mon.a (mon.0) 4208 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:25.733 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:25 smithi125 bash[66801]: audit 2023-12-09T02:14:24.861043+0000 mon.a (mon.0) 4209 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:25.733 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:25 smithi125 bash[66801]: audit 2023-12-09T02:14:24.863384+0000 mon.a (mon.0) 4210 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:25.733 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:25 smithi125 bash[66801]: audit 2023-12-09T02:14:24.866394+0000 mon.a (mon.0) 4211 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:25.733 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:25 smithi125 bash[66801]: audit 2023-12-09T02:14:24.867440+0000 mon.a (mon.0) 4212 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:25.733 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:25 smithi125 bash[66801]: audit 2023-12-09T02:14:24.873739+0000 mon.a (mon.0) 4213 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:25.733 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:25 smithi125 bash[66801]: audit 2023-12-09T02:14:24.954158+0000 mon.a (mon.0) 4214 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:25.733 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:25 smithi125 bash[66801]: audit 2023-12-09T02:14:24.957324+0000 mon.a (mon.0) 4215 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:25.733 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:25 smithi125 bash[66801]: audit 2023-12-09T02:14:24.960629+0000 mon.a (mon.0) 4216 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:25.733 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:25 smithi125 bash[66801]: audit 2023-12-09T02:14:24.961706+0000 mon.a (mon.0) 4217 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:25.733 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:25 smithi125 bash[66801]: audit 2023-12-09T02:14:24.974595+0000 mon.a (mon.0) 4218 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:25.733 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:25 smithi125 bash[66801]: audit 2023-12-09T02:14:25.057836+0000 mon.a (mon.0) 4219 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:25.733 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:25 smithi125 bash[66801]: audit 2023-12-09T02:14:25.062467+0000 mon.a (mon.0) 4220 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:25.733 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:25 smithi125 bash[66801]: audit 2023-12-09T02:14:25.067725+0000 mon.a (mon.0) 4221 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:25.733 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:25 smithi125 bash[66801]: audit 2023-12-09T02:14:25.068976+0000 mon.a (mon.0) 4222 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:25.733 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:25 smithi125 bash[66801]: audit 2023-12-09T02:14:25.077808+0000 mon.a (mon.0) 4223 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:25.734 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:25 smithi125 bash[66801]: audit 2023-12-09T02:14:25.158916+0000 mon.a (mon.0) 4224 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:25.734 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:25 smithi125 bash[66801]: audit 2023-12-09T02:14:25.162486+0000 mon.a (mon.0) 4225 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:25.734 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:25 smithi125 bash[66801]: audit 2023-12-09T02:14:25.166218+0000 mon.a (mon.0) 4226 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:25.734 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:25 smithi125 bash[66801]: audit 2023-12-09T02:14:25.167449+0000 mon.a (mon.0) 4227 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:25.734 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:25 smithi125 bash[66801]: audit 2023-12-09T02:14:25.174627+0000 mon.a (mon.0) 4228 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:25.734 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:25 smithi125 bash[66801]: audit 2023-12-09T02:14:25.252924+0000 mon.a (mon.0) 4229 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:25.734 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:25 smithi125 bash[66801]: audit 2023-12-09T02:14:25.256200+0000 mon.a (mon.0) 4230 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:25.734 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:25 smithi125 bash[66801]: audit 2023-12-09T02:14:25.259925+0000 mon.a (mon.0) 4231 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:25.734 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:25 smithi125 bash[66801]: audit 2023-12-09T02:14:25.261267+0000 mon.a (mon.0) 4232 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:25.734 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:25 smithi125 bash[66801]: audit 2023-12-09T02:14:25.270117+0000 mon.a (mon.0) 4233 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:25.734 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:25 smithi125 bash[66801]: audit 2023-12-09T02:14:25.353795+0000 mon.a (mon.0) 4234 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:25.734 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:25 smithi125 bash[66801]: audit 2023-12-09T02:14:25.356487+0000 mon.a (mon.0) 4235 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:25.734 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:25 smithi125 bash[66801]: audit 2023-12-09T02:14:25.359338+0000 mon.a (mon.0) 4236 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:25.734 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:25 smithi125 bash[66801]: audit 2023-12-09T02:14:25.360480+0000 mon.a (mon.0) 4237 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:25.734 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:25 smithi125 bash[66801]: audit 2023-12-09T02:14:25.370653+0000 mon.a (mon.0) 4238 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:26.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:26 smithi067 bash[82083]: cephadm 2023-12-09T02:14:24.780068+0000 mgr.y (mgr.25480) 1025 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:26.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:26 smithi067 bash[82083]: cephadm 2023-12-09T02:14:24.874373+0000 mgr.y (mgr.25480) 1026 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:26.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:26 smithi067 bash[82083]: cephadm 2023-12-09T02:14:24.975330+0000 mgr.y (mgr.25480) 1027 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:26.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:26 smithi067 bash[82083]: cephadm 2023-12-09T02:14:25.078620+0000 mgr.y (mgr.25480) 1028 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:26.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:26 smithi067 bash[82083]: cephadm 2023-12-09T02:14:25.175262+0000 mgr.y (mgr.25480) 1029 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:26.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:26 smithi067 bash[82083]: cephadm 2023-12-09T02:14:25.270951+0000 mgr.y (mgr.25480) 1030 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:26.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:26 smithi067 bash[82083]: cephadm 2023-12-09T02:14:25.371345+0000 mgr.y (mgr.25480) 1031 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:26.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:26 smithi067 bash[82083]: audit 2023-12-09T02:14:25.453194+0000 mon.a (mon.0) 4239 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:26.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:26 smithi067 bash[82083]: audit 2023-12-09T02:14:25.455886+0000 mon.a (mon.0) 4240 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:26.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:26 smithi067 bash[82083]: audit 2023-12-09T02:14:25.459139+0000 mon.a (mon.0) 4241 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:26.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:26 smithi067 bash[82083]: audit 2023-12-09T02:14:25.460317+0000 mon.a (mon.0) 4242 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:26.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:26 smithi067 bash[82083]: audit 2023-12-09T02:14:25.469795+0000 mon.a (mon.0) 4243 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:26.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:26 smithi067 bash[82083]: cephadm 2023-12-09T02:14:25.471441+0000 mgr.y (mgr.25480) 1032 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:26.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:26 smithi067 bash[82083]: audit 2023-12-09T02:14:25.550631+0000 mon.a (mon.0) 4244 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:26.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:26 smithi067 bash[82083]: audit 2023-12-09T02:14:25.555363+0000 mon.a (mon.0) 4245 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:26.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:26 smithi067 bash[82083]: audit 2023-12-09T02:14:25.559589+0000 mon.a (mon.0) 4246 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:26.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:26 smithi067 bash[82083]: audit 2023-12-09T02:14:25.561086+0000 mon.a (mon.0) 4247 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:26.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:26 smithi067 bash[82083]: audit 2023-12-09T02:14:25.569135+0000 mon.a (mon.0) 4248 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:26.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:26 smithi067 bash[82083]: cephadm 2023-12-09T02:14:25.569943+0000 mgr.y (mgr.25480) 1033 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:26.722 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:26 smithi067 bash[82083]: audit 2023-12-09T02:14:25.650225+0000 mon.a (mon.0) 4249 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:26.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:26 smithi067 bash[79370]: cephadm 2023-12-09T02:14:24.780068+0000 mgr.y (mgr.25480) 1025 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:26.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:26 smithi067 bash[79370]: cephadm 2023-12-09T02:14:24.874373+0000 mgr.y (mgr.25480) 1026 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:26.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:26 smithi067 bash[79370]: cephadm 2023-12-09T02:14:24.975330+0000 mgr.y (mgr.25480) 1027 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:26.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:26 smithi067 bash[79370]: cephadm 2023-12-09T02:14:25.078620+0000 mgr.y (mgr.25480) 1028 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:26.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:26 smithi067 bash[79370]: cephadm 2023-12-09T02:14:25.175262+0000 mgr.y (mgr.25480) 1029 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:26.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:26 smithi067 bash[79370]: cephadm 2023-12-09T02:14:25.270951+0000 mgr.y (mgr.25480) 1030 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:26.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:26 smithi067 bash[79370]: cephadm 2023-12-09T02:14:25.371345+0000 mgr.y (mgr.25480) 1031 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:26.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:26 smithi067 bash[79370]: audit 2023-12-09T02:14:25.453194+0000 mon.a (mon.0) 4239 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:26.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:26 smithi067 bash[79370]: audit 2023-12-09T02:14:25.455886+0000 mon.a (mon.0) 4240 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:26.723 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:26 smithi067 bash[79370]: audit 2023-12-09T02:14:25.459139+0000 mon.a (mon.0) 4241 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:26.723 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:26 smithi067 bash[79370]: audit 2023-12-09T02:14:25.460317+0000 mon.a (mon.0) 4242 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:26.723 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:26 smithi067 bash[79370]: audit 2023-12-09T02:14:25.469795+0000 mon.a (mon.0) 4243 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:26.723 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:26 smithi067 bash[79370]: cephadm 2023-12-09T02:14:25.471441+0000 mgr.y (mgr.25480) 1032 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:26.723 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:26 smithi067 bash[79370]: audit 2023-12-09T02:14:25.550631+0000 mon.a (mon.0) 4244 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:26.723 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:26 smithi067 bash[79370]: audit 2023-12-09T02:14:25.555363+0000 mon.a (mon.0) 4245 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:26.723 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:26 smithi067 bash[79370]: audit 2023-12-09T02:14:25.559589+0000 mon.a (mon.0) 4246 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:26.723 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:26 smithi067 bash[79370]: audit 2023-12-09T02:14:25.561086+0000 mon.a (mon.0) 4247 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:26.723 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:26 smithi067 bash[79370]: audit 2023-12-09T02:14:25.569135+0000 mon.a (mon.0) 4248 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:26.723 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:26 smithi067 bash[79370]: cephadm 2023-12-09T02:14:25.569943+0000 mgr.y (mgr.25480) 1033 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:26.723 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:26 smithi067 bash[79370]: audit 2023-12-09T02:14:25.650225+0000 mon.a (mon.0) 4249 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:26.723 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:26 smithi067 bash[82083]: audit 2023-12-09T02:14:25.654685+0000 mon.a (mon.0) 4250 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:26.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:26 smithi067 bash[82083]: audit 2023-12-09T02:14:25.658147+0000 mon.a (mon.0) 4251 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:26.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:26 smithi067 bash[82083]: audit 2023-12-09T02:14:25.659311+0000 mon.a (mon.0) 4252 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:26.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:26 smithi067 bash[82083]: audit 2023-12-09T02:14:25.667344+0000 mon.a (mon.0) 4253 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:26.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:26 smithi067 bash[82083]: cephadm 2023-12-09T02:14:25.667934+0000 mgr.y (mgr.25480) 1034 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:26.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:26 smithi067 bash[82083]: audit 2023-12-09T02:14:25.747864+0000 mon.a (mon.0) 4254 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:26.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:26 smithi067 bash[82083]: audit 2023-12-09T02:14:25.750660+0000 mon.a (mon.0) 4255 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:26.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:26 smithi067 bash[82083]: audit 2023-12-09T02:14:25.753619+0000 mon.a (mon.0) 4256 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:26.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:26 smithi067 bash[82083]: audit 2023-12-09T02:14:25.754637+0000 mon.a (mon.0) 4257 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:26.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:26 smithi067 bash[82083]: audit 2023-12-09T02:14:25.762441+0000 mon.a (mon.0) 4258 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:26.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:26 smithi067 bash[82083]: audit 2023-12-09T02:14:25.842498+0000 mon.a (mon.0) 4259 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:26.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:26 smithi067 bash[82083]: audit 2023-12-09T02:14:25.844757+0000 mon.a (mon.0) 4260 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:26.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:26 smithi067 bash[82083]: audit 2023-12-09T02:14:25.848182+0000 mon.a (mon.0) 4261 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:26.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:26 smithi067 bash[82083]: audit 2023-12-09T02:14:25.849506+0000 mon.a (mon.0) 4262 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:26.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:26 smithi067 bash[82083]: audit 2023-12-09T02:14:25.856724+0000 mon.a (mon.0) 4263 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:26.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:26 smithi067 bash[82083]: audit 2023-12-09T02:14:25.935791+0000 mon.a (mon.0) 4264 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:26.725 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:26 smithi067 bash[82083]: audit 2023-12-09T02:14:25.938229+0000 mon.a (mon.0) 4265 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:26.725 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:26 smithi067 bash[82083]: audit 2023-12-09T02:14:25.940949+0000 mon.a (mon.0) 4266 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:26.725 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:26 smithi067 bash[82083]: audit 2023-12-09T02:14:25.941856+0000 mon.a (mon.0) 4267 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:26.725 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:26 smithi067 bash[82083]: audit 2023-12-09T02:14:25.949633+0000 mon.a (mon.0) 4268 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:26.725 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:26 smithi067 bash[79370]: audit 2023-12-09T02:14:25.654685+0000 mon.a (mon.0) 4250 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:26.725 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:26 smithi067 bash[79370]: audit 2023-12-09T02:14:25.658147+0000 mon.a (mon.0) 4251 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:26.725 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:26 smithi067 bash[79370]: audit 2023-12-09T02:14:25.659311+0000 mon.a (mon.0) 4252 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:26.725 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:26 smithi067 bash[79370]: audit 2023-12-09T02:14:25.667344+0000 mon.a (mon.0) 4253 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:26.726 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:26 smithi067 bash[79370]: cephadm 2023-12-09T02:14:25.667934+0000 mgr.y (mgr.25480) 1034 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:26.726 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:26 smithi067 bash[79370]: audit 2023-12-09T02:14:25.747864+0000 mon.a (mon.0) 4254 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:26.726 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:26 smithi067 bash[79370]: audit 2023-12-09T02:14:25.750660+0000 mon.a (mon.0) 4255 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:26.726 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:26 smithi067 bash[79370]: audit 2023-12-09T02:14:25.753619+0000 mon.a (mon.0) 4256 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:26.726 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:26 smithi067 bash[79370]: audit 2023-12-09T02:14:25.754637+0000 mon.a (mon.0) 4257 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:26.726 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:26 smithi067 bash[79370]: audit 2023-12-09T02:14:25.762441+0000 mon.a (mon.0) 4258 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:26.726 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:26 smithi067 bash[79370]: audit 2023-12-09T02:14:25.842498+0000 mon.a (mon.0) 4259 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:26.726 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:26 smithi067 bash[79370]: audit 2023-12-09T02:14:25.844757+0000 mon.a (mon.0) 4260 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:26.726 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:26 smithi067 bash[79370]: audit 2023-12-09T02:14:25.848182+0000 mon.a (mon.0) 4261 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:26.726 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:26 smithi067 bash[79370]: audit 2023-12-09T02:14:25.849506+0000 mon.a (mon.0) 4262 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:26.726 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:26 smithi067 bash[79370]: audit 2023-12-09T02:14:25.856724+0000 mon.a (mon.0) 4263 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:26.726 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:26 smithi067 bash[79370]: audit 2023-12-09T02:14:25.935791+0000 mon.a (mon.0) 4264 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:26.726 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:26 smithi067 bash[79370]: audit 2023-12-09T02:14:25.938229+0000 mon.a (mon.0) 4265 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:26.726 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:26 smithi067 bash[79370]: audit 2023-12-09T02:14:25.940949+0000 mon.a (mon.0) 4266 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:26.727 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:26 smithi067 bash[79370]: audit 2023-12-09T02:14:25.941856+0000 mon.a (mon.0) 4267 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:26.727 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:26 smithi067 bash[79370]: audit 2023-12-09T02:14:25.949633+0000 mon.a (mon.0) 4268 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:26.727 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:26 smithi067 bash[82083]: audit 2023-12-09T02:14:26.027858+0000 mon.a (mon.0) 4269 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:26.727 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:26 smithi067 bash[82083]: audit 2023-12-09T02:14:26.030888+0000 mon.a (mon.0) 4270 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:26.727 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:26 smithi067 bash[82083]: audit 2023-12-09T02:14:26.034017+0000 mon.a (mon.0) 4271 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:26.727 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:26 smithi067 bash[82083]: audit 2023-12-09T02:14:26.035089+0000 mon.a (mon.0) 4272 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:26.727 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:26 smithi067 bash[82083]: audit 2023-12-09T02:14:26.042296+0000 mon.a (mon.0) 4273 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:26.727 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:26 smithi067 bash[82083]: audit 2023-12-09T02:14:26.123309+0000 mon.a (mon.0) 4274 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:26.727 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:26 smithi067 bash[82083]: audit 2023-12-09T02:14:26.126358+0000 mon.a (mon.0) 4275 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:26.727 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:26 smithi067 bash[82083]: audit 2023-12-09T02:14:26.129391+0000 mon.a (mon.0) 4276 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:26.727 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:26 smithi067 bash[82083]: audit 2023-12-09T02:14:26.130456+0000 mon.a (mon.0) 4277 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:26.728 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:26 smithi067 bash[82083]: audit 2023-12-09T02:14:26.138513+0000 mon.a (mon.0) 4278 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:26.728 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:26 smithi067 bash[82083]: audit 2023-12-09T02:14:26.216061+0000 mon.a (mon.0) 4279 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:26.728 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:26 smithi067 bash[82083]: audit 2023-12-09T02:14:26.219352+0000 mon.a (mon.0) 4280 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:26.728 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:26 smithi067 bash[82083]: audit 2023-12-09T02:14:26.223385+0000 mon.a (mon.0) 4281 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:26.728 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:26 smithi067 bash[82083]: audit 2023-12-09T02:14:26.224809+0000 mon.a (mon.0) 4282 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:26.728 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:26 smithi067 bash[82083]: audit 2023-12-09T02:14:26.234761+0000 mon.a (mon.0) 4283 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:26.728 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:26 smithi067 bash[82083]: audit 2023-12-09T02:14:26.315478+0000 mon.a (mon.0) 4284 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:26.728 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:26 smithi067 bash[82083]: audit 2023-12-09T02:14:26.317976+0000 mon.a (mon.0) 4285 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:26.728 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:26 smithi067 bash[82083]: audit 2023-12-09T02:14:26.320110+0000 mon.a (mon.0) 4286 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:26.728 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:26 smithi067 bash[82083]: audit 2023-12-09T02:14:26.320988+0000 mon.a (mon.0) 4287 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:26.728 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:26 smithi067 bash[82083]: audit 2023-12-09T02:14:26.328814+0000 mon.a (mon.0) 4288 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:26.728 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:26 smithi067 bash[79370]: audit 2023-12-09T02:14:26.027858+0000 mon.a (mon.0) 4269 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:26.728 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:26 smithi067 bash[79370]: audit 2023-12-09T02:14:26.030888+0000 mon.a (mon.0) 4270 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:26.729 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:26 smithi067 bash[79370]: audit 2023-12-09T02:14:26.034017+0000 mon.a (mon.0) 4271 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:26.729 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:26 smithi067 bash[79370]: audit 2023-12-09T02:14:26.035089+0000 mon.a (mon.0) 4272 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:26.729 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:26 smithi067 bash[79370]: audit 2023-12-09T02:14:26.042296+0000 mon.a (mon.0) 4273 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:26.729 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:26 smithi067 bash[79370]: audit 2023-12-09T02:14:26.123309+0000 mon.a (mon.0) 4274 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:26.729 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:26 smithi067 bash[79370]: audit 2023-12-09T02:14:26.126358+0000 mon.a (mon.0) 4275 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:26.729 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:26 smithi067 bash[79370]: audit 2023-12-09T02:14:26.129391+0000 mon.a (mon.0) 4276 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:26.729 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:26 smithi067 bash[79370]: audit 2023-12-09T02:14:26.130456+0000 mon.a (mon.0) 4277 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:26.729 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:26 smithi067 bash[79370]: audit 2023-12-09T02:14:26.138513+0000 mon.a (mon.0) 4278 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:26.729 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:26 smithi067 bash[79370]: audit 2023-12-09T02:14:26.216061+0000 mon.a (mon.0) 4279 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:26.729 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:26 smithi067 bash[79370]: audit 2023-12-09T02:14:26.219352+0000 mon.a (mon.0) 4280 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:26.729 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:26 smithi067 bash[79370]: audit 2023-12-09T02:14:26.223385+0000 mon.a (mon.0) 4281 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:26.729 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:26 smithi067 bash[79370]: audit 2023-12-09T02:14:26.224809+0000 mon.a (mon.0) 4282 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:26.729 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:26 smithi067 bash[79370]: audit 2023-12-09T02:14:26.234761+0000 mon.a (mon.0) 4283 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:26.729 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:26 smithi067 bash[79370]: audit 2023-12-09T02:14:26.315478+0000 mon.a (mon.0) 4284 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:26.730 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:26 smithi067 bash[79370]: audit 2023-12-09T02:14:26.317976+0000 mon.a (mon.0) 4285 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:26.730 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:26 smithi067 bash[79370]: audit 2023-12-09T02:14:26.320110+0000 mon.a (mon.0) 4286 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:26.730 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:26 smithi067 bash[79370]: audit 2023-12-09T02:14:26.320988+0000 mon.a (mon.0) 4287 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:26.730 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:26 smithi067 bash[79370]: audit 2023-12-09T02:14:26.328814+0000 mon.a (mon.0) 4288 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:26.761 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:26 smithi125 bash[66801]: cephadm 2023-12-09T02:14:24.780068+0000 mgr.y (mgr.25480) 1025 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:26.761 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:26 smithi125 bash[66801]: cephadm 2023-12-09T02:14:24.874373+0000 mgr.y (mgr.25480) 1026 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:26.762 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:26 smithi125 bash[66801]: cephadm 2023-12-09T02:14:24.975330+0000 mgr.y (mgr.25480) 1027 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:26.762 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:26 smithi125 bash[66801]: cephadm 2023-12-09T02:14:25.078620+0000 mgr.y (mgr.25480) 1028 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:26.762 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:26 smithi125 bash[66801]: cephadm 2023-12-09T02:14:25.175262+0000 mgr.y (mgr.25480) 1029 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:26.762 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:26 smithi125 bash[66801]: cephadm 2023-12-09T02:14:25.270951+0000 mgr.y (mgr.25480) 1030 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:26.762 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:26 smithi125 bash[66801]: cephadm 2023-12-09T02:14:25.371345+0000 mgr.y (mgr.25480) 1031 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:26.762 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:26 smithi125 bash[66801]: audit 2023-12-09T02:14:25.453194+0000 mon.a (mon.0) 4239 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:26.762 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:26 smithi125 bash[66801]: audit 2023-12-09T02:14:25.455886+0000 mon.a (mon.0) 4240 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:26.762 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:26 smithi125 bash[66801]: audit 2023-12-09T02:14:25.459139+0000 mon.a (mon.0) 4241 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:26.762 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:26 smithi125 bash[66801]: audit 2023-12-09T02:14:25.460317+0000 mon.a (mon.0) 4242 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:26.762 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:26 smithi125 bash[66801]: audit 2023-12-09T02:14:25.469795+0000 mon.a (mon.0) 4243 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:26.762 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:26 smithi125 bash[66801]: cephadm 2023-12-09T02:14:25.471441+0000 mgr.y (mgr.25480) 1032 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:26.762 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:26 smithi125 bash[66801]: audit 2023-12-09T02:14:25.550631+0000 mon.a (mon.0) 4244 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:26.762 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:26 smithi125 bash[66801]: audit 2023-12-09T02:14:25.555363+0000 mon.a (mon.0) 4245 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:26.762 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:26 smithi125 bash[66801]: audit 2023-12-09T02:14:25.559589+0000 mon.a (mon.0) 4246 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:26.763 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:26 smithi125 bash[66801]: audit 2023-12-09T02:14:25.561086+0000 mon.a (mon.0) 4247 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:26.763 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:26 smithi125 bash[66801]: audit 2023-12-09T02:14:25.569135+0000 mon.a (mon.0) 4248 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:26.763 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:26 smithi125 bash[66801]: cephadm 2023-12-09T02:14:25.569943+0000 mgr.y (mgr.25480) 1033 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:26.763 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:26 smithi125 bash[66801]: audit 2023-12-09T02:14:25.650225+0000 mon.a (mon.0) 4249 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:26.763 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:26 smithi125 bash[66801]: audit 2023-12-09T02:14:25.654685+0000 mon.a (mon.0) 4250 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:26.763 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:26 smithi125 bash[66801]: audit 2023-12-09T02:14:25.658147+0000 mon.a (mon.0) 4251 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:26.763 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:26 smithi125 bash[66801]: audit 2023-12-09T02:14:25.659311+0000 mon.a (mon.0) 4252 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:26.763 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:26 smithi125 bash[66801]: audit 2023-12-09T02:14:25.667344+0000 mon.a (mon.0) 4253 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:26.764 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:26 smithi125 bash[66801]: cephadm 2023-12-09T02:14:25.667934+0000 mgr.y (mgr.25480) 1034 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:26.764 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:26 smithi125 bash[66801]: audit 2023-12-09T02:14:25.747864+0000 mon.a (mon.0) 4254 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:26.764 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:26 smithi125 bash[66801]: audit 2023-12-09T02:14:25.750660+0000 mon.a (mon.0) 4255 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:26.764 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:26 smithi125 bash[66801]: audit 2023-12-09T02:14:25.753619+0000 mon.a (mon.0) 4256 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:26.764 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:26 smithi125 bash[66801]: audit 2023-12-09T02:14:25.754637+0000 mon.a (mon.0) 4257 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:26.764 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:26 smithi125 bash[66801]: audit 2023-12-09T02:14:25.762441+0000 mon.a (mon.0) 4258 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:26.764 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:26 smithi125 bash[66801]: audit 2023-12-09T02:14:25.842498+0000 mon.a (mon.0) 4259 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:26.764 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:26 smithi125 bash[66801]: audit 2023-12-09T02:14:25.844757+0000 mon.a (mon.0) 4260 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:26.764 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:26 smithi125 bash[66801]: audit 2023-12-09T02:14:25.848182+0000 mon.a (mon.0) 4261 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:26.764 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:26 smithi125 bash[66801]: audit 2023-12-09T02:14:25.849506+0000 mon.a (mon.0) 4262 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:26.764 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:26 smithi125 bash[66801]: audit 2023-12-09T02:14:25.856724+0000 mon.a (mon.0) 4263 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:26.764 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:26 smithi125 bash[66801]: audit 2023-12-09T02:14:25.935791+0000 mon.a (mon.0) 4264 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:26.764 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:26 smithi125 bash[66801]: audit 2023-12-09T02:14:25.938229+0000 mon.a (mon.0) 4265 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:26.764 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:26 smithi125 bash[66801]: audit 2023-12-09T02:14:25.940949+0000 mon.a (mon.0) 4266 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:26.765 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:26 smithi125 bash[66801]: audit 2023-12-09T02:14:25.941856+0000 mon.a (mon.0) 4267 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:26.765 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:26 smithi125 bash[66801]: audit 2023-12-09T02:14:25.949633+0000 mon.a (mon.0) 4268 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:26.765 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:26 smithi125 bash[66801]: audit 2023-12-09T02:14:26.027858+0000 mon.a (mon.0) 4269 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:26.765 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:26 smithi125 bash[66801]: audit 2023-12-09T02:14:26.030888+0000 mon.a (mon.0) 4270 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:26.765 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:26 smithi125 bash[66801]: audit 2023-12-09T02:14:26.034017+0000 mon.a (mon.0) 4271 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:26.765 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:26 smithi125 bash[66801]: audit 2023-12-09T02:14:26.035089+0000 mon.a (mon.0) 4272 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:26.765 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:26 smithi125 bash[66801]: audit 2023-12-09T02:14:26.042296+0000 mon.a (mon.0) 4273 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:26.765 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:26 smithi125 bash[66801]: audit 2023-12-09T02:14:26.123309+0000 mon.a (mon.0) 4274 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:26.765 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:26 smithi125 bash[66801]: audit 2023-12-09T02:14:26.126358+0000 mon.a (mon.0) 4275 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:26.765 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:26 smithi125 bash[66801]: audit 2023-12-09T02:14:26.129391+0000 mon.a (mon.0) 4276 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:26.765 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:26 smithi125 bash[66801]: audit 2023-12-09T02:14:26.130456+0000 mon.a (mon.0) 4277 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:26.765 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:26 smithi125 bash[66801]: audit 2023-12-09T02:14:26.138513+0000 mon.a (mon.0) 4278 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:26.765 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:26 smithi125 bash[66801]: audit 2023-12-09T02:14:26.216061+0000 mon.a (mon.0) 4279 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:26.765 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:26 smithi125 bash[66801]: audit 2023-12-09T02:14:26.219352+0000 mon.a (mon.0) 4280 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:26.765 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:26 smithi125 bash[66801]: audit 2023-12-09T02:14:26.223385+0000 mon.a (mon.0) 4281 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:26.765 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:26 smithi125 bash[66801]: audit 2023-12-09T02:14:26.224809+0000 mon.a (mon.0) 4282 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:26.766 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:26 smithi125 bash[66801]: audit 2023-12-09T02:14:26.234761+0000 mon.a (mon.0) 4283 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:26.766 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:26 smithi125 bash[66801]: audit 2023-12-09T02:14:26.315478+0000 mon.a (mon.0) 4284 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:26.766 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:26 smithi125 bash[66801]: audit 2023-12-09T02:14:26.317976+0000 mon.a (mon.0) 4285 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:26.766 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:26 smithi125 bash[66801]: audit 2023-12-09T02:14:26.320110+0000 mon.a (mon.0) 4286 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:26.766 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:26 smithi125 bash[66801]: audit 2023-12-09T02:14:26.320988+0000 mon.a (mon.0) 4287 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:26.766 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:26 smithi125 bash[66801]: audit 2023-12-09T02:14:26.328814+0000 mon.a (mon.0) 4288 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:27.294 INFO:journalctl@ceph.osd.4.smithi125.stdout:Dec 09 02:14:27 smithi125 bash[73276]: debug 2023-12-09T02:14:27.087+0000 7f4fbfc0a700 1 -- 172.21.15.125:0/3210134190 <== mon.2 v2:172.21.15.125:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55f8b73ed1e0 con 0x55f8b7472c00 2023-12-09T02:14:27.652 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:27 smithi125 bash[66801]: cephadm 2023-12-09T02:14:25.763073+0000 mgr.y (mgr.25480) 1035 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:27.652 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:27 smithi125 bash[66801]: cephadm 2023-12-09T02:14:25.857213+0000 mgr.y (mgr.25480) 1036 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:27.653 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:27 smithi125 bash[66801]: cephadm 2023-12-09T02:14:25.950256+0000 mgr.y (mgr.25480) 1037 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:27.653 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:27 smithi125 bash[66801]: cluster 2023-12-09T02:14:25.994228+0000 mgr.y (mgr.25480) 1038 : cluster 0 pgmap v178: 161 pgs: 20 active+undersized+degraded, 43 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2023-12-09T02:14:27.653 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:27 smithi125 bash[66801]: cephadm 2023-12-09T02:14:26.042767+0000 mgr.y (mgr.25480) 1039 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:27.653 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:27 smithi125 bash[66801]: cephadm 2023-12-09T02:14:26.139039+0000 mgr.y (mgr.25480) 1040 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:27.653 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:27 smithi125 bash[66801]: cephadm 2023-12-09T02:14:26.235329+0000 mgr.y (mgr.25480) 1041 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:27.653 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:27 smithi125 bash[66801]: cephadm 2023-12-09T02:14:26.329280+0000 mgr.y (mgr.25480) 1042 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:27.653 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:27 smithi125 bash[66801]: audit 2023-12-09T02:14:26.409383+0000 mon.a (mon.0) 4289 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:27.653 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:27 smithi125 bash[66801]: audit 2023-12-09T02:14:26.411533+0000 mon.a (mon.0) 4290 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:27.653 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:27 smithi125 bash[66801]: audit 2023-12-09T02:14:26.413526+0000 mon.a (mon.0) 4291 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:27.653 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:27 smithi125 bash[66801]: audit 2023-12-09T02:14:26.414253+0000 mon.a (mon.0) 4292 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:27.653 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:27 smithi125 bash[66801]: audit 2023-12-09T02:14:26.419291+0000 mon.a (mon.0) 4293 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:27.653 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:27 smithi125 bash[66801]: cephadm 2023-12-09T02:14:26.419811+0000 mgr.y (mgr.25480) 1043 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:27.653 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:27 smithi125 bash[66801]: audit 2023-12-09T02:14:26.496816+0000 mon.a (mon.0) 4294 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:27.653 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:27 smithi125 bash[66801]: audit 2023-12-09T02:14:26.499897+0000 mon.a (mon.0) 4295 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:27.653 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:27 smithi125 bash[66801]: audit 2023-12-09T02:14:26.503658+0000 mon.a (mon.0) 4296 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:27.653 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:27 smithi125 bash[66801]: audit 2023-12-09T02:14:26.504846+0000 mon.a (mon.0) 4297 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:27.654 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:27 smithi125 bash[66801]: audit 2023-12-09T02:14:26.512707+0000 mon.a (mon.0) 4298 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:27.654 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:27 smithi125 bash[66801]: cephadm 2023-12-09T02:14:26.513762+0000 mgr.y (mgr.25480) 1044 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:27.654 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:27 smithi125 bash[66801]: audit 2023-12-09T02:14:26.596842+0000 mon.a (mon.0) 4299 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:27.654 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:27 smithi125 bash[66801]: audit 2023-12-09T02:14:26.599083+0000 mon.a (mon.0) 4300 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:27.654 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:27 smithi125 bash[66801]: audit 2023-12-09T02:14:26.602444+0000 mon.a (mon.0) 4301 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:27.654 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:27 smithi125 bash[66801]: audit 2023-12-09T02:14:26.603608+0000 mon.a (mon.0) 4302 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:27.655 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:27 smithi125 bash[66801]: audit 2023-12-09T02:14:26.613056+0000 mon.a (mon.0) 4303 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:27.655 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:27 smithi125 bash[66801]: cephadm 2023-12-09T02:14:26.614032+0000 mgr.y (mgr.25480) 1045 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:27.655 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:27 smithi125 bash[66801]: audit 2023-12-09T02:14:26.695522+0000 mon.a (mon.0) 4304 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:27.655 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:27 smithi125 bash[66801]: audit 2023-12-09T02:14:26.697694+0000 mon.a (mon.0) 4305 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:27.655 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:27 smithi125 bash[66801]: audit 2023-12-09T02:14:26.701519+0000 mon.a (mon.0) 4306 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:27.655 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:27 smithi125 bash[66801]: audit 2023-12-09T02:14:26.702407+0000 mon.a (mon.0) 4307 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:27.655 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:27 smithi125 bash[66801]: audit 2023-12-09T02:14:26.712029+0000 mon.a (mon.0) 4308 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:27.655 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:27 smithi125 bash[66801]: cephadm 2023-12-09T02:14:26.712925+0000 mgr.y (mgr.25480) 1046 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:27.655 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:27 smithi125 bash[66801]: audit 2023-12-09T02:14:26.794408+0000 mon.a (mon.0) 4309 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:27.655 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:27 smithi125 bash[66801]: audit 2023-12-09T02:14:26.796975+0000 mon.a (mon.0) 4310 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:27.655 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:27 smithi125 bash[66801]: audit 2023-12-09T02:14:26.800096+0000 mon.a (mon.0) 4311 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:27.655 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:27 smithi125 bash[66801]: audit 2023-12-09T02:14:26.801207+0000 mon.a (mon.0) 4312 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:27.655 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:27 smithi125 bash[66801]: audit 2023-12-09T02:14:26.807497+0000 mon.a (mon.0) 4313 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:27.655 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:27 smithi125 bash[66801]: audit 2023-12-09T02:14:26.887978+0000 mon.a (mon.0) 4314 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:27.655 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:27 smithi125 bash[66801]: audit 2023-12-09T02:14:26.890444+0000 mon.a (mon.0) 4315 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:27.655 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:27 smithi125 bash[66801]: audit 2023-12-09T02:14:26.893439+0000 mon.a (mon.0) 4316 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:27.656 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:27 smithi125 bash[66801]: audit 2023-12-09T02:14:26.894459+0000 mon.a (mon.0) 4317 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:27.656 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:27 smithi125 bash[66801]: audit 2023-12-09T02:14:26.902703+0000 mon.a (mon.0) 4318 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:27.656 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:27 smithi125 bash[66801]: audit 2023-12-09T02:14:26.982196+0000 mon.a (mon.0) 4319 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:27.656 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:27 smithi125 bash[66801]: audit 2023-12-09T02:14:26.984404+0000 mon.a (mon.0) 4320 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:27.656 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:27 smithi125 bash[66801]: audit 2023-12-09T02:14:26.988448+0000 mon.a (mon.0) 4321 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:27.656 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:27 smithi125 bash[66801]: audit 2023-12-09T02:14:26.989432+0000 mon.a (mon.0) 4322 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:27.656 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:27 smithi125 bash[66801]: audit 2023-12-09T02:14:26.995751+0000 mon.a (mon.0) 4323 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:27.656 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:27 smithi125 bash[66801]: audit 2023-12-09T02:14:27.075287+0000 mon.a (mon.0) 4324 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:27.656 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:27 smithi125 bash[66801]: audit 2023-12-09T02:14:27.079295+0000 mon.a (mon.0) 4325 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:27.656 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:27 smithi125 bash[66801]: audit 2023-12-09T02:14:27.083277+0000 mon.a (mon.0) 4326 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:27.656 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:27 smithi125 bash[66801]: audit 2023-12-09T02:14:27.084713+0000 mon.a (mon.0) 4327 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:27.656 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:27 smithi125 bash[66801]: audit 2023-12-09T02:14:27.091258+0000 mon.a (mon.0) 4328 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:27.656 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:27 smithi125 bash[66801]: audit 2023-12-09T02:14:27.173655+0000 mon.a (mon.0) 4329 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:27.656 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:27 smithi125 bash[66801]: audit 2023-12-09T02:14:27.175874+0000 mon.a (mon.0) 4330 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:27.656 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:27 smithi125 bash[66801]: audit 2023-12-09T02:14:27.178571+0000 mon.a (mon.0) 4331 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:27.656 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:27 smithi125 bash[66801]: audit 2023-12-09T02:14:27.179619+0000 mon.a (mon.0) 4332 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:27.657 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:27 smithi125 bash[66801]: audit 2023-12-09T02:14:27.186296+0000 mon.a (mon.0) 4333 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:27.657 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:27 smithi125 bash[66801]: cluster 2023-12-09T02:14:27.232060+0000 mon.a (mon.0) 4334 : cluster 3 Health check update: Degraded data redundancy: 96/726 objects degraded (13.223%), 20 pgs degraded (PG_DEGRADED) 2023-12-09T02:14:27.657 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:27 smithi125 bash[66801]: audit 2023-12-09T02:14:27.265356+0000 mon.a (mon.0) 4335 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:27.657 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:27 smithi125 bash[66801]: audit 2023-12-09T02:14:27.267555+0000 mon.a (mon.0) 4336 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:27.657 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:27 smithi125 bash[66801]: audit 2023-12-09T02:14:27.269681+0000 mon.a (mon.0) 4337 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:27.657 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:27 smithi125 bash[66801]: audit 2023-12-09T02:14:27.270380+0000 mon.a (mon.0) 4338 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:27.657 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:27 smithi125 bash[66801]: audit 2023-12-09T02:14:27.297973+0000 mon.a (mon.0) 4339 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:27.657 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:27 smithi125 bash[66801]: audit 2023-12-09T02:14:27.381592+0000 mon.a (mon.0) 4340 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:27.657 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:27 smithi125 bash[66801]: audit 2023-12-09T02:14:27.385579+0000 mon.a (mon.0) 4341 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:27.657 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:27 smithi125 bash[66801]: audit 2023-12-09T02:14:27.389597+0000 mon.a (mon.0) 4342 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:27.657 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:27 smithi125 bash[66801]: audit 2023-12-09T02:14:27.390894+0000 mon.a (mon.0) 4343 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:27.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:27 smithi067 bash[82083]: cephadm 2023-12-09T02:14:25.763073+0000 mgr.y (mgr.25480) 1035 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:27.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:27 smithi067 bash[82083]: cephadm 2023-12-09T02:14:25.857213+0000 mgr.y (mgr.25480) 1036 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:27.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:27 smithi067 bash[82083]: cephadm 2023-12-09T02:14:25.950256+0000 mgr.y (mgr.25480) 1037 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:27.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:27 smithi067 bash[82083]: cluster 2023-12-09T02:14:25.994228+0000 mgr.y (mgr.25480) 1038 : cluster 0 pgmap v178: 161 pgs: 20 active+undersized+degraded, 43 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2023-12-09T02:14:27.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:27 smithi067 bash[82083]: cephadm 2023-12-09T02:14:26.042767+0000 mgr.y (mgr.25480) 1039 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:27.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:27 smithi067 bash[82083]: cephadm 2023-12-09T02:14:26.139039+0000 mgr.y (mgr.25480) 1040 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:27.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:27 smithi067 bash[82083]: cephadm 2023-12-09T02:14:26.235329+0000 mgr.y (mgr.25480) 1041 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:27.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:27 smithi067 bash[82083]: cephadm 2023-12-09T02:14:26.329280+0000 mgr.y (mgr.25480) 1042 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:27.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:27 smithi067 bash[82083]: audit 2023-12-09T02:14:26.409383+0000 mon.a (mon.0) 4289 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:27.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:27 smithi067 bash[82083]: audit 2023-12-09T02:14:26.411533+0000 mon.a (mon.0) 4290 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:27.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:27 smithi067 bash[82083]: audit 2023-12-09T02:14:26.413526+0000 mon.a (mon.0) 4291 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:27.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:27 smithi067 bash[82083]: audit 2023-12-09T02:14:26.414253+0000 mon.a (mon.0) 4292 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:27.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:27 smithi067 bash[82083]: audit 2023-12-09T02:14:26.419291+0000 mon.a (mon.0) 4293 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:27.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:27 smithi067 bash[82083]: cephadm 2023-12-09T02:14:26.419811+0000 mgr.y (mgr.25480) 1043 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:27.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:27 smithi067 bash[82083]: audit 2023-12-09T02:14:26.496816+0000 mon.a (mon.0) 4294 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:27.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:27 smithi067 bash[82083]: audit 2023-12-09T02:14:26.499897+0000 mon.a (mon.0) 4295 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:27.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:27 smithi067 bash[82083]: audit 2023-12-09T02:14:26.503658+0000 mon.a (mon.0) 4296 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:27.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:27 smithi067 bash[82083]: audit 2023-12-09T02:14:26.504846+0000 mon.a (mon.0) 4297 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:27.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:27 smithi067 bash[82083]: audit 2023-12-09T02:14:26.512707+0000 mon.a (mon.0) 4298 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:27.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:27 smithi067 bash[82083]: cephadm 2023-12-09T02:14:26.513762+0000 mgr.y (mgr.25480) 1044 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:27.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:27 smithi067 bash[79370]: cephadm 2023-12-09T02:14:25.763073+0000 mgr.y (mgr.25480) 1035 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:27.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:27 smithi067 bash[79370]: cephadm 2023-12-09T02:14:25.857213+0000 mgr.y (mgr.25480) 1036 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:27.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:27 smithi067 bash[79370]: cephadm 2023-12-09T02:14:25.950256+0000 mgr.y (mgr.25480) 1037 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:27.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:27 smithi067 bash[79370]: cluster 2023-12-09T02:14:25.994228+0000 mgr.y (mgr.25480) 1038 : cluster 0 pgmap v178: 161 pgs: 20 active+undersized+degraded, 43 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2023-12-09T02:14:27.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:27 smithi067 bash[79370]: cephadm 2023-12-09T02:14:26.042767+0000 mgr.y (mgr.25480) 1039 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:27.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:27 smithi067 bash[79370]: cephadm 2023-12-09T02:14:26.139039+0000 mgr.y (mgr.25480) 1040 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:27.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:27 smithi067 bash[79370]: cephadm 2023-12-09T02:14:26.235329+0000 mgr.y (mgr.25480) 1041 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:27.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:27 smithi067 bash[79370]: cephadm 2023-12-09T02:14:26.329280+0000 mgr.y (mgr.25480) 1042 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:27.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:27 smithi067 bash[79370]: audit 2023-12-09T02:14:26.409383+0000 mon.a (mon.0) 4289 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:27.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:27 smithi067 bash[79370]: audit 2023-12-09T02:14:26.411533+0000 mon.a (mon.0) 4290 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:27.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:27 smithi067 bash[79370]: audit 2023-12-09T02:14:26.413526+0000 mon.a (mon.0) 4291 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:27.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:27 smithi067 bash[79370]: audit 2023-12-09T02:14:26.414253+0000 mon.a (mon.0) 4292 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:27.723 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:27 smithi067 bash[79370]: audit 2023-12-09T02:14:26.419291+0000 mon.a (mon.0) 4293 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:27.723 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:27 smithi067 bash[79370]: cephadm 2023-12-09T02:14:26.419811+0000 mgr.y (mgr.25480) 1043 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:27.723 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:27 smithi067 bash[79370]: audit 2023-12-09T02:14:26.496816+0000 mon.a (mon.0) 4294 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:27.723 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:27 smithi067 bash[79370]: audit 2023-12-09T02:14:26.499897+0000 mon.a (mon.0) 4295 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:27.725 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:27 smithi067 bash[79370]: audit 2023-12-09T02:14:26.503658+0000 mon.a (mon.0) 4296 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:27.725 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:27 smithi067 bash[79370]: audit 2023-12-09T02:14:26.504846+0000 mon.a (mon.0) 4297 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:27.725 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:27 smithi067 bash[79370]: audit 2023-12-09T02:14:26.512707+0000 mon.a (mon.0) 4298 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:27.725 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:27 smithi067 bash[79370]: cephadm 2023-12-09T02:14:26.513762+0000 mgr.y (mgr.25480) 1044 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:27.725 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:27 smithi067 bash[82083]: audit 2023-12-09T02:14:26.596842+0000 mon.a (mon.0) 4299 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:27.725 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:27 smithi067 bash[82083]: audit 2023-12-09T02:14:26.599083+0000 mon.a (mon.0) 4300 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:27.726 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:27 smithi067 bash[82083]: audit 2023-12-09T02:14:26.602444+0000 mon.a (mon.0) 4301 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:27.726 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:27 smithi067 bash[82083]: audit 2023-12-09T02:14:26.603608+0000 mon.a (mon.0) 4302 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:27.726 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:27 smithi067 bash[82083]: audit 2023-12-09T02:14:26.613056+0000 mon.a (mon.0) 4303 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:27.726 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:27 smithi067 bash[82083]: cephadm 2023-12-09T02:14:26.614032+0000 mgr.y (mgr.25480) 1045 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:27.726 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:27 smithi067 bash[82083]: audit 2023-12-09T02:14:26.695522+0000 mon.a (mon.0) 4304 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:27.726 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:27 smithi067 bash[82083]: audit 2023-12-09T02:14:26.697694+0000 mon.a (mon.0) 4305 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:27.726 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:27 smithi067 bash[82083]: audit 2023-12-09T02:14:26.701519+0000 mon.a (mon.0) 4306 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:27.726 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:27 smithi067 bash[82083]: audit 2023-12-09T02:14:26.702407+0000 mon.a (mon.0) 4307 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:27.726 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:27 smithi067 bash[82083]: audit 2023-12-09T02:14:26.712029+0000 mon.a (mon.0) 4308 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:27.726 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:27 smithi067 bash[82083]: cephadm 2023-12-09T02:14:26.712925+0000 mgr.y (mgr.25480) 1046 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:27.726 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:27 smithi067 bash[82083]: audit 2023-12-09T02:14:26.794408+0000 mon.a (mon.0) 4309 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:27.726 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:27 smithi067 bash[82083]: audit 2023-12-09T02:14:26.796975+0000 mon.a (mon.0) 4310 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:27.726 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:27 smithi067 bash[82083]: audit 2023-12-09T02:14:26.800096+0000 mon.a (mon.0) 4311 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:27.727 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:27 smithi067 bash[82083]: audit 2023-12-09T02:14:26.801207+0000 mon.a (mon.0) 4312 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:27.727 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:27 smithi067 bash[82083]: audit 2023-12-09T02:14:26.807497+0000 mon.a (mon.0) 4313 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:27.727 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:27 smithi067 bash[82083]: audit 2023-12-09T02:14:26.887978+0000 mon.a (mon.0) 4314 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:27.727 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:27 smithi067 bash[82083]: audit 2023-12-09T02:14:26.890444+0000 mon.a (mon.0) 4315 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:27.727 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:27 smithi067 bash[82083]: audit 2023-12-09T02:14:26.893439+0000 mon.a (mon.0) 4316 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:27.727 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:27 smithi067 bash[79370]: audit 2023-12-09T02:14:26.596842+0000 mon.a (mon.0) 4299 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:27.727 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:27 smithi067 bash[79370]: audit 2023-12-09T02:14:26.599083+0000 mon.a (mon.0) 4300 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:27.727 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:27 smithi067 bash[79370]: audit 2023-12-09T02:14:26.602444+0000 mon.a (mon.0) 4301 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:27.727 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:27 smithi067 bash[79370]: audit 2023-12-09T02:14:26.603608+0000 mon.a (mon.0) 4302 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:27.728 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:27 smithi067 bash[79370]: audit 2023-12-09T02:14:26.613056+0000 mon.a (mon.0) 4303 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:27.728 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:27 smithi067 bash[79370]: cephadm 2023-12-09T02:14:26.614032+0000 mgr.y (mgr.25480) 1045 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:27.728 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:27 smithi067 bash[79370]: audit 2023-12-09T02:14:26.695522+0000 mon.a (mon.0) 4304 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:27.728 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:27 smithi067 bash[79370]: audit 2023-12-09T02:14:26.697694+0000 mon.a (mon.0) 4305 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:27.728 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:27 smithi067 bash[79370]: audit 2023-12-09T02:14:26.701519+0000 mon.a (mon.0) 4306 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:27.728 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:27 smithi067 bash[79370]: audit 2023-12-09T02:14:26.702407+0000 mon.a (mon.0) 4307 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:27.728 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:27 smithi067 bash[79370]: audit 2023-12-09T02:14:26.712029+0000 mon.a (mon.0) 4308 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:27.728 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:27 smithi067 bash[79370]: cephadm 2023-12-09T02:14:26.712925+0000 mgr.y (mgr.25480) 1046 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:27.728 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:27 smithi067 bash[79370]: audit 2023-12-09T02:14:26.794408+0000 mon.a (mon.0) 4309 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:27.728 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:27 smithi067 bash[79370]: audit 2023-12-09T02:14:26.796975+0000 mon.a (mon.0) 4310 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:27.728 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:27 smithi067 bash[79370]: audit 2023-12-09T02:14:26.800096+0000 mon.a (mon.0) 4311 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:27.728 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:27 smithi067 bash[79370]: audit 2023-12-09T02:14:26.801207+0000 mon.a (mon.0) 4312 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:27.728 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:27 smithi067 bash[79370]: audit 2023-12-09T02:14:26.807497+0000 mon.a (mon.0) 4313 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:27.728 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:27 smithi067 bash[79370]: audit 2023-12-09T02:14:26.887978+0000 mon.a (mon.0) 4314 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:27.729 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:27 smithi067 bash[79370]: audit 2023-12-09T02:14:26.890444+0000 mon.a (mon.0) 4315 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:27.729 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:27 smithi067 bash[79370]: audit 2023-12-09T02:14:26.893439+0000 mon.a (mon.0) 4316 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:27.729 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:27 smithi067 bash[82083]: audit 2023-12-09T02:14:26.894459+0000 mon.a (mon.0) 4317 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:27.729 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:27 smithi067 bash[82083]: audit 2023-12-09T02:14:26.902703+0000 mon.a (mon.0) 4318 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:27.729 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:27 smithi067 bash[82083]: audit 2023-12-09T02:14:26.982196+0000 mon.a (mon.0) 4319 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:27.729 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:27 smithi067 bash[82083]: audit 2023-12-09T02:14:26.984404+0000 mon.a (mon.0) 4320 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:27.729 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:27 smithi067 bash[82083]: audit 2023-12-09T02:14:26.988448+0000 mon.a (mon.0) 4321 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:27.729 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:27 smithi067 bash[82083]: audit 2023-12-09T02:14:26.989432+0000 mon.a (mon.0) 4322 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:27.729 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:27 smithi067 bash[82083]: audit 2023-12-09T02:14:26.995751+0000 mon.a (mon.0) 4323 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:27.730 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:27 smithi067 bash[82083]: audit 2023-12-09T02:14:27.075287+0000 mon.a (mon.0) 4324 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:27.730 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:27 smithi067 bash[82083]: audit 2023-12-09T02:14:27.079295+0000 mon.a (mon.0) 4325 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:27.730 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:27 smithi067 bash[82083]: audit 2023-12-09T02:14:27.083277+0000 mon.a (mon.0) 4326 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:27.730 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:27 smithi067 bash[82083]: audit 2023-12-09T02:14:27.084713+0000 mon.a (mon.0) 4327 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:27.730 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:27 smithi067 bash[82083]: audit 2023-12-09T02:14:27.091258+0000 mon.a (mon.0) 4328 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:27.730 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:27 smithi067 bash[82083]: audit 2023-12-09T02:14:27.173655+0000 mon.a (mon.0) 4329 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:27.730 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:27 smithi067 bash[82083]: audit 2023-12-09T02:14:27.175874+0000 mon.a (mon.0) 4330 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:27.730 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:27 smithi067 bash[82083]: audit 2023-12-09T02:14:27.178571+0000 mon.a (mon.0) 4331 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:27.730 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:27 smithi067 bash[82083]: audit 2023-12-09T02:14:27.179619+0000 mon.a (mon.0) 4332 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:27.730 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:27 smithi067 bash[82083]: audit 2023-12-09T02:14:27.186296+0000 mon.a (mon.0) 4333 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:27.730 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:27 smithi067 bash[82083]: cluster 2023-12-09T02:14:27.232060+0000 mon.a (mon.0) 4334 : cluster 3 Health check update: Degraded data redundancy: 96/726 objects degraded (13.223%), 20 pgs degraded (PG_DEGRADED) 2023-12-09T02:14:27.730 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:27 smithi067 bash[82083]: audit 2023-12-09T02:14:27.265356+0000 mon.a (mon.0) 4335 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:27.730 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:27 smithi067 bash[82083]: audit 2023-12-09T02:14:27.267555+0000 mon.a (mon.0) 4336 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:27.730 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:27 smithi067 bash[82083]: audit 2023-12-09T02:14:27.269681+0000 mon.a (mon.0) 4337 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:27.731 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:27 smithi067 bash[82083]: audit 2023-12-09T02:14:27.270380+0000 mon.a (mon.0) 4338 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:27.731 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:27 smithi067 bash[82083]: audit 2023-12-09T02:14:27.297973+0000 mon.a (mon.0) 4339 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:27.731 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:27 smithi067 bash[82083]: audit 2023-12-09T02:14:27.381592+0000 mon.a (mon.0) 4340 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:27.731 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:27 smithi067 bash[82083]: audit 2023-12-09T02:14:27.385579+0000 mon.a (mon.0) 4341 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:27.731 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:27 smithi067 bash[82083]: audit 2023-12-09T02:14:27.389597+0000 mon.a (mon.0) 4342 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:27.731 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:27 smithi067 bash[82083]: audit 2023-12-09T02:14:27.390894+0000 mon.a (mon.0) 4343 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:27.731 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:27 smithi067 bash[79370]: audit 2023-12-09T02:14:26.894459+0000 mon.a (mon.0) 4317 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:27.731 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:27 smithi067 bash[79370]: audit 2023-12-09T02:14:26.902703+0000 mon.a (mon.0) 4318 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:27.731 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:27 smithi067 bash[79370]: audit 2023-12-09T02:14:26.982196+0000 mon.a (mon.0) 4319 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:27.732 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:27 smithi067 bash[79370]: audit 2023-12-09T02:14:26.984404+0000 mon.a (mon.0) 4320 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:27.732 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:27 smithi067 bash[79370]: audit 2023-12-09T02:14:26.988448+0000 mon.a (mon.0) 4321 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:27.732 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:27 smithi067 bash[79370]: audit 2023-12-09T02:14:26.989432+0000 mon.a (mon.0) 4322 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:27.732 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:27 smithi067 bash[79370]: audit 2023-12-09T02:14:26.995751+0000 mon.a (mon.0) 4323 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:27.732 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:27 smithi067 bash[79370]: audit 2023-12-09T02:14:27.075287+0000 mon.a (mon.0) 4324 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:27.732 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:27 smithi067 bash[79370]: audit 2023-12-09T02:14:27.079295+0000 mon.a (mon.0) 4325 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:27.732 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:27 smithi067 bash[79370]: audit 2023-12-09T02:14:27.083277+0000 mon.a (mon.0) 4326 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:27.732 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:27 smithi067 bash[79370]: audit 2023-12-09T02:14:27.084713+0000 mon.a (mon.0) 4327 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:27.732 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:27 smithi067 bash[79370]: audit 2023-12-09T02:14:27.091258+0000 mon.a (mon.0) 4328 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:27.732 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:27 smithi067 bash[79370]: audit 2023-12-09T02:14:27.173655+0000 mon.a (mon.0) 4329 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:27.732 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:27 smithi067 bash[79370]: audit 2023-12-09T02:14:27.175874+0000 mon.a (mon.0) 4330 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:27.732 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:27 smithi067 bash[79370]: audit 2023-12-09T02:14:27.178571+0000 mon.a (mon.0) 4331 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:27.733 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:27 smithi067 bash[79370]: audit 2023-12-09T02:14:27.179619+0000 mon.a (mon.0) 4332 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:27.733 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:27 smithi067 bash[79370]: audit 2023-12-09T02:14:27.186296+0000 mon.a (mon.0) 4333 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:27.733 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:27 smithi067 bash[79370]: cluster 2023-12-09T02:14:27.232060+0000 mon.a (mon.0) 4334 : cluster 3 Health check update: Degraded data redundancy: 96/726 objects degraded (13.223%), 20 pgs degraded (PG_DEGRADED) 2023-12-09T02:14:27.733 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:27 smithi067 bash[79370]: audit 2023-12-09T02:14:27.265356+0000 mon.a (mon.0) 4335 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:27.733 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:27 smithi067 bash[79370]: audit 2023-12-09T02:14:27.267555+0000 mon.a (mon.0) 4336 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:27.733 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:27 smithi067 bash[79370]: audit 2023-12-09T02:14:27.269681+0000 mon.a (mon.0) 4337 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:27.733 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:27 smithi067 bash[79370]: audit 2023-12-09T02:14:27.270380+0000 mon.a (mon.0) 4338 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:27.733 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:27 smithi067 bash[79370]: audit 2023-12-09T02:14:27.297973+0000 mon.a (mon.0) 4339 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:27.733 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:27 smithi067 bash[79370]: audit 2023-12-09T02:14:27.381592+0000 mon.a (mon.0) 4340 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:27.733 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:27 smithi067 bash[79370]: audit 2023-12-09T02:14:27.385579+0000 mon.a (mon.0) 4341 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:27.733 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:27 smithi067 bash[79370]: audit 2023-12-09T02:14:27.389597+0000 mon.a (mon.0) 4342 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:27.733 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:27 smithi067 bash[79370]: audit 2023-12-09T02:14:27.390894+0000 mon.a (mon.0) 4343 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:27.972 INFO:journalctl@ceph.osd.4.smithi125.stdout:Dec 09 02:14:27 smithi125 bash[73276]: debug 2023-12-09T02:14:27.643+0000 7f4fc8d90640 -1 Falling back to public interface 2023-12-09T02:14:28.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:28 smithi067 bash[82083]: cephadm 2023-12-09T02:14:26.808009+0000 mgr.y (mgr.25480) 1047 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:28.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:28 smithi067 bash[82083]: cephadm 2023-12-09T02:14:26.903330+0000 mgr.y (mgr.25480) 1048 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:28.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:28 smithi067 bash[82083]: cephadm 2023-12-09T02:14:26.996350+0000 mgr.y (mgr.25480) 1049 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:28.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:28 smithi067 bash[82083]: cephadm 2023-12-09T02:14:27.091759+0000 mgr.y (mgr.25480) 1050 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:28.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:28 smithi067 bash[82083]: cephadm 2023-12-09T02:14:27.186896+0000 mgr.y (mgr.25480) 1051 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:28.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:28 smithi067 bash[82083]: cephadm 2023-12-09T02:14:27.298755+0000 mgr.y (mgr.25480) 1052 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:28.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:28 smithi067 bash[82083]: audit 2023-12-09T02:14:27.401193+0000 mon.a (mon.0) 4344 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:28.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:28 smithi067 bash[82083]: cephadm 2023-12-09T02:14:27.401849+0000 mgr.y (mgr.25480) 1053 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:28.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:28 smithi067 bash[82083]: audit 2023-12-09T02:14:27.483553+0000 mon.a (mon.0) 4345 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:28.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:28 smithi067 bash[82083]: audit 2023-12-09T02:14:27.486613+0000 mon.a (mon.0) 4346 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:28.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:28 smithi067 bash[82083]: audit 2023-12-09T02:14:27.489449+0000 mon.a (mon.0) 4347 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:28.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:28 smithi067 bash[82083]: audit 2023-12-09T02:14:27.490676+0000 mon.a (mon.0) 4348 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:28.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:28 smithi067 bash[82083]: audit 2023-12-09T02:14:27.502010+0000 mon.a (mon.0) 4349 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:28.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:28 smithi067 bash[82083]: cephadm 2023-12-09T02:14:27.502794+0000 mgr.y (mgr.25480) 1054 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:28.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:28 smithi067 bash[82083]: audit 2023-12-09T02:14:27.585125+0000 mon.a (mon.0) 4350 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:28.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:28 smithi067 bash[82083]: audit 2023-12-09T02:14:27.589012+0000 mon.a (mon.0) 4351 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:28.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:28 smithi067 bash[82083]: audit 2023-12-09T02:14:27.592466+0000 mon.a (mon.0) 4352 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:28.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:28 smithi067 bash[82083]: audit 2023-12-09T02:14:27.593834+0000 mon.a (mon.0) 4353 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:28.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:28 smithi067 bash[82083]: audit 2023-12-09T02:14:27.605423+0000 mon.a (mon.0) 4354 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:28.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:28 smithi067 bash[82083]: cephadm 2023-12-09T02:14:27.606123+0000 mgr.y (mgr.25480) 1055 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:28.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:28 smithi067 bash[82083]: audit 2023-12-09T02:14:27.645125+0000 mon.a (mon.0) 4355 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:28.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:28 smithi067 bash[79370]: cephadm 2023-12-09T02:14:26.808009+0000 mgr.y (mgr.25480) 1047 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:28.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:28 smithi067 bash[79370]: cephadm 2023-12-09T02:14:26.903330+0000 mgr.y (mgr.25480) 1048 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:28.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:28 smithi067 bash[79370]: cephadm 2023-12-09T02:14:26.996350+0000 mgr.y (mgr.25480) 1049 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:28.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:28 smithi067 bash[79370]: cephadm 2023-12-09T02:14:27.091759+0000 mgr.y (mgr.25480) 1050 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:28.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:28 smithi067 bash[79370]: cephadm 2023-12-09T02:14:27.186896+0000 mgr.y (mgr.25480) 1051 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:28.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:28 smithi067 bash[79370]: cephadm 2023-12-09T02:14:27.298755+0000 mgr.y (mgr.25480) 1052 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:28.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:28 smithi067 bash[79370]: audit 2023-12-09T02:14:27.401193+0000 mon.a (mon.0) 4344 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:28.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:28 smithi067 bash[79370]: cephadm 2023-12-09T02:14:27.401849+0000 mgr.y (mgr.25480) 1053 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:28.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:28 smithi067 bash[79370]: audit 2023-12-09T02:14:27.483553+0000 mon.a (mon.0) 4345 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:28.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:28 smithi067 bash[79370]: audit 2023-12-09T02:14:27.486613+0000 mon.a (mon.0) 4346 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:28.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:28 smithi067 bash[79370]: audit 2023-12-09T02:14:27.489449+0000 mon.a (mon.0) 4347 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:28.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:28 smithi067 bash[79370]: audit 2023-12-09T02:14:27.490676+0000 mon.a (mon.0) 4348 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:28.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:28 smithi067 bash[79370]: audit 2023-12-09T02:14:27.502010+0000 mon.a (mon.0) 4349 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:28.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:28 smithi067 bash[79370]: cephadm 2023-12-09T02:14:27.502794+0000 mgr.y (mgr.25480) 1054 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:28.723 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:28 smithi067 bash[79370]: audit 2023-12-09T02:14:27.585125+0000 mon.a (mon.0) 4350 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:28.723 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:28 smithi067 bash[79370]: audit 2023-12-09T02:14:27.589012+0000 mon.a (mon.0) 4351 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:28.723 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:28 smithi067 bash[79370]: audit 2023-12-09T02:14:27.592466+0000 mon.a (mon.0) 4352 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:28.723 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:28 smithi067 bash[79370]: audit 2023-12-09T02:14:27.593834+0000 mon.a (mon.0) 4353 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:28.723 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:28 smithi067 bash[79370]: audit 2023-12-09T02:14:27.605423+0000 mon.a (mon.0) 4354 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:28.723 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:28 smithi067 bash[79370]: cephadm 2023-12-09T02:14:27.606123+0000 mgr.y (mgr.25480) 1055 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:28.723 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:28 smithi067 bash[79370]: audit 2023-12-09T02:14:27.645125+0000 mon.a (mon.0) 4355 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:28.723 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:28 smithi067 bash[82083]: audit 2023-12-09T02:14:27.646986+0000 mon.a (mon.0) 4356 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:14:28.723 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:28 smithi067 bash[82083]: audit 2023-12-09T02:14:27.720549+0000 mon.a (mon.0) 4357 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:28.723 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:28 smithi067 bash[82083]: audit 2023-12-09T02:14:27.724750+0000 mon.a (mon.0) 4358 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:28.723 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:28 smithi067 bash[82083]: audit 2023-12-09T02:14:27.727803+0000 mon.a (mon.0) 4359 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:28.723 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:28 smithi067 bash[82083]: audit 2023-12-09T02:14:27.728850+0000 mon.a (mon.0) 4360 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:28.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:28 smithi067 bash[82083]: audit 2023-12-09T02:14:27.736773+0000 mon.a (mon.0) 4361 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:28.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:28 smithi067 bash[82083]: audit 2023-12-09T02:14:27.814630+0000 mon.a (mon.0) 4362 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:28.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:28 smithi067 bash[82083]: audit 2023-12-09T02:14:27.817518+0000 mon.a (mon.0) 4363 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:28.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:28 smithi067 bash[82083]: audit 2023-12-09T02:14:27.821233+0000 mon.a (mon.0) 4364 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:28.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:28 smithi067 bash[82083]: audit 2023-12-09T02:14:27.822481+0000 mon.a (mon.0) 4365 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:28.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:28 smithi067 bash[82083]: audit 2023-12-09T02:14:27.833561+0000 mon.a (mon.0) 4366 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:28.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:28 smithi067 bash[82083]: audit 2023-12-09T02:14:27.921711+0000 mon.a (mon.0) 4367 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:28.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:28 smithi067 bash[82083]: audit 2023-12-09T02:14:27.924222+0000 mon.a (mon.0) 4368 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:28.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:28 smithi067 bash[82083]: audit 2023-12-09T02:14:27.926754+0000 mon.a (mon.0) 4369 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:28.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:28 smithi067 bash[82083]: audit 2023-12-09T02:14:27.927794+0000 mon.a (mon.0) 4370 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:28.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:28 smithi067 bash[82083]: audit 2023-12-09T02:14:27.935896+0000 mon.a (mon.0) 4371 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:28.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:28 smithi067 bash[82083]: audit 2023-12-09T02:14:28.015503+0000 mon.a (mon.0) 4372 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:28.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:28 smithi067 bash[82083]: audit 2023-12-09T02:14:28.017988+0000 mon.a (mon.0) 4373 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:28.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:28 smithi067 bash[82083]: audit 2023-12-09T02:14:28.021725+0000 mon.a (mon.0) 4374 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:28.725 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:28 smithi067 bash[79370]: audit 2023-12-09T02:14:27.646986+0000 mon.a (mon.0) 4356 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:14:28.725 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:28 smithi067 bash[79370]: audit 2023-12-09T02:14:27.720549+0000 mon.a (mon.0) 4357 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:28.725 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:28 smithi067 bash[79370]: audit 2023-12-09T02:14:27.724750+0000 mon.a (mon.0) 4358 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:28.725 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:28 smithi067 bash[79370]: audit 2023-12-09T02:14:27.727803+0000 mon.a (mon.0) 4359 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:28.725 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:28 smithi067 bash[79370]: audit 2023-12-09T02:14:27.728850+0000 mon.a (mon.0) 4360 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:28.725 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:28 smithi067 bash[79370]: audit 2023-12-09T02:14:27.736773+0000 mon.a (mon.0) 4361 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:28.725 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:28 smithi067 bash[79370]: audit 2023-12-09T02:14:27.814630+0000 mon.a (mon.0) 4362 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:28.725 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:28 smithi067 bash[79370]: audit 2023-12-09T02:14:27.817518+0000 mon.a (mon.0) 4363 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:28.725 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:28 smithi067 bash[79370]: audit 2023-12-09T02:14:27.821233+0000 mon.a (mon.0) 4364 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:28.725 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:28 smithi067 bash[79370]: audit 2023-12-09T02:14:27.822481+0000 mon.a (mon.0) 4365 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:28.725 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:28 smithi067 bash[79370]: audit 2023-12-09T02:14:27.833561+0000 mon.a (mon.0) 4366 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:28.725 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:28 smithi067 bash[79370]: audit 2023-12-09T02:14:27.921711+0000 mon.a (mon.0) 4367 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:28.725 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:28 smithi067 bash[79370]: audit 2023-12-09T02:14:27.924222+0000 mon.a (mon.0) 4368 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:28.725 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:28 smithi067 bash[79370]: audit 2023-12-09T02:14:27.926754+0000 mon.a (mon.0) 4369 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:28.726 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:28 smithi067 bash[79370]: audit 2023-12-09T02:14:27.927794+0000 mon.a (mon.0) 4370 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:28.726 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:28 smithi067 bash[79370]: audit 2023-12-09T02:14:27.935896+0000 mon.a (mon.0) 4371 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:28.726 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:28 smithi067 bash[79370]: audit 2023-12-09T02:14:28.015503+0000 mon.a (mon.0) 4372 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:28.726 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:28 smithi067 bash[79370]: audit 2023-12-09T02:14:28.017988+0000 mon.a (mon.0) 4373 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:28.726 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:28 smithi067 bash[79370]: audit 2023-12-09T02:14:28.021725+0000 mon.a (mon.0) 4374 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:28.726 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:28 smithi067 bash[82083]: audit 2023-12-09T02:14:28.022815+0000 mon.a (mon.0) 4375 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:28.726 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:28 smithi067 bash[82083]: audit 2023-12-09T02:14:28.033146+0000 mon.a (mon.0) 4376 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:28.726 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:28 smithi067 bash[82083]: audit 2023-12-09T02:14:28.115573+0000 mon.a (mon.0) 4377 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:28.726 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:28 smithi067 bash[82083]: audit 2023-12-09T02:14:28.118566+0000 mon.a (mon.0) 4378 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:28.726 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:28 smithi067 bash[82083]: audit 2023-12-09T02:14:28.121298+0000 mon.a (mon.0) 4379 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:28.726 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:28 smithi067 bash[82083]: audit 2023-12-09T02:14:28.122603+0000 mon.a (mon.0) 4380 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:28.727 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:28 smithi067 bash[82083]: audit 2023-12-09T02:14:28.132557+0000 mon.a (mon.0) 4381 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:28.727 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:28 smithi067 bash[82083]: audit 2023-12-09T02:14:28.212013+0000 mon.a (mon.0) 4382 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:28.727 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:28 smithi067 bash[82083]: audit 2023-12-09T02:14:28.215027+0000 mon.a (mon.0) 4383 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:28.727 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:28 smithi067 bash[82083]: audit 2023-12-09T02:14:28.218358+0000 mon.a (mon.0) 4384 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:28.727 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:28 smithi067 bash[82083]: audit 2023-12-09T02:14:28.219644+0000 mon.a (mon.0) 4385 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:28.727 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:28 smithi067 bash[82083]: audit 2023-12-09T02:14:28.229331+0000 mon.a (mon.0) 4386 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:28.727 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:28 smithi067 bash[82083]: audit 2023-12-09T02:14:28.312882+0000 mon.a (mon.0) 4387 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:28.727 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:28 smithi067 bash[82083]: audit 2023-12-09T02:14:28.315779+0000 mon.a (mon.0) 4388 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:28.727 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:28 smithi067 bash[82083]: audit 2023-12-09T02:14:28.318960+0000 mon.a (mon.0) 4389 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:28.727 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:28 smithi067 bash[82083]: audit 2023-12-09T02:14:28.320256+0000 mon.a (mon.0) 4390 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:28.727 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:28 smithi067 bash[82083]: audit 2023-12-09T02:14:28.326856+0000 mon.a (mon.0) 4391 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:28.727 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:28 smithi067 bash[79370]: audit 2023-12-09T02:14:28.022815+0000 mon.a (mon.0) 4375 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:28.727 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:28 smithi067 bash[79370]: audit 2023-12-09T02:14:28.033146+0000 mon.a (mon.0) 4376 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:28.728 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:28 smithi067 bash[79370]: audit 2023-12-09T02:14:28.115573+0000 mon.a (mon.0) 4377 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:28.728 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:28 smithi067 bash[79370]: audit 2023-12-09T02:14:28.118566+0000 mon.a (mon.0) 4378 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:28.728 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:28 smithi067 bash[79370]: audit 2023-12-09T02:14:28.121298+0000 mon.a (mon.0) 4379 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:28.728 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:28 smithi067 bash[79370]: audit 2023-12-09T02:14:28.122603+0000 mon.a (mon.0) 4380 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:28.728 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:28 smithi067 bash[79370]: audit 2023-12-09T02:14:28.132557+0000 mon.a (mon.0) 4381 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:28.728 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:28 smithi067 bash[79370]: audit 2023-12-09T02:14:28.212013+0000 mon.a (mon.0) 4382 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:28.728 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:28 smithi067 bash[79370]: audit 2023-12-09T02:14:28.215027+0000 mon.a (mon.0) 4383 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:28.728 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:28 smithi067 bash[79370]: audit 2023-12-09T02:14:28.218358+0000 mon.a (mon.0) 4384 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:28.728 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:28 smithi067 bash[79370]: audit 2023-12-09T02:14:28.219644+0000 mon.a (mon.0) 4385 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:28.728 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:28 smithi067 bash[79370]: audit 2023-12-09T02:14:28.229331+0000 mon.a (mon.0) 4386 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:28.728 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:28 smithi067 bash[79370]: audit 2023-12-09T02:14:28.312882+0000 mon.a (mon.0) 4387 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:28.728 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:28 smithi067 bash[79370]: audit 2023-12-09T02:14:28.315779+0000 mon.a (mon.0) 4388 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:28.728 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:28 smithi067 bash[79370]: audit 2023-12-09T02:14:28.318960+0000 mon.a (mon.0) 4389 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:28.728 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:28 smithi067 bash[79370]: audit 2023-12-09T02:14:28.320256+0000 mon.a (mon.0) 4390 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:28.728 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:28 smithi067 bash[79370]: audit 2023-12-09T02:14:28.326856+0000 mon.a (mon.0) 4391 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:28.729 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:28 smithi125 bash[66801]: cephadm 2023-12-09T02:14:26.808009+0000 mgr.y (mgr.25480) 1047 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:28.729 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:28 smithi125 bash[66801]: cephadm 2023-12-09T02:14:26.903330+0000 mgr.y (mgr.25480) 1048 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:28.729 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:28 smithi125 bash[66801]: cephadm 2023-12-09T02:14:26.996350+0000 mgr.y (mgr.25480) 1049 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:28.729 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:28 smithi125 bash[66801]: cephadm 2023-12-09T02:14:27.091759+0000 mgr.y (mgr.25480) 1050 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:28.729 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:28 smithi125 bash[66801]: cephadm 2023-12-09T02:14:27.186896+0000 mgr.y (mgr.25480) 1051 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:28.729 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:28 smithi125 bash[66801]: cephadm 2023-12-09T02:14:27.298755+0000 mgr.y (mgr.25480) 1052 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:28.729 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:28 smithi125 bash[66801]: audit 2023-12-09T02:14:27.401193+0000 mon.a (mon.0) 4344 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:28.730 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:28 smithi125 bash[66801]: cephadm 2023-12-09T02:14:27.401849+0000 mgr.y (mgr.25480) 1053 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:28.730 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:28 smithi125 bash[66801]: audit 2023-12-09T02:14:27.483553+0000 mon.a (mon.0) 4345 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:28.730 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:28 smithi125 bash[66801]: audit 2023-12-09T02:14:27.486613+0000 mon.a (mon.0) 4346 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:28.730 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:28 smithi125 bash[66801]: audit 2023-12-09T02:14:27.489449+0000 mon.a (mon.0) 4347 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:28.730 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:28 smithi125 bash[66801]: audit 2023-12-09T02:14:27.490676+0000 mon.a (mon.0) 4348 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:28.730 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:28 smithi125 bash[66801]: audit 2023-12-09T02:14:27.502010+0000 mon.a (mon.0) 4349 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:28.730 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:28 smithi125 bash[66801]: cephadm 2023-12-09T02:14:27.502794+0000 mgr.y (mgr.25480) 1054 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:28.730 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:28 smithi125 bash[66801]: audit 2023-12-09T02:14:27.585125+0000 mon.a (mon.0) 4350 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:28.730 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:28 smithi125 bash[66801]: audit 2023-12-09T02:14:27.589012+0000 mon.a (mon.0) 4351 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:28.730 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:28 smithi125 bash[66801]: audit 2023-12-09T02:14:27.592466+0000 mon.a (mon.0) 4352 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:28.730 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:28 smithi125 bash[66801]: audit 2023-12-09T02:14:27.593834+0000 mon.a (mon.0) 4353 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:28.730 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:28 smithi125 bash[66801]: audit 2023-12-09T02:14:27.605423+0000 mon.a (mon.0) 4354 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:28.730 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:28 smithi125 bash[66801]: cephadm 2023-12-09T02:14:27.606123+0000 mgr.y (mgr.25480) 1055 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:28.730 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:28 smithi125 bash[66801]: audit 2023-12-09T02:14:27.645125+0000 mon.a (mon.0) 4355 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:28.731 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:28 smithi125 bash[66801]: audit 2023-12-09T02:14:27.646986+0000 mon.a (mon.0) 4356 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:14:28.731 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:28 smithi125 bash[66801]: audit 2023-12-09T02:14:27.720549+0000 mon.a (mon.0) 4357 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:28.731 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:28 smithi125 bash[66801]: audit 2023-12-09T02:14:27.724750+0000 mon.a (mon.0) 4358 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:28.731 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:28 smithi125 bash[66801]: audit 2023-12-09T02:14:27.727803+0000 mon.a (mon.0) 4359 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:28.731 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:28 smithi125 bash[66801]: audit 2023-12-09T02:14:27.728850+0000 mon.a (mon.0) 4360 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:28.731 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:28 smithi125 bash[66801]: audit 2023-12-09T02:14:27.736773+0000 mon.a (mon.0) 4361 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:28.731 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:28 smithi125 bash[66801]: audit 2023-12-09T02:14:27.814630+0000 mon.a (mon.0) 4362 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:28.731 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:28 smithi125 bash[66801]: audit 2023-12-09T02:14:27.817518+0000 mon.a (mon.0) 4363 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:28.731 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:28 smithi125 bash[66801]: audit 2023-12-09T02:14:27.821233+0000 mon.a (mon.0) 4364 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:28.731 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:28 smithi125 bash[66801]: audit 2023-12-09T02:14:27.822481+0000 mon.a (mon.0) 4365 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:28.731 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:28 smithi125 bash[66801]: audit 2023-12-09T02:14:27.833561+0000 mon.a (mon.0) 4366 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:28.731 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:28 smithi125 bash[66801]: audit 2023-12-09T02:14:27.921711+0000 mon.a (mon.0) 4367 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:28.731 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:28 smithi125 bash[66801]: audit 2023-12-09T02:14:27.924222+0000 mon.a (mon.0) 4368 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:28.731 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:28 smithi125 bash[66801]: audit 2023-12-09T02:14:27.926754+0000 mon.a (mon.0) 4369 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:28.731 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:28 smithi125 bash[66801]: audit 2023-12-09T02:14:27.927794+0000 mon.a (mon.0) 4370 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:28.731 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:28 smithi125 bash[66801]: audit 2023-12-09T02:14:27.935896+0000 mon.a (mon.0) 4371 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:28.731 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:28 smithi125 bash[66801]: audit 2023-12-09T02:14:28.015503+0000 mon.a (mon.0) 4372 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:28.732 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:28 smithi125 bash[66801]: audit 2023-12-09T02:14:28.017988+0000 mon.a (mon.0) 4373 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:28.732 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:28 smithi125 bash[66801]: audit 2023-12-09T02:14:28.021725+0000 mon.a (mon.0) 4374 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:28.732 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:28 smithi125 bash[66801]: audit 2023-12-09T02:14:28.022815+0000 mon.a (mon.0) 4375 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:28.732 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:28 smithi125 bash[66801]: audit 2023-12-09T02:14:28.033146+0000 mon.a (mon.0) 4376 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:28.732 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:28 smithi125 bash[66801]: audit 2023-12-09T02:14:28.115573+0000 mon.a (mon.0) 4377 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:28.732 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:28 smithi125 bash[66801]: audit 2023-12-09T02:14:28.118566+0000 mon.a (mon.0) 4378 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:28.732 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:28 smithi125 bash[66801]: audit 2023-12-09T02:14:28.121298+0000 mon.a (mon.0) 4379 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:28.732 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:28 smithi125 bash[66801]: audit 2023-12-09T02:14:28.122603+0000 mon.a (mon.0) 4380 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:28.732 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:28 smithi125 bash[66801]: audit 2023-12-09T02:14:28.132557+0000 mon.a (mon.0) 4381 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:28.732 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:28 smithi125 bash[66801]: audit 2023-12-09T02:14:28.212013+0000 mon.a (mon.0) 4382 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:28.732 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:28 smithi125 bash[66801]: audit 2023-12-09T02:14:28.215027+0000 mon.a (mon.0) 4383 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:28.732 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:28 smithi125 bash[66801]: audit 2023-12-09T02:14:28.218358+0000 mon.a (mon.0) 4384 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:28.732 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:28 smithi125 bash[66801]: audit 2023-12-09T02:14:28.219644+0000 mon.a (mon.0) 4385 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:28.732 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:28 smithi125 bash[66801]: audit 2023-12-09T02:14:28.229331+0000 mon.a (mon.0) 4386 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:28.732 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:28 smithi125 bash[66801]: audit 2023-12-09T02:14:28.312882+0000 mon.a (mon.0) 4387 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:28.733 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:28 smithi125 bash[66801]: audit 2023-12-09T02:14:28.315779+0000 mon.a (mon.0) 4388 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:28.733 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:28 smithi125 bash[66801]: audit 2023-12-09T02:14:28.318960+0000 mon.a (mon.0) 4389 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:28.733 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:28 smithi125 bash[66801]: audit 2023-12-09T02:14:28.320256+0000 mon.a (mon.0) 4390 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:28.733 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:28 smithi125 bash[66801]: audit 2023-12-09T02:14:28.326856+0000 mon.a (mon.0) 4391 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:29.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:29 smithi067 bash[79370]: cephadm 2023-12-09T02:14:27.737323+0000 mgr.y (mgr.25480) 1056 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:29.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:29 smithi067 bash[79370]: cephadm 2023-12-09T02:14:27.834220+0000 mgr.y (mgr.25480) 1057 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:29.721 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:29 smithi067 bash[79370]: cephadm 2023-12-09T02:14:27.936414+0000 mgr.y (mgr.25480) 1058 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:29.721 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:29 smithi067 bash[79370]: cluster 2023-12-09T02:14:27.995287+0000 mgr.y (mgr.25480) 1059 : cluster 0 pgmap v179: 161 pgs: 20 active+undersized+degraded, 43 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2023-12-09T02:14:29.721 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:29 smithi067 bash[79370]: cephadm 2023-12-09T02:14:28.033957+0000 mgr.y (mgr.25480) 1060 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:29.721 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:29 smithi067 bash[79370]: cephadm 2023-12-09T02:14:28.133223+0000 mgr.y (mgr.25480) 1061 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:29.721 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:29 smithi067 bash[79370]: cephadm 2023-12-09T02:14:28.230035+0000 mgr.y (mgr.25480) 1062 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:29.721 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:29 smithi067 bash[79370]: cephadm 2023-12-09T02:14:28.327640+0000 mgr.y (mgr.25480) 1063 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:29.721 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:29 smithi067 bash[79370]: audit 2023-12-09T02:14:28.416531+0000 mon.a (mon.0) 4392 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:29.721 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:29 smithi067 bash[79370]: audit 2023-12-09T02:14:28.418850+0000 mon.a (mon.0) 4393 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:29.721 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:29 smithi067 bash[79370]: audit 2023-12-09T02:14:28.420954+0000 mon.a (mon.0) 4394 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:29.721 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:29 smithi067 bash[79370]: audit 2023-12-09T02:14:28.421697+0000 mon.a (mon.0) 4395 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:29.721 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:29 smithi067 bash[79370]: audit 2023-12-09T02:14:28.426479+0000 mon.a (mon.0) 4396 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:29.721 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:29 smithi067 bash[79370]: cephadm 2023-12-09T02:14:28.426904+0000 mgr.y (mgr.25480) 1064 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:29.721 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:29 smithi067 bash[79370]: audit 2023-12-09T02:14:28.508342+0000 mon.a (mon.0) 4397 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:29.721 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:29 smithi067 bash[79370]: audit 2023-12-09T02:14:28.510324+0000 mon.a (mon.0) 4398 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:29.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:29 smithi067 bash[79370]: audit 2023-12-09T02:14:28.512797+0000 mon.a (mon.0) 4399 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:29.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:29 smithi067 bash[79370]: audit 2023-12-09T02:14:28.513579+0000 mon.a (mon.0) 4400 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:29.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:29 smithi067 bash[79370]: audit 2023-12-09T02:14:28.521902+0000 mon.a (mon.0) 4401 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:29.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:29 smithi067 bash[79370]: cephadm 2023-12-09T02:14:28.522535+0000 mgr.y (mgr.25480) 1065 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:29.722 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:29 smithi067 bash[82083]: cephadm 2023-12-09T02:14:27.737323+0000 mgr.y (mgr.25480) 1056 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:29.722 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:29 smithi067 bash[82083]: cephadm 2023-12-09T02:14:27.834220+0000 mgr.y (mgr.25480) 1057 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:29.722 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:29 smithi067 bash[82083]: cephadm 2023-12-09T02:14:27.936414+0000 mgr.y (mgr.25480) 1058 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:29.722 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:29 smithi067 bash[82083]: cluster 2023-12-09T02:14:27.995287+0000 mgr.y (mgr.25480) 1059 : cluster 0 pgmap v179: 161 pgs: 20 active+undersized+degraded, 43 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2023-12-09T02:14:29.723 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:29 smithi067 bash[82083]: cephadm 2023-12-09T02:14:28.033957+0000 mgr.y (mgr.25480) 1060 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:29.723 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:29 smithi067 bash[82083]: cephadm 2023-12-09T02:14:28.133223+0000 mgr.y (mgr.25480) 1061 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:29.723 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:29 smithi067 bash[82083]: cephadm 2023-12-09T02:14:28.230035+0000 mgr.y (mgr.25480) 1062 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:29.723 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:29 smithi067 bash[82083]: cephadm 2023-12-09T02:14:28.327640+0000 mgr.y (mgr.25480) 1063 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:29.723 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:29 smithi067 bash[82083]: audit 2023-12-09T02:14:28.416531+0000 mon.a (mon.0) 4392 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:29.723 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:29 smithi067 bash[82083]: audit 2023-12-09T02:14:28.418850+0000 mon.a (mon.0) 4393 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:29.723 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:29 smithi067 bash[82083]: audit 2023-12-09T02:14:28.420954+0000 mon.a (mon.0) 4394 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:29.723 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:29 smithi067 bash[82083]: audit 2023-12-09T02:14:28.421697+0000 mon.a (mon.0) 4395 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:29.723 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:29 smithi067 bash[82083]: audit 2023-12-09T02:14:28.426479+0000 mon.a (mon.0) 4396 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:29.723 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:29 smithi067 bash[82083]: cephadm 2023-12-09T02:14:28.426904+0000 mgr.y (mgr.25480) 1064 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:29.723 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:29 smithi067 bash[82083]: audit 2023-12-09T02:14:28.508342+0000 mon.a (mon.0) 4397 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:29.723 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:29 smithi067 bash[82083]: audit 2023-12-09T02:14:28.510324+0000 mon.a (mon.0) 4398 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:29.723 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:29 smithi067 bash[82083]: audit 2023-12-09T02:14:28.512797+0000 mon.a (mon.0) 4399 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:29.723 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:29 smithi067 bash[82083]: audit 2023-12-09T02:14:28.513579+0000 mon.a (mon.0) 4400 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:29.723 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:29 smithi067 bash[82083]: audit 2023-12-09T02:14:28.521902+0000 mon.a (mon.0) 4401 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:29.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:29 smithi067 bash[82083]: cephadm 2023-12-09T02:14:28.522535+0000 mgr.y (mgr.25480) 1065 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:29.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:29 smithi067 bash[82083]: audit 2023-12-09T02:14:28.586624+0000 mon.a (mon.0) 4402 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:29.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:29 smithi067 bash[82083]: audit 2023-12-09T02:14:28.588964+0000 mon.a (mon.0) 4403 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:29.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:29 smithi067 bash[82083]: audit 2023-12-09T02:14:28.591865+0000 mon.a (mon.0) 4404 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:29.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:29 smithi067 bash[82083]: audit 2023-12-09T02:14:28.592944+0000 mon.a (mon.0) 4405 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:29.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:29 smithi067 bash[82083]: audit 2023-12-09T02:14:28.600428+0000 mon.a (mon.0) 4406 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:29.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:29 smithi067 bash[82083]: cephadm 2023-12-09T02:14:28.600991+0000 mgr.y (mgr.25480) 1066 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:29.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:29 smithi067 bash[82083]: audit 2023-12-09T02:14:28.682165+0000 mon.a (mon.0) 4407 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:29.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:29 smithi067 bash[82083]: audit 2023-12-09T02:14:28.684996+0000 mon.a (mon.0) 4408 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:29.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:29 smithi067 bash[82083]: audit 2023-12-09T02:14:28.688103+0000 mon.a (mon.0) 4409 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:29.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:29 smithi067 bash[82083]: audit 2023-12-09T02:14:28.689253+0000 mon.a (mon.0) 4410 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:29.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:29 smithi067 bash[82083]: audit 2023-12-09T02:14:28.695432+0000 mon.a (mon.0) 4411 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:29.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:29 smithi067 bash[82083]: cephadm 2023-12-09T02:14:28.696057+0000 mgr.y (mgr.25480) 1067 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:29.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:29 smithi067 bash[82083]: audit 2023-12-09T02:14:28.773132+0000 mon.a (mon.0) 4412 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:29.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:29 smithi067 bash[82083]: audit 2023-12-09T02:14:28.776359+0000 mon.a (mon.0) 4413 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:29.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:29 smithi067 bash[82083]: audit 2023-12-09T02:14:28.780218+0000 mon.a (mon.0) 4414 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:29.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:29 smithi067 bash[82083]: audit 2023-12-09T02:14:28.781597+0000 mon.a (mon.0) 4415 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:29.725 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:29 smithi067 bash[82083]: audit 2023-12-09T02:14:28.790371+0000 mon.a (mon.0) 4416 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:29.725 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:29 smithi067 bash[82083]: audit 2023-12-09T02:14:28.872107+0000 mon.a (mon.0) 4417 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:29.725 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:29 smithi067 bash[82083]: audit 2023-12-09T02:14:28.876016+0000 mon.a (mon.0) 4418 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:29.725 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:29 smithi067 bash[82083]: audit 2023-12-09T02:14:28.879343+0000 mon.a (mon.0) 4419 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:29.725 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:29 smithi067 bash[79370]: audit 2023-12-09T02:14:28.586624+0000 mon.a (mon.0) 4402 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:29.725 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:29 smithi067 bash[79370]: audit 2023-12-09T02:14:28.588964+0000 mon.a (mon.0) 4403 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:29.725 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:29 smithi067 bash[79370]: audit 2023-12-09T02:14:28.591865+0000 mon.a (mon.0) 4404 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:29.725 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:29 smithi067 bash[79370]: audit 2023-12-09T02:14:28.592944+0000 mon.a (mon.0) 4405 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:29.725 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:29 smithi067 bash[79370]: audit 2023-12-09T02:14:28.600428+0000 mon.a (mon.0) 4406 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:29.725 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:29 smithi067 bash[79370]: cephadm 2023-12-09T02:14:28.600991+0000 mgr.y (mgr.25480) 1066 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:29.725 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:29 smithi067 bash[79370]: audit 2023-12-09T02:14:28.682165+0000 mon.a (mon.0) 4407 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:29.726 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:29 smithi067 bash[79370]: audit 2023-12-09T02:14:28.684996+0000 mon.a (mon.0) 4408 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:29.726 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:29 smithi067 bash[79370]: audit 2023-12-09T02:14:28.688103+0000 mon.a (mon.0) 4409 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:29.726 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:29 smithi067 bash[79370]: audit 2023-12-09T02:14:28.689253+0000 mon.a (mon.0) 4410 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:29.726 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:29 smithi067 bash[79370]: audit 2023-12-09T02:14:28.695432+0000 mon.a (mon.0) 4411 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:29.726 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:29 smithi067 bash[79370]: cephadm 2023-12-09T02:14:28.696057+0000 mgr.y (mgr.25480) 1067 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:29.726 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:29 smithi067 bash[79370]: audit 2023-12-09T02:14:28.773132+0000 mon.a (mon.0) 4412 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:29.726 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:29 smithi067 bash[79370]: audit 2023-12-09T02:14:28.776359+0000 mon.a (mon.0) 4413 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:29.726 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:29 smithi067 bash[79370]: audit 2023-12-09T02:14:28.780218+0000 mon.a (mon.0) 4414 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:29.726 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:29 smithi067 bash[79370]: audit 2023-12-09T02:14:28.781597+0000 mon.a (mon.0) 4415 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:29.726 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:29 smithi067 bash[79370]: audit 2023-12-09T02:14:28.790371+0000 mon.a (mon.0) 4416 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:29.726 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:29 smithi067 bash[79370]: audit 2023-12-09T02:14:28.872107+0000 mon.a (mon.0) 4417 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:29.726 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:29 smithi067 bash[79370]: audit 2023-12-09T02:14:28.876016+0000 mon.a (mon.0) 4418 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:29.726 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:29 smithi067 bash[79370]: audit 2023-12-09T02:14:28.879343+0000 mon.a (mon.0) 4419 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:29.727 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:29 smithi067 bash[82083]: audit 2023-12-09T02:14:28.880551+0000 mon.a (mon.0) 4420 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:29.727 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:29 smithi067 bash[82083]: audit 2023-12-09T02:14:28.888428+0000 mon.a (mon.0) 4421 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:29.727 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:29 smithi067 bash[82083]: audit 2023-12-09T02:14:28.966404+0000 mon.a (mon.0) 4422 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:29.727 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:29 smithi067 bash[82083]: audit 2023-12-09T02:14:28.970043+0000 mon.a (mon.0) 4423 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:29.727 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:29 smithi067 bash[82083]: audit 2023-12-09T02:14:28.973961+0000 mon.a (mon.0) 4424 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:29.727 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:29 smithi067 bash[82083]: audit 2023-12-09T02:14:28.975357+0000 mon.a (mon.0) 4425 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:29.727 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:29 smithi067 bash[82083]: audit 2023-12-09T02:14:28.984763+0000 mon.a (mon.0) 4426 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:29.727 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:29 smithi067 bash[82083]: audit 2023-12-09T02:14:29.065646+0000 mon.a (mon.0) 4427 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:29.727 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:29 smithi067 bash[82083]: audit 2023-12-09T02:14:29.068565+0000 mon.a (mon.0) 4428 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:29.727 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:29 smithi067 bash[82083]: audit 2023-12-09T02:14:29.071478+0000 mon.a (mon.0) 4429 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:29.728 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:29 smithi067 bash[82083]: audit 2023-12-09T02:14:29.072447+0000 mon.a (mon.0) 4430 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:29.728 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:29 smithi067 bash[82083]: audit 2023-12-09T02:14:29.078590+0000 mon.a (mon.0) 4431 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:29.728 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:29 smithi067 bash[82083]: audit 2023-12-09T02:14:29.159850+0000 mon.a (mon.0) 4432 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:29.728 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:29 smithi067 bash[82083]: audit 2023-12-09T02:14:29.162617+0000 mon.a (mon.0) 4433 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:29.728 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:29 smithi067 bash[82083]: audit 2023-12-09T02:14:29.165450+0000 mon.a (mon.0) 4434 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:29.728 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:29 smithi067 bash[82083]: audit 2023-12-09T02:14:29.166652+0000 mon.a (mon.0) 4435 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:29.728 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:29 smithi067 bash[82083]: audit 2023-12-09T02:14:29.174340+0000 mon.a (mon.0) 4436 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:29.728 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:29 smithi067 bash[82083]: audit 2023-12-09T02:14:29.255643+0000 mon.a (mon.0) 4437 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:29.728 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:29 smithi067 bash[82083]: audit 2023-12-09T02:14:29.257886+0000 mon.a (mon.0) 4438 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:29.728 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:29 smithi067 bash[82083]: audit 2023-12-09T02:14:29.260923+0000 mon.a (mon.0) 4439 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:29.728 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:29 smithi067 bash[82083]: audit 2023-12-09T02:14:29.262122+0000 mon.a (mon.0) 4440 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:29.728 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:29 smithi067 bash[82083]: audit 2023-12-09T02:14:29.269786+0000 mon.a (mon.0) 4441 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:29.728 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:29 smithi067 bash[82083]: audit 2023-12-09T02:14:29.352746+0000 mon.a (mon.0) 4442 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:29.728 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:29 smithi067 bash[82083]: audit 2023-12-09T02:14:29.355089+0000 mon.a (mon.0) 4443 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:29.728 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:29 smithi067 bash[82083]: audit 2023-12-09T02:14:29.358490+0000 mon.a (mon.0) 4444 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:29.729 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:29 smithi067 bash[82083]: audit 2023-12-09T02:14:29.359818+0000 mon.a (mon.0) 4445 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:29.729 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:29 smithi067 bash[82083]: audit 2023-12-09T02:14:29.365710+0000 mon.a (mon.0) 4446 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:29.729 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:29 smithi067 bash[79370]: audit 2023-12-09T02:14:28.880551+0000 mon.a (mon.0) 4420 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:29.729 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:29 smithi067 bash[79370]: audit 2023-12-09T02:14:28.888428+0000 mon.a (mon.0) 4421 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:29.729 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:29 smithi067 bash[79370]: audit 2023-12-09T02:14:28.966404+0000 mon.a (mon.0) 4422 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:29.729 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:29 smithi067 bash[79370]: audit 2023-12-09T02:14:28.970043+0000 mon.a (mon.0) 4423 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:29.729 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:29 smithi067 bash[79370]: audit 2023-12-09T02:14:28.973961+0000 mon.a (mon.0) 4424 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:29.729 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:29 smithi067 bash[79370]: audit 2023-12-09T02:14:28.975357+0000 mon.a (mon.0) 4425 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:29.729 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:29 smithi067 bash[79370]: audit 2023-12-09T02:14:28.984763+0000 mon.a (mon.0) 4426 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:29.729 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:29 smithi067 bash[79370]: audit 2023-12-09T02:14:29.065646+0000 mon.a (mon.0) 4427 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:29.730 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:29 smithi067 bash[79370]: audit 2023-12-09T02:14:29.068565+0000 mon.a (mon.0) 4428 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:29.730 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:29 smithi067 bash[79370]: audit 2023-12-09T02:14:29.071478+0000 mon.a (mon.0) 4429 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:29.730 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:29 smithi067 bash[79370]: audit 2023-12-09T02:14:29.072447+0000 mon.a (mon.0) 4430 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:29.730 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:29 smithi067 bash[79370]: audit 2023-12-09T02:14:29.078590+0000 mon.a (mon.0) 4431 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:29.730 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:29 smithi067 bash[79370]: audit 2023-12-09T02:14:29.159850+0000 mon.a (mon.0) 4432 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:29.730 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:29 smithi067 bash[79370]: audit 2023-12-09T02:14:29.162617+0000 mon.a (mon.0) 4433 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:29.730 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:29 smithi067 bash[79370]: audit 2023-12-09T02:14:29.165450+0000 mon.a (mon.0) 4434 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:29.730 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:29 smithi067 bash[79370]: audit 2023-12-09T02:14:29.166652+0000 mon.a (mon.0) 4435 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:29.730 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:29 smithi067 bash[79370]: audit 2023-12-09T02:14:29.174340+0000 mon.a (mon.0) 4436 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:29.730 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:29 smithi067 bash[79370]: audit 2023-12-09T02:14:29.255643+0000 mon.a (mon.0) 4437 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:29.731 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:29 smithi067 bash[79370]: audit 2023-12-09T02:14:29.257886+0000 mon.a (mon.0) 4438 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:29.731 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:29 smithi067 bash[79370]: audit 2023-12-09T02:14:29.260923+0000 mon.a (mon.0) 4439 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:29.731 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:29 smithi067 bash[79370]: audit 2023-12-09T02:14:29.262122+0000 mon.a (mon.0) 4440 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:29.731 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:29 smithi067 bash[79370]: audit 2023-12-09T02:14:29.269786+0000 mon.a (mon.0) 4441 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:29.731 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:29 smithi067 bash[79370]: audit 2023-12-09T02:14:29.352746+0000 mon.a (mon.0) 4442 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:29.731 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:29 smithi067 bash[79370]: audit 2023-12-09T02:14:29.355089+0000 mon.a (mon.0) 4443 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:29.731 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:29 smithi067 bash[79370]: audit 2023-12-09T02:14:29.358490+0000 mon.a (mon.0) 4444 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:29.731 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:29 smithi067 bash[79370]: audit 2023-12-09T02:14:29.359818+0000 mon.a (mon.0) 4445 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:29.732 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:29 smithi067 bash[79370]: audit 2023-12-09T02:14:29.365710+0000 mon.a (mon.0) 4446 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:29.734 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:29 smithi125 bash[66801]: cephadm 2023-12-09T02:14:27.737323+0000 mgr.y (mgr.25480) 1056 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:29.734 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:29 smithi125 bash[66801]: cephadm 2023-12-09T02:14:27.834220+0000 mgr.y (mgr.25480) 1057 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:29.734 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:29 smithi125 bash[66801]: cephadm 2023-12-09T02:14:27.936414+0000 mgr.y (mgr.25480) 1058 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:29.734 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:29 smithi125 bash[66801]: cluster 2023-12-09T02:14:27.995287+0000 mgr.y (mgr.25480) 1059 : cluster 0 pgmap v179: 161 pgs: 20 active+undersized+degraded, 43 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2023-12-09T02:14:29.735 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:29 smithi125 bash[66801]: cephadm 2023-12-09T02:14:28.033957+0000 mgr.y (mgr.25480) 1060 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:29.735 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:29 smithi125 bash[66801]: cephadm 2023-12-09T02:14:28.133223+0000 mgr.y (mgr.25480) 1061 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:29.735 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:29 smithi125 bash[66801]: cephadm 2023-12-09T02:14:28.230035+0000 mgr.y (mgr.25480) 1062 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:29.735 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:29 smithi125 bash[66801]: cephadm 2023-12-09T02:14:28.327640+0000 mgr.y (mgr.25480) 1063 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:29.735 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:29 smithi125 bash[66801]: audit 2023-12-09T02:14:28.416531+0000 mon.a (mon.0) 4392 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:29.735 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:29 smithi125 bash[66801]: audit 2023-12-09T02:14:28.418850+0000 mon.a (mon.0) 4393 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:29.735 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:29 smithi125 bash[66801]: audit 2023-12-09T02:14:28.420954+0000 mon.a (mon.0) 4394 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:29.735 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:29 smithi125 bash[66801]: audit 2023-12-09T02:14:28.421697+0000 mon.a (mon.0) 4395 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:29.735 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:29 smithi125 bash[66801]: audit 2023-12-09T02:14:28.426479+0000 mon.a (mon.0) 4396 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:29.735 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:29 smithi125 bash[66801]: cephadm 2023-12-09T02:14:28.426904+0000 mgr.y (mgr.25480) 1064 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:29.735 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:29 smithi125 bash[66801]: audit 2023-12-09T02:14:28.508342+0000 mon.a (mon.0) 4397 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:29.735 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:29 smithi125 bash[66801]: audit 2023-12-09T02:14:28.510324+0000 mon.a (mon.0) 4398 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:29.735 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:29 smithi125 bash[66801]: audit 2023-12-09T02:14:28.512797+0000 mon.a (mon.0) 4399 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:29.735 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:29 smithi125 bash[66801]: audit 2023-12-09T02:14:28.513579+0000 mon.a (mon.0) 4400 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:29.736 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:29 smithi125 bash[66801]: audit 2023-12-09T02:14:28.521902+0000 mon.a (mon.0) 4401 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:29.736 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:29 smithi125 bash[66801]: cephadm 2023-12-09T02:14:28.522535+0000 mgr.y (mgr.25480) 1065 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:29.736 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:29 smithi125 bash[66801]: audit 2023-12-09T02:14:28.586624+0000 mon.a (mon.0) 4402 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:29.736 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:29 smithi125 bash[66801]: audit 2023-12-09T02:14:28.588964+0000 mon.a (mon.0) 4403 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:29.736 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:29 smithi125 bash[66801]: audit 2023-12-09T02:14:28.591865+0000 mon.a (mon.0) 4404 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:29.736 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:29 smithi125 bash[66801]: audit 2023-12-09T02:14:28.592944+0000 mon.a (mon.0) 4405 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:29.736 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:29 smithi125 bash[66801]: audit 2023-12-09T02:14:28.600428+0000 mon.a (mon.0) 4406 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:29.736 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:29 smithi125 bash[66801]: cephadm 2023-12-09T02:14:28.600991+0000 mgr.y (mgr.25480) 1066 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:29.736 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:29 smithi125 bash[66801]: audit 2023-12-09T02:14:28.682165+0000 mon.a (mon.0) 4407 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:29.736 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:29 smithi125 bash[66801]: audit 2023-12-09T02:14:28.684996+0000 mon.a (mon.0) 4408 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:29.736 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:29 smithi125 bash[66801]: audit 2023-12-09T02:14:28.688103+0000 mon.a (mon.0) 4409 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:29.736 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:29 smithi125 bash[66801]: audit 2023-12-09T02:14:28.689253+0000 mon.a (mon.0) 4410 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:29.736 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:29 smithi125 bash[66801]: audit 2023-12-09T02:14:28.695432+0000 mon.a (mon.0) 4411 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:29.736 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:29 smithi125 bash[66801]: cephadm 2023-12-09T02:14:28.696057+0000 mgr.y (mgr.25480) 1067 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:29.736 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:29 smithi125 bash[66801]: audit 2023-12-09T02:14:28.773132+0000 mon.a (mon.0) 4412 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:29.737 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:29 smithi125 bash[66801]: audit 2023-12-09T02:14:28.776359+0000 mon.a (mon.0) 4413 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:29.737 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:29 smithi125 bash[66801]: audit 2023-12-09T02:14:28.780218+0000 mon.a (mon.0) 4414 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:29.737 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:29 smithi125 bash[66801]: audit 2023-12-09T02:14:28.781597+0000 mon.a (mon.0) 4415 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:29.737 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:29 smithi125 bash[66801]: audit 2023-12-09T02:14:28.790371+0000 mon.a (mon.0) 4416 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:29.737 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:29 smithi125 bash[66801]: audit 2023-12-09T02:14:28.872107+0000 mon.a (mon.0) 4417 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:29.737 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:29 smithi125 bash[66801]: audit 2023-12-09T02:14:28.876016+0000 mon.a (mon.0) 4418 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:29.737 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:29 smithi125 bash[66801]: audit 2023-12-09T02:14:28.879343+0000 mon.a (mon.0) 4419 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:29.737 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:29 smithi125 bash[66801]: audit 2023-12-09T02:14:28.880551+0000 mon.a (mon.0) 4420 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:29.737 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:29 smithi125 bash[66801]: audit 2023-12-09T02:14:28.888428+0000 mon.a (mon.0) 4421 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:29.737 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:29 smithi125 bash[66801]: audit 2023-12-09T02:14:28.966404+0000 mon.a (mon.0) 4422 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:29.737 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:29 smithi125 bash[66801]: audit 2023-12-09T02:14:28.970043+0000 mon.a (mon.0) 4423 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:29.738 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:29 smithi125 bash[66801]: audit 2023-12-09T02:14:28.973961+0000 mon.a (mon.0) 4424 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:29.738 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:29 smithi125 bash[66801]: audit 2023-12-09T02:14:28.975357+0000 mon.a (mon.0) 4425 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:29.738 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:29 smithi125 bash[66801]: audit 2023-12-09T02:14:28.984763+0000 mon.a (mon.0) 4426 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:29.738 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:29 smithi125 bash[66801]: audit 2023-12-09T02:14:29.065646+0000 mon.a (mon.0) 4427 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:29.738 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:29 smithi125 bash[66801]: audit 2023-12-09T02:14:29.068565+0000 mon.a (mon.0) 4428 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:29.738 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:29 smithi125 bash[66801]: audit 2023-12-09T02:14:29.071478+0000 mon.a (mon.0) 4429 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:29.738 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:29 smithi125 bash[66801]: audit 2023-12-09T02:14:29.072447+0000 mon.a (mon.0) 4430 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:29.738 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:29 smithi125 bash[66801]: audit 2023-12-09T02:14:29.078590+0000 mon.a (mon.0) 4431 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:29.738 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:29 smithi125 bash[66801]: audit 2023-12-09T02:14:29.159850+0000 mon.a (mon.0) 4432 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:29.738 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:29 smithi125 bash[66801]: audit 2023-12-09T02:14:29.162617+0000 mon.a (mon.0) 4433 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:29.738 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:29 smithi125 bash[66801]: audit 2023-12-09T02:14:29.165450+0000 mon.a (mon.0) 4434 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:29.738 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:29 smithi125 bash[66801]: audit 2023-12-09T02:14:29.166652+0000 mon.a (mon.0) 4435 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:29.738 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:29 smithi125 bash[66801]: audit 2023-12-09T02:14:29.174340+0000 mon.a (mon.0) 4436 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:29.739 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:29 smithi125 bash[66801]: audit 2023-12-09T02:14:29.255643+0000 mon.a (mon.0) 4437 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:29.739 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:29 smithi125 bash[66801]: audit 2023-12-09T02:14:29.257886+0000 mon.a (mon.0) 4438 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:29.739 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:29 smithi125 bash[66801]: audit 2023-12-09T02:14:29.260923+0000 mon.a (mon.0) 4439 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:29.739 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:29 smithi125 bash[66801]: audit 2023-12-09T02:14:29.262122+0000 mon.a (mon.0) 4440 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:29.739 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:29 smithi125 bash[66801]: audit 2023-12-09T02:14:29.269786+0000 mon.a (mon.0) 4441 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:29.739 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:29 smithi125 bash[66801]: audit 2023-12-09T02:14:29.352746+0000 mon.a (mon.0) 4442 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:29.739 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:29 smithi125 bash[66801]: audit 2023-12-09T02:14:29.355089+0000 mon.a (mon.0) 4443 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:29.739 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:29 smithi125 bash[66801]: audit 2023-12-09T02:14:29.358490+0000 mon.a (mon.0) 4444 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:29.739 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:29 smithi125 bash[66801]: audit 2023-12-09T02:14:29.359818+0000 mon.a (mon.0) 4445 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:29.739 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:29 smithi125 bash[66801]: audit 2023-12-09T02:14:29.365710+0000 mon.a (mon.0) 4446 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:30.721 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:30 smithi067 bash[79370]: audit 2023-12-09T02:14:28.777853+0000 mgr.y (mgr.25480) 1068 : audit 0 from='client.25420 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:14:30.721 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:30 smithi067 bash[79370]: cephadm 2023-12-09T02:14:28.790960+0000 mgr.y (mgr.25480) 1069 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:30.721 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:30 smithi067 bash[79370]: cephadm 2023-12-09T02:14:28.889144+0000 mgr.y (mgr.25480) 1070 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:30.721 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:30 smithi067 bash[79370]: cephadm 2023-12-09T02:14:28.985723+0000 mgr.y (mgr.25480) 1071 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:30.721 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:30 smithi067 bash[79370]: cephadm 2023-12-09T02:14:29.079367+0000 mgr.y (mgr.25480) 1072 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:30.721 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:30 smithi067 bash[79370]: cephadm 2023-12-09T02:14:29.174909+0000 mgr.y (mgr.25480) 1073 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:30.721 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:30 smithi067 bash[79370]: cephadm 2023-12-09T02:14:29.270608+0000 mgr.y (mgr.25480) 1074 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:30.721 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:30 smithi067 bash[79370]: cephadm 2023-12-09T02:14:29.366337+0000 mgr.y (mgr.25480) 1075 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:30.721 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:30 smithi067 bash[79370]: audit 2023-12-09T02:14:29.447414+0000 mon.a (mon.0) 4447 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:30.721 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:30 smithi067 bash[79370]: audit 2023-12-09T02:14:29.450459+0000 mon.a (mon.0) 4448 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:30.721 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:30 smithi067 bash[79370]: audit 2023-12-09T02:14:29.453201+0000 mon.a (mon.0) 4449 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:30.721 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:30 smithi067 bash[79370]: audit 2023-12-09T02:14:29.454298+0000 mon.a (mon.0) 4450 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:30.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:30 smithi067 bash[79370]: audit 2023-12-09T02:14:29.463696+0000 mon.a (mon.0) 4451 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:30.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:30 smithi067 bash[79370]: cephadm 2023-12-09T02:14:29.464372+0000 mgr.y (mgr.25480) 1076 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:30.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:30 smithi067 bash[79370]: audit 2023-12-09T02:14:29.546074+0000 mon.a (mon.0) 4452 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:30.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:30 smithi067 bash[79370]: audit 2023-12-09T02:14:29.548335+0000 mon.a (mon.0) 4453 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:30.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:30 smithi067 bash[79370]: audit 2023-12-09T02:14:29.552025+0000 mon.a (mon.0) 4454 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:30.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:30 smithi067 bash[79370]: audit 2023-12-09T02:14:29.553164+0000 mon.a (mon.0) 4455 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:30.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:30 smithi067 bash[79370]: audit 2023-12-09T02:14:29.560294+0000 mon.a (mon.0) 4456 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:30.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:30 smithi067 bash[79370]: cephadm 2023-12-09T02:14:29.560843+0000 mgr.y (mgr.25480) 1077 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:30.722 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:30 smithi067 bash[82083]: audit 2023-12-09T02:14:28.777853+0000 mgr.y (mgr.25480) 1068 : audit 0 from='client.25420 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:14:30.723 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:30 smithi067 bash[82083]: cephadm 2023-12-09T02:14:28.790960+0000 mgr.y (mgr.25480) 1069 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:30.723 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:30 smithi067 bash[82083]: cephadm 2023-12-09T02:14:28.889144+0000 mgr.y (mgr.25480) 1070 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:30.723 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:30 smithi067 bash[82083]: cephadm 2023-12-09T02:14:28.985723+0000 mgr.y (mgr.25480) 1071 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:30.723 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:30 smithi067 bash[82083]: cephadm 2023-12-09T02:14:29.079367+0000 mgr.y (mgr.25480) 1072 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:30.723 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:30 smithi067 bash[82083]: cephadm 2023-12-09T02:14:29.174909+0000 mgr.y (mgr.25480) 1073 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:30.723 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:30 smithi067 bash[82083]: cephadm 2023-12-09T02:14:29.270608+0000 mgr.y (mgr.25480) 1074 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:30.723 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:30 smithi067 bash[82083]: cephadm 2023-12-09T02:14:29.366337+0000 mgr.y (mgr.25480) 1075 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:30.723 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:30 smithi067 bash[82083]: audit 2023-12-09T02:14:29.447414+0000 mon.a (mon.0) 4447 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:30.723 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:30 smithi067 bash[82083]: audit 2023-12-09T02:14:29.450459+0000 mon.a (mon.0) 4448 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:30.723 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:30 smithi067 bash[82083]: audit 2023-12-09T02:14:29.453201+0000 mon.a (mon.0) 4449 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:30.723 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:30 smithi067 bash[82083]: audit 2023-12-09T02:14:29.454298+0000 mon.a (mon.0) 4450 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:30.723 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:30 smithi067 bash[82083]: audit 2023-12-09T02:14:29.463696+0000 mon.a (mon.0) 4451 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:30.723 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:30 smithi067 bash[82083]: cephadm 2023-12-09T02:14:29.464372+0000 mgr.y (mgr.25480) 1076 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:30.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:30 smithi067 bash[82083]: audit 2023-12-09T02:14:29.546074+0000 mon.a (mon.0) 4452 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:30.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:30 smithi067 bash[82083]: audit 2023-12-09T02:14:29.548335+0000 mon.a (mon.0) 4453 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:30.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:30 smithi067 bash[82083]: audit 2023-12-09T02:14:29.552025+0000 mon.a (mon.0) 4454 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:30.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:30 smithi067 bash[82083]: audit 2023-12-09T02:14:29.553164+0000 mon.a (mon.0) 4455 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:30.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:30 smithi067 bash[82083]: audit 2023-12-09T02:14:29.560294+0000 mon.a (mon.0) 4456 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:30.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:30 smithi067 bash[82083]: cephadm 2023-12-09T02:14:29.560843+0000 mgr.y (mgr.25480) 1077 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:30.724 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:30 smithi067 bash[79370]: audit 2023-12-09T02:14:29.637821+0000 mon.a (mon.0) 4457 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:30.724 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:30 smithi067 bash[79370]: audit 2023-12-09T02:14:29.641134+0000 mon.a (mon.0) 4458 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:30.724 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:30 smithi067 bash[79370]: audit 2023-12-09T02:14:29.644789+0000 mon.a (mon.0) 4459 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:30.724 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:30 smithi067 bash[79370]: audit 2023-12-09T02:14:29.645950+0000 mon.a (mon.0) 4460 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:30.724 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:30 smithi067 bash[79370]: audit 2023-12-09T02:14:29.654588+0000 mon.a (mon.0) 4461 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:30.725 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:30 smithi067 bash[79370]: cephadm 2023-12-09T02:14:29.655500+0000 mgr.y (mgr.25480) 1078 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:30.725 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:30 smithi067 bash[79370]: audit 2023-12-09T02:14:29.737576+0000 mon.a (mon.0) 4462 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:30.725 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:30 smithi067 bash[79370]: audit 2023-12-09T02:14:29.740055+0000 mon.a (mon.0) 4463 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:30.725 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:30 smithi067 bash[79370]: audit 2023-12-09T02:14:29.743901+0000 mon.a (mon.0) 4464 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:30.725 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:30 smithi067 bash[79370]: audit 2023-12-09T02:14:29.745169+0000 mon.a (mon.0) 4465 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:30.725 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:30 smithi067 bash[79370]: audit 2023-12-09T02:14:29.752690+0000 mon.a (mon.0) 4466 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:30.725 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:30 smithi067 bash[79370]: audit 2023-12-09T02:14:29.834566+0000 mon.a (mon.0) 4467 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:30.725 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:30 smithi067 bash[79370]: audit 2023-12-09T02:14:29.839243+0000 mon.a (mon.0) 4468 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:30.725 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:30 smithi067 bash[79370]: audit 2023-12-09T02:14:29.842796+0000 mon.a (mon.0) 4469 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:30.725 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:30 smithi067 bash[79370]: audit 2023-12-09T02:14:29.843912+0000 mon.a (mon.0) 4470 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:30.725 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:30 smithi067 bash[79370]: audit 2023-12-09T02:14:29.851376+0000 mon.a (mon.0) 4471 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:30.725 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:30 smithi067 bash[79370]: audit 2023-12-09T02:14:29.933401+0000 mon.a (mon.0) 4472 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:30.725 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:30 smithi067 bash[79370]: audit 2023-12-09T02:14:29.938062+0000 mon.a (mon.0) 4473 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:30.725 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:30 smithi067 bash[79370]: audit 2023-12-09T02:14:29.941457+0000 mon.a (mon.0) 4474 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:30.725 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:30 smithi067 bash[79370]: audit 2023-12-09T02:14:29.942682+0000 mon.a (mon.0) 4475 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:30.726 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:30 smithi067 bash[82083]: audit 2023-12-09T02:14:29.637821+0000 mon.a (mon.0) 4457 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:30.726 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:30 smithi067 bash[82083]: audit 2023-12-09T02:14:29.641134+0000 mon.a (mon.0) 4458 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:30.726 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:30 smithi067 bash[82083]: audit 2023-12-09T02:14:29.644789+0000 mon.a (mon.0) 4459 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:30.726 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:30 smithi067 bash[82083]: audit 2023-12-09T02:14:29.645950+0000 mon.a (mon.0) 4460 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:30.726 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:30 smithi067 bash[82083]: audit 2023-12-09T02:14:29.654588+0000 mon.a (mon.0) 4461 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:30.726 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:30 smithi067 bash[82083]: cephadm 2023-12-09T02:14:29.655500+0000 mgr.y (mgr.25480) 1078 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:30.726 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:30 smithi067 bash[82083]: audit 2023-12-09T02:14:29.737576+0000 mon.a (mon.0) 4462 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:30.726 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:30 smithi067 bash[82083]: audit 2023-12-09T02:14:29.740055+0000 mon.a (mon.0) 4463 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:30.726 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:30 smithi067 bash[82083]: audit 2023-12-09T02:14:29.743901+0000 mon.a (mon.0) 4464 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:30.726 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:30 smithi067 bash[82083]: audit 2023-12-09T02:14:29.745169+0000 mon.a (mon.0) 4465 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:30.726 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:30 smithi067 bash[82083]: audit 2023-12-09T02:14:29.752690+0000 mon.a (mon.0) 4466 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:30.726 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:30 smithi067 bash[82083]: audit 2023-12-09T02:14:29.834566+0000 mon.a (mon.0) 4467 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:30.727 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:30 smithi067 bash[82083]: audit 2023-12-09T02:14:29.839243+0000 mon.a (mon.0) 4468 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:30.727 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:30 smithi067 bash[82083]: audit 2023-12-09T02:14:29.842796+0000 mon.a (mon.0) 4469 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:30.727 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:30 smithi067 bash[82083]: audit 2023-12-09T02:14:29.843912+0000 mon.a (mon.0) 4470 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:30.727 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:30 smithi067 bash[82083]: audit 2023-12-09T02:14:29.851376+0000 mon.a (mon.0) 4471 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:30.727 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:30 smithi067 bash[82083]: audit 2023-12-09T02:14:29.933401+0000 mon.a (mon.0) 4472 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:30.727 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:30 smithi067 bash[82083]: audit 2023-12-09T02:14:29.938062+0000 mon.a (mon.0) 4473 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:30.727 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:30 smithi067 bash[82083]: audit 2023-12-09T02:14:29.941457+0000 mon.a (mon.0) 4474 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:30.727 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:30 smithi067 bash[82083]: audit 2023-12-09T02:14:29.942682+0000 mon.a (mon.0) 4475 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:30.727 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:30 smithi067 bash[79370]: audit 2023-12-09T02:14:29.950019+0000 mon.a (mon.0) 4476 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:30.727 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:30 smithi067 bash[79370]: audit 2023-12-09T02:14:30.027887+0000 mon.a (mon.0) 4477 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:30.727 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:30 smithi067 bash[79370]: audit 2023-12-09T02:14:30.030568+0000 mon.a (mon.0) 4478 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:30.728 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:30 smithi067 bash[79370]: audit 2023-12-09T02:14:30.032843+0000 mon.a (mon.0) 4479 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:30.728 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:30 smithi067 bash[79370]: audit 2023-12-09T02:14:30.033510+0000 mon.a (mon.0) 4480 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:30.728 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:30 smithi067 bash[79370]: audit 2023-12-09T02:14:30.040446+0000 mon.a (mon.0) 4481 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:30.728 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:30 smithi067 bash[79370]: audit 2023-12-09T02:14:30.120105+0000 mon.a (mon.0) 4482 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:30.728 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:30 smithi067 bash[79370]: audit 2023-12-09T02:14:30.122854+0000 mon.a (mon.0) 4483 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:30.728 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:30 smithi067 bash[79370]: audit 2023-12-09T02:14:30.126171+0000 mon.a (mon.0) 4484 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:30.728 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:30 smithi067 bash[79370]: audit 2023-12-09T02:14:30.127151+0000 mon.a (mon.0) 4485 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:30.728 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:30 smithi067 bash[79370]: audit 2023-12-09T02:14:30.134606+0000 mon.a (mon.0) 4486 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:30.728 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:30 smithi067 bash[79370]: audit 2023-12-09T02:14:30.213335+0000 mon.a (mon.0) 4487 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:30.728 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:30 smithi067 bash[79370]: audit 2023-12-09T02:14:30.217587+0000 mon.a (mon.0) 4488 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:30.728 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:30 smithi067 bash[79370]: audit 2023-12-09T02:14:30.221567+0000 mon.a (mon.0) 4489 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:30.728 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:30 smithi067 bash[79370]: audit 2023-12-09T02:14:30.223059+0000 mon.a (mon.0) 4490 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:30.728 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:30 smithi067 bash[79370]: audit 2023-12-09T02:14:30.231904+0000 mon.a (mon.0) 4491 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:30.728 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:30 smithi067 bash[79370]: audit 2023-12-09T02:14:30.313691+0000 mon.a (mon.0) 4492 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:30.729 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:30 smithi067 bash[79370]: audit 2023-12-09T02:14:30.316965+0000 mon.a (mon.0) 4493 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:30.729 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:30 smithi067 bash[79370]: audit 2023-12-09T02:14:30.320560+0000 mon.a (mon.0) 4494 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:30.729 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:30 smithi067 bash[79370]: audit 2023-12-09T02:14:30.321733+0000 mon.a (mon.0) 4495 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:30.729 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:30 smithi067 bash[79370]: audit 2023-12-09T02:14:30.332288+0000 mon.a (mon.0) 4496 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:30.729 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:30 smithi067 bash[82083]: audit 2023-12-09T02:14:29.950019+0000 mon.a (mon.0) 4476 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:30.729 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:30 smithi067 bash[82083]: audit 2023-12-09T02:14:30.027887+0000 mon.a (mon.0) 4477 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:30.729 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:30 smithi067 bash[82083]: audit 2023-12-09T02:14:30.030568+0000 mon.a (mon.0) 4478 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:30.729 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:30 smithi067 bash[82083]: audit 2023-12-09T02:14:30.032843+0000 mon.a (mon.0) 4479 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:30.729 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:30 smithi067 bash[82083]: audit 2023-12-09T02:14:30.033510+0000 mon.a (mon.0) 4480 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:30.729 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:30 smithi067 bash[82083]: audit 2023-12-09T02:14:30.040446+0000 mon.a (mon.0) 4481 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:30.729 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:30 smithi067 bash[82083]: audit 2023-12-09T02:14:30.120105+0000 mon.a (mon.0) 4482 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:30.729 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:30 smithi067 bash[82083]: audit 2023-12-09T02:14:30.122854+0000 mon.a (mon.0) 4483 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:30.730 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:30 smithi067 bash[82083]: audit 2023-12-09T02:14:30.126171+0000 mon.a (mon.0) 4484 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:30.730 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:30 smithi067 bash[82083]: audit 2023-12-09T02:14:30.127151+0000 mon.a (mon.0) 4485 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:30.730 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:30 smithi067 bash[82083]: audit 2023-12-09T02:14:30.134606+0000 mon.a (mon.0) 4486 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:30.730 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:30 smithi067 bash[82083]: audit 2023-12-09T02:14:30.213335+0000 mon.a (mon.0) 4487 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:30.730 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:30 smithi067 bash[82083]: audit 2023-12-09T02:14:30.217587+0000 mon.a (mon.0) 4488 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:30.730 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:30 smithi067 bash[82083]: audit 2023-12-09T02:14:30.221567+0000 mon.a (mon.0) 4489 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:30.730 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:30 smithi067 bash[82083]: audit 2023-12-09T02:14:30.223059+0000 mon.a (mon.0) 4490 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:30.730 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:30 smithi067 bash[82083]: audit 2023-12-09T02:14:30.231904+0000 mon.a (mon.0) 4491 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:30.730 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:30 smithi067 bash[82083]: audit 2023-12-09T02:14:30.313691+0000 mon.a (mon.0) 4492 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:30.730 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:30 smithi067 bash[82083]: audit 2023-12-09T02:14:30.316965+0000 mon.a (mon.0) 4493 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:30.730 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:30 smithi067 bash[82083]: audit 2023-12-09T02:14:30.320560+0000 mon.a (mon.0) 4494 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:30.730 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:30 smithi067 bash[82083]: audit 2023-12-09T02:14:30.321733+0000 mon.a (mon.0) 4495 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:30.730 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:30 smithi067 bash[82083]: audit 2023-12-09T02:14:30.332288+0000 mon.a (mon.0) 4496 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:30.731 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:30 smithi125 bash[66801]: audit 2023-12-09T02:14:28.777853+0000 mgr.y (mgr.25480) 1068 : audit 0 from='client.25420 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:14:30.731 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:30 smithi125 bash[66801]: cephadm 2023-12-09T02:14:28.790960+0000 mgr.y (mgr.25480) 1069 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:30.731 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:30 smithi125 bash[66801]: cephadm 2023-12-09T02:14:28.889144+0000 mgr.y (mgr.25480) 1070 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:30.731 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:30 smithi125 bash[66801]: cephadm 2023-12-09T02:14:28.985723+0000 mgr.y (mgr.25480) 1071 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:30.731 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:30 smithi125 bash[66801]: cephadm 2023-12-09T02:14:29.079367+0000 mgr.y (mgr.25480) 1072 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:30.732 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:30 smithi125 bash[66801]: cephadm 2023-12-09T02:14:29.174909+0000 mgr.y (mgr.25480) 1073 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:30.732 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:30 smithi125 bash[66801]: cephadm 2023-12-09T02:14:29.270608+0000 mgr.y (mgr.25480) 1074 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:30.732 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:30 smithi125 bash[66801]: cephadm 2023-12-09T02:14:29.366337+0000 mgr.y (mgr.25480) 1075 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:30.732 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:30 smithi125 bash[66801]: audit 2023-12-09T02:14:29.447414+0000 mon.a (mon.0) 4447 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:30.732 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:30 smithi125 bash[66801]: audit 2023-12-09T02:14:29.450459+0000 mon.a (mon.0) 4448 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:30.732 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:30 smithi125 bash[66801]: audit 2023-12-09T02:14:29.453201+0000 mon.a (mon.0) 4449 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:30.732 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:30 smithi125 bash[66801]: audit 2023-12-09T02:14:29.454298+0000 mon.a (mon.0) 4450 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:30.732 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:30 smithi125 bash[66801]: audit 2023-12-09T02:14:29.463696+0000 mon.a (mon.0) 4451 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:30.732 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:30 smithi125 bash[66801]: cephadm 2023-12-09T02:14:29.464372+0000 mgr.y (mgr.25480) 1076 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:30.732 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:30 smithi125 bash[66801]: audit 2023-12-09T02:14:29.546074+0000 mon.a (mon.0) 4452 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:30.732 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:30 smithi125 bash[66801]: audit 2023-12-09T02:14:29.548335+0000 mon.a (mon.0) 4453 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:30.732 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:30 smithi125 bash[66801]: audit 2023-12-09T02:14:29.552025+0000 mon.a (mon.0) 4454 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:30.732 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:30 smithi125 bash[66801]: audit 2023-12-09T02:14:29.553164+0000 mon.a (mon.0) 4455 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:30.732 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:30 smithi125 bash[66801]: audit 2023-12-09T02:14:29.560294+0000 mon.a (mon.0) 4456 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:30.732 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:30 smithi125 bash[66801]: cephadm 2023-12-09T02:14:29.560843+0000 mgr.y (mgr.25480) 1077 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:30.732 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:30 smithi125 bash[66801]: audit 2023-12-09T02:14:29.637821+0000 mon.a (mon.0) 4457 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:30.733 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:30 smithi125 bash[66801]: audit 2023-12-09T02:14:29.641134+0000 mon.a (mon.0) 4458 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:30.733 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:30 smithi125 bash[66801]: audit 2023-12-09T02:14:29.644789+0000 mon.a (mon.0) 4459 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:30.733 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:30 smithi125 bash[66801]: audit 2023-12-09T02:14:29.645950+0000 mon.a (mon.0) 4460 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:30.733 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:30 smithi125 bash[66801]: audit 2023-12-09T02:14:29.654588+0000 mon.a (mon.0) 4461 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:30.733 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:30 smithi125 bash[66801]: cephadm 2023-12-09T02:14:29.655500+0000 mgr.y (mgr.25480) 1078 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:30.733 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:30 smithi125 bash[66801]: audit 2023-12-09T02:14:29.737576+0000 mon.a (mon.0) 4462 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:30.733 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:30 smithi125 bash[66801]: audit 2023-12-09T02:14:29.740055+0000 mon.a (mon.0) 4463 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:30.733 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:30 smithi125 bash[66801]: audit 2023-12-09T02:14:29.743901+0000 mon.a (mon.0) 4464 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:30.733 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:30 smithi125 bash[66801]: audit 2023-12-09T02:14:29.745169+0000 mon.a (mon.0) 4465 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:30.733 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:30 smithi125 bash[66801]: audit 2023-12-09T02:14:29.752690+0000 mon.a (mon.0) 4466 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:30.733 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:30 smithi125 bash[66801]: audit 2023-12-09T02:14:29.834566+0000 mon.a (mon.0) 4467 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:30.733 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:30 smithi125 bash[66801]: audit 2023-12-09T02:14:29.839243+0000 mon.a (mon.0) 4468 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:30.733 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:30 smithi125 bash[66801]: audit 2023-12-09T02:14:29.842796+0000 mon.a (mon.0) 4469 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:30.733 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:30 smithi125 bash[66801]: audit 2023-12-09T02:14:29.843912+0000 mon.a (mon.0) 4470 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:30.733 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:30 smithi125 bash[66801]: audit 2023-12-09T02:14:29.851376+0000 mon.a (mon.0) 4471 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:30.733 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:30 smithi125 bash[66801]: audit 2023-12-09T02:14:29.933401+0000 mon.a (mon.0) 4472 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:30.734 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:30 smithi125 bash[66801]: audit 2023-12-09T02:14:29.938062+0000 mon.a (mon.0) 4473 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:30.734 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:30 smithi125 bash[66801]: audit 2023-12-09T02:14:29.941457+0000 mon.a (mon.0) 4474 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:30.734 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:30 smithi125 bash[66801]: audit 2023-12-09T02:14:29.942682+0000 mon.a (mon.0) 4475 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:30.734 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:30 smithi125 bash[66801]: audit 2023-12-09T02:14:29.950019+0000 mon.a (mon.0) 4476 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:30.734 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:30 smithi125 bash[66801]: audit 2023-12-09T02:14:30.027887+0000 mon.a (mon.0) 4477 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:30.734 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:30 smithi125 bash[66801]: audit 2023-12-09T02:14:30.030568+0000 mon.a (mon.0) 4478 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:30.734 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:30 smithi125 bash[66801]: audit 2023-12-09T02:14:30.032843+0000 mon.a (mon.0) 4479 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:30.734 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:30 smithi125 bash[66801]: audit 2023-12-09T02:14:30.033510+0000 mon.a (mon.0) 4480 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:30.734 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:30 smithi125 bash[66801]: audit 2023-12-09T02:14:30.040446+0000 mon.a (mon.0) 4481 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:30.734 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:30 smithi125 bash[66801]: audit 2023-12-09T02:14:30.120105+0000 mon.a (mon.0) 4482 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:30.734 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:30 smithi125 bash[66801]: audit 2023-12-09T02:14:30.122854+0000 mon.a (mon.0) 4483 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:30.734 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:30 smithi125 bash[66801]: audit 2023-12-09T02:14:30.126171+0000 mon.a (mon.0) 4484 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:30.734 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:30 smithi125 bash[66801]: audit 2023-12-09T02:14:30.127151+0000 mon.a (mon.0) 4485 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:30.735 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:30 smithi125 bash[66801]: audit 2023-12-09T02:14:30.134606+0000 mon.a (mon.0) 4486 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:30.735 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:30 smithi125 bash[66801]: audit 2023-12-09T02:14:30.213335+0000 mon.a (mon.0) 4487 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:30.735 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:30 smithi125 bash[66801]: audit 2023-12-09T02:14:30.217587+0000 mon.a (mon.0) 4488 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:30.735 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:30 smithi125 bash[66801]: audit 2023-12-09T02:14:30.221567+0000 mon.a (mon.0) 4489 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:30.735 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:30 smithi125 bash[66801]: audit 2023-12-09T02:14:30.223059+0000 mon.a (mon.0) 4490 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:30.735 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:30 smithi125 bash[66801]: audit 2023-12-09T02:14:30.231904+0000 mon.a (mon.0) 4491 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:30.735 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:30 smithi125 bash[66801]: audit 2023-12-09T02:14:30.313691+0000 mon.a (mon.0) 4492 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:30.735 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:30 smithi125 bash[66801]: audit 2023-12-09T02:14:30.316965+0000 mon.a (mon.0) 4493 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:30.735 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:30 smithi125 bash[66801]: audit 2023-12-09T02:14:30.320560+0000 mon.a (mon.0) 4494 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:30.735 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:30 smithi125 bash[66801]: audit 2023-12-09T02:14:30.321733+0000 mon.a (mon.0) 4495 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:30.735 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:30 smithi125 bash[66801]: audit 2023-12-09T02:14:30.332288+0000 mon.a (mon.0) 4496 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:31.222 INFO:journalctl@ceph.osd.4.smithi125.stdout:Dec 09 02:14:30 smithi125 bash[73276]: debug 2023-12-09T02:14:30.783+0000 7f4fc8d90640 -1 osd.4 0 read_superblock omap replica is missing. 2023-12-09T02:14:31.222 INFO:journalctl@ceph.osd.4.smithi125.stdout:Dec 09 02:14:30 smithi125 bash[73276]: debug 2023-12-09T02:14:30.835+0000 7f4fc8d90640 -1 osd.4 132 log_to_monitors true 2023-12-09T02:14:31.689 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:31 smithi125 bash[66801]: cephadm 2023-12-09T02:14:29.753551+0000 mgr.y (mgr.25480) 1079 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:31.689 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:31 smithi125 bash[66801]: cephadm 2023-12-09T02:14:29.852055+0000 mgr.y (mgr.25480) 1080 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:31.689 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:31 smithi125 bash[66801]: cephadm 2023-12-09T02:14:29.950624+0000 mgr.y (mgr.25480) 1081 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:31.690 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:31 smithi125 bash[66801]: cluster 2023-12-09T02:14:29.996164+0000 mgr.y (mgr.25480) 1082 : cluster 0 pgmap v180: 161 pgs: 20 active+undersized+degraded, 43 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2023-12-09T02:14:31.690 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:31 smithi125 bash[66801]: cephadm 2023-12-09T02:14:30.040962+0000 mgr.y (mgr.25480) 1083 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:31.690 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:31 smithi125 bash[66801]: cephadm 2023-12-09T02:14:30.135023+0000 mgr.y (mgr.25480) 1084 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:31.690 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:31 smithi125 bash[66801]: cephadm 2023-12-09T02:14:30.232604+0000 mgr.y (mgr.25480) 1085 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:31.690 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:31 smithi125 bash[66801]: cephadm 2023-12-09T02:14:30.333218+0000 mgr.y (mgr.25480) 1086 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:31.690 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:31 smithi125 bash[66801]: audit 2023-12-09T02:14:30.420615+0000 mon.a (mon.0) 4497 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:31.690 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:31 smithi125 bash[66801]: audit 2023-12-09T02:14:30.422733+0000 mon.a (mon.0) 4498 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:31.690 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:31 smithi125 bash[66801]: audit 2023-12-09T02:14:30.424830+0000 mon.a (mon.0) 4499 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:31.690 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:31 smithi125 bash[66801]: audit 2023-12-09T02:14:30.425520+0000 mon.a (mon.0) 4500 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:31.690 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:31 smithi125 bash[66801]: audit 2023-12-09T02:14:30.432502+0000 mon.a (mon.0) 4501 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:31.690 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:31 smithi125 bash[66801]: cephadm 2023-12-09T02:14:30.432981+0000 mgr.y (mgr.25480) 1087 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:31.690 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:31 smithi125 bash[66801]: audit 2023-12-09T02:14:30.514187+0000 mon.a (mon.0) 4502 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:31.690 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:31 smithi125 bash[66801]: audit 2023-12-09T02:14:30.516740+0000 mon.a (mon.0) 4503 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:31.691 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:31 smithi125 bash[66801]: audit 2023-12-09T02:14:30.519753+0000 mon.a (mon.0) 4504 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:31.691 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:31 smithi125 bash[66801]: audit 2023-12-09T02:14:30.520818+0000 mon.a (mon.0) 4505 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:31.691 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:31 smithi125 bash[66801]: audit 2023-12-09T02:14:30.529662+0000 mon.a (mon.0) 4506 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:31.691 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:31 smithi125 bash[66801]: cephadm 2023-12-09T02:14:30.530180+0000 mgr.y (mgr.25480) 1088 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:31.691 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:31 smithi125 bash[66801]: audit 2023-12-09T02:14:30.609490+0000 mon.a (mon.0) 4507 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:31.691 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:31 smithi125 bash[66801]: audit 2023-12-09T02:14:30.611513+0000 mon.a (mon.0) 4508 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:31.691 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:31 smithi125 bash[66801]: audit 2023-12-09T02:14:30.615091+0000 mon.a (mon.0) 4509 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:31.691 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:31 smithi125 bash[66801]: audit 2023-12-09T02:14:30.616345+0000 mon.a (mon.0) 4510 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:31.691 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:31 smithi125 bash[66801]: audit 2023-12-09T02:14:30.625214+0000 mon.a (mon.0) 4511 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:31.691 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:31 smithi125 bash[66801]: cephadm 2023-12-09T02:14:30.625960+0000 mgr.y (mgr.25480) 1089 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:31.691 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:31 smithi125 bash[66801]: audit 2023-12-09T02:14:30.705047+0000 mon.a (mon.0) 4512 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:31.691 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:31 smithi125 bash[66801]: audit 2023-12-09T02:14:30.707948+0000 mon.a (mon.0) 4513 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:31.691 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:31 smithi125 bash[66801]: audit 2023-12-09T02:14:30.713151+0000 mon.a (mon.0) 4514 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:31.691 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:31 smithi125 bash[66801]: audit 2023-12-09T02:14:30.714847+0000 mon.a (mon.0) 4515 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:31.692 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:31 smithi125 bash[66801]: audit 2023-12-09T02:14:30.726629+0000 mon.a (mon.0) 4516 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:31.692 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:31 smithi125 bash[66801]: audit 2023-12-09T02:14:30.805657+0000 mon.a (mon.0) 4517 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:31.692 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:31 smithi125 bash[66801]: audit 2023-12-09T02:14:30.808186+0000 mon.a (mon.0) 4518 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:31.692 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:31 smithi125 bash[66801]: audit 2023-12-09T02:14:30.810791+0000 mon.a (mon.0) 4519 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:31.692 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:31 smithi125 bash[66801]: audit 2023-12-09T02:14:30.811683+0000 mon.a (mon.0) 4520 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:31.692 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:31 smithi125 bash[66801]: audit 2023-12-09T02:14:30.821188+0000 mon.a (mon.0) 4521 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:31.692 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:31 smithi125 bash[66801]: audit 2023-12-09T02:14:30.844536+0000 mon.b (mon.2) 3 : audit 1 from='osd.4 [v2:172.21.15.125:6800/3414847288,v1:172.21.15.125:6801/3414847288]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-09T02:14:31.692 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:31 smithi125 bash[66801]: audit 2023-12-09T02:14:30.847941+0000 mon.a (mon.0) 4522 : audit 1 from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-09T02:14:31.692 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:31 smithi125 bash[66801]: audit 2023-12-09T02:14:30.904886+0000 mon.a (mon.0) 4523 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:31.692 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:31 smithi125 bash[66801]: audit 2023-12-09T02:14:30.907208+0000 mon.a (mon.0) 4524 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:31.692 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:31 smithi125 bash[66801]: audit 2023-12-09T02:14:30.910370+0000 mon.a (mon.0) 4525 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:31.692 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:31 smithi125 bash[66801]: audit 2023-12-09T02:14:30.911228+0000 mon.a (mon.0) 4526 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:31.692 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:31 smithi125 bash[66801]: audit 2023-12-09T02:14:30.918771+0000 mon.a (mon.0) 4527 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:31.692 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:31 smithi125 bash[66801]: audit 2023-12-09T02:14:31.002894+0000 mon.a (mon.0) 4528 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:31.693 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:31 smithi125 bash[66801]: audit 2023-12-09T02:14:31.005947+0000 mon.a (mon.0) 4529 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:31.693 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:31 smithi125 bash[66801]: audit 2023-12-09T02:14:31.009096+0000 mon.a (mon.0) 4530 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:31.693 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:31 smithi125 bash[66801]: audit 2023-12-09T02:14:31.010394+0000 mon.a (mon.0) 4531 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:31.693 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:31 smithi125 bash[66801]: audit 2023-12-09T02:14:31.020277+0000 mon.a (mon.0) 4532 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:31.693 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:31 smithi125 bash[66801]: audit 2023-12-09T02:14:31.103698+0000 mon.a (mon.0) 4533 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:31.693 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:31 smithi125 bash[66801]: audit 2023-12-09T02:14:31.106475+0000 mon.a (mon.0) 4534 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:31.693 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:31 smithi125 bash[66801]: audit 2023-12-09T02:14:31.109688+0000 mon.a (mon.0) 4535 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:31.693 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:31 smithi125 bash[66801]: audit 2023-12-09T02:14:31.111075+0000 mon.a (mon.0) 4536 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:31.693 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:31 smithi125 bash[66801]: audit 2023-12-09T02:14:31.120939+0000 mon.a (mon.0) 4537 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:31.693 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:31 smithi125 bash[66801]: audit 2023-12-09T02:14:31.201754+0000 mon.a (mon.0) 4538 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:31.693 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:31 smithi125 bash[66801]: audit 2023-12-09T02:14:31.205708+0000 mon.a (mon.0) 4539 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:31.693 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:31 smithi125 bash[66801]: audit 2023-12-09T02:14:31.208997+0000 mon.a (mon.0) 4540 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:31.693 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:31 smithi125 bash[66801]: audit 2023-12-09T02:14:31.210164+0000 mon.a (mon.0) 4541 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:31.694 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:31 smithi125 bash[66801]: audit 2023-12-09T02:14:31.218913+0000 mon.a (mon.0) 4542 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:31.694 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:31 smithi125 bash[66801]: audit 2023-12-09T02:14:31.296716+0000 mon.a (mon.0) 4543 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:31.694 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:31 smithi125 bash[66801]: audit 2023-12-09T02:14:31.300042+0000 mon.a (mon.0) 4544 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:31.694 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:31 smithi125 bash[66801]: audit 2023-12-09T02:14:31.304060+0000 mon.a (mon.0) 4545 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:31.694 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:31 smithi125 bash[66801]: audit 2023-12-09T02:14:31.305844+0000 mon.a (mon.0) 4546 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:31.694 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:31 smithi125 bash[66801]: audit 2023-12-09T02:14:31.315612+0000 mon.a (mon.0) 4547 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:31.694 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:31 smithi125 bash[66801]: audit 2023-12-09T02:14:31.394950+0000 mon.a (mon.0) 4548 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:31.694 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:31 smithi125 bash[66801]: audit 2023-12-09T02:14:31.397342+0000 mon.a (mon.0) 4549 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:31.694 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:31 smithi125 bash[66801]: audit 2023-12-09T02:14:31.400628+0000 mon.a (mon.0) 4550 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:31.694 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:31 smithi125 bash[66801]: audit 2023-12-09T02:14:31.402018+0000 mon.a (mon.0) 4551 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:31.694 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:31 smithi125 bash[66801]: audit 2023-12-09T02:14:31.411558+0000 mon.a (mon.0) 4552 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:31.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:31 smithi067 bash[82083]: cephadm 2023-12-09T02:14:29.753551+0000 mgr.y (mgr.25480) 1079 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:31.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:31 smithi067 bash[82083]: cephadm 2023-12-09T02:14:29.852055+0000 mgr.y (mgr.25480) 1080 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:31.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:31 smithi067 bash[82083]: cephadm 2023-12-09T02:14:29.950624+0000 mgr.y (mgr.25480) 1081 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:31.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:31 smithi067 bash[82083]: cluster 2023-12-09T02:14:29.996164+0000 mgr.y (mgr.25480) 1082 : cluster 0 pgmap v180: 161 pgs: 20 active+undersized+degraded, 43 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2023-12-09T02:14:31.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:31 smithi067 bash[82083]: cephadm 2023-12-09T02:14:30.040962+0000 mgr.y (mgr.25480) 1083 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:31.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:31 smithi067 bash[82083]: cephadm 2023-12-09T02:14:30.135023+0000 mgr.y (mgr.25480) 1084 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:31.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:31 smithi067 bash[82083]: cephadm 2023-12-09T02:14:30.232604+0000 mgr.y (mgr.25480) 1085 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:31.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:31 smithi067 bash[82083]: cephadm 2023-12-09T02:14:30.333218+0000 mgr.y (mgr.25480) 1086 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:31.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:31 smithi067 bash[82083]: audit 2023-12-09T02:14:30.420615+0000 mon.a (mon.0) 4497 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:31.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:31 smithi067 bash[82083]: audit 2023-12-09T02:14:30.422733+0000 mon.a (mon.0) 4498 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:31.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:31 smithi067 bash[82083]: audit 2023-12-09T02:14:30.424830+0000 mon.a (mon.0) 4499 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:31.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:31 smithi067 bash[82083]: audit 2023-12-09T02:14:30.425520+0000 mon.a (mon.0) 4500 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:31.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:31 smithi067 bash[82083]: audit 2023-12-09T02:14:30.432502+0000 mon.a (mon.0) 4501 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:31.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:31 smithi067 bash[82083]: cephadm 2023-12-09T02:14:30.432981+0000 mgr.y (mgr.25480) 1087 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:31.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:31 smithi067 bash[82083]: audit 2023-12-09T02:14:30.514187+0000 mon.a (mon.0) 4502 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:31.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:31 smithi067 bash[82083]: audit 2023-12-09T02:14:30.516740+0000 mon.a (mon.0) 4503 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:31.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:31 smithi067 bash[82083]: audit 2023-12-09T02:14:30.519753+0000 mon.a (mon.0) 4504 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:31.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:31 smithi067 bash[82083]: audit 2023-12-09T02:14:30.520818+0000 mon.a (mon.0) 4505 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:31.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:31 smithi067 bash[82083]: audit 2023-12-09T02:14:30.529662+0000 mon.a (mon.0) 4506 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:31.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:31 smithi067 bash[82083]: cephadm 2023-12-09T02:14:30.530180+0000 mgr.y (mgr.25480) 1088 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:31.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:31 smithi067 bash[79370]: cephadm 2023-12-09T02:14:29.753551+0000 mgr.y (mgr.25480) 1079 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:31.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:31 smithi067 bash[79370]: cephadm 2023-12-09T02:14:29.852055+0000 mgr.y (mgr.25480) 1080 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:31.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:31 smithi067 bash[79370]: cephadm 2023-12-09T02:14:29.950624+0000 mgr.y (mgr.25480) 1081 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:31.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:31 smithi067 bash[79370]: cluster 2023-12-09T02:14:29.996164+0000 mgr.y (mgr.25480) 1082 : cluster 0 pgmap v180: 161 pgs: 20 active+undersized+degraded, 43 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 96/726 objects degraded (13.223%) 2023-12-09T02:14:31.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:31 smithi067 bash[79370]: cephadm 2023-12-09T02:14:30.040962+0000 mgr.y (mgr.25480) 1083 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:31.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:31 smithi067 bash[79370]: cephadm 2023-12-09T02:14:30.135023+0000 mgr.y (mgr.25480) 1084 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:31.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:31 smithi067 bash[79370]: cephadm 2023-12-09T02:14:30.232604+0000 mgr.y (mgr.25480) 1085 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:31.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:31 smithi067 bash[79370]: cephadm 2023-12-09T02:14:30.333218+0000 mgr.y (mgr.25480) 1086 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:31.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:31 smithi067 bash[79370]: audit 2023-12-09T02:14:30.420615+0000 mon.a (mon.0) 4497 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:31.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:31 smithi067 bash[79370]: audit 2023-12-09T02:14:30.422733+0000 mon.a (mon.0) 4498 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:31.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:31 smithi067 bash[79370]: audit 2023-12-09T02:14:30.424830+0000 mon.a (mon.0) 4499 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:31.723 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:31 smithi067 bash[79370]: audit 2023-12-09T02:14:30.425520+0000 mon.a (mon.0) 4500 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:31.723 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:31 smithi067 bash[79370]: audit 2023-12-09T02:14:30.432502+0000 mon.a (mon.0) 4501 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:31.723 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:31 smithi067 bash[79370]: cephadm 2023-12-09T02:14:30.432981+0000 mgr.y (mgr.25480) 1087 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:31.723 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:31 smithi067 bash[79370]: audit 2023-12-09T02:14:30.514187+0000 mon.a (mon.0) 4502 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:31.723 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:31 smithi067 bash[79370]: audit 2023-12-09T02:14:30.516740+0000 mon.a (mon.0) 4503 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:31.723 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:31 smithi067 bash[79370]: audit 2023-12-09T02:14:30.519753+0000 mon.a (mon.0) 4504 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:31.723 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:31 smithi067 bash[79370]: audit 2023-12-09T02:14:30.520818+0000 mon.a (mon.0) 4505 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:31.723 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:31 smithi067 bash[79370]: audit 2023-12-09T02:14:30.529662+0000 mon.a (mon.0) 4506 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:31.723 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:31 smithi067 bash[79370]: cephadm 2023-12-09T02:14:30.530180+0000 mgr.y (mgr.25480) 1088 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:31.723 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:31 smithi067 bash[82083]: audit 2023-12-09T02:14:30.609490+0000 mon.a (mon.0) 4507 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:31.723 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:31 smithi067 bash[82083]: audit 2023-12-09T02:14:30.611513+0000 mon.a (mon.0) 4508 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:31.723 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:31 smithi067 bash[82083]: audit 2023-12-09T02:14:30.615091+0000 mon.a (mon.0) 4509 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:31.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:31 smithi067 bash[82083]: audit 2023-12-09T02:14:30.616345+0000 mon.a (mon.0) 4510 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:31.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:31 smithi067 bash[82083]: audit 2023-12-09T02:14:30.625214+0000 mon.a (mon.0) 4511 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:31.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:31 smithi067 bash[82083]: cephadm 2023-12-09T02:14:30.625960+0000 mgr.y (mgr.25480) 1089 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:31.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:31 smithi067 bash[82083]: audit 2023-12-09T02:14:30.705047+0000 mon.a (mon.0) 4512 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:31.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:31 smithi067 bash[82083]: audit 2023-12-09T02:14:30.707948+0000 mon.a (mon.0) 4513 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:31.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:31 smithi067 bash[82083]: audit 2023-12-09T02:14:30.713151+0000 mon.a (mon.0) 4514 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:31.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:31 smithi067 bash[82083]: audit 2023-12-09T02:14:30.714847+0000 mon.a (mon.0) 4515 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:31.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:31 smithi067 bash[82083]: audit 2023-12-09T02:14:30.726629+0000 mon.a (mon.0) 4516 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:31.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:31 smithi067 bash[82083]: audit 2023-12-09T02:14:30.805657+0000 mon.a (mon.0) 4517 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:31.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:31 smithi067 bash[82083]: audit 2023-12-09T02:14:30.808186+0000 mon.a (mon.0) 4518 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:31.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:31 smithi067 bash[82083]: audit 2023-12-09T02:14:30.810791+0000 mon.a (mon.0) 4519 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:31.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:31 smithi067 bash[82083]: audit 2023-12-09T02:14:30.811683+0000 mon.a (mon.0) 4520 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:31.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:31 smithi067 bash[82083]: audit 2023-12-09T02:14:30.821188+0000 mon.a (mon.0) 4521 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:31.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:31 smithi067 bash[82083]: audit 2023-12-09T02:14:30.844536+0000 mon.b (mon.2) 3 : audit 1 from='osd.4 [v2:172.21.15.125:6800/3414847288,v1:172.21.15.125:6801/3414847288]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-09T02:14:31.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:31 smithi067 bash[82083]: audit 2023-12-09T02:14:30.847941+0000 mon.a (mon.0) 4522 : audit 1 from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-09T02:14:31.725 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:31 smithi067 bash[82083]: audit 2023-12-09T02:14:30.904886+0000 mon.a (mon.0) 4523 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:31.725 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:31 smithi067 bash[79370]: audit 2023-12-09T02:14:30.609490+0000 mon.a (mon.0) 4507 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:31.725 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:31 smithi067 bash[79370]: audit 2023-12-09T02:14:30.611513+0000 mon.a (mon.0) 4508 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:31.725 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:31 smithi067 bash[79370]: audit 2023-12-09T02:14:30.615091+0000 mon.a (mon.0) 4509 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:31.725 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:31 smithi067 bash[79370]: audit 2023-12-09T02:14:30.616345+0000 mon.a (mon.0) 4510 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:31.725 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:31 smithi067 bash[79370]: audit 2023-12-09T02:14:30.625214+0000 mon.a (mon.0) 4511 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:31.725 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:31 smithi067 bash[79370]: cephadm 2023-12-09T02:14:30.625960+0000 mgr.y (mgr.25480) 1089 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:31.725 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:31 smithi067 bash[79370]: audit 2023-12-09T02:14:30.705047+0000 mon.a (mon.0) 4512 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:31.725 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:31 smithi067 bash[79370]: audit 2023-12-09T02:14:30.707948+0000 mon.a (mon.0) 4513 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:31.725 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:31 smithi067 bash[79370]: audit 2023-12-09T02:14:30.713151+0000 mon.a (mon.0) 4514 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:31.725 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:31 smithi067 bash[79370]: audit 2023-12-09T02:14:30.714847+0000 mon.a (mon.0) 4515 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:31.726 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:31 smithi067 bash[79370]: audit 2023-12-09T02:14:30.726629+0000 mon.a (mon.0) 4516 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:31.726 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:31 smithi067 bash[79370]: audit 2023-12-09T02:14:30.805657+0000 mon.a (mon.0) 4517 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:31.726 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:31 smithi067 bash[79370]: audit 2023-12-09T02:14:30.808186+0000 mon.a (mon.0) 4518 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:31.726 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:31 smithi067 bash[79370]: audit 2023-12-09T02:14:30.810791+0000 mon.a (mon.0) 4519 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:31.726 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:31 smithi067 bash[79370]: audit 2023-12-09T02:14:30.811683+0000 mon.a (mon.0) 4520 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:31.726 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:31 smithi067 bash[79370]: audit 2023-12-09T02:14:30.821188+0000 mon.a (mon.0) 4521 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:31.726 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:31 smithi067 bash[79370]: audit 2023-12-09T02:14:30.844536+0000 mon.b (mon.2) 3 : audit 1 from='osd.4 [v2:172.21.15.125:6800/3414847288,v1:172.21.15.125:6801/3414847288]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-09T02:14:31.726 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:31 smithi067 bash[79370]: audit 2023-12-09T02:14:30.847941+0000 mon.a (mon.0) 4522 : audit 1 from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-09T02:14:31.726 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:31 smithi067 bash[79370]: audit 2023-12-09T02:14:30.904886+0000 mon.a (mon.0) 4523 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:31.726 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:31 smithi067 bash[82083]: audit 2023-12-09T02:14:30.907208+0000 mon.a (mon.0) 4524 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:31.727 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:31 smithi067 bash[82083]: audit 2023-12-09T02:14:30.910370+0000 mon.a (mon.0) 4525 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:31.727 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:31 smithi067 bash[82083]: audit 2023-12-09T02:14:30.911228+0000 mon.a (mon.0) 4526 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:31.727 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:31 smithi067 bash[82083]: audit 2023-12-09T02:14:30.918771+0000 mon.a (mon.0) 4527 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:31.727 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:31 smithi067 bash[82083]: audit 2023-12-09T02:14:31.002894+0000 mon.a (mon.0) 4528 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:31.727 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:31 smithi067 bash[82083]: audit 2023-12-09T02:14:31.005947+0000 mon.a (mon.0) 4529 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:31.727 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:31 smithi067 bash[82083]: audit 2023-12-09T02:14:31.009096+0000 mon.a (mon.0) 4530 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:31.727 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:31 smithi067 bash[82083]: audit 2023-12-09T02:14:31.010394+0000 mon.a (mon.0) 4531 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:31.727 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:31 smithi067 bash[82083]: audit 2023-12-09T02:14:31.020277+0000 mon.a (mon.0) 4532 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:31.727 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:31 smithi067 bash[82083]: audit 2023-12-09T02:14:31.103698+0000 mon.a (mon.0) 4533 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:31.727 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:31 smithi067 bash[82083]: audit 2023-12-09T02:14:31.106475+0000 mon.a (mon.0) 4534 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:31.727 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:31 smithi067 bash[82083]: audit 2023-12-09T02:14:31.109688+0000 mon.a (mon.0) 4535 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:31.727 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:31 smithi067 bash[82083]: audit 2023-12-09T02:14:31.111075+0000 mon.a (mon.0) 4536 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:31.727 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:31 smithi067 bash[82083]: audit 2023-12-09T02:14:31.120939+0000 mon.a (mon.0) 4537 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:31.727 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:31 smithi067 bash[82083]: audit 2023-12-09T02:14:31.201754+0000 mon.a (mon.0) 4538 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:31.728 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:31 smithi067 bash[82083]: audit 2023-12-09T02:14:31.205708+0000 mon.a (mon.0) 4539 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:31.728 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:31 smithi067 bash[82083]: audit 2023-12-09T02:14:31.208997+0000 mon.a (mon.0) 4540 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:31.728 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:31 smithi067 bash[82083]: audit 2023-12-09T02:14:31.210164+0000 mon.a (mon.0) 4541 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:31.728 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:31 smithi067 bash[82083]: audit 2023-12-09T02:14:31.218913+0000 mon.a (mon.0) 4542 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:31.728 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:31 smithi067 bash[82083]: audit 2023-12-09T02:14:31.296716+0000 mon.a (mon.0) 4543 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:31.728 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:31 smithi067 bash[82083]: audit 2023-12-09T02:14:31.300042+0000 mon.a (mon.0) 4544 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:31.728 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:31 smithi067 bash[82083]: audit 2023-12-09T02:14:31.304060+0000 mon.a (mon.0) 4545 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:31.728 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:31 smithi067 bash[82083]: audit 2023-12-09T02:14:31.305844+0000 mon.a (mon.0) 4546 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:31.728 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:31 smithi067 bash[82083]: audit 2023-12-09T02:14:31.315612+0000 mon.a (mon.0) 4547 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:31.728 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:31 smithi067 bash[82083]: audit 2023-12-09T02:14:31.394950+0000 mon.a (mon.0) 4548 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:31.728 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:31 smithi067 bash[82083]: audit 2023-12-09T02:14:31.397342+0000 mon.a (mon.0) 4549 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:31.728 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:31 smithi067 bash[82083]: audit 2023-12-09T02:14:31.400628+0000 mon.a (mon.0) 4550 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:31.728 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:31 smithi067 bash[82083]: audit 2023-12-09T02:14:31.402018+0000 mon.a (mon.0) 4551 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:31.728 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:31 smithi067 bash[82083]: audit 2023-12-09T02:14:31.411558+0000 mon.a (mon.0) 4552 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:31.729 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:31 smithi067 bash[79370]: audit 2023-12-09T02:14:30.907208+0000 mon.a (mon.0) 4524 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:31.729 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:31 smithi067 bash[79370]: audit 2023-12-09T02:14:30.910370+0000 mon.a (mon.0) 4525 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:31.729 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:31 smithi067 bash[79370]: audit 2023-12-09T02:14:30.911228+0000 mon.a (mon.0) 4526 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:31.729 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:31 smithi067 bash[79370]: audit 2023-12-09T02:14:30.918771+0000 mon.a (mon.0) 4527 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:31.729 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:31 smithi067 bash[79370]: audit 2023-12-09T02:14:31.002894+0000 mon.a (mon.0) 4528 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:31.729 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:31 smithi067 bash[79370]: audit 2023-12-09T02:14:31.005947+0000 mon.a (mon.0) 4529 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:31.729 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:31 smithi067 bash[79370]: audit 2023-12-09T02:14:31.009096+0000 mon.a (mon.0) 4530 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:31.729 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:31 smithi067 bash[79370]: audit 2023-12-09T02:14:31.010394+0000 mon.a (mon.0) 4531 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:31.729 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:31 smithi067 bash[79370]: audit 2023-12-09T02:14:31.020277+0000 mon.a (mon.0) 4532 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:31.729 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:31 smithi067 bash[79370]: audit 2023-12-09T02:14:31.103698+0000 mon.a (mon.0) 4533 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:31.729 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:31 smithi067 bash[79370]: audit 2023-12-09T02:14:31.106475+0000 mon.a (mon.0) 4534 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:31.729 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:31 smithi067 bash[79370]: audit 2023-12-09T02:14:31.109688+0000 mon.a (mon.0) 4535 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:31.729 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:31 smithi067 bash[79370]: audit 2023-12-09T02:14:31.111075+0000 mon.a (mon.0) 4536 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:31.730 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:31 smithi067 bash[79370]: audit 2023-12-09T02:14:31.120939+0000 mon.a (mon.0) 4537 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:31.730 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:31 smithi067 bash[79370]: audit 2023-12-09T02:14:31.201754+0000 mon.a (mon.0) 4538 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:31.730 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:31 smithi067 bash[79370]: audit 2023-12-09T02:14:31.205708+0000 mon.a (mon.0) 4539 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:31.730 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:31 smithi067 bash[79370]: audit 2023-12-09T02:14:31.208997+0000 mon.a (mon.0) 4540 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:31.730 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:31 smithi067 bash[79370]: audit 2023-12-09T02:14:31.210164+0000 mon.a (mon.0) 4541 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:31.730 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:31 smithi067 bash[79370]: audit 2023-12-09T02:14:31.218913+0000 mon.a (mon.0) 4542 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:31.730 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:31 smithi067 bash[79370]: audit 2023-12-09T02:14:31.296716+0000 mon.a (mon.0) 4543 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:31.730 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:31 smithi067 bash[79370]: audit 2023-12-09T02:14:31.300042+0000 mon.a (mon.0) 4544 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:31.730 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:31 smithi067 bash[79370]: audit 2023-12-09T02:14:31.304060+0000 mon.a (mon.0) 4545 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:31.730 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:31 smithi067 bash[79370]: audit 2023-12-09T02:14:31.305844+0000 mon.a (mon.0) 4546 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:31.730 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:31 smithi067 bash[79370]: audit 2023-12-09T02:14:31.315612+0000 mon.a (mon.0) 4547 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:31.730 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:31 smithi067 bash[79370]: audit 2023-12-09T02:14:31.394950+0000 mon.a (mon.0) 4548 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:31.730 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:31 smithi067 bash[79370]: audit 2023-12-09T02:14:31.397342+0000 mon.a (mon.0) 4549 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:31.730 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:31 smithi067 bash[79370]: audit 2023-12-09T02:14:31.400628+0000 mon.a (mon.0) 4550 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:31.730 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:31 smithi067 bash[79370]: audit 2023-12-09T02:14:31.402018+0000 mon.a (mon.0) 4551 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:31.731 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:31 smithi067 bash[79370]: audit 2023-12-09T02:14:31.411558+0000 mon.a (mon.0) 4552 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:31.972 INFO:journalctl@ceph.osd.4.smithi125.stdout:Dec 09 02:14:31 smithi125 bash[73276]: debug 2023-12-09T02:14:31.875+0000 7f4fb61f9700 -1 osd.4 132 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-09T02:14:32.424 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:32 smithi125 bash[66801]: cephadm 2023-12-09T02:14:30.727176+0000 mgr.y (mgr.25480) 1090 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:32.424 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:32 smithi125 bash[66801]: cephadm 2023-12-09T02:14:30.822138+0000 mgr.y (mgr.25480) 1091 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:32.424 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:32 smithi125 bash[66801]: cephadm 2023-12-09T02:14:30.919302+0000 mgr.y (mgr.25480) 1092 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:32.425 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:32 smithi125 bash[66801]: cephadm 2023-12-09T02:14:31.020908+0000 mgr.y (mgr.25480) 1093 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:32.425 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:32 smithi125 bash[66801]: cephadm 2023-12-09T02:14:31.121532+0000 mgr.y (mgr.25480) 1094 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:32.425 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:32 smithi125 bash[66801]: cephadm 2023-12-09T02:14:31.219524+0000 mgr.y (mgr.25480) 1095 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:32.425 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:32 smithi125 bash[66801]: cephadm 2023-12-09T02:14:31.316177+0000 mgr.y (mgr.25480) 1096 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:32.425 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:32 smithi125 bash[66801]: cephadm 2023-12-09T02:14:31.412098+0000 mgr.y (mgr.25480) 1097 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:32.425 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:32 smithi125 bash[66801]: audit 2023-12-09T02:14:31.491929+0000 mon.a (mon.0) 4553 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:32.425 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:32 smithi125 bash[66801]: audit 2023-12-09T02:14:31.494895+0000 mon.a (mon.0) 4554 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:32.425 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:32 smithi125 bash[66801]: audit 2023-12-09T02:14:31.498107+0000 mon.a (mon.0) 4555 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:32.425 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:32 smithi125 bash[66801]: audit 2023-12-09T02:14:31.499278+0000 mon.a (mon.0) 4556 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:32.425 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:32 smithi125 bash[66801]: audit 2023-12-09T02:14:31.505243+0000 mon.a (mon.0) 4557 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:32.425 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:32 smithi125 bash[66801]: cephadm 2023-12-09T02:14:31.506054+0000 mgr.y (mgr.25480) 1098 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:32.425 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:32 smithi125 bash[66801]: audit 2023-12-09T02:14:31.586217+0000 mon.a (mon.0) 4558 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:32.425 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:32 smithi125 bash[66801]: audit 2023-12-09T02:14:31.588447+0000 mon.a (mon.0) 4559 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:32.425 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:32 smithi125 bash[66801]: audit 2023-12-09T02:14:31.590702+0000 mon.a (mon.0) 4560 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:32.426 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:32 smithi125 bash[66801]: audit 2023-12-09T02:14:31.591598+0000 mon.a (mon.0) 4561 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:32.426 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:32 smithi125 bash[66801]: audit 2023-12-09T02:14:31.597841+0000 mon.a (mon.0) 4562 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:32.426 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:32 smithi125 bash[66801]: cephadm 2023-12-09T02:14:31.598462+0000 mgr.y (mgr.25480) 1099 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:32.426 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:32 smithi125 bash[66801]: audit 2023-12-09T02:14:31.675265+0000 mon.a (mon.0) 4563 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:32.426 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:32 smithi125 bash[66801]: audit 2023-12-09T02:14:31.679494+0000 mon.a (mon.0) 4564 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:32.426 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:32 smithi125 bash[66801]: audit 2023-12-09T02:14:31.683400+0000 mon.a (mon.0) 4565 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:32.426 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:32 smithi125 bash[66801]: audit 2023-12-09T02:14:31.684625+0000 mon.a (mon.0) 4566 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:32.426 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:32 smithi125 bash[66801]: audit 2023-12-09T02:14:31.692383+0000 mon.a (mon.0) 4567 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:32.426 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:32 smithi125 bash[66801]: cephadm 2023-12-09T02:14:31.692882+0000 mgr.y (mgr.25480) 1100 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:32.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:32 smithi067 bash[82083]: cephadm 2023-12-09T02:14:30.727176+0000 mgr.y (mgr.25480) 1090 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:32.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:32 smithi067 bash[82083]: cephadm 2023-12-09T02:14:30.822138+0000 mgr.y (mgr.25480) 1091 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:32.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:32 smithi067 bash[82083]: cephadm 2023-12-09T02:14:30.919302+0000 mgr.y (mgr.25480) 1092 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:32.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:32 smithi067 bash[82083]: cephadm 2023-12-09T02:14:31.020908+0000 mgr.y (mgr.25480) 1093 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:32.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:32 smithi067 bash[82083]: cephadm 2023-12-09T02:14:31.121532+0000 mgr.y (mgr.25480) 1094 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:32.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:32 smithi067 bash[82083]: cephadm 2023-12-09T02:14:31.219524+0000 mgr.y (mgr.25480) 1095 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:32.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:32 smithi067 bash[82083]: cephadm 2023-12-09T02:14:31.316177+0000 mgr.y (mgr.25480) 1096 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:32.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:32 smithi067 bash[82083]: cephadm 2023-12-09T02:14:31.412098+0000 mgr.y (mgr.25480) 1097 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:32.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:32 smithi067 bash[82083]: audit 2023-12-09T02:14:31.491929+0000 mon.a (mon.0) 4553 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:32.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:32 smithi067 bash[82083]: audit 2023-12-09T02:14:31.494895+0000 mon.a (mon.0) 4554 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:32.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:32 smithi067 bash[82083]: audit 2023-12-09T02:14:31.498107+0000 mon.a (mon.0) 4555 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:32.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:32 smithi067 bash[82083]: audit 2023-12-09T02:14:31.499278+0000 mon.a (mon.0) 4556 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:32.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:32 smithi067 bash[82083]: audit 2023-12-09T02:14:31.505243+0000 mon.a (mon.0) 4557 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:32.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:32 smithi067 bash[82083]: cephadm 2023-12-09T02:14:31.506054+0000 mgr.y (mgr.25480) 1098 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:32.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:32 smithi067 bash[82083]: audit 2023-12-09T02:14:31.586217+0000 mon.a (mon.0) 4558 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:32.722 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:32 smithi067 bash[82083]: audit 2023-12-09T02:14:31.588447+0000 mon.a (mon.0) 4559 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:32.722 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:32 smithi067 bash[82083]: audit 2023-12-09T02:14:31.590702+0000 mon.a (mon.0) 4560 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:32.722 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:32 smithi067 bash[82083]: audit 2023-12-09T02:14:31.591598+0000 mon.a (mon.0) 4561 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:32.722 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:32 smithi067 bash[82083]: audit 2023-12-09T02:14:31.597841+0000 mon.a (mon.0) 4562 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:32.722 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:32 smithi067 bash[82083]: cephadm 2023-12-09T02:14:31.598462+0000 mgr.y (mgr.25480) 1099 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:32.722 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:32 smithi067 bash[82083]: audit 2023-12-09T02:14:31.675265+0000 mon.a (mon.0) 4563 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:32.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:32 smithi067 bash[79370]: cephadm 2023-12-09T02:14:30.727176+0000 mgr.y (mgr.25480) 1090 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:32.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:32 smithi067 bash[79370]: cephadm 2023-12-09T02:14:30.822138+0000 mgr.y (mgr.25480) 1091 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:32.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:32 smithi067 bash[79370]: cephadm 2023-12-09T02:14:30.919302+0000 mgr.y (mgr.25480) 1092 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:32.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:32 smithi067 bash[79370]: cephadm 2023-12-09T02:14:31.020908+0000 mgr.y (mgr.25480) 1093 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:32.723 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:32 smithi067 bash[79370]: cephadm 2023-12-09T02:14:31.121532+0000 mgr.y (mgr.25480) 1094 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:32.723 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:32 smithi067 bash[79370]: cephadm 2023-12-09T02:14:31.219524+0000 mgr.y (mgr.25480) 1095 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:32.723 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:32 smithi067 bash[79370]: cephadm 2023-12-09T02:14:31.316177+0000 mgr.y (mgr.25480) 1096 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:32.723 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:32 smithi067 bash[79370]: cephadm 2023-12-09T02:14:31.412098+0000 mgr.y (mgr.25480) 1097 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:32.723 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:32 smithi067 bash[79370]: audit 2023-12-09T02:14:31.491929+0000 mon.a (mon.0) 4553 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:32.723 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:32 smithi067 bash[79370]: audit 2023-12-09T02:14:31.494895+0000 mon.a (mon.0) 4554 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:32.723 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:32 smithi067 bash[79370]: audit 2023-12-09T02:14:31.498107+0000 mon.a (mon.0) 4555 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:32.723 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:32 smithi067 bash[79370]: audit 2023-12-09T02:14:31.499278+0000 mon.a (mon.0) 4556 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:32.723 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:32 smithi067 bash[79370]: audit 2023-12-09T02:14:31.505243+0000 mon.a (mon.0) 4557 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:32.723 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:32 smithi067 bash[79370]: cephadm 2023-12-09T02:14:31.506054+0000 mgr.y (mgr.25480) 1098 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:32.723 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:32 smithi067 bash[79370]: audit 2023-12-09T02:14:31.586217+0000 mon.a (mon.0) 4558 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:32.723 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:32 smithi067 bash[79370]: audit 2023-12-09T02:14:31.588447+0000 mon.a (mon.0) 4559 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:32.723 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:32 smithi067 bash[79370]: audit 2023-12-09T02:14:31.590702+0000 mon.a (mon.0) 4560 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:32.723 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:32 smithi067 bash[79370]: audit 2023-12-09T02:14:31.591598+0000 mon.a (mon.0) 4561 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:32.723 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:32 smithi067 bash[79370]: audit 2023-12-09T02:14:31.597841+0000 mon.a (mon.0) 4562 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:32.723 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:32 smithi067 bash[79370]: cephadm 2023-12-09T02:14:31.598462+0000 mgr.y (mgr.25480) 1099 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:32.724 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:32 smithi067 bash[79370]: audit 2023-12-09T02:14:31.675265+0000 mon.a (mon.0) 4563 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:32.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:32 smithi067 bash[82083]: audit 2023-12-09T02:14:31.679494+0000 mon.a (mon.0) 4564 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:32.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:32 smithi067 bash[82083]: audit 2023-12-09T02:14:31.683400+0000 mon.a (mon.0) 4565 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:32.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:32 smithi067 bash[82083]: audit 2023-12-09T02:14:31.684625+0000 mon.a (mon.0) 4566 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:32.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:32 smithi067 bash[82083]: audit 2023-12-09T02:14:31.692383+0000 mon.a (mon.0) 4567 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:32.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:32 smithi067 bash[82083]: cephadm 2023-12-09T02:14:31.692882+0000 mgr.y (mgr.25480) 1100 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:32.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:32 smithi067 bash[82083]: audit 2023-12-09T02:14:31.770677+0000 mon.a (mon.0) 4568 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:32.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:32 smithi067 bash[82083]: audit 2023-12-09T02:14:31.773682+0000 mon.a (mon.0) 4569 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:32.725 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:32 smithi067 bash[82083]: audit 2023-12-09T02:14:31.777614+0000 mon.a (mon.0) 4570 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:32.725 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:32 smithi067 bash[82083]: audit 2023-12-09T02:14:31.779302+0000 mon.a (mon.0) 4571 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:32.725 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:32 smithi067 bash[82083]: audit 2023-12-09T02:14:31.787853+0000 mon.a (mon.0) 4572 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:32.725 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:32 smithi067 bash[82083]: cluster 2023-12-09T02:14:31.817684+0000 osd.5 (osd.5) 49 : cluster 3 failed to encode map e135 with expected crc 2023-12-09T02:14:32.725 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:32 smithi067 bash[82083]: audit 2023-12-09T02:14:31.819365+0000 mon.a (mon.0) 4573 : audit 1 from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-12-09T02:14:32.725 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:32 smithi067 bash[82083]: cluster 2023-12-09T02:14:31.823559+0000 mon.a (mon.0) 4574 : cluster 0 osdmap e135: 8 total, 7 up, 8 in 2023-12-09T02:14:32.725 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:32 smithi067 bash[82083]: audit 2023-12-09T02:14:31.828064+0000 mon.b (mon.2) 4 : audit 1 from='osd.4 [v2:172.21.15.125:6800/3414847288,v1:172.21.15.125:6801/3414847288]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi125", "root=default"]}]: dispatch 2023-12-09T02:14:32.725 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:32 smithi067 bash[82083]: audit 2023-12-09T02:14:31.836809+0000 mon.a (mon.0) 4575 : audit 1 from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi125", "root=default"]}]: dispatch 2023-12-09T02:14:32.725 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:32 smithi067 bash[82083]: audit 2023-12-09T02:14:31.871819+0000 mon.a (mon.0) 4576 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:32.725 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:32 smithi067 bash[82083]: audit 2023-12-09T02:14:31.874325+0000 mon.a (mon.0) 4577 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:32.725 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:32 smithi067 bash[82083]: audit 2023-12-09T02:14:31.877739+0000 mon.a (mon.0) 4578 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:32.725 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:32 smithi067 bash[82083]: audit 2023-12-09T02:14:31.878937+0000 mon.a (mon.0) 4579 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:32.725 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:32 smithi067 bash[82083]: audit 2023-12-09T02:14:31.886429+0000 mon.a (mon.0) 4580 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:32.725 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:32 smithi067 bash[82083]: audit 2023-12-09T02:14:31.967087+0000 mon.a (mon.0) 4581 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:32.725 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:32 smithi067 bash[82083]: audit 2023-12-09T02:14:31.971598+0000 mon.a (mon.0) 4582 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:32.726 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:32 smithi067 bash[82083]: audit 2023-12-09T02:14:31.976690+0000 mon.a (mon.0) 4583 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:32.726 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:32 smithi067 bash[82083]: audit 2023-12-09T02:14:31.978300+0000 mon.a (mon.0) 4584 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:32.726 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:32 smithi067 bash[82083]: audit 2023-12-09T02:14:31.988175+0000 mon.a (mon.0) 4585 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:32.726 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:32 smithi067 bash[82083]: audit 2023-12-09T02:14:32.070169+0000 mon.a (mon.0) 4586 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:32.726 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:32 smithi067 bash[82083]: audit 2023-12-09T02:14:32.072962+0000 mon.a (mon.0) 4587 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:32.726 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:32 smithi067 bash[82083]: audit 2023-12-09T02:14:32.076555+0000 mon.a (mon.0) 4588 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:32.726 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:32 smithi067 bash[82083]: audit 2023-12-09T02:14:32.077866+0000 mon.a (mon.0) 4589 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:32.726 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:32 smithi067 bash[82083]: audit 2023-12-09T02:14:32.085023+0000 mon.a (mon.0) 4590 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:32.726 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:32 smithi067 bash[82083]: audit 2023-12-09T02:14:32.164427+0000 mon.a (mon.0) 4591 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:32.726 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:32 smithi067 bash[82083]: audit 2023-12-09T02:14:32.166648+0000 mon.a (mon.0) 4592 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:32.726 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:32 smithi067 bash[82083]: audit 2023-12-09T02:14:32.169546+0000 mon.a (mon.0) 4593 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:32.726 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:32 smithi067 bash[82083]: audit 2023-12-09T02:14:32.170262+0000 mon.a (mon.0) 4594 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:32.726 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:32 smithi067 bash[82083]: audit 2023-12-09T02:14:32.175586+0000 mon.a (mon.0) 4595 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:32.726 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:32 smithi067 bash[82083]: audit 2023-12-09T02:14:32.253419+0000 mon.a (mon.0) 4596 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:32.727 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:32 smithi067 bash[82083]: audit 2023-12-09T02:14:32.256014+0000 mon.a (mon.0) 4597 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:32.727 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:32 smithi067 bash[82083]: audit 2023-12-09T02:14:32.258562+0000 mon.a (mon.0) 4598 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:32.727 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:32 smithi067 bash[82083]: audit 2023-12-09T02:14:32.259589+0000 mon.a (mon.0) 4599 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:32.727 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:32 smithi067 bash[79370]: audit 2023-12-09T02:14:31.679494+0000 mon.a (mon.0) 4564 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:32.727 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:32 smithi067 bash[79370]: audit 2023-12-09T02:14:31.683400+0000 mon.a (mon.0) 4565 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:32.727 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:32 smithi067 bash[79370]: audit 2023-12-09T02:14:31.684625+0000 mon.a (mon.0) 4566 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:32.727 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:32 smithi067 bash[79370]: audit 2023-12-09T02:14:31.692383+0000 mon.a (mon.0) 4567 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:32.727 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:32 smithi067 bash[79370]: cephadm 2023-12-09T02:14:31.692882+0000 mgr.y (mgr.25480) 1100 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:32.727 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:32 smithi067 bash[79370]: audit 2023-12-09T02:14:31.770677+0000 mon.a (mon.0) 4568 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:32.727 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:32 smithi067 bash[79370]: audit 2023-12-09T02:14:31.773682+0000 mon.a (mon.0) 4569 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:32.727 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:32 smithi067 bash[79370]: audit 2023-12-09T02:14:31.777614+0000 mon.a (mon.0) 4570 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:32.727 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:32 smithi067 bash[79370]: audit 2023-12-09T02:14:31.779302+0000 mon.a (mon.0) 4571 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:32.727 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:32 smithi067 bash[79370]: audit 2023-12-09T02:14:31.787853+0000 mon.a (mon.0) 4572 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:32.727 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:32 smithi067 bash[79370]: cluster 2023-12-09T02:14:31.817684+0000 osd.5 (osd.5) 49 : cluster 3 failed to encode map e135 with expected crc 2023-12-09T02:14:32.728 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:32 smithi067 bash[79370]: audit 2023-12-09T02:14:31.819365+0000 mon.a (mon.0) 4573 : audit 1 from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-12-09T02:14:32.728 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:32 smithi067 bash[79370]: cluster 2023-12-09T02:14:31.823559+0000 mon.a (mon.0) 4574 : cluster 0 osdmap e135: 8 total, 7 up, 8 in 2023-12-09T02:14:32.728 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:32 smithi067 bash[79370]: audit 2023-12-09T02:14:31.828064+0000 mon.b (mon.2) 4 : audit 1 from='osd.4 [v2:172.21.15.125:6800/3414847288,v1:172.21.15.125:6801/3414847288]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi125", "root=default"]}]: dispatch 2023-12-09T02:14:32.728 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:32 smithi067 bash[79370]: audit 2023-12-09T02:14:31.836809+0000 mon.a (mon.0) 4575 : audit 1 from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi125", "root=default"]}]: dispatch 2023-12-09T02:14:32.728 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:32 smithi067 bash[79370]: audit 2023-12-09T02:14:31.871819+0000 mon.a (mon.0) 4576 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:32.728 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:32 smithi067 bash[79370]: audit 2023-12-09T02:14:31.874325+0000 mon.a (mon.0) 4577 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:32.728 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:32 smithi067 bash[79370]: audit 2023-12-09T02:14:31.877739+0000 mon.a (mon.0) 4578 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:32.728 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:32 smithi067 bash[79370]: audit 2023-12-09T02:14:31.878937+0000 mon.a (mon.0) 4579 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:32.728 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:32 smithi067 bash[82083]: audit 2023-12-09T02:14:32.266321+0000 mon.a (mon.0) 4600 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:32.728 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:32 smithi067 bash[82083]: audit 2023-12-09T02:14:32.343922+0000 mon.a (mon.0) 4601 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:32.728 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:32 smithi067 bash[82083]: audit 2023-12-09T02:14:32.347270+0000 mon.a (mon.0) 4602 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:32.728 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:32 smithi067 bash[82083]: audit 2023-12-09T02:14:32.351247+0000 mon.a (mon.0) 4603 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:32.728 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:32 smithi067 bash[82083]: audit 2023-12-09T02:14:32.352556+0000 mon.a (mon.0) 4604 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:32.728 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:32 smithi067 bash[82083]: audit 2023-12-09T02:14:32.362331+0000 mon.a (mon.0) 4605 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:32.729 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:32 smithi067 bash[79370]: audit 2023-12-09T02:14:31.886429+0000 mon.a (mon.0) 4580 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:32.729 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:32 smithi067 bash[79370]: audit 2023-12-09T02:14:31.967087+0000 mon.a (mon.0) 4581 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:32.729 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:32 smithi067 bash[79370]: audit 2023-12-09T02:14:31.971598+0000 mon.a (mon.0) 4582 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:32.729 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:32 smithi067 bash[79370]: audit 2023-12-09T02:14:31.976690+0000 mon.a (mon.0) 4583 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:32.729 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:32 smithi067 bash[79370]: audit 2023-12-09T02:14:31.978300+0000 mon.a (mon.0) 4584 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:32.729 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:32 smithi067 bash[79370]: audit 2023-12-09T02:14:31.988175+0000 mon.a (mon.0) 4585 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:32.729 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:32 smithi067 bash[79370]: audit 2023-12-09T02:14:32.070169+0000 mon.a (mon.0) 4586 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:32.729 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:32 smithi067 bash[79370]: audit 2023-12-09T02:14:32.072962+0000 mon.a (mon.0) 4587 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:32.729 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:32 smithi067 bash[79370]: audit 2023-12-09T02:14:32.076555+0000 mon.a (mon.0) 4588 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:32.729 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:32 smithi067 bash[79370]: audit 2023-12-09T02:14:32.077866+0000 mon.a (mon.0) 4589 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:32.729 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:32 smithi067 bash[79370]: audit 2023-12-09T02:14:32.085023+0000 mon.a (mon.0) 4590 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:32.730 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:32 smithi067 bash[79370]: audit 2023-12-09T02:14:32.164427+0000 mon.a (mon.0) 4591 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:32.730 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:32 smithi067 bash[79370]: audit 2023-12-09T02:14:32.166648+0000 mon.a (mon.0) 4592 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:32.730 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:32 smithi067 bash[79370]: audit 2023-12-09T02:14:32.169546+0000 mon.a (mon.0) 4593 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:32.730 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:32 smithi067 bash[79370]: audit 2023-12-09T02:14:32.170262+0000 mon.a (mon.0) 4594 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:32.730 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:32 smithi067 bash[79370]: audit 2023-12-09T02:14:32.175586+0000 mon.a (mon.0) 4595 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:32.730 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:32 smithi067 bash[79370]: audit 2023-12-09T02:14:32.253419+0000 mon.a (mon.0) 4596 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:32.730 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:32 smithi067 bash[79370]: audit 2023-12-09T02:14:32.256014+0000 mon.a (mon.0) 4597 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:32.730 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:32 smithi067 bash[79370]: audit 2023-12-09T02:14:32.258562+0000 mon.a (mon.0) 4598 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:32.730 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:32 smithi067 bash[79370]: audit 2023-12-09T02:14:32.259589+0000 mon.a (mon.0) 4599 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:32.730 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:32 smithi067 bash[79370]: audit 2023-12-09T02:14:32.266321+0000 mon.a (mon.0) 4600 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:32.730 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:32 smithi067 bash[79370]: audit 2023-12-09T02:14:32.343922+0000 mon.a (mon.0) 4601 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:32.730 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:32 smithi067 bash[79370]: audit 2023-12-09T02:14:32.347270+0000 mon.a (mon.0) 4602 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:32.730 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:32 smithi067 bash[79370]: audit 2023-12-09T02:14:32.351247+0000 mon.a (mon.0) 4603 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:32.730 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:32 smithi067 bash[79370]: audit 2023-12-09T02:14:32.352556+0000 mon.a (mon.0) 4604 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:32.730 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:32 smithi067 bash[79370]: audit 2023-12-09T02:14:32.362331+0000 mon.a (mon.0) 4605 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:32.731 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:32 smithi125 bash[66801]: audit 2023-12-09T02:14:31.770677+0000 mon.a (mon.0) 4568 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:32.731 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:32 smithi125 bash[66801]: audit 2023-12-09T02:14:31.773682+0000 mon.a (mon.0) 4569 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:32.731 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:32 smithi125 bash[66801]: audit 2023-12-09T02:14:31.777614+0000 mon.a (mon.0) 4570 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:32.731 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:32 smithi125 bash[66801]: audit 2023-12-09T02:14:31.779302+0000 mon.a (mon.0) 4571 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:32.731 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:32 smithi125 bash[66801]: audit 2023-12-09T02:14:31.787853+0000 mon.a (mon.0) 4572 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:32.731 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:32 smithi125 bash[66801]: cluster 2023-12-09T02:14:31.817684+0000 osd.5 (osd.5) 49 : cluster 3 failed to encode map e135 with expected crc 2023-12-09T02:14:32.731 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:32 smithi125 bash[66801]: audit 2023-12-09T02:14:31.819365+0000 mon.a (mon.0) 4573 : audit 1 from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-12-09T02:14:32.732 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:32 smithi125 bash[66801]: cluster 2023-12-09T02:14:31.823559+0000 mon.a (mon.0) 4574 : cluster 0 osdmap e135: 8 total, 7 up, 8 in 2023-12-09T02:14:32.732 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:32 smithi125 bash[66801]: audit 2023-12-09T02:14:31.828064+0000 mon.b (mon.2) 4 : audit 1 from='osd.4 [v2:172.21.15.125:6800/3414847288,v1:172.21.15.125:6801/3414847288]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi125", "root=default"]}]: dispatch 2023-12-09T02:14:32.732 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:32 smithi125 bash[66801]: audit 2023-12-09T02:14:31.836809+0000 mon.a (mon.0) 4575 : audit 1 from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi125", "root=default"]}]: dispatch 2023-12-09T02:14:32.732 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:32 smithi125 bash[66801]: audit 2023-12-09T02:14:31.871819+0000 mon.a (mon.0) 4576 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:32.732 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:32 smithi125 bash[66801]: audit 2023-12-09T02:14:31.874325+0000 mon.a (mon.0) 4577 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:32.732 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:32 smithi125 bash[66801]: audit 2023-12-09T02:14:31.877739+0000 mon.a (mon.0) 4578 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:32.732 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:32 smithi125 bash[66801]: audit 2023-12-09T02:14:31.878937+0000 mon.a (mon.0) 4579 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:32.732 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:32 smithi125 bash[66801]: audit 2023-12-09T02:14:31.886429+0000 mon.a (mon.0) 4580 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:32.732 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:32 smithi125 bash[66801]: audit 2023-12-09T02:14:31.967087+0000 mon.a (mon.0) 4581 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:32.732 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:32 smithi125 bash[66801]: audit 2023-12-09T02:14:31.971598+0000 mon.a (mon.0) 4582 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:32.732 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:32 smithi125 bash[66801]: audit 2023-12-09T02:14:31.976690+0000 mon.a (mon.0) 4583 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:32.732 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:32 smithi125 bash[66801]: audit 2023-12-09T02:14:31.978300+0000 mon.a (mon.0) 4584 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:32.732 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:32 smithi125 bash[66801]: audit 2023-12-09T02:14:31.988175+0000 mon.a (mon.0) 4585 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:32.732 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:32 smithi125 bash[66801]: audit 2023-12-09T02:14:32.070169+0000 mon.a (mon.0) 4586 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:32.733 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:32 smithi125 bash[66801]: audit 2023-12-09T02:14:32.072962+0000 mon.a (mon.0) 4587 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:32.733 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:32 smithi125 bash[66801]: audit 2023-12-09T02:14:32.076555+0000 mon.a (mon.0) 4588 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:32.733 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:32 smithi125 bash[66801]: audit 2023-12-09T02:14:32.077866+0000 mon.a (mon.0) 4589 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:32.733 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:32 smithi125 bash[66801]: audit 2023-12-09T02:14:32.085023+0000 mon.a (mon.0) 4590 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:32.733 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:32 smithi125 bash[66801]: audit 2023-12-09T02:14:32.164427+0000 mon.a (mon.0) 4591 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:32.733 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:32 smithi125 bash[66801]: audit 2023-12-09T02:14:32.166648+0000 mon.a (mon.0) 4592 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:32.733 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:32 smithi125 bash[66801]: audit 2023-12-09T02:14:32.169546+0000 mon.a (mon.0) 4593 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:32.733 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:32 smithi125 bash[66801]: audit 2023-12-09T02:14:32.170262+0000 mon.a (mon.0) 4594 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:32.733 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:32 smithi125 bash[66801]: audit 2023-12-09T02:14:32.175586+0000 mon.a (mon.0) 4595 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:32.733 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:32 smithi125 bash[66801]: audit 2023-12-09T02:14:32.253419+0000 mon.a (mon.0) 4596 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:32.733 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:32 smithi125 bash[66801]: audit 2023-12-09T02:14:32.256014+0000 mon.a (mon.0) 4597 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:32.733 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:32 smithi125 bash[66801]: audit 2023-12-09T02:14:32.258562+0000 mon.a (mon.0) 4598 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:32.734 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:32 smithi125 bash[66801]: audit 2023-12-09T02:14:32.259589+0000 mon.a (mon.0) 4599 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:32.734 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:32 smithi125 bash[66801]: audit 2023-12-09T02:14:32.266321+0000 mon.a (mon.0) 4600 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:32.734 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:32 smithi125 bash[66801]: audit 2023-12-09T02:14:32.343922+0000 mon.a (mon.0) 4601 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:32.734 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:32 smithi125 bash[66801]: audit 2023-12-09T02:14:32.347270+0000 mon.a (mon.0) 4602 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:32.734 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:32 smithi125 bash[66801]: audit 2023-12-09T02:14:32.351247+0000 mon.a (mon.0) 4603 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:32.734 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:32 smithi125 bash[66801]: audit 2023-12-09T02:14:32.352556+0000 mon.a (mon.0) 4604 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:32.735 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:32 smithi125 bash[66801]: audit 2023-12-09T02:14:32.362331+0000 mon.a (mon.0) 4605 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:33.277 INFO:teuthology.orchestra.run.smithi067.stdout:true 2023-12-09T02:14:33.708 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:33 smithi125 bash[66801]: cephadm 2023-12-09T02:14:31.788732+0000 mgr.y (mgr.25480) 1101 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:33.708 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:33 smithi125 bash[66801]: cluster 2023-12-09T02:14:31.818606+0000 osd.7 (osd.7) 35 : cluster 3 failed to encode map e135 with expected crc 2023-12-09T02:14:33.708 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:33 smithi125 bash[66801]: cephadm 2023-12-09T02:14:31.886934+0000 mgr.y (mgr.25480) 1102 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:33.708 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:33 smithi125 bash[66801]: cephadm 2023-12-09T02:14:31.988978+0000 mgr.y (mgr.25480) 1103 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:33.708 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:33 smithi125 bash[66801]: cluster 2023-12-09T02:14:31.997265+0000 mgr.y (mgr.25480) 1104 : cluster 0 pgmap v182: 161 pgs: 20 active+undersized+degraded, 43 active+undersized, 98 active+clean; 585 KiB data, 202 MiB used, 715 GiB / 715 GiB avail; 921 B/s rd, 0 op/s; 96/726 objects degraded (13.223%) 2023-12-09T02:14:33.708 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:33 smithi125 bash[66801]: cephadm 2023-12-09T02:14:32.085502+0000 mgr.y (mgr.25480) 1105 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:33.708 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:33 smithi125 bash[66801]: cephadm 2023-12-09T02:14:32.176027+0000 mgr.y (mgr.25480) 1106 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:33.708 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:33 smithi125 bash[66801]: cephadm 2023-12-09T02:14:32.266933+0000 mgr.y (mgr.25480) 1107 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:33.709 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:33 smithi125 bash[66801]: cluster 2023-12-09T02:14:32.360462+0000 osd.6 (osd.6) 31 : cluster 3 failed to encode map e135 with expected crc 2023-12-09T02:14:33.709 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:33 smithi125 bash[66801]: cephadm 2023-12-09T02:14:32.363098+0000 mgr.y (mgr.25480) 1108 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:33.709 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:33 smithi125 bash[66801]: audit 2023-12-09T02:14:32.439473+0000 mon.a (mon.0) 4606 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:33.709 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:33 smithi125 bash[66801]: audit 2023-12-09T02:14:32.441503+0000 mon.a (mon.0) 4607 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:33.709 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:33 smithi125 bash[66801]: audit 2023-12-09T02:14:32.443712+0000 mon.a (mon.0) 4608 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:33.709 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:33 smithi125 bash[66801]: audit 2023-12-09T02:14:32.444496+0000 mon.a (mon.0) 4609 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:33.709 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:33 smithi125 bash[66801]: audit 2023-12-09T02:14:32.449944+0000 mon.a (mon.0) 4610 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:33.709 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:33 smithi125 bash[66801]: cephadm 2023-12-09T02:14:32.450425+0000 mgr.y (mgr.25480) 1109 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:33.709 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:33 smithi125 bash[66801]: audit 2023-12-09T02:14:32.528974+0000 mon.a (mon.0) 4611 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:33.709 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:33 smithi125 bash[66801]: audit 2023-12-09T02:14:32.532952+0000 mon.a (mon.0) 4612 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:33.709 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:33 smithi125 bash[66801]: audit 2023-12-09T02:14:32.536363+0000 mon.a (mon.0) 4613 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:33.709 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:33 smithi125 bash[66801]: audit 2023-12-09T02:14:32.537323+0000 mon.a (mon.0) 4614 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:33.709 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:33 smithi125 bash[66801]: audit 2023-12-09T02:14:32.545064+0000 mon.a (mon.0) 4615 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:33.709 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:33 smithi125 bash[66801]: cephadm 2023-12-09T02:14:32.545635+0000 mgr.y (mgr.25480) 1110 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:33.709 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:33 smithi125 bash[66801]: audit 2023-12-09T02:14:32.654970+0000 mon.a (mon.0) 4616 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:33.710 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:33 smithi125 bash[66801]: audit 2023-12-09T02:14:32.657968+0000 mon.a (mon.0) 4617 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:33.710 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:33 smithi125 bash[66801]: audit 2023-12-09T02:14:32.661544+0000 mon.a (mon.0) 4618 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:33.710 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:33 smithi125 bash[66801]: audit 2023-12-09T02:14:32.662802+0000 mon.a (mon.0) 4619 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:33.710 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:33 smithi125 bash[66801]: audit 2023-12-09T02:14:32.671493+0000 mon.a (mon.0) 4620 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:33.710 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:33 smithi125 bash[66801]: cephadm 2023-12-09T02:14:32.672403+0000 mgr.y (mgr.25480) 1111 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:33.710 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:33 smithi125 bash[66801]: audit 2023-12-09T02:14:32.756832+0000 mon.a (mon.0) 4621 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:33.710 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:33 smithi125 bash[66801]: audit 2023-12-09T02:14:32.759512+0000 mon.a (mon.0) 4622 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:33.710 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:33 smithi125 bash[66801]: audit 2023-12-09T02:14:32.762764+0000 mon.a (mon.0) 4623 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:33.710 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:33 smithi125 bash[66801]: audit 2023-12-09T02:14:32.763948+0000 mon.a (mon.0) 4624 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:33.710 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:33 smithi125 bash[66801]: audit 2023-12-09T02:14:32.771866+0000 mon.a (mon.0) 4625 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:33.710 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:33 smithi125 bash[66801]: audit 2023-12-09T02:14:32.850803+0000 mon.a (mon.0) 4626 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:33.710 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:33 smithi125 bash[66801]: audit 2023-12-09T02:14:32.852917+0000 mon.a (mon.0) 4627 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:33.710 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:33 smithi125 bash[66801]: audit 2023-12-09T02:14:32.855133+0000 mon.a (mon.0) 4628 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:33.710 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:33 smithi125 bash[66801]: audit 2023-12-09T02:14:32.855977+0000 mon.a (mon.0) 4629 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:33.710 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:33 smithi125 bash[66801]: audit 2023-12-09T02:14:32.863795+0000 mon.a (mon.0) 4630 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:33.711 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:33 smithi125 bash[66801]: audit 2023-12-09T02:14:32.869716+0000 mon.a (mon.0) 4631 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:33.711 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:33 smithi125 bash[66801]: cluster 2023-12-09T02:14:32.884206+0000 osd.5 (osd.5) 50 : cluster 3 failed to encode map e136 with expected crc 2023-12-09T02:14:33.711 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:33 smithi125 bash[66801]: cluster 2023-12-09T02:14:32.884528+0000 mon.a (mon.0) 4632 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-09T02:14:33.711 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:33 smithi125 bash[66801]: cluster 2023-12-09T02:14:32.891018+0000 mon.a (mon.0) 4633 : cluster 1 osd.4 [v2:172.21.15.125:6800/3414847288,v1:172.21.15.125:6801/3414847288] boot 2023-12-09T02:14:33.711 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:33 smithi125 bash[66801]: cluster 2023-12-09T02:14:32.891116+0000 mon.a (mon.0) 4634 : cluster 0 osdmap e136: 8 total, 8 up, 8 in 2023-12-09T02:14:33.711 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:33 smithi125 bash[66801]: audit 2023-12-09T02:14:32.891784+0000 mon.a (mon.0) 4635 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-09T02:14:33.711 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:33 smithi125 bash[66801]: audit 2023-12-09T02:14:32.977968+0000 mon.a (mon.0) 4636 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:33.711 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:33 smithi125 bash[66801]: audit 2023-12-09T02:14:32.980885+0000 mon.a (mon.0) 4637 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:33.712 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:33 smithi125 bash[66801]: audit 2023-12-09T02:14:32.983692+0000 mon.a (mon.0) 4638 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:33.712 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:33 smithi125 bash[66801]: audit 2023-12-09T02:14:32.985151+0000 mon.a (mon.0) 4639 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:33.712 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:33 smithi125 bash[66801]: audit 2023-12-09T02:14:32.994405+0000 mon.a (mon.0) 4640 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:33.712 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:33 smithi125 bash[66801]: audit 2023-12-09T02:14:33.074918+0000 mon.a (mon.0) 4641 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:33.712 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:33 smithi125 bash[66801]: audit 2023-12-09T02:14:33.078359+0000 mon.a (mon.0) 4642 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:33.712 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:33 smithi125 bash[66801]: audit 2023-12-09T02:14:33.083336+0000 mon.a (mon.0) 4643 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:33.712 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:33 smithi125 bash[66801]: audit 2023-12-09T02:14:33.084927+0000 mon.a (mon.0) 4644 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:33.712 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:33 smithi125 bash[66801]: audit 2023-12-09T02:14:33.094930+0000 mon.a (mon.0) 4645 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:33.712 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:33 smithi125 bash[66801]: audit 2023-12-09T02:14:33.180714+0000 mon.a (mon.0) 4646 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:33.712 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:33 smithi125 bash[66801]: audit 2023-12-09T02:14:33.182902+0000 mon.a (mon.0) 4647 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:33.712 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:33 smithi125 bash[66801]: audit 2023-12-09T02:14:33.185918+0000 mon.a (mon.0) 4648 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:33.712 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:33 smithi125 bash[66801]: audit 2023-12-09T02:14:33.187148+0000 mon.a (mon.0) 4649 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:33.712 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:33 smithi125 bash[66801]: audit 2023-12-09T02:14:33.194055+0000 mon.a (mon.0) 4650 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:33.712 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:33 smithi125 bash[66801]: audit 2023-12-09T02:14:33.273511+0000 mon.a (mon.0) 4651 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:33.712 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:33 smithi125 bash[66801]: audit 2023-12-09T02:14:33.276689+0000 mon.a (mon.0) 4652 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:33.713 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:33 smithi125 bash[66801]: audit 2023-12-09T02:14:33.281065+0000 mon.a (mon.0) 4653 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:33.713 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:33 smithi125 bash[66801]: audit 2023-12-09T02:14:33.282522+0000 mon.a (mon.0) 4654 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:33.713 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:33 smithi125 bash[66801]: audit 2023-12-09T02:14:33.290204+0000 mon.a (mon.0) 4655 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:33.713 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:33 smithi125 bash[66801]: audit 2023-12-09T02:14:33.372987+0000 mon.a (mon.0) 4656 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:33.713 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:33 smithi125 bash[66801]: audit 2023-12-09T02:14:33.375074+0000 mon.a (mon.0) 4657 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:33.713 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:33 smithi125 bash[66801]: audit 2023-12-09T02:14:33.377655+0000 mon.a (mon.0) 4658 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:33.713 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:33 smithi125 bash[66801]: audit 2023-12-09T02:14:33.378344+0000 mon.a (mon.0) 4659 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:33.713 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:33 smithi125 bash[66801]: audit 2023-12-09T02:14:33.384602+0000 mon.a (mon.0) 4660 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:33.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:33 smithi067 bash[82083]: cephadm 2023-12-09T02:14:31.788732+0000 mgr.y (mgr.25480) 1101 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:33.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:33 smithi067 bash[82083]: cluster 2023-12-09T02:14:31.818606+0000 osd.7 (osd.7) 35 : cluster 3 failed to encode map e135 with expected crc 2023-12-09T02:14:33.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:33 smithi067 bash[82083]: cephadm 2023-12-09T02:14:31.886934+0000 mgr.y (mgr.25480) 1102 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:33.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:33 smithi067 bash[82083]: cephadm 2023-12-09T02:14:31.988978+0000 mgr.y (mgr.25480) 1103 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:33.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:33 smithi067 bash[82083]: cluster 2023-12-09T02:14:31.997265+0000 mgr.y (mgr.25480) 1104 : cluster 0 pgmap v182: 161 pgs: 20 active+undersized+degraded, 43 active+undersized, 98 active+clean; 585 KiB data, 202 MiB used, 715 GiB / 715 GiB avail; 921 B/s rd, 0 op/s; 96/726 objects degraded (13.223%) 2023-12-09T02:14:33.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:33 smithi067 bash[82083]: cephadm 2023-12-09T02:14:32.085502+0000 mgr.y (mgr.25480) 1105 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:33.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:33 smithi067 bash[82083]: cephadm 2023-12-09T02:14:32.176027+0000 mgr.y (mgr.25480) 1106 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:33.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:33 smithi067 bash[82083]: cephadm 2023-12-09T02:14:32.266933+0000 mgr.y (mgr.25480) 1107 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:33.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:33 smithi067 bash[82083]: cluster 2023-12-09T02:14:32.360462+0000 osd.6 (osd.6) 31 : cluster 3 failed to encode map e135 with expected crc 2023-12-09T02:14:33.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:33 smithi067 bash[82083]: cephadm 2023-12-09T02:14:32.363098+0000 mgr.y (mgr.25480) 1108 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:33.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:33 smithi067 bash[82083]: audit 2023-12-09T02:14:32.439473+0000 mon.a (mon.0) 4606 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:33.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:33 smithi067 bash[82083]: audit 2023-12-09T02:14:32.441503+0000 mon.a (mon.0) 4607 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:33.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:33 smithi067 bash[82083]: audit 2023-12-09T02:14:32.443712+0000 mon.a (mon.0) 4608 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:33.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:33 smithi067 bash[82083]: audit 2023-12-09T02:14:32.444496+0000 mon.a (mon.0) 4609 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:33.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:33 smithi067 bash[82083]: audit 2023-12-09T02:14:32.449944+0000 mon.a (mon.0) 4610 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:33.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:33 smithi067 bash[82083]: cephadm 2023-12-09T02:14:32.450425+0000 mgr.y (mgr.25480) 1109 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:33.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:33 smithi067 bash[82083]: audit 2023-12-09T02:14:32.528974+0000 mon.a (mon.0) 4611 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:33.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:33 smithi067 bash[82083]: audit 2023-12-09T02:14:32.532952+0000 mon.a (mon.0) 4612 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:33.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:33 smithi067 bash[82083]: audit 2023-12-09T02:14:32.536363+0000 mon.a (mon.0) 4613 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:33.722 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:33 smithi067 bash[82083]: audit 2023-12-09T02:14:32.537323+0000 mon.a (mon.0) 4614 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:33.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:33 smithi067 bash[79370]: cephadm 2023-12-09T02:14:31.788732+0000 mgr.y (mgr.25480) 1101 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:33.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:33 smithi067 bash[79370]: cluster 2023-12-09T02:14:31.818606+0000 osd.7 (osd.7) 35 : cluster 3 failed to encode map e135 with expected crc 2023-12-09T02:14:33.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:33 smithi067 bash[79370]: cephadm 2023-12-09T02:14:31.886934+0000 mgr.y (mgr.25480) 1102 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:33.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:33 smithi067 bash[79370]: cephadm 2023-12-09T02:14:31.988978+0000 mgr.y (mgr.25480) 1103 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:33.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:33 smithi067 bash[79370]: cluster 2023-12-09T02:14:31.997265+0000 mgr.y (mgr.25480) 1104 : cluster 0 pgmap v182: 161 pgs: 20 active+undersized+degraded, 43 active+undersized, 98 active+clean; 585 KiB data, 202 MiB used, 715 GiB / 715 GiB avail; 921 B/s rd, 0 op/s; 96/726 objects degraded (13.223%) 2023-12-09T02:14:33.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:33 smithi067 bash[79370]: cephadm 2023-12-09T02:14:32.085502+0000 mgr.y (mgr.25480) 1105 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:33.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:33 smithi067 bash[79370]: cephadm 2023-12-09T02:14:32.176027+0000 mgr.y (mgr.25480) 1106 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:33.723 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:33 smithi067 bash[79370]: cephadm 2023-12-09T02:14:32.266933+0000 mgr.y (mgr.25480) 1107 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:33.723 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:33 smithi067 bash[79370]: cluster 2023-12-09T02:14:32.360462+0000 osd.6 (osd.6) 31 : cluster 3 failed to encode map e135 with expected crc 2023-12-09T02:14:33.723 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:33 smithi067 bash[79370]: cephadm 2023-12-09T02:14:32.363098+0000 mgr.y (mgr.25480) 1108 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:33.723 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:33 smithi067 bash[79370]: audit 2023-12-09T02:14:32.439473+0000 mon.a (mon.0) 4606 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:33.723 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:33 smithi067 bash[79370]: audit 2023-12-09T02:14:32.441503+0000 mon.a (mon.0) 4607 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:33.723 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:33 smithi067 bash[79370]: audit 2023-12-09T02:14:32.443712+0000 mon.a (mon.0) 4608 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:33.723 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:33 smithi067 bash[79370]: audit 2023-12-09T02:14:32.444496+0000 mon.a (mon.0) 4609 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:33.723 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:33 smithi067 bash[79370]: audit 2023-12-09T02:14:32.449944+0000 mon.a (mon.0) 4610 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:33.723 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:33 smithi067 bash[79370]: cephadm 2023-12-09T02:14:32.450425+0000 mgr.y (mgr.25480) 1109 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:33.723 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:33 smithi067 bash[79370]: audit 2023-12-09T02:14:32.528974+0000 mon.a (mon.0) 4611 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:33.723 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:33 smithi067 bash[79370]: audit 2023-12-09T02:14:32.532952+0000 mon.a (mon.0) 4612 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:33.723 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:33 smithi067 bash[79370]: audit 2023-12-09T02:14:32.536363+0000 mon.a (mon.0) 4613 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:33.723 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:33 smithi067 bash[79370]: audit 2023-12-09T02:14:32.537323+0000 mon.a (mon.0) 4614 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:33.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:33 smithi067 bash[82083]: audit 2023-12-09T02:14:32.545064+0000 mon.a (mon.0) 4615 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:33.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:33 smithi067 bash[82083]: cephadm 2023-12-09T02:14:32.545635+0000 mgr.y (mgr.25480) 1110 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:33.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:33 smithi067 bash[82083]: audit 2023-12-09T02:14:32.654970+0000 mon.a (mon.0) 4616 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:33.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:33 smithi067 bash[82083]: audit 2023-12-09T02:14:32.657968+0000 mon.a (mon.0) 4617 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:33.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:33 smithi067 bash[82083]: audit 2023-12-09T02:14:32.661544+0000 mon.a (mon.0) 4618 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:33.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:33 smithi067 bash[82083]: audit 2023-12-09T02:14:32.662802+0000 mon.a (mon.0) 4619 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:33.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:33 smithi067 bash[82083]: audit 2023-12-09T02:14:32.671493+0000 mon.a (mon.0) 4620 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:33.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:33 smithi067 bash[82083]: cephadm 2023-12-09T02:14:32.672403+0000 mgr.y (mgr.25480) 1111 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:33.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:33 smithi067 bash[82083]: audit 2023-12-09T02:14:32.756832+0000 mon.a (mon.0) 4621 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:33.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:33 smithi067 bash[82083]: audit 2023-12-09T02:14:32.759512+0000 mon.a (mon.0) 4622 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:33.725 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:33 smithi067 bash[82083]: audit 2023-12-09T02:14:32.762764+0000 mon.a (mon.0) 4623 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:33.725 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:33 smithi067 bash[82083]: audit 2023-12-09T02:14:32.763948+0000 mon.a (mon.0) 4624 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:33.725 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:33 smithi067 bash[82083]: audit 2023-12-09T02:14:32.771866+0000 mon.a (mon.0) 4625 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:33.725 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:33 smithi067 bash[82083]: audit 2023-12-09T02:14:32.850803+0000 mon.a (mon.0) 4626 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:33.725 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:33 smithi067 bash[82083]: audit 2023-12-09T02:14:32.852917+0000 mon.a (mon.0) 4627 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:33.725 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:33 smithi067 bash[82083]: audit 2023-12-09T02:14:32.855133+0000 mon.a (mon.0) 4628 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:33.725 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:33 smithi067 bash[82083]: audit 2023-12-09T02:14:32.855977+0000 mon.a (mon.0) 4629 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:33.725 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:33 smithi067 bash[82083]: audit 2023-12-09T02:14:32.863795+0000 mon.a (mon.0) 4630 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:33.725 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:33 smithi067 bash[82083]: audit 2023-12-09T02:14:32.869716+0000 mon.a (mon.0) 4631 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:33.726 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:33 smithi067 bash[82083]: cluster 2023-12-09T02:14:32.884206+0000 osd.5 (osd.5) 50 : cluster 3 failed to encode map e136 with expected crc 2023-12-09T02:14:33.726 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:33 smithi067 bash[82083]: cluster 2023-12-09T02:14:32.884528+0000 mon.a (mon.0) 4632 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-09T02:14:33.726 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:33 smithi067 bash[79370]: audit 2023-12-09T02:14:32.545064+0000 mon.a (mon.0) 4615 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:33.726 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:33 smithi067 bash[79370]: cephadm 2023-12-09T02:14:32.545635+0000 mgr.y (mgr.25480) 1110 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:33.726 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:33 smithi067 bash[79370]: audit 2023-12-09T02:14:32.654970+0000 mon.a (mon.0) 4616 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:33.726 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:33 smithi067 bash[79370]: audit 2023-12-09T02:14:32.657968+0000 mon.a (mon.0) 4617 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:33.726 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:33 smithi067 bash[79370]: audit 2023-12-09T02:14:32.661544+0000 mon.a (mon.0) 4618 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:33.726 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:33 smithi067 bash[79370]: audit 2023-12-09T02:14:32.662802+0000 mon.a (mon.0) 4619 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:33.726 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:33 smithi067 bash[79370]: audit 2023-12-09T02:14:32.671493+0000 mon.a (mon.0) 4620 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:33.727 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:33 smithi067 bash[79370]: cephadm 2023-12-09T02:14:32.672403+0000 mgr.y (mgr.25480) 1111 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:33.727 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:33 smithi067 bash[79370]: audit 2023-12-09T02:14:32.756832+0000 mon.a (mon.0) 4621 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:33.727 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:33 smithi067 bash[79370]: audit 2023-12-09T02:14:32.759512+0000 mon.a (mon.0) 4622 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:33.727 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:33 smithi067 bash[79370]: audit 2023-12-09T02:14:32.762764+0000 mon.a (mon.0) 4623 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:33.727 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:33 smithi067 bash[79370]: audit 2023-12-09T02:14:32.763948+0000 mon.a (mon.0) 4624 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:33.727 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:33 smithi067 bash[79370]: audit 2023-12-09T02:14:32.771866+0000 mon.a (mon.0) 4625 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:33.727 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:33 smithi067 bash[79370]: audit 2023-12-09T02:14:32.850803+0000 mon.a (mon.0) 4626 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:33.727 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:33 smithi067 bash[79370]: audit 2023-12-09T02:14:32.852917+0000 mon.a (mon.0) 4627 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:33.727 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:33 smithi067 bash[79370]: audit 2023-12-09T02:14:32.855133+0000 mon.a (mon.0) 4628 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:33.727 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:33 smithi067 bash[79370]: audit 2023-12-09T02:14:32.855977+0000 mon.a (mon.0) 4629 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:33.727 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:33 smithi067 bash[79370]: audit 2023-12-09T02:14:32.863795+0000 mon.a (mon.0) 4630 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:33.727 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:33 smithi067 bash[79370]: audit 2023-12-09T02:14:32.869716+0000 mon.a (mon.0) 4631 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:33.727 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:33 smithi067 bash[79370]: cluster 2023-12-09T02:14:32.884206+0000 osd.5 (osd.5) 50 : cluster 3 failed to encode map e136 with expected crc 2023-12-09T02:14:33.727 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:33 smithi067 bash[79370]: cluster 2023-12-09T02:14:32.884528+0000 mon.a (mon.0) 4632 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-09T02:14:33.728 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:33 smithi067 bash[82083]: cluster 2023-12-09T02:14:32.891018+0000 mon.a (mon.0) 4633 : cluster 1 osd.4 [v2:172.21.15.125:6800/3414847288,v1:172.21.15.125:6801/3414847288] boot 2023-12-09T02:14:33.728 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:33 smithi067 bash[82083]: cluster 2023-12-09T02:14:32.891116+0000 mon.a (mon.0) 4634 : cluster 0 osdmap e136: 8 total, 8 up, 8 in 2023-12-09T02:14:33.728 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:33 smithi067 bash[82083]: audit 2023-12-09T02:14:32.891784+0000 mon.a (mon.0) 4635 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-09T02:14:33.728 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:33 smithi067 bash[82083]: audit 2023-12-09T02:14:32.977968+0000 mon.a (mon.0) 4636 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:33.728 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:33 smithi067 bash[82083]: audit 2023-12-09T02:14:32.980885+0000 mon.a (mon.0) 4637 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:33.728 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:33 smithi067 bash[82083]: audit 2023-12-09T02:14:32.983692+0000 mon.a (mon.0) 4638 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:33.728 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:33 smithi067 bash[82083]: audit 2023-12-09T02:14:32.985151+0000 mon.a (mon.0) 4639 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:33.728 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:33 smithi067 bash[82083]: audit 2023-12-09T02:14:32.994405+0000 mon.a (mon.0) 4640 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:33.728 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:33 smithi067 bash[82083]: audit 2023-12-09T02:14:33.074918+0000 mon.a (mon.0) 4641 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:33.728 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:33 smithi067 bash[82083]: audit 2023-12-09T02:14:33.078359+0000 mon.a (mon.0) 4642 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:33.728 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:33 smithi067 bash[82083]: audit 2023-12-09T02:14:33.083336+0000 mon.a (mon.0) 4643 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:33.729 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:33 smithi067 bash[82083]: audit 2023-12-09T02:14:33.084927+0000 mon.a (mon.0) 4644 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:33.729 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:33 smithi067 bash[82083]: audit 2023-12-09T02:14:33.094930+0000 mon.a (mon.0) 4645 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:33.729 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:33 smithi067 bash[82083]: audit 2023-12-09T02:14:33.180714+0000 mon.a (mon.0) 4646 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:33.729 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:33 smithi067 bash[82083]: audit 2023-12-09T02:14:33.182902+0000 mon.a (mon.0) 4647 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:33.729 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:33 smithi067 bash[82083]: audit 2023-12-09T02:14:33.185918+0000 mon.a (mon.0) 4648 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:33.729 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:33 smithi067 bash[82083]: audit 2023-12-09T02:14:33.187148+0000 mon.a (mon.0) 4649 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:33.729 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:33 smithi067 bash[82083]: audit 2023-12-09T02:14:33.194055+0000 mon.a (mon.0) 4650 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:33.729 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:33 smithi067 bash[82083]: audit 2023-12-09T02:14:33.273511+0000 mon.a (mon.0) 4651 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:33.729 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:33 smithi067 bash[82083]: audit 2023-12-09T02:14:33.276689+0000 mon.a (mon.0) 4652 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:33.729 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:33 smithi067 bash[79370]: cluster 2023-12-09T02:14:32.891018+0000 mon.a (mon.0) 4633 : cluster 1 osd.4 [v2:172.21.15.125:6800/3414847288,v1:172.21.15.125:6801/3414847288] boot 2023-12-09T02:14:33.730 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:33 smithi067 bash[79370]: cluster 2023-12-09T02:14:32.891116+0000 mon.a (mon.0) 4634 : cluster 0 osdmap e136: 8 total, 8 up, 8 in 2023-12-09T02:14:33.731 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:33 smithi067 bash[79370]: audit 2023-12-09T02:14:32.891784+0000 mon.a (mon.0) 4635 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-09T02:14:33.731 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:33 smithi067 bash[79370]: audit 2023-12-09T02:14:32.977968+0000 mon.a (mon.0) 4636 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:33.731 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:33 smithi067 bash[79370]: audit 2023-12-09T02:14:32.980885+0000 mon.a (mon.0) 4637 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:33.731 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:33 smithi067 bash[79370]: audit 2023-12-09T02:14:32.983692+0000 mon.a (mon.0) 4638 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:33.731 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:33 smithi067 bash[79370]: audit 2023-12-09T02:14:32.985151+0000 mon.a (mon.0) 4639 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:33.731 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:33 smithi067 bash[79370]: audit 2023-12-09T02:14:32.994405+0000 mon.a (mon.0) 4640 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:33.731 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:33 smithi067 bash[79370]: audit 2023-12-09T02:14:33.074918+0000 mon.a (mon.0) 4641 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:33.731 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:33 smithi067 bash[79370]: audit 2023-12-09T02:14:33.078359+0000 mon.a (mon.0) 4642 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:33.731 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:33 smithi067 bash[79370]: audit 2023-12-09T02:14:33.083336+0000 mon.a (mon.0) 4643 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:33.732 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:33 smithi067 bash[79370]: audit 2023-12-09T02:14:33.084927+0000 mon.a (mon.0) 4644 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:33.732 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:33 smithi067 bash[79370]: audit 2023-12-09T02:14:33.094930+0000 mon.a (mon.0) 4645 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:33.732 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:33 smithi067 bash[79370]: audit 2023-12-09T02:14:33.180714+0000 mon.a (mon.0) 4646 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:33.733 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:33 smithi067 bash[79370]: audit 2023-12-09T02:14:33.182902+0000 mon.a (mon.0) 4647 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:33.733 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:33 smithi067 bash[79370]: audit 2023-12-09T02:14:33.185918+0000 mon.a (mon.0) 4648 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:33.733 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:33 smithi067 bash[79370]: audit 2023-12-09T02:14:33.187148+0000 mon.a (mon.0) 4649 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:33.733 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:33 smithi067 bash[79370]: audit 2023-12-09T02:14:33.194055+0000 mon.a (mon.0) 4650 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:33.733 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:33 smithi067 bash[79370]: audit 2023-12-09T02:14:33.273511+0000 mon.a (mon.0) 4651 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:33.733 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:33 smithi067 bash[79370]: audit 2023-12-09T02:14:33.276689+0000 mon.a (mon.0) 4652 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:33.733 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:33 smithi067 bash[82083]: audit 2023-12-09T02:14:33.281065+0000 mon.a (mon.0) 4653 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:33.733 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:33 smithi067 bash[82083]: audit 2023-12-09T02:14:33.282522+0000 mon.a (mon.0) 4654 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:33.733 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:33 smithi067 bash[82083]: audit 2023-12-09T02:14:33.290204+0000 mon.a (mon.0) 4655 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:33.733 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:33 smithi067 bash[82083]: audit 2023-12-09T02:14:33.372987+0000 mon.a (mon.0) 4656 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:33.733 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:33 smithi067 bash[82083]: audit 2023-12-09T02:14:33.375074+0000 mon.a (mon.0) 4657 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:33.734 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:33 smithi067 bash[82083]: audit 2023-12-09T02:14:33.377655+0000 mon.a (mon.0) 4658 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:33.734 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:33 smithi067 bash[82083]: audit 2023-12-09T02:14:33.378344+0000 mon.a (mon.0) 4659 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:33.734 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:33 smithi067 bash[82083]: audit 2023-12-09T02:14:33.384602+0000 mon.a (mon.0) 4660 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:33.734 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:33 smithi067 bash[79370]: audit 2023-12-09T02:14:33.281065+0000 mon.a (mon.0) 4653 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:33.734 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:33 smithi067 bash[79370]: audit 2023-12-09T02:14:33.282522+0000 mon.a (mon.0) 4654 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:33.734 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:33 smithi067 bash[79370]: audit 2023-12-09T02:14:33.290204+0000 mon.a (mon.0) 4655 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:33.734 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:33 smithi067 bash[79370]: audit 2023-12-09T02:14:33.372987+0000 mon.a (mon.0) 4656 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:33.734 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:33 smithi067 bash[79370]: audit 2023-12-09T02:14:33.375074+0000 mon.a (mon.0) 4657 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:33.734 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:33 smithi067 bash[79370]: audit 2023-12-09T02:14:33.377655+0000 mon.a (mon.0) 4658 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:33.734 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:33 smithi067 bash[79370]: audit 2023-12-09T02:14:33.378344+0000 mon.a (mon.0) 4659 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:33.734 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:33 smithi067 bash[79370]: audit 2023-12-09T02:14:33.384602+0000 mon.a (mon.0) 4660 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:34.101 INFO:teuthology.orchestra.run.smithi067.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-09T02:14:34.101 INFO:teuthology.orchestra.run.smithi067.stdout:agent.smithi067 smithi067 running 16s ago 21m - - 2023-12-09T02:14:34.101 INFO:teuthology.orchestra.run.smithi067.stdout:agent.smithi125 smithi125 running 15s ago 20m - - 2023-12-09T02:14:34.101 INFO:teuthology.orchestra.run.smithi067.stdout:alertmanager.a smithi067 *:9093,9094 running (6m) 16s ago 13m 16.3M - 0.23.0 ba2b418f427c 6ec817f342b5 2023-12-09T02:14:34.101 INFO:teuthology.orchestra.run.smithi067.stdout:grafana.a smithi125 *:3000 running (6m) 15s ago 13m 43.6M - 8.3.5 dad864ee21e9 40cbacae8259 2023-12-09T02:14:34.101 INFO:teuthology.orchestra.run.smithi067.stdout:iscsi.foo.smithi067.oajywc smithi067 running (5m) 16s ago 11m 47.7M - 3.5 e1d6a67b021e 3e5a20a58ce4 2023-12-09T02:14:34.102 INFO:teuthology.orchestra.run.smithi067.stdout:mgr.x smithi125 *:8443,9283,8765 running (5m) 15s ago 20m 434M - 19.0.0-44-g9dcc13bb f28f2b94f153 d59f2ab74456 2023-12-09T02:14:34.102 INFO:teuthology.orchestra.run.smithi067.stdout:mgr.y smithi067 *:8443,9283,8765 running (5m) 16s ago 22m 513M - 19.0.0-44-g9dcc13bb f28f2b94f153 b0e5c689c1a6 2023-12-09T02:14:34.102 INFO:teuthology.orchestra.run.smithi067.stdout:mon.a smithi067 running (4m) 16s ago 22m 67.4M 2048M 19.0.0-44-g9dcc13bb f28f2b94f153 f5f188bf2880 2023-12-09T02:14:34.102 INFO:teuthology.orchestra.run.smithi067.stdout:mon.b smithi125 running (3m) 15s ago 20m 49.4M 2048M 19.0.0-44-g9dcc13bb f28f2b94f153 baa25853095e 2023-12-09T02:14:34.102 INFO:teuthology.orchestra.run.smithi067.stdout:mon.c smithi067 running (4m) 16s ago 20m 52.5M 2048M 19.0.0-44-g9dcc13bb f28f2b94f153 37f7376908df 2023-12-09T02:14:34.102 INFO:teuthology.orchestra.run.smithi067.stdout:node-exporter.a smithi067 *:9100 running (7m) 16s ago 14m 12.0M - 1.3.1 1dbe0e931976 f40a7a952aae 2023-12-09T02:14:34.102 INFO:teuthology.orchestra.run.smithi067.stdout:node-exporter.b smithi125 *:9100 running (6m) 15s ago 14m 11.9M - 1.3.1 1dbe0e931976 47a93b654521 2023-12-09T02:14:34.102 INFO:teuthology.orchestra.run.smithi067.stdout:osd.0 smithi067 running (2m) 16s ago 19m 54.8M 4096M 19.0.0-44-g9dcc13bb f28f2b94f153 d14cf1a2cd9b 2023-12-09T02:14:34.102 INFO:teuthology.orchestra.run.smithi067.stdout:osd.1 smithi067 running (2m) 16s ago 19m 55.2M 4096M 19.0.0-44-g9dcc13bb f28f2b94f153 a62e980d9a0d 2023-12-09T02:14:34.102 INFO:teuthology.orchestra.run.smithi067.stdout:osd.2 smithi067 running (90s) 16s ago 18m 53.1M 4096M 19.0.0-44-g9dcc13bb f28f2b94f153 ab90bc1b9ba0 2023-12-09T02:14:34.102 INFO:teuthology.orchestra.run.smithi067.stdout:osd.3 smithi067 running (49s) 16s ago 17m 50.4M 4096M 19.0.0-44-g9dcc13bb f28f2b94f153 178bf706768a 2023-12-09T02:14:34.102 INFO:teuthology.orchestra.run.smithi067.stdout:osd.4 smithi125 starting - - - 4096M 2023-12-09T02:14:34.102 INFO:teuthology.orchestra.run.smithi067.stdout:osd.5 smithi125 running (16m) 15s ago 16m 66.0M 4096M 17.2.0 e1d6a67b021e 69bedd006f74 2023-12-09T02:14:34.102 INFO:teuthology.orchestra.run.smithi067.stdout:osd.6 smithi125 running (15m) 15s ago 15m 63.2M 4096M 17.2.0 e1d6a67b021e 30344497f6d2 2023-12-09T02:14:34.103 INFO:teuthology.orchestra.run.smithi067.stdout:osd.7 smithi125 running (15m) 15s ago 15m 68.7M 4096M 17.2.0 e1d6a67b021e 8791b422aafd 2023-12-09T02:14:34.103 INFO:teuthology.orchestra.run.smithi067.stdout:prometheus.a smithi125 *:9095 running (5m) 15s ago 14m 63.3M - 2.33.4 514e6a882f6e c0781044780a 2023-12-09T02:14:34.103 INFO:teuthology.orchestra.run.smithi067.stdout:rgw.foo.smithi067.rqvsfw smithi067 *:8000 running (11m) 16s ago 11m 90.6M - 17.2.0 e1d6a67b021e 72086955a09f 2023-12-09T02:14:34.103 INFO:teuthology.orchestra.run.smithi067.stdout:rgw.foo.smithi125.wanndy smithi125 *:8000 running (11m) 15s ago 11m 89.7M - 17.2.0 e1d6a67b021e 89b35e95d314 2023-12-09T02:14:34.103 INFO:teuthology.orchestra.run.smithi067.stdout:rgw.smpl.smithi067.mukdcu smithi067 *:80 running (11m) 16s ago 11m 89.3M - 17.2.0 e1d6a67b021e b813f19c7bee 2023-12-09T02:14:34.103 INFO:teuthology.orchestra.run.smithi067.stdout:rgw.smpl.smithi125.ngrzpa smithi125 *:80 running (11m) 15s ago 11m 90.1M - 17.2.0 e1d6a67b021e 96b29ebc04e4 2023-12-09T02:14:34.219 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:14:33 smithi067 bash[75618]: ::ffff:172.21.15.125 - - [09/Dec/2023:02:14:33] "GET /metrics HTTP/1.1" 200 38494 "" "Prometheus/2.33.4" 2023-12-09T02:14:34.580 INFO:teuthology.orchestra.run.smithi067.stdout:{ 2023-12-09T02:14:34.580 INFO:teuthology.orchestra.run.smithi067.stdout: "mon": { 2023-12-09T02:14:34.580 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 19.0.0-44-g9dcc13bb (9dcc13bb80dcc1cdea72b04d80505b4649a2b882) reef (dev)": 3 2023-12-09T02:14:34.580 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2023-12-09T02:14:34.580 INFO:teuthology.orchestra.run.smithi067.stdout: "mgr": { 2023-12-09T02:14:34.580 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 19.0.0-44-g9dcc13bb (9dcc13bb80dcc1cdea72b04d80505b4649a2b882) reef (dev)": 2 2023-12-09T02:14:34.580 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2023-12-09T02:14:34.580 INFO:teuthology.orchestra.run.smithi067.stdout: "osd": { 2023-12-09T02:14:34.580 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 3, 2023-12-09T02:14:34.580 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 19.0.0-44-g9dcc13bb (9dcc13bb80dcc1cdea72b04d80505b4649a2b882) reef (dev)": 5 2023-12-09T02:14:34.580 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2023-12-09T02:14:34.580 INFO:teuthology.orchestra.run.smithi067.stdout: "rgw": { 2023-12-09T02:14:34.581 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2023-12-09T02:14:34.581 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2023-12-09T02:14:34.581 INFO:teuthology.orchestra.run.smithi067.stdout: "overall": { 2023-12-09T02:14:34.581 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 7, 2023-12-09T02:14:34.581 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 19.0.0-44-g9dcc13bb (9dcc13bb80dcc1cdea72b04d80505b4649a2b882) reef (dev)": 10 2023-12-09T02:14:34.581 INFO:teuthology.orchestra.run.smithi067.stdout: } 2023-12-09T02:14:34.581 INFO:teuthology.orchestra.run.smithi067.stdout:} 2023-12-09T02:14:34.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:34 smithi067 bash[82083]: cephadm 2023-12-09T02:14:32.772451+0000 mgr.y (mgr.25480) 1112 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:34.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:34 smithi067 bash[82083]: cephadm 2023-12-09T02:14:32.870303+0000 mgr.y (mgr.25480) 1113 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:34.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:34 smithi067 bash[82083]: cluster 2023-12-09T02:14:32.884566+0000 osd.7 (osd.7) 36 : cluster 3 failed to encode map e136 with expected crc 2023-12-09T02:14:34.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:34 smithi067 bash[82083]: cephadm 2023-12-09T02:14:32.995008+0000 mgr.y (mgr.25480) 1114 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:34.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:34 smithi067 bash[82083]: cephadm 2023-12-09T02:14:33.095943+0000 mgr.y (mgr.25480) 1115 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:34.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:34 smithi067 bash[82083]: cephadm 2023-12-09T02:14:33.194615+0000 mgr.y (mgr.25480) 1116 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:34.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:34 smithi067 bash[82083]: audit 2023-12-09T02:14:33.260246+0000 mgr.y (mgr.25480) 1117 : audit 0 from='client.44374 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:14:34.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:34 smithi067 bash[82083]: cephadm 2023-12-09T02:14:33.290950+0000 mgr.y (mgr.25480) 1118 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:34.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:34 smithi067 bash[82083]: cephadm 2023-12-09T02:14:33.385149+0000 mgr.y (mgr.25480) 1119 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:34.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:34 smithi067 bash[82083]: audit 2023-12-09T02:14:33.464201+0000 mon.a (mon.0) 4661 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:34.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:34 smithi067 bash[82083]: audit 2023-12-09T02:14:33.467093+0000 mon.a (mon.0) 4662 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:34.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:34 smithi067 bash[82083]: audit 2023-12-09T02:14:33.470478+0000 mon.a (mon.0) 4663 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:34.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:34 smithi067 bash[82083]: audit 2023-12-09T02:14:33.471724+0000 mon.a (mon.0) 4664 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:34.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:34 smithi067 bash[82083]: audit 2023-12-09T02:14:33.480417+0000 mon.a (mon.0) 4665 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:34.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:34 smithi067 bash[82083]: cephadm 2023-12-09T02:14:33.481079+0000 mgr.y (mgr.25480) 1120 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:34.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:34 smithi067 bash[82083]: audit 2023-12-09T02:14:33.560865+0000 mon.a (mon.0) 4666 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:34.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:34 smithi067 bash[82083]: audit 2023-12-09T02:14:33.564411+0000 mon.a (mon.0) 4667 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:34.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:34 smithi067 bash[82083]: audit 2023-12-09T02:14:33.567280+0000 mon.a (mon.0) 4668 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:34.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:34 smithi067 bash[82083]: audit 2023-12-09T02:14:33.568271+0000 mon.a (mon.0) 4669 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:34.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:34 smithi067 bash[82083]: audit 2023-12-09T02:14:33.574251+0000 mon.a (mon.0) 4670 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:34.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:34 smithi067 bash[82083]: cephadm 2023-12-09T02:14:33.575242+0000 mgr.y (mgr.25480) 1121 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:34.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:34 smithi067 bash[79370]: cephadm 2023-12-09T02:14:32.772451+0000 mgr.y (mgr.25480) 1112 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:34.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:34 smithi067 bash[79370]: cephadm 2023-12-09T02:14:32.870303+0000 mgr.y (mgr.25480) 1113 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:34.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:34 smithi067 bash[79370]: cluster 2023-12-09T02:14:32.884566+0000 osd.7 (osd.7) 36 : cluster 3 failed to encode map e136 with expected crc 2023-12-09T02:14:34.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:34 smithi067 bash[79370]: cephadm 2023-12-09T02:14:32.995008+0000 mgr.y (mgr.25480) 1114 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:34.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:34 smithi067 bash[79370]: cephadm 2023-12-09T02:14:33.095943+0000 mgr.y (mgr.25480) 1115 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:34.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:34 smithi067 bash[79370]: cephadm 2023-12-09T02:14:33.194615+0000 mgr.y (mgr.25480) 1116 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:34.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:34 smithi067 bash[79370]: audit 2023-12-09T02:14:33.260246+0000 mgr.y (mgr.25480) 1117 : audit 0 from='client.44374 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:14:34.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:34 smithi067 bash[79370]: cephadm 2023-12-09T02:14:33.290950+0000 mgr.y (mgr.25480) 1118 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:34.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:34 smithi067 bash[79370]: cephadm 2023-12-09T02:14:33.385149+0000 mgr.y (mgr.25480) 1119 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:34.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:34 smithi067 bash[79370]: audit 2023-12-09T02:14:33.464201+0000 mon.a (mon.0) 4661 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:34.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:34 smithi067 bash[79370]: audit 2023-12-09T02:14:33.467093+0000 mon.a (mon.0) 4662 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:34.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:34 smithi067 bash[79370]: audit 2023-12-09T02:14:33.470478+0000 mon.a (mon.0) 4663 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:34.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:34 smithi067 bash[79370]: audit 2023-12-09T02:14:33.471724+0000 mon.a (mon.0) 4664 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:34.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:34 smithi067 bash[79370]: audit 2023-12-09T02:14:33.480417+0000 mon.a (mon.0) 4665 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:34.723 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:34 smithi067 bash[79370]: cephadm 2023-12-09T02:14:33.481079+0000 mgr.y (mgr.25480) 1120 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:34.723 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:34 smithi067 bash[79370]: audit 2023-12-09T02:14:33.560865+0000 mon.a (mon.0) 4666 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:34.723 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:34 smithi067 bash[79370]: audit 2023-12-09T02:14:33.564411+0000 mon.a (mon.0) 4667 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:34.723 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:34 smithi067 bash[79370]: audit 2023-12-09T02:14:33.567280+0000 mon.a (mon.0) 4668 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:34.723 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:34 smithi067 bash[79370]: audit 2023-12-09T02:14:33.568271+0000 mon.a (mon.0) 4669 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:34.723 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:34 smithi067 bash[79370]: audit 2023-12-09T02:14:33.574251+0000 mon.a (mon.0) 4670 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:34.723 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:34 smithi067 bash[79370]: cephadm 2023-12-09T02:14:33.575242+0000 mgr.y (mgr.25480) 1121 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:34.723 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:34 smithi067 bash[82083]: audit 2023-12-09T02:14:33.654478+0000 mon.a (mon.0) 4671 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:34.723 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:34 smithi067 bash[82083]: audit 2023-12-09T02:14:33.657901+0000 mon.a (mon.0) 4672 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:34.723 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:34 smithi067 bash[82083]: audit 2023-12-09T02:14:33.660633+0000 mon.a (mon.0) 4673 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:34.723 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:34 smithi067 bash[82083]: audit 2023-12-09T02:14:33.661664+0000 mon.a (mon.0) 4674 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:34.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:34 smithi067 bash[82083]: audit 2023-12-09T02:14:33.667023+0000 mgr.y (mgr.25480) 1122 : audit 0 from='client.34455 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:14:34.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:34 smithi067 bash[82083]: audit 2023-12-09T02:14:33.670312+0000 mon.a (mon.0) 4675 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:34.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:34 smithi067 bash[82083]: cephadm 2023-12-09T02:14:33.671063+0000 mgr.y (mgr.25480) 1123 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:34.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:34 smithi067 bash[82083]: audit 2023-12-09T02:14:33.781585+0000 mon.a (mon.0) 4676 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:34.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:34 smithi067 bash[82083]: audit 2023-12-09T02:14:33.784055+0000 mon.a (mon.0) 4677 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:34.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:34 smithi067 bash[82083]: audit 2023-12-09T02:14:33.787179+0000 mon.a (mon.0) 4678 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:34.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:34 smithi067 bash[82083]: audit 2023-12-09T02:14:33.788441+0000 mon.a (mon.0) 4679 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:34.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:34 smithi067 bash[82083]: audit 2023-12-09T02:14:33.794325+0000 mon.a (mon.0) 4680 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:34.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:34 smithi067 bash[82083]: audit 2023-12-09T02:14:33.841994+0000 mon.a (mon.0) 4681 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:34.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:34 smithi067 bash[82083]: audit 2023-12-09T02:14:33.844640+0000 mon.a (mon.0) 4682 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:34.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:34 smithi067 bash[82083]: audit 2023-12-09T02:14:33.846998+0000 mon.a (mon.0) 4683 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:34.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:34 smithi067 bash[82083]: audit 2023-12-09T02:14:33.847880+0000 mon.a (mon.0) 4684 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:34.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:34 smithi067 bash[82083]: audit 2023-12-09T02:14:33.854292+0000 mon.a (mon.0) 4685 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:34.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:34 smithi067 bash[82083]: cluster 2023-12-09T02:14:33.891332+0000 mon.a (mon.0) 4686 : cluster 0 osdmap e137: 8 total, 8 up, 8 in 2023-12-09T02:14:34.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:34 smithi067 bash[82083]: cluster 2023-12-09T02:14:33.891696+0000 osd.5 (osd.5) 51 : cluster 3 failed to encode map e137 with expected crc 2023-12-09T02:14:34.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:34 smithi067 bash[82083]: cluster 2023-12-09T02:14:33.897773+0000 osd.5 (osd.5) 52 : cluster 3 failed to encode map e137 with expected crc 2023-12-09T02:14:34.725 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:34 smithi067 bash[79370]: audit 2023-12-09T02:14:33.654478+0000 mon.a (mon.0) 4671 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:34.725 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:34 smithi067 bash[79370]: audit 2023-12-09T02:14:33.657901+0000 mon.a (mon.0) 4672 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:34.725 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:34 smithi067 bash[79370]: audit 2023-12-09T02:14:33.660633+0000 mon.a (mon.0) 4673 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:34.725 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:34 smithi067 bash[79370]: audit 2023-12-09T02:14:33.661664+0000 mon.a (mon.0) 4674 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:34.725 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:34 smithi067 bash[79370]: audit 2023-12-09T02:14:33.667023+0000 mgr.y (mgr.25480) 1122 : audit 0 from='client.34455 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:14:34.725 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:34 smithi067 bash[79370]: audit 2023-12-09T02:14:33.670312+0000 mon.a (mon.0) 4675 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:34.725 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:34 smithi067 bash[79370]: cephadm 2023-12-09T02:14:33.671063+0000 mgr.y (mgr.25480) 1123 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:34.725 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:34 smithi067 bash[79370]: audit 2023-12-09T02:14:33.781585+0000 mon.a (mon.0) 4676 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:34.725 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:34 smithi067 bash[79370]: audit 2023-12-09T02:14:33.784055+0000 mon.a (mon.0) 4677 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:34.725 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:34 smithi067 bash[79370]: audit 2023-12-09T02:14:33.787179+0000 mon.a (mon.0) 4678 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:34.725 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:34 smithi067 bash[79370]: audit 2023-12-09T02:14:33.788441+0000 mon.a (mon.0) 4679 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:34.725 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:34 smithi067 bash[79370]: audit 2023-12-09T02:14:33.794325+0000 mon.a (mon.0) 4680 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:34.726 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:34 smithi067 bash[79370]: audit 2023-12-09T02:14:33.841994+0000 mon.a (mon.0) 4681 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:34.726 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:34 smithi067 bash[79370]: audit 2023-12-09T02:14:33.844640+0000 mon.a (mon.0) 4682 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:34.726 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:34 smithi067 bash[79370]: audit 2023-12-09T02:14:33.846998+0000 mon.a (mon.0) 4683 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:34.726 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:34 smithi067 bash[79370]: audit 2023-12-09T02:14:33.847880+0000 mon.a (mon.0) 4684 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:34.726 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:34 smithi067 bash[79370]: audit 2023-12-09T02:14:33.854292+0000 mon.a (mon.0) 4685 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:34.726 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:34 smithi067 bash[79370]: cluster 2023-12-09T02:14:33.891332+0000 mon.a (mon.0) 4686 : cluster 0 osdmap e137: 8 total, 8 up, 8 in 2023-12-09T02:14:34.726 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:34 smithi067 bash[79370]: cluster 2023-12-09T02:14:33.891696+0000 osd.5 (osd.5) 51 : cluster 3 failed to encode map e137 with expected crc 2023-12-09T02:14:34.726 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:34 smithi067 bash[79370]: cluster 2023-12-09T02:14:33.897773+0000 osd.5 (osd.5) 52 : cluster 3 failed to encode map e137 with expected crc 2023-12-09T02:14:34.726 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:34 smithi067 bash[82083]: audit 2023-12-09T02:14:33.936871+0000 mon.a (mon.0) 4687 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:34.726 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:34 smithi067 bash[82083]: audit 2023-12-09T02:14:33.939603+0000 mon.a (mon.0) 4688 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:34.727 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:34 smithi067 bash[82083]: audit 2023-12-09T02:14:33.942181+0000 mon.a (mon.0) 4689 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:34.727 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:34 smithi067 bash[82083]: audit 2023-12-09T02:14:33.943029+0000 mon.a (mon.0) 4690 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:34.727 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:34 smithi067 bash[82083]: audit 2023-12-09T02:14:33.947792+0000 mon.a (mon.0) 4691 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:34.727 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:34 smithi067 bash[82083]: audit 2023-12-09T02:14:34.015570+0000 mon.a (mon.0) 4692 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:34.727 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:34 smithi067 bash[82083]: audit 2023-12-09T02:14:34.018206+0000 mon.a (mon.0) 4693 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:34.727 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:34 smithi067 bash[82083]: audit 2023-12-09T02:14:34.020908+0000 mon.a (mon.0) 4694 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:34.727 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:34 smithi067 bash[82083]: audit 2023-12-09T02:14:34.022755+0000 mon.a (mon.0) 4695 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:34.727 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:34 smithi067 bash[82083]: audit 2023-12-09T02:14:34.030292+0000 mon.a (mon.0) 4696 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:34.727 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:34 smithi067 bash[82083]: audit 2023-12-09T02:14:34.109269+0000 mon.a (mon.0) 4697 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:34.727 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:34 smithi067 bash[82083]: audit 2023-12-09T02:14:34.111728+0000 mon.a (mon.0) 4698 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:34.727 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:34 smithi067 bash[82083]: audit 2023-12-09T02:14:34.114600+0000 mon.a (mon.0) 4699 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:34.727 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:34 smithi067 bash[82083]: audit 2023-12-09T02:14:34.115610+0000 mon.a (mon.0) 4700 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:34.727 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:34 smithi067 bash[82083]: audit 2023-12-09T02:14:34.122863+0000 mon.a (mon.0) 4701 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:34.727 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:34 smithi067 bash[82083]: audit 2023-12-09T02:14:34.206067+0000 mon.a (mon.0) 4702 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:34.728 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:34 smithi067 bash[82083]: audit 2023-12-09T02:14:34.210088+0000 mon.a (mon.0) 4703 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:34.728 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:34 smithi067 bash[82083]: audit 2023-12-09T02:14:34.213542+0000 mon.a (mon.0) 4704 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:34.728 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:34 smithi067 bash[82083]: audit 2023-12-09T02:14:34.214426+0000 mon.a (mon.0) 4705 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:34.728 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:34 smithi067 bash[82083]: audit 2023-12-09T02:14:34.220682+0000 mon.a (mon.0) 4706 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:34.728 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:34 smithi067 bash[82083]: audit 2023-12-09T02:14:34.301969+0000 mon.a (mon.0) 4707 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:34.728 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:34 smithi067 bash[82083]: audit 2023-12-09T02:14:34.304282+0000 mon.a (mon.0) 4708 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:34.728 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:34 smithi067 bash[82083]: audit 2023-12-09T02:14:34.308140+0000 mon.a (mon.0) 4709 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:34.728 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:34 smithi067 bash[82083]: audit 2023-12-09T02:14:34.309080+0000 mon.a (mon.0) 4710 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:34.728 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:34 smithi067 bash[82083]: audit 2023-12-09T02:14:34.315455+0000 mon.a (mon.0) 4711 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:34.728 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:34 smithi067 bash[82083]: audit 2023-12-09T02:14:34.393089+0000 mon.a (mon.0) 4712 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:34.728 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:34 smithi067 bash[82083]: audit 2023-12-09T02:14:34.395956+0000 mon.a (mon.0) 4713 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:34.728 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:34 smithi067 bash[82083]: audit 2023-12-09T02:14:34.398823+0000 mon.a (mon.0) 4714 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:34.728 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:34 smithi067 bash[82083]: audit 2023-12-09T02:14:34.400147+0000 mon.a (mon.0) 4715 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:34.728 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:34 smithi067 bash[82083]: audit 2023-12-09T02:14:34.406744+0000 mon.a (mon.0) 4716 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:34.729 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:34 smithi067 bash[79370]: audit 2023-12-09T02:14:33.936871+0000 mon.a (mon.0) 4687 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:34.729 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:34 smithi067 bash[79370]: audit 2023-12-09T02:14:33.939603+0000 mon.a (mon.0) 4688 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:34.729 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:34 smithi067 bash[79370]: audit 2023-12-09T02:14:33.942181+0000 mon.a (mon.0) 4689 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:34.729 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:34 smithi067 bash[79370]: audit 2023-12-09T02:14:33.943029+0000 mon.a (mon.0) 4690 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:34.729 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:34 smithi067 bash[79370]: audit 2023-12-09T02:14:33.947792+0000 mon.a (mon.0) 4691 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:34.729 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:34 smithi067 bash[79370]: audit 2023-12-09T02:14:34.015570+0000 mon.a (mon.0) 4692 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:34.729 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:34 smithi067 bash[79370]: audit 2023-12-09T02:14:34.018206+0000 mon.a (mon.0) 4693 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:34.729 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:34 smithi067 bash[79370]: audit 2023-12-09T02:14:34.020908+0000 mon.a (mon.0) 4694 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:34.729 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:34 smithi067 bash[79370]: audit 2023-12-09T02:14:34.022755+0000 mon.a (mon.0) 4695 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:34.729 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:34 smithi067 bash[79370]: audit 2023-12-09T02:14:34.030292+0000 mon.a (mon.0) 4696 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:34.730 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:34 smithi067 bash[79370]: audit 2023-12-09T02:14:34.109269+0000 mon.a (mon.0) 4697 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:34.730 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:34 smithi067 bash[79370]: audit 2023-12-09T02:14:34.111728+0000 mon.a (mon.0) 4698 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:34.730 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:34 smithi067 bash[79370]: audit 2023-12-09T02:14:34.114600+0000 mon.a (mon.0) 4699 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:34.730 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:34 smithi067 bash[79370]: audit 2023-12-09T02:14:34.115610+0000 mon.a (mon.0) 4700 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:34.730 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:34 smithi067 bash[79370]: audit 2023-12-09T02:14:34.122863+0000 mon.a (mon.0) 4701 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:34.730 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:34 smithi067 bash[79370]: audit 2023-12-09T02:14:34.206067+0000 mon.a (mon.0) 4702 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:34.730 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:34 smithi067 bash[79370]: audit 2023-12-09T02:14:34.210088+0000 mon.a (mon.0) 4703 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:34.730 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:34 smithi067 bash[79370]: audit 2023-12-09T02:14:34.213542+0000 mon.a (mon.0) 4704 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:34.730 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:34 smithi067 bash[79370]: audit 2023-12-09T02:14:34.214426+0000 mon.a (mon.0) 4705 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:34.730 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:34 smithi067 bash[79370]: audit 2023-12-09T02:14:34.220682+0000 mon.a (mon.0) 4706 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:34.730 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:34 smithi067 bash[79370]: audit 2023-12-09T02:14:34.301969+0000 mon.a (mon.0) 4707 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:34.730 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:34 smithi067 bash[79370]: audit 2023-12-09T02:14:34.304282+0000 mon.a (mon.0) 4708 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:34.730 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:34 smithi067 bash[79370]: audit 2023-12-09T02:14:34.308140+0000 mon.a (mon.0) 4709 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:34.730 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:34 smithi067 bash[79370]: audit 2023-12-09T02:14:34.309080+0000 mon.a (mon.0) 4710 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:34.730 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:34 smithi067 bash[79370]: audit 2023-12-09T02:14:34.315455+0000 mon.a (mon.0) 4711 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:34.730 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:34 smithi067 bash[79370]: audit 2023-12-09T02:14:34.393089+0000 mon.a (mon.0) 4712 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:34.731 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:34 smithi067 bash[79370]: audit 2023-12-09T02:14:34.395956+0000 mon.a (mon.0) 4713 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:34.731 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:34 smithi067 bash[79370]: audit 2023-12-09T02:14:34.398823+0000 mon.a (mon.0) 4714 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:34.731 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:34 smithi067 bash[79370]: audit 2023-12-09T02:14:34.400147+0000 mon.a (mon.0) 4715 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:34.731 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:34 smithi067 bash[79370]: audit 2023-12-09T02:14:34.406744+0000 mon.a (mon.0) 4716 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:34.731 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:34 smithi125 bash[66801]: cephadm 2023-12-09T02:14:32.772451+0000 mgr.y (mgr.25480) 1112 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:34.732 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:34 smithi125 bash[66801]: cephadm 2023-12-09T02:14:32.870303+0000 mgr.y (mgr.25480) 1113 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:34.732 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:34 smithi125 bash[66801]: cluster 2023-12-09T02:14:32.884566+0000 osd.7 (osd.7) 36 : cluster 3 failed to encode map e136 with expected crc 2023-12-09T02:14:34.732 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:34 smithi125 bash[66801]: cephadm 2023-12-09T02:14:32.995008+0000 mgr.y (mgr.25480) 1114 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:34.732 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:34 smithi125 bash[66801]: cephadm 2023-12-09T02:14:33.095943+0000 mgr.y (mgr.25480) 1115 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:34.732 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:34 smithi125 bash[66801]: cephadm 2023-12-09T02:14:33.194615+0000 mgr.y (mgr.25480) 1116 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:34.732 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:34 smithi125 bash[66801]: audit 2023-12-09T02:14:33.260246+0000 mgr.y (mgr.25480) 1117 : audit 0 from='client.44374 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:14:34.732 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:34 smithi125 bash[66801]: cephadm 2023-12-09T02:14:33.290950+0000 mgr.y (mgr.25480) 1118 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:34.732 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:34 smithi125 bash[66801]: cephadm 2023-12-09T02:14:33.385149+0000 mgr.y (mgr.25480) 1119 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:34.732 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:34 smithi125 bash[66801]: audit 2023-12-09T02:14:33.464201+0000 mon.a (mon.0) 4661 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:34.732 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:34 smithi125 bash[66801]: audit 2023-12-09T02:14:33.467093+0000 mon.a (mon.0) 4662 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:34.732 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:34 smithi125 bash[66801]: audit 2023-12-09T02:14:33.470478+0000 mon.a (mon.0) 4663 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:34.732 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:34 smithi125 bash[66801]: audit 2023-12-09T02:14:33.471724+0000 mon.a (mon.0) 4664 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:34.732 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:34 smithi125 bash[66801]: audit 2023-12-09T02:14:33.480417+0000 mon.a (mon.0) 4665 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:34.732 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:34 smithi125 bash[66801]: cephadm 2023-12-09T02:14:33.481079+0000 mgr.y (mgr.25480) 1120 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:34.732 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:34 smithi125 bash[66801]: audit 2023-12-09T02:14:33.560865+0000 mon.a (mon.0) 4666 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:34.732 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:34 smithi125 bash[66801]: audit 2023-12-09T02:14:33.564411+0000 mon.a (mon.0) 4667 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:34.733 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:34 smithi125 bash[66801]: audit 2023-12-09T02:14:33.567280+0000 mon.a (mon.0) 4668 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:34.733 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:34 smithi125 bash[66801]: audit 2023-12-09T02:14:33.568271+0000 mon.a (mon.0) 4669 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:34.733 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:34 smithi125 bash[66801]: audit 2023-12-09T02:14:33.574251+0000 mon.a (mon.0) 4670 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:34.733 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:34 smithi125 bash[66801]: cephadm 2023-12-09T02:14:33.575242+0000 mgr.y (mgr.25480) 1121 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:34.733 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:34 smithi125 bash[66801]: audit 2023-12-09T02:14:33.654478+0000 mon.a (mon.0) 4671 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:34.733 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:34 smithi125 bash[66801]: audit 2023-12-09T02:14:33.657901+0000 mon.a (mon.0) 4672 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:34.733 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:34 smithi125 bash[66801]: audit 2023-12-09T02:14:33.660633+0000 mon.a (mon.0) 4673 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:34.733 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:34 smithi125 bash[66801]: audit 2023-12-09T02:14:33.661664+0000 mon.a (mon.0) 4674 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:34.733 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:34 smithi125 bash[66801]: audit 2023-12-09T02:14:33.667023+0000 mgr.y (mgr.25480) 1122 : audit 0 from='client.34455 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:14:34.733 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:34 smithi125 bash[66801]: audit 2023-12-09T02:14:33.670312+0000 mon.a (mon.0) 4675 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:34.733 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:34 smithi125 bash[66801]: cephadm 2023-12-09T02:14:33.671063+0000 mgr.y (mgr.25480) 1123 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:34.733 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:34 smithi125 bash[66801]: audit 2023-12-09T02:14:33.781585+0000 mon.a (mon.0) 4676 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:34.733 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:34 smithi125 bash[66801]: audit 2023-12-09T02:14:33.784055+0000 mon.a (mon.0) 4677 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:34.733 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:34 smithi125 bash[66801]: audit 2023-12-09T02:14:33.787179+0000 mon.a (mon.0) 4678 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:34.733 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:34 smithi125 bash[66801]: audit 2023-12-09T02:14:33.788441+0000 mon.a (mon.0) 4679 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:34.734 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:34 smithi125 bash[66801]: audit 2023-12-09T02:14:33.794325+0000 mon.a (mon.0) 4680 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:34.734 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:34 smithi125 bash[66801]: audit 2023-12-09T02:14:33.841994+0000 mon.a (mon.0) 4681 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:34.734 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:34 smithi125 bash[66801]: audit 2023-12-09T02:14:33.844640+0000 mon.a (mon.0) 4682 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:34.734 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:34 smithi125 bash[66801]: audit 2023-12-09T02:14:33.846998+0000 mon.a (mon.0) 4683 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:34.734 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:34 smithi125 bash[66801]: audit 2023-12-09T02:14:33.847880+0000 mon.a (mon.0) 4684 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:34.734 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:34 smithi125 bash[66801]: audit 2023-12-09T02:14:33.854292+0000 mon.a (mon.0) 4685 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:34.734 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:34 smithi125 bash[66801]: cluster 2023-12-09T02:14:33.891332+0000 mon.a (mon.0) 4686 : cluster 0 osdmap e137: 8 total, 8 up, 8 in 2023-12-09T02:14:34.734 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:34 smithi125 bash[66801]: cluster 2023-12-09T02:14:33.891696+0000 osd.5 (osd.5) 51 : cluster 3 failed to encode map e137 with expected crc 2023-12-09T02:14:34.734 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:34 smithi125 bash[66801]: cluster 2023-12-09T02:14:33.897773+0000 osd.5 (osd.5) 52 : cluster 3 failed to encode map e137 with expected crc 2023-12-09T02:14:34.734 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:34 smithi125 bash[66801]: audit 2023-12-09T02:14:33.936871+0000 mon.a (mon.0) 4687 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:34.734 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:34 smithi125 bash[66801]: audit 2023-12-09T02:14:33.939603+0000 mon.a (mon.0) 4688 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:34.734 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:34 smithi125 bash[66801]: audit 2023-12-09T02:14:33.942181+0000 mon.a (mon.0) 4689 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:34.734 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:34 smithi125 bash[66801]: audit 2023-12-09T02:14:33.943029+0000 mon.a (mon.0) 4690 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:34.734 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:34 smithi125 bash[66801]: audit 2023-12-09T02:14:33.947792+0000 mon.a (mon.0) 4691 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:34.734 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:34 smithi125 bash[66801]: audit 2023-12-09T02:14:34.015570+0000 mon.a (mon.0) 4692 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:34.735 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:34 smithi125 bash[66801]: audit 2023-12-09T02:14:34.018206+0000 mon.a (mon.0) 4693 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:34.735 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:34 smithi125 bash[66801]: audit 2023-12-09T02:14:34.020908+0000 mon.a (mon.0) 4694 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:34.735 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:34 smithi125 bash[66801]: audit 2023-12-09T02:14:34.022755+0000 mon.a (mon.0) 4695 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:34.735 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:34 smithi125 bash[66801]: audit 2023-12-09T02:14:34.030292+0000 mon.a (mon.0) 4696 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:34.735 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:34 smithi125 bash[66801]: audit 2023-12-09T02:14:34.109269+0000 mon.a (mon.0) 4697 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:34.735 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:34 smithi125 bash[66801]: audit 2023-12-09T02:14:34.111728+0000 mon.a (mon.0) 4698 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:34.735 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:34 smithi125 bash[66801]: audit 2023-12-09T02:14:34.114600+0000 mon.a (mon.0) 4699 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:34.735 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:34 smithi125 bash[66801]: audit 2023-12-09T02:14:34.115610+0000 mon.a (mon.0) 4700 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:34.735 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:34 smithi125 bash[66801]: audit 2023-12-09T02:14:34.122863+0000 mon.a (mon.0) 4701 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:34.735 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:34 smithi125 bash[66801]: audit 2023-12-09T02:14:34.206067+0000 mon.a (mon.0) 4702 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:34.735 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:34 smithi125 bash[66801]: audit 2023-12-09T02:14:34.210088+0000 mon.a (mon.0) 4703 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:34.735 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:34 smithi125 bash[66801]: audit 2023-12-09T02:14:34.213542+0000 mon.a (mon.0) 4704 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:34.735 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:34 smithi125 bash[66801]: audit 2023-12-09T02:14:34.214426+0000 mon.a (mon.0) 4705 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:34.735 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:34 smithi125 bash[66801]: audit 2023-12-09T02:14:34.220682+0000 mon.a (mon.0) 4706 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:34.735 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:34 smithi125 bash[66801]: audit 2023-12-09T02:14:34.301969+0000 mon.a (mon.0) 4707 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:34.735 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:34 smithi125 bash[66801]: audit 2023-12-09T02:14:34.304282+0000 mon.a (mon.0) 4708 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:34.736 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:34 smithi125 bash[66801]: audit 2023-12-09T02:14:34.308140+0000 mon.a (mon.0) 4709 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:34.736 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:34 smithi125 bash[66801]: audit 2023-12-09T02:14:34.309080+0000 mon.a (mon.0) 4710 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:34.736 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:34 smithi125 bash[66801]: audit 2023-12-09T02:14:34.315455+0000 mon.a (mon.0) 4711 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:34.736 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:34 smithi125 bash[66801]: audit 2023-12-09T02:14:34.393089+0000 mon.a (mon.0) 4712 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:34.736 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:34 smithi125 bash[66801]: audit 2023-12-09T02:14:34.395956+0000 mon.a (mon.0) 4713 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:34.736 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:34 smithi125 bash[66801]: audit 2023-12-09T02:14:34.398823+0000 mon.a (mon.0) 4714 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:34.736 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:34 smithi125 bash[66801]: audit 2023-12-09T02:14:34.400147+0000 mon.a (mon.0) 4715 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:34.736 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:34 smithi125 bash[66801]: audit 2023-12-09T02:14:34.406744+0000 mon.a (mon.0) 4716 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:34.962 INFO:teuthology.orchestra.run.smithi067.stdout:{ 2023-12-09T02:14:34.963 INFO:teuthology.orchestra.run.smithi067.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:9dcc13bb80dcc1cdea72b04d80505b4649a2b882", 2023-12-09T02:14:34.963 INFO:teuthology.orchestra.run.smithi067.stdout: "in_progress": true, 2023-12-09T02:14:34.963 INFO:teuthology.orchestra.run.smithi067.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-09T02:14:34.963 INFO:teuthology.orchestra.run.smithi067.stdout: "services_complete": [ 2023-12-09T02:14:34.963 INFO:teuthology.orchestra.run.smithi067.stdout: "mgr", 2023-12-09T02:14:34.963 INFO:teuthology.orchestra.run.smithi067.stdout: "mon" 2023-12-09T02:14:34.963 INFO:teuthology.orchestra.run.smithi067.stdout: ], 2023-12-09T02:14:34.963 INFO:teuthology.orchestra.run.smithi067.stdout: "progress": "10/23 daemons upgraded", 2023-12-09T02:14:34.963 INFO:teuthology.orchestra.run.smithi067.stdout: "message": "Currently upgrading osd daemons", 2023-12-09T02:14:34.963 INFO:teuthology.orchestra.run.smithi067.stdout: "is_paused": false 2023-12-09T02:14:34.963 INFO:teuthology.orchestra.run.smithi067.stdout:} 2023-12-09T02:14:35.220 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:14:34 smithi067 bash[75618]: debug 2023-12-09T02:14:34.815+0000 7f0641e91700 -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-09T02:14:35.418 INFO:teuthology.orchestra.run.smithi067.stdout:HEALTH_WARN Degraded data redundancy: 65/726 objects degraded (8.953%), 15 pgs degraded 2023-12-09T02:14:35.418 INFO:teuthology.orchestra.run.smithi067.stdout:[WRN] PG_DEGRADED: Degraded data redundancy: 65/726 objects degraded (8.953%), 15 pgs degraded 2023-12-09T02:14:35.418 INFO:teuthology.orchestra.run.smithi067.stdout: pg 2.f is active+undersized+degraded, acting [0,7] 2023-12-09T02:14:35.418 INFO:teuthology.orchestra.run.smithi067.stdout: pg 3.1 is active+undersized+degraded, acting [0,3] 2023-12-09T02:14:35.418 INFO:teuthology.orchestra.run.smithi067.stdout: pg 3.3 is active+undersized+degraded, acting [0,6] 2023-12-09T02:14:35.418 INFO:teuthology.orchestra.run.smithi067.stdout: pg 3.6 is active+undersized+degraded, acting [0,1] 2023-12-09T02:14:35.418 INFO:teuthology.orchestra.run.smithi067.stdout: pg 3.b is active+undersized+degraded, acting [3,0] 2023-12-09T02:14:35.418 INFO:teuthology.orchestra.run.smithi067.stdout: pg 3.14 is active+undersized+degraded, acting [7,6] 2023-12-09T02:14:35.419 INFO:teuthology.orchestra.run.smithi067.stdout: pg 3.15 is active+undersized+degraded, acting [2,3] 2023-12-09T02:14:35.419 INFO:teuthology.orchestra.run.smithi067.stdout: pg 3.19 is active+undersized+degraded, acting [1,3] 2023-12-09T02:14:35.419 INFO:teuthology.orchestra.run.smithi067.stdout: pg 3.1a is active+undersized+degraded, acting [1,2] 2023-12-09T02:14:35.419 INFO:teuthology.orchestra.run.smithi067.stdout: pg 4.9 is active+undersized+degraded, acting [1,3] 2023-12-09T02:14:35.419 INFO:teuthology.orchestra.run.smithi067.stdout: pg 4.d is active+undersized+degraded, acting [2,1] 2023-12-09T02:14:35.419 INFO:teuthology.orchestra.run.smithi067.stdout: pg 4.e is active+undersized+degraded, acting [6,1] 2023-12-09T02:14:35.419 INFO:teuthology.orchestra.run.smithi067.stdout: pg 5.1c is active+undersized+degraded, acting [3,2] 2023-12-09T02:14:35.419 INFO:teuthology.orchestra.run.smithi067.stdout: pg 5.1d is active+undersized+degraded, acting [1,0] 2023-12-09T02:14:35.419 INFO:teuthology.orchestra.run.smithi067.stdout: pg 6.1a is active+undersized+degraded, acting [5,1] 2023-12-09T02:14:35.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:35 smithi067 bash[79370]: cephadm 2023-12-09T02:14:33.795043+0000 mgr.y (mgr.25480) 1124 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:35.721 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:35 smithi067 bash[79370]: cephadm 2023-12-09T02:14:33.854936+0000 mgr.y (mgr.25480) 1125 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:35.721 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:35 smithi067 bash[79370]: cluster 2023-12-09T02:14:33.885826+0000 osd.7 (osd.7) 37 : cluster 3 failed to encode map e137 with expected crc 2023-12-09T02:14:35.721 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:35 smithi067 bash[79370]: cluster 2023-12-09T02:14:33.892081+0000 osd.6 (osd.6) 32 : cluster 3 failed to encode map e137 with expected crc 2023-12-09T02:14:35.721 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:35 smithi067 bash[79370]: cluster 2023-12-09T02:14:33.892730+0000 osd.7 (osd.7) 38 : cluster 3 failed to encode map e137 with expected crc 2023-12-09T02:14:35.721 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:35 smithi067 bash[79370]: cluster 2023-12-09T02:14:33.896986+0000 osd.7 (osd.7) 39 : cluster 3 failed to encode map e137 with expected crc 2023-12-09T02:14:35.721 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:35 smithi067 bash[79370]: cluster 2023-12-09T02:14:33.899864+0000 osd.7 (osd.7) 40 : cluster 3 failed to encode map e137 with expected crc 2023-12-09T02:14:35.721 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:35 smithi067 bash[79370]: cephadm 2023-12-09T02:14:33.948339+0000 mgr.y (mgr.25480) 1126 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:35.721 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:35 smithi067 bash[79370]: cluster 2023-12-09T02:14:33.998393+0000 mgr.y (mgr.25480) 1127 : cluster 0 pgmap v185: 161 pgs: 19 peering, 15 active+undersized+degraded, 29 active+undersized, 98 active+clean; 585 KiB data, 203 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 65/726 objects degraded (8.953%) 2023-12-09T02:14:35.721 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:35 smithi067 bash[79370]: cephadm 2023-12-09T02:14:34.030984+0000 mgr.y (mgr.25480) 1128 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:35.721 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:35 smithi067 bash[79370]: audit 2023-12-09T02:14:34.074942+0000 mgr.y (mgr.25480) 1129 : audit 0 from='client.44386 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:14:35.721 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:35 smithi067 bash[79370]: cephadm 2023-12-09T02:14:34.123650+0000 mgr.y (mgr.25480) 1130 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:35.721 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:35 smithi067 bash[79370]: cephadm 2023-12-09T02:14:34.221180+0000 mgr.y (mgr.25480) 1131 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:35.721 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:35 smithi067 bash[79370]: cephadm 2023-12-09T02:14:34.316062+0000 mgr.y (mgr.25480) 1132 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:35.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:35 smithi067 bash[79370]: cephadm 2023-12-09T02:14:34.407618+0000 mgr.y (mgr.25480) 1133 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:35.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:35 smithi067 bash[79370]: audit 2023-12-09T02:14:34.486361+0000 mon.a (mon.0) 4717 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:35.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:35 smithi067 bash[79370]: audit 2023-12-09T02:14:34.489793+0000 mon.a (mon.0) 4718 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:35.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:35 smithi067 bash[79370]: audit 2023-12-09T02:14:34.493947+0000 mon.a (mon.0) 4719 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:35.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:35 smithi067 bash[79370]: audit 2023-12-09T02:14:34.495716+0000 mon.a (mon.0) 4720 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:35.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:35 smithi067 bash[79370]: audit 2023-12-09T02:14:34.503926+0000 mon.a (mon.0) 4721 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:35.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:35 smithi067 bash[79370]: cephadm 2023-12-09T02:14:34.504624+0000 mgr.y (mgr.25480) 1134 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:35.722 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:35 smithi067 bash[82083]: cephadm 2023-12-09T02:14:33.795043+0000 mgr.y (mgr.25480) 1124 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:35.722 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:35 smithi067 bash[82083]: cephadm 2023-12-09T02:14:33.854936+0000 mgr.y (mgr.25480) 1125 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:35.722 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:35 smithi067 bash[82083]: cluster 2023-12-09T02:14:33.885826+0000 osd.7 (osd.7) 37 : cluster 3 failed to encode map e137 with expected crc 2023-12-09T02:14:35.723 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:35 smithi067 bash[82083]: cluster 2023-12-09T02:14:33.892081+0000 osd.6 (osd.6) 32 : cluster 3 failed to encode map e137 with expected crc 2023-12-09T02:14:35.723 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:35 smithi067 bash[82083]: cluster 2023-12-09T02:14:33.892730+0000 osd.7 (osd.7) 38 : cluster 3 failed to encode map e137 with expected crc 2023-12-09T02:14:35.723 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:35 smithi067 bash[82083]: cluster 2023-12-09T02:14:33.896986+0000 osd.7 (osd.7) 39 : cluster 3 failed to encode map e137 with expected crc 2023-12-09T02:14:35.723 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:35 smithi067 bash[82083]: cluster 2023-12-09T02:14:33.899864+0000 osd.7 (osd.7) 40 : cluster 3 failed to encode map e137 with expected crc 2023-12-09T02:14:35.723 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:35 smithi067 bash[82083]: cephadm 2023-12-09T02:14:33.948339+0000 mgr.y (mgr.25480) 1126 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:35.723 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:35 smithi067 bash[82083]: cluster 2023-12-09T02:14:33.998393+0000 mgr.y (mgr.25480) 1127 : cluster 0 pgmap v185: 161 pgs: 19 peering, 15 active+undersized+degraded, 29 active+undersized, 98 active+clean; 585 KiB data, 203 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 65/726 objects degraded (8.953%) 2023-12-09T02:14:35.723 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:35 smithi067 bash[82083]: cephadm 2023-12-09T02:14:34.030984+0000 mgr.y (mgr.25480) 1128 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:35.723 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:35 smithi067 bash[82083]: audit 2023-12-09T02:14:34.074942+0000 mgr.y (mgr.25480) 1129 : audit 0 from='client.44386 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:14:35.723 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:35 smithi067 bash[82083]: cephadm 2023-12-09T02:14:34.123650+0000 mgr.y (mgr.25480) 1130 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:35.723 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:35 smithi067 bash[82083]: cephadm 2023-12-09T02:14:34.221180+0000 mgr.y (mgr.25480) 1131 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:35.723 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:35 smithi067 bash[82083]: cephadm 2023-12-09T02:14:34.316062+0000 mgr.y (mgr.25480) 1132 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:35.723 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:35 smithi067 bash[82083]: cephadm 2023-12-09T02:14:34.407618+0000 mgr.y (mgr.25480) 1133 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:35.723 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:35 smithi067 bash[82083]: audit 2023-12-09T02:14:34.486361+0000 mon.a (mon.0) 4717 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:35.723 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:35 smithi067 bash[82083]: audit 2023-12-09T02:14:34.489793+0000 mon.a (mon.0) 4718 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:35.723 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:35 smithi067 bash[82083]: audit 2023-12-09T02:14:34.493947+0000 mon.a (mon.0) 4719 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:35.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:35 smithi067 bash[82083]: audit 2023-12-09T02:14:34.495716+0000 mon.a (mon.0) 4720 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:35.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:35 smithi067 bash[82083]: audit 2023-12-09T02:14:34.503926+0000 mon.a (mon.0) 4721 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:35.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:35 smithi067 bash[82083]: cephadm 2023-12-09T02:14:34.504624+0000 mgr.y (mgr.25480) 1134 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:35.724 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:35 smithi067 bash[79370]: audit 2023-12-09T02:14:34.578831+0000 mon.a (mon.0) 4722 : audit 0 from='client.? 172.21.15.67:0/2801881545' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:35.724 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:35 smithi067 bash[79370]: audit 2023-12-09T02:14:34.586289+0000 mon.a (mon.0) 4723 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:35.724 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:35 smithi067 bash[79370]: audit 2023-12-09T02:14:34.588959+0000 mon.a (mon.0) 4724 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:35.724 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:35 smithi067 bash[79370]: audit 2023-12-09T02:14:34.591728+0000 mon.a (mon.0) 4725 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:35.724 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:35 smithi067 bash[79370]: audit 2023-12-09T02:14:34.592795+0000 mon.a (mon.0) 4726 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:35.724 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:35 smithi067 bash[79370]: audit 2023-12-09T02:14:34.599514+0000 mon.a (mon.0) 4727 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:35.724 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:35 smithi067 bash[79370]: cephadm 2023-12-09T02:14:34.600176+0000 mgr.y (mgr.25480) 1135 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:35.724 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:35 smithi067 bash[79370]: audit 2023-12-09T02:14:34.687355+0000 mon.a (mon.0) 4728 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:35.725 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:35 smithi067 bash[79370]: audit 2023-12-09T02:14:34.689281+0000 mon.a (mon.0) 4729 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:35.725 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:35 smithi067 bash[79370]: audit 2023-12-09T02:14:34.691516+0000 mon.a (mon.0) 4730 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:35.725 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:35 smithi067 bash[79370]: audit 2023-12-09T02:14:34.692356+0000 mon.a (mon.0) 4731 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:35.725 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:35 smithi067 bash[79370]: audit 2023-12-09T02:14:34.698088+0000 mon.a (mon.0) 4732 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:35.725 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:35 smithi067 bash[79370]: cephadm 2023-12-09T02:14:34.701922+0000 mgr.y (mgr.25480) 1136 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:35.725 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:35 smithi067 bash[79370]: audit 2023-12-09T02:14:34.756968+0000 mon.a (mon.0) 4733 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:35.725 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:35 smithi067 bash[79370]: audit 2023-12-09T02:14:34.764369+0000 mon.a (mon.0) 4734 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:35.725 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:35 smithi067 bash[79370]: audit 2023-12-09T02:14:34.772346+0000 mon.a (mon.0) 4735 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:35.725 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:35 smithi067 bash[79370]: audit 2023-12-09T02:14:34.813619+0000 mon.a (mon.0) 4736 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:35.725 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:35 smithi067 bash[79370]: audit 2023-12-09T02:14:34.816046+0000 mon.a (mon.0) 4737 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:35.725 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:35 smithi067 bash[79370]: audit 2023-12-09T02:14:34.817999+0000 mon.a (mon.0) 4738 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:35.725 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:35 smithi067 bash[79370]: audit 2023-12-09T02:14:34.819432+0000 mon.a (mon.0) 4739 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:35.725 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:35 smithi067 bash[79370]: audit 2023-12-09T02:14:34.821117+0000 mon.a (mon.0) 4740 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2023-12-09T02:14:35.725 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:35 smithi067 bash[79370]: cluster 2023-12-09T02:14:34.945975+0000 mon.a (mon.0) 4741 : cluster 3 Health check update: Degraded data redundancy: 65/726 objects degraded (8.953%), 15 pgs degraded (PG_DEGRADED) 2023-12-09T02:14:35.725 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:35 smithi067 bash[79370]: audit 2023-12-09T02:14:35.417145+0000 mon.c (mon.1) 14 : audit 0 from='client.? 172.21.15.67:0/15888414' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-09T02:14:35.726 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:35 smithi067 bash[82083]: audit 2023-12-09T02:14:34.578831+0000 mon.a (mon.0) 4722 : audit 0 from='client.? 172.21.15.67:0/2801881545' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:35.726 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:35 smithi067 bash[82083]: audit 2023-12-09T02:14:34.586289+0000 mon.a (mon.0) 4723 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:35.726 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:35 smithi067 bash[82083]: audit 2023-12-09T02:14:34.588959+0000 mon.a (mon.0) 4724 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:35.726 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:35 smithi067 bash[82083]: audit 2023-12-09T02:14:34.591728+0000 mon.a (mon.0) 4725 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:35.726 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:35 smithi067 bash[82083]: audit 2023-12-09T02:14:34.592795+0000 mon.a (mon.0) 4726 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:35.726 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:35 smithi067 bash[82083]: audit 2023-12-09T02:14:34.599514+0000 mon.a (mon.0) 4727 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:35.726 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:35 smithi067 bash[82083]: cephadm 2023-12-09T02:14:34.600176+0000 mgr.y (mgr.25480) 1135 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:35.726 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:35 smithi067 bash[82083]: audit 2023-12-09T02:14:34.687355+0000 mon.a (mon.0) 4728 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:35.726 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:35 smithi067 bash[82083]: audit 2023-12-09T02:14:34.689281+0000 mon.a (mon.0) 4729 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:35.726 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:35 smithi067 bash[82083]: audit 2023-12-09T02:14:34.691516+0000 mon.a (mon.0) 4730 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:35.726 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:35 smithi067 bash[82083]: audit 2023-12-09T02:14:34.692356+0000 mon.a (mon.0) 4731 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:35.726 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:35 smithi067 bash[82083]: audit 2023-12-09T02:14:34.698088+0000 mon.a (mon.0) 4732 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:35.727 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:35 smithi067 bash[82083]: cephadm 2023-12-09T02:14:34.701922+0000 mgr.y (mgr.25480) 1136 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:35.727 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:35 smithi067 bash[82083]: audit 2023-12-09T02:14:34.756968+0000 mon.a (mon.0) 4733 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:35.727 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:35 smithi067 bash[82083]: audit 2023-12-09T02:14:34.764369+0000 mon.a (mon.0) 4734 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:35.727 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:35 smithi067 bash[82083]: audit 2023-12-09T02:14:34.772346+0000 mon.a (mon.0) 4735 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:35.727 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:35 smithi067 bash[82083]: audit 2023-12-09T02:14:34.813619+0000 mon.a (mon.0) 4736 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:35.727 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:35 smithi067 bash[82083]: audit 2023-12-09T02:14:34.816046+0000 mon.a (mon.0) 4737 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:35.727 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:35 smithi067 bash[82083]: audit 2023-12-09T02:14:34.817999+0000 mon.a (mon.0) 4738 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:35.727 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:35 smithi067 bash[82083]: audit 2023-12-09T02:14:34.819432+0000 mon.a (mon.0) 4739 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:35.727 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:35 smithi067 bash[82083]: audit 2023-12-09T02:14:34.821117+0000 mon.a (mon.0) 4740 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2023-12-09T02:14:35.727 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:35 smithi067 bash[82083]: cluster 2023-12-09T02:14:34.945975+0000 mon.a (mon.0) 4741 : cluster 3 Health check update: Degraded data redundancy: 65/726 objects degraded (8.953%), 15 pgs degraded (PG_DEGRADED) 2023-12-09T02:14:35.727 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:35 smithi067 bash[82083]: audit 2023-12-09T02:14:35.417145+0000 mon.c (mon.1) 14 : audit 0 from='client.? 172.21.15.67:0/15888414' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-09T02:14:35.728 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:35 smithi125 bash[66801]: cephadm 2023-12-09T02:14:33.795043+0000 mgr.y (mgr.25480) 1124 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:35.728 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:35 smithi125 bash[66801]: cephadm 2023-12-09T02:14:33.854936+0000 mgr.y (mgr.25480) 1125 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:35.728 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:35 smithi125 bash[66801]: cluster 2023-12-09T02:14:33.885826+0000 osd.7 (osd.7) 37 : cluster 3 failed to encode map e137 with expected crc 2023-12-09T02:14:35.728 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:35 smithi125 bash[66801]: cluster 2023-12-09T02:14:33.892081+0000 osd.6 (osd.6) 32 : cluster 3 failed to encode map e137 with expected crc 2023-12-09T02:14:35.728 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:35 smithi125 bash[66801]: cluster 2023-12-09T02:14:33.892730+0000 osd.7 (osd.7) 38 : cluster 3 failed to encode map e137 with expected crc 2023-12-09T02:14:35.728 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:35 smithi125 bash[66801]: cluster 2023-12-09T02:14:33.896986+0000 osd.7 (osd.7) 39 : cluster 3 failed to encode map e137 with expected crc 2023-12-09T02:14:35.728 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:35 smithi125 bash[66801]: cluster 2023-12-09T02:14:33.899864+0000 osd.7 (osd.7) 40 : cluster 3 failed to encode map e137 with expected crc 2023-12-09T02:14:35.728 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:35 smithi125 bash[66801]: cephadm 2023-12-09T02:14:33.948339+0000 mgr.y (mgr.25480) 1126 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:35.728 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:35 smithi125 bash[66801]: cluster 2023-12-09T02:14:33.998393+0000 mgr.y (mgr.25480) 1127 : cluster 0 pgmap v185: 161 pgs: 19 peering, 15 active+undersized+degraded, 29 active+undersized, 98 active+clean; 585 KiB data, 203 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 65/726 objects degraded (8.953%) 2023-12-09T02:14:35.728 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:35 smithi125 bash[66801]: cephadm 2023-12-09T02:14:34.030984+0000 mgr.y (mgr.25480) 1128 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:35.728 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:35 smithi125 bash[66801]: audit 2023-12-09T02:14:34.074942+0000 mgr.y (mgr.25480) 1129 : audit 0 from='client.44386 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:14:35.729 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:35 smithi125 bash[66801]: cephadm 2023-12-09T02:14:34.123650+0000 mgr.y (mgr.25480) 1130 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:35.729 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:35 smithi125 bash[66801]: cephadm 2023-12-09T02:14:34.221180+0000 mgr.y (mgr.25480) 1131 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:35.729 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:35 smithi125 bash[66801]: cephadm 2023-12-09T02:14:34.316062+0000 mgr.y (mgr.25480) 1132 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:35.729 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:35 smithi125 bash[66801]: cephadm 2023-12-09T02:14:34.407618+0000 mgr.y (mgr.25480) 1133 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:35.729 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:35 smithi125 bash[66801]: audit 2023-12-09T02:14:34.486361+0000 mon.a (mon.0) 4717 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:35.729 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:35 smithi125 bash[66801]: audit 2023-12-09T02:14:34.489793+0000 mon.a (mon.0) 4718 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:35.729 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:35 smithi125 bash[66801]: audit 2023-12-09T02:14:34.493947+0000 mon.a (mon.0) 4719 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:35.729 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:35 smithi125 bash[66801]: audit 2023-12-09T02:14:34.495716+0000 mon.a (mon.0) 4720 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:35.729 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:35 smithi125 bash[66801]: audit 2023-12-09T02:14:34.503926+0000 mon.a (mon.0) 4721 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:35.729 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:35 smithi125 bash[66801]: cephadm 2023-12-09T02:14:34.504624+0000 mgr.y (mgr.25480) 1134 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:35.729 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:35 smithi125 bash[66801]: audit 2023-12-09T02:14:34.578831+0000 mon.a (mon.0) 4722 : audit 0 from='client.? 172.21.15.67:0/2801881545' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:35.729 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:35 smithi125 bash[66801]: audit 2023-12-09T02:14:34.586289+0000 mon.a (mon.0) 4723 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:35.729 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:35 smithi125 bash[66801]: audit 2023-12-09T02:14:34.588959+0000 mon.a (mon.0) 4724 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:35.729 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:35 smithi125 bash[66801]: audit 2023-12-09T02:14:34.591728+0000 mon.a (mon.0) 4725 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:35.729 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:35 smithi125 bash[66801]: audit 2023-12-09T02:14:34.592795+0000 mon.a (mon.0) 4726 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:35.730 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:35 smithi125 bash[66801]: audit 2023-12-09T02:14:34.599514+0000 mon.a (mon.0) 4727 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:35.730 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:35 smithi125 bash[66801]: cephadm 2023-12-09T02:14:34.600176+0000 mgr.y (mgr.25480) 1135 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:35.730 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:35 smithi125 bash[66801]: audit 2023-12-09T02:14:34.687355+0000 mon.a (mon.0) 4728 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:35.730 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:35 smithi125 bash[66801]: audit 2023-12-09T02:14:34.689281+0000 mon.a (mon.0) 4729 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:35.730 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:35 smithi125 bash[66801]: audit 2023-12-09T02:14:34.691516+0000 mon.a (mon.0) 4730 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:35.730 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:35 smithi125 bash[66801]: audit 2023-12-09T02:14:34.692356+0000 mon.a (mon.0) 4731 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:14:35.730 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:35 smithi125 bash[66801]: audit 2023-12-09T02:14:34.698088+0000 mon.a (mon.0) 4732 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:35.730 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:35 smithi125 bash[66801]: cephadm 2023-12-09T02:14:34.701922+0000 mgr.y (mgr.25480) 1136 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:14:35.730 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:35 smithi125 bash[66801]: audit 2023-12-09T02:14:34.756968+0000 mon.a (mon.0) 4733 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:35.730 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:35 smithi125 bash[66801]: audit 2023-12-09T02:14:34.764369+0000 mon.a (mon.0) 4734 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:35.730 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:35 smithi125 bash[66801]: audit 2023-12-09T02:14:34.772346+0000 mon.a (mon.0) 4735 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:35.730 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:35 smithi125 bash[66801]: audit 2023-12-09T02:14:34.813619+0000 mon.a (mon.0) 4736 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:14:35.730 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:35 smithi125 bash[66801]: audit 2023-12-09T02:14:34.816046+0000 mon.a (mon.0) 4737 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:35.730 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:35 smithi125 bash[66801]: audit 2023-12-09T02:14:34.817999+0000 mon.a (mon.0) 4738 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:35.731 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:35 smithi125 bash[66801]: audit 2023-12-09T02:14:34.819432+0000 mon.a (mon.0) 4739 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:14:35.731 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:35 smithi125 bash[66801]: audit 2023-12-09T02:14:34.821117+0000 mon.a (mon.0) 4740 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2023-12-09T02:14:35.731 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:35 smithi125 bash[66801]: cluster 2023-12-09T02:14:34.945975+0000 mon.a (mon.0) 4741 : cluster 3 Health check update: Degraded data redundancy: 65/726 objects degraded (8.953%), 15 pgs degraded (PG_DEGRADED) 2023-12-09T02:14:35.731 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:35 smithi125 bash[66801]: audit 2023-12-09T02:14:35.417145+0000 mon.c (mon.1) 14 : audit 0 from='client.? 172.21.15.67:0/15888414' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-09T02:14:36.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:36 smithi067 bash[82083]: audit 2023-12-09T02:14:34.821317+0000 mgr.y (mgr.25480) 1137 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2023-12-09T02:14:36.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:36 smithi067 bash[82083]: cephadm 2023-12-09T02:14:34.822304+0000 mgr.y (mgr.25480) 1138 : cephadm 1 Upgrade: unsafe to stop osd(s) at this time (11 PGs are or would become offline) 2023-12-09T02:14:36.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:36 smithi067 bash[82083]: audit 2023-12-09T02:14:34.961083+0000 mgr.y (mgr.25480) 1139 : audit 0 from='client.44398 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:14:36.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:36 smithi067 bash[79370]: audit 2023-12-09T02:14:34.821317+0000 mgr.y (mgr.25480) 1137 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2023-12-09T02:14:36.721 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:36 smithi067 bash[79370]: cephadm 2023-12-09T02:14:34.822304+0000 mgr.y (mgr.25480) 1138 : cephadm 1 Upgrade: unsafe to stop osd(s) at this time (11 PGs are or would become offline) 2023-12-09T02:14:36.721 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:36 smithi067 bash[79370]: audit 2023-12-09T02:14:34.961083+0000 mgr.y (mgr.25480) 1139 : audit 0 from='client.44398 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:14:36.749 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:36 smithi125 bash[66801]: audit 2023-12-09T02:14:34.821317+0000 mgr.y (mgr.25480) 1137 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2023-12-09T02:14:36.750 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:36 smithi125 bash[66801]: cephadm 2023-12-09T02:14:34.822304+0000 mgr.y (mgr.25480) 1138 : cephadm 1 Upgrade: unsafe to stop osd(s) at this time (11 PGs are or would become offline) 2023-12-09T02:14:36.750 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:36 smithi125 bash[66801]: audit 2023-12-09T02:14:34.961083+0000 mgr.y (mgr.25480) 1139 : audit 0 from='client.44398 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:14:37.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:37 smithi067 bash[79370]: cluster 2023-12-09T02:14:35.999968+0000 mgr.y (mgr.25480) 1140 : cluster 0 pgmap v186: 161 pgs: 19 peering, 10 active+undersized+degraded, 15 active+undersized, 117 active+clean; 585 KiB data, 203 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 1 op/s; 33/726 objects degraded (4.545%) 2023-12-09T02:14:37.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:37 smithi067 bash[82083]: cluster 2023-12-09T02:14:35.999968+0000 mgr.y (mgr.25480) 1140 : cluster 0 pgmap v186: 161 pgs: 19 peering, 10 active+undersized+degraded, 15 active+undersized, 117 active+clean; 585 KiB data, 203 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 1 op/s; 33/726 objects degraded (4.545%) 2023-12-09T02:14:37.722 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:37 smithi125 bash[66801]: cluster 2023-12-09T02:14:35.999968+0000 mgr.y (mgr.25480) 1140 : cluster 0 pgmap v186: 161 pgs: 19 peering, 10 active+undersized+degraded, 15 active+undersized, 117 active+clean; 585 KiB data, 203 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 1 op/s; 33/726 objects degraded (4.545%) 2023-12-09T02:14:39.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:39 smithi067 bash[79370]: cluster 2023-12-09T02:14:38.000751+0000 mgr.y (mgr.25480) 1141 : cluster 0 pgmap v187: 161 pgs: 19 peering, 142 active+clean; 585 KiB data, 203 MiB used, 715 GiB / 715 GiB avail; 828 B/s rd, 0 op/s 2023-12-09T02:14:39.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:39 smithi067 bash[79370]: audit 2023-12-09T02:14:38.149674+0000 mon.a (mon.0) 4742 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:39.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:39 smithi067 bash[79370]: audit 2023-12-09T02:14:38.160322+0000 mon.a (mon.0) 4743 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:39.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:39 smithi067 bash[79370]: audit 2023-12-09T02:14:38.170314+0000 mon.a (mon.0) 4744 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:39.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:39 smithi067 bash[79370]: audit 2023-12-09T02:14:38.230260+0000 mon.a (mon.0) 4745 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:39.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:39 smithi067 bash[79370]: audit 2023-12-09T02:14:38.239878+0000 mon.a (mon.0) 4746 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:39.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:39 smithi067 bash[79370]: audit 2023-12-09T02:14:38.250215+0000 mon.a (mon.0) 4747 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:39.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:39 smithi067 bash[79370]: cluster 2023-12-09T02:14:38.438766+0000 mon.a (mon.0) 4748 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 33/726 objects degraded (4.545%), 10 pgs degraded) 2023-12-09T02:14:39.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:39 smithi067 bash[79370]: cluster 2023-12-09T02:14:38.438855+0000 mon.a (mon.0) 4749 : cluster 1 Cluster is now healthy 2023-12-09T02:14:39.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:39 smithi067 bash[82083]: cluster 2023-12-09T02:14:38.000751+0000 mgr.y (mgr.25480) 1141 : cluster 0 pgmap v187: 161 pgs: 19 peering, 142 active+clean; 585 KiB data, 203 MiB used, 715 GiB / 715 GiB avail; 828 B/s rd, 0 op/s 2023-12-09T02:14:39.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:39 smithi067 bash[82083]: audit 2023-12-09T02:14:38.149674+0000 mon.a (mon.0) 4742 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:39.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:39 smithi067 bash[82083]: audit 2023-12-09T02:14:38.160322+0000 mon.a (mon.0) 4743 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:39.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:39 smithi067 bash[82083]: audit 2023-12-09T02:14:38.170314+0000 mon.a (mon.0) 4744 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:39.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:39 smithi067 bash[82083]: audit 2023-12-09T02:14:38.230260+0000 mon.a (mon.0) 4745 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:39.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:39 smithi067 bash[82083]: audit 2023-12-09T02:14:38.239878+0000 mon.a (mon.0) 4746 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:39.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:39 smithi067 bash[82083]: audit 2023-12-09T02:14:38.250215+0000 mon.a (mon.0) 4747 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:39.472 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:39 smithi067 bash[82083]: cluster 2023-12-09T02:14:38.438766+0000 mon.a (mon.0) 4748 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 33/726 objects degraded (4.545%), 10 pgs degraded) 2023-12-09T02:14:39.472 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:39 smithi067 bash[82083]: cluster 2023-12-09T02:14:38.438855+0000 mon.a (mon.0) 4749 : cluster 1 Cluster is now healthy 2023-12-09T02:14:39.472 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:39 smithi125 bash[66801]: cluster 2023-12-09T02:14:38.000751+0000 mgr.y (mgr.25480) 1141 : cluster 0 pgmap v187: 161 pgs: 19 peering, 142 active+clean; 585 KiB data, 203 MiB used, 715 GiB / 715 GiB avail; 828 B/s rd, 0 op/s 2023-12-09T02:14:39.472 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:39 smithi125 bash[66801]: audit 2023-12-09T02:14:38.149674+0000 mon.a (mon.0) 4742 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:39.472 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:39 smithi125 bash[66801]: audit 2023-12-09T02:14:38.160322+0000 mon.a (mon.0) 4743 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:39.472 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:39 smithi125 bash[66801]: audit 2023-12-09T02:14:38.170314+0000 mon.a (mon.0) 4744 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:39.472 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:39 smithi125 bash[66801]: audit 2023-12-09T02:14:38.230260+0000 mon.a (mon.0) 4745 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:39.472 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:39 smithi125 bash[66801]: audit 2023-12-09T02:14:38.239878+0000 mon.a (mon.0) 4746 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:39.472 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:39 smithi125 bash[66801]: audit 2023-12-09T02:14:38.250215+0000 mon.a (mon.0) 4747 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:39.472 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:39 smithi125 bash[66801]: cluster 2023-12-09T02:14:38.438766+0000 mon.a (mon.0) 4748 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 33/726 objects degraded (4.545%), 10 pgs degraded) 2023-12-09T02:14:39.473 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:39 smithi125 bash[66801]: cluster 2023-12-09T02:14:38.438855+0000 mon.a (mon.0) 4749 : cluster 1 Cluster is now healthy 2023-12-09T02:14:40.222 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:40 smithi125 bash[66801]: audit 2023-12-09T02:14:38.787517+0000 mgr.y (mgr.25480) 1142 : audit 0 from='client.25420 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:14:40.470 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:40 smithi067 bash[82083]: audit 2023-12-09T02:14:38.787517+0000 mgr.y (mgr.25480) 1142 : audit 0 from='client.25420 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:14:40.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:40 smithi067 bash[79370]: audit 2023-12-09T02:14:38.787517+0000 mgr.y (mgr.25480) 1142 : audit 0 from='client.25420 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:14:41.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:41 smithi067 bash[82083]: cluster 2023-12-09T02:14:40.002109+0000 mgr.y (mgr.25480) 1143 : cluster 0 pgmap v188: 161 pgs: 161 active+clean; 585 KiB data, 203 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s 2023-12-09T02:14:41.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:41 smithi067 bash[79370]: cluster 2023-12-09T02:14:40.002109+0000 mgr.y (mgr.25480) 1143 : cluster 0 pgmap v188: 161 pgs: 161 active+clean; 585 KiB data, 203 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s 2023-12-09T02:14:41.472 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:41 smithi125 bash[66801]: cluster 2023-12-09T02:14:40.002109+0000 mgr.y (mgr.25480) 1143 : cluster 0 pgmap v188: 161 pgs: 161 active+clean; 585 KiB data, 203 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s 2023-12-09T02:14:43.970 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:14:43 smithi067 bash[75618]: ::ffff:172.21.15.125 - - [09/Dec/2023:02:14:43] "GET /metrics HTTP/1.1" 200 38497 "" "Prometheus/2.33.4" 2023-12-09T02:14:43.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:43 smithi067 bash[82083]: cluster 2023-12-09T02:14:42.003370+0000 mgr.y (mgr.25480) 1144 : cluster 0 pgmap v189: 161 pgs: 161 active+clean; 585 KiB data, 203 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-09T02:14:43.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:43 smithi067 bash[82083]: audit 2023-12-09T02:14:42.645335+0000 mon.a (mon.0) 4750 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:43.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:43 smithi067 bash[82083]: audit 2023-12-09T02:14:42.647316+0000 mon.a (mon.0) 4751 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:14:43.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:43 smithi067 bash[79370]: cluster 2023-12-09T02:14:42.003370+0000 mgr.y (mgr.25480) 1144 : cluster 0 pgmap v189: 161 pgs: 161 active+clean; 585 KiB data, 203 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-09T02:14:43.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:43 smithi067 bash[79370]: audit 2023-12-09T02:14:42.645335+0000 mon.a (mon.0) 4750 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:43.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:43 smithi067 bash[79370]: audit 2023-12-09T02:14:42.647316+0000 mon.a (mon.0) 4751 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:14:43.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:43 smithi125 bash[66801]: cluster 2023-12-09T02:14:42.003370+0000 mgr.y (mgr.25480) 1144 : cluster 0 pgmap v189: 161 pgs: 161 active+clean; 585 KiB data, 203 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-09T02:14:43.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:43 smithi125 bash[66801]: audit 2023-12-09T02:14:42.645335+0000 mon.a (mon.0) 4750 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:43.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:43 smithi125 bash[66801]: audit 2023-12-09T02:14:42.647316+0000 mon.a (mon.0) 4751 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:14:45.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:45 smithi067 bash[82083]: cluster 2023-12-09T02:14:44.004570+0000 mgr.y (mgr.25480) 1145 : cluster 0 pgmap v190: 161 pgs: 161 active+clean; 585 KiB data, 203 MiB used, 715 GiB / 715 GiB avail; 1012 B/s rd, 0 op/s 2023-12-09T02:14:45.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:45 smithi067 bash[79370]: cluster 2023-12-09T02:14:44.004570+0000 mgr.y (mgr.25480) 1145 : cluster 0 pgmap v190: 161 pgs: 161 active+clean; 585 KiB data, 203 MiB used, 715 GiB / 715 GiB avail; 1012 B/s rd, 0 op/s 2023-12-09T02:14:45.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:45 smithi125 bash[66801]: cluster 2023-12-09T02:14:44.004570+0000 mgr.y (mgr.25480) 1145 : cluster 0 pgmap v190: 161 pgs: 161 active+clean; 585 KiB data, 203 MiB used, 715 GiB / 715 GiB avail; 1012 B/s rd, 0 op/s 2023-12-09T02:14:47.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:47 smithi067 bash[79370]: cluster 2023-12-09T02:14:46.005842+0000 mgr.y (mgr.25480) 1146 : cluster 0 pgmap v191: 161 pgs: 161 active+clean; 585 KiB data, 203 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:14:47.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:47 smithi067 bash[82083]: cluster 2023-12-09T02:14:46.005842+0000 mgr.y (mgr.25480) 1146 : cluster 0 pgmap v191: 161 pgs: 161 active+clean; 585 KiB data, 203 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:14:47.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:47 smithi125 bash[66801]: cluster 2023-12-09T02:14:46.005842+0000 mgr.y (mgr.25480) 1146 : cluster 0 pgmap v191: 161 pgs: 161 active+clean; 585 KiB data, 203 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:14:49.220 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:48 smithi067 bash[79370]: audit 2023-12-09T02:14:47.884226+0000 mon.a (mon.0) 4752 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:49.220 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:48 smithi067 bash[79370]: cluster 2023-12-09T02:14:48.006920+0000 mgr.y (mgr.25480) 1147 : cluster 0 pgmap v192: 161 pgs: 161 active+clean; 585 KiB data, 203 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:14:49.220 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:48 smithi067 bash[82083]: audit 2023-12-09T02:14:47.884226+0000 mon.a (mon.0) 4752 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:49.220 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:48 smithi067 bash[82083]: cluster 2023-12-09T02:14:48.006920+0000 mgr.y (mgr.25480) 1147 : cluster 0 pgmap v192: 161 pgs: 161 active+clean; 585 KiB data, 203 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:14:49.222 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:48 smithi125 bash[66801]: audit 2023-12-09T02:14:47.884226+0000 mon.a (mon.0) 4752 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:49.222 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:48 smithi125 bash[66801]: cluster 2023-12-09T02:14:48.006920+0000 mgr.y (mgr.25480) 1147 : cluster 0 pgmap v192: 161 pgs: 161 active+clean; 585 KiB data, 203 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:14:50.220 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:49 smithi067 bash[79370]: audit 2023-12-09T02:14:48.798038+0000 mgr.y (mgr.25480) 1148 : audit 0 from='client.25420 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:14:50.220 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:49 smithi067 bash[79370]: audit 2023-12-09T02:14:49.831181+0000 mon.a (mon.0) 4753 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2023-12-09T02:14:50.220 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:49 smithi067 bash[82083]: audit 2023-12-09T02:14:48.798038+0000 mgr.y (mgr.25480) 1148 : audit 0 from='client.25420 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:14:50.221 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:49 smithi067 bash[82083]: audit 2023-12-09T02:14:49.831181+0000 mon.a (mon.0) 4753 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2023-12-09T02:14:50.222 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:49 smithi125 bash[66801]: audit 2023-12-09T02:14:48.798038+0000 mgr.y (mgr.25480) 1148 : audit 0 from='client.25420 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:14:50.222 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:49 smithi125 bash[66801]: audit 2023-12-09T02:14:49.831181+0000 mon.a (mon.0) 4753 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2023-12-09T02:14:51.208 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:50 smithi125 bash[66801]: audit 2023-12-09T02:14:49.831618+0000 mgr.y (mgr.25480) 1149 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2023-12-09T02:14:51.208 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:50 smithi125 bash[66801]: cephadm 2023-12-09T02:14:49.834462+0000 mgr.y (mgr.25480) 1150 : cephadm 1 Upgrade: osd.5 is safe to restart 2023-12-09T02:14:51.208 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:50 smithi125 bash[66801]: cluster 2023-12-09T02:14:50.008305+0000 mgr.y (mgr.25480) 1151 : cluster 0 pgmap v193: 161 pgs: 161 active+clean; 585 KiB data, 203 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:14:51.220 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:50 smithi067 bash[79370]: audit 2023-12-09T02:14:49.831618+0000 mgr.y (mgr.25480) 1149 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2023-12-09T02:14:51.220 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:50 smithi067 bash[79370]: cephadm 2023-12-09T02:14:49.834462+0000 mgr.y (mgr.25480) 1150 : cephadm 1 Upgrade: osd.5 is safe to restart 2023-12-09T02:14:51.220 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:50 smithi067 bash[79370]: cluster 2023-12-09T02:14:50.008305+0000 mgr.y (mgr.25480) 1151 : cluster 0 pgmap v193: 161 pgs: 161 active+clean; 585 KiB data, 203 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:14:51.220 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:50 smithi067 bash[82083]: audit 2023-12-09T02:14:49.831618+0000 mgr.y (mgr.25480) 1149 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2023-12-09T02:14:51.220 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:50 smithi067 bash[82083]: cephadm 2023-12-09T02:14:49.834462+0000 mgr.y (mgr.25480) 1150 : cephadm 1 Upgrade: osd.5 is safe to restart 2023-12-09T02:14:51.220 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:50 smithi067 bash[82083]: cluster 2023-12-09T02:14:50.008305+0000 mgr.y (mgr.25480) 1151 : cluster 0 pgmap v193: 161 pgs: 161 active+clean; 585 KiB data, 203 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:14:53.395 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:53 smithi125 bash[66801]: cluster 2023-12-09T02:14:52.009570+0000 mgr.y (mgr.25480) 1152 : cluster 0 pgmap v194: 161 pgs: 161 active+clean; 585 KiB data, 203 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:14:53.395 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:53 smithi125 bash[66801]: cephadm 2023-12-09T02:14:52.104745+0000 mgr.y (mgr.25480) 1153 : cephadm 1 Upgrade: Updating osd.5 2023-12-09T02:14:53.395 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:53 smithi125 bash[66801]: audit 2023-12-09T02:14:52.112937+0000 mon.a (mon.0) 4754 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:53.395 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:53 smithi125 bash[66801]: audit 2023-12-09T02:14:52.117151+0000 mon.a (mon.0) 4755 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-12-09T02:14:53.395 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:53 smithi125 bash[66801]: audit 2023-12-09T02:14:52.118659+0000 mon.a (mon.0) 4756 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:53.396 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:53 smithi125 bash[66801]: cephadm 2023-12-09T02:14:52.123016+0000 mgr.y (mgr.25480) 1154 : cephadm 1 Deploying daemon osd.5 on smithi125 2023-12-09T02:14:53.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:53 smithi067 bash[79370]: cluster 2023-12-09T02:14:52.009570+0000 mgr.y (mgr.25480) 1152 : cluster 0 pgmap v194: 161 pgs: 161 active+clean; 585 KiB data, 203 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:14:53.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:53 smithi067 bash[79370]: cephadm 2023-12-09T02:14:52.104745+0000 mgr.y (mgr.25480) 1153 : cephadm 1 Upgrade: Updating osd.5 2023-12-09T02:14:53.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:53 smithi067 bash[79370]: audit 2023-12-09T02:14:52.112937+0000 mon.a (mon.0) 4754 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:53.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:53 smithi067 bash[79370]: audit 2023-12-09T02:14:52.117151+0000 mon.a (mon.0) 4755 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-12-09T02:14:53.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:53 smithi067 bash[79370]: audit 2023-12-09T02:14:52.118659+0000 mon.a (mon.0) 4756 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:53.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:53 smithi067 bash[79370]: cephadm 2023-12-09T02:14:52.123016+0000 mgr.y (mgr.25480) 1154 : cephadm 1 Deploying daemon osd.5 on smithi125 2023-12-09T02:14:53.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:53 smithi067 bash[82083]: cluster 2023-12-09T02:14:52.009570+0000 mgr.y (mgr.25480) 1152 : cluster 0 pgmap v194: 161 pgs: 161 active+clean; 585 KiB data, 203 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:14:53.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:53 smithi067 bash[82083]: cephadm 2023-12-09T02:14:52.104745+0000 mgr.y (mgr.25480) 1153 : cephadm 1 Upgrade: Updating osd.5 2023-12-09T02:14:53.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:53 smithi067 bash[82083]: audit 2023-12-09T02:14:52.112937+0000 mon.a (mon.0) 4754 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:53.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:53 smithi067 bash[82083]: audit 2023-12-09T02:14:52.117151+0000 mon.a (mon.0) 4755 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-12-09T02:14:53.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:53 smithi067 bash[82083]: audit 2023-12-09T02:14:52.118659+0000 mon.a (mon.0) 4756 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:14:53.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:53 smithi067 bash[82083]: cephadm 2023-12-09T02:14:52.123016+0000 mgr.y (mgr.25480) 1154 : cephadm 1 Deploying daemon osd.5 on smithi125 2023-12-09T02:14:54.220 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:14:53 smithi067 bash[75618]: ::ffff:172.21.15.125 - - [09/Dec/2023:02:14:53] "GET /metrics HTTP/1.1" 200 38497 "" "Prometheus/2.33.4" 2023-12-09T02:14:55.222 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:55 smithi125 bash[66801]: cluster 2023-12-09T02:14:54.010680+0000 mgr.y (mgr.25480) 1155 : cluster 0 pgmap v195: 161 pgs: 161 active+clean; 585 KiB data, 203 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:14:55.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:55 smithi067 bash[79370]: cluster 2023-12-09T02:14:54.010680+0000 mgr.y (mgr.25480) 1155 : cluster 0 pgmap v195: 161 pgs: 161 active+clean; 585 KiB data, 203 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:14:55.470 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:55 smithi067 bash[82083]: cluster 2023-12-09T02:14:54.010680+0000 mgr.y (mgr.25480) 1155 : cluster 0 pgmap v195: 161 pgs: 161 active+clean; 585 KiB data, 203 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:14:56.630 INFO:journalctl@ceph.osd.5.smithi125.stdout:Dec 09 02:14:56 smithi125 systemd[1]: Stopping Ceph osd.5 for 6db93fb0-9635-11ee-95a3-87774f69a715... 2023-12-09T02:14:56.972 INFO:journalctl@ceph.osd.5.smithi125.stdout:Dec 09 02:14:56 smithi125 bash[34539]: debug 2023-12-09T02:14:56.619+0000 7fd0ef3e0700 -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-09T02:14:56.972 INFO:journalctl@ceph.osd.5.smithi125.stdout:Dec 09 02:14:56 smithi125 bash[34539]: debug 2023-12-09T02:14:56.619+0000 7fd0ef3e0700 -1 osd.5 137 *** Got signal Terminated *** 2023-12-09T02:14:56.972 INFO:journalctl@ceph.osd.5.smithi125.stdout:Dec 09 02:14:56 smithi125 bash[34539]: debug 2023-12-09T02:14:56.619+0000 7fd0ef3e0700 -1 osd.5 137 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-09T02:14:57.470 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:57 smithi067 bash[82083]: cluster 2023-12-09T02:14:56.011882+0000 mgr.y (mgr.25480) 1156 : cluster 0 pgmap v196: 161 pgs: 161 active+clean; 585 KiB data, 203 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:14:57.470 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:57 smithi067 bash[82083]: cluster 2023-12-09T02:14:56.627735+0000 mon.a (mon.0) 4757 : cluster 1 osd.5 marked itself down and dead 2023-12-09T02:14:57.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:57 smithi067 bash[79370]: cluster 2023-12-09T02:14:56.011882+0000 mgr.y (mgr.25480) 1156 : cluster 0 pgmap v196: 161 pgs: 161 active+clean; 585 KiB data, 203 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:14:57.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:57 smithi067 bash[79370]: cluster 2023-12-09T02:14:56.627735+0000 mon.a (mon.0) 4757 : cluster 1 osd.5 marked itself down and dead 2023-12-09T02:14:57.472 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:57 smithi125 bash[66801]: cluster 2023-12-09T02:14:56.011882+0000 mgr.y (mgr.25480) 1156 : cluster 0 pgmap v196: 161 pgs: 161 active+clean; 585 KiB data, 203 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:14:57.472 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:57 smithi125 bash[66801]: cluster 2023-12-09T02:14:56.627735+0000 mon.a (mon.0) 4757 : cluster 1 osd.5 marked itself down and dead 2023-12-09T02:14:58.220 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:58 smithi067 bash[79370]: cluster 2023-12-09T02:14:57.119749+0000 mon.a (mon.0) 4758 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-09T02:14:58.220 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:58 smithi067 bash[79370]: cluster 2023-12-09T02:14:57.132287+0000 osd.6 (osd.6) 33 : cluster 3 failed to encode map e138 with expected crc 2023-12-09T02:14:58.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:58 smithi067 bash[79370]: cluster 2023-12-09T02:14:57.134689+0000 mon.a (mon.0) 4759 : cluster 0 osdmap e138: 8 total, 7 up, 8 in 2023-12-09T02:14:58.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:58 smithi067 bash[79370]: cluster 2023-12-09T02:14:57.134834+0000 osd.7 (osd.7) 41 : cluster 3 failed to encode map e138 with expected crc 2023-12-09T02:14:58.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:58 smithi067 bash[79370]: cluster 2023-12-09T02:14:57.135546+0000 osd.6 (osd.6) 34 : cluster 3 failed to encode map e138 with expected crc 2023-12-09T02:14:58.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:58 smithi067 bash[79370]: cluster 2023-12-09T02:14:57.137515+0000 osd.6 (osd.6) 35 : cluster 3 failed to encode map e138 with expected crc 2023-12-09T02:14:58.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:58 smithi067 bash[79370]: cluster 2023-12-09T02:14:57.137989+0000 osd.7 (osd.7) 42 : cluster 3 failed to encode map e138 with expected crc 2023-12-09T02:14:58.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:58 smithi067 bash[79370]: cluster 2023-12-09T02:14:57.139661+0000 osd.7 (osd.7) 43 : cluster 3 failed to encode map e138 with expected crc 2023-12-09T02:14:58.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:58 smithi067 bash[79370]: cluster 2023-12-09T02:14:57.139925+0000 osd.6 (osd.6) 36 : cluster 3 failed to encode map e138 with expected crc 2023-12-09T02:14:58.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:58 smithi067 bash[79370]: cluster 2023-12-09T02:14:57.142605+0000 osd.7 (osd.7) 44 : cluster 3 failed to encode map e138 with expected crc 2023-12-09T02:14:58.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:58 smithi067 bash[79370]: cluster 2023-12-09T02:14:57.147431+0000 osd.7 (osd.7) 45 : cluster 3 failed to encode map e138 with expected crc 2023-12-09T02:14:58.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:58 smithi067 bash[79370]: cluster 2023-12-09T02:14:57.149019+0000 osd.7 (osd.7) 46 : cluster 3 failed to encode map e138 with expected crc 2023-12-09T02:14:58.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:58 smithi067 bash[79370]: audit 2023-12-09T02:14:57.614556+0000 mon.a (mon.0) 4760 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.9", "id": [7, 5]}]: dispatch 2023-12-09T02:14:58.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:58 smithi067 bash[79370]: audit 2023-12-09T02:14:57.615071+0000 mon.a (mon.0) 4761 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.18", "id": [4, 5]}]: dispatch 2023-12-09T02:14:58.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:58 smithi067 bash[79370]: audit 2023-12-09T02:14:57.615522+0000 mon.a (mon.0) 4762 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.19", "id": [1, 2]}]: dispatch 2023-12-09T02:14:58.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:58 smithi067 bash[79370]: audit 2023-12-09T02:14:57.615972+0000 mon.a (mon.0) 4763 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.1d", "id": [4, 6]}]: dispatch 2023-12-09T02:14:58.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:58 smithi067 bash[79370]: audit 2023-12-09T02:14:57.616411+0000 mon.a (mon.0) 4764 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "6.3", "id": [7, 5]}]: dispatch 2023-12-09T02:14:58.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:58 smithi067 bash[79370]: audit 2023-12-09T02:14:57.616870+0000 mon.a (mon.0) 4765 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "6.f", "id": [2, 5]}]: dispatch 2023-12-09T02:14:58.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:58 smithi067 bash[79370]: audit 2023-12-09T02:14:57.617338+0000 mon.a (mon.0) 4766 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "6.12", "id": [2, 5]}]: dispatch 2023-12-09T02:14:58.222 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:58 smithi067 bash[79370]: audit 2023-12-09T02:14:57.617879+0000 mon.a (mon.0) 4767 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "6.16", "id": [3, 5]}]: dispatch 2023-12-09T02:14:58.222 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:58 smithi067 bash[79370]: audit 2023-12-09T02:14:57.618348+0000 mon.a (mon.0) 4768 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "6.19", "id": [3, 0]}]: dispatch 2023-12-09T02:14:58.222 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:58 smithi067 bash[79370]: audit 2023-12-09T02:14:57.618805+0000 mon.a (mon.0) 4769 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd rm-pg-upmap-items", "format": "json", "pgid": "6.c"}]: dispatch 2023-12-09T02:14:58.222 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:58 smithi067 bash[79370]: audit 2023-12-09T02:14:57.645329+0000 mon.a (mon.0) 4770 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:58.222 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:58 smithi067 bash[79370]: audit 2023-12-09T02:14:57.647597+0000 mon.a (mon.0) 4771 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:14:58.222 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:58 smithi067 bash[79370]: audit 2023-12-09T02:14:58.054400+0000 mon.a (mon.0) 4772 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:58.222 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:58 smithi067 bash[79370]: audit 2023-12-09T02:14:58.063092+0000 mon.a (mon.0) 4773 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:58.222 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:58 smithi067 bash[79370]: audit 2023-12-09T02:14:58.072784+0000 mon.a (mon.0) 4774 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:58.222 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:58 smithi067 bash[82083]: cluster 2023-12-09T02:14:57.119749+0000 mon.a (mon.0) 4758 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-09T02:14:58.222 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:58 smithi067 bash[82083]: cluster 2023-12-09T02:14:57.132287+0000 osd.6 (osd.6) 33 : cluster 3 failed to encode map e138 with expected crc 2023-12-09T02:14:58.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:58 smithi067 bash[82083]: cluster 2023-12-09T02:14:57.134689+0000 mon.a (mon.0) 4759 : cluster 0 osdmap e138: 8 total, 7 up, 8 in 2023-12-09T02:14:58.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:58 smithi067 bash[82083]: cluster 2023-12-09T02:14:57.134834+0000 osd.7 (osd.7) 41 : cluster 3 failed to encode map e138 with expected crc 2023-12-09T02:14:58.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:58 smithi067 bash[82083]: cluster 2023-12-09T02:14:57.135546+0000 osd.6 (osd.6) 34 : cluster 3 failed to encode map e138 with expected crc 2023-12-09T02:14:58.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:58 smithi067 bash[82083]: cluster 2023-12-09T02:14:57.137515+0000 osd.6 (osd.6) 35 : cluster 3 failed to encode map e138 with expected crc 2023-12-09T02:14:58.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:58 smithi067 bash[82083]: cluster 2023-12-09T02:14:57.137989+0000 osd.7 (osd.7) 42 : cluster 3 failed to encode map e138 with expected crc 2023-12-09T02:14:58.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:58 smithi067 bash[82083]: cluster 2023-12-09T02:14:57.139661+0000 osd.7 (osd.7) 43 : cluster 3 failed to encode map e138 with expected crc 2023-12-09T02:14:58.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:58 smithi067 bash[82083]: cluster 2023-12-09T02:14:57.139925+0000 osd.6 (osd.6) 36 : cluster 3 failed to encode map e138 with expected crc 2023-12-09T02:14:58.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:58 smithi067 bash[82083]: cluster 2023-12-09T02:14:57.142605+0000 osd.7 (osd.7) 44 : cluster 3 failed to encode map e138 with expected crc 2023-12-09T02:14:58.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:58 smithi067 bash[82083]: cluster 2023-12-09T02:14:57.147431+0000 osd.7 (osd.7) 45 : cluster 3 failed to encode map e138 with expected crc 2023-12-09T02:14:58.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:58 smithi067 bash[82083]: cluster 2023-12-09T02:14:57.149019+0000 osd.7 (osd.7) 46 : cluster 3 failed to encode map e138 with expected crc 2023-12-09T02:14:58.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:58 smithi067 bash[82083]: audit 2023-12-09T02:14:57.614556+0000 mon.a (mon.0) 4760 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.9", "id": [7, 5]}]: dispatch 2023-12-09T02:14:58.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:58 smithi067 bash[82083]: audit 2023-12-09T02:14:57.615071+0000 mon.a (mon.0) 4761 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.18", "id": [4, 5]}]: dispatch 2023-12-09T02:14:58.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:58 smithi067 bash[82083]: audit 2023-12-09T02:14:57.615522+0000 mon.a (mon.0) 4762 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.19", "id": [1, 2]}]: dispatch 2023-12-09T02:14:58.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:58 smithi067 bash[82083]: audit 2023-12-09T02:14:57.615972+0000 mon.a (mon.0) 4763 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.1d", "id": [4, 6]}]: dispatch 2023-12-09T02:14:58.224 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:58 smithi067 bash[82083]: audit 2023-12-09T02:14:57.616411+0000 mon.a (mon.0) 4764 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "6.3", "id": [7, 5]}]: dispatch 2023-12-09T02:14:58.224 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:58 smithi067 bash[82083]: audit 2023-12-09T02:14:57.616870+0000 mon.a (mon.0) 4765 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "6.f", "id": [2, 5]}]: dispatch 2023-12-09T02:14:58.224 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:58 smithi067 bash[82083]: audit 2023-12-09T02:14:57.617338+0000 mon.a (mon.0) 4766 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "6.12", "id": [2, 5]}]: dispatch 2023-12-09T02:14:58.224 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:58 smithi067 bash[82083]: audit 2023-12-09T02:14:57.617879+0000 mon.a (mon.0) 4767 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "6.16", "id": [3, 5]}]: dispatch 2023-12-09T02:14:58.224 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:58 smithi067 bash[82083]: audit 2023-12-09T02:14:57.618348+0000 mon.a (mon.0) 4768 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "6.19", "id": [3, 0]}]: dispatch 2023-12-09T02:14:58.224 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:58 smithi067 bash[82083]: audit 2023-12-09T02:14:57.618805+0000 mon.a (mon.0) 4769 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd rm-pg-upmap-items", "format": "json", "pgid": "6.c"}]: dispatch 2023-12-09T02:14:58.224 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:58 smithi067 bash[82083]: audit 2023-12-09T02:14:57.645329+0000 mon.a (mon.0) 4770 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:58.224 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:58 smithi067 bash[82083]: audit 2023-12-09T02:14:57.647597+0000 mon.a (mon.0) 4771 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:14:58.224 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:58 smithi067 bash[82083]: audit 2023-12-09T02:14:58.054400+0000 mon.a (mon.0) 4772 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:58.224 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:58 smithi067 bash[82083]: audit 2023-12-09T02:14:58.063092+0000 mon.a (mon.0) 4773 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:58.224 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:58 smithi067 bash[82083]: audit 2023-12-09T02:14:58.072784+0000 mon.a (mon.0) 4774 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:58.474 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:58 smithi125 bash[66801]: cluster 2023-12-09T02:14:57.119749+0000 mon.a (mon.0) 4758 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-09T02:14:58.474 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:58 smithi125 bash[66801]: cluster 2023-12-09T02:14:57.132287+0000 osd.6 (osd.6) 33 : cluster 3 failed to encode map e138 with expected crc 2023-12-09T02:14:58.474 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:58 smithi125 bash[66801]: cluster 2023-12-09T02:14:57.134689+0000 mon.a (mon.0) 4759 : cluster 0 osdmap e138: 8 total, 7 up, 8 in 2023-12-09T02:14:58.474 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:58 smithi125 bash[66801]: cluster 2023-12-09T02:14:57.134834+0000 osd.7 (osd.7) 41 : cluster 3 failed to encode map e138 with expected crc 2023-12-09T02:14:58.474 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:58 smithi125 bash[66801]: cluster 2023-12-09T02:14:57.135546+0000 osd.6 (osd.6) 34 : cluster 3 failed to encode map e138 with expected crc 2023-12-09T02:14:58.475 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:58 smithi125 bash[66801]: cluster 2023-12-09T02:14:57.137515+0000 osd.6 (osd.6) 35 : cluster 3 failed to encode map e138 with expected crc 2023-12-09T02:14:58.475 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:58 smithi125 bash[66801]: cluster 2023-12-09T02:14:57.137989+0000 osd.7 (osd.7) 42 : cluster 3 failed to encode map e138 with expected crc 2023-12-09T02:14:58.475 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:58 smithi125 bash[66801]: cluster 2023-12-09T02:14:57.139661+0000 osd.7 (osd.7) 43 : cluster 3 failed to encode map e138 with expected crc 2023-12-09T02:14:58.475 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:58 smithi125 bash[66801]: cluster 2023-12-09T02:14:57.139925+0000 osd.6 (osd.6) 36 : cluster 3 failed to encode map e138 with expected crc 2023-12-09T02:14:58.475 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:58 smithi125 bash[66801]: cluster 2023-12-09T02:14:57.142605+0000 osd.7 (osd.7) 44 : cluster 3 failed to encode map e138 with expected crc 2023-12-09T02:14:58.475 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:58 smithi125 bash[66801]: cluster 2023-12-09T02:14:57.147431+0000 osd.7 (osd.7) 45 : cluster 3 failed to encode map e138 with expected crc 2023-12-09T02:14:58.475 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:58 smithi125 bash[66801]: cluster 2023-12-09T02:14:57.149019+0000 osd.7 (osd.7) 46 : cluster 3 failed to encode map e138 with expected crc 2023-12-09T02:14:58.475 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:58 smithi125 bash[66801]: audit 2023-12-09T02:14:57.614556+0000 mon.a (mon.0) 4760 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.9", "id": [7, 5]}]: dispatch 2023-12-09T02:14:58.475 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:58 smithi125 bash[66801]: audit 2023-12-09T02:14:57.615071+0000 mon.a (mon.0) 4761 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.18", "id": [4, 5]}]: dispatch 2023-12-09T02:14:58.475 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:58 smithi125 bash[66801]: audit 2023-12-09T02:14:57.615522+0000 mon.a (mon.0) 4762 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.19", "id": [1, 2]}]: dispatch 2023-12-09T02:14:58.475 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:58 smithi125 bash[66801]: audit 2023-12-09T02:14:57.615972+0000 mon.a (mon.0) 4763 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.1d", "id": [4, 6]}]: dispatch 2023-12-09T02:14:58.475 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:58 smithi125 bash[66801]: audit 2023-12-09T02:14:57.616411+0000 mon.a (mon.0) 4764 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "6.3", "id": [7, 5]}]: dispatch 2023-12-09T02:14:58.475 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:58 smithi125 bash[66801]: audit 2023-12-09T02:14:57.616870+0000 mon.a (mon.0) 4765 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "6.f", "id": [2, 5]}]: dispatch 2023-12-09T02:14:58.475 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:58 smithi125 bash[66801]: audit 2023-12-09T02:14:57.617338+0000 mon.a (mon.0) 4766 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "6.12", "id": [2, 5]}]: dispatch 2023-12-09T02:14:58.476 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:58 smithi125 bash[66801]: audit 2023-12-09T02:14:57.617879+0000 mon.a (mon.0) 4767 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "6.16", "id": [3, 5]}]: dispatch 2023-12-09T02:14:58.476 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:58 smithi125 bash[66801]: audit 2023-12-09T02:14:57.618348+0000 mon.a (mon.0) 4768 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "6.19", "id": [3, 0]}]: dispatch 2023-12-09T02:14:58.476 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:58 smithi125 bash[66801]: audit 2023-12-09T02:14:57.618805+0000 mon.a (mon.0) 4769 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd rm-pg-upmap-items", "format": "json", "pgid": "6.c"}]: dispatch 2023-12-09T02:14:58.476 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:58 smithi125 bash[66801]: audit 2023-12-09T02:14:57.645329+0000 mon.a (mon.0) 4770 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:58.476 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:58 smithi125 bash[66801]: audit 2023-12-09T02:14:57.647597+0000 mon.a (mon.0) 4771 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:14:58.476 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:58 smithi125 bash[66801]: audit 2023-12-09T02:14:58.054400+0000 mon.a (mon.0) 4772 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:58.476 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:58 smithi125 bash[66801]: audit 2023-12-09T02:14:58.063092+0000 mon.a (mon.0) 4773 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:58.476 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:58 smithi125 bash[66801]: audit 2023-12-09T02:14:58.072784+0000 mon.a (mon.0) 4774 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:58.811 INFO:journalctl@ceph.osd.5.smithi125.stdout:Dec 09 02:14:58 smithi125 bash[75620]: ceph-6db93fb0-9635-11ee-95a3-87774f69a715-osd-5 2023-12-09T02:14:59.117 INFO:journalctl@ceph.osd.5.smithi125.stdout:Dec 09 02:14:58 smithi125 bash[75836]: Error response from daemon: No such container: ceph-6db93fb0-9635-11ee-95a3-87774f69a715-osd-5 2023-12-09T02:14:59.222 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:59 smithi125 bash[66801]: cluster 2023-12-09T02:14:58.012714+0000 mgr.y (mgr.25480) 1157 : cluster 0 pgmap v198: 161 pgs: 21 stale+active+clean, 140 active+clean; 585 KiB data, 203 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2023-12-09T02:14:59.222 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:59 smithi125 bash[66801]: cluster 2023-12-09T02:14:58.064872+0000 mgr.y (mgr.25480) 1158 : cluster 0 pgmap v199: 161 pgs: 21 stale+active+clean, 140 active+clean; 585 KiB data, 203 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:14:59.222 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:59 smithi125 bash[66801]: cluster 2023-12-09T02:14:58.132337+0000 osd.7 (osd.7) 47 : cluster 3 failed to encode map e139 with expected crc 2023-12-09T02:14:59.222 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:59 smithi125 bash[66801]: cluster 2023-12-09T02:14:58.133061+0000 osd.6 (osd.6) 37 : cluster 3 failed to encode map e139 with expected crc 2023-12-09T02:14:59.222 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:59 smithi125 bash[66801]: audit 2023-12-09T02:14:58.133608+0000 mon.a (mon.0) 4775 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.9", "id": [7, 5]}]': finished 2023-12-09T02:14:59.222 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:59 smithi125 bash[66801]: audit 2023-12-09T02:14:58.133777+0000 mon.a (mon.0) 4776 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.18", "id": [4, 5]}]': finished 2023-12-09T02:14:59.223 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:59 smithi125 bash[66801]: audit 2023-12-09T02:14:58.133903+0000 mon.a (mon.0) 4777 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.19", "id": [1, 2]}]': finished 2023-12-09T02:14:59.223 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:59 smithi125 bash[66801]: audit 2023-12-09T02:14:58.134053+0000 mon.a (mon.0) 4778 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.1d", "id": [4, 6]}]': finished 2023-12-09T02:14:59.223 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:59 smithi125 bash[66801]: audit 2023-12-09T02:14:58.134221+0000 mon.a (mon.0) 4779 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "6.3", "id": [7, 5]}]': finished 2023-12-09T02:14:59.223 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:59 smithi125 bash[66801]: audit 2023-12-09T02:14:58.134377+0000 mon.a (mon.0) 4780 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "6.f", "id": [2, 5]}]': finished 2023-12-09T02:14:59.223 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:59 smithi125 bash[66801]: audit 2023-12-09T02:14:58.134526+0000 mon.a (mon.0) 4781 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "6.12", "id": [2, 5]}]': finished 2023-12-09T02:14:59.223 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:59 smithi125 bash[66801]: audit 2023-12-09T02:14:58.134695+0000 mon.a (mon.0) 4782 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "6.16", "id": [3, 5]}]': finished 2023-12-09T02:14:59.223 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:59 smithi125 bash[66801]: audit 2023-12-09T02:14:58.134879+0000 mon.a (mon.0) 4783 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "6.19", "id": [3, 0]}]': finished 2023-12-09T02:14:59.223 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:59 smithi125 bash[66801]: audit 2023-12-09T02:14:58.134987+0000 mon.a (mon.0) 4784 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd='[{"prefix": "osd rm-pg-upmap-items", "format": "json", "pgid": "6.c"}]': finished 2023-12-09T02:14:59.223 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:59 smithi125 bash[66801]: cluster 2023-12-09T02:14:58.136585+0000 osd.6 (osd.6) 38 : cluster 3 failed to encode map e139 with expected crc 2023-12-09T02:14:59.223 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:59 smithi125 bash[66801]: cluster 2023-12-09T02:14:58.138305+0000 mon.a (mon.0) 4785 : cluster 0 osdmap e139: 8 total, 7 up, 8 in 2023-12-09T02:14:59.223 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:59 smithi125 bash[66801]: cluster 2023-12-09T02:14:58.138923+0000 osd.6 (osd.6) 39 : cluster 3 failed to encode map e139 with expected crc 2023-12-09T02:14:59.223 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:59 smithi125 bash[66801]: cluster 2023-12-09T02:14:58.140237+0000 osd.7 (osd.7) 48 : cluster 3 failed to encode map e139 with expected crc 2023-12-09T02:14:59.223 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:59 smithi125 bash[66801]: audit 2023-12-09T02:14:58.349235+0000 mon.a (mon.0) 4786 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:59.224 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:59 smithi125 bash[66801]: audit 2023-12-09T02:14:58.360998+0000 mon.a (mon.0) 4787 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:59.224 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:59 smithi125 bash[66801]: cluster 2023-12-09T02:14:58.363782+0000 mgr.y (mgr.25480) 1159 : cluster 0 pgmap v201: 161 pgs: 21 stale+active+clean, 140 active+clean; 585 KiB data, 203 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-09T02:14:59.224 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:59 smithi125 bash[66801]: cluster 2023-12-09T02:14:58.364405+0000 mgr.y (mgr.25480) 1160 : cluster 0 pgmap v202: 161 pgs: 21 stale+active+clean, 140 active+clean; 585 KiB data, 203 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:14:59.224 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:59 smithi125 bash[66801]: audit 2023-12-09T02:14:58.373708+0000 mon.a (mon.0) 4788 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:59.224 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:14:59 smithi125 bash[66801]: cluster 2023-12-09T02:14:58.641202+0000 mon.a (mon.0) 4789 : cluster 3 Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2023-12-09T02:14:59.438 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:59 smithi067 bash[82083]: cluster 2023-12-09T02:14:58.012714+0000 mgr.y (mgr.25480) 1157 : cluster 0 pgmap v198: 161 pgs: 21 stale+active+clean, 140 active+clean; 585 KiB data, 203 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2023-12-09T02:14:59.439 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:59 smithi067 bash[82083]: cluster 2023-12-09T02:14:58.064872+0000 mgr.y (mgr.25480) 1158 : cluster 0 pgmap v199: 161 pgs: 21 stale+active+clean, 140 active+clean; 585 KiB data, 203 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:14:59.439 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:59 smithi067 bash[82083]: cluster 2023-12-09T02:14:58.132337+0000 osd.7 (osd.7) 47 : cluster 3 failed to encode map e139 with expected crc 2023-12-09T02:14:59.439 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:59 smithi067 bash[82083]: cluster 2023-12-09T02:14:58.133061+0000 osd.6 (osd.6) 37 : cluster 3 failed to encode map e139 with expected crc 2023-12-09T02:14:59.439 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:59 smithi067 bash[82083]: audit 2023-12-09T02:14:58.133608+0000 mon.a (mon.0) 4775 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.9", "id": [7, 5]}]': finished 2023-12-09T02:14:59.439 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:59 smithi067 bash[82083]: audit 2023-12-09T02:14:58.133777+0000 mon.a (mon.0) 4776 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.18", "id": [4, 5]}]': finished 2023-12-09T02:14:59.439 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:59 smithi067 bash[82083]: audit 2023-12-09T02:14:58.133903+0000 mon.a (mon.0) 4777 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.19", "id": [1, 2]}]': finished 2023-12-09T02:14:59.439 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:59 smithi067 bash[82083]: audit 2023-12-09T02:14:58.134053+0000 mon.a (mon.0) 4778 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.1d", "id": [4, 6]}]': finished 2023-12-09T02:14:59.439 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:59 smithi067 bash[82083]: audit 2023-12-09T02:14:58.134221+0000 mon.a (mon.0) 4779 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "6.3", "id": [7, 5]}]': finished 2023-12-09T02:14:59.439 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:59 smithi067 bash[82083]: audit 2023-12-09T02:14:58.134377+0000 mon.a (mon.0) 4780 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "6.f", "id": [2, 5]}]': finished 2023-12-09T02:14:59.439 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:59 smithi067 bash[82083]: audit 2023-12-09T02:14:58.134526+0000 mon.a (mon.0) 4781 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "6.12", "id": [2, 5]}]': finished 2023-12-09T02:14:59.439 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:59 smithi067 bash[82083]: audit 2023-12-09T02:14:58.134695+0000 mon.a (mon.0) 4782 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "6.16", "id": [3, 5]}]': finished 2023-12-09T02:14:59.439 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:59 smithi067 bash[82083]: audit 2023-12-09T02:14:58.134879+0000 mon.a (mon.0) 4783 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "6.19", "id": [3, 0]}]': finished 2023-12-09T02:14:59.439 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:59 smithi067 bash[82083]: audit 2023-12-09T02:14:58.134987+0000 mon.a (mon.0) 4784 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd='[{"prefix": "osd rm-pg-upmap-items", "format": "json", "pgid": "6.c"}]': finished 2023-12-09T02:14:59.440 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:59 smithi067 bash[82083]: cluster 2023-12-09T02:14:58.136585+0000 osd.6 (osd.6) 38 : cluster 3 failed to encode map e139 with expected crc 2023-12-09T02:14:59.440 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:59 smithi067 bash[82083]: cluster 2023-12-09T02:14:58.138305+0000 mon.a (mon.0) 4785 : cluster 0 osdmap e139: 8 total, 7 up, 8 in 2023-12-09T02:14:59.440 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:59 smithi067 bash[82083]: cluster 2023-12-09T02:14:58.138923+0000 osd.6 (osd.6) 39 : cluster 3 failed to encode map e139 with expected crc 2023-12-09T02:14:59.440 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:59 smithi067 bash[82083]: cluster 2023-12-09T02:14:58.140237+0000 osd.7 (osd.7) 48 : cluster 3 failed to encode map e139 with expected crc 2023-12-09T02:14:59.440 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:59 smithi067 bash[79370]: cluster 2023-12-09T02:14:58.012714+0000 mgr.y (mgr.25480) 1157 : cluster 0 pgmap v198: 161 pgs: 21 stale+active+clean, 140 active+clean; 585 KiB data, 203 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2023-12-09T02:14:59.440 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:59 smithi067 bash[79370]: cluster 2023-12-09T02:14:58.064872+0000 mgr.y (mgr.25480) 1158 : cluster 0 pgmap v199: 161 pgs: 21 stale+active+clean, 140 active+clean; 585 KiB data, 203 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:14:59.440 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:59 smithi067 bash[79370]: cluster 2023-12-09T02:14:58.132337+0000 osd.7 (osd.7) 47 : cluster 3 failed to encode map e139 with expected crc 2023-12-09T02:14:59.440 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:59 smithi067 bash[79370]: cluster 2023-12-09T02:14:58.133061+0000 osd.6 (osd.6) 37 : cluster 3 failed to encode map e139 with expected crc 2023-12-09T02:14:59.440 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:59 smithi067 bash[79370]: audit 2023-12-09T02:14:58.133608+0000 mon.a (mon.0) 4775 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.9", "id": [7, 5]}]': finished 2023-12-09T02:14:59.440 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:59 smithi067 bash[79370]: audit 2023-12-09T02:14:58.133777+0000 mon.a (mon.0) 4776 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.18", "id": [4, 5]}]': finished 2023-12-09T02:14:59.440 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:59 smithi067 bash[79370]: audit 2023-12-09T02:14:58.133903+0000 mon.a (mon.0) 4777 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.19", "id": [1, 2]}]': finished 2023-12-09T02:14:59.441 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:59 smithi067 bash[79370]: audit 2023-12-09T02:14:58.134053+0000 mon.a (mon.0) 4778 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.1d", "id": [4, 6]}]': finished 2023-12-09T02:14:59.441 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:59 smithi067 bash[79370]: audit 2023-12-09T02:14:58.134221+0000 mon.a (mon.0) 4779 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "6.3", "id": [7, 5]}]': finished 2023-12-09T02:14:59.441 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:59 smithi067 bash[79370]: audit 2023-12-09T02:14:58.134377+0000 mon.a (mon.0) 4780 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "6.f", "id": [2, 5]}]': finished 2023-12-09T02:14:59.441 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:59 smithi067 bash[79370]: audit 2023-12-09T02:14:58.134526+0000 mon.a (mon.0) 4781 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "6.12", "id": [2, 5]}]': finished 2023-12-09T02:14:59.441 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:59 smithi067 bash[79370]: audit 2023-12-09T02:14:58.134695+0000 mon.a (mon.0) 4782 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "6.16", "id": [3, 5]}]': finished 2023-12-09T02:14:59.441 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:59 smithi067 bash[79370]: audit 2023-12-09T02:14:58.134879+0000 mon.a (mon.0) 4783 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "6.19", "id": [3, 0]}]': finished 2023-12-09T02:14:59.441 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:59 smithi067 bash[79370]: audit 2023-12-09T02:14:58.134987+0000 mon.a (mon.0) 4784 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd='[{"prefix": "osd rm-pg-upmap-items", "format": "json", "pgid": "6.c"}]': finished 2023-12-09T02:14:59.441 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:59 smithi067 bash[79370]: cluster 2023-12-09T02:14:58.136585+0000 osd.6 (osd.6) 38 : cluster 3 failed to encode map e139 with expected crc 2023-12-09T02:14:59.441 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:59 smithi067 bash[79370]: cluster 2023-12-09T02:14:58.138305+0000 mon.a (mon.0) 4785 : cluster 0 osdmap e139: 8 total, 7 up, 8 in 2023-12-09T02:14:59.441 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:59 smithi067 bash[79370]: cluster 2023-12-09T02:14:58.138923+0000 osd.6 (osd.6) 39 : cluster 3 failed to encode map e139 with expected crc 2023-12-09T02:14:59.441 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:59 smithi067 bash[79370]: cluster 2023-12-09T02:14:58.140237+0000 osd.7 (osd.7) 48 : cluster 3 failed to encode map e139 with expected crc 2023-12-09T02:14:59.441 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:59 smithi067 bash[82083]: audit 2023-12-09T02:14:58.349235+0000 mon.a (mon.0) 4786 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:59.442 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:59 smithi067 bash[82083]: audit 2023-12-09T02:14:58.360998+0000 mon.a (mon.0) 4787 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:59.442 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:59 smithi067 bash[82083]: cluster 2023-12-09T02:14:58.363782+0000 mgr.y (mgr.25480) 1159 : cluster 0 pgmap v201: 161 pgs: 21 stale+active+clean, 140 active+clean; 585 KiB data, 203 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-09T02:14:59.442 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:59 smithi067 bash[82083]: cluster 2023-12-09T02:14:58.364405+0000 mgr.y (mgr.25480) 1160 : cluster 0 pgmap v202: 161 pgs: 21 stale+active+clean, 140 active+clean; 585 KiB data, 203 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:14:59.442 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:59 smithi067 bash[82083]: audit 2023-12-09T02:14:58.373708+0000 mon.a (mon.0) 4788 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:59.442 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:14:59 smithi067 bash[82083]: cluster 2023-12-09T02:14:58.641202+0000 mon.a (mon.0) 4789 : cluster 3 Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2023-12-09T02:14:59.442 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:59 smithi067 bash[79370]: audit 2023-12-09T02:14:58.349235+0000 mon.a (mon.0) 4786 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:59.442 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:59 smithi067 bash[79370]: audit 2023-12-09T02:14:58.360998+0000 mon.a (mon.0) 4787 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:59.442 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:59 smithi067 bash[79370]: cluster 2023-12-09T02:14:58.363782+0000 mgr.y (mgr.25480) 1159 : cluster 0 pgmap v201: 161 pgs: 21 stale+active+clean, 140 active+clean; 585 KiB data, 203 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-09T02:14:59.442 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:59 smithi067 bash[79370]: cluster 2023-12-09T02:14:58.364405+0000 mgr.y (mgr.25480) 1160 : cluster 0 pgmap v202: 161 pgs: 21 stale+active+clean, 140 active+clean; 585 KiB data, 203 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:14:59.442 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:59 smithi067 bash[79370]: audit 2023-12-09T02:14:58.373708+0000 mon.a (mon.0) 4788 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:14:59.442 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:14:59 smithi067 bash[79370]: cluster 2023-12-09T02:14:58.641202+0000 mon.a (mon.0) 4789 : cluster 3 Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2023-12-09T02:15:00.423 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:00 smithi067 bash[82083]: audit 2023-12-09T02:14:58.808535+0000 mgr.y (mgr.25480) 1161 : audit 0 from='client.25420 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:15:00.424 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:00 smithi067 bash[82083]: cluster 2023-12-09T02:14:59.137245+0000 osd.7 (osd.7) 49 : cluster 3 failed to encode map e140 with expected crc 2023-12-09T02:15:00.424 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:00 smithi067 bash[82083]: cluster 2023-12-09T02:14:59.143856+0000 osd.7 (osd.7) 50 : cluster 3 failed to encode map e140 with expected crc 2023-12-09T02:15:00.424 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:00 smithi067 bash[82083]: cluster 2023-12-09T02:14:59.143903+0000 osd.6 (osd.6) 40 : cluster 3 failed to encode map e140 with expected crc 2023-12-09T02:15:00.424 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:00 smithi067 bash[82083]: cluster 2023-12-09T02:14:59.143960+0000 mon.a (mon.0) 4790 : cluster 0 osdmap e140: 8 total, 7 up, 8 in 2023-12-09T02:15:00.424 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:00 smithi067 bash[82083]: cluster 2023-12-09T02:14:59.146531+0000 osd.6 (osd.6) 41 : cluster 3 failed to encode map e140 with expected crc 2023-12-09T02:15:00.424 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:00 smithi067 bash[82083]: cluster 2023-12-09T02:14:59.150712+0000 osd.6 (osd.6) 42 : cluster 3 failed to encode map e140 with expected crc 2023-12-09T02:15:00.424 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:00 smithi067 bash[82083]: cluster 2023-12-09T02:14:59.152620+0000 osd.6 (osd.6) 43 : cluster 3 failed to encode map e140 with expected crc 2023-12-09T02:15:00.424 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:00 smithi067 bash[82083]: cluster 2023-12-09T02:15:00.148238+0000 mon.a (mon.0) 4791 : cluster 0 osdmap e141: 8 total, 7 up, 8 in 2023-12-09T02:15:00.424 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:00 smithi067 bash[79370]: audit 2023-12-09T02:14:58.808535+0000 mgr.y (mgr.25480) 1161 : audit 0 from='client.25420 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:15:00.424 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:00 smithi067 bash[79370]: cluster 2023-12-09T02:14:59.137245+0000 osd.7 (osd.7) 49 : cluster 3 failed to encode map e140 with expected crc 2023-12-09T02:15:00.425 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:00 smithi067 bash[79370]: cluster 2023-12-09T02:14:59.143856+0000 osd.7 (osd.7) 50 : cluster 3 failed to encode map e140 with expected crc 2023-12-09T02:15:00.425 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:00 smithi067 bash[79370]: cluster 2023-12-09T02:14:59.143903+0000 osd.6 (osd.6) 40 : cluster 3 failed to encode map e140 with expected crc 2023-12-09T02:15:00.425 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:00 smithi067 bash[79370]: cluster 2023-12-09T02:14:59.143960+0000 mon.a (mon.0) 4790 : cluster 0 osdmap e140: 8 total, 7 up, 8 in 2023-12-09T02:15:00.425 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:00 smithi067 bash[79370]: cluster 2023-12-09T02:14:59.146531+0000 osd.6 (osd.6) 41 : cluster 3 failed to encode map e140 with expected crc 2023-12-09T02:15:00.425 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:00 smithi067 bash[79370]: cluster 2023-12-09T02:14:59.150712+0000 osd.6 (osd.6) 42 : cluster 3 failed to encode map e140 with expected crc 2023-12-09T02:15:00.425 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:00 smithi067 bash[79370]: cluster 2023-12-09T02:14:59.152620+0000 osd.6 (osd.6) 43 : cluster 3 failed to encode map e140 with expected crc 2023-12-09T02:15:00.425 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:00 smithi067 bash[79370]: cluster 2023-12-09T02:15:00.148238+0000 mon.a (mon.0) 4791 : cluster 0 osdmap e141: 8 total, 7 up, 8 in 2023-12-09T02:15:00.435 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:00 smithi125 bash[66801]: audit 2023-12-09T02:14:58.808535+0000 mgr.y (mgr.25480) 1161 : audit 0 from='client.25420 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:15:00.436 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:00 smithi125 bash[66801]: cluster 2023-12-09T02:14:59.137245+0000 osd.7 (osd.7) 49 : cluster 3 failed to encode map e140 with expected crc 2023-12-09T02:15:00.436 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:00 smithi125 bash[66801]: cluster 2023-12-09T02:14:59.143856+0000 osd.7 (osd.7) 50 : cluster 3 failed to encode map e140 with expected crc 2023-12-09T02:15:00.436 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:00 smithi125 bash[66801]: cluster 2023-12-09T02:14:59.143903+0000 osd.6 (osd.6) 40 : cluster 3 failed to encode map e140 with expected crc 2023-12-09T02:15:00.436 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:00 smithi125 bash[66801]: cluster 2023-12-09T02:14:59.143960+0000 mon.a (mon.0) 4790 : cluster 0 osdmap e140: 8 total, 7 up, 8 in 2023-12-09T02:15:00.436 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:00 smithi125 bash[66801]: cluster 2023-12-09T02:14:59.146531+0000 osd.6 (osd.6) 41 : cluster 3 failed to encode map e140 with expected crc 2023-12-09T02:15:00.436 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:00 smithi125 bash[66801]: cluster 2023-12-09T02:14:59.150712+0000 osd.6 (osd.6) 42 : cluster 3 failed to encode map e140 with expected crc 2023-12-09T02:15:00.436 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:00 smithi125 bash[66801]: cluster 2023-12-09T02:14:59.152620+0000 osd.6 (osd.6) 43 : cluster 3 failed to encode map e140 with expected crc 2023-12-09T02:15:00.436 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:00 smithi125 bash[66801]: cluster 2023-12-09T02:15:00.148238+0000 mon.a (mon.0) 4791 : cluster 0 osdmap e141: 8 total, 7 up, 8 in 2023-12-09T02:15:01.424 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:01 smithi067 bash[82083]: cluster 2023-12-09T02:15:00.140419+0000 osd.7 (osd.7) 51 : cluster 3 failed to encode map e141 with expected crc 2023-12-09T02:15:01.424 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:01 smithi067 bash[82083]: cluster 2023-12-09T02:15:00.145114+0000 osd.6 (osd.6) 44 : cluster 3 failed to encode map e141 with expected crc 2023-12-09T02:15:01.424 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:01 smithi067 bash[82083]: cluster 2023-12-09T02:15:00.145635+0000 osd.7 (osd.7) 52 : cluster 3 failed to encode map e141 with expected crc 2023-12-09T02:15:01.424 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:01 smithi067 bash[82083]: cluster 2023-12-09T02:15:00.147444+0000 osd.6 (osd.6) 45 : cluster 3 failed to encode map e141 with expected crc 2023-12-09T02:15:01.425 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:01 smithi067 bash[82083]: cluster 2023-12-09T02:15:00.148481+0000 osd.7 (osd.7) 53 : cluster 3 failed to encode map e141 with expected crc 2023-12-09T02:15:01.425 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:01 smithi067 bash[82083]: cluster 2023-12-09T02:15:00.148888+0000 osd.6 (osd.6) 46 : cluster 3 failed to encode map e141 with expected crc 2023-12-09T02:15:01.425 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:01 smithi067 bash[82083]: cluster 2023-12-09T02:15:00.150641+0000 osd.6 (osd.6) 47 : cluster 3 failed to encode map e141 with expected crc 2023-12-09T02:15:01.425 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:01 smithi067 bash[82083]: cluster 2023-12-09T02:15:00.150722+0000 osd.7 (osd.7) 54 : cluster 3 failed to encode map e141 with expected crc 2023-12-09T02:15:01.425 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:01 smithi067 bash[82083]: cluster 2023-12-09T02:15:00.365308+0000 mgr.y (mgr.25480) 1162 : cluster 0 pgmap v205: 161 pgs: 2 remapped+peering, 4 peering, 13 active+undersized+degraded, 10 stale+active+clean, 20 active+undersized, 112 active+clean; 585 KiB data, 203 MiB used, 715 GiB / 715 GiB avail; 49/726 objects degraded (6.749%); 5 B/s, 0 objects/s recovering 2023-12-09T02:15:01.425 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:01 smithi067 bash[79370]: cluster 2023-12-09T02:15:00.140419+0000 osd.7 (osd.7) 51 : cluster 3 failed to encode map e141 with expected crc 2023-12-09T02:15:01.425 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:01 smithi067 bash[79370]: cluster 2023-12-09T02:15:00.145114+0000 osd.6 (osd.6) 44 : cluster 3 failed to encode map e141 with expected crc 2023-12-09T02:15:01.425 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:01 smithi067 bash[79370]: cluster 2023-12-09T02:15:00.145635+0000 osd.7 (osd.7) 52 : cluster 3 failed to encode map e141 with expected crc 2023-12-09T02:15:01.425 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:01 smithi067 bash[79370]: cluster 2023-12-09T02:15:00.147444+0000 osd.6 (osd.6) 45 : cluster 3 failed to encode map e141 with expected crc 2023-12-09T02:15:01.425 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:01 smithi067 bash[79370]: cluster 2023-12-09T02:15:00.148481+0000 osd.7 (osd.7) 53 : cluster 3 failed to encode map e141 with expected crc 2023-12-09T02:15:01.426 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:01 smithi067 bash[79370]: cluster 2023-12-09T02:15:00.148888+0000 osd.6 (osd.6) 46 : cluster 3 failed to encode map e141 with expected crc 2023-12-09T02:15:01.426 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:01 smithi067 bash[79370]: cluster 2023-12-09T02:15:00.150641+0000 osd.6 (osd.6) 47 : cluster 3 failed to encode map e141 with expected crc 2023-12-09T02:15:01.426 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:01 smithi067 bash[79370]: cluster 2023-12-09T02:15:00.150722+0000 osd.7 (osd.7) 54 : cluster 3 failed to encode map e141 with expected crc 2023-12-09T02:15:01.426 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:01 smithi067 bash[79370]: cluster 2023-12-09T02:15:00.365308+0000 mgr.y (mgr.25480) 1162 : cluster 0 pgmap v205: 161 pgs: 2 remapped+peering, 4 peering, 13 active+undersized+degraded, 10 stale+active+clean, 20 active+undersized, 112 active+clean; 585 KiB data, 203 MiB used, 715 GiB / 715 GiB avail; 49/726 objects degraded (6.749%); 5 B/s, 0 objects/s recovering 2023-12-09T02:15:01.472 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:01 smithi125 bash[66801]: cluster 2023-12-09T02:15:00.140419+0000 osd.7 (osd.7) 51 : cluster 3 failed to encode map e141 with expected crc 2023-12-09T02:15:01.472 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:01 smithi125 bash[66801]: cluster 2023-12-09T02:15:00.145114+0000 osd.6 (osd.6) 44 : cluster 3 failed to encode map e141 with expected crc 2023-12-09T02:15:01.472 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:01 smithi125 bash[66801]: cluster 2023-12-09T02:15:00.145635+0000 osd.7 (osd.7) 52 : cluster 3 failed to encode map e141 with expected crc 2023-12-09T02:15:01.472 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:01 smithi125 bash[66801]: cluster 2023-12-09T02:15:00.147444+0000 osd.6 (osd.6) 45 : cluster 3 failed to encode map e141 with expected crc 2023-12-09T02:15:01.472 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:01 smithi125 bash[66801]: cluster 2023-12-09T02:15:00.148481+0000 osd.7 (osd.7) 53 : cluster 3 failed to encode map e141 with expected crc 2023-12-09T02:15:01.472 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:01 smithi125 bash[66801]: cluster 2023-12-09T02:15:00.148888+0000 osd.6 (osd.6) 46 : cluster 3 failed to encode map e141 with expected crc 2023-12-09T02:15:01.472 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:01 smithi125 bash[66801]: cluster 2023-12-09T02:15:00.150641+0000 osd.6 (osd.6) 47 : cluster 3 failed to encode map e141 with expected crc 2023-12-09T02:15:01.473 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:01 smithi125 bash[66801]: cluster 2023-12-09T02:15:00.150722+0000 osd.7 (osd.7) 54 : cluster 3 failed to encode map e141 with expected crc 2023-12-09T02:15:01.473 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:01 smithi125 bash[66801]: cluster 2023-12-09T02:15:00.365308+0000 mgr.y (mgr.25480) 1162 : cluster 0 pgmap v205: 161 pgs: 2 remapped+peering, 4 peering, 13 active+undersized+degraded, 10 stale+active+clean, 20 active+undersized, 112 active+clean; 585 KiB data, 203 MiB used, 715 GiB / 715 GiB avail; 49/726 objects degraded (6.749%); 5 B/s, 0 objects/s recovering 2023-12-09T02:15:02.039 INFO:journalctl@ceph.osd.5.smithi125.stdout:Dec 09 02:15:01 smithi125 systemd[1]: ceph-6db93fb0-9635-11ee-95a3-87774f69a715@osd.5.service: Succeeded. 2023-12-09T02:15:02.039 INFO:journalctl@ceph.osd.5.smithi125.stdout:Dec 09 02:15:01 smithi125 systemd[1]: Stopped Ceph osd.5 for 6db93fb0-9635-11ee-95a3-87774f69a715. 2023-12-09T02:15:02.470 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:02 smithi067 bash[82083]: cluster 2023-12-09T02:15:01.156195+0000 mon.a (mon.0) 4792 : cluster 3 Health check failed: Reduced data availability: 3 pgs inactive, 3 pgs peering (PG_AVAILABILITY) 2023-12-09T02:15:02.470 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:02 smithi067 bash[82083]: cluster 2023-12-09T02:15:01.156289+0000 mon.a (mon.0) 4793 : cluster 3 Health check failed: Degraded data redundancy: 49/726 objects degraded (6.749%), 13 pgs degraded (PG_DEGRADED) 2023-12-09T02:15:02.470 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:02 smithi067 bash[82083]: audit 2023-12-09T02:15:02.090524+0000 mon.a (mon.0) 4794 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:02.470 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:02 smithi067 bash[82083]: audit 2023-12-09T02:15:02.100654+0000 mon.a (mon.0) 4795 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:02.470 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:02 smithi067 bash[82083]: audit 2023-12-09T02:15:02.115378+0000 mon.a (mon.0) 4796 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:02.470 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:02 smithi067 bash[82083]: audit 2023-12-09T02:15:02.116896+0000 mon.a (mon.0) 4797 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:02.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:02 smithi067 bash[82083]: audit 2023-12-09T02:15:02.127203+0000 mon.a (mon.0) 4798 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:02.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:02 smithi067 bash[79370]: cluster 2023-12-09T02:15:01.156195+0000 mon.a (mon.0) 4792 : cluster 3 Health check failed: Reduced data availability: 3 pgs inactive, 3 pgs peering (PG_AVAILABILITY) 2023-12-09T02:15:02.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:02 smithi067 bash[79370]: cluster 2023-12-09T02:15:01.156289+0000 mon.a (mon.0) 4793 : cluster 3 Health check failed: Degraded data redundancy: 49/726 objects degraded (6.749%), 13 pgs degraded (PG_DEGRADED) 2023-12-09T02:15:02.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:02 smithi067 bash[79370]: audit 2023-12-09T02:15:02.090524+0000 mon.a (mon.0) 4794 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:02.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:02 smithi067 bash[79370]: audit 2023-12-09T02:15:02.100654+0000 mon.a (mon.0) 4795 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:02.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:02 smithi067 bash[79370]: audit 2023-12-09T02:15:02.115378+0000 mon.a (mon.0) 4796 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:02.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:02 smithi067 bash[79370]: audit 2023-12-09T02:15:02.116896+0000 mon.a (mon.0) 4797 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:02.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:02 smithi067 bash[79370]: audit 2023-12-09T02:15:02.127203+0000 mon.a (mon.0) 4798 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:02.472 INFO:journalctl@ceph.osd.5.smithi125.stdout:Dec 09 02:15:02 smithi125 systemd[1]: Started Ceph osd.5 for 6db93fb0-9635-11ee-95a3-87774f69a715. 2023-12-09T02:15:02.472 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:02 smithi125 bash[66801]: cluster 2023-12-09T02:15:01.156195+0000 mon.a (mon.0) 4792 : cluster 3 Health check failed: Reduced data availability: 3 pgs inactive, 3 pgs peering (PG_AVAILABILITY) 2023-12-09T02:15:02.472 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:02 smithi125 bash[66801]: cluster 2023-12-09T02:15:01.156289+0000 mon.a (mon.0) 4793 : cluster 3 Health check failed: Degraded data redundancy: 49/726 objects degraded (6.749%), 13 pgs degraded (PG_DEGRADED) 2023-12-09T02:15:02.472 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:02 smithi125 bash[66801]: audit 2023-12-09T02:15:02.090524+0000 mon.a (mon.0) 4794 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:02.472 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:02 smithi125 bash[66801]: audit 2023-12-09T02:15:02.100654+0000 mon.a (mon.0) 4795 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:02.472 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:02 smithi125 bash[66801]: audit 2023-12-09T02:15:02.115378+0000 mon.a (mon.0) 4796 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:02.472 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:02 smithi125 bash[66801]: audit 2023-12-09T02:15:02.116896+0000 mon.a (mon.0) 4797 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:02.472 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:02 smithi125 bash[66801]: audit 2023-12-09T02:15:02.127203+0000 mon.a (mon.0) 4798 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:03.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:03 smithi067 bash[79370]: cluster 2023-12-09T02:15:02.120224+0000 mgr.y (mgr.25480) 1163 : cluster 0 pgmap v206: 161 pgs: 3 active+clean+remapped, 95 active+clean, 37 active+undersized, 20 active+undersized+degraded, 4 peering, 2 remapped+peering; 585 KiB data, 203 MiB used, 715 GiB / 715 GiB avail; 83/726 objects degraded (11.433%); 1/726 objects misplaced (0.138%); 18 B/s, 0 objects/s recovering 2023-12-09T02:15:03.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:03 smithi067 bash[79370]: cephadm 2023-12-09T02:15:02.128160+0000 mgr.y (mgr.25480) 1164 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:03.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:03 smithi067 bash[79370]: audit 2023-12-09T02:15:02.212872+0000 mon.a (mon.0) 4799 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:03.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:03 smithi067 bash[79370]: audit 2023-12-09T02:15:02.216874+0000 mon.a (mon.0) 4800 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:03.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:03 smithi067 bash[79370]: audit 2023-12-09T02:15:02.222101+0000 mon.a (mon.0) 4801 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:03.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:03 smithi067 bash[79370]: audit 2023-12-09T02:15:02.223674+0000 mon.a (mon.0) 4802 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:03.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:03 smithi067 bash[79370]: audit 2023-12-09T02:15:02.232742+0000 mon.a (mon.0) 4803 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:03.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:03 smithi067 bash[79370]: cephadm 2023-12-09T02:15:02.233864+0000 mgr.y (mgr.25480) 1165 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:03.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:03 smithi067 bash[79370]: audit 2023-12-09T02:15:02.320042+0000 mon.a (mon.0) 4804 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:03.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:03 smithi067 bash[79370]: audit 2023-12-09T02:15:02.322882+0000 mon.a (mon.0) 4805 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:03.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:03 smithi067 bash[79370]: audit 2023-12-09T02:15:02.325949+0000 mon.a (mon.0) 4806 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:03.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:03 smithi067 bash[79370]: audit 2023-12-09T02:15:02.326849+0000 mon.a (mon.0) 4807 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:03.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:03 smithi067 bash[79370]: audit 2023-12-09T02:15:02.333300+0000 mon.a (mon.0) 4808 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:03.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:03 smithi067 bash[79370]: cephadm 2023-12-09T02:15:02.333868+0000 mgr.y (mgr.25480) 1166 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:03.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:03 smithi067 bash[79370]: audit 2023-12-09T02:15:02.412312+0000 mon.a (mon.0) 4809 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:03.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:03 smithi067 bash[79370]: audit 2023-12-09T02:15:02.415702+0000 mon.a (mon.0) 4810 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:03.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:03 smithi067 bash[79370]: audit 2023-12-09T02:15:02.419009+0000 mon.a (mon.0) 4811 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:03.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:03 smithi067 bash[79370]: audit 2023-12-09T02:15:02.420105+0000 mon.a (mon.0) 4812 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:03.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:03 smithi067 bash[79370]: audit 2023-12-09T02:15:02.426787+0000 mon.a (mon.0) 4813 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:03.472 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:03 smithi067 bash[82083]: cluster 2023-12-09T02:15:02.120224+0000 mgr.y (mgr.25480) 1163 : cluster 0 pgmap v206: 161 pgs: 3 active+clean+remapped, 95 active+clean, 37 active+undersized, 20 active+undersized+degraded, 4 peering, 2 remapped+peering; 585 KiB data, 203 MiB used, 715 GiB / 715 GiB avail; 83/726 objects degraded (11.433%); 1/726 objects misplaced (0.138%); 18 B/s, 0 objects/s recovering 2023-12-09T02:15:03.472 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:03 smithi067 bash[82083]: cephadm 2023-12-09T02:15:02.128160+0000 mgr.y (mgr.25480) 1164 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:03.472 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:03 smithi067 bash[82083]: audit 2023-12-09T02:15:02.212872+0000 mon.a (mon.0) 4799 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:03.472 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:03 smithi067 bash[82083]: audit 2023-12-09T02:15:02.216874+0000 mon.a (mon.0) 4800 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:03.472 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:03 smithi067 bash[82083]: audit 2023-12-09T02:15:02.222101+0000 mon.a (mon.0) 4801 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:03.472 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:03 smithi067 bash[82083]: audit 2023-12-09T02:15:02.223674+0000 mon.a (mon.0) 4802 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:03.472 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:03 smithi067 bash[82083]: audit 2023-12-09T02:15:02.232742+0000 mon.a (mon.0) 4803 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:03.472 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:03 smithi067 bash[82083]: cephadm 2023-12-09T02:15:02.233864+0000 mgr.y (mgr.25480) 1165 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:03.472 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:03 smithi067 bash[82083]: audit 2023-12-09T02:15:02.320042+0000 mon.a (mon.0) 4804 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:03.473 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:03 smithi067 bash[82083]: audit 2023-12-09T02:15:02.322882+0000 mon.a (mon.0) 4805 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:03.473 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:03 smithi067 bash[82083]: audit 2023-12-09T02:15:02.325949+0000 mon.a (mon.0) 4806 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:03.473 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:03 smithi067 bash[82083]: audit 2023-12-09T02:15:02.326849+0000 mon.a (mon.0) 4807 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:03.473 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:03 smithi067 bash[82083]: audit 2023-12-09T02:15:02.333300+0000 mon.a (mon.0) 4808 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:03.473 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:03 smithi067 bash[82083]: cephadm 2023-12-09T02:15:02.333868+0000 mgr.y (mgr.25480) 1166 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:03.473 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:03 smithi067 bash[82083]: audit 2023-12-09T02:15:02.412312+0000 mon.a (mon.0) 4809 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:03.473 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:03 smithi067 bash[82083]: audit 2023-12-09T02:15:02.415702+0000 mon.a (mon.0) 4810 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:03.473 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:03 smithi067 bash[82083]: audit 2023-12-09T02:15:02.419009+0000 mon.a (mon.0) 4811 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:03.473 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:03 smithi067 bash[82083]: audit 2023-12-09T02:15:02.420105+0000 mon.a (mon.0) 4812 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:03.473 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:03 smithi067 bash[82083]: audit 2023-12-09T02:15:02.426787+0000 mon.a (mon.0) 4813 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:03.473 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:03 smithi067 bash[79370]: cephadm 2023-12-09T02:15:02.427296+0000 mgr.y (mgr.25480) 1167 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:03.474 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:03 smithi067 bash[79370]: audit 2023-12-09T02:15:02.506821+0000 mon.a (mon.0) 4814 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:03.474 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:03 smithi067 bash[79370]: audit 2023-12-09T02:15:02.509079+0000 mon.a (mon.0) 4815 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:03.474 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:03 smithi067 bash[79370]: audit 2023-12-09T02:15:02.511906+0000 mon.a (mon.0) 4816 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:03.474 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:03 smithi067 bash[79370]: audit 2023-12-09T02:15:02.512773+0000 mon.a (mon.0) 4817 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:03.474 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:03 smithi067 bash[79370]: audit 2023-12-09T02:15:02.520406+0000 mon.a (mon.0) 4818 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:03.474 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:03 smithi067 bash[79370]: cephadm 2023-12-09T02:15:02.520977+0000 mgr.y (mgr.25480) 1168 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:03.474 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:03 smithi067 bash[79370]: audit 2023-12-09T02:15:02.598831+0000 mon.a (mon.0) 4819 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:03.474 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:03 smithi067 bash[79370]: audit 2023-12-09T02:15:02.602092+0000 mon.a (mon.0) 4820 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:03.474 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:03 smithi067 bash[79370]: audit 2023-12-09T02:15:02.606381+0000 mon.a (mon.0) 4821 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:03.474 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:03 smithi067 bash[79370]: audit 2023-12-09T02:15:02.607652+0000 mon.a (mon.0) 4822 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:03.474 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:03 smithi067 bash[79370]: audit 2023-12-09T02:15:02.615959+0000 mon.a (mon.0) 4823 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:03.474 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:03 smithi067 bash[79370]: cephadm 2023-12-09T02:15:02.616580+0000 mgr.y (mgr.25480) 1169 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:03.474 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:03 smithi067 bash[79370]: audit 2023-12-09T02:15:02.695799+0000 mon.a (mon.0) 4824 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:03.474 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:03 smithi067 bash[79370]: audit 2023-12-09T02:15:02.700180+0000 mon.a (mon.0) 4825 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:03.474 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:03 smithi067 bash[79370]: audit 2023-12-09T02:15:02.703975+0000 mon.a (mon.0) 4826 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:03.475 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:03 smithi067 bash[79370]: audit 2023-12-09T02:15:02.706015+0000 mon.a (mon.0) 4827 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:03.475 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:03 smithi067 bash[79370]: audit 2023-12-09T02:15:02.714743+0000 mon.a (mon.0) 4828 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:03.475 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:03 smithi067 bash[79370]: cephadm 2023-12-09T02:15:02.715375+0000 mgr.y (mgr.25480) 1170 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:03.475 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:03 smithi067 bash[79370]: audit 2023-12-09T02:15:02.797743+0000 mon.a (mon.0) 4829 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:03.475 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:03 smithi067 bash[82083]: cephadm 2023-12-09T02:15:02.427296+0000 mgr.y (mgr.25480) 1167 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:03.475 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:03 smithi067 bash[82083]: audit 2023-12-09T02:15:02.506821+0000 mon.a (mon.0) 4814 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:03.475 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:03 smithi067 bash[82083]: audit 2023-12-09T02:15:02.509079+0000 mon.a (mon.0) 4815 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:03.475 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:03 smithi067 bash[82083]: audit 2023-12-09T02:15:02.511906+0000 mon.a (mon.0) 4816 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:03.475 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:03 smithi067 bash[82083]: audit 2023-12-09T02:15:02.512773+0000 mon.a (mon.0) 4817 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:03.475 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:03 smithi067 bash[82083]: audit 2023-12-09T02:15:02.520406+0000 mon.a (mon.0) 4818 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:03.476 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:03 smithi067 bash[82083]: cephadm 2023-12-09T02:15:02.520977+0000 mgr.y (mgr.25480) 1168 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:03.476 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:03 smithi067 bash[82083]: audit 2023-12-09T02:15:02.598831+0000 mon.a (mon.0) 4819 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:03.476 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:03 smithi067 bash[82083]: audit 2023-12-09T02:15:02.602092+0000 mon.a (mon.0) 4820 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:03.476 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:03 smithi067 bash[82083]: audit 2023-12-09T02:15:02.606381+0000 mon.a (mon.0) 4821 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:03.476 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:03 smithi067 bash[82083]: audit 2023-12-09T02:15:02.607652+0000 mon.a (mon.0) 4822 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:03.476 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:03 smithi067 bash[82083]: audit 2023-12-09T02:15:02.615959+0000 mon.a (mon.0) 4823 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:03.476 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:03 smithi067 bash[82083]: cephadm 2023-12-09T02:15:02.616580+0000 mgr.y (mgr.25480) 1169 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:03.476 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:03 smithi067 bash[82083]: audit 2023-12-09T02:15:02.695799+0000 mon.a (mon.0) 4824 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:03.476 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:03 smithi067 bash[82083]: audit 2023-12-09T02:15:02.700180+0000 mon.a (mon.0) 4825 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:03.476 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:03 smithi067 bash[82083]: audit 2023-12-09T02:15:02.703975+0000 mon.a (mon.0) 4826 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:03.476 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:03 smithi067 bash[82083]: audit 2023-12-09T02:15:02.706015+0000 mon.a (mon.0) 4827 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:03.476 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:03 smithi067 bash[82083]: audit 2023-12-09T02:15:02.714743+0000 mon.a (mon.0) 4828 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:03.476 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:03 smithi067 bash[82083]: cephadm 2023-12-09T02:15:02.715375+0000 mgr.y (mgr.25480) 1170 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:03.476 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:03 smithi067 bash[82083]: audit 2023-12-09T02:15:02.797743+0000 mon.a (mon.0) 4829 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:03.477 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:03 smithi067 bash[79370]: audit 2023-12-09T02:15:02.800338+0000 mon.a (mon.0) 4830 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:03.477 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:03 smithi067 bash[79370]: audit 2023-12-09T02:15:02.803470+0000 mon.a (mon.0) 4831 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:03.477 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:03 smithi067 bash[79370]: audit 2023-12-09T02:15:02.804581+0000 mon.a (mon.0) 4832 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:03.477 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:03 smithi067 bash[79370]: audit 2023-12-09T02:15:02.811710+0000 mon.a (mon.0) 4833 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:03.477 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:03 smithi067 bash[79370]: audit 2023-12-09T02:15:02.890896+0000 mon.a (mon.0) 4834 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:03.477 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:03 smithi067 bash[79370]: audit 2023-12-09T02:15:02.901103+0000 mon.a (mon.0) 4835 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:03.477 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:03 smithi067 bash[79370]: audit 2023-12-09T02:15:02.904686+0000 mon.a (mon.0) 4836 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:03.477 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:03 smithi067 bash[79370]: audit 2023-12-09T02:15:02.906010+0000 mon.a (mon.0) 4837 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:03.477 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:03 smithi067 bash[79370]: audit 2023-12-09T02:15:02.914694+0000 mon.a (mon.0) 4838 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:03.477 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:03 smithi067 bash[79370]: audit 2023-12-09T02:15:02.994488+0000 mon.a (mon.0) 4839 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:03.477 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:03 smithi067 bash[79370]: audit 2023-12-09T02:15:02.998782+0000 mon.a (mon.0) 4840 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:03.477 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:03 smithi067 bash[79370]: audit 2023-12-09T02:15:03.002346+0000 mon.a (mon.0) 4841 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:03.478 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:03 smithi067 bash[79370]: audit 2023-12-09T02:15:03.003587+0000 mon.a (mon.0) 4842 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:03.478 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:03 smithi067 bash[79370]: audit 2023-12-09T02:15:03.013191+0000 mon.a (mon.0) 4843 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:03.478 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:03 smithi067 bash[79370]: audit 2023-12-09T02:15:03.091651+0000 mon.a (mon.0) 4844 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:03.478 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:03 smithi067 bash[79370]: audit 2023-12-09T02:15:03.094872+0000 mon.a (mon.0) 4845 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:03.478 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:03 smithi067 bash[79370]: cluster 2023-12-09T02:15:03.097737+0000 mon.a (mon.0) 4846 : cluster 1 Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2023-12-09T02:15:03.478 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:03 smithi067 bash[79370]: audit 2023-12-09T02:15:03.098760+0000 mon.a (mon.0) 4847 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:03.478 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:03 smithi067 bash[79370]: audit 2023-12-09T02:15:03.104283+0000 mon.a (mon.0) 4848 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:03.478 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:03 smithi067 bash[79370]: audit 2023-12-09T02:15:03.111777+0000 mon.a (mon.0) 4849 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:03.478 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:03 smithi067 bash[82083]: audit 2023-12-09T02:15:02.800338+0000 mon.a (mon.0) 4830 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:03.478 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:03 smithi067 bash[82083]: audit 2023-12-09T02:15:02.803470+0000 mon.a (mon.0) 4831 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:03.478 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:03 smithi067 bash[82083]: audit 2023-12-09T02:15:02.804581+0000 mon.a (mon.0) 4832 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:03.478 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:03 smithi067 bash[82083]: audit 2023-12-09T02:15:02.811710+0000 mon.a (mon.0) 4833 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:03.479 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:03 smithi067 bash[82083]: audit 2023-12-09T02:15:02.890896+0000 mon.a (mon.0) 4834 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:03.479 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:03 smithi067 bash[82083]: audit 2023-12-09T02:15:02.901103+0000 mon.a (mon.0) 4835 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:03.479 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:03 smithi067 bash[82083]: audit 2023-12-09T02:15:02.904686+0000 mon.a (mon.0) 4836 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:03.479 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:03 smithi067 bash[82083]: audit 2023-12-09T02:15:02.906010+0000 mon.a (mon.0) 4837 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:03.479 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:03 smithi067 bash[82083]: audit 2023-12-09T02:15:02.914694+0000 mon.a (mon.0) 4838 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:03.479 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:03 smithi067 bash[82083]: audit 2023-12-09T02:15:02.994488+0000 mon.a (mon.0) 4839 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:03.479 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:03 smithi067 bash[82083]: audit 2023-12-09T02:15:02.998782+0000 mon.a (mon.0) 4840 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:03.479 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:03 smithi067 bash[82083]: audit 2023-12-09T02:15:03.002346+0000 mon.a (mon.0) 4841 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:03.479 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:03 smithi067 bash[82083]: audit 2023-12-09T02:15:03.003587+0000 mon.a (mon.0) 4842 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:03.479 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:03 smithi067 bash[82083]: audit 2023-12-09T02:15:03.013191+0000 mon.a (mon.0) 4843 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:03.479 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:03 smithi067 bash[82083]: audit 2023-12-09T02:15:03.091651+0000 mon.a (mon.0) 4844 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:03.479 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:03 smithi067 bash[82083]: audit 2023-12-09T02:15:03.094872+0000 mon.a (mon.0) 4845 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:03.479 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:03 smithi067 bash[82083]: cluster 2023-12-09T02:15:03.097737+0000 mon.a (mon.0) 4846 : cluster 1 Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2023-12-09T02:15:03.479 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:03 smithi067 bash[82083]: audit 2023-12-09T02:15:03.098760+0000 mon.a (mon.0) 4847 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:03.479 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:03 smithi067 bash[82083]: audit 2023-12-09T02:15:03.104283+0000 mon.a (mon.0) 4848 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:03.480 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:03 smithi067 bash[82083]: audit 2023-12-09T02:15:03.111777+0000 mon.a (mon.0) 4849 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:03.480 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:03 smithi125 bash[66801]: cluster 2023-12-09T02:15:02.120224+0000 mgr.y (mgr.25480) 1163 : cluster 0 pgmap v206: 161 pgs: 3 active+clean+remapped, 95 active+clean, 37 active+undersized, 20 active+undersized+degraded, 4 peering, 2 remapped+peering; 585 KiB data, 203 MiB used, 715 GiB / 715 GiB avail; 83/726 objects degraded (11.433%); 1/726 objects misplaced (0.138%); 18 B/s, 0 objects/s recovering 2023-12-09T02:15:03.480 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:03 smithi125 bash[66801]: cephadm 2023-12-09T02:15:02.128160+0000 mgr.y (mgr.25480) 1164 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:03.480 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:03 smithi125 bash[66801]: audit 2023-12-09T02:15:02.212872+0000 mon.a (mon.0) 4799 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:03.480 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:03 smithi125 bash[66801]: audit 2023-12-09T02:15:02.216874+0000 mon.a (mon.0) 4800 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:03.480 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:03 smithi125 bash[66801]: audit 2023-12-09T02:15:02.222101+0000 mon.a (mon.0) 4801 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:03.481 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:03 smithi125 bash[66801]: audit 2023-12-09T02:15:02.223674+0000 mon.a (mon.0) 4802 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:03.481 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:03 smithi125 bash[66801]: audit 2023-12-09T02:15:02.232742+0000 mon.a (mon.0) 4803 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:03.481 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:03 smithi125 bash[66801]: cephadm 2023-12-09T02:15:02.233864+0000 mgr.y (mgr.25480) 1165 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:03.481 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:03 smithi125 bash[66801]: audit 2023-12-09T02:15:02.320042+0000 mon.a (mon.0) 4804 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:03.481 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:03 smithi125 bash[66801]: audit 2023-12-09T02:15:02.322882+0000 mon.a (mon.0) 4805 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:03.481 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:03 smithi125 bash[66801]: audit 2023-12-09T02:15:02.325949+0000 mon.a (mon.0) 4806 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:03.481 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:03 smithi125 bash[66801]: audit 2023-12-09T02:15:02.326849+0000 mon.a (mon.0) 4807 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:03.481 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:03 smithi125 bash[66801]: audit 2023-12-09T02:15:02.333300+0000 mon.a (mon.0) 4808 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:03.481 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:03 smithi125 bash[66801]: cephadm 2023-12-09T02:15:02.333868+0000 mgr.y (mgr.25480) 1166 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:03.481 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:03 smithi125 bash[66801]: audit 2023-12-09T02:15:02.412312+0000 mon.a (mon.0) 4809 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:03.481 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:03 smithi125 bash[66801]: audit 2023-12-09T02:15:02.415702+0000 mon.a (mon.0) 4810 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:03.481 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:03 smithi125 bash[66801]: audit 2023-12-09T02:15:02.419009+0000 mon.a (mon.0) 4811 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:03.481 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:03 smithi125 bash[66801]: audit 2023-12-09T02:15:02.420105+0000 mon.a (mon.0) 4812 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:03.481 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:03 smithi125 bash[66801]: audit 2023-12-09T02:15:02.426787+0000 mon.a (mon.0) 4813 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:03.481 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:03 smithi125 bash[66801]: cephadm 2023-12-09T02:15:02.427296+0000 mgr.y (mgr.25480) 1167 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:03.481 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:03 smithi125 bash[66801]: audit 2023-12-09T02:15:02.506821+0000 mon.a (mon.0) 4814 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:03.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:03 smithi125 bash[66801]: audit 2023-12-09T02:15:02.509079+0000 mon.a (mon.0) 4815 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:03.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:03 smithi125 bash[66801]: audit 2023-12-09T02:15:02.511906+0000 mon.a (mon.0) 4816 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:03.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:03 smithi125 bash[66801]: audit 2023-12-09T02:15:02.512773+0000 mon.a (mon.0) 4817 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:03.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:03 smithi125 bash[66801]: audit 2023-12-09T02:15:02.520406+0000 mon.a (mon.0) 4818 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:03.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:03 smithi125 bash[66801]: cephadm 2023-12-09T02:15:02.520977+0000 mgr.y (mgr.25480) 1168 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:03.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:03 smithi125 bash[66801]: audit 2023-12-09T02:15:02.598831+0000 mon.a (mon.0) 4819 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:03.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:03 smithi125 bash[66801]: audit 2023-12-09T02:15:02.602092+0000 mon.a (mon.0) 4820 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:03.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:03 smithi125 bash[66801]: audit 2023-12-09T02:15:02.606381+0000 mon.a (mon.0) 4821 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:03.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:03 smithi125 bash[66801]: audit 2023-12-09T02:15:02.607652+0000 mon.a (mon.0) 4822 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:03.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:03 smithi125 bash[66801]: audit 2023-12-09T02:15:02.615959+0000 mon.a (mon.0) 4823 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:03.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:03 smithi125 bash[66801]: cephadm 2023-12-09T02:15:02.616580+0000 mgr.y (mgr.25480) 1169 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:03.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:03 smithi125 bash[66801]: audit 2023-12-09T02:15:02.695799+0000 mon.a (mon.0) 4824 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:03.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:03 smithi125 bash[66801]: audit 2023-12-09T02:15:02.700180+0000 mon.a (mon.0) 4825 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:03.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:03 smithi125 bash[66801]: audit 2023-12-09T02:15:02.703975+0000 mon.a (mon.0) 4826 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:03.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:03 smithi125 bash[66801]: audit 2023-12-09T02:15:02.706015+0000 mon.a (mon.0) 4827 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:03.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:03 smithi125 bash[66801]: audit 2023-12-09T02:15:02.714743+0000 mon.a (mon.0) 4828 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:03.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:03 smithi125 bash[66801]: cephadm 2023-12-09T02:15:02.715375+0000 mgr.y (mgr.25480) 1170 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:03.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:03 smithi125 bash[66801]: audit 2023-12-09T02:15:02.797743+0000 mon.a (mon.0) 4829 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:03.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:03 smithi125 bash[66801]: audit 2023-12-09T02:15:02.800338+0000 mon.a (mon.0) 4830 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:03.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:03 smithi125 bash[66801]: audit 2023-12-09T02:15:02.803470+0000 mon.a (mon.0) 4831 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:03.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:03 smithi125 bash[66801]: audit 2023-12-09T02:15:02.804581+0000 mon.a (mon.0) 4832 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:03.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:03 smithi125 bash[66801]: audit 2023-12-09T02:15:02.811710+0000 mon.a (mon.0) 4833 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:03.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:03 smithi125 bash[66801]: audit 2023-12-09T02:15:02.890896+0000 mon.a (mon.0) 4834 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:03.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:03 smithi125 bash[66801]: audit 2023-12-09T02:15:02.901103+0000 mon.a (mon.0) 4835 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:03.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:03 smithi125 bash[66801]: audit 2023-12-09T02:15:02.904686+0000 mon.a (mon.0) 4836 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:03.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:03 smithi125 bash[66801]: audit 2023-12-09T02:15:02.906010+0000 mon.a (mon.0) 4837 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:03.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:03 smithi125 bash[66801]: audit 2023-12-09T02:15:02.914694+0000 mon.a (mon.0) 4838 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:03.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:03 smithi125 bash[66801]: audit 2023-12-09T02:15:02.994488+0000 mon.a (mon.0) 4839 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:03.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:03 smithi125 bash[66801]: audit 2023-12-09T02:15:02.998782+0000 mon.a (mon.0) 4840 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:03.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:03 smithi125 bash[66801]: audit 2023-12-09T02:15:03.002346+0000 mon.a (mon.0) 4841 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:03.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:03 smithi125 bash[66801]: audit 2023-12-09T02:15:03.003587+0000 mon.a (mon.0) 4842 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:03.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:03 smithi125 bash[66801]: audit 2023-12-09T02:15:03.013191+0000 mon.a (mon.0) 4843 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:03.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:03 smithi125 bash[66801]: audit 2023-12-09T02:15:03.091651+0000 mon.a (mon.0) 4844 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:03.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:03 smithi125 bash[66801]: audit 2023-12-09T02:15:03.094872+0000 mon.a (mon.0) 4845 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:03.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:03 smithi125 bash[66801]: cluster 2023-12-09T02:15:03.097737+0000 mon.a (mon.0) 4846 : cluster 1 Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2023-12-09T02:15:03.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:03 smithi125 bash[66801]: audit 2023-12-09T02:15:03.098760+0000 mon.a (mon.0) 4847 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:03.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:03 smithi125 bash[66801]: audit 2023-12-09T02:15:03.104283+0000 mon.a (mon.0) 4848 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:03.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:03 smithi125 bash[66801]: audit 2023-12-09T02:15:03.111777+0000 mon.a (mon.0) 4849 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:04.173 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:15:03 smithi067 bash[75618]: ::ffff:172.21.15.125 - - [09/Dec/2023:02:15:03] "GET /metrics HTTP/1.1" 200 38497 "" "Prometheus/2.33.4" 2023-12-09T02:15:04.446 INFO:journalctl@ceph.osd.5.smithi125.stdout:Dec 09 02:15:04 smithi125 bash[76011]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-5 2023-12-09T02:15:04.447 INFO:journalctl@ceph.osd.5.smithi125.stdout:Dec 09 02:15:04 smithi125 bash[76011]: 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-09T02:15:04.447 INFO:journalctl@ceph.osd.5.smithi125.stdout:Dec 09 02:15:04 smithi125 bash[76011]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_3 2023-12-09T02:15:04.447 INFO:journalctl@ceph.osd.5.smithi125.stdout:Dec 09 02:15:04 smithi125 bash[76011]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-2 2023-12-09T02:15:04.447 INFO:journalctl@ceph.osd.5.smithi125.stdout:Dec 09 02:15:04 smithi125 bash[76011]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_3 /var/lib/ceph/osd/ceph-5/block 2023-12-09T02:15:04.447 INFO:journalctl@ceph.osd.5.smithi125.stdout:Dec 09 02:15:04 smithi125 bash[76011]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-5 2023-12-09T02:15:04.447 INFO:journalctl@ceph.osd.5.smithi125.stdout:Dec 09 02:15:04 smithi125 bash[76011]: --> ceph-volume raw activate successful for osd ID: 5 2023-12-09T02:15:04.448 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:04 smithi125 bash[66801]: cephadm 2023-12-09T02:15:02.812254+0000 mgr.y (mgr.25480) 1171 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:04.448 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:04 smithi125 bash[66801]: cephadm 2023-12-09T02:15:02.915494+0000 mgr.y (mgr.25480) 1172 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:04.448 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:04 smithi125 bash[66801]: cephadm 2023-12-09T02:15:03.013926+0000 mgr.y (mgr.25480) 1173 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:04.448 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:04 smithi125 bash[66801]: cephadm 2023-12-09T02:15:03.112499+0000 mgr.y (mgr.25480) 1174 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:04.448 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:04 smithi125 bash[66801]: audit 2023-12-09T02:15:03.189323+0000 mon.a (mon.0) 4850 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:04.448 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:04 smithi125 bash[66801]: audit 2023-12-09T02:15:03.191357+0000 mon.a (mon.0) 4851 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:04.448 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:04 smithi125 bash[66801]: audit 2023-12-09T02:15:03.193437+0000 mon.a (mon.0) 4852 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:04.448 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:04 smithi125 bash[66801]: audit 2023-12-09T02:15:03.194369+0000 mon.a (mon.0) 4853 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:04.448 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:04 smithi125 bash[66801]: audit 2023-12-09T02:15:03.199979+0000 mon.a (mon.0) 4854 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:04.449 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:04 smithi125 bash[66801]: cephadm 2023-12-09T02:15:03.200731+0000 mgr.y (mgr.25480) 1175 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:04.449 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:04 smithi125 bash[66801]: audit 2023-12-09T02:15:03.280887+0000 mon.a (mon.0) 4855 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:04.449 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:04 smithi125 bash[66801]: audit 2023-12-09T02:15:03.283106+0000 mon.a (mon.0) 4856 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:04.449 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:04 smithi125 bash[66801]: audit 2023-12-09T02:15:03.285759+0000 mon.a (mon.0) 4857 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:04.449 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:04 smithi125 bash[66801]: audit 2023-12-09T02:15:03.286618+0000 mon.a (mon.0) 4858 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:04.449 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:04 smithi125 bash[66801]: audit 2023-12-09T02:15:03.294129+0000 mon.a (mon.0) 4859 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:04.449 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:04 smithi125 bash[66801]: cephadm 2023-12-09T02:15:03.294697+0000 mgr.y (mgr.25480) 1176 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:04.449 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:04 smithi125 bash[66801]: audit 2023-12-09T02:15:03.376834+0000 mon.a (mon.0) 4860 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:04.449 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:04 smithi125 bash[66801]: audit 2023-12-09T02:15:03.379422+0000 mon.a (mon.0) 4861 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:04.449 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:04 smithi125 bash[66801]: audit 2023-12-09T02:15:03.382487+0000 mon.a (mon.0) 4862 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:04.449 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:04 smithi125 bash[66801]: audit 2023-12-09T02:15:03.383691+0000 mon.a (mon.0) 4863 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:04.449 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:04 smithi125 bash[66801]: audit 2023-12-09T02:15:03.390456+0000 mon.a (mon.0) 4864 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:04.449 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:04 smithi125 bash[66801]: cephadm 2023-12-09T02:15:03.391071+0000 mgr.y (mgr.25480) 1177 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:04.449 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:04 smithi125 bash[66801]: audit 2023-12-09T02:15:03.472273+0000 mon.a (mon.0) 4865 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:04.449 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:04 smithi125 bash[66801]: audit 2023-12-09T02:15:03.475289+0000 mon.a (mon.0) 4866 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:04.449 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:04 smithi125 bash[66801]: audit 2023-12-09T02:15:03.478847+0000 mon.a (mon.0) 4867 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:04.450 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:04 smithi125 bash[66801]: audit 2023-12-09T02:15:03.479944+0000 mon.a (mon.0) 4868 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:04.450 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:04 smithi125 bash[66801]: audit 2023-12-09T02:15:03.488309+0000 mon.a (mon.0) 4869 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:04.450 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:04 smithi125 bash[66801]: cephadm 2023-12-09T02:15:03.489133+0000 mgr.y (mgr.25480) 1178 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:04.450 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:04 smithi125 bash[66801]: audit 2023-12-09T02:15:03.571118+0000 mon.a (mon.0) 4870 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:04.450 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:04 smithi125 bash[66801]: audit 2023-12-09T02:15:03.575670+0000 mon.a (mon.0) 4871 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:04.450 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:04 smithi125 bash[66801]: audit 2023-12-09T02:15:03.579129+0000 mon.a (mon.0) 4872 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:04.450 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:04 smithi125 bash[66801]: audit 2023-12-09T02:15:03.579996+0000 mon.a (mon.0) 4873 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:04.450 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:04 smithi125 bash[66801]: audit 2023-12-09T02:15:03.587562+0000 mon.a (mon.0) 4874 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:04.450 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:04 smithi125 bash[66801]: cephadm 2023-12-09T02:15:03.588101+0000 mgr.y (mgr.25480) 1179 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:04.450 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:04 smithi125 bash[66801]: audit 2023-12-09T02:15:03.665449+0000 mon.a (mon.0) 4875 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:04.450 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:04 smithi125 bash[66801]: audit 2023-12-09T02:15:03.668872+0000 mon.a (mon.0) 4876 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:04.450 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:04 smithi125 bash[66801]: audit 2023-12-09T02:15:03.673319+0000 mon.a (mon.0) 4877 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:04.450 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:04 smithi125 bash[66801]: audit 2023-12-09T02:15:03.674727+0000 mon.a (mon.0) 4878 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:04.450 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:04 smithi125 bash[66801]: audit 2023-12-09T02:15:03.683073+0000 mon.a (mon.0) 4879 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:04.451 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:04 smithi125 bash[66801]: cephadm 2023-12-09T02:15:03.683712+0000 mgr.y (mgr.25480) 1180 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:04.451 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:04 smithi125 bash[66801]: audit 2023-12-09T02:15:03.763231+0000 mon.a (mon.0) 4880 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:04.451 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:04 smithi125 bash[66801]: audit 2023-12-09T02:15:03.765482+0000 mon.a (mon.0) 4881 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:04.451 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:04 smithi125 bash[66801]: audit 2023-12-09T02:15:03.768255+0000 mon.a (mon.0) 4882 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:04.451 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:04 smithi125 bash[66801]: audit 2023-12-09T02:15:03.769234+0000 mon.a (mon.0) 4883 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:04.451 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:04 smithi125 bash[66801]: audit 2023-12-09T02:15:03.779661+0000 mon.a (mon.0) 4884 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:04.451 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:04 smithi125 bash[66801]: audit 2023-12-09T02:15:03.862044+0000 mon.a (mon.0) 4885 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:04.451 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:04 smithi125 bash[66801]: audit 2023-12-09T02:15:03.864694+0000 mon.a (mon.0) 4886 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:04.451 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:04 smithi125 bash[66801]: audit 2023-12-09T02:15:03.871087+0000 mon.a (mon.0) 4887 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:04.451 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:04 smithi125 bash[66801]: audit 2023-12-09T02:15:03.872211+0000 mon.a (mon.0) 4888 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:04.451 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:04 smithi125 bash[66801]: audit 2023-12-09T02:15:03.878464+0000 mon.a (mon.0) 4889 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:04.451 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:04 smithi125 bash[66801]: audit 2023-12-09T02:15:03.942325+0000 mon.a (mon.0) 4890 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:04.451 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:04 smithi125 bash[66801]: audit 2023-12-09T02:15:03.945254+0000 mon.a (mon.0) 4891 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:04.451 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:04 smithi125 bash[66801]: audit 2023-12-09T02:15:03.947886+0000 mon.a (mon.0) 4892 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:04.451 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:04 smithi125 bash[66801]: audit 2023-12-09T02:15:03.948907+0000 mon.a (mon.0) 4893 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:04.452 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:04 smithi125 bash[66801]: audit 2023-12-09T02:15:03.955080+0000 mon.a (mon.0) 4894 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:04.452 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:04 smithi125 bash[66801]: audit 2023-12-09T02:15:04.039285+0000 mon.a (mon.0) 4895 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:04.452 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:04 smithi125 bash[66801]: audit 2023-12-09T02:15:04.042449+0000 mon.a (mon.0) 4896 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:04.453 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:04 smithi125 bash[66801]: audit 2023-12-09T02:15:04.045254+0000 mon.a (mon.0) 4897 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:04.453 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:04 smithi125 bash[66801]: audit 2023-12-09T02:15:04.046189+0000 mon.a (mon.0) 4898 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:04.453 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:04 smithi125 bash[66801]: audit 2023-12-09T02:15:04.054791+0000 mon.a (mon.0) 4899 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:04.453 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:04 smithi125 bash[66801]: audit 2023-12-09T02:15:04.137953+0000 mon.a (mon.0) 4900 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:04.453 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:04 smithi125 bash[66801]: audit 2023-12-09T02:15:04.140333+0000 mon.a (mon.0) 4901 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:04.453 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:04 smithi125 bash[66801]: audit 2023-12-09T02:15:04.143161+0000 mon.a (mon.0) 4902 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:04.453 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:04 smithi125 bash[66801]: audit 2023-12-09T02:15:04.144190+0000 mon.a (mon.0) 4903 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:04.453 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:04 smithi125 bash[66801]: audit 2023-12-09T02:15:04.151303+0000 mon.a (mon.0) 4904 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:04.470 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:04 smithi067 bash[82083]: cephadm 2023-12-09T02:15:02.812254+0000 mgr.y (mgr.25480) 1171 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:04.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:04 smithi067 bash[82083]: cephadm 2023-12-09T02:15:02.915494+0000 mgr.y (mgr.25480) 1172 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:04.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:04 smithi067 bash[82083]: cephadm 2023-12-09T02:15:03.013926+0000 mgr.y (mgr.25480) 1173 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:04.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:04 smithi067 bash[82083]: cephadm 2023-12-09T02:15:03.112499+0000 mgr.y (mgr.25480) 1174 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:04.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:04 smithi067 bash[82083]: audit 2023-12-09T02:15:03.189323+0000 mon.a (mon.0) 4850 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:04.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:04 smithi067 bash[82083]: audit 2023-12-09T02:15:03.191357+0000 mon.a (mon.0) 4851 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:04.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:04 smithi067 bash[82083]: audit 2023-12-09T02:15:03.193437+0000 mon.a (mon.0) 4852 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:04.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:04 smithi067 bash[82083]: audit 2023-12-09T02:15:03.194369+0000 mon.a (mon.0) 4853 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:04.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:04 smithi067 bash[82083]: audit 2023-12-09T02:15:03.199979+0000 mon.a (mon.0) 4854 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:04.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:04 smithi067 bash[82083]: cephadm 2023-12-09T02:15:03.200731+0000 mgr.y (mgr.25480) 1175 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:04.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:04 smithi067 bash[82083]: audit 2023-12-09T02:15:03.280887+0000 mon.a (mon.0) 4855 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:04.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:04 smithi067 bash[82083]: audit 2023-12-09T02:15:03.283106+0000 mon.a (mon.0) 4856 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:04.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:04 smithi067 bash[82083]: audit 2023-12-09T02:15:03.285759+0000 mon.a (mon.0) 4857 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:04.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:04 smithi067 bash[82083]: audit 2023-12-09T02:15:03.286618+0000 mon.a (mon.0) 4858 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:04.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:04 smithi067 bash[82083]: audit 2023-12-09T02:15:03.294129+0000 mon.a (mon.0) 4859 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:04.472 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:04 smithi067 bash[82083]: cephadm 2023-12-09T02:15:03.294697+0000 mgr.y (mgr.25480) 1176 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:04.472 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:04 smithi067 bash[82083]: audit 2023-12-09T02:15:03.376834+0000 mon.a (mon.0) 4860 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:04.472 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:04 smithi067 bash[82083]: audit 2023-12-09T02:15:03.379422+0000 mon.a (mon.0) 4861 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:04.472 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:04 smithi067 bash[82083]: audit 2023-12-09T02:15:03.382487+0000 mon.a (mon.0) 4862 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:04.472 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:04 smithi067 bash[82083]: audit 2023-12-09T02:15:03.383691+0000 mon.a (mon.0) 4863 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:04.472 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:04 smithi067 bash[79370]: cephadm 2023-12-09T02:15:02.812254+0000 mgr.y (mgr.25480) 1171 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:04.472 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:04 smithi067 bash[79370]: cephadm 2023-12-09T02:15:02.915494+0000 mgr.y (mgr.25480) 1172 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:04.472 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:04 smithi067 bash[79370]: cephadm 2023-12-09T02:15:03.013926+0000 mgr.y (mgr.25480) 1173 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:04.472 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:04 smithi067 bash[79370]: cephadm 2023-12-09T02:15:03.112499+0000 mgr.y (mgr.25480) 1174 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:04.472 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:04 smithi067 bash[79370]: audit 2023-12-09T02:15:03.189323+0000 mon.a (mon.0) 4850 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:04.473 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:04 smithi067 bash[79370]: audit 2023-12-09T02:15:03.191357+0000 mon.a (mon.0) 4851 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:04.473 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:04 smithi067 bash[79370]: audit 2023-12-09T02:15:03.193437+0000 mon.a (mon.0) 4852 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:04.473 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:04 smithi067 bash[79370]: audit 2023-12-09T02:15:03.194369+0000 mon.a (mon.0) 4853 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:04.473 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:04 smithi067 bash[79370]: audit 2023-12-09T02:15:03.199979+0000 mon.a (mon.0) 4854 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:04.473 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:04 smithi067 bash[79370]: cephadm 2023-12-09T02:15:03.200731+0000 mgr.y (mgr.25480) 1175 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:04.473 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:04 smithi067 bash[79370]: audit 2023-12-09T02:15:03.280887+0000 mon.a (mon.0) 4855 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:04.473 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:04 smithi067 bash[79370]: audit 2023-12-09T02:15:03.283106+0000 mon.a (mon.0) 4856 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:04.473 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:04 smithi067 bash[79370]: audit 2023-12-09T02:15:03.285759+0000 mon.a (mon.0) 4857 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:04.473 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:04 smithi067 bash[79370]: audit 2023-12-09T02:15:03.286618+0000 mon.a (mon.0) 4858 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:04.473 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:04 smithi067 bash[79370]: audit 2023-12-09T02:15:03.294129+0000 mon.a (mon.0) 4859 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:04.473 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:04 smithi067 bash[79370]: cephadm 2023-12-09T02:15:03.294697+0000 mgr.y (mgr.25480) 1176 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:04.473 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:04 smithi067 bash[79370]: audit 2023-12-09T02:15:03.376834+0000 mon.a (mon.0) 4860 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:04.473 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:04 smithi067 bash[79370]: audit 2023-12-09T02:15:03.379422+0000 mon.a (mon.0) 4861 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:04.473 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:04 smithi067 bash[79370]: audit 2023-12-09T02:15:03.382487+0000 mon.a (mon.0) 4862 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:04.473 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:04 smithi067 bash[79370]: audit 2023-12-09T02:15:03.383691+0000 mon.a (mon.0) 4863 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:04.474 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:04 smithi067 bash[82083]: audit 2023-12-09T02:15:03.390456+0000 mon.a (mon.0) 4864 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:04.475 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:04 smithi067 bash[82083]: cephadm 2023-12-09T02:15:03.391071+0000 mgr.y (mgr.25480) 1177 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:04.475 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:04 smithi067 bash[82083]: audit 2023-12-09T02:15:03.472273+0000 mon.a (mon.0) 4865 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:04.475 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:04 smithi067 bash[82083]: audit 2023-12-09T02:15:03.475289+0000 mon.a (mon.0) 4866 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:04.476 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:04 smithi067 bash[82083]: audit 2023-12-09T02:15:03.478847+0000 mon.a (mon.0) 4867 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:04.476 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:04 smithi067 bash[82083]: audit 2023-12-09T02:15:03.479944+0000 mon.a (mon.0) 4868 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:04.476 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:04 smithi067 bash[82083]: audit 2023-12-09T02:15:03.488309+0000 mon.a (mon.0) 4869 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:04.476 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:04 smithi067 bash[82083]: cephadm 2023-12-09T02:15:03.489133+0000 mgr.y (mgr.25480) 1178 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:04.476 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:04 smithi067 bash[82083]: audit 2023-12-09T02:15:03.571118+0000 mon.a (mon.0) 4870 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:04.476 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:04 smithi067 bash[82083]: audit 2023-12-09T02:15:03.575670+0000 mon.a (mon.0) 4871 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:04.476 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:04 smithi067 bash[82083]: audit 2023-12-09T02:15:03.579129+0000 mon.a (mon.0) 4872 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:04.476 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:04 smithi067 bash[82083]: audit 2023-12-09T02:15:03.579996+0000 mon.a (mon.0) 4873 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:04.476 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:04 smithi067 bash[82083]: audit 2023-12-09T02:15:03.587562+0000 mon.a (mon.0) 4874 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:04.476 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:04 smithi067 bash[82083]: cephadm 2023-12-09T02:15:03.588101+0000 mgr.y (mgr.25480) 1179 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:04.476 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:04 smithi067 bash[82083]: audit 2023-12-09T02:15:03.665449+0000 mon.a (mon.0) 4875 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:04.476 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:04 smithi067 bash[82083]: audit 2023-12-09T02:15:03.668872+0000 mon.a (mon.0) 4876 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:04.476 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:04 smithi067 bash[82083]: audit 2023-12-09T02:15:03.673319+0000 mon.a (mon.0) 4877 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:04.476 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:04 smithi067 bash[82083]: audit 2023-12-09T02:15:03.674727+0000 mon.a (mon.0) 4878 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:04.476 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:04 smithi067 bash[82083]: audit 2023-12-09T02:15:03.683073+0000 mon.a (mon.0) 4879 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:04.476 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:04 smithi067 bash[82083]: cephadm 2023-12-09T02:15:03.683712+0000 mgr.y (mgr.25480) 1180 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:04.477 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:04 smithi067 bash[79370]: audit 2023-12-09T02:15:03.390456+0000 mon.a (mon.0) 4864 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:04.477 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:04 smithi067 bash[79370]: cephadm 2023-12-09T02:15:03.391071+0000 mgr.y (mgr.25480) 1177 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:04.477 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:04 smithi067 bash[79370]: audit 2023-12-09T02:15:03.472273+0000 mon.a (mon.0) 4865 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:04.477 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:04 smithi067 bash[79370]: audit 2023-12-09T02:15:03.475289+0000 mon.a (mon.0) 4866 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:04.477 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:04 smithi067 bash[79370]: audit 2023-12-09T02:15:03.478847+0000 mon.a (mon.0) 4867 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:04.477 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:04 smithi067 bash[79370]: audit 2023-12-09T02:15:03.479944+0000 mon.a (mon.0) 4868 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:04.477 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:04 smithi067 bash[79370]: audit 2023-12-09T02:15:03.488309+0000 mon.a (mon.0) 4869 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:04.477 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:04 smithi067 bash[79370]: cephadm 2023-12-09T02:15:03.489133+0000 mgr.y (mgr.25480) 1178 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:04.477 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:04 smithi067 bash[79370]: audit 2023-12-09T02:15:03.571118+0000 mon.a (mon.0) 4870 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:04.477 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:04 smithi067 bash[79370]: audit 2023-12-09T02:15:03.575670+0000 mon.a (mon.0) 4871 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:04.477 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:04 smithi067 bash[79370]: audit 2023-12-09T02:15:03.579129+0000 mon.a (mon.0) 4872 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:04.477 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:04 smithi067 bash[79370]: audit 2023-12-09T02:15:03.579996+0000 mon.a (mon.0) 4873 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:04.478 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:04 smithi067 bash[79370]: audit 2023-12-09T02:15:03.587562+0000 mon.a (mon.0) 4874 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:04.478 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:04 smithi067 bash[79370]: cephadm 2023-12-09T02:15:03.588101+0000 mgr.y (mgr.25480) 1179 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:04.478 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:04 smithi067 bash[79370]: audit 2023-12-09T02:15:03.665449+0000 mon.a (mon.0) 4875 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:04.478 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:04 smithi067 bash[79370]: audit 2023-12-09T02:15:03.668872+0000 mon.a (mon.0) 4876 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:04.478 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:04 smithi067 bash[79370]: audit 2023-12-09T02:15:03.673319+0000 mon.a (mon.0) 4877 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:04.478 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:04 smithi067 bash[79370]: audit 2023-12-09T02:15:03.674727+0000 mon.a (mon.0) 4878 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:04.478 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:04 smithi067 bash[79370]: audit 2023-12-09T02:15:03.683073+0000 mon.a (mon.0) 4879 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:04.478 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:04 smithi067 bash[79370]: cephadm 2023-12-09T02:15:03.683712+0000 mgr.y (mgr.25480) 1180 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:04.479 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:04 smithi067 bash[82083]: audit 2023-12-09T02:15:03.763231+0000 mon.a (mon.0) 4880 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:04.479 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:04 smithi067 bash[82083]: audit 2023-12-09T02:15:03.765482+0000 mon.a (mon.0) 4881 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:04.479 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:04 smithi067 bash[82083]: audit 2023-12-09T02:15:03.768255+0000 mon.a (mon.0) 4882 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:04.479 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:04 smithi067 bash[82083]: audit 2023-12-09T02:15:03.769234+0000 mon.a (mon.0) 4883 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:04.479 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:04 smithi067 bash[82083]: audit 2023-12-09T02:15:03.779661+0000 mon.a (mon.0) 4884 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:04.479 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:04 smithi067 bash[82083]: audit 2023-12-09T02:15:03.862044+0000 mon.a (mon.0) 4885 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:04.479 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:04 smithi067 bash[82083]: audit 2023-12-09T02:15:03.864694+0000 mon.a (mon.0) 4886 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:04.479 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:04 smithi067 bash[82083]: audit 2023-12-09T02:15:03.871087+0000 mon.a (mon.0) 4887 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:04.479 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:04 smithi067 bash[82083]: audit 2023-12-09T02:15:03.872211+0000 mon.a (mon.0) 4888 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:04.479 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:04 smithi067 bash[82083]: audit 2023-12-09T02:15:03.878464+0000 mon.a (mon.0) 4889 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:04.479 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:04 smithi067 bash[82083]: audit 2023-12-09T02:15:03.942325+0000 mon.a (mon.0) 4890 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:04.480 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:04 smithi067 bash[82083]: audit 2023-12-09T02:15:03.945254+0000 mon.a (mon.0) 4891 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:04.480 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:04 smithi067 bash[82083]: audit 2023-12-09T02:15:03.947886+0000 mon.a (mon.0) 4892 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:04.480 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:04 smithi067 bash[82083]: audit 2023-12-09T02:15:03.948907+0000 mon.a (mon.0) 4893 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:04.480 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:04 smithi067 bash[82083]: audit 2023-12-09T02:15:03.955080+0000 mon.a (mon.0) 4894 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:04.480 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:04 smithi067 bash[82083]: audit 2023-12-09T02:15:04.039285+0000 mon.a (mon.0) 4895 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:04.480 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:04 smithi067 bash[82083]: audit 2023-12-09T02:15:04.042449+0000 mon.a (mon.0) 4896 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:04.480 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:04 smithi067 bash[82083]: audit 2023-12-09T02:15:04.045254+0000 mon.a (mon.0) 4897 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:04.480 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:04 smithi067 bash[82083]: audit 2023-12-09T02:15:04.046189+0000 mon.a (mon.0) 4898 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:04.480 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:04 smithi067 bash[82083]: audit 2023-12-09T02:15:04.054791+0000 mon.a (mon.0) 4899 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:04.482 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:04 smithi067 bash[79370]: audit 2023-12-09T02:15:03.763231+0000 mon.a (mon.0) 4880 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:04.482 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:04 smithi067 bash[79370]: audit 2023-12-09T02:15:03.765482+0000 mon.a (mon.0) 4881 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:04.482 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:04 smithi067 bash[79370]: audit 2023-12-09T02:15:03.768255+0000 mon.a (mon.0) 4882 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:04.482 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:04 smithi067 bash[79370]: audit 2023-12-09T02:15:03.769234+0000 mon.a (mon.0) 4883 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:04.482 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:04 smithi067 bash[79370]: audit 2023-12-09T02:15:03.779661+0000 mon.a (mon.0) 4884 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:04.483 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:04 smithi067 bash[79370]: audit 2023-12-09T02:15:03.862044+0000 mon.a (mon.0) 4885 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:04.483 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:04 smithi067 bash[79370]: audit 2023-12-09T02:15:03.864694+0000 mon.a (mon.0) 4886 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:04.483 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:04 smithi067 bash[79370]: audit 2023-12-09T02:15:03.871087+0000 mon.a (mon.0) 4887 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:04.483 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:04 smithi067 bash[79370]: audit 2023-12-09T02:15:03.872211+0000 mon.a (mon.0) 4888 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:04.483 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:04 smithi067 bash[79370]: audit 2023-12-09T02:15:03.878464+0000 mon.a (mon.0) 4889 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:04.483 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:04 smithi067 bash[79370]: audit 2023-12-09T02:15:03.942325+0000 mon.a (mon.0) 4890 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:04.483 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:04 smithi067 bash[79370]: audit 2023-12-09T02:15:03.945254+0000 mon.a (mon.0) 4891 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:04.483 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:04 smithi067 bash[79370]: audit 2023-12-09T02:15:03.947886+0000 mon.a (mon.0) 4892 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:04.483 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:04 smithi067 bash[79370]: audit 2023-12-09T02:15:03.948907+0000 mon.a (mon.0) 4893 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:04.483 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:04 smithi067 bash[79370]: audit 2023-12-09T02:15:03.955080+0000 mon.a (mon.0) 4894 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:04.483 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:04 smithi067 bash[79370]: audit 2023-12-09T02:15:04.039285+0000 mon.a (mon.0) 4895 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:04.483 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:04 smithi067 bash[79370]: audit 2023-12-09T02:15:04.042449+0000 mon.a (mon.0) 4896 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:04.483 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:04 smithi067 bash[79370]: audit 2023-12-09T02:15:04.045254+0000 mon.a (mon.0) 4897 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:04.483 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:04 smithi067 bash[79370]: audit 2023-12-09T02:15:04.046189+0000 mon.a (mon.0) 4898 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:04.483 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:04 smithi067 bash[79370]: audit 2023-12-09T02:15:04.054791+0000 mon.a (mon.0) 4899 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:04.483 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:04 smithi067 bash[79370]: audit 2023-12-09T02:15:04.137953+0000 mon.a (mon.0) 4900 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:04.484 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:04 smithi067 bash[79370]: audit 2023-12-09T02:15:04.140333+0000 mon.a (mon.0) 4901 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:04.484 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:04 smithi067 bash[79370]: audit 2023-12-09T02:15:04.143161+0000 mon.a (mon.0) 4902 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:04.484 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:04 smithi067 bash[79370]: audit 2023-12-09T02:15:04.144190+0000 mon.a (mon.0) 4903 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:04.484 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:04 smithi067 bash[79370]: audit 2023-12-09T02:15:04.151303+0000 mon.a (mon.0) 4904 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:04.484 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:04 smithi067 bash[82083]: audit 2023-12-09T02:15:04.137953+0000 mon.a (mon.0) 4900 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:04.484 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:04 smithi067 bash[82083]: audit 2023-12-09T02:15:04.140333+0000 mon.a (mon.0) 4901 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:04.484 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:04 smithi067 bash[82083]: audit 2023-12-09T02:15:04.143161+0000 mon.a (mon.0) 4902 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:04.484 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:04 smithi067 bash[82083]: audit 2023-12-09T02:15:04.144190+0000 mon.a (mon.0) 4903 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:04.484 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:04 smithi067 bash[82083]: audit 2023-12-09T02:15:04.151303+0000 mon.a (mon.0) 4904 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:05.336 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:05 smithi125 bash[66801]: cephadm 2023-12-09T02:15:03.780396+0000 mgr.y (mgr.25480) 1181 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:05.336 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:05 smithi125 bash[66801]: cephadm 2023-12-09T02:15:03.879045+0000 mgr.y (mgr.25480) 1182 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:05.336 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:05 smithi125 bash[66801]: cephadm 2023-12-09T02:15:03.955798+0000 mgr.y (mgr.25480) 1183 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:05.336 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:05 smithi125 bash[66801]: cephadm 2023-12-09T02:15:04.056006+0000 mgr.y (mgr.25480) 1184 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:05.336 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:05 smithi125 bash[66801]: cluster 2023-12-09T02:15:04.121497+0000 mgr.y (mgr.25480) 1185 : cluster 0 pgmap v207: 161 pgs: 7 active+clean+remapped, 95 active+clean, 37 active+undersized, 20 active+undersized+degraded, 2 remapped+peering; 585 KiB data, 204 MiB used, 715 GiB / 715 GiB avail; 83/726 objects degraded (11.433%); 1/726 objects misplaced (0.138%); 12 B/s, 0 objects/s recovering 2023-12-09T02:15:05.336 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:05 smithi125 bash[66801]: cephadm 2023-12-09T02:15:04.152180+0000 mgr.y (mgr.25480) 1186 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:05.336 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:05 smithi125 bash[66801]: audit 2023-12-09T02:15:04.233998+0000 mon.a (mon.0) 4905 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:05.336 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:05 smithi125 bash[66801]: audit 2023-12-09T02:15:04.237934+0000 mon.a (mon.0) 4906 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:05.336 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:05 smithi125 bash[66801]: audit 2023-12-09T02:15:04.241260+0000 mon.a (mon.0) 4907 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:05.336 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:05 smithi125 bash[66801]: audit 2023-12-09T02:15:04.242682+0000 mon.a (mon.0) 4908 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:05.336 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:05 smithi125 bash[66801]: audit 2023-12-09T02:15:04.253180+0000 mon.a (mon.0) 4909 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:05.336 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:05 smithi125 bash[66801]: cephadm 2023-12-09T02:15:04.253857+0000 mgr.y (mgr.25480) 1187 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:05.336 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:05 smithi125 bash[66801]: audit 2023-12-09T02:15:04.337037+0000 mon.a (mon.0) 4910 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:05.337 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:05 smithi125 bash[66801]: audit 2023-12-09T02:15:04.339260+0000 mon.a (mon.0) 4911 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:05.337 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:05 smithi125 bash[66801]: audit 2023-12-09T02:15:04.341962+0000 mon.a (mon.0) 4912 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:05.337 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:05 smithi125 bash[66801]: audit 2023-12-09T02:15:04.342784+0000 mon.a (mon.0) 4913 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:05.337 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:05 smithi125 bash[66801]: audit 2023-12-09T02:15:04.349361+0000 mon.a (mon.0) 4914 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:05.337 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:05 smithi125 bash[66801]: cephadm 2023-12-09T02:15:04.350170+0000 mgr.y (mgr.25480) 1188 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:05.337 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:05 smithi125 bash[66801]: audit 2023-12-09T02:15:04.426458+0000 mon.a (mon.0) 4915 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:05.337 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:05 smithi125 bash[66801]: audit 2023-12-09T02:15:04.429044+0000 mon.a (mon.0) 4916 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:05.337 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:05 smithi125 bash[66801]: audit 2023-12-09T02:15:04.431731+0000 mon.a (mon.0) 4917 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:05.338 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:05 smithi125 bash[66801]: audit 2023-12-09T02:15:04.432869+0000 mon.a (mon.0) 4918 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:05.338 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:05 smithi125 bash[66801]: audit 2023-12-09T02:15:04.440846+0000 mon.a (mon.0) 4919 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:05.338 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:05 smithi125 bash[66801]: cephadm 2023-12-09T02:15:04.441404+0000 mgr.y (mgr.25480) 1189 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:05.338 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:05 smithi125 bash[66801]: audit 2023-12-09T02:15:04.520296+0000 mon.a (mon.0) 4920 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:05.338 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:05 smithi125 bash[66801]: audit 2023-12-09T02:15:04.523162+0000 mon.a (mon.0) 4921 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:05.338 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:05 smithi125 bash[66801]: audit 2023-12-09T02:15:04.526218+0000 mon.a (mon.0) 4922 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:05.338 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:05 smithi125 bash[66801]: audit 2023-12-09T02:15:04.527276+0000 mon.a (mon.0) 4923 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:05.338 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:05 smithi125 bash[66801]: audit 2023-12-09T02:15:04.534582+0000 mon.a (mon.0) 4924 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:05.338 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:05 smithi125 bash[66801]: cephadm 2023-12-09T02:15:04.535293+0000 mgr.y (mgr.25480) 1190 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:05.339 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:05 smithi125 bash[66801]: audit 2023-12-09T02:15:04.617677+0000 mon.a (mon.0) 4925 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:05.339 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:05 smithi125 bash[66801]: audit 2023-12-09T02:15:04.619769+0000 mon.a (mon.0) 4926 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:05.339 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:05 smithi125 bash[66801]: audit 2023-12-09T02:15:04.623514+0000 mon.a (mon.0) 4927 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:05.339 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:05 smithi125 bash[66801]: audit 2023-12-09T02:15:04.624664+0000 mon.a (mon.0) 4928 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:05.339 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:05 smithi125 bash[66801]: audit 2023-12-09T02:15:04.632973+0000 mon.a (mon.0) 4929 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:05.339 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:05 smithi125 bash[66801]: cephadm 2023-12-09T02:15:04.633624+0000 mgr.y (mgr.25480) 1191 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:05.339 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:05 smithi125 bash[66801]: audit 2023-12-09T02:15:04.709789+0000 mon.a (mon.0) 4930 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:05.339 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:05 smithi125 bash[66801]: audit 2023-12-09T02:15:04.712976+0000 mon.a (mon.0) 4931 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:05.339 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:05 smithi125 bash[66801]: audit 2023-12-09T02:15:04.716957+0000 mon.a (mon.0) 4932 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:05.340 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:05 smithi125 bash[66801]: audit 2023-12-09T02:15:04.718233+0000 mon.a (mon.0) 4933 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:05.340 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:05 smithi125 bash[66801]: audit 2023-12-09T02:15:04.725485+0000 mon.a (mon.0) 4934 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:05.340 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:05 smithi125 bash[66801]: cephadm 2023-12-09T02:15:04.726143+0000 mgr.y (mgr.25480) 1192 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:05.340 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:05 smithi125 bash[66801]: audit 2023-12-09T02:15:04.807457+0000 mon.a (mon.0) 4935 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:05.340 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:05 smithi125 bash[66801]: audit 2023-12-09T02:15:04.810239+0000 mon.a (mon.0) 4936 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:05.340 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:05 smithi125 bash[66801]: audit 2023-12-09T02:15:04.813497+0000 mon.a (mon.0) 4937 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:05.340 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:05 smithi125 bash[66801]: audit 2023-12-09T02:15:04.814562+0000 mon.a (mon.0) 4938 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:05.340 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:05 smithi125 bash[66801]: audit 2023-12-09T02:15:04.820347+0000 mon.a (mon.0) 4939 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:05.340 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:05 smithi125 bash[66801]: audit 2023-12-09T02:15:04.900630+0000 mon.a (mon.0) 4940 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:05.340 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:05 smithi125 bash[66801]: audit 2023-12-09T02:15:04.902973+0000 mon.a (mon.0) 4941 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:05.340 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:05 smithi125 bash[66801]: audit 2023-12-09T02:15:04.905868+0000 mon.a (mon.0) 4942 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:05.340 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:05 smithi125 bash[66801]: audit 2023-12-09T02:15:04.906777+0000 mon.a (mon.0) 4943 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:05.340 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:05 smithi125 bash[66801]: audit 2023-12-09T02:15:04.914596+0000 mon.a (mon.0) 4944 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:05.341 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:05 smithi125 bash[66801]: audit 2023-12-09T02:15:04.992784+0000 mon.a (mon.0) 4945 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:05.341 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:05 smithi125 bash[66801]: audit 2023-12-09T02:15:04.996410+0000 mon.a (mon.0) 4946 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:05.341 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:05 smithi125 bash[66801]: audit 2023-12-09T02:15:04.999948+0000 mon.a (mon.0) 4947 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:05.341 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:05 smithi125 bash[66801]: audit 2023-12-09T02:15:05.001528+0000 mon.a (mon.0) 4948 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:05.341 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:05 smithi125 bash[66801]: audit 2023-12-09T02:15:05.009069+0000 mon.a (mon.0) 4949 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:05.341 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:05 smithi125 bash[66801]: audit 2023-12-09T02:15:05.087231+0000 mon.a (mon.0) 4950 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:05.341 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:05 smithi125 bash[66801]: audit 2023-12-09T02:15:05.090480+0000 mon.a (mon.0) 4951 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:05.341 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:05 smithi125 bash[66801]: audit 2023-12-09T02:15:05.093753+0000 mon.a (mon.0) 4952 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:05.342 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:05 smithi125 bash[66801]: audit 2023-12-09T02:15:05.095059+0000 mon.a (mon.0) 4953 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:05.342 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:05 smithi125 bash[66801]: audit 2023-12-09T02:15:05.103118+0000 mon.a (mon.0) 4954 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:05.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:05 smithi067 bash[79370]: cephadm 2023-12-09T02:15:03.780396+0000 mgr.y (mgr.25480) 1181 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:05.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:05 smithi067 bash[79370]: cephadm 2023-12-09T02:15:03.879045+0000 mgr.y (mgr.25480) 1182 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:05.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:05 smithi067 bash[79370]: cephadm 2023-12-09T02:15:03.955798+0000 mgr.y (mgr.25480) 1183 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:05.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:05 smithi067 bash[79370]: cephadm 2023-12-09T02:15:04.056006+0000 mgr.y (mgr.25480) 1184 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:05.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:05 smithi067 bash[79370]: cluster 2023-12-09T02:15:04.121497+0000 mgr.y (mgr.25480) 1185 : cluster 0 pgmap v207: 161 pgs: 7 active+clean+remapped, 95 active+clean, 37 active+undersized, 20 active+undersized+degraded, 2 remapped+peering; 585 KiB data, 204 MiB used, 715 GiB / 715 GiB avail; 83/726 objects degraded (11.433%); 1/726 objects misplaced (0.138%); 12 B/s, 0 objects/s recovering 2023-12-09T02:15:05.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:05 smithi067 bash[79370]: cephadm 2023-12-09T02:15:04.152180+0000 mgr.y (mgr.25480) 1186 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:05.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:05 smithi067 bash[79370]: audit 2023-12-09T02:15:04.233998+0000 mon.a (mon.0) 4905 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:05.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:05 smithi067 bash[79370]: audit 2023-12-09T02:15:04.237934+0000 mon.a (mon.0) 4906 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:05.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:05 smithi067 bash[79370]: audit 2023-12-09T02:15:04.241260+0000 mon.a (mon.0) 4907 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:05.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:05 smithi067 bash[79370]: audit 2023-12-09T02:15:04.242682+0000 mon.a (mon.0) 4908 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:05.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:05 smithi067 bash[79370]: audit 2023-12-09T02:15:04.253180+0000 mon.a (mon.0) 4909 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:05.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:05 smithi067 bash[79370]: cephadm 2023-12-09T02:15:04.253857+0000 mgr.y (mgr.25480) 1187 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:05.472 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:05 smithi067 bash[79370]: audit 2023-12-09T02:15:04.337037+0000 mon.a (mon.0) 4910 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:05.472 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:05 smithi067 bash[79370]: audit 2023-12-09T02:15:04.339260+0000 mon.a (mon.0) 4911 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:05.472 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:05 smithi067 bash[79370]: audit 2023-12-09T02:15:04.341962+0000 mon.a (mon.0) 4912 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:05.472 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:05 smithi067 bash[79370]: audit 2023-12-09T02:15:04.342784+0000 mon.a (mon.0) 4913 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:05.472 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:05 smithi067 bash[79370]: audit 2023-12-09T02:15:04.349361+0000 mon.a (mon.0) 4914 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:05.472 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:05 smithi067 bash[79370]: cephadm 2023-12-09T02:15:04.350170+0000 mgr.y (mgr.25480) 1188 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:05.472 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:05 smithi067 bash[79370]: audit 2023-12-09T02:15:04.426458+0000 mon.a (mon.0) 4915 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:05.473 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:05 smithi067 bash[82083]: cephadm 2023-12-09T02:15:03.780396+0000 mgr.y (mgr.25480) 1181 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:05.473 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:05 smithi067 bash[82083]: cephadm 2023-12-09T02:15:03.879045+0000 mgr.y (mgr.25480) 1182 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:05.473 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:05 smithi067 bash[82083]: cephadm 2023-12-09T02:15:03.955798+0000 mgr.y (mgr.25480) 1183 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:05.473 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:05 smithi067 bash[82083]: cephadm 2023-12-09T02:15:04.056006+0000 mgr.y (mgr.25480) 1184 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:05.473 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:05 smithi067 bash[82083]: cluster 2023-12-09T02:15:04.121497+0000 mgr.y (mgr.25480) 1185 : cluster 0 pgmap v207: 161 pgs: 7 active+clean+remapped, 95 active+clean, 37 active+undersized, 20 active+undersized+degraded, 2 remapped+peering; 585 KiB data, 204 MiB used, 715 GiB / 715 GiB avail; 83/726 objects degraded (11.433%); 1/726 objects misplaced (0.138%); 12 B/s, 0 objects/s recovering 2023-12-09T02:15:05.473 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:05 smithi067 bash[82083]: cephadm 2023-12-09T02:15:04.152180+0000 mgr.y (mgr.25480) 1186 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:05.473 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:05 smithi067 bash[82083]: audit 2023-12-09T02:15:04.233998+0000 mon.a (mon.0) 4905 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:05.474 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:05 smithi067 bash[82083]: audit 2023-12-09T02:15:04.237934+0000 mon.a (mon.0) 4906 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:05.474 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:05 smithi067 bash[82083]: audit 2023-12-09T02:15:04.241260+0000 mon.a (mon.0) 4907 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:05.474 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:05 smithi067 bash[82083]: audit 2023-12-09T02:15:04.242682+0000 mon.a (mon.0) 4908 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:05.474 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:05 smithi067 bash[82083]: audit 2023-12-09T02:15:04.253180+0000 mon.a (mon.0) 4909 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:05.474 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:05 smithi067 bash[82083]: cephadm 2023-12-09T02:15:04.253857+0000 mgr.y (mgr.25480) 1187 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:05.474 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:05 smithi067 bash[82083]: audit 2023-12-09T02:15:04.337037+0000 mon.a (mon.0) 4910 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:05.475 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:05 smithi067 bash[82083]: audit 2023-12-09T02:15:04.339260+0000 mon.a (mon.0) 4911 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:05.475 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:05 smithi067 bash[82083]: audit 2023-12-09T02:15:04.341962+0000 mon.a (mon.0) 4912 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:05.475 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:05 smithi067 bash[82083]: audit 2023-12-09T02:15:04.342784+0000 mon.a (mon.0) 4913 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:05.475 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:05 smithi067 bash[82083]: audit 2023-12-09T02:15:04.349361+0000 mon.a (mon.0) 4914 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:05.475 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:05 smithi067 bash[82083]: cephadm 2023-12-09T02:15:04.350170+0000 mgr.y (mgr.25480) 1188 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:05.475 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:05 smithi067 bash[82083]: audit 2023-12-09T02:15:04.426458+0000 mon.a (mon.0) 4915 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:05.476 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:05 smithi067 bash[79370]: audit 2023-12-09T02:15:04.429044+0000 mon.a (mon.0) 4916 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:05.476 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:05 smithi067 bash[79370]: audit 2023-12-09T02:15:04.431731+0000 mon.a (mon.0) 4917 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:05.476 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:05 smithi067 bash[79370]: audit 2023-12-09T02:15:04.432869+0000 mon.a (mon.0) 4918 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:05.476 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:05 smithi067 bash[79370]: audit 2023-12-09T02:15:04.440846+0000 mon.a (mon.0) 4919 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:05.477 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:05 smithi067 bash[79370]: cephadm 2023-12-09T02:15:04.441404+0000 mgr.y (mgr.25480) 1189 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:05.477 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:05 smithi067 bash[79370]: audit 2023-12-09T02:15:04.520296+0000 mon.a (mon.0) 4920 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:05.477 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:05 smithi067 bash[79370]: audit 2023-12-09T02:15:04.523162+0000 mon.a (mon.0) 4921 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:05.477 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:05 smithi067 bash[79370]: audit 2023-12-09T02:15:04.526218+0000 mon.a (mon.0) 4922 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:05.477 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:05 smithi067 bash[79370]: audit 2023-12-09T02:15:04.527276+0000 mon.a (mon.0) 4923 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:05.477 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:05 smithi067 bash[79370]: audit 2023-12-09T02:15:04.534582+0000 mon.a (mon.0) 4924 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:05.477 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:05 smithi067 bash[79370]: cephadm 2023-12-09T02:15:04.535293+0000 mgr.y (mgr.25480) 1190 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:05.477 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:05 smithi067 bash[79370]: audit 2023-12-09T02:15:04.617677+0000 mon.a (mon.0) 4925 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:05.478 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:05 smithi067 bash[79370]: audit 2023-12-09T02:15:04.619769+0000 mon.a (mon.0) 4926 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:05.478 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:05 smithi067 bash[79370]: audit 2023-12-09T02:15:04.623514+0000 mon.a (mon.0) 4927 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:05.478 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:05 smithi067 bash[79370]: audit 2023-12-09T02:15:04.624664+0000 mon.a (mon.0) 4928 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:05.478 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:05 smithi067 bash[79370]: audit 2023-12-09T02:15:04.632973+0000 mon.a (mon.0) 4929 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:05.478 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:05 smithi067 bash[79370]: cephadm 2023-12-09T02:15:04.633624+0000 mgr.y (mgr.25480) 1191 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:05.478 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:05 smithi067 bash[79370]: audit 2023-12-09T02:15:04.709789+0000 mon.a (mon.0) 4930 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:05.478 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:05 smithi067 bash[79370]: audit 2023-12-09T02:15:04.712976+0000 mon.a (mon.0) 4931 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:05.478 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:05 smithi067 bash[79370]: audit 2023-12-09T02:15:04.716957+0000 mon.a (mon.0) 4932 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:05.479 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:05 smithi067 bash[82083]: audit 2023-12-09T02:15:04.429044+0000 mon.a (mon.0) 4916 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:05.479 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:05 smithi067 bash[82083]: audit 2023-12-09T02:15:04.431731+0000 mon.a (mon.0) 4917 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:05.479 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:05 smithi067 bash[82083]: audit 2023-12-09T02:15:04.432869+0000 mon.a (mon.0) 4918 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:05.480 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:05 smithi067 bash[82083]: audit 2023-12-09T02:15:04.440846+0000 mon.a (mon.0) 4919 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:05.480 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:05 smithi067 bash[82083]: cephadm 2023-12-09T02:15:04.441404+0000 mgr.y (mgr.25480) 1189 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:05.480 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:05 smithi067 bash[82083]: audit 2023-12-09T02:15:04.520296+0000 mon.a (mon.0) 4920 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:05.480 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:05 smithi067 bash[82083]: audit 2023-12-09T02:15:04.523162+0000 mon.a (mon.0) 4921 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:05.480 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:05 smithi067 bash[82083]: audit 2023-12-09T02:15:04.526218+0000 mon.a (mon.0) 4922 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:05.480 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:05 smithi067 bash[82083]: audit 2023-12-09T02:15:04.527276+0000 mon.a (mon.0) 4923 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:05.481 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:05 smithi067 bash[82083]: audit 2023-12-09T02:15:04.534582+0000 mon.a (mon.0) 4924 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:05.481 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:05 smithi067 bash[82083]: cephadm 2023-12-09T02:15:04.535293+0000 mgr.y (mgr.25480) 1190 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:05.481 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:05 smithi067 bash[82083]: audit 2023-12-09T02:15:04.617677+0000 mon.a (mon.0) 4925 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:05.481 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:05 smithi067 bash[82083]: audit 2023-12-09T02:15:04.619769+0000 mon.a (mon.0) 4926 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:05.481 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:05 smithi067 bash[82083]: audit 2023-12-09T02:15:04.623514+0000 mon.a (mon.0) 4927 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:05.481 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:05 smithi067 bash[82083]: audit 2023-12-09T02:15:04.624664+0000 mon.a (mon.0) 4928 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:05.481 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:05 smithi067 bash[82083]: audit 2023-12-09T02:15:04.632973+0000 mon.a (mon.0) 4929 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:05.481 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:05 smithi067 bash[82083]: cephadm 2023-12-09T02:15:04.633624+0000 mgr.y (mgr.25480) 1191 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:05.481 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:05 smithi067 bash[82083]: audit 2023-12-09T02:15:04.709789+0000 mon.a (mon.0) 4930 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:05.482 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:05 smithi067 bash[82083]: audit 2023-12-09T02:15:04.712976+0000 mon.a (mon.0) 4931 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:05.482 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:05 smithi067 bash[82083]: audit 2023-12-09T02:15:04.716957+0000 mon.a (mon.0) 4932 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:05.482 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:05 smithi067 bash[82083]: audit 2023-12-09T02:15:04.718233+0000 mon.a (mon.0) 4933 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:05.482 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:05 smithi067 bash[82083]: audit 2023-12-09T02:15:04.725485+0000 mon.a (mon.0) 4934 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:05.482 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:05 smithi067 bash[82083]: cephadm 2023-12-09T02:15:04.726143+0000 mgr.y (mgr.25480) 1192 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:05.482 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:05 smithi067 bash[82083]: audit 2023-12-09T02:15:04.807457+0000 mon.a (mon.0) 4935 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:05.482 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:05 smithi067 bash[82083]: audit 2023-12-09T02:15:04.810239+0000 mon.a (mon.0) 4936 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:05.482 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:05 smithi067 bash[82083]: audit 2023-12-09T02:15:04.813497+0000 mon.a (mon.0) 4937 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:05.482 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:05 smithi067 bash[82083]: audit 2023-12-09T02:15:04.814562+0000 mon.a (mon.0) 4938 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:05.482 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:05 smithi067 bash[82083]: audit 2023-12-09T02:15:04.820347+0000 mon.a (mon.0) 4939 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:05.482 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:05 smithi067 bash[82083]: audit 2023-12-09T02:15:04.900630+0000 mon.a (mon.0) 4940 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:05.483 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:05 smithi067 bash[82083]: audit 2023-12-09T02:15:04.902973+0000 mon.a (mon.0) 4941 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:05.483 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:05 smithi067 bash[82083]: audit 2023-12-09T02:15:04.905868+0000 mon.a (mon.0) 4942 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:05.483 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:05 smithi067 bash[82083]: audit 2023-12-09T02:15:04.906777+0000 mon.a (mon.0) 4943 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:05.483 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:05 smithi067 bash[82083]: audit 2023-12-09T02:15:04.914596+0000 mon.a (mon.0) 4944 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:05.483 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:05 smithi067 bash[82083]: audit 2023-12-09T02:15:04.992784+0000 mon.a (mon.0) 4945 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:05.483 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:05 smithi067 bash[82083]: audit 2023-12-09T02:15:04.996410+0000 mon.a (mon.0) 4946 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:05.483 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:05 smithi067 bash[82083]: audit 2023-12-09T02:15:04.999948+0000 mon.a (mon.0) 4947 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:05.483 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:05 smithi067 bash[82083]: audit 2023-12-09T02:15:05.001528+0000 mon.a (mon.0) 4948 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:05.483 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:05 smithi067 bash[82083]: audit 2023-12-09T02:15:05.009069+0000 mon.a (mon.0) 4949 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:05.483 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:05 smithi067 bash[82083]: audit 2023-12-09T02:15:05.087231+0000 mon.a (mon.0) 4950 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:05.483 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:05 smithi067 bash[82083]: audit 2023-12-09T02:15:05.090480+0000 mon.a (mon.0) 4951 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:05.483 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:05 smithi067 bash[79370]: audit 2023-12-09T02:15:04.718233+0000 mon.a (mon.0) 4933 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:05.484 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:05 smithi067 bash[79370]: audit 2023-12-09T02:15:04.725485+0000 mon.a (mon.0) 4934 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:05.484 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:05 smithi067 bash[79370]: cephadm 2023-12-09T02:15:04.726143+0000 mgr.y (mgr.25480) 1192 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:05.484 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:05 smithi067 bash[79370]: audit 2023-12-09T02:15:04.807457+0000 mon.a (mon.0) 4935 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:05.484 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:05 smithi067 bash[79370]: audit 2023-12-09T02:15:04.810239+0000 mon.a (mon.0) 4936 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:05.484 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:05 smithi067 bash[79370]: audit 2023-12-09T02:15:04.813497+0000 mon.a (mon.0) 4937 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:05.484 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:05 smithi067 bash[79370]: audit 2023-12-09T02:15:04.814562+0000 mon.a (mon.0) 4938 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:05.484 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:05 smithi067 bash[79370]: audit 2023-12-09T02:15:04.820347+0000 mon.a (mon.0) 4939 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:05.484 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:05 smithi067 bash[79370]: audit 2023-12-09T02:15:04.900630+0000 mon.a (mon.0) 4940 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:05.484 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:05 smithi067 bash[79370]: audit 2023-12-09T02:15:04.902973+0000 mon.a (mon.0) 4941 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:05.484 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:05 smithi067 bash[79370]: audit 2023-12-09T02:15:04.905868+0000 mon.a (mon.0) 4942 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:05.485 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:05 smithi067 bash[79370]: audit 2023-12-09T02:15:04.906777+0000 mon.a (mon.0) 4943 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:05.485 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:05 smithi067 bash[79370]: audit 2023-12-09T02:15:04.914596+0000 mon.a (mon.0) 4944 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:05.485 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:05 smithi067 bash[79370]: audit 2023-12-09T02:15:04.992784+0000 mon.a (mon.0) 4945 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:05.485 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:05 smithi067 bash[79370]: audit 2023-12-09T02:15:04.996410+0000 mon.a (mon.0) 4946 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:05.485 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:05 smithi067 bash[79370]: audit 2023-12-09T02:15:04.999948+0000 mon.a (mon.0) 4947 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:05.485 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:05 smithi067 bash[79370]: audit 2023-12-09T02:15:05.001528+0000 mon.a (mon.0) 4948 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:05.486 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:05 smithi067 bash[79370]: audit 2023-12-09T02:15:05.009069+0000 mon.a (mon.0) 4949 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:05.486 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:05 smithi067 bash[79370]: audit 2023-12-09T02:15:05.087231+0000 mon.a (mon.0) 4950 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:05.486 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:05 smithi067 bash[79370]: audit 2023-12-09T02:15:05.090480+0000 mon.a (mon.0) 4951 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:05.486 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:05 smithi067 bash[79370]: audit 2023-12-09T02:15:05.093753+0000 mon.a (mon.0) 4952 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:05.486 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:05 smithi067 bash[79370]: audit 2023-12-09T02:15:05.095059+0000 mon.a (mon.0) 4953 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:05.486 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:05 smithi067 bash[79370]: audit 2023-12-09T02:15:05.103118+0000 mon.a (mon.0) 4954 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:05.486 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:05 smithi067 bash[82083]: audit 2023-12-09T02:15:05.093753+0000 mon.a (mon.0) 4952 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:05.486 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:05 smithi067 bash[82083]: audit 2023-12-09T02:15:05.095059+0000 mon.a (mon.0) 4953 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:05.486 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:05 smithi067 bash[82083]: audit 2023-12-09T02:15:05.103118+0000 mon.a (mon.0) 4954 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:05.842 INFO:teuthology.orchestra.run.smithi067.stdout:true 2023-12-09T02:15:06.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:06 smithi067 bash[82083]: cephadm 2023-12-09T02:15:04.820899+0000 mgr.y (mgr.25480) 1193 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:06.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:06 smithi067 bash[82083]: cephadm 2023-12-09T02:15:04.915208+0000 mgr.y (mgr.25480) 1194 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:06.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:06 smithi067 bash[82083]: cephadm 2023-12-09T02:15:05.009844+0000 mgr.y (mgr.25480) 1195 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:06.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:06 smithi067 bash[82083]: cephadm 2023-12-09T02:15:05.104011+0000 mgr.y (mgr.25480) 1196 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:06.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:06 smithi067 bash[82083]: audit 2023-12-09T02:15:05.187690+0000 mon.a (mon.0) 4955 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:06.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:06 smithi067 bash[82083]: audit 2023-12-09T02:15:05.190069+0000 mon.a (mon.0) 4956 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:06.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:06 smithi067 bash[82083]: audit 2023-12-09T02:15:05.191995+0000 mon.a (mon.0) 4957 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:06.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:06 smithi067 bash[82083]: audit 2023-12-09T02:15:05.192674+0000 mon.a (mon.0) 4958 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:06.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:06 smithi067 bash[82083]: audit 2023-12-09T02:15:05.197888+0000 mon.a (mon.0) 4959 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:06.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:06 smithi067 bash[82083]: cephadm 2023-12-09T02:15:05.198381+0000 mgr.y (mgr.25480) 1197 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:06.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:06 smithi067 bash[82083]: audit 2023-12-09T02:15:05.278439+0000 mon.a (mon.0) 4960 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:06.472 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:06 smithi067 bash[82083]: audit 2023-12-09T02:15:05.281121+0000 mon.a (mon.0) 4961 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:06.472 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:06 smithi067 bash[82083]: audit 2023-12-09T02:15:05.284336+0000 mon.a (mon.0) 4962 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:06.472 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:06 smithi067 bash[82083]: audit 2023-12-09T02:15:05.285524+0000 mon.a (mon.0) 4963 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:06.472 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:06 smithi067 bash[82083]: audit 2023-12-09T02:15:05.292213+0000 mon.a (mon.0) 4964 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:06.472 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:06 smithi067 bash[82083]: cephadm 2023-12-09T02:15:05.292799+0000 mgr.y (mgr.25480) 1198 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:06.472 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:06 smithi067 bash[82083]: audit 2023-12-09T02:15:05.371477+0000 mon.a (mon.0) 4965 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:06.472 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:06 smithi067 bash[82083]: audit 2023-12-09T02:15:05.373925+0000 mon.a (mon.0) 4966 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:06.472 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:06 smithi067 bash[82083]: audit 2023-12-09T02:15:05.378292+0000 mon.a (mon.0) 4967 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:06.472 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:06 smithi067 bash[82083]: audit 2023-12-09T02:15:05.379460+0000 mon.a (mon.0) 4968 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:06.472 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:06 smithi067 bash[82083]: audit 2023-12-09T02:15:05.387708+0000 mon.a (mon.0) 4969 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:06.472 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:06 smithi067 bash[82083]: cephadm 2023-12-09T02:15:05.388567+0000 mgr.y (mgr.25480) 1199 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:06.472 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:06 smithi067 bash[82083]: audit 2023-12-09T02:15:05.467575+0000 mon.a (mon.0) 4970 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:06.472 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:06 smithi067 bash[82083]: audit 2023-12-09T02:15:05.471213+0000 mon.a (mon.0) 4971 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:06.472 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:06 smithi067 bash[82083]: audit 2023-12-09T02:15:05.474536+0000 mon.a (mon.0) 4972 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:06.472 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:06 smithi067 bash[82083]: audit 2023-12-09T02:15:05.475594+0000 mon.a (mon.0) 4973 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:06.472 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:06 smithi067 bash[82083]: audit 2023-12-09T02:15:05.485153+0000 mon.a (mon.0) 4974 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:06.473 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:06 smithi067 bash[82083]: cephadm 2023-12-09T02:15:05.485938+0000 mgr.y (mgr.25480) 1200 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:06.473 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:06 smithi067 bash[82083]: audit 2023-12-09T02:15:05.543713+0000 mon.a (mon.0) 4975 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:06.473 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:06 smithi067 bash[82083]: audit 2023-12-09T02:15:05.546459+0000 mon.a (mon.0) 4976 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:06.473 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:06 smithi067 bash[82083]: audit 2023-12-09T02:15:05.549226+0000 mon.a (mon.0) 4977 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:06.473 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:06 smithi067 bash[82083]: audit 2023-12-09T02:15:05.549922+0000 mon.a (mon.0) 4978 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:06.473 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:06 smithi067 bash[82083]: audit 2023-12-09T02:15:05.555108+0000 mon.a (mon.0) 4979 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:06.473 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:06 smithi067 bash[82083]: cephadm 2023-12-09T02:15:05.555546+0000 mgr.y (mgr.25480) 1201 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:06.473 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:06 smithi067 bash[82083]: audit 2023-12-09T02:15:05.634192+0000 mon.a (mon.0) 4980 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:06.473 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:06 smithi067 bash[82083]: audit 2023-12-09T02:15:05.637539+0000 mon.a (mon.0) 4981 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:06.473 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:06 smithi067 bash[82083]: audit 2023-12-09T02:15:05.641016+0000 mon.a (mon.0) 4982 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:06.473 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:06 smithi067 bash[82083]: audit 2023-12-09T02:15:05.642322+0000 mon.a (mon.0) 4983 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:06.473 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:06 smithi067 bash[82083]: audit 2023-12-09T02:15:05.651314+0000 mon.a (mon.0) 4984 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:06.473 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:06 smithi067 bash[82083]: cephadm 2023-12-09T02:15:05.651929+0000 mgr.y (mgr.25480) 1202 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:06.474 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:06 smithi067 bash[79370]: cephadm 2023-12-09T02:15:04.820899+0000 mgr.y (mgr.25480) 1193 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:06.474 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:06 smithi067 bash[79370]: cephadm 2023-12-09T02:15:04.915208+0000 mgr.y (mgr.25480) 1194 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:06.474 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:06 smithi067 bash[79370]: cephadm 2023-12-09T02:15:05.009844+0000 mgr.y (mgr.25480) 1195 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:06.474 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:06 smithi067 bash[79370]: cephadm 2023-12-09T02:15:05.104011+0000 mgr.y (mgr.25480) 1196 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:06.474 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:06 smithi067 bash[79370]: audit 2023-12-09T02:15:05.187690+0000 mon.a (mon.0) 4955 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:06.474 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:06 smithi067 bash[79370]: audit 2023-12-09T02:15:05.190069+0000 mon.a (mon.0) 4956 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:06.474 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:06 smithi067 bash[79370]: audit 2023-12-09T02:15:05.191995+0000 mon.a (mon.0) 4957 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:06.474 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:06 smithi067 bash[79370]: audit 2023-12-09T02:15:05.192674+0000 mon.a (mon.0) 4958 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:06.474 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:06 smithi067 bash[79370]: audit 2023-12-09T02:15:05.197888+0000 mon.a (mon.0) 4959 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:06.474 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:06 smithi067 bash[79370]: cephadm 2023-12-09T02:15:05.198381+0000 mgr.y (mgr.25480) 1197 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:06.474 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:06 smithi067 bash[79370]: audit 2023-12-09T02:15:05.278439+0000 mon.a (mon.0) 4960 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:06.474 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:06 smithi067 bash[79370]: audit 2023-12-09T02:15:05.281121+0000 mon.a (mon.0) 4961 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:06.475 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:06 smithi067 bash[79370]: audit 2023-12-09T02:15:05.284336+0000 mon.a (mon.0) 4962 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:06.475 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:06 smithi067 bash[79370]: audit 2023-12-09T02:15:05.285524+0000 mon.a (mon.0) 4963 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:06.475 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:06 smithi067 bash[79370]: audit 2023-12-09T02:15:05.292213+0000 mon.a (mon.0) 4964 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:06.475 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:06 smithi067 bash[79370]: cephadm 2023-12-09T02:15:05.292799+0000 mgr.y (mgr.25480) 1198 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:06.475 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:06 smithi067 bash[79370]: audit 2023-12-09T02:15:05.371477+0000 mon.a (mon.0) 4965 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:06.475 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:06 smithi067 bash[79370]: audit 2023-12-09T02:15:05.373925+0000 mon.a (mon.0) 4966 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:06.475 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:06 smithi067 bash[79370]: audit 2023-12-09T02:15:05.378292+0000 mon.a (mon.0) 4967 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:06.475 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:06 smithi067 bash[79370]: audit 2023-12-09T02:15:05.379460+0000 mon.a (mon.0) 4968 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:06.476 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:06 smithi067 bash[82083]: audit 2023-12-09T02:15:05.730668+0000 mon.a (mon.0) 4985 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:06.476 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:06 smithi067 bash[82083]: audit 2023-12-09T02:15:05.733800+0000 mon.a (mon.0) 4986 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:06.476 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:06 smithi067 bash[82083]: audit 2023-12-09T02:15:05.737690+0000 mon.a (mon.0) 4987 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:06.476 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:06 smithi067 bash[82083]: audit 2023-12-09T02:15:05.738926+0000 mon.a (mon.0) 4988 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:06.476 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:06 smithi067 bash[82083]: audit 2023-12-09T02:15:05.747937+0000 mon.a (mon.0) 4989 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:06.476 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:06 smithi067 bash[82083]: audit 2023-12-09T02:15:05.829975+0000 mon.a (mon.0) 4990 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:06.476 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:06 smithi067 bash[82083]: audit 2023-12-09T02:15:05.832644+0000 mon.a (mon.0) 4991 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:06.476 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:06 smithi067 bash[82083]: audit 2023-12-09T02:15:05.835546+0000 mon.a (mon.0) 4992 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:06.476 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:06 smithi067 bash[82083]: audit 2023-12-09T02:15:05.836685+0000 mon.a (mon.0) 4993 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:06.476 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:06 smithi067 bash[82083]: audit 2023-12-09T02:15:05.846037+0000 mon.a (mon.0) 4994 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:06.476 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:06 smithi067 bash[82083]: audit 2023-12-09T02:15:05.931817+0000 mon.a (mon.0) 4995 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:06.476 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:06 smithi067 bash[82083]: audit 2023-12-09T02:15:05.935079+0000 mon.a (mon.0) 4996 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:06.477 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:06 smithi067 bash[82083]: audit 2023-12-09T02:15:05.937409+0000 mon.a (mon.0) 4997 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:06.477 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:06 smithi067 bash[82083]: audit 2023-12-09T02:15:05.938337+0000 mon.a (mon.0) 4998 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:06.477 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:06 smithi067 bash[82083]: audit 2023-12-09T02:15:05.944312+0000 mon.a (mon.0) 4999 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:06.477 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:06 smithi067 bash[82083]: audit 2023-12-09T02:15:06.028572+0000 mon.a (mon.0) 5000 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:06.477 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:06 smithi067 bash[82083]: audit 2023-12-09T02:15:06.031760+0000 mon.a (mon.0) 5001 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:06.477 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:06 smithi067 bash[82083]: audit 2023-12-09T02:15:06.035106+0000 mon.a (mon.0) 5002 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:06.477 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:06 smithi067 bash[82083]: audit 2023-12-09T02:15:06.036340+0000 mon.a (mon.0) 5003 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:06.477 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:06 smithi067 bash[82083]: audit 2023-12-09T02:15:06.043097+0000 mon.a (mon.0) 5004 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:06.477 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:06 smithi067 bash[82083]: audit 2023-12-09T02:15:06.128787+0000 mon.a (mon.0) 5005 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:06.477 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:06 smithi067 bash[82083]: audit 2023-12-09T02:15:06.131366+0000 mon.a (mon.0) 5006 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:06.477 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:06 smithi067 bash[82083]: audit 2023-12-09T02:15:06.133783+0000 mon.a (mon.0) 5007 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:06.477 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:06 smithi067 bash[82083]: audit 2023-12-09T02:15:06.134686+0000 mon.a (mon.0) 5008 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:06.477 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:06 smithi067 bash[82083]: audit 2023-12-09T02:15:06.144246+0000 mon.a (mon.0) 5009 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:06.478 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:06 smithi067 bash[79370]: audit 2023-12-09T02:15:05.387708+0000 mon.a (mon.0) 4969 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:06.478 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:06 smithi067 bash[79370]: cephadm 2023-12-09T02:15:05.388567+0000 mgr.y (mgr.25480) 1199 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:06.478 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:06 smithi067 bash[79370]: audit 2023-12-09T02:15:05.467575+0000 mon.a (mon.0) 4970 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:06.478 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:06 smithi067 bash[79370]: audit 2023-12-09T02:15:05.471213+0000 mon.a (mon.0) 4971 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:06.478 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:06 smithi067 bash[79370]: audit 2023-12-09T02:15:05.474536+0000 mon.a (mon.0) 4972 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:06.478 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:06 smithi067 bash[79370]: audit 2023-12-09T02:15:05.475594+0000 mon.a (mon.0) 4973 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:06.478 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:06 smithi067 bash[79370]: audit 2023-12-09T02:15:05.485153+0000 mon.a (mon.0) 4974 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:06.478 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:06 smithi067 bash[79370]: cephadm 2023-12-09T02:15:05.485938+0000 mgr.y (mgr.25480) 1200 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:06.478 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:06 smithi067 bash[79370]: audit 2023-12-09T02:15:05.543713+0000 mon.a (mon.0) 4975 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:06.479 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:06 smithi067 bash[79370]: audit 2023-12-09T02:15:05.546459+0000 mon.a (mon.0) 4976 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:06.479 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:06 smithi067 bash[79370]: audit 2023-12-09T02:15:05.549226+0000 mon.a (mon.0) 4977 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:06.479 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:06 smithi067 bash[79370]: audit 2023-12-09T02:15:05.549922+0000 mon.a (mon.0) 4978 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:06.479 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:06 smithi067 bash[79370]: audit 2023-12-09T02:15:05.555108+0000 mon.a (mon.0) 4979 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:06.479 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:06 smithi067 bash[79370]: cephadm 2023-12-09T02:15:05.555546+0000 mgr.y (mgr.25480) 1201 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:06.479 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:06 smithi067 bash[79370]: audit 2023-12-09T02:15:05.634192+0000 mon.a (mon.0) 4980 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:06.479 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:06 smithi067 bash[79370]: audit 2023-12-09T02:15:05.637539+0000 mon.a (mon.0) 4981 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:06.479 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:06 smithi067 bash[79370]: audit 2023-12-09T02:15:05.641016+0000 mon.a (mon.0) 4982 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:06.479 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:06 smithi067 bash[79370]: audit 2023-12-09T02:15:05.642322+0000 mon.a (mon.0) 4983 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:06.479 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:06 smithi067 bash[79370]: audit 2023-12-09T02:15:05.651314+0000 mon.a (mon.0) 4984 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:06.479 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:06 smithi067 bash[79370]: cephadm 2023-12-09T02:15:05.651929+0000 mgr.y (mgr.25480) 1202 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:06.479 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:06 smithi067 bash[79370]: audit 2023-12-09T02:15:05.730668+0000 mon.a (mon.0) 4985 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:06.479 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:06 smithi067 bash[79370]: audit 2023-12-09T02:15:05.733800+0000 mon.a (mon.0) 4986 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:06.479 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:06 smithi067 bash[79370]: audit 2023-12-09T02:15:05.737690+0000 mon.a (mon.0) 4987 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:06.480 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:06 smithi067 bash[79370]: audit 2023-12-09T02:15:05.738926+0000 mon.a (mon.0) 4988 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:06.480 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:06 smithi067 bash[79370]: audit 2023-12-09T02:15:05.747937+0000 mon.a (mon.0) 4989 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:06.480 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:06 smithi067 bash[79370]: audit 2023-12-09T02:15:05.829975+0000 mon.a (mon.0) 4990 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:06.480 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:06 smithi067 bash[79370]: audit 2023-12-09T02:15:05.832644+0000 mon.a (mon.0) 4991 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:06.480 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:06 smithi067 bash[79370]: audit 2023-12-09T02:15:05.835546+0000 mon.a (mon.0) 4992 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:06.480 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:06 smithi067 bash[79370]: audit 2023-12-09T02:15:05.836685+0000 mon.a (mon.0) 4993 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:06.480 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:06 smithi067 bash[79370]: audit 2023-12-09T02:15:05.846037+0000 mon.a (mon.0) 4994 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:06.480 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:06 smithi067 bash[79370]: audit 2023-12-09T02:15:05.931817+0000 mon.a (mon.0) 4995 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:06.480 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:06 smithi067 bash[79370]: audit 2023-12-09T02:15:05.935079+0000 mon.a (mon.0) 4996 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:06.480 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:06 smithi067 bash[79370]: audit 2023-12-09T02:15:05.937409+0000 mon.a (mon.0) 4997 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:06.480 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:06 smithi067 bash[79370]: audit 2023-12-09T02:15:05.938337+0000 mon.a (mon.0) 4998 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:06.480 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:06 smithi067 bash[79370]: audit 2023-12-09T02:15:05.944312+0000 mon.a (mon.0) 4999 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:06.480 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:06 smithi067 bash[79370]: audit 2023-12-09T02:15:06.028572+0000 mon.a (mon.0) 5000 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:06.480 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:06 smithi067 bash[79370]: audit 2023-12-09T02:15:06.031760+0000 mon.a (mon.0) 5001 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:06.480 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:06 smithi067 bash[79370]: audit 2023-12-09T02:15:06.035106+0000 mon.a (mon.0) 5002 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:06.481 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:06 smithi067 bash[79370]: audit 2023-12-09T02:15:06.036340+0000 mon.a (mon.0) 5003 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:06.481 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:06 smithi067 bash[79370]: audit 2023-12-09T02:15:06.043097+0000 mon.a (mon.0) 5004 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:06.481 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:06 smithi067 bash[79370]: audit 2023-12-09T02:15:06.128787+0000 mon.a (mon.0) 5005 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:06.481 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:06 smithi067 bash[79370]: audit 2023-12-09T02:15:06.131366+0000 mon.a (mon.0) 5006 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:06.481 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:06 smithi067 bash[79370]: audit 2023-12-09T02:15:06.133783+0000 mon.a (mon.0) 5007 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:06.481 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:06 smithi067 bash[79370]: audit 2023-12-09T02:15:06.134686+0000 mon.a (mon.0) 5008 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:06.481 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:06 smithi067 bash[79370]: audit 2023-12-09T02:15:06.144246+0000 mon.a (mon.0) 5009 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:06.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:06 smithi125 bash[66801]: cephadm 2023-12-09T02:15:04.820899+0000 mgr.y (mgr.25480) 1193 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:06.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:06 smithi125 bash[66801]: cephadm 2023-12-09T02:15:04.915208+0000 mgr.y (mgr.25480) 1194 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:06.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:06 smithi125 bash[66801]: cephadm 2023-12-09T02:15:05.009844+0000 mgr.y (mgr.25480) 1195 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:06.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:06 smithi125 bash[66801]: cephadm 2023-12-09T02:15:05.104011+0000 mgr.y (mgr.25480) 1196 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:06.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:06 smithi125 bash[66801]: audit 2023-12-09T02:15:05.187690+0000 mon.a (mon.0) 4955 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:06.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:06 smithi125 bash[66801]: audit 2023-12-09T02:15:05.190069+0000 mon.a (mon.0) 4956 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:06.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:06 smithi125 bash[66801]: audit 2023-12-09T02:15:05.191995+0000 mon.a (mon.0) 4957 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:06.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:06 smithi125 bash[66801]: audit 2023-12-09T02:15:05.192674+0000 mon.a (mon.0) 4958 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:06.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:06 smithi125 bash[66801]: audit 2023-12-09T02:15:05.197888+0000 mon.a (mon.0) 4959 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:06.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:06 smithi125 bash[66801]: cephadm 2023-12-09T02:15:05.198381+0000 mgr.y (mgr.25480) 1197 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:06.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:06 smithi125 bash[66801]: audit 2023-12-09T02:15:05.278439+0000 mon.a (mon.0) 4960 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:06.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:06 smithi125 bash[66801]: audit 2023-12-09T02:15:05.281121+0000 mon.a (mon.0) 4961 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:06.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:06 smithi125 bash[66801]: audit 2023-12-09T02:15:05.284336+0000 mon.a (mon.0) 4962 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:06.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:06 smithi125 bash[66801]: audit 2023-12-09T02:15:05.285524+0000 mon.a (mon.0) 4963 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:06.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:06 smithi125 bash[66801]: audit 2023-12-09T02:15:05.292213+0000 mon.a (mon.0) 4964 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:06.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:06 smithi125 bash[66801]: cephadm 2023-12-09T02:15:05.292799+0000 mgr.y (mgr.25480) 1198 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:06.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:06 smithi125 bash[66801]: audit 2023-12-09T02:15:05.371477+0000 mon.a (mon.0) 4965 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:06.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:06 smithi125 bash[66801]: audit 2023-12-09T02:15:05.373925+0000 mon.a (mon.0) 4966 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:06.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:06 smithi125 bash[66801]: audit 2023-12-09T02:15:05.378292+0000 mon.a (mon.0) 4967 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:06.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:06 smithi125 bash[66801]: audit 2023-12-09T02:15:05.379460+0000 mon.a (mon.0) 4968 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:06.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:06 smithi125 bash[66801]: audit 2023-12-09T02:15:05.387708+0000 mon.a (mon.0) 4969 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:06.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:06 smithi125 bash[66801]: cephadm 2023-12-09T02:15:05.388567+0000 mgr.y (mgr.25480) 1199 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:06.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:06 smithi125 bash[66801]: audit 2023-12-09T02:15:05.467575+0000 mon.a (mon.0) 4970 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:06.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:06 smithi125 bash[66801]: audit 2023-12-09T02:15:05.471213+0000 mon.a (mon.0) 4971 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:06.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:06 smithi125 bash[66801]: audit 2023-12-09T02:15:05.474536+0000 mon.a (mon.0) 4972 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:06.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:06 smithi125 bash[66801]: audit 2023-12-09T02:15:05.475594+0000 mon.a (mon.0) 4973 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:06.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:06 smithi125 bash[66801]: audit 2023-12-09T02:15:05.485153+0000 mon.a (mon.0) 4974 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:06.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:06 smithi125 bash[66801]: cephadm 2023-12-09T02:15:05.485938+0000 mgr.y (mgr.25480) 1200 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:06.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:06 smithi125 bash[66801]: audit 2023-12-09T02:15:05.543713+0000 mon.a (mon.0) 4975 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:06.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:06 smithi125 bash[66801]: audit 2023-12-09T02:15:05.546459+0000 mon.a (mon.0) 4976 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:06.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:06 smithi125 bash[66801]: audit 2023-12-09T02:15:05.549226+0000 mon.a (mon.0) 4977 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:06.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:06 smithi125 bash[66801]: audit 2023-12-09T02:15:05.549922+0000 mon.a (mon.0) 4978 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:06.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:06 smithi125 bash[66801]: audit 2023-12-09T02:15:05.555108+0000 mon.a (mon.0) 4979 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:06.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:06 smithi125 bash[66801]: cephadm 2023-12-09T02:15:05.555546+0000 mgr.y (mgr.25480) 1201 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:06.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:06 smithi125 bash[66801]: audit 2023-12-09T02:15:05.634192+0000 mon.a (mon.0) 4980 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:06.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:06 smithi125 bash[66801]: audit 2023-12-09T02:15:05.637539+0000 mon.a (mon.0) 4981 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:06.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:06 smithi125 bash[66801]: audit 2023-12-09T02:15:05.641016+0000 mon.a (mon.0) 4982 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:06.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:06 smithi125 bash[66801]: audit 2023-12-09T02:15:05.642322+0000 mon.a (mon.0) 4983 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:06.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:06 smithi125 bash[66801]: audit 2023-12-09T02:15:05.651314+0000 mon.a (mon.0) 4984 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:06.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:06 smithi125 bash[66801]: cephadm 2023-12-09T02:15:05.651929+0000 mgr.y (mgr.25480) 1202 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:06.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:06 smithi125 bash[66801]: audit 2023-12-09T02:15:05.730668+0000 mon.a (mon.0) 4985 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:06.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:06 smithi125 bash[66801]: audit 2023-12-09T02:15:05.733800+0000 mon.a (mon.0) 4986 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:06.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:06 smithi125 bash[66801]: audit 2023-12-09T02:15:05.737690+0000 mon.a (mon.0) 4987 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:06.485 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:06 smithi125 bash[66801]: audit 2023-12-09T02:15:05.738926+0000 mon.a (mon.0) 4988 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:06.485 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:06 smithi125 bash[66801]: audit 2023-12-09T02:15:05.747937+0000 mon.a (mon.0) 4989 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:06.485 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:06 smithi125 bash[66801]: audit 2023-12-09T02:15:05.829975+0000 mon.a (mon.0) 4990 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:06.485 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:06 smithi125 bash[66801]: audit 2023-12-09T02:15:05.832644+0000 mon.a (mon.0) 4991 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:06.485 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:06 smithi125 bash[66801]: audit 2023-12-09T02:15:05.835546+0000 mon.a (mon.0) 4992 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:06.485 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:06 smithi125 bash[66801]: audit 2023-12-09T02:15:05.836685+0000 mon.a (mon.0) 4993 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:06.485 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:06 smithi125 bash[66801]: audit 2023-12-09T02:15:05.846037+0000 mon.a (mon.0) 4994 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:06.485 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:06 smithi125 bash[66801]: audit 2023-12-09T02:15:05.931817+0000 mon.a (mon.0) 4995 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:06.485 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:06 smithi125 bash[66801]: audit 2023-12-09T02:15:05.935079+0000 mon.a (mon.0) 4996 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:06.485 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:06 smithi125 bash[66801]: audit 2023-12-09T02:15:05.937409+0000 mon.a (mon.0) 4997 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:06.485 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:06 smithi125 bash[66801]: audit 2023-12-09T02:15:05.938337+0000 mon.a (mon.0) 4998 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:06.485 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:06 smithi125 bash[66801]: audit 2023-12-09T02:15:05.944312+0000 mon.a (mon.0) 4999 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:06.485 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:06 smithi125 bash[66801]: audit 2023-12-09T02:15:06.028572+0000 mon.a (mon.0) 5000 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:06.485 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:06 smithi125 bash[66801]: audit 2023-12-09T02:15:06.031760+0000 mon.a (mon.0) 5001 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:06.485 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:06 smithi125 bash[66801]: audit 2023-12-09T02:15:06.035106+0000 mon.a (mon.0) 5002 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:06.485 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:06 smithi125 bash[66801]: audit 2023-12-09T02:15:06.036340+0000 mon.a (mon.0) 5003 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:06.486 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:06 smithi125 bash[66801]: audit 2023-12-09T02:15:06.043097+0000 mon.a (mon.0) 5004 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:06.486 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:06 smithi125 bash[66801]: audit 2023-12-09T02:15:06.128787+0000 mon.a (mon.0) 5005 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:06.486 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:06 smithi125 bash[66801]: audit 2023-12-09T02:15:06.131366+0000 mon.a (mon.0) 5006 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:06.486 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:06 smithi125 bash[66801]: audit 2023-12-09T02:15:06.133783+0000 mon.a (mon.0) 5007 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:06.486 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:06 smithi125 bash[66801]: audit 2023-12-09T02:15:06.134686+0000 mon.a (mon.0) 5008 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:06.486 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:06 smithi125 bash[66801]: audit 2023-12-09T02:15:06.144246+0000 mon.a (mon.0) 5009 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:06.675 INFO:teuthology.orchestra.run.smithi067.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-09T02:15:06.676 INFO:teuthology.orchestra.run.smithi067.stdout:agent.smithi067 smithi067 running 8s ago 21m - - 2023-12-09T02:15:06.676 INFO:teuthology.orchestra.run.smithi067.stdout:agent.smithi125 smithi125 running 8s ago 21m - - 2023-12-09T02:15:06.676 INFO:teuthology.orchestra.run.smithi067.stdout:alertmanager.a smithi067 *:9093,9094 running (7m) 8s ago 14m 16.4M - 0.23.0 ba2b418f427c 6ec817f342b5 2023-12-09T02:15:06.676 INFO:teuthology.orchestra.run.smithi067.stdout:grafana.a smithi125 *:3000 running (6m) 8s ago 14m 44.3M - 8.3.5 dad864ee21e9 40cbacae8259 2023-12-09T02:15:06.676 INFO:teuthology.orchestra.run.smithi067.stdout:iscsi.foo.smithi067.oajywc smithi067 running (5m) 8s ago 11m 47.7M - 3.5 e1d6a67b021e 3e5a20a58ce4 2023-12-09T02:15:06.676 INFO:teuthology.orchestra.run.smithi067.stdout:mgr.x smithi125 *:8443,9283,8765 running (5m) 8s ago 20m 434M - 19.0.0-44-g9dcc13bb f28f2b94f153 d59f2ab74456 2023-12-09T02:15:06.676 INFO:teuthology.orchestra.run.smithi067.stdout:mgr.y smithi067 *:8443,9283,8765 running (6m) 8s ago 22m 514M - 19.0.0-44-g9dcc13bb f28f2b94f153 b0e5c689c1a6 2023-12-09T02:15:06.676 INFO:teuthology.orchestra.run.smithi067.stdout:mon.a smithi067 running (5m) 8s ago 22m 69.0M 2048M 19.0.0-44-g9dcc13bb f28f2b94f153 f5f188bf2880 2023-12-09T02:15:06.676 INFO:teuthology.orchestra.run.smithi067.stdout:mon.b smithi125 running (4m) 8s ago 21m 49.1M 2048M 19.0.0-44-g9dcc13bb f28f2b94f153 baa25853095e 2023-12-09T02:15:06.676 INFO:teuthology.orchestra.run.smithi067.stdout:mon.c smithi067 running (4m) 8s ago 21m 53.1M 2048M 19.0.0-44-g9dcc13bb f28f2b94f153 37f7376908df 2023-12-09T02:15:06.676 INFO:teuthology.orchestra.run.smithi067.stdout:node-exporter.a smithi067 *:9100 running (7m) 8s ago 14m 12.1M - 1.3.1 1dbe0e931976 f40a7a952aae 2023-12-09T02:15:06.676 INFO:teuthology.orchestra.run.smithi067.stdout:node-exporter.b smithi125 *:9100 running (6m) 8s ago 14m 12.1M - 1.3.1 1dbe0e931976 47a93b654521 2023-12-09T02:15:06.676 INFO:teuthology.orchestra.run.smithi067.stdout:osd.0 smithi067 running (3m) 8s ago 20m 55.3M 4096M 19.0.0-44-g9dcc13bb f28f2b94f153 d14cf1a2cd9b 2023-12-09T02:15:06.676 INFO:teuthology.orchestra.run.smithi067.stdout:osd.1 smithi067 running (2m) 8s ago 19m 56.4M 4096M 19.0.0-44-g9dcc13bb f28f2b94f153 a62e980d9a0d 2023-12-09T02:15:06.676 INFO:teuthology.orchestra.run.smithi067.stdout:osd.2 smithi067 running (2m) 8s ago 18m 52.9M 4096M 19.0.0-44-g9dcc13bb f28f2b94f153 ab90bc1b9ba0 2023-12-09T02:15:06.676 INFO:teuthology.orchestra.run.smithi067.stdout:osd.3 smithi067 running (81s) 8s ago 18m 52.1M 4096M 19.0.0-44-g9dcc13bb f28f2b94f153 178bf706768a 2023-12-09T02:15:06.677 INFO:teuthology.orchestra.run.smithi067.stdout:osd.4 smithi125 running (41s) 8s ago 17m 51.0M 4096M 19.0.0-44-g9dcc13bb f28f2b94f153 20d42f7de1e9 2023-12-09T02:15:06.677 INFO:teuthology.orchestra.run.smithi067.stdout:osd.5 smithi125 starting - - - 4096M 2023-12-09T02:15:06.677 INFO:teuthology.orchestra.run.smithi067.stdout:osd.6 smithi125 running (16m) 8s ago 16m 64.3M 4096M 17.2.0 e1d6a67b021e 30344497f6d2 2023-12-09T02:15:06.677 INFO:teuthology.orchestra.run.smithi067.stdout:osd.7 smithi125 running (15m) 8s ago 15m 70.4M 4096M 17.2.0 e1d6a67b021e 8791b422aafd 2023-12-09T02:15:06.677 INFO:teuthology.orchestra.run.smithi067.stdout:prometheus.a smithi125 *:9095 running (5m) 8s ago 14m 64.2M - 2.33.4 514e6a882f6e c0781044780a 2023-12-09T02:15:06.677 INFO:teuthology.orchestra.run.smithi067.stdout:rgw.foo.smithi067.rqvsfw smithi067 *:8000 running (12m) 8s ago 12m 90.7M - 17.2.0 e1d6a67b021e 72086955a09f 2023-12-09T02:15:06.677 INFO:teuthology.orchestra.run.smithi067.stdout:rgw.foo.smithi125.wanndy smithi125 *:8000 running (12m) 8s ago 12m 89.9M - 17.2.0 e1d6a67b021e 89b35e95d314 2023-12-09T02:15:06.677 INFO:teuthology.orchestra.run.smithi067.stdout:rgw.smpl.smithi067.mukdcu smithi067 *:80 running (12m) 8s ago 12m 89.5M - 17.2.0 e1d6a67b021e b813f19c7bee 2023-12-09T02:15:06.677 INFO:teuthology.orchestra.run.smithi067.stdout:rgw.smpl.smithi125.ngrzpa smithi125 *:80 running (12m) 8s ago 12m 90.3M - 17.2.0 e1d6a67b021e 96b29ebc04e4 2023-12-09T02:15:07.137 INFO:teuthology.orchestra.run.smithi067.stdout:{ 2023-12-09T02:15:07.137 INFO:teuthology.orchestra.run.smithi067.stdout: "mon": { 2023-12-09T02:15:07.137 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 19.0.0-44-g9dcc13bb (9dcc13bb80dcc1cdea72b04d80505b4649a2b882) reef (dev)": 3 2023-12-09T02:15:07.137 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2023-12-09T02:15:07.137 INFO:teuthology.orchestra.run.smithi067.stdout: "mgr": { 2023-12-09T02:15:07.137 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 19.0.0-44-g9dcc13bb (9dcc13bb80dcc1cdea72b04d80505b4649a2b882) reef (dev)": 2 2023-12-09T02:15:07.137 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2023-12-09T02:15:07.137 INFO:teuthology.orchestra.run.smithi067.stdout: "osd": { 2023-12-09T02:15:07.138 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2, 2023-12-09T02:15:07.138 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 19.0.0-44-g9dcc13bb (9dcc13bb80dcc1cdea72b04d80505b4649a2b882) reef (dev)": 5 2023-12-09T02:15:07.138 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2023-12-09T02:15:07.138 INFO:teuthology.orchestra.run.smithi067.stdout: "rgw": { 2023-12-09T02:15:07.138 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2023-12-09T02:15:07.138 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2023-12-09T02:15:07.138 INFO:teuthology.orchestra.run.smithi067.stdout: "overall": { 2023-12-09T02:15:07.138 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 6, 2023-12-09T02:15:07.138 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 19.0.0-44-g9dcc13bb (9dcc13bb80dcc1cdea72b04d80505b4649a2b882) reef (dev)": 10 2023-12-09T02:15:07.138 INFO:teuthology.orchestra.run.smithi067.stdout: } 2023-12-09T02:15:07.138 INFO:teuthology.orchestra.run.smithi067.stdout:} 2023-12-09T02:15:07.470 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:07 smithi067 bash[82083]: cephadm 2023-12-09T02:15:05.748992+0000 mgr.y (mgr.25480) 1203 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:07.470 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:07 smithi067 bash[82083]: audit 2023-12-09T02:15:05.825512+0000 mgr.y (mgr.25480) 1204 : audit 0 from='client.34485 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:15:07.470 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:07 smithi067 bash[82083]: cephadm 2023-12-09T02:15:05.846711+0000 mgr.y (mgr.25480) 1205 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:07.470 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:07 smithi067 bash[82083]: cephadm 2023-12-09T02:15:05.944820+0000 mgr.y (mgr.25480) 1206 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:07.470 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:07 smithi067 bash[82083]: cephadm 2023-12-09T02:15:06.045645+0000 mgr.y (mgr.25480) 1207 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:07.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:07 smithi067 bash[82083]: cluster 2023-12-09T02:15:06.122266+0000 mgr.y (mgr.25480) 1208 : cluster 0 pgmap v208: 161 pgs: 9 active+clean+remapped, 95 active+clean, 37 active+undersized, 20 active+undersized+degraded; 585 KiB data, 204 MiB used, 715 GiB / 715 GiB avail; 83/726 objects degraded (11.433%); 1/726 objects misplaced (0.138%); 9 B/s, 0 objects/s recovering 2023-12-09T02:15:07.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:07 smithi067 bash[82083]: cephadm 2023-12-09T02:15:06.144904+0000 mgr.y (mgr.25480) 1209 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:07.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:07 smithi067 bash[82083]: audit 2023-12-09T02:15:06.224104+0000 mon.a (mon.0) 5010 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:07.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:07 smithi067 bash[82083]: audit 2023-12-09T02:15:06.227299+0000 mon.a (mon.0) 5011 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:07.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:07 smithi067 bash[82083]: audit 2023-12-09T02:15:06.230462+0000 mon.a (mon.0) 5012 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:07.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:07 smithi067 bash[82083]: audit 2023-12-09T02:15:06.231748+0000 mon.a (mon.0) 5013 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:07.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:07 smithi067 bash[82083]: audit 2023-12-09T02:15:06.239100+0000 mon.a (mon.0) 5014 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:07.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:07 smithi067 bash[82083]: cephadm 2023-12-09T02:15:06.239922+0000 mgr.y (mgr.25480) 1210 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:07.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:07 smithi067 bash[82083]: audit 2023-12-09T02:15:06.267426+0000 mgr.y (mgr.25480) 1211 : audit 0 from='client.34491 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:15:07.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:07 smithi067 bash[82083]: audit 2023-12-09T02:15:06.319859+0000 mon.a (mon.0) 5015 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:07.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:07 smithi067 bash[82083]: audit 2023-12-09T02:15:06.322915+0000 mon.a (mon.0) 5016 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:07.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:07 smithi067 bash[82083]: audit 2023-12-09T02:15:06.326227+0000 mon.a (mon.0) 5017 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:07.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:07 smithi067 bash[82083]: audit 2023-12-09T02:15:06.327376+0000 mon.a (mon.0) 5018 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:07.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:07 smithi067 bash[82083]: audit 2023-12-09T02:15:06.336517+0000 mon.a (mon.0) 5019 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:07.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:07 smithi067 bash[82083]: cephadm 2023-12-09T02:15:06.337187+0000 mgr.y (mgr.25480) 1212 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:07.472 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:07 smithi067 bash[82083]: audit 2023-12-09T02:15:06.415187+0000 mon.a (mon.0) 5020 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:07.472 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:07 smithi067 bash[82083]: audit 2023-12-09T02:15:06.418897+0000 mon.a (mon.0) 5021 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:07.472 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:07 smithi067 bash[82083]: audit 2023-12-09T02:15:06.422232+0000 mon.a (mon.0) 5022 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:07.472 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:07 smithi067 bash[82083]: audit 2023-12-09T02:15:06.423438+0000 mon.a (mon.0) 5023 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:07.472 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:07 smithi067 bash[82083]: audit 2023-12-09T02:15:06.430275+0000 mon.a (mon.0) 5024 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:07.472 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:07 smithi067 bash[82083]: cephadm 2023-12-09T02:15:06.430904+0000 mgr.y (mgr.25480) 1213 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:07.472 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:07 smithi067 bash[82083]: audit 2023-12-09T02:15:06.510324+0000 mon.a (mon.0) 5025 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:07.472 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:07 smithi067 bash[82083]: audit 2023-12-09T02:15:06.513565+0000 mon.a (mon.0) 5026 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:07.472 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:07 smithi067 bash[82083]: audit 2023-12-09T02:15:06.516834+0000 mon.a (mon.0) 5027 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:07.472 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:07 smithi067 bash[82083]: audit 2023-12-09T02:15:06.518085+0000 mon.a (mon.0) 5028 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:07.472 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:07 smithi067 bash[82083]: audit 2023-12-09T02:15:06.526788+0000 mon.a (mon.0) 5029 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:07.472 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:07 smithi067 bash[82083]: cephadm 2023-12-09T02:15:06.527713+0000 mgr.y (mgr.25480) 1214 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:07.472 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:07 smithi067 bash[82083]: audit 2023-12-09T02:15:06.612379+0000 mon.a (mon.0) 5030 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:07.472 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:07 smithi067 bash[82083]: audit 2023-12-09T02:15:06.615855+0000 mon.a (mon.0) 5031 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:07.472 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:07 smithi067 bash[82083]: audit 2023-12-09T02:15:06.619745+0000 mon.a (mon.0) 5032 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:07.472 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:07 smithi067 bash[82083]: audit 2023-12-09T02:15:06.620914+0000 mon.a (mon.0) 5033 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:07.473 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:07 smithi067 bash[82083]: audit 2023-12-09T02:15:06.628047+0000 mon.a (mon.0) 5034 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:07.473 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:07 smithi067 bash[82083]: cephadm 2023-12-09T02:15:06.628672+0000 mgr.y (mgr.25480) 1215 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:07.473 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:07 smithi067 bash[82083]: audit 2023-12-09T02:15:06.653058+0000 mgr.y (mgr.25480) 1216 : audit 0 from='client.44422 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:15:07.473 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:07 smithi067 bash[79370]: cephadm 2023-12-09T02:15:05.748992+0000 mgr.y (mgr.25480) 1203 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:07.473 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:07 smithi067 bash[79370]: audit 2023-12-09T02:15:05.825512+0000 mgr.y (mgr.25480) 1204 : audit 0 from='client.34485 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:15:07.473 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:07 smithi067 bash[79370]: cephadm 2023-12-09T02:15:05.846711+0000 mgr.y (mgr.25480) 1205 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:07.473 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:07 smithi067 bash[79370]: cephadm 2023-12-09T02:15:05.944820+0000 mgr.y (mgr.25480) 1206 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:07.473 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:07 smithi067 bash[79370]: cephadm 2023-12-09T02:15:06.045645+0000 mgr.y (mgr.25480) 1207 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:07.473 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:07 smithi067 bash[79370]: cluster 2023-12-09T02:15:06.122266+0000 mgr.y (mgr.25480) 1208 : cluster 0 pgmap v208: 161 pgs: 9 active+clean+remapped, 95 active+clean, 37 active+undersized, 20 active+undersized+degraded; 585 KiB data, 204 MiB used, 715 GiB / 715 GiB avail; 83/726 objects degraded (11.433%); 1/726 objects misplaced (0.138%); 9 B/s, 0 objects/s recovering 2023-12-09T02:15:07.473 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:07 smithi067 bash[79370]: cephadm 2023-12-09T02:15:06.144904+0000 mgr.y (mgr.25480) 1209 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:07.473 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:07 smithi067 bash[79370]: audit 2023-12-09T02:15:06.224104+0000 mon.a (mon.0) 5010 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:07.474 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:07 smithi067 bash[79370]: audit 2023-12-09T02:15:06.227299+0000 mon.a (mon.0) 5011 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:07.474 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:07 smithi067 bash[79370]: audit 2023-12-09T02:15:06.230462+0000 mon.a (mon.0) 5012 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:07.474 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:07 smithi067 bash[79370]: audit 2023-12-09T02:15:06.231748+0000 mon.a (mon.0) 5013 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:07.474 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:07 smithi067 bash[79370]: audit 2023-12-09T02:15:06.239100+0000 mon.a (mon.0) 5014 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:07.474 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:07 smithi067 bash[79370]: cephadm 2023-12-09T02:15:06.239922+0000 mgr.y (mgr.25480) 1210 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:07.474 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:07 smithi067 bash[79370]: audit 2023-12-09T02:15:06.267426+0000 mgr.y (mgr.25480) 1211 : audit 0 from='client.34491 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:15:07.474 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:07 smithi067 bash[79370]: audit 2023-12-09T02:15:06.319859+0000 mon.a (mon.0) 5015 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:07.474 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:07 smithi067 bash[79370]: audit 2023-12-09T02:15:06.322915+0000 mon.a (mon.0) 5016 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:07.474 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:07 smithi067 bash[79370]: audit 2023-12-09T02:15:06.326227+0000 mon.a (mon.0) 5017 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:07.474 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:07 smithi067 bash[79370]: audit 2023-12-09T02:15:06.327376+0000 mon.a (mon.0) 5018 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:07.474 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:07 smithi067 bash[79370]: audit 2023-12-09T02:15:06.336517+0000 mon.a (mon.0) 5019 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:07.475 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:07 smithi067 bash[82083]: audit 2023-12-09T02:15:06.719004+0000 mon.a (mon.0) 5035 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:07.475 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:07 smithi067 bash[82083]: audit 2023-12-09T02:15:06.721776+0000 mon.a (mon.0) 5036 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:07.475 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:07 smithi067 bash[82083]: audit 2023-12-09T02:15:06.724822+0000 mon.a (mon.0) 5037 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:07.475 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:07 smithi067 bash[82083]: audit 2023-12-09T02:15:06.725947+0000 mon.a (mon.0) 5038 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:07.475 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:07 smithi067 bash[82083]: audit 2023-12-09T02:15:06.733878+0000 mon.a (mon.0) 5039 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:07.475 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:07 smithi067 bash[82083]: audit 2023-12-09T02:15:06.812203+0000 mon.a (mon.0) 5040 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:07.475 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:07 smithi067 bash[82083]: audit 2023-12-09T02:15:06.815126+0000 mon.a (mon.0) 5041 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:07.475 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:07 smithi067 bash[82083]: audit 2023-12-09T02:15:06.818297+0000 mon.a (mon.0) 5042 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:07.475 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:07 smithi067 bash[82083]: audit 2023-12-09T02:15:06.819548+0000 mon.a (mon.0) 5043 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:07.475 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:07 smithi067 bash[82083]: audit 2023-12-09T02:15:06.826744+0000 mon.a (mon.0) 5044 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:07.475 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:07 smithi067 bash[82083]: audit 2023-12-09T02:15:06.904288+0000 mon.a (mon.0) 5045 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:07.475 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:07 smithi067 bash[82083]: audit 2023-12-09T02:15:06.906933+0000 mon.a (mon.0) 5046 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:07.475 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:07 smithi067 bash[82083]: audit 2023-12-09T02:15:06.910198+0000 mon.a (mon.0) 5047 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:07.475 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:07 smithi067 bash[82083]: audit 2023-12-09T02:15:06.911151+0000 mon.a (mon.0) 5048 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:07.476 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:07 smithi067 bash[82083]: audit 2023-12-09T02:15:06.918497+0000 mon.a (mon.0) 5049 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:07.476 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:07 smithi067 bash[82083]: audit 2023-12-09T02:15:07.002206+0000 mon.a (mon.0) 5050 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:07.476 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:07 smithi067 bash[82083]: audit 2023-12-09T02:15:07.004750+0000 mon.a (mon.0) 5051 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:07.476 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:07 smithi067 bash[82083]: audit 2023-12-09T02:15:07.007313+0000 mon.a (mon.0) 5052 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:07.476 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:07 smithi067 bash[82083]: audit 2023-12-09T02:15:07.008391+0000 mon.a (mon.0) 5053 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:07.476 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:07 smithi067 bash[82083]: audit 2023-12-09T02:15:07.015856+0000 mon.a (mon.0) 5054 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:07.476 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:07 smithi067 bash[82083]: cluster 2023-12-09T02:15:07.040632+0000 mon.a (mon.0) 5055 : cluster 1 Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive, 1 pg peering) 2023-12-09T02:15:07.476 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:07 smithi067 bash[82083]: audit 2023-12-09T02:15:07.093430+0000 mon.a (mon.0) 5056 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:07.476 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:07 smithi067 bash[82083]: audit 2023-12-09T02:15:07.096317+0000 mon.a (mon.0) 5057 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:07.476 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:07 smithi067 bash[82083]: audit 2023-12-09T02:15:07.099679+0000 mon.a (mon.0) 5058 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:07.476 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:07 smithi067 bash[82083]: audit 2023-12-09T02:15:07.100714+0000 mon.a (mon.0) 5059 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:07.476 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:07 smithi067 bash[82083]: audit 2023-12-09T02:15:07.108946+0000 mon.a (mon.0) 5060 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:07.476 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:07 smithi067 bash[82083]: audit 2023-12-09T02:15:07.136036+0000 mon.c (mon.1) 15 : audit 0 from='client.? 172.21.15.67:0/1608306525' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:07.477 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:07 smithi067 bash[79370]: cephadm 2023-12-09T02:15:06.337187+0000 mgr.y (mgr.25480) 1212 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:07.477 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:07 smithi067 bash[79370]: audit 2023-12-09T02:15:06.415187+0000 mon.a (mon.0) 5020 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:07.477 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:07 smithi067 bash[79370]: audit 2023-12-09T02:15:06.418897+0000 mon.a (mon.0) 5021 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:07.477 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:07 smithi067 bash[79370]: audit 2023-12-09T02:15:06.422232+0000 mon.a (mon.0) 5022 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:07.477 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:07 smithi067 bash[79370]: audit 2023-12-09T02:15:06.423438+0000 mon.a (mon.0) 5023 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:07.477 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:07 smithi067 bash[79370]: audit 2023-12-09T02:15:06.430275+0000 mon.a (mon.0) 5024 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:07.477 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:07 smithi067 bash[79370]: cephadm 2023-12-09T02:15:06.430904+0000 mgr.y (mgr.25480) 1213 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:07.477 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:07 smithi067 bash[79370]: audit 2023-12-09T02:15:06.510324+0000 mon.a (mon.0) 5025 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:07.477 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:07 smithi067 bash[79370]: audit 2023-12-09T02:15:06.513565+0000 mon.a (mon.0) 5026 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:07.477 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:07 smithi067 bash[79370]: audit 2023-12-09T02:15:06.516834+0000 mon.a (mon.0) 5027 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:07.477 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:07 smithi067 bash[79370]: audit 2023-12-09T02:15:06.518085+0000 mon.a (mon.0) 5028 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:07.478 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:07 smithi067 bash[79370]: audit 2023-12-09T02:15:06.526788+0000 mon.a (mon.0) 5029 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:07.478 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:07 smithi067 bash[79370]: cephadm 2023-12-09T02:15:06.527713+0000 mgr.y (mgr.25480) 1214 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:07.478 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:07 smithi067 bash[79370]: audit 2023-12-09T02:15:06.612379+0000 mon.a (mon.0) 5030 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:07.478 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:07 smithi067 bash[79370]: audit 2023-12-09T02:15:06.615855+0000 mon.a (mon.0) 5031 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:07.478 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:07 smithi067 bash[79370]: audit 2023-12-09T02:15:06.619745+0000 mon.a (mon.0) 5032 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:07.478 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:07 smithi067 bash[79370]: audit 2023-12-09T02:15:06.620914+0000 mon.a (mon.0) 5033 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:07.478 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:07 smithi067 bash[79370]: audit 2023-12-09T02:15:06.628047+0000 mon.a (mon.0) 5034 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:07.478 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:07 smithi067 bash[79370]: cephadm 2023-12-09T02:15:06.628672+0000 mgr.y (mgr.25480) 1215 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:07.478 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:07 smithi067 bash[79370]: audit 2023-12-09T02:15:06.653058+0000 mgr.y (mgr.25480) 1216 : audit 0 from='client.44422 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:15:07.478 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:07 smithi067 bash[79370]: audit 2023-12-09T02:15:06.719004+0000 mon.a (mon.0) 5035 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:07.478 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:07 smithi067 bash[79370]: audit 2023-12-09T02:15:06.721776+0000 mon.a (mon.0) 5036 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:07.478 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:07 smithi067 bash[79370]: audit 2023-12-09T02:15:06.724822+0000 mon.a (mon.0) 5037 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:07.478 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:07 smithi067 bash[79370]: audit 2023-12-09T02:15:06.725947+0000 mon.a (mon.0) 5038 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:07.478 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:07 smithi067 bash[79370]: audit 2023-12-09T02:15:06.733878+0000 mon.a (mon.0) 5039 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:07.479 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:07 smithi067 bash[79370]: audit 2023-12-09T02:15:06.812203+0000 mon.a (mon.0) 5040 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:07.479 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:07 smithi067 bash[79370]: audit 2023-12-09T02:15:06.815126+0000 mon.a (mon.0) 5041 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:07.479 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:07 smithi067 bash[79370]: audit 2023-12-09T02:15:06.818297+0000 mon.a (mon.0) 5042 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:07.479 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:07 smithi067 bash[79370]: audit 2023-12-09T02:15:06.819548+0000 mon.a (mon.0) 5043 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:07.479 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:07 smithi067 bash[79370]: audit 2023-12-09T02:15:06.826744+0000 mon.a (mon.0) 5044 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:07.479 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:07 smithi067 bash[79370]: audit 2023-12-09T02:15:06.904288+0000 mon.a (mon.0) 5045 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:07.479 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:07 smithi067 bash[79370]: audit 2023-12-09T02:15:06.906933+0000 mon.a (mon.0) 5046 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:07.479 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:07 smithi067 bash[79370]: audit 2023-12-09T02:15:06.910198+0000 mon.a (mon.0) 5047 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:07.479 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:07 smithi067 bash[79370]: audit 2023-12-09T02:15:06.911151+0000 mon.a (mon.0) 5048 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:07.479 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:07 smithi067 bash[79370]: audit 2023-12-09T02:15:06.918497+0000 mon.a (mon.0) 5049 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:07.479 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:07 smithi067 bash[79370]: audit 2023-12-09T02:15:07.002206+0000 mon.a (mon.0) 5050 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:07.479 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:07 smithi067 bash[79370]: audit 2023-12-09T02:15:07.004750+0000 mon.a (mon.0) 5051 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:07.479 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:07 smithi067 bash[79370]: audit 2023-12-09T02:15:07.007313+0000 mon.a (mon.0) 5052 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:07.479 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:07 smithi067 bash[79370]: audit 2023-12-09T02:15:07.008391+0000 mon.a (mon.0) 5053 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:07.480 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:07 smithi067 bash[79370]: audit 2023-12-09T02:15:07.015856+0000 mon.a (mon.0) 5054 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:07.480 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:07 smithi067 bash[79370]: cluster 2023-12-09T02:15:07.040632+0000 mon.a (mon.0) 5055 : cluster 1 Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive, 1 pg peering) 2023-12-09T02:15:07.480 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:07 smithi067 bash[79370]: audit 2023-12-09T02:15:07.093430+0000 mon.a (mon.0) 5056 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:07.480 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:07 smithi067 bash[79370]: audit 2023-12-09T02:15:07.096317+0000 mon.a (mon.0) 5057 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:07.480 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:07 smithi067 bash[79370]: audit 2023-12-09T02:15:07.099679+0000 mon.a (mon.0) 5058 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:07.480 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:07 smithi067 bash[79370]: audit 2023-12-09T02:15:07.100714+0000 mon.a (mon.0) 5059 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:07.480 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:07 smithi067 bash[79370]: audit 2023-12-09T02:15:07.108946+0000 mon.a (mon.0) 5060 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:07.480 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:07 smithi067 bash[79370]: audit 2023-12-09T02:15:07.136036+0000 mon.c (mon.1) 15 : audit 0 from='client.? 172.21.15.67:0/1608306525' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:07.480 INFO:journalctl@ceph.osd.5.smithi125.stdout:Dec 09 02:15:07 smithi125 bash[76488]: debug 2023-12-09T02:15:07.283+0000 7fcfd419b700 1 -- 172.21.15.125:0/2769480577 <== mon.1 v2:172.21.15.67:3301/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55cdcf1c71e0 con 0x55cdcf24c800 2023-12-09T02:15:07.481 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:07 smithi125 bash[66801]: cephadm 2023-12-09T02:15:05.748992+0000 mgr.y (mgr.25480) 1203 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:07.481 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:07 smithi125 bash[66801]: audit 2023-12-09T02:15:05.825512+0000 mgr.y (mgr.25480) 1204 : audit 0 from='client.34485 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:15:07.481 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:07 smithi125 bash[66801]: cephadm 2023-12-09T02:15:05.846711+0000 mgr.y (mgr.25480) 1205 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:07.481 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:07 smithi125 bash[66801]: cephadm 2023-12-09T02:15:05.944820+0000 mgr.y (mgr.25480) 1206 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:07.481 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:07 smithi125 bash[66801]: cephadm 2023-12-09T02:15:06.045645+0000 mgr.y (mgr.25480) 1207 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:07.481 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:07 smithi125 bash[66801]: cluster 2023-12-09T02:15:06.122266+0000 mgr.y (mgr.25480) 1208 : cluster 0 pgmap v208: 161 pgs: 9 active+clean+remapped, 95 active+clean, 37 active+undersized, 20 active+undersized+degraded; 585 KiB data, 204 MiB used, 715 GiB / 715 GiB avail; 83/726 objects degraded (11.433%); 1/726 objects misplaced (0.138%); 9 B/s, 0 objects/s recovering 2023-12-09T02:15:07.481 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:07 smithi125 bash[66801]: cephadm 2023-12-09T02:15:06.144904+0000 mgr.y (mgr.25480) 1209 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:07.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:07 smithi125 bash[66801]: audit 2023-12-09T02:15:06.224104+0000 mon.a (mon.0) 5010 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:07.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:07 smithi125 bash[66801]: audit 2023-12-09T02:15:06.227299+0000 mon.a (mon.0) 5011 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:07.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:07 smithi125 bash[66801]: audit 2023-12-09T02:15:06.230462+0000 mon.a (mon.0) 5012 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:07.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:07 smithi125 bash[66801]: audit 2023-12-09T02:15:06.231748+0000 mon.a (mon.0) 5013 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:07.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:07 smithi125 bash[66801]: audit 2023-12-09T02:15:06.239100+0000 mon.a (mon.0) 5014 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:07.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:07 smithi125 bash[66801]: cephadm 2023-12-09T02:15:06.239922+0000 mgr.y (mgr.25480) 1210 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:07.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:07 smithi125 bash[66801]: audit 2023-12-09T02:15:06.267426+0000 mgr.y (mgr.25480) 1211 : audit 0 from='client.34491 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:15:07.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:07 smithi125 bash[66801]: audit 2023-12-09T02:15:06.319859+0000 mon.a (mon.0) 5015 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:07.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:07 smithi125 bash[66801]: audit 2023-12-09T02:15:06.322915+0000 mon.a (mon.0) 5016 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:07.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:07 smithi125 bash[66801]: audit 2023-12-09T02:15:06.326227+0000 mon.a (mon.0) 5017 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:07.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:07 smithi125 bash[66801]: audit 2023-12-09T02:15:06.327376+0000 mon.a (mon.0) 5018 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:07.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:07 smithi125 bash[66801]: audit 2023-12-09T02:15:06.336517+0000 mon.a (mon.0) 5019 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:07.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:07 smithi125 bash[66801]: cephadm 2023-12-09T02:15:06.337187+0000 mgr.y (mgr.25480) 1212 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:07.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:07 smithi125 bash[66801]: audit 2023-12-09T02:15:06.415187+0000 mon.a (mon.0) 5020 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:07.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:07 smithi125 bash[66801]: audit 2023-12-09T02:15:06.418897+0000 mon.a (mon.0) 5021 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:07.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:07 smithi125 bash[66801]: audit 2023-12-09T02:15:06.422232+0000 mon.a (mon.0) 5022 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:07.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:07 smithi125 bash[66801]: audit 2023-12-09T02:15:06.423438+0000 mon.a (mon.0) 5023 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:07.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:07 smithi125 bash[66801]: audit 2023-12-09T02:15:06.430275+0000 mon.a (mon.0) 5024 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:07.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:07 smithi125 bash[66801]: cephadm 2023-12-09T02:15:06.430904+0000 mgr.y (mgr.25480) 1213 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:07.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:07 smithi125 bash[66801]: audit 2023-12-09T02:15:06.510324+0000 mon.a (mon.0) 5025 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:07.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:07 smithi125 bash[66801]: audit 2023-12-09T02:15:06.513565+0000 mon.a (mon.0) 5026 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:07.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:07 smithi125 bash[66801]: audit 2023-12-09T02:15:06.516834+0000 mon.a (mon.0) 5027 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:07.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:07 smithi125 bash[66801]: audit 2023-12-09T02:15:06.518085+0000 mon.a (mon.0) 5028 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:07.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:07 smithi125 bash[66801]: audit 2023-12-09T02:15:06.526788+0000 mon.a (mon.0) 5029 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:07.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:07 smithi125 bash[66801]: cephadm 2023-12-09T02:15:06.527713+0000 mgr.y (mgr.25480) 1214 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:07.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:07 smithi125 bash[66801]: audit 2023-12-09T02:15:06.612379+0000 mon.a (mon.0) 5030 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:07.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:07 smithi125 bash[66801]: audit 2023-12-09T02:15:06.615855+0000 mon.a (mon.0) 5031 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:07.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:07 smithi125 bash[66801]: audit 2023-12-09T02:15:06.619745+0000 mon.a (mon.0) 5032 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:07.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:07 smithi125 bash[66801]: audit 2023-12-09T02:15:06.620914+0000 mon.a (mon.0) 5033 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:07.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:07 smithi125 bash[66801]: audit 2023-12-09T02:15:06.628047+0000 mon.a (mon.0) 5034 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:07.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:07 smithi125 bash[66801]: cephadm 2023-12-09T02:15:06.628672+0000 mgr.y (mgr.25480) 1215 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:07.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:07 smithi125 bash[66801]: audit 2023-12-09T02:15:06.653058+0000 mgr.y (mgr.25480) 1216 : audit 0 from='client.44422 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:15:07.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:07 smithi125 bash[66801]: audit 2023-12-09T02:15:06.719004+0000 mon.a (mon.0) 5035 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:07.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:07 smithi125 bash[66801]: audit 2023-12-09T02:15:06.721776+0000 mon.a (mon.0) 5036 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:07.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:07 smithi125 bash[66801]: audit 2023-12-09T02:15:06.724822+0000 mon.a (mon.0) 5037 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:07.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:07 smithi125 bash[66801]: audit 2023-12-09T02:15:06.725947+0000 mon.a (mon.0) 5038 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:07.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:07 smithi125 bash[66801]: audit 2023-12-09T02:15:06.733878+0000 mon.a (mon.0) 5039 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:07.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:07 smithi125 bash[66801]: audit 2023-12-09T02:15:06.812203+0000 mon.a (mon.0) 5040 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:07.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:07 smithi125 bash[66801]: audit 2023-12-09T02:15:06.815126+0000 mon.a (mon.0) 5041 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:07.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:07 smithi125 bash[66801]: audit 2023-12-09T02:15:06.818297+0000 mon.a (mon.0) 5042 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:07.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:07 smithi125 bash[66801]: audit 2023-12-09T02:15:06.819548+0000 mon.a (mon.0) 5043 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:07.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:07 smithi125 bash[66801]: audit 2023-12-09T02:15:06.826744+0000 mon.a (mon.0) 5044 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:07.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:07 smithi125 bash[66801]: audit 2023-12-09T02:15:06.904288+0000 mon.a (mon.0) 5045 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:07.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:07 smithi125 bash[66801]: audit 2023-12-09T02:15:06.906933+0000 mon.a (mon.0) 5046 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:07.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:07 smithi125 bash[66801]: audit 2023-12-09T02:15:06.910198+0000 mon.a (mon.0) 5047 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:07.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:07 smithi125 bash[66801]: audit 2023-12-09T02:15:06.911151+0000 mon.a (mon.0) 5048 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:07.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:07 smithi125 bash[66801]: audit 2023-12-09T02:15:06.918497+0000 mon.a (mon.0) 5049 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:07.485 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:07 smithi125 bash[66801]: audit 2023-12-09T02:15:07.002206+0000 mon.a (mon.0) 5050 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:07.485 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:07 smithi125 bash[66801]: audit 2023-12-09T02:15:07.004750+0000 mon.a (mon.0) 5051 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:07.485 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:07 smithi125 bash[66801]: audit 2023-12-09T02:15:07.007313+0000 mon.a (mon.0) 5052 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:07.485 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:07 smithi125 bash[66801]: audit 2023-12-09T02:15:07.008391+0000 mon.a (mon.0) 5053 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:07.485 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:07 smithi125 bash[66801]: audit 2023-12-09T02:15:07.015856+0000 mon.a (mon.0) 5054 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:07.485 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:07 smithi125 bash[66801]: cluster 2023-12-09T02:15:07.040632+0000 mon.a (mon.0) 5055 : cluster 1 Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive, 1 pg peering) 2023-12-09T02:15:07.485 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:07 smithi125 bash[66801]: audit 2023-12-09T02:15:07.093430+0000 mon.a (mon.0) 5056 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:07.485 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:07 smithi125 bash[66801]: audit 2023-12-09T02:15:07.096317+0000 mon.a (mon.0) 5057 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:07.485 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:07 smithi125 bash[66801]: audit 2023-12-09T02:15:07.099679+0000 mon.a (mon.0) 5058 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:07.485 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:07 smithi125 bash[66801]: audit 2023-12-09T02:15:07.100714+0000 mon.a (mon.0) 5059 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:07.485 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:07 smithi125 bash[66801]: audit 2023-12-09T02:15:07.108946+0000 mon.a (mon.0) 5060 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:07.485 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:07 smithi125 bash[66801]: audit 2023-12-09T02:15:07.136036+0000 mon.c (mon.1) 15 : audit 0 from='client.? 172.21.15.67:0/1608306525' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:07.572 INFO:teuthology.orchestra.run.smithi067.stdout:{ 2023-12-09T02:15:07.572 INFO:teuthology.orchestra.run.smithi067.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:9dcc13bb80dcc1cdea72b04d80505b4649a2b882", 2023-12-09T02:15:07.572 INFO:teuthology.orchestra.run.smithi067.stdout: "in_progress": true, 2023-12-09T02:15:07.572 INFO:teuthology.orchestra.run.smithi067.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-09T02:15:07.572 INFO:teuthology.orchestra.run.smithi067.stdout: "services_complete": [ 2023-12-09T02:15:07.572 INFO:teuthology.orchestra.run.smithi067.stdout: "mgr", 2023-12-09T02:15:07.572 INFO:teuthology.orchestra.run.smithi067.stdout: "mon" 2023-12-09T02:15:07.572 INFO:teuthology.orchestra.run.smithi067.stdout: ], 2023-12-09T02:15:07.572 INFO:teuthology.orchestra.run.smithi067.stdout: "progress": "10/23 daemons upgraded", 2023-12-09T02:15:07.572 INFO:teuthology.orchestra.run.smithi067.stdout: "message": "Currently upgrading osd daemons", 2023-12-09T02:15:07.573 INFO:teuthology.orchestra.run.smithi067.stdout: "is_paused": false 2023-12-09T02:15:07.573 INFO:teuthology.orchestra.run.smithi067.stdout:} 2023-12-09T02:15:08.016 INFO:teuthology.orchestra.run.smithi067.stdout:HEALTH_WARN 1 osds down; Degraded data redundancy: 83/726 objects degraded (11.433%), 20 pgs degraded 2023-12-09T02:15:08.017 INFO:teuthology.orchestra.run.smithi067.stdout:[WRN] OSD_DOWN: 1 osds down 2023-12-09T02:15:08.017 INFO:teuthology.orchestra.run.smithi067.stdout: osd.5 (root=default,host=smithi125) is down 2023-12-09T02:15:08.017 INFO:teuthology.orchestra.run.smithi067.stdout:[WRN] PG_DEGRADED: Degraded data redundancy: 83/726 objects degraded (11.433%), 20 pgs degraded 2023-12-09T02:15:08.017 INFO:teuthology.orchestra.run.smithi067.stdout: pg 2.12 is active+undersized+degraded, acting [3,7] 2023-12-09T02:15:08.017 INFO:teuthology.orchestra.run.smithi067.stdout: pg 2.16 is active+undersized+degraded, acting [6,2] 2023-12-09T02:15:08.017 INFO:teuthology.orchestra.run.smithi067.stdout: pg 2.17 is active+undersized+degraded, acting [6,2] 2023-12-09T02:15:08.017 INFO:teuthology.orchestra.run.smithi067.stdout: pg 2.1c is active+undersized+degraded, acting [7,2] 2023-12-09T02:15:08.017 INFO:teuthology.orchestra.run.smithi067.stdout: pg 3.2 is active+undersized+degraded, acting [3,6] 2023-12-09T02:15:08.017 INFO:teuthology.orchestra.run.smithi067.stdout: pg 3.4 is active+undersized+degraded, acting [1,2] 2023-12-09T02:15:08.017 INFO:teuthology.orchestra.run.smithi067.stdout: pg 3.5 is active+undersized+degraded, acting [3,2] 2023-12-09T02:15:08.017 INFO:teuthology.orchestra.run.smithi067.stdout: pg 3.c is active+undersized+degraded, acting [3,6] 2023-12-09T02:15:08.017 INFO:teuthology.orchestra.run.smithi067.stdout: pg 3.d is active+undersized+degraded, acting [7,6] 2023-12-09T02:15:08.018 INFO:teuthology.orchestra.run.smithi067.stdout: pg 3.10 is active+undersized+degraded, acting [6,0] 2023-12-09T02:15:08.018 INFO:teuthology.orchestra.run.smithi067.stdout: pg 3.13 is active+undersized+degraded, acting [7,2] 2023-12-09T02:15:08.018 INFO:teuthology.orchestra.run.smithi067.stdout: pg 3.16 is active+undersized+degraded, acting [7,1] 2023-12-09T02:15:08.018 INFO:teuthology.orchestra.run.smithi067.stdout: pg 3.17 is active+undersized+degraded, acting [0,3] 2023-12-09T02:15:08.018 INFO:teuthology.orchestra.run.smithi067.stdout: pg 3.1c is active+undersized+degraded, acting [2,1] 2023-12-09T02:15:08.018 INFO:teuthology.orchestra.run.smithi067.stdout: pg 3.1d is active+undersized+degraded, acting [2,6] 2023-12-09T02:15:08.018 INFO:teuthology.orchestra.run.smithi067.stdout: pg 3.1f is active+undersized+degraded, acting [0,2] 2023-12-09T02:15:08.018 INFO:teuthology.orchestra.run.smithi067.stdout: pg 4.3 is active+undersized+degraded, acting [0,7] 2023-12-09T02:15:08.018 INFO:teuthology.orchestra.run.smithi067.stdout: pg 4.15 is active+undersized+degraded, acting [7,3] 2023-12-09T02:15:08.018 INFO:teuthology.orchestra.run.smithi067.stdout: pg 4.1f is active+undersized+degraded, acting [6,1] 2023-12-09T02:15:08.018 INFO:teuthology.orchestra.run.smithi067.stdout: pg 6.1a is active+undersized+degraded, acting [4,1] 2023-12-09T02:15:08.187 INFO:journalctl@ceph.osd.5.smithi125.stdout:Dec 09 02:15:07 smithi125 bash[76488]: debug 2023-12-09T02:15:07.839+0000 7fcfdd321640 -1 Falling back to public interface 2023-12-09T02:15:08.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:08 smithi067 bash[79370]: cephadm 2023-12-09T02:15:06.734612+0000 mgr.y (mgr.25480) 1217 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:08.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:08 smithi067 bash[79370]: cephadm 2023-12-09T02:15:06.827329+0000 mgr.y (mgr.25480) 1218 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:08.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:08 smithi067 bash[79370]: cephadm 2023-12-09T02:15:06.919428+0000 mgr.y (mgr.25480) 1219 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:08.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:08 smithi067 bash[79370]: cephadm 2023-12-09T02:15:07.016330+0000 mgr.y (mgr.25480) 1220 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:08.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:08 smithi067 bash[79370]: cephadm 2023-12-09T02:15:07.109834+0000 mgr.y (mgr.25480) 1221 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:08.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:08 smithi067 bash[79370]: audit 2023-12-09T02:15:07.191783+0000 mon.a (mon.0) 5061 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:08.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:08 smithi067 bash[79370]: audit 2023-12-09T02:15:07.194456+0000 mon.a (mon.0) 5062 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:08.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:08 smithi067 bash[79370]: audit 2023-12-09T02:15:07.196696+0000 mon.a (mon.0) 5063 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:08.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:08 smithi067 bash[79370]: audit 2023-12-09T02:15:07.197499+0000 mon.a (mon.0) 5064 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:08.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:08 smithi067 bash[79370]: audit 2023-12-09T02:15:07.202712+0000 mon.a (mon.0) 5065 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:08.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:08 smithi067 bash[79370]: cephadm 2023-12-09T02:15:07.203331+0000 mgr.y (mgr.25480) 1222 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:08.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:08 smithi067 bash[79370]: cluster 2023-12-09T02:15:07.249890+0000 mon.a (mon.0) 5066 : cluster 3 Health check update: Degraded data redundancy: 83/726 objects degraded (11.433%), 20 pgs degraded (PG_DEGRADED) 2023-12-09T02:15:08.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:08 smithi067 bash[79370]: audit 2023-12-09T02:15:07.287343+0000 mon.a (mon.0) 5067 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:08.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:08 smithi067 bash[79370]: audit 2023-12-09T02:15:07.289794+0000 mon.a (mon.0) 5068 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:08.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:08 smithi067 bash[79370]: audit 2023-12-09T02:15:07.292247+0000 mon.a (mon.0) 5069 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:08.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:08 smithi067 bash[79370]: audit 2023-12-09T02:15:07.293292+0000 mon.a (mon.0) 5070 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:08.472 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:08 smithi067 bash[79370]: audit 2023-12-09T02:15:07.300580+0000 mon.a (mon.0) 5071 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:08.472 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:08 smithi067 bash[79370]: cephadm 2023-12-09T02:15:07.301009+0000 mgr.y (mgr.25480) 1223 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:08.472 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:08 smithi067 bash[79370]: audit 2023-12-09T02:15:07.380046+0000 mon.a (mon.0) 5072 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:08.472 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:08 smithi067 bash[79370]: audit 2023-12-09T02:15:07.384577+0000 mon.a (mon.0) 5073 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:08.472 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:08 smithi067 bash[82083]: cephadm 2023-12-09T02:15:06.734612+0000 mgr.y (mgr.25480) 1217 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:08.472 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:08 smithi067 bash[82083]: cephadm 2023-12-09T02:15:06.827329+0000 mgr.y (mgr.25480) 1218 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:08.472 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:08 smithi067 bash[82083]: cephadm 2023-12-09T02:15:06.919428+0000 mgr.y (mgr.25480) 1219 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:08.472 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:08 smithi067 bash[82083]: cephadm 2023-12-09T02:15:07.016330+0000 mgr.y (mgr.25480) 1220 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:08.472 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:08 smithi067 bash[82083]: cephadm 2023-12-09T02:15:07.109834+0000 mgr.y (mgr.25480) 1221 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:08.472 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:08 smithi067 bash[82083]: audit 2023-12-09T02:15:07.191783+0000 mon.a (mon.0) 5061 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:08.473 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:08 smithi067 bash[82083]: audit 2023-12-09T02:15:07.194456+0000 mon.a (mon.0) 5062 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:08.473 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:08 smithi067 bash[82083]: audit 2023-12-09T02:15:07.196696+0000 mon.a (mon.0) 5063 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:08.473 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:08 smithi067 bash[82083]: audit 2023-12-09T02:15:07.197499+0000 mon.a (mon.0) 5064 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:08.473 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:08 smithi067 bash[82083]: audit 2023-12-09T02:15:07.202712+0000 mon.a (mon.0) 5065 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:08.473 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:08 smithi067 bash[82083]: cephadm 2023-12-09T02:15:07.203331+0000 mgr.y (mgr.25480) 1222 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:08.473 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:08 smithi067 bash[82083]: cluster 2023-12-09T02:15:07.249890+0000 mon.a (mon.0) 5066 : cluster 3 Health check update: Degraded data redundancy: 83/726 objects degraded (11.433%), 20 pgs degraded (PG_DEGRADED) 2023-12-09T02:15:08.473 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:08 smithi067 bash[82083]: audit 2023-12-09T02:15:07.287343+0000 mon.a (mon.0) 5067 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:08.473 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:08 smithi067 bash[82083]: audit 2023-12-09T02:15:07.289794+0000 mon.a (mon.0) 5068 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:08.473 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:08 smithi067 bash[82083]: audit 2023-12-09T02:15:07.292247+0000 mon.a (mon.0) 5069 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:08.473 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:08 smithi067 bash[82083]: audit 2023-12-09T02:15:07.293292+0000 mon.a (mon.0) 5070 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:08.473 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:08 smithi067 bash[82083]: audit 2023-12-09T02:15:07.300580+0000 mon.a (mon.0) 5071 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:08.473 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:08 smithi067 bash[82083]: cephadm 2023-12-09T02:15:07.301009+0000 mgr.y (mgr.25480) 1223 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:08.473 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:08 smithi067 bash[82083]: audit 2023-12-09T02:15:07.380046+0000 mon.a (mon.0) 5072 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:08.473 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:08 smithi067 bash[82083]: audit 2023-12-09T02:15:07.384577+0000 mon.a (mon.0) 5073 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:08.474 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:08 smithi067 bash[79370]: audit 2023-12-09T02:15:07.387943+0000 mon.a (mon.0) 5074 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:08.474 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:08 smithi067 bash[79370]: audit 2023-12-09T02:15:07.389114+0000 mon.a (mon.0) 5075 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:08.474 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:08 smithi067 bash[79370]: audit 2023-12-09T02:15:07.398934+0000 mon.a (mon.0) 5076 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:08.474 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:08 smithi067 bash[79370]: cephadm 2023-12-09T02:15:07.399501+0000 mgr.y (mgr.25480) 1224 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:08.474 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:08 smithi067 bash[79370]: audit 2023-12-09T02:15:07.478175+0000 mon.a (mon.0) 5077 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:08.474 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:08 smithi067 bash[79370]: audit 2023-12-09T02:15:07.482006+0000 mon.a (mon.0) 5078 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:08.474 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:08 smithi067 bash[79370]: audit 2023-12-09T02:15:07.484359+0000 mon.a (mon.0) 5079 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:08.474 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:08 smithi067 bash[79370]: audit 2023-12-09T02:15:07.485250+0000 mon.a (mon.0) 5080 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:08.474 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:08 smithi067 bash[79370]: audit 2023-12-09T02:15:07.493401+0000 mon.a (mon.0) 5081 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:08.475 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:08 smithi067 bash[79370]: cephadm 2023-12-09T02:15:07.494147+0000 mgr.y (mgr.25480) 1225 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:08.475 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:08 smithi067 bash[79370]: audit 2023-12-09T02:15:07.570555+0000 mgr.y (mgr.25480) 1226 : audit 0 from='client.34509 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:15:08.475 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:08 smithi067 bash[79370]: audit 2023-12-09T02:15:07.574435+0000 mon.a (mon.0) 5082 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:08.475 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:08 smithi067 bash[79370]: audit 2023-12-09T02:15:07.578970+0000 mon.a (mon.0) 5083 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:08.475 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:08 smithi067 bash[79370]: audit 2023-12-09T02:15:07.582162+0000 mon.a (mon.0) 5084 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:08.475 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:08 smithi067 bash[79370]: audit 2023-12-09T02:15:07.583123+0000 mon.a (mon.0) 5085 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:08.475 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:08 smithi067 bash[79370]: audit 2023-12-09T02:15:07.590821+0000 mon.a (mon.0) 5086 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:08.475 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:08 smithi067 bash[79370]: cephadm 2023-12-09T02:15:07.591382+0000 mgr.y (mgr.25480) 1227 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:08.475 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:08 smithi067 bash[79370]: audit 2023-12-09T02:15:07.671120+0000 mon.a (mon.0) 5087 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:08.475 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:08 smithi067 bash[79370]: audit 2023-12-09T02:15:07.673549+0000 mon.a (mon.0) 5088 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:08.475 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:08 smithi067 bash[79370]: audit 2023-12-09T02:15:07.676213+0000 mon.a (mon.0) 5089 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:08.475 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:08 smithi067 bash[79370]: audit 2023-12-09T02:15:07.677214+0000 mon.a (mon.0) 5090 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:08.475 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:08 smithi067 bash[79370]: audit 2023-12-09T02:15:07.684726+0000 mon.a (mon.0) 5091 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:08.476 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:08 smithi067 bash[79370]: cephadm 2023-12-09T02:15:07.685512+0000 mgr.y (mgr.25480) 1228 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:08.476 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:08 smithi067 bash[79370]: audit 2023-12-09T02:15:07.767280+0000 mon.a (mon.0) 5092 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:08.476 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:08 smithi067 bash[79370]: audit 2023-12-09T02:15:07.769491+0000 mon.a (mon.0) 5093 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:08.476 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:08 smithi067 bash[79370]: audit 2023-12-09T02:15:07.771771+0000 mon.a (mon.0) 5094 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:08.476 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:08 smithi067 bash[79370]: audit 2023-12-09T02:15:07.772705+0000 mon.a (mon.0) 5095 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:08.476 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:08 smithi067 bash[79370]: audit 2023-12-09T02:15:07.782071+0000 mon.a (mon.0) 5096 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:08.476 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:08 smithi067 bash[79370]: audit 2023-12-09T02:15:07.861807+0000 mon.a (mon.0) 5097 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:08.476 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:08 smithi067 bash[79370]: audit 2023-12-09T02:15:07.864372+0000 mon.a (mon.0) 5098 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:08.476 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:08 smithi067 bash[79370]: audit 2023-12-09T02:15:07.867392+0000 mon.a (mon.0) 5099 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:08.476 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:08 smithi067 bash[79370]: audit 2023-12-09T02:15:07.868419+0000 mon.a (mon.0) 5100 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:08.476 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:08 smithi067 bash[79370]: audit 2023-12-09T02:15:07.878146+0000 mon.a (mon.0) 5101 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:08.476 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:08 smithi067 bash[79370]: audit 2023-12-09T02:15:07.955708+0000 mon.a (mon.0) 5102 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:08.476 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:08 smithi067 bash[79370]: audit 2023-12-09T02:15:07.959896+0000 mon.a (mon.0) 5103 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:08.476 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:08 smithi067 bash[79370]: audit 2023-12-09T02:15:07.963644+0000 mon.a (mon.0) 5104 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:08.477 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:08 smithi067 bash[79370]: audit 2023-12-09T02:15:07.964868+0000 mon.a (mon.0) 5105 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:08.477 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:08 smithi067 bash[79370]: audit 2023-12-09T02:15:07.974878+0000 mon.a (mon.0) 5106 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:08.477 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:08 smithi067 bash[79370]: audit 2023-12-09T02:15:08.015940+0000 mon.a (mon.0) 5107 : audit 0 from='client.? 172.21.15.67:0/3779270749' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-09T02:15:08.477 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:08 smithi067 bash[79370]: audit 2023-12-09T02:15:08.051604+0000 mon.a (mon.0) 5108 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:08.477 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:08 smithi067 bash[82083]: audit 2023-12-09T02:15:07.387943+0000 mon.a (mon.0) 5074 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:08.477 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:08 smithi067 bash[82083]: audit 2023-12-09T02:15:07.389114+0000 mon.a (mon.0) 5075 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:08.477 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:08 smithi067 bash[82083]: audit 2023-12-09T02:15:07.398934+0000 mon.a (mon.0) 5076 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:08.477 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:08 smithi067 bash[82083]: cephadm 2023-12-09T02:15:07.399501+0000 mgr.y (mgr.25480) 1224 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:08.477 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:08 smithi067 bash[82083]: audit 2023-12-09T02:15:07.478175+0000 mon.a (mon.0) 5077 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:08.477 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:08 smithi067 bash[82083]: audit 2023-12-09T02:15:07.482006+0000 mon.a (mon.0) 5078 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:08.477 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:08 smithi067 bash[82083]: audit 2023-12-09T02:15:07.484359+0000 mon.a (mon.0) 5079 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:08.477 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:08 smithi067 bash[82083]: audit 2023-12-09T02:15:07.485250+0000 mon.a (mon.0) 5080 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:08.478 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:08 smithi067 bash[82083]: audit 2023-12-09T02:15:07.493401+0000 mon.a (mon.0) 5081 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:08.478 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:08 smithi067 bash[82083]: cephadm 2023-12-09T02:15:07.494147+0000 mgr.y (mgr.25480) 1225 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:08.478 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:08 smithi067 bash[82083]: audit 2023-12-09T02:15:07.570555+0000 mgr.y (mgr.25480) 1226 : audit 0 from='client.34509 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:15:08.478 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:08 smithi067 bash[82083]: audit 2023-12-09T02:15:07.574435+0000 mon.a (mon.0) 5082 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:08.478 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:08 smithi067 bash[82083]: audit 2023-12-09T02:15:07.578970+0000 mon.a (mon.0) 5083 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:08.478 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:08 smithi067 bash[82083]: audit 2023-12-09T02:15:07.582162+0000 mon.a (mon.0) 5084 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:08.478 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:08 smithi067 bash[82083]: audit 2023-12-09T02:15:07.583123+0000 mon.a (mon.0) 5085 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:08.478 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:08 smithi067 bash[82083]: audit 2023-12-09T02:15:07.590821+0000 mon.a (mon.0) 5086 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:08.478 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:08 smithi067 bash[82083]: cephadm 2023-12-09T02:15:07.591382+0000 mgr.y (mgr.25480) 1227 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:08.478 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:08 smithi067 bash[82083]: audit 2023-12-09T02:15:07.671120+0000 mon.a (mon.0) 5087 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:08.478 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:08 smithi067 bash[82083]: audit 2023-12-09T02:15:07.673549+0000 mon.a (mon.0) 5088 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:08.478 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:08 smithi067 bash[82083]: audit 2023-12-09T02:15:07.676213+0000 mon.a (mon.0) 5089 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:08.479 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:08 smithi067 bash[79370]: audit 2023-12-09T02:15:08.053850+0000 mon.a (mon.0) 5109 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:08.479 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:08 smithi067 bash[79370]: audit 2023-12-09T02:15:08.057381+0000 mon.a (mon.0) 5110 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:08.479 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:08 smithi067 bash[79370]: audit 2023-12-09T02:15:08.058629+0000 mon.a (mon.0) 5111 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:08.479 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:08 smithi067 bash[79370]: audit 2023-12-09T02:15:08.069876+0000 mon.a (mon.0) 5112 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:08.479 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:08 smithi067 bash[79370]: audit 2023-12-09T02:15:08.153564+0000 mon.a (mon.0) 5113 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:08.479 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:08 smithi067 bash[79370]: audit 2023-12-09T02:15:08.156482+0000 mon.a (mon.0) 5114 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:08.479 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:08 smithi067 bash[79370]: audit 2023-12-09T02:15:08.160370+0000 mon.a (mon.0) 5115 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:08.479 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:08 smithi067 bash[79370]: audit 2023-12-09T02:15:08.162329+0000 mon.a (mon.0) 5116 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:08.479 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:08 smithi067 bash[79370]: audit 2023-12-09T02:15:08.172297+0000 mon.a (mon.0) 5117 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:08.480 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:08 smithi067 bash[82083]: audit 2023-12-09T02:15:07.677214+0000 mon.a (mon.0) 5090 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:08.480 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:08 smithi067 bash[82083]: audit 2023-12-09T02:15:07.684726+0000 mon.a (mon.0) 5091 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:08.480 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:08 smithi067 bash[82083]: cephadm 2023-12-09T02:15:07.685512+0000 mgr.y (mgr.25480) 1228 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:08.480 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:08 smithi067 bash[82083]: audit 2023-12-09T02:15:07.767280+0000 mon.a (mon.0) 5092 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:08.480 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:08 smithi067 bash[82083]: audit 2023-12-09T02:15:07.769491+0000 mon.a (mon.0) 5093 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:08.480 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:08 smithi067 bash[82083]: audit 2023-12-09T02:15:07.771771+0000 mon.a (mon.0) 5094 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:08.480 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:08 smithi067 bash[82083]: audit 2023-12-09T02:15:07.772705+0000 mon.a (mon.0) 5095 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:08.480 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:08 smithi067 bash[82083]: audit 2023-12-09T02:15:07.782071+0000 mon.a (mon.0) 5096 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:08.480 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:08 smithi067 bash[82083]: audit 2023-12-09T02:15:07.861807+0000 mon.a (mon.0) 5097 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:08.480 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:08 smithi067 bash[82083]: audit 2023-12-09T02:15:07.864372+0000 mon.a (mon.0) 5098 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:08.480 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:08 smithi067 bash[82083]: audit 2023-12-09T02:15:07.867392+0000 mon.a (mon.0) 5099 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:08.480 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:08 smithi067 bash[82083]: audit 2023-12-09T02:15:07.868419+0000 mon.a (mon.0) 5100 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:08.481 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:08 smithi067 bash[82083]: audit 2023-12-09T02:15:07.878146+0000 mon.a (mon.0) 5101 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:08.481 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:08 smithi067 bash[82083]: audit 2023-12-09T02:15:07.955708+0000 mon.a (mon.0) 5102 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:08.481 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:08 smithi067 bash[82083]: audit 2023-12-09T02:15:07.959896+0000 mon.a (mon.0) 5103 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:08.481 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:08 smithi067 bash[82083]: audit 2023-12-09T02:15:07.963644+0000 mon.a (mon.0) 5104 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:08.481 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:08 smithi067 bash[82083]: audit 2023-12-09T02:15:07.964868+0000 mon.a (mon.0) 5105 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:08.481 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:08 smithi067 bash[82083]: audit 2023-12-09T02:15:07.974878+0000 mon.a (mon.0) 5106 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:08.481 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:08 smithi067 bash[82083]: audit 2023-12-09T02:15:08.015940+0000 mon.a (mon.0) 5107 : audit 0 from='client.? 172.21.15.67:0/3779270749' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-09T02:15:08.481 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:08 smithi067 bash[82083]: audit 2023-12-09T02:15:08.051604+0000 mon.a (mon.0) 5108 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:08.481 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:08 smithi067 bash[82083]: audit 2023-12-09T02:15:08.053850+0000 mon.a (mon.0) 5109 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:08.481 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:08 smithi067 bash[82083]: audit 2023-12-09T02:15:08.057381+0000 mon.a (mon.0) 5110 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:08.481 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:08 smithi067 bash[82083]: audit 2023-12-09T02:15:08.058629+0000 mon.a (mon.0) 5111 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:08.481 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:08 smithi067 bash[82083]: audit 2023-12-09T02:15:08.069876+0000 mon.a (mon.0) 5112 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:08.481 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:08 smithi067 bash[82083]: audit 2023-12-09T02:15:08.153564+0000 mon.a (mon.0) 5113 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:08.481 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:08 smithi067 bash[82083]: audit 2023-12-09T02:15:08.156482+0000 mon.a (mon.0) 5114 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:08.481 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:08 smithi067 bash[82083]: audit 2023-12-09T02:15:08.160370+0000 mon.a (mon.0) 5115 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:08.482 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:08 smithi067 bash[82083]: audit 2023-12-09T02:15:08.162329+0000 mon.a (mon.0) 5116 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:08.482 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:08 smithi067 bash[82083]: audit 2023-12-09T02:15:08.172297+0000 mon.a (mon.0) 5117 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:08.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:08 smithi125 bash[66801]: cephadm 2023-12-09T02:15:06.734612+0000 mgr.y (mgr.25480) 1217 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:08.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:08 smithi125 bash[66801]: cephadm 2023-12-09T02:15:06.827329+0000 mgr.y (mgr.25480) 1218 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:08.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:08 smithi125 bash[66801]: cephadm 2023-12-09T02:15:06.919428+0000 mgr.y (mgr.25480) 1219 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:08.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:08 smithi125 bash[66801]: cephadm 2023-12-09T02:15:07.016330+0000 mgr.y (mgr.25480) 1220 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:08.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:08 smithi125 bash[66801]: cephadm 2023-12-09T02:15:07.109834+0000 mgr.y (mgr.25480) 1221 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:08.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:08 smithi125 bash[66801]: audit 2023-12-09T02:15:07.191783+0000 mon.a (mon.0) 5061 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:08.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:08 smithi125 bash[66801]: audit 2023-12-09T02:15:07.194456+0000 mon.a (mon.0) 5062 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:08.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:08 smithi125 bash[66801]: audit 2023-12-09T02:15:07.196696+0000 mon.a (mon.0) 5063 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:08.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:08 smithi125 bash[66801]: audit 2023-12-09T02:15:07.197499+0000 mon.a (mon.0) 5064 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:08.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:08 smithi125 bash[66801]: audit 2023-12-09T02:15:07.202712+0000 mon.a (mon.0) 5065 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:08.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:08 smithi125 bash[66801]: cephadm 2023-12-09T02:15:07.203331+0000 mgr.y (mgr.25480) 1222 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:08.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:08 smithi125 bash[66801]: cluster 2023-12-09T02:15:07.249890+0000 mon.a (mon.0) 5066 : cluster 3 Health check update: Degraded data redundancy: 83/726 objects degraded (11.433%), 20 pgs degraded (PG_DEGRADED) 2023-12-09T02:15:08.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:08 smithi125 bash[66801]: audit 2023-12-09T02:15:07.287343+0000 mon.a (mon.0) 5067 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:08.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:08 smithi125 bash[66801]: audit 2023-12-09T02:15:07.289794+0000 mon.a (mon.0) 5068 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:08.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:08 smithi125 bash[66801]: audit 2023-12-09T02:15:07.292247+0000 mon.a (mon.0) 5069 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:08.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:08 smithi125 bash[66801]: audit 2023-12-09T02:15:07.293292+0000 mon.a (mon.0) 5070 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:08.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:08 smithi125 bash[66801]: audit 2023-12-09T02:15:07.300580+0000 mon.a (mon.0) 5071 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:08.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:08 smithi125 bash[66801]: cephadm 2023-12-09T02:15:07.301009+0000 mgr.y (mgr.25480) 1223 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:08.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:08 smithi125 bash[66801]: audit 2023-12-09T02:15:07.380046+0000 mon.a (mon.0) 5072 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:08.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:08 smithi125 bash[66801]: audit 2023-12-09T02:15:07.384577+0000 mon.a (mon.0) 5073 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:08.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:08 smithi125 bash[66801]: audit 2023-12-09T02:15:07.387943+0000 mon.a (mon.0) 5074 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:08.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:08 smithi125 bash[66801]: audit 2023-12-09T02:15:07.389114+0000 mon.a (mon.0) 5075 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:08.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:08 smithi125 bash[66801]: audit 2023-12-09T02:15:07.398934+0000 mon.a (mon.0) 5076 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:08.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:08 smithi125 bash[66801]: cephadm 2023-12-09T02:15:07.399501+0000 mgr.y (mgr.25480) 1224 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:08.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:08 smithi125 bash[66801]: audit 2023-12-09T02:15:07.478175+0000 mon.a (mon.0) 5077 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:08.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:08 smithi125 bash[66801]: audit 2023-12-09T02:15:07.482006+0000 mon.a (mon.0) 5078 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:08.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:08 smithi125 bash[66801]: audit 2023-12-09T02:15:07.484359+0000 mon.a (mon.0) 5079 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:08.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:08 smithi125 bash[66801]: audit 2023-12-09T02:15:07.485250+0000 mon.a (mon.0) 5080 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:08.485 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:08 smithi125 bash[66801]: audit 2023-12-09T02:15:07.493401+0000 mon.a (mon.0) 5081 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:08.485 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:08 smithi125 bash[66801]: cephadm 2023-12-09T02:15:07.494147+0000 mgr.y (mgr.25480) 1225 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:08.485 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:08 smithi125 bash[66801]: audit 2023-12-09T02:15:07.570555+0000 mgr.y (mgr.25480) 1226 : audit 0 from='client.34509 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:15:08.485 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:08 smithi125 bash[66801]: audit 2023-12-09T02:15:07.574435+0000 mon.a (mon.0) 5082 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:08.485 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:08 smithi125 bash[66801]: audit 2023-12-09T02:15:07.578970+0000 mon.a (mon.0) 5083 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:08.485 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:08 smithi125 bash[66801]: audit 2023-12-09T02:15:07.582162+0000 mon.a (mon.0) 5084 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:08.485 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:08 smithi125 bash[66801]: audit 2023-12-09T02:15:07.583123+0000 mon.a (mon.0) 5085 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:08.485 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:08 smithi125 bash[66801]: audit 2023-12-09T02:15:07.590821+0000 mon.a (mon.0) 5086 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:08.485 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:08 smithi125 bash[66801]: cephadm 2023-12-09T02:15:07.591382+0000 mgr.y (mgr.25480) 1227 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:08.485 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:08 smithi125 bash[66801]: audit 2023-12-09T02:15:07.671120+0000 mon.a (mon.0) 5087 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:08.485 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:08 smithi125 bash[66801]: audit 2023-12-09T02:15:07.673549+0000 mon.a (mon.0) 5088 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:08.485 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:08 smithi125 bash[66801]: audit 2023-12-09T02:15:07.676213+0000 mon.a (mon.0) 5089 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:08.485 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:08 smithi125 bash[66801]: audit 2023-12-09T02:15:07.677214+0000 mon.a (mon.0) 5090 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:08.485 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:08 smithi125 bash[66801]: audit 2023-12-09T02:15:07.684726+0000 mon.a (mon.0) 5091 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:08.485 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:08 smithi125 bash[66801]: cephadm 2023-12-09T02:15:07.685512+0000 mgr.y (mgr.25480) 1228 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:08.486 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:08 smithi125 bash[66801]: audit 2023-12-09T02:15:07.767280+0000 mon.a (mon.0) 5092 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:08.486 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:08 smithi125 bash[66801]: audit 2023-12-09T02:15:07.769491+0000 mon.a (mon.0) 5093 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:08.486 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:08 smithi125 bash[66801]: audit 2023-12-09T02:15:07.771771+0000 mon.a (mon.0) 5094 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:08.486 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:08 smithi125 bash[66801]: audit 2023-12-09T02:15:07.772705+0000 mon.a (mon.0) 5095 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:08.486 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:08 smithi125 bash[66801]: audit 2023-12-09T02:15:07.782071+0000 mon.a (mon.0) 5096 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:08.486 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:08 smithi125 bash[66801]: audit 2023-12-09T02:15:07.861807+0000 mon.a (mon.0) 5097 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:08.486 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:08 smithi125 bash[66801]: audit 2023-12-09T02:15:07.864372+0000 mon.a (mon.0) 5098 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:08.486 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:08 smithi125 bash[66801]: audit 2023-12-09T02:15:07.867392+0000 mon.a (mon.0) 5099 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:08.486 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:08 smithi125 bash[66801]: audit 2023-12-09T02:15:07.868419+0000 mon.a (mon.0) 5100 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:08.486 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:08 smithi125 bash[66801]: audit 2023-12-09T02:15:07.878146+0000 mon.a (mon.0) 5101 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:08.486 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:08 smithi125 bash[66801]: audit 2023-12-09T02:15:07.955708+0000 mon.a (mon.0) 5102 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:08.486 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:08 smithi125 bash[66801]: audit 2023-12-09T02:15:07.959896+0000 mon.a (mon.0) 5103 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:08.486 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:08 smithi125 bash[66801]: audit 2023-12-09T02:15:07.963644+0000 mon.a (mon.0) 5104 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:08.486 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:08 smithi125 bash[66801]: audit 2023-12-09T02:15:07.964868+0000 mon.a (mon.0) 5105 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:08.486 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:08 smithi125 bash[66801]: audit 2023-12-09T02:15:07.974878+0000 mon.a (mon.0) 5106 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:08.487 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:08 smithi125 bash[66801]: audit 2023-12-09T02:15:08.015940+0000 mon.a (mon.0) 5107 : audit 0 from='client.? 172.21.15.67:0/3779270749' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-09T02:15:08.487 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:08 smithi125 bash[66801]: audit 2023-12-09T02:15:08.051604+0000 mon.a (mon.0) 5108 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:08.487 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:08 smithi125 bash[66801]: audit 2023-12-09T02:15:08.053850+0000 mon.a (mon.0) 5109 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:08.487 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:08 smithi125 bash[66801]: audit 2023-12-09T02:15:08.057381+0000 mon.a (mon.0) 5110 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:08.487 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:08 smithi125 bash[66801]: audit 2023-12-09T02:15:08.058629+0000 mon.a (mon.0) 5111 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:08.487 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:08 smithi125 bash[66801]: audit 2023-12-09T02:15:08.069876+0000 mon.a (mon.0) 5112 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:08.487 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:08 smithi125 bash[66801]: audit 2023-12-09T02:15:08.153564+0000 mon.a (mon.0) 5113 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:08.487 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:08 smithi125 bash[66801]: audit 2023-12-09T02:15:08.156482+0000 mon.a (mon.0) 5114 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:08.487 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:08 smithi125 bash[66801]: audit 2023-12-09T02:15:08.160370+0000 mon.a (mon.0) 5115 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:08.487 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:08 smithi125 bash[66801]: audit 2023-12-09T02:15:08.162329+0000 mon.a (mon.0) 5116 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:08.487 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:08 smithi125 bash[66801]: audit 2023-12-09T02:15:08.172297+0000 mon.a (mon.0) 5117 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:09.192 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:09 smithi067 bash[82083]: cephadm 2023-12-09T02:15:07.782723+0000 mgr.y (mgr.25480) 1229 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:09.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:09 smithi067 bash[79370]: cephadm 2023-12-09T02:15:07.782723+0000 mgr.y (mgr.25480) 1229 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:09.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:09 smithi067 bash[79370]: cephadm 2023-12-09T02:15:07.878617+0000 mgr.y (mgr.25480) 1230 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:09.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:09 smithi067 bash[79370]: cephadm 2023-12-09T02:15:07.975508+0000 mgr.y (mgr.25480) 1231 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:09.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:09 smithi067 bash[79370]: cephadm 2023-12-09T02:15:08.070845+0000 mgr.y (mgr.25480) 1232 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:09.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:09 smithi067 bash[79370]: cluster 2023-12-09T02:15:08.123557+0000 mgr.y (mgr.25480) 1233 : cluster 0 pgmap v209: 161 pgs: 9 active+clean+remapped, 95 active+clean, 37 active+undersized, 20 active+undersized+degraded; 585 KiB data, 204 MiB used, 715 GiB / 715 GiB avail; 83/726 objects degraded (11.433%); 1/726 objects misplaced (0.138%); 8 B/s, 0 objects/s recovering 2023-12-09T02:15:09.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:09 smithi067 bash[79370]: cephadm 2023-12-09T02:15:08.172945+0000 mgr.y (mgr.25480) 1234 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:09.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:09 smithi067 bash[79370]: audit 2023-12-09T02:15:08.252194+0000 mon.a (mon.0) 5118 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:09.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:09 smithi067 bash[79370]: audit 2023-12-09T02:15:08.255280+0000 mon.a (mon.0) 5119 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:09.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:09 smithi067 bash[79370]: audit 2023-12-09T02:15:08.258138+0000 mon.a (mon.0) 5120 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:09.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:09 smithi067 bash[79370]: audit 2023-12-09T02:15:08.259280+0000 mon.a (mon.0) 5121 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:09.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:09 smithi067 bash[79370]: audit 2023-12-09T02:15:08.268439+0000 mon.a (mon.0) 5122 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:09.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:09 smithi067 bash[79370]: cephadm 2023-12-09T02:15:08.269022+0000 mgr.y (mgr.25480) 1235 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:09.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:09 smithi067 bash[79370]: audit 2023-12-09T02:15:08.346531+0000 mon.a (mon.0) 5123 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:09.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:09 smithi067 bash[79370]: audit 2023-12-09T02:15:08.349728+0000 mon.a (mon.0) 5124 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:09.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:09 smithi067 bash[79370]: audit 2023-12-09T02:15:08.353682+0000 mon.a (mon.0) 5125 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:09.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:09 smithi067 bash[79370]: audit 2023-12-09T02:15:08.355011+0000 mon.a (mon.0) 5126 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:09.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:09 smithi067 bash[79370]: audit 2023-12-09T02:15:08.365116+0000 mon.a (mon.0) 5127 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:09.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:09 smithi067 bash[79370]: cephadm 2023-12-09T02:15:08.365858+0000 mgr.y (mgr.25480) 1236 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:09.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:09 smithi067 bash[79370]: audit 2023-12-09T02:15:08.443010+0000 mon.a (mon.0) 5128 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:09.472 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:09 smithi067 bash[82083]: cephadm 2023-12-09T02:15:07.878617+0000 mgr.y (mgr.25480) 1230 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:09.472 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:09 smithi067 bash[82083]: cephadm 2023-12-09T02:15:07.975508+0000 mgr.y (mgr.25480) 1231 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:09.472 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:09 smithi067 bash[82083]: cephadm 2023-12-09T02:15:08.070845+0000 mgr.y (mgr.25480) 1232 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:09.472 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:09 smithi067 bash[82083]: cluster 2023-12-09T02:15:08.123557+0000 mgr.y (mgr.25480) 1233 : cluster 0 pgmap v209: 161 pgs: 9 active+clean+remapped, 95 active+clean, 37 active+undersized, 20 active+undersized+degraded; 585 KiB data, 204 MiB used, 715 GiB / 715 GiB avail; 83/726 objects degraded (11.433%); 1/726 objects misplaced (0.138%); 8 B/s, 0 objects/s recovering 2023-12-09T02:15:09.472 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:09 smithi067 bash[82083]: cephadm 2023-12-09T02:15:08.172945+0000 mgr.y (mgr.25480) 1234 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:09.472 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:09 smithi067 bash[82083]: audit 2023-12-09T02:15:08.252194+0000 mon.a (mon.0) 5118 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:09.472 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:09 smithi067 bash[82083]: audit 2023-12-09T02:15:08.255280+0000 mon.a (mon.0) 5119 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:09.472 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:09 smithi067 bash[82083]: audit 2023-12-09T02:15:08.258138+0000 mon.a (mon.0) 5120 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:09.472 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:09 smithi067 bash[82083]: audit 2023-12-09T02:15:08.259280+0000 mon.a (mon.0) 5121 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:09.472 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:09 smithi067 bash[82083]: audit 2023-12-09T02:15:08.268439+0000 mon.a (mon.0) 5122 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:09.472 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:09 smithi067 bash[82083]: cephadm 2023-12-09T02:15:08.269022+0000 mgr.y (mgr.25480) 1235 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:09.472 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:09 smithi067 bash[82083]: audit 2023-12-09T02:15:08.346531+0000 mon.a (mon.0) 5123 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:09.473 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:09 smithi067 bash[82083]: audit 2023-12-09T02:15:08.349728+0000 mon.a (mon.0) 5124 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:09.473 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:09 smithi067 bash[82083]: audit 2023-12-09T02:15:08.353682+0000 mon.a (mon.0) 5125 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:09.473 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:09 smithi067 bash[82083]: audit 2023-12-09T02:15:08.355011+0000 mon.a (mon.0) 5126 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:09.473 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:09 smithi067 bash[82083]: audit 2023-12-09T02:15:08.365116+0000 mon.a (mon.0) 5127 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:09.473 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:09 smithi067 bash[82083]: cephadm 2023-12-09T02:15:08.365858+0000 mgr.y (mgr.25480) 1236 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:09.473 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:09 smithi067 bash[82083]: audit 2023-12-09T02:15:08.443010+0000 mon.a (mon.0) 5128 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:09.473 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:09 smithi067 bash[82083]: audit 2023-12-09T02:15:08.446178+0000 mon.a (mon.0) 5129 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:09.473 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:09 smithi067 bash[79370]: audit 2023-12-09T02:15:08.446178+0000 mon.a (mon.0) 5129 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:09.474 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:09 smithi067 bash[79370]: audit 2023-12-09T02:15:08.449960+0000 mon.a (mon.0) 5130 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:09.474 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:09 smithi067 bash[79370]: audit 2023-12-09T02:15:08.451193+0000 mon.a (mon.0) 5131 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:09.474 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:09 smithi067 bash[79370]: audit 2023-12-09T02:15:08.461379+0000 mon.a (mon.0) 5132 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:09.474 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:09 smithi067 bash[79370]: cephadm 2023-12-09T02:15:08.462268+0000 mgr.y (mgr.25480) 1237 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:09.474 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:09 smithi067 bash[79370]: audit 2023-12-09T02:15:08.544761+0000 mon.a (mon.0) 5133 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:09.474 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:09 smithi067 bash[79370]: audit 2023-12-09T02:15:08.547220+0000 mon.a (mon.0) 5134 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:09.474 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:09 smithi067 bash[79370]: audit 2023-12-09T02:15:08.549884+0000 mon.a (mon.0) 5135 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:09.474 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:09 smithi067 bash[79370]: audit 2023-12-09T02:15:08.550968+0000 mon.a (mon.0) 5136 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:09.474 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:09 smithi067 bash[79370]: audit 2023-12-09T02:15:08.559186+0000 mon.a (mon.0) 5137 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:09.474 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:09 smithi067 bash[79370]: cephadm 2023-12-09T02:15:08.559804+0000 mgr.y (mgr.25480) 1238 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:09.474 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:09 smithi067 bash[79370]: audit 2023-12-09T02:15:08.641722+0000 mon.a (mon.0) 5138 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:09.475 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:09 smithi067 bash[79370]: audit 2023-12-09T02:15:08.644545+0000 mon.a (mon.0) 5139 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:09.475 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:09 smithi067 bash[79370]: audit 2023-12-09T02:15:08.648986+0000 mon.a (mon.0) 5140 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:09.475 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:09 smithi067 bash[79370]: audit 2023-12-09T02:15:08.650512+0000 mon.a (mon.0) 5141 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:09.475 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:09 smithi067 bash[79370]: audit 2023-12-09T02:15:08.661440+0000 mon.a (mon.0) 5142 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:09.475 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:09 smithi067 bash[79370]: cephadm 2023-12-09T02:15:08.662214+0000 mgr.y (mgr.25480) 1239 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:09.475 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:09 smithi067 bash[79370]: audit 2023-12-09T02:15:08.739464+0000 mon.a (mon.0) 5143 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:09.475 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:09 smithi067 bash[79370]: audit 2023-12-09T02:15:08.743810+0000 mon.a (mon.0) 5144 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:09.476 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:09 smithi067 bash[79370]: audit 2023-12-09T02:15:08.747673+0000 mon.a (mon.0) 5145 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:09.476 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:09 smithi067 bash[82083]: audit 2023-12-09T02:15:08.449960+0000 mon.a (mon.0) 5130 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:09.476 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:09 smithi067 bash[82083]: audit 2023-12-09T02:15:08.451193+0000 mon.a (mon.0) 5131 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:09.477 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:09 smithi067 bash[82083]: audit 2023-12-09T02:15:08.461379+0000 mon.a (mon.0) 5132 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:09.477 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:09 smithi067 bash[82083]: cephadm 2023-12-09T02:15:08.462268+0000 mgr.y (mgr.25480) 1237 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:09.477 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:09 smithi067 bash[82083]: audit 2023-12-09T02:15:08.544761+0000 mon.a (mon.0) 5133 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:09.477 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:09 smithi067 bash[82083]: audit 2023-12-09T02:15:08.547220+0000 mon.a (mon.0) 5134 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:09.477 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:09 smithi067 bash[82083]: audit 2023-12-09T02:15:08.549884+0000 mon.a (mon.0) 5135 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:09.477 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:09 smithi067 bash[82083]: audit 2023-12-09T02:15:08.550968+0000 mon.a (mon.0) 5136 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:09.477 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:09 smithi067 bash[82083]: audit 2023-12-09T02:15:08.559186+0000 mon.a (mon.0) 5137 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:09.477 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:09 smithi067 bash[82083]: cephadm 2023-12-09T02:15:08.559804+0000 mgr.y (mgr.25480) 1238 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:09.477 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:09 smithi067 bash[82083]: audit 2023-12-09T02:15:08.641722+0000 mon.a (mon.0) 5138 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:09.477 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:09 smithi067 bash[82083]: audit 2023-12-09T02:15:08.644545+0000 mon.a (mon.0) 5139 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:09.478 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:09 smithi067 bash[82083]: audit 2023-12-09T02:15:08.648986+0000 mon.a (mon.0) 5140 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:09.478 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:09 smithi067 bash[82083]: audit 2023-12-09T02:15:08.650512+0000 mon.a (mon.0) 5141 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:09.478 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:09 smithi067 bash[82083]: audit 2023-12-09T02:15:08.661440+0000 mon.a (mon.0) 5142 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:09.478 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:09 smithi067 bash[82083]: cephadm 2023-12-09T02:15:08.662214+0000 mgr.y (mgr.25480) 1239 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:09.478 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:09 smithi067 bash[82083]: audit 2023-12-09T02:15:08.739464+0000 mon.a (mon.0) 5143 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:09.478 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:09 smithi067 bash[82083]: audit 2023-12-09T02:15:08.743810+0000 mon.a (mon.0) 5144 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:09.478 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:09 smithi067 bash[82083]: audit 2023-12-09T02:15:08.747673+0000 mon.a (mon.0) 5145 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:09.478 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:09 smithi067 bash[82083]: audit 2023-12-09T02:15:08.749213+0000 mon.a (mon.0) 5146 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:09.478 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:09 smithi067 bash[82083]: audit 2023-12-09T02:15:08.759445+0000 mon.a (mon.0) 5147 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:09.478 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:09 smithi067 bash[82083]: audit 2023-12-09T02:15:08.841912+0000 mon.a (mon.0) 5148 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:09.478 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:09 smithi067 bash[82083]: audit 2023-12-09T02:15:08.845267+0000 mon.a (mon.0) 5149 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:09.479 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:09 smithi067 bash[82083]: audit 2023-12-09T02:15:08.848853+0000 mon.a (mon.0) 5150 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:09.479 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:09 smithi067 bash[82083]: audit 2023-12-09T02:15:08.849972+0000 mon.a (mon.0) 5151 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:09.479 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:09 smithi067 bash[82083]: audit 2023-12-09T02:15:08.859126+0000 mon.a (mon.0) 5152 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:09.479 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:09 smithi067 bash[82083]: audit 2023-12-09T02:15:08.936860+0000 mon.a (mon.0) 5153 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:09.479 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:09 smithi067 bash[82083]: audit 2023-12-09T02:15:08.939704+0000 mon.a (mon.0) 5154 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:09.479 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:09 smithi067 bash[82083]: audit 2023-12-09T02:15:08.943059+0000 mon.a (mon.0) 5155 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:09.479 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:09 smithi067 bash[82083]: audit 2023-12-09T02:15:08.944446+0000 mon.a (mon.0) 5156 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:09.479 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:09 smithi067 bash[82083]: audit 2023-12-09T02:15:08.953487+0000 mon.a (mon.0) 5157 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:09.479 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:09 smithi067 bash[82083]: audit 2023-12-09T02:15:09.032068+0000 mon.a (mon.0) 5158 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:09.479 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:09 smithi067 bash[82083]: audit 2023-12-09T02:15:09.036853+0000 mon.a (mon.0) 5159 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:09.479 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:09 smithi067 bash[82083]: audit 2023-12-09T02:15:09.041438+0000 mon.a (mon.0) 5160 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:09.479 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:09 smithi067 bash[82083]: audit 2023-12-09T02:15:09.042933+0000 mon.a (mon.0) 5161 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:09.479 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:09 smithi067 bash[82083]: audit 2023-12-09T02:15:09.051916+0000 mon.a (mon.0) 5162 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:09.479 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:09 smithi067 bash[82083]: audit 2023-12-09T02:15:09.130781+0000 mon.a (mon.0) 5163 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:09.479 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:09 smithi067 bash[82083]: audit 2023-12-09T02:15:09.134178+0000 mon.a (mon.0) 5164 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:09.480 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:09 smithi067 bash[82083]: audit 2023-12-09T02:15:09.137930+0000 mon.a (mon.0) 5165 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:09.480 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:09 smithi067 bash[82083]: audit 2023-12-09T02:15:09.139363+0000 mon.a (mon.0) 5166 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:09.480 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:09 smithi067 bash[82083]: audit 2023-12-09T02:15:09.148789+0000 mon.a (mon.0) 5167 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:09.480 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:09 smithi067 bash[79370]: audit 2023-12-09T02:15:08.749213+0000 mon.a (mon.0) 5146 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:09.480 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:09 smithi067 bash[79370]: audit 2023-12-09T02:15:08.759445+0000 mon.a (mon.0) 5147 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:09.480 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:09 smithi067 bash[79370]: audit 2023-12-09T02:15:08.841912+0000 mon.a (mon.0) 5148 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:09.480 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:09 smithi067 bash[79370]: audit 2023-12-09T02:15:08.845267+0000 mon.a (mon.0) 5149 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:09.480 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:09 smithi067 bash[79370]: audit 2023-12-09T02:15:08.848853+0000 mon.a (mon.0) 5150 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:09.480 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:09 smithi067 bash[79370]: audit 2023-12-09T02:15:08.849972+0000 mon.a (mon.0) 5151 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:09.480 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:09 smithi067 bash[79370]: audit 2023-12-09T02:15:08.859126+0000 mon.a (mon.0) 5152 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:09.480 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:09 smithi067 bash[79370]: audit 2023-12-09T02:15:08.936860+0000 mon.a (mon.0) 5153 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:09.480 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:09 smithi067 bash[79370]: audit 2023-12-09T02:15:08.939704+0000 mon.a (mon.0) 5154 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:09.481 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:09 smithi067 bash[79370]: audit 2023-12-09T02:15:08.943059+0000 mon.a (mon.0) 5155 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:09.481 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:09 smithi067 bash[79370]: audit 2023-12-09T02:15:08.944446+0000 mon.a (mon.0) 5156 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:09.481 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:09 smithi067 bash[79370]: audit 2023-12-09T02:15:08.953487+0000 mon.a (mon.0) 5157 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:09.481 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:09 smithi067 bash[79370]: audit 2023-12-09T02:15:09.032068+0000 mon.a (mon.0) 5158 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:09.481 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:09 smithi067 bash[79370]: audit 2023-12-09T02:15:09.036853+0000 mon.a (mon.0) 5159 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:09.481 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:09 smithi067 bash[79370]: audit 2023-12-09T02:15:09.041438+0000 mon.a (mon.0) 5160 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:09.481 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:09 smithi067 bash[79370]: audit 2023-12-09T02:15:09.042933+0000 mon.a (mon.0) 5161 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:09.481 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:09 smithi067 bash[79370]: audit 2023-12-09T02:15:09.051916+0000 mon.a (mon.0) 5162 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:09.481 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:09 smithi067 bash[79370]: audit 2023-12-09T02:15:09.130781+0000 mon.a (mon.0) 5163 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:09.481 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:09 smithi067 bash[79370]: audit 2023-12-09T02:15:09.134178+0000 mon.a (mon.0) 5164 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:09.481 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:09 smithi067 bash[79370]: audit 2023-12-09T02:15:09.137930+0000 mon.a (mon.0) 5165 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:09.481 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:09 smithi067 bash[79370]: audit 2023-12-09T02:15:09.139363+0000 mon.a (mon.0) 5166 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:09.481 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:09 smithi067 bash[79370]: audit 2023-12-09T02:15:09.148789+0000 mon.a (mon.0) 5167 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:09.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:09 smithi125 bash[66801]: cephadm 2023-12-09T02:15:07.782723+0000 mgr.y (mgr.25480) 1229 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:09.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:09 smithi125 bash[66801]: cephadm 2023-12-09T02:15:07.878617+0000 mgr.y (mgr.25480) 1230 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:09.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:09 smithi125 bash[66801]: cephadm 2023-12-09T02:15:07.975508+0000 mgr.y (mgr.25480) 1231 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:09.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:09 smithi125 bash[66801]: cephadm 2023-12-09T02:15:08.070845+0000 mgr.y (mgr.25480) 1232 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:09.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:09 smithi125 bash[66801]: cluster 2023-12-09T02:15:08.123557+0000 mgr.y (mgr.25480) 1233 : cluster 0 pgmap v209: 161 pgs: 9 active+clean+remapped, 95 active+clean, 37 active+undersized, 20 active+undersized+degraded; 585 KiB data, 204 MiB used, 715 GiB / 715 GiB avail; 83/726 objects degraded (11.433%); 1/726 objects misplaced (0.138%); 8 B/s, 0 objects/s recovering 2023-12-09T02:15:09.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:09 smithi125 bash[66801]: cephadm 2023-12-09T02:15:08.172945+0000 mgr.y (mgr.25480) 1234 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:09.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:09 smithi125 bash[66801]: audit 2023-12-09T02:15:08.252194+0000 mon.a (mon.0) 5118 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:09.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:09 smithi125 bash[66801]: audit 2023-12-09T02:15:08.255280+0000 mon.a (mon.0) 5119 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:09.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:09 smithi125 bash[66801]: audit 2023-12-09T02:15:08.258138+0000 mon.a (mon.0) 5120 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:09.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:09 smithi125 bash[66801]: audit 2023-12-09T02:15:08.259280+0000 mon.a (mon.0) 5121 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:09.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:09 smithi125 bash[66801]: audit 2023-12-09T02:15:08.268439+0000 mon.a (mon.0) 5122 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:09.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:09 smithi125 bash[66801]: cephadm 2023-12-09T02:15:08.269022+0000 mgr.y (mgr.25480) 1235 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:09.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:09 smithi125 bash[66801]: audit 2023-12-09T02:15:08.346531+0000 mon.a (mon.0) 5123 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:09.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:09 smithi125 bash[66801]: audit 2023-12-09T02:15:08.349728+0000 mon.a (mon.0) 5124 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:09.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:09 smithi125 bash[66801]: audit 2023-12-09T02:15:08.353682+0000 mon.a (mon.0) 5125 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:09.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:09 smithi125 bash[66801]: audit 2023-12-09T02:15:08.355011+0000 mon.a (mon.0) 5126 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:09.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:09 smithi125 bash[66801]: audit 2023-12-09T02:15:08.365116+0000 mon.a (mon.0) 5127 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:09.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:09 smithi125 bash[66801]: cephadm 2023-12-09T02:15:08.365858+0000 mgr.y (mgr.25480) 1236 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:09.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:09 smithi125 bash[66801]: audit 2023-12-09T02:15:08.443010+0000 mon.a (mon.0) 5128 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:09.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:09 smithi125 bash[66801]: audit 2023-12-09T02:15:08.446178+0000 mon.a (mon.0) 5129 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:09.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:09 smithi125 bash[66801]: audit 2023-12-09T02:15:08.449960+0000 mon.a (mon.0) 5130 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:09.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:09 smithi125 bash[66801]: audit 2023-12-09T02:15:08.451193+0000 mon.a (mon.0) 5131 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:09.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:09 smithi125 bash[66801]: audit 2023-12-09T02:15:08.461379+0000 mon.a (mon.0) 5132 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:09.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:09 smithi125 bash[66801]: cephadm 2023-12-09T02:15:08.462268+0000 mgr.y (mgr.25480) 1237 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:09.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:09 smithi125 bash[66801]: audit 2023-12-09T02:15:08.544761+0000 mon.a (mon.0) 5133 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:09.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:09 smithi125 bash[66801]: audit 2023-12-09T02:15:08.547220+0000 mon.a (mon.0) 5134 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:09.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:09 smithi125 bash[66801]: audit 2023-12-09T02:15:08.549884+0000 mon.a (mon.0) 5135 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:09.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:09 smithi125 bash[66801]: audit 2023-12-09T02:15:08.550968+0000 mon.a (mon.0) 5136 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:09.485 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:09 smithi125 bash[66801]: audit 2023-12-09T02:15:08.559186+0000 mon.a (mon.0) 5137 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:09.485 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:09 smithi125 bash[66801]: cephadm 2023-12-09T02:15:08.559804+0000 mgr.y (mgr.25480) 1238 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:09.485 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:09 smithi125 bash[66801]: audit 2023-12-09T02:15:08.641722+0000 mon.a (mon.0) 5138 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:09.485 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:09 smithi125 bash[66801]: audit 2023-12-09T02:15:08.644545+0000 mon.a (mon.0) 5139 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:09.485 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:09 smithi125 bash[66801]: audit 2023-12-09T02:15:08.648986+0000 mon.a (mon.0) 5140 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:09.485 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:09 smithi125 bash[66801]: audit 2023-12-09T02:15:08.650512+0000 mon.a (mon.0) 5141 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:09.486 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:09 smithi125 bash[66801]: audit 2023-12-09T02:15:08.661440+0000 mon.a (mon.0) 5142 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:09.486 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:09 smithi125 bash[66801]: cephadm 2023-12-09T02:15:08.662214+0000 mgr.y (mgr.25480) 1239 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:09.486 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:09 smithi125 bash[66801]: audit 2023-12-09T02:15:08.739464+0000 mon.a (mon.0) 5143 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:09.486 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:09 smithi125 bash[66801]: audit 2023-12-09T02:15:08.743810+0000 mon.a (mon.0) 5144 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:09.486 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:09 smithi125 bash[66801]: audit 2023-12-09T02:15:08.747673+0000 mon.a (mon.0) 5145 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:09.486 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:09 smithi125 bash[66801]: audit 2023-12-09T02:15:08.749213+0000 mon.a (mon.0) 5146 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:09.487 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:09 smithi125 bash[66801]: audit 2023-12-09T02:15:08.759445+0000 mon.a (mon.0) 5147 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:09.487 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:09 smithi125 bash[66801]: audit 2023-12-09T02:15:08.841912+0000 mon.a (mon.0) 5148 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:09.487 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:09 smithi125 bash[66801]: audit 2023-12-09T02:15:08.845267+0000 mon.a (mon.0) 5149 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:09.487 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:09 smithi125 bash[66801]: audit 2023-12-09T02:15:08.848853+0000 mon.a (mon.0) 5150 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:09.487 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:09 smithi125 bash[66801]: audit 2023-12-09T02:15:08.849972+0000 mon.a (mon.0) 5151 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:09.487 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:09 smithi125 bash[66801]: audit 2023-12-09T02:15:08.859126+0000 mon.a (mon.0) 5152 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:09.487 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:09 smithi125 bash[66801]: audit 2023-12-09T02:15:08.936860+0000 mon.a (mon.0) 5153 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:09.488 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:09 smithi125 bash[66801]: audit 2023-12-09T02:15:08.939704+0000 mon.a (mon.0) 5154 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:09.488 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:09 smithi125 bash[66801]: audit 2023-12-09T02:15:08.943059+0000 mon.a (mon.0) 5155 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:09.488 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:09 smithi125 bash[66801]: audit 2023-12-09T02:15:08.944446+0000 mon.a (mon.0) 5156 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:09.488 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:09 smithi125 bash[66801]: audit 2023-12-09T02:15:08.953487+0000 mon.a (mon.0) 5157 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:09.488 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:09 smithi125 bash[66801]: audit 2023-12-09T02:15:09.032068+0000 mon.a (mon.0) 5158 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:09.488 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:09 smithi125 bash[66801]: audit 2023-12-09T02:15:09.036853+0000 mon.a (mon.0) 5159 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:09.488 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:09 smithi125 bash[66801]: audit 2023-12-09T02:15:09.041438+0000 mon.a (mon.0) 5160 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:09.488 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:09 smithi125 bash[66801]: audit 2023-12-09T02:15:09.042933+0000 mon.a (mon.0) 5161 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:09.488 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:09 smithi125 bash[66801]: audit 2023-12-09T02:15:09.051916+0000 mon.a (mon.0) 5162 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:09.488 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:09 smithi125 bash[66801]: audit 2023-12-09T02:15:09.130781+0000 mon.a (mon.0) 5163 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:09.488 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:09 smithi125 bash[66801]: audit 2023-12-09T02:15:09.134178+0000 mon.a (mon.0) 5164 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:09.489 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:09 smithi125 bash[66801]: audit 2023-12-09T02:15:09.137930+0000 mon.a (mon.0) 5165 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:09.489 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:09 smithi125 bash[66801]: audit 2023-12-09T02:15:09.139363+0000 mon.a (mon.0) 5166 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:09.489 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:09 smithi125 bash[66801]: audit 2023-12-09T02:15:09.148789+0000 mon.a (mon.0) 5167 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:10.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:10 smithi067 bash[79370]: cephadm 2023-12-09T02:15:08.760152+0000 mgr.y (mgr.25480) 1240 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:10.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:10 smithi067 bash[79370]: audit 2023-12-09T02:15:08.819616+0000 mgr.y (mgr.25480) 1241 : audit 0 from='client.25420 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:15:10.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:10 smithi067 bash[79370]: cephadm 2023-12-09T02:15:08.859743+0000 mgr.y (mgr.25480) 1242 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:10.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:10 smithi067 bash[79370]: cephadm 2023-12-09T02:15:08.954395+0000 mgr.y (mgr.25480) 1243 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:10.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:10 smithi067 bash[79370]: cephadm 2023-12-09T02:15:09.052575+0000 mgr.y (mgr.25480) 1244 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:10.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:10 smithi067 bash[79370]: cephadm 2023-12-09T02:15:09.149649+0000 mgr.y (mgr.25480) 1245 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:10.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:10 smithi067 bash[79370]: audit 2023-12-09T02:15:09.227854+0000 mon.a (mon.0) 5168 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:10.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:10 smithi067 bash[79370]: audit 2023-12-09T02:15:09.230541+0000 mon.a (mon.0) 5169 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:10.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:10 smithi067 bash[79370]: audit 2023-12-09T02:15:09.233538+0000 mon.a (mon.0) 5170 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:10.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:10 smithi067 bash[79370]: audit 2023-12-09T02:15:09.234764+0000 mon.a (mon.0) 5171 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:10.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:10 smithi067 bash[79370]: audit 2023-12-09T02:15:09.243022+0000 mon.a (mon.0) 5172 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:10.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:10 smithi067 bash[79370]: cephadm 2023-12-09T02:15:09.243642+0000 mgr.y (mgr.25480) 1246 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:10.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:10 smithi067 bash[79370]: audit 2023-12-09T02:15:09.322962+0000 mon.a (mon.0) 5173 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:10.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:10 smithi067 bash[79370]: audit 2023-12-09T02:15:09.325763+0000 mon.a (mon.0) 5174 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:10.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:10 smithi067 bash[79370]: audit 2023-12-09T02:15:09.329082+0000 mon.a (mon.0) 5175 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:10.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:10 smithi067 bash[79370]: audit 2023-12-09T02:15:09.330247+0000 mon.a (mon.0) 5176 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:10.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:10 smithi067 bash[79370]: audit 2023-12-09T02:15:09.338775+0000 mon.a (mon.0) 5177 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:10.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:10 smithi067 bash[79370]: cephadm 2023-12-09T02:15:09.339312+0000 mgr.y (mgr.25480) 1247 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:10.472 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:10 smithi067 bash[79370]: audit 2023-12-09T02:15:09.419121+0000 mon.a (mon.0) 5178 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:10.472 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:10 smithi067 bash[79370]: audit 2023-12-09T02:15:09.423602+0000 mon.a (mon.0) 5179 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:10.472 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:10 smithi067 bash[79370]: audit 2023-12-09T02:15:09.427237+0000 mon.a (mon.0) 5180 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:10.472 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:10 smithi067 bash[79370]: audit 2023-12-09T02:15:09.428653+0000 mon.a (mon.0) 5181 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:10.472 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:10 smithi067 bash[79370]: audit 2023-12-09T02:15:09.439369+0000 mon.a (mon.0) 5182 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:10.472 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:10 smithi067 bash[79370]: cephadm 2023-12-09T02:15:09.440267+0000 mgr.y (mgr.25480) 1248 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:10.472 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:10 smithi067 bash[79370]: audit 2023-12-09T02:15:09.521691+0000 mon.a (mon.0) 5183 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:10.472 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:10 smithi067 bash[79370]: audit 2023-12-09T02:15:09.524149+0000 mon.a (mon.0) 5184 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:10.472 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:10 smithi067 bash[79370]: audit 2023-12-09T02:15:09.527134+0000 mon.a (mon.0) 5185 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:10.472 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:10 smithi067 bash[79370]: audit 2023-12-09T02:15:09.528380+0000 mon.a (mon.0) 5186 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:10.472 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:10 smithi067 bash[79370]: audit 2023-12-09T02:15:09.538958+0000 mon.a (mon.0) 5187 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:10.472 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:10 smithi067 bash[79370]: cephadm 2023-12-09T02:15:09.539571+0000 mgr.y (mgr.25480) 1249 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:10.472 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:10 smithi067 bash[79370]: audit 2023-12-09T02:15:09.622255+0000 mon.a (mon.0) 5188 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:10.472 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:10 smithi067 bash[79370]: audit 2023-12-09T02:15:09.625765+0000 mon.a (mon.0) 5189 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:10.472 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:10 smithi067 bash[79370]: audit 2023-12-09T02:15:09.630368+0000 mon.a (mon.0) 5190 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:10.472 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:10 smithi067 bash[79370]: audit 2023-12-09T02:15:09.631740+0000 mon.a (mon.0) 5191 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:10.473 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:10 smithi067 bash[79370]: audit 2023-12-09T02:15:09.642732+0000 mon.a (mon.0) 5192 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:10.473 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:10 smithi067 bash[79370]: cephadm 2023-12-09T02:15:09.643536+0000 mgr.y (mgr.25480) 1250 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:10.473 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:10 smithi067 bash[79370]: audit 2023-12-09T02:15:09.723216+0000 mon.a (mon.0) 5193 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:10.473 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:10 smithi067 bash[79370]: audit 2023-12-09T02:15:09.725880+0000 mon.a (mon.0) 5194 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:10.473 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:10 smithi067 bash[79370]: audit 2023-12-09T02:15:09.729106+0000 mon.a (mon.0) 5195 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:10.473 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:10 smithi067 bash[79370]: audit 2023-12-09T02:15:09.730417+0000 mon.a (mon.0) 5196 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:10.473 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:10 smithi067 bash[79370]: audit 2023-12-09T02:15:09.739454+0000 mon.a (mon.0) 5197 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:10.473 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:10 smithi067 bash[79370]: audit 2023-12-09T02:15:09.820464+0000 mon.a (mon.0) 5198 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:10.473 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:10 smithi067 bash[79370]: audit 2023-12-09T02:15:09.822807+0000 mon.a (mon.0) 5199 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:10.473 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:10 smithi067 bash[79370]: audit 2023-12-09T02:15:09.826061+0000 mon.a (mon.0) 5200 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:10.473 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:10 smithi067 bash[79370]: audit 2023-12-09T02:15:09.827495+0000 mon.a (mon.0) 5201 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:10.473 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:10 smithi067 bash[79370]: audit 2023-12-09T02:15:09.838541+0000 mon.a (mon.0) 5202 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:10.473 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:10 smithi067 bash[79370]: audit 2023-12-09T02:15:09.918759+0000 mon.a (mon.0) 5203 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:10.473 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:10 smithi067 bash[79370]: audit 2023-12-09T02:15:09.921325+0000 mon.a (mon.0) 5204 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:10.473 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:10 smithi067 bash[79370]: audit 2023-12-09T02:15:09.924406+0000 mon.a (mon.0) 5205 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:10.474 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:10 smithi067 bash[79370]: audit 2023-12-09T02:15:09.925710+0000 mon.a (mon.0) 5206 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:10.474 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:10 smithi067 bash[79370]: audit 2023-12-09T02:15:09.935164+0000 mon.a (mon.0) 5207 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:10.474 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:10 smithi067 bash[79370]: audit 2023-12-09T02:15:10.015475+0000 mon.a (mon.0) 5208 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:10.474 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:10 smithi067 bash[79370]: audit 2023-12-09T02:15:10.017900+0000 mon.a (mon.0) 5209 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:10.474 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:10 smithi067 bash[79370]: audit 2023-12-09T02:15:10.020649+0000 mon.a (mon.0) 5210 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:10.474 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:10 smithi067 bash[79370]: audit 2023-12-09T02:15:10.021683+0000 mon.a (mon.0) 5211 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:10.474 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:10 smithi067 bash[79370]: audit 2023-12-09T02:15:10.029843+0000 mon.a (mon.0) 5212 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:10.474 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:10 smithi067 bash[79370]: audit 2023-12-09T02:15:10.114033+0000 mon.a (mon.0) 5213 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:10.474 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:10 smithi067 bash[79370]: audit 2023-12-09T02:15:10.116317+0000 mon.a (mon.0) 5214 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:10.474 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:10 smithi067 bash[79370]: audit 2023-12-09T02:15:10.118727+0000 mon.a (mon.0) 5215 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:10.474 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:10 smithi067 bash[79370]: audit 2023-12-09T02:15:10.119564+0000 mon.a (mon.0) 5216 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:10.474 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:10 smithi067 bash[79370]: audit 2023-12-09T02:15:10.128740+0000 mon.a (mon.0) 5217 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:10.475 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:10 smithi067 bash[82083]: cephadm 2023-12-09T02:15:08.760152+0000 mgr.y (mgr.25480) 1240 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:10.475 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:10 smithi067 bash[82083]: audit 2023-12-09T02:15:08.819616+0000 mgr.y (mgr.25480) 1241 : audit 0 from='client.25420 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:15:10.475 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:10 smithi067 bash[82083]: cephadm 2023-12-09T02:15:08.859743+0000 mgr.y (mgr.25480) 1242 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:10.475 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:10 smithi067 bash[82083]: cephadm 2023-12-09T02:15:08.954395+0000 mgr.y (mgr.25480) 1243 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:10.475 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:10 smithi067 bash[82083]: cephadm 2023-12-09T02:15:09.052575+0000 mgr.y (mgr.25480) 1244 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:10.475 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:10 smithi067 bash[82083]: cephadm 2023-12-09T02:15:09.149649+0000 mgr.y (mgr.25480) 1245 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:10.475 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:10 smithi067 bash[82083]: audit 2023-12-09T02:15:09.227854+0000 mon.a (mon.0) 5168 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:10.475 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:10 smithi067 bash[82083]: audit 2023-12-09T02:15:09.230541+0000 mon.a (mon.0) 5169 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:10.475 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:10 smithi067 bash[82083]: audit 2023-12-09T02:15:09.233538+0000 mon.a (mon.0) 5170 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:10.476 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:10 smithi067 bash[82083]: audit 2023-12-09T02:15:09.234764+0000 mon.a (mon.0) 5171 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:10.476 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:10 smithi067 bash[82083]: audit 2023-12-09T02:15:09.243022+0000 mon.a (mon.0) 5172 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:10.476 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:10 smithi067 bash[82083]: cephadm 2023-12-09T02:15:09.243642+0000 mgr.y (mgr.25480) 1246 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:10.476 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:10 smithi067 bash[82083]: audit 2023-12-09T02:15:09.322962+0000 mon.a (mon.0) 5173 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:10.476 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:10 smithi067 bash[82083]: audit 2023-12-09T02:15:09.325763+0000 mon.a (mon.0) 5174 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:10.476 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:10 smithi067 bash[82083]: audit 2023-12-09T02:15:09.329082+0000 mon.a (mon.0) 5175 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:10.476 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:10 smithi067 bash[82083]: audit 2023-12-09T02:15:09.330247+0000 mon.a (mon.0) 5176 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:10.476 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:10 smithi067 bash[82083]: audit 2023-12-09T02:15:09.338775+0000 mon.a (mon.0) 5177 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:10.476 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:10 smithi067 bash[82083]: cephadm 2023-12-09T02:15:09.339312+0000 mgr.y (mgr.25480) 1247 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:10.476 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:10 smithi067 bash[82083]: audit 2023-12-09T02:15:09.419121+0000 mon.a (mon.0) 5178 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:10.476 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:10 smithi067 bash[82083]: audit 2023-12-09T02:15:09.423602+0000 mon.a (mon.0) 5179 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:10.476 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:10 smithi067 bash[82083]: audit 2023-12-09T02:15:09.427237+0000 mon.a (mon.0) 5180 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:10.476 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:10 smithi067 bash[82083]: audit 2023-12-09T02:15:09.428653+0000 mon.a (mon.0) 5181 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:10.476 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:10 smithi067 bash[82083]: audit 2023-12-09T02:15:09.439369+0000 mon.a (mon.0) 5182 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:10.476 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:10 smithi067 bash[82083]: cephadm 2023-12-09T02:15:09.440267+0000 mgr.y (mgr.25480) 1248 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:10.477 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:10 smithi067 bash[82083]: audit 2023-12-09T02:15:09.521691+0000 mon.a (mon.0) 5183 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:10.477 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:10 smithi067 bash[82083]: audit 2023-12-09T02:15:09.524149+0000 mon.a (mon.0) 5184 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:10.477 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:10 smithi067 bash[82083]: audit 2023-12-09T02:15:09.527134+0000 mon.a (mon.0) 5185 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:10.477 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:10 smithi067 bash[82083]: audit 2023-12-09T02:15:09.528380+0000 mon.a (mon.0) 5186 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:10.477 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:10 smithi067 bash[82083]: audit 2023-12-09T02:15:09.538958+0000 mon.a (mon.0) 5187 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:10.477 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:10 smithi067 bash[82083]: cephadm 2023-12-09T02:15:09.539571+0000 mgr.y (mgr.25480) 1249 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:10.477 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:10 smithi067 bash[82083]: audit 2023-12-09T02:15:09.622255+0000 mon.a (mon.0) 5188 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:10.477 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:10 smithi067 bash[82083]: audit 2023-12-09T02:15:09.625765+0000 mon.a (mon.0) 5189 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:10.477 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:10 smithi067 bash[82083]: audit 2023-12-09T02:15:09.630368+0000 mon.a (mon.0) 5190 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:10.477 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:10 smithi067 bash[82083]: audit 2023-12-09T02:15:09.631740+0000 mon.a (mon.0) 5191 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:10.477 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:10 smithi067 bash[82083]: audit 2023-12-09T02:15:09.642732+0000 mon.a (mon.0) 5192 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:10.477 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:10 smithi067 bash[82083]: cephadm 2023-12-09T02:15:09.643536+0000 mgr.y (mgr.25480) 1250 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:10.477 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:10 smithi067 bash[82083]: audit 2023-12-09T02:15:09.723216+0000 mon.a (mon.0) 5193 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:10.478 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:10 smithi067 bash[82083]: audit 2023-12-09T02:15:09.725880+0000 mon.a (mon.0) 5194 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:10.478 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:10 smithi067 bash[82083]: audit 2023-12-09T02:15:09.729106+0000 mon.a (mon.0) 5195 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:10.478 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:10 smithi067 bash[82083]: audit 2023-12-09T02:15:09.730417+0000 mon.a (mon.0) 5196 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:10.478 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:10 smithi067 bash[82083]: audit 2023-12-09T02:15:09.739454+0000 mon.a (mon.0) 5197 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:10.478 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:10 smithi067 bash[82083]: audit 2023-12-09T02:15:09.820464+0000 mon.a (mon.0) 5198 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:10.478 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:10 smithi067 bash[82083]: audit 2023-12-09T02:15:09.822807+0000 mon.a (mon.0) 5199 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:10.478 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:10 smithi067 bash[82083]: audit 2023-12-09T02:15:09.826061+0000 mon.a (mon.0) 5200 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:10.478 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:10 smithi067 bash[82083]: audit 2023-12-09T02:15:09.827495+0000 mon.a (mon.0) 5201 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:10.478 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:10 smithi067 bash[82083]: audit 2023-12-09T02:15:09.838541+0000 mon.a (mon.0) 5202 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:10.479 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:10 smithi067 bash[82083]: audit 2023-12-09T02:15:09.918759+0000 mon.a (mon.0) 5203 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:10.479 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:10 smithi067 bash[82083]: audit 2023-12-09T02:15:09.921325+0000 mon.a (mon.0) 5204 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:10.479 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:10 smithi067 bash[82083]: audit 2023-12-09T02:15:09.924406+0000 mon.a (mon.0) 5205 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:10.479 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:10 smithi067 bash[82083]: audit 2023-12-09T02:15:09.925710+0000 mon.a (mon.0) 5206 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:10.479 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:10 smithi067 bash[82083]: audit 2023-12-09T02:15:09.935164+0000 mon.a (mon.0) 5207 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:10.479 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:10 smithi067 bash[82083]: audit 2023-12-09T02:15:10.015475+0000 mon.a (mon.0) 5208 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:10.479 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:10 smithi067 bash[82083]: audit 2023-12-09T02:15:10.017900+0000 mon.a (mon.0) 5209 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:10.479 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:10 smithi067 bash[82083]: audit 2023-12-09T02:15:10.020649+0000 mon.a (mon.0) 5210 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:10.479 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:10 smithi067 bash[82083]: audit 2023-12-09T02:15:10.021683+0000 mon.a (mon.0) 5211 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:10.479 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:10 smithi067 bash[82083]: audit 2023-12-09T02:15:10.029843+0000 mon.a (mon.0) 5212 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:10.479 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:10 smithi067 bash[82083]: audit 2023-12-09T02:15:10.114033+0000 mon.a (mon.0) 5213 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:10.479 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:10 smithi067 bash[82083]: audit 2023-12-09T02:15:10.116317+0000 mon.a (mon.0) 5214 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:10.479 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:10 smithi067 bash[82083]: audit 2023-12-09T02:15:10.118727+0000 mon.a (mon.0) 5215 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:10.479 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:10 smithi067 bash[82083]: audit 2023-12-09T02:15:10.119564+0000 mon.a (mon.0) 5216 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:10.479 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:10 smithi067 bash[82083]: audit 2023-12-09T02:15:10.128740+0000 mon.a (mon.0) 5217 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:10.480 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:10 smithi125 bash[66801]: cephadm 2023-12-09T02:15:08.760152+0000 mgr.y (mgr.25480) 1240 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:10.480 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:10 smithi125 bash[66801]: audit 2023-12-09T02:15:08.819616+0000 mgr.y (mgr.25480) 1241 : audit 0 from='client.25420 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:15:10.480 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:10 smithi125 bash[66801]: cephadm 2023-12-09T02:15:08.859743+0000 mgr.y (mgr.25480) 1242 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:10.480 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:10 smithi125 bash[66801]: cephadm 2023-12-09T02:15:08.954395+0000 mgr.y (mgr.25480) 1243 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:10.480 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:10 smithi125 bash[66801]: cephadm 2023-12-09T02:15:09.052575+0000 mgr.y (mgr.25480) 1244 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:10.480 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:10 smithi125 bash[66801]: cephadm 2023-12-09T02:15:09.149649+0000 mgr.y (mgr.25480) 1245 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:10.480 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:10 smithi125 bash[66801]: audit 2023-12-09T02:15:09.227854+0000 mon.a (mon.0) 5168 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:10.481 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:10 smithi125 bash[66801]: audit 2023-12-09T02:15:09.230541+0000 mon.a (mon.0) 5169 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:10.481 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:10 smithi125 bash[66801]: audit 2023-12-09T02:15:09.233538+0000 mon.a (mon.0) 5170 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:10.481 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:10 smithi125 bash[66801]: audit 2023-12-09T02:15:09.234764+0000 mon.a (mon.0) 5171 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:10.481 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:10 smithi125 bash[66801]: audit 2023-12-09T02:15:09.243022+0000 mon.a (mon.0) 5172 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:10.481 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:10 smithi125 bash[66801]: cephadm 2023-12-09T02:15:09.243642+0000 mgr.y (mgr.25480) 1246 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:10.481 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:10 smithi125 bash[66801]: audit 2023-12-09T02:15:09.322962+0000 mon.a (mon.0) 5173 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:10.481 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:10 smithi125 bash[66801]: audit 2023-12-09T02:15:09.325763+0000 mon.a (mon.0) 5174 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:10.481 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:10 smithi125 bash[66801]: audit 2023-12-09T02:15:09.329082+0000 mon.a (mon.0) 5175 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:10.481 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:10 smithi125 bash[66801]: audit 2023-12-09T02:15:09.330247+0000 mon.a (mon.0) 5176 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:10.481 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:10 smithi125 bash[66801]: audit 2023-12-09T02:15:09.338775+0000 mon.a (mon.0) 5177 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:10.481 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:10 smithi125 bash[66801]: cephadm 2023-12-09T02:15:09.339312+0000 mgr.y (mgr.25480) 1247 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:10.481 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:10 smithi125 bash[66801]: audit 2023-12-09T02:15:09.419121+0000 mon.a (mon.0) 5178 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:10.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:10 smithi125 bash[66801]: audit 2023-12-09T02:15:09.423602+0000 mon.a (mon.0) 5179 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:10.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:10 smithi125 bash[66801]: audit 2023-12-09T02:15:09.427237+0000 mon.a (mon.0) 5180 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:10.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:10 smithi125 bash[66801]: audit 2023-12-09T02:15:09.428653+0000 mon.a (mon.0) 5181 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:10.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:10 smithi125 bash[66801]: audit 2023-12-09T02:15:09.439369+0000 mon.a (mon.0) 5182 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:10.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:10 smithi125 bash[66801]: cephadm 2023-12-09T02:15:09.440267+0000 mgr.y (mgr.25480) 1248 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:10.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:10 smithi125 bash[66801]: audit 2023-12-09T02:15:09.521691+0000 mon.a (mon.0) 5183 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:10.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:10 smithi125 bash[66801]: audit 2023-12-09T02:15:09.524149+0000 mon.a (mon.0) 5184 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:10.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:10 smithi125 bash[66801]: audit 2023-12-09T02:15:09.527134+0000 mon.a (mon.0) 5185 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:10.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:10 smithi125 bash[66801]: audit 2023-12-09T02:15:09.528380+0000 mon.a (mon.0) 5186 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:10.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:10 smithi125 bash[66801]: audit 2023-12-09T02:15:09.538958+0000 mon.a (mon.0) 5187 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:10.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:10 smithi125 bash[66801]: cephadm 2023-12-09T02:15:09.539571+0000 mgr.y (mgr.25480) 1249 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:10.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:10 smithi125 bash[66801]: audit 2023-12-09T02:15:09.622255+0000 mon.a (mon.0) 5188 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:10.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:10 smithi125 bash[66801]: audit 2023-12-09T02:15:09.625765+0000 mon.a (mon.0) 5189 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:10.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:10 smithi125 bash[66801]: audit 2023-12-09T02:15:09.630368+0000 mon.a (mon.0) 5190 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:10.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:10 smithi125 bash[66801]: audit 2023-12-09T02:15:09.631740+0000 mon.a (mon.0) 5191 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:10.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:10 smithi125 bash[66801]: audit 2023-12-09T02:15:09.642732+0000 mon.a (mon.0) 5192 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:10.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:10 smithi125 bash[66801]: cephadm 2023-12-09T02:15:09.643536+0000 mgr.y (mgr.25480) 1250 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:10.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:10 smithi125 bash[66801]: audit 2023-12-09T02:15:09.723216+0000 mon.a (mon.0) 5193 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:10.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:10 smithi125 bash[66801]: audit 2023-12-09T02:15:09.725880+0000 mon.a (mon.0) 5194 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:10.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:10 smithi125 bash[66801]: audit 2023-12-09T02:15:09.729106+0000 mon.a (mon.0) 5195 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:10.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:10 smithi125 bash[66801]: audit 2023-12-09T02:15:09.730417+0000 mon.a (mon.0) 5196 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:10.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:10 smithi125 bash[66801]: audit 2023-12-09T02:15:09.739454+0000 mon.a (mon.0) 5197 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:10.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:10 smithi125 bash[66801]: audit 2023-12-09T02:15:09.820464+0000 mon.a (mon.0) 5198 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:10.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:10 smithi125 bash[66801]: audit 2023-12-09T02:15:09.822807+0000 mon.a (mon.0) 5199 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:10.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:10 smithi125 bash[66801]: audit 2023-12-09T02:15:09.826061+0000 mon.a (mon.0) 5200 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:10.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:10 smithi125 bash[66801]: audit 2023-12-09T02:15:09.827495+0000 mon.a (mon.0) 5201 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:10.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:10 smithi125 bash[66801]: audit 2023-12-09T02:15:09.838541+0000 mon.a (mon.0) 5202 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:10.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:10 smithi125 bash[66801]: audit 2023-12-09T02:15:09.918759+0000 mon.a (mon.0) 5203 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:10.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:10 smithi125 bash[66801]: audit 2023-12-09T02:15:09.921325+0000 mon.a (mon.0) 5204 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:10.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:10 smithi125 bash[66801]: audit 2023-12-09T02:15:09.924406+0000 mon.a (mon.0) 5205 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:10.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:10 smithi125 bash[66801]: audit 2023-12-09T02:15:09.925710+0000 mon.a (mon.0) 5206 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:10.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:10 smithi125 bash[66801]: audit 2023-12-09T02:15:09.935164+0000 mon.a (mon.0) 5207 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:10.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:10 smithi125 bash[66801]: audit 2023-12-09T02:15:10.015475+0000 mon.a (mon.0) 5208 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:10.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:10 smithi125 bash[66801]: audit 2023-12-09T02:15:10.017900+0000 mon.a (mon.0) 5209 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:10.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:10 smithi125 bash[66801]: audit 2023-12-09T02:15:10.020649+0000 mon.a (mon.0) 5210 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:10.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:10 smithi125 bash[66801]: audit 2023-12-09T02:15:10.021683+0000 mon.a (mon.0) 5211 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:10.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:10 smithi125 bash[66801]: audit 2023-12-09T02:15:10.029843+0000 mon.a (mon.0) 5212 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:10.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:10 smithi125 bash[66801]: audit 2023-12-09T02:15:10.114033+0000 mon.a (mon.0) 5213 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:10.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:10 smithi125 bash[66801]: audit 2023-12-09T02:15:10.116317+0000 mon.a (mon.0) 5214 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:10.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:10 smithi125 bash[66801]: audit 2023-12-09T02:15:10.118727+0000 mon.a (mon.0) 5215 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:10.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:10 smithi125 bash[66801]: audit 2023-12-09T02:15:10.119564+0000 mon.a (mon.0) 5216 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:10.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:10 smithi125 bash[66801]: audit 2023-12-09T02:15:10.128740+0000 mon.a (mon.0) 5217 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:11.025 INFO:journalctl@ceph.osd.5.smithi125.stdout:Dec 09 02:15:10 smithi125 bash[76488]: debug 2023-12-09T02:15:10.963+0000 7fcfdd321640 -1 osd.5 0 read_superblock omap replica is missing. 2023-12-09T02:15:11.199 INFO:journalctl@ceph.osd.5.smithi125.stdout:Dec 09 02:15:11 smithi125 bash[76488]: debug 2023-12-09T02:15:11.019+0000 7fcfdd321640 -1 osd.5 137 log_to_monitors true 2023-12-09T02:15:11.470 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:11 smithi067 bash[82083]: cephadm 2023-12-09T02:15:09.740127+0000 mgr.y (mgr.25480) 1251 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:11.470 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:11 smithi067 bash[82083]: cephadm 2023-12-09T02:15:09.839158+0000 mgr.y (mgr.25480) 1252 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:11.470 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:11 smithi067 bash[82083]: cephadm 2023-12-09T02:15:09.935834+0000 mgr.y (mgr.25480) 1253 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:11.470 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:11 smithi067 bash[82083]: cephadm 2023-12-09T02:15:10.031742+0000 mgr.y (mgr.25480) 1254 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:11.470 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:11 smithi067 bash[82083]: cluster 2023-12-09T02:15:10.125283+0000 mgr.y (mgr.25480) 1255 : cluster 0 pgmap v210: 161 pgs: 9 active+clean+remapped, 95 active+clean, 37 active+undersized, 20 active+undersized+degraded; 585 KiB data, 204 MiB used, 715 GiB / 715 GiB avail; 83/726 objects degraded (11.433%); 1/726 objects misplaced (0.138%); 5 B/s, 0 objects/s recovering 2023-12-09T02:15:11.470 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:11 smithi067 bash[82083]: cephadm 2023-12-09T02:15:10.129347+0000 mgr.y (mgr.25480) 1256 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:11.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:11 smithi067 bash[82083]: audit 2023-12-09T02:15:10.209986+0000 mon.a (mon.0) 5218 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:11.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:11 smithi067 bash[82083]: audit 2023-12-09T02:15:10.212086+0000 mon.a (mon.0) 5219 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:11.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:11 smithi067 bash[82083]: audit 2023-12-09T02:15:10.214367+0000 mon.a (mon.0) 5220 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:11.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:11 smithi067 bash[82083]: audit 2023-12-09T02:15:10.215116+0000 mon.a (mon.0) 5221 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:11.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:11 smithi067 bash[82083]: audit 2023-12-09T02:15:10.223880+0000 mon.a (mon.0) 5222 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:11.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:11 smithi067 bash[82083]: cephadm 2023-12-09T02:15:10.224445+0000 mgr.y (mgr.25480) 1257 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:11.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:11 smithi067 bash[82083]: audit 2023-12-09T02:15:10.307466+0000 mon.a (mon.0) 5223 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:11.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:11 smithi067 bash[82083]: audit 2023-12-09T02:15:10.310154+0000 mon.a (mon.0) 5224 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:11.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:11 smithi067 bash[82083]: audit 2023-12-09T02:15:10.312594+0000 mon.a (mon.0) 5225 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:11.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:11 smithi067 bash[82083]: audit 2023-12-09T02:15:10.313628+0000 mon.a (mon.0) 5226 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:11.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:11 smithi067 bash[82083]: audit 2023-12-09T02:15:10.323059+0000 mon.a (mon.0) 5227 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:11.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:11 smithi067 bash[82083]: cephadm 2023-12-09T02:15:10.323694+0000 mgr.y (mgr.25480) 1258 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:11.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:11 smithi067 bash[82083]: audit 2023-12-09T02:15:10.400389+0000 mon.a (mon.0) 5228 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:11.472 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:11 smithi067 bash[79370]: cephadm 2023-12-09T02:15:09.740127+0000 mgr.y (mgr.25480) 1251 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:11.472 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:11 smithi067 bash[79370]: cephadm 2023-12-09T02:15:09.839158+0000 mgr.y (mgr.25480) 1252 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:11.472 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:11 smithi067 bash[79370]: cephadm 2023-12-09T02:15:09.935834+0000 mgr.y (mgr.25480) 1253 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:11.472 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:11 smithi067 bash[79370]: cephadm 2023-12-09T02:15:10.031742+0000 mgr.y (mgr.25480) 1254 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:11.472 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:11 smithi067 bash[79370]: cluster 2023-12-09T02:15:10.125283+0000 mgr.y (mgr.25480) 1255 : cluster 0 pgmap v210: 161 pgs: 9 active+clean+remapped, 95 active+clean, 37 active+undersized, 20 active+undersized+degraded; 585 KiB data, 204 MiB used, 715 GiB / 715 GiB avail; 83/726 objects degraded (11.433%); 1/726 objects misplaced (0.138%); 5 B/s, 0 objects/s recovering 2023-12-09T02:15:11.472 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:11 smithi067 bash[79370]: cephadm 2023-12-09T02:15:10.129347+0000 mgr.y (mgr.25480) 1256 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:11.472 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:11 smithi067 bash[79370]: audit 2023-12-09T02:15:10.209986+0000 mon.a (mon.0) 5218 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:11.472 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:11 smithi067 bash[79370]: audit 2023-12-09T02:15:10.212086+0000 mon.a (mon.0) 5219 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:11.472 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:11 smithi067 bash[79370]: audit 2023-12-09T02:15:10.214367+0000 mon.a (mon.0) 5220 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:11.472 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:11 smithi067 bash[79370]: audit 2023-12-09T02:15:10.215116+0000 mon.a (mon.0) 5221 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:11.472 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:11 smithi067 bash[79370]: audit 2023-12-09T02:15:10.223880+0000 mon.a (mon.0) 5222 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:11.472 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:11 smithi067 bash[79370]: cephadm 2023-12-09T02:15:10.224445+0000 mgr.y (mgr.25480) 1257 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:11.472 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:11 smithi067 bash[79370]: audit 2023-12-09T02:15:10.307466+0000 mon.a (mon.0) 5223 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:11.472 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:11 smithi067 bash[79370]: audit 2023-12-09T02:15:10.310154+0000 mon.a (mon.0) 5224 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:11.473 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:11 smithi067 bash[79370]: audit 2023-12-09T02:15:10.312594+0000 mon.a (mon.0) 5225 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:11.473 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:11 smithi067 bash[79370]: audit 2023-12-09T02:15:10.313628+0000 mon.a (mon.0) 5226 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:11.473 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:11 smithi067 bash[79370]: audit 2023-12-09T02:15:10.323059+0000 mon.a (mon.0) 5227 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:11.473 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:11 smithi067 bash[79370]: cephadm 2023-12-09T02:15:10.323694+0000 mgr.y (mgr.25480) 1258 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:11.473 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:11 smithi067 bash[79370]: audit 2023-12-09T02:15:10.400389+0000 mon.a (mon.0) 5228 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:11.473 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:11 smithi067 bash[82083]: audit 2023-12-09T02:15:10.405058+0000 mon.a (mon.0) 5229 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:11.473 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:11 smithi067 bash[82083]: audit 2023-12-09T02:15:10.409499+0000 mon.a (mon.0) 5230 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:11.473 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:11 smithi067 bash[82083]: audit 2023-12-09T02:15:10.410964+0000 mon.a (mon.0) 5231 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:11.474 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:11 smithi067 bash[82083]: audit 2023-12-09T02:15:10.420827+0000 mon.a (mon.0) 5232 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:11.474 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:11 smithi067 bash[82083]: cephadm 2023-12-09T02:15:10.421717+0000 mgr.y (mgr.25480) 1259 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:11.474 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:11 smithi067 bash[82083]: audit 2023-12-09T02:15:10.506421+0000 mon.a (mon.0) 5233 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:11.474 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:11 smithi067 bash[82083]: audit 2023-12-09T02:15:10.510385+0000 mon.a (mon.0) 5234 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:11.474 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:11 smithi067 bash[82083]: audit 2023-12-09T02:15:10.514453+0000 mon.a (mon.0) 5235 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:11.474 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:11 smithi067 bash[82083]: audit 2023-12-09T02:15:10.515392+0000 mon.a (mon.0) 5236 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:11.474 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:11 smithi067 bash[82083]: audit 2023-12-09T02:15:10.523400+0000 mon.a (mon.0) 5237 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:11.474 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:11 smithi067 bash[82083]: cephadm 2023-12-09T02:15:10.524064+0000 mgr.y (mgr.25480) 1260 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:11.474 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:11 smithi067 bash[82083]: audit 2023-12-09T02:15:10.607192+0000 mon.a (mon.0) 5238 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:11.474 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:11 smithi067 bash[82083]: audit 2023-12-09T02:15:10.609275+0000 mon.a (mon.0) 5239 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:11.474 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:11 smithi067 bash[82083]: audit 2023-12-09T02:15:10.612277+0000 mon.a (mon.0) 5240 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:11.474 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:11 smithi067 bash[82083]: audit 2023-12-09T02:15:10.613275+0000 mon.a (mon.0) 5241 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:11.474 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:11 smithi067 bash[82083]: audit 2023-12-09T02:15:10.622015+0000 mon.a (mon.0) 5242 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:11.474 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:11 smithi067 bash[82083]: cephadm 2023-12-09T02:15:10.622641+0000 mgr.y (mgr.25480) 1261 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:11.474 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:11 smithi067 bash[82083]: audit 2023-12-09T02:15:10.701369+0000 mon.a (mon.0) 5243 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:11.475 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:11 smithi067 bash[82083]: audit 2023-12-09T02:15:10.705116+0000 mon.a (mon.0) 5244 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:11.475 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:11 smithi067 bash[82083]: audit 2023-12-09T02:15:10.709375+0000 mon.a (mon.0) 5245 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:11.475 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:11 smithi067 bash[82083]: audit 2023-12-09T02:15:10.710663+0000 mon.a (mon.0) 5246 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:11.475 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:11 smithi067 bash[82083]: audit 2023-12-09T02:15:10.716673+0000 mon.a (mon.0) 5247 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:11.475 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:11 smithi067 bash[82083]: cephadm 2023-12-09T02:15:10.717228+0000 mgr.y (mgr.25480) 1262 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:11.475 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:11 smithi067 bash[82083]: audit 2023-12-09T02:15:10.797748+0000 mon.a (mon.0) 5248 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:11.475 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:11 smithi067 bash[82083]: audit 2023-12-09T02:15:10.800316+0000 mon.a (mon.0) 5249 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:11.475 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:11 smithi067 bash[82083]: audit 2023-12-09T02:15:10.803660+0000 mon.a (mon.0) 5250 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:11.475 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:11 smithi067 bash[82083]: audit 2023-12-09T02:15:10.804953+0000 mon.a (mon.0) 5251 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:11.475 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:11 smithi067 bash[82083]: audit 2023-12-09T02:15:10.813438+0000 mon.a (mon.0) 5252 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:11.475 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:11 smithi067 bash[82083]: audit 2023-12-09T02:15:10.891900+0000 mon.a (mon.0) 5253 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:11.475 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:11 smithi067 bash[82083]: audit 2023-12-09T02:15:10.895065+0000 mon.a (mon.0) 5254 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:11.475 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:11 smithi067 bash[82083]: audit 2023-12-09T02:15:10.898733+0000 mon.a (mon.0) 5255 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:11.475 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:11 smithi067 bash[82083]: audit 2023-12-09T02:15:10.899968+0000 mon.a (mon.0) 5256 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:11.475 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:11 smithi067 bash[82083]: audit 2023-12-09T02:15:10.909134+0000 mon.a (mon.0) 5257 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:11.476 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:11 smithi067 bash[82083]: audit 2023-12-09T02:15:10.983571+0000 mon.a (mon.0) 5258 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:11.476 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:11 smithi067 bash[82083]: audit 2023-12-09T02:15:10.986547+0000 mon.a (mon.0) 5259 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:11.476 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:11 smithi067 bash[82083]: audit 2023-12-09T02:15:10.990407+0000 mon.a (mon.0) 5260 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:11.476 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:11 smithi067 bash[82083]: audit 2023-12-09T02:15:10.991630+0000 mon.a (mon.0) 5261 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:11.476 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:11 smithi067 bash[82083]: audit 2023-12-09T02:15:11.000584+0000 mon.a (mon.0) 5262 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:11.476 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:11 smithi067 bash[82083]: audit 2023-12-09T02:15:11.029146+0000 mon.a (mon.0) 5263 : audit 1 from='osd.5 [v2:172.21.15.125:6808/4174453634,v1:172.21.15.125:6809/4174453634]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-09T02:15:11.476 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:11 smithi067 bash[82083]: audit 2023-12-09T02:15:11.085131+0000 mon.a (mon.0) 5264 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:11.476 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:11 smithi067 bash[82083]: audit 2023-12-09T02:15:11.087325+0000 mon.a (mon.0) 5265 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:11.476 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:11 smithi067 bash[82083]: audit 2023-12-09T02:15:11.090587+0000 mon.a (mon.0) 5266 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:11.476 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:11 smithi067 bash[82083]: audit 2023-12-09T02:15:11.091613+0000 mon.a (mon.0) 5267 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:11.476 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:11 smithi067 bash[82083]: audit 2023-12-09T02:15:11.099852+0000 mon.a (mon.0) 5268 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:11.476 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:11 smithi067 bash[82083]: audit 2023-12-09T02:15:11.179940+0000 mon.a (mon.0) 5269 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:11.476 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:11 smithi067 bash[82083]: audit 2023-12-09T02:15:11.182486+0000 mon.a (mon.0) 5270 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:11.476 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:11 smithi067 bash[82083]: audit 2023-12-09T02:15:11.184944+0000 mon.a (mon.0) 5271 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:11.476 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:11 smithi067 bash[82083]: audit 2023-12-09T02:15:11.186222+0000 mon.a (mon.0) 5272 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:11.477 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:11 smithi067 bash[79370]: audit 2023-12-09T02:15:10.405058+0000 mon.a (mon.0) 5229 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:11.477 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:11 smithi067 bash[79370]: audit 2023-12-09T02:15:10.409499+0000 mon.a (mon.0) 5230 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:11.477 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:11 smithi067 bash[79370]: audit 2023-12-09T02:15:10.410964+0000 mon.a (mon.0) 5231 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:11.477 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:11 smithi067 bash[79370]: audit 2023-12-09T02:15:10.420827+0000 mon.a (mon.0) 5232 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:11.477 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:11 smithi067 bash[79370]: cephadm 2023-12-09T02:15:10.421717+0000 mgr.y (mgr.25480) 1259 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:11.477 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:11 smithi067 bash[79370]: audit 2023-12-09T02:15:10.506421+0000 mon.a (mon.0) 5233 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:11.477 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:11 smithi067 bash[79370]: audit 2023-12-09T02:15:10.510385+0000 mon.a (mon.0) 5234 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:11.477 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:11 smithi067 bash[79370]: audit 2023-12-09T02:15:10.514453+0000 mon.a (mon.0) 5235 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:11.477 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:11 smithi067 bash[79370]: audit 2023-12-09T02:15:10.515392+0000 mon.a (mon.0) 5236 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:11.477 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:11 smithi067 bash[79370]: audit 2023-12-09T02:15:10.523400+0000 mon.a (mon.0) 5237 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:11.478 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:11 smithi067 bash[79370]: cephadm 2023-12-09T02:15:10.524064+0000 mgr.y (mgr.25480) 1260 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:11.478 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:11 smithi067 bash[79370]: audit 2023-12-09T02:15:10.607192+0000 mon.a (mon.0) 5238 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:11.478 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:11 smithi067 bash[79370]: audit 2023-12-09T02:15:10.609275+0000 mon.a (mon.0) 5239 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:11.478 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:11 smithi067 bash[79370]: audit 2023-12-09T02:15:10.612277+0000 mon.a (mon.0) 5240 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:11.478 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:11 smithi067 bash[79370]: audit 2023-12-09T02:15:10.613275+0000 mon.a (mon.0) 5241 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:11.478 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:11 smithi067 bash[79370]: audit 2023-12-09T02:15:10.622015+0000 mon.a (mon.0) 5242 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:11.478 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:11 smithi067 bash[79370]: cephadm 2023-12-09T02:15:10.622641+0000 mgr.y (mgr.25480) 1261 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:11.478 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:11 smithi067 bash[79370]: audit 2023-12-09T02:15:10.701369+0000 mon.a (mon.0) 5243 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:11.478 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:11 smithi067 bash[79370]: audit 2023-12-09T02:15:10.705116+0000 mon.a (mon.0) 5244 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:11.478 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:11 smithi067 bash[79370]: audit 2023-12-09T02:15:10.709375+0000 mon.a (mon.0) 5245 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:11.478 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:11 smithi067 bash[79370]: audit 2023-12-09T02:15:10.710663+0000 mon.a (mon.0) 5246 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:11.478 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:11 smithi067 bash[79370]: audit 2023-12-09T02:15:10.716673+0000 mon.a (mon.0) 5247 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:11.478 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:11 smithi067 bash[79370]: cephadm 2023-12-09T02:15:10.717228+0000 mgr.y (mgr.25480) 1262 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:11.478 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:11 smithi067 bash[79370]: audit 2023-12-09T02:15:10.797748+0000 mon.a (mon.0) 5248 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:11.479 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:11 smithi067 bash[79370]: audit 2023-12-09T02:15:10.800316+0000 mon.a (mon.0) 5249 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:11.479 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:11 smithi067 bash[79370]: audit 2023-12-09T02:15:10.803660+0000 mon.a (mon.0) 5250 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:11.479 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:11 smithi067 bash[79370]: audit 2023-12-09T02:15:10.804953+0000 mon.a (mon.0) 5251 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:11.479 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:11 smithi067 bash[79370]: audit 2023-12-09T02:15:10.813438+0000 mon.a (mon.0) 5252 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:11.479 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:11 smithi067 bash[79370]: audit 2023-12-09T02:15:10.891900+0000 mon.a (mon.0) 5253 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:11.479 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:11 smithi067 bash[79370]: audit 2023-12-09T02:15:10.895065+0000 mon.a (mon.0) 5254 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:11.479 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:11 smithi067 bash[79370]: audit 2023-12-09T02:15:10.898733+0000 mon.a (mon.0) 5255 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:11.479 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:11 smithi067 bash[79370]: audit 2023-12-09T02:15:10.899968+0000 mon.a (mon.0) 5256 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:11.479 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:11 smithi067 bash[79370]: audit 2023-12-09T02:15:10.909134+0000 mon.a (mon.0) 5257 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:11.479 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:11 smithi067 bash[79370]: audit 2023-12-09T02:15:10.983571+0000 mon.a (mon.0) 5258 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:11.479 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:11 smithi067 bash[79370]: audit 2023-12-09T02:15:10.986547+0000 mon.a (mon.0) 5259 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:11.479 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:11 smithi067 bash[79370]: audit 2023-12-09T02:15:10.990407+0000 mon.a (mon.0) 5260 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:11.479 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:11 smithi067 bash[79370]: audit 2023-12-09T02:15:10.991630+0000 mon.a (mon.0) 5261 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:11.479 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:11 smithi067 bash[79370]: audit 2023-12-09T02:15:11.000584+0000 mon.a (mon.0) 5262 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:11.479 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:11 smithi067 bash[79370]: audit 2023-12-09T02:15:11.029146+0000 mon.a (mon.0) 5263 : audit 1 from='osd.5 [v2:172.21.15.125:6808/4174453634,v1:172.21.15.125:6809/4174453634]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-09T02:15:11.480 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:11 smithi067 bash[79370]: audit 2023-12-09T02:15:11.085131+0000 mon.a (mon.0) 5264 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:11.480 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:11 smithi067 bash[79370]: audit 2023-12-09T02:15:11.087325+0000 mon.a (mon.0) 5265 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:11.480 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:11 smithi067 bash[79370]: audit 2023-12-09T02:15:11.090587+0000 mon.a (mon.0) 5266 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:11.480 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:11 smithi067 bash[79370]: audit 2023-12-09T02:15:11.091613+0000 mon.a (mon.0) 5267 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:11.480 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:11 smithi067 bash[79370]: audit 2023-12-09T02:15:11.099852+0000 mon.a (mon.0) 5268 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:11.480 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:11 smithi067 bash[79370]: audit 2023-12-09T02:15:11.179940+0000 mon.a (mon.0) 5269 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:11.480 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:11 smithi067 bash[79370]: audit 2023-12-09T02:15:11.182486+0000 mon.a (mon.0) 5270 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:11.480 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:11 smithi067 bash[79370]: audit 2023-12-09T02:15:11.184944+0000 mon.a (mon.0) 5271 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:11.480 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:11 smithi067 bash[79370]: audit 2023-12-09T02:15:11.186222+0000 mon.a (mon.0) 5272 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:11.481 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:11 smithi125 bash[66801]: cephadm 2023-12-09T02:15:09.740127+0000 mgr.y (mgr.25480) 1251 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:11.481 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:11 smithi125 bash[66801]: cephadm 2023-12-09T02:15:09.839158+0000 mgr.y (mgr.25480) 1252 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:11.481 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:11 smithi125 bash[66801]: cephadm 2023-12-09T02:15:09.935834+0000 mgr.y (mgr.25480) 1253 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:11.481 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:11 smithi125 bash[66801]: cephadm 2023-12-09T02:15:10.031742+0000 mgr.y (mgr.25480) 1254 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:11.481 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:11 smithi125 bash[66801]: cluster 2023-12-09T02:15:10.125283+0000 mgr.y (mgr.25480) 1255 : cluster 0 pgmap v210: 161 pgs: 9 active+clean+remapped, 95 active+clean, 37 active+undersized, 20 active+undersized+degraded; 585 KiB data, 204 MiB used, 715 GiB / 715 GiB avail; 83/726 objects degraded (11.433%); 1/726 objects misplaced (0.138%); 5 B/s, 0 objects/s recovering 2023-12-09T02:15:11.481 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:11 smithi125 bash[66801]: cephadm 2023-12-09T02:15:10.129347+0000 mgr.y (mgr.25480) 1256 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:11.481 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:11 smithi125 bash[66801]: audit 2023-12-09T02:15:10.209986+0000 mon.a (mon.0) 5218 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:11.481 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:11 smithi125 bash[66801]: audit 2023-12-09T02:15:10.212086+0000 mon.a (mon.0) 5219 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:11.481 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:11 smithi125 bash[66801]: audit 2023-12-09T02:15:10.214367+0000 mon.a (mon.0) 5220 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:11.481 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:11 smithi125 bash[66801]: audit 2023-12-09T02:15:10.215116+0000 mon.a (mon.0) 5221 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:11.481 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:11 smithi125 bash[66801]: audit 2023-12-09T02:15:10.223880+0000 mon.a (mon.0) 5222 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:11.481 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:11 smithi125 bash[66801]: cephadm 2023-12-09T02:15:10.224445+0000 mgr.y (mgr.25480) 1257 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:11.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:11 smithi125 bash[66801]: audit 2023-12-09T02:15:10.307466+0000 mon.a (mon.0) 5223 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:11.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:11 smithi125 bash[66801]: audit 2023-12-09T02:15:10.310154+0000 mon.a (mon.0) 5224 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:11.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:11 smithi125 bash[66801]: audit 2023-12-09T02:15:10.312594+0000 mon.a (mon.0) 5225 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:11.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:11 smithi125 bash[66801]: audit 2023-12-09T02:15:10.313628+0000 mon.a (mon.0) 5226 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:11.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:11 smithi125 bash[66801]: audit 2023-12-09T02:15:10.323059+0000 mon.a (mon.0) 5227 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:11.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:11 smithi125 bash[66801]: cephadm 2023-12-09T02:15:10.323694+0000 mgr.y (mgr.25480) 1258 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:11.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:11 smithi125 bash[66801]: audit 2023-12-09T02:15:10.400389+0000 mon.a (mon.0) 5228 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:11.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:11 smithi125 bash[66801]: audit 2023-12-09T02:15:10.405058+0000 mon.a (mon.0) 5229 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:11.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:11 smithi125 bash[66801]: audit 2023-12-09T02:15:10.409499+0000 mon.a (mon.0) 5230 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:11.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:11 smithi125 bash[66801]: audit 2023-12-09T02:15:10.410964+0000 mon.a (mon.0) 5231 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:11.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:11 smithi125 bash[66801]: audit 2023-12-09T02:15:10.420827+0000 mon.a (mon.0) 5232 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:11.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:11 smithi125 bash[66801]: cephadm 2023-12-09T02:15:10.421717+0000 mgr.y (mgr.25480) 1259 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:11.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:11 smithi125 bash[66801]: audit 2023-12-09T02:15:10.506421+0000 mon.a (mon.0) 5233 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:11.482 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:11 smithi125 bash[66801]: audit 2023-12-09T02:15:10.510385+0000 mon.a (mon.0) 5234 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:11.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:11 smithi125 bash[66801]: audit 2023-12-09T02:15:10.514453+0000 mon.a (mon.0) 5235 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:11.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:11 smithi125 bash[66801]: audit 2023-12-09T02:15:10.515392+0000 mon.a (mon.0) 5236 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:11.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:11 smithi125 bash[66801]: audit 2023-12-09T02:15:10.523400+0000 mon.a (mon.0) 5237 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:11.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:11 smithi125 bash[66801]: cephadm 2023-12-09T02:15:10.524064+0000 mgr.y (mgr.25480) 1260 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:11.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:11 smithi125 bash[66801]: audit 2023-12-09T02:15:10.607192+0000 mon.a (mon.0) 5238 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:11.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:11 smithi125 bash[66801]: audit 2023-12-09T02:15:10.609275+0000 mon.a (mon.0) 5239 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:11.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:11 smithi125 bash[66801]: audit 2023-12-09T02:15:10.612277+0000 mon.a (mon.0) 5240 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:11.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:11 smithi125 bash[66801]: audit 2023-12-09T02:15:10.613275+0000 mon.a (mon.0) 5241 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:11.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:11 smithi125 bash[66801]: audit 2023-12-09T02:15:10.622015+0000 mon.a (mon.0) 5242 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:11.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:11 smithi125 bash[66801]: cephadm 2023-12-09T02:15:10.622641+0000 mgr.y (mgr.25480) 1261 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:11.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:11 smithi125 bash[66801]: audit 2023-12-09T02:15:10.701369+0000 mon.a (mon.0) 5243 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:11.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:11 smithi125 bash[66801]: audit 2023-12-09T02:15:10.705116+0000 mon.a (mon.0) 5244 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:11.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:11 smithi125 bash[66801]: audit 2023-12-09T02:15:10.709375+0000 mon.a (mon.0) 5245 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:11.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:11 smithi125 bash[66801]: audit 2023-12-09T02:15:10.710663+0000 mon.a (mon.0) 5246 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:11.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:11 smithi125 bash[66801]: audit 2023-12-09T02:15:10.716673+0000 mon.a (mon.0) 5247 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:11.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:11 smithi125 bash[66801]: cephadm 2023-12-09T02:15:10.717228+0000 mgr.y (mgr.25480) 1262 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:11.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:11 smithi125 bash[66801]: audit 2023-12-09T02:15:10.797748+0000 mon.a (mon.0) 5248 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:11.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:11 smithi125 bash[66801]: audit 2023-12-09T02:15:10.800316+0000 mon.a (mon.0) 5249 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:11.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:11 smithi125 bash[66801]: audit 2023-12-09T02:15:10.803660+0000 mon.a (mon.0) 5250 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:11.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:11 smithi125 bash[66801]: audit 2023-12-09T02:15:10.804953+0000 mon.a (mon.0) 5251 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:11.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:11 smithi125 bash[66801]: audit 2023-12-09T02:15:10.813438+0000 mon.a (mon.0) 5252 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:11.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:11 smithi125 bash[66801]: audit 2023-12-09T02:15:10.891900+0000 mon.a (mon.0) 5253 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:11.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:11 smithi125 bash[66801]: audit 2023-12-09T02:15:10.895065+0000 mon.a (mon.0) 5254 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:11.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:11 smithi125 bash[66801]: audit 2023-12-09T02:15:10.898733+0000 mon.a (mon.0) 5255 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:11.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:11 smithi125 bash[66801]: audit 2023-12-09T02:15:10.899968+0000 mon.a (mon.0) 5256 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:11.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:11 smithi125 bash[66801]: audit 2023-12-09T02:15:10.909134+0000 mon.a (mon.0) 5257 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:11.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:11 smithi125 bash[66801]: audit 2023-12-09T02:15:10.983571+0000 mon.a (mon.0) 5258 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:11.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:11 smithi125 bash[66801]: audit 2023-12-09T02:15:10.986547+0000 mon.a (mon.0) 5259 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:11.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:11 smithi125 bash[66801]: audit 2023-12-09T02:15:10.990407+0000 mon.a (mon.0) 5260 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:11.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:11 smithi125 bash[66801]: audit 2023-12-09T02:15:10.991630+0000 mon.a (mon.0) 5261 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:11.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:11 smithi125 bash[66801]: audit 2023-12-09T02:15:11.000584+0000 mon.a (mon.0) 5262 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:11.485 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:11 smithi125 bash[66801]: audit 2023-12-09T02:15:11.029146+0000 mon.a (mon.0) 5263 : audit 1 from='osd.5 [v2:172.21.15.125:6808/4174453634,v1:172.21.15.125:6809/4174453634]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-09T02:15:11.485 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:11 smithi125 bash[66801]: audit 2023-12-09T02:15:11.085131+0000 mon.a (mon.0) 5264 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:11.485 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:11 smithi125 bash[66801]: audit 2023-12-09T02:15:11.087325+0000 mon.a (mon.0) 5265 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:11.485 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:11 smithi125 bash[66801]: audit 2023-12-09T02:15:11.090587+0000 mon.a (mon.0) 5266 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:11.485 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:11 smithi125 bash[66801]: audit 2023-12-09T02:15:11.091613+0000 mon.a (mon.0) 5267 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:11.485 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:11 smithi125 bash[66801]: audit 2023-12-09T02:15:11.099852+0000 mon.a (mon.0) 5268 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:11.485 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:11 smithi125 bash[66801]: audit 2023-12-09T02:15:11.179940+0000 mon.a (mon.0) 5269 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:11.485 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:11 smithi125 bash[66801]: audit 2023-12-09T02:15:11.182486+0000 mon.a (mon.0) 5270 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:11.485 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:11 smithi125 bash[66801]: audit 2023-12-09T02:15:11.184944+0000 mon.a (mon.0) 5271 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:11.486 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:11 smithi125 bash[66801]: audit 2023-12-09T02:15:11.186222+0000 mon.a (mon.0) 5272 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:12.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:12 smithi067 bash[79370]: cephadm 2023-12-09T02:15:10.813983+0000 mgr.y (mgr.25480) 1263 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:12.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:12 smithi067 bash[79370]: cephadm 2023-12-09T02:15:10.909788+0000 mgr.y (mgr.25480) 1264 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:12.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:12 smithi067 bash[79370]: cephadm 2023-12-09T02:15:11.001703+0000 mgr.y (mgr.25480) 1265 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:12.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:12 smithi067 bash[79370]: cephadm 2023-12-09T02:15:11.100522+0000 mgr.y (mgr.25480) 1266 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:12.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:12 smithi067 bash[79370]: audit 2023-12-09T02:15:11.193713+0000 mon.a (mon.0) 5273 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:12.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:12 smithi067 bash[79370]: cephadm 2023-12-09T02:15:11.194699+0000 mgr.y (mgr.25480) 1267 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:12.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:12 smithi067 bash[79370]: audit 2023-12-09T02:15:11.275831+0000 mon.a (mon.0) 5274 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:12.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:12 smithi067 bash[79370]: audit 2023-12-09T02:15:11.278519+0000 mon.a (mon.0) 5275 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:12.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:12 smithi067 bash[79370]: audit 2023-12-09T02:15:11.281753+0000 mon.a (mon.0) 5276 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:12.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:12 smithi067 bash[79370]: audit 2023-12-09T02:15:11.283153+0000 mon.a (mon.0) 5277 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:12.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:12 smithi067 bash[79370]: audit 2023-12-09T02:15:11.293982+0000 mon.a (mon.0) 5278 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:12.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:12 smithi067 bash[79370]: cephadm 2023-12-09T02:15:11.294702+0000 mgr.y (mgr.25480) 1268 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:12.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:12 smithi067 bash[79370]: audit 2023-12-09T02:15:11.374322+0000 mon.a (mon.0) 5279 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:12.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:12 smithi067 bash[79370]: audit 2023-12-09T02:15:11.376770+0000 mon.a (mon.0) 5280 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:12.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:12 smithi067 bash[79370]: audit 2023-12-09T02:15:11.379865+0000 mon.a (mon.0) 5281 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:12.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:12 smithi067 bash[79370]: audit 2023-12-09T02:15:11.380772+0000 mon.a (mon.0) 5282 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:12.472 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:12 smithi067 bash[79370]: audit 2023-12-09T02:15:11.388590+0000 mon.a (mon.0) 5283 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:12.472 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:12 smithi067 bash[79370]: cephadm 2023-12-09T02:15:11.389157+0000 mgr.y (mgr.25480) 1269 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:12.472 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:12 smithi067 bash[79370]: audit 2023-12-09T02:15:11.470145+0000 mon.a (mon.0) 5284 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:12.472 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:12 smithi067 bash[79370]: audit 2023-12-09T02:15:11.474459+0000 mon.a (mon.0) 5285 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:12.472 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:12 smithi067 bash[82083]: cephadm 2023-12-09T02:15:10.813983+0000 mgr.y (mgr.25480) 1263 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:12.472 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:12 smithi067 bash[82083]: cephadm 2023-12-09T02:15:10.909788+0000 mgr.y (mgr.25480) 1264 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:12.472 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:12 smithi067 bash[82083]: cephadm 2023-12-09T02:15:11.001703+0000 mgr.y (mgr.25480) 1265 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:12.472 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:12 smithi067 bash[82083]: cephadm 2023-12-09T02:15:11.100522+0000 mgr.y (mgr.25480) 1266 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:12.472 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:12 smithi067 bash[82083]: audit 2023-12-09T02:15:11.193713+0000 mon.a (mon.0) 5273 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:12.472 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:12 smithi067 bash[82083]: cephadm 2023-12-09T02:15:11.194699+0000 mgr.y (mgr.25480) 1267 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:12.473 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:12 smithi067 bash[82083]: audit 2023-12-09T02:15:11.275831+0000 mon.a (mon.0) 5274 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:12.473 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:12 smithi067 bash[82083]: audit 2023-12-09T02:15:11.278519+0000 mon.a (mon.0) 5275 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:12.473 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:12 smithi067 bash[82083]: audit 2023-12-09T02:15:11.281753+0000 mon.a (mon.0) 5276 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:12.473 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:12 smithi067 bash[82083]: audit 2023-12-09T02:15:11.283153+0000 mon.a (mon.0) 5277 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:12.473 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:12 smithi067 bash[82083]: audit 2023-12-09T02:15:11.293982+0000 mon.a (mon.0) 5278 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:12.473 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:12 smithi067 bash[82083]: cephadm 2023-12-09T02:15:11.294702+0000 mgr.y (mgr.25480) 1268 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:12.473 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:12 smithi067 bash[82083]: audit 2023-12-09T02:15:11.374322+0000 mon.a (mon.0) 5279 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:12.473 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:12 smithi067 bash[82083]: audit 2023-12-09T02:15:11.376770+0000 mon.a (mon.0) 5280 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:12.473 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:12 smithi067 bash[82083]: audit 2023-12-09T02:15:11.379865+0000 mon.a (mon.0) 5281 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:12.473 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:12 smithi067 bash[82083]: audit 2023-12-09T02:15:11.380772+0000 mon.a (mon.0) 5282 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:12.473 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:12 smithi067 bash[82083]: audit 2023-12-09T02:15:11.388590+0000 mon.a (mon.0) 5283 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:12.473 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:12 smithi067 bash[82083]: cephadm 2023-12-09T02:15:11.389157+0000 mgr.y (mgr.25480) 1269 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:12.473 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:12 smithi067 bash[82083]: audit 2023-12-09T02:15:11.470145+0000 mon.a (mon.0) 5284 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:12.474 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:12 smithi067 bash[82083]: audit 2023-12-09T02:15:11.474459+0000 mon.a (mon.0) 5285 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:12.474 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:12 smithi067 bash[79370]: audit 2023-12-09T02:15:11.477901+0000 mon.a (mon.0) 5286 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:12.474 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:12 smithi067 bash[79370]: audit 2023-12-09T02:15:11.479123+0000 mon.a (mon.0) 5287 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:12.474 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:12 smithi067 bash[79370]: audit 2023-12-09T02:15:11.488625+0000 mon.a (mon.0) 5288 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:12.474 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:12 smithi067 bash[79370]: cephadm 2023-12-09T02:15:11.489186+0000 mgr.y (mgr.25480) 1270 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:12.474 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:12 smithi067 bash[79370]: audit 2023-12-09T02:15:11.570105+0000 mon.a (mon.0) 5289 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:12.474 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:12 smithi067 bash[79370]: audit 2023-12-09T02:15:11.572720+0000 mon.a (mon.0) 5290 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:12.474 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:12 smithi067 bash[79370]: audit 2023-12-09T02:15:11.575445+0000 mon.a (mon.0) 5291 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:12.474 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:12 smithi067 bash[79370]: audit 2023-12-09T02:15:11.576705+0000 mon.a (mon.0) 5292 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:12.474 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:12 smithi067 bash[79370]: audit 2023-12-09T02:15:11.587361+0000 mon.a (mon.0) 5293 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:12.475 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:12 smithi067 bash[79370]: cephadm 2023-12-09T02:15:11.587917+0000 mgr.y (mgr.25480) 1271 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:12.475 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:12 smithi067 bash[79370]: audit 2023-12-09T02:15:11.668746+0000 mon.a (mon.0) 5294 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:12.475 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:12 smithi067 bash[79370]: audit 2023-12-09T02:15:11.672251+0000 mon.a (mon.0) 5295 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:12.475 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:12 smithi067 bash[79370]: audit 2023-12-09T02:15:11.675973+0000 mon.a (mon.0) 5296 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:12.475 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:12 smithi067 bash[79370]: audit 2023-12-09T02:15:11.677194+0000 mon.a (mon.0) 5297 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:12.475 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:12 smithi067 bash[79370]: audit 2023-12-09T02:15:11.686205+0000 mon.a (mon.0) 5298 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:12.475 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:12 smithi067 bash[79370]: cephadm 2023-12-09T02:15:11.686892+0000 mgr.y (mgr.25480) 1272 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:12.475 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:12 smithi067 bash[79370]: audit 2023-12-09T02:15:11.769738+0000 mon.a (mon.0) 5299 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:12.475 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:12 smithi067 bash[79370]: audit 2023-12-09T02:15:11.771794+0000 mon.a (mon.0) 5300 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:12.475 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:12 smithi067 bash[79370]: audit 2023-12-09T02:15:11.774369+0000 mon.a (mon.0) 5301 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:12.475 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:12 smithi067 bash[79370]: audit 2023-12-09T02:15:11.775280+0000 mon.a (mon.0) 5302 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:12.475 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:12 smithi067 bash[79370]: audit 2023-12-09T02:15:11.785967+0000 mon.a (mon.0) 5303 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:12.476 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:12 smithi067 bash[82083]: audit 2023-12-09T02:15:11.477901+0000 mon.a (mon.0) 5286 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:12.476 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:12 smithi067 bash[82083]: audit 2023-12-09T02:15:11.479123+0000 mon.a (mon.0) 5287 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:12.476 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:12 smithi067 bash[82083]: audit 2023-12-09T02:15:11.488625+0000 mon.a (mon.0) 5288 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:12.476 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:12 smithi067 bash[82083]: cephadm 2023-12-09T02:15:11.489186+0000 mgr.y (mgr.25480) 1270 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:12.476 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:12 smithi067 bash[82083]: audit 2023-12-09T02:15:11.570105+0000 mon.a (mon.0) 5289 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:12.476 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:12 smithi067 bash[82083]: audit 2023-12-09T02:15:11.572720+0000 mon.a (mon.0) 5290 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:12.476 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:12 smithi067 bash[82083]: audit 2023-12-09T02:15:11.575445+0000 mon.a (mon.0) 5291 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:12.476 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:12 smithi067 bash[82083]: audit 2023-12-09T02:15:11.576705+0000 mon.a (mon.0) 5292 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:12.476 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:12 smithi067 bash[82083]: audit 2023-12-09T02:15:11.587361+0000 mon.a (mon.0) 5293 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:12.476 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:12 smithi067 bash[82083]: cephadm 2023-12-09T02:15:11.587917+0000 mgr.y (mgr.25480) 1271 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:12.476 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:12 smithi067 bash[82083]: audit 2023-12-09T02:15:11.668746+0000 mon.a (mon.0) 5294 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:12.476 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:12 smithi067 bash[82083]: audit 2023-12-09T02:15:11.672251+0000 mon.a (mon.0) 5295 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:12.476 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:12 smithi067 bash[82083]: audit 2023-12-09T02:15:11.675973+0000 mon.a (mon.0) 5296 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:12.476 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:12 smithi067 bash[82083]: audit 2023-12-09T02:15:11.677194+0000 mon.a (mon.0) 5297 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:12.477 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:12 smithi067 bash[82083]: audit 2023-12-09T02:15:11.686205+0000 mon.a (mon.0) 5298 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:12.477 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:12 smithi067 bash[82083]: cephadm 2023-12-09T02:15:11.686892+0000 mgr.y (mgr.25480) 1272 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:12.477 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:12 smithi067 bash[82083]: audit 2023-12-09T02:15:11.769738+0000 mon.a (mon.0) 5299 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:12.477 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:12 smithi067 bash[82083]: audit 2023-12-09T02:15:11.771794+0000 mon.a (mon.0) 5300 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:12.477 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:12 smithi067 bash[82083]: audit 2023-12-09T02:15:11.774369+0000 mon.a (mon.0) 5301 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:12.477 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:12 smithi067 bash[82083]: audit 2023-12-09T02:15:11.775280+0000 mon.a (mon.0) 5302 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:12.478 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:12 smithi067 bash[82083]: audit 2023-12-09T02:15:11.785967+0000 mon.a (mon.0) 5303 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:12.478 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:12 smithi067 bash[79370]: audit 2023-12-09T02:15:11.869893+0000 mon.a (mon.0) 5304 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:12.478 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:12 smithi067 bash[79370]: audit 2023-12-09T02:15:11.872499+0000 mon.a (mon.0) 5305 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:12.478 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:12 smithi067 bash[79370]: audit 2023-12-09T02:15:11.875926+0000 mon.a (mon.0) 5306 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:12.478 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:12 smithi067 bash[79370]: audit 2023-12-09T02:15:11.876918+0000 mon.a (mon.0) 5307 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:12.479 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:12 smithi067 bash[79370]: audit 2023-12-09T02:15:11.884750+0000 mon.a (mon.0) 5308 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:12.479 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:12 smithi067 bash[79370]: audit 2023-12-09T02:15:11.964360+0000 mon.a (mon.0) 5309 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:12.479 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:12 smithi067 bash[79370]: audit 2023-12-09T02:15:11.966576+0000 mon.a (mon.0) 5310 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:12.479 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:12 smithi067 bash[79370]: audit 2023-12-09T02:15:11.969123+0000 mon.a (mon.0) 5311 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:12.479 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:12 smithi067 bash[79370]: audit 2023-12-09T02:15:11.969887+0000 mon.a (mon.0) 5312 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:12.479 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:12 smithi067 bash[79370]: audit 2023-12-09T02:15:11.978759+0000 mon.a (mon.0) 5313 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:12.479 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:12 smithi067 bash[79370]: audit 2023-12-09T02:15:11.999687+0000 mon.a (mon.0) 5314 : audit 1 from='osd.5 [v2:172.21.15.125:6808/4174453634,v1:172.21.15.125:6809/4174453634]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-12-09T02:15:12.479 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:12 smithi067 bash[79370]: cluster 2023-12-09T02:15:12.005618+0000 mon.a (mon.0) 5315 : cluster 0 osdmap e142: 8 total, 7 up, 8 in 2023-12-09T02:15:12.479 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:12 smithi067 bash[79370]: audit 2023-12-09T02:15:12.007522+0000 mon.a (mon.0) 5316 : audit 1 from='osd.5 [v2:172.21.15.125:6808/4174453634,v1:172.21.15.125:6809/4174453634]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi125", "root=default"]}]: dispatch 2023-12-09T02:15:12.479 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:12 smithi067 bash[79370]: audit 2023-12-09T02:15:12.060275+0000 mon.a (mon.0) 5317 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:12.479 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:12 smithi067 bash[79370]: audit 2023-12-09T02:15:12.064365+0000 mon.a (mon.0) 5318 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:12.479 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:12 smithi067 bash[79370]: audit 2023-12-09T02:15:12.067818+0000 mon.a (mon.0) 5319 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:12.479 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:12 smithi067 bash[79370]: audit 2023-12-09T02:15:12.069110+0000 mon.a (mon.0) 5320 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:12.479 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:12 smithi067 bash[79370]: audit 2023-12-09T02:15:12.079728+0000 mon.a (mon.0) 5321 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:12.480 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:12 smithi067 bash[79370]: audit 2023-12-09T02:15:12.164619+0000 mon.a (mon.0) 5322 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:12.480 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:12 smithi067 bash[79370]: audit 2023-12-09T02:15:12.167221+0000 mon.a (mon.0) 5323 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:12.480 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:12 smithi067 bash[79370]: audit 2023-12-09T02:15:12.169893+0000 mon.a (mon.0) 5324 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:12.480 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:12 smithi067 bash[79370]: audit 2023-12-09T02:15:12.170775+0000 mon.a (mon.0) 5325 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:12.480 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:12 smithi067 bash[79370]: audit 2023-12-09T02:15:12.180436+0000 mon.a (mon.0) 5326 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:12.480 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:12 smithi067 bash[82083]: audit 2023-12-09T02:15:11.869893+0000 mon.a (mon.0) 5304 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:12.480 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:12 smithi067 bash[82083]: audit 2023-12-09T02:15:11.872499+0000 mon.a (mon.0) 5305 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:12.480 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:12 smithi067 bash[82083]: audit 2023-12-09T02:15:11.875926+0000 mon.a (mon.0) 5306 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:12.481 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:12 smithi067 bash[82083]: audit 2023-12-09T02:15:11.876918+0000 mon.a (mon.0) 5307 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:12.481 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:12 smithi067 bash[82083]: audit 2023-12-09T02:15:11.884750+0000 mon.a (mon.0) 5308 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:12.481 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:12 smithi067 bash[82083]: audit 2023-12-09T02:15:11.964360+0000 mon.a (mon.0) 5309 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:12.481 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:12 smithi067 bash[82083]: audit 2023-12-09T02:15:11.966576+0000 mon.a (mon.0) 5310 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:12.481 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:12 smithi067 bash[82083]: audit 2023-12-09T02:15:11.969123+0000 mon.a (mon.0) 5311 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:12.481 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:12 smithi067 bash[82083]: audit 2023-12-09T02:15:11.969887+0000 mon.a (mon.0) 5312 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:12.481 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:12 smithi067 bash[82083]: audit 2023-12-09T02:15:11.978759+0000 mon.a (mon.0) 5313 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:12.481 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:12 smithi067 bash[82083]: audit 2023-12-09T02:15:11.999687+0000 mon.a (mon.0) 5314 : audit 1 from='osd.5 [v2:172.21.15.125:6808/4174453634,v1:172.21.15.125:6809/4174453634]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-12-09T02:15:12.481 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:12 smithi067 bash[82083]: cluster 2023-12-09T02:15:12.005618+0000 mon.a (mon.0) 5315 : cluster 0 osdmap e142: 8 total, 7 up, 8 in 2023-12-09T02:15:12.481 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:12 smithi067 bash[82083]: audit 2023-12-09T02:15:12.007522+0000 mon.a (mon.0) 5316 : audit 1 from='osd.5 [v2:172.21.15.125:6808/4174453634,v1:172.21.15.125:6809/4174453634]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi125", "root=default"]}]: dispatch 2023-12-09T02:15:12.481 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:12 smithi067 bash[82083]: audit 2023-12-09T02:15:12.060275+0000 mon.a (mon.0) 5317 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:12.481 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:12 smithi067 bash[82083]: audit 2023-12-09T02:15:12.064365+0000 mon.a (mon.0) 5318 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:12.481 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:12 smithi067 bash[82083]: audit 2023-12-09T02:15:12.067818+0000 mon.a (mon.0) 5319 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:12.481 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:12 smithi067 bash[82083]: audit 2023-12-09T02:15:12.069110+0000 mon.a (mon.0) 5320 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:12.481 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:12 smithi067 bash[82083]: audit 2023-12-09T02:15:12.079728+0000 mon.a (mon.0) 5321 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:12.482 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:12 smithi067 bash[82083]: audit 2023-12-09T02:15:12.164619+0000 mon.a (mon.0) 5322 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:12.482 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:12 smithi067 bash[82083]: audit 2023-12-09T02:15:12.167221+0000 mon.a (mon.0) 5323 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:12.482 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:12 smithi067 bash[82083]: audit 2023-12-09T02:15:12.169893+0000 mon.a (mon.0) 5324 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:12.482 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:12 smithi067 bash[82083]: audit 2023-12-09T02:15:12.170775+0000 mon.a (mon.0) 5325 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:12.482 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:12 smithi067 bash[82083]: audit 2023-12-09T02:15:12.180436+0000 mon.a (mon.0) 5326 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:12.482 INFO:journalctl@ceph.osd.5.smithi125.stdout:Dec 09 02:15:12 smithi125 bash[76488]: debug 2023-12-09T02:15:12.055+0000 7fcfca78a700 -1 osd.5 137 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-09T02:15:12.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:12 smithi125 bash[66801]: cephadm 2023-12-09T02:15:10.813983+0000 mgr.y (mgr.25480) 1263 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:12.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:12 smithi125 bash[66801]: cephadm 2023-12-09T02:15:10.909788+0000 mgr.y (mgr.25480) 1264 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:12.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:12 smithi125 bash[66801]: cephadm 2023-12-09T02:15:11.001703+0000 mgr.y (mgr.25480) 1265 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:12.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:12 smithi125 bash[66801]: cephadm 2023-12-09T02:15:11.100522+0000 mgr.y (mgr.25480) 1266 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:12.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:12 smithi125 bash[66801]: audit 2023-12-09T02:15:11.193713+0000 mon.a (mon.0) 5273 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:12.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:12 smithi125 bash[66801]: cephadm 2023-12-09T02:15:11.194699+0000 mgr.y (mgr.25480) 1267 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:12.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:12 smithi125 bash[66801]: audit 2023-12-09T02:15:11.275831+0000 mon.a (mon.0) 5274 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:12.483 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:12 smithi125 bash[66801]: audit 2023-12-09T02:15:11.278519+0000 mon.a (mon.0) 5275 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:12.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:12 smithi125 bash[66801]: audit 2023-12-09T02:15:11.281753+0000 mon.a (mon.0) 5276 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:12.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:12 smithi125 bash[66801]: audit 2023-12-09T02:15:11.283153+0000 mon.a (mon.0) 5277 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:12.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:12 smithi125 bash[66801]: audit 2023-12-09T02:15:11.293982+0000 mon.a (mon.0) 5278 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:12.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:12 smithi125 bash[66801]: cephadm 2023-12-09T02:15:11.294702+0000 mgr.y (mgr.25480) 1268 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:12.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:12 smithi125 bash[66801]: audit 2023-12-09T02:15:11.374322+0000 mon.a (mon.0) 5279 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:12.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:12 smithi125 bash[66801]: audit 2023-12-09T02:15:11.376770+0000 mon.a (mon.0) 5280 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:12.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:12 smithi125 bash[66801]: audit 2023-12-09T02:15:11.379865+0000 mon.a (mon.0) 5281 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:12.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:12 smithi125 bash[66801]: audit 2023-12-09T02:15:11.380772+0000 mon.a (mon.0) 5282 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:12.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:12 smithi125 bash[66801]: audit 2023-12-09T02:15:11.388590+0000 mon.a (mon.0) 5283 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:12.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:12 smithi125 bash[66801]: cephadm 2023-12-09T02:15:11.389157+0000 mgr.y (mgr.25480) 1269 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:12.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:12 smithi125 bash[66801]: audit 2023-12-09T02:15:11.470145+0000 mon.a (mon.0) 5284 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:12.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:12 smithi125 bash[66801]: audit 2023-12-09T02:15:11.474459+0000 mon.a (mon.0) 5285 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:12.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:12 smithi125 bash[66801]: audit 2023-12-09T02:15:11.477901+0000 mon.a (mon.0) 5286 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:12.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:12 smithi125 bash[66801]: audit 2023-12-09T02:15:11.479123+0000 mon.a (mon.0) 5287 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:12.484 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:12 smithi125 bash[66801]: audit 2023-12-09T02:15:11.488625+0000 mon.a (mon.0) 5288 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:12.485 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:12 smithi125 bash[66801]: cephadm 2023-12-09T02:15:11.489186+0000 mgr.y (mgr.25480) 1270 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:12.485 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:12 smithi125 bash[66801]: audit 2023-12-09T02:15:11.570105+0000 mon.a (mon.0) 5289 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:12.485 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:12 smithi125 bash[66801]: audit 2023-12-09T02:15:11.572720+0000 mon.a (mon.0) 5290 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:12.485 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:12 smithi125 bash[66801]: audit 2023-12-09T02:15:11.575445+0000 mon.a (mon.0) 5291 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:12.485 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:12 smithi125 bash[66801]: audit 2023-12-09T02:15:11.576705+0000 mon.a (mon.0) 5292 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:12.485 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:12 smithi125 bash[66801]: audit 2023-12-09T02:15:11.587361+0000 mon.a (mon.0) 5293 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:12.485 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:12 smithi125 bash[66801]: cephadm 2023-12-09T02:15:11.587917+0000 mgr.y (mgr.25480) 1271 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:12.485 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:12 smithi125 bash[66801]: audit 2023-12-09T02:15:11.668746+0000 mon.a (mon.0) 5294 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:12.485 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:12 smithi125 bash[66801]: audit 2023-12-09T02:15:11.672251+0000 mon.a (mon.0) 5295 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:12.485 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:12 smithi125 bash[66801]: audit 2023-12-09T02:15:11.675973+0000 mon.a (mon.0) 5296 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:12.485 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:12 smithi125 bash[66801]: audit 2023-12-09T02:15:11.677194+0000 mon.a (mon.0) 5297 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:12.485 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:12 smithi125 bash[66801]: audit 2023-12-09T02:15:11.686205+0000 mon.a (mon.0) 5298 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:12.485 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:12 smithi125 bash[66801]: cephadm 2023-12-09T02:15:11.686892+0000 mgr.y (mgr.25480) 1272 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:12.485 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:12 smithi125 bash[66801]: audit 2023-12-09T02:15:11.769738+0000 mon.a (mon.0) 5299 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:12.485 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:12 smithi125 bash[66801]: audit 2023-12-09T02:15:11.771794+0000 mon.a (mon.0) 5300 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:12.486 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:12 smithi125 bash[66801]: audit 2023-12-09T02:15:11.774369+0000 mon.a (mon.0) 5301 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:12.486 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:12 smithi125 bash[66801]: audit 2023-12-09T02:15:11.775280+0000 mon.a (mon.0) 5302 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:12.486 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:12 smithi125 bash[66801]: audit 2023-12-09T02:15:11.785967+0000 mon.a (mon.0) 5303 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:12.486 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:12 smithi125 bash[66801]: audit 2023-12-09T02:15:11.869893+0000 mon.a (mon.0) 5304 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:12.486 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:12 smithi125 bash[66801]: audit 2023-12-09T02:15:11.872499+0000 mon.a (mon.0) 5305 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:12.486 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:12 smithi125 bash[66801]: audit 2023-12-09T02:15:11.875926+0000 mon.a (mon.0) 5306 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:12.486 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:12 smithi125 bash[66801]: audit 2023-12-09T02:15:11.876918+0000 mon.a (mon.0) 5307 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:12.486 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:12 smithi125 bash[66801]: audit 2023-12-09T02:15:11.884750+0000 mon.a (mon.0) 5308 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:12.486 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:12 smithi125 bash[66801]: audit 2023-12-09T02:15:11.964360+0000 mon.a (mon.0) 5309 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:12.486 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:12 smithi125 bash[66801]: audit 2023-12-09T02:15:11.966576+0000 mon.a (mon.0) 5310 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:12.486 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:12 smithi125 bash[66801]: audit 2023-12-09T02:15:11.969123+0000 mon.a (mon.0) 5311 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:12.486 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:12 smithi125 bash[66801]: audit 2023-12-09T02:15:11.969887+0000 mon.a (mon.0) 5312 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:12.487 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:12 smithi125 bash[66801]: audit 2023-12-09T02:15:11.978759+0000 mon.a (mon.0) 5313 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:12.487 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:12 smithi125 bash[66801]: audit 2023-12-09T02:15:11.999687+0000 mon.a (mon.0) 5314 : audit 1 from='osd.5 [v2:172.21.15.125:6808/4174453634,v1:172.21.15.125:6809/4174453634]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-12-09T02:15:12.487 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:12 smithi125 bash[66801]: cluster 2023-12-09T02:15:12.005618+0000 mon.a (mon.0) 5315 : cluster 0 osdmap e142: 8 total, 7 up, 8 in 2023-12-09T02:15:12.487 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:12 smithi125 bash[66801]: audit 2023-12-09T02:15:12.007522+0000 mon.a (mon.0) 5316 : audit 1 from='osd.5 [v2:172.21.15.125:6808/4174453634,v1:172.21.15.125:6809/4174453634]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi125", "root=default"]}]: dispatch 2023-12-09T02:15:12.487 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:12 smithi125 bash[66801]: audit 2023-12-09T02:15:12.060275+0000 mon.a (mon.0) 5317 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:12.487 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:12 smithi125 bash[66801]: audit 2023-12-09T02:15:12.064365+0000 mon.a (mon.0) 5318 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:12.487 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:12 smithi125 bash[66801]: audit 2023-12-09T02:15:12.067818+0000 mon.a (mon.0) 5319 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:12.487 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:12 smithi125 bash[66801]: audit 2023-12-09T02:15:12.069110+0000 mon.a (mon.0) 5320 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:12.487 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:12 smithi125 bash[66801]: audit 2023-12-09T02:15:12.079728+0000 mon.a (mon.0) 5321 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:12.487 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:12 smithi125 bash[66801]: audit 2023-12-09T02:15:12.164619+0000 mon.a (mon.0) 5322 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:12.487 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:12 smithi125 bash[66801]: audit 2023-12-09T02:15:12.167221+0000 mon.a (mon.0) 5323 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:12.487 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:12 smithi125 bash[66801]: audit 2023-12-09T02:15:12.169893+0000 mon.a (mon.0) 5324 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:12.487 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:12 smithi125 bash[66801]: audit 2023-12-09T02:15:12.170775+0000 mon.a (mon.0) 5325 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:12.488 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:12 smithi125 bash[66801]: audit 2023-12-09T02:15:12.180436+0000 mon.a (mon.0) 5326 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:13.472 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:13 smithi125 bash[66801]: cephadm 2023-12-09T02:15:11.786603+0000 mgr.y (mgr.25480) 1273 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:13.473 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:13 smithi125 bash[66801]: cephadm 2023-12-09T02:15:11.885308+0000 mgr.y (mgr.25480) 1274 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:13.473 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:13 smithi125 bash[66801]: cephadm 2023-12-09T02:15:11.979311+0000 mgr.y (mgr.25480) 1275 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:13.473 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:13 smithi125 bash[66801]: cluster 2023-12-09T02:15:12.001480+0000 osd.7 (osd.7) 55 : cluster 3 failed to encode map e142 with expected crc 2023-12-09T02:15:13.473 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:13 smithi125 bash[66801]: cephadm 2023-12-09T02:15:12.080700+0000 mgr.y (mgr.25480) 1276 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:13.473 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:13 smithi125 bash[66801]: cluster 2023-12-09T02:15:12.126068+0000 mgr.y (mgr.25480) 1277 : cluster 0 pgmap v212: 161 pgs: 9 active+clean+remapped, 95 active+clean, 37 active+undersized, 20 active+undersized+degraded; 585 KiB data, 214 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s; 83/726 objects degraded (11.433%); 1/726 objects misplaced (0.138%) 2023-12-09T02:15:13.473 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:13 smithi125 bash[66801]: cephadm 2023-12-09T02:15:12.180986+0000 mgr.y (mgr.25480) 1278 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:13.473 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:13 smithi125 bash[66801]: audit 2023-12-09T02:15:12.290084+0000 mon.a (mon.0) 5327 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:13.473 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:13 smithi125 bash[66801]: audit 2023-12-09T02:15:12.293598+0000 mon.a (mon.0) 5328 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:13.473 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:13 smithi125 bash[66801]: audit 2023-12-09T02:15:12.297307+0000 mon.a (mon.0) 5329 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:13.473 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:13 smithi125 bash[66801]: audit 2023-12-09T02:15:12.298636+0000 mon.a (mon.0) 5330 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:13.473 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:13 smithi125 bash[66801]: audit 2023-12-09T02:15:12.306935+0000 mon.a (mon.0) 5331 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:13.473 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:13 smithi125 bash[66801]: cephadm 2023-12-09T02:15:12.307759+0000 mgr.y (mgr.25480) 1279 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:13.473 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:13 smithi125 bash[66801]: audit 2023-12-09T02:15:12.389579+0000 mon.a (mon.0) 5332 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:13.473 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:13 smithi125 bash[66801]: cluster 2023-12-09T02:15:12.392012+0000 osd.6 (osd.6) 48 : cluster 3 failed to encode map e142 with expected crc 2023-12-09T02:15:13.474 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:13 smithi125 bash[66801]: audit 2023-12-09T02:15:12.393610+0000 mon.a (mon.0) 5333 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:13.474 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:13 smithi125 bash[66801]: audit 2023-12-09T02:15:12.396956+0000 mon.a (mon.0) 5334 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:13.474 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:13 smithi125 bash[66801]: audit 2023-12-09T02:15:12.398050+0000 mon.a (mon.0) 5335 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:13.474 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:13 smithi125 bash[66801]: audit 2023-12-09T02:15:12.406031+0000 mon.a (mon.0) 5336 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:13.474 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:13 smithi125 bash[66801]: cephadm 2023-12-09T02:15:12.406548+0000 mgr.y (mgr.25480) 1280 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:13.474 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:13 smithi125 bash[66801]: audit 2023-12-09T02:15:12.487788+0000 mon.a (mon.0) 5337 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:13.474 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:13 smithi125 bash[66801]: audit 2023-12-09T02:15:12.491290+0000 mon.a (mon.0) 5338 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:13.474 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:13 smithi125 bash[66801]: audit 2023-12-09T02:15:12.494598+0000 mon.a (mon.0) 5339 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:13.474 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:13 smithi125 bash[66801]: audit 2023-12-09T02:15:12.495880+0000 mon.a (mon.0) 5340 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:13.474 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:13 smithi125 bash[66801]: audit 2023-12-09T02:15:12.503546+0000 mon.a (mon.0) 5341 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:13.474 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:13 smithi125 bash[66801]: cephadm 2023-12-09T02:15:12.504441+0000 mgr.y (mgr.25480) 1281 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:13.474 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:13 smithi125 bash[66801]: audit 2023-12-09T02:15:12.585676+0000 mon.a (mon.0) 5342 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:13.474 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:13 smithi125 bash[66801]: audit 2023-12-09T02:15:12.588170+0000 mon.a (mon.0) 5343 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:13.474 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:13 smithi125 bash[66801]: audit 2023-12-09T02:15:12.591488+0000 mon.a (mon.0) 5344 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:13.474 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:13 smithi125 bash[66801]: audit 2023-12-09T02:15:12.592711+0000 mon.a (mon.0) 5345 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:13.474 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:13 smithi125 bash[66801]: audit 2023-12-09T02:15:12.600314+0000 mon.a (mon.0) 5346 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:13.475 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:13 smithi125 bash[66801]: cephadm 2023-12-09T02:15:12.600905+0000 mgr.y (mgr.25480) 1282 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:13.475 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:13 smithi125 bash[66801]: audit 2023-12-09T02:15:12.643321+0000 mon.a (mon.0) 5347 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:13.475 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:13 smithi125 bash[66801]: audit 2023-12-09T02:15:12.645275+0000 mon.a (mon.0) 5348 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:15:13.475 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:13 smithi125 bash[66801]: audit 2023-12-09T02:15:12.718620+0000 mon.a (mon.0) 5349 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:13.475 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:13 smithi125 bash[66801]: audit 2023-12-09T02:15:12.721030+0000 mon.a (mon.0) 5350 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:13.475 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:13 smithi125 bash[66801]: audit 2023-12-09T02:15:12.723718+0000 mon.a (mon.0) 5351 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:13.475 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:13 smithi125 bash[66801]: audit 2023-12-09T02:15:12.724538+0000 mon.a (mon.0) 5352 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:13.475 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:13 smithi125 bash[66801]: audit 2023-12-09T02:15:12.730696+0000 mon.a (mon.0) 5353 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:13.475 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:13 smithi125 bash[66801]: audit 2023-12-09T02:15:12.811426+0000 mon.a (mon.0) 5354 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:13.476 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:13 smithi125 bash[66801]: audit 2023-12-09T02:15:12.813935+0000 mon.a (mon.0) 5355 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:13.476 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:13 smithi125 bash[66801]: audit 2023-12-09T02:15:12.817686+0000 mon.a (mon.0) 5356 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:13.476 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:13 smithi125 bash[66801]: audit 2023-12-09T02:15:12.818712+0000 mon.a (mon.0) 5357 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:13.476 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:13 smithi125 bash[66801]: audit 2023-12-09T02:15:12.824698+0000 mon.a (mon.0) 5358 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:13.476 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:13 smithi125 bash[66801]: audit 2023-12-09T02:15:12.904829+0000 mon.a (mon.0) 5359 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:13.476 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:13 smithi125 bash[66801]: audit 2023-12-09T02:15:12.907726+0000 mon.a (mon.0) 5360 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:13.476 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:13 smithi125 bash[66801]: audit 2023-12-09T02:15:12.913562+0000 mon.a (mon.0) 5361 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:13.476 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:13 smithi125 bash[66801]: audit 2023-12-09T02:15:12.914158+0000 mon.a (mon.0) 5362 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:13.476 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:13 smithi125 bash[66801]: audit 2023-12-09T02:15:12.916479+0000 mon.a (mon.0) 5363 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:13.476 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:13 smithi125 bash[66801]: audit 2023-12-09T02:15:12.927638+0000 mon.a (mon.0) 5364 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:13.476 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:13 smithi125 bash[66801]: audit 2023-12-09T02:15:13.012487+0000 mon.a (mon.0) 5365 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:13.476 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:13 smithi125 bash[66801]: audit 2023-12-09T02:15:13.014532+0000 mon.a (mon.0) 5366 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:13.476 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:13 smithi125 bash[66801]: audit 2023-12-09T02:15:13.017457+0000 mon.a (mon.0) 5367 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:13.477 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:13 smithi125 bash[66801]: audit 2023-12-09T02:15:13.018577+0000 mon.a (mon.0) 5368 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:13.477 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:13 smithi125 bash[66801]: audit 2023-12-09T02:15:13.026106+0000 mon.a (mon.0) 5369 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:13.477 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:13 smithi125 bash[66801]: cluster 2023-12-09T02:15:13.077029+0000 mon.a (mon.0) 5370 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-09T02:15:13.477 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:13 smithi125 bash[66801]: cluster 2023-12-09T02:15:13.088313+0000 mon.a (mon.0) 5371 : cluster 1 osd.5 [v2:172.21.15.125:6808/4174453634,v1:172.21.15.125:6809/4174453634] boot 2023-12-09T02:15:13.477 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:13 smithi125 bash[66801]: cluster 2023-12-09T02:15:13.088395+0000 mon.a (mon.0) 5372 : cluster 0 osdmap e143: 8 total, 8 up, 8 in 2023-12-09T02:15:13.477 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:13 smithi125 bash[66801]: audit 2023-12-09T02:15:13.089705+0000 mon.a (mon.0) 5373 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-09T02:15:13.477 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:13 smithi125 bash[66801]: audit 2023-12-09T02:15:13.116971+0000 mon.a (mon.0) 5374 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:13.477 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:13 smithi125 bash[66801]: audit 2023-12-09T02:15:13.119719+0000 mon.a (mon.0) 5375 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:13.477 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:13 smithi125 bash[66801]: audit 2023-12-09T02:15:13.122288+0000 mon.a (mon.0) 5376 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:13.477 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:13 smithi125 bash[66801]: audit 2023-12-09T02:15:13.123076+0000 mon.a (mon.0) 5377 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:13.477 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:13 smithi125 bash[66801]: audit 2023-12-09T02:15:13.128166+0000 mon.a (mon.0) 5378 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:13.477 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:13 smithi125 bash[66801]: audit 2023-12-09T02:15:13.190813+0000 mon.a (mon.0) 5379 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:13.477 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:13 smithi125 bash[66801]: audit 2023-12-09T02:15:13.193809+0000 mon.a (mon.0) 5380 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:13.477 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:13 smithi125 bash[66801]: audit 2023-12-09T02:15:13.197054+0000 mon.a (mon.0) 5381 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:13.477 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:13 smithi125 bash[66801]: audit 2023-12-09T02:15:13.198355+0000 mon.a (mon.0) 5382 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:13.477 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:13 smithi125 bash[66801]: audit 2023-12-09T02:15:13.206256+0000 mon.a (mon.0) 5383 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:13.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:13 smithi067 bash[82083]: cephadm 2023-12-09T02:15:11.786603+0000 mgr.y (mgr.25480) 1273 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:13.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:13 smithi067 bash[82083]: cephadm 2023-12-09T02:15:11.885308+0000 mgr.y (mgr.25480) 1274 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:13.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:13 smithi067 bash[82083]: cephadm 2023-12-09T02:15:11.979311+0000 mgr.y (mgr.25480) 1275 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:13.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:13 smithi067 bash[82083]: cluster 2023-12-09T02:15:12.001480+0000 osd.7 (osd.7) 55 : cluster 3 failed to encode map e142 with expected crc 2023-12-09T02:15:13.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:13 smithi067 bash[82083]: cephadm 2023-12-09T02:15:12.080700+0000 mgr.y (mgr.25480) 1276 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:13.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:13 smithi067 bash[82083]: cluster 2023-12-09T02:15:12.126068+0000 mgr.y (mgr.25480) 1277 : cluster 0 pgmap v212: 161 pgs: 9 active+clean+remapped, 95 active+clean, 37 active+undersized, 20 active+undersized+degraded; 585 KiB data, 214 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s; 83/726 objects degraded (11.433%); 1/726 objects misplaced (0.138%) 2023-12-09T02:15:13.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:13 smithi067 bash[82083]: cephadm 2023-12-09T02:15:12.180986+0000 mgr.y (mgr.25480) 1278 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:13.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:13 smithi067 bash[82083]: audit 2023-12-09T02:15:12.290084+0000 mon.a (mon.0) 5327 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:13.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:13 smithi067 bash[82083]: audit 2023-12-09T02:15:12.293598+0000 mon.a (mon.0) 5328 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:13.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:13 smithi067 bash[82083]: audit 2023-12-09T02:15:12.297307+0000 mon.a (mon.0) 5329 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:13.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:13 smithi067 bash[82083]: audit 2023-12-09T02:15:12.298636+0000 mon.a (mon.0) 5330 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:13.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:13 smithi067 bash[82083]: audit 2023-12-09T02:15:12.306935+0000 mon.a (mon.0) 5331 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:13.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:13 smithi067 bash[82083]: cephadm 2023-12-09T02:15:12.307759+0000 mgr.y (mgr.25480) 1279 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:13.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:13 smithi067 bash[82083]: audit 2023-12-09T02:15:12.389579+0000 mon.a (mon.0) 5332 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:13.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:13 smithi067 bash[82083]: cluster 2023-12-09T02:15:12.392012+0000 osd.6 (osd.6) 48 : cluster 3 failed to encode map e142 with expected crc 2023-12-09T02:15:13.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:13 smithi067 bash[82083]: audit 2023-12-09T02:15:12.393610+0000 mon.a (mon.0) 5333 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:13.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:13 smithi067 bash[82083]: audit 2023-12-09T02:15:12.396956+0000 mon.a (mon.0) 5334 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:13.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:13 smithi067 bash[82083]: audit 2023-12-09T02:15:12.398050+0000 mon.a (mon.0) 5335 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:13.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:13 smithi067 bash[82083]: audit 2023-12-09T02:15:12.406031+0000 mon.a (mon.0) 5336 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:13.722 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:13 smithi067 bash[82083]: cephadm 2023-12-09T02:15:12.406548+0000 mgr.y (mgr.25480) 1280 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:13.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:13 smithi067 bash[79370]: cephadm 2023-12-09T02:15:11.786603+0000 mgr.y (mgr.25480) 1273 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:13.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:13 smithi067 bash[79370]: cephadm 2023-12-09T02:15:11.885308+0000 mgr.y (mgr.25480) 1274 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:13.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:13 smithi067 bash[79370]: cephadm 2023-12-09T02:15:11.979311+0000 mgr.y (mgr.25480) 1275 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:13.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:13 smithi067 bash[79370]: cluster 2023-12-09T02:15:12.001480+0000 osd.7 (osd.7) 55 : cluster 3 failed to encode map e142 with expected crc 2023-12-09T02:15:13.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:13 smithi067 bash[79370]: cephadm 2023-12-09T02:15:12.080700+0000 mgr.y (mgr.25480) 1276 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:13.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:13 smithi067 bash[79370]: cluster 2023-12-09T02:15:12.126068+0000 mgr.y (mgr.25480) 1277 : cluster 0 pgmap v212: 161 pgs: 9 active+clean+remapped, 95 active+clean, 37 active+undersized, 20 active+undersized+degraded; 585 KiB data, 214 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s; 83/726 objects degraded (11.433%); 1/726 objects misplaced (0.138%) 2023-12-09T02:15:13.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:13 smithi067 bash[79370]: cephadm 2023-12-09T02:15:12.180986+0000 mgr.y (mgr.25480) 1278 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:13.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:13 smithi067 bash[79370]: audit 2023-12-09T02:15:12.290084+0000 mon.a (mon.0) 5327 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:13.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:13 smithi067 bash[79370]: audit 2023-12-09T02:15:12.293598+0000 mon.a (mon.0) 5328 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:13.723 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:13 smithi067 bash[79370]: audit 2023-12-09T02:15:12.297307+0000 mon.a (mon.0) 5329 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:13.723 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:13 smithi067 bash[79370]: audit 2023-12-09T02:15:12.298636+0000 mon.a (mon.0) 5330 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:13.723 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:13 smithi067 bash[79370]: audit 2023-12-09T02:15:12.306935+0000 mon.a (mon.0) 5331 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:13.723 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:13 smithi067 bash[79370]: cephadm 2023-12-09T02:15:12.307759+0000 mgr.y (mgr.25480) 1279 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:13.723 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:13 smithi067 bash[79370]: audit 2023-12-09T02:15:12.389579+0000 mon.a (mon.0) 5332 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:13.723 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:13 smithi067 bash[79370]: cluster 2023-12-09T02:15:12.392012+0000 osd.6 (osd.6) 48 : cluster 3 failed to encode map e142 with expected crc 2023-12-09T02:15:13.723 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:13 smithi067 bash[79370]: audit 2023-12-09T02:15:12.393610+0000 mon.a (mon.0) 5333 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:13.723 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:13 smithi067 bash[79370]: audit 2023-12-09T02:15:12.396956+0000 mon.a (mon.0) 5334 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:13.723 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:13 smithi067 bash[79370]: audit 2023-12-09T02:15:12.398050+0000 mon.a (mon.0) 5335 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:13.723 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:13 smithi067 bash[79370]: audit 2023-12-09T02:15:12.406031+0000 mon.a (mon.0) 5336 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:13.723 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:13 smithi067 bash[79370]: cephadm 2023-12-09T02:15:12.406548+0000 mgr.y (mgr.25480) 1280 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:13.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:13 smithi067 bash[82083]: audit 2023-12-09T02:15:12.487788+0000 mon.a (mon.0) 5337 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:13.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:13 smithi067 bash[82083]: audit 2023-12-09T02:15:12.491290+0000 mon.a (mon.0) 5338 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:13.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:13 smithi067 bash[82083]: audit 2023-12-09T02:15:12.494598+0000 mon.a (mon.0) 5339 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:13.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:13 smithi067 bash[82083]: audit 2023-12-09T02:15:12.495880+0000 mon.a (mon.0) 5340 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:13.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:13 smithi067 bash[82083]: audit 2023-12-09T02:15:12.503546+0000 mon.a (mon.0) 5341 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:13.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:13 smithi067 bash[82083]: cephadm 2023-12-09T02:15:12.504441+0000 mgr.y (mgr.25480) 1281 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:13.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:13 smithi067 bash[82083]: audit 2023-12-09T02:15:12.585676+0000 mon.a (mon.0) 5342 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:13.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:13 smithi067 bash[82083]: audit 2023-12-09T02:15:12.588170+0000 mon.a (mon.0) 5343 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:13.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:13 smithi067 bash[82083]: audit 2023-12-09T02:15:12.591488+0000 mon.a (mon.0) 5344 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:13.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:13 smithi067 bash[82083]: audit 2023-12-09T02:15:12.592711+0000 mon.a (mon.0) 5345 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:13.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:13 smithi067 bash[82083]: audit 2023-12-09T02:15:12.600314+0000 mon.a (mon.0) 5346 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:13.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:13 smithi067 bash[82083]: cephadm 2023-12-09T02:15:12.600905+0000 mgr.y (mgr.25480) 1282 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:13.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:13 smithi067 bash[82083]: audit 2023-12-09T02:15:12.643321+0000 mon.a (mon.0) 5347 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:13.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:13 smithi067 bash[82083]: audit 2023-12-09T02:15:12.645275+0000 mon.a (mon.0) 5348 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:15:13.725 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:13 smithi067 bash[82083]: audit 2023-12-09T02:15:12.718620+0000 mon.a (mon.0) 5349 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:13.725 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:13 smithi067 bash[82083]: audit 2023-12-09T02:15:12.721030+0000 mon.a (mon.0) 5350 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:13.725 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:13 smithi067 bash[82083]: audit 2023-12-09T02:15:12.723718+0000 mon.a (mon.0) 5351 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:13.725 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:13 smithi067 bash[82083]: audit 2023-12-09T02:15:12.724538+0000 mon.a (mon.0) 5352 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:13.725 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:13 smithi067 bash[82083]: audit 2023-12-09T02:15:12.730696+0000 mon.a (mon.0) 5353 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:13.725 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:13 smithi067 bash[82083]: audit 2023-12-09T02:15:12.811426+0000 mon.a (mon.0) 5354 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:13.725 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:13 smithi067 bash[79370]: audit 2023-12-09T02:15:12.487788+0000 mon.a (mon.0) 5337 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:13.725 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:13 smithi067 bash[79370]: audit 2023-12-09T02:15:12.491290+0000 mon.a (mon.0) 5338 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:13.725 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:13 smithi067 bash[79370]: audit 2023-12-09T02:15:12.494598+0000 mon.a (mon.0) 5339 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:13.725 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:13 smithi067 bash[79370]: audit 2023-12-09T02:15:12.495880+0000 mon.a (mon.0) 5340 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:13.725 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:13 smithi067 bash[79370]: audit 2023-12-09T02:15:12.503546+0000 mon.a (mon.0) 5341 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:13.726 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:13 smithi067 bash[79370]: cephadm 2023-12-09T02:15:12.504441+0000 mgr.y (mgr.25480) 1281 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:13.726 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:13 smithi067 bash[79370]: audit 2023-12-09T02:15:12.585676+0000 mon.a (mon.0) 5342 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:13.726 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:13 smithi067 bash[79370]: audit 2023-12-09T02:15:12.588170+0000 mon.a (mon.0) 5343 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:13.726 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:13 smithi067 bash[79370]: audit 2023-12-09T02:15:12.591488+0000 mon.a (mon.0) 5344 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:13.726 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:13 smithi067 bash[79370]: audit 2023-12-09T02:15:12.592711+0000 mon.a (mon.0) 5345 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:13.726 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:13 smithi067 bash[79370]: audit 2023-12-09T02:15:12.600314+0000 mon.a (mon.0) 5346 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:13.726 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:13 smithi067 bash[79370]: cephadm 2023-12-09T02:15:12.600905+0000 mgr.y (mgr.25480) 1282 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:13.726 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:13 smithi067 bash[79370]: audit 2023-12-09T02:15:12.643321+0000 mon.a (mon.0) 5347 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:13.726 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:13 smithi067 bash[79370]: audit 2023-12-09T02:15:12.645275+0000 mon.a (mon.0) 5348 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:15:13.726 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:13 smithi067 bash[79370]: audit 2023-12-09T02:15:12.718620+0000 mon.a (mon.0) 5349 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:13.726 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:13 smithi067 bash[79370]: audit 2023-12-09T02:15:12.721030+0000 mon.a (mon.0) 5350 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:13.726 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:13 smithi067 bash[79370]: audit 2023-12-09T02:15:12.723718+0000 mon.a (mon.0) 5351 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:13.726 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:13 smithi067 bash[79370]: audit 2023-12-09T02:15:12.724538+0000 mon.a (mon.0) 5352 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:13.726 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:13 smithi067 bash[79370]: audit 2023-12-09T02:15:12.730696+0000 mon.a (mon.0) 5353 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:13.727 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:13 smithi067 bash[79370]: audit 2023-12-09T02:15:12.811426+0000 mon.a (mon.0) 5354 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:13.727 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:13 smithi067 bash[82083]: audit 2023-12-09T02:15:12.813935+0000 mon.a (mon.0) 5355 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:13.727 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:13 smithi067 bash[82083]: audit 2023-12-09T02:15:12.817686+0000 mon.a (mon.0) 5356 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:13.727 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:13 smithi067 bash[82083]: audit 2023-12-09T02:15:12.818712+0000 mon.a (mon.0) 5357 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:13.727 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:13 smithi067 bash[82083]: audit 2023-12-09T02:15:12.824698+0000 mon.a (mon.0) 5358 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:13.727 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:13 smithi067 bash[82083]: audit 2023-12-09T02:15:12.904829+0000 mon.a (mon.0) 5359 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:13.727 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:13 smithi067 bash[82083]: audit 2023-12-09T02:15:12.907726+0000 mon.a (mon.0) 5360 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:13.727 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:13 smithi067 bash[82083]: audit 2023-12-09T02:15:12.913562+0000 mon.a (mon.0) 5361 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:13.727 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:13 smithi067 bash[82083]: audit 2023-12-09T02:15:12.914158+0000 mon.a (mon.0) 5362 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:13.728 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:13 smithi067 bash[82083]: audit 2023-12-09T02:15:12.916479+0000 mon.a (mon.0) 5363 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:13.728 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:13 smithi067 bash[82083]: audit 2023-12-09T02:15:12.927638+0000 mon.a (mon.0) 5364 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:13.728 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:13 smithi067 bash[82083]: audit 2023-12-09T02:15:13.012487+0000 mon.a (mon.0) 5365 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:13.728 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:13 smithi067 bash[82083]: audit 2023-12-09T02:15:13.014532+0000 mon.a (mon.0) 5366 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:13.728 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:13 smithi067 bash[82083]: audit 2023-12-09T02:15:13.017457+0000 mon.a (mon.0) 5367 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:13.728 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:13 smithi067 bash[82083]: audit 2023-12-09T02:15:13.018577+0000 mon.a (mon.0) 5368 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:13.728 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:13 smithi067 bash[82083]: audit 2023-12-09T02:15:13.026106+0000 mon.a (mon.0) 5369 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:13.728 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:13 smithi067 bash[82083]: cluster 2023-12-09T02:15:13.077029+0000 mon.a (mon.0) 5370 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-09T02:15:13.728 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:13 smithi067 bash[82083]: cluster 2023-12-09T02:15:13.088313+0000 mon.a (mon.0) 5371 : cluster 1 osd.5 [v2:172.21.15.125:6808/4174453634,v1:172.21.15.125:6809/4174453634] boot 2023-12-09T02:15:13.728 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:13 smithi067 bash[82083]: cluster 2023-12-09T02:15:13.088395+0000 mon.a (mon.0) 5372 : cluster 0 osdmap e143: 8 total, 8 up, 8 in 2023-12-09T02:15:13.728 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:13 smithi067 bash[82083]: audit 2023-12-09T02:15:13.089705+0000 mon.a (mon.0) 5373 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-09T02:15:13.728 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:13 smithi067 bash[82083]: audit 2023-12-09T02:15:13.116971+0000 mon.a (mon.0) 5374 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:13.728 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:13 smithi067 bash[82083]: audit 2023-12-09T02:15:13.119719+0000 mon.a (mon.0) 5375 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:13.728 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:13 smithi067 bash[82083]: audit 2023-12-09T02:15:13.122288+0000 mon.a (mon.0) 5376 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:13.728 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:13 smithi067 bash[82083]: audit 2023-12-09T02:15:13.123076+0000 mon.a (mon.0) 5377 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:13.729 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:13 smithi067 bash[82083]: audit 2023-12-09T02:15:13.128166+0000 mon.a (mon.0) 5378 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:13.729 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:13 smithi067 bash[82083]: audit 2023-12-09T02:15:13.190813+0000 mon.a (mon.0) 5379 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:13.729 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:13 smithi067 bash[82083]: audit 2023-12-09T02:15:13.193809+0000 mon.a (mon.0) 5380 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:13.729 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:13 smithi067 bash[82083]: audit 2023-12-09T02:15:13.197054+0000 mon.a (mon.0) 5381 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:13.729 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:13 smithi067 bash[82083]: audit 2023-12-09T02:15:13.198355+0000 mon.a (mon.0) 5382 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:13.729 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:13 smithi067 bash[82083]: audit 2023-12-09T02:15:13.206256+0000 mon.a (mon.0) 5383 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:13.729 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:13 smithi067 bash[79370]: audit 2023-12-09T02:15:12.813935+0000 mon.a (mon.0) 5355 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:13.729 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:13 smithi067 bash[79370]: audit 2023-12-09T02:15:12.817686+0000 mon.a (mon.0) 5356 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:13.729 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:13 smithi067 bash[79370]: audit 2023-12-09T02:15:12.818712+0000 mon.a (mon.0) 5357 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:13.729 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:13 smithi067 bash[79370]: audit 2023-12-09T02:15:12.824698+0000 mon.a (mon.0) 5358 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:13.730 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:13 smithi067 bash[79370]: audit 2023-12-09T02:15:12.904829+0000 mon.a (mon.0) 5359 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:13.730 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:13 smithi067 bash[79370]: audit 2023-12-09T02:15:12.907726+0000 mon.a (mon.0) 5360 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:13.730 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:13 smithi067 bash[79370]: audit 2023-12-09T02:15:12.913562+0000 mon.a (mon.0) 5361 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:13.730 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:13 smithi067 bash[79370]: audit 2023-12-09T02:15:12.914158+0000 mon.a (mon.0) 5362 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:13.730 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:13 smithi067 bash[79370]: audit 2023-12-09T02:15:12.916479+0000 mon.a (mon.0) 5363 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:13.730 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:13 smithi067 bash[79370]: audit 2023-12-09T02:15:12.927638+0000 mon.a (mon.0) 5364 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:13.730 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:13 smithi067 bash[79370]: audit 2023-12-09T02:15:13.012487+0000 mon.a (mon.0) 5365 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:13.730 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:13 smithi067 bash[79370]: audit 2023-12-09T02:15:13.014532+0000 mon.a (mon.0) 5366 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:13.730 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:13 smithi067 bash[79370]: audit 2023-12-09T02:15:13.017457+0000 mon.a (mon.0) 5367 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:13.730 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:13 smithi067 bash[79370]: audit 2023-12-09T02:15:13.018577+0000 mon.a (mon.0) 5368 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:13.730 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:13 smithi067 bash[79370]: audit 2023-12-09T02:15:13.026106+0000 mon.a (mon.0) 5369 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:13.730 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:13 smithi067 bash[79370]: cluster 2023-12-09T02:15:13.077029+0000 mon.a (mon.0) 5370 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-09T02:15:13.730 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:13 smithi067 bash[79370]: cluster 2023-12-09T02:15:13.088313+0000 mon.a (mon.0) 5371 : cluster 1 osd.5 [v2:172.21.15.125:6808/4174453634,v1:172.21.15.125:6809/4174453634] boot 2023-12-09T02:15:13.730 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:13 smithi067 bash[79370]: cluster 2023-12-09T02:15:13.088395+0000 mon.a (mon.0) 5372 : cluster 0 osdmap e143: 8 total, 8 up, 8 in 2023-12-09T02:15:13.731 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:13 smithi067 bash[79370]: audit 2023-12-09T02:15:13.089705+0000 mon.a (mon.0) 5373 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-09T02:15:13.731 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:13 smithi067 bash[79370]: audit 2023-12-09T02:15:13.116971+0000 mon.a (mon.0) 5374 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:13.731 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:13 smithi067 bash[79370]: audit 2023-12-09T02:15:13.119719+0000 mon.a (mon.0) 5375 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:13.731 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:13 smithi067 bash[79370]: audit 2023-12-09T02:15:13.122288+0000 mon.a (mon.0) 5376 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:13.731 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:13 smithi067 bash[79370]: audit 2023-12-09T02:15:13.123076+0000 mon.a (mon.0) 5377 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:13.731 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:13 smithi067 bash[79370]: audit 2023-12-09T02:15:13.128166+0000 mon.a (mon.0) 5378 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:13.731 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:13 smithi067 bash[79370]: audit 2023-12-09T02:15:13.190813+0000 mon.a (mon.0) 5379 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:13.731 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:13 smithi067 bash[79370]: audit 2023-12-09T02:15:13.193809+0000 mon.a (mon.0) 5380 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:13.731 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:13 smithi067 bash[79370]: audit 2023-12-09T02:15:13.197054+0000 mon.a (mon.0) 5381 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:13.731 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:13 smithi067 bash[79370]: audit 2023-12-09T02:15:13.198355+0000 mon.a (mon.0) 5382 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:13.731 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:13 smithi067 bash[79370]: audit 2023-12-09T02:15:13.206256+0000 mon.a (mon.0) 5383 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:14.220 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:15:13 smithi067 bash[75618]: ::ffff:172.21.15.125 - - [09/Dec/2023:02:15:13] "GET /metrics HTTP/1.1" 200 38499 "" "Prometheus/2.33.4" 2023-12-09T02:15:14.629 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:14 smithi125 bash[66801]: cephadm 2023-12-09T02:15:12.731416+0000 mgr.y (mgr.25480) 1283 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:14.629 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:14 smithi125 bash[66801]: cephadm 2023-12-09T02:15:12.825501+0000 mgr.y (mgr.25480) 1284 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:14.629 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:14 smithi125 bash[66801]: cephadm 2023-12-09T02:15:12.928320+0000 mgr.y (mgr.25480) 1285 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:14.629 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:14 smithi125 bash[66801]: cephadm 2023-12-09T02:15:13.026749+0000 mgr.y (mgr.25480) 1286 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:14.630 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:14 smithi125 bash[66801]: cluster 2023-12-09T02:15:13.083630+0000 osd.6 (osd.6) 49 : cluster 3 failed to encode map e143 with expected crc 2023-12-09T02:15:14.630 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:14 smithi125 bash[66801]: cluster 2023-12-09T02:15:13.083848+0000 osd.7 (osd.7) 56 : cluster 3 failed to encode map e143 with expected crc 2023-12-09T02:15:14.630 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:14 smithi125 bash[66801]: cluster 2023-12-09T02:15:13.087813+0000 osd.6 (osd.6) 50 : cluster 3 failed to encode map e143 with expected crc 2023-12-09T02:15:14.630 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:14 smithi125 bash[66801]: cluster 2023-12-09T02:15:13.088056+0000 osd.7 (osd.7) 57 : cluster 3 failed to encode map e143 with expected crc 2023-12-09T02:15:14.630 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:14 smithi125 bash[66801]: cluster 2023-12-09T02:15:13.090939+0000 osd.7 (osd.7) 58 : cluster 3 failed to encode map e143 with expected crc 2023-12-09T02:15:14.630 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:14 smithi125 bash[66801]: cephadm 2023-12-09T02:15:13.128630+0000 mgr.y (mgr.25480) 1287 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:14.630 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:14 smithi125 bash[66801]: cephadm 2023-12-09T02:15:13.207167+0000 mgr.y (mgr.25480) 1288 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:14.630 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:14 smithi125 bash[66801]: audit 2023-12-09T02:15:13.281850+0000 mon.a (mon.0) 5384 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:14.630 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:14 smithi125 bash[66801]: audit 2023-12-09T02:15:13.284078+0000 mon.a (mon.0) 5385 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:14.630 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:14 smithi125 bash[66801]: audit 2023-12-09T02:15:13.286353+0000 mon.a (mon.0) 5386 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:14.630 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:14 smithi125 bash[66801]: audit 2023-12-09T02:15:13.287180+0000 mon.a (mon.0) 5387 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:14.630 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:14 smithi125 bash[66801]: audit 2023-12-09T02:15:13.293147+0000 mon.a (mon.0) 5388 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:14.630 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:14 smithi125 bash[66801]: cephadm 2023-12-09T02:15:13.293755+0000 mgr.y (mgr.25480) 1289 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:14.630 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:14 smithi125 bash[66801]: audit 2023-12-09T02:15:13.377240+0000 mon.a (mon.0) 5389 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:14.630 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:14 smithi125 bash[66801]: audit 2023-12-09T02:15:13.381895+0000 mon.a (mon.0) 5390 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:14.631 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:14 smithi125 bash[66801]: audit 2023-12-09T02:15:13.386077+0000 mon.a (mon.0) 5391 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:14.631 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:14 smithi125 bash[66801]: audit 2023-12-09T02:15:13.387523+0000 mon.a (mon.0) 5392 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:14.631 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:14 smithi125 bash[66801]: audit 2023-12-09T02:15:13.396962+0000 mon.a (mon.0) 5393 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:14.631 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:14 smithi125 bash[66801]: cephadm 2023-12-09T02:15:13.397564+0000 mgr.y (mgr.25480) 1290 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:14.631 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:14 smithi125 bash[66801]: audit 2023-12-09T02:15:13.480232+0000 mon.a (mon.0) 5394 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:14.631 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:14 smithi125 bash[66801]: audit 2023-12-09T02:15:13.482661+0000 mon.a (mon.0) 5395 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:14.631 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:14 smithi125 bash[66801]: audit 2023-12-09T02:15:13.486202+0000 mon.a (mon.0) 5396 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:14.631 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:14 smithi125 bash[66801]: audit 2023-12-09T02:15:13.487491+0000 mon.a (mon.0) 5397 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:14.631 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:14 smithi125 bash[66801]: audit 2023-12-09T02:15:13.496631+0000 mon.a (mon.0) 5398 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:14.631 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:14 smithi125 bash[66801]: cephadm 2023-12-09T02:15:13.497281+0000 mgr.y (mgr.25480) 1291 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:14.631 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:14 smithi125 bash[66801]: audit 2023-12-09T02:15:13.575148+0000 mon.a (mon.0) 5399 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:14.631 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:14 smithi125 bash[66801]: audit 2023-12-09T02:15:13.578024+0000 mon.a (mon.0) 5400 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:14.631 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:14 smithi125 bash[66801]: audit 2023-12-09T02:15:13.580854+0000 mon.a (mon.0) 5401 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:14.631 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:14 smithi125 bash[66801]: audit 2023-12-09T02:15:13.582180+0000 mon.a (mon.0) 5402 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:14.631 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:14 smithi125 bash[66801]: audit 2023-12-09T02:15:13.591641+0000 mon.a (mon.0) 5403 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:14.631 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:14 smithi125 bash[66801]: cephadm 2023-12-09T02:15:13.592309+0000 mgr.y (mgr.25480) 1292 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:14.632 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:14 smithi125 bash[66801]: audit 2023-12-09T02:15:13.671715+0000 mon.a (mon.0) 5404 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:14.632 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:14 smithi125 bash[66801]: audit 2023-12-09T02:15:13.674333+0000 mon.a (mon.0) 5405 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:14.632 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:14 smithi125 bash[66801]: audit 2023-12-09T02:15:13.677961+0000 mon.a (mon.0) 5406 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:14.632 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:14 smithi125 bash[66801]: audit 2023-12-09T02:15:13.679466+0000 mon.a (mon.0) 5407 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:14.632 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:14 smithi125 bash[66801]: audit 2023-12-09T02:15:13.688079+0000 mon.a (mon.0) 5408 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:14.632 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:14 smithi125 bash[66801]: cephadm 2023-12-09T02:15:13.688976+0000 mgr.y (mgr.25480) 1293 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:14.632 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:14 smithi125 bash[66801]: audit 2023-12-09T02:15:13.768389+0000 mon.a (mon.0) 5409 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:14.632 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:14 smithi125 bash[66801]: audit 2023-12-09T02:15:13.771025+0000 mon.a (mon.0) 5410 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:14.632 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:14 smithi125 bash[66801]: audit 2023-12-09T02:15:13.775118+0000 mon.a (mon.0) 5411 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:14.633 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:14 smithi125 bash[66801]: audit 2023-12-09T02:15:13.776305+0000 mon.a (mon.0) 5412 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:14.633 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:14 smithi125 bash[66801]: audit 2023-12-09T02:15:13.783773+0000 mon.a (mon.0) 5413 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:14.633 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:14 smithi125 bash[66801]: audit 2023-12-09T02:15:13.862230+0000 mon.a (mon.0) 5414 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:14.633 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:14 smithi125 bash[66801]: audit 2023-12-09T02:15:13.865012+0000 mon.a (mon.0) 5415 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:14.633 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:14 smithi125 bash[66801]: audit 2023-12-09T02:15:13.873925+0000 mon.a (mon.0) 5416 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:14.633 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:14 smithi125 bash[66801]: audit 2023-12-09T02:15:13.876867+0000 mon.a (mon.0) 5417 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:14.633 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:14 smithi125 bash[66801]: audit 2023-12-09T02:15:13.883586+0000 mon.a (mon.0) 5418 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:14.633 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:14 smithi125 bash[66801]: audit 2023-12-09T02:15:13.961511+0000 mon.a (mon.0) 5419 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:14.633 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:14 smithi125 bash[66801]: audit 2023-12-09T02:15:13.964649+0000 mon.a (mon.0) 5420 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:14.633 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:14 smithi125 bash[66801]: audit 2023-12-09T02:15:13.968278+0000 mon.a (mon.0) 5421 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:14.633 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:14 smithi125 bash[66801]: audit 2023-12-09T02:15:13.969550+0000 mon.a (mon.0) 5422 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:14.633 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:14 smithi125 bash[66801]: audit 2023-12-09T02:15:13.978029+0000 mon.a (mon.0) 5423 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:14.633 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:14 smithi125 bash[66801]: audit 2023-12-09T02:15:14.058888+0000 mon.a (mon.0) 5424 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:14.633 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:14 smithi125 bash[66801]: audit 2023-12-09T02:15:14.061214+0000 mon.a (mon.0) 5425 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:14.633 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:14 smithi125 bash[66801]: audit 2023-12-09T02:15:14.064090+0000 mon.a (mon.0) 5426 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:14.633 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:14 smithi125 bash[66801]: audit 2023-12-09T02:15:14.064993+0000 mon.a (mon.0) 5427 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:14.634 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:14 smithi125 bash[66801]: audit 2023-12-09T02:15:14.071038+0000 mon.a (mon.0) 5428 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:14.634 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:14 smithi125 bash[66801]: cluster 2023-12-09T02:15:14.100172+0000 mon.a (mon.0) 5429 : cluster 0 osdmap e144: 8 total, 8 up, 8 in 2023-12-09T02:15:14.634 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:14 smithi125 bash[66801]: audit 2023-12-09T02:15:14.152966+0000 mon.a (mon.0) 5430 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:14.634 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:14 smithi125 bash[66801]: audit 2023-12-09T02:15:14.154993+0000 mon.a (mon.0) 5431 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:14.634 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:14 smithi125 bash[66801]: audit 2023-12-09T02:15:14.156960+0000 mon.a (mon.0) 5432 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:14.634 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:14 smithi125 bash[66801]: audit 2023-12-09T02:15:14.157704+0000 mon.a (mon.0) 5433 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:14.634 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:14 smithi125 bash[66801]: audit 2023-12-09T02:15:14.163234+0000 mon.a (mon.0) 5434 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:14.634 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:14 smithi125 bash[66801]: audit 2023-12-09T02:15:14.206742+0000 mon.a (mon.0) 5435 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:14.634 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:14 smithi125 bash[66801]: audit 2023-12-09T02:15:14.209281+0000 mon.a (mon.0) 5436 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:14.634 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:14 smithi125 bash[66801]: audit 2023-12-09T02:15:14.212632+0000 mon.a (mon.0) 5437 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:14.634 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:14 smithi125 bash[66801]: audit 2023-12-09T02:15:14.213438+0000 mon.a (mon.0) 5438 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:14.634 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:14 smithi125 bash[66801]: audit 2023-12-09T02:15:14.222684+0000 mon.a (mon.0) 5439 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:14.720 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:15:14 smithi067 bash[75618]: debug 2023-12-09T02:15:14.314+0000 7f0641e91700 -1 mgr.server reply reply (16) Device or resource busy unsafe to stop osd(s) at this time (21 PGs are or would become offline) 2023-12-09T02:15:14.721 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:14 smithi067 bash[79370]: cephadm 2023-12-09T02:15:12.731416+0000 mgr.y (mgr.25480) 1283 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:14.721 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:14 smithi067 bash[79370]: cephadm 2023-12-09T02:15:12.825501+0000 mgr.y (mgr.25480) 1284 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:14.721 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:14 smithi067 bash[79370]: cephadm 2023-12-09T02:15:12.928320+0000 mgr.y (mgr.25480) 1285 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:14.721 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:14 smithi067 bash[79370]: cephadm 2023-12-09T02:15:13.026749+0000 mgr.y (mgr.25480) 1286 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:14.721 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:14 smithi067 bash[79370]: cluster 2023-12-09T02:15:13.083630+0000 osd.6 (osd.6) 49 : cluster 3 failed to encode map e143 with expected crc 2023-12-09T02:15:14.721 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:14 smithi067 bash[79370]: cluster 2023-12-09T02:15:13.083848+0000 osd.7 (osd.7) 56 : cluster 3 failed to encode map e143 with expected crc 2023-12-09T02:15:14.721 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:14 smithi067 bash[79370]: cluster 2023-12-09T02:15:13.087813+0000 osd.6 (osd.6) 50 : cluster 3 failed to encode map e143 with expected crc 2023-12-09T02:15:14.721 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:14 smithi067 bash[79370]: cluster 2023-12-09T02:15:13.088056+0000 osd.7 (osd.7) 57 : cluster 3 failed to encode map e143 with expected crc 2023-12-09T02:15:14.721 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:14 smithi067 bash[79370]: cluster 2023-12-09T02:15:13.090939+0000 osd.7 (osd.7) 58 : cluster 3 failed to encode map e143 with expected crc 2023-12-09T02:15:14.721 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:14 smithi067 bash[79370]: cephadm 2023-12-09T02:15:13.128630+0000 mgr.y (mgr.25480) 1287 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:14.721 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:14 smithi067 bash[79370]: cephadm 2023-12-09T02:15:13.207167+0000 mgr.y (mgr.25480) 1288 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:14.721 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:14 smithi067 bash[79370]: audit 2023-12-09T02:15:13.281850+0000 mon.a (mon.0) 5384 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:14.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:14 smithi067 bash[79370]: audit 2023-12-09T02:15:13.284078+0000 mon.a (mon.0) 5385 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:14.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:14 smithi067 bash[79370]: audit 2023-12-09T02:15:13.286353+0000 mon.a (mon.0) 5386 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:14.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:14 smithi067 bash[79370]: audit 2023-12-09T02:15:13.287180+0000 mon.a (mon.0) 5387 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:14.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:14 smithi067 bash[79370]: audit 2023-12-09T02:15:13.293147+0000 mon.a (mon.0) 5388 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:14.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:14 smithi067 bash[79370]: cephadm 2023-12-09T02:15:13.293755+0000 mgr.y (mgr.25480) 1289 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:14.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:14 smithi067 bash[79370]: audit 2023-12-09T02:15:13.377240+0000 mon.a (mon.0) 5389 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:14.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:14 smithi067 bash[79370]: audit 2023-12-09T02:15:13.381895+0000 mon.a (mon.0) 5390 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:14.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:14 smithi067 bash[79370]: audit 2023-12-09T02:15:13.386077+0000 mon.a (mon.0) 5391 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:14.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:14 smithi067 bash[79370]: audit 2023-12-09T02:15:13.387523+0000 mon.a (mon.0) 5392 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:14.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:14 smithi067 bash[79370]: audit 2023-12-09T02:15:13.396962+0000 mon.a (mon.0) 5393 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:14.723 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:14 smithi067 bash[82083]: cephadm 2023-12-09T02:15:12.731416+0000 mgr.y (mgr.25480) 1283 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:14.723 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:14 smithi067 bash[82083]: cephadm 2023-12-09T02:15:12.825501+0000 mgr.y (mgr.25480) 1284 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:14.723 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:14 smithi067 bash[82083]: cephadm 2023-12-09T02:15:12.928320+0000 mgr.y (mgr.25480) 1285 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:14.723 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:14 smithi067 bash[82083]: cephadm 2023-12-09T02:15:13.026749+0000 mgr.y (mgr.25480) 1286 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:14.723 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:14 smithi067 bash[82083]: cluster 2023-12-09T02:15:13.083630+0000 osd.6 (osd.6) 49 : cluster 3 failed to encode map e143 with expected crc 2023-12-09T02:15:14.723 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:14 smithi067 bash[82083]: cluster 2023-12-09T02:15:13.083848+0000 osd.7 (osd.7) 56 : cluster 3 failed to encode map e143 with expected crc 2023-12-09T02:15:14.723 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:14 smithi067 bash[82083]: cluster 2023-12-09T02:15:13.087813+0000 osd.6 (osd.6) 50 : cluster 3 failed to encode map e143 with expected crc 2023-12-09T02:15:14.723 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:14 smithi067 bash[82083]: cluster 2023-12-09T02:15:13.088056+0000 osd.7 (osd.7) 57 : cluster 3 failed to encode map e143 with expected crc 2023-12-09T02:15:14.723 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:14 smithi067 bash[82083]: cluster 2023-12-09T02:15:13.090939+0000 osd.7 (osd.7) 58 : cluster 3 failed to encode map e143 with expected crc 2023-12-09T02:15:14.723 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:14 smithi067 bash[82083]: cephadm 2023-12-09T02:15:13.128630+0000 mgr.y (mgr.25480) 1287 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:14.723 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:14 smithi067 bash[82083]: cephadm 2023-12-09T02:15:13.207167+0000 mgr.y (mgr.25480) 1288 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:14.723 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:14 smithi067 bash[82083]: audit 2023-12-09T02:15:13.281850+0000 mon.a (mon.0) 5384 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:14.723 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:14 smithi067 bash[82083]: audit 2023-12-09T02:15:13.284078+0000 mon.a (mon.0) 5385 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:14.723 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:14 smithi067 bash[82083]: audit 2023-12-09T02:15:13.286353+0000 mon.a (mon.0) 5386 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:14.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:14 smithi067 bash[82083]: audit 2023-12-09T02:15:13.287180+0000 mon.a (mon.0) 5387 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:14.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:14 smithi067 bash[82083]: audit 2023-12-09T02:15:13.293147+0000 mon.a (mon.0) 5388 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:14.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:14 smithi067 bash[82083]: cephadm 2023-12-09T02:15:13.293755+0000 mgr.y (mgr.25480) 1289 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:14.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:14 smithi067 bash[82083]: audit 2023-12-09T02:15:13.377240+0000 mon.a (mon.0) 5389 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:14.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:14 smithi067 bash[82083]: audit 2023-12-09T02:15:13.381895+0000 mon.a (mon.0) 5390 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:14.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:14 smithi067 bash[82083]: audit 2023-12-09T02:15:13.386077+0000 mon.a (mon.0) 5391 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:14.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:14 smithi067 bash[82083]: audit 2023-12-09T02:15:13.387523+0000 mon.a (mon.0) 5392 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:14.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:14 smithi067 bash[82083]: audit 2023-12-09T02:15:13.396962+0000 mon.a (mon.0) 5393 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:14.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:14 smithi067 bash[82083]: cephadm 2023-12-09T02:15:13.397564+0000 mgr.y (mgr.25480) 1290 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:14.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:14 smithi067 bash[82083]: audit 2023-12-09T02:15:13.480232+0000 mon.a (mon.0) 5394 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:14.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:14 smithi067 bash[82083]: audit 2023-12-09T02:15:13.482661+0000 mon.a (mon.0) 5395 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:14.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:14 smithi067 bash[82083]: audit 2023-12-09T02:15:13.486202+0000 mon.a (mon.0) 5396 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:14.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:14 smithi067 bash[82083]: audit 2023-12-09T02:15:13.487491+0000 mon.a (mon.0) 5397 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:14.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:14 smithi067 bash[82083]: audit 2023-12-09T02:15:13.496631+0000 mon.a (mon.0) 5398 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:14.725 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:14 smithi067 bash[82083]: cephadm 2023-12-09T02:15:13.497281+0000 mgr.y (mgr.25480) 1291 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:14.725 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:14 smithi067 bash[82083]: audit 2023-12-09T02:15:13.575148+0000 mon.a (mon.0) 5399 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:14.725 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:14 smithi067 bash[82083]: audit 2023-12-09T02:15:13.578024+0000 mon.a (mon.0) 5400 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:14.725 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:14 smithi067 bash[82083]: audit 2023-12-09T02:15:13.580854+0000 mon.a (mon.0) 5401 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:14.725 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:14 smithi067 bash[82083]: audit 2023-12-09T02:15:13.582180+0000 mon.a (mon.0) 5402 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:14.725 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:14 smithi067 bash[82083]: audit 2023-12-09T02:15:13.591641+0000 mon.a (mon.0) 5403 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:14.725 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:14 smithi067 bash[82083]: cephadm 2023-12-09T02:15:13.592309+0000 mgr.y (mgr.25480) 1292 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:14.725 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:14 smithi067 bash[82083]: audit 2023-12-09T02:15:13.671715+0000 mon.a (mon.0) 5404 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:14.725 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:14 smithi067 bash[82083]: audit 2023-12-09T02:15:13.674333+0000 mon.a (mon.0) 5405 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:14.725 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:14 smithi067 bash[82083]: audit 2023-12-09T02:15:13.677961+0000 mon.a (mon.0) 5406 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:14.725 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:14 smithi067 bash[82083]: audit 2023-12-09T02:15:13.679466+0000 mon.a (mon.0) 5407 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:14.725 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:14 smithi067 bash[82083]: audit 2023-12-09T02:15:13.688079+0000 mon.a (mon.0) 5408 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:14.725 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:14 smithi067 bash[82083]: cephadm 2023-12-09T02:15:13.688976+0000 mgr.y (mgr.25480) 1293 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:14.725 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:14 smithi067 bash[82083]: audit 2023-12-09T02:15:13.768389+0000 mon.a (mon.0) 5409 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:14.726 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:14 smithi067 bash[79370]: cephadm 2023-12-09T02:15:13.397564+0000 mgr.y (mgr.25480) 1290 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:14.726 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:14 smithi067 bash[79370]: audit 2023-12-09T02:15:13.480232+0000 mon.a (mon.0) 5394 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:14.726 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:14 smithi067 bash[79370]: audit 2023-12-09T02:15:13.482661+0000 mon.a (mon.0) 5395 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:14.726 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:14 smithi067 bash[79370]: audit 2023-12-09T02:15:13.486202+0000 mon.a (mon.0) 5396 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:14.726 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:14 smithi067 bash[79370]: audit 2023-12-09T02:15:13.487491+0000 mon.a (mon.0) 5397 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:14.726 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:14 smithi067 bash[79370]: audit 2023-12-09T02:15:13.496631+0000 mon.a (mon.0) 5398 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:14.726 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:14 smithi067 bash[79370]: cephadm 2023-12-09T02:15:13.497281+0000 mgr.y (mgr.25480) 1291 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:14.726 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:14 smithi067 bash[79370]: audit 2023-12-09T02:15:13.575148+0000 mon.a (mon.0) 5399 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:14.726 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:14 smithi067 bash[79370]: audit 2023-12-09T02:15:13.578024+0000 mon.a (mon.0) 5400 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:14.726 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:14 smithi067 bash[79370]: audit 2023-12-09T02:15:13.580854+0000 mon.a (mon.0) 5401 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:14.727 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:14 smithi067 bash[79370]: audit 2023-12-09T02:15:13.582180+0000 mon.a (mon.0) 5402 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:14.727 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:14 smithi067 bash[79370]: audit 2023-12-09T02:15:13.591641+0000 mon.a (mon.0) 5403 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:14.727 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:14 smithi067 bash[79370]: cephadm 2023-12-09T02:15:13.592309+0000 mgr.y (mgr.25480) 1292 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:14.727 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:14 smithi067 bash[79370]: audit 2023-12-09T02:15:13.671715+0000 mon.a (mon.0) 5404 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:14.727 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:14 smithi067 bash[79370]: audit 2023-12-09T02:15:13.674333+0000 mon.a (mon.0) 5405 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:14.727 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:14 smithi067 bash[79370]: audit 2023-12-09T02:15:13.677961+0000 mon.a (mon.0) 5406 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:14.727 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:14 smithi067 bash[79370]: audit 2023-12-09T02:15:13.679466+0000 mon.a (mon.0) 5407 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:14.727 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:14 smithi067 bash[79370]: audit 2023-12-09T02:15:13.688079+0000 mon.a (mon.0) 5408 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:14.727 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:14 smithi067 bash[79370]: cephadm 2023-12-09T02:15:13.688976+0000 mgr.y (mgr.25480) 1293 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:14.727 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:14 smithi067 bash[79370]: audit 2023-12-09T02:15:13.768389+0000 mon.a (mon.0) 5409 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:14.727 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:14 smithi067 bash[82083]: audit 2023-12-09T02:15:13.771025+0000 mon.a (mon.0) 5410 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:14.728 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:14 smithi067 bash[82083]: audit 2023-12-09T02:15:13.775118+0000 mon.a (mon.0) 5411 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:14.728 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:14 smithi067 bash[82083]: audit 2023-12-09T02:15:13.776305+0000 mon.a (mon.0) 5412 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:14.728 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:14 smithi067 bash[82083]: audit 2023-12-09T02:15:13.783773+0000 mon.a (mon.0) 5413 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:14.728 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:14 smithi067 bash[82083]: audit 2023-12-09T02:15:13.862230+0000 mon.a (mon.0) 5414 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:14.728 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:14 smithi067 bash[82083]: audit 2023-12-09T02:15:13.865012+0000 mon.a (mon.0) 5415 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:14.728 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:14 smithi067 bash[82083]: audit 2023-12-09T02:15:13.873925+0000 mon.a (mon.0) 5416 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:14.728 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:14 smithi067 bash[82083]: audit 2023-12-09T02:15:13.876867+0000 mon.a (mon.0) 5417 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:14.728 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:14 smithi067 bash[82083]: audit 2023-12-09T02:15:13.883586+0000 mon.a (mon.0) 5418 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:14.728 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:14 smithi067 bash[82083]: audit 2023-12-09T02:15:13.961511+0000 mon.a (mon.0) 5419 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:14.728 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:14 smithi067 bash[82083]: audit 2023-12-09T02:15:13.964649+0000 mon.a (mon.0) 5420 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:14.728 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:14 smithi067 bash[82083]: audit 2023-12-09T02:15:13.968278+0000 mon.a (mon.0) 5421 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:14.728 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:14 smithi067 bash[82083]: audit 2023-12-09T02:15:13.969550+0000 mon.a (mon.0) 5422 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:14.728 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:14 smithi067 bash[82083]: audit 2023-12-09T02:15:13.978029+0000 mon.a (mon.0) 5423 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:14.728 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:14 smithi067 bash[82083]: audit 2023-12-09T02:15:14.058888+0000 mon.a (mon.0) 5424 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:14.728 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:14 smithi067 bash[82083]: audit 2023-12-09T02:15:14.061214+0000 mon.a (mon.0) 5425 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:14.728 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:14 smithi067 bash[82083]: audit 2023-12-09T02:15:14.064090+0000 mon.a (mon.0) 5426 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:14.728 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:14 smithi067 bash[82083]: audit 2023-12-09T02:15:14.064993+0000 mon.a (mon.0) 5427 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:14.729 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:14 smithi067 bash[82083]: audit 2023-12-09T02:15:14.071038+0000 mon.a (mon.0) 5428 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:14.729 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:14 smithi067 bash[82083]: cluster 2023-12-09T02:15:14.100172+0000 mon.a (mon.0) 5429 : cluster 0 osdmap e144: 8 total, 8 up, 8 in 2023-12-09T02:15:14.729 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:14 smithi067 bash[79370]: audit 2023-12-09T02:15:13.771025+0000 mon.a (mon.0) 5410 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:14.729 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:14 smithi067 bash[79370]: audit 2023-12-09T02:15:13.775118+0000 mon.a (mon.0) 5411 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:14.729 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:14 smithi067 bash[79370]: audit 2023-12-09T02:15:13.776305+0000 mon.a (mon.0) 5412 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:14.729 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:14 smithi067 bash[79370]: audit 2023-12-09T02:15:13.783773+0000 mon.a (mon.0) 5413 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:14.729 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:14 smithi067 bash[79370]: audit 2023-12-09T02:15:13.862230+0000 mon.a (mon.0) 5414 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:14.729 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:14 smithi067 bash[79370]: audit 2023-12-09T02:15:13.865012+0000 mon.a (mon.0) 5415 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:14.729 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:14 smithi067 bash[79370]: audit 2023-12-09T02:15:13.873925+0000 mon.a (mon.0) 5416 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:14.729 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:14 smithi067 bash[79370]: audit 2023-12-09T02:15:13.876867+0000 mon.a (mon.0) 5417 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:14.730 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:14 smithi067 bash[79370]: audit 2023-12-09T02:15:13.883586+0000 mon.a (mon.0) 5418 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:14.730 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:14 smithi067 bash[79370]: audit 2023-12-09T02:15:13.961511+0000 mon.a (mon.0) 5419 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:14.730 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:14 smithi067 bash[79370]: audit 2023-12-09T02:15:13.964649+0000 mon.a (mon.0) 5420 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:14.730 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:14 smithi067 bash[79370]: audit 2023-12-09T02:15:13.968278+0000 mon.a (mon.0) 5421 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:14.730 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:14 smithi067 bash[79370]: audit 2023-12-09T02:15:13.969550+0000 mon.a (mon.0) 5422 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:14.730 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:14 smithi067 bash[79370]: audit 2023-12-09T02:15:13.978029+0000 mon.a (mon.0) 5423 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:14.730 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:14 smithi067 bash[79370]: audit 2023-12-09T02:15:14.058888+0000 mon.a (mon.0) 5424 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:14.730 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:14 smithi067 bash[79370]: audit 2023-12-09T02:15:14.061214+0000 mon.a (mon.0) 5425 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:14.730 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:14 smithi067 bash[79370]: audit 2023-12-09T02:15:14.064090+0000 mon.a (mon.0) 5426 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:14.730 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:14 smithi067 bash[79370]: audit 2023-12-09T02:15:14.064993+0000 mon.a (mon.0) 5427 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:14.730 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:14 smithi067 bash[79370]: audit 2023-12-09T02:15:14.071038+0000 mon.a (mon.0) 5428 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:14.730 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:14 smithi067 bash[79370]: cluster 2023-12-09T02:15:14.100172+0000 mon.a (mon.0) 5429 : cluster 0 osdmap e144: 8 total, 8 up, 8 in 2023-12-09T02:15:14.731 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:14 smithi067 bash[82083]: audit 2023-12-09T02:15:14.152966+0000 mon.a (mon.0) 5430 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:14.731 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:14 smithi067 bash[82083]: audit 2023-12-09T02:15:14.154993+0000 mon.a (mon.0) 5431 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:14.731 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:14 smithi067 bash[82083]: audit 2023-12-09T02:15:14.156960+0000 mon.a (mon.0) 5432 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:14.731 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:14 smithi067 bash[82083]: audit 2023-12-09T02:15:14.157704+0000 mon.a (mon.0) 5433 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:14.731 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:14 smithi067 bash[82083]: audit 2023-12-09T02:15:14.163234+0000 mon.a (mon.0) 5434 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:14.731 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:14 smithi067 bash[82083]: audit 2023-12-09T02:15:14.206742+0000 mon.a (mon.0) 5435 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:14.731 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:14 smithi067 bash[82083]: audit 2023-12-09T02:15:14.209281+0000 mon.a (mon.0) 5436 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:14.731 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:14 smithi067 bash[82083]: audit 2023-12-09T02:15:14.212632+0000 mon.a (mon.0) 5437 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:14.731 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:14 smithi067 bash[82083]: audit 2023-12-09T02:15:14.213438+0000 mon.a (mon.0) 5438 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:14.731 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:14 smithi067 bash[82083]: audit 2023-12-09T02:15:14.222684+0000 mon.a (mon.0) 5439 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:14.731 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:14 smithi067 bash[79370]: audit 2023-12-09T02:15:14.152966+0000 mon.a (mon.0) 5430 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:14.731 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:14 smithi067 bash[79370]: audit 2023-12-09T02:15:14.154993+0000 mon.a (mon.0) 5431 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:14.732 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:14 smithi067 bash[79370]: audit 2023-12-09T02:15:14.156960+0000 mon.a (mon.0) 5432 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:14.732 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:14 smithi067 bash[79370]: audit 2023-12-09T02:15:14.157704+0000 mon.a (mon.0) 5433 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:14.732 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:14 smithi067 bash[79370]: audit 2023-12-09T02:15:14.163234+0000 mon.a (mon.0) 5434 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:14.732 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:14 smithi067 bash[79370]: audit 2023-12-09T02:15:14.206742+0000 mon.a (mon.0) 5435 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:14.732 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:14 smithi067 bash[79370]: audit 2023-12-09T02:15:14.209281+0000 mon.a (mon.0) 5436 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:14.732 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:14 smithi067 bash[79370]: audit 2023-12-09T02:15:14.212632+0000 mon.a (mon.0) 5437 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:14.732 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:14 smithi067 bash[79370]: audit 2023-12-09T02:15:14.213438+0000 mon.a (mon.0) 5438 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:14.732 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:14 smithi067 bash[79370]: audit 2023-12-09T02:15:14.222684+0000 mon.a (mon.0) 5439 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:15.721 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:15 smithi067 bash[79370]: cephadm 2023-12-09T02:15:13.784612+0000 mgr.y (mgr.25480) 1294 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:15.721 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:15 smithi067 bash[79370]: cephadm 2023-12-09T02:15:13.884075+0000 mgr.y (mgr.25480) 1295 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:15.721 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:15 smithi067 bash[79370]: cephadm 2023-12-09T02:15:13.978953+0000 mgr.y (mgr.25480) 1296 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:15.721 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:15 smithi067 bash[79370]: cephadm 2023-12-09T02:15:14.071691+0000 mgr.y (mgr.25480) 1297 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:15.721 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:15 smithi067 bash[79370]: cluster 2023-12-09T02:15:14.096418+0000 osd.7 (osd.7) 59 : cluster 3 failed to encode map e144 with expected crc 2023-12-09T02:15:15.721 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:15 smithi067 bash[79370]: cluster 2023-12-09T02:15:14.098347+0000 osd.7 (osd.7) 60 : cluster 3 failed to encode map e144 with expected crc 2023-12-09T02:15:15.721 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:15 smithi067 bash[79370]: cluster 2023-12-09T02:15:14.100516+0000 osd.7 (osd.7) 61 : cluster 3 failed to encode map e144 with expected crc 2023-12-09T02:15:15.721 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:15 smithi067 bash[79370]: cluster 2023-12-09T02:15:14.101928+0000 osd.6 (osd.6) 51 : cluster 3 failed to encode map e144 with expected crc 2023-12-09T02:15:15.721 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:15 smithi067 bash[79370]: cluster 2023-12-09T02:15:14.103859+0000 osd.6 (osd.6) 52 : cluster 3 failed to encode map e144 with expected crc 2023-12-09T02:15:15.721 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:15 smithi067 bash[79370]: cluster 2023-12-09T02:15:14.105820+0000 osd.7 (osd.7) 62 : cluster 3 failed to encode map e144 with expected crc 2023-12-09T02:15:15.721 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:15 smithi067 bash[79370]: cluster 2023-12-09T02:15:14.107889+0000 osd.6 (osd.6) 53 : cluster 3 failed to encode map e144 with expected crc 2023-12-09T02:15:15.721 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:15 smithi067 bash[79370]: cluster 2023-12-09T02:15:14.110277+0000 osd.7 (osd.7) 63 : cluster 3 failed to encode map e144 with expected crc 2023-12-09T02:15:15.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:15 smithi067 bash[79370]: cluster 2023-12-09T02:15:14.117836+0000 osd.7 (osd.7) 64 : cluster 3 failed to encode map e144 with expected crc 2023-12-09T02:15:15.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:15 smithi067 bash[79370]: cluster 2023-12-09T02:15:14.126563+0000 mgr.y (mgr.25480) 1298 : cluster 0 pgmap v215: 161 pgs: 4 remapped+peering, 11 peering, 5 active+clean+remapped, 95 active+clean, 32 active+undersized, 14 active+undersized+degraded; 585 KiB data, 214 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 65/726 objects degraded (8.953%); 1/726 objects misplaced (0.138%) 2023-12-09T02:15:15.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:15 smithi067 bash[79370]: cephadm 2023-12-09T02:15:14.163755+0000 mgr.y (mgr.25480) 1299 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:15.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:15 smithi067 bash[79370]: cephadm 2023-12-09T02:15:14.223219+0000 mgr.y (mgr.25480) 1300 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:15.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:15 smithi067 bash[79370]: audit 2023-12-09T02:15:14.273325+0000 mon.a (mon.0) 5440 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:15.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:15 smithi067 bash[79370]: audit 2023-12-09T02:15:14.281675+0000 mon.a (mon.0) 5441 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:15.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:15 smithi067 bash[79370]: audit 2023-12-09T02:15:14.290304+0000 mon.a (mon.0) 5442 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:15.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:15 smithi067 bash[79370]: audit 2023-12-09T02:15:14.310195+0000 mon.a (mon.0) 5443 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:15.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:15 smithi067 bash[79370]: audit 2023-12-09T02:15:14.312850+0000 mon.a (mon.0) 5444 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:15.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:15 smithi067 bash[79370]: audit 2023-12-09T02:15:14.314846+0000 mon.a (mon.0) 5445 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:15.722 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:15 smithi067 bash[82083]: cephadm 2023-12-09T02:15:13.784612+0000 mgr.y (mgr.25480) 1294 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:15.723 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:15 smithi067 bash[82083]: cephadm 2023-12-09T02:15:13.884075+0000 mgr.y (mgr.25480) 1295 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:15.723 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:15 smithi067 bash[82083]: cephadm 2023-12-09T02:15:13.978953+0000 mgr.y (mgr.25480) 1296 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:15.723 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:15 smithi067 bash[82083]: cephadm 2023-12-09T02:15:14.071691+0000 mgr.y (mgr.25480) 1297 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:15.723 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:15 smithi067 bash[82083]: cluster 2023-12-09T02:15:14.096418+0000 osd.7 (osd.7) 59 : cluster 3 failed to encode map e144 with expected crc 2023-12-09T02:15:15.723 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:15 smithi067 bash[82083]: cluster 2023-12-09T02:15:14.098347+0000 osd.7 (osd.7) 60 : cluster 3 failed to encode map e144 with expected crc 2023-12-09T02:15:15.723 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:15 smithi067 bash[82083]: cluster 2023-12-09T02:15:14.100516+0000 osd.7 (osd.7) 61 : cluster 3 failed to encode map e144 with expected crc 2023-12-09T02:15:15.723 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:15 smithi067 bash[82083]: cluster 2023-12-09T02:15:14.101928+0000 osd.6 (osd.6) 51 : cluster 3 failed to encode map e144 with expected crc 2023-12-09T02:15:15.723 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:15 smithi067 bash[82083]: cluster 2023-12-09T02:15:14.103859+0000 osd.6 (osd.6) 52 : cluster 3 failed to encode map e144 with expected crc 2023-12-09T02:15:15.723 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:15 smithi067 bash[82083]: cluster 2023-12-09T02:15:14.105820+0000 osd.7 (osd.7) 62 : cluster 3 failed to encode map e144 with expected crc 2023-12-09T02:15:15.723 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:15 smithi067 bash[82083]: cluster 2023-12-09T02:15:14.107889+0000 osd.6 (osd.6) 53 : cluster 3 failed to encode map e144 with expected crc 2023-12-09T02:15:15.723 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:15 smithi067 bash[82083]: cluster 2023-12-09T02:15:14.110277+0000 osd.7 (osd.7) 63 : cluster 3 failed to encode map e144 with expected crc 2023-12-09T02:15:15.723 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:15 smithi067 bash[82083]: cluster 2023-12-09T02:15:14.117836+0000 osd.7 (osd.7) 64 : cluster 3 failed to encode map e144 with expected crc 2023-12-09T02:15:15.723 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:15 smithi067 bash[82083]: cluster 2023-12-09T02:15:14.126563+0000 mgr.y (mgr.25480) 1298 : cluster 0 pgmap v215: 161 pgs: 4 remapped+peering, 11 peering, 5 active+clean+remapped, 95 active+clean, 32 active+undersized, 14 active+undersized+degraded; 585 KiB data, 214 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 65/726 objects degraded (8.953%); 1/726 objects misplaced (0.138%) 2023-12-09T02:15:15.723 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:15 smithi067 bash[82083]: cephadm 2023-12-09T02:15:14.163755+0000 mgr.y (mgr.25480) 1299 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:15.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:15 smithi067 bash[82083]: cephadm 2023-12-09T02:15:14.223219+0000 mgr.y (mgr.25480) 1300 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:15.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:15 smithi067 bash[82083]: audit 2023-12-09T02:15:14.273325+0000 mon.a (mon.0) 5440 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:15.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:15 smithi067 bash[82083]: audit 2023-12-09T02:15:14.281675+0000 mon.a (mon.0) 5441 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:15.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:15 smithi067 bash[82083]: audit 2023-12-09T02:15:14.290304+0000 mon.a (mon.0) 5442 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:15.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:15 smithi067 bash[82083]: audit 2023-12-09T02:15:14.310195+0000 mon.a (mon.0) 5443 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:15.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:15 smithi067 bash[82083]: audit 2023-12-09T02:15:14.312850+0000 mon.a (mon.0) 5444 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:15.724 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:15 smithi067 bash[82083]: audit 2023-12-09T02:15:14.314846+0000 mon.a (mon.0) 5445 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:15.724 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:15 smithi067 bash[79370]: audit 2023-12-09T02:15:14.317071+0000 mon.a (mon.0) 5446 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:15.724 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:15 smithi067 bash[79370]: audit 2023-12-09T02:15:14.318958+0000 mon.a (mon.0) 5447 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2023-12-09T02:15:15.724 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:15 smithi067 bash[79370]: audit 2023-12-09T02:15:14.319135+0000 mgr.y (mgr.25480) 1301 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2023-12-09T02:15:15.724 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:15 smithi067 bash[79370]: cephadm 2023-12-09T02:15:14.320124+0000 mgr.y (mgr.25480) 1302 : cephadm 1 Upgrade: unsafe to stop osd(s) at this time (21 PGs are or would become offline) 2023-12-09T02:15:15.724 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:15 smithi067 bash[79370]: cluster 2023-12-09T02:15:15.096486+0000 mon.a (mon.0) 5448 : cluster 3 Health check update: Degraded data redundancy: 65/726 objects degraded (8.953%), 14 pgs degraded (PG_DEGRADED) 2023-12-09T02:15:15.725 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:15 smithi067 bash[79370]: cluster 2023-12-09T02:15:15.111032+0000 mon.a (mon.0) 5449 : cluster 0 osdmap e145: 8 total, 8 up, 8 in 2023-12-09T02:15:15.725 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:15 smithi067 bash[82083]: audit 2023-12-09T02:15:14.317071+0000 mon.a (mon.0) 5446 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:15.725 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:15 smithi067 bash[82083]: audit 2023-12-09T02:15:14.318958+0000 mon.a (mon.0) 5447 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2023-12-09T02:15:15.725 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:15 smithi067 bash[82083]: audit 2023-12-09T02:15:14.319135+0000 mgr.y (mgr.25480) 1301 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2023-12-09T02:15:15.725 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:15 smithi067 bash[82083]: cephadm 2023-12-09T02:15:14.320124+0000 mgr.y (mgr.25480) 1302 : cephadm 1 Upgrade: unsafe to stop osd(s) at this time (21 PGs are or would become offline) 2023-12-09T02:15:15.725 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:15 smithi067 bash[82083]: cluster 2023-12-09T02:15:15.096486+0000 mon.a (mon.0) 5448 : cluster 3 Health check update: Degraded data redundancy: 65/726 objects degraded (8.953%), 14 pgs degraded (PG_DEGRADED) 2023-12-09T02:15:15.725 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:15 smithi067 bash[82083]: cluster 2023-12-09T02:15:15.111032+0000 mon.a (mon.0) 5449 : cluster 0 osdmap e145: 8 total, 8 up, 8 in 2023-12-09T02:15:15.726 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:15 smithi125 bash[66801]: cephadm 2023-12-09T02:15:13.784612+0000 mgr.y (mgr.25480) 1294 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:15.726 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:15 smithi125 bash[66801]: cephadm 2023-12-09T02:15:13.884075+0000 mgr.y (mgr.25480) 1295 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:15.726 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:15 smithi125 bash[66801]: cephadm 2023-12-09T02:15:13.978953+0000 mgr.y (mgr.25480) 1296 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:15.726 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:15 smithi125 bash[66801]: cephadm 2023-12-09T02:15:14.071691+0000 mgr.y (mgr.25480) 1297 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:15.726 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:15 smithi125 bash[66801]: cluster 2023-12-09T02:15:14.096418+0000 osd.7 (osd.7) 59 : cluster 3 failed to encode map e144 with expected crc 2023-12-09T02:15:15.726 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:15 smithi125 bash[66801]: cluster 2023-12-09T02:15:14.098347+0000 osd.7 (osd.7) 60 : cluster 3 failed to encode map e144 with expected crc 2023-12-09T02:15:15.726 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:15 smithi125 bash[66801]: cluster 2023-12-09T02:15:14.100516+0000 osd.7 (osd.7) 61 : cluster 3 failed to encode map e144 with expected crc 2023-12-09T02:15:15.726 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:15 smithi125 bash[66801]: cluster 2023-12-09T02:15:14.101928+0000 osd.6 (osd.6) 51 : cluster 3 failed to encode map e144 with expected crc 2023-12-09T02:15:15.726 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:15 smithi125 bash[66801]: cluster 2023-12-09T02:15:14.103859+0000 osd.6 (osd.6) 52 : cluster 3 failed to encode map e144 with expected crc 2023-12-09T02:15:15.726 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:15 smithi125 bash[66801]: cluster 2023-12-09T02:15:14.105820+0000 osd.7 (osd.7) 62 : cluster 3 failed to encode map e144 with expected crc 2023-12-09T02:15:15.726 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:15 smithi125 bash[66801]: cluster 2023-12-09T02:15:14.107889+0000 osd.6 (osd.6) 53 : cluster 3 failed to encode map e144 with expected crc 2023-12-09T02:15:15.726 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:15 smithi125 bash[66801]: cluster 2023-12-09T02:15:14.110277+0000 osd.7 (osd.7) 63 : cluster 3 failed to encode map e144 with expected crc 2023-12-09T02:15:15.727 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:15 smithi125 bash[66801]: cluster 2023-12-09T02:15:14.117836+0000 osd.7 (osd.7) 64 : cluster 3 failed to encode map e144 with expected crc 2023-12-09T02:15:15.727 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:15 smithi125 bash[66801]: cluster 2023-12-09T02:15:14.126563+0000 mgr.y (mgr.25480) 1298 : cluster 0 pgmap v215: 161 pgs: 4 remapped+peering, 11 peering, 5 active+clean+remapped, 95 active+clean, 32 active+undersized, 14 active+undersized+degraded; 585 KiB data, 214 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 65/726 objects degraded (8.953%); 1/726 objects misplaced (0.138%) 2023-12-09T02:15:15.727 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:15 smithi125 bash[66801]: cephadm 2023-12-09T02:15:14.163755+0000 mgr.y (mgr.25480) 1299 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:15.727 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:15 smithi125 bash[66801]: cephadm 2023-12-09T02:15:14.223219+0000 mgr.y (mgr.25480) 1300 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:15.727 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:15 smithi125 bash[66801]: audit 2023-12-09T02:15:14.273325+0000 mon.a (mon.0) 5440 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:15.727 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:15 smithi125 bash[66801]: audit 2023-12-09T02:15:14.281675+0000 mon.a (mon.0) 5441 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:15.727 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:15 smithi125 bash[66801]: audit 2023-12-09T02:15:14.290304+0000 mon.a (mon.0) 5442 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:15.727 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:15 smithi125 bash[66801]: audit 2023-12-09T02:15:14.310195+0000 mon.a (mon.0) 5443 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:15.727 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:15 smithi125 bash[66801]: audit 2023-12-09T02:15:14.312850+0000 mon.a (mon.0) 5444 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:15.727 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:15 smithi125 bash[66801]: audit 2023-12-09T02:15:14.314846+0000 mon.a (mon.0) 5445 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:15.727 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:15 smithi125 bash[66801]: audit 2023-12-09T02:15:14.317071+0000 mon.a (mon.0) 5446 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:15.727 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:15 smithi125 bash[66801]: audit 2023-12-09T02:15:14.318958+0000 mon.a (mon.0) 5447 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2023-12-09T02:15:15.727 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:15 smithi125 bash[66801]: audit 2023-12-09T02:15:14.319135+0000 mgr.y (mgr.25480) 1301 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2023-12-09T02:15:15.727 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:15 smithi125 bash[66801]: cephadm 2023-12-09T02:15:14.320124+0000 mgr.y (mgr.25480) 1302 : cephadm 1 Upgrade: unsafe to stop osd(s) at this time (21 PGs are or would become offline) 2023-12-09T02:15:15.727 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:15 smithi125 bash[66801]: cluster 2023-12-09T02:15:15.096486+0000 mon.a (mon.0) 5448 : cluster 3 Health check update: Degraded data redundancy: 65/726 objects degraded (8.953%), 14 pgs degraded (PG_DEGRADED) 2023-12-09T02:15:15.727 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:15 smithi125 bash[66801]: cluster 2023-12-09T02:15:15.111032+0000 mon.a (mon.0) 5449 : cluster 0 osdmap e145: 8 total, 8 up, 8 in 2023-12-09T02:15:16.472 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:16 smithi125 bash[66801]: cluster 2023-12-09T02:15:15.106048+0000 osd.7 (osd.7) 65 : cluster 3 failed to encode map e145 with expected crc 2023-12-09T02:15:16.473 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:16 smithi125 bash[66801]: cluster 2023-12-09T02:15:15.111000+0000 osd.7 (osd.7) 66 : cluster 3 failed to encode map e145 with expected crc 2023-12-09T02:15:16.473 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:16 smithi125 bash[66801]: cluster 2023-12-09T02:15:15.112135+0000 osd.6 (osd.6) 54 : cluster 3 failed to encode map e145 with expected crc 2023-12-09T02:15:16.473 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:16 smithi125 bash[66801]: cluster 2023-12-09T02:15:15.115124+0000 osd.7 (osd.7) 67 : cluster 3 failed to encode map e145 with expected crc 2023-12-09T02:15:16.473 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:16 smithi125 bash[66801]: cluster 2023-12-09T02:15:15.116693+0000 osd.7 (osd.7) 68 : cluster 3 failed to encode map e145 with expected crc 2023-12-09T02:15:16.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:16 smithi067 bash[79370]: cluster 2023-12-09T02:15:15.106048+0000 osd.7 (osd.7) 65 : cluster 3 failed to encode map e145 with expected crc 2023-12-09T02:15:16.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:16 smithi067 bash[79370]: cluster 2023-12-09T02:15:15.111000+0000 osd.7 (osd.7) 66 : cluster 3 failed to encode map e145 with expected crc 2023-12-09T02:15:16.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:16 smithi067 bash[79370]: cluster 2023-12-09T02:15:15.112135+0000 osd.6 (osd.6) 54 : cluster 3 failed to encode map e145 with expected crc 2023-12-09T02:15:16.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:16 smithi067 bash[79370]: cluster 2023-12-09T02:15:15.115124+0000 osd.7 (osd.7) 67 : cluster 3 failed to encode map e145 with expected crc 2023-12-09T02:15:16.721 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:16 smithi067 bash[79370]: cluster 2023-12-09T02:15:15.116693+0000 osd.7 (osd.7) 68 : cluster 3 failed to encode map e145 with expected crc 2023-12-09T02:15:16.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:16 smithi067 bash[82083]: cluster 2023-12-09T02:15:15.106048+0000 osd.7 (osd.7) 65 : cluster 3 failed to encode map e145 with expected crc 2023-12-09T02:15:16.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:16 smithi067 bash[82083]: cluster 2023-12-09T02:15:15.111000+0000 osd.7 (osd.7) 66 : cluster 3 failed to encode map e145 with expected crc 2023-12-09T02:15:16.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:16 smithi067 bash[82083]: cluster 2023-12-09T02:15:15.112135+0000 osd.6 (osd.6) 54 : cluster 3 failed to encode map e145 with expected crc 2023-12-09T02:15:16.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:16 smithi067 bash[82083]: cluster 2023-12-09T02:15:15.115124+0000 osd.7 (osd.7) 67 : cluster 3 failed to encode map e145 with expected crc 2023-12-09T02:15:16.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:16 smithi067 bash[82083]: cluster 2023-12-09T02:15:15.116693+0000 osd.7 (osd.7) 68 : cluster 3 failed to encode map e145 with expected crc 2023-12-09T02:15:17.600 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:17 smithi125 bash[66801]: cluster 2023-12-09T02:15:16.127601+0000 mgr.y (mgr.25480) 1303 : cluster 0 pgmap v217: 161 pgs: 4 remapped+peering, 12 peering, 3 active+clean+remapped, 112 active+clean, 20 active+undersized, 10 active+undersized+degraded; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 43/726 objects degraded (5.923%); 1/726 objects misplaced (0.138%) 2023-12-09T02:15:17.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:17 smithi067 bash[79370]: cluster 2023-12-09T02:15:16.127601+0000 mgr.y (mgr.25480) 1303 : cluster 0 pgmap v217: 161 pgs: 4 remapped+peering, 12 peering, 3 active+clean+remapped, 112 active+clean, 20 active+undersized, 10 active+undersized+degraded; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 43/726 objects degraded (5.923%); 1/726 objects misplaced (0.138%) 2023-12-09T02:15:17.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:17 smithi067 bash[82083]: cluster 2023-12-09T02:15:16.127601+0000 mgr.y (mgr.25480) 1303 : cluster 0 pgmap v217: 161 pgs: 4 remapped+peering, 12 peering, 3 active+clean+remapped, 112 active+clean, 20 active+undersized, 10 active+undersized+degraded; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 43/726 objects degraded (5.923%); 1/726 objects misplaced (0.138%) 2023-12-09T02:15:18.831 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:18 smithi067 bash[79370]: audit 2023-12-09T02:15:17.602028+0000 mon.a (mon.0) 5450 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:18.831 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:18 smithi067 bash[79370]: audit 2023-12-09T02:15:17.612643+0000 mon.a (mon.0) 5451 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:18.831 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:18 smithi067 bash[79370]: audit 2023-12-09T02:15:17.623139+0000 mon.a (mon.0) 5452 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:18.831 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:18 smithi067 bash[79370]: audit 2023-12-09T02:15:18.569398+0000 mon.a (mon.0) 5453 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:18.831 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:18 smithi067 bash[79370]: audit 2023-12-09T02:15:18.579729+0000 mon.a (mon.0) 5454 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:18.832 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:18 smithi067 bash[79370]: audit 2023-12-09T02:15:18.589853+0000 mon.a (mon.0) 5455 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:18.832 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:18 smithi067 bash[82083]: audit 2023-12-09T02:15:17.602028+0000 mon.a (mon.0) 5450 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:18.832 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:18 smithi067 bash[82083]: audit 2023-12-09T02:15:17.612643+0000 mon.a (mon.0) 5451 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:18.832 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:18 smithi067 bash[82083]: audit 2023-12-09T02:15:17.623139+0000 mon.a (mon.0) 5452 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:18.832 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:18 smithi067 bash[82083]: audit 2023-12-09T02:15:18.569398+0000 mon.a (mon.0) 5453 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:18.832 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:18 smithi067 bash[82083]: audit 2023-12-09T02:15:18.579729+0000 mon.a (mon.0) 5454 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:18.832 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:18 smithi067 bash[82083]: audit 2023-12-09T02:15:18.589853+0000 mon.a (mon.0) 5455 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:18.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:18 smithi125 bash[66801]: audit 2023-12-09T02:15:17.602028+0000 mon.a (mon.0) 5450 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:18.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:18 smithi125 bash[66801]: audit 2023-12-09T02:15:17.612643+0000 mon.a (mon.0) 5451 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:18.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:18 smithi125 bash[66801]: audit 2023-12-09T02:15:17.623139+0000 mon.a (mon.0) 5452 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:18.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:18 smithi125 bash[66801]: audit 2023-12-09T02:15:18.569398+0000 mon.a (mon.0) 5453 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:18.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:18 smithi125 bash[66801]: audit 2023-12-09T02:15:18.579729+0000 mon.a (mon.0) 5454 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:18.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:18 smithi125 bash[66801]: audit 2023-12-09T02:15:18.589853+0000 mon.a (mon.0) 5455 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:19.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:19 smithi067 bash[82083]: cluster 2023-12-09T02:15:18.128817+0000 mgr.y (mgr.25480) 1304 : cluster 0 pgmap v218: 161 pgs: 1 remapped+peering, 12 peering, 148 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-09T02:15:19.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:19 smithi067 bash[82083]: cluster 2023-12-09T02:15:18.620099+0000 mon.a (mon.0) 5456 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 43/726 objects degraded (5.923%), 10 pgs degraded) 2023-12-09T02:15:19.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:19 smithi067 bash[82083]: cluster 2023-12-09T02:15:18.620170+0000 mon.a (mon.0) 5457 : cluster 1 Cluster is now healthy 2023-12-09T02:15:19.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:19 smithi067 bash[79370]: cluster 2023-12-09T02:15:18.128817+0000 mgr.y (mgr.25480) 1304 : cluster 0 pgmap v218: 161 pgs: 1 remapped+peering, 12 peering, 148 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-09T02:15:19.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:19 smithi067 bash[79370]: cluster 2023-12-09T02:15:18.620099+0000 mon.a (mon.0) 5456 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 43/726 objects degraded (5.923%), 10 pgs degraded) 2023-12-09T02:15:19.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:19 smithi067 bash[79370]: cluster 2023-12-09T02:15:18.620170+0000 mon.a (mon.0) 5457 : cluster 1 Cluster is now healthy 2023-12-09T02:15:19.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:19 smithi125 bash[66801]: cluster 2023-12-09T02:15:18.128817+0000 mgr.y (mgr.25480) 1304 : cluster 0 pgmap v218: 161 pgs: 1 remapped+peering, 12 peering, 148 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-09T02:15:19.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:19 smithi125 bash[66801]: cluster 2023-12-09T02:15:18.620099+0000 mon.a (mon.0) 5456 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 43/726 objects degraded (5.923%), 10 pgs degraded) 2023-12-09T02:15:19.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:19 smithi125 bash[66801]: cluster 2023-12-09T02:15:18.620170+0000 mon.a (mon.0) 5457 : cluster 1 Cluster is now healthy 2023-12-09T02:15:20.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:20 smithi067 bash[79370]: audit 2023-12-09T02:15:18.829445+0000 mgr.y (mgr.25480) 1305 : audit 0 from='client.25420 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:15:20.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:20 smithi067 bash[82083]: audit 2023-12-09T02:15:18.829445+0000 mgr.y (mgr.25480) 1305 : audit 0 from='client.25420 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:15:20.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:20 smithi125 bash[66801]: audit 2023-12-09T02:15:18.829445+0000 mgr.y (mgr.25480) 1305 : audit 0 from='client.25420 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:15:21.930 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:21 smithi067 bash[79370]: cluster 2023-12-09T02:15:20.130209+0000 mgr.y (mgr.25480) 1306 : cluster 0 pgmap v219: 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-09T02:15:21.930 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:21 smithi067 bash[82083]: cluster 2023-12-09T02:15:20.130209+0000 mgr.y (mgr.25480) 1306 : cluster 0 pgmap v219: 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-09T02:15:21.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:21 smithi125 bash[66801]: cluster 2023-12-09T02:15:20.130209+0000 mgr.y (mgr.25480) 1306 : cluster 0 pgmap v219: 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-09T02:15:23.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:23 smithi067 bash[79370]: cluster 2023-12-09T02:15:22.131132+0000 mgr.y (mgr.25480) 1307 : cluster 0 pgmap v220: 161 pgs: 161 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-09T02:15:23.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:23 smithi067 bash[82083]: cluster 2023-12-09T02:15:22.131132+0000 mgr.y (mgr.25480) 1307 : cluster 0 pgmap v220: 161 pgs: 161 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-09T02:15:23.970 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:15:23 smithi067 bash[75618]: ::ffff:172.21.15.125 - - [09/Dec/2023:02:15:23] "GET /metrics HTTP/1.1" 200 38499 "" "Prometheus/2.33.4" 2023-12-09T02:15:23.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:23 smithi125 bash[66801]: cluster 2023-12-09T02:15:22.131132+0000 mgr.y (mgr.25480) 1307 : cluster 0 pgmap v220: 161 pgs: 161 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-09T02:15:25.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:25 smithi067 bash[79370]: cluster 2023-12-09T02:15:24.132118+0000 mgr.y (mgr.25480) 1308 : cluster 0 pgmap v221: 161 pgs: 161 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-09T02:15:25.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:25 smithi067 bash[82083]: cluster 2023-12-09T02:15:24.132118+0000 mgr.y (mgr.25480) 1308 : cluster 0 pgmap v221: 161 pgs: 161 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-09T02:15:25.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:25 smithi125 bash[66801]: cluster 2023-12-09T02:15:24.132118+0000 mgr.y (mgr.25480) 1308 : cluster 0 pgmap v221: 161 pgs: 161 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-09T02:15:27.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:27 smithi067 bash[79370]: cluster 2023-12-09T02:15:26.133299+0000 mgr.y (mgr.25480) 1309 : cluster 0 pgmap v222: 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-09T02:15:27.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:27 smithi067 bash[82083]: cluster 2023-12-09T02:15:26.133299+0000 mgr.y (mgr.25480) 1309 : cluster 0 pgmap v222: 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-09T02:15:27.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:27 smithi125 bash[66801]: cluster 2023-12-09T02:15:26.133299+0000 mgr.y (mgr.25480) 1309 : cluster 0 pgmap v222: 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-09T02:15:28.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:28 smithi067 bash[79370]: audit 2023-12-09T02:15:27.645966+0000 mon.a (mon.0) 5458 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:28.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:28 smithi067 bash[79370]: audit 2023-12-09T02:15:27.647639+0000 mon.a (mon.0) 5459 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:15:28.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:28 smithi067 bash[79370]: audit 2023-12-09T02:15:27.938205+0000 mon.a (mon.0) 5460 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:28.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:28 smithi067 bash[82083]: audit 2023-12-09T02:15:27.645966+0000 mon.a (mon.0) 5458 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:28.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:28 smithi067 bash[82083]: audit 2023-12-09T02:15:27.647639+0000 mon.a (mon.0) 5459 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:15:28.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:28 smithi067 bash[82083]: audit 2023-12-09T02:15:27.938205+0000 mon.a (mon.0) 5460 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:28.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:28 smithi125 bash[66801]: audit 2023-12-09T02:15:27.645966+0000 mon.a (mon.0) 5458 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:28.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:28 smithi125 bash[66801]: audit 2023-12-09T02:15:27.647639+0000 mon.a (mon.0) 5459 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:15:28.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:28 smithi125 bash[66801]: audit 2023-12-09T02:15:27.938205+0000 mon.a (mon.0) 5460 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:29.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:29 smithi067 bash[79370]: cluster 2023-12-09T02:15:28.134547+0000 mgr.y (mgr.25480) 1310 : cluster 0 pgmap v223: 161 pgs: 161 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-09T02:15:29.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:29 smithi067 bash[79370]: audit 2023-12-09T02:15:29.330783+0000 mon.a (mon.0) 5461 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2023-12-09T02:15:29.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:29 smithi067 bash[82083]: cluster 2023-12-09T02:15:28.134547+0000 mgr.y (mgr.25480) 1310 : cluster 0 pgmap v223: 161 pgs: 161 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-09T02:15:29.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:29 smithi067 bash[82083]: audit 2023-12-09T02:15:29.330783+0000 mon.a (mon.0) 5461 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2023-12-09T02:15:29.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:29 smithi125 bash[66801]: cluster 2023-12-09T02:15:28.134547+0000 mgr.y (mgr.25480) 1310 : cluster 0 pgmap v223: 161 pgs: 161 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-09T02:15:29.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:29 smithi125 bash[66801]: audit 2023-12-09T02:15:29.330783+0000 mon.a (mon.0) 5461 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2023-12-09T02:15:30.846 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:30 smithi125 bash[66801]: audit 2023-12-09T02:15:28.840804+0000 mgr.y (mgr.25480) 1311 : audit 0 from='client.25420 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:15:30.846 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:30 smithi125 bash[66801]: audit 2023-12-09T02:15:29.331215+0000 mgr.y (mgr.25480) 1312 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2023-12-09T02:15:30.846 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:30 smithi125 bash[66801]: cephadm 2023-12-09T02:15:29.334128+0000 mgr.y (mgr.25480) 1313 : cephadm 1 Upgrade: osd.6 is safe to restart 2023-12-09T02:15:30.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:30 smithi067 bash[79370]: audit 2023-12-09T02:15:28.840804+0000 mgr.y (mgr.25480) 1311 : audit 0 from='client.25420 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:15:30.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:30 smithi067 bash[79370]: audit 2023-12-09T02:15:29.331215+0000 mgr.y (mgr.25480) 1312 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2023-12-09T02:15:30.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:30 smithi067 bash[79370]: cephadm 2023-12-09T02:15:29.334128+0000 mgr.y (mgr.25480) 1313 : cephadm 1 Upgrade: osd.6 is safe to restart 2023-12-09T02:15:30.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:30 smithi067 bash[82083]: audit 2023-12-09T02:15:28.840804+0000 mgr.y (mgr.25480) 1311 : audit 0 from='client.25420 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:15:30.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:30 smithi067 bash[82083]: audit 2023-12-09T02:15:29.331215+0000 mgr.y (mgr.25480) 1312 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2023-12-09T02:15:30.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:30 smithi067 bash[82083]: cephadm 2023-12-09T02:15:29.334128+0000 mgr.y (mgr.25480) 1313 : cephadm 1 Upgrade: osd.6 is safe to restart 2023-12-09T02:15:31.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:31 smithi067 bash[79370]: cluster 2023-12-09T02:15:30.136001+0000 mgr.y (mgr.25480) 1314 : cluster 0 pgmap v224: 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-09T02:15:31.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:31 smithi067 bash[79370]: audit 2023-12-09T02:15:31.612415+0000 mon.a (mon.0) 5462 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:31.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:31 smithi067 bash[79370]: audit 2023-12-09T02:15:31.617139+0000 mon.a (mon.0) 5463 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-12-09T02:15:31.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:31 smithi067 bash[79370]: audit 2023-12-09T02:15:31.618596+0000 mon.a (mon.0) 5464 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:31.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:31 smithi067 bash[82083]: cluster 2023-12-09T02:15:30.136001+0000 mgr.y (mgr.25480) 1314 : cluster 0 pgmap v224: 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-09T02:15:31.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:31 smithi067 bash[82083]: audit 2023-12-09T02:15:31.612415+0000 mon.a (mon.0) 5462 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:31.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:31 smithi067 bash[82083]: audit 2023-12-09T02:15:31.617139+0000 mon.a (mon.0) 5463 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-12-09T02:15:31.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:31 smithi067 bash[82083]: audit 2023-12-09T02:15:31.618596+0000 mon.a (mon.0) 5464 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:31.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:31 smithi125 bash[66801]: cluster 2023-12-09T02:15:30.136001+0000 mgr.y (mgr.25480) 1314 : cluster 0 pgmap v224: 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-09T02:15:31.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:31 smithi125 bash[66801]: audit 2023-12-09T02:15:31.612415+0000 mon.a (mon.0) 5462 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:31.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:31 smithi125 bash[66801]: audit 2023-12-09T02:15:31.617139+0000 mon.a (mon.0) 5463 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-12-09T02:15:31.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:31 smithi125 bash[66801]: audit 2023-12-09T02:15:31.618596+0000 mon.a (mon.0) 5464 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:32.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:32 smithi067 bash[79370]: cephadm 2023-12-09T02:15:31.604700+0000 mgr.y (mgr.25480) 1315 : cephadm 1 Upgrade: Updating osd.6 2023-12-09T02:15:32.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:32 smithi067 bash[79370]: cephadm 2023-12-09T02:15:31.623700+0000 mgr.y (mgr.25480) 1316 : cephadm 1 Deploying daemon osd.6 on smithi125 2023-12-09T02:15:32.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:32 smithi067 bash[82083]: cephadm 2023-12-09T02:15:31.604700+0000 mgr.y (mgr.25480) 1315 : cephadm 1 Upgrade: Updating osd.6 2023-12-09T02:15:32.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:32 smithi067 bash[82083]: cephadm 2023-12-09T02:15:31.623700+0000 mgr.y (mgr.25480) 1316 : cephadm 1 Deploying daemon osd.6 on smithi125 2023-12-09T02:15:32.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:32 smithi125 bash[66801]: cephadm 2023-12-09T02:15:31.604700+0000 mgr.y (mgr.25480) 1315 : cephadm 1 Upgrade: Updating osd.6 2023-12-09T02:15:32.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:32 smithi125 bash[66801]: cephadm 2023-12-09T02:15:31.623700+0000 mgr.y (mgr.25480) 1316 : cephadm 1 Deploying daemon osd.6 on smithi125 2023-12-09T02:15:33.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:33 smithi067 bash[79370]: cluster 2023-12-09T02:15:32.137376+0000 mgr.y (mgr.25480) 1317 : cluster 0 pgmap v225: 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-09T02:15:33.970 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:15:33 smithi067 bash[75618]: ::ffff:172.21.15.125 - - [09/Dec/2023:02:15:33] "GET /metrics HTTP/1.1" 200 38500 "" "Prometheus/2.33.4" 2023-12-09T02:15:33.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:33 smithi067 bash[82083]: cluster 2023-12-09T02:15:32.137376+0000 mgr.y (mgr.25480) 1317 : cluster 0 pgmap v225: 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-09T02:15:33.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:33 smithi125 bash[66801]: cluster 2023-12-09T02:15:32.137376+0000 mgr.y (mgr.25480) 1317 : cluster 0 pgmap v225: 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-09T02:15:35.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:35 smithi067 bash[79370]: cluster 2023-12-09T02:15:34.138435+0000 mgr.y (mgr.25480) 1318 : cluster 0 pgmap v226: 161 pgs: 161 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:15:35.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:35 smithi067 bash[82083]: cluster 2023-12-09T02:15:34.138435+0000 mgr.y (mgr.25480) 1318 : cluster 0 pgmap v226: 161 pgs: 161 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:15:35.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:35 smithi125 bash[66801]: cluster 2023-12-09T02:15:34.138435+0000 mgr.y (mgr.25480) 1318 : cluster 0 pgmap v226: 161 pgs: 161 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:15:36.276 INFO:journalctl@ceph.osd.6.smithi125.stdout:Dec 09 02:15:36 smithi125 systemd[1]: Stopping Ceph osd.6 for 6db93fb0-9635-11ee-95a3-87774f69a715... 2023-12-09T02:15:36.684 INFO:journalctl@ceph.osd.6.smithi125.stdout:Dec 09 02:15:36 smithi125 bash[37993]: debug 2023-12-09T02:15:36.266+0000 7f77515b4700 -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-09T02:15:36.684 INFO:journalctl@ceph.osd.6.smithi125.stdout:Dec 09 02:15:36 smithi125 bash[37993]: debug 2023-12-09T02:15:36.266+0000 7f77515b4700 -1 osd.6 145 *** Got signal Terminated *** 2023-12-09T02:15:36.684 INFO:journalctl@ceph.osd.6.smithi125.stdout:Dec 09 02:15:36 smithi125 bash[37993]: debug 2023-12-09T02:15:36.266+0000 7f77515b4700 -1 osd.6 145 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-09T02:15:36.721 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:36 smithi125 bash[66801]: cluster 2023-12-09T02:15:36.275636+0000 mon.a (mon.0) 5465 : cluster 1 osd.6 marked itself down and dead 2023-12-09T02:15:36.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:36 smithi067 bash[79370]: cluster 2023-12-09T02:15:36.275636+0000 mon.a (mon.0) 5465 : cluster 1 osd.6 marked itself down and dead 2023-12-09T02:15:36.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:36 smithi067 bash[82083]: cluster 2023-12-09T02:15:36.275636+0000 mon.a (mon.0) 5465 : cluster 1 osd.6 marked itself down and dead 2023-12-09T02:15:37.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:37 smithi067 bash[82083]: cluster 2023-12-09T02:15:36.139550+0000 mgr.y (mgr.25480) 1319 : cluster 0 pgmap v227: 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-09T02:15:37.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:37 smithi067 bash[82083]: cluster 2023-12-09T02:15:36.681346+0000 mon.a (mon.0) 5466 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-09T02:15:37.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:37 smithi067 bash[82083]: cluster 2023-12-09T02:15:36.691011+0000 osd.7 (osd.7) 69 : cluster 3 failed to encode map e146 with expected crc 2023-12-09T02:15:37.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:37 smithi067 bash[82083]: cluster 2023-12-09T02:15:36.694980+0000 osd.7 (osd.7) 70 : cluster 3 failed to encode map e146 with expected crc 2023-12-09T02:15:37.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:37 smithi067 bash[82083]: cluster 2023-12-09T02:15:36.696380+0000 mon.a (mon.0) 5467 : cluster 0 osdmap e146: 8 total, 7 up, 8 in 2023-12-09T02:15:37.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:37 smithi067 bash[82083]: audit 2023-12-09T02:15:37.570872+0000 mon.a (mon.0) 5468 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:37.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:37 smithi067 bash[82083]: audit 2023-12-09T02:15:37.582155+0000 mon.a (mon.0) 5469 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:37.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:37 smithi067 bash[82083]: audit 2023-12-09T02:15:37.592331+0000 mon.a (mon.0) 5470 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:37.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:37 smithi067 bash[79370]: cluster 2023-12-09T02:15:36.139550+0000 mgr.y (mgr.25480) 1319 : cluster 0 pgmap v227: 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-09T02:15:37.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:37 smithi067 bash[79370]: cluster 2023-12-09T02:15:36.681346+0000 mon.a (mon.0) 5466 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-09T02:15:37.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:37 smithi067 bash[79370]: cluster 2023-12-09T02:15:36.691011+0000 osd.7 (osd.7) 69 : cluster 3 failed to encode map e146 with expected crc 2023-12-09T02:15:37.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:37 smithi067 bash[79370]: cluster 2023-12-09T02:15:36.694980+0000 osd.7 (osd.7) 70 : cluster 3 failed to encode map e146 with expected crc 2023-12-09T02:15:37.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:37 smithi067 bash[79370]: cluster 2023-12-09T02:15:36.696380+0000 mon.a (mon.0) 5467 : cluster 0 osdmap e146: 8 total, 7 up, 8 in 2023-12-09T02:15:37.973 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:37 smithi067 bash[79370]: audit 2023-12-09T02:15:37.570872+0000 mon.a (mon.0) 5468 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:37.973 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:37 smithi067 bash[79370]: audit 2023-12-09T02:15:37.582155+0000 mon.a (mon.0) 5469 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:37.973 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:37 smithi067 bash[79370]: audit 2023-12-09T02:15:37.592331+0000 mon.a (mon.0) 5470 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:37.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:37 smithi125 bash[66801]: cluster 2023-12-09T02:15:36.139550+0000 mgr.y (mgr.25480) 1319 : cluster 0 pgmap v227: 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-09T02:15:37.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:37 smithi125 bash[66801]: cluster 2023-12-09T02:15:36.681346+0000 mon.a (mon.0) 5466 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-09T02:15:37.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:37 smithi125 bash[66801]: cluster 2023-12-09T02:15:36.691011+0000 osd.7 (osd.7) 69 : cluster 3 failed to encode map e146 with expected crc 2023-12-09T02:15:37.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:37 smithi125 bash[66801]: cluster 2023-12-09T02:15:36.694980+0000 osd.7 (osd.7) 70 : cluster 3 failed to encode map e146 with expected crc 2023-12-09T02:15:37.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:37 smithi125 bash[66801]: cluster 2023-12-09T02:15:36.696380+0000 mon.a (mon.0) 5467 : cluster 0 osdmap e146: 8 total, 7 up, 8 in 2023-12-09T02:15:37.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:37 smithi125 bash[66801]: audit 2023-12-09T02:15:37.570872+0000 mon.a (mon.0) 5468 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:37.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:37 smithi125 bash[66801]: audit 2023-12-09T02:15:37.582155+0000 mon.a (mon.0) 5469 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:37.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:37 smithi125 bash[66801]: audit 2023-12-09T02:15:37.592331+0000 mon.a (mon.0) 5470 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:38.383 INFO:journalctl@ceph.osd.6.smithi125.stdout:Dec 09 02:15:38 smithi125 bash[78791]: ceph-6db93fb0-9635-11ee-95a3-87774f69a715-osd-6 2023-12-09T02:15:38.419 INFO:teuthology.orchestra.run.smithi067.stdout:true 2023-12-09T02:15:38.669 INFO:journalctl@ceph.osd.6.smithi125.stdout:Dec 09 02:15:38 smithi125 bash[79010]: Error response from daemon: No such container: ceph-6db93fb0-9635-11ee-95a3-87774f69a715-osd-6 2023-12-09T02:15:38.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:38 smithi067 bash[82083]: cluster 2023-12-09T02:15:37.584602+0000 mgr.y (mgr.25480) 1320 : cluster 0 pgmap v229: 161 pgs: 36 peering, 4 stale+active+clean, 121 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:15:38.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:38 smithi067 bash[82083]: cluster 2023-12-09T02:15:37.695200+0000 osd.7 (osd.7) 71 : cluster 3 failed to encode map e147 with expected crc 2023-12-09T02:15:38.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:38 smithi067 bash[82083]: cluster 2023-12-09T02:15:37.700242+0000 osd.7 (osd.7) 72 : cluster 3 failed to encode map e147 with expected crc 2023-12-09T02:15:38.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:38 smithi067 bash[82083]: cluster 2023-12-09T02:15:37.702506+0000 mon.a (mon.0) 5471 : cluster 0 osdmap e147: 8 total, 7 up, 8 in 2023-12-09T02:15:38.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:38 smithi067 bash[82083]: cluster 2023-12-09T02:15:37.705272+0000 osd.7 (osd.7) 73 : cluster 3 failed to encode map e147 with expected crc 2023-12-09T02:15:38.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:38 smithi067 bash[82083]: cluster 2023-12-09T02:15:38.577242+0000 mon.a (mon.0) 5472 : cluster 3 Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2023-12-09T02:15:38.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:38 smithi067 bash[82083]: cluster 2023-12-09T02:15:38.577305+0000 mon.a (mon.0) 5473 : cluster 3 Health check failed: Reduced data availability: 4 pgs inactive, 7 pgs peering (PG_AVAILABILITY) 2023-12-09T02:15:38.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:38 smithi067 bash[79370]: cluster 2023-12-09T02:15:37.584602+0000 mgr.y (mgr.25480) 1320 : cluster 0 pgmap v229: 161 pgs: 36 peering, 4 stale+active+clean, 121 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:15:38.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:38 smithi067 bash[79370]: cluster 2023-12-09T02:15:37.695200+0000 osd.7 (osd.7) 71 : cluster 3 failed to encode map e147 with expected crc 2023-12-09T02:15:38.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:38 smithi067 bash[79370]: cluster 2023-12-09T02:15:37.700242+0000 osd.7 (osd.7) 72 : cluster 3 failed to encode map e147 with expected crc 2023-12-09T02:15:38.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:38 smithi067 bash[79370]: cluster 2023-12-09T02:15:37.702506+0000 mon.a (mon.0) 5471 : cluster 0 osdmap e147: 8 total, 7 up, 8 in 2023-12-09T02:15:38.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:38 smithi067 bash[79370]: cluster 2023-12-09T02:15:37.705272+0000 osd.7 (osd.7) 73 : cluster 3 failed to encode map e147 with expected crc 2023-12-09T02:15:38.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:38 smithi067 bash[79370]: cluster 2023-12-09T02:15:38.577242+0000 mon.a (mon.0) 5472 : cluster 3 Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2023-12-09T02:15:38.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:38 smithi067 bash[79370]: cluster 2023-12-09T02:15:38.577305+0000 mon.a (mon.0) 5473 : cluster 3 Health check failed: Reduced data availability: 4 pgs inactive, 7 pgs peering (PG_AVAILABILITY) 2023-12-09T02:15:38.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:38 smithi125 bash[66801]: cluster 2023-12-09T02:15:37.584602+0000 mgr.y (mgr.25480) 1320 : cluster 0 pgmap v229: 161 pgs: 36 peering, 4 stale+active+clean, 121 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:15:38.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:38 smithi125 bash[66801]: cluster 2023-12-09T02:15:37.695200+0000 osd.7 (osd.7) 71 : cluster 3 failed to encode map e147 with expected crc 2023-12-09T02:15:38.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:38 smithi125 bash[66801]: cluster 2023-12-09T02:15:37.700242+0000 osd.7 (osd.7) 72 : cluster 3 failed to encode map e147 with expected crc 2023-12-09T02:15:38.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:38 smithi125 bash[66801]: cluster 2023-12-09T02:15:37.702506+0000 mon.a (mon.0) 5471 : cluster 0 osdmap e147: 8 total, 7 up, 8 in 2023-12-09T02:15:38.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:38 smithi125 bash[66801]: cluster 2023-12-09T02:15:37.705272+0000 osd.7 (osd.7) 73 : cluster 3 failed to encode map e147 with expected crc 2023-12-09T02:15:38.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:38 smithi125 bash[66801]: cluster 2023-12-09T02:15:38.577242+0000 mon.a (mon.0) 5472 : cluster 3 Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2023-12-09T02:15:38.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:38 smithi125 bash[66801]: cluster 2023-12-09T02:15:38.577305+0000 mon.a (mon.0) 5473 : cluster 3 Health check failed: Reduced data availability: 4 pgs inactive, 7 pgs peering (PG_AVAILABILITY) 2023-12-09T02:15:39.225 INFO:teuthology.orchestra.run.smithi067.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-09T02:15:39.225 INFO:teuthology.orchestra.run.smithi067.stdout:agent.smithi067 smithi067 running 0s ago 22m - - 2023-12-09T02:15:39.225 INFO:teuthology.orchestra.run.smithi067.stdout:agent.smithi125 smithi125 running 1s ago 21m - - 2023-12-09T02:15:39.225 INFO:teuthology.orchestra.run.smithi067.stdout:alertmanager.a smithi067 *:9093,9094 running (8m) 0s ago 14m 16.5M - 0.23.0 ba2b418f427c 6ec817f342b5 2023-12-09T02:15:39.225 INFO:teuthology.orchestra.run.smithi067.stdout:grafana.a smithi125 *:3000 running (7m) 1s ago 14m 44.5M - 8.3.5 dad864ee21e9 40cbacae8259 2023-12-09T02:15:39.225 INFO:teuthology.orchestra.run.smithi067.stdout:iscsi.foo.smithi067.oajywc smithi067 running (6m) 0s ago 12m 48.0M - 3.5 e1d6a67b021e 3e5a20a58ce4 2023-12-09T02:15:39.225 INFO:teuthology.orchestra.run.smithi067.stdout:mgr.x smithi125 *:8443,9283,8765 running (6m) 1s ago 21m 435M - 19.0.0-44-g9dcc13bb f28f2b94f153 d59f2ab74456 2023-12-09T02:15:39.226 INFO:teuthology.orchestra.run.smithi067.stdout:mgr.y smithi067 *:8443,9283,8765 running (6m) 0s ago 23m 515M - 19.0.0-44-g9dcc13bb f28f2b94f153 b0e5c689c1a6 2023-12-09T02:15:39.226 INFO:teuthology.orchestra.run.smithi067.stdout:mon.a smithi067 running (5m) 0s ago 23m 72.1M 2048M 19.0.0-44-g9dcc13bb f28f2b94f153 f5f188bf2880 2023-12-09T02:15:39.226 INFO:teuthology.orchestra.run.smithi067.stdout:mon.b smithi125 running (5m) 1s ago 21m 53.0M 2048M 19.0.0-44-g9dcc13bb f28f2b94f153 baa25853095e 2023-12-09T02:15:39.226 INFO:teuthology.orchestra.run.smithi067.stdout:mon.c smithi067 running (5m) 0s ago 21m 55.5M 2048M 19.0.0-44-g9dcc13bb f28f2b94f153 37f7376908df 2023-12-09T02:15:39.226 INFO:teuthology.orchestra.run.smithi067.stdout:node-exporter.a smithi067 *:9100 running (8m) 0s ago 15m 12.8M - 1.3.1 1dbe0e931976 f40a7a952aae 2023-12-09T02:15:39.226 INFO:teuthology.orchestra.run.smithi067.stdout:node-exporter.b smithi125 *:9100 running (7m) 1s ago 15m 13.1M - 1.3.1 1dbe0e931976 47a93b654521 2023-12-09T02:15:39.226 INFO:teuthology.orchestra.run.smithi067.stdout:osd.0 smithi067 running (3m) 0s ago 20m 57.2M 4096M 19.0.0-44-g9dcc13bb f28f2b94f153 d14cf1a2cd9b 2023-12-09T02:15:39.226 INFO:teuthology.orchestra.run.smithi067.stdout:osd.1 smithi067 running (3m) 0s ago 20m 58.8M 4096M 19.0.0-44-g9dcc13bb f28f2b94f153 a62e980d9a0d 2023-12-09T02:15:39.226 INFO:teuthology.orchestra.run.smithi067.stdout:osd.2 smithi067 running (2m) 0s ago 19m 55.0M 4096M 19.0.0-44-g9dcc13bb f28f2b94f153 ab90bc1b9ba0 2023-12-09T02:15:39.226 INFO:teuthology.orchestra.run.smithi067.stdout:osd.3 smithi067 running (114s) 0s ago 18m 53.5M 4096M 19.0.0-44-g9dcc13bb f28f2b94f153 178bf706768a 2023-12-09T02:15:39.226 INFO:teuthology.orchestra.run.smithi067.stdout:osd.4 smithi125 running (74s) 1s ago 18m 51.7M 4096M 19.0.0-44-g9dcc13bb f28f2b94f153 20d42f7de1e9 2023-12-09T02:15:39.226 INFO:teuthology.orchestra.run.smithi067.stdout:osd.5 smithi125 running (33s) 1s ago 17m 50.5M 4096M 19.0.0-44-g9dcc13bb f28f2b94f153 840b93b532ff 2023-12-09T02:15:39.226 INFO:teuthology.orchestra.run.smithi067.stdout:osd.6 smithi125 unknown 1s ago 16m 67.9M 4096M 17.2.0 e1d6a67b021e 30344497f6d2 2023-12-09T02:15:39.226 INFO:teuthology.orchestra.run.smithi067.stdout:osd.7 smithi125 running (16m) 1s ago 16m 71.7M 4096M 17.2.0 e1d6a67b021e 8791b422aafd 2023-12-09T02:15:39.227 INFO:teuthology.orchestra.run.smithi067.stdout:prometheus.a smithi125 *:9095 running (6m) 1s ago 15m 64.5M - 2.33.4 514e6a882f6e c0781044780a 2023-12-09T02:15:39.227 INFO:teuthology.orchestra.run.smithi067.stdout:rgw.foo.smithi067.rqvsfw smithi067 *:8000 running (12m) 0s ago 12m 90.9M - 17.2.0 e1d6a67b021e 72086955a09f 2023-12-09T02:15:39.227 INFO:teuthology.orchestra.run.smithi067.stdout:rgw.foo.smithi125.wanndy smithi125 *:8000 running (12m) 1s ago 12m 90.2M - 17.2.0 e1d6a67b021e 89b35e95d314 2023-12-09T02:15:39.227 INFO:teuthology.orchestra.run.smithi067.stdout:rgw.smpl.smithi067.mukdcu smithi067 *:80 running (12m) 0s ago 12m 89.8M - 17.2.0 e1d6a67b021e b813f19c7bee 2023-12-09T02:15:39.227 INFO:teuthology.orchestra.run.smithi067.stdout:rgw.smpl.smithi125.ngrzpa smithi125 *:80 running (12m) 1s ago 12m 90.7M - 17.2.0 e1d6a67b021e 96b29ebc04e4 2023-12-09T02:15:39.685 INFO:teuthology.orchestra.run.smithi067.stdout:{ 2023-12-09T02:15:39.685 INFO:teuthology.orchestra.run.smithi067.stdout: "mon": { 2023-12-09T02:15:39.685 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 19.0.0-44-g9dcc13bb (9dcc13bb80dcc1cdea72b04d80505b4649a2b882) reef (dev)": 3 2023-12-09T02:15:39.685 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2023-12-09T02:15:39.685 INFO:teuthology.orchestra.run.smithi067.stdout: "mgr": { 2023-12-09T02:15:39.685 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 19.0.0-44-g9dcc13bb (9dcc13bb80dcc1cdea72b04d80505b4649a2b882) reef (dev)": 2 2023-12-09T02:15:39.685 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2023-12-09T02:15:39.685 INFO:teuthology.orchestra.run.smithi067.stdout: "osd": { 2023-12-09T02:15:39.685 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-12-09T02:15:39.685 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 19.0.0-44-g9dcc13bb (9dcc13bb80dcc1cdea72b04d80505b4649a2b882) reef (dev)": 6 2023-12-09T02:15:39.685 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2023-12-09T02:15:39.685 INFO:teuthology.orchestra.run.smithi067.stdout: "rgw": { 2023-12-09T02:15:39.685 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2023-12-09T02:15:39.686 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2023-12-09T02:15:39.686 INFO:teuthology.orchestra.run.smithi067.stdout: "overall": { 2023-12-09T02:15:39.686 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 5, 2023-12-09T02:15:39.686 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 19.0.0-44-g9dcc13bb (9dcc13bb80dcc1cdea72b04d80505b4649a2b882) reef (dev)": 11 2023-12-09T02:15:39.686 INFO:teuthology.orchestra.run.smithi067.stdout: } 2023-12-09T02:15:39.686 INFO:teuthology.orchestra.run.smithi067.stdout:} 2023-12-09T02:15:39.957 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:39 smithi125 bash[66801]: audit 2023-12-09T02:15:38.398394+0000 mgr.y (mgr.25480) 1321 : audit 0 from='client.34527 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:15:39.957 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:39 smithi125 bash[66801]: audit 2023-12-09T02:15:38.775295+0000 mon.a (mon.0) 5474 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:39.957 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:39 smithi125 bash[66801]: audit 2023-12-09T02:15:38.784710+0000 mon.a (mon.0) 5475 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:39.958 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:39 smithi125 bash[66801]: audit 2023-12-09T02:15:38.793841+0000 mon.a (mon.0) 5476 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:39.958 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:39 smithi125 bash[66801]: audit 2023-12-09T02:15:39.680754+0000 mon.b (mon.2) 5 : audit 0 from='client.? 172.21.15.67:0/3739769621' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:39.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:39 smithi067 bash[79370]: audit 2023-12-09T02:15:38.398394+0000 mgr.y (mgr.25480) 1321 : audit 0 from='client.34527 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:15:39.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:39 smithi067 bash[79370]: audit 2023-12-09T02:15:38.775295+0000 mon.a (mon.0) 5474 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:39.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:39 smithi067 bash[79370]: audit 2023-12-09T02:15:38.784710+0000 mon.a (mon.0) 5475 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:39.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:39 smithi067 bash[79370]: audit 2023-12-09T02:15:38.793841+0000 mon.a (mon.0) 5476 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:39.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:39 smithi067 bash[79370]: audit 2023-12-09T02:15:39.680754+0000 mon.b (mon.2) 5 : audit 0 from='client.? 172.21.15.67:0/3739769621' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:39.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:39 smithi067 bash[82083]: audit 2023-12-09T02:15:38.398394+0000 mgr.y (mgr.25480) 1321 : audit 0 from='client.34527 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:15:39.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:39 smithi067 bash[82083]: audit 2023-12-09T02:15:38.775295+0000 mon.a (mon.0) 5474 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:39.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:39 smithi067 bash[82083]: audit 2023-12-09T02:15:38.784710+0000 mon.a (mon.0) 5475 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:39.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:39 smithi067 bash[82083]: audit 2023-12-09T02:15:38.793841+0000 mon.a (mon.0) 5476 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:39.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:39 smithi067 bash[82083]: audit 2023-12-09T02:15:39.680754+0000 mon.b (mon.2) 5 : audit 0 from='client.? 172.21.15.67:0/3739769621' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:40.088 INFO:teuthology.orchestra.run.smithi067.stdout:{ 2023-12-09T02:15:40.088 INFO:teuthology.orchestra.run.smithi067.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:9dcc13bb80dcc1cdea72b04d80505b4649a2b882", 2023-12-09T02:15:40.088 INFO:teuthology.orchestra.run.smithi067.stdout: "in_progress": true, 2023-12-09T02:15:40.088 INFO:teuthology.orchestra.run.smithi067.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-09T02:15:40.088 INFO:teuthology.orchestra.run.smithi067.stdout: "services_complete": [ 2023-12-09T02:15:40.089 INFO:teuthology.orchestra.run.smithi067.stdout: "mgr", 2023-12-09T02:15:40.089 INFO:teuthology.orchestra.run.smithi067.stdout: "mon" 2023-12-09T02:15:40.089 INFO:teuthology.orchestra.run.smithi067.stdout: ], 2023-12-09T02:15:40.089 INFO:teuthology.orchestra.run.smithi067.stdout: "progress": "11/23 daemons upgraded", 2023-12-09T02:15:40.089 INFO:teuthology.orchestra.run.smithi067.stdout: "message": "Currently upgrading osd daemons", 2023-12-09T02:15:40.089 INFO:teuthology.orchestra.run.smithi067.stdout: "is_paused": false 2023-12-09T02:15:40.089 INFO:teuthology.orchestra.run.smithi067.stdout:} 2023-12-09T02:15:40.545 INFO:teuthology.orchestra.run.smithi067.stdout:HEALTH_WARN 1 failed cephadm daemon(s); 1 osds down; Reduced data availability: 4 pgs inactive, 7 pgs peering; Degraded data redundancy: 17/726 objects degraded (2.342%), 4 pgs degraded 2023-12-09T02:15:40.546 INFO:teuthology.orchestra.run.smithi067.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2023-12-09T02:15:40.546 INFO:teuthology.orchestra.run.smithi067.stdout: daemon osd.6 on smithi125 is in unknown state 2023-12-09T02:15:40.546 INFO:teuthology.orchestra.run.smithi067.stdout:[WRN] OSD_DOWN: 1 osds down 2023-12-09T02:15:40.546 INFO:teuthology.orchestra.run.smithi067.stdout: osd.6 (root=default,host=smithi125) is down 2023-12-09T02:15:40.546 INFO:teuthology.orchestra.run.smithi067.stdout:[WRN] PG_AVAILABILITY: Reduced data availability: 4 pgs inactive, 7 pgs peering 2023-12-09T02:15:40.546 INFO:teuthology.orchestra.run.smithi067.stdout: pg 2.11 is stuck peering for 66s, current state peering, last acting [4,1] 2023-12-09T02:15:40.546 INFO:teuthology.orchestra.run.smithi067.stdout: pg 2.17 is stuck peering for 13m, current state peering, last acting [5,2] 2023-12-09T02:15:40.546 INFO:teuthology.orchestra.run.smithi067.stdout: pg 2.1a is stuck peering for 13m, current state peering, last acting [4,7] 2023-12-09T02:15:40.546 INFO:teuthology.orchestra.run.smithi067.stdout: pg 3.a is stuck peering for 2m, current state peering, last acting [4,1] 2023-12-09T02:15:40.546 INFO:teuthology.orchestra.run.smithi067.stdout: pg 4.5 is stuck peering for 66s, current state peering, last acting [4,7] 2023-12-09T02:15:40.546 INFO:teuthology.orchestra.run.smithi067.stdout: pg 5.11 is stuck peering for 66s, current state peering, last acting [4,7] 2023-12-09T02:15:40.546 INFO:teuthology.orchestra.run.smithi067.stdout: pg 5.1f is stuck peering for 66s, current state peering, last acting [4,7] 2023-12-09T02:15:40.546 INFO:teuthology.orchestra.run.smithi067.stdout:[WRN] PG_DEGRADED: Degraded data redundancy: 17/726 objects degraded (2.342%), 4 pgs degraded 2023-12-09T02:15:40.547 INFO:teuthology.orchestra.run.smithi067.stdout: pg 1.0 is active+undersized+degraded, acting [7,0] 2023-12-09T02:15:40.547 INFO:teuthology.orchestra.run.smithi067.stdout: pg 2.7 is active+undersized+degraded, acting [7,2] 2023-12-09T02:15:40.547 INFO:teuthology.orchestra.run.smithi067.stdout: pg 3.d is active+undersized+degraded, acting [7,5] 2023-12-09T02:15:40.547 INFO:teuthology.orchestra.run.smithi067.stdout: pg 3.11 is active+undersized+degraded, acting [7,4] 2023-12-09T02:15:40.837 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:40 smithi067 bash[82083]: cluster 2023-12-09T02:15:38.786622+0000 mgr.y (mgr.25480) 1322 : cluster 0 pgmap v231: 161 pgs: 3 active+undersized, 4 active+undersized+degraded, 36 peering, 3 stale+active+clean, 115 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 17/726 objects degraded (2.342%) 2023-12-09T02:15:40.838 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:40 smithi067 bash[82083]: cluster 2023-12-09T02:15:38.787211+0000 mgr.y (mgr.25480) 1323 : cluster 0 pgmap v232: 161 pgs: 3 active+undersized, 4 active+undersized+degraded, 36 peering, 3 stale+active+clean, 115 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 17/726 objects degraded (2.342%) 2023-12-09T02:15:40.838 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:40 smithi067 bash[82083]: audit 2023-12-09T02:15:38.822174+0000 mgr.y (mgr.25480) 1324 : audit 0 from='client.34533 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:15:40.838 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:40 smithi067 bash[82083]: audit 2023-12-09T02:15:38.852113+0000 mgr.y (mgr.25480) 1325 : audit 0 from='client.25420 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:15:40.838 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:40 smithi067 bash[82083]: audit 2023-12-09T02:15:39.206112+0000 mgr.y (mgr.25480) 1326 : audit 0 from='client.34539 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:15:40.838 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:40 smithi067 bash[82083]: cluster 2023-12-09T02:15:39.781625+0000 mon.a (mon.0) 5477 : cluster 3 Health check failed: Degraded data redundancy: 17/726 objects degraded (2.342%), 4 pgs degraded (PG_DEGRADED) 2023-12-09T02:15:40.838 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:40 smithi067 bash[82083]: audit 2023-12-09T02:15:40.544595+0000 mon.c (mon.1) 16 : audit 0 from='client.? 172.21.15.67:0/3424310326' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-09T02:15:40.838 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:40 smithi067 bash[79370]: cluster 2023-12-09T02:15:38.786622+0000 mgr.y (mgr.25480) 1322 : cluster 0 pgmap v231: 161 pgs: 3 active+undersized, 4 active+undersized+degraded, 36 peering, 3 stale+active+clean, 115 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 17/726 objects degraded (2.342%) 2023-12-09T02:15:40.838 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:40 smithi067 bash[79370]: cluster 2023-12-09T02:15:38.787211+0000 mgr.y (mgr.25480) 1323 : cluster 0 pgmap v232: 161 pgs: 3 active+undersized, 4 active+undersized+degraded, 36 peering, 3 stale+active+clean, 115 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 17/726 objects degraded (2.342%) 2023-12-09T02:15:40.838 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:40 smithi067 bash[79370]: audit 2023-12-09T02:15:38.822174+0000 mgr.y (mgr.25480) 1324 : audit 0 from='client.34533 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:15:40.839 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:40 smithi067 bash[79370]: audit 2023-12-09T02:15:38.852113+0000 mgr.y (mgr.25480) 1325 : audit 0 from='client.25420 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:15:40.839 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:40 smithi067 bash[79370]: audit 2023-12-09T02:15:39.206112+0000 mgr.y (mgr.25480) 1326 : audit 0 from='client.34539 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:15:40.839 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:40 smithi067 bash[79370]: cluster 2023-12-09T02:15:39.781625+0000 mon.a (mon.0) 5477 : cluster 3 Health check failed: Degraded data redundancy: 17/726 objects degraded (2.342%), 4 pgs degraded (PG_DEGRADED) 2023-12-09T02:15:40.839 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:40 smithi067 bash[79370]: audit 2023-12-09T02:15:40.544595+0000 mon.c (mon.1) 16 : audit 0 from='client.? 172.21.15.67:0/3424310326' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-09T02:15:40.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:40 smithi125 bash[66801]: cluster 2023-12-09T02:15:38.786622+0000 mgr.y (mgr.25480) 1322 : cluster 0 pgmap v231: 161 pgs: 3 active+undersized, 4 active+undersized+degraded, 36 peering, 3 stale+active+clean, 115 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 17/726 objects degraded (2.342%) 2023-12-09T02:15:40.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:40 smithi125 bash[66801]: cluster 2023-12-09T02:15:38.787211+0000 mgr.y (mgr.25480) 1323 : cluster 0 pgmap v232: 161 pgs: 3 active+undersized, 4 active+undersized+degraded, 36 peering, 3 stale+active+clean, 115 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 17/726 objects degraded (2.342%) 2023-12-09T02:15:40.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:40 smithi125 bash[66801]: audit 2023-12-09T02:15:38.822174+0000 mgr.y (mgr.25480) 1324 : audit 0 from='client.34533 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:15:40.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:40 smithi125 bash[66801]: audit 2023-12-09T02:15:38.852113+0000 mgr.y (mgr.25480) 1325 : audit 0 from='client.25420 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:15:40.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:40 smithi125 bash[66801]: audit 2023-12-09T02:15:39.206112+0000 mgr.y (mgr.25480) 1326 : audit 0 from='client.34539 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:15:40.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:40 smithi125 bash[66801]: cluster 2023-12-09T02:15:39.781625+0000 mon.a (mon.0) 5477 : cluster 3 Health check failed: Degraded data redundancy: 17/726 objects degraded (2.342%), 4 pgs degraded (PG_DEGRADED) 2023-12-09T02:15:40.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:40 smithi125 bash[66801]: audit 2023-12-09T02:15:40.544595+0000 mon.c (mon.1) 16 : audit 0 from='client.? 172.21.15.67:0/3424310326' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-09T02:15:41.345 INFO:journalctl@ceph.osd.6.smithi125.stdout:Dec 09 02:15:41 smithi125 systemd[1]: ceph-6db93fb0-9635-11ee-95a3-87774f69a715@osd.6.service: Succeeded. 2023-12-09T02:15:41.345 INFO:journalctl@ceph.osd.6.smithi125.stdout:Dec 09 02:15:41 smithi125 systemd[1]: Stopped Ceph osd.6 for 6db93fb0-9635-11ee-95a3-87774f69a715. 2023-12-09T02:15:41.345 INFO:journalctl@ceph.osd.6.smithi125.stdout:Dec 09 02:15:41 smithi125 systemd[1]: Started Ceph osd.6 for 6db93fb0-9635-11ee-95a3-87774f69a715. 2023-12-09T02:15:41.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:41 smithi067 bash[82083]: audit 2023-12-09T02:15:40.085918+0000 mgr.y (mgr.25480) 1327 : audit 0 from='client.44476 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:15:41.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:41 smithi067 bash[82083]: audit 2023-12-09T02:15:41.335852+0000 mon.a (mon.0) 5478 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:41.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:41 smithi067 bash[82083]: audit 2023-12-09T02:15:41.344687+0000 mon.a (mon.0) 5479 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:41.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:41 smithi067 bash[82083]: audit 2023-12-09T02:15:41.366799+0000 mon.a (mon.0) 5480 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:41.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:41 smithi067 bash[82083]: audit 2023-12-09T02:15:41.368622+0000 mon.a (mon.0) 5481 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:41.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:41 smithi067 bash[82083]: audit 2023-12-09T02:15:41.379473+0000 mon.a (mon.0) 5482 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:41.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:41 smithi067 bash[82083]: audit 2023-12-09T02:15:41.463020+0000 mon.a (mon.0) 5483 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:41.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:41 smithi067 bash[82083]: audit 2023-12-09T02:15:41.466181+0000 mon.a (mon.0) 5484 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:41.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:41 smithi067 bash[82083]: audit 2023-12-09T02:15:41.470664+0000 mon.a (mon.0) 5485 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:41.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:41 smithi067 bash[82083]: audit 2023-12-09T02:15:41.471943+0000 mon.a (mon.0) 5486 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:41.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:41 smithi067 bash[82083]: audit 2023-12-09T02:15:41.481725+0000 mon.a (mon.0) 5487 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:41.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:41 smithi067 bash[82083]: audit 2023-12-09T02:15:41.561933+0000 mon.a (mon.0) 5488 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:41.972 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:41 smithi067 bash[82083]: audit 2023-12-09T02:15:41.564490+0000 mon.a (mon.0) 5489 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:41.972 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:41 smithi067 bash[82083]: audit 2023-12-09T02:15:41.567627+0000 mon.a (mon.0) 5490 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:41.972 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:41 smithi067 bash[82083]: audit 2023-12-09T02:15:41.568652+0000 mon.a (mon.0) 5491 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:41.972 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:41 smithi067 bash[82083]: audit 2023-12-09T02:15:41.575221+0000 mon.a (mon.0) 5492 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:41.972 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:41 smithi067 bash[82083]: audit 2023-12-09T02:15:41.657932+0000 mon.a (mon.0) 5493 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:41.972 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:41 smithi067 bash[82083]: audit 2023-12-09T02:15:41.660586+0000 mon.a (mon.0) 5494 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:41.972 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:41 smithi067 bash[82083]: audit 2023-12-09T02:15:41.664173+0000 mon.a (mon.0) 5495 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:41.972 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:41 smithi067 bash[82083]: audit 2023-12-09T02:15:41.665332+0000 mon.a (mon.0) 5496 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:41.972 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:41 smithi067 bash[82083]: audit 2023-12-09T02:15:41.673120+0000 mon.a (mon.0) 5497 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:41.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:41 smithi067 bash[79370]: audit 2023-12-09T02:15:40.085918+0000 mgr.y (mgr.25480) 1327 : audit 0 from='client.44476 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:15:41.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:41 smithi067 bash[79370]: audit 2023-12-09T02:15:41.335852+0000 mon.a (mon.0) 5478 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:41.973 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:41 smithi067 bash[79370]: audit 2023-12-09T02:15:41.344687+0000 mon.a (mon.0) 5479 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:41.973 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:41 smithi067 bash[79370]: audit 2023-12-09T02:15:41.366799+0000 mon.a (mon.0) 5480 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:41.973 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:41 smithi067 bash[79370]: audit 2023-12-09T02:15:41.368622+0000 mon.a (mon.0) 5481 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:41.973 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:41 smithi067 bash[79370]: audit 2023-12-09T02:15:41.379473+0000 mon.a (mon.0) 5482 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:41.973 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:41 smithi067 bash[79370]: audit 2023-12-09T02:15:41.463020+0000 mon.a (mon.0) 5483 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:41.973 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:41 smithi067 bash[79370]: audit 2023-12-09T02:15:41.466181+0000 mon.a (mon.0) 5484 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:41.973 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:41 smithi067 bash[79370]: audit 2023-12-09T02:15:41.470664+0000 mon.a (mon.0) 5485 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:41.973 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:41 smithi067 bash[79370]: audit 2023-12-09T02:15:41.471943+0000 mon.a (mon.0) 5486 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:41.973 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:41 smithi067 bash[79370]: audit 2023-12-09T02:15:41.481725+0000 mon.a (mon.0) 5487 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:41.973 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:41 smithi067 bash[79370]: audit 2023-12-09T02:15:41.561933+0000 mon.a (mon.0) 5488 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:41.973 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:41 smithi067 bash[79370]: audit 2023-12-09T02:15:41.564490+0000 mon.a (mon.0) 5489 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:41.973 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:41 smithi067 bash[79370]: audit 2023-12-09T02:15:41.567627+0000 mon.a (mon.0) 5490 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:41.973 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:41 smithi067 bash[79370]: audit 2023-12-09T02:15:41.568652+0000 mon.a (mon.0) 5491 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:41.973 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:41 smithi067 bash[79370]: audit 2023-12-09T02:15:41.575221+0000 mon.a (mon.0) 5492 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:41.973 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:41 smithi067 bash[79370]: audit 2023-12-09T02:15:41.657932+0000 mon.a (mon.0) 5493 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:41.974 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:41 smithi067 bash[79370]: audit 2023-12-09T02:15:41.660586+0000 mon.a (mon.0) 5494 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:41.974 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:41 smithi067 bash[79370]: audit 2023-12-09T02:15:41.664173+0000 mon.a (mon.0) 5495 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:41.974 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:41 smithi067 bash[79370]: audit 2023-12-09T02:15:41.665332+0000 mon.a (mon.0) 5496 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:41.974 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:41 smithi067 bash[79370]: audit 2023-12-09T02:15:41.673120+0000 mon.a (mon.0) 5497 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:41.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:41 smithi125 bash[66801]: audit 2023-12-09T02:15:40.085918+0000 mgr.y (mgr.25480) 1327 : audit 0 from='client.44476 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:15:41.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:41 smithi125 bash[66801]: audit 2023-12-09T02:15:41.335852+0000 mon.a (mon.0) 5478 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:41.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:41 smithi125 bash[66801]: audit 2023-12-09T02:15:41.344687+0000 mon.a (mon.0) 5479 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:41.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:41 smithi125 bash[66801]: audit 2023-12-09T02:15:41.366799+0000 mon.a (mon.0) 5480 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:41.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:41 smithi125 bash[66801]: audit 2023-12-09T02:15:41.368622+0000 mon.a (mon.0) 5481 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:41.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:41 smithi125 bash[66801]: audit 2023-12-09T02:15:41.379473+0000 mon.a (mon.0) 5482 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:41.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:41 smithi125 bash[66801]: audit 2023-12-09T02:15:41.463020+0000 mon.a (mon.0) 5483 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:41.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:41 smithi125 bash[66801]: audit 2023-12-09T02:15:41.466181+0000 mon.a (mon.0) 5484 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:41.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:41 smithi125 bash[66801]: audit 2023-12-09T02:15:41.470664+0000 mon.a (mon.0) 5485 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:41.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:41 smithi125 bash[66801]: audit 2023-12-09T02:15:41.471943+0000 mon.a (mon.0) 5486 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:41.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:41 smithi125 bash[66801]: audit 2023-12-09T02:15:41.481725+0000 mon.a (mon.0) 5487 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:41.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:41 smithi125 bash[66801]: audit 2023-12-09T02:15:41.561933+0000 mon.a (mon.0) 5488 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:41.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:41 smithi125 bash[66801]: audit 2023-12-09T02:15:41.564490+0000 mon.a (mon.0) 5489 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:41.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:41 smithi125 bash[66801]: audit 2023-12-09T02:15:41.567627+0000 mon.a (mon.0) 5490 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:41.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:41 smithi125 bash[66801]: audit 2023-12-09T02:15:41.568652+0000 mon.a (mon.0) 5491 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:41.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:41 smithi125 bash[66801]: audit 2023-12-09T02:15:41.575221+0000 mon.a (mon.0) 5492 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:41.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:41 smithi125 bash[66801]: audit 2023-12-09T02:15:41.657932+0000 mon.a (mon.0) 5493 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:41.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:41 smithi125 bash[66801]: audit 2023-12-09T02:15:41.660586+0000 mon.a (mon.0) 5494 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:41.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:41 smithi125 bash[66801]: audit 2023-12-09T02:15:41.664173+0000 mon.a (mon.0) 5495 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:41.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:41 smithi125 bash[66801]: audit 2023-12-09T02:15:41.665332+0000 mon.a (mon.0) 5496 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:41.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:41 smithi125 bash[66801]: audit 2023-12-09T02:15:41.673120+0000 mon.a (mon.0) 5497 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:42.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:42 smithi067 bash[79370]: cluster 2023-12-09T02:15:40.788423+0000 mgr.y (mgr.25480) 1328 : cluster 0 pgmap v233: 161 pgs: 11 active+undersized, 7 active+undersized+degraded, 36 peering, 107 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 32/726 objects degraded (4.408%) 2023-12-09T02:15:42.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:42 smithi067 bash[79370]: cluster 2023-12-09T02:15:41.372010+0000 mgr.y (mgr.25480) 1329 : cluster 0 pgmap v234: 161 pgs: 11 active+undersized, 7 active+undersized+degraded, 36 peering, 107 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 32/726 objects degraded (4.408%) 2023-12-09T02:15:42.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:42 smithi067 bash[79370]: cephadm 2023-12-09T02:15:41.380458+0000 mgr.y (mgr.25480) 1330 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:42.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:42 smithi067 bash[79370]: cephadm 2023-12-09T02:15:41.482611+0000 mgr.y (mgr.25480) 1331 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:42.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:42 smithi067 bash[79370]: cephadm 2023-12-09T02:15:41.576042+0000 mgr.y (mgr.25480) 1332 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:42.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:42 smithi067 bash[79370]: cephadm 2023-12-09T02:15:41.673771+0000 mgr.y (mgr.25480) 1333 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:42.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:42 smithi067 bash[79370]: cluster 2023-12-09T02:15:41.703399+0000 mon.a (mon.0) 5498 : cluster 1 Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2023-12-09T02:15:42.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:42 smithi067 bash[79370]: audit 2023-12-09T02:15:41.756353+0000 mon.a (mon.0) 5499 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:42.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:42 smithi067 bash[79370]: audit 2023-12-09T02:15:41.758840+0000 mon.a (mon.0) 5500 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:42.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:42 smithi067 bash[79370]: audit 2023-12-09T02:15:41.762116+0000 mon.a (mon.0) 5501 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:42.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:42 smithi067 bash[79370]: audit 2023-12-09T02:15:41.763446+0000 mon.a (mon.0) 5502 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:42.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:42 smithi067 bash[79370]: audit 2023-12-09T02:15:41.771624+0000 mon.a (mon.0) 5503 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:42.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:42 smithi067 bash[79370]: audit 2023-12-09T02:15:41.850506+0000 mon.a (mon.0) 5504 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:42.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:42 smithi067 bash[79370]: audit 2023-12-09T02:15:41.854658+0000 mon.a (mon.0) 5505 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:42.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:42 smithi067 bash[79370]: audit 2023-12-09T02:15:41.858157+0000 mon.a (mon.0) 5506 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:42.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:42 smithi067 bash[79370]: audit 2023-12-09T02:15:41.859465+0000 mon.a (mon.0) 5507 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:42.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:42 smithi067 bash[79370]: audit 2023-12-09T02:15:41.868237+0000 mon.a (mon.0) 5508 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:42.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:42 smithi067 bash[79370]: audit 2023-12-09T02:15:41.949622+0000 mon.a (mon.0) 5509 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:42.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:42 smithi067 bash[79370]: audit 2023-12-09T02:15:41.952695+0000 mon.a (mon.0) 5510 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:42.972 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:42 smithi067 bash[82083]: cluster 2023-12-09T02:15:40.788423+0000 mgr.y (mgr.25480) 1328 : cluster 0 pgmap v233: 161 pgs: 11 active+undersized, 7 active+undersized+degraded, 36 peering, 107 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 32/726 objects degraded (4.408%) 2023-12-09T02:15:42.972 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:42 smithi067 bash[82083]: cluster 2023-12-09T02:15:41.372010+0000 mgr.y (mgr.25480) 1329 : cluster 0 pgmap v234: 161 pgs: 11 active+undersized, 7 active+undersized+degraded, 36 peering, 107 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 32/726 objects degraded (4.408%) 2023-12-09T02:15:42.973 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:42 smithi067 bash[82083]: cephadm 2023-12-09T02:15:41.380458+0000 mgr.y (mgr.25480) 1330 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:42.973 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:42 smithi067 bash[82083]: cephadm 2023-12-09T02:15:41.482611+0000 mgr.y (mgr.25480) 1331 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:42.973 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:42 smithi067 bash[82083]: cephadm 2023-12-09T02:15:41.576042+0000 mgr.y (mgr.25480) 1332 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:42.973 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:42 smithi067 bash[82083]: cephadm 2023-12-09T02:15:41.673771+0000 mgr.y (mgr.25480) 1333 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:42.973 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:42 smithi067 bash[82083]: cluster 2023-12-09T02:15:41.703399+0000 mon.a (mon.0) 5498 : cluster 1 Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2023-12-09T02:15:42.973 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:42 smithi067 bash[82083]: audit 2023-12-09T02:15:41.756353+0000 mon.a (mon.0) 5499 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:42.973 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:42 smithi067 bash[82083]: audit 2023-12-09T02:15:41.758840+0000 mon.a (mon.0) 5500 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:42.973 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:42 smithi067 bash[82083]: audit 2023-12-09T02:15:41.762116+0000 mon.a (mon.0) 5501 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:42.973 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:42 smithi067 bash[82083]: audit 2023-12-09T02:15:41.763446+0000 mon.a (mon.0) 5502 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:42.973 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:42 smithi067 bash[82083]: audit 2023-12-09T02:15:41.771624+0000 mon.a (mon.0) 5503 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:42.973 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:42 smithi067 bash[82083]: audit 2023-12-09T02:15:41.850506+0000 mon.a (mon.0) 5504 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:42.973 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:42 smithi067 bash[82083]: audit 2023-12-09T02:15:41.854658+0000 mon.a (mon.0) 5505 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:42.973 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:42 smithi067 bash[82083]: audit 2023-12-09T02:15:41.858157+0000 mon.a (mon.0) 5506 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:42.973 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:42 smithi067 bash[82083]: audit 2023-12-09T02:15:41.859465+0000 mon.a (mon.0) 5507 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:42.974 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:42 smithi067 bash[82083]: audit 2023-12-09T02:15:41.868237+0000 mon.a (mon.0) 5508 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:42.974 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:42 smithi067 bash[82083]: audit 2023-12-09T02:15:41.949622+0000 mon.a (mon.0) 5509 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:42.974 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:42 smithi067 bash[82083]: audit 2023-12-09T02:15:41.952695+0000 mon.a (mon.0) 5510 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:42.974 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:42 smithi067 bash[79370]: audit 2023-12-09T02:15:41.955586+0000 mon.a (mon.0) 5511 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:42.974 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:42 smithi067 bash[79370]: audit 2023-12-09T02:15:41.956942+0000 mon.a (mon.0) 5512 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:42.974 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:42 smithi067 bash[79370]: audit 2023-12-09T02:15:41.964870+0000 mon.a (mon.0) 5513 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:42.974 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:42 smithi067 bash[79370]: audit 2023-12-09T02:15:42.048984+0000 mon.a (mon.0) 5514 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:42.974 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:42 smithi067 bash[79370]: audit 2023-12-09T02:15:42.052935+0000 mon.a (mon.0) 5515 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:42.974 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:42 smithi067 bash[79370]: audit 2023-12-09T02:15:42.056236+0000 mon.a (mon.0) 5516 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:42.975 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:42 smithi067 bash[79370]: audit 2023-12-09T02:15:42.057323+0000 mon.a (mon.0) 5517 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:42.975 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:42 smithi067 bash[79370]: audit 2023-12-09T02:15:42.064976+0000 mon.a (mon.0) 5518 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:42.975 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:42 smithi067 bash[79370]: audit 2023-12-09T02:15:42.146316+0000 mon.a (mon.0) 5519 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:42.975 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:42 smithi067 bash[79370]: audit 2023-12-09T02:15:42.148478+0000 mon.a (mon.0) 5520 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:42.975 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:42 smithi067 bash[79370]: audit 2023-12-09T02:15:42.151808+0000 mon.a (mon.0) 5521 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:42.975 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:42 smithi067 bash[79370]: audit 2023-12-09T02:15:42.152630+0000 mon.a (mon.0) 5522 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:42.975 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:42 smithi067 bash[79370]: audit 2023-12-09T02:15:42.161382+0000 mon.a (mon.0) 5523 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:42.975 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:42 smithi067 bash[79370]: audit 2023-12-09T02:15:42.239736+0000 mon.a (mon.0) 5524 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:42.975 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:42 smithi067 bash[79370]: audit 2023-12-09T02:15:42.243001+0000 mon.a (mon.0) 5525 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:42.975 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:42 smithi067 bash[79370]: audit 2023-12-09T02:15:42.246870+0000 mon.a (mon.0) 5526 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:42.975 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:42 smithi067 bash[79370]: audit 2023-12-09T02:15:42.248249+0000 mon.a (mon.0) 5527 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:42.975 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:42 smithi067 bash[79370]: audit 2023-12-09T02:15:42.259096+0000 mon.a (mon.0) 5528 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:42.975 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:42 smithi067 bash[79370]: audit 2023-12-09T02:15:42.338667+0000 mon.a (mon.0) 5529 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:42.975 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:42 smithi067 bash[79370]: audit 2023-12-09T02:15:42.342096+0000 mon.a (mon.0) 5530 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:42.976 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:42 smithi067 bash[82083]: audit 2023-12-09T02:15:41.955586+0000 mon.a (mon.0) 5511 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:42.976 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:42 smithi067 bash[82083]: audit 2023-12-09T02:15:41.956942+0000 mon.a (mon.0) 5512 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:42.976 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:42 smithi067 bash[82083]: audit 2023-12-09T02:15:41.964870+0000 mon.a (mon.0) 5513 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:42.976 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:42 smithi067 bash[82083]: audit 2023-12-09T02:15:42.048984+0000 mon.a (mon.0) 5514 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:42.976 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:42 smithi067 bash[82083]: audit 2023-12-09T02:15:42.052935+0000 mon.a (mon.0) 5515 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:42.976 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:42 smithi067 bash[82083]: audit 2023-12-09T02:15:42.056236+0000 mon.a (mon.0) 5516 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:42.976 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:42 smithi067 bash[82083]: audit 2023-12-09T02:15:42.057323+0000 mon.a (mon.0) 5517 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:42.976 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:42 smithi067 bash[82083]: audit 2023-12-09T02:15:42.064976+0000 mon.a (mon.0) 5518 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:42.976 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:42 smithi067 bash[82083]: audit 2023-12-09T02:15:42.146316+0000 mon.a (mon.0) 5519 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:42.976 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:42 smithi067 bash[82083]: audit 2023-12-09T02:15:42.148478+0000 mon.a (mon.0) 5520 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:42.976 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:42 smithi067 bash[82083]: audit 2023-12-09T02:15:42.151808+0000 mon.a (mon.0) 5521 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:42.976 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:42 smithi067 bash[82083]: audit 2023-12-09T02:15:42.152630+0000 mon.a (mon.0) 5522 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:42.977 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:42 smithi067 bash[82083]: audit 2023-12-09T02:15:42.161382+0000 mon.a (mon.0) 5523 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:42.977 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:42 smithi067 bash[82083]: audit 2023-12-09T02:15:42.239736+0000 mon.a (mon.0) 5524 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:42.977 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:42 smithi067 bash[82083]: audit 2023-12-09T02:15:42.243001+0000 mon.a (mon.0) 5525 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:42.977 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:42 smithi067 bash[82083]: audit 2023-12-09T02:15:42.246870+0000 mon.a (mon.0) 5526 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:42.977 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:42 smithi067 bash[82083]: audit 2023-12-09T02:15:42.248249+0000 mon.a (mon.0) 5527 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:42.977 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:42 smithi067 bash[82083]: audit 2023-12-09T02:15:42.259096+0000 mon.a (mon.0) 5528 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:42.977 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:42 smithi067 bash[82083]: audit 2023-12-09T02:15:42.338667+0000 mon.a (mon.0) 5529 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:42.977 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:42 smithi067 bash[82083]: audit 2023-12-09T02:15:42.342096+0000 mon.a (mon.0) 5530 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:42.977 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:42 smithi067 bash[79370]: audit 2023-12-09T02:15:42.345580+0000 mon.a (mon.0) 5531 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:42.978 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:42 smithi067 bash[79370]: audit 2023-12-09T02:15:42.346863+0000 mon.a (mon.0) 5532 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:42.978 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:42 smithi067 bash[79370]: audit 2023-12-09T02:15:42.353702+0000 mon.a (mon.0) 5533 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:42.978 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:42 smithi067 bash[79370]: audit 2023-12-09T02:15:42.437785+0000 mon.a (mon.0) 5534 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:42.978 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:42 smithi067 bash[79370]: audit 2023-12-09T02:15:42.440168+0000 mon.a (mon.0) 5535 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:42.978 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:42 smithi067 bash[79370]: audit 2023-12-09T02:15:42.444486+0000 mon.a (mon.0) 5536 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:42.978 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:42 smithi067 bash[79370]: audit 2023-12-09T02:15:42.445691+0000 mon.a (mon.0) 5537 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:42.978 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:42 smithi067 bash[79370]: audit 2023-12-09T02:15:42.455343+0000 mon.a (mon.0) 5538 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:42.978 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:42 smithi067 bash[79370]: audit 2023-12-09T02:15:42.536446+0000 mon.a (mon.0) 5539 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:42.978 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:42 smithi067 bash[79370]: audit 2023-12-09T02:15:42.539065+0000 mon.a (mon.0) 5540 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:42.978 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:42 smithi067 bash[79370]: audit 2023-12-09T02:15:42.542225+0000 mon.a (mon.0) 5541 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:42.978 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:42 smithi067 bash[79370]: audit 2023-12-09T02:15:42.544522+0000 mon.a (mon.0) 5542 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:42.978 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:42 smithi067 bash[79370]: audit 2023-12-09T02:15:42.551867+0000 mon.a (mon.0) 5543 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:42.978 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:42 smithi067 bash[79370]: audit 2023-12-09T02:15:42.615482+0000 mon.a (mon.0) 5544 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:42.979 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:42 smithi067 bash[79370]: audit 2023-12-09T02:15:42.618934+0000 mon.a (mon.0) 5545 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:42.979 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:42 smithi067 bash[79370]: audit 2023-12-09T02:15:42.622831+0000 mon.a (mon.0) 5546 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:42.979 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:42 smithi067 bash[79370]: audit 2023-12-09T02:15:42.624273+0000 mon.a (mon.0) 5547 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:42.979 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:42 smithi067 bash[79370]: audit 2023-12-09T02:15:42.631873+0000 mon.a (mon.0) 5548 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:42.979 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:42 smithi067 bash[79370]: audit 2023-12-09T02:15:42.644102+0000 mon.a (mon.0) 5549 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:42.979 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:42 smithi067 bash[79370]: audit 2023-12-09T02:15:42.645447+0000 mon.a (mon.0) 5550 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:15:42.979 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:42 smithi067 bash[82083]: audit 2023-12-09T02:15:42.345580+0000 mon.a (mon.0) 5531 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:42.979 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:42 smithi067 bash[82083]: audit 2023-12-09T02:15:42.346863+0000 mon.a (mon.0) 5532 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:42.979 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:42 smithi067 bash[82083]: audit 2023-12-09T02:15:42.353702+0000 mon.a (mon.0) 5533 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:42.979 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:42 smithi067 bash[82083]: audit 2023-12-09T02:15:42.437785+0000 mon.a (mon.0) 5534 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:42.979 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:42 smithi067 bash[82083]: audit 2023-12-09T02:15:42.440168+0000 mon.a (mon.0) 5535 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:42.979 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:42 smithi067 bash[82083]: audit 2023-12-09T02:15:42.444486+0000 mon.a (mon.0) 5536 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:42.979 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:42 smithi067 bash[82083]: audit 2023-12-09T02:15:42.445691+0000 mon.a (mon.0) 5537 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:42.980 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:42 smithi067 bash[82083]: audit 2023-12-09T02:15:42.455343+0000 mon.a (mon.0) 5538 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:42.980 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:42 smithi067 bash[82083]: audit 2023-12-09T02:15:42.536446+0000 mon.a (mon.0) 5539 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:42.980 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:42 smithi067 bash[82083]: audit 2023-12-09T02:15:42.539065+0000 mon.a (mon.0) 5540 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:42.980 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:42 smithi067 bash[82083]: audit 2023-12-09T02:15:42.542225+0000 mon.a (mon.0) 5541 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:42.980 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:42 smithi067 bash[82083]: audit 2023-12-09T02:15:42.544522+0000 mon.a (mon.0) 5542 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:42.980 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:42 smithi067 bash[82083]: audit 2023-12-09T02:15:42.551867+0000 mon.a (mon.0) 5543 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:42.980 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:42 smithi067 bash[82083]: audit 2023-12-09T02:15:42.615482+0000 mon.a (mon.0) 5544 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:42.980 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:42 smithi067 bash[82083]: audit 2023-12-09T02:15:42.618934+0000 mon.a (mon.0) 5545 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:42.980 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:42 smithi067 bash[82083]: audit 2023-12-09T02:15:42.622831+0000 mon.a (mon.0) 5546 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:42.980 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:42 smithi067 bash[82083]: audit 2023-12-09T02:15:42.624273+0000 mon.a (mon.0) 5547 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:42.980 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:42 smithi067 bash[82083]: audit 2023-12-09T02:15:42.631873+0000 mon.a (mon.0) 5548 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:42.980 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:42 smithi067 bash[82083]: audit 2023-12-09T02:15:42.644102+0000 mon.a (mon.0) 5549 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:42.980 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:42 smithi067 bash[82083]: audit 2023-12-09T02:15:42.645447+0000 mon.a (mon.0) 5550 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:15:42.981 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:42 smithi125 bash[66801]: cluster 2023-12-09T02:15:40.788423+0000 mgr.y (mgr.25480) 1328 : cluster 0 pgmap v233: 161 pgs: 11 active+undersized, 7 active+undersized+degraded, 36 peering, 107 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 32/726 objects degraded (4.408%) 2023-12-09T02:15:42.981 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:42 smithi125 bash[66801]: cluster 2023-12-09T02:15:41.372010+0000 mgr.y (mgr.25480) 1329 : cluster 0 pgmap v234: 161 pgs: 11 active+undersized, 7 active+undersized+degraded, 36 peering, 107 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 32/726 objects degraded (4.408%) 2023-12-09T02:15:42.981 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:42 smithi125 bash[66801]: cephadm 2023-12-09T02:15:41.380458+0000 mgr.y (mgr.25480) 1330 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:42.981 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:42 smithi125 bash[66801]: cephadm 2023-12-09T02:15:41.482611+0000 mgr.y (mgr.25480) 1331 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:42.981 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:42 smithi125 bash[66801]: cephadm 2023-12-09T02:15:41.576042+0000 mgr.y (mgr.25480) 1332 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:42.981 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:42 smithi125 bash[66801]: cephadm 2023-12-09T02:15:41.673771+0000 mgr.y (mgr.25480) 1333 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:42.981 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:42 smithi125 bash[66801]: cluster 2023-12-09T02:15:41.703399+0000 mon.a (mon.0) 5498 : cluster 1 Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2023-12-09T02:15:42.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:42 smithi125 bash[66801]: audit 2023-12-09T02:15:41.756353+0000 mon.a (mon.0) 5499 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:42.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:42 smithi125 bash[66801]: audit 2023-12-09T02:15:41.758840+0000 mon.a (mon.0) 5500 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:42.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:42 smithi125 bash[66801]: audit 2023-12-09T02:15:41.762116+0000 mon.a (mon.0) 5501 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:42.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:42 smithi125 bash[66801]: audit 2023-12-09T02:15:41.763446+0000 mon.a (mon.0) 5502 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:42.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:42 smithi125 bash[66801]: audit 2023-12-09T02:15:41.771624+0000 mon.a (mon.0) 5503 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:42.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:42 smithi125 bash[66801]: audit 2023-12-09T02:15:41.850506+0000 mon.a (mon.0) 5504 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:42.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:42 smithi125 bash[66801]: audit 2023-12-09T02:15:41.854658+0000 mon.a (mon.0) 5505 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:42.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:42 smithi125 bash[66801]: audit 2023-12-09T02:15:41.858157+0000 mon.a (mon.0) 5506 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:42.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:42 smithi125 bash[66801]: audit 2023-12-09T02:15:41.859465+0000 mon.a (mon.0) 5507 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:42.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:42 smithi125 bash[66801]: audit 2023-12-09T02:15:41.868237+0000 mon.a (mon.0) 5508 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:42.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:42 smithi125 bash[66801]: audit 2023-12-09T02:15:41.949622+0000 mon.a (mon.0) 5509 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:42.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:42 smithi125 bash[66801]: audit 2023-12-09T02:15:41.952695+0000 mon.a (mon.0) 5510 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:42.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:42 smithi125 bash[66801]: audit 2023-12-09T02:15:41.955586+0000 mon.a (mon.0) 5511 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:42.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:42 smithi125 bash[66801]: audit 2023-12-09T02:15:41.956942+0000 mon.a (mon.0) 5512 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:42.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:42 smithi125 bash[66801]: audit 2023-12-09T02:15:41.964870+0000 mon.a (mon.0) 5513 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:42.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:42 smithi125 bash[66801]: audit 2023-12-09T02:15:42.048984+0000 mon.a (mon.0) 5514 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:42.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:42 smithi125 bash[66801]: audit 2023-12-09T02:15:42.052935+0000 mon.a (mon.0) 5515 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:42.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:42 smithi125 bash[66801]: audit 2023-12-09T02:15:42.056236+0000 mon.a (mon.0) 5516 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:42.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:42 smithi125 bash[66801]: audit 2023-12-09T02:15:42.057323+0000 mon.a (mon.0) 5517 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:42.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:42 smithi125 bash[66801]: audit 2023-12-09T02:15:42.064976+0000 mon.a (mon.0) 5518 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:42.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:42 smithi125 bash[66801]: audit 2023-12-09T02:15:42.146316+0000 mon.a (mon.0) 5519 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:42.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:42 smithi125 bash[66801]: audit 2023-12-09T02:15:42.148478+0000 mon.a (mon.0) 5520 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:42.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:42 smithi125 bash[66801]: audit 2023-12-09T02:15:42.151808+0000 mon.a (mon.0) 5521 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:42.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:42 smithi125 bash[66801]: audit 2023-12-09T02:15:42.152630+0000 mon.a (mon.0) 5522 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:42.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:42 smithi125 bash[66801]: audit 2023-12-09T02:15:42.161382+0000 mon.a (mon.0) 5523 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:42.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:42 smithi125 bash[66801]: audit 2023-12-09T02:15:42.239736+0000 mon.a (mon.0) 5524 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:42.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:42 smithi125 bash[66801]: audit 2023-12-09T02:15:42.243001+0000 mon.a (mon.0) 5525 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:42.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:42 smithi125 bash[66801]: audit 2023-12-09T02:15:42.246870+0000 mon.a (mon.0) 5526 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:42.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:42 smithi125 bash[66801]: audit 2023-12-09T02:15:42.248249+0000 mon.a (mon.0) 5527 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:42.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:42 smithi125 bash[66801]: audit 2023-12-09T02:15:42.259096+0000 mon.a (mon.0) 5528 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:42.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:42 smithi125 bash[66801]: audit 2023-12-09T02:15:42.338667+0000 mon.a (mon.0) 5529 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:42.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:42 smithi125 bash[66801]: audit 2023-12-09T02:15:42.342096+0000 mon.a (mon.0) 5530 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:42.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:42 smithi125 bash[66801]: audit 2023-12-09T02:15:42.345580+0000 mon.a (mon.0) 5531 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:42.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:42 smithi125 bash[66801]: audit 2023-12-09T02:15:42.346863+0000 mon.a (mon.0) 5532 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:42.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:42 smithi125 bash[66801]: audit 2023-12-09T02:15:42.353702+0000 mon.a (mon.0) 5533 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:42.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:42 smithi125 bash[66801]: audit 2023-12-09T02:15:42.437785+0000 mon.a (mon.0) 5534 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:42.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:42 smithi125 bash[66801]: audit 2023-12-09T02:15:42.440168+0000 mon.a (mon.0) 5535 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:42.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:42 smithi125 bash[66801]: audit 2023-12-09T02:15:42.444486+0000 mon.a (mon.0) 5536 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:42.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:42 smithi125 bash[66801]: audit 2023-12-09T02:15:42.445691+0000 mon.a (mon.0) 5537 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:42.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:42 smithi125 bash[66801]: audit 2023-12-09T02:15:42.455343+0000 mon.a (mon.0) 5538 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:42.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:42 smithi125 bash[66801]: audit 2023-12-09T02:15:42.536446+0000 mon.a (mon.0) 5539 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:42.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:42 smithi125 bash[66801]: audit 2023-12-09T02:15:42.539065+0000 mon.a (mon.0) 5540 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:42.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:42 smithi125 bash[66801]: audit 2023-12-09T02:15:42.542225+0000 mon.a (mon.0) 5541 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:42.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:42 smithi125 bash[66801]: audit 2023-12-09T02:15:42.544522+0000 mon.a (mon.0) 5542 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:42.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:42 smithi125 bash[66801]: audit 2023-12-09T02:15:42.551867+0000 mon.a (mon.0) 5543 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:42.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:42 smithi125 bash[66801]: audit 2023-12-09T02:15:42.615482+0000 mon.a (mon.0) 5544 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:42.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:42 smithi125 bash[66801]: audit 2023-12-09T02:15:42.618934+0000 mon.a (mon.0) 5545 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:42.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:42 smithi125 bash[66801]: audit 2023-12-09T02:15:42.622831+0000 mon.a (mon.0) 5546 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:42.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:42 smithi125 bash[66801]: audit 2023-12-09T02:15:42.624273+0000 mon.a (mon.0) 5547 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:42.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:42 smithi125 bash[66801]: audit 2023-12-09T02:15:42.631873+0000 mon.a (mon.0) 5548 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:42.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:42 smithi125 bash[66801]: audit 2023-12-09T02:15:42.644102+0000 mon.a (mon.0) 5549 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:42.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:42 smithi125 bash[66801]: audit 2023-12-09T02:15:42.645447+0000 mon.a (mon.0) 5550 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:15:43.718 INFO:journalctl@ceph.osd.6.smithi125.stdout:Dec 09 02:15:43 smithi125 bash[79175]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-6 2023-12-09T02:15:43.719 INFO:journalctl@ceph.osd.6.smithi125.stdout:Dec 09 02:15:43 smithi125 bash[79175]: 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-09T02:15:43.719 INFO:journalctl@ceph.osd.6.smithi125.stdout:Dec 09 02:15:43 smithi125 bash[79175]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_2 2023-12-09T02:15:43.719 INFO:journalctl@ceph.osd.6.smithi125.stdout:Dec 09 02:15:43 smithi125 bash[79175]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-1 2023-12-09T02:15:43.719 INFO:journalctl@ceph.osd.6.smithi125.stdout:Dec 09 02:15:43 smithi125 bash[79175]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_2 /var/lib/ceph/osd/ceph-6/block 2023-12-09T02:15:43.719 INFO:journalctl@ceph.osd.6.smithi125.stdout:Dec 09 02:15:43 smithi125 bash[79175]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-6 2023-12-09T02:15:43.719 INFO:journalctl@ceph.osd.6.smithi125.stdout:Dec 09 02:15:43 smithi125 bash[79175]: --> ceph-volume raw activate successful for osd ID: 6 2023-12-09T02:15:43.964 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:43 smithi125 bash[66801]: cephadm 2023-12-09T02:15:41.772224+0000 mgr.y (mgr.25480) 1334 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:43.964 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:43 smithi125 bash[66801]: cephadm 2023-12-09T02:15:41.868971+0000 mgr.y (mgr.25480) 1335 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:43.964 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:43 smithi125 bash[66801]: cephadm 2023-12-09T02:15:41.965639+0000 mgr.y (mgr.25480) 1336 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:43.965 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:43 smithi125 bash[66801]: cephadm 2023-12-09T02:15:42.065605+0000 mgr.y (mgr.25480) 1337 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:43.965 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:43 smithi125 bash[66801]: cephadm 2023-12-09T02:15:42.162026+0000 mgr.y (mgr.25480) 1338 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:43.965 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:43 smithi125 bash[66801]: cephadm 2023-12-09T02:15:42.259706+0000 mgr.y (mgr.25480) 1339 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:43.965 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:43 smithi125 bash[66801]: cephadm 2023-12-09T02:15:42.354490+0000 mgr.y (mgr.25480) 1340 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:43.965 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:43 smithi125 bash[66801]: cephadm 2023-12-09T02:15:42.456191+0000 mgr.y (mgr.25480) 1341 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:43.965 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:43 smithi125 bash[66801]: cephadm 2023-12-09T02:15:42.552482+0000 mgr.y (mgr.25480) 1342 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:43.965 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:43 smithi125 bash[66801]: cephadm 2023-12-09T02:15:42.632440+0000 mgr.y (mgr.25480) 1343 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:43.965 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:43 smithi125 bash[66801]: audit 2023-12-09T02:15:42.788416+0000 mon.a (mon.0) 5551 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:43.965 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:43 smithi125 bash[66801]: audit 2023-12-09T02:15:42.791133+0000 mon.a (mon.0) 5552 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:43.965 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:43 smithi125 bash[66801]: audit 2023-12-09T02:15:42.793956+0000 mon.a (mon.0) 5553 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:43.965 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:43 smithi125 bash[66801]: audit 2023-12-09T02:15:42.795188+0000 mon.a (mon.0) 5554 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:43.965 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:43 smithi125 bash[66801]: audit 2023-12-09T02:15:42.801136+0000 mon.a (mon.0) 5555 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:43.965 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:43 smithi125 bash[66801]: audit 2023-12-09T02:15:42.879689+0000 mon.a (mon.0) 5556 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:43.965 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:43 smithi125 bash[66801]: audit 2023-12-09T02:15:42.882432+0000 mon.a (mon.0) 5557 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:43.965 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:43 smithi125 bash[66801]: audit 2023-12-09T02:15:42.885390+0000 mon.a (mon.0) 5558 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:43.966 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:43 smithi125 bash[66801]: audit 2023-12-09T02:15:42.886579+0000 mon.a (mon.0) 5559 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:43.966 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:43 smithi125 bash[66801]: audit 2023-12-09T02:15:42.894211+0000 mon.a (mon.0) 5560 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:43.966 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:43 smithi125 bash[66801]: audit 2023-12-09T02:15:42.972661+0000 mon.a (mon.0) 5561 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:43.966 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:43 smithi125 bash[66801]: audit 2023-12-09T02:15:42.977240+0000 mon.a (mon.0) 5562 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:43.966 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:43 smithi125 bash[66801]: audit 2023-12-09T02:15:42.980555+0000 mon.a (mon.0) 5563 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:43.966 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:43 smithi125 bash[66801]: audit 2023-12-09T02:15:42.981803+0000 mon.a (mon.0) 5564 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:43.966 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:43 smithi125 bash[66801]: audit 2023-12-09T02:15:42.988595+0000 mon.a (mon.0) 5565 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:43.967 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:43 smithi125 bash[66801]: audit 2023-12-09T02:15:43.067978+0000 mon.a (mon.0) 5566 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:43.967 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:43 smithi125 bash[66801]: audit 2023-12-09T02:15:43.070832+0000 mon.a (mon.0) 5567 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:43.967 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:43 smithi125 bash[66801]: audit 2023-12-09T02:15:43.073997+0000 mon.a (mon.0) 5568 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:43.967 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:43 smithi125 bash[66801]: audit 2023-12-09T02:15:43.075233+0000 mon.a (mon.0) 5569 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:43.967 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:43 smithi125 bash[66801]: audit 2023-12-09T02:15:43.082769+0000 mon.a (mon.0) 5570 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:43.967 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:43 smithi125 bash[66801]: audit 2023-12-09T02:15:43.160884+0000 mon.a (mon.0) 5571 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:43.967 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:43 smithi125 bash[66801]: audit 2023-12-09T02:15:43.163920+0000 mon.a (mon.0) 5572 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:43.967 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:43 smithi125 bash[66801]: audit 2023-12-09T02:15:43.167281+0000 mon.a (mon.0) 5573 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:43.967 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:43 smithi125 bash[66801]: audit 2023-12-09T02:15:43.168314+0000 mon.a (mon.0) 5574 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:43.967 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:43 smithi125 bash[66801]: audit 2023-12-09T02:15:43.175771+0000 mon.a (mon.0) 5575 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:43.967 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:43 smithi125 bash[66801]: audit 2023-12-09T02:15:43.255593+0000 mon.a (mon.0) 5576 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:43.967 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:43 smithi125 bash[66801]: audit 2023-12-09T02:15:43.257718+0000 mon.a (mon.0) 5577 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:43.967 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:43 smithi125 bash[66801]: audit 2023-12-09T02:15:43.260110+0000 mon.a (mon.0) 5578 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:43.967 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:43 smithi125 bash[66801]: audit 2023-12-09T02:15:43.260820+0000 mon.a (mon.0) 5579 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:43.967 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:43 smithi125 bash[66801]: audit 2023-12-09T02:15:43.267836+0000 mon.a (mon.0) 5580 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:43.968 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:43 smithi125 bash[66801]: audit 2023-12-09T02:15:43.349525+0000 mon.a (mon.0) 5581 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:43.968 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:43 smithi125 bash[66801]: audit 2023-12-09T02:15:43.351843+0000 mon.a (mon.0) 5582 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:43.968 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:43 smithi125 bash[66801]: audit 2023-12-09T02:15:43.354754+0000 mon.a (mon.0) 5583 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:43.968 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:43 smithi125 bash[66801]: audit 2023-12-09T02:15:43.355889+0000 mon.a (mon.0) 5584 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:43.968 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:43 smithi125 bash[66801]: audit 2023-12-09T02:15:43.363828+0000 mon.a (mon.0) 5585 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:43.968 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:43 smithi125 bash[66801]: audit 2023-12-09T02:15:43.444693+0000 mon.a (mon.0) 5586 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:43.968 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:43 smithi125 bash[66801]: audit 2023-12-09T02:15:43.446711+0000 mon.a (mon.0) 5587 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:43.968 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:43 smithi125 bash[66801]: audit 2023-12-09T02:15:43.449375+0000 mon.a (mon.0) 5588 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:43.968 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:43 smithi125 bash[66801]: audit 2023-12-09T02:15:43.450525+0000 mon.a (mon.0) 5589 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:43.968 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:43 smithi125 bash[66801]: audit 2023-12-09T02:15:43.457265+0000 mon.a (mon.0) 5590 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:43.968 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:43 smithi125 bash[66801]: audit 2023-12-09T02:15:43.541714+0000 mon.a (mon.0) 5591 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:43.968 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:43 smithi125 bash[66801]: audit 2023-12-09T02:15:43.544170+0000 mon.a (mon.0) 5592 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:43.968 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:43 smithi125 bash[66801]: audit 2023-12-09T02:15:43.547795+0000 mon.a (mon.0) 5593 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:43.968 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:43 smithi125 bash[66801]: audit 2023-12-09T02:15:43.549058+0000 mon.a (mon.0) 5594 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:43.968 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:43 smithi125 bash[66801]: audit 2023-12-09T02:15:43.556075+0000 mon.a (mon.0) 5595 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:43.969 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:43 smithi125 bash[66801]: audit 2023-12-09T02:15:43.631687+0000 mon.a (mon.0) 5596 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:43.969 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:43 smithi125 bash[66801]: audit 2023-12-09T02:15:43.634092+0000 mon.a (mon.0) 5597 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:43.969 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:43 smithi125 bash[66801]: audit 2023-12-09T02:15:43.637289+0000 mon.a (mon.0) 5598 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:43.969 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:43 smithi125 bash[66801]: audit 2023-12-09T02:15:43.638367+0000 mon.a (mon.0) 5599 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:43.969 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:43 smithi125 bash[66801]: audit 2023-12-09T02:15:43.646484+0000 mon.a (mon.0) 5600 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:43.969 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:15:43 smithi067 bash[75618]: ::ffff:172.21.15.125 - - [09/Dec/2023:02:15:43] "GET /metrics HTTP/1.1" 200 38572 "" "Prometheus/2.33.4" 2023-12-09T02:15:43.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:43 smithi067 bash[79370]: cephadm 2023-12-09T02:15:41.772224+0000 mgr.y (mgr.25480) 1334 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:43.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:43 smithi067 bash[79370]: cephadm 2023-12-09T02:15:41.868971+0000 mgr.y (mgr.25480) 1335 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:43.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:43 smithi067 bash[79370]: cephadm 2023-12-09T02:15:41.965639+0000 mgr.y (mgr.25480) 1336 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:43.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:43 smithi067 bash[79370]: cephadm 2023-12-09T02:15:42.065605+0000 mgr.y (mgr.25480) 1337 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:43.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:43 smithi067 bash[79370]: cephadm 2023-12-09T02:15:42.162026+0000 mgr.y (mgr.25480) 1338 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:43.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:43 smithi067 bash[79370]: cephadm 2023-12-09T02:15:42.259706+0000 mgr.y (mgr.25480) 1339 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:43.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:43 smithi067 bash[79370]: cephadm 2023-12-09T02:15:42.354490+0000 mgr.y (mgr.25480) 1340 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:43.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:43 smithi067 bash[79370]: cephadm 2023-12-09T02:15:42.456191+0000 mgr.y (mgr.25480) 1341 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:43.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:43 smithi067 bash[79370]: cephadm 2023-12-09T02:15:42.552482+0000 mgr.y (mgr.25480) 1342 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:43.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:43 smithi067 bash[79370]: cephadm 2023-12-09T02:15:42.632440+0000 mgr.y (mgr.25480) 1343 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:43.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:43 smithi067 bash[79370]: audit 2023-12-09T02:15:42.788416+0000 mon.a (mon.0) 5551 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:43.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:43 smithi067 bash[79370]: audit 2023-12-09T02:15:42.791133+0000 mon.a (mon.0) 5552 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:43.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:43 smithi067 bash[79370]: audit 2023-12-09T02:15:42.793956+0000 mon.a (mon.0) 5553 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:43.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:43 smithi067 bash[79370]: audit 2023-12-09T02:15:42.795188+0000 mon.a (mon.0) 5554 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:43.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:43 smithi067 bash[79370]: audit 2023-12-09T02:15:42.801136+0000 mon.a (mon.0) 5555 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:43.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:43 smithi067 bash[79370]: audit 2023-12-09T02:15:42.879689+0000 mon.a (mon.0) 5556 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:43.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:43 smithi067 bash[79370]: audit 2023-12-09T02:15:42.882432+0000 mon.a (mon.0) 5557 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:43.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:43 smithi067 bash[79370]: audit 2023-12-09T02:15:42.885390+0000 mon.a (mon.0) 5558 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:43.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:43 smithi067 bash[79370]: audit 2023-12-09T02:15:42.886579+0000 mon.a (mon.0) 5559 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:43.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:43 smithi067 bash[79370]: audit 2023-12-09T02:15:42.894211+0000 mon.a (mon.0) 5560 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:43.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:43 smithi067 bash[79370]: audit 2023-12-09T02:15:42.972661+0000 mon.a (mon.0) 5561 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:43.972 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:43 smithi067 bash[82083]: cephadm 2023-12-09T02:15:41.772224+0000 mgr.y (mgr.25480) 1334 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:43.972 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:43 smithi067 bash[82083]: cephadm 2023-12-09T02:15:41.868971+0000 mgr.y (mgr.25480) 1335 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:43.972 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:43 smithi067 bash[82083]: cephadm 2023-12-09T02:15:41.965639+0000 mgr.y (mgr.25480) 1336 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:43.972 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:43 smithi067 bash[82083]: cephadm 2023-12-09T02:15:42.065605+0000 mgr.y (mgr.25480) 1337 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:43.973 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:43 smithi067 bash[82083]: cephadm 2023-12-09T02:15:42.162026+0000 mgr.y (mgr.25480) 1338 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:43.973 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:43 smithi067 bash[82083]: cephadm 2023-12-09T02:15:42.259706+0000 mgr.y (mgr.25480) 1339 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:43.973 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:43 smithi067 bash[82083]: cephadm 2023-12-09T02:15:42.354490+0000 mgr.y (mgr.25480) 1340 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:43.973 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:43 smithi067 bash[82083]: cephadm 2023-12-09T02:15:42.456191+0000 mgr.y (mgr.25480) 1341 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:43.973 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:43 smithi067 bash[82083]: cephadm 2023-12-09T02:15:42.552482+0000 mgr.y (mgr.25480) 1342 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:43.973 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:43 smithi067 bash[82083]: cephadm 2023-12-09T02:15:42.632440+0000 mgr.y (mgr.25480) 1343 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:43.973 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:43 smithi067 bash[82083]: audit 2023-12-09T02:15:42.788416+0000 mon.a (mon.0) 5551 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:43.973 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:43 smithi067 bash[82083]: audit 2023-12-09T02:15:42.791133+0000 mon.a (mon.0) 5552 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:43.973 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:43 smithi067 bash[82083]: audit 2023-12-09T02:15:42.793956+0000 mon.a (mon.0) 5553 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:43.973 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:43 smithi067 bash[82083]: audit 2023-12-09T02:15:42.795188+0000 mon.a (mon.0) 5554 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:43.973 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:43 smithi067 bash[82083]: audit 2023-12-09T02:15:42.801136+0000 mon.a (mon.0) 5555 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:43.973 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:43 smithi067 bash[82083]: audit 2023-12-09T02:15:42.879689+0000 mon.a (mon.0) 5556 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:43.973 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:43 smithi067 bash[82083]: audit 2023-12-09T02:15:42.882432+0000 mon.a (mon.0) 5557 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:43.973 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:43 smithi067 bash[82083]: audit 2023-12-09T02:15:42.885390+0000 mon.a (mon.0) 5558 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:43.973 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:43 smithi067 bash[82083]: audit 2023-12-09T02:15:42.886579+0000 mon.a (mon.0) 5559 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:43.973 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:43 smithi067 bash[82083]: audit 2023-12-09T02:15:42.894211+0000 mon.a (mon.0) 5560 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:43.973 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:43 smithi067 bash[82083]: audit 2023-12-09T02:15:42.972661+0000 mon.a (mon.0) 5561 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:43.974 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:43 smithi067 bash[79370]: audit 2023-12-09T02:15:42.977240+0000 mon.a (mon.0) 5562 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:43.974 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:43 smithi067 bash[79370]: audit 2023-12-09T02:15:42.980555+0000 mon.a (mon.0) 5563 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:43.974 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:43 smithi067 bash[79370]: audit 2023-12-09T02:15:42.981803+0000 mon.a (mon.0) 5564 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:43.974 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:43 smithi067 bash[79370]: audit 2023-12-09T02:15:42.988595+0000 mon.a (mon.0) 5565 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:43.974 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:43 smithi067 bash[79370]: audit 2023-12-09T02:15:43.067978+0000 mon.a (mon.0) 5566 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:43.974 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:43 smithi067 bash[79370]: audit 2023-12-09T02:15:43.070832+0000 mon.a (mon.0) 5567 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:43.974 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:43 smithi067 bash[79370]: audit 2023-12-09T02:15:43.073997+0000 mon.a (mon.0) 5568 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:43.974 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:43 smithi067 bash[79370]: audit 2023-12-09T02:15:43.075233+0000 mon.a (mon.0) 5569 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:43.974 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:43 smithi067 bash[79370]: audit 2023-12-09T02:15:43.082769+0000 mon.a (mon.0) 5570 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:43.974 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:43 smithi067 bash[79370]: audit 2023-12-09T02:15:43.160884+0000 mon.a (mon.0) 5571 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:43.975 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:43 smithi067 bash[79370]: audit 2023-12-09T02:15:43.163920+0000 mon.a (mon.0) 5572 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:43.975 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:43 smithi067 bash[79370]: audit 2023-12-09T02:15:43.167281+0000 mon.a (mon.0) 5573 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:43.975 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:43 smithi067 bash[79370]: audit 2023-12-09T02:15:43.168314+0000 mon.a (mon.0) 5574 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:43.975 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:43 smithi067 bash[79370]: audit 2023-12-09T02:15:43.175771+0000 mon.a (mon.0) 5575 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:43.975 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:43 smithi067 bash[79370]: audit 2023-12-09T02:15:43.255593+0000 mon.a (mon.0) 5576 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:43.975 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:43 smithi067 bash[79370]: audit 2023-12-09T02:15:43.257718+0000 mon.a (mon.0) 5577 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:43.975 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:43 smithi067 bash[79370]: audit 2023-12-09T02:15:43.260110+0000 mon.a (mon.0) 5578 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:43.975 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:43 smithi067 bash[79370]: audit 2023-12-09T02:15:43.260820+0000 mon.a (mon.0) 5579 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:43.975 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:43 smithi067 bash[79370]: audit 2023-12-09T02:15:43.267836+0000 mon.a (mon.0) 5580 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:43.975 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:43 smithi067 bash[82083]: audit 2023-12-09T02:15:42.977240+0000 mon.a (mon.0) 5562 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:43.975 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:43 smithi067 bash[82083]: audit 2023-12-09T02:15:42.980555+0000 mon.a (mon.0) 5563 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:43.975 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:43 smithi067 bash[82083]: audit 2023-12-09T02:15:42.981803+0000 mon.a (mon.0) 5564 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:43.976 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:43 smithi067 bash[82083]: audit 2023-12-09T02:15:42.988595+0000 mon.a (mon.0) 5565 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:43.976 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:43 smithi067 bash[82083]: audit 2023-12-09T02:15:43.067978+0000 mon.a (mon.0) 5566 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:43.976 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:43 smithi067 bash[82083]: audit 2023-12-09T02:15:43.070832+0000 mon.a (mon.0) 5567 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:43.976 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:43 smithi067 bash[82083]: audit 2023-12-09T02:15:43.073997+0000 mon.a (mon.0) 5568 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:43.976 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:43 smithi067 bash[82083]: audit 2023-12-09T02:15:43.075233+0000 mon.a (mon.0) 5569 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:43.976 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:43 smithi067 bash[82083]: audit 2023-12-09T02:15:43.082769+0000 mon.a (mon.0) 5570 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:43.976 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:43 smithi067 bash[82083]: audit 2023-12-09T02:15:43.160884+0000 mon.a (mon.0) 5571 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:43.976 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:43 smithi067 bash[82083]: audit 2023-12-09T02:15:43.163920+0000 mon.a (mon.0) 5572 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:43.976 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:43 smithi067 bash[82083]: audit 2023-12-09T02:15:43.167281+0000 mon.a (mon.0) 5573 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:43.976 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:43 smithi067 bash[82083]: audit 2023-12-09T02:15:43.168314+0000 mon.a (mon.0) 5574 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:43.976 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:43 smithi067 bash[82083]: audit 2023-12-09T02:15:43.175771+0000 mon.a (mon.0) 5575 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:43.976 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:43 smithi067 bash[82083]: audit 2023-12-09T02:15:43.255593+0000 mon.a (mon.0) 5576 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:43.976 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:43 smithi067 bash[82083]: audit 2023-12-09T02:15:43.257718+0000 mon.a (mon.0) 5577 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:43.976 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:43 smithi067 bash[82083]: audit 2023-12-09T02:15:43.260110+0000 mon.a (mon.0) 5578 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:43.976 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:43 smithi067 bash[82083]: audit 2023-12-09T02:15:43.260820+0000 mon.a (mon.0) 5579 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:43.977 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:43 smithi067 bash[82083]: audit 2023-12-09T02:15:43.267836+0000 mon.a (mon.0) 5580 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:43.977 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:43 smithi067 bash[79370]: audit 2023-12-09T02:15:43.349525+0000 mon.a (mon.0) 5581 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:43.977 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:43 smithi067 bash[79370]: audit 2023-12-09T02:15:43.351843+0000 mon.a (mon.0) 5582 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:43.977 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:43 smithi067 bash[79370]: audit 2023-12-09T02:15:43.354754+0000 mon.a (mon.0) 5583 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:43.977 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:43 smithi067 bash[79370]: audit 2023-12-09T02:15:43.355889+0000 mon.a (mon.0) 5584 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:43.977 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:43 smithi067 bash[79370]: audit 2023-12-09T02:15:43.363828+0000 mon.a (mon.0) 5585 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:43.977 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:43 smithi067 bash[79370]: audit 2023-12-09T02:15:43.444693+0000 mon.a (mon.0) 5586 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:43.977 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:43 smithi067 bash[79370]: audit 2023-12-09T02:15:43.446711+0000 mon.a (mon.0) 5587 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:43.977 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:43 smithi067 bash[79370]: audit 2023-12-09T02:15:43.449375+0000 mon.a (mon.0) 5588 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:43.977 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:43 smithi067 bash[79370]: audit 2023-12-09T02:15:43.450525+0000 mon.a (mon.0) 5589 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:43.977 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:43 smithi067 bash[79370]: audit 2023-12-09T02:15:43.457265+0000 mon.a (mon.0) 5590 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:43.978 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:43 smithi067 bash[79370]: audit 2023-12-09T02:15:43.541714+0000 mon.a (mon.0) 5591 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:43.978 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:43 smithi067 bash[79370]: audit 2023-12-09T02:15:43.544170+0000 mon.a (mon.0) 5592 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:43.978 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:43 smithi067 bash[79370]: audit 2023-12-09T02:15:43.547795+0000 mon.a (mon.0) 5593 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:43.978 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:43 smithi067 bash[79370]: audit 2023-12-09T02:15:43.549058+0000 mon.a (mon.0) 5594 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:43.978 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:43 smithi067 bash[79370]: audit 2023-12-09T02:15:43.556075+0000 mon.a (mon.0) 5595 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:43.978 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:43 smithi067 bash[79370]: audit 2023-12-09T02:15:43.631687+0000 mon.a (mon.0) 5596 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:43.978 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:43 smithi067 bash[79370]: audit 2023-12-09T02:15:43.634092+0000 mon.a (mon.0) 5597 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:43.978 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:43 smithi067 bash[79370]: audit 2023-12-09T02:15:43.637289+0000 mon.a (mon.0) 5598 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:43.978 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:43 smithi067 bash[79370]: audit 2023-12-09T02:15:43.638367+0000 mon.a (mon.0) 5599 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:43.978 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:43 smithi067 bash[79370]: audit 2023-12-09T02:15:43.646484+0000 mon.a (mon.0) 5600 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:43.978 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:43 smithi067 bash[82083]: audit 2023-12-09T02:15:43.349525+0000 mon.a (mon.0) 5581 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:43.978 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:43 smithi067 bash[82083]: audit 2023-12-09T02:15:43.351843+0000 mon.a (mon.0) 5582 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:43.978 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:43 smithi067 bash[82083]: audit 2023-12-09T02:15:43.354754+0000 mon.a (mon.0) 5583 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:43.979 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:43 smithi067 bash[82083]: audit 2023-12-09T02:15:43.355889+0000 mon.a (mon.0) 5584 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:43.979 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:43 smithi067 bash[82083]: audit 2023-12-09T02:15:43.363828+0000 mon.a (mon.0) 5585 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:43.979 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:43 smithi067 bash[82083]: audit 2023-12-09T02:15:43.444693+0000 mon.a (mon.0) 5586 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:43.979 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:43 smithi067 bash[82083]: audit 2023-12-09T02:15:43.446711+0000 mon.a (mon.0) 5587 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:43.979 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:43 smithi067 bash[82083]: audit 2023-12-09T02:15:43.449375+0000 mon.a (mon.0) 5588 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:43.979 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:43 smithi067 bash[82083]: audit 2023-12-09T02:15:43.450525+0000 mon.a (mon.0) 5589 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:43.979 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:43 smithi067 bash[82083]: audit 2023-12-09T02:15:43.457265+0000 mon.a (mon.0) 5590 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:43.979 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:43 smithi067 bash[82083]: audit 2023-12-09T02:15:43.541714+0000 mon.a (mon.0) 5591 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:43.979 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:43 smithi067 bash[82083]: audit 2023-12-09T02:15:43.544170+0000 mon.a (mon.0) 5592 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:43.979 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:43 smithi067 bash[82083]: audit 2023-12-09T02:15:43.547795+0000 mon.a (mon.0) 5593 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:43.979 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:43 smithi067 bash[82083]: audit 2023-12-09T02:15:43.549058+0000 mon.a (mon.0) 5594 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:43.979 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:43 smithi067 bash[82083]: audit 2023-12-09T02:15:43.556075+0000 mon.a (mon.0) 5595 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:43.979 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:43 smithi067 bash[82083]: audit 2023-12-09T02:15:43.631687+0000 mon.a (mon.0) 5596 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:43.979 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:43 smithi067 bash[82083]: audit 2023-12-09T02:15:43.634092+0000 mon.a (mon.0) 5597 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:43.979 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:43 smithi067 bash[82083]: audit 2023-12-09T02:15:43.637289+0000 mon.a (mon.0) 5598 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:43.979 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:43 smithi067 bash[82083]: audit 2023-12-09T02:15:43.638367+0000 mon.a (mon.0) 5599 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:43.979 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:43 smithi067 bash[82083]: audit 2023-12-09T02:15:43.646484+0000 mon.a (mon.0) 5600 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:44.729 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:44 smithi125 bash[66801]: cephadm 2023-12-09T02:15:42.801684+0000 mgr.y (mgr.25480) 1344 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:44.729 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:44 smithi125 bash[66801]: cephadm 2023-12-09T02:15:42.895024+0000 mgr.y (mgr.25480) 1345 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:44.729 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:44 smithi125 bash[66801]: cephadm 2023-12-09T02:15:42.989275+0000 mgr.y (mgr.25480) 1346 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:44.730 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:44 smithi125 bash[66801]: cephadm 2023-12-09T02:15:43.083411+0000 mgr.y (mgr.25480) 1347 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:44.730 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:44 smithi125 bash[66801]: cephadm 2023-12-09T02:15:43.176347+0000 mgr.y (mgr.25480) 1348 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:44.730 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:44 smithi125 bash[66801]: cephadm 2023-12-09T02:15:43.268433+0000 mgr.y (mgr.25480) 1349 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:44.730 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:44 smithi125 bash[66801]: cephadm 2023-12-09T02:15:43.364452+0000 mgr.y (mgr.25480) 1350 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:44.730 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:44 smithi125 bash[66801]: cluster 2023-12-09T02:15:43.372997+0000 mgr.y (mgr.25480) 1351 : cluster 0 pgmap v235: 161 pgs: 33 active+undersized, 21 active+undersized+degraded, 107 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 90/726 objects degraded (12.397%) 2023-12-09T02:15:44.730 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:44 smithi125 bash[66801]: cephadm 2023-12-09T02:15:43.459242+0000 mgr.y (mgr.25480) 1352 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:44.730 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:44 smithi125 bash[66801]: cephadm 2023-12-09T02:15:43.556719+0000 mgr.y (mgr.25480) 1353 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:44.730 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:44 smithi125 bash[66801]: cephadm 2023-12-09T02:15:43.647283+0000 mgr.y (mgr.25480) 1354 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:44.730 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:44 smithi125 bash[66801]: audit 2023-12-09T02:15:43.726070+0000 mon.a (mon.0) 5601 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:44.730 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:44 smithi125 bash[66801]: audit 2023-12-09T02:15:43.729047+0000 mon.a (mon.0) 5602 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:44.730 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:44 smithi125 bash[66801]: audit 2023-12-09T02:15:43.731643+0000 mon.a (mon.0) 5603 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:44.730 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:44 smithi125 bash[66801]: audit 2023-12-09T02:15:43.732505+0000 mon.a (mon.0) 5604 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:44.730 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:44 smithi125 bash[66801]: audit 2023-12-09T02:15:43.738245+0000 mon.a (mon.0) 5605 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:44.730 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:44 smithi125 bash[66801]: audit 2023-12-09T02:15:43.803416+0000 mon.a (mon.0) 5606 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:44.731 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:44 smithi125 bash[66801]: audit 2023-12-09T02:15:43.805791+0000 mon.a (mon.0) 5607 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:44.731 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:44 smithi125 bash[66801]: audit 2023-12-09T02:15:43.808680+0000 mon.a (mon.0) 5608 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:44.731 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:44 smithi125 bash[66801]: audit 2023-12-09T02:15:43.809934+0000 mon.a (mon.0) 5609 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:44.732 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:44 smithi125 bash[66801]: audit 2023-12-09T02:15:43.817247+0000 mon.a (mon.0) 5610 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:44.732 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:44 smithi125 bash[66801]: audit 2023-12-09T02:15:43.897983+0000 mon.a (mon.0) 5611 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:44.732 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:44 smithi125 bash[66801]: audit 2023-12-09T02:15:43.900342+0000 mon.a (mon.0) 5612 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:44.732 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:44 smithi125 bash[66801]: audit 2023-12-09T02:15:43.902984+0000 mon.a (mon.0) 5613 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:44.732 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:44 smithi125 bash[66801]: audit 2023-12-09T02:15:43.903857+0000 mon.a (mon.0) 5614 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:44.732 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:44 smithi125 bash[66801]: audit 2023-12-09T02:15:43.910790+0000 mon.a (mon.0) 5615 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:44.732 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:44 smithi125 bash[66801]: audit 2023-12-09T02:15:43.990724+0000 mon.a (mon.0) 5616 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:44.732 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:44 smithi125 bash[66801]: audit 2023-12-09T02:15:43.994310+0000 mon.a (mon.0) 5617 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:44.732 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:44 smithi125 bash[66801]: audit 2023-12-09T02:15:43.997621+0000 mon.a (mon.0) 5618 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:44.732 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:44 smithi125 bash[66801]: audit 2023-12-09T02:15:43.998911+0000 mon.a (mon.0) 5619 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:44.732 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:44 smithi125 bash[66801]: audit 2023-12-09T02:15:44.010198+0000 mon.a (mon.0) 5620 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:44.732 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:44 smithi125 bash[66801]: audit 2023-12-09T02:15:44.090009+0000 mon.a (mon.0) 5621 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:44.732 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:44 smithi125 bash[66801]: audit 2023-12-09T02:15:44.094772+0000 mon.a (mon.0) 5622 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:44.732 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:44 smithi125 bash[66801]: audit 2023-12-09T02:15:44.098829+0000 mon.a (mon.0) 5623 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:44.733 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:44 smithi125 bash[66801]: audit 2023-12-09T02:15:44.100255+0000 mon.a (mon.0) 5624 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:44.733 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:44 smithi125 bash[66801]: audit 2023-12-09T02:15:44.109492+0000 mon.a (mon.0) 5625 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:44.733 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:44 smithi125 bash[66801]: audit 2023-12-09T02:15:44.188002+0000 mon.a (mon.0) 5626 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:44.733 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:44 smithi125 bash[66801]: audit 2023-12-09T02:15:44.190963+0000 mon.a (mon.0) 5627 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:44.733 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:44 smithi125 bash[66801]: audit 2023-12-09T02:15:44.194616+0000 mon.a (mon.0) 5628 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:44.733 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:44 smithi125 bash[66801]: audit 2023-12-09T02:15:44.195979+0000 mon.a (mon.0) 5629 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:44.733 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:44 smithi125 bash[66801]: audit 2023-12-09T02:15:44.207614+0000 mon.a (mon.0) 5630 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:44.733 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:44 smithi125 bash[66801]: audit 2023-12-09T02:15:44.287464+0000 mon.a (mon.0) 5631 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:44.733 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:44 smithi125 bash[66801]: audit 2023-12-09T02:15:44.289876+0000 mon.a (mon.0) 5632 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:44.733 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:44 smithi125 bash[66801]: audit 2023-12-09T02:15:44.293064+0000 mon.a (mon.0) 5633 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:44.733 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:44 smithi125 bash[66801]: audit 2023-12-09T02:15:44.294086+0000 mon.a (mon.0) 5634 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:44.733 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:44 smithi125 bash[66801]: audit 2023-12-09T02:15:44.304595+0000 mon.a (mon.0) 5635 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:44.733 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:44 smithi125 bash[66801]: cluster 2023-12-09T02:15:44.360397+0000 mon.a (mon.0) 5636 : cluster 1 Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 4 pgs inactive, 7 pgs peering) 2023-12-09T02:15:44.734 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:44 smithi125 bash[66801]: audit 2023-12-09T02:15:44.383639+0000 mon.a (mon.0) 5637 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:44.734 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:44 smithi125 bash[66801]: audit 2023-12-09T02:15:44.387433+0000 mon.a (mon.0) 5638 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:44.734 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:44 smithi125 bash[66801]: audit 2023-12-09T02:15:44.390899+0000 mon.a (mon.0) 5639 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:44.734 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:44 smithi125 bash[66801]: audit 2023-12-09T02:15:44.392033+0000 mon.a (mon.0) 5640 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:44.734 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:44 smithi125 bash[66801]: audit 2023-12-09T02:15:44.403379+0000 mon.a (mon.0) 5641 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:44.734 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:44 smithi125 bash[66801]: audit 2023-12-09T02:15:44.486421+0000 mon.a (mon.0) 5642 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:44.734 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:44 smithi125 bash[66801]: audit 2023-12-09T02:15:44.489211+0000 mon.a (mon.0) 5643 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:44.734 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:44 smithi125 bash[66801]: audit 2023-12-09T02:15:44.492501+0000 mon.a (mon.0) 5644 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:44.734 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:44 smithi125 bash[66801]: audit 2023-12-09T02:15:44.493594+0000 mon.a (mon.0) 5645 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:44.734 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:44 smithi125 bash[66801]: audit 2023-12-09T02:15:44.503738+0000 mon.a (mon.0) 5646 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:44.734 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:44 smithi125 bash[66801]: audit 2023-12-09T02:15:44.585586+0000 mon.a (mon.0) 5647 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:44.735 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:44 smithi125 bash[66801]: audit 2023-12-09T02:15:44.589364+0000 mon.a (mon.0) 5648 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:44.735 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:44 smithi125 bash[66801]: audit 2023-12-09T02:15:44.592914+0000 mon.a (mon.0) 5649 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:44.735 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:44 smithi125 bash[66801]: audit 2023-12-09T02:15:44.594490+0000 mon.a (mon.0) 5650 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:44.735 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:44 smithi125 bash[66801]: audit 2023-12-09T02:15:44.605760+0000 mon.a (mon.0) 5651 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:44.735 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:44 smithi125 bash[66801]: audit 2023-12-09T02:15:44.687536+0000 mon.a (mon.0) 5652 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:44.735 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:44 smithi125 bash[66801]: audit 2023-12-09T02:15:44.690078+0000 mon.a (mon.0) 5653 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:44.735 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:44 smithi125 bash[66801]: audit 2023-12-09T02:15:44.692786+0000 mon.a (mon.0) 5654 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:44.735 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:44 smithi125 bash[66801]: audit 2023-12-09T02:15:44.693779+0000 mon.a (mon.0) 5655 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:44.735 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:44 smithi125 bash[66801]: audit 2023-12-09T02:15:44.703951+0000 mon.a (mon.0) 5656 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:45.220 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:44 smithi067 bash[79370]: cephadm 2023-12-09T02:15:42.801684+0000 mgr.y (mgr.25480) 1344 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:45.220 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:44 smithi067 bash[79370]: cephadm 2023-12-09T02:15:42.895024+0000 mgr.y (mgr.25480) 1345 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:45.220 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:44 smithi067 bash[79370]: cephadm 2023-12-09T02:15:42.989275+0000 mgr.y (mgr.25480) 1346 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:45.220 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:44 smithi067 bash[79370]: cephadm 2023-12-09T02:15:43.083411+0000 mgr.y (mgr.25480) 1347 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:45.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:44 smithi067 bash[79370]: cephadm 2023-12-09T02:15:43.176347+0000 mgr.y (mgr.25480) 1348 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:45.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:44 smithi067 bash[79370]: cephadm 2023-12-09T02:15:43.268433+0000 mgr.y (mgr.25480) 1349 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:45.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:44 smithi067 bash[79370]: cephadm 2023-12-09T02:15:43.364452+0000 mgr.y (mgr.25480) 1350 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:45.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:44 smithi067 bash[79370]: cluster 2023-12-09T02:15:43.372997+0000 mgr.y (mgr.25480) 1351 : cluster 0 pgmap v235: 161 pgs: 33 active+undersized, 21 active+undersized+degraded, 107 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 90/726 objects degraded (12.397%) 2023-12-09T02:15:45.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:44 smithi067 bash[79370]: cephadm 2023-12-09T02:15:43.459242+0000 mgr.y (mgr.25480) 1352 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:45.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:44 smithi067 bash[79370]: cephadm 2023-12-09T02:15:43.556719+0000 mgr.y (mgr.25480) 1353 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:45.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:44 smithi067 bash[79370]: cephadm 2023-12-09T02:15:43.647283+0000 mgr.y (mgr.25480) 1354 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:45.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:44 smithi067 bash[79370]: audit 2023-12-09T02:15:43.726070+0000 mon.a (mon.0) 5601 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:45.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:44 smithi067 bash[79370]: audit 2023-12-09T02:15:43.729047+0000 mon.a (mon.0) 5602 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:45.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:44 smithi067 bash[79370]: audit 2023-12-09T02:15:43.731643+0000 mon.a (mon.0) 5603 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:45.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:44 smithi067 bash[79370]: audit 2023-12-09T02:15:43.732505+0000 mon.a (mon.0) 5604 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:45.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:44 smithi067 bash[79370]: audit 2023-12-09T02:15:43.738245+0000 mon.a (mon.0) 5605 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:45.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:44 smithi067 bash[79370]: audit 2023-12-09T02:15:43.803416+0000 mon.a (mon.0) 5606 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:45.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:44 smithi067 bash[79370]: audit 2023-12-09T02:15:43.805791+0000 mon.a (mon.0) 5607 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:45.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:44 smithi067 bash[79370]: audit 2023-12-09T02:15:43.808680+0000 mon.a (mon.0) 5608 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:45.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:44 smithi067 bash[79370]: audit 2023-12-09T02:15:43.809934+0000 mon.a (mon.0) 5609 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:45.222 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:44 smithi067 bash[82083]: cephadm 2023-12-09T02:15:42.801684+0000 mgr.y (mgr.25480) 1344 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:45.222 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:44 smithi067 bash[82083]: cephadm 2023-12-09T02:15:42.895024+0000 mgr.y (mgr.25480) 1345 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:45.222 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:44 smithi067 bash[82083]: cephadm 2023-12-09T02:15:42.989275+0000 mgr.y (mgr.25480) 1346 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:45.222 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:44 smithi067 bash[82083]: cephadm 2023-12-09T02:15:43.083411+0000 mgr.y (mgr.25480) 1347 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:45.222 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:44 smithi067 bash[82083]: cephadm 2023-12-09T02:15:43.176347+0000 mgr.y (mgr.25480) 1348 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:45.222 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:44 smithi067 bash[82083]: cephadm 2023-12-09T02:15:43.268433+0000 mgr.y (mgr.25480) 1349 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:45.222 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:44 smithi067 bash[82083]: cephadm 2023-12-09T02:15:43.364452+0000 mgr.y (mgr.25480) 1350 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:45.222 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:44 smithi067 bash[82083]: cluster 2023-12-09T02:15:43.372997+0000 mgr.y (mgr.25480) 1351 : cluster 0 pgmap v235: 161 pgs: 33 active+undersized, 21 active+undersized+degraded, 107 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 90/726 objects degraded (12.397%) 2023-12-09T02:15:45.222 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:44 smithi067 bash[82083]: cephadm 2023-12-09T02:15:43.459242+0000 mgr.y (mgr.25480) 1352 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:45.222 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:44 smithi067 bash[82083]: cephadm 2023-12-09T02:15:43.556719+0000 mgr.y (mgr.25480) 1353 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:45.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:44 smithi067 bash[82083]: cephadm 2023-12-09T02:15:43.647283+0000 mgr.y (mgr.25480) 1354 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:45.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:44 smithi067 bash[82083]: audit 2023-12-09T02:15:43.726070+0000 mon.a (mon.0) 5601 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:45.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:44 smithi067 bash[82083]: audit 2023-12-09T02:15:43.729047+0000 mon.a (mon.0) 5602 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:45.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:44 smithi067 bash[82083]: audit 2023-12-09T02:15:43.731643+0000 mon.a (mon.0) 5603 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:45.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:44 smithi067 bash[82083]: audit 2023-12-09T02:15:43.732505+0000 mon.a (mon.0) 5604 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:45.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:44 smithi067 bash[82083]: audit 2023-12-09T02:15:43.738245+0000 mon.a (mon.0) 5605 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:45.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:44 smithi067 bash[82083]: audit 2023-12-09T02:15:43.803416+0000 mon.a (mon.0) 5606 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:45.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:44 smithi067 bash[82083]: audit 2023-12-09T02:15:43.805791+0000 mon.a (mon.0) 5607 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:45.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:44 smithi067 bash[82083]: audit 2023-12-09T02:15:43.808680+0000 mon.a (mon.0) 5608 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:45.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:44 smithi067 bash[82083]: audit 2023-12-09T02:15:43.809934+0000 mon.a (mon.0) 5609 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:45.223 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:44 smithi067 bash[79370]: audit 2023-12-09T02:15:43.817247+0000 mon.a (mon.0) 5610 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:45.223 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:44 smithi067 bash[79370]: audit 2023-12-09T02:15:43.897983+0000 mon.a (mon.0) 5611 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:45.224 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:44 smithi067 bash[79370]: audit 2023-12-09T02:15:43.900342+0000 mon.a (mon.0) 5612 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:45.224 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:44 smithi067 bash[79370]: audit 2023-12-09T02:15:43.902984+0000 mon.a (mon.0) 5613 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:45.224 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:44 smithi067 bash[79370]: audit 2023-12-09T02:15:43.903857+0000 mon.a (mon.0) 5614 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:45.224 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:44 smithi067 bash[79370]: audit 2023-12-09T02:15:43.910790+0000 mon.a (mon.0) 5615 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:45.224 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:44 smithi067 bash[79370]: audit 2023-12-09T02:15:43.990724+0000 mon.a (mon.0) 5616 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:45.224 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:44 smithi067 bash[79370]: audit 2023-12-09T02:15:43.994310+0000 mon.a (mon.0) 5617 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:45.224 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:44 smithi067 bash[79370]: audit 2023-12-09T02:15:43.997621+0000 mon.a (mon.0) 5618 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:45.224 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:44 smithi067 bash[79370]: audit 2023-12-09T02:15:43.998911+0000 mon.a (mon.0) 5619 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:45.224 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:44 smithi067 bash[79370]: audit 2023-12-09T02:15:44.010198+0000 mon.a (mon.0) 5620 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:45.224 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:44 smithi067 bash[79370]: audit 2023-12-09T02:15:44.090009+0000 mon.a (mon.0) 5621 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:45.224 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:44 smithi067 bash[79370]: audit 2023-12-09T02:15:44.094772+0000 mon.a (mon.0) 5622 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:45.224 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:44 smithi067 bash[79370]: audit 2023-12-09T02:15:44.098829+0000 mon.a (mon.0) 5623 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:45.224 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:44 smithi067 bash[79370]: audit 2023-12-09T02:15:44.100255+0000 mon.a (mon.0) 5624 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:45.224 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:44 smithi067 bash[79370]: audit 2023-12-09T02:15:44.109492+0000 mon.a (mon.0) 5625 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:45.225 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:44 smithi067 bash[79370]: audit 2023-12-09T02:15:44.188002+0000 mon.a (mon.0) 5626 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:45.225 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:44 smithi067 bash[79370]: audit 2023-12-09T02:15:44.190963+0000 mon.a (mon.0) 5627 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:45.225 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:44 smithi067 bash[79370]: audit 2023-12-09T02:15:44.194616+0000 mon.a (mon.0) 5628 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:45.225 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:44 smithi067 bash[79370]: audit 2023-12-09T02:15:44.195979+0000 mon.a (mon.0) 5629 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:45.225 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:44 smithi067 bash[82083]: audit 2023-12-09T02:15:43.817247+0000 mon.a (mon.0) 5610 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:45.225 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:44 smithi067 bash[82083]: audit 2023-12-09T02:15:43.897983+0000 mon.a (mon.0) 5611 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:45.225 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:44 smithi067 bash[82083]: audit 2023-12-09T02:15:43.900342+0000 mon.a (mon.0) 5612 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:45.225 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:44 smithi067 bash[82083]: audit 2023-12-09T02:15:43.902984+0000 mon.a (mon.0) 5613 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:45.225 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:44 smithi067 bash[82083]: audit 2023-12-09T02:15:43.903857+0000 mon.a (mon.0) 5614 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:45.225 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:44 smithi067 bash[82083]: audit 2023-12-09T02:15:43.910790+0000 mon.a (mon.0) 5615 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:45.225 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:44 smithi067 bash[82083]: audit 2023-12-09T02:15:43.990724+0000 mon.a (mon.0) 5616 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:45.225 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:44 smithi067 bash[82083]: audit 2023-12-09T02:15:43.994310+0000 mon.a (mon.0) 5617 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:45.225 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:44 smithi067 bash[82083]: audit 2023-12-09T02:15:43.997621+0000 mon.a (mon.0) 5618 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:45.226 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:44 smithi067 bash[82083]: audit 2023-12-09T02:15:43.998911+0000 mon.a (mon.0) 5619 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:45.226 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:44 smithi067 bash[82083]: audit 2023-12-09T02:15:44.010198+0000 mon.a (mon.0) 5620 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:45.226 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:44 smithi067 bash[82083]: audit 2023-12-09T02:15:44.090009+0000 mon.a (mon.0) 5621 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:45.226 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:44 smithi067 bash[82083]: audit 2023-12-09T02:15:44.094772+0000 mon.a (mon.0) 5622 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:45.226 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:44 smithi067 bash[82083]: audit 2023-12-09T02:15:44.098829+0000 mon.a (mon.0) 5623 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:45.226 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:44 smithi067 bash[82083]: audit 2023-12-09T02:15:44.100255+0000 mon.a (mon.0) 5624 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:45.226 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:44 smithi067 bash[82083]: audit 2023-12-09T02:15:44.109492+0000 mon.a (mon.0) 5625 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:45.226 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:44 smithi067 bash[82083]: audit 2023-12-09T02:15:44.188002+0000 mon.a (mon.0) 5626 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:45.226 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:44 smithi067 bash[82083]: audit 2023-12-09T02:15:44.190963+0000 mon.a (mon.0) 5627 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:45.226 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:44 smithi067 bash[82083]: audit 2023-12-09T02:15:44.194616+0000 mon.a (mon.0) 5628 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:45.226 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:44 smithi067 bash[82083]: audit 2023-12-09T02:15:44.195979+0000 mon.a (mon.0) 5629 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:45.227 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:44 smithi067 bash[79370]: audit 2023-12-09T02:15:44.207614+0000 mon.a (mon.0) 5630 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:45.227 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:44 smithi067 bash[79370]: audit 2023-12-09T02:15:44.287464+0000 mon.a (mon.0) 5631 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:45.227 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:44 smithi067 bash[79370]: audit 2023-12-09T02:15:44.289876+0000 mon.a (mon.0) 5632 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:45.227 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:44 smithi067 bash[79370]: audit 2023-12-09T02:15:44.293064+0000 mon.a (mon.0) 5633 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:45.227 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:44 smithi067 bash[79370]: audit 2023-12-09T02:15:44.294086+0000 mon.a (mon.0) 5634 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:45.227 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:44 smithi067 bash[79370]: audit 2023-12-09T02:15:44.304595+0000 mon.a (mon.0) 5635 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:45.227 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:44 smithi067 bash[79370]: cluster 2023-12-09T02:15:44.360397+0000 mon.a (mon.0) 5636 : cluster 1 Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 4 pgs inactive, 7 pgs peering) 2023-12-09T02:15:45.227 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:44 smithi067 bash[79370]: audit 2023-12-09T02:15:44.383639+0000 mon.a (mon.0) 5637 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:45.227 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:44 smithi067 bash[79370]: audit 2023-12-09T02:15:44.387433+0000 mon.a (mon.0) 5638 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:45.227 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:44 smithi067 bash[79370]: audit 2023-12-09T02:15:44.390899+0000 mon.a (mon.0) 5639 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:45.227 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:44 smithi067 bash[79370]: audit 2023-12-09T02:15:44.392033+0000 mon.a (mon.0) 5640 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:45.227 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:44 smithi067 bash[79370]: audit 2023-12-09T02:15:44.403379+0000 mon.a (mon.0) 5641 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:45.227 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:44 smithi067 bash[79370]: audit 2023-12-09T02:15:44.486421+0000 mon.a (mon.0) 5642 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:45.227 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:44 smithi067 bash[79370]: audit 2023-12-09T02:15:44.489211+0000 mon.a (mon.0) 5643 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:45.228 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:44 smithi067 bash[79370]: audit 2023-12-09T02:15:44.492501+0000 mon.a (mon.0) 5644 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:45.228 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:44 smithi067 bash[79370]: audit 2023-12-09T02:15:44.493594+0000 mon.a (mon.0) 5645 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:45.228 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:44 smithi067 bash[79370]: audit 2023-12-09T02:15:44.503738+0000 mon.a (mon.0) 5646 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:45.228 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:44 smithi067 bash[79370]: audit 2023-12-09T02:15:44.585586+0000 mon.a (mon.0) 5647 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:45.228 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:44 smithi067 bash[79370]: audit 2023-12-09T02:15:44.589364+0000 mon.a (mon.0) 5648 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:45.228 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:44 smithi067 bash[79370]: audit 2023-12-09T02:15:44.592914+0000 mon.a (mon.0) 5649 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:45.228 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:44 smithi067 bash[79370]: audit 2023-12-09T02:15:44.594490+0000 mon.a (mon.0) 5650 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:45.228 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:44 smithi067 bash[79370]: audit 2023-12-09T02:15:44.605760+0000 mon.a (mon.0) 5651 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:45.228 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:44 smithi067 bash[79370]: audit 2023-12-09T02:15:44.687536+0000 mon.a (mon.0) 5652 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:45.228 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:44 smithi067 bash[79370]: audit 2023-12-09T02:15:44.690078+0000 mon.a (mon.0) 5653 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:45.228 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:44 smithi067 bash[79370]: audit 2023-12-09T02:15:44.692786+0000 mon.a (mon.0) 5654 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:45.228 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:44 smithi067 bash[79370]: audit 2023-12-09T02:15:44.693779+0000 mon.a (mon.0) 5655 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:45.228 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:44 smithi067 bash[79370]: audit 2023-12-09T02:15:44.703951+0000 mon.a (mon.0) 5656 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:45.229 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:44 smithi067 bash[82083]: audit 2023-12-09T02:15:44.207614+0000 mon.a (mon.0) 5630 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:45.229 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:44 smithi067 bash[82083]: audit 2023-12-09T02:15:44.287464+0000 mon.a (mon.0) 5631 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:45.229 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:44 smithi067 bash[82083]: audit 2023-12-09T02:15:44.289876+0000 mon.a (mon.0) 5632 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:45.229 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:44 smithi067 bash[82083]: audit 2023-12-09T02:15:44.293064+0000 mon.a (mon.0) 5633 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:45.229 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:44 smithi067 bash[82083]: audit 2023-12-09T02:15:44.294086+0000 mon.a (mon.0) 5634 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:45.229 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:44 smithi067 bash[82083]: audit 2023-12-09T02:15:44.304595+0000 mon.a (mon.0) 5635 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:45.229 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:44 smithi067 bash[82083]: cluster 2023-12-09T02:15:44.360397+0000 mon.a (mon.0) 5636 : cluster 1 Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 4 pgs inactive, 7 pgs peering) 2023-12-09T02:15:45.229 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:44 smithi067 bash[82083]: audit 2023-12-09T02:15:44.383639+0000 mon.a (mon.0) 5637 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:45.229 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:44 smithi067 bash[82083]: audit 2023-12-09T02:15:44.387433+0000 mon.a (mon.0) 5638 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:45.229 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:44 smithi067 bash[82083]: audit 2023-12-09T02:15:44.390899+0000 mon.a (mon.0) 5639 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:45.229 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:44 smithi067 bash[82083]: audit 2023-12-09T02:15:44.392033+0000 mon.a (mon.0) 5640 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:45.229 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:44 smithi067 bash[82083]: audit 2023-12-09T02:15:44.403379+0000 mon.a (mon.0) 5641 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:45.229 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:44 smithi067 bash[82083]: audit 2023-12-09T02:15:44.486421+0000 mon.a (mon.0) 5642 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:45.229 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:44 smithi067 bash[82083]: audit 2023-12-09T02:15:44.489211+0000 mon.a (mon.0) 5643 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:45.230 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:44 smithi067 bash[82083]: audit 2023-12-09T02:15:44.492501+0000 mon.a (mon.0) 5644 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:45.230 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:44 smithi067 bash[82083]: audit 2023-12-09T02:15:44.493594+0000 mon.a (mon.0) 5645 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:45.230 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:44 smithi067 bash[82083]: audit 2023-12-09T02:15:44.503738+0000 mon.a (mon.0) 5646 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:45.230 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:44 smithi067 bash[82083]: audit 2023-12-09T02:15:44.585586+0000 mon.a (mon.0) 5647 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:45.230 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:44 smithi067 bash[82083]: audit 2023-12-09T02:15:44.589364+0000 mon.a (mon.0) 5648 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:45.230 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:44 smithi067 bash[82083]: audit 2023-12-09T02:15:44.592914+0000 mon.a (mon.0) 5649 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:45.230 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:44 smithi067 bash[82083]: audit 2023-12-09T02:15:44.594490+0000 mon.a (mon.0) 5650 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:45.230 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:44 smithi067 bash[82083]: audit 2023-12-09T02:15:44.605760+0000 mon.a (mon.0) 5651 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:45.230 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:44 smithi067 bash[82083]: audit 2023-12-09T02:15:44.687536+0000 mon.a (mon.0) 5652 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:45.230 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:44 smithi067 bash[82083]: audit 2023-12-09T02:15:44.690078+0000 mon.a (mon.0) 5653 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:45.230 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:44 smithi067 bash[82083]: audit 2023-12-09T02:15:44.692786+0000 mon.a (mon.0) 5654 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:45.230 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:44 smithi067 bash[82083]: audit 2023-12-09T02:15:44.693779+0000 mon.a (mon.0) 5655 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:45.230 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:44 smithi067 bash[82083]: audit 2023-12-09T02:15:44.703951+0000 mon.a (mon.0) 5656 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:46.220 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:45 smithi067 bash[79370]: cephadm 2023-12-09T02:15:43.738722+0000 mgr.y (mgr.25480) 1355 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:46.220 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:45 smithi067 bash[79370]: cephadm 2023-12-09T02:15:43.818261+0000 mgr.y (mgr.25480) 1356 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:46.220 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:45 smithi067 bash[79370]: cephadm 2023-12-09T02:15:43.911530+0000 mgr.y (mgr.25480) 1357 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:46.220 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:45 smithi067 bash[79370]: cephadm 2023-12-09T02:15:44.011028+0000 mgr.y (mgr.25480) 1358 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:46.220 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:45 smithi067 bash[79370]: cephadm 2023-12-09T02:15:44.110171+0000 mgr.y (mgr.25480) 1359 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:46.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:45 smithi067 bash[79370]: cephadm 2023-12-09T02:15:44.208505+0000 mgr.y (mgr.25480) 1360 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:46.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:45 smithi067 bash[79370]: cephadm 2023-12-09T02:15:44.305443+0000 mgr.y (mgr.25480) 1361 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:46.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:45 smithi067 bash[79370]: cephadm 2023-12-09T02:15:44.404054+0000 mgr.y (mgr.25480) 1362 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:46.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:45 smithi067 bash[79370]: cephadm 2023-12-09T02:15:44.504317+0000 mgr.y (mgr.25480) 1363 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:46.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:45 smithi067 bash[79370]: cephadm 2023-12-09T02:15:44.607078+0000 mgr.y (mgr.25480) 1364 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:46.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:45 smithi067 bash[79370]: cephadm 2023-12-09T02:15:44.704727+0000 mgr.y (mgr.25480) 1365 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:46.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:45 smithi067 bash[79370]: audit 2023-12-09T02:15:44.788921+0000 mon.a (mon.0) 5657 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:46.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:45 smithi067 bash[79370]: audit 2023-12-09T02:15:44.791555+0000 mon.a (mon.0) 5658 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:46.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:45 smithi067 bash[79370]: audit 2023-12-09T02:15:44.795254+0000 mon.a (mon.0) 5659 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:46.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:45 smithi067 bash[79370]: audit 2023-12-09T02:15:44.796315+0000 mon.a (mon.0) 5660 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:46.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:45 smithi067 bash[79370]: audit 2023-12-09T02:15:44.803317+0000 mon.a (mon.0) 5661 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:46.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:45 smithi067 bash[79370]: audit 2023-12-09T02:15:44.887870+0000 mon.a (mon.0) 5662 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:46.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:45 smithi067 bash[79370]: audit 2023-12-09T02:15:44.890560+0000 mon.a (mon.0) 5663 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:46.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:45 smithi067 bash[79370]: audit 2023-12-09T02:15:44.893667+0000 mon.a (mon.0) 5664 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:46.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:45 smithi067 bash[79370]: audit 2023-12-09T02:15:44.894589+0000 mon.a (mon.0) 5665 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:46.222 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:45 smithi067 bash[79370]: audit 2023-12-09T02:15:44.904046+0000 mon.a (mon.0) 5666 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:46.222 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:45 smithi067 bash[82083]: cephadm 2023-12-09T02:15:43.738722+0000 mgr.y (mgr.25480) 1355 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:46.222 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:45 smithi067 bash[82083]: cephadm 2023-12-09T02:15:43.818261+0000 mgr.y (mgr.25480) 1356 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:46.222 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:45 smithi067 bash[82083]: cephadm 2023-12-09T02:15:43.911530+0000 mgr.y (mgr.25480) 1357 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:46.222 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:45 smithi067 bash[82083]: cephadm 2023-12-09T02:15:44.011028+0000 mgr.y (mgr.25480) 1358 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:46.222 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:45 smithi067 bash[82083]: cephadm 2023-12-09T02:15:44.110171+0000 mgr.y (mgr.25480) 1359 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:46.222 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:45 smithi067 bash[82083]: cephadm 2023-12-09T02:15:44.208505+0000 mgr.y (mgr.25480) 1360 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:46.222 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:45 smithi067 bash[82083]: cephadm 2023-12-09T02:15:44.305443+0000 mgr.y (mgr.25480) 1361 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:46.222 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:45 smithi067 bash[82083]: cephadm 2023-12-09T02:15:44.404054+0000 mgr.y (mgr.25480) 1362 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:46.222 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:45 smithi067 bash[82083]: cephadm 2023-12-09T02:15:44.504317+0000 mgr.y (mgr.25480) 1363 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:46.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:45 smithi067 bash[82083]: cephadm 2023-12-09T02:15:44.607078+0000 mgr.y (mgr.25480) 1364 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:46.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:45 smithi067 bash[82083]: cephadm 2023-12-09T02:15:44.704727+0000 mgr.y (mgr.25480) 1365 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:46.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:45 smithi067 bash[82083]: audit 2023-12-09T02:15:44.788921+0000 mon.a (mon.0) 5657 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:46.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:45 smithi067 bash[82083]: audit 2023-12-09T02:15:44.791555+0000 mon.a (mon.0) 5658 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:46.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:45 smithi067 bash[82083]: audit 2023-12-09T02:15:44.795254+0000 mon.a (mon.0) 5659 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:46.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:45 smithi067 bash[82083]: audit 2023-12-09T02:15:44.796315+0000 mon.a (mon.0) 5660 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:46.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:45 smithi067 bash[82083]: audit 2023-12-09T02:15:44.803317+0000 mon.a (mon.0) 5661 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:46.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:45 smithi067 bash[82083]: audit 2023-12-09T02:15:44.887870+0000 mon.a (mon.0) 5662 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:46.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:45 smithi067 bash[82083]: audit 2023-12-09T02:15:44.890560+0000 mon.a (mon.0) 5663 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:46.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:45 smithi067 bash[82083]: audit 2023-12-09T02:15:44.893667+0000 mon.a (mon.0) 5664 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:46.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:45 smithi067 bash[82083]: audit 2023-12-09T02:15:44.894589+0000 mon.a (mon.0) 5665 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:46.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:45 smithi067 bash[82083]: audit 2023-12-09T02:15:44.904046+0000 mon.a (mon.0) 5666 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:46.224 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:45 smithi067 bash[79370]: audit 2023-12-09T02:15:44.982175+0000 mon.a (mon.0) 5667 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:46.224 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:45 smithi067 bash[79370]: audit 2023-12-09T02:15:44.985322+0000 mon.a (mon.0) 5668 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:46.224 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:45 smithi067 bash[79370]: audit 2023-12-09T02:15:44.989153+0000 mon.a (mon.0) 5669 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:46.224 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:45 smithi067 bash[79370]: audit 2023-12-09T02:15:44.990499+0000 mon.a (mon.0) 5670 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:46.224 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:45 smithi067 bash[79370]: audit 2023-12-09T02:15:45.000346+0000 mon.a (mon.0) 5671 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:46.224 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:45 smithi067 bash[79370]: audit 2023-12-09T02:15:45.082153+0000 mon.a (mon.0) 5672 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:46.224 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:45 smithi067 bash[79370]: audit 2023-12-09T02:15:45.085225+0000 mon.a (mon.0) 5673 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:46.224 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:45 smithi067 bash[79370]: audit 2023-12-09T02:15:45.088293+0000 mon.a (mon.0) 5674 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:46.224 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:45 smithi067 bash[79370]: audit 2023-12-09T02:15:45.089310+0000 mon.a (mon.0) 5675 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:46.224 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:45 smithi067 bash[79370]: audit 2023-12-09T02:15:45.100266+0000 mon.a (mon.0) 5676 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:46.224 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:45 smithi067 bash[79370]: audit 2023-12-09T02:15:45.184154+0000 mon.a (mon.0) 5677 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:46.224 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:45 smithi067 bash[79370]: audit 2023-12-09T02:15:45.187790+0000 mon.a (mon.0) 5678 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:46.225 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:45 smithi067 bash[79370]: audit 2023-12-09T02:15:45.191270+0000 mon.a (mon.0) 5679 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:46.225 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:45 smithi067 bash[79370]: audit 2023-12-09T02:15:45.192410+0000 mon.a (mon.0) 5680 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:46.225 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:45 smithi067 bash[79370]: audit 2023-12-09T02:15:45.201808+0000 mon.a (mon.0) 5681 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:46.225 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:45 smithi067 bash[79370]: audit 2023-12-09T02:15:45.284985+0000 mon.a (mon.0) 5682 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:46.225 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:45 smithi067 bash[79370]: audit 2023-12-09T02:15:45.287816+0000 mon.a (mon.0) 5683 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:46.225 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:45 smithi067 bash[79370]: audit 2023-12-09T02:15:45.291525+0000 mon.a (mon.0) 5684 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:46.225 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:45 smithi067 bash[79370]: audit 2023-12-09T02:15:45.292752+0000 mon.a (mon.0) 5685 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:46.225 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:45 smithi067 bash[79370]: audit 2023-12-09T02:15:45.302453+0000 mon.a (mon.0) 5686 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:46.225 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:45 smithi067 bash[79370]: audit 2023-12-09T02:15:45.387001+0000 mon.a (mon.0) 5687 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:46.225 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:45 smithi067 bash[79370]: audit 2023-12-09T02:15:45.389640+0000 mon.a (mon.0) 5688 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:46.225 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:45 smithi067 bash[79370]: audit 2023-12-09T02:15:45.393133+0000 mon.a (mon.0) 5689 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:46.225 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:45 smithi067 bash[79370]: audit 2023-12-09T02:15:45.394280+0000 mon.a (mon.0) 5690 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:46.225 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:45 smithi067 bash[79370]: audit 2023-12-09T02:15:45.403649+0000 mon.a (mon.0) 5691 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:46.225 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:45 smithi067 bash[79370]: audit 2023-12-09T02:15:45.483862+0000 mon.a (mon.0) 5692 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:46.225 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:45 smithi067 bash[79370]: audit 2023-12-09T02:15:45.486400+0000 mon.a (mon.0) 5693 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:46.226 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:45 smithi067 bash[79370]: audit 2023-12-09T02:15:45.489041+0000 mon.a (mon.0) 5694 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:46.226 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:45 smithi067 bash[79370]: audit 2023-12-09T02:15:45.490135+0000 mon.a (mon.0) 5695 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:46.226 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:45 smithi067 bash[79370]: audit 2023-12-09T02:15:45.497792+0000 mon.a (mon.0) 5696 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:46.226 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:45 smithi067 bash[79370]: audit 2023-12-09T02:15:45.578079+0000 mon.a (mon.0) 5697 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:46.226 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:45 smithi067 bash[79370]: audit 2023-12-09T02:15:45.580965+0000 mon.a (mon.0) 5698 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:46.226 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:45 smithi067 bash[79370]: audit 2023-12-09T02:15:45.583742+0000 mon.a (mon.0) 5699 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:46.226 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:45 smithi067 bash[79370]: audit 2023-12-09T02:15:45.585088+0000 mon.a (mon.0) 5700 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:46.226 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:45 smithi067 bash[79370]: audit 2023-12-09T02:15:45.592483+0000 mon.a (mon.0) 5701 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:46.226 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:45 smithi067 bash[79370]: audit 2023-12-09T02:15:45.674072+0000 mon.a (mon.0) 5702 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:46.226 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:45 smithi067 bash[79370]: audit 2023-12-09T02:15:45.676690+0000 mon.a (mon.0) 5703 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:46.226 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:45 smithi067 bash[79370]: audit 2023-12-09T02:15:45.679525+0000 mon.a (mon.0) 5704 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:46.226 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:45 smithi067 bash[79370]: audit 2023-12-09T02:15:45.680530+0000 mon.a (mon.0) 5705 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:46.226 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:45 smithi067 bash[79370]: audit 2023-12-09T02:15:45.690460+0000 mon.a (mon.0) 5706 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:46.227 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:45 smithi067 bash[82083]: audit 2023-12-09T02:15:44.982175+0000 mon.a (mon.0) 5667 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:46.227 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:45 smithi067 bash[82083]: audit 2023-12-09T02:15:44.985322+0000 mon.a (mon.0) 5668 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:46.227 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:45 smithi067 bash[82083]: audit 2023-12-09T02:15:44.989153+0000 mon.a (mon.0) 5669 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:46.227 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:45 smithi067 bash[82083]: audit 2023-12-09T02:15:44.990499+0000 mon.a (mon.0) 5670 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:46.227 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:45 smithi067 bash[82083]: audit 2023-12-09T02:15:45.000346+0000 mon.a (mon.0) 5671 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:46.227 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:45 smithi067 bash[82083]: audit 2023-12-09T02:15:45.082153+0000 mon.a (mon.0) 5672 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:46.227 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:45 smithi067 bash[82083]: audit 2023-12-09T02:15:45.085225+0000 mon.a (mon.0) 5673 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:46.227 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:45 smithi067 bash[82083]: audit 2023-12-09T02:15:45.088293+0000 mon.a (mon.0) 5674 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:46.227 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:45 smithi067 bash[82083]: audit 2023-12-09T02:15:45.089310+0000 mon.a (mon.0) 5675 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:46.227 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:45 smithi067 bash[82083]: audit 2023-12-09T02:15:45.100266+0000 mon.a (mon.0) 5676 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:46.227 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:45 smithi067 bash[82083]: audit 2023-12-09T02:15:45.184154+0000 mon.a (mon.0) 5677 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:46.228 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:45 smithi067 bash[82083]: audit 2023-12-09T02:15:45.187790+0000 mon.a (mon.0) 5678 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:46.228 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:45 smithi067 bash[82083]: audit 2023-12-09T02:15:45.191270+0000 mon.a (mon.0) 5679 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:46.228 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:45 smithi067 bash[82083]: audit 2023-12-09T02:15:45.192410+0000 mon.a (mon.0) 5680 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:46.228 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:45 smithi067 bash[82083]: audit 2023-12-09T02:15:45.201808+0000 mon.a (mon.0) 5681 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:46.228 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:45 smithi067 bash[82083]: audit 2023-12-09T02:15:45.284985+0000 mon.a (mon.0) 5682 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:46.228 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:45 smithi067 bash[82083]: audit 2023-12-09T02:15:45.287816+0000 mon.a (mon.0) 5683 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:46.228 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:45 smithi067 bash[82083]: audit 2023-12-09T02:15:45.291525+0000 mon.a (mon.0) 5684 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:46.228 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:45 smithi067 bash[82083]: audit 2023-12-09T02:15:45.292752+0000 mon.a (mon.0) 5685 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:46.228 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:45 smithi067 bash[82083]: audit 2023-12-09T02:15:45.302453+0000 mon.a (mon.0) 5686 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:46.228 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:45 smithi067 bash[82083]: audit 2023-12-09T02:15:45.387001+0000 mon.a (mon.0) 5687 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:46.228 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:45 smithi067 bash[82083]: audit 2023-12-09T02:15:45.389640+0000 mon.a (mon.0) 5688 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:46.228 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:45 smithi067 bash[82083]: audit 2023-12-09T02:15:45.393133+0000 mon.a (mon.0) 5689 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:46.228 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:45 smithi067 bash[82083]: audit 2023-12-09T02:15:45.394280+0000 mon.a (mon.0) 5690 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:46.228 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:45 smithi067 bash[82083]: audit 2023-12-09T02:15:45.403649+0000 mon.a (mon.0) 5691 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:46.228 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:45 smithi067 bash[82083]: audit 2023-12-09T02:15:45.483862+0000 mon.a (mon.0) 5692 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:46.229 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:45 smithi067 bash[82083]: audit 2023-12-09T02:15:45.486400+0000 mon.a (mon.0) 5693 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:46.229 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:45 smithi067 bash[82083]: audit 2023-12-09T02:15:45.489041+0000 mon.a (mon.0) 5694 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:46.229 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:45 smithi067 bash[82083]: audit 2023-12-09T02:15:45.490135+0000 mon.a (mon.0) 5695 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:46.229 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:45 smithi067 bash[82083]: audit 2023-12-09T02:15:45.497792+0000 mon.a (mon.0) 5696 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:46.229 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:45 smithi067 bash[82083]: audit 2023-12-09T02:15:45.578079+0000 mon.a (mon.0) 5697 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:46.229 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:45 smithi067 bash[82083]: audit 2023-12-09T02:15:45.580965+0000 mon.a (mon.0) 5698 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:46.229 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:45 smithi067 bash[82083]: audit 2023-12-09T02:15:45.583742+0000 mon.a (mon.0) 5699 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:46.229 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:45 smithi067 bash[82083]: audit 2023-12-09T02:15:45.585088+0000 mon.a (mon.0) 5700 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:46.229 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:45 smithi067 bash[82083]: audit 2023-12-09T02:15:45.592483+0000 mon.a (mon.0) 5701 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:46.229 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:45 smithi067 bash[82083]: audit 2023-12-09T02:15:45.674072+0000 mon.a (mon.0) 5702 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:46.229 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:45 smithi067 bash[82083]: audit 2023-12-09T02:15:45.676690+0000 mon.a (mon.0) 5703 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:46.229 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:45 smithi067 bash[82083]: audit 2023-12-09T02:15:45.679525+0000 mon.a (mon.0) 5704 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:46.229 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:45 smithi067 bash[82083]: audit 2023-12-09T02:15:45.680530+0000 mon.a (mon.0) 5705 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:46.229 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:45 smithi067 bash[82083]: audit 2023-12-09T02:15:45.690460+0000 mon.a (mon.0) 5706 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:46.230 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:45 smithi125 bash[66801]: cephadm 2023-12-09T02:15:43.738722+0000 mgr.y (mgr.25480) 1355 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:46.230 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:45 smithi125 bash[66801]: cephadm 2023-12-09T02:15:43.818261+0000 mgr.y (mgr.25480) 1356 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:46.230 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:45 smithi125 bash[66801]: cephadm 2023-12-09T02:15:43.911530+0000 mgr.y (mgr.25480) 1357 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:46.230 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:45 smithi125 bash[66801]: cephadm 2023-12-09T02:15:44.011028+0000 mgr.y (mgr.25480) 1358 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:46.230 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:45 smithi125 bash[66801]: cephadm 2023-12-09T02:15:44.110171+0000 mgr.y (mgr.25480) 1359 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:46.230 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:45 smithi125 bash[66801]: cephadm 2023-12-09T02:15:44.208505+0000 mgr.y (mgr.25480) 1360 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:46.231 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:45 smithi125 bash[66801]: cephadm 2023-12-09T02:15:44.305443+0000 mgr.y (mgr.25480) 1361 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:46.231 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:45 smithi125 bash[66801]: cephadm 2023-12-09T02:15:44.404054+0000 mgr.y (mgr.25480) 1362 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:46.231 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:45 smithi125 bash[66801]: cephadm 2023-12-09T02:15:44.504317+0000 mgr.y (mgr.25480) 1363 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:46.231 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:45 smithi125 bash[66801]: cephadm 2023-12-09T02:15:44.607078+0000 mgr.y (mgr.25480) 1364 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:46.231 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:45 smithi125 bash[66801]: cephadm 2023-12-09T02:15:44.704727+0000 mgr.y (mgr.25480) 1365 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:46.231 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:45 smithi125 bash[66801]: audit 2023-12-09T02:15:44.788921+0000 mon.a (mon.0) 5657 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:46.231 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:45 smithi125 bash[66801]: audit 2023-12-09T02:15:44.791555+0000 mon.a (mon.0) 5658 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:46.231 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:45 smithi125 bash[66801]: audit 2023-12-09T02:15:44.795254+0000 mon.a (mon.0) 5659 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:46.231 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:45 smithi125 bash[66801]: audit 2023-12-09T02:15:44.796315+0000 mon.a (mon.0) 5660 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:46.231 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:45 smithi125 bash[66801]: audit 2023-12-09T02:15:44.803317+0000 mon.a (mon.0) 5661 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:46.231 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:45 smithi125 bash[66801]: audit 2023-12-09T02:15:44.887870+0000 mon.a (mon.0) 5662 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:46.231 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:45 smithi125 bash[66801]: audit 2023-12-09T02:15:44.890560+0000 mon.a (mon.0) 5663 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:46.231 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:45 smithi125 bash[66801]: audit 2023-12-09T02:15:44.893667+0000 mon.a (mon.0) 5664 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:46.231 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:45 smithi125 bash[66801]: audit 2023-12-09T02:15:44.894589+0000 mon.a (mon.0) 5665 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:46.231 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:45 smithi125 bash[66801]: audit 2023-12-09T02:15:44.904046+0000 mon.a (mon.0) 5666 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:46.231 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:45 smithi125 bash[66801]: audit 2023-12-09T02:15:44.982175+0000 mon.a (mon.0) 5667 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:46.232 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:45 smithi125 bash[66801]: audit 2023-12-09T02:15:44.985322+0000 mon.a (mon.0) 5668 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:46.232 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:45 smithi125 bash[66801]: audit 2023-12-09T02:15:44.989153+0000 mon.a (mon.0) 5669 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:46.232 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:45 smithi125 bash[66801]: audit 2023-12-09T02:15:44.990499+0000 mon.a (mon.0) 5670 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:46.232 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:45 smithi125 bash[66801]: audit 2023-12-09T02:15:45.000346+0000 mon.a (mon.0) 5671 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:46.232 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:45 smithi125 bash[66801]: audit 2023-12-09T02:15:45.082153+0000 mon.a (mon.0) 5672 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:46.232 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:45 smithi125 bash[66801]: audit 2023-12-09T02:15:45.085225+0000 mon.a (mon.0) 5673 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:46.232 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:45 smithi125 bash[66801]: audit 2023-12-09T02:15:45.088293+0000 mon.a (mon.0) 5674 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:46.232 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:45 smithi125 bash[66801]: audit 2023-12-09T02:15:45.089310+0000 mon.a (mon.0) 5675 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:46.232 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:45 smithi125 bash[66801]: audit 2023-12-09T02:15:45.100266+0000 mon.a (mon.0) 5676 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:46.232 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:45 smithi125 bash[66801]: audit 2023-12-09T02:15:45.184154+0000 mon.a (mon.0) 5677 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:46.232 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:45 smithi125 bash[66801]: audit 2023-12-09T02:15:45.187790+0000 mon.a (mon.0) 5678 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:46.232 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:45 smithi125 bash[66801]: audit 2023-12-09T02:15:45.191270+0000 mon.a (mon.0) 5679 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:46.232 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:45 smithi125 bash[66801]: audit 2023-12-09T02:15:45.192410+0000 mon.a (mon.0) 5680 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:46.232 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:45 smithi125 bash[66801]: audit 2023-12-09T02:15:45.201808+0000 mon.a (mon.0) 5681 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:46.232 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:45 smithi125 bash[66801]: audit 2023-12-09T02:15:45.284985+0000 mon.a (mon.0) 5682 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:46.233 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:45 smithi125 bash[66801]: audit 2023-12-09T02:15:45.287816+0000 mon.a (mon.0) 5683 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:46.233 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:45 smithi125 bash[66801]: audit 2023-12-09T02:15:45.291525+0000 mon.a (mon.0) 5684 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:46.233 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:45 smithi125 bash[66801]: audit 2023-12-09T02:15:45.292752+0000 mon.a (mon.0) 5685 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:46.233 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:45 smithi125 bash[66801]: audit 2023-12-09T02:15:45.302453+0000 mon.a (mon.0) 5686 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:46.233 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:45 smithi125 bash[66801]: audit 2023-12-09T02:15:45.387001+0000 mon.a (mon.0) 5687 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:46.233 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:45 smithi125 bash[66801]: audit 2023-12-09T02:15:45.389640+0000 mon.a (mon.0) 5688 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:46.233 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:45 smithi125 bash[66801]: audit 2023-12-09T02:15:45.393133+0000 mon.a (mon.0) 5689 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:46.233 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:45 smithi125 bash[66801]: audit 2023-12-09T02:15:45.394280+0000 mon.a (mon.0) 5690 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:46.233 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:45 smithi125 bash[66801]: audit 2023-12-09T02:15:45.403649+0000 mon.a (mon.0) 5691 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:46.233 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:45 smithi125 bash[66801]: audit 2023-12-09T02:15:45.483862+0000 mon.a (mon.0) 5692 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:46.233 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:45 smithi125 bash[66801]: audit 2023-12-09T02:15:45.486400+0000 mon.a (mon.0) 5693 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:46.233 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:45 smithi125 bash[66801]: audit 2023-12-09T02:15:45.489041+0000 mon.a (mon.0) 5694 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:46.233 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:45 smithi125 bash[66801]: audit 2023-12-09T02:15:45.490135+0000 mon.a (mon.0) 5695 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:46.233 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:45 smithi125 bash[66801]: audit 2023-12-09T02:15:45.497792+0000 mon.a (mon.0) 5696 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:46.233 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:45 smithi125 bash[66801]: audit 2023-12-09T02:15:45.578079+0000 mon.a (mon.0) 5697 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:46.233 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:45 smithi125 bash[66801]: audit 2023-12-09T02:15:45.580965+0000 mon.a (mon.0) 5698 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:46.234 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:45 smithi125 bash[66801]: audit 2023-12-09T02:15:45.583742+0000 mon.a (mon.0) 5699 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:46.234 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:45 smithi125 bash[66801]: audit 2023-12-09T02:15:45.585088+0000 mon.a (mon.0) 5700 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:46.234 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:45 smithi125 bash[66801]: audit 2023-12-09T02:15:45.592483+0000 mon.a (mon.0) 5701 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:46.234 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:45 smithi125 bash[66801]: audit 2023-12-09T02:15:45.674072+0000 mon.a (mon.0) 5702 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:46.234 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:45 smithi125 bash[66801]: audit 2023-12-09T02:15:45.676690+0000 mon.a (mon.0) 5703 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:46.234 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:45 smithi125 bash[66801]: audit 2023-12-09T02:15:45.679525+0000 mon.a (mon.0) 5704 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:46.234 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:45 smithi125 bash[66801]: audit 2023-12-09T02:15:45.680530+0000 mon.a (mon.0) 5705 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:46.234 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:45 smithi125 bash[66801]: audit 2023-12-09T02:15:45.690460+0000 mon.a (mon.0) 5706 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:46.929 INFO:journalctl@ceph.osd.6.smithi125.stdout:Dec 09 02:15:46 smithi125 bash[79645]: debug 2023-12-09T02:15:46.694+0000 7fcdc126c700 1 -- 172.21.15.125:0/2417095429 <== mon.0 v2:172.21.15.67:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55ce6ee1b1e0 con 0x55ce6eea1000 2023-12-09T02:15:46.930 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:46 smithi125 bash[66801]: cephadm 2023-12-09T02:15:44.804220+0000 mgr.y (mgr.25480) 1366 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:46.930 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:46 smithi125 bash[66801]: cephadm 2023-12-09T02:15:44.904644+0000 mgr.y (mgr.25480) 1367 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:46.930 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:46 smithi125 bash[66801]: cephadm 2023-12-09T02:15:45.001184+0000 mgr.y (mgr.25480) 1368 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:46.930 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:46 smithi125 bash[66801]: cephadm 2023-12-09T02:15:45.100980+0000 mgr.y (mgr.25480) 1369 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:46.930 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:46 smithi125 bash[66801]: cephadm 2023-12-09T02:15:45.202399+0000 mgr.y (mgr.25480) 1370 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:46.930 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:46 smithi125 bash[66801]: cephadm 2023-12-09T02:15:45.303219+0000 mgr.y (mgr.25480) 1371 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:46.930 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:46 smithi125 bash[66801]: cluster 2023-12-09T02:15:45.374300+0000 mgr.y (mgr.25480) 1372 : cluster 0 pgmap v236: 161 pgs: 33 active+undersized, 21 active+undersized+degraded, 107 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 90/726 objects degraded (12.397%) 2023-12-09T02:15:46.930 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:46 smithi125 bash[66801]: cephadm 2023-12-09T02:15:45.404486+0000 mgr.y (mgr.25480) 1373 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:46.930 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:46 smithi125 bash[66801]: cephadm 2023-12-09T02:15:45.498646+0000 mgr.y (mgr.25480) 1374 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:46.930 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:46 smithi125 bash[66801]: cephadm 2023-12-09T02:15:45.593009+0000 mgr.y (mgr.25480) 1375 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:46.930 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:46 smithi125 bash[66801]: cephadm 2023-12-09T02:15:45.691114+0000 mgr.y (mgr.25480) 1376 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:46.930 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:46 smithi125 bash[66801]: audit 2023-12-09T02:15:45.774210+0000 mon.a (mon.0) 5707 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:46.930 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:46 smithi125 bash[66801]: audit 2023-12-09T02:15:45.776699+0000 mon.a (mon.0) 5708 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:46.931 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:46 smithi125 bash[66801]: audit 2023-12-09T02:15:45.779932+0000 mon.a (mon.0) 5709 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:46.931 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:46 smithi125 bash[66801]: audit 2023-12-09T02:15:45.780950+0000 mon.a (mon.0) 5710 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:46.931 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:46 smithi125 bash[66801]: audit 2023-12-09T02:15:45.788317+0000 mon.a (mon.0) 5711 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:46.931 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:46 smithi125 bash[66801]: audit 2023-12-09T02:15:45.870465+0000 mon.a (mon.0) 5712 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:46.931 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:46 smithi125 bash[66801]: audit 2023-12-09T02:15:45.873061+0000 mon.a (mon.0) 5713 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:46.931 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:46 smithi125 bash[66801]: audit 2023-12-09T02:15:45.877029+0000 mon.a (mon.0) 5714 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:46.931 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:46 smithi125 bash[66801]: audit 2023-12-09T02:15:45.878486+0000 mon.a (mon.0) 5715 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:46.931 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:46 smithi125 bash[66801]: audit 2023-12-09T02:15:45.886226+0000 mon.a (mon.0) 5716 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:46.931 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:46 smithi125 bash[66801]: audit 2023-12-09T02:15:45.965284+0000 mon.a (mon.0) 5717 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:46.931 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:46 smithi125 bash[66801]: audit 2023-12-09T02:15:45.967624+0000 mon.a (mon.0) 5718 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:46.931 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:46 smithi125 bash[66801]: audit 2023-12-09T02:15:45.971293+0000 mon.a (mon.0) 5719 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:46.931 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:46 smithi125 bash[66801]: audit 2023-12-09T02:15:45.972515+0000 mon.a (mon.0) 5720 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:46.931 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:46 smithi125 bash[66801]: audit 2023-12-09T02:15:45.980120+0000 mon.a (mon.0) 5721 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:46.931 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:46 smithi125 bash[66801]: audit 2023-12-09T02:15:46.061878+0000 mon.a (mon.0) 5722 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:46.931 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:46 smithi125 bash[66801]: audit 2023-12-09T02:15:46.064147+0000 mon.a (mon.0) 5723 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:46.932 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:46 smithi125 bash[66801]: audit 2023-12-09T02:15:46.067394+0000 mon.a (mon.0) 5724 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:46.932 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:46 smithi125 bash[66801]: audit 2023-12-09T02:15:46.068299+0000 mon.a (mon.0) 5725 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:46.932 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:46 smithi125 bash[66801]: audit 2023-12-09T02:15:46.074277+0000 mon.a (mon.0) 5726 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:46.932 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:46 smithi125 bash[66801]: audit 2023-12-09T02:15:46.155302+0000 mon.a (mon.0) 5727 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:46.932 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:46 smithi125 bash[66801]: audit 2023-12-09T02:15:46.157978+0000 mon.a (mon.0) 5728 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:46.932 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:46 smithi125 bash[66801]: audit 2023-12-09T02:15:46.160823+0000 mon.a (mon.0) 5729 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:46.932 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:46 smithi125 bash[66801]: audit 2023-12-09T02:15:46.162051+0000 mon.a (mon.0) 5730 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:46.932 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:46 smithi125 bash[66801]: audit 2023-12-09T02:15:46.169926+0000 mon.a (mon.0) 5731 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:46.932 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:46 smithi125 bash[66801]: audit 2023-12-09T02:15:46.253123+0000 mon.a (mon.0) 5732 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:46.932 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:46 smithi125 bash[66801]: audit 2023-12-09T02:15:46.255942+0000 mon.a (mon.0) 5733 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:46.932 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:46 smithi125 bash[66801]: audit 2023-12-09T02:15:46.258558+0000 mon.a (mon.0) 5734 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:46.932 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:46 smithi125 bash[66801]: audit 2023-12-09T02:15:46.259780+0000 mon.a (mon.0) 5735 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:46.932 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:46 smithi125 bash[66801]: audit 2023-12-09T02:15:46.267460+0000 mon.a (mon.0) 5736 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:46.933 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:46 smithi125 bash[66801]: audit 2023-12-09T02:15:46.350566+0000 mon.a (mon.0) 5737 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:46.933 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:46 smithi125 bash[66801]: audit 2023-12-09T02:15:46.352921+0000 mon.a (mon.0) 5738 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:46.933 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:46 smithi125 bash[66801]: audit 2023-12-09T02:15:46.356596+0000 mon.a (mon.0) 5739 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:46.933 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:46 smithi125 bash[66801]: audit 2023-12-09T02:15:46.357810+0000 mon.a (mon.0) 5740 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:46.933 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:46 smithi125 bash[66801]: audit 2023-12-09T02:15:46.366278+0000 mon.a (mon.0) 5741 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:46.933 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:46 smithi125 bash[66801]: audit 2023-12-09T02:15:46.444859+0000 mon.a (mon.0) 5742 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:46.933 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:46 smithi125 bash[66801]: audit 2023-12-09T02:15:46.447642+0000 mon.a (mon.0) 5743 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:46.933 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:46 smithi125 bash[66801]: audit 2023-12-09T02:15:46.451293+0000 mon.a (mon.0) 5744 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:46.933 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:46 smithi125 bash[66801]: audit 2023-12-09T02:15:46.452238+0000 mon.a (mon.0) 5745 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:46.933 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:46 smithi125 bash[66801]: audit 2023-12-09T02:15:46.460160+0000 mon.a (mon.0) 5746 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:46.933 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:46 smithi125 bash[66801]: audit 2023-12-09T02:15:46.541982+0000 mon.a (mon.0) 5747 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:46.933 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:46 smithi125 bash[66801]: audit 2023-12-09T02:15:46.544799+0000 mon.a (mon.0) 5748 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:46.933 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:46 smithi125 bash[66801]: audit 2023-12-09T02:15:46.548719+0000 mon.a (mon.0) 5749 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:46.933 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:46 smithi125 bash[66801]: audit 2023-12-09T02:15:46.550050+0000 mon.a (mon.0) 5750 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:46.933 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:46 smithi125 bash[66801]: audit 2023-12-09T02:15:46.557720+0000 mon.a (mon.0) 5751 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:46.934 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:46 smithi125 bash[66801]: audit 2023-12-09T02:15:46.639431+0000 mon.a (mon.0) 5752 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:46.934 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:46 smithi125 bash[66801]: audit 2023-12-09T02:15:46.642198+0000 mon.a (mon.0) 5753 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:46.934 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:46 smithi125 bash[66801]: audit 2023-12-09T02:15:46.645634+0000 mon.a (mon.0) 5754 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:46.934 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:46 smithi125 bash[66801]: audit 2023-12-09T02:15:46.646775+0000 mon.a (mon.0) 5755 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:46.934 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:46 smithi125 bash[66801]: audit 2023-12-09T02:15:46.653277+0000 mon.a (mon.0) 5756 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:47.220 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:46 smithi067 bash[82083]: cephadm 2023-12-09T02:15:44.804220+0000 mgr.y (mgr.25480) 1366 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:47.220 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:46 smithi067 bash[82083]: cephadm 2023-12-09T02:15:44.904644+0000 mgr.y (mgr.25480) 1367 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:47.221 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:46 smithi067 bash[82083]: cephadm 2023-12-09T02:15:45.001184+0000 mgr.y (mgr.25480) 1368 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:47.221 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:46 smithi067 bash[82083]: cephadm 2023-12-09T02:15:45.100980+0000 mgr.y (mgr.25480) 1369 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:47.221 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:46 smithi067 bash[82083]: cephadm 2023-12-09T02:15:45.202399+0000 mgr.y (mgr.25480) 1370 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:47.221 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:46 smithi067 bash[82083]: cephadm 2023-12-09T02:15:45.303219+0000 mgr.y (mgr.25480) 1371 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:47.221 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:46 smithi067 bash[82083]: cluster 2023-12-09T02:15:45.374300+0000 mgr.y (mgr.25480) 1372 : cluster 0 pgmap v236: 161 pgs: 33 active+undersized, 21 active+undersized+degraded, 107 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 90/726 objects degraded (12.397%) 2023-12-09T02:15:47.221 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:46 smithi067 bash[82083]: cephadm 2023-12-09T02:15:45.404486+0000 mgr.y (mgr.25480) 1373 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:47.221 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:46 smithi067 bash[82083]: cephadm 2023-12-09T02:15:45.498646+0000 mgr.y (mgr.25480) 1374 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:47.221 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:46 smithi067 bash[82083]: cephadm 2023-12-09T02:15:45.593009+0000 mgr.y (mgr.25480) 1375 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:47.221 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:46 smithi067 bash[82083]: cephadm 2023-12-09T02:15:45.691114+0000 mgr.y (mgr.25480) 1376 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:47.221 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:46 smithi067 bash[82083]: audit 2023-12-09T02:15:45.774210+0000 mon.a (mon.0) 5707 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:47.221 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:46 smithi067 bash[82083]: audit 2023-12-09T02:15:45.776699+0000 mon.a (mon.0) 5708 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:47.221 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:46 smithi067 bash[82083]: audit 2023-12-09T02:15:45.779932+0000 mon.a (mon.0) 5709 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:47.221 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:46 smithi067 bash[82083]: audit 2023-12-09T02:15:45.780950+0000 mon.a (mon.0) 5710 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:47.221 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:46 smithi067 bash[82083]: audit 2023-12-09T02:15:45.788317+0000 mon.a (mon.0) 5711 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:47.222 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:46 smithi067 bash[82083]: audit 2023-12-09T02:15:45.870465+0000 mon.a (mon.0) 5712 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:47.222 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:46 smithi067 bash[82083]: audit 2023-12-09T02:15:45.873061+0000 mon.a (mon.0) 5713 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:47.222 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:46 smithi067 bash[82083]: audit 2023-12-09T02:15:45.877029+0000 mon.a (mon.0) 5714 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:47.222 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:46 smithi067 bash[82083]: audit 2023-12-09T02:15:45.878486+0000 mon.a (mon.0) 5715 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:47.222 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:46 smithi067 bash[79370]: cephadm 2023-12-09T02:15:44.804220+0000 mgr.y (mgr.25480) 1366 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:47.222 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:46 smithi067 bash[79370]: cephadm 2023-12-09T02:15:44.904644+0000 mgr.y (mgr.25480) 1367 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:47.222 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:46 smithi067 bash[79370]: cephadm 2023-12-09T02:15:45.001184+0000 mgr.y (mgr.25480) 1368 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:47.222 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:46 smithi067 bash[79370]: cephadm 2023-12-09T02:15:45.100980+0000 mgr.y (mgr.25480) 1369 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:47.222 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:46 smithi067 bash[79370]: cephadm 2023-12-09T02:15:45.202399+0000 mgr.y (mgr.25480) 1370 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:47.222 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:46 smithi067 bash[79370]: cephadm 2023-12-09T02:15:45.303219+0000 mgr.y (mgr.25480) 1371 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:47.223 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:46 smithi067 bash[79370]: cluster 2023-12-09T02:15:45.374300+0000 mgr.y (mgr.25480) 1372 : cluster 0 pgmap v236: 161 pgs: 33 active+undersized, 21 active+undersized+degraded, 107 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 90/726 objects degraded (12.397%) 2023-12-09T02:15:47.223 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:46 smithi067 bash[79370]: cephadm 2023-12-09T02:15:45.404486+0000 mgr.y (mgr.25480) 1373 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:47.223 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:46 smithi067 bash[79370]: cephadm 2023-12-09T02:15:45.498646+0000 mgr.y (mgr.25480) 1374 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:47.223 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:46 smithi067 bash[79370]: cephadm 2023-12-09T02:15:45.593009+0000 mgr.y (mgr.25480) 1375 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:47.223 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:46 smithi067 bash[79370]: cephadm 2023-12-09T02:15:45.691114+0000 mgr.y (mgr.25480) 1376 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:47.223 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:46 smithi067 bash[79370]: audit 2023-12-09T02:15:45.774210+0000 mon.a (mon.0) 5707 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:47.223 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:46 smithi067 bash[79370]: audit 2023-12-09T02:15:45.776699+0000 mon.a (mon.0) 5708 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:47.223 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:46 smithi067 bash[79370]: audit 2023-12-09T02:15:45.779932+0000 mon.a (mon.0) 5709 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:47.223 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:46 smithi067 bash[79370]: audit 2023-12-09T02:15:45.780950+0000 mon.a (mon.0) 5710 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:47.223 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:46 smithi067 bash[79370]: audit 2023-12-09T02:15:45.788317+0000 mon.a (mon.0) 5711 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:47.223 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:46 smithi067 bash[79370]: audit 2023-12-09T02:15:45.870465+0000 mon.a (mon.0) 5712 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:47.223 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:46 smithi067 bash[79370]: audit 2023-12-09T02:15:45.873061+0000 mon.a (mon.0) 5713 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:47.223 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:46 smithi067 bash[79370]: audit 2023-12-09T02:15:45.877029+0000 mon.a (mon.0) 5714 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:47.223 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:46 smithi067 bash[79370]: audit 2023-12-09T02:15:45.878486+0000 mon.a (mon.0) 5715 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:47.224 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:46 smithi067 bash[82083]: audit 2023-12-09T02:15:45.886226+0000 mon.a (mon.0) 5716 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:47.224 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:46 smithi067 bash[82083]: audit 2023-12-09T02:15:45.965284+0000 mon.a (mon.0) 5717 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:47.224 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:46 smithi067 bash[82083]: audit 2023-12-09T02:15:45.967624+0000 mon.a (mon.0) 5718 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:47.224 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:46 smithi067 bash[82083]: audit 2023-12-09T02:15:45.971293+0000 mon.a (mon.0) 5719 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:47.224 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:46 smithi067 bash[82083]: audit 2023-12-09T02:15:45.972515+0000 mon.a (mon.0) 5720 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:47.224 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:46 smithi067 bash[82083]: audit 2023-12-09T02:15:45.980120+0000 mon.a (mon.0) 5721 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:47.224 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:46 smithi067 bash[82083]: audit 2023-12-09T02:15:46.061878+0000 mon.a (mon.0) 5722 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:47.224 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:46 smithi067 bash[82083]: audit 2023-12-09T02:15:46.064147+0000 mon.a (mon.0) 5723 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:47.225 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:46 smithi067 bash[82083]: audit 2023-12-09T02:15:46.067394+0000 mon.a (mon.0) 5724 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:47.225 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:46 smithi067 bash[82083]: audit 2023-12-09T02:15:46.068299+0000 mon.a (mon.0) 5725 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:47.225 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:46 smithi067 bash[82083]: audit 2023-12-09T02:15:46.074277+0000 mon.a (mon.0) 5726 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:47.225 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:46 smithi067 bash[82083]: audit 2023-12-09T02:15:46.155302+0000 mon.a (mon.0) 5727 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:47.225 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:46 smithi067 bash[82083]: audit 2023-12-09T02:15:46.157978+0000 mon.a (mon.0) 5728 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:47.225 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:46 smithi067 bash[82083]: audit 2023-12-09T02:15:46.160823+0000 mon.a (mon.0) 5729 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:47.225 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:46 smithi067 bash[82083]: audit 2023-12-09T02:15:46.162051+0000 mon.a (mon.0) 5730 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:47.225 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:46 smithi067 bash[82083]: audit 2023-12-09T02:15:46.169926+0000 mon.a (mon.0) 5731 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:47.225 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:46 smithi067 bash[82083]: audit 2023-12-09T02:15:46.253123+0000 mon.a (mon.0) 5732 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:47.225 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:46 smithi067 bash[82083]: audit 2023-12-09T02:15:46.255942+0000 mon.a (mon.0) 5733 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:47.225 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:46 smithi067 bash[82083]: audit 2023-12-09T02:15:46.258558+0000 mon.a (mon.0) 5734 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:47.225 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:46 smithi067 bash[82083]: audit 2023-12-09T02:15:46.259780+0000 mon.a (mon.0) 5735 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:47.225 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:46 smithi067 bash[82083]: audit 2023-12-09T02:15:46.267460+0000 mon.a (mon.0) 5736 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:47.225 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:46 smithi067 bash[82083]: audit 2023-12-09T02:15:46.350566+0000 mon.a (mon.0) 5737 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:47.225 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:46 smithi067 bash[82083]: audit 2023-12-09T02:15:46.352921+0000 mon.a (mon.0) 5738 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:47.226 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:46 smithi067 bash[82083]: audit 2023-12-09T02:15:46.356596+0000 mon.a (mon.0) 5739 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:47.226 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:46 smithi067 bash[82083]: audit 2023-12-09T02:15:46.357810+0000 mon.a (mon.0) 5740 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:47.226 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:46 smithi067 bash[82083]: audit 2023-12-09T02:15:46.366278+0000 mon.a (mon.0) 5741 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:47.226 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:46 smithi067 bash[82083]: audit 2023-12-09T02:15:46.444859+0000 mon.a (mon.0) 5742 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:47.226 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:46 smithi067 bash[82083]: audit 2023-12-09T02:15:46.447642+0000 mon.a (mon.0) 5743 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:47.226 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:46 smithi067 bash[82083]: audit 2023-12-09T02:15:46.451293+0000 mon.a (mon.0) 5744 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:47.226 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:46 smithi067 bash[82083]: audit 2023-12-09T02:15:46.452238+0000 mon.a (mon.0) 5745 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:47.226 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:46 smithi067 bash[82083]: audit 2023-12-09T02:15:46.460160+0000 mon.a (mon.0) 5746 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:47.226 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:46 smithi067 bash[82083]: audit 2023-12-09T02:15:46.541982+0000 mon.a (mon.0) 5747 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:47.226 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:46 smithi067 bash[82083]: audit 2023-12-09T02:15:46.544799+0000 mon.a (mon.0) 5748 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:47.226 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:46 smithi067 bash[82083]: audit 2023-12-09T02:15:46.548719+0000 mon.a (mon.0) 5749 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:47.226 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:46 smithi067 bash[82083]: audit 2023-12-09T02:15:46.550050+0000 mon.a (mon.0) 5750 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:47.226 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:46 smithi067 bash[82083]: audit 2023-12-09T02:15:46.557720+0000 mon.a (mon.0) 5751 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:47.226 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:46 smithi067 bash[82083]: audit 2023-12-09T02:15:46.639431+0000 mon.a (mon.0) 5752 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:47.226 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:46 smithi067 bash[82083]: audit 2023-12-09T02:15:46.642198+0000 mon.a (mon.0) 5753 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:47.227 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:46 smithi067 bash[82083]: audit 2023-12-09T02:15:46.645634+0000 mon.a (mon.0) 5754 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:47.227 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:46 smithi067 bash[82083]: audit 2023-12-09T02:15:46.646775+0000 mon.a (mon.0) 5755 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:47.227 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:46 smithi067 bash[82083]: audit 2023-12-09T02:15:46.653277+0000 mon.a (mon.0) 5756 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:47.227 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:46 smithi067 bash[79370]: audit 2023-12-09T02:15:45.886226+0000 mon.a (mon.0) 5716 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:47.227 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:46 smithi067 bash[79370]: audit 2023-12-09T02:15:45.965284+0000 mon.a (mon.0) 5717 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:47.227 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:46 smithi067 bash[79370]: audit 2023-12-09T02:15:45.967624+0000 mon.a (mon.0) 5718 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:47.227 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:46 smithi067 bash[79370]: audit 2023-12-09T02:15:45.971293+0000 mon.a (mon.0) 5719 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:47.228 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:46 smithi067 bash[79370]: audit 2023-12-09T02:15:45.972515+0000 mon.a (mon.0) 5720 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:47.228 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:46 smithi067 bash[79370]: audit 2023-12-09T02:15:45.980120+0000 mon.a (mon.0) 5721 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:47.228 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:46 smithi067 bash[79370]: audit 2023-12-09T02:15:46.061878+0000 mon.a (mon.0) 5722 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:47.228 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:46 smithi067 bash[79370]: audit 2023-12-09T02:15:46.064147+0000 mon.a (mon.0) 5723 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:47.228 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:46 smithi067 bash[79370]: audit 2023-12-09T02:15:46.067394+0000 mon.a (mon.0) 5724 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:47.228 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:46 smithi067 bash[79370]: audit 2023-12-09T02:15:46.068299+0000 mon.a (mon.0) 5725 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:47.228 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:46 smithi067 bash[79370]: audit 2023-12-09T02:15:46.074277+0000 mon.a (mon.0) 5726 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:47.228 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:46 smithi067 bash[79370]: audit 2023-12-09T02:15:46.155302+0000 mon.a (mon.0) 5727 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:47.228 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:46 smithi067 bash[79370]: audit 2023-12-09T02:15:46.157978+0000 mon.a (mon.0) 5728 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:47.228 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:46 smithi067 bash[79370]: audit 2023-12-09T02:15:46.160823+0000 mon.a (mon.0) 5729 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:47.228 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:46 smithi067 bash[79370]: audit 2023-12-09T02:15:46.162051+0000 mon.a (mon.0) 5730 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:47.228 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:46 smithi067 bash[79370]: audit 2023-12-09T02:15:46.169926+0000 mon.a (mon.0) 5731 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:47.228 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:46 smithi067 bash[79370]: audit 2023-12-09T02:15:46.253123+0000 mon.a (mon.0) 5732 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:47.228 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:46 smithi067 bash[79370]: audit 2023-12-09T02:15:46.255942+0000 mon.a (mon.0) 5733 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:47.228 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:46 smithi067 bash[79370]: audit 2023-12-09T02:15:46.258558+0000 mon.a (mon.0) 5734 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:47.229 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:46 smithi067 bash[79370]: audit 2023-12-09T02:15:46.259780+0000 mon.a (mon.0) 5735 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:47.229 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:46 smithi067 bash[79370]: audit 2023-12-09T02:15:46.267460+0000 mon.a (mon.0) 5736 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:47.229 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:46 smithi067 bash[79370]: audit 2023-12-09T02:15:46.350566+0000 mon.a (mon.0) 5737 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:47.229 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:46 smithi067 bash[79370]: audit 2023-12-09T02:15:46.352921+0000 mon.a (mon.0) 5738 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:47.229 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:46 smithi067 bash[79370]: audit 2023-12-09T02:15:46.356596+0000 mon.a (mon.0) 5739 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:47.229 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:46 smithi067 bash[79370]: audit 2023-12-09T02:15:46.357810+0000 mon.a (mon.0) 5740 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:47.229 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:46 smithi067 bash[79370]: audit 2023-12-09T02:15:46.366278+0000 mon.a (mon.0) 5741 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:47.229 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:46 smithi067 bash[79370]: audit 2023-12-09T02:15:46.444859+0000 mon.a (mon.0) 5742 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:47.229 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:46 smithi067 bash[79370]: audit 2023-12-09T02:15:46.447642+0000 mon.a (mon.0) 5743 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:47.229 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:46 smithi067 bash[79370]: audit 2023-12-09T02:15:46.451293+0000 mon.a (mon.0) 5744 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:47.229 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:46 smithi067 bash[79370]: audit 2023-12-09T02:15:46.452238+0000 mon.a (mon.0) 5745 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:47.229 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:46 smithi067 bash[79370]: audit 2023-12-09T02:15:46.460160+0000 mon.a (mon.0) 5746 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:47.229 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:46 smithi067 bash[79370]: audit 2023-12-09T02:15:46.541982+0000 mon.a (mon.0) 5747 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:47.229 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:46 smithi067 bash[79370]: audit 2023-12-09T02:15:46.544799+0000 mon.a (mon.0) 5748 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:47.229 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:46 smithi067 bash[79370]: audit 2023-12-09T02:15:46.548719+0000 mon.a (mon.0) 5749 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:47.230 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:46 smithi067 bash[79370]: audit 2023-12-09T02:15:46.550050+0000 mon.a (mon.0) 5750 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:47.230 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:46 smithi067 bash[79370]: audit 2023-12-09T02:15:46.557720+0000 mon.a (mon.0) 5751 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:47.230 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:46 smithi067 bash[79370]: audit 2023-12-09T02:15:46.639431+0000 mon.a (mon.0) 5752 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:47.230 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:46 smithi067 bash[79370]: audit 2023-12-09T02:15:46.642198+0000 mon.a (mon.0) 5753 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:47.230 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:46 smithi067 bash[79370]: audit 2023-12-09T02:15:46.645634+0000 mon.a (mon.0) 5754 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:47.230 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:46 smithi067 bash[79370]: audit 2023-12-09T02:15:46.646775+0000 mon.a (mon.0) 5755 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:47.230 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:46 smithi067 bash[79370]: audit 2023-12-09T02:15:46.653277+0000 mon.a (mon.0) 5756 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:47.471 INFO:journalctl@ceph.osd.6.smithi125.stdout:Dec 09 02:15:47 smithi125 bash[79645]: debug 2023-12-09T02:15:47.274+0000 7fcdca3f2640 -1 Falling back to public interface 2023-12-09T02:15:48.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:47 smithi067 bash[79370]: cephadm 2023-12-09T02:15:45.789070+0000 mgr.y (mgr.25480) 1377 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:48.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:47 smithi067 bash[79370]: cephadm 2023-12-09T02:15:45.886958+0000 mgr.y (mgr.25480) 1378 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:48.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:47 smithi067 bash[79370]: cephadm 2023-12-09T02:15:45.980674+0000 mgr.y (mgr.25480) 1379 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:48.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:47 smithi067 bash[79370]: cephadm 2023-12-09T02:15:46.074816+0000 mgr.y (mgr.25480) 1380 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:48.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:47 smithi067 bash[79370]: cephadm 2023-12-09T02:15:46.170516+0000 mgr.y (mgr.25480) 1381 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:48.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:47 smithi067 bash[79370]: cephadm 2023-12-09T02:15:46.268026+0000 mgr.y (mgr.25480) 1382 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:48.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:47 smithi067 bash[79370]: cephadm 2023-12-09T02:15:46.366842+0000 mgr.y (mgr.25480) 1383 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:48.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:47 smithi067 bash[79370]: cephadm 2023-12-09T02:15:46.460885+0000 mgr.y (mgr.25480) 1384 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:48.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:47 smithi067 bash[79370]: cephadm 2023-12-09T02:15:46.558361+0000 mgr.y (mgr.25480) 1385 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:48.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:47 smithi067 bash[79370]: cephadm 2023-12-09T02:15:46.654394+0000 mgr.y (mgr.25480) 1386 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:48.222 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:47 smithi067 bash[79370]: audit 2023-12-09T02:15:46.741120+0000 mon.a (mon.0) 5757 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:48.222 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:47 smithi067 bash[79370]: audit 2023-12-09T02:15:46.742975+0000 mon.a (mon.0) 5758 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:48.222 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:47 smithi067 bash[79370]: audit 2023-12-09T02:15:46.744809+0000 mon.a (mon.0) 5759 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:48.222 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:47 smithi067 bash[79370]: audit 2023-12-09T02:15:46.745575+0000 mon.a (mon.0) 5760 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:48.222 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:47 smithi067 bash[79370]: audit 2023-12-09T02:15:46.750740+0000 mon.a (mon.0) 5761 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:48.222 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:47 smithi067 bash[79370]: audit 2023-12-09T02:15:46.831840+0000 mon.a (mon.0) 5762 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:48.222 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:47 smithi067 bash[79370]: audit 2023-12-09T02:15:46.835225+0000 mon.a (mon.0) 5763 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:48.222 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:47 smithi067 bash[79370]: audit 2023-12-09T02:15:46.839133+0000 mon.a (mon.0) 5764 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:48.222 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:47 smithi067 bash[79370]: audit 2023-12-09T02:15:46.840316+0000 mon.a (mon.0) 5765 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:48.222 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:47 smithi067 bash[79370]: audit 2023-12-09T02:15:46.849508+0000 mon.a (mon.0) 5766 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:48.222 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:47 smithi067 bash[79370]: audit 2023-12-09T02:15:46.931829+0000 mon.a (mon.0) 5767 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:48.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:47 smithi067 bash[82083]: cephadm 2023-12-09T02:15:45.789070+0000 mgr.y (mgr.25480) 1377 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:48.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:47 smithi067 bash[82083]: cephadm 2023-12-09T02:15:45.886958+0000 mgr.y (mgr.25480) 1378 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:48.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:47 smithi067 bash[82083]: cephadm 2023-12-09T02:15:45.980674+0000 mgr.y (mgr.25480) 1379 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:48.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:47 smithi067 bash[82083]: cephadm 2023-12-09T02:15:46.074816+0000 mgr.y (mgr.25480) 1380 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:48.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:47 smithi067 bash[82083]: cephadm 2023-12-09T02:15:46.170516+0000 mgr.y (mgr.25480) 1381 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:48.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:47 smithi067 bash[82083]: cephadm 2023-12-09T02:15:46.268026+0000 mgr.y (mgr.25480) 1382 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:48.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:47 smithi067 bash[82083]: cephadm 2023-12-09T02:15:46.366842+0000 mgr.y (mgr.25480) 1383 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:48.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:47 smithi067 bash[82083]: cephadm 2023-12-09T02:15:46.460885+0000 mgr.y (mgr.25480) 1384 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:48.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:47 smithi067 bash[82083]: cephadm 2023-12-09T02:15:46.558361+0000 mgr.y (mgr.25480) 1385 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:48.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:47 smithi067 bash[82083]: cephadm 2023-12-09T02:15:46.654394+0000 mgr.y (mgr.25480) 1386 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:48.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:47 smithi067 bash[82083]: audit 2023-12-09T02:15:46.741120+0000 mon.a (mon.0) 5757 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:48.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:47 smithi067 bash[82083]: audit 2023-12-09T02:15:46.742975+0000 mon.a (mon.0) 5758 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:48.224 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:47 smithi067 bash[82083]: audit 2023-12-09T02:15:46.744809+0000 mon.a (mon.0) 5759 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:48.224 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:47 smithi067 bash[82083]: audit 2023-12-09T02:15:46.745575+0000 mon.a (mon.0) 5760 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:48.224 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:47 smithi067 bash[82083]: audit 2023-12-09T02:15:46.750740+0000 mon.a (mon.0) 5761 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:48.224 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:47 smithi067 bash[82083]: audit 2023-12-09T02:15:46.831840+0000 mon.a (mon.0) 5762 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:48.224 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:47 smithi067 bash[82083]: audit 2023-12-09T02:15:46.835225+0000 mon.a (mon.0) 5763 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:48.224 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:47 smithi067 bash[82083]: audit 2023-12-09T02:15:46.839133+0000 mon.a (mon.0) 5764 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:48.224 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:47 smithi067 bash[82083]: audit 2023-12-09T02:15:46.840316+0000 mon.a (mon.0) 5765 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:48.224 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:47 smithi067 bash[82083]: audit 2023-12-09T02:15:46.849508+0000 mon.a (mon.0) 5766 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:48.224 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:47 smithi067 bash[82083]: audit 2023-12-09T02:15:46.931829+0000 mon.a (mon.0) 5767 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:48.224 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:47 smithi067 bash[82083]: audit 2023-12-09T02:15:46.934553+0000 mon.a (mon.0) 5768 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:48.224 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:47 smithi067 bash[82083]: audit 2023-12-09T02:15:46.937292+0000 mon.a (mon.0) 5769 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:48.224 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:47 smithi067 bash[82083]: audit 2023-12-09T02:15:46.938395+0000 mon.a (mon.0) 5770 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:48.224 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:47 smithi067 bash[82083]: audit 2023-12-09T02:15:46.946137+0000 mon.a (mon.0) 5771 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:48.224 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:47 smithi067 bash[82083]: audit 2023-12-09T02:15:47.026165+0000 mon.a (mon.0) 5772 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:48.224 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:47 smithi067 bash[82083]: audit 2023-12-09T02:15:47.029198+0000 mon.a (mon.0) 5773 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:48.225 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:47 smithi067 bash[82083]: audit 2023-12-09T02:15:47.031548+0000 mon.a (mon.0) 5774 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:48.225 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:47 smithi067 bash[82083]: audit 2023-12-09T02:15:47.032446+0000 mon.a (mon.0) 5775 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:48.225 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:47 smithi067 bash[82083]: audit 2023-12-09T02:15:47.038968+0000 mon.a (mon.0) 5776 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:48.225 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:47 smithi067 bash[82083]: audit 2023-12-09T02:15:47.120888+0000 mon.a (mon.0) 5777 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:48.225 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:47 smithi067 bash[82083]: audit 2023-12-09T02:15:47.123245+0000 mon.a (mon.0) 5778 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:48.225 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:47 smithi067 bash[82083]: audit 2023-12-09T02:15:47.126166+0000 mon.a (mon.0) 5779 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:48.225 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:47 smithi067 bash[82083]: audit 2023-12-09T02:15:47.127157+0000 mon.a (mon.0) 5780 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:48.225 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:47 smithi067 bash[82083]: audit 2023-12-09T02:15:47.133387+0000 mon.a (mon.0) 5781 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:48.225 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:47 smithi067 bash[82083]: audit 2023-12-09T02:15:47.214716+0000 mon.a (mon.0) 5782 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:48.225 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:47 smithi067 bash[82083]: audit 2023-12-09T02:15:47.217013+0000 mon.a (mon.0) 5783 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:48.225 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:47 smithi067 bash[82083]: audit 2023-12-09T02:15:47.219264+0000 mon.a (mon.0) 5784 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:48.225 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:47 smithi067 bash[82083]: audit 2023-12-09T02:15:47.220647+0000 mon.a (mon.0) 5785 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:48.225 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:47 smithi067 bash[82083]: audit 2023-12-09T02:15:47.226961+0000 mon.a (mon.0) 5786 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:48.226 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:47 smithi067 bash[79370]: audit 2023-12-09T02:15:46.934553+0000 mon.a (mon.0) 5768 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:48.226 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:47 smithi067 bash[79370]: audit 2023-12-09T02:15:46.937292+0000 mon.a (mon.0) 5769 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:48.226 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:47 smithi067 bash[79370]: audit 2023-12-09T02:15:46.938395+0000 mon.a (mon.0) 5770 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:48.226 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:47 smithi067 bash[79370]: audit 2023-12-09T02:15:46.946137+0000 mon.a (mon.0) 5771 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:48.226 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:47 smithi067 bash[79370]: audit 2023-12-09T02:15:47.026165+0000 mon.a (mon.0) 5772 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:48.226 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:47 smithi067 bash[79370]: audit 2023-12-09T02:15:47.029198+0000 mon.a (mon.0) 5773 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:48.226 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:47 smithi067 bash[79370]: audit 2023-12-09T02:15:47.031548+0000 mon.a (mon.0) 5774 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:48.226 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:47 smithi067 bash[79370]: audit 2023-12-09T02:15:47.032446+0000 mon.a (mon.0) 5775 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:48.226 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:47 smithi067 bash[79370]: audit 2023-12-09T02:15:47.038968+0000 mon.a (mon.0) 5776 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:48.226 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:47 smithi067 bash[79370]: audit 2023-12-09T02:15:47.120888+0000 mon.a (mon.0) 5777 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:48.226 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:47 smithi067 bash[79370]: audit 2023-12-09T02:15:47.123245+0000 mon.a (mon.0) 5778 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:48.226 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:47 smithi067 bash[79370]: audit 2023-12-09T02:15:47.126166+0000 mon.a (mon.0) 5779 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:48.226 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:47 smithi067 bash[79370]: audit 2023-12-09T02:15:47.127157+0000 mon.a (mon.0) 5780 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:48.227 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:47 smithi067 bash[79370]: audit 2023-12-09T02:15:47.133387+0000 mon.a (mon.0) 5781 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:48.227 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:47 smithi067 bash[79370]: audit 2023-12-09T02:15:47.214716+0000 mon.a (mon.0) 5782 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:48.227 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:47 smithi067 bash[79370]: audit 2023-12-09T02:15:47.217013+0000 mon.a (mon.0) 5783 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:48.227 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:47 smithi067 bash[79370]: audit 2023-12-09T02:15:47.219264+0000 mon.a (mon.0) 5784 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:48.227 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:47 smithi067 bash[79370]: audit 2023-12-09T02:15:47.220647+0000 mon.a (mon.0) 5785 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:48.227 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:47 smithi067 bash[79370]: audit 2023-12-09T02:15:47.226961+0000 mon.a (mon.0) 5786 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:48.227 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:47 smithi067 bash[82083]: cluster 2023-12-09T02:15:47.266464+0000 mon.a (mon.0) 5787 : cluster 3 Health check update: Degraded data redundancy: 90/726 objects degraded (12.397%), 21 pgs degraded (PG_DEGRADED) 2023-12-09T02:15:48.227 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:47 smithi067 bash[82083]: audit 2023-12-09T02:15:47.306639+0000 mon.a (mon.0) 5788 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:48.227 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:47 smithi067 bash[82083]: audit 2023-12-09T02:15:47.309956+0000 mon.a (mon.0) 5789 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:48.227 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:47 smithi067 bash[82083]: audit 2023-12-09T02:15:47.312616+0000 mon.a (mon.0) 5790 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:48.228 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:47 smithi067 bash[82083]: audit 2023-12-09T02:15:47.313587+0000 mon.a (mon.0) 5791 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:48.228 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:47 smithi067 bash[82083]: audit 2023-12-09T02:15:47.319281+0000 mon.a (mon.0) 5792 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:48.228 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:47 smithi067 bash[82083]: audit 2023-12-09T02:15:47.401933+0000 mon.a (mon.0) 5793 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:48.228 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:47 smithi067 bash[82083]: audit 2023-12-09T02:15:47.406344+0000 mon.a (mon.0) 5794 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:48.228 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:47 smithi067 bash[82083]: audit 2023-12-09T02:15:47.410036+0000 mon.a (mon.0) 5795 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:48.228 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:47 smithi067 bash[82083]: audit 2023-12-09T02:15:47.410938+0000 mon.a (mon.0) 5796 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:48.228 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:47 smithi067 bash[82083]: audit 2023-12-09T02:15:47.416745+0000 mon.a (mon.0) 5797 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:48.228 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:47 smithi067 bash[82083]: audit 2023-12-09T02:15:47.495619+0000 mon.a (mon.0) 5798 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:48.228 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:47 smithi067 bash[82083]: audit 2023-12-09T02:15:47.498390+0000 mon.a (mon.0) 5799 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:48.228 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:47 smithi067 bash[82083]: audit 2023-12-09T02:15:47.501775+0000 mon.a (mon.0) 5800 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:48.228 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:47 smithi067 bash[82083]: audit 2023-12-09T02:15:47.502845+0000 mon.a (mon.0) 5801 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:48.228 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:47 smithi067 bash[82083]: audit 2023-12-09T02:15:47.512319+0000 mon.a (mon.0) 5802 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:48.228 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:47 smithi067 bash[82083]: audit 2023-12-09T02:15:47.595126+0000 mon.a (mon.0) 5803 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:48.228 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:47 smithi067 bash[82083]: audit 2023-12-09T02:15:47.597735+0000 mon.a (mon.0) 5804 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:48.228 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:47 smithi067 bash[82083]: audit 2023-12-09T02:15:47.602118+0000 mon.a (mon.0) 5805 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:48.229 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:47 smithi067 bash[82083]: audit 2023-12-09T02:15:47.603562+0000 mon.a (mon.0) 5806 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:48.229 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:47 smithi067 bash[79370]: cluster 2023-12-09T02:15:47.266464+0000 mon.a (mon.0) 5787 : cluster 3 Health check update: Degraded data redundancy: 90/726 objects degraded (12.397%), 21 pgs degraded (PG_DEGRADED) 2023-12-09T02:15:48.229 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:47 smithi067 bash[79370]: audit 2023-12-09T02:15:47.306639+0000 mon.a (mon.0) 5788 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:48.229 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:47 smithi067 bash[79370]: audit 2023-12-09T02:15:47.309956+0000 mon.a (mon.0) 5789 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:48.229 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:47 smithi067 bash[79370]: audit 2023-12-09T02:15:47.312616+0000 mon.a (mon.0) 5790 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:48.229 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:47 smithi067 bash[79370]: audit 2023-12-09T02:15:47.313587+0000 mon.a (mon.0) 5791 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:48.229 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:47 smithi067 bash[79370]: audit 2023-12-09T02:15:47.319281+0000 mon.a (mon.0) 5792 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:48.229 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:47 smithi067 bash[79370]: audit 2023-12-09T02:15:47.401933+0000 mon.a (mon.0) 5793 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:48.229 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:47 smithi067 bash[79370]: audit 2023-12-09T02:15:47.406344+0000 mon.a (mon.0) 5794 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:48.229 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:47 smithi067 bash[79370]: audit 2023-12-09T02:15:47.410036+0000 mon.a (mon.0) 5795 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:48.229 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:47 smithi067 bash[79370]: audit 2023-12-09T02:15:47.410938+0000 mon.a (mon.0) 5796 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:48.230 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:47 smithi067 bash[79370]: audit 2023-12-09T02:15:47.416745+0000 mon.a (mon.0) 5797 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:48.230 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:47 smithi067 bash[79370]: audit 2023-12-09T02:15:47.495619+0000 mon.a (mon.0) 5798 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:48.230 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:47 smithi067 bash[79370]: audit 2023-12-09T02:15:47.498390+0000 mon.a (mon.0) 5799 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:48.230 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:47 smithi067 bash[79370]: audit 2023-12-09T02:15:47.501775+0000 mon.a (mon.0) 5800 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:48.230 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:47 smithi067 bash[79370]: audit 2023-12-09T02:15:47.502845+0000 mon.a (mon.0) 5801 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:48.230 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:47 smithi067 bash[79370]: audit 2023-12-09T02:15:47.512319+0000 mon.a (mon.0) 5802 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:48.230 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:47 smithi067 bash[79370]: audit 2023-12-09T02:15:47.595126+0000 mon.a (mon.0) 5803 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:48.230 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:47 smithi067 bash[79370]: audit 2023-12-09T02:15:47.597735+0000 mon.a (mon.0) 5804 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:48.230 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:47 smithi067 bash[79370]: audit 2023-12-09T02:15:47.602118+0000 mon.a (mon.0) 5805 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:48.230 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:47 smithi067 bash[79370]: audit 2023-12-09T02:15:47.603562+0000 mon.a (mon.0) 5806 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:48.230 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:47 smithi067 bash[82083]: audit 2023-12-09T02:15:47.614413+0000 mon.a (mon.0) 5807 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:48.231 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:47 smithi067 bash[82083]: audit 2023-12-09T02:15:47.691706+0000 mon.a (mon.0) 5808 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:48.231 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:47 smithi067 bash[82083]: audit 2023-12-09T02:15:47.694620+0000 mon.a (mon.0) 5809 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:48.231 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:47 smithi067 bash[82083]: audit 2023-12-09T02:15:47.698148+0000 mon.a (mon.0) 5810 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:48.231 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:47 smithi067 bash[82083]: audit 2023-12-09T02:15:47.699390+0000 mon.a (mon.0) 5811 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:48.231 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:47 smithi067 bash[82083]: audit 2023-12-09T02:15:47.709725+0000 mon.a (mon.0) 5812 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:48.231 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:47 smithi067 bash[79370]: audit 2023-12-09T02:15:47.614413+0000 mon.a (mon.0) 5807 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:48.231 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:47 smithi067 bash[79370]: audit 2023-12-09T02:15:47.691706+0000 mon.a (mon.0) 5808 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:48.231 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:47 smithi067 bash[79370]: audit 2023-12-09T02:15:47.694620+0000 mon.a (mon.0) 5809 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:48.231 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:47 smithi067 bash[79370]: audit 2023-12-09T02:15:47.698148+0000 mon.a (mon.0) 5810 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:48.231 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:47 smithi067 bash[79370]: audit 2023-12-09T02:15:47.699390+0000 mon.a (mon.0) 5811 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:48.231 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:47 smithi067 bash[79370]: audit 2023-12-09T02:15:47.709725+0000 mon.a (mon.0) 5812 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:48.232 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:47 smithi125 bash[66801]: cephadm 2023-12-09T02:15:45.789070+0000 mgr.y (mgr.25480) 1377 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:48.232 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:47 smithi125 bash[66801]: cephadm 2023-12-09T02:15:45.886958+0000 mgr.y (mgr.25480) 1378 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:48.232 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:47 smithi125 bash[66801]: cephadm 2023-12-09T02:15:45.980674+0000 mgr.y (mgr.25480) 1379 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:48.232 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:47 smithi125 bash[66801]: cephadm 2023-12-09T02:15:46.074816+0000 mgr.y (mgr.25480) 1380 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:48.232 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:47 smithi125 bash[66801]: cephadm 2023-12-09T02:15:46.170516+0000 mgr.y (mgr.25480) 1381 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:48.232 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:47 smithi125 bash[66801]: cephadm 2023-12-09T02:15:46.268026+0000 mgr.y (mgr.25480) 1382 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:48.233 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:47 smithi125 bash[66801]: cephadm 2023-12-09T02:15:46.366842+0000 mgr.y (mgr.25480) 1383 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:48.233 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:47 smithi125 bash[66801]: cephadm 2023-12-09T02:15:46.460885+0000 mgr.y (mgr.25480) 1384 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:48.233 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:47 smithi125 bash[66801]: cephadm 2023-12-09T02:15:46.558361+0000 mgr.y (mgr.25480) 1385 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:48.233 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:47 smithi125 bash[66801]: cephadm 2023-12-09T02:15:46.654394+0000 mgr.y (mgr.25480) 1386 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:48.233 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:47 smithi125 bash[66801]: audit 2023-12-09T02:15:46.741120+0000 mon.a (mon.0) 5757 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:48.233 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:47 smithi125 bash[66801]: audit 2023-12-09T02:15:46.742975+0000 mon.a (mon.0) 5758 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:48.233 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:47 smithi125 bash[66801]: audit 2023-12-09T02:15:46.744809+0000 mon.a (mon.0) 5759 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:48.233 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:47 smithi125 bash[66801]: audit 2023-12-09T02:15:46.745575+0000 mon.a (mon.0) 5760 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:48.233 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:47 smithi125 bash[66801]: audit 2023-12-09T02:15:46.750740+0000 mon.a (mon.0) 5761 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:48.233 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:47 smithi125 bash[66801]: audit 2023-12-09T02:15:46.831840+0000 mon.a (mon.0) 5762 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:48.233 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:47 smithi125 bash[66801]: audit 2023-12-09T02:15:46.835225+0000 mon.a (mon.0) 5763 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:48.233 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:47 smithi125 bash[66801]: audit 2023-12-09T02:15:46.839133+0000 mon.a (mon.0) 5764 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:48.233 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:47 smithi125 bash[66801]: audit 2023-12-09T02:15:46.840316+0000 mon.a (mon.0) 5765 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:48.233 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:47 smithi125 bash[66801]: audit 2023-12-09T02:15:46.849508+0000 mon.a (mon.0) 5766 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:48.233 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:47 smithi125 bash[66801]: audit 2023-12-09T02:15:46.931829+0000 mon.a (mon.0) 5767 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:48.233 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:47 smithi125 bash[66801]: audit 2023-12-09T02:15:46.934553+0000 mon.a (mon.0) 5768 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:48.234 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:47 smithi125 bash[66801]: audit 2023-12-09T02:15:46.937292+0000 mon.a (mon.0) 5769 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:48.234 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:47 smithi125 bash[66801]: audit 2023-12-09T02:15:46.938395+0000 mon.a (mon.0) 5770 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:48.234 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:47 smithi125 bash[66801]: audit 2023-12-09T02:15:46.946137+0000 mon.a (mon.0) 5771 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:48.234 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:47 smithi125 bash[66801]: audit 2023-12-09T02:15:47.026165+0000 mon.a (mon.0) 5772 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:48.234 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:47 smithi125 bash[66801]: audit 2023-12-09T02:15:47.029198+0000 mon.a (mon.0) 5773 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:48.234 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:47 smithi125 bash[66801]: audit 2023-12-09T02:15:47.031548+0000 mon.a (mon.0) 5774 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:48.234 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:47 smithi125 bash[66801]: audit 2023-12-09T02:15:47.032446+0000 mon.a (mon.0) 5775 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:48.234 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:47 smithi125 bash[66801]: audit 2023-12-09T02:15:47.038968+0000 mon.a (mon.0) 5776 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:48.234 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:47 smithi125 bash[66801]: audit 2023-12-09T02:15:47.120888+0000 mon.a (mon.0) 5777 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:48.234 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:47 smithi125 bash[66801]: audit 2023-12-09T02:15:47.123245+0000 mon.a (mon.0) 5778 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:48.234 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:47 smithi125 bash[66801]: audit 2023-12-09T02:15:47.126166+0000 mon.a (mon.0) 5779 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:48.234 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:47 smithi125 bash[66801]: audit 2023-12-09T02:15:47.127157+0000 mon.a (mon.0) 5780 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:48.234 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:47 smithi125 bash[66801]: audit 2023-12-09T02:15:47.133387+0000 mon.a (mon.0) 5781 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:48.234 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:47 smithi125 bash[66801]: audit 2023-12-09T02:15:47.214716+0000 mon.a (mon.0) 5782 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:48.234 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:47 smithi125 bash[66801]: audit 2023-12-09T02:15:47.217013+0000 mon.a (mon.0) 5783 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:48.235 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:47 smithi125 bash[66801]: audit 2023-12-09T02:15:47.219264+0000 mon.a (mon.0) 5784 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:48.235 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:47 smithi125 bash[66801]: audit 2023-12-09T02:15:47.220647+0000 mon.a (mon.0) 5785 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:48.235 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:47 smithi125 bash[66801]: audit 2023-12-09T02:15:47.226961+0000 mon.a (mon.0) 5786 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:48.235 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:47 smithi125 bash[66801]: cluster 2023-12-09T02:15:47.266464+0000 mon.a (mon.0) 5787 : cluster 3 Health check update: Degraded data redundancy: 90/726 objects degraded (12.397%), 21 pgs degraded (PG_DEGRADED) 2023-12-09T02:15:48.235 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:47 smithi125 bash[66801]: audit 2023-12-09T02:15:47.306639+0000 mon.a (mon.0) 5788 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:48.235 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:47 smithi125 bash[66801]: audit 2023-12-09T02:15:47.309956+0000 mon.a (mon.0) 5789 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:48.235 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:47 smithi125 bash[66801]: audit 2023-12-09T02:15:47.312616+0000 mon.a (mon.0) 5790 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:48.235 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:47 smithi125 bash[66801]: audit 2023-12-09T02:15:47.313587+0000 mon.a (mon.0) 5791 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:48.235 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:47 smithi125 bash[66801]: audit 2023-12-09T02:15:47.319281+0000 mon.a (mon.0) 5792 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:48.235 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:47 smithi125 bash[66801]: audit 2023-12-09T02:15:47.401933+0000 mon.a (mon.0) 5793 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:48.235 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:47 smithi125 bash[66801]: audit 2023-12-09T02:15:47.406344+0000 mon.a (mon.0) 5794 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:48.235 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:47 smithi125 bash[66801]: audit 2023-12-09T02:15:47.410036+0000 mon.a (mon.0) 5795 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:48.235 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:47 smithi125 bash[66801]: audit 2023-12-09T02:15:47.410938+0000 mon.a (mon.0) 5796 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:48.235 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:47 smithi125 bash[66801]: audit 2023-12-09T02:15:47.416745+0000 mon.a (mon.0) 5797 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:48.236 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:47 smithi125 bash[66801]: audit 2023-12-09T02:15:47.495619+0000 mon.a (mon.0) 5798 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:48.236 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:47 smithi125 bash[66801]: audit 2023-12-09T02:15:47.498390+0000 mon.a (mon.0) 5799 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:48.236 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:47 smithi125 bash[66801]: audit 2023-12-09T02:15:47.501775+0000 mon.a (mon.0) 5800 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:48.236 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:47 smithi125 bash[66801]: audit 2023-12-09T02:15:47.502845+0000 mon.a (mon.0) 5801 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:48.236 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:47 smithi125 bash[66801]: audit 2023-12-09T02:15:47.512319+0000 mon.a (mon.0) 5802 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:48.236 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:47 smithi125 bash[66801]: audit 2023-12-09T02:15:47.595126+0000 mon.a (mon.0) 5803 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:48.236 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:47 smithi125 bash[66801]: audit 2023-12-09T02:15:47.597735+0000 mon.a (mon.0) 5804 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:48.236 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:47 smithi125 bash[66801]: audit 2023-12-09T02:15:47.602118+0000 mon.a (mon.0) 5805 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:48.236 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:47 smithi125 bash[66801]: audit 2023-12-09T02:15:47.603562+0000 mon.a (mon.0) 5806 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:48.236 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:47 smithi125 bash[66801]: audit 2023-12-09T02:15:47.614413+0000 mon.a (mon.0) 5807 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:48.236 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:47 smithi125 bash[66801]: audit 2023-12-09T02:15:47.691706+0000 mon.a (mon.0) 5808 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:48.236 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:47 smithi125 bash[66801]: audit 2023-12-09T02:15:47.694620+0000 mon.a (mon.0) 5809 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:48.236 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:47 smithi125 bash[66801]: audit 2023-12-09T02:15:47.698148+0000 mon.a (mon.0) 5810 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:48.236 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:47 smithi125 bash[66801]: audit 2023-12-09T02:15:47.699390+0000 mon.a (mon.0) 5811 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:48.236 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:47 smithi125 bash[66801]: audit 2023-12-09T02:15:47.709725+0000 mon.a (mon.0) 5812 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:49.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:48 smithi067 bash[79370]: cephadm 2023-12-09T02:15:46.751303+0000 mgr.y (mgr.25480) 1387 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:49.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:48 smithi067 bash[79370]: cephadm 2023-12-09T02:15:46.850204+0000 mgr.y (mgr.25480) 1388 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:49.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:48 smithi067 bash[79370]: cephadm 2023-12-09T02:15:46.946734+0000 mgr.y (mgr.25480) 1389 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:49.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:48 smithi067 bash[79370]: cephadm 2023-12-09T02:15:47.039541+0000 mgr.y (mgr.25480) 1390 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:49.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:48 smithi067 bash[79370]: cephadm 2023-12-09T02:15:47.133864+0000 mgr.y (mgr.25480) 1391 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:49.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:48 smithi067 bash[79370]: cephadm 2023-12-09T02:15:47.227533+0000 mgr.y (mgr.25480) 1392 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:49.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:48 smithi067 bash[79370]: cephadm 2023-12-09T02:15:47.320112+0000 mgr.y (mgr.25480) 1393 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:49.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:48 smithi067 bash[79370]: cluster 2023-12-09T02:15:47.375654+0000 mgr.y (mgr.25480) 1394 : cluster 0 pgmap v237: 161 pgs: 33 active+undersized, 21 active+undersized+degraded, 107 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s; 90/726 objects degraded (12.397%) 2023-12-09T02:15:49.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:48 smithi067 bash[79370]: cephadm 2023-12-09T02:15:47.417225+0000 mgr.y (mgr.25480) 1395 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:49.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:48 smithi067 bash[79370]: cephadm 2023-12-09T02:15:47.513035+0000 mgr.y (mgr.25480) 1396 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:49.222 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:48 smithi067 bash[79370]: cephadm 2023-12-09T02:15:47.614932+0000 mgr.y (mgr.25480) 1397 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:49.222 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:48 smithi067 bash[79370]: cephadm 2023-12-09T02:15:47.710407+0000 mgr.y (mgr.25480) 1398 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:49.222 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:48 smithi067 bash[79370]: audit 2023-12-09T02:15:47.787681+0000 mon.a (mon.0) 5813 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:49.222 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:48 smithi067 bash[79370]: audit 2023-12-09T02:15:47.790915+0000 mon.a (mon.0) 5814 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:49.222 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:48 smithi067 bash[79370]: audit 2023-12-09T02:15:47.794835+0000 mon.a (mon.0) 5815 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:49.222 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:48 smithi067 bash[79370]: audit 2023-12-09T02:15:47.796100+0000 mon.a (mon.0) 5816 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:49.222 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:48 smithi067 bash[79370]: audit 2023-12-09T02:15:47.805083+0000 mon.a (mon.0) 5817 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:49.222 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:48 smithi067 bash[79370]: audit 2023-12-09T02:15:47.882724+0000 mon.a (mon.0) 5818 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:49.222 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:48 smithi067 bash[79370]: audit 2023-12-09T02:15:47.886025+0000 mon.a (mon.0) 5819 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:49.222 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:48 smithi067 bash[79370]: audit 2023-12-09T02:15:47.890102+0000 mon.a (mon.0) 5820 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:49.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:48 smithi067 bash[82083]: cephadm 2023-12-09T02:15:46.751303+0000 mgr.y (mgr.25480) 1387 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:49.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:48 smithi067 bash[82083]: cephadm 2023-12-09T02:15:46.850204+0000 mgr.y (mgr.25480) 1388 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:49.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:48 smithi067 bash[82083]: cephadm 2023-12-09T02:15:46.946734+0000 mgr.y (mgr.25480) 1389 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:49.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:48 smithi067 bash[82083]: cephadm 2023-12-09T02:15:47.039541+0000 mgr.y (mgr.25480) 1390 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:49.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:48 smithi067 bash[82083]: cephadm 2023-12-09T02:15:47.133864+0000 mgr.y (mgr.25480) 1391 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:49.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:48 smithi067 bash[82083]: cephadm 2023-12-09T02:15:47.227533+0000 mgr.y (mgr.25480) 1392 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:49.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:48 smithi067 bash[82083]: cephadm 2023-12-09T02:15:47.320112+0000 mgr.y (mgr.25480) 1393 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:49.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:48 smithi067 bash[82083]: cluster 2023-12-09T02:15:47.375654+0000 mgr.y (mgr.25480) 1394 : cluster 0 pgmap v237: 161 pgs: 33 active+undersized, 21 active+undersized+degraded, 107 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s; 90/726 objects degraded (12.397%) 2023-12-09T02:15:49.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:48 smithi067 bash[82083]: cephadm 2023-12-09T02:15:47.417225+0000 mgr.y (mgr.25480) 1395 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:49.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:48 smithi067 bash[82083]: cephadm 2023-12-09T02:15:47.513035+0000 mgr.y (mgr.25480) 1396 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:49.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:48 smithi067 bash[82083]: cephadm 2023-12-09T02:15:47.614932+0000 mgr.y (mgr.25480) 1397 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:49.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:48 smithi067 bash[82083]: cephadm 2023-12-09T02:15:47.710407+0000 mgr.y (mgr.25480) 1398 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:49.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:48 smithi067 bash[82083]: audit 2023-12-09T02:15:47.787681+0000 mon.a (mon.0) 5813 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:49.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:48 smithi067 bash[82083]: audit 2023-12-09T02:15:47.790915+0000 mon.a (mon.0) 5814 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:49.224 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:48 smithi067 bash[82083]: audit 2023-12-09T02:15:47.794835+0000 mon.a (mon.0) 5815 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:49.224 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:48 smithi067 bash[82083]: audit 2023-12-09T02:15:47.796100+0000 mon.a (mon.0) 5816 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:49.224 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:48 smithi067 bash[82083]: audit 2023-12-09T02:15:47.805083+0000 mon.a (mon.0) 5817 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:49.224 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:48 smithi067 bash[82083]: audit 2023-12-09T02:15:47.882724+0000 mon.a (mon.0) 5818 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:49.224 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:48 smithi067 bash[82083]: audit 2023-12-09T02:15:47.886025+0000 mon.a (mon.0) 5819 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:49.224 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:48 smithi067 bash[82083]: audit 2023-12-09T02:15:47.890102+0000 mon.a (mon.0) 5820 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:49.224 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:48 smithi067 bash[79370]: audit 2023-12-09T02:15:47.891580+0000 mon.a (mon.0) 5821 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:49.224 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:48 smithi067 bash[79370]: audit 2023-12-09T02:15:47.902477+0000 mon.a (mon.0) 5822 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:49.224 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:48 smithi067 bash[79370]: audit 2023-12-09T02:15:47.967005+0000 mon.a (mon.0) 5823 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:49.224 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:48 smithi067 bash[79370]: audit 2023-12-09T02:15:47.986944+0000 mon.a (mon.0) 5824 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:49.224 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:48 smithi067 bash[79370]: audit 2023-12-09T02:15:47.989589+0000 mon.a (mon.0) 5825 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:49.225 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:48 smithi067 bash[79370]: audit 2023-12-09T02:15:47.992474+0000 mon.a (mon.0) 5826 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:49.225 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:48 smithi067 bash[79370]: audit 2023-12-09T02:15:47.993704+0000 mon.a (mon.0) 5827 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:49.225 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:48 smithi067 bash[79370]: audit 2023-12-09T02:15:48.001724+0000 mon.a (mon.0) 5828 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:49.225 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:48 smithi067 bash[79370]: audit 2023-12-09T02:15:48.085297+0000 mon.a (mon.0) 5829 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:49.225 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:48 smithi067 bash[79370]: audit 2023-12-09T02:15:48.089199+0000 mon.a (mon.0) 5830 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:49.225 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:48 smithi067 bash[79370]: audit 2023-12-09T02:15:48.092840+0000 mon.a (mon.0) 5831 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:49.225 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:48 smithi067 bash[79370]: audit 2023-12-09T02:15:48.094169+0000 mon.a (mon.0) 5832 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:49.225 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:48 smithi067 bash[79370]: audit 2023-12-09T02:15:48.102214+0000 mon.a (mon.0) 5833 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:49.225 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:48 smithi067 bash[79370]: audit 2023-12-09T02:15:48.183130+0000 mon.a (mon.0) 5834 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:49.225 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:48 smithi067 bash[79370]: audit 2023-12-09T02:15:48.185706+0000 mon.a (mon.0) 5835 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:49.225 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:48 smithi067 bash[79370]: audit 2023-12-09T02:15:48.189188+0000 mon.a (mon.0) 5836 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:49.225 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:48 smithi067 bash[79370]: audit 2023-12-09T02:15:48.190645+0000 mon.a (mon.0) 5837 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:49.225 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:48 smithi067 bash[79370]: audit 2023-12-09T02:15:48.199150+0000 mon.a (mon.0) 5838 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:49.225 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:48 smithi067 bash[79370]: audit 2023-12-09T02:15:48.281589+0000 mon.a (mon.0) 5839 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:49.225 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:48 smithi067 bash[79370]: audit 2023-12-09T02:15:48.285495+0000 mon.a (mon.0) 5840 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:49.226 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:48 smithi067 bash[82083]: audit 2023-12-09T02:15:47.891580+0000 mon.a (mon.0) 5821 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:49.226 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:48 smithi067 bash[82083]: audit 2023-12-09T02:15:47.902477+0000 mon.a (mon.0) 5822 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:49.226 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:48 smithi067 bash[82083]: audit 2023-12-09T02:15:47.967005+0000 mon.a (mon.0) 5823 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:49.226 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:48 smithi067 bash[82083]: audit 2023-12-09T02:15:47.986944+0000 mon.a (mon.0) 5824 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:49.226 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:48 smithi067 bash[82083]: audit 2023-12-09T02:15:47.989589+0000 mon.a (mon.0) 5825 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:49.226 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:48 smithi067 bash[82083]: audit 2023-12-09T02:15:47.992474+0000 mon.a (mon.0) 5826 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:49.226 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:48 smithi067 bash[82083]: audit 2023-12-09T02:15:47.993704+0000 mon.a (mon.0) 5827 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:49.226 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:48 smithi067 bash[82083]: audit 2023-12-09T02:15:48.001724+0000 mon.a (mon.0) 5828 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:49.226 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:48 smithi067 bash[82083]: audit 2023-12-09T02:15:48.085297+0000 mon.a (mon.0) 5829 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:49.226 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:48 smithi067 bash[82083]: audit 2023-12-09T02:15:48.089199+0000 mon.a (mon.0) 5830 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:49.226 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:48 smithi067 bash[82083]: audit 2023-12-09T02:15:48.092840+0000 mon.a (mon.0) 5831 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:49.227 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:48 smithi067 bash[82083]: audit 2023-12-09T02:15:48.094169+0000 mon.a (mon.0) 5832 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:49.227 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:48 smithi067 bash[82083]: audit 2023-12-09T02:15:48.102214+0000 mon.a (mon.0) 5833 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:49.227 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:48 smithi067 bash[82083]: audit 2023-12-09T02:15:48.183130+0000 mon.a (mon.0) 5834 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:49.227 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:48 smithi067 bash[82083]: audit 2023-12-09T02:15:48.185706+0000 mon.a (mon.0) 5835 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:49.227 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:48 smithi067 bash[82083]: audit 2023-12-09T02:15:48.189188+0000 mon.a (mon.0) 5836 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:49.227 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:48 smithi067 bash[82083]: audit 2023-12-09T02:15:48.190645+0000 mon.a (mon.0) 5837 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:49.227 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:48 smithi067 bash[82083]: audit 2023-12-09T02:15:48.199150+0000 mon.a (mon.0) 5838 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:49.227 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:48 smithi067 bash[82083]: audit 2023-12-09T02:15:48.281589+0000 mon.a (mon.0) 5839 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:49.227 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:48 smithi067 bash[82083]: audit 2023-12-09T02:15:48.285495+0000 mon.a (mon.0) 5840 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:49.227 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:48 smithi067 bash[79370]: audit 2023-12-09T02:15:48.288782+0000 mon.a (mon.0) 5841 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:49.228 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:48 smithi067 bash[79370]: audit 2023-12-09T02:15:48.290036+0000 mon.a (mon.0) 5842 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:49.228 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:48 smithi067 bash[79370]: audit 2023-12-09T02:15:48.298623+0000 mon.a (mon.0) 5843 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:49.228 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:48 smithi067 bash[79370]: audit 2023-12-09T02:15:48.376463+0000 mon.a (mon.0) 5844 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:49.228 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:48 smithi067 bash[79370]: audit 2023-12-09T02:15:48.379758+0000 mon.a (mon.0) 5845 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:49.228 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:48 smithi067 bash[79370]: audit 2023-12-09T02:15:48.383438+0000 mon.a (mon.0) 5846 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:49.228 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:48 smithi067 bash[79370]: audit 2023-12-09T02:15:48.384768+0000 mon.a (mon.0) 5847 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:49.228 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:48 smithi067 bash[79370]: audit 2023-12-09T02:15:48.393839+0000 mon.a (mon.0) 5848 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:49.228 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:48 smithi067 bash[79370]: audit 2023-12-09T02:15:48.471935+0000 mon.a (mon.0) 5849 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:49.228 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:48 smithi067 bash[79370]: audit 2023-12-09T02:15:48.474817+0000 mon.a (mon.0) 5850 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:49.228 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:48 smithi067 bash[79370]: audit 2023-12-09T02:15:48.480031+0000 mon.a (mon.0) 5851 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:49.228 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:48 smithi067 bash[79370]: audit 2023-12-09T02:15:48.481706+0000 mon.a (mon.0) 5852 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:49.228 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:48 smithi067 bash[79370]: audit 2023-12-09T02:15:48.489666+0000 mon.a (mon.0) 5853 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:49.228 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:48 smithi067 bash[79370]: audit 2023-12-09T02:15:48.573419+0000 mon.a (mon.0) 5854 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:49.228 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:48 smithi067 bash[79370]: audit 2023-12-09T02:15:48.575723+0000 mon.a (mon.0) 5855 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:49.229 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:48 smithi067 bash[79370]: audit 2023-12-09T02:15:48.578385+0000 mon.a (mon.0) 5856 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:49.229 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:48 smithi067 bash[79370]: audit 2023-12-09T02:15:48.579264+0000 mon.a (mon.0) 5857 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:49.229 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:48 smithi067 bash[79370]: audit 2023-12-09T02:15:48.585551+0000 mon.a (mon.0) 5858 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:49.229 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:48 smithi067 bash[79370]: audit 2023-12-09T02:15:48.669894+0000 mon.a (mon.0) 5859 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:49.229 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:48 smithi067 bash[79370]: audit 2023-12-09T02:15:48.672400+0000 mon.a (mon.0) 5860 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:49.229 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:48 smithi067 bash[79370]: audit 2023-12-09T02:15:48.675650+0000 mon.a (mon.0) 5861 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:49.229 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:48 smithi067 bash[79370]: audit 2023-12-09T02:15:48.677162+0000 mon.a (mon.0) 5862 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:49.229 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:48 smithi067 bash[79370]: audit 2023-12-09T02:15:48.686309+0000 mon.a (mon.0) 5863 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:49.229 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:48 smithi067 bash[82083]: audit 2023-12-09T02:15:48.288782+0000 mon.a (mon.0) 5841 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:49.229 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:48 smithi067 bash[82083]: audit 2023-12-09T02:15:48.290036+0000 mon.a (mon.0) 5842 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:49.230 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:48 smithi067 bash[82083]: audit 2023-12-09T02:15:48.298623+0000 mon.a (mon.0) 5843 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:49.230 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:48 smithi067 bash[82083]: audit 2023-12-09T02:15:48.376463+0000 mon.a (mon.0) 5844 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:49.230 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:48 smithi067 bash[82083]: audit 2023-12-09T02:15:48.379758+0000 mon.a (mon.0) 5845 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:49.230 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:48 smithi067 bash[82083]: audit 2023-12-09T02:15:48.383438+0000 mon.a (mon.0) 5846 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:49.230 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:48 smithi067 bash[82083]: audit 2023-12-09T02:15:48.384768+0000 mon.a (mon.0) 5847 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:49.230 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:48 smithi067 bash[82083]: audit 2023-12-09T02:15:48.393839+0000 mon.a (mon.0) 5848 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:49.230 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:48 smithi067 bash[82083]: audit 2023-12-09T02:15:48.471935+0000 mon.a (mon.0) 5849 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:49.230 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:48 smithi067 bash[82083]: audit 2023-12-09T02:15:48.474817+0000 mon.a (mon.0) 5850 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:49.230 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:48 smithi067 bash[82083]: audit 2023-12-09T02:15:48.480031+0000 mon.a (mon.0) 5851 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:49.230 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:48 smithi067 bash[82083]: audit 2023-12-09T02:15:48.481706+0000 mon.a (mon.0) 5852 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:49.230 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:48 smithi067 bash[82083]: audit 2023-12-09T02:15:48.489666+0000 mon.a (mon.0) 5853 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:49.230 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:48 smithi067 bash[82083]: audit 2023-12-09T02:15:48.573419+0000 mon.a (mon.0) 5854 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:49.231 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:48 smithi067 bash[82083]: audit 2023-12-09T02:15:48.575723+0000 mon.a (mon.0) 5855 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:49.231 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:48 smithi067 bash[82083]: audit 2023-12-09T02:15:48.578385+0000 mon.a (mon.0) 5856 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:49.231 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:48 smithi067 bash[82083]: audit 2023-12-09T02:15:48.579264+0000 mon.a (mon.0) 5857 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:49.231 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:48 smithi067 bash[82083]: audit 2023-12-09T02:15:48.585551+0000 mon.a (mon.0) 5858 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:49.231 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:48 smithi067 bash[82083]: audit 2023-12-09T02:15:48.669894+0000 mon.a (mon.0) 5859 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:49.231 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:48 smithi067 bash[82083]: audit 2023-12-09T02:15:48.672400+0000 mon.a (mon.0) 5860 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:49.231 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:48 smithi067 bash[82083]: audit 2023-12-09T02:15:48.675650+0000 mon.a (mon.0) 5861 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:49.231 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:48 smithi067 bash[82083]: audit 2023-12-09T02:15:48.677162+0000 mon.a (mon.0) 5862 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:49.231 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:48 smithi067 bash[82083]: audit 2023-12-09T02:15:48.686309+0000 mon.a (mon.0) 5863 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:49.232 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:48 smithi125 bash[66801]: cephadm 2023-12-09T02:15:46.751303+0000 mgr.y (mgr.25480) 1387 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:49.232 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:48 smithi125 bash[66801]: cephadm 2023-12-09T02:15:46.850204+0000 mgr.y (mgr.25480) 1388 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:49.232 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:48 smithi125 bash[66801]: cephadm 2023-12-09T02:15:46.946734+0000 mgr.y (mgr.25480) 1389 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:49.232 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:48 smithi125 bash[66801]: cephadm 2023-12-09T02:15:47.039541+0000 mgr.y (mgr.25480) 1390 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:49.232 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:48 smithi125 bash[66801]: cephadm 2023-12-09T02:15:47.133864+0000 mgr.y (mgr.25480) 1391 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:49.232 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:48 smithi125 bash[66801]: cephadm 2023-12-09T02:15:47.227533+0000 mgr.y (mgr.25480) 1392 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:49.232 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:48 smithi125 bash[66801]: cephadm 2023-12-09T02:15:47.320112+0000 mgr.y (mgr.25480) 1393 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:49.232 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:48 smithi125 bash[66801]: cluster 2023-12-09T02:15:47.375654+0000 mgr.y (mgr.25480) 1394 : cluster 0 pgmap v237: 161 pgs: 33 active+undersized, 21 active+undersized+degraded, 107 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s; 90/726 objects degraded (12.397%) 2023-12-09T02:15:49.232 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:48 smithi125 bash[66801]: cephadm 2023-12-09T02:15:47.417225+0000 mgr.y (mgr.25480) 1395 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:49.232 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:48 smithi125 bash[66801]: cephadm 2023-12-09T02:15:47.513035+0000 mgr.y (mgr.25480) 1396 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:49.232 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:48 smithi125 bash[66801]: cephadm 2023-12-09T02:15:47.614932+0000 mgr.y (mgr.25480) 1397 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:49.232 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:48 smithi125 bash[66801]: cephadm 2023-12-09T02:15:47.710407+0000 mgr.y (mgr.25480) 1398 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:49.233 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:48 smithi125 bash[66801]: audit 2023-12-09T02:15:47.787681+0000 mon.a (mon.0) 5813 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:49.233 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:48 smithi125 bash[66801]: audit 2023-12-09T02:15:47.790915+0000 mon.a (mon.0) 5814 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:49.233 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:48 smithi125 bash[66801]: audit 2023-12-09T02:15:47.794835+0000 mon.a (mon.0) 5815 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:49.233 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:48 smithi125 bash[66801]: audit 2023-12-09T02:15:47.796100+0000 mon.a (mon.0) 5816 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:49.233 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:48 smithi125 bash[66801]: audit 2023-12-09T02:15:47.805083+0000 mon.a (mon.0) 5817 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:49.233 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:48 smithi125 bash[66801]: audit 2023-12-09T02:15:47.882724+0000 mon.a (mon.0) 5818 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:49.233 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:48 smithi125 bash[66801]: audit 2023-12-09T02:15:47.886025+0000 mon.a (mon.0) 5819 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:49.233 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:48 smithi125 bash[66801]: audit 2023-12-09T02:15:47.890102+0000 mon.a (mon.0) 5820 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:49.233 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:48 smithi125 bash[66801]: audit 2023-12-09T02:15:47.891580+0000 mon.a (mon.0) 5821 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:49.233 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:48 smithi125 bash[66801]: audit 2023-12-09T02:15:47.902477+0000 mon.a (mon.0) 5822 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:49.233 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:48 smithi125 bash[66801]: audit 2023-12-09T02:15:47.967005+0000 mon.a (mon.0) 5823 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:49.233 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:48 smithi125 bash[66801]: audit 2023-12-09T02:15:47.986944+0000 mon.a (mon.0) 5824 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:49.233 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:48 smithi125 bash[66801]: audit 2023-12-09T02:15:47.989589+0000 mon.a (mon.0) 5825 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:49.233 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:48 smithi125 bash[66801]: audit 2023-12-09T02:15:47.992474+0000 mon.a (mon.0) 5826 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:49.233 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:48 smithi125 bash[66801]: audit 2023-12-09T02:15:47.993704+0000 mon.a (mon.0) 5827 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:49.233 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:48 smithi125 bash[66801]: audit 2023-12-09T02:15:48.001724+0000 mon.a (mon.0) 5828 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:49.234 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:48 smithi125 bash[66801]: audit 2023-12-09T02:15:48.085297+0000 mon.a (mon.0) 5829 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:49.234 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:48 smithi125 bash[66801]: audit 2023-12-09T02:15:48.089199+0000 mon.a (mon.0) 5830 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:49.234 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:48 smithi125 bash[66801]: audit 2023-12-09T02:15:48.092840+0000 mon.a (mon.0) 5831 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:49.234 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:48 smithi125 bash[66801]: audit 2023-12-09T02:15:48.094169+0000 mon.a (mon.0) 5832 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:49.234 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:48 smithi125 bash[66801]: audit 2023-12-09T02:15:48.102214+0000 mon.a (mon.0) 5833 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:49.234 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:48 smithi125 bash[66801]: audit 2023-12-09T02:15:48.183130+0000 mon.a (mon.0) 5834 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:49.234 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:48 smithi125 bash[66801]: audit 2023-12-09T02:15:48.185706+0000 mon.a (mon.0) 5835 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:49.234 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:48 smithi125 bash[66801]: audit 2023-12-09T02:15:48.189188+0000 mon.a (mon.0) 5836 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:49.234 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:48 smithi125 bash[66801]: audit 2023-12-09T02:15:48.190645+0000 mon.a (mon.0) 5837 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:49.234 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:48 smithi125 bash[66801]: audit 2023-12-09T02:15:48.199150+0000 mon.a (mon.0) 5838 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:49.234 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:48 smithi125 bash[66801]: audit 2023-12-09T02:15:48.281589+0000 mon.a (mon.0) 5839 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:49.235 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:48 smithi125 bash[66801]: audit 2023-12-09T02:15:48.285495+0000 mon.a (mon.0) 5840 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:49.235 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:48 smithi125 bash[66801]: audit 2023-12-09T02:15:48.288782+0000 mon.a (mon.0) 5841 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:49.235 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:48 smithi125 bash[66801]: audit 2023-12-09T02:15:48.290036+0000 mon.a (mon.0) 5842 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:49.235 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:48 smithi125 bash[66801]: audit 2023-12-09T02:15:48.298623+0000 mon.a (mon.0) 5843 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:49.235 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:48 smithi125 bash[66801]: audit 2023-12-09T02:15:48.376463+0000 mon.a (mon.0) 5844 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:49.235 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:48 smithi125 bash[66801]: audit 2023-12-09T02:15:48.379758+0000 mon.a (mon.0) 5845 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:49.235 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:48 smithi125 bash[66801]: audit 2023-12-09T02:15:48.383438+0000 mon.a (mon.0) 5846 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:49.235 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:48 smithi125 bash[66801]: audit 2023-12-09T02:15:48.384768+0000 mon.a (mon.0) 5847 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:49.235 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:48 smithi125 bash[66801]: audit 2023-12-09T02:15:48.393839+0000 mon.a (mon.0) 5848 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:49.235 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:48 smithi125 bash[66801]: audit 2023-12-09T02:15:48.471935+0000 mon.a (mon.0) 5849 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:49.235 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:48 smithi125 bash[66801]: audit 2023-12-09T02:15:48.474817+0000 mon.a (mon.0) 5850 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:49.235 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:48 smithi125 bash[66801]: audit 2023-12-09T02:15:48.480031+0000 mon.a (mon.0) 5851 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:49.235 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:48 smithi125 bash[66801]: audit 2023-12-09T02:15:48.481706+0000 mon.a (mon.0) 5852 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:49.235 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:48 smithi125 bash[66801]: audit 2023-12-09T02:15:48.489666+0000 mon.a (mon.0) 5853 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:49.235 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:48 smithi125 bash[66801]: audit 2023-12-09T02:15:48.573419+0000 mon.a (mon.0) 5854 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:49.236 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:48 smithi125 bash[66801]: audit 2023-12-09T02:15:48.575723+0000 mon.a (mon.0) 5855 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:49.236 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:48 smithi125 bash[66801]: audit 2023-12-09T02:15:48.578385+0000 mon.a (mon.0) 5856 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:49.236 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:48 smithi125 bash[66801]: audit 2023-12-09T02:15:48.579264+0000 mon.a (mon.0) 5857 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:49.236 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:48 smithi125 bash[66801]: audit 2023-12-09T02:15:48.585551+0000 mon.a (mon.0) 5858 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:49.236 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:48 smithi125 bash[66801]: audit 2023-12-09T02:15:48.669894+0000 mon.a (mon.0) 5859 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:49.236 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:48 smithi125 bash[66801]: audit 2023-12-09T02:15:48.672400+0000 mon.a (mon.0) 5860 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:49.236 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:48 smithi125 bash[66801]: audit 2023-12-09T02:15:48.675650+0000 mon.a (mon.0) 5861 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:49.236 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:48 smithi125 bash[66801]: audit 2023-12-09T02:15:48.677162+0000 mon.a (mon.0) 5862 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:49.236 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:48 smithi125 bash[66801]: audit 2023-12-09T02:15:48.686309+0000 mon.a (mon.0) 5863 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:50.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:49 smithi067 bash[79370]: cephadm 2023-12-09T02:15:47.805856+0000 mgr.y (mgr.25480) 1399 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:50.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:49 smithi067 bash[79370]: cephadm 2023-12-09T02:15:47.903201+0000 mgr.y (mgr.25480) 1400 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:50.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:49 smithi067 bash[79370]: cephadm 2023-12-09T02:15:48.002561+0000 mgr.y (mgr.25480) 1401 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:50.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:49 smithi067 bash[79370]: cephadm 2023-12-09T02:15:48.102782+0000 mgr.y (mgr.25480) 1402 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:50.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:49 smithi067 bash[79370]: cephadm 2023-12-09T02:15:48.199804+0000 mgr.y (mgr.25480) 1403 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:50.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:49 smithi067 bash[79370]: cephadm 2023-12-09T02:15:48.299148+0000 mgr.y (mgr.25480) 1404 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:50.222 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:49 smithi067 bash[79370]: cephadm 2023-12-09T02:15:48.394504+0000 mgr.y (mgr.25480) 1405 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:50.222 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:49 smithi067 bash[79370]: cephadm 2023-12-09T02:15:48.490400+0000 mgr.y (mgr.25480) 1406 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:50.222 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:49 smithi067 bash[79370]: cephadm 2023-12-09T02:15:48.586108+0000 mgr.y (mgr.25480) 1407 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:50.222 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:49 smithi067 bash[79370]: cephadm 2023-12-09T02:15:48.686856+0000 mgr.y (mgr.25480) 1408 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:50.222 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:49 smithi067 bash[79370]: audit 2023-12-09T02:15:48.766661+0000 mon.a (mon.0) 5864 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:50.222 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:49 smithi067 bash[79370]: audit 2023-12-09T02:15:48.769826+0000 mon.a (mon.0) 5865 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:50.222 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:49 smithi067 bash[79370]: audit 2023-12-09T02:15:48.772690+0000 mon.a (mon.0) 5866 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:50.222 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:49 smithi067 bash[79370]: audit 2023-12-09T02:15:48.773769+0000 mon.a (mon.0) 5867 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:50.222 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:49 smithi067 bash[79370]: audit 2023-12-09T02:15:48.781244+0000 mon.a (mon.0) 5868 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:50.222 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:49 smithi067 bash[79370]: audit 2023-12-09T02:15:48.864791+0000 mon.a (mon.0) 5869 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:50.222 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:49 smithi067 bash[79370]: audit 2023-12-09T02:15:48.866749+0000 mon.a (mon.0) 5870 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:50.222 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:49 smithi067 bash[79370]: audit 2023-12-09T02:15:48.869922+0000 mon.a (mon.0) 5871 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:50.222 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:49 smithi067 bash[79370]: audit 2023-12-09T02:15:48.871303+0000 mon.a (mon.0) 5872 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:50.222 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:49 smithi067 bash[79370]: audit 2023-12-09T02:15:48.881596+0000 mon.a (mon.0) 5873 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:50.223 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:49 smithi067 bash[79370]: audit 2023-12-09T02:15:48.962191+0000 mon.a (mon.0) 5874 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:50.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:49 smithi067 bash[82083]: cephadm 2023-12-09T02:15:47.805856+0000 mgr.y (mgr.25480) 1399 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:50.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:49 smithi067 bash[82083]: cephadm 2023-12-09T02:15:47.903201+0000 mgr.y (mgr.25480) 1400 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:50.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:49 smithi067 bash[82083]: cephadm 2023-12-09T02:15:48.002561+0000 mgr.y (mgr.25480) 1401 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:50.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:49 smithi067 bash[82083]: cephadm 2023-12-09T02:15:48.102782+0000 mgr.y (mgr.25480) 1402 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:50.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:49 smithi067 bash[82083]: cephadm 2023-12-09T02:15:48.199804+0000 mgr.y (mgr.25480) 1403 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:50.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:49 smithi067 bash[82083]: cephadm 2023-12-09T02:15:48.299148+0000 mgr.y (mgr.25480) 1404 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:50.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:49 smithi067 bash[82083]: cephadm 2023-12-09T02:15:48.394504+0000 mgr.y (mgr.25480) 1405 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:50.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:49 smithi067 bash[82083]: cephadm 2023-12-09T02:15:48.490400+0000 mgr.y (mgr.25480) 1406 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:50.224 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:49 smithi067 bash[82083]: cephadm 2023-12-09T02:15:48.586108+0000 mgr.y (mgr.25480) 1407 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:50.224 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:49 smithi067 bash[82083]: cephadm 2023-12-09T02:15:48.686856+0000 mgr.y (mgr.25480) 1408 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:50.224 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:49 smithi067 bash[82083]: audit 2023-12-09T02:15:48.766661+0000 mon.a (mon.0) 5864 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:50.224 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:49 smithi067 bash[82083]: audit 2023-12-09T02:15:48.769826+0000 mon.a (mon.0) 5865 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:50.224 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:49 smithi067 bash[82083]: audit 2023-12-09T02:15:48.772690+0000 mon.a (mon.0) 5866 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:50.224 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:49 smithi067 bash[82083]: audit 2023-12-09T02:15:48.773769+0000 mon.a (mon.0) 5867 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:50.224 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:49 smithi067 bash[82083]: audit 2023-12-09T02:15:48.781244+0000 mon.a (mon.0) 5868 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:50.224 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:49 smithi067 bash[82083]: audit 2023-12-09T02:15:48.864791+0000 mon.a (mon.0) 5869 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:50.224 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:49 smithi067 bash[82083]: audit 2023-12-09T02:15:48.866749+0000 mon.a (mon.0) 5870 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:50.224 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:49 smithi067 bash[82083]: audit 2023-12-09T02:15:48.869922+0000 mon.a (mon.0) 5871 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:50.224 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:49 smithi067 bash[82083]: audit 2023-12-09T02:15:48.871303+0000 mon.a (mon.0) 5872 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:50.224 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:49 smithi067 bash[82083]: audit 2023-12-09T02:15:48.881596+0000 mon.a (mon.0) 5873 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:50.224 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:49 smithi067 bash[82083]: audit 2023-12-09T02:15:48.962191+0000 mon.a (mon.0) 5874 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:50.225 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:49 smithi067 bash[79370]: audit 2023-12-09T02:15:48.965434+0000 mon.a (mon.0) 5875 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:50.225 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:49 smithi067 bash[79370]: audit 2023-12-09T02:15:48.969067+0000 mon.a (mon.0) 5876 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:50.225 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:49 smithi067 bash[79370]: audit 2023-12-09T02:15:48.970501+0000 mon.a (mon.0) 5877 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:50.225 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:49 smithi067 bash[79370]: audit 2023-12-09T02:15:48.981661+0000 mon.a (mon.0) 5878 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:50.225 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:49 smithi067 bash[79370]: audit 2023-12-09T02:15:49.065424+0000 mon.a (mon.0) 5879 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:50.225 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:49 smithi067 bash[79370]: audit 2023-12-09T02:15:49.068174+0000 mon.a (mon.0) 5880 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:50.225 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:49 smithi067 bash[79370]: audit 2023-12-09T02:15:49.072614+0000 mon.a (mon.0) 5881 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:50.225 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:49 smithi067 bash[79370]: audit 2023-12-09T02:15:49.073614+0000 mon.a (mon.0) 5882 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:50.225 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:49 smithi067 bash[79370]: audit 2023-12-09T02:15:49.082278+0000 mon.a (mon.0) 5883 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:50.225 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:49 smithi067 bash[79370]: audit 2023-12-09T02:15:49.165567+0000 mon.a (mon.0) 5884 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:50.225 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:49 smithi067 bash[79370]: audit 2023-12-09T02:15:49.168117+0000 mon.a (mon.0) 5885 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:50.225 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:49 smithi067 bash[79370]: audit 2023-12-09T02:15:49.170734+0000 mon.a (mon.0) 5886 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:50.225 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:49 smithi067 bash[79370]: audit 2023-12-09T02:15:49.171865+0000 mon.a (mon.0) 5887 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:50.226 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:49 smithi067 bash[79370]: audit 2023-12-09T02:15:49.180868+0000 mon.a (mon.0) 5888 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:50.226 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:49 smithi067 bash[79370]: audit 2023-12-09T02:15:49.262132+0000 mon.a (mon.0) 5889 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:50.226 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:49 smithi067 bash[79370]: audit 2023-12-09T02:15:49.266337+0000 mon.a (mon.0) 5890 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:50.226 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:49 smithi067 bash[79370]: audit 2023-12-09T02:15:49.269499+0000 mon.a (mon.0) 5891 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:50.226 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:49 smithi067 bash[79370]: audit 2023-12-09T02:15:49.270389+0000 mon.a (mon.0) 5892 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:50.226 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:49 smithi067 bash[79370]: audit 2023-12-09T02:15:49.280004+0000 mon.a (mon.0) 5893 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:50.226 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:49 smithi067 bash[82083]: audit 2023-12-09T02:15:48.965434+0000 mon.a (mon.0) 5875 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:50.226 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:49 smithi067 bash[82083]: audit 2023-12-09T02:15:48.969067+0000 mon.a (mon.0) 5876 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:50.226 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:49 smithi067 bash[82083]: audit 2023-12-09T02:15:48.970501+0000 mon.a (mon.0) 5877 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:50.226 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:49 smithi067 bash[82083]: audit 2023-12-09T02:15:48.981661+0000 mon.a (mon.0) 5878 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:50.226 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:49 smithi067 bash[82083]: audit 2023-12-09T02:15:49.065424+0000 mon.a (mon.0) 5879 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:50.227 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:49 smithi067 bash[82083]: audit 2023-12-09T02:15:49.068174+0000 mon.a (mon.0) 5880 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:50.227 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:49 smithi067 bash[82083]: audit 2023-12-09T02:15:49.072614+0000 mon.a (mon.0) 5881 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:50.227 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:49 smithi067 bash[82083]: audit 2023-12-09T02:15:49.073614+0000 mon.a (mon.0) 5882 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:50.227 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:49 smithi067 bash[82083]: audit 2023-12-09T02:15:49.082278+0000 mon.a (mon.0) 5883 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:50.227 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:49 smithi067 bash[82083]: audit 2023-12-09T02:15:49.165567+0000 mon.a (mon.0) 5884 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:50.227 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:49 smithi067 bash[82083]: audit 2023-12-09T02:15:49.168117+0000 mon.a (mon.0) 5885 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:50.227 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:49 smithi067 bash[82083]: audit 2023-12-09T02:15:49.170734+0000 mon.a (mon.0) 5886 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:50.227 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:49 smithi067 bash[82083]: audit 2023-12-09T02:15:49.171865+0000 mon.a (mon.0) 5887 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:50.227 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:49 smithi067 bash[82083]: audit 2023-12-09T02:15:49.180868+0000 mon.a (mon.0) 5888 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:50.227 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:49 smithi067 bash[82083]: audit 2023-12-09T02:15:49.262132+0000 mon.a (mon.0) 5889 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:50.227 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:49 smithi067 bash[82083]: audit 2023-12-09T02:15:49.266337+0000 mon.a (mon.0) 5890 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:50.227 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:49 smithi067 bash[82083]: audit 2023-12-09T02:15:49.269499+0000 mon.a (mon.0) 5891 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:50.228 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:49 smithi067 bash[82083]: audit 2023-12-09T02:15:49.270389+0000 mon.a (mon.0) 5892 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:50.228 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:49 smithi067 bash[82083]: audit 2023-12-09T02:15:49.280004+0000 mon.a (mon.0) 5893 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:50.228 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:49 smithi067 bash[79370]: audit 2023-12-09T02:15:49.362128+0000 mon.a (mon.0) 5894 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:50.228 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:49 smithi067 bash[79370]: audit 2023-12-09T02:15:49.364306+0000 mon.a (mon.0) 5895 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:50.228 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:49 smithi067 bash[79370]: audit 2023-12-09T02:15:49.366967+0000 mon.a (mon.0) 5896 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:50.228 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:49 smithi067 bash[79370]: audit 2023-12-09T02:15:49.368445+0000 mon.a (mon.0) 5897 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:50.228 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:49 smithi067 bash[79370]: audit 2023-12-09T02:15:49.378693+0000 mon.a (mon.0) 5898 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:50.228 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:49 smithi067 bash[79370]: audit 2023-12-09T02:15:49.463172+0000 mon.a (mon.0) 5899 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:50.228 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:49 smithi067 bash[79370]: audit 2023-12-09T02:15:49.465790+0000 mon.a (mon.0) 5900 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:50.228 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:49 smithi067 bash[79370]: audit 2023-12-09T02:15:49.469218+0000 mon.a (mon.0) 5901 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:50.228 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:49 smithi067 bash[79370]: audit 2023-12-09T02:15:49.470533+0000 mon.a (mon.0) 5902 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:50.229 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:49 smithi067 bash[79370]: audit 2023-12-09T02:15:49.480991+0000 mon.a (mon.0) 5903 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:50.229 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:49 smithi067 bash[79370]: audit 2023-12-09T02:15:49.559196+0000 mon.a (mon.0) 5904 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:50.229 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:49 smithi067 bash[79370]: audit 2023-12-09T02:15:49.562217+0000 mon.a (mon.0) 5905 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:50.229 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:49 smithi067 bash[79370]: audit 2023-12-09T02:15:49.565917+0000 mon.a (mon.0) 5906 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:50.229 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:49 smithi067 bash[79370]: audit 2023-12-09T02:15:49.567054+0000 mon.a (mon.0) 5907 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:50.229 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:49 smithi067 bash[79370]: audit 2023-12-09T02:15:49.577031+0000 mon.a (mon.0) 5908 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:50.229 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:49 smithi067 bash[79370]: audit 2023-12-09T02:15:49.661160+0000 mon.a (mon.0) 5909 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:50.229 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:49 smithi067 bash[79370]: audit 2023-12-09T02:15:49.664911+0000 mon.a (mon.0) 5910 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:50.229 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:49 smithi067 bash[79370]: audit 2023-12-09T02:15:49.668237+0000 mon.a (mon.0) 5911 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:50.229 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:49 smithi067 bash[79370]: audit 2023-12-09T02:15:49.669334+0000 mon.a (mon.0) 5912 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:50.229 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:49 smithi067 bash[79370]: audit 2023-12-09T02:15:49.676335+0000 mon.a (mon.0) 5913 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:50.229 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:49 smithi067 bash[82083]: audit 2023-12-09T02:15:49.362128+0000 mon.a (mon.0) 5894 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:50.229 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:49 smithi067 bash[82083]: audit 2023-12-09T02:15:49.364306+0000 mon.a (mon.0) 5895 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:50.230 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:49 smithi067 bash[82083]: audit 2023-12-09T02:15:49.366967+0000 mon.a (mon.0) 5896 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:50.230 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:49 smithi067 bash[82083]: audit 2023-12-09T02:15:49.368445+0000 mon.a (mon.0) 5897 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:50.230 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:49 smithi067 bash[82083]: audit 2023-12-09T02:15:49.378693+0000 mon.a (mon.0) 5898 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:50.230 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:49 smithi067 bash[82083]: audit 2023-12-09T02:15:49.463172+0000 mon.a (mon.0) 5899 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:50.230 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:49 smithi067 bash[82083]: audit 2023-12-09T02:15:49.465790+0000 mon.a (mon.0) 5900 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:50.230 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:49 smithi067 bash[82083]: audit 2023-12-09T02:15:49.469218+0000 mon.a (mon.0) 5901 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:50.230 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:49 smithi067 bash[82083]: audit 2023-12-09T02:15:49.470533+0000 mon.a (mon.0) 5902 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:50.230 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:49 smithi067 bash[82083]: audit 2023-12-09T02:15:49.480991+0000 mon.a (mon.0) 5903 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:50.230 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:49 smithi067 bash[82083]: audit 2023-12-09T02:15:49.559196+0000 mon.a (mon.0) 5904 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:50.230 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:49 smithi067 bash[82083]: audit 2023-12-09T02:15:49.562217+0000 mon.a (mon.0) 5905 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:50.230 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:49 smithi067 bash[82083]: audit 2023-12-09T02:15:49.565917+0000 mon.a (mon.0) 5906 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:50.230 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:49 smithi067 bash[82083]: audit 2023-12-09T02:15:49.567054+0000 mon.a (mon.0) 5907 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:50.230 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:49 smithi067 bash[82083]: audit 2023-12-09T02:15:49.577031+0000 mon.a (mon.0) 5908 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:50.230 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:49 smithi067 bash[82083]: audit 2023-12-09T02:15:49.661160+0000 mon.a (mon.0) 5909 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:50.231 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:49 smithi067 bash[82083]: audit 2023-12-09T02:15:49.664911+0000 mon.a (mon.0) 5910 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:50.231 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:49 smithi067 bash[82083]: audit 2023-12-09T02:15:49.668237+0000 mon.a (mon.0) 5911 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:50.231 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:49 smithi067 bash[82083]: audit 2023-12-09T02:15:49.669334+0000 mon.a (mon.0) 5912 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:50.231 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:49 smithi067 bash[82083]: audit 2023-12-09T02:15:49.676335+0000 mon.a (mon.0) 5913 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:50.232 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:49 smithi125 bash[66801]: cephadm 2023-12-09T02:15:47.805856+0000 mgr.y (mgr.25480) 1399 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:50.232 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:49 smithi125 bash[66801]: cephadm 2023-12-09T02:15:47.903201+0000 mgr.y (mgr.25480) 1400 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:50.232 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:49 smithi125 bash[66801]: cephadm 2023-12-09T02:15:48.002561+0000 mgr.y (mgr.25480) 1401 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:50.232 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:49 smithi125 bash[66801]: cephadm 2023-12-09T02:15:48.102782+0000 mgr.y (mgr.25480) 1402 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:50.232 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:49 smithi125 bash[66801]: cephadm 2023-12-09T02:15:48.199804+0000 mgr.y (mgr.25480) 1403 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:50.232 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:49 smithi125 bash[66801]: cephadm 2023-12-09T02:15:48.299148+0000 mgr.y (mgr.25480) 1404 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:50.232 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:49 smithi125 bash[66801]: cephadm 2023-12-09T02:15:48.394504+0000 mgr.y (mgr.25480) 1405 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:50.232 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:49 smithi125 bash[66801]: cephadm 2023-12-09T02:15:48.490400+0000 mgr.y (mgr.25480) 1406 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:50.232 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:49 smithi125 bash[66801]: cephadm 2023-12-09T02:15:48.586108+0000 mgr.y (mgr.25480) 1407 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:50.232 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:49 smithi125 bash[66801]: cephadm 2023-12-09T02:15:48.686856+0000 mgr.y (mgr.25480) 1408 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:50.232 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:49 smithi125 bash[66801]: audit 2023-12-09T02:15:48.766661+0000 mon.a (mon.0) 5864 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:50.232 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:49 smithi125 bash[66801]: audit 2023-12-09T02:15:48.769826+0000 mon.a (mon.0) 5865 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:50.233 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:49 smithi125 bash[66801]: audit 2023-12-09T02:15:48.772690+0000 mon.a (mon.0) 5866 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:50.233 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:49 smithi125 bash[66801]: audit 2023-12-09T02:15:48.773769+0000 mon.a (mon.0) 5867 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:50.233 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:49 smithi125 bash[66801]: audit 2023-12-09T02:15:48.781244+0000 mon.a (mon.0) 5868 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:50.233 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:49 smithi125 bash[66801]: audit 2023-12-09T02:15:48.864791+0000 mon.a (mon.0) 5869 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:50.233 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:49 smithi125 bash[66801]: audit 2023-12-09T02:15:48.866749+0000 mon.a (mon.0) 5870 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:50.233 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:49 smithi125 bash[66801]: audit 2023-12-09T02:15:48.869922+0000 mon.a (mon.0) 5871 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:50.233 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:49 smithi125 bash[66801]: audit 2023-12-09T02:15:48.871303+0000 mon.a (mon.0) 5872 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:50.233 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:49 smithi125 bash[66801]: audit 2023-12-09T02:15:48.881596+0000 mon.a (mon.0) 5873 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:50.233 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:49 smithi125 bash[66801]: audit 2023-12-09T02:15:48.962191+0000 mon.a (mon.0) 5874 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:50.233 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:49 smithi125 bash[66801]: audit 2023-12-09T02:15:48.965434+0000 mon.a (mon.0) 5875 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:50.233 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:49 smithi125 bash[66801]: audit 2023-12-09T02:15:48.969067+0000 mon.a (mon.0) 5876 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:50.234 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:49 smithi125 bash[66801]: audit 2023-12-09T02:15:48.970501+0000 mon.a (mon.0) 5877 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:50.234 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:49 smithi125 bash[66801]: audit 2023-12-09T02:15:48.981661+0000 mon.a (mon.0) 5878 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:50.234 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:49 smithi125 bash[66801]: audit 2023-12-09T02:15:49.065424+0000 mon.a (mon.0) 5879 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:50.234 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:49 smithi125 bash[66801]: audit 2023-12-09T02:15:49.068174+0000 mon.a (mon.0) 5880 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:50.234 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:49 smithi125 bash[66801]: audit 2023-12-09T02:15:49.072614+0000 mon.a (mon.0) 5881 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:50.234 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:49 smithi125 bash[66801]: audit 2023-12-09T02:15:49.073614+0000 mon.a (mon.0) 5882 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:50.234 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:49 smithi125 bash[66801]: audit 2023-12-09T02:15:49.082278+0000 mon.a (mon.0) 5883 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:50.234 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:49 smithi125 bash[66801]: audit 2023-12-09T02:15:49.165567+0000 mon.a (mon.0) 5884 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:50.234 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:49 smithi125 bash[66801]: audit 2023-12-09T02:15:49.168117+0000 mon.a (mon.0) 5885 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:50.234 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:49 smithi125 bash[66801]: audit 2023-12-09T02:15:49.170734+0000 mon.a (mon.0) 5886 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:50.234 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:49 smithi125 bash[66801]: audit 2023-12-09T02:15:49.171865+0000 mon.a (mon.0) 5887 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:50.234 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:49 smithi125 bash[66801]: audit 2023-12-09T02:15:49.180868+0000 mon.a (mon.0) 5888 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:50.234 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:49 smithi125 bash[66801]: audit 2023-12-09T02:15:49.262132+0000 mon.a (mon.0) 5889 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:50.234 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:49 smithi125 bash[66801]: audit 2023-12-09T02:15:49.266337+0000 mon.a (mon.0) 5890 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:50.235 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:49 smithi125 bash[66801]: audit 2023-12-09T02:15:49.269499+0000 mon.a (mon.0) 5891 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:50.235 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:49 smithi125 bash[66801]: audit 2023-12-09T02:15:49.270389+0000 mon.a (mon.0) 5892 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:50.235 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:49 smithi125 bash[66801]: audit 2023-12-09T02:15:49.280004+0000 mon.a (mon.0) 5893 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:50.235 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:49 smithi125 bash[66801]: audit 2023-12-09T02:15:49.362128+0000 mon.a (mon.0) 5894 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:50.235 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:49 smithi125 bash[66801]: audit 2023-12-09T02:15:49.364306+0000 mon.a (mon.0) 5895 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:50.235 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:49 smithi125 bash[66801]: audit 2023-12-09T02:15:49.366967+0000 mon.a (mon.0) 5896 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:50.235 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:49 smithi125 bash[66801]: audit 2023-12-09T02:15:49.368445+0000 mon.a (mon.0) 5897 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:50.235 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:49 smithi125 bash[66801]: audit 2023-12-09T02:15:49.378693+0000 mon.a (mon.0) 5898 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:50.235 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:49 smithi125 bash[66801]: audit 2023-12-09T02:15:49.463172+0000 mon.a (mon.0) 5899 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:50.235 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:49 smithi125 bash[66801]: audit 2023-12-09T02:15:49.465790+0000 mon.a (mon.0) 5900 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:50.235 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:49 smithi125 bash[66801]: audit 2023-12-09T02:15:49.469218+0000 mon.a (mon.0) 5901 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:50.235 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:49 smithi125 bash[66801]: audit 2023-12-09T02:15:49.470533+0000 mon.a (mon.0) 5902 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:50.235 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:49 smithi125 bash[66801]: audit 2023-12-09T02:15:49.480991+0000 mon.a (mon.0) 5903 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:50.235 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:49 smithi125 bash[66801]: audit 2023-12-09T02:15:49.559196+0000 mon.a (mon.0) 5904 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:50.235 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:49 smithi125 bash[66801]: audit 2023-12-09T02:15:49.562217+0000 mon.a (mon.0) 5905 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:50.236 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:49 smithi125 bash[66801]: audit 2023-12-09T02:15:49.565917+0000 mon.a (mon.0) 5906 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:50.236 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:49 smithi125 bash[66801]: audit 2023-12-09T02:15:49.567054+0000 mon.a (mon.0) 5907 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:50.236 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:49 smithi125 bash[66801]: audit 2023-12-09T02:15:49.577031+0000 mon.a (mon.0) 5908 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:50.236 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:49 smithi125 bash[66801]: audit 2023-12-09T02:15:49.661160+0000 mon.a (mon.0) 5909 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:50.236 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:49 smithi125 bash[66801]: audit 2023-12-09T02:15:49.664911+0000 mon.a (mon.0) 5910 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:50.236 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:49 smithi125 bash[66801]: audit 2023-12-09T02:15:49.668237+0000 mon.a (mon.0) 5911 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:50.236 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:49 smithi125 bash[66801]: audit 2023-12-09T02:15:49.669334+0000 mon.a (mon.0) 5912 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:50.236 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:49 smithi125 bash[66801]: audit 2023-12-09T02:15:49.676335+0000 mon.a (mon.0) 5913 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:50.722 INFO:journalctl@ceph.osd.6.smithi125.stdout:Dec 09 02:15:50 smithi125 bash[79645]: debug 2023-12-09T02:15:50.358+0000 7fcdca3f2640 -1 osd.6 0 read_superblock omap replica is missing. 2023-12-09T02:15:50.722 INFO:journalctl@ceph.osd.6.smithi125.stdout:Dec 09 02:15:50 smithi125 bash[79645]: debug 2023-12-09T02:15:50.402+0000 7fcdca3f2640 -1 osd.6 145 log_to_monitors true 2023-12-09T02:15:51.079 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:50 smithi125 bash[66801]: cephadm 2023-12-09T02:15:48.781860+0000 mgr.y (mgr.25480) 1409 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:51.079 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:50 smithi125 bash[66801]: audit 2023-12-09T02:15:48.863040+0000 mgr.y (mgr.25480) 1410 : audit 0 from='client.25420 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:15:51.079 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:50 smithi125 bash[66801]: cephadm 2023-12-09T02:15:48.882159+0000 mgr.y (mgr.25480) 1411 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:51.080 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:50 smithi125 bash[66801]: cephadm 2023-12-09T02:15:48.982387+0000 mgr.y (mgr.25480) 1412 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:51.080 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:50 smithi125 bash[66801]: cephadm 2023-12-09T02:15:49.082807+0000 mgr.y (mgr.25480) 1413 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:51.080 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:50 smithi125 bash[66801]: cephadm 2023-12-09T02:15:49.181397+0000 mgr.y (mgr.25480) 1414 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:51.080 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:50 smithi125 bash[66801]: cephadm 2023-12-09T02:15:49.280733+0000 mgr.y (mgr.25480) 1415 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:51.080 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:50 smithi125 bash[66801]: cluster 2023-12-09T02:15:49.376423+0000 mgr.y (mgr.25480) 1416 : cluster 0 pgmap v238: 161 pgs: 33 active+undersized, 21 active+undersized+degraded, 107 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 870 B/s rd, 0 op/s; 90/726 objects degraded (12.397%) 2023-12-09T02:15:51.080 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:50 smithi125 bash[66801]: cephadm 2023-12-09T02:15:49.379328+0000 mgr.y (mgr.25480) 1417 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:51.080 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:50 smithi125 bash[66801]: cephadm 2023-12-09T02:15:49.481602+0000 mgr.y (mgr.25480) 1418 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:51.080 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:50 smithi125 bash[66801]: cephadm 2023-12-09T02:15:49.577776+0000 mgr.y (mgr.25480) 1419 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:51.080 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:50 smithi125 bash[66801]: cephadm 2023-12-09T02:15:49.677110+0000 mgr.y (mgr.25480) 1420 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:51.080 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:50 smithi125 bash[66801]: audit 2023-12-09T02:15:49.754402+0000 mon.a (mon.0) 5914 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:51.080 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:50 smithi125 bash[66801]: audit 2023-12-09T02:15:49.756374+0000 mon.a (mon.0) 5915 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:51.080 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:50 smithi125 bash[66801]: audit 2023-12-09T02:15:49.758503+0000 mon.a (mon.0) 5916 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:51.080 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:50 smithi125 bash[66801]: audit 2023-12-09T02:15:49.759298+0000 mon.a (mon.0) 5917 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:51.080 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:50 smithi125 bash[66801]: audit 2023-12-09T02:15:49.764601+0000 mon.a (mon.0) 5918 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:51.080 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:50 smithi125 bash[66801]: audit 2023-12-09T02:15:49.842092+0000 mon.a (mon.0) 5919 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:51.081 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:50 smithi125 bash[66801]: audit 2023-12-09T02:15:49.846733+0000 mon.a (mon.0) 5920 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:51.081 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:50 smithi125 bash[66801]: audit 2023-12-09T02:15:49.851086+0000 mon.a (mon.0) 5921 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:51.081 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:50 smithi125 bash[66801]: audit 2023-12-09T02:15:49.852462+0000 mon.a (mon.0) 5922 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:51.081 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:50 smithi125 bash[66801]: audit 2023-12-09T02:15:49.861396+0000 mon.a (mon.0) 5923 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:51.081 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:50 smithi125 bash[66801]: audit 2023-12-09T02:15:49.945848+0000 mon.a (mon.0) 5924 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:51.081 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:50 smithi125 bash[66801]: audit 2023-12-09T02:15:49.948740+0000 mon.a (mon.0) 5925 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:51.081 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:50 smithi125 bash[66801]: audit 2023-12-09T02:15:49.951747+0000 mon.a (mon.0) 5926 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:51.081 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:50 smithi125 bash[66801]: audit 2023-12-09T02:15:49.952693+0000 mon.a (mon.0) 5927 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:51.081 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:50 smithi125 bash[66801]: audit 2023-12-09T02:15:49.960924+0000 mon.a (mon.0) 5928 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:51.081 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:50 smithi125 bash[66801]: audit 2023-12-09T02:15:50.038195+0000 mon.a (mon.0) 5929 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:51.081 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:50 smithi125 bash[66801]: audit 2023-12-09T02:15:50.041065+0000 mon.a (mon.0) 5930 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:51.081 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:50 smithi125 bash[66801]: audit 2023-12-09T02:15:50.044653+0000 mon.a (mon.0) 5931 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:51.081 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:50 smithi125 bash[66801]: audit 2023-12-09T02:15:50.045875+0000 mon.a (mon.0) 5932 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:51.081 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:50 smithi125 bash[66801]: audit 2023-12-09T02:15:50.054575+0000 mon.a (mon.0) 5933 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:51.082 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:50 smithi125 bash[66801]: audit 2023-12-09T02:15:50.132501+0000 mon.a (mon.0) 5934 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:51.082 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:50 smithi125 bash[66801]: audit 2023-12-09T02:15:50.135425+0000 mon.a (mon.0) 5935 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:51.082 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:50 smithi125 bash[66801]: audit 2023-12-09T02:15:50.138239+0000 mon.a (mon.0) 5936 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:51.082 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:50 smithi125 bash[66801]: audit 2023-12-09T02:15:50.139300+0000 mon.a (mon.0) 5937 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:51.082 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:50 smithi125 bash[66801]: audit 2023-12-09T02:15:50.146646+0000 mon.a (mon.0) 5938 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:51.082 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:50 smithi125 bash[66801]: audit 2023-12-09T02:15:50.230099+0000 mon.a (mon.0) 5939 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:51.082 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:50 smithi125 bash[66801]: audit 2023-12-09T02:15:50.233791+0000 mon.a (mon.0) 5940 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:51.082 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:50 smithi125 bash[66801]: audit 2023-12-09T02:15:50.237029+0000 mon.a (mon.0) 5941 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:51.082 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:50 smithi125 bash[66801]: audit 2023-12-09T02:15:50.238078+0000 mon.a (mon.0) 5942 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:51.082 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:50 smithi125 bash[66801]: audit 2023-12-09T02:15:50.245333+0000 mon.a (mon.0) 5943 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:51.082 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:50 smithi125 bash[66801]: audit 2023-12-09T02:15:50.325830+0000 mon.a (mon.0) 5944 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:51.082 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:50 smithi125 bash[66801]: audit 2023-12-09T02:15:50.329510+0000 mon.a (mon.0) 5945 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:51.082 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:50 smithi125 bash[66801]: audit 2023-12-09T02:15:50.333854+0000 mon.a (mon.0) 5946 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:51.082 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:50 smithi125 bash[66801]: audit 2023-12-09T02:15:50.335187+0000 mon.a (mon.0) 5947 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:51.083 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:50 smithi125 bash[66801]: audit 2023-12-09T02:15:50.343061+0000 mon.a (mon.0) 5948 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:51.083 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:50 smithi125 bash[66801]: audit 2023-12-09T02:15:50.413002+0000 mon.b (mon.2) 6 : audit 1 from='osd.6 [v2:172.21.15.125:6816/2445707051,v1:172.21.15.125:6817/2445707051]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-09T02:15:51.083 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:50 smithi125 bash[66801]: audit 2023-12-09T02:15:50.416193+0000 mon.a (mon.0) 5949 : audit 1 from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-09T02:15:51.083 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:50 smithi125 bash[66801]: audit 2023-12-09T02:15:50.425421+0000 mon.a (mon.0) 5950 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:51.083 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:50 smithi125 bash[66801]: audit 2023-12-09T02:15:50.429749+0000 mon.a (mon.0) 5951 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:51.083 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:50 smithi125 bash[66801]: audit 2023-12-09T02:15:50.432492+0000 mon.a (mon.0) 5952 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:51.083 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:50 smithi125 bash[66801]: audit 2023-12-09T02:15:50.433576+0000 mon.a (mon.0) 5953 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:51.083 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:50 smithi125 bash[66801]: audit 2023-12-09T02:15:50.440185+0000 mon.a (mon.0) 5954 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:51.083 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:50 smithi125 bash[66801]: audit 2023-12-09T02:15:50.521058+0000 mon.a (mon.0) 5955 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:51.083 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:50 smithi125 bash[66801]: audit 2023-12-09T02:15:50.524823+0000 mon.a (mon.0) 5956 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:51.083 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:50 smithi125 bash[66801]: audit 2023-12-09T02:15:50.528046+0000 mon.a (mon.0) 5957 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:51.083 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:50 smithi125 bash[66801]: audit 2023-12-09T02:15:50.529336+0000 mon.a (mon.0) 5958 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:51.083 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:50 smithi125 bash[66801]: audit 2023-12-09T02:15:50.538589+0000 mon.a (mon.0) 5959 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:51.083 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:50 smithi125 bash[66801]: audit 2023-12-09T02:15:50.622093+0000 mon.a (mon.0) 5960 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:51.083 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:50 smithi125 bash[66801]: audit 2023-12-09T02:15:50.624100+0000 mon.a (mon.0) 5961 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:51.084 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:50 smithi125 bash[66801]: audit 2023-12-09T02:15:50.626759+0000 mon.a (mon.0) 5962 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:51.084 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:50 smithi125 bash[66801]: audit 2023-12-09T02:15:50.627692+0000 mon.a (mon.0) 5963 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:51.084 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:50 smithi125 bash[66801]: audit 2023-12-09T02:15:50.633254+0000 mon.a (mon.0) 5964 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:51.084 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:50 smithi125 bash[66801]: audit 2023-12-09T02:15:50.714290+0000 mon.a (mon.0) 5965 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:51.084 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:50 smithi125 bash[66801]: audit 2023-12-09T02:15:50.716902+0000 mon.a (mon.0) 5966 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:51.084 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:50 smithi125 bash[66801]: audit 2023-12-09T02:15:50.719893+0000 mon.a (mon.0) 5967 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:51.084 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:50 smithi125 bash[66801]: audit 2023-12-09T02:15:50.721089+0000 mon.a (mon.0) 5968 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:51.084 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:50 smithi125 bash[66801]: audit 2023-12-09T02:15:50.728889+0000 mon.a (mon.0) 5969 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:51.220 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:50 smithi067 bash[79370]: cephadm 2023-12-09T02:15:48.781860+0000 mgr.y (mgr.25480) 1409 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:51.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:50 smithi067 bash[79370]: audit 2023-12-09T02:15:48.863040+0000 mgr.y (mgr.25480) 1410 : audit 0 from='client.25420 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:15:51.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:50 smithi067 bash[79370]: cephadm 2023-12-09T02:15:48.882159+0000 mgr.y (mgr.25480) 1411 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:51.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:50 smithi067 bash[79370]: cephadm 2023-12-09T02:15:48.982387+0000 mgr.y (mgr.25480) 1412 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:51.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:50 smithi067 bash[79370]: cephadm 2023-12-09T02:15:49.082807+0000 mgr.y (mgr.25480) 1413 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:51.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:50 smithi067 bash[79370]: cephadm 2023-12-09T02:15:49.181397+0000 mgr.y (mgr.25480) 1414 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:51.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:50 smithi067 bash[79370]: cephadm 2023-12-09T02:15:49.280733+0000 mgr.y (mgr.25480) 1415 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:51.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:50 smithi067 bash[79370]: cluster 2023-12-09T02:15:49.376423+0000 mgr.y (mgr.25480) 1416 : cluster 0 pgmap v238: 161 pgs: 33 active+undersized, 21 active+undersized+degraded, 107 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 870 B/s rd, 0 op/s; 90/726 objects degraded (12.397%) 2023-12-09T02:15:51.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:50 smithi067 bash[79370]: cephadm 2023-12-09T02:15:49.379328+0000 mgr.y (mgr.25480) 1417 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:51.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:50 smithi067 bash[79370]: cephadm 2023-12-09T02:15:49.481602+0000 mgr.y (mgr.25480) 1418 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:51.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:50 smithi067 bash[79370]: cephadm 2023-12-09T02:15:49.577776+0000 mgr.y (mgr.25480) 1419 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:51.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:50 smithi067 bash[79370]: cephadm 2023-12-09T02:15:49.677110+0000 mgr.y (mgr.25480) 1420 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:51.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:50 smithi067 bash[79370]: audit 2023-12-09T02:15:49.754402+0000 mon.a (mon.0) 5914 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:51.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:50 smithi067 bash[79370]: audit 2023-12-09T02:15:49.756374+0000 mon.a (mon.0) 5915 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:51.222 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:50 smithi067 bash[79370]: audit 2023-12-09T02:15:49.758503+0000 mon.a (mon.0) 5916 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:51.222 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:50 smithi067 bash[79370]: audit 2023-12-09T02:15:49.759298+0000 mon.a (mon.0) 5917 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:51.222 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:50 smithi067 bash[79370]: audit 2023-12-09T02:15:49.764601+0000 mon.a (mon.0) 5918 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:51.222 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:50 smithi067 bash[79370]: audit 2023-12-09T02:15:49.842092+0000 mon.a (mon.0) 5919 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:51.222 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:50 smithi067 bash[79370]: audit 2023-12-09T02:15:49.846733+0000 mon.a (mon.0) 5920 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:51.222 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:50 smithi067 bash[79370]: audit 2023-12-09T02:15:49.851086+0000 mon.a (mon.0) 5921 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:51.222 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:50 smithi067 bash[82083]: cephadm 2023-12-09T02:15:48.781860+0000 mgr.y (mgr.25480) 1409 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:51.222 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:50 smithi067 bash[82083]: audit 2023-12-09T02:15:48.863040+0000 mgr.y (mgr.25480) 1410 : audit 0 from='client.25420 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:15:51.222 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:50 smithi067 bash[82083]: cephadm 2023-12-09T02:15:48.882159+0000 mgr.y (mgr.25480) 1411 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:51.222 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:50 smithi067 bash[82083]: cephadm 2023-12-09T02:15:48.982387+0000 mgr.y (mgr.25480) 1412 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:51.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:50 smithi067 bash[82083]: cephadm 2023-12-09T02:15:49.082807+0000 mgr.y (mgr.25480) 1413 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:51.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:50 smithi067 bash[82083]: cephadm 2023-12-09T02:15:49.181397+0000 mgr.y (mgr.25480) 1414 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:51.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:50 smithi067 bash[82083]: cephadm 2023-12-09T02:15:49.280733+0000 mgr.y (mgr.25480) 1415 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:51.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:50 smithi067 bash[82083]: cluster 2023-12-09T02:15:49.376423+0000 mgr.y (mgr.25480) 1416 : cluster 0 pgmap v238: 161 pgs: 33 active+undersized, 21 active+undersized+degraded, 107 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 870 B/s rd, 0 op/s; 90/726 objects degraded (12.397%) 2023-12-09T02:15:51.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:50 smithi067 bash[82083]: cephadm 2023-12-09T02:15:49.379328+0000 mgr.y (mgr.25480) 1417 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:51.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:50 smithi067 bash[82083]: cephadm 2023-12-09T02:15:49.481602+0000 mgr.y (mgr.25480) 1418 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:51.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:50 smithi067 bash[82083]: cephadm 2023-12-09T02:15:49.577776+0000 mgr.y (mgr.25480) 1419 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:51.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:50 smithi067 bash[82083]: cephadm 2023-12-09T02:15:49.677110+0000 mgr.y (mgr.25480) 1420 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:51.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:50 smithi067 bash[82083]: audit 2023-12-09T02:15:49.754402+0000 mon.a (mon.0) 5914 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:51.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:50 smithi067 bash[82083]: audit 2023-12-09T02:15:49.756374+0000 mon.a (mon.0) 5915 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:51.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:50 smithi067 bash[82083]: audit 2023-12-09T02:15:49.758503+0000 mon.a (mon.0) 5916 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:51.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:50 smithi067 bash[82083]: audit 2023-12-09T02:15:49.759298+0000 mon.a (mon.0) 5917 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:51.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:50 smithi067 bash[82083]: audit 2023-12-09T02:15:49.764601+0000 mon.a (mon.0) 5918 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:51.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:50 smithi067 bash[82083]: audit 2023-12-09T02:15:49.842092+0000 mon.a (mon.0) 5919 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:51.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:50 smithi067 bash[82083]: audit 2023-12-09T02:15:49.846733+0000 mon.a (mon.0) 5920 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:51.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:50 smithi067 bash[82083]: audit 2023-12-09T02:15:49.851086+0000 mon.a (mon.0) 5921 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:51.224 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:50 smithi067 bash[79370]: audit 2023-12-09T02:15:49.852462+0000 mon.a (mon.0) 5922 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:51.224 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:50 smithi067 bash[79370]: audit 2023-12-09T02:15:49.861396+0000 mon.a (mon.0) 5923 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:51.224 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:50 smithi067 bash[79370]: audit 2023-12-09T02:15:49.945848+0000 mon.a (mon.0) 5924 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:51.224 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:50 smithi067 bash[79370]: audit 2023-12-09T02:15:49.948740+0000 mon.a (mon.0) 5925 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:51.224 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:50 smithi067 bash[79370]: audit 2023-12-09T02:15:49.951747+0000 mon.a (mon.0) 5926 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:51.224 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:50 smithi067 bash[79370]: audit 2023-12-09T02:15:49.952693+0000 mon.a (mon.0) 5927 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:51.224 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:50 smithi067 bash[79370]: audit 2023-12-09T02:15:49.960924+0000 mon.a (mon.0) 5928 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:51.224 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:50 smithi067 bash[79370]: audit 2023-12-09T02:15:50.038195+0000 mon.a (mon.0) 5929 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:51.224 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:50 smithi067 bash[79370]: audit 2023-12-09T02:15:50.041065+0000 mon.a (mon.0) 5930 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:51.224 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:50 smithi067 bash[79370]: audit 2023-12-09T02:15:50.044653+0000 mon.a (mon.0) 5931 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:51.224 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:50 smithi067 bash[79370]: audit 2023-12-09T02:15:50.045875+0000 mon.a (mon.0) 5932 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:51.224 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:50 smithi067 bash[79370]: audit 2023-12-09T02:15:50.054575+0000 mon.a (mon.0) 5933 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:51.224 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:50 smithi067 bash[79370]: audit 2023-12-09T02:15:50.132501+0000 mon.a (mon.0) 5934 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:51.225 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:50 smithi067 bash[79370]: audit 2023-12-09T02:15:50.135425+0000 mon.a (mon.0) 5935 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:51.225 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:50 smithi067 bash[79370]: audit 2023-12-09T02:15:50.138239+0000 mon.a (mon.0) 5936 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:51.225 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:50 smithi067 bash[79370]: audit 2023-12-09T02:15:50.139300+0000 mon.a (mon.0) 5937 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:51.225 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:50 smithi067 bash[79370]: audit 2023-12-09T02:15:50.146646+0000 mon.a (mon.0) 5938 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:51.225 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:50 smithi067 bash[79370]: audit 2023-12-09T02:15:50.230099+0000 mon.a (mon.0) 5939 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:51.225 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:50 smithi067 bash[79370]: audit 2023-12-09T02:15:50.233791+0000 mon.a (mon.0) 5940 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:51.225 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:50 smithi067 bash[79370]: audit 2023-12-09T02:15:50.237029+0000 mon.a (mon.0) 5941 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:51.225 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:50 smithi067 bash[82083]: audit 2023-12-09T02:15:49.852462+0000 mon.a (mon.0) 5922 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:51.225 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:50 smithi067 bash[82083]: audit 2023-12-09T02:15:49.861396+0000 mon.a (mon.0) 5923 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:51.225 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:50 smithi067 bash[82083]: audit 2023-12-09T02:15:49.945848+0000 mon.a (mon.0) 5924 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:51.225 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:50 smithi067 bash[82083]: audit 2023-12-09T02:15:49.948740+0000 mon.a (mon.0) 5925 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:51.225 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:50 smithi067 bash[82083]: audit 2023-12-09T02:15:49.951747+0000 mon.a (mon.0) 5926 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:51.226 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:50 smithi067 bash[82083]: audit 2023-12-09T02:15:49.952693+0000 mon.a (mon.0) 5927 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:51.226 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:50 smithi067 bash[82083]: audit 2023-12-09T02:15:49.960924+0000 mon.a (mon.0) 5928 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:51.226 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:50 smithi067 bash[82083]: audit 2023-12-09T02:15:50.038195+0000 mon.a (mon.0) 5929 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:51.226 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:50 smithi067 bash[82083]: audit 2023-12-09T02:15:50.041065+0000 mon.a (mon.0) 5930 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:51.226 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:50 smithi067 bash[82083]: audit 2023-12-09T02:15:50.044653+0000 mon.a (mon.0) 5931 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:51.226 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:50 smithi067 bash[82083]: audit 2023-12-09T02:15:50.045875+0000 mon.a (mon.0) 5932 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:51.226 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:50 smithi067 bash[82083]: audit 2023-12-09T02:15:50.054575+0000 mon.a (mon.0) 5933 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:51.226 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:50 smithi067 bash[82083]: audit 2023-12-09T02:15:50.132501+0000 mon.a (mon.0) 5934 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:51.226 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:50 smithi067 bash[82083]: audit 2023-12-09T02:15:50.135425+0000 mon.a (mon.0) 5935 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:51.226 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:50 smithi067 bash[82083]: audit 2023-12-09T02:15:50.138239+0000 mon.a (mon.0) 5936 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:51.226 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:50 smithi067 bash[82083]: audit 2023-12-09T02:15:50.139300+0000 mon.a (mon.0) 5937 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:51.226 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:50 smithi067 bash[82083]: audit 2023-12-09T02:15:50.146646+0000 mon.a (mon.0) 5938 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:51.226 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:50 smithi067 bash[82083]: audit 2023-12-09T02:15:50.230099+0000 mon.a (mon.0) 5939 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:51.226 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:50 smithi067 bash[82083]: audit 2023-12-09T02:15:50.233791+0000 mon.a (mon.0) 5940 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:51.226 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:50 smithi067 bash[82083]: audit 2023-12-09T02:15:50.237029+0000 mon.a (mon.0) 5941 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:51.227 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:50 smithi067 bash[79370]: audit 2023-12-09T02:15:50.238078+0000 mon.a (mon.0) 5942 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:51.227 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:50 smithi067 bash[79370]: audit 2023-12-09T02:15:50.245333+0000 mon.a (mon.0) 5943 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:51.227 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:50 smithi067 bash[79370]: audit 2023-12-09T02:15:50.325830+0000 mon.a (mon.0) 5944 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:51.227 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:50 smithi067 bash[79370]: audit 2023-12-09T02:15:50.329510+0000 mon.a (mon.0) 5945 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:51.227 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:50 smithi067 bash[79370]: audit 2023-12-09T02:15:50.333854+0000 mon.a (mon.0) 5946 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:51.227 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:50 smithi067 bash[79370]: audit 2023-12-09T02:15:50.335187+0000 mon.a (mon.0) 5947 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:51.227 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:50 smithi067 bash[79370]: audit 2023-12-09T02:15:50.343061+0000 mon.a (mon.0) 5948 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:51.227 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:50 smithi067 bash[79370]: audit 2023-12-09T02:15:50.413002+0000 mon.b (mon.2) 6 : audit 1 from='osd.6 [v2:172.21.15.125:6816/2445707051,v1:172.21.15.125:6817/2445707051]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-09T02:15:51.228 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:50 smithi067 bash[79370]: audit 2023-12-09T02:15:50.416193+0000 mon.a (mon.0) 5949 : audit 1 from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-09T02:15:51.228 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:50 smithi067 bash[79370]: audit 2023-12-09T02:15:50.425421+0000 mon.a (mon.0) 5950 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:51.228 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:50 smithi067 bash[79370]: audit 2023-12-09T02:15:50.429749+0000 mon.a (mon.0) 5951 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:51.228 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:50 smithi067 bash[79370]: audit 2023-12-09T02:15:50.432492+0000 mon.a (mon.0) 5952 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:51.228 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:50 smithi067 bash[79370]: audit 2023-12-09T02:15:50.433576+0000 mon.a (mon.0) 5953 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:51.228 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:50 smithi067 bash[79370]: audit 2023-12-09T02:15:50.440185+0000 mon.a (mon.0) 5954 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:51.228 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:50 smithi067 bash[79370]: audit 2023-12-09T02:15:50.521058+0000 mon.a (mon.0) 5955 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:51.228 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:50 smithi067 bash[79370]: audit 2023-12-09T02:15:50.524823+0000 mon.a (mon.0) 5956 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:51.228 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:50 smithi067 bash[79370]: audit 2023-12-09T02:15:50.528046+0000 mon.a (mon.0) 5957 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:51.228 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:50 smithi067 bash[79370]: audit 2023-12-09T02:15:50.529336+0000 mon.a (mon.0) 5958 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:51.228 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:50 smithi067 bash[79370]: audit 2023-12-09T02:15:50.538589+0000 mon.a (mon.0) 5959 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:51.228 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:50 smithi067 bash[79370]: audit 2023-12-09T02:15:50.622093+0000 mon.a (mon.0) 5960 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:51.228 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:50 smithi067 bash[79370]: audit 2023-12-09T02:15:50.624100+0000 mon.a (mon.0) 5961 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:51.228 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:50 smithi067 bash[79370]: audit 2023-12-09T02:15:50.626759+0000 mon.a (mon.0) 5962 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:51.228 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:50 smithi067 bash[79370]: audit 2023-12-09T02:15:50.627692+0000 mon.a (mon.0) 5963 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:51.228 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:50 smithi067 bash[79370]: audit 2023-12-09T02:15:50.633254+0000 mon.a (mon.0) 5964 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:51.228 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:50 smithi067 bash[79370]: audit 2023-12-09T02:15:50.714290+0000 mon.a (mon.0) 5965 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:51.229 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:50 smithi067 bash[79370]: audit 2023-12-09T02:15:50.716902+0000 mon.a (mon.0) 5966 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:51.229 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:50 smithi067 bash[79370]: audit 2023-12-09T02:15:50.719893+0000 mon.a (mon.0) 5967 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:51.229 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:50 smithi067 bash[79370]: audit 2023-12-09T02:15:50.721089+0000 mon.a (mon.0) 5968 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:51.229 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:50 smithi067 bash[79370]: audit 2023-12-09T02:15:50.728889+0000 mon.a (mon.0) 5969 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:51.229 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:50 smithi067 bash[82083]: audit 2023-12-09T02:15:50.238078+0000 mon.a (mon.0) 5942 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:51.229 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:50 smithi067 bash[82083]: audit 2023-12-09T02:15:50.245333+0000 mon.a (mon.0) 5943 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:51.229 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:50 smithi067 bash[82083]: audit 2023-12-09T02:15:50.325830+0000 mon.a (mon.0) 5944 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:51.229 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:50 smithi067 bash[82083]: audit 2023-12-09T02:15:50.329510+0000 mon.a (mon.0) 5945 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:51.229 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:50 smithi067 bash[82083]: audit 2023-12-09T02:15:50.333854+0000 mon.a (mon.0) 5946 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:51.229 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:50 smithi067 bash[82083]: audit 2023-12-09T02:15:50.335187+0000 mon.a (mon.0) 5947 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:51.230 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:50 smithi067 bash[82083]: audit 2023-12-09T02:15:50.343061+0000 mon.a (mon.0) 5948 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:51.230 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:50 smithi067 bash[82083]: audit 2023-12-09T02:15:50.413002+0000 mon.b (mon.2) 6 : audit 1 from='osd.6 [v2:172.21.15.125:6816/2445707051,v1:172.21.15.125:6817/2445707051]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-09T02:15:51.230 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:50 smithi067 bash[82083]: audit 2023-12-09T02:15:50.416193+0000 mon.a (mon.0) 5949 : audit 1 from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-09T02:15:51.230 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:50 smithi067 bash[82083]: audit 2023-12-09T02:15:50.425421+0000 mon.a (mon.0) 5950 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:51.230 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:50 smithi067 bash[82083]: audit 2023-12-09T02:15:50.429749+0000 mon.a (mon.0) 5951 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:51.230 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:50 smithi067 bash[82083]: audit 2023-12-09T02:15:50.432492+0000 mon.a (mon.0) 5952 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:51.230 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:50 smithi067 bash[82083]: audit 2023-12-09T02:15:50.433576+0000 mon.a (mon.0) 5953 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:51.230 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:50 smithi067 bash[82083]: audit 2023-12-09T02:15:50.440185+0000 mon.a (mon.0) 5954 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:51.230 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:50 smithi067 bash[82083]: audit 2023-12-09T02:15:50.521058+0000 mon.a (mon.0) 5955 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:51.230 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:50 smithi067 bash[82083]: audit 2023-12-09T02:15:50.524823+0000 mon.a (mon.0) 5956 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:51.230 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:50 smithi067 bash[82083]: audit 2023-12-09T02:15:50.528046+0000 mon.a (mon.0) 5957 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:51.230 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:50 smithi067 bash[82083]: audit 2023-12-09T02:15:50.529336+0000 mon.a (mon.0) 5958 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:51.230 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:50 smithi067 bash[82083]: audit 2023-12-09T02:15:50.538589+0000 mon.a (mon.0) 5959 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:51.230 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:50 smithi067 bash[82083]: audit 2023-12-09T02:15:50.622093+0000 mon.a (mon.0) 5960 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:51.230 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:50 smithi067 bash[82083]: audit 2023-12-09T02:15:50.624100+0000 mon.a (mon.0) 5961 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:51.231 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:50 smithi067 bash[82083]: audit 2023-12-09T02:15:50.626759+0000 mon.a (mon.0) 5962 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:51.231 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:50 smithi067 bash[82083]: audit 2023-12-09T02:15:50.627692+0000 mon.a (mon.0) 5963 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:51.231 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:50 smithi067 bash[82083]: audit 2023-12-09T02:15:50.633254+0000 mon.a (mon.0) 5964 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:51.231 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:50 smithi067 bash[82083]: audit 2023-12-09T02:15:50.714290+0000 mon.a (mon.0) 5965 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:51.231 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:50 smithi067 bash[82083]: audit 2023-12-09T02:15:50.716902+0000 mon.a (mon.0) 5966 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:51.231 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:50 smithi067 bash[82083]: audit 2023-12-09T02:15:50.719893+0000 mon.a (mon.0) 5967 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:51.231 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:50 smithi067 bash[82083]: audit 2023-12-09T02:15:50.721089+0000 mon.a (mon.0) 5968 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:51.231 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:50 smithi067 bash[82083]: audit 2023-12-09T02:15:50.728889+0000 mon.a (mon.0) 5969 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:51.721 INFO:journalctl@ceph.osd.6.smithi125.stdout:Dec 09 02:15:51 smithi125 bash[79645]: debug 2023-12-09T02:15:51.438+0000 7fcdba060700 -1 osd.6 145 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-09T02:15:52.022 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:51 smithi125 bash[66801]: cephadm 2023-12-09T02:15:49.765088+0000 mgr.y (mgr.25480) 1421 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:52.022 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:51 smithi125 bash[66801]: cephadm 2023-12-09T02:15:49.862138+0000 mgr.y (mgr.25480) 1422 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:52.022 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:51 smithi125 bash[66801]: cephadm 2023-12-09T02:15:49.961482+0000 mgr.y (mgr.25480) 1423 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:52.022 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:51 smithi125 bash[66801]: cephadm 2023-12-09T02:15:50.055161+0000 mgr.y (mgr.25480) 1424 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:52.022 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:51 smithi125 bash[66801]: cephadm 2023-12-09T02:15:50.147432+0000 mgr.y (mgr.25480) 1425 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:52.022 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:51 smithi125 bash[66801]: cephadm 2023-12-09T02:15:50.245786+0000 mgr.y (mgr.25480) 1426 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:52.022 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:51 smithi125 bash[66801]: cephadm 2023-12-09T02:15:50.343662+0000 mgr.y (mgr.25480) 1427 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:52.022 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:51 smithi125 bash[66801]: cephadm 2023-12-09T02:15:50.440909+0000 mgr.y (mgr.25480) 1428 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:52.022 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:51 smithi125 bash[66801]: cephadm 2023-12-09T02:15:50.539517+0000 mgr.y (mgr.25480) 1429 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:52.022 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:51 smithi125 bash[66801]: cephadm 2023-12-09T02:15:50.633964+0000 mgr.y (mgr.25480) 1430 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:52.022 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:51 smithi125 bash[66801]: cephadm 2023-12-09T02:15:50.729588+0000 mgr.y (mgr.25480) 1431 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:52.023 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:51 smithi125 bash[66801]: audit 2023-12-09T02:15:50.809062+0000 mon.a (mon.0) 5970 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:52.023 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:51 smithi125 bash[66801]: audit 2023-12-09T02:15:50.813077+0000 mon.a (mon.0) 5971 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:52.023 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:51 smithi125 bash[66801]: audit 2023-12-09T02:15:50.816781+0000 mon.a (mon.0) 5972 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:52.023 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:51 smithi125 bash[66801]: audit 2023-12-09T02:15:50.817811+0000 mon.a (mon.0) 5973 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:52.023 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:51 smithi125 bash[66801]: audit 2023-12-09T02:15:50.824552+0000 mon.a (mon.0) 5974 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:52.023 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:51 smithi125 bash[66801]: audit 2023-12-09T02:15:50.904449+0000 mon.a (mon.0) 5975 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:52.023 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:51 smithi125 bash[66801]: audit 2023-12-09T02:15:50.906719+0000 mon.a (mon.0) 5976 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:52.023 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:51 smithi125 bash[66801]: audit 2023-12-09T02:15:50.909789+0000 mon.a (mon.0) 5977 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:52.023 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:51 smithi125 bash[66801]: audit 2023-12-09T02:15:50.910777+0000 mon.a (mon.0) 5978 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:52.023 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:51 smithi125 bash[66801]: audit 2023-12-09T02:15:50.918503+0000 mon.a (mon.0) 5979 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:52.023 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:51 smithi125 bash[66801]: audit 2023-12-09T02:15:50.998866+0000 mon.a (mon.0) 5980 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:52.023 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:51 smithi125 bash[66801]: audit 2023-12-09T02:15:51.001334+0000 mon.a (mon.0) 5981 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:52.023 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:51 smithi125 bash[66801]: audit 2023-12-09T02:15:51.004447+0000 mon.a (mon.0) 5982 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:52.023 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:51 smithi125 bash[66801]: audit 2023-12-09T02:15:51.005416+0000 mon.a (mon.0) 5983 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:52.023 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:51 smithi125 bash[66801]: audit 2023-12-09T02:15:51.011572+0000 mon.a (mon.0) 5984 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:52.023 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:51 smithi125 bash[66801]: audit 2023-12-09T02:15:51.093875+0000 mon.a (mon.0) 5985 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:52.024 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:51 smithi125 bash[66801]: audit 2023-12-09T02:15:51.098169+0000 mon.a (mon.0) 5986 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:52.024 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:51 smithi125 bash[66801]: audit 2023-12-09T02:15:51.101305+0000 mon.a (mon.0) 5987 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:52.024 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:51 smithi125 bash[66801]: audit 2023-12-09T02:15:51.102660+0000 mon.a (mon.0) 5988 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:52.024 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:51 smithi125 bash[66801]: audit 2023-12-09T02:15:51.110966+0000 mon.a (mon.0) 5989 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:52.024 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:51 smithi125 bash[66801]: audit 2023-12-09T02:15:51.194108+0000 mon.a (mon.0) 5990 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:52.024 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:51 smithi125 bash[66801]: audit 2023-12-09T02:15:51.197981+0000 mon.a (mon.0) 5991 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:52.024 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:51 smithi125 bash[66801]: audit 2023-12-09T02:15:51.202615+0000 mon.a (mon.0) 5992 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:52.024 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:51 smithi125 bash[66801]: audit 2023-12-09T02:15:51.204064+0000 mon.a (mon.0) 5993 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:52.024 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:51 smithi125 bash[66801]: audit 2023-12-09T02:15:51.215247+0000 mon.a (mon.0) 5994 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:52.024 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:51 smithi125 bash[66801]: audit 2023-12-09T02:15:51.295788+0000 mon.a (mon.0) 5995 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:52.024 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:51 smithi125 bash[66801]: audit 2023-12-09T02:15:51.299685+0000 mon.a (mon.0) 5996 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:52.024 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:51 smithi125 bash[66801]: audit 2023-12-09T02:15:51.303073+0000 mon.a (mon.0) 5997 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:52.025 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:51 smithi125 bash[66801]: audit 2023-12-09T02:15:51.304276+0000 mon.a (mon.0) 5998 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:52.025 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:51 smithi125 bash[66801]: audit 2023-12-09T02:15:51.311531+0000 mon.a (mon.0) 5999 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:52.025 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:51 smithi125 bash[66801]: audit 2023-12-09T02:15:51.382426+0000 mon.a (mon.0) 6000 : audit 1 from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-12-09T02:15:52.025 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:51 smithi125 bash[66801]: cluster 2023-12-09T02:15:51.384543+0000 osd.7 (osd.7) 74 : cluster 3 failed to encode map e148 with expected crc 2023-12-09T02:15:52.025 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:51 smithi125 bash[66801]: audit 2023-12-09T02:15:51.388745+0000 mon.b (mon.2) 7 : audit 1 from='osd.6 [v2:172.21.15.125:6816/2445707051,v1:172.21.15.125:6817/2445707051]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi125", "root=default"]}]: dispatch 2023-12-09T02:15:52.025 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:51 smithi125 bash[66801]: cluster 2023-12-09T02:15:51.391026+0000 mon.a (mon.0) 6001 : cluster 0 osdmap e148: 8 total, 7 up, 8 in 2023-12-09T02:15:52.025 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:51 smithi125 bash[66801]: audit 2023-12-09T02:15:51.392945+0000 mon.a (mon.0) 6002 : audit 1 from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi125", "root=default"]}]: dispatch 2023-12-09T02:15:52.025 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:51 smithi125 bash[66801]: audit 2023-12-09T02:15:51.393357+0000 mon.a (mon.0) 6003 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:52.025 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:51 smithi125 bash[66801]: audit 2023-12-09T02:15:51.395728+0000 mon.a (mon.0) 6004 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:52.026 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:51 smithi125 bash[66801]: audit 2023-12-09T02:15:51.398166+0000 mon.a (mon.0) 6005 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:52.026 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:51 smithi125 bash[66801]: audit 2023-12-09T02:15:51.398970+0000 mon.a (mon.0) 6006 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:52.026 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:51 smithi125 bash[66801]: audit 2023-12-09T02:15:51.406629+0000 mon.a (mon.0) 6007 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:52.026 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:51 smithi125 bash[66801]: audit 2023-12-09T02:15:51.486620+0000 mon.a (mon.0) 6008 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:52.026 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:51 smithi125 bash[66801]: audit 2023-12-09T02:15:51.489679+0000 mon.a (mon.0) 6009 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:52.026 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:51 smithi125 bash[66801]: audit 2023-12-09T02:15:51.492127+0000 mon.a (mon.0) 6010 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:52.026 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:51 smithi125 bash[66801]: audit 2023-12-09T02:15:51.492914+0000 mon.a (mon.0) 6011 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:52.026 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:51 smithi125 bash[66801]: audit 2023-12-09T02:15:51.499760+0000 mon.a (mon.0) 6012 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:52.026 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:51 smithi125 bash[66801]: audit 2023-12-09T02:15:51.577976+0000 mon.a (mon.0) 6013 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:52.026 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:51 smithi125 bash[66801]: audit 2023-12-09T02:15:51.581394+0000 mon.a (mon.0) 6014 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:52.026 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:51 smithi125 bash[66801]: audit 2023-12-09T02:15:51.585113+0000 mon.a (mon.0) 6015 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:52.026 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:51 smithi125 bash[66801]: audit 2023-12-09T02:15:51.586497+0000 mon.a (mon.0) 6016 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:52.026 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:51 smithi125 bash[66801]: audit 2023-12-09T02:15:51.596931+0000 mon.a (mon.0) 6017 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:52.026 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:51 smithi125 bash[66801]: audit 2023-12-09T02:15:51.678129+0000 mon.a (mon.0) 6018 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:52.026 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:51 smithi125 bash[66801]: audit 2023-12-09T02:15:51.680948+0000 mon.a (mon.0) 6019 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:52.027 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:51 smithi125 bash[66801]: audit 2023-12-09T02:15:51.683788+0000 mon.a (mon.0) 6020 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:52.027 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:51 smithi125 bash[66801]: audit 2023-12-09T02:15:51.684815+0000 mon.a (mon.0) 6021 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:52.027 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:51 smithi125 bash[66801]: audit 2023-12-09T02:15:51.692898+0000 mon.a (mon.0) 6022 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:52.220 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:51 smithi067 bash[82083]: cephadm 2023-12-09T02:15:49.765088+0000 mgr.y (mgr.25480) 1421 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:52.221 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:51 smithi067 bash[82083]: cephadm 2023-12-09T02:15:49.862138+0000 mgr.y (mgr.25480) 1422 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:52.221 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:51 smithi067 bash[82083]: cephadm 2023-12-09T02:15:49.961482+0000 mgr.y (mgr.25480) 1423 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:52.221 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:51 smithi067 bash[82083]: cephadm 2023-12-09T02:15:50.055161+0000 mgr.y (mgr.25480) 1424 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:52.221 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:51 smithi067 bash[82083]: cephadm 2023-12-09T02:15:50.147432+0000 mgr.y (mgr.25480) 1425 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:52.221 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:51 smithi067 bash[82083]: cephadm 2023-12-09T02:15:50.245786+0000 mgr.y (mgr.25480) 1426 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:52.221 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:51 smithi067 bash[82083]: cephadm 2023-12-09T02:15:50.343662+0000 mgr.y (mgr.25480) 1427 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:52.221 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:51 smithi067 bash[82083]: cephadm 2023-12-09T02:15:50.440909+0000 mgr.y (mgr.25480) 1428 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:52.221 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:51 smithi067 bash[82083]: cephadm 2023-12-09T02:15:50.539517+0000 mgr.y (mgr.25480) 1429 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:52.221 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:51 smithi067 bash[82083]: cephadm 2023-12-09T02:15:50.633964+0000 mgr.y (mgr.25480) 1430 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:52.221 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:51 smithi067 bash[82083]: cephadm 2023-12-09T02:15:50.729588+0000 mgr.y (mgr.25480) 1431 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:52.221 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:51 smithi067 bash[82083]: audit 2023-12-09T02:15:50.809062+0000 mon.a (mon.0) 5970 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:52.221 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:51 smithi067 bash[82083]: audit 2023-12-09T02:15:50.813077+0000 mon.a (mon.0) 5971 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:52.221 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:51 smithi067 bash[82083]: audit 2023-12-09T02:15:50.816781+0000 mon.a (mon.0) 5972 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:52.221 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:51 smithi067 bash[82083]: audit 2023-12-09T02:15:50.817811+0000 mon.a (mon.0) 5973 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:52.222 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:51 smithi067 bash[82083]: audit 2023-12-09T02:15:50.824552+0000 mon.a (mon.0) 5974 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:52.222 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:51 smithi067 bash[82083]: audit 2023-12-09T02:15:50.904449+0000 mon.a (mon.0) 5975 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:52.222 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:51 smithi067 bash[82083]: audit 2023-12-09T02:15:50.906719+0000 mon.a (mon.0) 5976 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:52.222 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:51 smithi067 bash[82083]: audit 2023-12-09T02:15:50.909789+0000 mon.a (mon.0) 5977 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:52.222 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:51 smithi067 bash[82083]: audit 2023-12-09T02:15:50.910777+0000 mon.a (mon.0) 5978 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:52.222 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:51 smithi067 bash[82083]: audit 2023-12-09T02:15:50.918503+0000 mon.a (mon.0) 5979 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:52.222 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:51 smithi067 bash[79370]: cephadm 2023-12-09T02:15:49.765088+0000 mgr.y (mgr.25480) 1421 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:52.222 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:51 smithi067 bash[79370]: cephadm 2023-12-09T02:15:49.862138+0000 mgr.y (mgr.25480) 1422 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:52.222 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:51 smithi067 bash[79370]: cephadm 2023-12-09T02:15:49.961482+0000 mgr.y (mgr.25480) 1423 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:52.223 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:51 smithi067 bash[79370]: cephadm 2023-12-09T02:15:50.055161+0000 mgr.y (mgr.25480) 1424 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:52.223 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:51 smithi067 bash[79370]: cephadm 2023-12-09T02:15:50.147432+0000 mgr.y (mgr.25480) 1425 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:52.223 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:51 smithi067 bash[79370]: cephadm 2023-12-09T02:15:50.245786+0000 mgr.y (mgr.25480) 1426 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:52.223 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:51 smithi067 bash[79370]: cephadm 2023-12-09T02:15:50.343662+0000 mgr.y (mgr.25480) 1427 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:52.223 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:51 smithi067 bash[79370]: cephadm 2023-12-09T02:15:50.440909+0000 mgr.y (mgr.25480) 1428 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:52.223 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:51 smithi067 bash[79370]: cephadm 2023-12-09T02:15:50.539517+0000 mgr.y (mgr.25480) 1429 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:52.223 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:51 smithi067 bash[79370]: cephadm 2023-12-09T02:15:50.633964+0000 mgr.y (mgr.25480) 1430 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:52.223 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:51 smithi067 bash[79370]: cephadm 2023-12-09T02:15:50.729588+0000 mgr.y (mgr.25480) 1431 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:52.223 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:51 smithi067 bash[79370]: audit 2023-12-09T02:15:50.809062+0000 mon.a (mon.0) 5970 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:52.223 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:51 smithi067 bash[79370]: audit 2023-12-09T02:15:50.813077+0000 mon.a (mon.0) 5971 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:52.223 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:51 smithi067 bash[79370]: audit 2023-12-09T02:15:50.816781+0000 mon.a (mon.0) 5972 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:52.223 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:51 smithi067 bash[79370]: audit 2023-12-09T02:15:50.817811+0000 mon.a (mon.0) 5973 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:52.223 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:51 smithi067 bash[79370]: audit 2023-12-09T02:15:50.824552+0000 mon.a (mon.0) 5974 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:52.223 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:51 smithi067 bash[79370]: audit 2023-12-09T02:15:50.904449+0000 mon.a (mon.0) 5975 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:52.224 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:51 smithi067 bash[79370]: audit 2023-12-09T02:15:50.906719+0000 mon.a (mon.0) 5976 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:52.224 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:51 smithi067 bash[79370]: audit 2023-12-09T02:15:50.909789+0000 mon.a (mon.0) 5977 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:52.224 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:51 smithi067 bash[79370]: audit 2023-12-09T02:15:50.910777+0000 mon.a (mon.0) 5978 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:52.224 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:51 smithi067 bash[79370]: audit 2023-12-09T02:15:50.918503+0000 mon.a (mon.0) 5979 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:52.224 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:51 smithi067 bash[82083]: audit 2023-12-09T02:15:50.998866+0000 mon.a (mon.0) 5980 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:52.224 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:51 smithi067 bash[82083]: audit 2023-12-09T02:15:51.001334+0000 mon.a (mon.0) 5981 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:52.224 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:51 smithi067 bash[82083]: audit 2023-12-09T02:15:51.004447+0000 mon.a (mon.0) 5982 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:52.224 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:51 smithi067 bash[82083]: audit 2023-12-09T02:15:51.005416+0000 mon.a (mon.0) 5983 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:52.225 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:51 smithi067 bash[82083]: audit 2023-12-09T02:15:51.011572+0000 mon.a (mon.0) 5984 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:52.225 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:51 smithi067 bash[82083]: audit 2023-12-09T02:15:51.093875+0000 mon.a (mon.0) 5985 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:52.225 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:51 smithi067 bash[82083]: audit 2023-12-09T02:15:51.098169+0000 mon.a (mon.0) 5986 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:52.225 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:51 smithi067 bash[82083]: audit 2023-12-09T02:15:51.101305+0000 mon.a (mon.0) 5987 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:52.225 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:51 smithi067 bash[82083]: audit 2023-12-09T02:15:51.102660+0000 mon.a (mon.0) 5988 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:52.225 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:51 smithi067 bash[82083]: audit 2023-12-09T02:15:51.110966+0000 mon.a (mon.0) 5989 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:52.225 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:51 smithi067 bash[82083]: audit 2023-12-09T02:15:51.194108+0000 mon.a (mon.0) 5990 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:52.225 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:51 smithi067 bash[82083]: audit 2023-12-09T02:15:51.197981+0000 mon.a (mon.0) 5991 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:52.225 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:51 smithi067 bash[82083]: audit 2023-12-09T02:15:51.202615+0000 mon.a (mon.0) 5992 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:52.225 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:51 smithi067 bash[82083]: audit 2023-12-09T02:15:51.204064+0000 mon.a (mon.0) 5993 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:52.225 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:51 smithi067 bash[82083]: audit 2023-12-09T02:15:51.215247+0000 mon.a (mon.0) 5994 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:52.225 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:51 smithi067 bash[82083]: audit 2023-12-09T02:15:51.295788+0000 mon.a (mon.0) 5995 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:52.225 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:51 smithi067 bash[82083]: audit 2023-12-09T02:15:51.299685+0000 mon.a (mon.0) 5996 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:52.225 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:51 smithi067 bash[82083]: audit 2023-12-09T02:15:51.303073+0000 mon.a (mon.0) 5997 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:52.226 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:51 smithi067 bash[82083]: audit 2023-12-09T02:15:51.304276+0000 mon.a (mon.0) 5998 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:52.226 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:51 smithi067 bash[82083]: audit 2023-12-09T02:15:51.311531+0000 mon.a (mon.0) 5999 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:52.226 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:51 smithi067 bash[82083]: audit 2023-12-09T02:15:51.382426+0000 mon.a (mon.0) 6000 : audit 1 from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-12-09T02:15:52.226 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:51 smithi067 bash[82083]: cluster 2023-12-09T02:15:51.384543+0000 osd.7 (osd.7) 74 : cluster 3 failed to encode map e148 with expected crc 2023-12-09T02:15:52.226 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:51 smithi067 bash[82083]: audit 2023-12-09T02:15:51.388745+0000 mon.b (mon.2) 7 : audit 1 from='osd.6 [v2:172.21.15.125:6816/2445707051,v1:172.21.15.125:6817/2445707051]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi125", "root=default"]}]: dispatch 2023-12-09T02:15:52.226 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:51 smithi067 bash[82083]: cluster 2023-12-09T02:15:51.391026+0000 mon.a (mon.0) 6001 : cluster 0 osdmap e148: 8 total, 7 up, 8 in 2023-12-09T02:15:52.226 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:51 smithi067 bash[82083]: audit 2023-12-09T02:15:51.392945+0000 mon.a (mon.0) 6002 : audit 1 from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi125", "root=default"]}]: dispatch 2023-12-09T02:15:52.226 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:51 smithi067 bash[82083]: audit 2023-12-09T02:15:51.393357+0000 mon.a (mon.0) 6003 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:52.226 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:51 smithi067 bash[82083]: audit 2023-12-09T02:15:51.395728+0000 mon.a (mon.0) 6004 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:52.226 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:51 smithi067 bash[82083]: audit 2023-12-09T02:15:51.398166+0000 mon.a (mon.0) 6005 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:52.226 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:51 smithi067 bash[82083]: audit 2023-12-09T02:15:51.398970+0000 mon.a (mon.0) 6006 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:52.226 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:51 smithi067 bash[82083]: audit 2023-12-09T02:15:51.406629+0000 mon.a (mon.0) 6007 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:52.226 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:51 smithi067 bash[82083]: audit 2023-12-09T02:15:51.486620+0000 mon.a (mon.0) 6008 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:52.226 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:51 smithi067 bash[82083]: audit 2023-12-09T02:15:51.489679+0000 mon.a (mon.0) 6009 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:52.226 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:51 smithi067 bash[82083]: audit 2023-12-09T02:15:51.492127+0000 mon.a (mon.0) 6010 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:52.227 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:51 smithi067 bash[82083]: audit 2023-12-09T02:15:51.492914+0000 mon.a (mon.0) 6011 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:52.227 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:51 smithi067 bash[82083]: audit 2023-12-09T02:15:51.499760+0000 mon.a (mon.0) 6012 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:52.227 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:51 smithi067 bash[82083]: audit 2023-12-09T02:15:51.577976+0000 mon.a (mon.0) 6013 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:52.227 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:51 smithi067 bash[82083]: audit 2023-12-09T02:15:51.581394+0000 mon.a (mon.0) 6014 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:52.227 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:51 smithi067 bash[82083]: audit 2023-12-09T02:15:51.585113+0000 mon.a (mon.0) 6015 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:52.227 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:51 smithi067 bash[82083]: audit 2023-12-09T02:15:51.586497+0000 mon.a (mon.0) 6016 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:52.227 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:51 smithi067 bash[82083]: audit 2023-12-09T02:15:51.596931+0000 mon.a (mon.0) 6017 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:52.227 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:51 smithi067 bash[82083]: audit 2023-12-09T02:15:51.678129+0000 mon.a (mon.0) 6018 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:52.227 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:51 smithi067 bash[82083]: audit 2023-12-09T02:15:51.680948+0000 mon.a (mon.0) 6019 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:52.227 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:51 smithi067 bash[82083]: audit 2023-12-09T02:15:51.683788+0000 mon.a (mon.0) 6020 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:52.227 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:51 smithi067 bash[82083]: audit 2023-12-09T02:15:51.684815+0000 mon.a (mon.0) 6021 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:52.227 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:51 smithi067 bash[82083]: audit 2023-12-09T02:15:51.692898+0000 mon.a (mon.0) 6022 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:52.228 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:51 smithi067 bash[79370]: audit 2023-12-09T02:15:50.998866+0000 mon.a (mon.0) 5980 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:52.228 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:51 smithi067 bash[79370]: audit 2023-12-09T02:15:51.001334+0000 mon.a (mon.0) 5981 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:52.228 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:51 smithi067 bash[79370]: audit 2023-12-09T02:15:51.004447+0000 mon.a (mon.0) 5982 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:52.228 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:51 smithi067 bash[79370]: audit 2023-12-09T02:15:51.005416+0000 mon.a (mon.0) 5983 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:52.228 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:51 smithi067 bash[79370]: audit 2023-12-09T02:15:51.011572+0000 mon.a (mon.0) 5984 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:52.228 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:51 smithi067 bash[79370]: audit 2023-12-09T02:15:51.093875+0000 mon.a (mon.0) 5985 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:52.228 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:51 smithi067 bash[79370]: audit 2023-12-09T02:15:51.098169+0000 mon.a (mon.0) 5986 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:52.228 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:51 smithi067 bash[79370]: audit 2023-12-09T02:15:51.101305+0000 mon.a (mon.0) 5987 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:52.228 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:51 smithi067 bash[79370]: audit 2023-12-09T02:15:51.102660+0000 mon.a (mon.0) 5988 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:52.228 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:51 smithi067 bash[79370]: audit 2023-12-09T02:15:51.110966+0000 mon.a (mon.0) 5989 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:52.228 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:51 smithi067 bash[79370]: audit 2023-12-09T02:15:51.194108+0000 mon.a (mon.0) 5990 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:52.229 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:51 smithi067 bash[79370]: audit 2023-12-09T02:15:51.197981+0000 mon.a (mon.0) 5991 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:52.229 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:51 smithi067 bash[79370]: audit 2023-12-09T02:15:51.202615+0000 mon.a (mon.0) 5992 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:52.229 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:51 smithi067 bash[79370]: audit 2023-12-09T02:15:51.204064+0000 mon.a (mon.0) 5993 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:52.229 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:51 smithi067 bash[79370]: audit 2023-12-09T02:15:51.215247+0000 mon.a (mon.0) 5994 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:52.229 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:51 smithi067 bash[79370]: audit 2023-12-09T02:15:51.295788+0000 mon.a (mon.0) 5995 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:52.229 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:51 smithi067 bash[79370]: audit 2023-12-09T02:15:51.299685+0000 mon.a (mon.0) 5996 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:52.229 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:51 smithi067 bash[79370]: audit 2023-12-09T02:15:51.303073+0000 mon.a (mon.0) 5997 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:52.229 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:51 smithi067 bash[79370]: audit 2023-12-09T02:15:51.304276+0000 mon.a (mon.0) 5998 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:52.229 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:51 smithi067 bash[79370]: audit 2023-12-09T02:15:51.311531+0000 mon.a (mon.0) 5999 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:52.229 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:51 smithi067 bash[79370]: audit 2023-12-09T02:15:51.382426+0000 mon.a (mon.0) 6000 : audit 1 from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-12-09T02:15:52.229 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:51 smithi067 bash[79370]: cluster 2023-12-09T02:15:51.384543+0000 osd.7 (osd.7) 74 : cluster 3 failed to encode map e148 with expected crc 2023-12-09T02:15:52.229 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:51 smithi067 bash[79370]: audit 2023-12-09T02:15:51.388745+0000 mon.b (mon.2) 7 : audit 1 from='osd.6 [v2:172.21.15.125:6816/2445707051,v1:172.21.15.125:6817/2445707051]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi125", "root=default"]}]: dispatch 2023-12-09T02:15:52.229 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:51 smithi067 bash[79370]: cluster 2023-12-09T02:15:51.391026+0000 mon.a (mon.0) 6001 : cluster 0 osdmap e148: 8 total, 7 up, 8 in 2023-12-09T02:15:52.229 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:51 smithi067 bash[79370]: audit 2023-12-09T02:15:51.392945+0000 mon.a (mon.0) 6002 : audit 1 from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi125", "root=default"]}]: dispatch 2023-12-09T02:15:52.229 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:51 smithi067 bash[79370]: audit 2023-12-09T02:15:51.393357+0000 mon.a (mon.0) 6003 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:52.230 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:51 smithi067 bash[79370]: audit 2023-12-09T02:15:51.395728+0000 mon.a (mon.0) 6004 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:52.230 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:51 smithi067 bash[79370]: audit 2023-12-09T02:15:51.398166+0000 mon.a (mon.0) 6005 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:52.230 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:51 smithi067 bash[79370]: audit 2023-12-09T02:15:51.398970+0000 mon.a (mon.0) 6006 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:52.230 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:51 smithi067 bash[79370]: audit 2023-12-09T02:15:51.406629+0000 mon.a (mon.0) 6007 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:52.230 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:51 smithi067 bash[79370]: audit 2023-12-09T02:15:51.486620+0000 mon.a (mon.0) 6008 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:52.230 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:51 smithi067 bash[79370]: audit 2023-12-09T02:15:51.489679+0000 mon.a (mon.0) 6009 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:52.230 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:51 smithi067 bash[79370]: audit 2023-12-09T02:15:51.492127+0000 mon.a (mon.0) 6010 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:52.230 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:51 smithi067 bash[79370]: audit 2023-12-09T02:15:51.492914+0000 mon.a (mon.0) 6011 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:52.230 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:51 smithi067 bash[79370]: audit 2023-12-09T02:15:51.499760+0000 mon.a (mon.0) 6012 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:52.230 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:51 smithi067 bash[79370]: audit 2023-12-09T02:15:51.577976+0000 mon.a (mon.0) 6013 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:52.230 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:51 smithi067 bash[79370]: audit 2023-12-09T02:15:51.581394+0000 mon.a (mon.0) 6014 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:52.230 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:51 smithi067 bash[79370]: audit 2023-12-09T02:15:51.585113+0000 mon.a (mon.0) 6015 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:52.230 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:51 smithi067 bash[79370]: audit 2023-12-09T02:15:51.586497+0000 mon.a (mon.0) 6016 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:52.230 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:51 smithi067 bash[79370]: audit 2023-12-09T02:15:51.596931+0000 mon.a (mon.0) 6017 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:52.231 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:51 smithi067 bash[79370]: audit 2023-12-09T02:15:51.678129+0000 mon.a (mon.0) 6018 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:52.231 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:51 smithi067 bash[79370]: audit 2023-12-09T02:15:51.680948+0000 mon.a (mon.0) 6019 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:52.231 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:51 smithi067 bash[79370]: audit 2023-12-09T02:15:51.683788+0000 mon.a (mon.0) 6020 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:52.231 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:51 smithi067 bash[79370]: audit 2023-12-09T02:15:51.684815+0000 mon.a (mon.0) 6021 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:52.231 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:51 smithi067 bash[79370]: audit 2023-12-09T02:15:51.692898+0000 mon.a (mon.0) 6022 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:52.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:52 smithi125 bash[66801]: cephadm 2023-12-09T02:15:50.825268+0000 mgr.y (mgr.25480) 1432 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:52.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:52 smithi125 bash[66801]: cephadm 2023-12-09T02:15:50.919311+0000 mgr.y (mgr.25480) 1433 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:52.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:52 smithi125 bash[66801]: cephadm 2023-12-09T02:15:51.012213+0000 mgr.y (mgr.25480) 1434 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:52.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:52 smithi125 bash[66801]: cephadm 2023-12-09T02:15:51.111708+0000 mgr.y (mgr.25480) 1435 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:52.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:52 smithi125 bash[66801]: cephadm 2023-12-09T02:15:51.216092+0000 mgr.y (mgr.25480) 1436 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:52.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:52 smithi125 bash[66801]: cephadm 2023-12-09T02:15:51.312269+0000 mgr.y (mgr.25480) 1437 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:52.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:52 smithi125 bash[66801]: cluster 2023-12-09T02:15:51.378141+0000 mgr.y (mgr.25480) 1438 : cluster 0 pgmap v239: 161 pgs: 33 active+undersized, 21 active+undersized+degraded, 107 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 967 B/s rd, 0 op/s; 90/726 objects degraded (12.397%) 2023-12-09T02:15:52.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:52 smithi125 bash[66801]: cephadm 2023-12-09T02:15:51.407119+0000 mgr.y (mgr.25480) 1439 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:52.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:52 smithi125 bash[66801]: cephadm 2023-12-09T02:15:51.500331+0000 mgr.y (mgr.25480) 1440 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:52.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:52 smithi125 bash[66801]: cephadm 2023-12-09T02:15:51.597801+0000 mgr.y (mgr.25480) 1441 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:52.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:52 smithi125 bash[66801]: cephadm 2023-12-09T02:15:51.693426+0000 mgr.y (mgr.25480) 1442 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:52.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:52 smithi125 bash[66801]: audit 2023-12-09T02:15:51.804121+0000 mon.a (mon.0) 6023 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:52.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:52 smithi125 bash[66801]: audit 2023-12-09T02:15:51.806734+0000 mon.a (mon.0) 6024 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:52.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:52 smithi125 bash[66801]: audit 2023-12-09T02:15:51.809497+0000 mon.a (mon.0) 6025 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:52.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:52 smithi125 bash[66801]: audit 2023-12-09T02:15:51.810420+0000 mon.a (mon.0) 6026 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:52.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:52 smithi125 bash[66801]: audit 2023-12-09T02:15:51.818117+0000 mon.a (mon.0) 6027 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:52.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:52 smithi125 bash[66801]: cephadm 2023-12-09T02:15:51.818734+0000 mgr.y (mgr.25480) 1443 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:52.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:52 smithi125 bash[66801]: audit 2023-12-09T02:15:51.898014+0000 mon.a (mon.0) 6028 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:52.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:52 smithi125 bash[66801]: audit 2023-12-09T02:15:51.901318+0000 mon.a (mon.0) 6029 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:52.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:52 smithi125 bash[66801]: audit 2023-12-09T02:15:51.905706+0000 mon.a (mon.0) 6030 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:52.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:52 smithi125 bash[66801]: audit 2023-12-09T02:15:51.907355+0000 mon.a (mon.0) 6031 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:52.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:52 smithi125 bash[66801]: audit 2023-12-09T02:15:51.917124+0000 mon.a (mon.0) 6032 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:52.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:52 smithi125 bash[66801]: cephadm 2023-12-09T02:15:51.917829+0000 mgr.y (mgr.25480) 1444 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:52.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:52 smithi125 bash[66801]: audit 2023-12-09T02:15:51.995789+0000 mon.a (mon.0) 6033 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:52.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:52 smithi125 bash[66801]: audit 2023-12-09T02:15:51.999771+0000 mon.a (mon.0) 6034 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:52.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:52 smithi125 bash[66801]: audit 2023-12-09T02:15:52.003608+0000 mon.a (mon.0) 6035 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:52.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:52 smithi125 bash[66801]: audit 2023-12-09T02:15:52.004757+0000 mon.a (mon.0) 6036 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:52.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:52 smithi125 bash[66801]: audit 2023-12-09T02:15:52.011010+0000 mon.a (mon.0) 6037 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:52.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:52 smithi125 bash[66801]: cephadm 2023-12-09T02:15:52.011920+0000 mgr.y (mgr.25480) 1445 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:52.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:52 smithi125 bash[66801]: audit 2023-12-09T02:15:52.095652+0000 mon.a (mon.0) 6038 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:52.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:52 smithi125 bash[66801]: audit 2023-12-09T02:15:52.100046+0000 mon.a (mon.0) 6039 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:52.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:52 smithi125 bash[66801]: audit 2023-12-09T02:15:52.103332+0000 mon.a (mon.0) 6040 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:52.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:52 smithi125 bash[66801]: audit 2023-12-09T02:15:52.104818+0000 mon.a (mon.0) 6041 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:52.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:52 smithi125 bash[66801]: audit 2023-12-09T02:15:52.112655+0000 mon.a (mon.0) 6042 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:52.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:52 smithi125 bash[66801]: cephadm 2023-12-09T02:15:52.113153+0000 mgr.y (mgr.25480) 1446 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:52.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:52 smithi125 bash[66801]: audit 2023-12-09T02:15:52.226109+0000 mon.a (mon.0) 6043 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:52.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:52 smithi125 bash[66801]: audit 2023-12-09T02:15:52.229941+0000 mon.a (mon.0) 6044 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:52.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:52 smithi125 bash[66801]: audit 2023-12-09T02:15:52.232605+0000 mon.a (mon.0) 6045 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:52.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:52 smithi125 bash[66801]: audit 2023-12-09T02:15:52.233638+0000 mon.a (mon.0) 6046 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:52.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:52 smithi125 bash[66801]: audit 2023-12-09T02:15:52.242623+0000 mon.a (mon.0) 6047 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:52.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:52 smithi125 bash[66801]: cephadm 2023-12-09T02:15:52.243268+0000 mgr.y (mgr.25480) 1447 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:52.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:52 smithi125 bash[66801]: audit 2023-12-09T02:15:52.324705+0000 mon.a (mon.0) 6048 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:52.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:52 smithi125 bash[66801]: audit 2023-12-09T02:15:52.327070+0000 mon.a (mon.0) 6049 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:52.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:52 smithi125 bash[66801]: audit 2023-12-09T02:15:52.329349+0000 mon.a (mon.0) 6050 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:52.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:52 smithi125 bash[66801]: audit 2023-12-09T02:15:52.330455+0000 mon.a (mon.0) 6051 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:52.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:52 smithi125 bash[66801]: audit 2023-12-09T02:15:52.338472+0000 mon.a (mon.0) 6052 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:52.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:52 smithi125 bash[66801]: cephadm 2023-12-09T02:15:52.339126+0000 mgr.y (mgr.25480) 1448 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:52.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:52 smithi125 bash[66801]: cluster 2023-12-09T02:15:52.405128+0000 mon.a (mon.0) 6053 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-09T02:15:52.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:52 smithi125 bash[66801]: cluster 2023-12-09T02:15:52.406936+0000 osd.7 (osd.7) 75 : cluster 3 failed to encode map e149 with expected crc 2023-12-09T02:15:52.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:52 smithi125 bash[66801]: cluster 2023-12-09T02:15:52.414054+0000 mon.a (mon.0) 6054 : cluster 1 osd.6 [v2:172.21.15.125:6816/2445707051,v1:172.21.15.125:6817/2445707051] boot 2023-12-09T02:15:52.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:52 smithi125 bash[66801]: cluster 2023-12-09T02:15:52.414102+0000 mon.a (mon.0) 6055 : cluster 0 osdmap e149: 8 total, 8 up, 8 in 2023-12-09T02:15:52.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:52 smithi125 bash[66801]: audit 2023-12-09T02:15:52.414454+0000 mon.a (mon.0) 6056 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-09T02:15:52.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:52 smithi125 bash[66801]: cluster 2023-12-09T02:15:52.415731+0000 osd.7 (osd.7) 76 : cluster 3 failed to encode map e149 with expected crc 2023-12-09T02:15:52.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:52 smithi125 bash[66801]: cluster 2023-12-09T02:15:52.419775+0000 osd.7 (osd.7) 77 : cluster 3 failed to encode map e149 with expected crc 2023-12-09T02:15:52.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:52 smithi125 bash[66801]: audit 2023-12-09T02:15:52.429983+0000 mon.a (mon.0) 6057 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:52.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:52 smithi125 bash[66801]: audit 2023-12-09T02:15:52.433324+0000 mon.a (mon.0) 6058 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:52.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:52 smithi125 bash[66801]: audit 2023-12-09T02:15:52.435479+0000 mon.a (mon.0) 6059 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:52.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:52 smithi125 bash[66801]: audit 2023-12-09T02:15:52.436135+0000 mon.a (mon.0) 6060 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:52.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:52 smithi125 bash[66801]: audit 2023-12-09T02:15:52.441087+0000 mon.a (mon.0) 6061 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:52.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:52 smithi125 bash[66801]: cephadm 2023-12-09T02:15:52.441568+0000 mgr.y (mgr.25480) 1449 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:52.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:52 smithi125 bash[66801]: audit 2023-12-09T02:15:52.487134+0000 mon.a (mon.0) 6062 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:52.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:52 smithi125 bash[66801]: audit 2023-12-09T02:15:52.489707+0000 mon.a (mon.0) 6063 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:52.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:52 smithi125 bash[66801]: audit 2023-12-09T02:15:52.492686+0000 mon.a (mon.0) 6064 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:52.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:52 smithi125 bash[66801]: audit 2023-12-09T02:15:52.493690+0000 mon.a (mon.0) 6065 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:52.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:52 smithi125 bash[66801]: audit 2023-12-09T02:15:52.501227+0000 mon.a (mon.0) 6066 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:52.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:52 smithi125 bash[66801]: cephadm 2023-12-09T02:15:52.501793+0000 mgr.y (mgr.25480) 1450 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:52.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:52 smithi125 bash[66801]: audit 2023-12-09T02:15:52.584520+0000 mon.a (mon.0) 6067 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:52.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:52 smithi125 bash[66801]: audit 2023-12-09T02:15:52.586631+0000 mon.a (mon.0) 6068 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:52.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:52 smithi125 bash[66801]: audit 2023-12-09T02:15:52.589144+0000 mon.a (mon.0) 6069 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:52.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:52 smithi125 bash[66801]: audit 2023-12-09T02:15:52.589953+0000 mon.a (mon.0) 6070 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:52.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:52 smithi125 bash[66801]: audit 2023-12-09T02:15:52.595774+0000 mon.a (mon.0) 6071 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:52.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:52 smithi125 bash[66801]: cephadm 2023-12-09T02:15:52.596267+0000 mgr.y (mgr.25480) 1451 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:52.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:52 smithi125 bash[66801]: audit 2023-12-09T02:15:52.678728+0000 mon.a (mon.0) 6072 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:52.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:52 smithi125 bash[66801]: audit 2023-12-09T02:15:52.681425+0000 mon.a (mon.0) 6073 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:52.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:52 smithi125 bash[66801]: audit 2023-12-09T02:15:52.684412+0000 mon.a (mon.0) 6074 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:52.978 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:52 smithi125 bash[66801]: audit 2023-12-09T02:15:52.685355+0000 mon.a (mon.0) 6075 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:52.978 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:52 smithi125 bash[66801]: audit 2023-12-09T02:15:52.691491+0000 mon.a (mon.0) 6076 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:52.978 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:52 smithi125 bash[66801]: cephadm 2023-12-09T02:15:52.692413+0000 mgr.y (mgr.25480) 1452 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:53.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:52 smithi067 bash[79370]: cephadm 2023-12-09T02:15:50.825268+0000 mgr.y (mgr.25480) 1432 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:53.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:52 smithi067 bash[79370]: cephadm 2023-12-09T02:15:50.919311+0000 mgr.y (mgr.25480) 1433 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:53.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:52 smithi067 bash[79370]: cephadm 2023-12-09T02:15:51.012213+0000 mgr.y (mgr.25480) 1434 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:53.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:52 smithi067 bash[79370]: cephadm 2023-12-09T02:15:51.111708+0000 mgr.y (mgr.25480) 1435 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:53.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:52 smithi067 bash[79370]: cephadm 2023-12-09T02:15:51.216092+0000 mgr.y (mgr.25480) 1436 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:53.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:52 smithi067 bash[79370]: cephadm 2023-12-09T02:15:51.312269+0000 mgr.y (mgr.25480) 1437 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:53.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:52 smithi067 bash[79370]: cluster 2023-12-09T02:15:51.378141+0000 mgr.y (mgr.25480) 1438 : cluster 0 pgmap v239: 161 pgs: 33 active+undersized, 21 active+undersized+degraded, 107 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 967 B/s rd, 0 op/s; 90/726 objects degraded (12.397%) 2023-12-09T02:15:53.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:52 smithi067 bash[79370]: cephadm 2023-12-09T02:15:51.407119+0000 mgr.y (mgr.25480) 1439 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:53.222 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:52 smithi067 bash[79370]: cephadm 2023-12-09T02:15:51.500331+0000 mgr.y (mgr.25480) 1440 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:53.222 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:52 smithi067 bash[79370]: cephadm 2023-12-09T02:15:51.597801+0000 mgr.y (mgr.25480) 1441 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:53.222 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:52 smithi067 bash[79370]: cephadm 2023-12-09T02:15:51.693426+0000 mgr.y (mgr.25480) 1442 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:53.222 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:52 smithi067 bash[79370]: audit 2023-12-09T02:15:51.804121+0000 mon.a (mon.0) 6023 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:53.222 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:52 smithi067 bash[79370]: audit 2023-12-09T02:15:51.806734+0000 mon.a (mon.0) 6024 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:53.222 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:52 smithi067 bash[79370]: audit 2023-12-09T02:15:51.809497+0000 mon.a (mon.0) 6025 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:53.222 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:52 smithi067 bash[79370]: audit 2023-12-09T02:15:51.810420+0000 mon.a (mon.0) 6026 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:53.222 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:52 smithi067 bash[79370]: audit 2023-12-09T02:15:51.818117+0000 mon.a (mon.0) 6027 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:53.222 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:52 smithi067 bash[79370]: cephadm 2023-12-09T02:15:51.818734+0000 mgr.y (mgr.25480) 1443 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:53.222 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:52 smithi067 bash[79370]: audit 2023-12-09T02:15:51.898014+0000 mon.a (mon.0) 6028 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:53.222 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:52 smithi067 bash[79370]: audit 2023-12-09T02:15:51.901318+0000 mon.a (mon.0) 6029 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:53.222 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:52 smithi067 bash[79370]: audit 2023-12-09T02:15:51.905706+0000 mon.a (mon.0) 6030 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:53.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:52 smithi067 bash[82083]: cephadm 2023-12-09T02:15:50.825268+0000 mgr.y (mgr.25480) 1432 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:53.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:52 smithi067 bash[82083]: cephadm 2023-12-09T02:15:50.919311+0000 mgr.y (mgr.25480) 1433 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:53.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:52 smithi067 bash[82083]: cephadm 2023-12-09T02:15:51.012213+0000 mgr.y (mgr.25480) 1434 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:53.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:52 smithi067 bash[82083]: cephadm 2023-12-09T02:15:51.111708+0000 mgr.y (mgr.25480) 1435 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:53.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:52 smithi067 bash[82083]: cephadm 2023-12-09T02:15:51.216092+0000 mgr.y (mgr.25480) 1436 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:53.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:52 smithi067 bash[82083]: cephadm 2023-12-09T02:15:51.312269+0000 mgr.y (mgr.25480) 1437 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:53.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:52 smithi067 bash[82083]: cluster 2023-12-09T02:15:51.378141+0000 mgr.y (mgr.25480) 1438 : cluster 0 pgmap v239: 161 pgs: 33 active+undersized, 21 active+undersized+degraded, 107 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 967 B/s rd, 0 op/s; 90/726 objects degraded (12.397%) 2023-12-09T02:15:53.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:52 smithi067 bash[82083]: cephadm 2023-12-09T02:15:51.407119+0000 mgr.y (mgr.25480) 1439 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:53.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:52 smithi067 bash[82083]: cephadm 2023-12-09T02:15:51.500331+0000 mgr.y (mgr.25480) 1440 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:53.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:52 smithi067 bash[82083]: cephadm 2023-12-09T02:15:51.597801+0000 mgr.y (mgr.25480) 1441 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:53.224 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:52 smithi067 bash[82083]: cephadm 2023-12-09T02:15:51.693426+0000 mgr.y (mgr.25480) 1442 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:53.224 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:52 smithi067 bash[82083]: audit 2023-12-09T02:15:51.804121+0000 mon.a (mon.0) 6023 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:53.224 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:52 smithi067 bash[82083]: audit 2023-12-09T02:15:51.806734+0000 mon.a (mon.0) 6024 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:53.224 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:52 smithi067 bash[82083]: audit 2023-12-09T02:15:51.809497+0000 mon.a (mon.0) 6025 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:53.224 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:52 smithi067 bash[82083]: audit 2023-12-09T02:15:51.810420+0000 mon.a (mon.0) 6026 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:53.224 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:52 smithi067 bash[82083]: audit 2023-12-09T02:15:51.818117+0000 mon.a (mon.0) 6027 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:53.224 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:52 smithi067 bash[82083]: cephadm 2023-12-09T02:15:51.818734+0000 mgr.y (mgr.25480) 1443 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:53.224 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:52 smithi067 bash[82083]: audit 2023-12-09T02:15:51.898014+0000 mon.a (mon.0) 6028 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:53.224 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:52 smithi067 bash[82083]: audit 2023-12-09T02:15:51.901318+0000 mon.a (mon.0) 6029 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:53.224 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:52 smithi067 bash[82083]: audit 2023-12-09T02:15:51.905706+0000 mon.a (mon.0) 6030 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:53.224 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:52 smithi067 bash[82083]: audit 2023-12-09T02:15:51.907355+0000 mon.a (mon.0) 6031 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:53.224 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:52 smithi067 bash[82083]: audit 2023-12-09T02:15:51.917124+0000 mon.a (mon.0) 6032 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:53.224 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:52 smithi067 bash[82083]: cephadm 2023-12-09T02:15:51.917829+0000 mgr.y (mgr.25480) 1444 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:53.224 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:52 smithi067 bash[82083]: audit 2023-12-09T02:15:51.995789+0000 mon.a (mon.0) 6033 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:53.224 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:52 smithi067 bash[82083]: audit 2023-12-09T02:15:51.999771+0000 mon.a (mon.0) 6034 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:53.225 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:52 smithi067 bash[82083]: audit 2023-12-09T02:15:52.003608+0000 mon.a (mon.0) 6035 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:53.225 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:52 smithi067 bash[82083]: audit 2023-12-09T02:15:52.004757+0000 mon.a (mon.0) 6036 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:53.225 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:52 smithi067 bash[82083]: audit 2023-12-09T02:15:52.011010+0000 mon.a (mon.0) 6037 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:53.225 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:52 smithi067 bash[82083]: cephadm 2023-12-09T02:15:52.011920+0000 mgr.y (mgr.25480) 1445 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:53.225 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:52 smithi067 bash[82083]: audit 2023-12-09T02:15:52.095652+0000 mon.a (mon.0) 6038 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:53.225 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:52 smithi067 bash[82083]: audit 2023-12-09T02:15:52.100046+0000 mon.a (mon.0) 6039 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:53.225 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:52 smithi067 bash[82083]: audit 2023-12-09T02:15:52.103332+0000 mon.a (mon.0) 6040 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:53.225 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:52 smithi067 bash[82083]: audit 2023-12-09T02:15:52.104818+0000 mon.a (mon.0) 6041 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:53.225 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:52 smithi067 bash[82083]: audit 2023-12-09T02:15:52.112655+0000 mon.a (mon.0) 6042 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:53.225 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:52 smithi067 bash[82083]: cephadm 2023-12-09T02:15:52.113153+0000 mgr.y (mgr.25480) 1446 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:53.225 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:52 smithi067 bash[82083]: audit 2023-12-09T02:15:52.226109+0000 mon.a (mon.0) 6043 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:53.225 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:52 smithi067 bash[82083]: audit 2023-12-09T02:15:52.229941+0000 mon.a (mon.0) 6044 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:53.225 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:52 smithi067 bash[82083]: audit 2023-12-09T02:15:52.232605+0000 mon.a (mon.0) 6045 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:53.225 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:52 smithi067 bash[82083]: audit 2023-12-09T02:15:52.233638+0000 mon.a (mon.0) 6046 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:53.225 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:52 smithi067 bash[82083]: audit 2023-12-09T02:15:52.242623+0000 mon.a (mon.0) 6047 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:53.226 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:52 smithi067 bash[82083]: cephadm 2023-12-09T02:15:52.243268+0000 mgr.y (mgr.25480) 1447 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:53.226 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:52 smithi067 bash[79370]: audit 2023-12-09T02:15:51.907355+0000 mon.a (mon.0) 6031 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:53.226 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:52 smithi067 bash[79370]: audit 2023-12-09T02:15:51.917124+0000 mon.a (mon.0) 6032 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:53.226 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:52 smithi067 bash[79370]: cephadm 2023-12-09T02:15:51.917829+0000 mgr.y (mgr.25480) 1444 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:53.226 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:52 smithi067 bash[79370]: audit 2023-12-09T02:15:51.995789+0000 mon.a (mon.0) 6033 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:53.226 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:52 smithi067 bash[79370]: audit 2023-12-09T02:15:51.999771+0000 mon.a (mon.0) 6034 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:53.226 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:52 smithi067 bash[79370]: audit 2023-12-09T02:15:52.003608+0000 mon.a (mon.0) 6035 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:53.226 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:52 smithi067 bash[79370]: audit 2023-12-09T02:15:52.004757+0000 mon.a (mon.0) 6036 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:53.226 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:52 smithi067 bash[79370]: audit 2023-12-09T02:15:52.011010+0000 mon.a (mon.0) 6037 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:53.226 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:52 smithi067 bash[79370]: cephadm 2023-12-09T02:15:52.011920+0000 mgr.y (mgr.25480) 1445 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:53.226 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:52 smithi067 bash[79370]: audit 2023-12-09T02:15:52.095652+0000 mon.a (mon.0) 6038 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:53.227 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:52 smithi067 bash[79370]: audit 2023-12-09T02:15:52.100046+0000 mon.a (mon.0) 6039 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:53.227 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:52 smithi067 bash[79370]: audit 2023-12-09T02:15:52.103332+0000 mon.a (mon.0) 6040 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:53.227 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:52 smithi067 bash[79370]: audit 2023-12-09T02:15:52.104818+0000 mon.a (mon.0) 6041 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:53.227 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:52 smithi067 bash[79370]: audit 2023-12-09T02:15:52.112655+0000 mon.a (mon.0) 6042 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:53.227 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:52 smithi067 bash[79370]: cephadm 2023-12-09T02:15:52.113153+0000 mgr.y (mgr.25480) 1446 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:53.227 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:52 smithi067 bash[79370]: audit 2023-12-09T02:15:52.226109+0000 mon.a (mon.0) 6043 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:53.227 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:52 smithi067 bash[79370]: audit 2023-12-09T02:15:52.229941+0000 mon.a (mon.0) 6044 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:53.227 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:52 smithi067 bash[79370]: audit 2023-12-09T02:15:52.232605+0000 mon.a (mon.0) 6045 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:53.227 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:52 smithi067 bash[79370]: audit 2023-12-09T02:15:52.233638+0000 mon.a (mon.0) 6046 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:53.227 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:52 smithi067 bash[79370]: audit 2023-12-09T02:15:52.242623+0000 mon.a (mon.0) 6047 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:53.227 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:52 smithi067 bash[79370]: cephadm 2023-12-09T02:15:52.243268+0000 mgr.y (mgr.25480) 1447 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:53.228 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:52 smithi067 bash[82083]: audit 2023-12-09T02:15:52.324705+0000 mon.a (mon.0) 6048 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:53.228 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:52 smithi067 bash[82083]: audit 2023-12-09T02:15:52.327070+0000 mon.a (mon.0) 6049 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:53.228 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:52 smithi067 bash[82083]: audit 2023-12-09T02:15:52.329349+0000 mon.a (mon.0) 6050 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:53.228 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:52 smithi067 bash[82083]: audit 2023-12-09T02:15:52.330455+0000 mon.a (mon.0) 6051 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:53.229 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:52 smithi067 bash[82083]: audit 2023-12-09T02:15:52.338472+0000 mon.a (mon.0) 6052 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:53.229 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:52 smithi067 bash[82083]: cephadm 2023-12-09T02:15:52.339126+0000 mgr.y (mgr.25480) 1448 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:53.229 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:52 smithi067 bash[82083]: cluster 2023-12-09T02:15:52.405128+0000 mon.a (mon.0) 6053 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-09T02:15:53.229 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:52 smithi067 bash[82083]: cluster 2023-12-09T02:15:52.406936+0000 osd.7 (osd.7) 75 : cluster 3 failed to encode map e149 with expected crc 2023-12-09T02:15:53.229 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:52 smithi067 bash[82083]: cluster 2023-12-09T02:15:52.414054+0000 mon.a (mon.0) 6054 : cluster 1 osd.6 [v2:172.21.15.125:6816/2445707051,v1:172.21.15.125:6817/2445707051] boot 2023-12-09T02:15:53.229 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:52 smithi067 bash[82083]: cluster 2023-12-09T02:15:52.414102+0000 mon.a (mon.0) 6055 : cluster 0 osdmap e149: 8 total, 8 up, 8 in 2023-12-09T02:15:53.229 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:52 smithi067 bash[82083]: audit 2023-12-09T02:15:52.414454+0000 mon.a (mon.0) 6056 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-09T02:15:53.229 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:52 smithi067 bash[82083]: cluster 2023-12-09T02:15:52.415731+0000 osd.7 (osd.7) 76 : cluster 3 failed to encode map e149 with expected crc 2023-12-09T02:15:53.229 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:52 smithi067 bash[82083]: cluster 2023-12-09T02:15:52.419775+0000 osd.7 (osd.7) 77 : cluster 3 failed to encode map e149 with expected crc 2023-12-09T02:15:53.229 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:52 smithi067 bash[82083]: audit 2023-12-09T02:15:52.429983+0000 mon.a (mon.0) 6057 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:53.229 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:52 smithi067 bash[82083]: audit 2023-12-09T02:15:52.433324+0000 mon.a (mon.0) 6058 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:53.229 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:52 smithi067 bash[82083]: audit 2023-12-09T02:15:52.435479+0000 mon.a (mon.0) 6059 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:53.229 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:52 smithi067 bash[82083]: audit 2023-12-09T02:15:52.436135+0000 mon.a (mon.0) 6060 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:53.229 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:52 smithi067 bash[82083]: audit 2023-12-09T02:15:52.441087+0000 mon.a (mon.0) 6061 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:53.229 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:52 smithi067 bash[82083]: cephadm 2023-12-09T02:15:52.441568+0000 mgr.y (mgr.25480) 1449 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:53.229 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:52 smithi067 bash[82083]: audit 2023-12-09T02:15:52.487134+0000 mon.a (mon.0) 6062 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:53.229 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:52 smithi067 bash[82083]: audit 2023-12-09T02:15:52.489707+0000 mon.a (mon.0) 6063 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:53.230 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:52 smithi067 bash[79370]: audit 2023-12-09T02:15:52.324705+0000 mon.a (mon.0) 6048 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:53.230 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:52 smithi067 bash[79370]: audit 2023-12-09T02:15:52.327070+0000 mon.a (mon.0) 6049 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:53.230 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:52 smithi067 bash[79370]: audit 2023-12-09T02:15:52.329349+0000 mon.a (mon.0) 6050 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:53.230 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:52 smithi067 bash[79370]: audit 2023-12-09T02:15:52.330455+0000 mon.a (mon.0) 6051 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:53.230 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:52 smithi067 bash[79370]: audit 2023-12-09T02:15:52.338472+0000 mon.a (mon.0) 6052 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:53.230 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:52 smithi067 bash[79370]: cephadm 2023-12-09T02:15:52.339126+0000 mgr.y (mgr.25480) 1448 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:53.230 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:52 smithi067 bash[79370]: cluster 2023-12-09T02:15:52.405128+0000 mon.a (mon.0) 6053 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-09T02:15:53.230 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:52 smithi067 bash[79370]: cluster 2023-12-09T02:15:52.406936+0000 osd.7 (osd.7) 75 : cluster 3 failed to encode map e149 with expected crc 2023-12-09T02:15:53.230 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:52 smithi067 bash[79370]: cluster 2023-12-09T02:15:52.414054+0000 mon.a (mon.0) 6054 : cluster 1 osd.6 [v2:172.21.15.125:6816/2445707051,v1:172.21.15.125:6817/2445707051] boot 2023-12-09T02:15:53.230 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:52 smithi067 bash[79370]: cluster 2023-12-09T02:15:52.414102+0000 mon.a (mon.0) 6055 : cluster 0 osdmap e149: 8 total, 8 up, 8 in 2023-12-09T02:15:53.231 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:52 smithi067 bash[79370]: audit 2023-12-09T02:15:52.414454+0000 mon.a (mon.0) 6056 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-09T02:15:53.231 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:52 smithi067 bash[79370]: cluster 2023-12-09T02:15:52.415731+0000 osd.7 (osd.7) 76 : cluster 3 failed to encode map e149 with expected crc 2023-12-09T02:15:53.231 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:52 smithi067 bash[79370]: cluster 2023-12-09T02:15:52.419775+0000 osd.7 (osd.7) 77 : cluster 3 failed to encode map e149 with expected crc 2023-12-09T02:15:53.231 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:52 smithi067 bash[79370]: audit 2023-12-09T02:15:52.429983+0000 mon.a (mon.0) 6057 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:53.231 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:52 smithi067 bash[79370]: audit 2023-12-09T02:15:52.433324+0000 mon.a (mon.0) 6058 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:53.231 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:52 smithi067 bash[79370]: audit 2023-12-09T02:15:52.435479+0000 mon.a (mon.0) 6059 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:53.231 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:52 smithi067 bash[79370]: audit 2023-12-09T02:15:52.436135+0000 mon.a (mon.0) 6060 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:53.231 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:52 smithi067 bash[79370]: audit 2023-12-09T02:15:52.441087+0000 mon.a (mon.0) 6061 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:53.231 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:52 smithi067 bash[79370]: cephadm 2023-12-09T02:15:52.441568+0000 mgr.y (mgr.25480) 1449 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:53.231 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:52 smithi067 bash[79370]: audit 2023-12-09T02:15:52.487134+0000 mon.a (mon.0) 6062 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:53.231 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:52 smithi067 bash[79370]: audit 2023-12-09T02:15:52.489707+0000 mon.a (mon.0) 6063 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:53.231 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:52 smithi067 bash[82083]: audit 2023-12-09T02:15:52.492686+0000 mon.a (mon.0) 6064 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:53.232 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:52 smithi067 bash[82083]: audit 2023-12-09T02:15:52.493690+0000 mon.a (mon.0) 6065 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:53.232 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:52 smithi067 bash[82083]: audit 2023-12-09T02:15:52.501227+0000 mon.a (mon.0) 6066 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:53.232 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:52 smithi067 bash[82083]: cephadm 2023-12-09T02:15:52.501793+0000 mgr.y (mgr.25480) 1450 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:53.232 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:52 smithi067 bash[82083]: audit 2023-12-09T02:15:52.584520+0000 mon.a (mon.0) 6067 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:53.232 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:52 smithi067 bash[82083]: audit 2023-12-09T02:15:52.586631+0000 mon.a (mon.0) 6068 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:53.232 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:52 smithi067 bash[82083]: audit 2023-12-09T02:15:52.589144+0000 mon.a (mon.0) 6069 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:53.232 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:52 smithi067 bash[82083]: audit 2023-12-09T02:15:52.589953+0000 mon.a (mon.0) 6070 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:53.232 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:52 smithi067 bash[82083]: audit 2023-12-09T02:15:52.595774+0000 mon.a (mon.0) 6071 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:53.232 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:52 smithi067 bash[82083]: cephadm 2023-12-09T02:15:52.596267+0000 mgr.y (mgr.25480) 1451 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:53.232 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:52 smithi067 bash[82083]: audit 2023-12-09T02:15:52.678728+0000 mon.a (mon.0) 6072 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:53.232 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:52 smithi067 bash[82083]: audit 2023-12-09T02:15:52.681425+0000 mon.a (mon.0) 6073 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:53.232 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:52 smithi067 bash[82083]: audit 2023-12-09T02:15:52.684412+0000 mon.a (mon.0) 6074 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:53.232 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:52 smithi067 bash[82083]: audit 2023-12-09T02:15:52.685355+0000 mon.a (mon.0) 6075 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:53.232 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:52 smithi067 bash[82083]: audit 2023-12-09T02:15:52.691491+0000 mon.a (mon.0) 6076 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:53.232 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:52 smithi067 bash[82083]: cephadm 2023-12-09T02:15:52.692413+0000 mgr.y (mgr.25480) 1452 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:53.233 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:52 smithi067 bash[79370]: audit 2023-12-09T02:15:52.492686+0000 mon.a (mon.0) 6064 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:53.233 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:52 smithi067 bash[79370]: audit 2023-12-09T02:15:52.493690+0000 mon.a (mon.0) 6065 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:53.233 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:52 smithi067 bash[79370]: audit 2023-12-09T02:15:52.501227+0000 mon.a (mon.0) 6066 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:53.233 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:52 smithi067 bash[79370]: cephadm 2023-12-09T02:15:52.501793+0000 mgr.y (mgr.25480) 1450 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:53.233 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:52 smithi067 bash[79370]: audit 2023-12-09T02:15:52.584520+0000 mon.a (mon.0) 6067 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:53.233 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:52 smithi067 bash[79370]: audit 2023-12-09T02:15:52.586631+0000 mon.a (mon.0) 6068 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:53.233 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:52 smithi067 bash[79370]: audit 2023-12-09T02:15:52.589144+0000 mon.a (mon.0) 6069 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:53.233 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:52 smithi067 bash[79370]: audit 2023-12-09T02:15:52.589953+0000 mon.a (mon.0) 6070 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:53.233 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:52 smithi067 bash[79370]: audit 2023-12-09T02:15:52.595774+0000 mon.a (mon.0) 6071 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:53.233 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:52 smithi067 bash[79370]: cephadm 2023-12-09T02:15:52.596267+0000 mgr.y (mgr.25480) 1451 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:53.233 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:52 smithi067 bash[79370]: audit 2023-12-09T02:15:52.678728+0000 mon.a (mon.0) 6072 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:53.233 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:52 smithi067 bash[79370]: audit 2023-12-09T02:15:52.681425+0000 mon.a (mon.0) 6073 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:53.234 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:52 smithi067 bash[79370]: audit 2023-12-09T02:15:52.684412+0000 mon.a (mon.0) 6074 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:53.234 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:52 smithi067 bash[79370]: audit 2023-12-09T02:15:52.685355+0000 mon.a (mon.0) 6075 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:53.234 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:52 smithi067 bash[79370]: audit 2023-12-09T02:15:52.691491+0000 mon.a (mon.0) 6076 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:53.234 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:52 smithi067 bash[79370]: cephadm 2023-12-09T02:15:52.692413+0000 mgr.y (mgr.25480) 1452 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:54.096 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:53 smithi125 bash[66801]: audit 2023-12-09T02:15:52.768351+0000 mon.a (mon.0) 6077 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:54.096 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:53 smithi125 bash[66801]: audit 2023-12-09T02:15:52.770369+0000 mon.a (mon.0) 6078 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:54.096 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:53 smithi125 bash[66801]: audit 2023-12-09T02:15:52.772356+0000 mon.a (mon.0) 6079 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:54.096 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:53 smithi125 bash[66801]: audit 2023-12-09T02:15:52.773152+0000 mon.a (mon.0) 6080 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:54.096 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:53 smithi125 bash[66801]: audit 2023-12-09T02:15:52.778533+0000 mon.a (mon.0) 6081 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:54.096 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:53 smithi125 bash[66801]: cephadm 2023-12-09T02:15:52.779300+0000 mgr.y (mgr.25480) 1453 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:54.097 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:53 smithi125 bash[66801]: audit 2023-12-09T02:15:52.861695+0000 mon.a (mon.0) 6082 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:54.097 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:53 smithi125 bash[66801]: audit 2023-12-09T02:15:52.866094+0000 mon.a (mon.0) 6083 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:54.097 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:53 smithi125 bash[66801]: audit 2023-12-09T02:15:52.869407+0000 mon.a (mon.0) 6084 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:54.097 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:53 smithi125 bash[66801]: audit 2023-12-09T02:15:52.870902+0000 mon.a (mon.0) 6085 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:54.097 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:53 smithi125 bash[66801]: audit 2023-12-09T02:15:52.880238+0000 mon.a (mon.0) 6086 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:54.097 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:53 smithi125 bash[66801]: cephadm 2023-12-09T02:15:52.880820+0000 mgr.y (mgr.25480) 1454 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:54.097 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:53 smithi125 bash[66801]: audit 2023-12-09T02:15:52.961776+0000 mon.a (mon.0) 6087 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:54.097 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:53 smithi125 bash[66801]: audit 2023-12-09T02:15:52.964338+0000 mon.a (mon.0) 6088 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:54.097 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:53 smithi125 bash[66801]: audit 2023-12-09T02:15:52.967187+0000 mon.a (mon.0) 6089 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:54.097 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:53 smithi125 bash[66801]: audit 2023-12-09T02:15:52.968283+0000 mon.a (mon.0) 6090 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:54.097 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:53 smithi125 bash[66801]: audit 2023-12-09T02:15:52.975360+0000 mon.a (mon.0) 6091 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:54.097 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:53 smithi125 bash[66801]: cephadm 2023-12-09T02:15:52.977092+0000 mgr.y (mgr.25480) 1455 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:54.097 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:53 smithi125 bash[66801]: audit 2023-12-09T02:15:53.057829+0000 mon.a (mon.0) 6092 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:54.097 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:53 smithi125 bash[66801]: audit 2023-12-09T02:15:53.060179+0000 mon.a (mon.0) 6093 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:54.098 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:53 smithi125 bash[66801]: audit 2023-12-09T02:15:53.063933+0000 mon.a (mon.0) 6094 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:54.098 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:53 smithi125 bash[66801]: audit 2023-12-09T02:15:53.065171+0000 mon.a (mon.0) 6095 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:54.098 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:53 smithi125 bash[66801]: audit 2023-12-09T02:15:53.073975+0000 mon.a (mon.0) 6096 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:54.098 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:53 smithi125 bash[66801]: cephadm 2023-12-09T02:15:53.074796+0000 mgr.y (mgr.25480) 1456 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:54.098 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:53 smithi125 bash[66801]: audit 2023-12-09T02:15:53.155000+0000 mon.a (mon.0) 6097 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:54.098 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:53 smithi125 bash[66801]: audit 2023-12-09T02:15:53.157613+0000 mon.a (mon.0) 6098 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:54.098 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:53 smithi125 bash[66801]: audit 2023-12-09T02:15:53.160711+0000 mon.a (mon.0) 6099 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:54.099 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:53 smithi125 bash[66801]: audit 2023-12-09T02:15:53.162007+0000 mon.a (mon.0) 6100 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:54.099 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:53 smithi125 bash[66801]: audit 2023-12-09T02:15:53.168081+0000 mon.a (mon.0) 6101 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:54.099 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:53 smithi125 bash[66801]: cephadm 2023-12-09T02:15:53.168823+0000 mgr.y (mgr.25480) 1457 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:54.099 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:53 smithi125 bash[66801]: audit 2023-12-09T02:15:53.249222+0000 mon.a (mon.0) 6102 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:54.099 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:53 smithi125 bash[66801]: audit 2023-12-09T02:15:53.252089+0000 mon.a (mon.0) 6103 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:54.099 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:53 smithi125 bash[66801]: audit 2023-12-09T02:15:53.255772+0000 mon.a (mon.0) 6104 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:54.099 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:53 smithi125 bash[66801]: audit 2023-12-09T02:15:53.256727+0000 mon.a (mon.0) 6105 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:54.099 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:53 smithi125 bash[66801]: audit 2023-12-09T02:15:53.263428+0000 mon.a (mon.0) 6106 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:54.099 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:53 smithi125 bash[66801]: cephadm 2023-12-09T02:15:53.263887+0000 mgr.y (mgr.25480) 1458 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:54.099 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:53 smithi125 bash[66801]: audit 2023-12-09T02:15:53.340793+0000 mon.a (mon.0) 6107 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:54.099 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:53 smithi125 bash[66801]: audit 2023-12-09T02:15:53.344098+0000 mon.a (mon.0) 6108 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:54.099 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:53 smithi125 bash[66801]: audit 2023-12-09T02:15:53.347521+0000 mon.a (mon.0) 6109 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:54.099 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:53 smithi125 bash[66801]: audit 2023-12-09T02:15:53.348780+0000 mon.a (mon.0) 6110 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:54.099 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:53 smithi125 bash[66801]: audit 2023-12-09T02:15:53.357290+0000 mon.a (mon.0) 6111 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:54.099 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:53 smithi125 bash[66801]: cephadm 2023-12-09T02:15:53.358016+0000 mgr.y (mgr.25480) 1459 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:54.099 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:53 smithi125 bash[66801]: cluster 2023-12-09T02:15:53.378918+0000 mgr.y (mgr.25480) 1460 : cluster 0 pgmap v242: 161 pgs: 33 active+undersized, 21 active+undersized+degraded, 107 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 90/726 objects degraded (12.397%) 2023-12-09T02:15:54.100 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:53 smithi125 bash[66801]: cluster 2023-12-09T02:15:53.413573+0000 osd.7 (osd.7) 78 : cluster 3 failed to encode map e150 with expected crc 2023-12-09T02:15:54.100 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:53 smithi125 bash[66801]: cluster 2023-12-09T02:15:53.416189+0000 mon.a (mon.0) 6112 : cluster 0 osdmap e150: 8 total, 8 up, 8 in 2023-12-09T02:15:54.100 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:53 smithi125 bash[66801]: cluster 2023-12-09T02:15:53.422229+0000 osd.7 (osd.7) 79 : cluster 3 failed to encode map e150 with expected crc 2023-12-09T02:15:54.100 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:53 smithi125 bash[66801]: cluster 2023-12-09T02:15:53.423750+0000 osd.7 (osd.7) 80 : cluster 3 failed to encode map e150 with expected crc 2023-12-09T02:15:54.100 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:53 smithi125 bash[66801]: audit 2023-12-09T02:15:53.437140+0000 mon.a (mon.0) 6113 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:54.100 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:53 smithi125 bash[66801]: audit 2023-12-09T02:15:53.439273+0000 mon.a (mon.0) 6114 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:54.100 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:53 smithi125 bash[66801]: audit 2023-12-09T02:15:53.445287+0000 mon.a (mon.0) 6115 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:54.100 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:53 smithi125 bash[66801]: audit 2023-12-09T02:15:53.446165+0000 mon.a (mon.0) 6116 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:54.100 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:53 smithi125 bash[66801]: audit 2023-12-09T02:15:53.454319+0000 mon.a (mon.0) 6117 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:54.100 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:53 smithi125 bash[66801]: cephadm 2023-12-09T02:15:53.454988+0000 mgr.y (mgr.25480) 1461 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:54.100 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:53 smithi125 bash[66801]: audit 2023-12-09T02:15:53.534793+0000 mon.a (mon.0) 6118 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:54.100 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:53 smithi125 bash[66801]: audit 2023-12-09T02:15:53.538383+0000 mon.a (mon.0) 6119 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:54.100 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:53 smithi125 bash[66801]: audit 2023-12-09T02:15:53.543174+0000 mon.a (mon.0) 6120 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:54.100 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:53 smithi125 bash[66801]: audit 2023-12-09T02:15:53.544581+0000 mon.a (mon.0) 6121 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:54.101 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:53 smithi125 bash[66801]: audit 2023-12-09T02:15:53.552807+0000 mon.a (mon.0) 6122 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:54.101 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:53 smithi125 bash[66801]: cephadm 2023-12-09T02:15:53.553657+0000 mgr.y (mgr.25480) 1462 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:54.101 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:53 smithi125 bash[66801]: audit 2023-12-09T02:15:53.635124+0000 mon.a (mon.0) 6123 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:54.101 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:53 smithi125 bash[66801]: audit 2023-12-09T02:15:53.637692+0000 mon.a (mon.0) 6124 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:54.101 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:53 smithi125 bash[66801]: audit 2023-12-09T02:15:53.641117+0000 mon.a (mon.0) 6125 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:54.101 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:53 smithi125 bash[66801]: audit 2023-12-09T02:15:53.642508+0000 mon.a (mon.0) 6126 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:54.101 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:53 smithi125 bash[66801]: audit 2023-12-09T02:15:53.651590+0000 mon.a (mon.0) 6127 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:54.101 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:53 smithi125 bash[66801]: cephadm 2023-12-09T02:15:53.652179+0000 mgr.y (mgr.25480) 1463 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:54.101 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:53 smithi125 bash[66801]: audit 2023-12-09T02:15:53.715651+0000 mon.a (mon.0) 6128 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:54.101 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:53 smithi125 bash[66801]: audit 2023-12-09T02:15:53.724582+0000 mon.a (mon.0) 6129 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:54.101 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:53 smithi125 bash[66801]: audit 2023-12-09T02:15:53.730974+0000 mon.a (mon.0) 6130 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:54.101 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:53 smithi125 bash[66801]: audit 2023-12-09T02:15:53.731552+0000 mon.a (mon.0) 6131 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:54.101 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:53 smithi125 bash[66801]: audit 2023-12-09T02:15:53.733887+0000 mon.a (mon.0) 6132 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:54.101 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:53 smithi125 bash[66801]: audit 2023-12-09T02:15:53.735539+0000 mon.a (mon.0) 6133 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:54.101 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:53 smithi125 bash[66801]: audit 2023-12-09T02:15:53.736639+0000 mon.a (mon.0) 6134 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:54.102 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:53 smithi125 bash[66801]: audit 2023-12-09T02:15:53.738199+0000 mon.a (mon.0) 6135 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2023-12-09T02:15:54.102 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:53 smithi125 bash[66801]: audit 2023-12-09T02:15:53.738384+0000 mgr.y (mgr.25480) 1464 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2023-12-09T02:15:54.220 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:15:53 smithi067 bash[75618]: debug 2023-12-09T02:15:53.733+0000 7f0641e91700 -1 mgr.server reply reply (16) Device or resource busy unsafe to stop osd(s) at this time (17 PGs are or would become offline) 2023-12-09T02:15:54.263 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:15:53 smithi067 bash[75618]: ::ffff:172.21.15.125 - - [09/Dec/2023:02:15:53] "GET /metrics HTTP/1.1" 200 38572 "" "Prometheus/2.33.4" 2023-12-09T02:15:54.264 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:53 smithi067 bash[79370]: audit 2023-12-09T02:15:52.768351+0000 mon.a (mon.0) 6077 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:54.264 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:53 smithi067 bash[79370]: audit 2023-12-09T02:15:52.770369+0000 mon.a (mon.0) 6078 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:54.264 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:53 smithi067 bash[79370]: audit 2023-12-09T02:15:52.772356+0000 mon.a (mon.0) 6079 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:54.264 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:53 smithi067 bash[79370]: audit 2023-12-09T02:15:52.773152+0000 mon.a (mon.0) 6080 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:54.264 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:53 smithi067 bash[79370]: audit 2023-12-09T02:15:52.778533+0000 mon.a (mon.0) 6081 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:54.264 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:53 smithi067 bash[79370]: cephadm 2023-12-09T02:15:52.779300+0000 mgr.y (mgr.25480) 1453 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:54.264 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:53 smithi067 bash[79370]: audit 2023-12-09T02:15:52.861695+0000 mon.a (mon.0) 6082 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:54.264 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:53 smithi067 bash[79370]: audit 2023-12-09T02:15:52.866094+0000 mon.a (mon.0) 6083 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:54.264 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:53 smithi067 bash[79370]: audit 2023-12-09T02:15:52.869407+0000 mon.a (mon.0) 6084 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:54.264 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:53 smithi067 bash[79370]: audit 2023-12-09T02:15:52.870902+0000 mon.a (mon.0) 6085 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:54.265 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:53 smithi067 bash[79370]: audit 2023-12-09T02:15:52.880238+0000 mon.a (mon.0) 6086 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:54.265 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:53 smithi067 bash[79370]: cephadm 2023-12-09T02:15:52.880820+0000 mgr.y (mgr.25480) 1454 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:54.265 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:53 smithi067 bash[79370]: audit 2023-12-09T02:15:52.961776+0000 mon.a (mon.0) 6087 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:54.265 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:53 smithi067 bash[79370]: audit 2023-12-09T02:15:52.964338+0000 mon.a (mon.0) 6088 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:54.265 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:53 smithi067 bash[79370]: audit 2023-12-09T02:15:52.967187+0000 mon.a (mon.0) 6089 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:54.265 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:53 smithi067 bash[79370]: audit 2023-12-09T02:15:52.968283+0000 mon.a (mon.0) 6090 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:54.265 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:53 smithi067 bash[79370]: audit 2023-12-09T02:15:52.975360+0000 mon.a (mon.0) 6091 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:54.265 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:53 smithi067 bash[79370]: cephadm 2023-12-09T02:15:52.977092+0000 mgr.y (mgr.25480) 1455 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:54.265 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:53 smithi067 bash[79370]: audit 2023-12-09T02:15:53.057829+0000 mon.a (mon.0) 6092 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:54.265 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:53 smithi067 bash[79370]: audit 2023-12-09T02:15:53.060179+0000 mon.a (mon.0) 6093 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:54.265 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:53 smithi067 bash[82083]: audit 2023-12-09T02:15:52.768351+0000 mon.a (mon.0) 6077 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:54.266 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:53 smithi067 bash[82083]: audit 2023-12-09T02:15:52.770369+0000 mon.a (mon.0) 6078 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:54.266 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:53 smithi067 bash[82083]: audit 2023-12-09T02:15:52.772356+0000 mon.a (mon.0) 6079 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:54.266 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:53 smithi067 bash[82083]: audit 2023-12-09T02:15:52.773152+0000 mon.a (mon.0) 6080 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:54.266 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:53 smithi067 bash[82083]: audit 2023-12-09T02:15:52.778533+0000 mon.a (mon.0) 6081 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:54.266 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:53 smithi067 bash[82083]: cephadm 2023-12-09T02:15:52.779300+0000 mgr.y (mgr.25480) 1453 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:54.266 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:53 smithi067 bash[82083]: audit 2023-12-09T02:15:52.861695+0000 mon.a (mon.0) 6082 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:54.266 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:53 smithi067 bash[82083]: audit 2023-12-09T02:15:52.866094+0000 mon.a (mon.0) 6083 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:54.266 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:53 smithi067 bash[82083]: audit 2023-12-09T02:15:52.869407+0000 mon.a (mon.0) 6084 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:54.266 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:53 smithi067 bash[82083]: audit 2023-12-09T02:15:52.870902+0000 mon.a (mon.0) 6085 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:54.266 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:53 smithi067 bash[82083]: audit 2023-12-09T02:15:52.880238+0000 mon.a (mon.0) 6086 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:54.266 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:53 smithi067 bash[82083]: cephadm 2023-12-09T02:15:52.880820+0000 mgr.y (mgr.25480) 1454 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:54.266 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:53 smithi067 bash[82083]: audit 2023-12-09T02:15:52.961776+0000 mon.a (mon.0) 6087 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:54.266 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:53 smithi067 bash[82083]: audit 2023-12-09T02:15:52.964338+0000 mon.a (mon.0) 6088 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:54.266 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:53 smithi067 bash[82083]: audit 2023-12-09T02:15:52.967187+0000 mon.a (mon.0) 6089 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:54.267 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:53 smithi067 bash[82083]: audit 2023-12-09T02:15:52.968283+0000 mon.a (mon.0) 6090 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:54.267 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:53 smithi067 bash[82083]: audit 2023-12-09T02:15:52.975360+0000 mon.a (mon.0) 6091 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:54.267 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:53 smithi067 bash[82083]: cephadm 2023-12-09T02:15:52.977092+0000 mgr.y (mgr.25480) 1455 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:54.267 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:53 smithi067 bash[82083]: audit 2023-12-09T02:15:53.057829+0000 mon.a (mon.0) 6092 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:54.267 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:53 smithi067 bash[82083]: audit 2023-12-09T02:15:53.060179+0000 mon.a (mon.0) 6093 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:54.267 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:53 smithi067 bash[79370]: audit 2023-12-09T02:15:53.063933+0000 mon.a (mon.0) 6094 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:54.267 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:53 smithi067 bash[79370]: audit 2023-12-09T02:15:53.065171+0000 mon.a (mon.0) 6095 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:54.267 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:53 smithi067 bash[79370]: audit 2023-12-09T02:15:53.073975+0000 mon.a (mon.0) 6096 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:54.267 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:53 smithi067 bash[79370]: cephadm 2023-12-09T02:15:53.074796+0000 mgr.y (mgr.25480) 1456 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:54.268 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:53 smithi067 bash[79370]: audit 2023-12-09T02:15:53.155000+0000 mon.a (mon.0) 6097 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:54.268 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:53 smithi067 bash[79370]: audit 2023-12-09T02:15:53.157613+0000 mon.a (mon.0) 6098 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:54.268 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:53 smithi067 bash[79370]: audit 2023-12-09T02:15:53.160711+0000 mon.a (mon.0) 6099 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:54.268 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:53 smithi067 bash[79370]: audit 2023-12-09T02:15:53.162007+0000 mon.a (mon.0) 6100 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:54.268 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:53 smithi067 bash[79370]: audit 2023-12-09T02:15:53.168081+0000 mon.a (mon.0) 6101 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:54.268 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:53 smithi067 bash[79370]: cephadm 2023-12-09T02:15:53.168823+0000 mgr.y (mgr.25480) 1457 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:54.268 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:53 smithi067 bash[79370]: audit 2023-12-09T02:15:53.249222+0000 mon.a (mon.0) 6102 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:54.268 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:53 smithi067 bash[79370]: audit 2023-12-09T02:15:53.252089+0000 mon.a (mon.0) 6103 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:54.268 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:53 smithi067 bash[79370]: audit 2023-12-09T02:15:53.255772+0000 mon.a (mon.0) 6104 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:54.268 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:53 smithi067 bash[79370]: audit 2023-12-09T02:15:53.256727+0000 mon.a (mon.0) 6105 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:54.268 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:53 smithi067 bash[79370]: audit 2023-12-09T02:15:53.263428+0000 mon.a (mon.0) 6106 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:54.268 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:53 smithi067 bash[79370]: cephadm 2023-12-09T02:15:53.263887+0000 mgr.y (mgr.25480) 1458 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:54.268 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:53 smithi067 bash[79370]: audit 2023-12-09T02:15:53.340793+0000 mon.a (mon.0) 6107 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:54.268 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:53 smithi067 bash[79370]: audit 2023-12-09T02:15:53.344098+0000 mon.a (mon.0) 6108 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:54.268 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:53 smithi067 bash[79370]: audit 2023-12-09T02:15:53.347521+0000 mon.a (mon.0) 6109 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:54.268 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:53 smithi067 bash[79370]: audit 2023-12-09T02:15:53.348780+0000 mon.a (mon.0) 6110 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:54.269 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:53 smithi067 bash[79370]: audit 2023-12-09T02:15:53.357290+0000 mon.a (mon.0) 6111 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:54.269 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:53 smithi067 bash[79370]: cephadm 2023-12-09T02:15:53.358016+0000 mgr.y (mgr.25480) 1459 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:54.269 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:53 smithi067 bash[79370]: cluster 2023-12-09T02:15:53.378918+0000 mgr.y (mgr.25480) 1460 : cluster 0 pgmap v242: 161 pgs: 33 active+undersized, 21 active+undersized+degraded, 107 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 90/726 objects degraded (12.397%) 2023-12-09T02:15:54.269 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:53 smithi067 bash[79370]: cluster 2023-12-09T02:15:53.413573+0000 osd.7 (osd.7) 78 : cluster 3 failed to encode map e150 with expected crc 2023-12-09T02:15:54.269 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:53 smithi067 bash[79370]: cluster 2023-12-09T02:15:53.416189+0000 mon.a (mon.0) 6112 : cluster 0 osdmap e150: 8 total, 8 up, 8 in 2023-12-09T02:15:54.269 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:53 smithi067 bash[79370]: cluster 2023-12-09T02:15:53.422229+0000 osd.7 (osd.7) 79 : cluster 3 failed to encode map e150 with expected crc 2023-12-09T02:15:54.269 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:53 smithi067 bash[79370]: cluster 2023-12-09T02:15:53.423750+0000 osd.7 (osd.7) 80 : cluster 3 failed to encode map e150 with expected crc 2023-12-09T02:15:54.269 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:53 smithi067 bash[79370]: audit 2023-12-09T02:15:53.437140+0000 mon.a (mon.0) 6113 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:54.269 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:53 smithi067 bash[79370]: audit 2023-12-09T02:15:53.439273+0000 mon.a (mon.0) 6114 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:54.269 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:53 smithi067 bash[79370]: audit 2023-12-09T02:15:53.445287+0000 mon.a (mon.0) 6115 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:54.269 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:53 smithi067 bash[79370]: audit 2023-12-09T02:15:53.446165+0000 mon.a (mon.0) 6116 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:54.269 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:53 smithi067 bash[79370]: audit 2023-12-09T02:15:53.454319+0000 mon.a (mon.0) 6117 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:54.269 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:53 smithi067 bash[79370]: cephadm 2023-12-09T02:15:53.454988+0000 mgr.y (mgr.25480) 1461 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:54.269 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:53 smithi067 bash[79370]: audit 2023-12-09T02:15:53.534793+0000 mon.a (mon.0) 6118 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:54.270 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:53 smithi067 bash[79370]: audit 2023-12-09T02:15:53.538383+0000 mon.a (mon.0) 6119 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:54.270 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:53 smithi067 bash[79370]: audit 2023-12-09T02:15:53.543174+0000 mon.a (mon.0) 6120 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:54.270 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:53 smithi067 bash[79370]: audit 2023-12-09T02:15:53.544581+0000 mon.a (mon.0) 6121 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:54.270 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:53 smithi067 bash[79370]: audit 2023-12-09T02:15:53.552807+0000 mon.a (mon.0) 6122 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:54.270 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:53 smithi067 bash[79370]: cephadm 2023-12-09T02:15:53.553657+0000 mgr.y (mgr.25480) 1462 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:54.270 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:53 smithi067 bash[79370]: audit 2023-12-09T02:15:53.635124+0000 mon.a (mon.0) 6123 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:54.270 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:53 smithi067 bash[82083]: audit 2023-12-09T02:15:53.063933+0000 mon.a (mon.0) 6094 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:54.270 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:53 smithi067 bash[82083]: audit 2023-12-09T02:15:53.065171+0000 mon.a (mon.0) 6095 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:54.270 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:53 smithi067 bash[82083]: audit 2023-12-09T02:15:53.073975+0000 mon.a (mon.0) 6096 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:54.270 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:53 smithi067 bash[82083]: cephadm 2023-12-09T02:15:53.074796+0000 mgr.y (mgr.25480) 1456 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:54.270 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:53 smithi067 bash[82083]: audit 2023-12-09T02:15:53.155000+0000 mon.a (mon.0) 6097 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:54.271 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:53 smithi067 bash[82083]: audit 2023-12-09T02:15:53.157613+0000 mon.a (mon.0) 6098 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:54.271 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:53 smithi067 bash[82083]: audit 2023-12-09T02:15:53.160711+0000 mon.a (mon.0) 6099 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:54.271 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:53 smithi067 bash[82083]: audit 2023-12-09T02:15:53.162007+0000 mon.a (mon.0) 6100 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:54.271 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:53 smithi067 bash[82083]: audit 2023-12-09T02:15:53.168081+0000 mon.a (mon.0) 6101 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:54.271 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:53 smithi067 bash[82083]: cephadm 2023-12-09T02:15:53.168823+0000 mgr.y (mgr.25480) 1457 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:54.271 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:53 smithi067 bash[82083]: audit 2023-12-09T02:15:53.249222+0000 mon.a (mon.0) 6102 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:54.271 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:53 smithi067 bash[82083]: audit 2023-12-09T02:15:53.252089+0000 mon.a (mon.0) 6103 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:54.271 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:53 smithi067 bash[82083]: audit 2023-12-09T02:15:53.255772+0000 mon.a (mon.0) 6104 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:54.271 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:53 smithi067 bash[82083]: audit 2023-12-09T02:15:53.256727+0000 mon.a (mon.0) 6105 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:54.271 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:53 smithi067 bash[82083]: audit 2023-12-09T02:15:53.263428+0000 mon.a (mon.0) 6106 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:54.271 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:53 smithi067 bash[82083]: cephadm 2023-12-09T02:15:53.263887+0000 mgr.y (mgr.25480) 1458 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:54.271 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:53 smithi067 bash[82083]: audit 2023-12-09T02:15:53.340793+0000 mon.a (mon.0) 6107 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:54.271 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:53 smithi067 bash[82083]: audit 2023-12-09T02:15:53.344098+0000 mon.a (mon.0) 6108 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:54.271 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:53 smithi067 bash[82083]: audit 2023-12-09T02:15:53.347521+0000 mon.a (mon.0) 6109 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:54.272 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:53 smithi067 bash[79370]: audit 2023-12-09T02:15:53.637692+0000 mon.a (mon.0) 6124 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:54.272 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:53 smithi067 bash[79370]: audit 2023-12-09T02:15:53.641117+0000 mon.a (mon.0) 6125 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:54.272 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:53 smithi067 bash[79370]: audit 2023-12-09T02:15:53.642508+0000 mon.a (mon.0) 6126 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:54.272 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:53 smithi067 bash[79370]: audit 2023-12-09T02:15:53.651590+0000 mon.a (mon.0) 6127 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:54.272 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:53 smithi067 bash[79370]: cephadm 2023-12-09T02:15:53.652179+0000 mgr.y (mgr.25480) 1463 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:54.272 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:53 smithi067 bash[79370]: audit 2023-12-09T02:15:53.715651+0000 mon.a (mon.0) 6128 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:54.272 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:53 smithi067 bash[79370]: audit 2023-12-09T02:15:53.724582+0000 mon.a (mon.0) 6129 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:54.272 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:53 smithi067 bash[79370]: audit 2023-12-09T02:15:53.730974+0000 mon.a (mon.0) 6130 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:54.272 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:53 smithi067 bash[79370]: audit 2023-12-09T02:15:53.731552+0000 mon.a (mon.0) 6131 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:54.272 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:53 smithi067 bash[79370]: audit 2023-12-09T02:15:53.733887+0000 mon.a (mon.0) 6132 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:54.272 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:53 smithi067 bash[79370]: audit 2023-12-09T02:15:53.735539+0000 mon.a (mon.0) 6133 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:54.272 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:53 smithi067 bash[79370]: audit 2023-12-09T02:15:53.736639+0000 mon.a (mon.0) 6134 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:54.272 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:53 smithi067 bash[79370]: audit 2023-12-09T02:15:53.738199+0000 mon.a (mon.0) 6135 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2023-12-09T02:15:54.273 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:53 smithi067 bash[79370]: audit 2023-12-09T02:15:53.738384+0000 mgr.y (mgr.25480) 1464 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2023-12-09T02:15:54.273 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:53 smithi067 bash[82083]: audit 2023-12-09T02:15:53.348780+0000 mon.a (mon.0) 6110 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:54.273 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:53 smithi067 bash[82083]: audit 2023-12-09T02:15:53.357290+0000 mon.a (mon.0) 6111 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:54.273 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:53 smithi067 bash[82083]: cephadm 2023-12-09T02:15:53.358016+0000 mgr.y (mgr.25480) 1459 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:54.273 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:53 smithi067 bash[82083]: cluster 2023-12-09T02:15:53.378918+0000 mgr.y (mgr.25480) 1460 : cluster 0 pgmap v242: 161 pgs: 33 active+undersized, 21 active+undersized+degraded, 107 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 90/726 objects degraded (12.397%) 2023-12-09T02:15:54.273 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:53 smithi067 bash[82083]: cluster 2023-12-09T02:15:53.413573+0000 osd.7 (osd.7) 78 : cluster 3 failed to encode map e150 with expected crc 2023-12-09T02:15:54.273 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:53 smithi067 bash[82083]: cluster 2023-12-09T02:15:53.416189+0000 mon.a (mon.0) 6112 : cluster 0 osdmap e150: 8 total, 8 up, 8 in 2023-12-09T02:15:54.273 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:53 smithi067 bash[82083]: cluster 2023-12-09T02:15:53.422229+0000 osd.7 (osd.7) 79 : cluster 3 failed to encode map e150 with expected crc 2023-12-09T02:15:54.273 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:53 smithi067 bash[82083]: cluster 2023-12-09T02:15:53.423750+0000 osd.7 (osd.7) 80 : cluster 3 failed to encode map e150 with expected crc 2023-12-09T02:15:54.274 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:53 smithi067 bash[82083]: audit 2023-12-09T02:15:53.437140+0000 mon.a (mon.0) 6113 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:54.274 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:53 smithi067 bash[82083]: audit 2023-12-09T02:15:53.439273+0000 mon.a (mon.0) 6114 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:54.274 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:53 smithi067 bash[82083]: audit 2023-12-09T02:15:53.445287+0000 mon.a (mon.0) 6115 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:54.274 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:53 smithi067 bash[82083]: audit 2023-12-09T02:15:53.446165+0000 mon.a (mon.0) 6116 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:54.274 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:53 smithi067 bash[82083]: audit 2023-12-09T02:15:53.454319+0000 mon.a (mon.0) 6117 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:54.274 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:53 smithi067 bash[82083]: cephadm 2023-12-09T02:15:53.454988+0000 mgr.y (mgr.25480) 1461 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:54.274 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:53 smithi067 bash[82083]: audit 2023-12-09T02:15:53.534793+0000 mon.a (mon.0) 6118 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:54.274 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:53 smithi067 bash[82083]: audit 2023-12-09T02:15:53.538383+0000 mon.a (mon.0) 6119 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:54.274 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:53 smithi067 bash[82083]: audit 2023-12-09T02:15:53.543174+0000 mon.a (mon.0) 6120 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:54.274 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:53 smithi067 bash[82083]: audit 2023-12-09T02:15:53.544581+0000 mon.a (mon.0) 6121 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:54.274 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:53 smithi067 bash[82083]: audit 2023-12-09T02:15:53.552807+0000 mon.a (mon.0) 6122 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:54.274 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:53 smithi067 bash[82083]: cephadm 2023-12-09T02:15:53.553657+0000 mgr.y (mgr.25480) 1462 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:54.274 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:53 smithi067 bash[82083]: audit 2023-12-09T02:15:53.635124+0000 mon.a (mon.0) 6123 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:54.274 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:53 smithi067 bash[82083]: audit 2023-12-09T02:15:53.637692+0000 mon.a (mon.0) 6124 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:54.274 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:53 smithi067 bash[82083]: audit 2023-12-09T02:15:53.641117+0000 mon.a (mon.0) 6125 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:15:54.275 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:53 smithi067 bash[82083]: audit 2023-12-09T02:15:53.642508+0000 mon.a (mon.0) 6126 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:15:54.275 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:53 smithi067 bash[82083]: audit 2023-12-09T02:15:53.651590+0000 mon.a (mon.0) 6127 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:54.275 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:53 smithi067 bash[82083]: cephadm 2023-12-09T02:15:53.652179+0000 mgr.y (mgr.25480) 1463 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:15:54.275 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:53 smithi067 bash[82083]: audit 2023-12-09T02:15:53.715651+0000 mon.a (mon.0) 6128 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:54.275 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:53 smithi067 bash[82083]: audit 2023-12-09T02:15:53.724582+0000 mon.a (mon.0) 6129 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:54.275 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:53 smithi067 bash[82083]: audit 2023-12-09T02:15:53.730974+0000 mon.a (mon.0) 6130 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:54.275 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:53 smithi067 bash[82083]: audit 2023-12-09T02:15:53.731552+0000 mon.a (mon.0) 6131 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:15:54.275 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:53 smithi067 bash[82083]: audit 2023-12-09T02:15:53.733887+0000 mon.a (mon.0) 6132 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:54.275 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:53 smithi067 bash[82083]: audit 2023-12-09T02:15:53.735539+0000 mon.a (mon.0) 6133 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:54.275 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:53 smithi067 bash[82083]: audit 2023-12-09T02:15:53.736639+0000 mon.a (mon.0) 6134 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:15:54.275 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:53 smithi067 bash[82083]: audit 2023-12-09T02:15:53.738199+0000 mon.a (mon.0) 6135 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2023-12-09T02:15:54.275 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:53 smithi067 bash[82083]: audit 2023-12-09T02:15:53.738384+0000 mgr.y (mgr.25480) 1464 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2023-12-09T02:15:55.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:55 smithi067 bash[82083]: cephadm 2023-12-09T02:15:53.739371+0000 mgr.y (mgr.25480) 1465 : cephadm 1 Upgrade: unsafe to stop osd(s) at this time (17 PGs are or would become offline) 2023-12-09T02:15:55.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:55 smithi067 bash[79370]: cephadm 2023-12-09T02:15:53.739371+0000 mgr.y (mgr.25480) 1465 : cephadm 1 Upgrade: unsafe to stop osd(s) at this time (17 PGs are or would become offline) 2023-12-09T02:15:55.721 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:55 smithi125 bash[66801]: cephadm 2023-12-09T02:15:53.739371+0000 mgr.y (mgr.25480) 1465 : cephadm 1 Upgrade: unsafe to stop osd(s) at this time (17 PGs are or would become offline) 2023-12-09T02:15:56.473 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:56 smithi125 bash[66801]: cluster 2023-12-09T02:15:55.380298+0000 mgr.y (mgr.25480) 1466 : cluster 0 pgmap v244: 161 pgs: 26 active+undersized, 16 active+undersized+degraded, 119 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 61/726 objects degraded (8.402%) 2023-12-09T02:15:56.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:56 smithi067 bash[79370]: cluster 2023-12-09T02:15:55.380298+0000 mgr.y (mgr.25480) 1466 : cluster 0 pgmap v244: 161 pgs: 26 active+undersized, 16 active+undersized+degraded, 119 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 61/726 objects degraded (8.402%) 2023-12-09T02:15:56.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:56 smithi067 bash[82083]: cluster 2023-12-09T02:15:55.380298+0000 mgr.y (mgr.25480) 1466 : cluster 0 pgmap v244: 161 pgs: 26 active+undersized, 16 active+undersized+degraded, 119 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 61/726 objects degraded (8.402%) 2023-12-09T02:15:57.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:57 smithi067 bash[82083]: cluster 2023-12-09T02:15:56.358159+0000 mon.a (mon.0) 6136 : cluster 3 Health check update: Degraded data redundancy: 61/726 objects degraded (8.402%), 16 pgs degraded (PG_DEGRADED) 2023-12-09T02:15:57.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:57 smithi067 bash[82083]: audit 2023-12-09T02:15:57.013754+0000 mon.a (mon.0) 6137 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:57.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:57 smithi067 bash[82083]: audit 2023-12-09T02:15:57.023731+0000 mon.a (mon.0) 6138 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:57.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:57 smithi067 bash[82083]: audit 2023-12-09T02:15:57.033080+0000 mon.a (mon.0) 6139 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:57.721 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:57 smithi067 bash[79370]: cluster 2023-12-09T02:15:56.358159+0000 mon.a (mon.0) 6136 : cluster 3 Health check update: Degraded data redundancy: 61/726 objects degraded (8.402%), 16 pgs degraded (PG_DEGRADED) 2023-12-09T02:15:57.721 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:57 smithi067 bash[79370]: audit 2023-12-09T02:15:57.013754+0000 mon.a (mon.0) 6137 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:57.721 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:57 smithi067 bash[79370]: audit 2023-12-09T02:15:57.023731+0000 mon.a (mon.0) 6138 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:57.721 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:57 smithi067 bash[79370]: audit 2023-12-09T02:15:57.033080+0000 mon.a (mon.0) 6139 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:57.721 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:57 smithi125 bash[66801]: cluster 2023-12-09T02:15:56.358159+0000 mon.a (mon.0) 6136 : cluster 3 Health check update: Degraded data redundancy: 61/726 objects degraded (8.402%), 16 pgs degraded (PG_DEGRADED) 2023-12-09T02:15:57.721 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:57 smithi125 bash[66801]: audit 2023-12-09T02:15:57.013754+0000 mon.a (mon.0) 6137 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:57.722 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:57 smithi125 bash[66801]: audit 2023-12-09T02:15:57.023731+0000 mon.a (mon.0) 6138 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:57.722 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:57 smithi125 bash[66801]: audit 2023-12-09T02:15:57.033080+0000 mon.a (mon.0) 6139 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:58.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:58 smithi067 bash[79370]: cluster 2023-12-09T02:15:57.381834+0000 mgr.y (mgr.25480) 1467 : cluster 0 pgmap v245: 161 pgs: 161 active+clean; 585 KiB data, 230 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-09T02:15:58.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:58 smithi067 bash[79370]: audit 2023-12-09T02:15:57.646628+0000 mon.a (mon.0) 6140 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:58.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:58 smithi067 bash[79370]: audit 2023-12-09T02:15:57.648890+0000 mon.a (mon.0) 6141 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:15:58.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:58 smithi067 bash[79370]: audit 2023-12-09T02:15:58.166307+0000 mon.a (mon.0) 6142 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd rm-pg-upmap-items", "format": "json", "pgid": "6.16"}]: dispatch 2023-12-09T02:15:58.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:58 smithi067 bash[79370]: cluster 2023-12-09T02:15:58.371367+0000 mon.a (mon.0) 6143 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 61/726 objects degraded (8.402%), 16 pgs degraded) 2023-12-09T02:15:58.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:58 smithi067 bash[79370]: cluster 2023-12-09T02:15:58.371432+0000 mon.a (mon.0) 6144 : cluster 1 Cluster is now healthy 2023-12-09T02:15:58.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:58 smithi067 bash[82083]: cluster 2023-12-09T02:15:57.381834+0000 mgr.y (mgr.25480) 1467 : cluster 0 pgmap v245: 161 pgs: 161 active+clean; 585 KiB data, 230 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-09T02:15:58.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:58 smithi067 bash[82083]: audit 2023-12-09T02:15:57.646628+0000 mon.a (mon.0) 6140 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:58.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:58 smithi067 bash[82083]: audit 2023-12-09T02:15:57.648890+0000 mon.a (mon.0) 6141 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:15:58.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:58 smithi067 bash[82083]: audit 2023-12-09T02:15:58.166307+0000 mon.a (mon.0) 6142 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd rm-pg-upmap-items", "format": "json", "pgid": "6.16"}]: dispatch 2023-12-09T02:15:58.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:58 smithi067 bash[82083]: cluster 2023-12-09T02:15:58.371367+0000 mon.a (mon.0) 6143 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 61/726 objects degraded (8.402%), 16 pgs degraded) 2023-12-09T02:15:58.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:58 smithi067 bash[82083]: cluster 2023-12-09T02:15:58.371432+0000 mon.a (mon.0) 6144 : cluster 1 Cluster is now healthy 2023-12-09T02:15:58.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:58 smithi125 bash[66801]: cluster 2023-12-09T02:15:57.381834+0000 mgr.y (mgr.25480) 1467 : cluster 0 pgmap v245: 161 pgs: 161 active+clean; 585 KiB data, 230 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-09T02:15:58.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:58 smithi125 bash[66801]: audit 2023-12-09T02:15:57.646628+0000 mon.a (mon.0) 6140 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:58.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:58 smithi125 bash[66801]: audit 2023-12-09T02:15:57.648890+0000 mon.a (mon.0) 6141 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:15:58.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:58 smithi125 bash[66801]: audit 2023-12-09T02:15:58.166307+0000 mon.a (mon.0) 6142 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd rm-pg-upmap-items", "format": "json", "pgid": "6.16"}]: dispatch 2023-12-09T02:15:58.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:58 smithi125 bash[66801]: cluster 2023-12-09T02:15:58.371367+0000 mon.a (mon.0) 6143 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 61/726 objects degraded (8.402%), 16 pgs degraded) 2023-12-09T02:15:58.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:58 smithi125 bash[66801]: cluster 2023-12-09T02:15:58.371432+0000 mon.a (mon.0) 6144 : cluster 1 Cluster is now healthy 2023-12-09T02:15:59.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:59 smithi067 bash[79370]: audit 2023-12-09T02:15:58.646851+0000 mon.a (mon.0) 6145 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd='[{"prefix": "osd rm-pg-upmap-items", "format": "json", "pgid": "6.16"}]': finished 2023-12-09T02:15:59.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:59 smithi067 bash[79370]: cluster 2023-12-09T02:15:58.648859+0000 osd.7 (osd.7) 81 : cluster 3 failed to encode map e151 with expected crc 2023-12-09T02:15:59.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:59 smithi067 bash[79370]: cluster 2023-12-09T02:15:58.653274+0000 mon.a (mon.0) 6146 : cluster 0 osdmap e151: 8 total, 8 up, 8 in 2023-12-09T02:15:59.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:59 smithi067 bash[79370]: audit 2023-12-09T02:15:58.977189+0000 mon.a (mon.0) 6147 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:59.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:59 smithi067 bash[79370]: audit 2023-12-09T02:15:58.988609+0000 mon.a (mon.0) 6148 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:59.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:15:59 smithi067 bash[79370]: audit 2023-12-09T02:15:58.997191+0000 mon.a (mon.0) 6149 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:59.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:59 smithi067 bash[82083]: audit 2023-12-09T02:15:58.646851+0000 mon.a (mon.0) 6145 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd='[{"prefix": "osd rm-pg-upmap-items", "format": "json", "pgid": "6.16"}]': finished 2023-12-09T02:15:59.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:59 smithi067 bash[82083]: cluster 2023-12-09T02:15:58.648859+0000 osd.7 (osd.7) 81 : cluster 3 failed to encode map e151 with expected crc 2023-12-09T02:15:59.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:59 smithi067 bash[82083]: cluster 2023-12-09T02:15:58.653274+0000 mon.a (mon.0) 6146 : cluster 0 osdmap e151: 8 total, 8 up, 8 in 2023-12-09T02:15:59.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:59 smithi067 bash[82083]: audit 2023-12-09T02:15:58.977189+0000 mon.a (mon.0) 6147 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:59.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:59 smithi067 bash[82083]: audit 2023-12-09T02:15:58.988609+0000 mon.a (mon.0) 6148 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:59.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:15:59 smithi067 bash[82083]: audit 2023-12-09T02:15:58.997191+0000 mon.a (mon.0) 6149 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:59.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:59 smithi125 bash[66801]: audit 2023-12-09T02:15:58.646851+0000 mon.a (mon.0) 6145 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd='[{"prefix": "osd rm-pg-upmap-items", "format": "json", "pgid": "6.16"}]': finished 2023-12-09T02:15:59.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:59 smithi125 bash[66801]: cluster 2023-12-09T02:15:58.648859+0000 osd.7 (osd.7) 81 : cluster 3 failed to encode map e151 with expected crc 2023-12-09T02:15:59.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:59 smithi125 bash[66801]: cluster 2023-12-09T02:15:58.653274+0000 mon.a (mon.0) 6146 : cluster 0 osdmap e151: 8 total, 8 up, 8 in 2023-12-09T02:15:59.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:59 smithi125 bash[66801]: audit 2023-12-09T02:15:58.977189+0000 mon.a (mon.0) 6147 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:59.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:59 smithi125 bash[66801]: audit 2023-12-09T02:15:58.988609+0000 mon.a (mon.0) 6148 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:15:59.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:15:59 smithi125 bash[66801]: audit 2023-12-09T02:15:58.997191+0000 mon.a (mon.0) 6149 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:00.930 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:00 smithi067 bash[79370]: audit 2023-12-09T02:15:58.874090+0000 mgr.y (mgr.25480) 1468 : audit 0 from='client.25420 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:16:00.930 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:00 smithi067 bash[79370]: cluster 2023-12-09T02:15:59.382602+0000 mgr.y (mgr.25480) 1469 : cluster 0 pgmap v247: 161 pgs: 161 active+clean; 585 KiB data, 230 MiB used, 715 GiB / 715 GiB avail; 440 B/s rd, 0 op/s 2023-12-09T02:16:00.930 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:00 smithi067 bash[79370]: cluster 2023-12-09T02:15:59.661157+0000 osd.7 (osd.7) 82 : cluster 3 failed to encode map e152 with expected crc 2023-12-09T02:16:00.930 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:00 smithi067 bash[79370]: cluster 2023-12-09T02:15:59.669171+0000 mon.a (mon.0) 6150 : cluster 0 osdmap e152: 8 total, 8 up, 8 in 2023-12-09T02:16:00.930 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:00 smithi067 bash[82083]: audit 2023-12-09T02:15:58.874090+0000 mgr.y (mgr.25480) 1468 : audit 0 from='client.25420 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:16:00.931 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:00 smithi067 bash[82083]: cluster 2023-12-09T02:15:59.382602+0000 mgr.y (mgr.25480) 1469 : cluster 0 pgmap v247: 161 pgs: 161 active+clean; 585 KiB data, 230 MiB used, 715 GiB / 715 GiB avail; 440 B/s rd, 0 op/s 2023-12-09T02:16:00.931 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:00 smithi067 bash[82083]: cluster 2023-12-09T02:15:59.661157+0000 osd.7 (osd.7) 82 : cluster 3 failed to encode map e152 with expected crc 2023-12-09T02:16:00.931 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:00 smithi067 bash[82083]: cluster 2023-12-09T02:15:59.669171+0000 mon.a (mon.0) 6150 : cluster 0 osdmap e152: 8 total, 8 up, 8 in 2023-12-09T02:16:00.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:00 smithi125 bash[66801]: audit 2023-12-09T02:15:58.874090+0000 mgr.y (mgr.25480) 1468 : audit 0 from='client.25420 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:16:00.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:00 smithi125 bash[66801]: cluster 2023-12-09T02:15:59.382602+0000 mgr.y (mgr.25480) 1469 : cluster 0 pgmap v247: 161 pgs: 161 active+clean; 585 KiB data, 230 MiB used, 715 GiB / 715 GiB avail; 440 B/s rd, 0 op/s 2023-12-09T02:16:00.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:00 smithi125 bash[66801]: cluster 2023-12-09T02:15:59.661157+0000 osd.7 (osd.7) 82 : cluster 3 failed to encode map e152 with expected crc 2023-12-09T02:16:00.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:00 smithi125 bash[66801]: cluster 2023-12-09T02:15:59.669171+0000 mon.a (mon.0) 6150 : cluster 0 osdmap e152: 8 total, 8 up, 8 in 2023-12-09T02:16:02.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:02 smithi067 bash[82083]: cluster 2023-12-09T02:16:01.383892+0000 mgr.y (mgr.25480) 1470 : cluster 0 pgmap v249: 161 pgs: 1 activating, 160 active+clean; 585 KiB data, 230 MiB used, 715 GiB / 715 GiB avail; 385 B/s rd, 0 op/s 2023-12-09T02:16:02.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:02 smithi067 bash[79370]: cluster 2023-12-09T02:16:01.383892+0000 mgr.y (mgr.25480) 1470 : cluster 0 pgmap v249: 161 pgs: 1 activating, 160 active+clean; 585 KiB data, 230 MiB used, 715 GiB / 715 GiB avail; 385 B/s rd, 0 op/s 2023-12-09T02:16:02.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:02 smithi125 bash[66801]: cluster 2023-12-09T02:16:01.383892+0000 mgr.y (mgr.25480) 1470 : cluster 0 pgmap v249: 161 pgs: 1 activating, 160 active+clean; 585 KiB data, 230 MiB used, 715 GiB / 715 GiB avail; 385 B/s rd, 0 op/s 2023-12-09T02:16:04.204 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:03 smithi067 bash[79370]: audit 2023-12-09T02:16:02.988362+0000 mon.a (mon.0) 6151 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:04.204 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:03 smithi067 bash[79370]: cluster 2023-12-09T02:16:03.385224+0000 mgr.y (mgr.25480) 1471 : cluster 0 pgmap v250: 161 pgs: 1 activating, 160 active+clean; 585 KiB data, 230 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2023-12-09T02:16:04.204 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:16:03 smithi067 bash[75618]: ::ffff:172.21.15.125 - - [09/Dec/2023:02:16:03] "GET /metrics HTTP/1.1" 200 38573 "" "Prometheus/2.33.4" 2023-12-09T02:16:04.205 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:03 smithi067 bash[82083]: audit 2023-12-09T02:16:02.988362+0000 mon.a (mon.0) 6151 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:04.205 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:03 smithi067 bash[82083]: cluster 2023-12-09T02:16:03.385224+0000 mgr.y (mgr.25480) 1471 : cluster 0 pgmap v250: 161 pgs: 1 activating, 160 active+clean; 585 KiB data, 230 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2023-12-09T02:16:04.471 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:03 smithi125 bash[66801]: audit 2023-12-09T02:16:02.988362+0000 mon.a (mon.0) 6151 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:04.472 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:03 smithi125 bash[66801]: cluster 2023-12-09T02:16:03.385224+0000 mgr.y (mgr.25480) 1471 : cluster 0 pgmap v250: 161 pgs: 1 activating, 160 active+clean; 585 KiB data, 230 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2023-12-09T02:16:06.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:06 smithi067 bash[79370]: cluster 2023-12-09T02:16:05.386436+0000 mgr.y (mgr.25480) 1472 : cluster 0 pgmap v251: 161 pgs: 161 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s 2023-12-09T02:16:06.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:06 smithi067 bash[82083]: cluster 2023-12-09T02:16:05.386436+0000 mgr.y (mgr.25480) 1472 : cluster 0 pgmap v251: 161 pgs: 161 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s 2023-12-09T02:16:06.721 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:06 smithi125 bash[66801]: cluster 2023-12-09T02:16:05.386436+0000 mgr.y (mgr.25480) 1472 : cluster 0 pgmap v251: 161 pgs: 161 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s 2023-12-09T02:16:08.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:08 smithi067 bash[79370]: cluster 2023-12-09T02:16:07.387957+0000 mgr.y (mgr.25480) 1473 : cluster 0 pgmap v252: 161 pgs: 161 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-09T02:16:08.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:08 smithi067 bash[82083]: cluster 2023-12-09T02:16:07.387957+0000 mgr.y (mgr.25480) 1473 : cluster 0 pgmap v252: 161 pgs: 161 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-09T02:16:08.722 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:08 smithi125 bash[66801]: cluster 2023-12-09T02:16:07.387957+0000 mgr.y (mgr.25480) 1473 : cluster 0 pgmap v252: 161 pgs: 161 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-09T02:16:09.471 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:09 smithi125 bash[66801]: audit 2023-12-09T02:16:08.748481+0000 mon.a (mon.0) 6152 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2023-12-09T02:16:09.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:09 smithi067 bash[79370]: audit 2023-12-09T02:16:08.748481+0000 mon.a (mon.0) 6152 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2023-12-09T02:16:09.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:09 smithi067 bash[82083]: audit 2023-12-09T02:16:08.748481+0000 mon.a (mon.0) 6152 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2023-12-09T02:16:10.451 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:10 smithi125 bash[66801]: audit 2023-12-09T02:16:08.748937+0000 mgr.y (mgr.25480) 1474 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2023-12-09T02:16:10.452 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:10 smithi125 bash[66801]: cephadm 2023-12-09T02:16:08.751998+0000 mgr.y (mgr.25480) 1475 : cephadm 1 Upgrade: osd.7 is safe to restart 2023-12-09T02:16:10.452 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:10 smithi125 bash[66801]: audit 2023-12-09T02:16:08.879925+0000 mgr.y (mgr.25480) 1476 : audit 0 from='client.25420 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:16:10.452 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:10 smithi125 bash[66801]: cluster 2023-12-09T02:16:09.388884+0000 mgr.y (mgr.25480) 1477 : cluster 0 pgmap v253: 161 pgs: 161 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2023-12-09T02:16:10.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:10 smithi067 bash[79370]: audit 2023-12-09T02:16:08.748937+0000 mgr.y (mgr.25480) 1474 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2023-12-09T02:16:10.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:10 smithi067 bash[79370]: cephadm 2023-12-09T02:16:08.751998+0000 mgr.y (mgr.25480) 1475 : cephadm 1 Upgrade: osd.7 is safe to restart 2023-12-09T02:16:10.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:10 smithi067 bash[79370]: audit 2023-12-09T02:16:08.879925+0000 mgr.y (mgr.25480) 1476 : audit 0 from='client.25420 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:16:10.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:10 smithi067 bash[79370]: cluster 2023-12-09T02:16:09.388884+0000 mgr.y (mgr.25480) 1477 : cluster 0 pgmap v253: 161 pgs: 161 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2023-12-09T02:16:10.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:10 smithi067 bash[82083]: audit 2023-12-09T02:16:08.748937+0000 mgr.y (mgr.25480) 1474 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2023-12-09T02:16:10.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:10 smithi067 bash[82083]: cephadm 2023-12-09T02:16:08.751998+0000 mgr.y (mgr.25480) 1475 : cephadm 1 Upgrade: osd.7 is safe to restart 2023-12-09T02:16:10.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:10 smithi067 bash[82083]: audit 2023-12-09T02:16:08.879925+0000 mgr.y (mgr.25480) 1476 : audit 0 from='client.25420 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:16:10.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:10 smithi067 bash[82083]: cluster 2023-12-09T02:16:09.388884+0000 mgr.y (mgr.25480) 1477 : cluster 0 pgmap v253: 161 pgs: 161 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2023-12-09T02:16:10.964 INFO:teuthology.orchestra.run.smithi067.stdout:true 2023-12-09T02:16:11.747 INFO:teuthology.orchestra.run.smithi067.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-09T02:16:11.747 INFO:teuthology.orchestra.run.smithi067.stdout:agent.smithi067 smithi067 running 12s ago 22m - - 2023-12-09T02:16:11.747 INFO:teuthology.orchestra.run.smithi067.stdout:agent.smithi125 smithi125 running 14s ago 22m - - 2023-12-09T02:16:11.747 INFO:teuthology.orchestra.run.smithi067.stdout:alertmanager.a smithi067 *:9093,9094 running (8m) 12s ago 15m 16.5M - 0.23.0 ba2b418f427c 6ec817f342b5 2023-12-09T02:16:11.747 INFO:teuthology.orchestra.run.smithi067.stdout:grafana.a smithi125 *:3000 running (7m) 14s ago 15m 44.6M - 8.3.5 dad864ee21e9 40cbacae8259 2023-12-09T02:16:11.747 INFO:teuthology.orchestra.run.smithi067.stdout:iscsi.foo.smithi067.oajywc smithi067 running (6m) 12s ago 12m 48.0M - 3.5 e1d6a67b021e 3e5a20a58ce4 2023-12-09T02:16:11.748 INFO:teuthology.orchestra.run.smithi067.stdout:mgr.x smithi125 *:8443,9283,8765 running (6m) 14s ago 21m 435M - 19.0.0-44-g9dcc13bb f28f2b94f153 d59f2ab74456 2023-12-09T02:16:11.748 INFO:teuthology.orchestra.run.smithi067.stdout:mgr.y smithi067 *:8443,9283,8765 running (7m) 12s ago 23m 516M - 19.0.0-44-g9dcc13bb f28f2b94f153 b0e5c689c1a6 2023-12-09T02:16:11.748 INFO:teuthology.orchestra.run.smithi067.stdout:mon.a smithi067 running (6m) 12s ago 23m 73.2M 2048M 19.0.0-44-g9dcc13bb f28f2b94f153 f5f188bf2880 2023-12-09T02:16:11.748 INFO:teuthology.orchestra.run.smithi067.stdout:mon.b smithi125 running (5m) 14s ago 22m 54.5M 2048M 19.0.0-44-g9dcc13bb f28f2b94f153 baa25853095e 2023-12-09T02:16:11.748 INFO:teuthology.orchestra.run.smithi067.stdout:mon.c smithi067 running (5m) 12s ago 22m 56.5M 2048M 19.0.0-44-g9dcc13bb f28f2b94f153 37f7376908df 2023-12-09T02:16:11.748 INFO:teuthology.orchestra.run.smithi067.stdout:node-exporter.a smithi067 *:9100 running (8m) 12s ago 15m 12.3M - 1.3.1 1dbe0e931976 f40a7a952aae 2023-12-09T02:16:11.748 INFO:teuthology.orchestra.run.smithi067.stdout:node-exporter.b smithi125 *:9100 running (8m) 14s ago 15m 12.0M - 1.3.1 1dbe0e931976 47a93b654521 2023-12-09T02:16:11.748 INFO:teuthology.orchestra.run.smithi067.stdout:osd.0 smithi067 running (4m) 12s ago 21m 57.7M 4096M 19.0.0-44-g9dcc13bb f28f2b94f153 d14cf1a2cd9b 2023-12-09T02:16:11.748 INFO:teuthology.orchestra.run.smithi067.stdout:osd.1 smithi067 running (3m) 12s ago 20m 58.4M 4096M 19.0.0-44-g9dcc13bb f28f2b94f153 a62e980d9a0d 2023-12-09T02:16:11.748 INFO:teuthology.orchestra.run.smithi067.stdout:osd.2 smithi067 running (3m) 12s ago 20m 54.4M 4096M 19.0.0-44-g9dcc13bb f28f2b94f153 ab90bc1b9ba0 2023-12-09T02:16:11.748 INFO:teuthology.orchestra.run.smithi067.stdout:osd.3 smithi067 running (2m) 12s ago 19m 54.1M 4096M 19.0.0-44-g9dcc13bb f28f2b94f153 178bf706768a 2023-12-09T02:16:11.748 INFO:teuthology.orchestra.run.smithi067.stdout:osd.4 smithi125 running (106s) 14s ago 18m 53.4M 4096M 19.0.0-44-g9dcc13bb f28f2b94f153 20d42f7de1e9 2023-12-09T02:16:11.748 INFO:teuthology.orchestra.run.smithi067.stdout:osd.5 smithi125 running (66s) 14s ago 18m 51.7M 4096M 19.0.0-44-g9dcc13bb f28f2b94f153 840b93b532ff 2023-12-09T02:16:11.748 INFO:teuthology.orchestra.run.smithi067.stdout:osd.6 smithi125 running (27s) 14s ago 17m 48.1M 4096M 19.0.0-44-g9dcc13bb f28f2b94f153 16624d6ea7a4 2023-12-09T02:16:11.748 INFO:teuthology.orchestra.run.smithi067.stdout:osd.7 smithi125 running (16m) 14s ago 16m 74.2M 4096M 17.2.0 e1d6a67b021e 8791b422aafd 2023-12-09T02:16:11.749 INFO:teuthology.orchestra.run.smithi067.stdout:prometheus.a smithi125 *:9095 running (6m) 14s ago 15m 64.5M - 2.33.4 514e6a882f6e c0781044780a 2023-12-09T02:16:11.749 INFO:teuthology.orchestra.run.smithi067.stdout:rgw.foo.smithi067.rqvsfw smithi067 *:8000 running (13m) 12s ago 13m 91.1M - 17.2.0 e1d6a67b021e 72086955a09f 2023-12-09T02:16:11.749 INFO:teuthology.orchestra.run.smithi067.stdout:rgw.foo.smithi125.wanndy smithi125 *:8000 running (13m) 14s ago 13m 90.4M - 17.2.0 e1d6a67b021e 89b35e95d314 2023-12-09T02:16:11.749 INFO:teuthology.orchestra.run.smithi067.stdout:rgw.smpl.smithi067.mukdcu smithi067 *:80 running (13m) 12s ago 13m 89.9M - 17.2.0 e1d6a67b021e b813f19c7bee 2023-12-09T02:16:11.749 INFO:teuthology.orchestra.run.smithi067.stdout:rgw.smpl.smithi125.ngrzpa smithi125 *:80 running (13m) 14s ago 13m 90.8M - 17.2.0 e1d6a67b021e 96b29ebc04e4 2023-12-09T02:16:12.202 INFO:teuthology.orchestra.run.smithi067.stdout:{ 2023-12-09T02:16:12.202 INFO:teuthology.orchestra.run.smithi067.stdout: "mon": { 2023-12-09T02:16:12.202 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 19.0.0-44-g9dcc13bb (9dcc13bb80dcc1cdea72b04d80505b4649a2b882) reef (dev)": 3 2023-12-09T02:16:12.203 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2023-12-09T02:16:12.203 INFO:teuthology.orchestra.run.smithi067.stdout: "mgr": { 2023-12-09T02:16:12.203 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 19.0.0-44-g9dcc13bb (9dcc13bb80dcc1cdea72b04d80505b4649a2b882) reef (dev)": 2 2023-12-09T02:16:12.203 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2023-12-09T02:16:12.203 INFO:teuthology.orchestra.run.smithi067.stdout: "osd": { 2023-12-09T02:16:12.203 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-12-09T02:16:12.203 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 19.0.0-44-g9dcc13bb (9dcc13bb80dcc1cdea72b04d80505b4649a2b882) reef (dev)": 7 2023-12-09T02:16:12.203 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2023-12-09T02:16:12.203 INFO:teuthology.orchestra.run.smithi067.stdout: "rgw": { 2023-12-09T02:16:12.203 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2023-12-09T02:16:12.203 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2023-12-09T02:16:12.203 INFO:teuthology.orchestra.run.smithi067.stdout: "overall": { 2023-12-09T02:16:12.203 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 5, 2023-12-09T02:16:12.204 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 19.0.0-44-g9dcc13bb (9dcc13bb80dcc1cdea72b04d80505b4649a2b882) reef (dev)": 12 2023-12-09T02:16:12.204 INFO:teuthology.orchestra.run.smithi067.stdout: } 2023-12-09T02:16:12.204 INFO:teuthology.orchestra.run.smithi067.stdout:} 2023-12-09T02:16:12.459 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:12 smithi125 bash[66801]: audit 2023-12-09T02:16:10.945567+0000 mgr.y (mgr.25480) 1478 : audit 0 from='client.34569 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:16:12.460 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:12 smithi125 bash[66801]: cephadm 2023-12-09T02:16:11.222410+0000 mgr.y (mgr.25480) 1479 : cephadm 1 Upgrade: Updating osd.7 2023-12-09T02:16:12.460 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:12 smithi125 bash[66801]: audit 2023-12-09T02:16:11.229158+0000 mon.a (mon.0) 6153 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:12.460 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:12 smithi125 bash[66801]: audit 2023-12-09T02:16:11.233636+0000 mon.a (mon.0) 6154 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-12-09T02:16:12.460 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:12 smithi125 bash[66801]: audit 2023-12-09T02:16:11.234902+0000 mon.a (mon.0) 6155 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:12.460 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:12 smithi125 bash[66801]: cephadm 2023-12-09T02:16:11.240254+0000 mgr.y (mgr.25480) 1480 : cephadm 1 Deploying daemon osd.7 on smithi125 2023-12-09T02:16:12.460 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:12 smithi125 bash[66801]: audit 2023-12-09T02:16:11.343344+0000 mgr.y (mgr.25480) 1481 : audit 0 from='client.44500 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:16:12.460 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:12 smithi125 bash[66801]: cluster 2023-12-09T02:16:11.389826+0000 mgr.y (mgr.25480) 1482 : cluster 0 pgmap v254: 161 pgs: 161 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 873 B/s rd, 0 op/s 2023-12-09T02:16:12.460 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:12 smithi125 bash[66801]: audit 2023-12-09T02:16:11.719224+0000 mgr.y (mgr.25480) 1483 : audit 0 from='client.34581 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:16:12.460 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:12 smithi125 bash[66801]: audit 2023-12-09T02:16:12.201086+0000 mon.a (mon.0) 6156 : audit 0 from='client.? 172.21.15.67:0/1931627170' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:12.587 INFO:teuthology.orchestra.run.smithi067.stdout:{ 2023-12-09T02:16:12.587 INFO:teuthology.orchestra.run.smithi067.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:9dcc13bb80dcc1cdea72b04d80505b4649a2b882", 2023-12-09T02:16:12.588 INFO:teuthology.orchestra.run.smithi067.stdout: "in_progress": true, 2023-12-09T02:16:12.588 INFO:teuthology.orchestra.run.smithi067.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-09T02:16:12.588 INFO:teuthology.orchestra.run.smithi067.stdout: "services_complete": [ 2023-12-09T02:16:12.588 INFO:teuthology.orchestra.run.smithi067.stdout: "mgr", 2023-12-09T02:16:12.588 INFO:teuthology.orchestra.run.smithi067.stdout: "mon" 2023-12-09T02:16:12.588 INFO:teuthology.orchestra.run.smithi067.stdout: ], 2023-12-09T02:16:12.588 INFO:teuthology.orchestra.run.smithi067.stdout: "progress": "12/23 daemons upgraded", 2023-12-09T02:16:12.588 INFO:teuthology.orchestra.run.smithi067.stdout: "message": "Currently upgrading osd daemons", 2023-12-09T02:16:12.588 INFO:teuthology.orchestra.run.smithi067.stdout: "is_paused": false 2023-12-09T02:16:12.588 INFO:teuthology.orchestra.run.smithi067.stdout:} 2023-12-09T02:16:12.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:12 smithi067 bash[79370]: audit 2023-12-09T02:16:10.945567+0000 mgr.y (mgr.25480) 1478 : audit 0 from='client.34569 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:16:12.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:12 smithi067 bash[79370]: cephadm 2023-12-09T02:16:11.222410+0000 mgr.y (mgr.25480) 1479 : cephadm 1 Upgrade: Updating osd.7 2023-12-09T02:16:12.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:12 smithi067 bash[79370]: audit 2023-12-09T02:16:11.229158+0000 mon.a (mon.0) 6153 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:12.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:12 smithi067 bash[79370]: audit 2023-12-09T02:16:11.233636+0000 mon.a (mon.0) 6154 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-12-09T02:16:12.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:12 smithi067 bash[79370]: audit 2023-12-09T02:16:11.234902+0000 mon.a (mon.0) 6155 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:12.721 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:12 smithi067 bash[79370]: cephadm 2023-12-09T02:16:11.240254+0000 mgr.y (mgr.25480) 1480 : cephadm 1 Deploying daemon osd.7 on smithi125 2023-12-09T02:16:12.721 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:12 smithi067 bash[79370]: audit 2023-12-09T02:16:11.343344+0000 mgr.y (mgr.25480) 1481 : audit 0 from='client.44500 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:16:12.721 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:12 smithi067 bash[79370]: cluster 2023-12-09T02:16:11.389826+0000 mgr.y (mgr.25480) 1482 : cluster 0 pgmap v254: 161 pgs: 161 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 873 B/s rd, 0 op/s 2023-12-09T02:16:12.721 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:12 smithi067 bash[79370]: audit 2023-12-09T02:16:11.719224+0000 mgr.y (mgr.25480) 1483 : audit 0 from='client.34581 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:16:12.721 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:12 smithi067 bash[79370]: audit 2023-12-09T02:16:12.201086+0000 mon.a (mon.0) 6156 : audit 0 from='client.? 172.21.15.67:0/1931627170' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:12.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:12 smithi067 bash[82083]: audit 2023-12-09T02:16:10.945567+0000 mgr.y (mgr.25480) 1478 : audit 0 from='client.34569 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:16:12.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:12 smithi067 bash[82083]: cephadm 2023-12-09T02:16:11.222410+0000 mgr.y (mgr.25480) 1479 : cephadm 1 Upgrade: Updating osd.7 2023-12-09T02:16:12.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:12 smithi067 bash[82083]: audit 2023-12-09T02:16:11.229158+0000 mon.a (mon.0) 6153 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:12.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:12 smithi067 bash[82083]: audit 2023-12-09T02:16:11.233636+0000 mon.a (mon.0) 6154 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-12-09T02:16:12.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:12 smithi067 bash[82083]: audit 2023-12-09T02:16:11.234902+0000 mon.a (mon.0) 6155 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:12.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:12 smithi067 bash[82083]: cephadm 2023-12-09T02:16:11.240254+0000 mgr.y (mgr.25480) 1480 : cephadm 1 Deploying daemon osd.7 on smithi125 2023-12-09T02:16:12.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:12 smithi067 bash[82083]: audit 2023-12-09T02:16:11.343344+0000 mgr.y (mgr.25480) 1481 : audit 0 from='client.44500 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:16:12.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:12 smithi067 bash[82083]: cluster 2023-12-09T02:16:11.389826+0000 mgr.y (mgr.25480) 1482 : cluster 0 pgmap v254: 161 pgs: 161 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 873 B/s rd, 0 op/s 2023-12-09T02:16:12.722 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:12 smithi067 bash[82083]: audit 2023-12-09T02:16:11.719224+0000 mgr.y (mgr.25480) 1483 : audit 0 from='client.34581 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:16:12.722 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:12 smithi067 bash[82083]: audit 2023-12-09T02:16:12.201086+0000 mon.a (mon.0) 6156 : audit 0 from='client.? 172.21.15.67:0/1931627170' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:13.032 INFO:teuthology.orchestra.run.smithi067.stdout:HEALTH_OK 2023-12-09T02:16:13.970 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:16:13 smithi067 bash[75618]: ::ffff:172.21.15.125 - - [09/Dec/2023:02:16:13] "GET /metrics HTTP/1.1" 200 38579 "" "Prometheus/2.33.4" 2023-12-09T02:16:13.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:13 smithi067 bash[79370]: audit 2023-12-09T02:16:12.585715+0000 mgr.y (mgr.25480) 1484 : audit 0 from='client.34593 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:16:13.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:13 smithi067 bash[79370]: audit 2023-12-09T02:16:12.647896+0000 mon.a (mon.0) 6157 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:13.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:13 smithi067 bash[79370]: audit 2023-12-09T02:16:12.649678+0000 mon.a (mon.0) 6158 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:16:13.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:13 smithi067 bash[79370]: audit 2023-12-09T02:16:13.021184+0000 mon.a (mon.0) 6159 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:13.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:13 smithi067 bash[79370]: audit 2023-12-09T02:16:13.031391+0000 mon.a (mon.0) 6160 : audit 0 from='client.? 172.21.15.67:0/389003484' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-09T02:16:13.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:13 smithi067 bash[82083]: audit 2023-12-09T02:16:12.585715+0000 mgr.y (mgr.25480) 1484 : audit 0 from='client.34593 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:16:13.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:13 smithi067 bash[82083]: audit 2023-12-09T02:16:12.647896+0000 mon.a (mon.0) 6157 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:13.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:13 smithi067 bash[82083]: audit 2023-12-09T02:16:12.649678+0000 mon.a (mon.0) 6158 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:16:13.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:13 smithi067 bash[82083]: audit 2023-12-09T02:16:13.021184+0000 mon.a (mon.0) 6159 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:13.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:13 smithi067 bash[82083]: audit 2023-12-09T02:16:13.031391+0000 mon.a (mon.0) 6160 : audit 0 from='client.? 172.21.15.67:0/389003484' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-09T02:16:13.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:13 smithi125 bash[66801]: audit 2023-12-09T02:16:12.585715+0000 mgr.y (mgr.25480) 1484 : audit 0 from='client.34593 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:16:13.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:13 smithi125 bash[66801]: audit 2023-12-09T02:16:12.647896+0000 mon.a (mon.0) 6157 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:13.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:13 smithi125 bash[66801]: audit 2023-12-09T02:16:12.649678+0000 mon.a (mon.0) 6158 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:16:13.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:13 smithi125 bash[66801]: audit 2023-12-09T02:16:13.021184+0000 mon.a (mon.0) 6159 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:13.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:13 smithi125 bash[66801]: audit 2023-12-09T02:16:13.031391+0000 mon.a (mon.0) 6160 : audit 0 from='client.? 172.21.15.67:0/389003484' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-09T02:16:14.722 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:14 smithi125 bash[66801]: cluster 2023-12-09T02:16:13.391135+0000 mgr.y (mgr.25480) 1485 : cluster 0 pgmap v255: 161 pgs: 161 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:16:14.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:14 smithi067 bash[79370]: cluster 2023-12-09T02:16:13.391135+0000 mgr.y (mgr.25480) 1485 : cluster 0 pgmap v255: 161 pgs: 161 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:16:14.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:14 smithi067 bash[82083]: cluster 2023-12-09T02:16:13.391135+0000 mgr.y (mgr.25480) 1485 : cluster 0 pgmap v255: 161 pgs: 161 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:16:15.674 INFO:journalctl@ceph.osd.7.smithi125.stdout:Dec 09 02:16:15 smithi125 systemd[1]: Stopping Ceph osd.7 for 6db93fb0-9635-11ee-95a3-87774f69a715... 2023-12-09T02:16:15.971 INFO:journalctl@ceph.osd.7.smithi125.stdout:Dec 09 02:16:15 smithi125 bash[41448]: debug 2023-12-09T02:16:15.666+0000 7fed5b1bb700 -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-09T02:16:15.972 INFO:journalctl@ceph.osd.7.smithi125.stdout:Dec 09 02:16:15 smithi125 bash[41448]: debug 2023-12-09T02:16:15.666+0000 7fed5b1bb700 -1 osd.7 152 *** Got signal Terminated *** 2023-12-09T02:16:15.972 INFO:journalctl@ceph.osd.7.smithi125.stdout:Dec 09 02:16:15 smithi125 bash[41448]: debug 2023-12-09T02:16:15.666+0000 7fed5b1bb700 -1 osd.7 152 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-09T02:16:16.919 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:16 smithi125 bash[66801]: cluster 2023-12-09T02:16:15.392406+0000 mgr.y (mgr.25480) 1486 : cluster 0 pgmap v256: 161 pgs: 161 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:16:16.920 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:16 smithi125 bash[66801]: cluster 2023-12-09T02:16:15.674381+0000 mon.a (mon.0) 6161 : cluster 1 osd.7 marked itself down and dead 2023-12-09T02:16:16.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:16 smithi067 bash[79370]: cluster 2023-12-09T02:16:15.392406+0000 mgr.y (mgr.25480) 1486 : cluster 0 pgmap v256: 161 pgs: 161 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:16:16.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:16 smithi067 bash[79370]: cluster 2023-12-09T02:16:15.674381+0000 mon.a (mon.0) 6161 : cluster 1 osd.7 marked itself down and dead 2023-12-09T02:16:16.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:16 smithi067 bash[82083]: cluster 2023-12-09T02:16:15.392406+0000 mgr.y (mgr.25480) 1486 : cluster 0 pgmap v256: 161 pgs: 161 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:16:16.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:16 smithi067 bash[82083]: cluster 2023-12-09T02:16:15.674381+0000 mon.a (mon.0) 6161 : cluster 1 osd.7 marked itself down and dead 2023-12-09T02:16:17.933 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:17 smithi125 bash[66801]: cluster 2023-12-09T02:16:16.652933+0000 mon.a (mon.0) 6162 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-09T02:16:17.933 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:17 smithi125 bash[66801]: cluster 2023-12-09T02:16:16.670816+0000 mon.a (mon.0) 6163 : cluster 0 osdmap e153: 8 total, 7 up, 8 in 2023-12-09T02:16:17.933 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:17 smithi125 bash[66801]: audit 2023-12-09T02:16:16.992098+0000 mon.a (mon.0) 6164 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:17.933 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:17 smithi125 bash[66801]: audit 2023-12-09T02:16:17.003447+0000 mon.a (mon.0) 6165 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:17.933 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:17 smithi125 bash[66801]: audit 2023-12-09T02:16:17.014996+0000 mon.a (mon.0) 6166 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:17.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:17 smithi067 bash[79370]: cluster 2023-12-09T02:16:16.652933+0000 mon.a (mon.0) 6162 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-09T02:16:17.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:17 smithi067 bash[79370]: cluster 2023-12-09T02:16:16.670816+0000 mon.a (mon.0) 6163 : cluster 0 osdmap e153: 8 total, 7 up, 8 in 2023-12-09T02:16:17.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:17 smithi067 bash[79370]: audit 2023-12-09T02:16:16.992098+0000 mon.a (mon.0) 6164 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:17.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:17 smithi067 bash[79370]: audit 2023-12-09T02:16:17.003447+0000 mon.a (mon.0) 6165 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:17.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:17 smithi067 bash[79370]: audit 2023-12-09T02:16:17.014996+0000 mon.a (mon.0) 6166 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:17.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:17 smithi067 bash[82083]: cluster 2023-12-09T02:16:16.652933+0000 mon.a (mon.0) 6162 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-09T02:16:17.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:17 smithi067 bash[82083]: cluster 2023-12-09T02:16:16.670816+0000 mon.a (mon.0) 6163 : cluster 0 osdmap e153: 8 total, 7 up, 8 in 2023-12-09T02:16:17.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:17 smithi067 bash[82083]: audit 2023-12-09T02:16:16.992098+0000 mon.a (mon.0) 6164 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:17.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:17 smithi067 bash[82083]: audit 2023-12-09T02:16:17.003447+0000 mon.a (mon.0) 6165 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:17.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:17 smithi067 bash[82083]: audit 2023-12-09T02:16:17.014996+0000 mon.a (mon.0) 6166 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:18.205 INFO:journalctl@ceph.osd.7.smithi125.stdout:Dec 09 02:16:17 smithi125 bash[81952]: ceph-6db93fb0-9635-11ee-95a3-87774f69a715-osd-7 2023-12-09T02:16:18.206 INFO:journalctl@ceph.osd.7.smithi125.stdout:Dec 09 02:16:18 smithi125 bash[82176]: Error response from daemon: No such container: ceph-6db93fb0-9635-11ee-95a3-87774f69a715-osd-7 2023-12-09T02:16:18.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:18 smithi067 bash[79370]: cluster 2023-12-09T02:16:17.006324+0000 mgr.y (mgr.25480) 1487 : cluster 0 pgmap v258: 161 pgs: 9 peering, 13 stale+active+clean, 139 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 212 B/s rd, 0 op/s 2023-12-09T02:16:18.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:18 smithi067 bash[79370]: cluster 2023-12-09T02:16:17.675473+0000 mon.a (mon.0) 6167 : cluster 0 osdmap e154: 8 total, 7 up, 8 in 2023-12-09T02:16:18.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:18 smithi067 bash[79370]: cluster 2023-12-09T02:16:17.999868+0000 mon.a (mon.0) 6168 : cluster 3 Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2023-12-09T02:16:18.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:18 smithi067 bash[79370]: cluster 2023-12-09T02:16:17.999964+0000 mon.a (mon.0) 6169 : cluster 3 Health check failed: Reduced data availability: 2 pgs inactive, 5 pgs peering (PG_AVAILABILITY) 2023-12-09T02:16:18.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:18 smithi067 bash[82083]: cluster 2023-12-09T02:16:17.006324+0000 mgr.y (mgr.25480) 1487 : cluster 0 pgmap v258: 161 pgs: 9 peering, 13 stale+active+clean, 139 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 212 B/s rd, 0 op/s 2023-12-09T02:16:18.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:18 smithi067 bash[82083]: cluster 2023-12-09T02:16:17.675473+0000 mon.a (mon.0) 6167 : cluster 0 osdmap e154: 8 total, 7 up, 8 in 2023-12-09T02:16:18.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:18 smithi067 bash[82083]: cluster 2023-12-09T02:16:17.999868+0000 mon.a (mon.0) 6168 : cluster 3 Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2023-12-09T02:16:18.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:18 smithi067 bash[82083]: cluster 2023-12-09T02:16:17.999964+0000 mon.a (mon.0) 6169 : cluster 3 Health check failed: Reduced data availability: 2 pgs inactive, 5 pgs peering (PG_AVAILABILITY) 2023-12-09T02:16:18.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:18 smithi125 bash[66801]: cluster 2023-12-09T02:16:17.006324+0000 mgr.y (mgr.25480) 1487 : cluster 0 pgmap v258: 161 pgs: 9 peering, 13 stale+active+clean, 139 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 212 B/s rd, 0 op/s 2023-12-09T02:16:18.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:18 smithi125 bash[66801]: cluster 2023-12-09T02:16:17.675473+0000 mon.a (mon.0) 6167 : cluster 0 osdmap e154: 8 total, 7 up, 8 in 2023-12-09T02:16:18.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:18 smithi125 bash[66801]: cluster 2023-12-09T02:16:17.999868+0000 mon.a (mon.0) 6168 : cluster 3 Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2023-12-09T02:16:18.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:18 smithi125 bash[66801]: cluster 2023-12-09T02:16:17.999964+0000 mon.a (mon.0) 6169 : cluster 3 Health check failed: Reduced data availability: 2 pgs inactive, 5 pgs peering (PG_AVAILABILITY) 2023-12-09T02:16:20.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:20 smithi067 bash[79370]: audit 2023-12-09T02:16:18.890043+0000 mgr.y (mgr.25480) 1488 : audit 0 from='client.25420 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:16:20.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:20 smithi067 bash[79370]: cluster 2023-12-09T02:16:19.007711+0000 mgr.y (mgr.25480) 1489 : cluster 0 pgmap v260: 161 pgs: 31 peering, 8 stale+active+clean, 122 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:16:20.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:20 smithi067 bash[79370]: audit 2023-12-09T02:16:19.194108+0000 mon.a (mon.0) 6170 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:20.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:20 smithi067 bash[79370]: audit 2023-12-09T02:16:19.204033+0000 mon.a (mon.0) 6171 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:20.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:20 smithi067 bash[79370]: cluster 2023-12-09T02:16:19.206280+0000 mgr.y (mgr.25480) 1490 : cluster 0 pgmap v261: 161 pgs: 31 peering, 8 stale+active+clean, 122 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:16:20.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:20 smithi067 bash[79370]: cluster 2023-12-09T02:16:19.207359+0000 mgr.y (mgr.25480) 1491 : cluster 0 pgmap v262: 161 pgs: 31 peering, 8 stale+active+clean, 122 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:16:20.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:20 smithi067 bash[79370]: audit 2023-12-09T02:16:19.215857+0000 mon.a (mon.0) 6172 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:20.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:20 smithi067 bash[82083]: audit 2023-12-09T02:16:18.890043+0000 mgr.y (mgr.25480) 1488 : audit 0 from='client.25420 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:16:20.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:20 smithi067 bash[82083]: cluster 2023-12-09T02:16:19.007711+0000 mgr.y (mgr.25480) 1489 : cluster 0 pgmap v260: 161 pgs: 31 peering, 8 stale+active+clean, 122 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:16:20.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:20 smithi067 bash[82083]: audit 2023-12-09T02:16:19.194108+0000 mon.a (mon.0) 6170 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:20.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:20 smithi067 bash[82083]: audit 2023-12-09T02:16:19.204033+0000 mon.a (mon.0) 6171 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:20.472 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:20 smithi067 bash[82083]: cluster 2023-12-09T02:16:19.206280+0000 mgr.y (mgr.25480) 1490 : cluster 0 pgmap v261: 161 pgs: 31 peering, 8 stale+active+clean, 122 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:16:20.472 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:20 smithi067 bash[82083]: cluster 2023-12-09T02:16:19.207359+0000 mgr.y (mgr.25480) 1491 : cluster 0 pgmap v262: 161 pgs: 31 peering, 8 stale+active+clean, 122 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:16:20.472 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:20 smithi067 bash[82083]: audit 2023-12-09T02:16:19.215857+0000 mon.a (mon.0) 6172 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:20.473 INFO:journalctl@ceph.osd.7.smithi125.stdout:Dec 09 02:16:20 smithi125 systemd[1]: ceph-6db93fb0-9635-11ee-95a3-87774f69a715@osd.7.service: Succeeded. 2023-12-09T02:16:20.473 INFO:journalctl@ceph.osd.7.smithi125.stdout:Dec 09 02:16:20 smithi125 systemd[1]: Stopped Ceph osd.7 for 6db93fb0-9635-11ee-95a3-87774f69a715. 2023-12-09T02:16:20.473 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:20 smithi125 bash[66801]: audit 2023-12-09T02:16:18.890043+0000 mgr.y (mgr.25480) 1488 : audit 0 from='client.25420 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:16:20.473 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:20 smithi125 bash[66801]: cluster 2023-12-09T02:16:19.007711+0000 mgr.y (mgr.25480) 1489 : cluster 0 pgmap v260: 161 pgs: 31 peering, 8 stale+active+clean, 122 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:16:20.473 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:20 smithi125 bash[66801]: audit 2023-12-09T02:16:19.194108+0000 mon.a (mon.0) 6170 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:20.473 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:20 smithi125 bash[66801]: audit 2023-12-09T02:16:19.204033+0000 mon.a (mon.0) 6171 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:20.473 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:20 smithi125 bash[66801]: cluster 2023-12-09T02:16:19.206280+0000 mgr.y (mgr.25480) 1490 : cluster 0 pgmap v261: 161 pgs: 31 peering, 8 stale+active+clean, 122 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:16:20.473 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:20 smithi125 bash[66801]: cluster 2023-12-09T02:16:19.207359+0000 mgr.y (mgr.25480) 1491 : cluster 0 pgmap v262: 161 pgs: 31 peering, 8 stale+active+clean, 122 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:16:20.473 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:20 smithi125 bash[66801]: audit 2023-12-09T02:16:19.215857+0000 mon.a (mon.0) 6172 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:20.805 INFO:journalctl@ceph.osd.7.smithi125.stdout:Dec 09 02:16:20 smithi125 systemd[1]: Started Ceph osd.7 for 6db93fb0-9635-11ee-95a3-87774f69a715. 2023-12-09T02:16:21.757 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:21 smithi067 bash[82083]: audit 2023-12-09T02:16:20.705238+0000 mon.a (mon.0) 6173 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:21.757 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:21 smithi067 bash[82083]: audit 2023-12-09T02:16:20.716750+0000 mon.a (mon.0) 6174 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:21.757 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:21 smithi067 bash[82083]: audit 2023-12-09T02:16:20.730787+0000 mon.a (mon.0) 6175 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:21.757 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:21 smithi067 bash[82083]: audit 2023-12-09T02:16:20.732049+0000 mon.a (mon.0) 6176 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:21.757 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:21 smithi067 bash[82083]: cluster 2023-12-09T02:16:20.734596+0000 mgr.y (mgr.25480) 1492 : cluster 0 pgmap v263: 161 pgs: 18 active+undersized, 9 active+undersized+degraded, 31 peering, 2 stale+active+clean, 101 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 29/726 objects degraded (3.994%) 2023-12-09T02:16:21.757 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:21 smithi067 bash[82083]: audit 2023-12-09T02:16:20.740278+0000 mon.a (mon.0) 6177 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:21.757 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:21 smithi067 bash[82083]: cephadm 2023-12-09T02:16:20.741309+0000 mgr.y (mgr.25480) 1493 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:21.758 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:21 smithi067 bash[82083]: audit 2023-12-09T02:16:20.825780+0000 mon.a (mon.0) 6178 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:21.758 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:21 smithi067 bash[82083]: audit 2023-12-09T02:16:20.830267+0000 mon.a (mon.0) 6179 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:21.758 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:21 smithi067 bash[82083]: audit 2023-12-09T02:16:20.834891+0000 mon.a (mon.0) 6180 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:21.758 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:21 smithi067 bash[82083]: audit 2023-12-09T02:16:20.836158+0000 mon.a (mon.0) 6181 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:21.758 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:21 smithi067 bash[82083]: audit 2023-12-09T02:16:20.844855+0000 mon.a (mon.0) 6182 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:21.758 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:21 smithi067 bash[82083]: audit 2023-12-09T02:16:20.926792+0000 mon.a (mon.0) 6183 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:21.758 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:21 smithi067 bash[82083]: audit 2023-12-09T02:16:20.929636+0000 mon.a (mon.0) 6184 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:21.758 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:21 smithi067 bash[82083]: audit 2023-12-09T02:16:20.932829+0000 mon.a (mon.0) 6185 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:21.758 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:21 smithi067 bash[82083]: audit 2023-12-09T02:16:20.934080+0000 mon.a (mon.0) 6186 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:21.758 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:21 smithi067 bash[82083]: audit 2023-12-09T02:16:20.942136+0000 mon.a (mon.0) 6187 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:21.758 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:21 smithi067 bash[82083]: audit 2023-12-09T02:16:21.025680+0000 mon.a (mon.0) 6188 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:21.758 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:21 smithi067 bash[82083]: audit 2023-12-09T02:16:21.028500+0000 mon.a (mon.0) 6189 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:21.759 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:21 smithi067 bash[79370]: audit 2023-12-09T02:16:20.705238+0000 mon.a (mon.0) 6173 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:21.759 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:21 smithi067 bash[79370]: audit 2023-12-09T02:16:20.716750+0000 mon.a (mon.0) 6174 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:21.759 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:21 smithi067 bash[79370]: audit 2023-12-09T02:16:20.730787+0000 mon.a (mon.0) 6175 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:21.759 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:21 smithi067 bash[79370]: audit 2023-12-09T02:16:20.732049+0000 mon.a (mon.0) 6176 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:21.759 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:21 smithi067 bash[79370]: cluster 2023-12-09T02:16:20.734596+0000 mgr.y (mgr.25480) 1492 : cluster 0 pgmap v263: 161 pgs: 18 active+undersized, 9 active+undersized+degraded, 31 peering, 2 stale+active+clean, 101 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 29/726 objects degraded (3.994%) 2023-12-09T02:16:21.759 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:21 smithi067 bash[79370]: audit 2023-12-09T02:16:20.740278+0000 mon.a (mon.0) 6177 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:21.759 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:21 smithi067 bash[79370]: cephadm 2023-12-09T02:16:20.741309+0000 mgr.y (mgr.25480) 1493 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:21.759 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:21 smithi067 bash[79370]: audit 2023-12-09T02:16:20.825780+0000 mon.a (mon.0) 6178 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:21.759 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:21 smithi067 bash[79370]: audit 2023-12-09T02:16:20.830267+0000 mon.a (mon.0) 6179 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:21.759 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:21 smithi067 bash[79370]: audit 2023-12-09T02:16:20.834891+0000 mon.a (mon.0) 6180 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:21.759 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:21 smithi067 bash[79370]: audit 2023-12-09T02:16:20.836158+0000 mon.a (mon.0) 6181 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:21.759 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:21 smithi067 bash[79370]: audit 2023-12-09T02:16:20.844855+0000 mon.a (mon.0) 6182 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:21.760 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:21 smithi067 bash[79370]: audit 2023-12-09T02:16:20.926792+0000 mon.a (mon.0) 6183 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:21.760 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:21 smithi067 bash[79370]: audit 2023-12-09T02:16:20.929636+0000 mon.a (mon.0) 6184 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:21.760 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:21 smithi067 bash[79370]: audit 2023-12-09T02:16:20.932829+0000 mon.a (mon.0) 6185 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:21.760 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:21 smithi067 bash[79370]: audit 2023-12-09T02:16:20.934080+0000 mon.a (mon.0) 6186 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:21.760 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:21 smithi067 bash[79370]: audit 2023-12-09T02:16:20.942136+0000 mon.a (mon.0) 6187 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:21.760 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:21 smithi067 bash[79370]: audit 2023-12-09T02:16:21.025680+0000 mon.a (mon.0) 6188 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:21.760 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:21 smithi067 bash[79370]: audit 2023-12-09T02:16:21.028500+0000 mon.a (mon.0) 6189 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:21.760 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:21 smithi067 bash[82083]: audit 2023-12-09T02:16:21.031449+0000 mon.a (mon.0) 6190 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:21.760 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:21 smithi067 bash[82083]: audit 2023-12-09T02:16:21.032432+0000 mon.a (mon.0) 6191 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:21.760 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:21 smithi067 bash[82083]: audit 2023-12-09T02:16:21.040188+0000 mon.a (mon.0) 6192 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:21.760 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:21 smithi067 bash[82083]: audit 2023-12-09T02:16:21.122447+0000 mon.a (mon.0) 6193 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:21.761 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:21 smithi067 bash[82083]: audit 2023-12-09T02:16:21.125078+0000 mon.a (mon.0) 6194 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:21.761 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:21 smithi067 bash[82083]: audit 2023-12-09T02:16:21.128790+0000 mon.a (mon.0) 6195 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:21.761 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:21 smithi067 bash[82083]: audit 2023-12-09T02:16:21.130086+0000 mon.a (mon.0) 6196 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:21.761 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:21 smithi067 bash[82083]: audit 2023-12-09T02:16:21.138343+0000 mon.a (mon.0) 6197 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:21.761 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:21 smithi067 bash[82083]: audit 2023-12-09T02:16:21.218114+0000 mon.a (mon.0) 6198 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:21.761 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:21 smithi067 bash[82083]: audit 2023-12-09T02:16:21.220312+0000 mon.a (mon.0) 6199 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:21.761 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:21 smithi067 bash[82083]: audit 2023-12-09T02:16:21.222989+0000 mon.a (mon.0) 6200 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:21.761 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:21 smithi067 bash[82083]: audit 2023-12-09T02:16:21.224004+0000 mon.a (mon.0) 6201 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:21.761 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:21 smithi067 bash[82083]: audit 2023-12-09T02:16:21.230257+0000 mon.a (mon.0) 6202 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:21.761 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:21 smithi067 bash[82083]: audit 2023-12-09T02:16:21.307828+0000 mon.a (mon.0) 6203 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:21.761 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:21 smithi067 bash[82083]: audit 2023-12-09T02:16:21.310179+0000 mon.a (mon.0) 6204 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:21.761 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:21 smithi067 bash[82083]: audit 2023-12-09T02:16:21.313223+0000 mon.a (mon.0) 6205 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:21.761 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:21 smithi067 bash[82083]: audit 2023-12-09T02:16:21.314559+0000 mon.a (mon.0) 6206 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:21.761 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:21 smithi067 bash[82083]: audit 2023-12-09T02:16:21.324045+0000 mon.a (mon.0) 6207 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:21.761 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:21 smithi067 bash[82083]: audit 2023-12-09T02:16:21.408779+0000 mon.a (mon.0) 6208 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:21.762 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:21 smithi067 bash[82083]: audit 2023-12-09T02:16:21.411621+0000 mon.a (mon.0) 6209 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:21.762 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:21 smithi067 bash[79370]: audit 2023-12-09T02:16:21.031449+0000 mon.a (mon.0) 6190 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:21.762 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:21 smithi067 bash[79370]: audit 2023-12-09T02:16:21.032432+0000 mon.a (mon.0) 6191 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:21.762 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:21 smithi067 bash[79370]: audit 2023-12-09T02:16:21.040188+0000 mon.a (mon.0) 6192 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:21.762 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:21 smithi067 bash[79370]: audit 2023-12-09T02:16:21.122447+0000 mon.a (mon.0) 6193 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:21.762 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:21 smithi067 bash[79370]: audit 2023-12-09T02:16:21.125078+0000 mon.a (mon.0) 6194 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:21.762 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:21 smithi067 bash[79370]: audit 2023-12-09T02:16:21.128790+0000 mon.a (mon.0) 6195 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:21.762 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:21 smithi067 bash[79370]: audit 2023-12-09T02:16:21.130086+0000 mon.a (mon.0) 6196 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:21.762 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:21 smithi067 bash[79370]: audit 2023-12-09T02:16:21.138343+0000 mon.a (mon.0) 6197 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:21.762 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:21 smithi067 bash[79370]: audit 2023-12-09T02:16:21.218114+0000 mon.a (mon.0) 6198 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:21.762 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:21 smithi067 bash[79370]: audit 2023-12-09T02:16:21.220312+0000 mon.a (mon.0) 6199 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:21.763 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:21 smithi067 bash[79370]: audit 2023-12-09T02:16:21.222989+0000 mon.a (mon.0) 6200 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:21.763 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:21 smithi067 bash[79370]: audit 2023-12-09T02:16:21.224004+0000 mon.a (mon.0) 6201 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:21.763 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:21 smithi067 bash[79370]: audit 2023-12-09T02:16:21.230257+0000 mon.a (mon.0) 6202 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:21.763 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:21 smithi067 bash[79370]: audit 2023-12-09T02:16:21.307828+0000 mon.a (mon.0) 6203 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:21.763 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:21 smithi067 bash[79370]: audit 2023-12-09T02:16:21.310179+0000 mon.a (mon.0) 6204 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:21.763 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:21 smithi067 bash[79370]: audit 2023-12-09T02:16:21.313223+0000 mon.a (mon.0) 6205 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:21.763 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:21 smithi067 bash[79370]: audit 2023-12-09T02:16:21.314559+0000 mon.a (mon.0) 6206 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:21.763 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:21 smithi067 bash[79370]: audit 2023-12-09T02:16:21.324045+0000 mon.a (mon.0) 6207 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:21.763 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:21 smithi067 bash[79370]: audit 2023-12-09T02:16:21.408779+0000 mon.a (mon.0) 6208 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:21.763 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:21 smithi067 bash[79370]: audit 2023-12-09T02:16:21.411621+0000 mon.a (mon.0) 6209 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:21.763 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:21 smithi067 bash[82083]: audit 2023-12-09T02:16:21.415471+0000 mon.a (mon.0) 6210 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:21.764 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:21 smithi067 bash[82083]: audit 2023-12-09T02:16:21.416709+0000 mon.a (mon.0) 6211 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:21.764 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:21 smithi067 bash[82083]: audit 2023-12-09T02:16:21.425832+0000 mon.a (mon.0) 6212 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:21.764 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:21 smithi067 bash[82083]: audit 2023-12-09T02:16:21.506386+0000 mon.a (mon.0) 6213 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:21.764 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:21 smithi067 bash[82083]: audit 2023-12-09T02:16:21.509162+0000 mon.a (mon.0) 6214 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:21.764 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:21 smithi067 bash[82083]: audit 2023-12-09T02:16:21.511909+0000 mon.a (mon.0) 6215 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:21.764 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:21 smithi067 bash[82083]: audit 2023-12-09T02:16:21.513630+0000 mon.a (mon.0) 6216 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:21.764 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:21 smithi067 bash[82083]: audit 2023-12-09T02:16:21.521358+0000 mon.a (mon.0) 6217 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:21.764 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:21 smithi067 bash[82083]: audit 2023-12-09T02:16:21.585605+0000 mon.a (mon.0) 6218 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:21.764 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:21 smithi067 bash[82083]: audit 2023-12-09T02:16:21.588312+0000 mon.a (mon.0) 6219 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:21.764 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:21 smithi067 bash[82083]: audit 2023-12-09T02:16:21.591229+0000 mon.a (mon.0) 6220 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:21.764 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:21 smithi067 bash[82083]: audit 2023-12-09T02:16:21.592320+0000 mon.a (mon.0) 6221 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:21.764 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:21 smithi067 bash[82083]: audit 2023-12-09T02:16:21.599429+0000 mon.a (mon.0) 6222 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:21.764 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:21 smithi067 bash[82083]: audit 2023-12-09T02:16:21.680159+0000 mon.a (mon.0) 6223 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:21.765 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:21 smithi067 bash[82083]: audit 2023-12-09T02:16:21.682493+0000 mon.a (mon.0) 6224 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:21.765 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:21 smithi067 bash[82083]: audit 2023-12-09T02:16:21.685280+0000 mon.a (mon.0) 6225 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:21.765 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:21 smithi067 bash[82083]: audit 2023-12-09T02:16:21.686447+0000 mon.a (mon.0) 6226 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:21.765 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:21 smithi067 bash[82083]: audit 2023-12-09T02:16:21.692506+0000 mon.a (mon.0) 6227 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:21.765 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:21 smithi067 bash[79370]: audit 2023-12-09T02:16:21.415471+0000 mon.a (mon.0) 6210 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:21.765 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:21 smithi067 bash[79370]: audit 2023-12-09T02:16:21.416709+0000 mon.a (mon.0) 6211 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:21.765 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:21 smithi067 bash[79370]: audit 2023-12-09T02:16:21.425832+0000 mon.a (mon.0) 6212 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:21.765 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:21 smithi067 bash[79370]: audit 2023-12-09T02:16:21.506386+0000 mon.a (mon.0) 6213 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:21.765 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:21 smithi067 bash[79370]: audit 2023-12-09T02:16:21.509162+0000 mon.a (mon.0) 6214 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:21.765 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:21 smithi067 bash[79370]: audit 2023-12-09T02:16:21.511909+0000 mon.a (mon.0) 6215 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:21.765 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:21 smithi067 bash[79370]: audit 2023-12-09T02:16:21.513630+0000 mon.a (mon.0) 6216 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:21.765 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:21 smithi067 bash[79370]: audit 2023-12-09T02:16:21.521358+0000 mon.a (mon.0) 6217 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:21.766 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:21 smithi067 bash[79370]: audit 2023-12-09T02:16:21.585605+0000 mon.a (mon.0) 6218 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:21.766 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:21 smithi067 bash[79370]: audit 2023-12-09T02:16:21.588312+0000 mon.a (mon.0) 6219 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:21.766 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:21 smithi067 bash[79370]: audit 2023-12-09T02:16:21.591229+0000 mon.a (mon.0) 6220 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:21.766 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:21 smithi067 bash[79370]: audit 2023-12-09T02:16:21.592320+0000 mon.a (mon.0) 6221 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:21.766 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:21 smithi067 bash[79370]: audit 2023-12-09T02:16:21.599429+0000 mon.a (mon.0) 6222 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:21.766 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:21 smithi067 bash[79370]: audit 2023-12-09T02:16:21.680159+0000 mon.a (mon.0) 6223 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:21.766 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:21 smithi067 bash[79370]: audit 2023-12-09T02:16:21.682493+0000 mon.a (mon.0) 6224 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:21.766 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:21 smithi067 bash[79370]: audit 2023-12-09T02:16:21.685280+0000 mon.a (mon.0) 6225 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:21.766 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:21 smithi067 bash[79370]: audit 2023-12-09T02:16:21.686447+0000 mon.a (mon.0) 6226 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:21.766 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:21 smithi067 bash[79370]: audit 2023-12-09T02:16:21.692506+0000 mon.a (mon.0) 6227 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:21.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:21 smithi125 bash[66801]: audit 2023-12-09T02:16:20.705238+0000 mon.a (mon.0) 6173 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:21.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:21 smithi125 bash[66801]: audit 2023-12-09T02:16:20.716750+0000 mon.a (mon.0) 6174 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:21.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:21 smithi125 bash[66801]: audit 2023-12-09T02:16:20.730787+0000 mon.a (mon.0) 6175 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:21.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:21 smithi125 bash[66801]: audit 2023-12-09T02:16:20.732049+0000 mon.a (mon.0) 6176 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:21.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:21 smithi125 bash[66801]: cluster 2023-12-09T02:16:20.734596+0000 mgr.y (mgr.25480) 1492 : cluster 0 pgmap v263: 161 pgs: 18 active+undersized, 9 active+undersized+degraded, 31 peering, 2 stale+active+clean, 101 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 29/726 objects degraded (3.994%) 2023-12-09T02:16:21.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:21 smithi125 bash[66801]: audit 2023-12-09T02:16:20.740278+0000 mon.a (mon.0) 6177 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:21.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:21 smithi125 bash[66801]: cephadm 2023-12-09T02:16:20.741309+0000 mgr.y (mgr.25480) 1493 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:21.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:21 smithi125 bash[66801]: audit 2023-12-09T02:16:20.825780+0000 mon.a (mon.0) 6178 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:21.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:21 smithi125 bash[66801]: audit 2023-12-09T02:16:20.830267+0000 mon.a (mon.0) 6179 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:21.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:21 smithi125 bash[66801]: audit 2023-12-09T02:16:20.834891+0000 mon.a (mon.0) 6180 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:21.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:21 smithi125 bash[66801]: audit 2023-12-09T02:16:20.836158+0000 mon.a (mon.0) 6181 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:21.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:21 smithi125 bash[66801]: audit 2023-12-09T02:16:20.844855+0000 mon.a (mon.0) 6182 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:21.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:21 smithi125 bash[66801]: audit 2023-12-09T02:16:20.926792+0000 mon.a (mon.0) 6183 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:21.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:21 smithi125 bash[66801]: audit 2023-12-09T02:16:20.929636+0000 mon.a (mon.0) 6184 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:21.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:21 smithi125 bash[66801]: audit 2023-12-09T02:16:20.932829+0000 mon.a (mon.0) 6185 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:21.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:21 smithi125 bash[66801]: audit 2023-12-09T02:16:20.934080+0000 mon.a (mon.0) 6186 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:21.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:21 smithi125 bash[66801]: audit 2023-12-09T02:16:20.942136+0000 mon.a (mon.0) 6187 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:21.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:21 smithi125 bash[66801]: audit 2023-12-09T02:16:21.025680+0000 mon.a (mon.0) 6188 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:21.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:21 smithi125 bash[66801]: audit 2023-12-09T02:16:21.028500+0000 mon.a (mon.0) 6189 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:21.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:21 smithi125 bash[66801]: audit 2023-12-09T02:16:21.031449+0000 mon.a (mon.0) 6190 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:21.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:21 smithi125 bash[66801]: audit 2023-12-09T02:16:21.032432+0000 mon.a (mon.0) 6191 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:21.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:21 smithi125 bash[66801]: audit 2023-12-09T02:16:21.040188+0000 mon.a (mon.0) 6192 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:21.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:21 smithi125 bash[66801]: audit 2023-12-09T02:16:21.122447+0000 mon.a (mon.0) 6193 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:21.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:21 smithi125 bash[66801]: audit 2023-12-09T02:16:21.125078+0000 mon.a (mon.0) 6194 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:21.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:21 smithi125 bash[66801]: audit 2023-12-09T02:16:21.128790+0000 mon.a (mon.0) 6195 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:21.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:21 smithi125 bash[66801]: audit 2023-12-09T02:16:21.130086+0000 mon.a (mon.0) 6196 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:21.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:21 smithi125 bash[66801]: audit 2023-12-09T02:16:21.138343+0000 mon.a (mon.0) 6197 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:21.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:21 smithi125 bash[66801]: audit 2023-12-09T02:16:21.218114+0000 mon.a (mon.0) 6198 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:21.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:21 smithi125 bash[66801]: audit 2023-12-09T02:16:21.220312+0000 mon.a (mon.0) 6199 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:21.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:21 smithi125 bash[66801]: audit 2023-12-09T02:16:21.222989+0000 mon.a (mon.0) 6200 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:21.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:21 smithi125 bash[66801]: audit 2023-12-09T02:16:21.224004+0000 mon.a (mon.0) 6201 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:21.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:21 smithi125 bash[66801]: audit 2023-12-09T02:16:21.230257+0000 mon.a (mon.0) 6202 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:21.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:21 smithi125 bash[66801]: audit 2023-12-09T02:16:21.307828+0000 mon.a (mon.0) 6203 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:21.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:21 smithi125 bash[66801]: audit 2023-12-09T02:16:21.310179+0000 mon.a (mon.0) 6204 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:21.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:21 smithi125 bash[66801]: audit 2023-12-09T02:16:21.313223+0000 mon.a (mon.0) 6205 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:21.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:21 smithi125 bash[66801]: audit 2023-12-09T02:16:21.314559+0000 mon.a (mon.0) 6206 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:21.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:21 smithi125 bash[66801]: audit 2023-12-09T02:16:21.324045+0000 mon.a (mon.0) 6207 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:21.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:21 smithi125 bash[66801]: audit 2023-12-09T02:16:21.408779+0000 mon.a (mon.0) 6208 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:21.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:21 smithi125 bash[66801]: audit 2023-12-09T02:16:21.411621+0000 mon.a (mon.0) 6209 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:21.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:21 smithi125 bash[66801]: audit 2023-12-09T02:16:21.415471+0000 mon.a (mon.0) 6210 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:21.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:21 smithi125 bash[66801]: audit 2023-12-09T02:16:21.416709+0000 mon.a (mon.0) 6211 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:21.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:21 smithi125 bash[66801]: audit 2023-12-09T02:16:21.425832+0000 mon.a (mon.0) 6212 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:21.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:21 smithi125 bash[66801]: audit 2023-12-09T02:16:21.506386+0000 mon.a (mon.0) 6213 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:21.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:21 smithi125 bash[66801]: audit 2023-12-09T02:16:21.509162+0000 mon.a (mon.0) 6214 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:21.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:21 smithi125 bash[66801]: audit 2023-12-09T02:16:21.511909+0000 mon.a (mon.0) 6215 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:21.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:21 smithi125 bash[66801]: audit 2023-12-09T02:16:21.513630+0000 mon.a (mon.0) 6216 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:21.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:21 smithi125 bash[66801]: audit 2023-12-09T02:16:21.521358+0000 mon.a (mon.0) 6217 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:21.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:21 smithi125 bash[66801]: audit 2023-12-09T02:16:21.585605+0000 mon.a (mon.0) 6218 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:21.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:21 smithi125 bash[66801]: audit 2023-12-09T02:16:21.588312+0000 mon.a (mon.0) 6219 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:21.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:21 smithi125 bash[66801]: audit 2023-12-09T02:16:21.591229+0000 mon.a (mon.0) 6220 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:21.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:21 smithi125 bash[66801]: audit 2023-12-09T02:16:21.592320+0000 mon.a (mon.0) 6221 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:21.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:21 smithi125 bash[66801]: audit 2023-12-09T02:16:21.599429+0000 mon.a (mon.0) 6222 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:21.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:21 smithi125 bash[66801]: audit 2023-12-09T02:16:21.680159+0000 mon.a (mon.0) 6223 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:21.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:21 smithi125 bash[66801]: audit 2023-12-09T02:16:21.682493+0000 mon.a (mon.0) 6224 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:21.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:21 smithi125 bash[66801]: audit 2023-12-09T02:16:21.685280+0000 mon.a (mon.0) 6225 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:21.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:21 smithi125 bash[66801]: audit 2023-12-09T02:16:21.686447+0000 mon.a (mon.0) 6226 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:21.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:21 smithi125 bash[66801]: audit 2023-12-09T02:16:21.692506+0000 mon.a (mon.0) 6227 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:22.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:22 smithi067 bash[79370]: cephadm 2023-12-09T02:16:20.845743+0000 mgr.y (mgr.25480) 1494 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:22.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:22 smithi067 bash[79370]: cephadm 2023-12-09T02:16:20.942766+0000 mgr.y (mgr.25480) 1495 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:22.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:22 smithi067 bash[79370]: cephadm 2023-12-09T02:16:21.041048+0000 mgr.y (mgr.25480) 1496 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:22.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:22 smithi067 bash[79370]: cephadm 2023-12-09T02:16:21.138839+0000 mgr.y (mgr.25480) 1497 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:22.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:22 smithi067 bash[79370]: cephadm 2023-12-09T02:16:21.230852+0000 mgr.y (mgr.25480) 1498 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:22.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:22 smithi067 bash[79370]: cephadm 2023-12-09T02:16:21.324617+0000 mgr.y (mgr.25480) 1499 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:22.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:22 smithi067 bash[79370]: cephadm 2023-12-09T02:16:21.426533+0000 mgr.y (mgr.25480) 1500 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:22.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:22 smithi067 bash[79370]: cephadm 2023-12-09T02:16:21.522259+0000 mgr.y (mgr.25480) 1501 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:22.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:22 smithi067 bash[79370]: cephadm 2023-12-09T02:16:21.600062+0000 mgr.y (mgr.25480) 1502 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:22.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:22 smithi067 bash[79370]: cephadm 2023-12-09T02:16:21.693081+0000 mgr.y (mgr.25480) 1503 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:22.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:22 smithi067 bash[79370]: cluster 2023-12-09T02:16:21.713918+0000 mon.a (mon.0) 6228 : cluster 3 Health check failed: Degraded data redundancy: 29/726 objects degraded (3.994%), 9 pgs degraded (PG_DEGRADED) 2023-12-09T02:16:22.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:22 smithi067 bash[79370]: cluster 2023-12-09T02:16:21.713953+0000 mon.a (mon.0) 6229 : cluster 1 Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2023-12-09T02:16:22.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:22 smithi067 bash[79370]: audit 2023-12-09T02:16:21.773664+0000 mon.a (mon.0) 6230 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:22.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:22 smithi067 bash[79370]: audit 2023-12-09T02:16:21.776514+0000 mon.a (mon.0) 6231 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:22.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:22 smithi067 bash[79370]: audit 2023-12-09T02:16:21.779725+0000 mon.a (mon.0) 6232 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:22.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:22 smithi067 bash[79370]: audit 2023-12-09T02:16:21.780865+0000 mon.a (mon.0) 6233 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:22.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:22 smithi067 bash[79370]: audit 2023-12-09T02:16:21.788586+0000 mon.a (mon.0) 6234 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:22.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:22 smithi067 bash[79370]: audit 2023-12-09T02:16:21.869768+0000 mon.a (mon.0) 6235 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:22.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:22 smithi067 bash[79370]: audit 2023-12-09T02:16:21.874250+0000 mon.a (mon.0) 6236 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:22.972 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:22 smithi067 bash[79370]: audit 2023-12-09T02:16:21.878770+0000 mon.a (mon.0) 6237 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:22.972 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:22 smithi067 bash[82083]: cephadm 2023-12-09T02:16:20.845743+0000 mgr.y (mgr.25480) 1494 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:22.972 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:22 smithi067 bash[82083]: cephadm 2023-12-09T02:16:20.942766+0000 mgr.y (mgr.25480) 1495 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:22.972 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:22 smithi067 bash[82083]: cephadm 2023-12-09T02:16:21.041048+0000 mgr.y (mgr.25480) 1496 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:22.972 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:22 smithi067 bash[82083]: cephadm 2023-12-09T02:16:21.138839+0000 mgr.y (mgr.25480) 1497 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:22.972 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:22 smithi067 bash[82083]: cephadm 2023-12-09T02:16:21.230852+0000 mgr.y (mgr.25480) 1498 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:22.972 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:22 smithi067 bash[82083]: cephadm 2023-12-09T02:16:21.324617+0000 mgr.y (mgr.25480) 1499 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:22.973 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:22 smithi067 bash[82083]: cephadm 2023-12-09T02:16:21.426533+0000 mgr.y (mgr.25480) 1500 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:22.973 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:22 smithi067 bash[82083]: cephadm 2023-12-09T02:16:21.522259+0000 mgr.y (mgr.25480) 1501 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:22.973 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:22 smithi067 bash[82083]: cephadm 2023-12-09T02:16:21.600062+0000 mgr.y (mgr.25480) 1502 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:22.973 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:22 smithi067 bash[82083]: cephadm 2023-12-09T02:16:21.693081+0000 mgr.y (mgr.25480) 1503 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:22.973 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:22 smithi067 bash[82083]: cluster 2023-12-09T02:16:21.713918+0000 mon.a (mon.0) 6228 : cluster 3 Health check failed: Degraded data redundancy: 29/726 objects degraded (3.994%), 9 pgs degraded (PG_DEGRADED) 2023-12-09T02:16:22.973 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:22 smithi067 bash[82083]: cluster 2023-12-09T02:16:21.713953+0000 mon.a (mon.0) 6229 : cluster 1 Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2023-12-09T02:16:22.973 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:22 smithi067 bash[82083]: audit 2023-12-09T02:16:21.773664+0000 mon.a (mon.0) 6230 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:22.973 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:22 smithi067 bash[82083]: audit 2023-12-09T02:16:21.776514+0000 mon.a (mon.0) 6231 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:22.973 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:22 smithi067 bash[82083]: audit 2023-12-09T02:16:21.779725+0000 mon.a (mon.0) 6232 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:22.973 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:22 smithi067 bash[82083]: audit 2023-12-09T02:16:21.780865+0000 mon.a (mon.0) 6233 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:22.973 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:22 smithi067 bash[82083]: audit 2023-12-09T02:16:21.788586+0000 mon.a (mon.0) 6234 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:22.973 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:22 smithi067 bash[82083]: audit 2023-12-09T02:16:21.869768+0000 mon.a (mon.0) 6235 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:22.973 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:22 smithi067 bash[82083]: audit 2023-12-09T02:16:21.874250+0000 mon.a (mon.0) 6236 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:22.973 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:22 smithi067 bash[82083]: audit 2023-12-09T02:16:21.878770+0000 mon.a (mon.0) 6237 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:22.974 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:22 smithi067 bash[79370]: audit 2023-12-09T02:16:21.879841+0000 mon.a (mon.0) 6238 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:22.974 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:22 smithi067 bash[79370]: audit 2023-12-09T02:16:21.887314+0000 mon.a (mon.0) 6239 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:22.974 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:22 smithi067 bash[79370]: audit 2023-12-09T02:16:21.970104+0000 mon.a (mon.0) 6240 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:22.974 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:22 smithi067 bash[79370]: audit 2023-12-09T02:16:21.973022+0000 mon.a (mon.0) 6241 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:22.974 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:22 smithi067 bash[79370]: audit 2023-12-09T02:16:21.976178+0000 mon.a (mon.0) 6242 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:22.974 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:22 smithi067 bash[79370]: audit 2023-12-09T02:16:21.977260+0000 mon.a (mon.0) 6243 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:22.974 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:22 smithi067 bash[79370]: audit 2023-12-09T02:16:21.983684+0000 mon.a (mon.0) 6244 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:22.974 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:22 smithi067 bash[79370]: audit 2023-12-09T02:16:22.065331+0000 mon.a (mon.0) 6245 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:22.974 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:22 smithi067 bash[79370]: audit 2023-12-09T02:16:22.067509+0000 mon.a (mon.0) 6246 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:22.974 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:22 smithi067 bash[79370]: audit 2023-12-09T02:16:22.070239+0000 mon.a (mon.0) 6247 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:22.974 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:22 smithi067 bash[79370]: audit 2023-12-09T02:16:22.071348+0000 mon.a (mon.0) 6248 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:22.974 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:22 smithi067 bash[79370]: audit 2023-12-09T02:16:22.076973+0000 mon.a (mon.0) 6249 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:22.975 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:22 smithi067 bash[79370]: audit 2023-12-09T02:16:22.158326+0000 mon.a (mon.0) 6250 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:22.975 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:22 smithi067 bash[79370]: audit 2023-12-09T02:16:22.161003+0000 mon.a (mon.0) 6251 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:22.975 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:22 smithi067 bash[79370]: audit 2023-12-09T02:16:22.164564+0000 mon.a (mon.0) 6252 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:22.975 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:22 smithi067 bash[79370]: audit 2023-12-09T02:16:22.165832+0000 mon.a (mon.0) 6253 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:22.975 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:22 smithi067 bash[79370]: audit 2023-12-09T02:16:22.176115+0000 mon.a (mon.0) 6254 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:22.975 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:22 smithi067 bash[79370]: audit 2023-12-09T02:16:22.260674+0000 mon.a (mon.0) 6255 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:22.975 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:22 smithi067 bash[79370]: audit 2023-12-09T02:16:22.263029+0000 mon.a (mon.0) 6256 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:22.975 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:22 smithi067 bash[79370]: audit 2023-12-09T02:16:22.265515+0000 mon.a (mon.0) 6257 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:22.975 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:22 smithi067 bash[82083]: audit 2023-12-09T02:16:21.879841+0000 mon.a (mon.0) 6238 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:22.975 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:22 smithi067 bash[82083]: audit 2023-12-09T02:16:21.887314+0000 mon.a (mon.0) 6239 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:22.975 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:22 smithi067 bash[82083]: audit 2023-12-09T02:16:21.970104+0000 mon.a (mon.0) 6240 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:22.975 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:22 smithi067 bash[82083]: audit 2023-12-09T02:16:21.973022+0000 mon.a (mon.0) 6241 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:22.976 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:22 smithi067 bash[82083]: audit 2023-12-09T02:16:21.976178+0000 mon.a (mon.0) 6242 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:22.976 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:22 smithi067 bash[82083]: audit 2023-12-09T02:16:21.977260+0000 mon.a (mon.0) 6243 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:22.976 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:22 smithi067 bash[82083]: audit 2023-12-09T02:16:21.983684+0000 mon.a (mon.0) 6244 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:22.976 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:22 smithi067 bash[82083]: audit 2023-12-09T02:16:22.065331+0000 mon.a (mon.0) 6245 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:22.976 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:22 smithi067 bash[82083]: audit 2023-12-09T02:16:22.067509+0000 mon.a (mon.0) 6246 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:22.976 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:22 smithi067 bash[82083]: audit 2023-12-09T02:16:22.070239+0000 mon.a (mon.0) 6247 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:22.976 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:22 smithi067 bash[82083]: audit 2023-12-09T02:16:22.071348+0000 mon.a (mon.0) 6248 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:22.976 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:22 smithi067 bash[82083]: audit 2023-12-09T02:16:22.076973+0000 mon.a (mon.0) 6249 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:22.976 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:22 smithi067 bash[82083]: audit 2023-12-09T02:16:22.158326+0000 mon.a (mon.0) 6250 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:22.976 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:22 smithi067 bash[82083]: audit 2023-12-09T02:16:22.161003+0000 mon.a (mon.0) 6251 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:22.977 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:22 smithi067 bash[82083]: audit 2023-12-09T02:16:22.164564+0000 mon.a (mon.0) 6252 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:22.977 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:22 smithi067 bash[82083]: audit 2023-12-09T02:16:22.165832+0000 mon.a (mon.0) 6253 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:22.977 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:22 smithi067 bash[82083]: audit 2023-12-09T02:16:22.176115+0000 mon.a (mon.0) 6254 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:22.977 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:22 smithi067 bash[82083]: audit 2023-12-09T02:16:22.260674+0000 mon.a (mon.0) 6255 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:22.977 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:22 smithi067 bash[82083]: audit 2023-12-09T02:16:22.263029+0000 mon.a (mon.0) 6256 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:22.977 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:22 smithi067 bash[82083]: audit 2023-12-09T02:16:22.265515+0000 mon.a (mon.0) 6257 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:22.977 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:22 smithi067 bash[79370]: audit 2023-12-09T02:16:22.266502+0000 mon.a (mon.0) 6258 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:22.977 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:22 smithi067 bash[79370]: audit 2023-12-09T02:16:22.275189+0000 mon.a (mon.0) 6259 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:22.977 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:22 smithi067 bash[79370]: audit 2023-12-09T02:16:22.352611+0000 mon.a (mon.0) 6260 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:22.977 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:22 smithi067 bash[79370]: audit 2023-12-09T02:16:22.355279+0000 mon.a (mon.0) 6261 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:22.978 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:22 smithi067 bash[79370]: audit 2023-12-09T02:16:22.358823+0000 mon.a (mon.0) 6262 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:22.978 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:22 smithi067 bash[79370]: audit 2023-12-09T02:16:22.359848+0000 mon.a (mon.0) 6263 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:22.978 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:22 smithi067 bash[79370]: audit 2023-12-09T02:16:22.365386+0000 mon.a (mon.0) 6264 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:22.978 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:22 smithi067 bash[79370]: audit 2023-12-09T02:16:22.449816+0000 mon.a (mon.0) 6265 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:22.978 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:22 smithi067 bash[79370]: audit 2023-12-09T02:16:22.451953+0000 mon.a (mon.0) 6266 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:22.978 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:22 smithi067 bash[79370]: audit 2023-12-09T02:16:22.454690+0000 mon.a (mon.0) 6267 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:22.978 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:22 smithi067 bash[79370]: audit 2023-12-09T02:16:22.455971+0000 mon.a (mon.0) 6268 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:22.978 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:22 smithi067 bash[79370]: audit 2023-12-09T02:16:22.463112+0000 mon.a (mon.0) 6269 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:22.978 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:22 smithi067 bash[79370]: audit 2023-12-09T02:16:22.542388+0000 mon.a (mon.0) 6270 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:22.978 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:22 smithi067 bash[79370]: audit 2023-12-09T02:16:22.545377+0000 mon.a (mon.0) 6271 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:22.978 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:22 smithi067 bash[79370]: audit 2023-12-09T02:16:22.548979+0000 mon.a (mon.0) 6272 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:22.978 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:22 smithi067 bash[79370]: audit 2023-12-09T02:16:22.550351+0000 mon.a (mon.0) 6273 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:22.978 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:22 smithi067 bash[79370]: audit 2023-12-09T02:16:22.558690+0000 mon.a (mon.0) 6274 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:22.978 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:22 smithi067 bash[79370]: audit 2023-12-09T02:16:22.638107+0000 mon.a (mon.0) 6275 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:22.979 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:22 smithi067 bash[79370]: audit 2023-12-09T02:16:22.641716+0000 mon.a (mon.0) 6276 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:22.979 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:22 smithi067 bash[79370]: audit 2023-12-09T02:16:22.644968+0000 mon.a (mon.0) 6277 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:22.979 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:22 smithi067 bash[79370]: audit 2023-12-09T02:16:22.646242+0000 mon.a (mon.0) 6278 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:22.979 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:22 smithi067 bash[79370]: audit 2023-12-09T02:16:22.653225+0000 mon.a (mon.0) 6279 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:22.979 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:22 smithi067 bash[82083]: audit 2023-12-09T02:16:22.266502+0000 mon.a (mon.0) 6258 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:22.979 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:22 smithi067 bash[82083]: audit 2023-12-09T02:16:22.275189+0000 mon.a (mon.0) 6259 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:22.979 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:22 smithi067 bash[82083]: audit 2023-12-09T02:16:22.352611+0000 mon.a (mon.0) 6260 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:22.979 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:22 smithi067 bash[82083]: audit 2023-12-09T02:16:22.355279+0000 mon.a (mon.0) 6261 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:22.979 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:22 smithi067 bash[82083]: audit 2023-12-09T02:16:22.358823+0000 mon.a (mon.0) 6262 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:22.979 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:22 smithi067 bash[82083]: audit 2023-12-09T02:16:22.359848+0000 mon.a (mon.0) 6263 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:22.979 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:22 smithi067 bash[82083]: audit 2023-12-09T02:16:22.365386+0000 mon.a (mon.0) 6264 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:22.980 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:22 smithi067 bash[82083]: audit 2023-12-09T02:16:22.449816+0000 mon.a (mon.0) 6265 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:22.980 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:22 smithi067 bash[82083]: audit 2023-12-09T02:16:22.451953+0000 mon.a (mon.0) 6266 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:22.980 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:22 smithi067 bash[82083]: audit 2023-12-09T02:16:22.454690+0000 mon.a (mon.0) 6267 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:22.980 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:22 smithi067 bash[82083]: audit 2023-12-09T02:16:22.455971+0000 mon.a (mon.0) 6268 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:22.980 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:22 smithi067 bash[82083]: audit 2023-12-09T02:16:22.463112+0000 mon.a (mon.0) 6269 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:22.980 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:22 smithi067 bash[82083]: audit 2023-12-09T02:16:22.542388+0000 mon.a (mon.0) 6270 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:22.980 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:22 smithi067 bash[82083]: audit 2023-12-09T02:16:22.545377+0000 mon.a (mon.0) 6271 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:22.980 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:22 smithi067 bash[82083]: audit 2023-12-09T02:16:22.548979+0000 mon.a (mon.0) 6272 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:22.980 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:22 smithi067 bash[82083]: audit 2023-12-09T02:16:22.550351+0000 mon.a (mon.0) 6273 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:22.980 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:22 smithi067 bash[82083]: audit 2023-12-09T02:16:22.558690+0000 mon.a (mon.0) 6274 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:22.980 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:22 smithi067 bash[82083]: audit 2023-12-09T02:16:22.638107+0000 mon.a (mon.0) 6275 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:22.980 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:22 smithi067 bash[82083]: audit 2023-12-09T02:16:22.641716+0000 mon.a (mon.0) 6276 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:22.980 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:22 smithi067 bash[82083]: audit 2023-12-09T02:16:22.644968+0000 mon.a (mon.0) 6277 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:22.980 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:22 smithi067 bash[82083]: audit 2023-12-09T02:16:22.646242+0000 mon.a (mon.0) 6278 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:22.980 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:22 smithi067 bash[82083]: audit 2023-12-09T02:16:22.653225+0000 mon.a (mon.0) 6279 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:22.981 INFO:journalctl@ceph.osd.7.smithi125.stdout:Dec 09 02:16:22 smithi125 bash[82347]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-7 2023-12-09T02:16:22.981 INFO:journalctl@ceph.osd.7.smithi125.stdout:Dec 09 02:16:22 smithi125 bash[82347]: 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-09T02:16:22.981 INFO:journalctl@ceph.osd.7.smithi125.stdout:Dec 09 02:16:22 smithi125 bash[82347]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_1 2023-12-09T02:16:22.981 INFO:journalctl@ceph.osd.7.smithi125.stdout:Dec 09 02:16:22 smithi125 bash[82347]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-0 2023-12-09T02:16:22.981 INFO:journalctl@ceph.osd.7.smithi125.stdout:Dec 09 02:16:22 smithi125 bash[82347]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_1 /var/lib/ceph/osd/ceph-7/block 2023-12-09T02:16:22.981 INFO:journalctl@ceph.osd.7.smithi125.stdout:Dec 09 02:16:22 smithi125 bash[82347]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-7 2023-12-09T02:16:22.981 INFO:journalctl@ceph.osd.7.smithi125.stdout:Dec 09 02:16:22 smithi125 bash[82347]: --> ceph-volume raw activate successful for osd ID: 7 2023-12-09T02:16:22.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:22 smithi125 bash[66801]: cephadm 2023-12-09T02:16:20.845743+0000 mgr.y (mgr.25480) 1494 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:22.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:22 smithi125 bash[66801]: cephadm 2023-12-09T02:16:20.942766+0000 mgr.y (mgr.25480) 1495 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:22.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:22 smithi125 bash[66801]: cephadm 2023-12-09T02:16:21.041048+0000 mgr.y (mgr.25480) 1496 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:22.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:22 smithi125 bash[66801]: cephadm 2023-12-09T02:16:21.138839+0000 mgr.y (mgr.25480) 1497 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:22.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:22 smithi125 bash[66801]: cephadm 2023-12-09T02:16:21.230852+0000 mgr.y (mgr.25480) 1498 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:22.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:22 smithi125 bash[66801]: cephadm 2023-12-09T02:16:21.324617+0000 mgr.y (mgr.25480) 1499 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:22.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:22 smithi125 bash[66801]: cephadm 2023-12-09T02:16:21.426533+0000 mgr.y (mgr.25480) 1500 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:22.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:22 smithi125 bash[66801]: cephadm 2023-12-09T02:16:21.522259+0000 mgr.y (mgr.25480) 1501 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:22.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:22 smithi125 bash[66801]: cephadm 2023-12-09T02:16:21.600062+0000 mgr.y (mgr.25480) 1502 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:22.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:22 smithi125 bash[66801]: cephadm 2023-12-09T02:16:21.693081+0000 mgr.y (mgr.25480) 1503 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:22.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:22 smithi125 bash[66801]: cluster 2023-12-09T02:16:21.713918+0000 mon.a (mon.0) 6228 : cluster 3 Health check failed: Degraded data redundancy: 29/726 objects degraded (3.994%), 9 pgs degraded (PG_DEGRADED) 2023-12-09T02:16:22.982 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:22 smithi125 bash[66801]: cluster 2023-12-09T02:16:21.713953+0000 mon.a (mon.0) 6229 : cluster 1 Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2023-12-09T02:16:22.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:22 smithi125 bash[66801]: audit 2023-12-09T02:16:21.773664+0000 mon.a (mon.0) 6230 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:22.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:22 smithi125 bash[66801]: audit 2023-12-09T02:16:21.776514+0000 mon.a (mon.0) 6231 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:22.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:22 smithi125 bash[66801]: audit 2023-12-09T02:16:21.779725+0000 mon.a (mon.0) 6232 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:22.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:22 smithi125 bash[66801]: audit 2023-12-09T02:16:21.780865+0000 mon.a (mon.0) 6233 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:22.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:22 smithi125 bash[66801]: audit 2023-12-09T02:16:21.788586+0000 mon.a (mon.0) 6234 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:22.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:22 smithi125 bash[66801]: audit 2023-12-09T02:16:21.869768+0000 mon.a (mon.0) 6235 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:22.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:22 smithi125 bash[66801]: audit 2023-12-09T02:16:21.874250+0000 mon.a (mon.0) 6236 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:22.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:22 smithi125 bash[66801]: audit 2023-12-09T02:16:21.878770+0000 mon.a (mon.0) 6237 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:22.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:22 smithi125 bash[66801]: audit 2023-12-09T02:16:21.879841+0000 mon.a (mon.0) 6238 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:22.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:22 smithi125 bash[66801]: audit 2023-12-09T02:16:21.887314+0000 mon.a (mon.0) 6239 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:22.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:22 smithi125 bash[66801]: audit 2023-12-09T02:16:21.970104+0000 mon.a (mon.0) 6240 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:22.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:22 smithi125 bash[66801]: audit 2023-12-09T02:16:21.973022+0000 mon.a (mon.0) 6241 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:22.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:22 smithi125 bash[66801]: audit 2023-12-09T02:16:21.976178+0000 mon.a (mon.0) 6242 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:22.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:22 smithi125 bash[66801]: audit 2023-12-09T02:16:21.977260+0000 mon.a (mon.0) 6243 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:22.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:22 smithi125 bash[66801]: audit 2023-12-09T02:16:21.983684+0000 mon.a (mon.0) 6244 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:22.983 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:22 smithi125 bash[66801]: audit 2023-12-09T02:16:22.065331+0000 mon.a (mon.0) 6245 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:22.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:22 smithi125 bash[66801]: audit 2023-12-09T02:16:22.067509+0000 mon.a (mon.0) 6246 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:22.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:22 smithi125 bash[66801]: audit 2023-12-09T02:16:22.070239+0000 mon.a (mon.0) 6247 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:22.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:22 smithi125 bash[66801]: audit 2023-12-09T02:16:22.071348+0000 mon.a (mon.0) 6248 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:22.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:22 smithi125 bash[66801]: audit 2023-12-09T02:16:22.076973+0000 mon.a (mon.0) 6249 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:22.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:22 smithi125 bash[66801]: audit 2023-12-09T02:16:22.158326+0000 mon.a (mon.0) 6250 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:22.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:22 smithi125 bash[66801]: audit 2023-12-09T02:16:22.161003+0000 mon.a (mon.0) 6251 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:22.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:22 smithi125 bash[66801]: audit 2023-12-09T02:16:22.164564+0000 mon.a (mon.0) 6252 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:22.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:22 smithi125 bash[66801]: audit 2023-12-09T02:16:22.165832+0000 mon.a (mon.0) 6253 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:22.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:22 smithi125 bash[66801]: audit 2023-12-09T02:16:22.176115+0000 mon.a (mon.0) 6254 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:22.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:22 smithi125 bash[66801]: audit 2023-12-09T02:16:22.260674+0000 mon.a (mon.0) 6255 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:22.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:22 smithi125 bash[66801]: audit 2023-12-09T02:16:22.263029+0000 mon.a (mon.0) 6256 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:22.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:22 smithi125 bash[66801]: audit 2023-12-09T02:16:22.265515+0000 mon.a (mon.0) 6257 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:22.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:22 smithi125 bash[66801]: audit 2023-12-09T02:16:22.266502+0000 mon.a (mon.0) 6258 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:22.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:22 smithi125 bash[66801]: audit 2023-12-09T02:16:22.275189+0000 mon.a (mon.0) 6259 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:22.984 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:22 smithi125 bash[66801]: audit 2023-12-09T02:16:22.352611+0000 mon.a (mon.0) 6260 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:22.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:22 smithi125 bash[66801]: audit 2023-12-09T02:16:22.355279+0000 mon.a (mon.0) 6261 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:22.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:22 smithi125 bash[66801]: audit 2023-12-09T02:16:22.358823+0000 mon.a (mon.0) 6262 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:22.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:22 smithi125 bash[66801]: audit 2023-12-09T02:16:22.359848+0000 mon.a (mon.0) 6263 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:22.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:22 smithi125 bash[66801]: audit 2023-12-09T02:16:22.365386+0000 mon.a (mon.0) 6264 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:22.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:22 smithi125 bash[66801]: audit 2023-12-09T02:16:22.449816+0000 mon.a (mon.0) 6265 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:22.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:22 smithi125 bash[66801]: audit 2023-12-09T02:16:22.451953+0000 mon.a (mon.0) 6266 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:22.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:22 smithi125 bash[66801]: audit 2023-12-09T02:16:22.454690+0000 mon.a (mon.0) 6267 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:22.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:22 smithi125 bash[66801]: audit 2023-12-09T02:16:22.455971+0000 mon.a (mon.0) 6268 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:22.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:22 smithi125 bash[66801]: audit 2023-12-09T02:16:22.463112+0000 mon.a (mon.0) 6269 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:22.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:22 smithi125 bash[66801]: audit 2023-12-09T02:16:22.542388+0000 mon.a (mon.0) 6270 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:22.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:22 smithi125 bash[66801]: audit 2023-12-09T02:16:22.545377+0000 mon.a (mon.0) 6271 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:22.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:22 smithi125 bash[66801]: audit 2023-12-09T02:16:22.548979+0000 mon.a (mon.0) 6272 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:22.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:22 smithi125 bash[66801]: audit 2023-12-09T02:16:22.550351+0000 mon.a (mon.0) 6273 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:22.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:22 smithi125 bash[66801]: audit 2023-12-09T02:16:22.558690+0000 mon.a (mon.0) 6274 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:22.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:22 smithi125 bash[66801]: audit 2023-12-09T02:16:22.638107+0000 mon.a (mon.0) 6275 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:22.986 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:22 smithi125 bash[66801]: audit 2023-12-09T02:16:22.641716+0000 mon.a (mon.0) 6276 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:22.986 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:22 smithi125 bash[66801]: audit 2023-12-09T02:16:22.644968+0000 mon.a (mon.0) 6277 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:22.986 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:22 smithi125 bash[66801]: audit 2023-12-09T02:16:22.646242+0000 mon.a (mon.0) 6278 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:22.986 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:22 smithi125 bash[66801]: audit 2023-12-09T02:16:22.653225+0000 mon.a (mon.0) 6279 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:23.730 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:23 smithi067 bash[79370]: cephadm 2023-12-09T02:16:21.789206+0000 mgr.y (mgr.25480) 1504 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:23.730 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:23 smithi067 bash[79370]: cephadm 2023-12-09T02:16:21.888736+0000 mgr.y (mgr.25480) 1505 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:23.730 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:23 smithi067 bash[79370]: cephadm 2023-12-09T02:16:21.984260+0000 mgr.y (mgr.25480) 1506 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:23.730 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:23 smithi067 bash[79370]: cephadm 2023-12-09T02:16:22.077534+0000 mgr.y (mgr.25480) 1507 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:23.730 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:23 smithi067 bash[79370]: cephadm 2023-12-09T02:16:22.176756+0000 mgr.y (mgr.25480) 1508 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:23.731 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:23 smithi067 bash[82083]: cephadm 2023-12-09T02:16:21.789206+0000 mgr.y (mgr.25480) 1504 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:23.731 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:23 smithi067 bash[82083]: cephadm 2023-12-09T02:16:21.888736+0000 mgr.y (mgr.25480) 1505 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:23.731 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:23 smithi067 bash[82083]: cephadm 2023-12-09T02:16:21.984260+0000 mgr.y (mgr.25480) 1506 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:23.731 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:23 smithi067 bash[82083]: cephadm 2023-12-09T02:16:22.077534+0000 mgr.y (mgr.25480) 1507 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:23.731 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:23 smithi067 bash[82083]: cephadm 2023-12-09T02:16:22.176756+0000 mgr.y (mgr.25480) 1508 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:23.731 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:23 smithi067 bash[82083]: cephadm 2023-12-09T02:16:22.275785+0000 mgr.y (mgr.25480) 1509 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:23.731 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:23 smithi067 bash[82083]: cephadm 2023-12-09T02:16:22.366356+0000 mgr.y (mgr.25480) 1510 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:23.731 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:23 smithi067 bash[82083]: cephadm 2023-12-09T02:16:22.463760+0000 mgr.y (mgr.25480) 1511 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:23.731 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:23 smithi067 bash[82083]: cephadm 2023-12-09T02:16:22.559369+0000 mgr.y (mgr.25480) 1512 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:23.731 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:23 smithi067 bash[82083]: cephadm 2023-12-09T02:16:22.655657+0000 mgr.y (mgr.25480) 1513 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:23.731 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:23 smithi067 bash[82083]: audit 2023-12-09T02:16:22.735172+0000 mon.a (mon.0) 6280 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:23.731 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:23 smithi067 bash[82083]: cluster 2023-12-09T02:16:22.735428+0000 mgr.y (mgr.25480) 1514 : cluster 0 pgmap v264: 161 pgs: 40 active+undersized, 26 active+undersized+degraded, 95 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 93/726 objects degraded (12.810%) 2023-12-09T02:16:23.732 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:23 smithi067 bash[82083]: audit 2023-12-09T02:16:22.737803+0000 mon.a (mon.0) 6281 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:23.732 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:23 smithi067 bash[82083]: audit 2023-12-09T02:16:22.739910+0000 mon.a (mon.0) 6282 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:23.732 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:23 smithi067 bash[82083]: audit 2023-12-09T02:16:22.740622+0000 mon.a (mon.0) 6283 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:23.732 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:23 smithi067 bash[82083]: audit 2023-12-09T02:16:22.746315+0000 mon.a (mon.0) 6284 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:23.732 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:23 smithi067 bash[82083]: audit 2023-12-09T02:16:22.824031+0000 mon.a (mon.0) 6285 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:23.732 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:23 smithi067 bash[82083]: audit 2023-12-09T02:16:22.826937+0000 mon.a (mon.0) 6286 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:23.732 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:23 smithi067 bash[82083]: audit 2023-12-09T02:16:22.830887+0000 mon.a (mon.0) 6287 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:23.732 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:23 smithi067 bash[82083]: audit 2023-12-09T02:16:22.832199+0000 mon.a (mon.0) 6288 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:23.732 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:23 smithi067 bash[82083]: audit 2023-12-09T02:16:22.840973+0000 mon.a (mon.0) 6289 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:23.732 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:23 smithi067 bash[82083]: audit 2023-12-09T02:16:22.918878+0000 mon.a (mon.0) 6290 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:23.732 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:23 smithi067 bash[82083]: audit 2023-12-09T02:16:22.922253+0000 mon.a (mon.0) 6291 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:23.732 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:23 smithi067 bash[82083]: audit 2023-12-09T02:16:22.926000+0000 mon.a (mon.0) 6292 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:23.732 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:23 smithi067 bash[82083]: audit 2023-12-09T02:16:22.927283+0000 mon.a (mon.0) 6293 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:23.732 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:23 smithi067 bash[82083]: audit 2023-12-09T02:16:22.934630+0000 mon.a (mon.0) 6294 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:23.733 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:23 smithi067 bash[82083]: audit 2023-12-09T02:16:23.016480+0000 mon.a (mon.0) 6295 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:23.733 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:23 smithi067 bash[82083]: audit 2023-12-09T02:16:23.018946+0000 mon.a (mon.0) 6296 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:23.733 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:23 smithi067 bash[82083]: audit 2023-12-09T02:16:23.021284+0000 mon.a (mon.0) 6297 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:23.733 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:23 smithi067 bash[82083]: audit 2023-12-09T02:16:23.022370+0000 mon.a (mon.0) 6298 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:23.733 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:23 smithi067 bash[82083]: audit 2023-12-09T02:16:23.028502+0000 mon.a (mon.0) 6299 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:23.733 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:23 smithi067 bash[82083]: audit 2023-12-09T02:16:23.106906+0000 mon.a (mon.0) 6300 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:23.733 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:23 smithi067 bash[82083]: audit 2023-12-09T02:16:23.109571+0000 mon.a (mon.0) 6301 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:23.733 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:23 smithi067 bash[82083]: audit 2023-12-09T02:16:23.112374+0000 mon.a (mon.0) 6302 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:23.733 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:23 smithi067 bash[82083]: audit 2023-12-09T02:16:23.113240+0000 mon.a (mon.0) 6303 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:23.733 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:23 smithi067 bash[82083]: audit 2023-12-09T02:16:23.120743+0000 mon.a (mon.0) 6304 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:23.733 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:23 smithi067 bash[82083]: audit 2023-12-09T02:16:23.202662+0000 mon.a (mon.0) 6305 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:23.733 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:23 smithi067 bash[82083]: audit 2023-12-09T02:16:23.205411+0000 mon.a (mon.0) 6306 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:23.733 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:23 smithi067 bash[82083]: audit 2023-12-09T02:16:23.208701+0000 mon.a (mon.0) 6307 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:23.733 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:23 smithi067 bash[82083]: audit 2023-12-09T02:16:23.209746+0000 mon.a (mon.0) 6308 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:23.734 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:23 smithi067 bash[82083]: audit 2023-12-09T02:16:23.217197+0000 mon.a (mon.0) 6309 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:23.734 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:23 smithi067 bash[82083]: audit 2023-12-09T02:16:23.295220+0000 mon.a (mon.0) 6310 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:23.734 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:23 smithi067 bash[82083]: audit 2023-12-09T02:16:23.298151+0000 mon.a (mon.0) 6311 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:23.734 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:23 smithi067 bash[82083]: audit 2023-12-09T02:16:23.301689+0000 mon.a (mon.0) 6312 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:23.734 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:23 smithi067 bash[82083]: audit 2023-12-09T02:16:23.302880+0000 mon.a (mon.0) 6313 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:23.734 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:23 smithi067 bash[82083]: audit 2023-12-09T02:16:23.310919+0000 mon.a (mon.0) 6314 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:23.734 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:23 smithi067 bash[82083]: audit 2023-12-09T02:16:23.387589+0000 mon.a (mon.0) 6315 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:23.734 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:23 smithi067 bash[82083]: audit 2023-12-09T02:16:23.390036+0000 mon.a (mon.0) 6316 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:23.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:23 smithi125 bash[66801]: cephadm 2023-12-09T02:16:21.789206+0000 mgr.y (mgr.25480) 1504 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:23.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:23 smithi125 bash[66801]: cephadm 2023-12-09T02:16:21.888736+0000 mgr.y (mgr.25480) 1505 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:23.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:23 smithi125 bash[66801]: cephadm 2023-12-09T02:16:21.984260+0000 mgr.y (mgr.25480) 1506 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:23.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:23 smithi125 bash[66801]: cephadm 2023-12-09T02:16:22.077534+0000 mgr.y (mgr.25480) 1507 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:23.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:23 smithi125 bash[66801]: cephadm 2023-12-09T02:16:22.176756+0000 mgr.y (mgr.25480) 1508 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:23.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:23 smithi125 bash[66801]: cephadm 2023-12-09T02:16:22.275785+0000 mgr.y (mgr.25480) 1509 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:23.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:23 smithi125 bash[66801]: cephadm 2023-12-09T02:16:22.366356+0000 mgr.y (mgr.25480) 1510 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:23.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:23 smithi125 bash[66801]: cephadm 2023-12-09T02:16:22.463760+0000 mgr.y (mgr.25480) 1511 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:23.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:23 smithi125 bash[66801]: cephadm 2023-12-09T02:16:22.559369+0000 mgr.y (mgr.25480) 1512 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:23.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:23 smithi125 bash[66801]: cephadm 2023-12-09T02:16:22.655657+0000 mgr.y (mgr.25480) 1513 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:23.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:23 smithi125 bash[66801]: audit 2023-12-09T02:16:22.735172+0000 mon.a (mon.0) 6280 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:23.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:23 smithi125 bash[66801]: cluster 2023-12-09T02:16:22.735428+0000 mgr.y (mgr.25480) 1514 : cluster 0 pgmap v264: 161 pgs: 40 active+undersized, 26 active+undersized+degraded, 95 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 93/726 objects degraded (12.810%) 2023-12-09T02:16:23.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:23 smithi125 bash[66801]: audit 2023-12-09T02:16:22.737803+0000 mon.a (mon.0) 6281 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:23.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:23 smithi125 bash[66801]: audit 2023-12-09T02:16:22.739910+0000 mon.a (mon.0) 6282 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:23.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:23 smithi125 bash[66801]: audit 2023-12-09T02:16:22.740622+0000 mon.a (mon.0) 6283 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:23.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:23 smithi125 bash[66801]: audit 2023-12-09T02:16:22.746315+0000 mon.a (mon.0) 6284 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:23.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:23 smithi125 bash[66801]: audit 2023-12-09T02:16:22.824031+0000 mon.a (mon.0) 6285 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:23.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:23 smithi125 bash[66801]: audit 2023-12-09T02:16:22.826937+0000 mon.a (mon.0) 6286 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:23.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:23 smithi125 bash[66801]: audit 2023-12-09T02:16:22.830887+0000 mon.a (mon.0) 6287 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:23.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:23 smithi125 bash[66801]: audit 2023-12-09T02:16:22.832199+0000 mon.a (mon.0) 6288 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:23.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:23 smithi125 bash[66801]: audit 2023-12-09T02:16:22.840973+0000 mon.a (mon.0) 6289 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:23.973 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:23 smithi125 bash[66801]: audit 2023-12-09T02:16:22.918878+0000 mon.a (mon.0) 6290 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:23.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:23 smithi125 bash[66801]: audit 2023-12-09T02:16:22.922253+0000 mon.a (mon.0) 6291 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:23.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:23 smithi125 bash[66801]: audit 2023-12-09T02:16:22.926000+0000 mon.a (mon.0) 6292 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:23.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:23 smithi125 bash[66801]: audit 2023-12-09T02:16:22.927283+0000 mon.a (mon.0) 6293 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:23.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:23 smithi125 bash[66801]: audit 2023-12-09T02:16:22.934630+0000 mon.a (mon.0) 6294 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:23.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:23 smithi125 bash[66801]: audit 2023-12-09T02:16:23.016480+0000 mon.a (mon.0) 6295 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:23.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:23 smithi125 bash[66801]: audit 2023-12-09T02:16:23.018946+0000 mon.a (mon.0) 6296 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:23.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:23 smithi125 bash[66801]: audit 2023-12-09T02:16:23.021284+0000 mon.a (mon.0) 6297 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:23.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:23 smithi125 bash[66801]: audit 2023-12-09T02:16:23.022370+0000 mon.a (mon.0) 6298 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:23.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:23 smithi125 bash[66801]: audit 2023-12-09T02:16:23.028502+0000 mon.a (mon.0) 6299 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:23.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:23 smithi125 bash[66801]: audit 2023-12-09T02:16:23.106906+0000 mon.a (mon.0) 6300 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:23.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:23 smithi125 bash[66801]: audit 2023-12-09T02:16:23.109571+0000 mon.a (mon.0) 6301 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:23.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:23 smithi125 bash[66801]: audit 2023-12-09T02:16:23.112374+0000 mon.a (mon.0) 6302 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:23.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:23 smithi125 bash[66801]: audit 2023-12-09T02:16:23.113240+0000 mon.a (mon.0) 6303 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:23.974 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:23 smithi125 bash[66801]: audit 2023-12-09T02:16:23.120743+0000 mon.a (mon.0) 6304 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:23.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:23 smithi125 bash[66801]: audit 2023-12-09T02:16:23.202662+0000 mon.a (mon.0) 6305 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:23.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:23 smithi125 bash[66801]: audit 2023-12-09T02:16:23.205411+0000 mon.a (mon.0) 6306 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:23.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:23 smithi125 bash[66801]: audit 2023-12-09T02:16:23.208701+0000 mon.a (mon.0) 6307 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:23.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:23 smithi125 bash[66801]: audit 2023-12-09T02:16:23.209746+0000 mon.a (mon.0) 6308 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:23.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:23 smithi125 bash[66801]: audit 2023-12-09T02:16:23.217197+0000 mon.a (mon.0) 6309 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:23.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:23 smithi125 bash[66801]: audit 2023-12-09T02:16:23.295220+0000 mon.a (mon.0) 6310 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:23.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:23 smithi125 bash[66801]: audit 2023-12-09T02:16:23.298151+0000 mon.a (mon.0) 6311 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:23.975 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:23 smithi125 bash[66801]: audit 2023-12-09T02:16:23.301689+0000 mon.a (mon.0) 6312 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:23.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:23 smithi125 bash[66801]: audit 2023-12-09T02:16:23.302880+0000 mon.a (mon.0) 6313 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:23.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:23 smithi125 bash[66801]: audit 2023-12-09T02:16:23.310919+0000 mon.a (mon.0) 6314 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:23.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:23 smithi125 bash[66801]: audit 2023-12-09T02:16:23.387589+0000 mon.a (mon.0) 6315 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:23.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:23 smithi125 bash[66801]: audit 2023-12-09T02:16:23.390036+0000 mon.a (mon.0) 6316 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:23.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:23 smithi125 bash[66801]: audit 2023-12-09T02:16:23.392430+0000 mon.a (mon.0) 6317 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:23.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:23 smithi125 bash[66801]: audit 2023-12-09T02:16:23.393225+0000 mon.a (mon.0) 6318 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:23.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:23 smithi125 bash[66801]: audit 2023-12-09T02:16:23.399057+0000 mon.a (mon.0) 6319 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:23.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:23 smithi125 bash[66801]: audit 2023-12-09T02:16:23.482560+0000 mon.a (mon.0) 6320 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:23.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:23 smithi125 bash[66801]: audit 2023-12-09T02:16:23.484663+0000 mon.a (mon.0) 6321 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:23.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:23 smithi125 bash[66801]: audit 2023-12-09T02:16:23.487210+0000 mon.a (mon.0) 6322 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:23.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:23 smithi125 bash[66801]: audit 2023-12-09T02:16:23.488029+0000 mon.a (mon.0) 6323 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:23.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:23 smithi125 bash[66801]: audit 2023-12-09T02:16:23.495108+0000 mon.a (mon.0) 6324 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:23.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:23 smithi125 bash[66801]: audit 2023-12-09T02:16:23.579880+0000 mon.a (mon.0) 6325 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:23.976 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:23 smithi125 bash[66801]: audit 2023-12-09T02:16:23.581986+0000 mon.a (mon.0) 6326 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:23.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:23 smithi125 bash[66801]: audit 2023-12-09T02:16:23.585451+0000 mon.a (mon.0) 6327 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:23.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:23 smithi125 bash[66801]: audit 2023-12-09T02:16:23.586915+0000 mon.a (mon.0) 6328 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:23.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:23 smithi125 bash[66801]: audit 2023-12-09T02:16:23.596204+0000 mon.a (mon.0) 6329 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:23.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:23 smithi125 bash[66801]: audit 2023-12-09T02:16:23.681231+0000 mon.a (mon.0) 6330 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:23.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:23 smithi125 bash[66801]: audit 2023-12-09T02:16:23.683794+0000 mon.a (mon.0) 6331 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:23.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:23 smithi125 bash[66801]: audit 2023-12-09T02:16:23.686328+0000 mon.a (mon.0) 6332 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:23.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:23 smithi125 bash[66801]: audit 2023-12-09T02:16:23.687275+0000 mon.a (mon.0) 6333 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:23.977 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:23 smithi125 bash[66801]: audit 2023-12-09T02:16:23.693257+0000 mon.a (mon.0) 6334 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:24.220 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:16:23 smithi067 bash[75618]: ::ffff:172.21.15.125 - - [09/Dec/2023:02:16:23] "GET /metrics HTTP/1.1" 200 38579 "" "Prometheus/2.33.4" 2023-12-09T02:16:24.220 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:23 smithi067 bash[82083]: audit 2023-12-09T02:16:23.392430+0000 mon.a (mon.0) 6317 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:24.220 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:23 smithi067 bash[82083]: audit 2023-12-09T02:16:23.393225+0000 mon.a (mon.0) 6318 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:24.220 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:23 smithi067 bash[82083]: audit 2023-12-09T02:16:23.399057+0000 mon.a (mon.0) 6319 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:24.220 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:23 smithi067 bash[82083]: audit 2023-12-09T02:16:23.482560+0000 mon.a (mon.0) 6320 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:24.221 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:23 smithi067 bash[82083]: audit 2023-12-09T02:16:23.484663+0000 mon.a (mon.0) 6321 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:24.221 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:23 smithi067 bash[82083]: audit 2023-12-09T02:16:23.487210+0000 mon.a (mon.0) 6322 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:24.221 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:23 smithi067 bash[82083]: audit 2023-12-09T02:16:23.488029+0000 mon.a (mon.0) 6323 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:24.221 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:23 smithi067 bash[82083]: audit 2023-12-09T02:16:23.495108+0000 mon.a (mon.0) 6324 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:24.221 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:23 smithi067 bash[82083]: audit 2023-12-09T02:16:23.579880+0000 mon.a (mon.0) 6325 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:24.221 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:23 smithi067 bash[82083]: audit 2023-12-09T02:16:23.581986+0000 mon.a (mon.0) 6326 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:24.221 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:23 smithi067 bash[82083]: audit 2023-12-09T02:16:23.585451+0000 mon.a (mon.0) 6327 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:24.221 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:23 smithi067 bash[82083]: audit 2023-12-09T02:16:23.586915+0000 mon.a (mon.0) 6328 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:24.221 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:23 smithi067 bash[82083]: audit 2023-12-09T02:16:23.596204+0000 mon.a (mon.0) 6329 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:24.221 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:23 smithi067 bash[82083]: audit 2023-12-09T02:16:23.681231+0000 mon.a (mon.0) 6330 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:24.221 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:23 smithi067 bash[82083]: audit 2023-12-09T02:16:23.683794+0000 mon.a (mon.0) 6331 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:24.221 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:23 smithi067 bash[82083]: audit 2023-12-09T02:16:23.686328+0000 mon.a (mon.0) 6332 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:24.221 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:23 smithi067 bash[82083]: audit 2023-12-09T02:16:23.687275+0000 mon.a (mon.0) 6333 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:24.221 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:23 smithi067 bash[82083]: audit 2023-12-09T02:16:23.693257+0000 mon.a (mon.0) 6334 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:24.222 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:23 smithi067 bash[79370]: cephadm 2023-12-09T02:16:22.275785+0000 mgr.y (mgr.25480) 1509 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:24.222 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:23 smithi067 bash[79370]: cephadm 2023-12-09T02:16:22.366356+0000 mgr.y (mgr.25480) 1510 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:24.222 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:23 smithi067 bash[79370]: cephadm 2023-12-09T02:16:22.463760+0000 mgr.y (mgr.25480) 1511 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:24.222 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:23 smithi067 bash[79370]: cephadm 2023-12-09T02:16:22.559369+0000 mgr.y (mgr.25480) 1512 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:24.222 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:23 smithi067 bash[79370]: cephadm 2023-12-09T02:16:22.655657+0000 mgr.y (mgr.25480) 1513 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:24.222 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:23 smithi067 bash[79370]: audit 2023-12-09T02:16:22.735172+0000 mon.a (mon.0) 6280 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:24.222 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:23 smithi067 bash[79370]: cluster 2023-12-09T02:16:22.735428+0000 mgr.y (mgr.25480) 1514 : cluster 0 pgmap v264: 161 pgs: 40 active+undersized, 26 active+undersized+degraded, 95 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 93/726 objects degraded (12.810%) 2023-12-09T02:16:24.223 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:23 smithi067 bash[79370]: audit 2023-12-09T02:16:22.737803+0000 mon.a (mon.0) 6281 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:24.223 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:23 smithi067 bash[79370]: audit 2023-12-09T02:16:22.739910+0000 mon.a (mon.0) 6282 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:24.223 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:23 smithi067 bash[79370]: audit 2023-12-09T02:16:22.740622+0000 mon.a (mon.0) 6283 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:24.223 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:23 smithi067 bash[79370]: audit 2023-12-09T02:16:22.746315+0000 mon.a (mon.0) 6284 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:24.223 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:23 smithi067 bash[79370]: audit 2023-12-09T02:16:22.824031+0000 mon.a (mon.0) 6285 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:24.223 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:23 smithi067 bash[79370]: audit 2023-12-09T02:16:22.826937+0000 mon.a (mon.0) 6286 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:24.223 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:23 smithi067 bash[79370]: audit 2023-12-09T02:16:22.830887+0000 mon.a (mon.0) 6287 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:24.223 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:23 smithi067 bash[79370]: audit 2023-12-09T02:16:22.832199+0000 mon.a (mon.0) 6288 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:24.223 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:23 smithi067 bash[79370]: audit 2023-12-09T02:16:22.840973+0000 mon.a (mon.0) 6289 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:24.223 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:23 smithi067 bash[79370]: audit 2023-12-09T02:16:22.918878+0000 mon.a (mon.0) 6290 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:24.223 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:23 smithi067 bash[79370]: audit 2023-12-09T02:16:22.922253+0000 mon.a (mon.0) 6291 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:24.223 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:23 smithi067 bash[79370]: audit 2023-12-09T02:16:22.926000+0000 mon.a (mon.0) 6292 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:24.223 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:23 smithi067 bash[79370]: audit 2023-12-09T02:16:22.927283+0000 mon.a (mon.0) 6293 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:24.223 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:23 smithi067 bash[79370]: audit 2023-12-09T02:16:22.934630+0000 mon.a (mon.0) 6294 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:24.223 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:23 smithi067 bash[79370]: audit 2023-12-09T02:16:23.016480+0000 mon.a (mon.0) 6295 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:24.224 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:23 smithi067 bash[79370]: audit 2023-12-09T02:16:23.018946+0000 mon.a (mon.0) 6296 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:24.224 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:23 smithi067 bash[79370]: audit 2023-12-09T02:16:23.021284+0000 mon.a (mon.0) 6297 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:24.224 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:23 smithi067 bash[79370]: audit 2023-12-09T02:16:23.022370+0000 mon.a (mon.0) 6298 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:24.224 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:23 smithi067 bash[79370]: audit 2023-12-09T02:16:23.028502+0000 mon.a (mon.0) 6299 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:24.224 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:23 smithi067 bash[79370]: audit 2023-12-09T02:16:23.106906+0000 mon.a (mon.0) 6300 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:24.224 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:23 smithi067 bash[79370]: audit 2023-12-09T02:16:23.109571+0000 mon.a (mon.0) 6301 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:24.224 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:23 smithi067 bash[79370]: audit 2023-12-09T02:16:23.112374+0000 mon.a (mon.0) 6302 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:24.224 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:23 smithi067 bash[79370]: audit 2023-12-09T02:16:23.113240+0000 mon.a (mon.0) 6303 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:24.224 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:23 smithi067 bash[79370]: audit 2023-12-09T02:16:23.120743+0000 mon.a (mon.0) 6304 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:24.224 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:23 smithi067 bash[79370]: audit 2023-12-09T02:16:23.202662+0000 mon.a (mon.0) 6305 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:24.224 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:23 smithi067 bash[79370]: audit 2023-12-09T02:16:23.205411+0000 mon.a (mon.0) 6306 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:24.224 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:23 smithi067 bash[79370]: audit 2023-12-09T02:16:23.208701+0000 mon.a (mon.0) 6307 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:24.224 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:23 smithi067 bash[79370]: audit 2023-12-09T02:16:23.209746+0000 mon.a (mon.0) 6308 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:24.224 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:23 smithi067 bash[79370]: audit 2023-12-09T02:16:23.217197+0000 mon.a (mon.0) 6309 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:24.224 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:23 smithi067 bash[79370]: audit 2023-12-09T02:16:23.295220+0000 mon.a (mon.0) 6310 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:24.225 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:23 smithi067 bash[79370]: audit 2023-12-09T02:16:23.298151+0000 mon.a (mon.0) 6311 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:24.225 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:23 smithi067 bash[79370]: audit 2023-12-09T02:16:23.301689+0000 mon.a (mon.0) 6312 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:24.225 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:23 smithi067 bash[79370]: audit 2023-12-09T02:16:23.302880+0000 mon.a (mon.0) 6313 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:24.225 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:23 smithi067 bash[79370]: audit 2023-12-09T02:16:23.310919+0000 mon.a (mon.0) 6314 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:24.225 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:23 smithi067 bash[79370]: audit 2023-12-09T02:16:23.387589+0000 mon.a (mon.0) 6315 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:24.225 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:23 smithi067 bash[79370]: audit 2023-12-09T02:16:23.390036+0000 mon.a (mon.0) 6316 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:24.225 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:23 smithi067 bash[79370]: audit 2023-12-09T02:16:23.392430+0000 mon.a (mon.0) 6317 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:24.225 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:23 smithi067 bash[79370]: audit 2023-12-09T02:16:23.393225+0000 mon.a (mon.0) 6318 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:24.225 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:23 smithi067 bash[79370]: audit 2023-12-09T02:16:23.399057+0000 mon.a (mon.0) 6319 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:24.225 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:23 smithi067 bash[79370]: audit 2023-12-09T02:16:23.482560+0000 mon.a (mon.0) 6320 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:24.225 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:23 smithi067 bash[79370]: audit 2023-12-09T02:16:23.484663+0000 mon.a (mon.0) 6321 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:24.225 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:23 smithi067 bash[79370]: audit 2023-12-09T02:16:23.487210+0000 mon.a (mon.0) 6322 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:24.225 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:23 smithi067 bash[79370]: audit 2023-12-09T02:16:23.488029+0000 mon.a (mon.0) 6323 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:24.225 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:23 smithi067 bash[79370]: audit 2023-12-09T02:16:23.495108+0000 mon.a (mon.0) 6324 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:24.225 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:23 smithi067 bash[79370]: audit 2023-12-09T02:16:23.579880+0000 mon.a (mon.0) 6325 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:24.225 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:23 smithi067 bash[79370]: audit 2023-12-09T02:16:23.581986+0000 mon.a (mon.0) 6326 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:24.226 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:23 smithi067 bash[79370]: audit 2023-12-09T02:16:23.585451+0000 mon.a (mon.0) 6327 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:24.226 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:23 smithi067 bash[79370]: audit 2023-12-09T02:16:23.586915+0000 mon.a (mon.0) 6328 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:24.226 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:23 smithi067 bash[79370]: audit 2023-12-09T02:16:23.596204+0000 mon.a (mon.0) 6329 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:24.226 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:23 smithi067 bash[79370]: audit 2023-12-09T02:16:23.681231+0000 mon.a (mon.0) 6330 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:24.226 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:23 smithi067 bash[79370]: audit 2023-12-09T02:16:23.683794+0000 mon.a (mon.0) 6331 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:24.226 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:23 smithi067 bash[79370]: audit 2023-12-09T02:16:23.686328+0000 mon.a (mon.0) 6332 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:24.226 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:23 smithi067 bash[79370]: audit 2023-12-09T02:16:23.687275+0000 mon.a (mon.0) 6333 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:24.226 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:23 smithi067 bash[79370]: audit 2023-12-09T02:16:23.693257+0000 mon.a (mon.0) 6334 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:24.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:24 smithi067 bash[82083]: cephadm 2023-12-09T02:16:22.746767+0000 mgr.y (mgr.25480) 1515 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:24.973 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:24 smithi067 bash[82083]: cephadm 2023-12-09T02:16:22.841595+0000 mgr.y (mgr.25480) 1516 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:24.973 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:24 smithi067 bash[82083]: cephadm 2023-12-09T02:16:22.935187+0000 mgr.y (mgr.25480) 1517 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:24.973 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:24 smithi067 bash[82083]: cephadm 2023-12-09T02:16:23.029011+0000 mgr.y (mgr.25480) 1518 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:24.973 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:24 smithi067 bash[82083]: cephadm 2023-12-09T02:16:23.121572+0000 mgr.y (mgr.25480) 1519 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:24.973 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:24 smithi067 bash[82083]: cephadm 2023-12-09T02:16:23.217737+0000 mgr.y (mgr.25480) 1520 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:24.973 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:24 smithi067 bash[82083]: cephadm 2023-12-09T02:16:23.311444+0000 mgr.y (mgr.25480) 1521 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:24.973 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:24 smithi067 bash[82083]: cephadm 2023-12-09T02:16:23.399893+0000 mgr.y (mgr.25480) 1522 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:24.973 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:24 smithi067 bash[82083]: cephadm 2023-12-09T02:16:23.495798+0000 mgr.y (mgr.25480) 1523 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:24.973 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:24 smithi067 bash[82083]: cephadm 2023-12-09T02:16:23.597149+0000 mgr.y (mgr.25480) 1524 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:24.974 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:24 smithi067 bash[82083]: cephadm 2023-12-09T02:16:23.693870+0000 mgr.y (mgr.25480) 1525 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:24.974 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:24 smithi067 bash[82083]: cluster 2023-12-09T02:16:23.717667+0000 mon.a (mon.0) 6335 : cluster 1 Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 4 pgs inactive, 10 pgs peering) 2023-12-09T02:16:24.974 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:24 smithi067 bash[82083]: audit 2023-12-09T02:16:23.756620+0000 mon.a (mon.0) 6336 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:24.974 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:24 smithi067 bash[82083]: audit 2023-12-09T02:16:23.758707+0000 mon.a (mon.0) 6337 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:24.974 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:24 smithi067 bash[82083]: audit 2023-12-09T02:16:23.761219+0000 mon.a (mon.0) 6338 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:24.974 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:24 smithi067 bash[82083]: audit 2023-12-09T02:16:23.762084+0000 mon.a (mon.0) 6339 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:24.974 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:24 smithi067 bash[82083]: audit 2023-12-09T02:16:23.767477+0000 mon.a (mon.0) 6340 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:24.974 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:24 smithi067 bash[82083]: audit 2023-12-09T02:16:23.851529+0000 mon.a (mon.0) 6341 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:24.974 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:24 smithi067 bash[82083]: audit 2023-12-09T02:16:23.855051+0000 mon.a (mon.0) 6342 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:24.974 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:24 smithi067 bash[82083]: audit 2023-12-09T02:16:23.857873+0000 mon.a (mon.0) 6343 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:24.974 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:24 smithi067 bash[82083]: audit 2023-12-09T02:16:23.858715+0000 mon.a (mon.0) 6344 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:24.975 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:24 smithi067 bash[79370]: cephadm 2023-12-09T02:16:22.746767+0000 mgr.y (mgr.25480) 1515 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:24.975 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:24 smithi067 bash[79370]: cephadm 2023-12-09T02:16:22.841595+0000 mgr.y (mgr.25480) 1516 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:24.975 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:24 smithi067 bash[79370]: cephadm 2023-12-09T02:16:22.935187+0000 mgr.y (mgr.25480) 1517 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:24.975 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:24 smithi067 bash[79370]: cephadm 2023-12-09T02:16:23.029011+0000 mgr.y (mgr.25480) 1518 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:24.975 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:24 smithi067 bash[79370]: cephadm 2023-12-09T02:16:23.121572+0000 mgr.y (mgr.25480) 1519 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:24.975 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:24 smithi067 bash[79370]: cephadm 2023-12-09T02:16:23.217737+0000 mgr.y (mgr.25480) 1520 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:24.975 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:24 smithi067 bash[79370]: cephadm 2023-12-09T02:16:23.311444+0000 mgr.y (mgr.25480) 1521 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:24.975 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:24 smithi067 bash[79370]: cephadm 2023-12-09T02:16:23.399893+0000 mgr.y (mgr.25480) 1522 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:24.975 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:24 smithi067 bash[79370]: cephadm 2023-12-09T02:16:23.495798+0000 mgr.y (mgr.25480) 1523 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:24.975 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:24 smithi067 bash[79370]: cephadm 2023-12-09T02:16:23.597149+0000 mgr.y (mgr.25480) 1524 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:24.976 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:24 smithi067 bash[79370]: cephadm 2023-12-09T02:16:23.693870+0000 mgr.y (mgr.25480) 1525 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:24.976 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:24 smithi067 bash[79370]: cluster 2023-12-09T02:16:23.717667+0000 mon.a (mon.0) 6335 : cluster 1 Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 4 pgs inactive, 10 pgs peering) 2023-12-09T02:16:24.976 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:24 smithi067 bash[79370]: audit 2023-12-09T02:16:23.756620+0000 mon.a (mon.0) 6336 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:24.976 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:24 smithi067 bash[79370]: audit 2023-12-09T02:16:23.758707+0000 mon.a (mon.0) 6337 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:24.976 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:24 smithi067 bash[79370]: audit 2023-12-09T02:16:23.761219+0000 mon.a (mon.0) 6338 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:24.976 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:24 smithi067 bash[79370]: audit 2023-12-09T02:16:23.762084+0000 mon.a (mon.0) 6339 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:24.976 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:24 smithi067 bash[79370]: audit 2023-12-09T02:16:23.767477+0000 mon.a (mon.0) 6340 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:24.976 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:24 smithi067 bash[79370]: audit 2023-12-09T02:16:23.851529+0000 mon.a (mon.0) 6341 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:24.976 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:24 smithi067 bash[79370]: audit 2023-12-09T02:16:23.855051+0000 mon.a (mon.0) 6342 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:24.976 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:24 smithi067 bash[79370]: audit 2023-12-09T02:16:23.857873+0000 mon.a (mon.0) 6343 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:24.976 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:24 smithi067 bash[79370]: audit 2023-12-09T02:16:23.858715+0000 mon.a (mon.0) 6344 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:24.977 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:24 smithi067 bash[82083]: audit 2023-12-09T02:16:23.866921+0000 mon.a (mon.0) 6345 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:24.977 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:24 smithi067 bash[82083]: audit 2023-12-09T02:16:23.938248+0000 mon.a (mon.0) 6346 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:24.977 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:24 smithi067 bash[82083]: audit 2023-12-09T02:16:23.940976+0000 mon.a (mon.0) 6347 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:24.977 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:24 smithi067 bash[82083]: audit 2023-12-09T02:16:23.943724+0000 mon.a (mon.0) 6348 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:24.977 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:24 smithi067 bash[82083]: audit 2023-12-09T02:16:23.944817+0000 mon.a (mon.0) 6349 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:24.977 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:24 smithi067 bash[82083]: audit 2023-12-09T02:16:23.956392+0000 mon.a (mon.0) 6350 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:24.977 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:24 smithi067 bash[82083]: audit 2023-12-09T02:16:24.036421+0000 mon.a (mon.0) 6351 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:24.977 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:24 smithi067 bash[82083]: audit 2023-12-09T02:16:24.039011+0000 mon.a (mon.0) 6352 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:24.977 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:24 smithi067 bash[82083]: audit 2023-12-09T02:16:24.041348+0000 mon.a (mon.0) 6353 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:24.977 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:24 smithi067 bash[82083]: audit 2023-12-09T02:16:24.042343+0000 mon.a (mon.0) 6354 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:24.977 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:24 smithi067 bash[82083]: audit 2023-12-09T02:16:24.051442+0000 mon.a (mon.0) 6355 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:24.977 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:24 smithi067 bash[82083]: audit 2023-12-09T02:16:24.128141+0000 mon.a (mon.0) 6356 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:24.978 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:24 smithi067 bash[82083]: audit 2023-12-09T02:16:24.131155+0000 mon.a (mon.0) 6357 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:24.978 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:24 smithi067 bash[82083]: audit 2023-12-09T02:16:24.134452+0000 mon.a (mon.0) 6358 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:24.978 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:24 smithi067 bash[82083]: audit 2023-12-09T02:16:24.135746+0000 mon.a (mon.0) 6359 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:24.978 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:24 smithi067 bash[82083]: audit 2023-12-09T02:16:24.146254+0000 mon.a (mon.0) 6360 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:24.978 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:24 smithi067 bash[82083]: audit 2023-12-09T02:16:24.227440+0000 mon.a (mon.0) 6361 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:24.978 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:24 smithi067 bash[82083]: audit 2023-12-09T02:16:24.231268+0000 mon.a (mon.0) 6362 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:24.978 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:24 smithi067 bash[82083]: audit 2023-12-09T02:16:24.235027+0000 mon.a (mon.0) 6363 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:24.978 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:24 smithi067 bash[82083]: audit 2023-12-09T02:16:24.236449+0000 mon.a (mon.0) 6364 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:24.978 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:24 smithi067 bash[82083]: audit 2023-12-09T02:16:24.247130+0000 mon.a (mon.0) 6365 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:24.978 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:24 smithi067 bash[82083]: audit 2023-12-09T02:16:24.332133+0000 mon.a (mon.0) 6366 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:24.978 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:24 smithi067 bash[82083]: audit 2023-12-09T02:16:24.336261+0000 mon.a (mon.0) 6367 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:24.978 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:24 smithi067 bash[82083]: audit 2023-12-09T02:16:24.341132+0000 mon.a (mon.0) 6368 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:24.978 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:24 smithi067 bash[82083]: audit 2023-12-09T02:16:24.342267+0000 mon.a (mon.0) 6369 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:24.978 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:24 smithi067 bash[82083]: audit 2023-12-09T02:16:24.352009+0000 mon.a (mon.0) 6370 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:24.978 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:24 smithi067 bash[82083]: audit 2023-12-09T02:16:24.431533+0000 mon.a (mon.0) 6371 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:24.979 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:24 smithi067 bash[82083]: audit 2023-12-09T02:16:24.434364+0000 mon.a (mon.0) 6372 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:24.979 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:24 smithi067 bash[82083]: audit 2023-12-09T02:16:24.437604+0000 mon.a (mon.0) 6373 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:24.979 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:24 smithi067 bash[82083]: audit 2023-12-09T02:16:24.438794+0000 mon.a (mon.0) 6374 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:24.979 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:24 smithi067 bash[82083]: audit 2023-12-09T02:16:24.447870+0000 mon.a (mon.0) 6375 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:24.979 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:24 smithi067 bash[82083]: audit 2023-12-09T02:16:24.527801+0000 mon.a (mon.0) 6376 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:24.979 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:24 smithi067 bash[82083]: audit 2023-12-09T02:16:24.530341+0000 mon.a (mon.0) 6377 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:24.979 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:24 smithi067 bash[82083]: audit 2023-12-09T02:16:24.533797+0000 mon.a (mon.0) 6378 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:24.979 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:24 smithi067 bash[82083]: audit 2023-12-09T02:16:24.535161+0000 mon.a (mon.0) 6379 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:24.979 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:24 smithi067 bash[82083]: audit 2023-12-09T02:16:24.544254+0000 mon.a (mon.0) 6380 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:24.979 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:24 smithi067 bash[82083]: audit 2023-12-09T02:16:24.621378+0000 mon.a (mon.0) 6381 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:24.979 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:24 smithi067 bash[82083]: audit 2023-12-09T02:16:24.624265+0000 mon.a (mon.0) 6382 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:24.979 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:24 smithi067 bash[82083]: audit 2023-12-09T02:16:24.626895+0000 mon.a (mon.0) 6383 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:24.980 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:24 smithi067 bash[79370]: audit 2023-12-09T02:16:23.866921+0000 mon.a (mon.0) 6345 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:24.980 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:24 smithi067 bash[79370]: audit 2023-12-09T02:16:23.938248+0000 mon.a (mon.0) 6346 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:24.980 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:24 smithi067 bash[79370]: audit 2023-12-09T02:16:23.940976+0000 mon.a (mon.0) 6347 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:24.980 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:24 smithi067 bash[79370]: audit 2023-12-09T02:16:23.943724+0000 mon.a (mon.0) 6348 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:24.980 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:24 smithi067 bash[79370]: audit 2023-12-09T02:16:23.944817+0000 mon.a (mon.0) 6349 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:24.980 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:24 smithi067 bash[79370]: audit 2023-12-09T02:16:23.956392+0000 mon.a (mon.0) 6350 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:24.980 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:24 smithi067 bash[79370]: audit 2023-12-09T02:16:24.036421+0000 mon.a (mon.0) 6351 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:24.980 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:24 smithi067 bash[79370]: audit 2023-12-09T02:16:24.039011+0000 mon.a (mon.0) 6352 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:24.980 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:24 smithi067 bash[79370]: audit 2023-12-09T02:16:24.041348+0000 mon.a (mon.0) 6353 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:24.980 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:24 smithi067 bash[79370]: audit 2023-12-09T02:16:24.042343+0000 mon.a (mon.0) 6354 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:24.980 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:24 smithi067 bash[79370]: audit 2023-12-09T02:16:24.051442+0000 mon.a (mon.0) 6355 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:24.980 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:24 smithi067 bash[79370]: audit 2023-12-09T02:16:24.128141+0000 mon.a (mon.0) 6356 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:24.980 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:24 smithi067 bash[79370]: audit 2023-12-09T02:16:24.131155+0000 mon.a (mon.0) 6357 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:24.980 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:24 smithi067 bash[79370]: audit 2023-12-09T02:16:24.134452+0000 mon.a (mon.0) 6358 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:24.981 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:24 smithi067 bash[79370]: audit 2023-12-09T02:16:24.135746+0000 mon.a (mon.0) 6359 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:24.981 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:24 smithi067 bash[79370]: audit 2023-12-09T02:16:24.146254+0000 mon.a (mon.0) 6360 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:24.981 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:24 smithi067 bash[79370]: audit 2023-12-09T02:16:24.227440+0000 mon.a (mon.0) 6361 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:24.981 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:24 smithi067 bash[79370]: audit 2023-12-09T02:16:24.231268+0000 mon.a (mon.0) 6362 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:24.981 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:24 smithi067 bash[79370]: audit 2023-12-09T02:16:24.235027+0000 mon.a (mon.0) 6363 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:24.981 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:24 smithi067 bash[82083]: audit 2023-12-09T02:16:24.627830+0000 mon.a (mon.0) 6384 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:24.981 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:24 smithi067 bash[82083]: audit 2023-12-09T02:16:24.636180+0000 mon.a (mon.0) 6385 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:24.981 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:24 smithi067 bash[82083]: audit 2023-12-09T02:16:24.706003+0000 mon.a (mon.0) 6386 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:24.981 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:24 smithi067 bash[82083]: audit 2023-12-09T02:16:24.708715+0000 mon.a (mon.0) 6387 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:24.981 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:24 smithi067 bash[82083]: audit 2023-12-09T02:16:24.711060+0000 mon.a (mon.0) 6388 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:24.981 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:24 smithi067 bash[82083]: audit 2023-12-09T02:16:24.711880+0000 mon.a (mon.0) 6389 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:24.981 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:24 smithi067 bash[82083]: audit 2023-12-09T02:16:24.717450+0000 mon.a (mon.0) 6390 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:24.982 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:24 smithi067 bash[79370]: audit 2023-12-09T02:16:24.236449+0000 mon.a (mon.0) 6364 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:24.982 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:24 smithi067 bash[79370]: audit 2023-12-09T02:16:24.247130+0000 mon.a (mon.0) 6365 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:24.982 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:24 smithi067 bash[79370]: audit 2023-12-09T02:16:24.332133+0000 mon.a (mon.0) 6366 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:24.982 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:24 smithi067 bash[79370]: audit 2023-12-09T02:16:24.336261+0000 mon.a (mon.0) 6367 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:24.982 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:24 smithi067 bash[79370]: audit 2023-12-09T02:16:24.341132+0000 mon.a (mon.0) 6368 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:24.982 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:24 smithi067 bash[79370]: audit 2023-12-09T02:16:24.342267+0000 mon.a (mon.0) 6369 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:24.982 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:24 smithi067 bash[79370]: audit 2023-12-09T02:16:24.352009+0000 mon.a (mon.0) 6370 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:24.982 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:24 smithi067 bash[79370]: audit 2023-12-09T02:16:24.431533+0000 mon.a (mon.0) 6371 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:24.982 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:24 smithi067 bash[79370]: audit 2023-12-09T02:16:24.434364+0000 mon.a (mon.0) 6372 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:24.982 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:24 smithi067 bash[79370]: audit 2023-12-09T02:16:24.437604+0000 mon.a (mon.0) 6373 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:24.983 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:24 smithi067 bash[79370]: audit 2023-12-09T02:16:24.438794+0000 mon.a (mon.0) 6374 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:24.983 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:24 smithi067 bash[79370]: audit 2023-12-09T02:16:24.447870+0000 mon.a (mon.0) 6375 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:24.983 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:24 smithi067 bash[79370]: audit 2023-12-09T02:16:24.527801+0000 mon.a (mon.0) 6376 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:24.983 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:24 smithi067 bash[79370]: audit 2023-12-09T02:16:24.530341+0000 mon.a (mon.0) 6377 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:24.983 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:24 smithi067 bash[79370]: audit 2023-12-09T02:16:24.533797+0000 mon.a (mon.0) 6378 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:24.983 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:24 smithi067 bash[79370]: audit 2023-12-09T02:16:24.535161+0000 mon.a (mon.0) 6379 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:24.983 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:24 smithi067 bash[79370]: audit 2023-12-09T02:16:24.544254+0000 mon.a (mon.0) 6380 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:24.983 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:24 smithi067 bash[79370]: audit 2023-12-09T02:16:24.621378+0000 mon.a (mon.0) 6381 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:24.983 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:24 smithi067 bash[79370]: audit 2023-12-09T02:16:24.624265+0000 mon.a (mon.0) 6382 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:24.983 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:24 smithi067 bash[79370]: audit 2023-12-09T02:16:24.626895+0000 mon.a (mon.0) 6383 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:24.983 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:24 smithi067 bash[79370]: audit 2023-12-09T02:16:24.627830+0000 mon.a (mon.0) 6384 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:24.984 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:24 smithi067 bash[79370]: audit 2023-12-09T02:16:24.636180+0000 mon.a (mon.0) 6385 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:24.984 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:24 smithi067 bash[79370]: audit 2023-12-09T02:16:24.706003+0000 mon.a (mon.0) 6386 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:24.984 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:24 smithi067 bash[79370]: audit 2023-12-09T02:16:24.708715+0000 mon.a (mon.0) 6387 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:24.984 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:24 smithi067 bash[79370]: audit 2023-12-09T02:16:24.711060+0000 mon.a (mon.0) 6388 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:24.984 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:24 smithi067 bash[79370]: audit 2023-12-09T02:16:24.711880+0000 mon.a (mon.0) 6389 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:24.984 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:24 smithi067 bash[79370]: audit 2023-12-09T02:16:24.717450+0000 mon.a (mon.0) 6390 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:24.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:24 smithi125 bash[66801]: cephadm 2023-12-09T02:16:22.746767+0000 mgr.y (mgr.25480) 1515 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:24.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:24 smithi125 bash[66801]: cephadm 2023-12-09T02:16:22.841595+0000 mgr.y (mgr.25480) 1516 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:24.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:24 smithi125 bash[66801]: cephadm 2023-12-09T02:16:22.935187+0000 mgr.y (mgr.25480) 1517 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:24.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:24 smithi125 bash[66801]: cephadm 2023-12-09T02:16:23.029011+0000 mgr.y (mgr.25480) 1518 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:24.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:24 smithi125 bash[66801]: cephadm 2023-12-09T02:16:23.121572+0000 mgr.y (mgr.25480) 1519 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:24.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:24 smithi125 bash[66801]: cephadm 2023-12-09T02:16:23.217737+0000 mgr.y (mgr.25480) 1520 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:24.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:24 smithi125 bash[66801]: cephadm 2023-12-09T02:16:23.311444+0000 mgr.y (mgr.25480) 1521 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:24.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:24 smithi125 bash[66801]: cephadm 2023-12-09T02:16:23.399893+0000 mgr.y (mgr.25480) 1522 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:24.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:24 smithi125 bash[66801]: cephadm 2023-12-09T02:16:23.495798+0000 mgr.y (mgr.25480) 1523 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:24.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:24 smithi125 bash[66801]: cephadm 2023-12-09T02:16:23.597149+0000 mgr.y (mgr.25480) 1524 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:24.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:24 smithi125 bash[66801]: cephadm 2023-12-09T02:16:23.693870+0000 mgr.y (mgr.25480) 1525 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:24.985 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:24 smithi125 bash[66801]: cluster 2023-12-09T02:16:23.717667+0000 mon.a (mon.0) 6335 : cluster 1 Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 4 pgs inactive, 10 pgs peering) 2023-12-09T02:16:24.986 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:24 smithi125 bash[66801]: audit 2023-12-09T02:16:23.756620+0000 mon.a (mon.0) 6336 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:24.986 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:24 smithi125 bash[66801]: audit 2023-12-09T02:16:23.758707+0000 mon.a (mon.0) 6337 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:24.986 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:24 smithi125 bash[66801]: audit 2023-12-09T02:16:23.761219+0000 mon.a (mon.0) 6338 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:24.986 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:24 smithi125 bash[66801]: audit 2023-12-09T02:16:23.762084+0000 mon.a (mon.0) 6339 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:24.986 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:24 smithi125 bash[66801]: audit 2023-12-09T02:16:23.767477+0000 mon.a (mon.0) 6340 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:24.986 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:24 smithi125 bash[66801]: audit 2023-12-09T02:16:23.851529+0000 mon.a (mon.0) 6341 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:24.986 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:24 smithi125 bash[66801]: audit 2023-12-09T02:16:23.855051+0000 mon.a (mon.0) 6342 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:24.986 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:24 smithi125 bash[66801]: audit 2023-12-09T02:16:23.857873+0000 mon.a (mon.0) 6343 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:24.986 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:24 smithi125 bash[66801]: audit 2023-12-09T02:16:23.858715+0000 mon.a (mon.0) 6344 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:24.986 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:24 smithi125 bash[66801]: audit 2023-12-09T02:16:23.866921+0000 mon.a (mon.0) 6345 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:24.986 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:24 smithi125 bash[66801]: audit 2023-12-09T02:16:23.938248+0000 mon.a (mon.0) 6346 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:24.986 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:24 smithi125 bash[66801]: audit 2023-12-09T02:16:23.940976+0000 mon.a (mon.0) 6347 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:24.986 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:24 smithi125 bash[66801]: audit 2023-12-09T02:16:23.943724+0000 mon.a (mon.0) 6348 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:24.987 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:24 smithi125 bash[66801]: audit 2023-12-09T02:16:23.944817+0000 mon.a (mon.0) 6349 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:24.987 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:24 smithi125 bash[66801]: audit 2023-12-09T02:16:23.956392+0000 mon.a (mon.0) 6350 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:24.987 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:24 smithi125 bash[66801]: audit 2023-12-09T02:16:24.036421+0000 mon.a (mon.0) 6351 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:24.987 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:24 smithi125 bash[66801]: audit 2023-12-09T02:16:24.039011+0000 mon.a (mon.0) 6352 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:24.987 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:24 smithi125 bash[66801]: audit 2023-12-09T02:16:24.041348+0000 mon.a (mon.0) 6353 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:24.987 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:24 smithi125 bash[66801]: audit 2023-12-09T02:16:24.042343+0000 mon.a (mon.0) 6354 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:24.987 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:24 smithi125 bash[66801]: audit 2023-12-09T02:16:24.051442+0000 mon.a (mon.0) 6355 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:24.987 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:24 smithi125 bash[66801]: audit 2023-12-09T02:16:24.128141+0000 mon.a (mon.0) 6356 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:24.987 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:24 smithi125 bash[66801]: audit 2023-12-09T02:16:24.131155+0000 mon.a (mon.0) 6357 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:24.987 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:24 smithi125 bash[66801]: audit 2023-12-09T02:16:24.134452+0000 mon.a (mon.0) 6358 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:24.987 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:24 smithi125 bash[66801]: audit 2023-12-09T02:16:24.135746+0000 mon.a (mon.0) 6359 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:24.987 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:24 smithi125 bash[66801]: audit 2023-12-09T02:16:24.146254+0000 mon.a (mon.0) 6360 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:24.987 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:24 smithi125 bash[66801]: audit 2023-12-09T02:16:24.227440+0000 mon.a (mon.0) 6361 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:24.987 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:24 smithi125 bash[66801]: audit 2023-12-09T02:16:24.231268+0000 mon.a (mon.0) 6362 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:24.988 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:24 smithi125 bash[66801]: audit 2023-12-09T02:16:24.235027+0000 mon.a (mon.0) 6363 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:24.988 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:24 smithi125 bash[66801]: audit 2023-12-09T02:16:24.236449+0000 mon.a (mon.0) 6364 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:24.988 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:24 smithi125 bash[66801]: audit 2023-12-09T02:16:24.247130+0000 mon.a (mon.0) 6365 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:24.988 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:24 smithi125 bash[66801]: audit 2023-12-09T02:16:24.332133+0000 mon.a (mon.0) 6366 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:24.988 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:24 smithi125 bash[66801]: audit 2023-12-09T02:16:24.336261+0000 mon.a (mon.0) 6367 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:24.988 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:24 smithi125 bash[66801]: audit 2023-12-09T02:16:24.341132+0000 mon.a (mon.0) 6368 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:24.988 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:24 smithi125 bash[66801]: audit 2023-12-09T02:16:24.342267+0000 mon.a (mon.0) 6369 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:24.988 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:24 smithi125 bash[66801]: audit 2023-12-09T02:16:24.352009+0000 mon.a (mon.0) 6370 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:24.988 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:24 smithi125 bash[66801]: audit 2023-12-09T02:16:24.431533+0000 mon.a (mon.0) 6371 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:24.988 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:24 smithi125 bash[66801]: audit 2023-12-09T02:16:24.434364+0000 mon.a (mon.0) 6372 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:24.988 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:24 smithi125 bash[66801]: audit 2023-12-09T02:16:24.437604+0000 mon.a (mon.0) 6373 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:24.988 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:24 smithi125 bash[66801]: audit 2023-12-09T02:16:24.438794+0000 mon.a (mon.0) 6374 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:24.988 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:24 smithi125 bash[66801]: audit 2023-12-09T02:16:24.447870+0000 mon.a (mon.0) 6375 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:24.988 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:24 smithi125 bash[66801]: audit 2023-12-09T02:16:24.527801+0000 mon.a (mon.0) 6376 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:24.988 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:24 smithi125 bash[66801]: audit 2023-12-09T02:16:24.530341+0000 mon.a (mon.0) 6377 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:24.988 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:24 smithi125 bash[66801]: audit 2023-12-09T02:16:24.533797+0000 mon.a (mon.0) 6378 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:24.989 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:24 smithi125 bash[66801]: audit 2023-12-09T02:16:24.535161+0000 mon.a (mon.0) 6379 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:24.989 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:24 smithi125 bash[66801]: audit 2023-12-09T02:16:24.544254+0000 mon.a (mon.0) 6380 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:24.989 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:24 smithi125 bash[66801]: audit 2023-12-09T02:16:24.621378+0000 mon.a (mon.0) 6381 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:24.989 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:24 smithi125 bash[66801]: audit 2023-12-09T02:16:24.624265+0000 mon.a (mon.0) 6382 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:24.989 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:24 smithi125 bash[66801]: audit 2023-12-09T02:16:24.626895+0000 mon.a (mon.0) 6383 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:24.989 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:24 smithi125 bash[66801]: audit 2023-12-09T02:16:24.627830+0000 mon.a (mon.0) 6384 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:24.989 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:24 smithi125 bash[66801]: audit 2023-12-09T02:16:24.636180+0000 mon.a (mon.0) 6385 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:24.989 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:24 smithi125 bash[66801]: audit 2023-12-09T02:16:24.706003+0000 mon.a (mon.0) 6386 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:24.989 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:24 smithi125 bash[66801]: audit 2023-12-09T02:16:24.708715+0000 mon.a (mon.0) 6387 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:24.989 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:24 smithi125 bash[66801]: audit 2023-12-09T02:16:24.711060+0000 mon.a (mon.0) 6388 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:24.989 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:24 smithi125 bash[66801]: audit 2023-12-09T02:16:24.711880+0000 mon.a (mon.0) 6389 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:24.989 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:24 smithi125 bash[66801]: audit 2023-12-09T02:16:24.717450+0000 mon.a (mon.0) 6390 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:25.956 INFO:journalctl@ceph.osd.7.smithi125.stdout:Dec 09 02:16:25 smithi125 bash[82798]: debug 2023-12-09T02:16:25.758+0000 7f6e6571b700 1 -- 172.21.15.125:0/991140143 <== mon.2 v2:172.21.15.125:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55e4cfa9b1e0 con 0x55e4cfb20c00 2023-12-09T02:16:25.957 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:25 smithi125 bash[66801]: cephadm 2023-12-09T02:16:23.768180+0000 mgr.y (mgr.25480) 1526 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:25.957 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:25 smithi125 bash[66801]: cephadm 2023-12-09T02:16:23.871460+0000 mgr.y (mgr.25480) 1527 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:25.957 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:25 smithi125 bash[66801]: cephadm 2023-12-09T02:16:23.957072+0000 mgr.y (mgr.25480) 1528 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:25.957 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:25 smithi125 bash[66801]: cephadm 2023-12-09T02:16:24.052230+0000 mgr.y (mgr.25480) 1529 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:25.957 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:25 smithi125 bash[66801]: cephadm 2023-12-09T02:16:24.146882+0000 mgr.y (mgr.25480) 1530 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:25.957 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:25 smithi125 bash[66801]: cephadm 2023-12-09T02:16:24.248219+0000 mgr.y (mgr.25480) 1531 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:25.957 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:25 smithi125 bash[66801]: cephadm 2023-12-09T02:16:24.352869+0000 mgr.y (mgr.25480) 1532 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:25.957 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:25 smithi125 bash[66801]: cephadm 2023-12-09T02:16:24.448723+0000 mgr.y (mgr.25480) 1533 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:25.958 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:25 smithi125 bash[66801]: cephadm 2023-12-09T02:16:24.545044+0000 mgr.y (mgr.25480) 1534 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:25.958 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:25 smithi125 bash[66801]: cephadm 2023-12-09T02:16:24.636875+0000 mgr.y (mgr.25480) 1535 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:25.958 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:25 smithi125 bash[66801]: cephadm 2023-12-09T02:16:24.718024+0000 mgr.y (mgr.25480) 1536 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:25.958 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:25 smithi125 bash[66801]: cluster 2023-12-09T02:16:24.735914+0000 mgr.y (mgr.25480) 1537 : cluster 0 pgmap v265: 161 pgs: 40 active+undersized, 26 active+undersized+degraded, 95 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 93/726 objects degraded (12.810%) 2023-12-09T02:16:25.958 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:25 smithi125 bash[66801]: audit 2023-12-09T02:16:24.795921+0000 mon.a (mon.0) 6391 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:25.958 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:25 smithi125 bash[66801]: audit 2023-12-09T02:16:24.799078+0000 mon.a (mon.0) 6392 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:25.958 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:25 smithi125 bash[66801]: audit 2023-12-09T02:16:24.802793+0000 mon.a (mon.0) 6393 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:25.958 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:25 smithi125 bash[66801]: audit 2023-12-09T02:16:24.804091+0000 mon.a (mon.0) 6394 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:25.958 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:25 smithi125 bash[66801]: audit 2023-12-09T02:16:24.812958+0000 mon.a (mon.0) 6395 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:25.958 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:25 smithi125 bash[66801]: audit 2023-12-09T02:16:24.897140+0000 mon.a (mon.0) 6396 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:25.958 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:25 smithi125 bash[66801]: audit 2023-12-09T02:16:24.899718+0000 mon.a (mon.0) 6397 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:25.958 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:25 smithi125 bash[66801]: audit 2023-12-09T02:16:24.902676+0000 mon.a (mon.0) 6398 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:25.958 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:25 smithi125 bash[66801]: audit 2023-12-09T02:16:24.903903+0000 mon.a (mon.0) 6399 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:25.958 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:25 smithi125 bash[66801]: audit 2023-12-09T02:16:24.914011+0000 mon.a (mon.0) 6400 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:25.959 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:25 smithi125 bash[66801]: audit 2023-12-09T02:16:24.995134+0000 mon.a (mon.0) 6401 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:25.959 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:25 smithi125 bash[66801]: audit 2023-12-09T02:16:24.998138+0000 mon.a (mon.0) 6402 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:25.959 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:25 smithi125 bash[66801]: audit 2023-12-09T02:16:25.000893+0000 mon.a (mon.0) 6403 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:25.959 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:25 smithi125 bash[66801]: audit 2023-12-09T02:16:25.002110+0000 mon.a (mon.0) 6404 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:25.959 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:25 smithi125 bash[66801]: audit 2023-12-09T02:16:25.009698+0000 mon.a (mon.0) 6405 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:25.959 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:25 smithi125 bash[66801]: audit 2023-12-09T02:16:25.089492+0000 mon.a (mon.0) 6406 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:25.959 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:25 smithi125 bash[66801]: audit 2023-12-09T02:16:25.093171+0000 mon.a (mon.0) 6407 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:25.959 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:25 smithi125 bash[66801]: audit 2023-12-09T02:16:25.096404+0000 mon.a (mon.0) 6408 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:25.959 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:25 smithi125 bash[66801]: audit 2023-12-09T02:16:25.097528+0000 mon.a (mon.0) 6409 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:25.959 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:25 smithi125 bash[66801]: audit 2023-12-09T02:16:25.105538+0000 mon.a (mon.0) 6410 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:25.959 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:25 smithi125 bash[66801]: audit 2023-12-09T02:16:25.188381+0000 mon.a (mon.0) 6411 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:25.959 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:25 smithi125 bash[66801]: audit 2023-12-09T02:16:25.190803+0000 mon.a (mon.0) 6412 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:25.959 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:25 smithi125 bash[66801]: audit 2023-12-09T02:16:25.193697+0000 mon.a (mon.0) 6413 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:25.959 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:25 smithi125 bash[66801]: audit 2023-12-09T02:16:25.194945+0000 mon.a (mon.0) 6414 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:25.959 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:25 smithi125 bash[66801]: audit 2023-12-09T02:16:25.203108+0000 mon.a (mon.0) 6415 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:25.960 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:25 smithi125 bash[66801]: audit 2023-12-09T02:16:25.282349+0000 mon.a (mon.0) 6416 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:25.960 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:25 smithi125 bash[66801]: audit 2023-12-09T02:16:25.285242+0000 mon.a (mon.0) 6417 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:25.960 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:25 smithi125 bash[66801]: audit 2023-12-09T02:16:25.288784+0000 mon.a (mon.0) 6418 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:25.960 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:25 smithi125 bash[66801]: audit 2023-12-09T02:16:25.290383+0000 mon.a (mon.0) 6419 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:25.960 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:25 smithi125 bash[66801]: audit 2023-12-09T02:16:25.301382+0000 mon.a (mon.0) 6420 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:25.960 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:25 smithi125 bash[66801]: audit 2023-12-09T02:16:25.382402+0000 mon.a (mon.0) 6421 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:25.960 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:25 smithi125 bash[66801]: audit 2023-12-09T02:16:25.385898+0000 mon.a (mon.0) 6422 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:25.960 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:25 smithi125 bash[66801]: audit 2023-12-09T02:16:25.389623+0000 mon.a (mon.0) 6423 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:25.960 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:25 smithi125 bash[66801]: audit 2023-12-09T02:16:25.390854+0000 mon.a (mon.0) 6424 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:25.960 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:25 smithi125 bash[66801]: audit 2023-12-09T02:16:25.400555+0000 mon.a (mon.0) 6425 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:25.960 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:25 smithi125 bash[66801]: audit 2023-12-09T02:16:25.478125+0000 mon.a (mon.0) 6426 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:25.960 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:25 smithi125 bash[66801]: audit 2023-12-09T02:16:25.481182+0000 mon.a (mon.0) 6427 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:25.960 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:25 smithi125 bash[66801]: audit 2023-12-09T02:16:25.484546+0000 mon.a (mon.0) 6428 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:25.960 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:25 smithi125 bash[66801]: audit 2023-12-09T02:16:25.485770+0000 mon.a (mon.0) 6429 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:25.960 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:25 smithi125 bash[66801]: audit 2023-12-09T02:16:25.496560+0000 mon.a (mon.0) 6430 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:25.961 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:25 smithi125 bash[66801]: audit 2023-12-09T02:16:25.574729+0000 mon.a (mon.0) 6431 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:25.961 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:25 smithi125 bash[66801]: audit 2023-12-09T02:16:25.577785+0000 mon.a (mon.0) 6432 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:25.961 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:25 smithi125 bash[66801]: audit 2023-12-09T02:16:25.581663+0000 mon.a (mon.0) 6433 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:25.961 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:25 smithi125 bash[66801]: audit 2023-12-09T02:16:25.582762+0000 mon.a (mon.0) 6434 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:25.961 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:25 smithi125 bash[66801]: audit 2023-12-09T02:16:25.592670+0000 mon.a (mon.0) 6435 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:25.961 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:25 smithi125 bash[66801]: audit 2023-12-09T02:16:25.675051+0000 mon.a (mon.0) 6436 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:25.961 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:25 smithi125 bash[66801]: audit 2023-12-09T02:16:25.677738+0000 mon.a (mon.0) 6437 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:25.961 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:25 smithi125 bash[66801]: audit 2023-12-09T02:16:25.680745+0000 mon.a (mon.0) 6438 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:25.961 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:25 smithi125 bash[66801]: audit 2023-12-09T02:16:25.682440+0000 mon.a (mon.0) 6439 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:25.961 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:25 smithi125 bash[66801]: audit 2023-12-09T02:16:25.693093+0000 mon.a (mon.0) 6440 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:26.220 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:25 smithi067 bash[82083]: cephadm 2023-12-09T02:16:23.768180+0000 mgr.y (mgr.25480) 1526 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:26.220 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:25 smithi067 bash[82083]: cephadm 2023-12-09T02:16:23.871460+0000 mgr.y (mgr.25480) 1527 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:26.221 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:25 smithi067 bash[82083]: cephadm 2023-12-09T02:16:23.957072+0000 mgr.y (mgr.25480) 1528 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:26.221 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:25 smithi067 bash[82083]: cephadm 2023-12-09T02:16:24.052230+0000 mgr.y (mgr.25480) 1529 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:26.221 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:25 smithi067 bash[82083]: cephadm 2023-12-09T02:16:24.146882+0000 mgr.y (mgr.25480) 1530 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:26.221 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:25 smithi067 bash[82083]: cephadm 2023-12-09T02:16:24.248219+0000 mgr.y (mgr.25480) 1531 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:26.221 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:25 smithi067 bash[82083]: cephadm 2023-12-09T02:16:24.352869+0000 mgr.y (mgr.25480) 1532 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:26.221 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:25 smithi067 bash[82083]: cephadm 2023-12-09T02:16:24.448723+0000 mgr.y (mgr.25480) 1533 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:26.221 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:25 smithi067 bash[82083]: cephadm 2023-12-09T02:16:24.545044+0000 mgr.y (mgr.25480) 1534 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:26.221 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:25 smithi067 bash[82083]: cephadm 2023-12-09T02:16:24.636875+0000 mgr.y (mgr.25480) 1535 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:26.221 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:25 smithi067 bash[82083]: cephadm 2023-12-09T02:16:24.718024+0000 mgr.y (mgr.25480) 1536 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:26.221 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:25 smithi067 bash[82083]: cluster 2023-12-09T02:16:24.735914+0000 mgr.y (mgr.25480) 1537 : cluster 0 pgmap v265: 161 pgs: 40 active+undersized, 26 active+undersized+degraded, 95 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 93/726 objects degraded (12.810%) 2023-12-09T02:16:26.221 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:25 smithi067 bash[82083]: audit 2023-12-09T02:16:24.795921+0000 mon.a (mon.0) 6391 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:26.221 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:25 smithi067 bash[82083]: audit 2023-12-09T02:16:24.799078+0000 mon.a (mon.0) 6392 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:26.221 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:25 smithi067 bash[82083]: audit 2023-12-09T02:16:24.802793+0000 mon.a (mon.0) 6393 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:26.221 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:25 smithi067 bash[82083]: audit 2023-12-09T02:16:24.804091+0000 mon.a (mon.0) 6394 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:26.221 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:25 smithi067 bash[82083]: audit 2023-12-09T02:16:24.812958+0000 mon.a (mon.0) 6395 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:26.222 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:25 smithi067 bash[82083]: audit 2023-12-09T02:16:24.897140+0000 mon.a (mon.0) 6396 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:26.222 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:25 smithi067 bash[82083]: audit 2023-12-09T02:16:24.899718+0000 mon.a (mon.0) 6397 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:26.222 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:25 smithi067 bash[82083]: audit 2023-12-09T02:16:24.902676+0000 mon.a (mon.0) 6398 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:26.222 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:25 smithi067 bash[82083]: audit 2023-12-09T02:16:24.903903+0000 mon.a (mon.0) 6399 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:26.222 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:25 smithi067 bash[82083]: audit 2023-12-09T02:16:24.914011+0000 mon.a (mon.0) 6400 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:26.222 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:25 smithi067 bash[82083]: audit 2023-12-09T02:16:24.995134+0000 mon.a (mon.0) 6401 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:26.222 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:25 smithi067 bash[82083]: audit 2023-12-09T02:16:24.998138+0000 mon.a (mon.0) 6402 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:26.222 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:25 smithi067 bash[82083]: audit 2023-12-09T02:16:25.000893+0000 mon.a (mon.0) 6403 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:26.222 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:25 smithi067 bash[82083]: audit 2023-12-09T02:16:25.002110+0000 mon.a (mon.0) 6404 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:26.222 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:25 smithi067 bash[82083]: audit 2023-12-09T02:16:25.009698+0000 mon.a (mon.0) 6405 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:26.222 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:25 smithi067 bash[82083]: audit 2023-12-09T02:16:25.089492+0000 mon.a (mon.0) 6406 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:26.222 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:25 smithi067 bash[82083]: audit 2023-12-09T02:16:25.093171+0000 mon.a (mon.0) 6407 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:26.222 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:25 smithi067 bash[82083]: audit 2023-12-09T02:16:25.096404+0000 mon.a (mon.0) 6408 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:26.222 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:25 smithi067 bash[82083]: audit 2023-12-09T02:16:25.097528+0000 mon.a (mon.0) 6409 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:26.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:25 smithi067 bash[82083]: audit 2023-12-09T02:16:25.105538+0000 mon.a (mon.0) 6410 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:26.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:25 smithi067 bash[82083]: audit 2023-12-09T02:16:25.188381+0000 mon.a (mon.0) 6411 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:26.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:25 smithi067 bash[82083]: audit 2023-12-09T02:16:25.190803+0000 mon.a (mon.0) 6412 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:26.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:25 smithi067 bash[82083]: audit 2023-12-09T02:16:25.193697+0000 mon.a (mon.0) 6413 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:26.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:25 smithi067 bash[82083]: audit 2023-12-09T02:16:25.194945+0000 mon.a (mon.0) 6414 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:26.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:25 smithi067 bash[82083]: audit 2023-12-09T02:16:25.203108+0000 mon.a (mon.0) 6415 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:26.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:25 smithi067 bash[82083]: audit 2023-12-09T02:16:25.282349+0000 mon.a (mon.0) 6416 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:26.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:25 smithi067 bash[82083]: audit 2023-12-09T02:16:25.285242+0000 mon.a (mon.0) 6417 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:26.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:25 smithi067 bash[82083]: audit 2023-12-09T02:16:25.288784+0000 mon.a (mon.0) 6418 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:26.223 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:25 smithi067 bash[79370]: cephadm 2023-12-09T02:16:23.768180+0000 mgr.y (mgr.25480) 1526 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:26.223 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:25 smithi067 bash[79370]: cephadm 2023-12-09T02:16:23.871460+0000 mgr.y (mgr.25480) 1527 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:26.223 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:25 smithi067 bash[79370]: cephadm 2023-12-09T02:16:23.957072+0000 mgr.y (mgr.25480) 1528 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:26.224 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:25 smithi067 bash[79370]: cephadm 2023-12-09T02:16:24.052230+0000 mgr.y (mgr.25480) 1529 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:26.224 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:25 smithi067 bash[79370]: cephadm 2023-12-09T02:16:24.146882+0000 mgr.y (mgr.25480) 1530 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:26.224 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:25 smithi067 bash[79370]: cephadm 2023-12-09T02:16:24.248219+0000 mgr.y (mgr.25480) 1531 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:26.224 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:25 smithi067 bash[79370]: cephadm 2023-12-09T02:16:24.352869+0000 mgr.y (mgr.25480) 1532 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:26.224 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:25 smithi067 bash[79370]: cephadm 2023-12-09T02:16:24.448723+0000 mgr.y (mgr.25480) 1533 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:26.224 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:25 smithi067 bash[79370]: cephadm 2023-12-09T02:16:24.545044+0000 mgr.y (mgr.25480) 1534 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:26.224 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:25 smithi067 bash[79370]: cephadm 2023-12-09T02:16:24.636875+0000 mgr.y (mgr.25480) 1535 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:26.224 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:25 smithi067 bash[79370]: cephadm 2023-12-09T02:16:24.718024+0000 mgr.y (mgr.25480) 1536 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:26.224 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:25 smithi067 bash[79370]: cluster 2023-12-09T02:16:24.735914+0000 mgr.y (mgr.25480) 1537 : cluster 0 pgmap v265: 161 pgs: 40 active+undersized, 26 active+undersized+degraded, 95 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 93/726 objects degraded (12.810%) 2023-12-09T02:16:26.224 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:25 smithi067 bash[79370]: audit 2023-12-09T02:16:24.795921+0000 mon.a (mon.0) 6391 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:26.224 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:25 smithi067 bash[79370]: audit 2023-12-09T02:16:24.799078+0000 mon.a (mon.0) 6392 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:26.224 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:25 smithi067 bash[79370]: audit 2023-12-09T02:16:24.802793+0000 mon.a (mon.0) 6393 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:26.224 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:25 smithi067 bash[79370]: audit 2023-12-09T02:16:24.804091+0000 mon.a (mon.0) 6394 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:26.224 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:25 smithi067 bash[79370]: audit 2023-12-09T02:16:24.812958+0000 mon.a (mon.0) 6395 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:26.225 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:25 smithi067 bash[79370]: audit 2023-12-09T02:16:24.897140+0000 mon.a (mon.0) 6396 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:26.225 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:25 smithi067 bash[79370]: audit 2023-12-09T02:16:24.899718+0000 mon.a (mon.0) 6397 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:26.225 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:25 smithi067 bash[79370]: audit 2023-12-09T02:16:24.902676+0000 mon.a (mon.0) 6398 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:26.225 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:25 smithi067 bash[82083]: audit 2023-12-09T02:16:25.290383+0000 mon.a (mon.0) 6419 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:26.225 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:25 smithi067 bash[82083]: audit 2023-12-09T02:16:25.301382+0000 mon.a (mon.0) 6420 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:26.225 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:25 smithi067 bash[82083]: audit 2023-12-09T02:16:25.382402+0000 mon.a (mon.0) 6421 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:26.225 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:25 smithi067 bash[82083]: audit 2023-12-09T02:16:25.385898+0000 mon.a (mon.0) 6422 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:26.226 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:25 smithi067 bash[82083]: audit 2023-12-09T02:16:25.389623+0000 mon.a (mon.0) 6423 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:26.226 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:25 smithi067 bash[82083]: audit 2023-12-09T02:16:25.390854+0000 mon.a (mon.0) 6424 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:26.226 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:25 smithi067 bash[82083]: audit 2023-12-09T02:16:25.400555+0000 mon.a (mon.0) 6425 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:26.226 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:25 smithi067 bash[82083]: audit 2023-12-09T02:16:25.478125+0000 mon.a (mon.0) 6426 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:26.226 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:25 smithi067 bash[82083]: audit 2023-12-09T02:16:25.481182+0000 mon.a (mon.0) 6427 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:26.226 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:25 smithi067 bash[82083]: audit 2023-12-09T02:16:25.484546+0000 mon.a (mon.0) 6428 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:26.226 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:25 smithi067 bash[82083]: audit 2023-12-09T02:16:25.485770+0000 mon.a (mon.0) 6429 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:26.226 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:25 smithi067 bash[82083]: audit 2023-12-09T02:16:25.496560+0000 mon.a (mon.0) 6430 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:26.226 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:25 smithi067 bash[82083]: audit 2023-12-09T02:16:25.574729+0000 mon.a (mon.0) 6431 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:26.226 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:25 smithi067 bash[82083]: audit 2023-12-09T02:16:25.577785+0000 mon.a (mon.0) 6432 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:26.226 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:25 smithi067 bash[82083]: audit 2023-12-09T02:16:25.581663+0000 mon.a (mon.0) 6433 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:26.226 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:25 smithi067 bash[82083]: audit 2023-12-09T02:16:25.582762+0000 mon.a (mon.0) 6434 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:26.226 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:25 smithi067 bash[82083]: audit 2023-12-09T02:16:25.592670+0000 mon.a (mon.0) 6435 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:26.226 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:25 smithi067 bash[82083]: audit 2023-12-09T02:16:25.675051+0000 mon.a (mon.0) 6436 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:26.227 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:25 smithi067 bash[82083]: audit 2023-12-09T02:16:25.677738+0000 mon.a (mon.0) 6437 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:26.227 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:25 smithi067 bash[82083]: audit 2023-12-09T02:16:25.680745+0000 mon.a (mon.0) 6438 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:26.227 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:25 smithi067 bash[82083]: audit 2023-12-09T02:16:25.682440+0000 mon.a (mon.0) 6439 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:26.227 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:25 smithi067 bash[82083]: audit 2023-12-09T02:16:25.693093+0000 mon.a (mon.0) 6440 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:26.227 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:25 smithi067 bash[79370]: audit 2023-12-09T02:16:24.903903+0000 mon.a (mon.0) 6399 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:26.227 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:25 smithi067 bash[79370]: audit 2023-12-09T02:16:24.914011+0000 mon.a (mon.0) 6400 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:26.227 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:25 smithi067 bash[79370]: audit 2023-12-09T02:16:24.995134+0000 mon.a (mon.0) 6401 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:26.228 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:25 smithi067 bash[79370]: audit 2023-12-09T02:16:24.998138+0000 mon.a (mon.0) 6402 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:26.228 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:25 smithi067 bash[79370]: audit 2023-12-09T02:16:25.000893+0000 mon.a (mon.0) 6403 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:26.228 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:25 smithi067 bash[79370]: audit 2023-12-09T02:16:25.002110+0000 mon.a (mon.0) 6404 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:26.228 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:25 smithi067 bash[79370]: audit 2023-12-09T02:16:25.009698+0000 mon.a (mon.0) 6405 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:26.228 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:25 smithi067 bash[79370]: audit 2023-12-09T02:16:25.089492+0000 mon.a (mon.0) 6406 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:26.228 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:25 smithi067 bash[79370]: audit 2023-12-09T02:16:25.093171+0000 mon.a (mon.0) 6407 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:26.228 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:25 smithi067 bash[79370]: audit 2023-12-09T02:16:25.096404+0000 mon.a (mon.0) 6408 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:26.228 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:25 smithi067 bash[79370]: audit 2023-12-09T02:16:25.097528+0000 mon.a (mon.0) 6409 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:26.228 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:25 smithi067 bash[79370]: audit 2023-12-09T02:16:25.105538+0000 mon.a (mon.0) 6410 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:26.228 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:25 smithi067 bash[79370]: audit 2023-12-09T02:16:25.188381+0000 mon.a (mon.0) 6411 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:26.228 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:25 smithi067 bash[79370]: audit 2023-12-09T02:16:25.190803+0000 mon.a (mon.0) 6412 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:26.228 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:25 smithi067 bash[79370]: audit 2023-12-09T02:16:25.193697+0000 mon.a (mon.0) 6413 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:26.228 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:25 smithi067 bash[79370]: audit 2023-12-09T02:16:25.194945+0000 mon.a (mon.0) 6414 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:26.228 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:25 smithi067 bash[79370]: audit 2023-12-09T02:16:25.203108+0000 mon.a (mon.0) 6415 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:26.228 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:25 smithi067 bash[79370]: audit 2023-12-09T02:16:25.282349+0000 mon.a (mon.0) 6416 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:26.229 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:25 smithi067 bash[79370]: audit 2023-12-09T02:16:25.285242+0000 mon.a (mon.0) 6417 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:26.229 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:25 smithi067 bash[79370]: audit 2023-12-09T02:16:25.288784+0000 mon.a (mon.0) 6418 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:26.229 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:25 smithi067 bash[79370]: audit 2023-12-09T02:16:25.290383+0000 mon.a (mon.0) 6419 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:26.229 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:25 smithi067 bash[79370]: audit 2023-12-09T02:16:25.301382+0000 mon.a (mon.0) 6420 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:26.229 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:25 smithi067 bash[79370]: audit 2023-12-09T02:16:25.382402+0000 mon.a (mon.0) 6421 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:26.229 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:25 smithi067 bash[79370]: audit 2023-12-09T02:16:25.385898+0000 mon.a (mon.0) 6422 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:26.229 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:25 smithi067 bash[79370]: audit 2023-12-09T02:16:25.389623+0000 mon.a (mon.0) 6423 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:26.229 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:25 smithi067 bash[79370]: audit 2023-12-09T02:16:25.390854+0000 mon.a (mon.0) 6424 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:26.229 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:25 smithi067 bash[79370]: audit 2023-12-09T02:16:25.400555+0000 mon.a (mon.0) 6425 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:26.229 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:25 smithi067 bash[79370]: audit 2023-12-09T02:16:25.478125+0000 mon.a (mon.0) 6426 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:26.229 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:25 smithi067 bash[79370]: audit 2023-12-09T02:16:25.481182+0000 mon.a (mon.0) 6427 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:26.229 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:25 smithi067 bash[79370]: audit 2023-12-09T02:16:25.484546+0000 mon.a (mon.0) 6428 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:26.229 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:25 smithi067 bash[79370]: audit 2023-12-09T02:16:25.485770+0000 mon.a (mon.0) 6429 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:26.229 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:25 smithi067 bash[79370]: audit 2023-12-09T02:16:25.496560+0000 mon.a (mon.0) 6430 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:26.230 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:25 smithi067 bash[79370]: audit 2023-12-09T02:16:25.574729+0000 mon.a (mon.0) 6431 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:26.230 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:25 smithi067 bash[79370]: audit 2023-12-09T02:16:25.577785+0000 mon.a (mon.0) 6432 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:26.230 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:25 smithi067 bash[79370]: audit 2023-12-09T02:16:25.581663+0000 mon.a (mon.0) 6433 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:26.230 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:25 smithi067 bash[79370]: audit 2023-12-09T02:16:25.582762+0000 mon.a (mon.0) 6434 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:26.230 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:25 smithi067 bash[79370]: audit 2023-12-09T02:16:25.592670+0000 mon.a (mon.0) 6435 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:26.230 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:25 smithi067 bash[79370]: audit 2023-12-09T02:16:25.675051+0000 mon.a (mon.0) 6436 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:26.230 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:25 smithi067 bash[79370]: audit 2023-12-09T02:16:25.677738+0000 mon.a (mon.0) 6437 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:26.230 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:25 smithi067 bash[79370]: audit 2023-12-09T02:16:25.680745+0000 mon.a (mon.0) 6438 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:26.230 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:25 smithi067 bash[79370]: audit 2023-12-09T02:16:25.682440+0000 mon.a (mon.0) 6439 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:26.230 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:25 smithi067 bash[79370]: audit 2023-12-09T02:16:25.693093+0000 mon.a (mon.0) 6440 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:26.721 INFO:journalctl@ceph.osd.7.smithi125.stdout:Dec 09 02:16:26 smithi125 bash[82798]: debug 2023-12-09T02:16:26.306+0000 7f6e6e8a1640 -1 Falling back to public interface 2023-12-09T02:16:27.074 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:26 smithi125 bash[66801]: cephadm 2023-12-09T02:16:24.813869+0000 mgr.y (mgr.25480) 1538 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:27.074 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:26 smithi125 bash[66801]: cephadm 2023-12-09T02:16:24.914723+0000 mgr.y (mgr.25480) 1539 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:27.074 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:26 smithi125 bash[66801]: cephadm 2023-12-09T02:16:25.010464+0000 mgr.y (mgr.25480) 1540 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:27.075 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:26 smithi125 bash[66801]: cephadm 2023-12-09T02:16:25.106237+0000 mgr.y (mgr.25480) 1541 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:27.075 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:26 smithi125 bash[66801]: cephadm 2023-12-09T02:16:25.204250+0000 mgr.y (mgr.25480) 1542 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:27.075 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:26 smithi125 bash[66801]: cephadm 2023-12-09T02:16:25.302110+0000 mgr.y (mgr.25480) 1543 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:27.075 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:26 smithi125 bash[66801]: cephadm 2023-12-09T02:16:25.401113+0000 mgr.y (mgr.25480) 1544 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:27.075 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:26 smithi125 bash[66801]: cephadm 2023-12-09T02:16:25.497199+0000 mgr.y (mgr.25480) 1545 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:27.075 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:26 smithi125 bash[66801]: cephadm 2023-12-09T02:16:25.593249+0000 mgr.y (mgr.25480) 1546 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:27.075 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:26 smithi125 bash[66801]: cephadm 2023-12-09T02:16:25.694716+0000 mgr.y (mgr.25480) 1547 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:27.075 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:26 smithi125 bash[66801]: audit 2023-12-09T02:16:25.757172+0000 mon.a (mon.0) 6441 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:27.075 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:26 smithi125 bash[66801]: audit 2023-12-09T02:16:25.759493+0000 mon.a (mon.0) 6442 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:27.075 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:26 smithi125 bash[66801]: audit 2023-12-09T02:16:25.762189+0000 mon.a (mon.0) 6443 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:27.075 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:26 smithi125 bash[66801]: audit 2023-12-09T02:16:25.763332+0000 mon.a (mon.0) 6444 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:27.075 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:26 smithi125 bash[66801]: audit 2023-12-09T02:16:25.769485+0000 mon.a (mon.0) 6445 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:27.075 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:26 smithi125 bash[66801]: audit 2023-12-09T02:16:25.847564+0000 mon.a (mon.0) 6446 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:27.075 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:26 smithi125 bash[66801]: audit 2023-12-09T02:16:25.850624+0000 mon.a (mon.0) 6447 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:27.075 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:26 smithi125 bash[66801]: audit 2023-12-09T02:16:25.854234+0000 mon.a (mon.0) 6448 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:27.076 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:26 smithi125 bash[66801]: audit 2023-12-09T02:16:25.855402+0000 mon.a (mon.0) 6449 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:27.076 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:26 smithi125 bash[66801]: audit 2023-12-09T02:16:25.864190+0000 mon.a (mon.0) 6450 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:27.076 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:26 smithi125 bash[66801]: audit 2023-12-09T02:16:25.946170+0000 mon.a (mon.0) 6451 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:27.076 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:26 smithi125 bash[66801]: audit 2023-12-09T02:16:25.949370+0000 mon.a (mon.0) 6452 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:27.076 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:26 smithi125 bash[66801]: audit 2023-12-09T02:16:25.953769+0000 mon.a (mon.0) 6453 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:27.076 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:26 smithi125 bash[66801]: audit 2023-12-09T02:16:25.955115+0000 mon.a (mon.0) 6454 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:27.076 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:26 smithi125 bash[66801]: audit 2023-12-09T02:16:25.963965+0000 mon.a (mon.0) 6455 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:27.076 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:26 smithi125 bash[66801]: audit 2023-12-09T02:16:26.043704+0000 mon.a (mon.0) 6456 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:27.076 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:26 smithi125 bash[66801]: audit 2023-12-09T02:16:26.046008+0000 mon.a (mon.0) 6457 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:27.076 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:26 smithi125 bash[66801]: audit 2023-12-09T02:16:26.049170+0000 mon.a (mon.0) 6458 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:27.076 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:26 smithi125 bash[66801]: audit 2023-12-09T02:16:26.050242+0000 mon.a (mon.0) 6459 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:27.076 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:26 smithi125 bash[66801]: audit 2023-12-09T02:16:26.057713+0000 mon.a (mon.0) 6460 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:27.076 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:26 smithi125 bash[66801]: audit 2023-12-09T02:16:26.142369+0000 mon.a (mon.0) 6461 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:27.076 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:26 smithi125 bash[66801]: audit 2023-12-09T02:16:26.147769+0000 mon.a (mon.0) 6462 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:27.076 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:26 smithi125 bash[66801]: audit 2023-12-09T02:16:26.150442+0000 mon.a (mon.0) 6463 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:27.076 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:26 smithi125 bash[66801]: audit 2023-12-09T02:16:26.151489+0000 mon.a (mon.0) 6464 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:27.076 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:26 smithi125 bash[66801]: audit 2023-12-09T02:16:26.157831+0000 mon.a (mon.0) 6465 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:27.077 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:26 smithi125 bash[66801]: audit 2023-12-09T02:16:26.238475+0000 mon.a (mon.0) 6466 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:27.077 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:26 smithi125 bash[66801]: audit 2023-12-09T02:16:26.241280+0000 mon.a (mon.0) 6467 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:27.077 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:26 smithi125 bash[66801]: audit 2023-12-09T02:16:26.244044+0000 mon.a (mon.0) 6468 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:27.077 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:26 smithi125 bash[66801]: audit 2023-12-09T02:16:26.245094+0000 mon.a (mon.0) 6469 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:27.077 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:26 smithi125 bash[66801]: audit 2023-12-09T02:16:26.253062+0000 mon.a (mon.0) 6470 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:27.077 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:26 smithi125 bash[66801]: audit 2023-12-09T02:16:26.335008+0000 mon.a (mon.0) 6471 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:27.077 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:26 smithi125 bash[66801]: audit 2023-12-09T02:16:26.337968+0000 mon.a (mon.0) 6472 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:27.077 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:26 smithi125 bash[66801]: audit 2023-12-09T02:16:26.341286+0000 mon.a (mon.0) 6473 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:27.077 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:26 smithi125 bash[66801]: audit 2023-12-09T02:16:26.342881+0000 mon.a (mon.0) 6474 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:27.078 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:26 smithi125 bash[66801]: audit 2023-12-09T02:16:26.350274+0000 mon.a (mon.0) 6475 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:27.078 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:26 smithi125 bash[66801]: audit 2023-12-09T02:16:26.434686+0000 mon.a (mon.0) 6476 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:27.078 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:26 smithi125 bash[66801]: audit 2023-12-09T02:16:26.437073+0000 mon.a (mon.0) 6477 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:27.078 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:26 smithi125 bash[66801]: audit 2023-12-09T02:16:26.439711+0000 mon.a (mon.0) 6478 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:27.078 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:26 smithi125 bash[66801]: audit 2023-12-09T02:16:26.440703+0000 mon.a (mon.0) 6479 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:27.078 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:26 smithi125 bash[66801]: audit 2023-12-09T02:16:26.448871+0000 mon.a (mon.0) 6480 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:27.078 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:26 smithi125 bash[66801]: audit 2023-12-09T02:16:26.529340+0000 mon.a (mon.0) 6481 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:27.078 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:26 smithi125 bash[66801]: audit 2023-12-09T02:16:26.531957+0000 mon.a (mon.0) 6482 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:27.078 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:26 smithi125 bash[66801]: audit 2023-12-09T02:16:26.535747+0000 mon.a (mon.0) 6483 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:27.078 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:26 smithi125 bash[66801]: audit 2023-12-09T02:16:26.537097+0000 mon.a (mon.0) 6484 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:27.079 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:26 smithi125 bash[66801]: audit 2023-12-09T02:16:26.546304+0000 mon.a (mon.0) 6485 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:27.079 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:26 smithi125 bash[66801]: audit 2023-12-09T02:16:26.626596+0000 mon.a (mon.0) 6486 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:27.079 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:26 smithi125 bash[66801]: audit 2023-12-09T02:16:26.629620+0000 mon.a (mon.0) 6487 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:27.079 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:26 smithi125 bash[66801]: audit 2023-12-09T02:16:26.632976+0000 mon.a (mon.0) 6488 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:27.079 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:26 smithi125 bash[66801]: audit 2023-12-09T02:16:26.634383+0000 mon.a (mon.0) 6489 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:27.079 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:26 smithi125 bash[66801]: audit 2023-12-09T02:16:26.641483+0000 mon.a (mon.0) 6490 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:27.079 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:26 smithi125 bash[66801]: audit 2023-12-09T02:16:26.723475+0000 mon.a (mon.0) 6491 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:27.079 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:26 smithi125 bash[66801]: audit 2023-12-09T02:16:26.726205+0000 mon.a (mon.0) 6492 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:27.079 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:26 smithi125 bash[66801]: audit 2023-12-09T02:16:26.729102+0000 mon.a (mon.0) 6493 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:27.079 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:26 smithi125 bash[66801]: audit 2023-12-09T02:16:26.729936+0000 mon.a (mon.0) 6494 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:27.220 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:26 smithi067 bash[82083]: cephadm 2023-12-09T02:16:24.813869+0000 mgr.y (mgr.25480) 1538 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:27.220 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:26 smithi067 bash[82083]: cephadm 2023-12-09T02:16:24.914723+0000 mgr.y (mgr.25480) 1539 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:27.221 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:26 smithi067 bash[82083]: cephadm 2023-12-09T02:16:25.010464+0000 mgr.y (mgr.25480) 1540 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:27.221 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:26 smithi067 bash[82083]: cephadm 2023-12-09T02:16:25.106237+0000 mgr.y (mgr.25480) 1541 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:27.221 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:26 smithi067 bash[82083]: cephadm 2023-12-09T02:16:25.204250+0000 mgr.y (mgr.25480) 1542 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:27.221 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:26 smithi067 bash[82083]: cephadm 2023-12-09T02:16:25.302110+0000 mgr.y (mgr.25480) 1543 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:27.221 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:26 smithi067 bash[82083]: cephadm 2023-12-09T02:16:25.401113+0000 mgr.y (mgr.25480) 1544 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:27.221 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:26 smithi067 bash[82083]: cephadm 2023-12-09T02:16:25.497199+0000 mgr.y (mgr.25480) 1545 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:27.221 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:26 smithi067 bash[82083]: cephadm 2023-12-09T02:16:25.593249+0000 mgr.y (mgr.25480) 1546 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:27.221 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:26 smithi067 bash[82083]: cephadm 2023-12-09T02:16:25.694716+0000 mgr.y (mgr.25480) 1547 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:27.221 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:26 smithi067 bash[82083]: audit 2023-12-09T02:16:25.757172+0000 mon.a (mon.0) 6441 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:27.221 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:26 smithi067 bash[82083]: audit 2023-12-09T02:16:25.759493+0000 mon.a (mon.0) 6442 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:27.222 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:26 smithi067 bash[82083]: audit 2023-12-09T02:16:25.762189+0000 mon.a (mon.0) 6443 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:27.222 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:26 smithi067 bash[82083]: audit 2023-12-09T02:16:25.763332+0000 mon.a (mon.0) 6444 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:27.222 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:26 smithi067 bash[82083]: audit 2023-12-09T02:16:25.769485+0000 mon.a (mon.0) 6445 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:27.222 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:26 smithi067 bash[82083]: audit 2023-12-09T02:16:25.847564+0000 mon.a (mon.0) 6446 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:27.222 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:26 smithi067 bash[82083]: audit 2023-12-09T02:16:25.850624+0000 mon.a (mon.0) 6447 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:27.222 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:26 smithi067 bash[82083]: audit 2023-12-09T02:16:25.854234+0000 mon.a (mon.0) 6448 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:27.222 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:26 smithi067 bash[82083]: audit 2023-12-09T02:16:25.855402+0000 mon.a (mon.0) 6449 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:27.222 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:26 smithi067 bash[82083]: audit 2023-12-09T02:16:25.864190+0000 mon.a (mon.0) 6450 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:27.222 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:26 smithi067 bash[82083]: audit 2023-12-09T02:16:25.946170+0000 mon.a (mon.0) 6451 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:27.222 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:26 smithi067 bash[79370]: cephadm 2023-12-09T02:16:24.813869+0000 mgr.y (mgr.25480) 1538 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:27.223 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:26 smithi067 bash[79370]: cephadm 2023-12-09T02:16:24.914723+0000 mgr.y (mgr.25480) 1539 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:27.223 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:26 smithi067 bash[79370]: cephadm 2023-12-09T02:16:25.010464+0000 mgr.y (mgr.25480) 1540 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:27.223 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:26 smithi067 bash[79370]: cephadm 2023-12-09T02:16:25.106237+0000 mgr.y (mgr.25480) 1541 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:27.223 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:26 smithi067 bash[79370]: cephadm 2023-12-09T02:16:25.204250+0000 mgr.y (mgr.25480) 1542 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:27.223 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:26 smithi067 bash[79370]: cephadm 2023-12-09T02:16:25.302110+0000 mgr.y (mgr.25480) 1543 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:27.223 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:26 smithi067 bash[79370]: cephadm 2023-12-09T02:16:25.401113+0000 mgr.y (mgr.25480) 1544 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:27.223 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:26 smithi067 bash[79370]: cephadm 2023-12-09T02:16:25.497199+0000 mgr.y (mgr.25480) 1545 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:27.223 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:26 smithi067 bash[79370]: cephadm 2023-12-09T02:16:25.593249+0000 mgr.y (mgr.25480) 1546 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:27.223 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:26 smithi067 bash[79370]: cephadm 2023-12-09T02:16:25.694716+0000 mgr.y (mgr.25480) 1547 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:27.223 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:26 smithi067 bash[79370]: audit 2023-12-09T02:16:25.757172+0000 mon.a (mon.0) 6441 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:27.223 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:26 smithi067 bash[79370]: audit 2023-12-09T02:16:25.759493+0000 mon.a (mon.0) 6442 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:27.223 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:26 smithi067 bash[79370]: audit 2023-12-09T02:16:25.762189+0000 mon.a (mon.0) 6443 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:27.223 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:26 smithi067 bash[79370]: audit 2023-12-09T02:16:25.763332+0000 mon.a (mon.0) 6444 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:27.223 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:26 smithi067 bash[79370]: audit 2023-12-09T02:16:25.769485+0000 mon.a (mon.0) 6445 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:27.223 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:26 smithi067 bash[79370]: audit 2023-12-09T02:16:25.847564+0000 mon.a (mon.0) 6446 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:27.224 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:26 smithi067 bash[79370]: audit 2023-12-09T02:16:25.850624+0000 mon.a (mon.0) 6447 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:27.224 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:26 smithi067 bash[79370]: audit 2023-12-09T02:16:25.854234+0000 mon.a (mon.0) 6448 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:27.224 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:26 smithi067 bash[79370]: audit 2023-12-09T02:16:25.855402+0000 mon.a (mon.0) 6449 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:27.224 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:26 smithi067 bash[79370]: audit 2023-12-09T02:16:25.864190+0000 mon.a (mon.0) 6450 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:27.224 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:26 smithi067 bash[79370]: audit 2023-12-09T02:16:25.946170+0000 mon.a (mon.0) 6451 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:27.224 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:26 smithi067 bash[82083]: audit 2023-12-09T02:16:25.949370+0000 mon.a (mon.0) 6452 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:27.224 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:26 smithi067 bash[82083]: audit 2023-12-09T02:16:25.953769+0000 mon.a (mon.0) 6453 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:27.224 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:26 smithi067 bash[82083]: audit 2023-12-09T02:16:25.955115+0000 mon.a (mon.0) 6454 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:27.225 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:26 smithi067 bash[82083]: audit 2023-12-09T02:16:25.963965+0000 mon.a (mon.0) 6455 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:27.225 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:26 smithi067 bash[82083]: audit 2023-12-09T02:16:26.043704+0000 mon.a (mon.0) 6456 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:27.225 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:26 smithi067 bash[82083]: audit 2023-12-09T02:16:26.046008+0000 mon.a (mon.0) 6457 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:27.225 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:26 smithi067 bash[82083]: audit 2023-12-09T02:16:26.049170+0000 mon.a (mon.0) 6458 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:27.225 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:26 smithi067 bash[82083]: audit 2023-12-09T02:16:26.050242+0000 mon.a (mon.0) 6459 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:27.225 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:26 smithi067 bash[82083]: audit 2023-12-09T02:16:26.057713+0000 mon.a (mon.0) 6460 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:27.225 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:26 smithi067 bash[82083]: audit 2023-12-09T02:16:26.142369+0000 mon.a (mon.0) 6461 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:27.225 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:26 smithi067 bash[82083]: audit 2023-12-09T02:16:26.147769+0000 mon.a (mon.0) 6462 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:27.225 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:26 smithi067 bash[82083]: audit 2023-12-09T02:16:26.150442+0000 mon.a (mon.0) 6463 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:27.225 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:26 smithi067 bash[82083]: audit 2023-12-09T02:16:26.151489+0000 mon.a (mon.0) 6464 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:27.225 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:26 smithi067 bash[82083]: audit 2023-12-09T02:16:26.157831+0000 mon.a (mon.0) 6465 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:27.225 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:26 smithi067 bash[82083]: audit 2023-12-09T02:16:26.238475+0000 mon.a (mon.0) 6466 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:27.225 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:26 smithi067 bash[82083]: audit 2023-12-09T02:16:26.241280+0000 mon.a (mon.0) 6467 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:27.225 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:26 smithi067 bash[82083]: audit 2023-12-09T02:16:26.244044+0000 mon.a (mon.0) 6468 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:27.226 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:26 smithi067 bash[82083]: audit 2023-12-09T02:16:26.245094+0000 mon.a (mon.0) 6469 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:27.226 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:26 smithi067 bash[82083]: audit 2023-12-09T02:16:26.253062+0000 mon.a (mon.0) 6470 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:27.226 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:26 smithi067 bash[82083]: audit 2023-12-09T02:16:26.335008+0000 mon.a (mon.0) 6471 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:27.226 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:26 smithi067 bash[82083]: audit 2023-12-09T02:16:26.337968+0000 mon.a (mon.0) 6472 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:27.226 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:26 smithi067 bash[82083]: audit 2023-12-09T02:16:26.341286+0000 mon.a (mon.0) 6473 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:27.226 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:26 smithi067 bash[82083]: audit 2023-12-09T02:16:26.342881+0000 mon.a (mon.0) 6474 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:27.226 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:26 smithi067 bash[82083]: audit 2023-12-09T02:16:26.350274+0000 mon.a (mon.0) 6475 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:27.226 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:26 smithi067 bash[82083]: audit 2023-12-09T02:16:26.434686+0000 mon.a (mon.0) 6476 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:27.226 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:26 smithi067 bash[82083]: audit 2023-12-09T02:16:26.437073+0000 mon.a (mon.0) 6477 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:27.226 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:26 smithi067 bash[82083]: audit 2023-12-09T02:16:26.439711+0000 mon.a (mon.0) 6478 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:27.226 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:26 smithi067 bash[82083]: audit 2023-12-09T02:16:26.440703+0000 mon.a (mon.0) 6479 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:27.226 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:26 smithi067 bash[82083]: audit 2023-12-09T02:16:26.448871+0000 mon.a (mon.0) 6480 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:27.226 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:26 smithi067 bash[82083]: audit 2023-12-09T02:16:26.529340+0000 mon.a (mon.0) 6481 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:27.226 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:26 smithi067 bash[82083]: audit 2023-12-09T02:16:26.531957+0000 mon.a (mon.0) 6482 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:27.227 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:26 smithi067 bash[82083]: audit 2023-12-09T02:16:26.535747+0000 mon.a (mon.0) 6483 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:27.227 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:26 smithi067 bash[82083]: audit 2023-12-09T02:16:26.537097+0000 mon.a (mon.0) 6484 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:27.227 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:26 smithi067 bash[82083]: audit 2023-12-09T02:16:26.546304+0000 mon.a (mon.0) 6485 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:27.227 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:26 smithi067 bash[82083]: audit 2023-12-09T02:16:26.626596+0000 mon.a (mon.0) 6486 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:27.227 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:26 smithi067 bash[82083]: audit 2023-12-09T02:16:26.629620+0000 mon.a (mon.0) 6487 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:27.227 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:26 smithi067 bash[82083]: audit 2023-12-09T02:16:26.632976+0000 mon.a (mon.0) 6488 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:27.227 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:26 smithi067 bash[82083]: audit 2023-12-09T02:16:26.634383+0000 mon.a (mon.0) 6489 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:27.227 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:26 smithi067 bash[82083]: audit 2023-12-09T02:16:26.641483+0000 mon.a (mon.0) 6490 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:27.227 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:26 smithi067 bash[82083]: audit 2023-12-09T02:16:26.723475+0000 mon.a (mon.0) 6491 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:27.227 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:26 smithi067 bash[82083]: audit 2023-12-09T02:16:26.726205+0000 mon.a (mon.0) 6492 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:27.227 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:26 smithi067 bash[82083]: audit 2023-12-09T02:16:26.729102+0000 mon.a (mon.0) 6493 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:27.227 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:26 smithi067 bash[82083]: audit 2023-12-09T02:16:26.729936+0000 mon.a (mon.0) 6494 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:27.228 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:26 smithi067 bash[79370]: audit 2023-12-09T02:16:25.949370+0000 mon.a (mon.0) 6452 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:27.228 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:26 smithi067 bash[79370]: audit 2023-12-09T02:16:25.953769+0000 mon.a (mon.0) 6453 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:27.228 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:26 smithi067 bash[79370]: audit 2023-12-09T02:16:25.955115+0000 mon.a (mon.0) 6454 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:27.228 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:26 smithi067 bash[79370]: audit 2023-12-09T02:16:25.963965+0000 mon.a (mon.0) 6455 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:27.228 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:26 smithi067 bash[79370]: audit 2023-12-09T02:16:26.043704+0000 mon.a (mon.0) 6456 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:27.228 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:26 smithi067 bash[79370]: audit 2023-12-09T02:16:26.046008+0000 mon.a (mon.0) 6457 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:27.228 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:26 smithi067 bash[79370]: audit 2023-12-09T02:16:26.049170+0000 mon.a (mon.0) 6458 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:27.228 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:26 smithi067 bash[79370]: audit 2023-12-09T02:16:26.050242+0000 mon.a (mon.0) 6459 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:27.228 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:26 smithi067 bash[79370]: audit 2023-12-09T02:16:26.057713+0000 mon.a (mon.0) 6460 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:27.228 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:26 smithi067 bash[79370]: audit 2023-12-09T02:16:26.142369+0000 mon.a (mon.0) 6461 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:27.228 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:26 smithi067 bash[79370]: audit 2023-12-09T02:16:26.147769+0000 mon.a (mon.0) 6462 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:27.229 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:26 smithi067 bash[79370]: audit 2023-12-09T02:16:26.150442+0000 mon.a (mon.0) 6463 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:27.229 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:26 smithi067 bash[79370]: audit 2023-12-09T02:16:26.151489+0000 mon.a (mon.0) 6464 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:27.229 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:26 smithi067 bash[79370]: audit 2023-12-09T02:16:26.157831+0000 mon.a (mon.0) 6465 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:27.229 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:26 smithi067 bash[79370]: audit 2023-12-09T02:16:26.238475+0000 mon.a (mon.0) 6466 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:27.229 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:26 smithi067 bash[79370]: audit 2023-12-09T02:16:26.241280+0000 mon.a (mon.0) 6467 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:27.229 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:26 smithi067 bash[79370]: audit 2023-12-09T02:16:26.244044+0000 mon.a (mon.0) 6468 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:27.229 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:26 smithi067 bash[79370]: audit 2023-12-09T02:16:26.245094+0000 mon.a (mon.0) 6469 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:27.229 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:26 smithi067 bash[79370]: audit 2023-12-09T02:16:26.253062+0000 mon.a (mon.0) 6470 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:27.229 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:26 smithi067 bash[79370]: audit 2023-12-09T02:16:26.335008+0000 mon.a (mon.0) 6471 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:27.229 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:26 smithi067 bash[79370]: audit 2023-12-09T02:16:26.337968+0000 mon.a (mon.0) 6472 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:27.229 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:26 smithi067 bash[79370]: audit 2023-12-09T02:16:26.341286+0000 mon.a (mon.0) 6473 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:27.229 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:26 smithi067 bash[79370]: audit 2023-12-09T02:16:26.342881+0000 mon.a (mon.0) 6474 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:27.229 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:26 smithi067 bash[79370]: audit 2023-12-09T02:16:26.350274+0000 mon.a (mon.0) 6475 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:27.229 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:26 smithi067 bash[79370]: audit 2023-12-09T02:16:26.434686+0000 mon.a (mon.0) 6476 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:27.229 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:26 smithi067 bash[79370]: audit 2023-12-09T02:16:26.437073+0000 mon.a (mon.0) 6477 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:27.230 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:26 smithi067 bash[79370]: audit 2023-12-09T02:16:26.439711+0000 mon.a (mon.0) 6478 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:27.230 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:26 smithi067 bash[79370]: audit 2023-12-09T02:16:26.440703+0000 mon.a (mon.0) 6479 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:27.230 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:26 smithi067 bash[79370]: audit 2023-12-09T02:16:26.448871+0000 mon.a (mon.0) 6480 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:27.230 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:26 smithi067 bash[79370]: audit 2023-12-09T02:16:26.529340+0000 mon.a (mon.0) 6481 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:27.230 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:26 smithi067 bash[79370]: audit 2023-12-09T02:16:26.531957+0000 mon.a (mon.0) 6482 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:27.230 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:26 smithi067 bash[79370]: audit 2023-12-09T02:16:26.535747+0000 mon.a (mon.0) 6483 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:27.230 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:26 smithi067 bash[79370]: audit 2023-12-09T02:16:26.537097+0000 mon.a (mon.0) 6484 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:27.230 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:26 smithi067 bash[79370]: audit 2023-12-09T02:16:26.546304+0000 mon.a (mon.0) 6485 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:27.230 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:26 smithi067 bash[79370]: audit 2023-12-09T02:16:26.626596+0000 mon.a (mon.0) 6486 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:27.230 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:26 smithi067 bash[79370]: audit 2023-12-09T02:16:26.629620+0000 mon.a (mon.0) 6487 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:27.230 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:26 smithi067 bash[79370]: audit 2023-12-09T02:16:26.632976+0000 mon.a (mon.0) 6488 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:27.230 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:26 smithi067 bash[79370]: audit 2023-12-09T02:16:26.634383+0000 mon.a (mon.0) 6489 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:27.230 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:26 smithi067 bash[79370]: audit 2023-12-09T02:16:26.641483+0000 mon.a (mon.0) 6490 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:27.231 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:26 smithi067 bash[79370]: audit 2023-12-09T02:16:26.723475+0000 mon.a (mon.0) 6491 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:27.231 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:26 smithi067 bash[79370]: audit 2023-12-09T02:16:26.726205+0000 mon.a (mon.0) 6492 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:27.231 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:26 smithi067 bash[79370]: audit 2023-12-09T02:16:26.729102+0000 mon.a (mon.0) 6493 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:27.231 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:26 smithi067 bash[79370]: audit 2023-12-09T02:16:26.729936+0000 mon.a (mon.0) 6494 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:28.025 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:27 smithi125 bash[66801]: cephadm 2023-12-09T02:16:25.769950+0000 mgr.y (mgr.25480) 1548 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:28.025 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:27 smithi125 bash[66801]: cephadm 2023-12-09T02:16:25.864742+0000 mgr.y (mgr.25480) 1549 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:28.025 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:27 smithi125 bash[66801]: cephadm 2023-12-09T02:16:25.964659+0000 mgr.y (mgr.25480) 1550 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:28.025 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:27 smithi125 bash[66801]: cephadm 2023-12-09T02:16:26.058311+0000 mgr.y (mgr.25480) 1551 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:28.025 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:27 smithi125 bash[66801]: cephadm 2023-12-09T02:16:26.158397+0000 mgr.y (mgr.25480) 1552 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:28.025 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:27 smithi125 bash[66801]: cephadm 2023-12-09T02:16:26.254011+0000 mgr.y (mgr.25480) 1553 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:28.026 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:27 smithi125 bash[66801]: cephadm 2023-12-09T02:16:26.350855+0000 mgr.y (mgr.25480) 1554 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:28.026 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:27 smithi125 bash[66801]: cephadm 2023-12-09T02:16:26.449417+0000 mgr.y (mgr.25480) 1555 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:28.026 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:27 smithi125 bash[66801]: cephadm 2023-12-09T02:16:26.547337+0000 mgr.y (mgr.25480) 1556 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:28.026 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:27 smithi125 bash[66801]: cephadm 2023-12-09T02:16:26.642101+0000 mgr.y (mgr.25480) 1557 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:28.026 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:27 smithi125 bash[66801]: cluster 2023-12-09T02:16:26.736740+0000 mgr.y (mgr.25480) 1558 : cluster 0 pgmap v266: 161 pgs: 40 active+undersized, 26 active+undersized+degraded, 95 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 93/726 objects degraded (12.810%) 2023-12-09T02:16:28.026 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:27 smithi125 bash[66801]: audit 2023-12-09T02:16:26.737657+0000 mon.a (mon.0) 6495 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:28.026 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:27 smithi125 bash[66801]: cephadm 2023-12-09T02:16:26.740006+0000 mgr.y (mgr.25480) 1559 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:28.026 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:27 smithi125 bash[66801]: audit 2023-12-09T02:16:26.820037+0000 mon.a (mon.0) 6496 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:28.026 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:27 smithi125 bash[66801]: audit 2023-12-09T02:16:26.822326+0000 mon.a (mon.0) 6497 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:28.026 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:27 smithi125 bash[66801]: audit 2023-12-09T02:16:26.826091+0000 mon.a (mon.0) 6498 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:28.026 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:27 smithi125 bash[66801]: audit 2023-12-09T02:16:26.827289+0000 mon.a (mon.0) 6499 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:28.026 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:27 smithi125 bash[66801]: audit 2023-12-09T02:16:26.833426+0000 mon.a (mon.0) 6500 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:28.027 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:27 smithi125 bash[66801]: audit 2023-12-09T02:16:26.912585+0000 mon.a (mon.0) 6501 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:28.027 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:27 smithi125 bash[66801]: audit 2023-12-09T02:16:26.915034+0000 mon.a (mon.0) 6502 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:28.027 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:27 smithi125 bash[66801]: audit 2023-12-09T02:16:26.919032+0000 mon.a (mon.0) 6503 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:28.027 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:27 smithi125 bash[66801]: audit 2023-12-09T02:16:26.919994+0000 mon.a (mon.0) 6504 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:28.027 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:27 smithi125 bash[66801]: audit 2023-12-09T02:16:26.929588+0000 mon.a (mon.0) 6505 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:28.027 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:27 smithi125 bash[66801]: audit 2023-12-09T02:16:27.010405+0000 mon.a (mon.0) 6506 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:28.027 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:27 smithi125 bash[66801]: audit 2023-12-09T02:16:27.013444+0000 mon.a (mon.0) 6507 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:28.027 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:27 smithi125 bash[66801]: audit 2023-12-09T02:16:27.016806+0000 mon.a (mon.0) 6508 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:28.027 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:27 smithi125 bash[66801]: audit 2023-12-09T02:16:27.018116+0000 mon.a (mon.0) 6509 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:28.027 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:27 smithi125 bash[66801]: audit 2023-12-09T02:16:27.026540+0000 mon.a (mon.0) 6510 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:28.027 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:27 smithi125 bash[66801]: audit 2023-12-09T02:16:27.108378+0000 mon.a (mon.0) 6511 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:28.027 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:27 smithi125 bash[66801]: audit 2023-12-09T02:16:27.110363+0000 mon.a (mon.0) 6512 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:28.028 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:27 smithi125 bash[66801]: audit 2023-12-09T02:16:27.112821+0000 mon.a (mon.0) 6513 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:28.028 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:27 smithi125 bash[66801]: audit 2023-12-09T02:16:27.113700+0000 mon.a (mon.0) 6514 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:28.028 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:27 smithi125 bash[66801]: audit 2023-12-09T02:16:27.123295+0000 mon.a (mon.0) 6515 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:28.028 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:27 smithi125 bash[66801]: audit 2023-12-09T02:16:27.202903+0000 mon.a (mon.0) 6516 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:28.028 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:27 smithi125 bash[66801]: audit 2023-12-09T02:16:27.204976+0000 mon.a (mon.0) 6517 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:28.028 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:27 smithi125 bash[66801]: audit 2023-12-09T02:16:27.207172+0000 mon.a (mon.0) 6518 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:28.028 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:27 smithi125 bash[66801]: audit 2023-12-09T02:16:27.207981+0000 mon.a (mon.0) 6519 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:28.028 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:27 smithi125 bash[66801]: audit 2023-12-09T02:16:27.217166+0000 mon.a (mon.0) 6520 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:28.028 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:27 smithi125 bash[66801]: cluster 2023-12-09T02:16:27.279893+0000 mon.a (mon.0) 6521 : cluster 3 Health check update: Degraded data redundancy: 93/726 objects degraded (12.810%), 26 pgs degraded (PG_DEGRADED) 2023-12-09T02:16:28.028 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:27 smithi125 bash[66801]: audit 2023-12-09T02:16:27.296098+0000 mon.a (mon.0) 6522 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:28.028 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:27 smithi125 bash[66801]: audit 2023-12-09T02:16:27.299039+0000 mon.a (mon.0) 6523 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:28.028 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:27 smithi125 bash[66801]: audit 2023-12-09T02:16:27.301833+0000 mon.a (mon.0) 6524 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:28.029 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:27 smithi125 bash[66801]: audit 2023-12-09T02:16:27.302717+0000 mon.a (mon.0) 6525 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:28.029 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:27 smithi125 bash[66801]: audit 2023-12-09T02:16:27.313538+0000 mon.a (mon.0) 6526 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:28.029 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:27 smithi125 bash[66801]: audit 2023-12-09T02:16:27.393055+0000 mon.a (mon.0) 6527 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:28.029 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:27 smithi125 bash[66801]: audit 2023-12-09T02:16:27.397807+0000 mon.a (mon.0) 6528 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:28.029 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:27 smithi125 bash[66801]: audit 2023-12-09T02:16:27.401573+0000 mon.a (mon.0) 6529 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:28.029 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:27 smithi125 bash[66801]: audit 2023-12-09T02:16:27.402932+0000 mon.a (mon.0) 6530 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:28.029 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:27 smithi125 bash[66801]: audit 2023-12-09T02:16:27.413005+0000 mon.a (mon.0) 6531 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:28.029 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:27 smithi125 bash[66801]: audit 2023-12-09T02:16:27.494648+0000 mon.a (mon.0) 6532 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:28.029 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:27 smithi125 bash[66801]: audit 2023-12-09T02:16:27.498738+0000 mon.a (mon.0) 6533 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:28.029 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:27 smithi125 bash[66801]: audit 2023-12-09T02:16:27.502189+0000 mon.a (mon.0) 6534 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:28.029 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:27 smithi125 bash[66801]: audit 2023-12-09T02:16:27.503562+0000 mon.a (mon.0) 6535 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:28.030 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:27 smithi125 bash[66801]: audit 2023-12-09T02:16:27.511100+0000 mon.a (mon.0) 6536 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:28.030 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:27 smithi125 bash[66801]: audit 2023-12-09T02:16:27.593318+0000 mon.a (mon.0) 6537 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:28.030 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:27 smithi125 bash[66801]: audit 2023-12-09T02:16:27.596143+0000 mon.a (mon.0) 6538 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:28.030 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:27 smithi125 bash[66801]: audit 2023-12-09T02:16:27.600671+0000 mon.a (mon.0) 6539 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:28.030 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:27 smithi125 bash[66801]: audit 2023-12-09T02:16:27.602114+0000 mon.a (mon.0) 6540 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:28.030 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:27 smithi125 bash[66801]: audit 2023-12-09T02:16:27.609276+0000 mon.a (mon.0) 6541 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:28.030 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:27 smithi125 bash[66801]: audit 2023-12-09T02:16:27.646233+0000 mon.a (mon.0) 6542 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:28.030 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:27 smithi125 bash[66801]: audit 2023-12-09T02:16:27.647786+0000 mon.a (mon.0) 6543 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:16:28.220 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:27 smithi067 bash[82083]: cephadm 2023-12-09T02:16:25.769950+0000 mgr.y (mgr.25480) 1548 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:28.220 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:27 smithi067 bash[82083]: cephadm 2023-12-09T02:16:25.864742+0000 mgr.y (mgr.25480) 1549 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:28.220 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:27 smithi067 bash[82083]: cephadm 2023-12-09T02:16:25.964659+0000 mgr.y (mgr.25480) 1550 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:28.221 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:27 smithi067 bash[82083]: cephadm 2023-12-09T02:16:26.058311+0000 mgr.y (mgr.25480) 1551 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:28.221 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:27 smithi067 bash[82083]: cephadm 2023-12-09T02:16:26.158397+0000 mgr.y (mgr.25480) 1552 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:28.221 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:27 smithi067 bash[82083]: cephadm 2023-12-09T02:16:26.254011+0000 mgr.y (mgr.25480) 1553 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:28.221 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:27 smithi067 bash[82083]: cephadm 2023-12-09T02:16:26.350855+0000 mgr.y (mgr.25480) 1554 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:28.221 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:27 smithi067 bash[82083]: cephadm 2023-12-09T02:16:26.449417+0000 mgr.y (mgr.25480) 1555 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:28.221 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:27 smithi067 bash[82083]: cephadm 2023-12-09T02:16:26.547337+0000 mgr.y (mgr.25480) 1556 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:28.221 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:27 smithi067 bash[82083]: cephadm 2023-12-09T02:16:26.642101+0000 mgr.y (mgr.25480) 1557 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:28.221 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:27 smithi067 bash[82083]: cluster 2023-12-09T02:16:26.736740+0000 mgr.y (mgr.25480) 1558 : cluster 0 pgmap v266: 161 pgs: 40 active+undersized, 26 active+undersized+degraded, 95 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 93/726 objects degraded (12.810%) 2023-12-09T02:16:28.221 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:27 smithi067 bash[82083]: audit 2023-12-09T02:16:26.737657+0000 mon.a (mon.0) 6495 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:28.221 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:27 smithi067 bash[82083]: cephadm 2023-12-09T02:16:26.740006+0000 mgr.y (mgr.25480) 1559 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:28.221 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:27 smithi067 bash[82083]: audit 2023-12-09T02:16:26.820037+0000 mon.a (mon.0) 6496 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:28.221 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:27 smithi067 bash[82083]: audit 2023-12-09T02:16:26.822326+0000 mon.a (mon.0) 6497 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:28.221 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:27 smithi067 bash[82083]: audit 2023-12-09T02:16:26.826091+0000 mon.a (mon.0) 6498 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:28.221 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:27 smithi067 bash[82083]: audit 2023-12-09T02:16:26.827289+0000 mon.a (mon.0) 6499 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:28.221 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:27 smithi067 bash[82083]: audit 2023-12-09T02:16:26.833426+0000 mon.a (mon.0) 6500 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:28.222 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:27 smithi067 bash[82083]: audit 2023-12-09T02:16:26.912585+0000 mon.a (mon.0) 6501 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:28.222 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:27 smithi067 bash[82083]: audit 2023-12-09T02:16:26.915034+0000 mon.a (mon.0) 6502 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:28.222 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:27 smithi067 bash[82083]: audit 2023-12-09T02:16:26.919032+0000 mon.a (mon.0) 6503 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:28.222 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:27 smithi067 bash[79370]: cephadm 2023-12-09T02:16:25.769950+0000 mgr.y (mgr.25480) 1548 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:28.222 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:27 smithi067 bash[79370]: cephadm 2023-12-09T02:16:25.864742+0000 mgr.y (mgr.25480) 1549 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:28.222 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:27 smithi067 bash[79370]: cephadm 2023-12-09T02:16:25.964659+0000 mgr.y (mgr.25480) 1550 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:28.222 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:27 smithi067 bash[79370]: cephadm 2023-12-09T02:16:26.058311+0000 mgr.y (mgr.25480) 1551 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:28.222 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:27 smithi067 bash[79370]: cephadm 2023-12-09T02:16:26.158397+0000 mgr.y (mgr.25480) 1552 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:28.222 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:27 smithi067 bash[79370]: cephadm 2023-12-09T02:16:26.254011+0000 mgr.y (mgr.25480) 1553 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:28.222 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:27 smithi067 bash[79370]: cephadm 2023-12-09T02:16:26.350855+0000 mgr.y (mgr.25480) 1554 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:28.222 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:27 smithi067 bash[79370]: cephadm 2023-12-09T02:16:26.449417+0000 mgr.y (mgr.25480) 1555 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:28.223 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:27 smithi067 bash[79370]: cephadm 2023-12-09T02:16:26.547337+0000 mgr.y (mgr.25480) 1556 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:28.223 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:27 smithi067 bash[79370]: cephadm 2023-12-09T02:16:26.642101+0000 mgr.y (mgr.25480) 1557 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:28.223 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:27 smithi067 bash[79370]: cluster 2023-12-09T02:16:26.736740+0000 mgr.y (mgr.25480) 1558 : cluster 0 pgmap v266: 161 pgs: 40 active+undersized, 26 active+undersized+degraded, 95 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 93/726 objects degraded (12.810%) 2023-12-09T02:16:28.223 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:27 smithi067 bash[79370]: audit 2023-12-09T02:16:26.737657+0000 mon.a (mon.0) 6495 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:28.223 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:27 smithi067 bash[79370]: cephadm 2023-12-09T02:16:26.740006+0000 mgr.y (mgr.25480) 1559 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:28.223 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:27 smithi067 bash[79370]: audit 2023-12-09T02:16:26.820037+0000 mon.a (mon.0) 6496 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:28.223 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:27 smithi067 bash[79370]: audit 2023-12-09T02:16:26.822326+0000 mon.a (mon.0) 6497 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:28.223 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:27 smithi067 bash[79370]: audit 2023-12-09T02:16:26.826091+0000 mon.a (mon.0) 6498 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:28.223 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:27 smithi067 bash[79370]: audit 2023-12-09T02:16:26.827289+0000 mon.a (mon.0) 6499 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:28.223 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:27 smithi067 bash[79370]: audit 2023-12-09T02:16:26.833426+0000 mon.a (mon.0) 6500 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:28.223 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:27 smithi067 bash[79370]: audit 2023-12-09T02:16:26.912585+0000 mon.a (mon.0) 6501 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:28.223 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:27 smithi067 bash[79370]: audit 2023-12-09T02:16:26.915034+0000 mon.a (mon.0) 6502 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:28.223 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:27 smithi067 bash[79370]: audit 2023-12-09T02:16:26.919032+0000 mon.a (mon.0) 6503 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:28.224 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:27 smithi067 bash[82083]: audit 2023-12-09T02:16:26.919994+0000 mon.a (mon.0) 6504 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:28.224 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:27 smithi067 bash[82083]: audit 2023-12-09T02:16:26.929588+0000 mon.a (mon.0) 6505 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:28.224 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:27 smithi067 bash[82083]: audit 2023-12-09T02:16:27.010405+0000 mon.a (mon.0) 6506 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:28.224 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:27 smithi067 bash[82083]: audit 2023-12-09T02:16:27.013444+0000 mon.a (mon.0) 6507 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:28.224 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:27 smithi067 bash[82083]: audit 2023-12-09T02:16:27.016806+0000 mon.a (mon.0) 6508 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:28.224 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:27 smithi067 bash[82083]: audit 2023-12-09T02:16:27.018116+0000 mon.a (mon.0) 6509 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:28.224 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:27 smithi067 bash[82083]: audit 2023-12-09T02:16:27.026540+0000 mon.a (mon.0) 6510 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:28.224 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:27 smithi067 bash[82083]: audit 2023-12-09T02:16:27.108378+0000 mon.a (mon.0) 6511 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:28.224 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:27 smithi067 bash[82083]: audit 2023-12-09T02:16:27.110363+0000 mon.a (mon.0) 6512 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:28.224 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:27 smithi067 bash[82083]: audit 2023-12-09T02:16:27.112821+0000 mon.a (mon.0) 6513 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:28.225 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:27 smithi067 bash[82083]: audit 2023-12-09T02:16:27.113700+0000 mon.a (mon.0) 6514 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:28.225 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:27 smithi067 bash[82083]: audit 2023-12-09T02:16:27.123295+0000 mon.a (mon.0) 6515 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:28.225 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:27 smithi067 bash[82083]: audit 2023-12-09T02:16:27.202903+0000 mon.a (mon.0) 6516 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:28.225 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:27 smithi067 bash[82083]: audit 2023-12-09T02:16:27.204976+0000 mon.a (mon.0) 6517 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:28.225 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:27 smithi067 bash[82083]: audit 2023-12-09T02:16:27.207172+0000 mon.a (mon.0) 6518 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:28.225 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:27 smithi067 bash[82083]: audit 2023-12-09T02:16:27.207981+0000 mon.a (mon.0) 6519 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:28.225 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:27 smithi067 bash[82083]: audit 2023-12-09T02:16:27.217166+0000 mon.a (mon.0) 6520 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:28.225 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:27 smithi067 bash[82083]: cluster 2023-12-09T02:16:27.279893+0000 mon.a (mon.0) 6521 : cluster 3 Health check update: Degraded data redundancy: 93/726 objects degraded (12.810%), 26 pgs degraded (PG_DEGRADED) 2023-12-09T02:16:28.225 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:27 smithi067 bash[82083]: audit 2023-12-09T02:16:27.296098+0000 mon.a (mon.0) 6522 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:28.225 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:27 smithi067 bash[82083]: audit 2023-12-09T02:16:27.299039+0000 mon.a (mon.0) 6523 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:28.225 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:27 smithi067 bash[82083]: audit 2023-12-09T02:16:27.301833+0000 mon.a (mon.0) 6524 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:28.225 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:27 smithi067 bash[82083]: audit 2023-12-09T02:16:27.302717+0000 mon.a (mon.0) 6525 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:28.225 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:27 smithi067 bash[82083]: audit 2023-12-09T02:16:27.313538+0000 mon.a (mon.0) 6526 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:28.225 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:27 smithi067 bash[82083]: audit 2023-12-09T02:16:27.393055+0000 mon.a (mon.0) 6527 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:28.225 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:27 smithi067 bash[82083]: audit 2023-12-09T02:16:27.397807+0000 mon.a (mon.0) 6528 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:28.226 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:27 smithi067 bash[82083]: audit 2023-12-09T02:16:27.401573+0000 mon.a (mon.0) 6529 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:28.226 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:27 smithi067 bash[82083]: audit 2023-12-09T02:16:27.402932+0000 mon.a (mon.0) 6530 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:28.226 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:27 smithi067 bash[82083]: audit 2023-12-09T02:16:27.413005+0000 mon.a (mon.0) 6531 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:28.226 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:27 smithi067 bash[82083]: audit 2023-12-09T02:16:27.494648+0000 mon.a (mon.0) 6532 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:28.226 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:27 smithi067 bash[82083]: audit 2023-12-09T02:16:27.498738+0000 mon.a (mon.0) 6533 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:28.226 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:27 smithi067 bash[82083]: audit 2023-12-09T02:16:27.502189+0000 mon.a (mon.0) 6534 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:28.226 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:27 smithi067 bash[82083]: audit 2023-12-09T02:16:27.503562+0000 mon.a (mon.0) 6535 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:28.226 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:27 smithi067 bash[82083]: audit 2023-12-09T02:16:27.511100+0000 mon.a (mon.0) 6536 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:28.226 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:27 smithi067 bash[82083]: audit 2023-12-09T02:16:27.593318+0000 mon.a (mon.0) 6537 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:28.226 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:27 smithi067 bash[82083]: audit 2023-12-09T02:16:27.596143+0000 mon.a (mon.0) 6538 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:28.226 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:27 smithi067 bash[82083]: audit 2023-12-09T02:16:27.600671+0000 mon.a (mon.0) 6539 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:28.226 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:27 smithi067 bash[82083]: audit 2023-12-09T02:16:27.602114+0000 mon.a (mon.0) 6540 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:28.226 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:27 smithi067 bash[82083]: audit 2023-12-09T02:16:27.609276+0000 mon.a (mon.0) 6541 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:28.226 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:27 smithi067 bash[82083]: audit 2023-12-09T02:16:27.646233+0000 mon.a (mon.0) 6542 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:28.227 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:27 smithi067 bash[82083]: audit 2023-12-09T02:16:27.647786+0000 mon.a (mon.0) 6543 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:16:28.227 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:27 smithi067 bash[79370]: audit 2023-12-09T02:16:26.919994+0000 mon.a (mon.0) 6504 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:28.227 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:27 smithi067 bash[79370]: audit 2023-12-09T02:16:26.929588+0000 mon.a (mon.0) 6505 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:28.227 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:27 smithi067 bash[79370]: audit 2023-12-09T02:16:27.010405+0000 mon.a (mon.0) 6506 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:28.227 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:27 smithi067 bash[79370]: audit 2023-12-09T02:16:27.013444+0000 mon.a (mon.0) 6507 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:28.227 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:27 smithi067 bash[79370]: audit 2023-12-09T02:16:27.016806+0000 mon.a (mon.0) 6508 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:28.227 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:27 smithi067 bash[79370]: audit 2023-12-09T02:16:27.018116+0000 mon.a (mon.0) 6509 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:28.227 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:27 smithi067 bash[79370]: audit 2023-12-09T02:16:27.026540+0000 mon.a (mon.0) 6510 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:28.227 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:27 smithi067 bash[79370]: audit 2023-12-09T02:16:27.108378+0000 mon.a (mon.0) 6511 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:28.227 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:27 smithi067 bash[79370]: audit 2023-12-09T02:16:27.110363+0000 mon.a (mon.0) 6512 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:28.227 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:27 smithi067 bash[79370]: audit 2023-12-09T02:16:27.112821+0000 mon.a (mon.0) 6513 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:28.228 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:27 smithi067 bash[79370]: audit 2023-12-09T02:16:27.113700+0000 mon.a (mon.0) 6514 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:28.228 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:27 smithi067 bash[79370]: audit 2023-12-09T02:16:27.123295+0000 mon.a (mon.0) 6515 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:28.228 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:27 smithi067 bash[79370]: audit 2023-12-09T02:16:27.202903+0000 mon.a (mon.0) 6516 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:28.228 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:27 smithi067 bash[79370]: audit 2023-12-09T02:16:27.204976+0000 mon.a (mon.0) 6517 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:28.228 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:27 smithi067 bash[79370]: audit 2023-12-09T02:16:27.207172+0000 mon.a (mon.0) 6518 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:28.228 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:27 smithi067 bash[79370]: audit 2023-12-09T02:16:27.207981+0000 mon.a (mon.0) 6519 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:28.228 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:27 smithi067 bash[79370]: audit 2023-12-09T02:16:27.217166+0000 mon.a (mon.0) 6520 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:28.228 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:27 smithi067 bash[79370]: cluster 2023-12-09T02:16:27.279893+0000 mon.a (mon.0) 6521 : cluster 3 Health check update: Degraded data redundancy: 93/726 objects degraded (12.810%), 26 pgs degraded (PG_DEGRADED) 2023-12-09T02:16:28.228 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:27 smithi067 bash[79370]: audit 2023-12-09T02:16:27.296098+0000 mon.a (mon.0) 6522 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:28.228 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:27 smithi067 bash[79370]: audit 2023-12-09T02:16:27.299039+0000 mon.a (mon.0) 6523 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:28.228 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:27 smithi067 bash[79370]: audit 2023-12-09T02:16:27.301833+0000 mon.a (mon.0) 6524 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:28.228 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:27 smithi067 bash[79370]: audit 2023-12-09T02:16:27.302717+0000 mon.a (mon.0) 6525 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:28.228 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:27 smithi067 bash[79370]: audit 2023-12-09T02:16:27.313538+0000 mon.a (mon.0) 6526 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:28.228 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:27 smithi067 bash[79370]: audit 2023-12-09T02:16:27.393055+0000 mon.a (mon.0) 6527 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:28.229 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:27 smithi067 bash[79370]: audit 2023-12-09T02:16:27.397807+0000 mon.a (mon.0) 6528 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:28.229 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:27 smithi067 bash[79370]: audit 2023-12-09T02:16:27.401573+0000 mon.a (mon.0) 6529 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:28.229 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:27 smithi067 bash[79370]: audit 2023-12-09T02:16:27.402932+0000 mon.a (mon.0) 6530 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:28.229 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:27 smithi067 bash[79370]: audit 2023-12-09T02:16:27.413005+0000 mon.a (mon.0) 6531 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:28.229 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:27 smithi067 bash[79370]: audit 2023-12-09T02:16:27.494648+0000 mon.a (mon.0) 6532 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:28.229 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:27 smithi067 bash[79370]: audit 2023-12-09T02:16:27.498738+0000 mon.a (mon.0) 6533 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:28.229 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:27 smithi067 bash[79370]: audit 2023-12-09T02:16:27.502189+0000 mon.a (mon.0) 6534 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:28.229 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:27 smithi067 bash[79370]: audit 2023-12-09T02:16:27.503562+0000 mon.a (mon.0) 6535 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:28.229 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:27 smithi067 bash[79370]: audit 2023-12-09T02:16:27.511100+0000 mon.a (mon.0) 6536 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:28.229 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:27 smithi067 bash[79370]: audit 2023-12-09T02:16:27.593318+0000 mon.a (mon.0) 6537 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:28.229 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:27 smithi067 bash[79370]: audit 2023-12-09T02:16:27.596143+0000 mon.a (mon.0) 6538 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:28.229 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:27 smithi067 bash[79370]: audit 2023-12-09T02:16:27.600671+0000 mon.a (mon.0) 6539 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:28.229 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:27 smithi067 bash[79370]: audit 2023-12-09T02:16:27.602114+0000 mon.a (mon.0) 6540 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:28.229 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:27 smithi067 bash[79370]: audit 2023-12-09T02:16:27.609276+0000 mon.a (mon.0) 6541 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:28.229 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:27 smithi067 bash[79370]: audit 2023-12-09T02:16:27.646233+0000 mon.a (mon.0) 6542 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:28.230 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:27 smithi067 bash[79370]: audit 2023-12-09T02:16:27.647786+0000 mon.a (mon.0) 6543 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:16:29.220 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:28 smithi067 bash[79370]: cephadm 2023-12-09T02:16:26.834088+0000 mgr.y (mgr.25480) 1560 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:29.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:28 smithi067 bash[79370]: cephadm 2023-12-09T02:16:26.930469+0000 mgr.y (mgr.25480) 1561 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:29.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:28 smithi067 bash[79370]: cephadm 2023-12-09T02:16:27.027016+0000 mgr.y (mgr.25480) 1562 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:29.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:28 smithi067 bash[79370]: cephadm 2023-12-09T02:16:27.123854+0000 mgr.y (mgr.25480) 1563 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:29.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:28 smithi067 bash[79370]: cephadm 2023-12-09T02:16:27.217813+0000 mgr.y (mgr.25480) 1564 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:29.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:28 smithi067 bash[79370]: cephadm 2023-12-09T02:16:27.314360+0000 mgr.y (mgr.25480) 1565 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:29.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:28 smithi067 bash[79370]: cephadm 2023-12-09T02:16:27.413668+0000 mgr.y (mgr.25480) 1566 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:29.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:28 smithi067 bash[79370]: cephadm 2023-12-09T02:16:27.511813+0000 mgr.y (mgr.25480) 1567 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:29.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:28 smithi067 bash[79370]: cephadm 2023-12-09T02:16:27.610054+0000 mgr.y (mgr.25480) 1568 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:29.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:28 smithi067 bash[79370]: audit 2023-12-09T02:16:27.741620+0000 mon.a (mon.0) 6544 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:29.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:28 smithi067 bash[79370]: audit 2023-12-09T02:16:27.745434+0000 mon.a (mon.0) 6545 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:29.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:28 smithi067 bash[79370]: audit 2023-12-09T02:16:27.754011+0000 mon.a (mon.0) 6546 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:29.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:28 smithi067 bash[79370]: audit 2023-12-09T02:16:27.755115+0000 mon.a (mon.0) 6547 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:29.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:28 smithi067 bash[79370]: audit 2023-12-09T02:16:27.760149+0000 mon.a (mon.0) 6548 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:29.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:28 smithi067 bash[79370]: cephadm 2023-12-09T02:16:27.760658+0000 mgr.y (mgr.25480) 1569 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:29.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:28 smithi067 bash[79370]: audit 2023-12-09T02:16:27.819830+0000 mon.a (mon.0) 6549 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:29.222 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:28 smithi067 bash[79370]: audit 2023-12-09T02:16:27.822790+0000 mon.a (mon.0) 6550 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:29.222 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:28 smithi067 bash[79370]: audit 2023-12-09T02:16:27.826159+0000 mon.a (mon.0) 6551 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:29.222 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:28 smithi067 bash[79370]: audit 2023-12-09T02:16:27.827107+0000 mon.a (mon.0) 6552 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:29.222 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:28 smithi067 bash[79370]: audit 2023-12-09T02:16:27.834649+0000 mon.a (mon.0) 6553 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:29.222 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:28 smithi067 bash[79370]: cephadm 2023-12-09T02:16:27.835226+0000 mgr.y (mgr.25480) 1570 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:29.222 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:28 smithi067 bash[82083]: cephadm 2023-12-09T02:16:26.834088+0000 mgr.y (mgr.25480) 1560 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:29.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:28 smithi067 bash[82083]: cephadm 2023-12-09T02:16:26.930469+0000 mgr.y (mgr.25480) 1561 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:29.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:28 smithi067 bash[82083]: cephadm 2023-12-09T02:16:27.027016+0000 mgr.y (mgr.25480) 1562 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:29.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:28 smithi067 bash[82083]: cephadm 2023-12-09T02:16:27.123854+0000 mgr.y (mgr.25480) 1563 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:29.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:28 smithi067 bash[82083]: cephadm 2023-12-09T02:16:27.217813+0000 mgr.y (mgr.25480) 1564 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:29.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:28 smithi067 bash[82083]: cephadm 2023-12-09T02:16:27.314360+0000 mgr.y (mgr.25480) 1565 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:29.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:28 smithi067 bash[82083]: cephadm 2023-12-09T02:16:27.413668+0000 mgr.y (mgr.25480) 1566 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:29.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:28 smithi067 bash[82083]: cephadm 2023-12-09T02:16:27.511813+0000 mgr.y (mgr.25480) 1567 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:29.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:28 smithi067 bash[82083]: cephadm 2023-12-09T02:16:27.610054+0000 mgr.y (mgr.25480) 1568 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:29.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:28 smithi067 bash[82083]: audit 2023-12-09T02:16:27.741620+0000 mon.a (mon.0) 6544 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:29.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:28 smithi067 bash[82083]: audit 2023-12-09T02:16:27.745434+0000 mon.a (mon.0) 6545 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:29.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:28 smithi067 bash[82083]: audit 2023-12-09T02:16:27.754011+0000 mon.a (mon.0) 6546 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:29.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:28 smithi067 bash[82083]: audit 2023-12-09T02:16:27.755115+0000 mon.a (mon.0) 6547 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:29.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:28 smithi067 bash[82083]: audit 2023-12-09T02:16:27.760149+0000 mon.a (mon.0) 6548 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:29.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:28 smithi067 bash[82083]: cephadm 2023-12-09T02:16:27.760658+0000 mgr.y (mgr.25480) 1569 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:29.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:28 smithi067 bash[82083]: audit 2023-12-09T02:16:27.819830+0000 mon.a (mon.0) 6549 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:29.224 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:28 smithi067 bash[82083]: audit 2023-12-09T02:16:27.822790+0000 mon.a (mon.0) 6550 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:29.224 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:28 smithi067 bash[82083]: audit 2023-12-09T02:16:27.826159+0000 mon.a (mon.0) 6551 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:29.224 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:28 smithi067 bash[82083]: audit 2023-12-09T02:16:27.827107+0000 mon.a (mon.0) 6552 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:29.224 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:28 smithi067 bash[82083]: audit 2023-12-09T02:16:27.834649+0000 mon.a (mon.0) 6553 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:29.224 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:28 smithi067 bash[82083]: cephadm 2023-12-09T02:16:27.835226+0000 mgr.y (mgr.25480) 1570 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:29.224 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:28 smithi067 bash[82083]: audit 2023-12-09T02:16:27.912488+0000 mon.a (mon.0) 6554 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:29.224 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:28 smithi067 bash[82083]: audit 2023-12-09T02:16:27.915452+0000 mon.a (mon.0) 6555 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:29.224 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:28 smithi067 bash[82083]: audit 2023-12-09T02:16:27.919288+0000 mon.a (mon.0) 6556 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:29.224 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:28 smithi067 bash[82083]: audit 2023-12-09T02:16:27.920621+0000 mon.a (mon.0) 6557 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:29.224 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:28 smithi067 bash[82083]: audit 2023-12-09T02:16:27.927731+0000 mon.a (mon.0) 6558 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:29.224 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:28 smithi067 bash[82083]: cephadm 2023-12-09T02:16:27.928308+0000 mgr.y (mgr.25480) 1571 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:29.224 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:28 smithi067 bash[82083]: audit 2023-12-09T02:16:28.010139+0000 mon.a (mon.0) 6559 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:29.224 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:28 smithi067 bash[82083]: audit 2023-12-09T02:16:28.013015+0000 mon.a (mon.0) 6560 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:29.224 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:28 smithi067 bash[82083]: audit 2023-12-09T02:16:28.015849+0000 mon.a (mon.0) 6561 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:29.225 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:28 smithi067 bash[82083]: audit 2023-12-09T02:16:28.016956+0000 mon.a (mon.0) 6562 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:29.225 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:28 smithi067 bash[82083]: audit 2023-12-09T02:16:28.023065+0000 mon.a (mon.0) 6563 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:29.225 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:28 smithi067 bash[82083]: cephadm 2023-12-09T02:16:28.023747+0000 mgr.y (mgr.25480) 1572 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:29.225 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:28 smithi067 bash[82083]: audit 2023-12-09T02:16:28.049290+0000 mon.a (mon.0) 6564 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:29.225 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:28 smithi067 bash[82083]: audit 2023-12-09T02:16:28.105529+0000 mon.a (mon.0) 6565 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:29.225 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:28 smithi067 bash[82083]: audit 2023-12-09T02:16:28.108012+0000 mon.a (mon.0) 6566 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:29.225 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:28 smithi067 bash[82083]: audit 2023-12-09T02:16:28.111308+0000 mon.a (mon.0) 6567 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:29.225 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:28 smithi067 bash[82083]: audit 2023-12-09T02:16:28.112453+0000 mon.a (mon.0) 6568 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:29.225 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:28 smithi067 bash[82083]: audit 2023-12-09T02:16:28.120433+0000 mon.a (mon.0) 6569 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:29.225 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:28 smithi067 bash[82083]: cephadm 2023-12-09T02:16:28.121518+0000 mgr.y (mgr.25480) 1573 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:29.225 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:28 smithi067 bash[82083]: audit 2023-12-09T02:16:28.202152+0000 mon.a (mon.0) 6570 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:29.225 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:28 smithi067 bash[79370]: audit 2023-12-09T02:16:27.912488+0000 mon.a (mon.0) 6554 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:29.226 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:28 smithi067 bash[79370]: audit 2023-12-09T02:16:27.915452+0000 mon.a (mon.0) 6555 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:29.226 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:28 smithi067 bash[79370]: audit 2023-12-09T02:16:27.919288+0000 mon.a (mon.0) 6556 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:29.226 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:28 smithi067 bash[79370]: audit 2023-12-09T02:16:27.920621+0000 mon.a (mon.0) 6557 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:29.226 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:28 smithi067 bash[79370]: audit 2023-12-09T02:16:27.927731+0000 mon.a (mon.0) 6558 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:29.226 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:28 smithi067 bash[79370]: cephadm 2023-12-09T02:16:27.928308+0000 mgr.y (mgr.25480) 1571 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:29.226 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:28 smithi067 bash[79370]: audit 2023-12-09T02:16:28.010139+0000 mon.a (mon.0) 6559 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:29.226 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:28 smithi067 bash[79370]: audit 2023-12-09T02:16:28.013015+0000 mon.a (mon.0) 6560 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:29.226 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:28 smithi067 bash[79370]: audit 2023-12-09T02:16:28.015849+0000 mon.a (mon.0) 6561 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:29.226 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:28 smithi067 bash[79370]: audit 2023-12-09T02:16:28.016956+0000 mon.a (mon.0) 6562 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:29.226 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:28 smithi067 bash[79370]: audit 2023-12-09T02:16:28.023065+0000 mon.a (mon.0) 6563 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:29.226 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:28 smithi067 bash[79370]: cephadm 2023-12-09T02:16:28.023747+0000 mgr.y (mgr.25480) 1572 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:29.226 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:28 smithi067 bash[79370]: audit 2023-12-09T02:16:28.049290+0000 mon.a (mon.0) 6564 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:29.226 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:28 smithi067 bash[79370]: audit 2023-12-09T02:16:28.105529+0000 mon.a (mon.0) 6565 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:29.226 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:28 smithi067 bash[79370]: audit 2023-12-09T02:16:28.108012+0000 mon.a (mon.0) 6566 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:29.227 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:28 smithi067 bash[79370]: audit 2023-12-09T02:16:28.111308+0000 mon.a (mon.0) 6567 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:29.227 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:28 smithi067 bash[79370]: audit 2023-12-09T02:16:28.112453+0000 mon.a (mon.0) 6568 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:29.227 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:28 smithi067 bash[79370]: audit 2023-12-09T02:16:28.120433+0000 mon.a (mon.0) 6569 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:29.227 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:28 smithi067 bash[79370]: cephadm 2023-12-09T02:16:28.121518+0000 mgr.y (mgr.25480) 1573 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:29.227 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:28 smithi067 bash[79370]: audit 2023-12-09T02:16:28.202152+0000 mon.a (mon.0) 6570 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:29.227 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:28 smithi067 bash[82083]: audit 2023-12-09T02:16:28.204520+0000 mon.a (mon.0) 6571 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:29.227 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:28 smithi067 bash[82083]: audit 2023-12-09T02:16:28.207137+0000 mon.a (mon.0) 6572 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:29.227 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:28 smithi067 bash[82083]: audit 2023-12-09T02:16:28.207994+0000 mon.a (mon.0) 6573 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:29.228 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:28 smithi067 bash[82083]: audit 2023-12-09T02:16:28.215204+0000 mon.a (mon.0) 6574 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:29.228 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:28 smithi067 bash[82083]: cephadm 2023-12-09T02:16:28.215757+0000 mgr.y (mgr.25480) 1574 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:29.228 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:28 smithi067 bash[82083]: audit 2023-12-09T02:16:28.296421+0000 mon.a (mon.0) 6575 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:29.228 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:28 smithi067 bash[82083]: audit 2023-12-09T02:16:28.298996+0000 mon.a (mon.0) 6576 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:29.228 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:28 smithi067 bash[82083]: audit 2023-12-09T02:16:28.302031+0000 mon.a (mon.0) 6577 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:29.228 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:28 smithi067 bash[82083]: audit 2023-12-09T02:16:28.302934+0000 mon.a (mon.0) 6578 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:29.228 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:28 smithi067 bash[82083]: audit 2023-12-09T02:16:28.311085+0000 mon.a (mon.0) 6579 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:29.228 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:28 smithi067 bash[82083]: cephadm 2023-12-09T02:16:28.311732+0000 mgr.y (mgr.25480) 1575 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:29.228 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:28 smithi067 bash[82083]: audit 2023-12-09T02:16:28.394984+0000 mon.a (mon.0) 6580 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:29.228 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:28 smithi067 bash[82083]: audit 2023-12-09T02:16:28.397639+0000 mon.a (mon.0) 6581 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:29.228 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:28 smithi067 bash[82083]: audit 2023-12-09T02:16:28.400537+0000 mon.a (mon.0) 6582 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:29.228 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:28 smithi067 bash[82083]: audit 2023-12-09T02:16:28.401341+0000 mon.a (mon.0) 6583 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:29.228 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:28 smithi067 bash[82083]: audit 2023-12-09T02:16:28.408148+0000 mon.a (mon.0) 6584 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:29.228 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:28 smithi067 bash[82083]: cephadm 2023-12-09T02:16:28.408743+0000 mgr.y (mgr.25480) 1576 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:29.229 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:28 smithi067 bash[82083]: audit 2023-12-09T02:16:28.493335+0000 mon.a (mon.0) 6585 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:29.229 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:28 smithi067 bash[82083]: audit 2023-12-09T02:16:28.497641+0000 mon.a (mon.0) 6586 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:29.229 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:28 smithi067 bash[82083]: audit 2023-12-09T02:16:28.502493+0000 mon.a (mon.0) 6587 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:29.229 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:28 smithi067 bash[82083]: audit 2023-12-09T02:16:28.503881+0000 mon.a (mon.0) 6588 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:29.229 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:28 smithi067 bash[82083]: audit 2023-12-09T02:16:28.513574+0000 mon.a (mon.0) 6589 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:29.229 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:28 smithi067 bash[82083]: cephadm 2023-12-09T02:16:28.514256+0000 mgr.y (mgr.25480) 1577 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:29.229 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:28 smithi067 bash[82083]: audit 2023-12-09T02:16:28.597688+0000 mon.a (mon.0) 6590 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:29.229 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:28 smithi067 bash[82083]: audit 2023-12-09T02:16:28.600632+0000 mon.a (mon.0) 6591 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:29.229 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:28 smithi067 bash[82083]: audit 2023-12-09T02:16:28.603824+0000 mon.a (mon.0) 6592 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:29.229 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:28 smithi067 bash[82083]: audit 2023-12-09T02:16:28.605007+0000 mon.a (mon.0) 6593 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:29.229 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:28 smithi067 bash[82083]: audit 2023-12-09T02:16:28.613946+0000 mon.a (mon.0) 6594 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:29.229 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:28 smithi067 bash[82083]: cephadm 2023-12-09T02:16:28.614501+0000 mgr.y (mgr.25480) 1578 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:29.229 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:28 smithi067 bash[82083]: audit 2023-12-09T02:16:28.693330+0000 mon.a (mon.0) 6595 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:29.229 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:28 smithi067 bash[82083]: audit 2023-12-09T02:16:28.696099+0000 mon.a (mon.0) 6596 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:29.229 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:28 smithi067 bash[82083]: audit 2023-12-09T02:16:28.699088+0000 mon.a (mon.0) 6597 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:29.230 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:28 smithi067 bash[82083]: audit 2023-12-09T02:16:28.700238+0000 mon.a (mon.0) 6598 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:29.230 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:28 smithi067 bash[82083]: audit 2023-12-09T02:16:28.711237+0000 mon.a (mon.0) 6599 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:29.230 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:28 smithi067 bash[82083]: cephadm 2023-12-09T02:16:28.712078+0000 mgr.y (mgr.25480) 1579 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:29.230 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:28 smithi067 bash[82083]: cluster 2023-12-09T02:16:28.737995+0000 mgr.y (mgr.25480) 1580 : cluster 0 pgmap v267: 161 pgs: 40 active+undersized, 26 active+undersized+degraded, 95 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 93/726 objects degraded (12.810%) 2023-12-09T02:16:29.230 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:28 smithi067 bash[79370]: audit 2023-12-09T02:16:28.204520+0000 mon.a (mon.0) 6571 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:29.230 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:28 smithi067 bash[79370]: audit 2023-12-09T02:16:28.207137+0000 mon.a (mon.0) 6572 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:29.230 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:28 smithi067 bash[79370]: audit 2023-12-09T02:16:28.207994+0000 mon.a (mon.0) 6573 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:29.230 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:28 smithi067 bash[79370]: audit 2023-12-09T02:16:28.215204+0000 mon.a (mon.0) 6574 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:29.230 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:28 smithi067 bash[79370]: cephadm 2023-12-09T02:16:28.215757+0000 mgr.y (mgr.25480) 1574 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:29.231 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:28 smithi067 bash[79370]: audit 2023-12-09T02:16:28.296421+0000 mon.a (mon.0) 6575 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:29.231 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:28 smithi067 bash[79370]: audit 2023-12-09T02:16:28.298996+0000 mon.a (mon.0) 6576 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:29.231 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:28 smithi067 bash[79370]: audit 2023-12-09T02:16:28.302031+0000 mon.a (mon.0) 6577 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:29.231 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:28 smithi067 bash[79370]: audit 2023-12-09T02:16:28.302934+0000 mon.a (mon.0) 6578 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:29.231 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:28 smithi067 bash[79370]: audit 2023-12-09T02:16:28.311085+0000 mon.a (mon.0) 6579 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:29.231 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:28 smithi067 bash[79370]: cephadm 2023-12-09T02:16:28.311732+0000 mgr.y (mgr.25480) 1575 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:29.231 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:28 smithi067 bash[79370]: audit 2023-12-09T02:16:28.394984+0000 mon.a (mon.0) 6580 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:29.231 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:28 smithi067 bash[79370]: audit 2023-12-09T02:16:28.397639+0000 mon.a (mon.0) 6581 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:29.231 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:28 smithi067 bash[79370]: audit 2023-12-09T02:16:28.400537+0000 mon.a (mon.0) 6582 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:29.231 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:28 smithi067 bash[79370]: audit 2023-12-09T02:16:28.401341+0000 mon.a (mon.0) 6583 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:29.231 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:28 smithi067 bash[79370]: audit 2023-12-09T02:16:28.408148+0000 mon.a (mon.0) 6584 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:29.231 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:28 smithi067 bash[79370]: cephadm 2023-12-09T02:16:28.408743+0000 mgr.y (mgr.25480) 1576 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:29.231 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:28 smithi067 bash[79370]: audit 2023-12-09T02:16:28.493335+0000 mon.a (mon.0) 6585 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:29.231 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:28 smithi067 bash[79370]: audit 2023-12-09T02:16:28.497641+0000 mon.a (mon.0) 6586 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:29.231 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:28 smithi067 bash[79370]: audit 2023-12-09T02:16:28.502493+0000 mon.a (mon.0) 6587 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:29.232 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:28 smithi067 bash[79370]: audit 2023-12-09T02:16:28.503881+0000 mon.a (mon.0) 6588 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:29.232 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:28 smithi067 bash[79370]: audit 2023-12-09T02:16:28.513574+0000 mon.a (mon.0) 6589 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:29.232 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:28 smithi067 bash[79370]: cephadm 2023-12-09T02:16:28.514256+0000 mgr.y (mgr.25480) 1577 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:29.232 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:28 smithi067 bash[79370]: audit 2023-12-09T02:16:28.597688+0000 mon.a (mon.0) 6590 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:29.232 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:28 smithi067 bash[79370]: audit 2023-12-09T02:16:28.600632+0000 mon.a (mon.0) 6591 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:29.232 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:28 smithi067 bash[79370]: audit 2023-12-09T02:16:28.603824+0000 mon.a (mon.0) 6592 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:29.232 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:28 smithi067 bash[79370]: audit 2023-12-09T02:16:28.605007+0000 mon.a (mon.0) 6593 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:29.232 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:28 smithi067 bash[79370]: audit 2023-12-09T02:16:28.613946+0000 mon.a (mon.0) 6594 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:29.232 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:28 smithi067 bash[79370]: cephadm 2023-12-09T02:16:28.614501+0000 mgr.y (mgr.25480) 1578 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:29.232 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:28 smithi067 bash[79370]: audit 2023-12-09T02:16:28.693330+0000 mon.a (mon.0) 6595 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:29.232 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:28 smithi067 bash[79370]: audit 2023-12-09T02:16:28.696099+0000 mon.a (mon.0) 6596 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:29.232 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:28 smithi067 bash[79370]: audit 2023-12-09T02:16:28.699088+0000 mon.a (mon.0) 6597 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:29.232 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:28 smithi067 bash[79370]: audit 2023-12-09T02:16:28.700238+0000 mon.a (mon.0) 6598 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:29.232 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:28 smithi067 bash[79370]: audit 2023-12-09T02:16:28.711237+0000 mon.a (mon.0) 6599 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:29.232 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:28 smithi067 bash[79370]: cephadm 2023-12-09T02:16:28.712078+0000 mgr.y (mgr.25480) 1579 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:29.232 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:28 smithi067 bash[79370]: cluster 2023-12-09T02:16:28.737995+0000 mgr.y (mgr.25480) 1580 : cluster 0 pgmap v267: 161 pgs: 40 active+undersized, 26 active+undersized+degraded, 95 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 93/726 objects degraded (12.810%) 2023-12-09T02:16:29.233 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:28 smithi125 bash[66801]: cephadm 2023-12-09T02:16:26.834088+0000 mgr.y (mgr.25480) 1560 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:29.233 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:28 smithi125 bash[66801]: cephadm 2023-12-09T02:16:26.930469+0000 mgr.y (mgr.25480) 1561 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:29.233 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:28 smithi125 bash[66801]: cephadm 2023-12-09T02:16:27.027016+0000 mgr.y (mgr.25480) 1562 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:29.233 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:28 smithi125 bash[66801]: cephadm 2023-12-09T02:16:27.123854+0000 mgr.y (mgr.25480) 1563 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:29.233 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:28 smithi125 bash[66801]: cephadm 2023-12-09T02:16:27.217813+0000 mgr.y (mgr.25480) 1564 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:29.234 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:28 smithi125 bash[66801]: cephadm 2023-12-09T02:16:27.314360+0000 mgr.y (mgr.25480) 1565 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:29.234 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:28 smithi125 bash[66801]: cephadm 2023-12-09T02:16:27.413668+0000 mgr.y (mgr.25480) 1566 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:29.234 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:28 smithi125 bash[66801]: cephadm 2023-12-09T02:16:27.511813+0000 mgr.y (mgr.25480) 1567 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:29.234 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:28 smithi125 bash[66801]: cephadm 2023-12-09T02:16:27.610054+0000 mgr.y (mgr.25480) 1568 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:29.234 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:28 smithi125 bash[66801]: audit 2023-12-09T02:16:27.741620+0000 mon.a (mon.0) 6544 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:29.234 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:28 smithi125 bash[66801]: audit 2023-12-09T02:16:27.745434+0000 mon.a (mon.0) 6545 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:29.234 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:28 smithi125 bash[66801]: audit 2023-12-09T02:16:27.754011+0000 mon.a (mon.0) 6546 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:29.234 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:28 smithi125 bash[66801]: audit 2023-12-09T02:16:27.755115+0000 mon.a (mon.0) 6547 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:29.234 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:28 smithi125 bash[66801]: audit 2023-12-09T02:16:27.760149+0000 mon.a (mon.0) 6548 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:29.234 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:28 smithi125 bash[66801]: cephadm 2023-12-09T02:16:27.760658+0000 mgr.y (mgr.25480) 1569 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:29.234 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:28 smithi125 bash[66801]: audit 2023-12-09T02:16:27.819830+0000 mon.a (mon.0) 6549 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:29.234 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:28 smithi125 bash[66801]: audit 2023-12-09T02:16:27.822790+0000 mon.a (mon.0) 6550 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:29.234 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:28 smithi125 bash[66801]: audit 2023-12-09T02:16:27.826159+0000 mon.a (mon.0) 6551 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:29.234 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:28 smithi125 bash[66801]: audit 2023-12-09T02:16:27.827107+0000 mon.a (mon.0) 6552 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:29.235 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:28 smithi125 bash[66801]: audit 2023-12-09T02:16:27.834649+0000 mon.a (mon.0) 6553 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:29.235 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:28 smithi125 bash[66801]: cephadm 2023-12-09T02:16:27.835226+0000 mgr.y (mgr.25480) 1570 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:29.235 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:28 smithi125 bash[66801]: audit 2023-12-09T02:16:27.912488+0000 mon.a (mon.0) 6554 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:29.235 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:28 smithi125 bash[66801]: audit 2023-12-09T02:16:27.915452+0000 mon.a (mon.0) 6555 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:29.235 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:28 smithi125 bash[66801]: audit 2023-12-09T02:16:27.919288+0000 mon.a (mon.0) 6556 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:29.235 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:28 smithi125 bash[66801]: audit 2023-12-09T02:16:27.920621+0000 mon.a (mon.0) 6557 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:29.235 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:28 smithi125 bash[66801]: audit 2023-12-09T02:16:27.927731+0000 mon.a (mon.0) 6558 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:29.235 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:28 smithi125 bash[66801]: cephadm 2023-12-09T02:16:27.928308+0000 mgr.y (mgr.25480) 1571 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:29.235 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:28 smithi125 bash[66801]: audit 2023-12-09T02:16:28.010139+0000 mon.a (mon.0) 6559 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:29.235 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:28 smithi125 bash[66801]: audit 2023-12-09T02:16:28.013015+0000 mon.a (mon.0) 6560 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:29.235 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:28 smithi125 bash[66801]: audit 2023-12-09T02:16:28.015849+0000 mon.a (mon.0) 6561 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:29.235 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:28 smithi125 bash[66801]: audit 2023-12-09T02:16:28.016956+0000 mon.a (mon.0) 6562 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:29.235 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:28 smithi125 bash[66801]: audit 2023-12-09T02:16:28.023065+0000 mon.a (mon.0) 6563 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:29.235 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:28 smithi125 bash[66801]: cephadm 2023-12-09T02:16:28.023747+0000 mgr.y (mgr.25480) 1572 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:29.235 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:28 smithi125 bash[66801]: audit 2023-12-09T02:16:28.049290+0000 mon.a (mon.0) 6564 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:29.235 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:28 smithi125 bash[66801]: audit 2023-12-09T02:16:28.105529+0000 mon.a (mon.0) 6565 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:29.236 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:28 smithi125 bash[66801]: audit 2023-12-09T02:16:28.108012+0000 mon.a (mon.0) 6566 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:29.236 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:28 smithi125 bash[66801]: audit 2023-12-09T02:16:28.111308+0000 mon.a (mon.0) 6567 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:29.236 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:28 smithi125 bash[66801]: audit 2023-12-09T02:16:28.112453+0000 mon.a (mon.0) 6568 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:29.236 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:28 smithi125 bash[66801]: audit 2023-12-09T02:16:28.120433+0000 mon.a (mon.0) 6569 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:29.236 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:28 smithi125 bash[66801]: cephadm 2023-12-09T02:16:28.121518+0000 mgr.y (mgr.25480) 1573 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:29.236 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:28 smithi125 bash[66801]: audit 2023-12-09T02:16:28.202152+0000 mon.a (mon.0) 6570 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:29.236 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:28 smithi125 bash[66801]: audit 2023-12-09T02:16:28.204520+0000 mon.a (mon.0) 6571 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:29.236 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:28 smithi125 bash[66801]: audit 2023-12-09T02:16:28.207137+0000 mon.a (mon.0) 6572 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:29.236 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:28 smithi125 bash[66801]: audit 2023-12-09T02:16:28.207994+0000 mon.a (mon.0) 6573 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:29.236 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:28 smithi125 bash[66801]: audit 2023-12-09T02:16:28.215204+0000 mon.a (mon.0) 6574 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:29.236 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:28 smithi125 bash[66801]: cephadm 2023-12-09T02:16:28.215757+0000 mgr.y (mgr.25480) 1574 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:29.236 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:28 smithi125 bash[66801]: audit 2023-12-09T02:16:28.296421+0000 mon.a (mon.0) 6575 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:29.237 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:28 smithi125 bash[66801]: audit 2023-12-09T02:16:28.298996+0000 mon.a (mon.0) 6576 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:29.237 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:28 smithi125 bash[66801]: audit 2023-12-09T02:16:28.302031+0000 mon.a (mon.0) 6577 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:29.237 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:28 smithi125 bash[66801]: audit 2023-12-09T02:16:28.302934+0000 mon.a (mon.0) 6578 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:29.237 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:28 smithi125 bash[66801]: audit 2023-12-09T02:16:28.311085+0000 mon.a (mon.0) 6579 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:29.237 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:28 smithi125 bash[66801]: cephadm 2023-12-09T02:16:28.311732+0000 mgr.y (mgr.25480) 1575 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:29.237 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:28 smithi125 bash[66801]: audit 2023-12-09T02:16:28.394984+0000 mon.a (mon.0) 6580 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:29.237 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:28 smithi125 bash[66801]: audit 2023-12-09T02:16:28.397639+0000 mon.a (mon.0) 6581 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:29.237 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:28 smithi125 bash[66801]: audit 2023-12-09T02:16:28.400537+0000 mon.a (mon.0) 6582 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:29.237 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:28 smithi125 bash[66801]: audit 2023-12-09T02:16:28.401341+0000 mon.a (mon.0) 6583 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:29.237 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:28 smithi125 bash[66801]: audit 2023-12-09T02:16:28.408148+0000 mon.a (mon.0) 6584 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:29.237 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:28 smithi125 bash[66801]: cephadm 2023-12-09T02:16:28.408743+0000 mgr.y (mgr.25480) 1576 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:29.237 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:28 smithi125 bash[66801]: audit 2023-12-09T02:16:28.493335+0000 mon.a (mon.0) 6585 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:29.237 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:28 smithi125 bash[66801]: audit 2023-12-09T02:16:28.497641+0000 mon.a (mon.0) 6586 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:29.237 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:28 smithi125 bash[66801]: audit 2023-12-09T02:16:28.502493+0000 mon.a (mon.0) 6587 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:29.238 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:28 smithi125 bash[66801]: audit 2023-12-09T02:16:28.503881+0000 mon.a (mon.0) 6588 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:29.238 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:28 smithi125 bash[66801]: audit 2023-12-09T02:16:28.513574+0000 mon.a (mon.0) 6589 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:29.238 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:28 smithi125 bash[66801]: cephadm 2023-12-09T02:16:28.514256+0000 mgr.y (mgr.25480) 1577 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:29.238 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:28 smithi125 bash[66801]: audit 2023-12-09T02:16:28.597688+0000 mon.a (mon.0) 6590 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:29.238 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:28 smithi125 bash[66801]: audit 2023-12-09T02:16:28.600632+0000 mon.a (mon.0) 6591 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:29.238 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:28 smithi125 bash[66801]: audit 2023-12-09T02:16:28.603824+0000 mon.a (mon.0) 6592 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:29.238 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:28 smithi125 bash[66801]: audit 2023-12-09T02:16:28.605007+0000 mon.a (mon.0) 6593 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:29.238 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:28 smithi125 bash[66801]: audit 2023-12-09T02:16:28.613946+0000 mon.a (mon.0) 6594 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:29.238 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:28 smithi125 bash[66801]: cephadm 2023-12-09T02:16:28.614501+0000 mgr.y (mgr.25480) 1578 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:29.238 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:28 smithi125 bash[66801]: audit 2023-12-09T02:16:28.693330+0000 mon.a (mon.0) 6595 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:29.238 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:28 smithi125 bash[66801]: audit 2023-12-09T02:16:28.696099+0000 mon.a (mon.0) 6596 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:29.239 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:28 smithi125 bash[66801]: audit 2023-12-09T02:16:28.699088+0000 mon.a (mon.0) 6597 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:29.239 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:28 smithi125 bash[66801]: audit 2023-12-09T02:16:28.700238+0000 mon.a (mon.0) 6598 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:29.239 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:28 smithi125 bash[66801]: audit 2023-12-09T02:16:28.711237+0000 mon.a (mon.0) 6599 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:29.239 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:28 smithi125 bash[66801]: cephadm 2023-12-09T02:16:28.712078+0000 mgr.y (mgr.25480) 1579 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:29.239 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:28 smithi125 bash[66801]: cluster 2023-12-09T02:16:28.737995+0000 mgr.y (mgr.25480) 1580 : cluster 0 pgmap v267: 161 pgs: 40 active+undersized, 26 active+undersized+degraded, 95 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 93/726 objects degraded (12.810%) 2023-12-09T02:16:29.721 INFO:journalctl@ceph.osd.7.smithi125.stdout:Dec 09 02:16:29 smithi125 bash[82798]: debug 2023-12-09T02:16:29.386+0000 7f6e6e8a1640 -1 osd.7 0 read_superblock omap replica is missing. 2023-12-09T02:16:29.721 INFO:journalctl@ceph.osd.7.smithi125.stdout:Dec 09 02:16:29 smithi125 bash[82798]: debug 2023-12-09T02:16:29.434+0000 7f6e6e8a1640 -1 osd.7 152 log_to_monitors true 2023-12-09T02:16:30.022 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:29 smithi125 bash[66801]: audit 2023-12-09T02:16:28.788327+0000 mon.a (mon.0) 6600 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:30.022 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:29 smithi125 bash[66801]: audit 2023-12-09T02:16:28.791230+0000 mon.a (mon.0) 6601 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:30.022 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:29 smithi125 bash[66801]: audit 2023-12-09T02:16:28.794042+0000 mon.a (mon.0) 6602 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:30.022 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:29 smithi125 bash[66801]: audit 2023-12-09T02:16:28.795221+0000 mon.a (mon.0) 6603 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:30.022 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:29 smithi125 bash[66801]: audit 2023-12-09T02:16:28.803525+0000 mon.a (mon.0) 6604 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:30.022 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:29 smithi125 bash[66801]: cephadm 2023-12-09T02:16:28.804280+0000 mgr.y (mgr.25480) 1581 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:30.022 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:29 smithi125 bash[66801]: audit 2023-12-09T02:16:28.885756+0000 mon.a (mon.0) 6605 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:30.023 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:29 smithi125 bash[66801]: audit 2023-12-09T02:16:28.889836+0000 mon.a (mon.0) 6606 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:30.023 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:29 smithi125 bash[66801]: audit 2023-12-09T02:16:28.893748+0000 mon.a (mon.0) 6607 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:30.023 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:29 smithi125 bash[66801]: audit 2023-12-09T02:16:28.894906+0000 mon.a (mon.0) 6608 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:30.023 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:29 smithi125 bash[66801]: audit 2023-12-09T02:16:28.897821+0000 mgr.y (mgr.25480) 1582 : audit 0 from='client.25420 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:16:30.023 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:29 smithi125 bash[66801]: audit 2023-12-09T02:16:28.903229+0000 mon.a (mon.0) 6609 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:30.023 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:29 smithi125 bash[66801]: cephadm 2023-12-09T02:16:28.903772+0000 mgr.y (mgr.25480) 1583 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:30.023 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:29 smithi125 bash[66801]: audit 2023-12-09T02:16:28.981007+0000 mon.a (mon.0) 6610 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:30.023 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:29 smithi125 bash[66801]: audit 2023-12-09T02:16:28.985679+0000 mon.a (mon.0) 6611 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:30.023 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:29 smithi125 bash[66801]: audit 2023-12-09T02:16:28.989921+0000 mon.a (mon.0) 6612 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:30.023 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:29 smithi125 bash[66801]: audit 2023-12-09T02:16:28.991311+0000 mon.a (mon.0) 6613 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:30.023 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:29 smithi125 bash[66801]: audit 2023-12-09T02:16:29.000020+0000 mon.a (mon.0) 6614 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:30.023 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:29 smithi125 bash[66801]: cephadm 2023-12-09T02:16:29.000895+0000 mgr.y (mgr.25480) 1584 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:30.023 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:29 smithi125 bash[66801]: audit 2023-12-09T02:16:29.068700+0000 mon.a (mon.0) 6615 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:30.023 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:29 smithi125 bash[66801]: audit 2023-12-09T02:16:29.072297+0000 mon.a (mon.0) 6616 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:30.024 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:29 smithi125 bash[66801]: audit 2023-12-09T02:16:29.075772+0000 mon.a (mon.0) 6617 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:30.024 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:29 smithi125 bash[66801]: audit 2023-12-09T02:16:29.077100+0000 mon.a (mon.0) 6618 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:30.024 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:29 smithi125 bash[66801]: audit 2023-12-09T02:16:29.084457+0000 mon.a (mon.0) 6619 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:30.024 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:29 smithi125 bash[66801]: cephadm 2023-12-09T02:16:29.085200+0000 mgr.y (mgr.25480) 1585 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:30.024 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:29 smithi125 bash[66801]: audit 2023-12-09T02:16:29.166293+0000 mon.a (mon.0) 6620 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:30.024 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:29 smithi125 bash[66801]: audit 2023-12-09T02:16:29.170568+0000 mon.a (mon.0) 6621 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:30.024 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:29 smithi125 bash[66801]: audit 2023-12-09T02:16:29.173992+0000 mon.a (mon.0) 6622 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:30.024 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:29 smithi125 bash[66801]: audit 2023-12-09T02:16:29.175051+0000 mon.a (mon.0) 6623 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:30.024 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:29 smithi125 bash[66801]: audit 2023-12-09T02:16:29.183008+0000 mon.a (mon.0) 6624 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:30.024 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:29 smithi125 bash[66801]: cephadm 2023-12-09T02:16:29.183421+0000 mgr.y (mgr.25480) 1586 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:30.024 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:29 smithi125 bash[66801]: audit 2023-12-09T02:16:29.260448+0000 mon.a (mon.0) 6625 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:30.024 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:29 smithi125 bash[66801]: audit 2023-12-09T02:16:29.264539+0000 mon.a (mon.0) 6626 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:30.024 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:29 smithi125 bash[66801]: audit 2023-12-09T02:16:29.268603+0000 mon.a (mon.0) 6627 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:30.024 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:29 smithi125 bash[66801]: audit 2023-12-09T02:16:29.270178+0000 mon.a (mon.0) 6628 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:30.024 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:29 smithi125 bash[66801]: audit 2023-12-09T02:16:29.278312+0000 mon.a (mon.0) 6629 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:30.025 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:29 smithi125 bash[66801]: cephadm 2023-12-09T02:16:29.279097+0000 mgr.y (mgr.25480) 1587 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:30.025 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:29 smithi125 bash[66801]: audit 2023-12-09T02:16:29.359845+0000 mon.a (mon.0) 6630 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:30.025 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:29 smithi125 bash[66801]: audit 2023-12-09T02:16:29.362568+0000 mon.a (mon.0) 6631 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:30.025 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:29 smithi125 bash[66801]: audit 2023-12-09T02:16:29.365265+0000 mon.a (mon.0) 6632 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:30.025 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:29 smithi125 bash[66801]: audit 2023-12-09T02:16:29.366411+0000 mon.a (mon.0) 6633 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:30.025 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:29 smithi125 bash[66801]: audit 2023-12-09T02:16:29.373925+0000 mon.a (mon.0) 6634 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:30.025 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:29 smithi125 bash[66801]: cephadm 2023-12-09T02:16:29.374847+0000 mgr.y (mgr.25480) 1588 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:30.025 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:29 smithi125 bash[66801]: audit 2023-12-09T02:16:29.445116+0000 mon.c (mon.1) 17 : audit 1 from='osd.7 [v2:172.21.15.125:6824/3823138864,v1:172.21.15.125:6825/3823138864]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-09T02:16:30.025 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:29 smithi125 bash[66801]: audit 2023-12-09T02:16:29.445813+0000 mon.a (mon.0) 6635 : audit 1 from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-09T02:16:30.025 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:29 smithi125 bash[66801]: audit 2023-12-09T02:16:29.458003+0000 mon.a (mon.0) 6636 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:30.025 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:29 smithi125 bash[66801]: audit 2023-12-09T02:16:29.461835+0000 mon.a (mon.0) 6637 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:30.025 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:29 smithi125 bash[66801]: audit 2023-12-09T02:16:29.465835+0000 mon.a (mon.0) 6638 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:30.025 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:29 smithi125 bash[66801]: audit 2023-12-09T02:16:29.467016+0000 mon.a (mon.0) 6639 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:30.025 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:29 smithi125 bash[66801]: audit 2023-12-09T02:16:29.474666+0000 mon.a (mon.0) 6640 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:30.026 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:29 smithi125 bash[66801]: cephadm 2023-12-09T02:16:29.475516+0000 mgr.y (mgr.25480) 1589 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:30.026 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:29 smithi125 bash[66801]: audit 2023-12-09T02:16:29.552974+0000 mon.a (mon.0) 6641 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:30.026 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:29 smithi125 bash[66801]: audit 2023-12-09T02:16:29.557389+0000 mon.a (mon.0) 6642 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:30.026 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:29 smithi125 bash[66801]: audit 2023-12-09T02:16:29.561582+0000 mon.a (mon.0) 6643 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:30.026 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:29 smithi125 bash[66801]: audit 2023-12-09T02:16:29.563038+0000 mon.a (mon.0) 6644 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:30.026 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:29 smithi125 bash[66801]: audit 2023-12-09T02:16:29.571817+0000 mon.a (mon.0) 6645 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:30.026 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:29 smithi125 bash[66801]: cephadm 2023-12-09T02:16:29.572693+0000 mgr.y (mgr.25480) 1590 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:30.026 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:29 smithi125 bash[66801]: audit 2023-12-09T02:16:29.656196+0000 mon.a (mon.0) 6646 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:30.026 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:29 smithi125 bash[66801]: audit 2023-12-09T02:16:29.659485+0000 mon.a (mon.0) 6647 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:30.026 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:29 smithi125 bash[66801]: audit 2023-12-09T02:16:29.663425+0000 mon.a (mon.0) 6648 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:30.026 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:29 smithi125 bash[66801]: audit 2023-12-09T02:16:29.664734+0000 mon.a (mon.0) 6649 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:30.026 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:29 smithi125 bash[66801]: audit 2023-12-09T02:16:29.674008+0000 mon.a (mon.0) 6650 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:30.026 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:29 smithi125 bash[66801]: cephadm 2023-12-09T02:16:29.674735+0000 mgr.y (mgr.25480) 1591 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:30.220 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:29 smithi067 bash[79370]: audit 2023-12-09T02:16:28.788327+0000 mon.a (mon.0) 6600 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:30.220 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:29 smithi067 bash[79370]: audit 2023-12-09T02:16:28.791230+0000 mon.a (mon.0) 6601 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:30.220 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:29 smithi067 bash[79370]: audit 2023-12-09T02:16:28.794042+0000 mon.a (mon.0) 6602 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:30.220 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:29 smithi067 bash[79370]: audit 2023-12-09T02:16:28.795221+0000 mon.a (mon.0) 6603 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:30.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:29 smithi067 bash[79370]: audit 2023-12-09T02:16:28.803525+0000 mon.a (mon.0) 6604 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:30.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:29 smithi067 bash[79370]: cephadm 2023-12-09T02:16:28.804280+0000 mgr.y (mgr.25480) 1581 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:30.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:29 smithi067 bash[79370]: audit 2023-12-09T02:16:28.885756+0000 mon.a (mon.0) 6605 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:30.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:29 smithi067 bash[79370]: audit 2023-12-09T02:16:28.889836+0000 mon.a (mon.0) 6606 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:30.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:29 smithi067 bash[79370]: audit 2023-12-09T02:16:28.893748+0000 mon.a (mon.0) 6607 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:30.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:29 smithi067 bash[79370]: audit 2023-12-09T02:16:28.894906+0000 mon.a (mon.0) 6608 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:30.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:29 smithi067 bash[79370]: audit 2023-12-09T02:16:28.897821+0000 mgr.y (mgr.25480) 1582 : audit 0 from='client.25420 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:16:30.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:29 smithi067 bash[79370]: audit 2023-12-09T02:16:28.903229+0000 mon.a (mon.0) 6609 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:30.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:29 smithi067 bash[79370]: cephadm 2023-12-09T02:16:28.903772+0000 mgr.y (mgr.25480) 1583 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:30.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:29 smithi067 bash[79370]: audit 2023-12-09T02:16:28.981007+0000 mon.a (mon.0) 6610 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:30.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:29 smithi067 bash[79370]: audit 2023-12-09T02:16:28.985679+0000 mon.a (mon.0) 6611 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:30.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:29 smithi067 bash[79370]: audit 2023-12-09T02:16:28.989921+0000 mon.a (mon.0) 6612 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:30.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:29 smithi067 bash[79370]: audit 2023-12-09T02:16:28.991311+0000 mon.a (mon.0) 6613 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:30.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:29 smithi067 bash[79370]: audit 2023-12-09T02:16:29.000020+0000 mon.a (mon.0) 6614 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:30.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:29 smithi067 bash[79370]: cephadm 2023-12-09T02:16:29.000895+0000 mgr.y (mgr.25480) 1584 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:30.222 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:29 smithi067 bash[82083]: audit 2023-12-09T02:16:28.788327+0000 mon.a (mon.0) 6600 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:30.222 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:29 smithi067 bash[82083]: audit 2023-12-09T02:16:28.791230+0000 mon.a (mon.0) 6601 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:30.222 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:29 smithi067 bash[82083]: audit 2023-12-09T02:16:28.794042+0000 mon.a (mon.0) 6602 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:30.222 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:29 smithi067 bash[82083]: audit 2023-12-09T02:16:28.795221+0000 mon.a (mon.0) 6603 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:30.222 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:29 smithi067 bash[82083]: audit 2023-12-09T02:16:28.803525+0000 mon.a (mon.0) 6604 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:30.222 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:29 smithi067 bash[82083]: cephadm 2023-12-09T02:16:28.804280+0000 mgr.y (mgr.25480) 1581 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:30.222 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:29 smithi067 bash[82083]: audit 2023-12-09T02:16:28.885756+0000 mon.a (mon.0) 6605 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:30.222 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:29 smithi067 bash[82083]: audit 2023-12-09T02:16:28.889836+0000 mon.a (mon.0) 6606 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:30.222 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:29 smithi067 bash[82083]: audit 2023-12-09T02:16:28.893748+0000 mon.a (mon.0) 6607 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:30.222 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:29 smithi067 bash[82083]: audit 2023-12-09T02:16:28.894906+0000 mon.a (mon.0) 6608 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:30.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:29 smithi067 bash[82083]: audit 2023-12-09T02:16:28.897821+0000 mgr.y (mgr.25480) 1582 : audit 0 from='client.25420 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:16:30.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:29 smithi067 bash[82083]: audit 2023-12-09T02:16:28.903229+0000 mon.a (mon.0) 6609 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:30.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:29 smithi067 bash[82083]: cephadm 2023-12-09T02:16:28.903772+0000 mgr.y (mgr.25480) 1583 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:30.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:29 smithi067 bash[82083]: audit 2023-12-09T02:16:28.981007+0000 mon.a (mon.0) 6610 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:30.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:29 smithi067 bash[82083]: audit 2023-12-09T02:16:28.985679+0000 mon.a (mon.0) 6611 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:30.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:29 smithi067 bash[82083]: audit 2023-12-09T02:16:28.989921+0000 mon.a (mon.0) 6612 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:30.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:29 smithi067 bash[82083]: audit 2023-12-09T02:16:28.991311+0000 mon.a (mon.0) 6613 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:30.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:29 smithi067 bash[82083]: audit 2023-12-09T02:16:29.000020+0000 mon.a (mon.0) 6614 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:30.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:29 smithi067 bash[82083]: cephadm 2023-12-09T02:16:29.000895+0000 mgr.y (mgr.25480) 1584 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:30.224 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:29 smithi067 bash[79370]: audit 2023-12-09T02:16:29.068700+0000 mon.a (mon.0) 6615 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:30.224 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:29 smithi067 bash[79370]: audit 2023-12-09T02:16:29.072297+0000 mon.a (mon.0) 6616 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:30.224 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:29 smithi067 bash[79370]: audit 2023-12-09T02:16:29.075772+0000 mon.a (mon.0) 6617 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:30.224 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:29 smithi067 bash[79370]: audit 2023-12-09T02:16:29.077100+0000 mon.a (mon.0) 6618 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:30.224 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:29 smithi067 bash[79370]: audit 2023-12-09T02:16:29.084457+0000 mon.a (mon.0) 6619 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:30.224 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:29 smithi067 bash[79370]: cephadm 2023-12-09T02:16:29.085200+0000 mgr.y (mgr.25480) 1585 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:30.224 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:29 smithi067 bash[79370]: audit 2023-12-09T02:16:29.166293+0000 mon.a (mon.0) 6620 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:30.224 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:29 smithi067 bash[79370]: audit 2023-12-09T02:16:29.170568+0000 mon.a (mon.0) 6621 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:30.224 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:29 smithi067 bash[79370]: audit 2023-12-09T02:16:29.173992+0000 mon.a (mon.0) 6622 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:30.224 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:29 smithi067 bash[79370]: audit 2023-12-09T02:16:29.175051+0000 mon.a (mon.0) 6623 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:30.224 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:29 smithi067 bash[79370]: audit 2023-12-09T02:16:29.183008+0000 mon.a (mon.0) 6624 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:30.224 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:29 smithi067 bash[79370]: cephadm 2023-12-09T02:16:29.183421+0000 mgr.y (mgr.25480) 1586 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:30.224 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:29 smithi067 bash[79370]: audit 2023-12-09T02:16:29.260448+0000 mon.a (mon.0) 6625 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:30.225 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:29 smithi067 bash[79370]: audit 2023-12-09T02:16:29.264539+0000 mon.a (mon.0) 6626 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:30.225 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:29 smithi067 bash[79370]: audit 2023-12-09T02:16:29.268603+0000 mon.a (mon.0) 6627 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:30.225 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:29 smithi067 bash[79370]: audit 2023-12-09T02:16:29.270178+0000 mon.a (mon.0) 6628 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:30.225 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:29 smithi067 bash[79370]: audit 2023-12-09T02:16:29.278312+0000 mon.a (mon.0) 6629 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:30.225 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:29 smithi067 bash[79370]: cephadm 2023-12-09T02:16:29.279097+0000 mgr.y (mgr.25480) 1587 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:30.225 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:29 smithi067 bash[79370]: audit 2023-12-09T02:16:29.359845+0000 mon.a (mon.0) 6630 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:30.225 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:29 smithi067 bash[79370]: audit 2023-12-09T02:16:29.362568+0000 mon.a (mon.0) 6631 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:30.225 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:29 smithi067 bash[79370]: audit 2023-12-09T02:16:29.365265+0000 mon.a (mon.0) 6632 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:30.225 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:29 smithi067 bash[79370]: audit 2023-12-09T02:16:29.366411+0000 mon.a (mon.0) 6633 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:30.225 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:29 smithi067 bash[79370]: audit 2023-12-09T02:16:29.373925+0000 mon.a (mon.0) 6634 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:30.225 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:29 smithi067 bash[79370]: cephadm 2023-12-09T02:16:29.374847+0000 mgr.y (mgr.25480) 1588 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:30.225 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:29 smithi067 bash[79370]: audit 2023-12-09T02:16:29.445116+0000 mon.c (mon.1) 17 : audit 1 from='osd.7 [v2:172.21.15.125:6824/3823138864,v1:172.21.15.125:6825/3823138864]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-09T02:16:30.225 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:29 smithi067 bash[79370]: audit 2023-12-09T02:16:29.445813+0000 mon.a (mon.0) 6635 : audit 1 from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-09T02:16:30.226 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:29 smithi067 bash[79370]: audit 2023-12-09T02:16:29.458003+0000 mon.a (mon.0) 6636 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:30.226 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:29 smithi067 bash[79370]: audit 2023-12-09T02:16:29.461835+0000 mon.a (mon.0) 6637 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:30.226 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:29 smithi067 bash[79370]: audit 2023-12-09T02:16:29.465835+0000 mon.a (mon.0) 6638 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:30.226 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:29 smithi067 bash[79370]: audit 2023-12-09T02:16:29.467016+0000 mon.a (mon.0) 6639 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:30.226 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:29 smithi067 bash[79370]: audit 2023-12-09T02:16:29.474666+0000 mon.a (mon.0) 6640 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:30.226 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:29 smithi067 bash[79370]: cephadm 2023-12-09T02:16:29.475516+0000 mgr.y (mgr.25480) 1589 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:30.226 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:29 smithi067 bash[79370]: audit 2023-12-09T02:16:29.552974+0000 mon.a (mon.0) 6641 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:30.226 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:29 smithi067 bash[79370]: audit 2023-12-09T02:16:29.557389+0000 mon.a (mon.0) 6642 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:30.226 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:29 smithi067 bash[79370]: audit 2023-12-09T02:16:29.561582+0000 mon.a (mon.0) 6643 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:30.226 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:29 smithi067 bash[79370]: audit 2023-12-09T02:16:29.563038+0000 mon.a (mon.0) 6644 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:30.226 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:29 smithi067 bash[79370]: audit 2023-12-09T02:16:29.571817+0000 mon.a (mon.0) 6645 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:30.226 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:29 smithi067 bash[79370]: cephadm 2023-12-09T02:16:29.572693+0000 mgr.y (mgr.25480) 1590 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:30.227 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:29 smithi067 bash[79370]: audit 2023-12-09T02:16:29.656196+0000 mon.a (mon.0) 6646 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:30.227 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:29 smithi067 bash[79370]: audit 2023-12-09T02:16:29.659485+0000 mon.a (mon.0) 6647 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:30.227 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:29 smithi067 bash[79370]: audit 2023-12-09T02:16:29.663425+0000 mon.a (mon.0) 6648 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:30.227 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:29 smithi067 bash[79370]: audit 2023-12-09T02:16:29.664734+0000 mon.a (mon.0) 6649 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:30.227 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:29 smithi067 bash[79370]: audit 2023-12-09T02:16:29.674008+0000 mon.a (mon.0) 6650 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:30.227 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:29 smithi067 bash[79370]: cephadm 2023-12-09T02:16:29.674735+0000 mgr.y (mgr.25480) 1591 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:30.227 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:29 smithi067 bash[82083]: audit 2023-12-09T02:16:29.068700+0000 mon.a (mon.0) 6615 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:30.227 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:29 smithi067 bash[82083]: audit 2023-12-09T02:16:29.072297+0000 mon.a (mon.0) 6616 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:30.228 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:29 smithi067 bash[82083]: audit 2023-12-09T02:16:29.075772+0000 mon.a (mon.0) 6617 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:30.228 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:29 smithi067 bash[82083]: audit 2023-12-09T02:16:29.077100+0000 mon.a (mon.0) 6618 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:30.228 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:29 smithi067 bash[82083]: audit 2023-12-09T02:16:29.084457+0000 mon.a (mon.0) 6619 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:30.228 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:29 smithi067 bash[82083]: cephadm 2023-12-09T02:16:29.085200+0000 mgr.y (mgr.25480) 1585 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:30.228 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:29 smithi067 bash[82083]: audit 2023-12-09T02:16:29.166293+0000 mon.a (mon.0) 6620 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:30.228 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:29 smithi067 bash[82083]: audit 2023-12-09T02:16:29.170568+0000 mon.a (mon.0) 6621 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:30.228 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:29 smithi067 bash[82083]: audit 2023-12-09T02:16:29.173992+0000 mon.a (mon.0) 6622 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:30.228 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:29 smithi067 bash[82083]: audit 2023-12-09T02:16:29.175051+0000 mon.a (mon.0) 6623 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:30.228 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:29 smithi067 bash[82083]: audit 2023-12-09T02:16:29.183008+0000 mon.a (mon.0) 6624 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:30.228 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:29 smithi067 bash[82083]: cephadm 2023-12-09T02:16:29.183421+0000 mgr.y (mgr.25480) 1586 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:30.228 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:29 smithi067 bash[82083]: audit 2023-12-09T02:16:29.260448+0000 mon.a (mon.0) 6625 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:30.228 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:29 smithi067 bash[82083]: audit 2023-12-09T02:16:29.264539+0000 mon.a (mon.0) 6626 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:30.228 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:29 smithi067 bash[82083]: audit 2023-12-09T02:16:29.268603+0000 mon.a (mon.0) 6627 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:30.228 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:29 smithi067 bash[82083]: audit 2023-12-09T02:16:29.270178+0000 mon.a (mon.0) 6628 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:30.229 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:29 smithi067 bash[82083]: audit 2023-12-09T02:16:29.278312+0000 mon.a (mon.0) 6629 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:30.229 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:29 smithi067 bash[82083]: cephadm 2023-12-09T02:16:29.279097+0000 mgr.y (mgr.25480) 1587 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:30.229 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:29 smithi067 bash[82083]: audit 2023-12-09T02:16:29.359845+0000 mon.a (mon.0) 6630 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:30.229 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:29 smithi067 bash[82083]: audit 2023-12-09T02:16:29.362568+0000 mon.a (mon.0) 6631 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:30.229 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:29 smithi067 bash[82083]: audit 2023-12-09T02:16:29.365265+0000 mon.a (mon.0) 6632 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:30.229 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:29 smithi067 bash[82083]: audit 2023-12-09T02:16:29.366411+0000 mon.a (mon.0) 6633 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:30.229 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:29 smithi067 bash[82083]: audit 2023-12-09T02:16:29.373925+0000 mon.a (mon.0) 6634 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:30.229 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:29 smithi067 bash[82083]: cephadm 2023-12-09T02:16:29.374847+0000 mgr.y (mgr.25480) 1588 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:30.229 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:29 smithi067 bash[82083]: audit 2023-12-09T02:16:29.445116+0000 mon.c (mon.1) 17 : audit 1 from='osd.7 [v2:172.21.15.125:6824/3823138864,v1:172.21.15.125:6825/3823138864]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-09T02:16:30.229 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:29 smithi067 bash[82083]: audit 2023-12-09T02:16:29.445813+0000 mon.a (mon.0) 6635 : audit 1 from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-09T02:16:30.229 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:29 smithi067 bash[82083]: audit 2023-12-09T02:16:29.458003+0000 mon.a (mon.0) 6636 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:30.229 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:29 smithi067 bash[82083]: audit 2023-12-09T02:16:29.461835+0000 mon.a (mon.0) 6637 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:30.229 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:29 smithi067 bash[82083]: audit 2023-12-09T02:16:29.465835+0000 mon.a (mon.0) 6638 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:30.229 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:29 smithi067 bash[82083]: audit 2023-12-09T02:16:29.467016+0000 mon.a (mon.0) 6639 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:30.229 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:29 smithi067 bash[82083]: audit 2023-12-09T02:16:29.474666+0000 mon.a (mon.0) 6640 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:30.229 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:29 smithi067 bash[82083]: cephadm 2023-12-09T02:16:29.475516+0000 mgr.y (mgr.25480) 1589 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:30.230 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:29 smithi067 bash[82083]: audit 2023-12-09T02:16:29.552974+0000 mon.a (mon.0) 6641 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:30.230 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:29 smithi067 bash[82083]: audit 2023-12-09T02:16:29.557389+0000 mon.a (mon.0) 6642 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:30.230 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:29 smithi067 bash[82083]: audit 2023-12-09T02:16:29.561582+0000 mon.a (mon.0) 6643 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:30.230 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:29 smithi067 bash[82083]: audit 2023-12-09T02:16:29.563038+0000 mon.a (mon.0) 6644 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:30.230 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:29 smithi067 bash[82083]: audit 2023-12-09T02:16:29.571817+0000 mon.a (mon.0) 6645 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:30.230 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:29 smithi067 bash[82083]: cephadm 2023-12-09T02:16:29.572693+0000 mgr.y (mgr.25480) 1590 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:30.230 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:29 smithi067 bash[82083]: audit 2023-12-09T02:16:29.656196+0000 mon.a (mon.0) 6646 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:30.230 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:29 smithi067 bash[82083]: audit 2023-12-09T02:16:29.659485+0000 mon.a (mon.0) 6647 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:30.230 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:29 smithi067 bash[82083]: audit 2023-12-09T02:16:29.663425+0000 mon.a (mon.0) 6648 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:30.230 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:29 smithi067 bash[82083]: audit 2023-12-09T02:16:29.664734+0000 mon.a (mon.0) 6649 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:30.230 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:29 smithi067 bash[82083]: audit 2023-12-09T02:16:29.674008+0000 mon.a (mon.0) 6650 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:30.230 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:29 smithi067 bash[82083]: cephadm 2023-12-09T02:16:29.674735+0000 mgr.y (mgr.25480) 1591 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:30.721 INFO:journalctl@ceph.osd.7.smithi125.stdout:Dec 09 02:16:30 smithi125 bash[82798]: debug 2023-12-09T02:16:30.430+0000 7f6e5f511700 -1 osd.7 152 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-09T02:16:31.085 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:30 smithi125 bash[66801]: audit 2023-12-09T02:16:29.752554+0000 mon.a (mon.0) 6651 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:31.085 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:30 smithi125 bash[66801]: audit 2023-12-09T02:16:29.762052+0000 mon.a (mon.0) 6652 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:31.085 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:30 smithi125 bash[66801]: audit 2023-12-09T02:16:29.765572+0000 mon.a (mon.0) 6653 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:31.085 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:30 smithi125 bash[66801]: audit 2023-12-09T02:16:29.766523+0000 mon.a (mon.0) 6654 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:31.085 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:30 smithi125 bash[66801]: audit 2023-12-09T02:16:29.772378+0000 mon.a (mon.0) 6655 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:31.085 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:30 smithi125 bash[66801]: cephadm 2023-12-09T02:16:29.772910+0000 mgr.y (mgr.25480) 1592 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:31.085 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:30 smithi125 bash[66801]: audit 2023-12-09T02:16:29.850717+0000 mon.a (mon.0) 6656 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:31.085 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:30 smithi125 bash[66801]: audit 2023-12-09T02:16:29.854587+0000 mon.a (mon.0) 6657 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:31.085 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:30 smithi125 bash[66801]: audit 2023-12-09T02:16:29.858323+0000 mon.a (mon.0) 6658 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:31.086 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:30 smithi125 bash[66801]: audit 2023-12-09T02:16:29.859210+0000 mon.a (mon.0) 6659 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:31.086 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:30 smithi125 bash[66801]: audit 2023-12-09T02:16:29.868428+0000 mon.a (mon.0) 6660 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:31.086 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:30 smithi125 bash[66801]: cephadm 2023-12-09T02:16:29.869085+0000 mgr.y (mgr.25480) 1593 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:31.086 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:30 smithi125 bash[66801]: audit 2023-12-09T02:16:29.947274+0000 mon.a (mon.0) 6661 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:31.086 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:30 smithi125 bash[66801]: audit 2023-12-09T02:16:29.949775+0000 mon.a (mon.0) 6662 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:31.086 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:30 smithi125 bash[66801]: audit 2023-12-09T02:16:29.953235+0000 mon.a (mon.0) 6663 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:31.086 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:30 smithi125 bash[66801]: audit 2023-12-09T02:16:29.954585+0000 mon.a (mon.0) 6664 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:31.086 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:30 smithi125 bash[66801]: audit 2023-12-09T02:16:29.964527+0000 mon.a (mon.0) 6665 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:31.086 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:30 smithi125 bash[66801]: cephadm 2023-12-09T02:16:29.965189+0000 mgr.y (mgr.25480) 1594 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:31.086 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:30 smithi125 bash[66801]: audit 2023-12-09T02:16:30.043140+0000 mon.a (mon.0) 6666 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:31.086 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:30 smithi125 bash[66801]: audit 2023-12-09T02:16:30.047748+0000 mon.a (mon.0) 6667 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:31.086 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:30 smithi125 bash[66801]: audit 2023-12-09T02:16:30.051966+0000 mon.a (mon.0) 6668 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:31.086 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:30 smithi125 bash[66801]: audit 2023-12-09T02:16:30.053442+0000 mon.a (mon.0) 6669 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:31.086 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:30 smithi125 bash[66801]: audit 2023-12-09T02:16:30.063945+0000 mon.a (mon.0) 6670 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:31.087 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:30 smithi125 bash[66801]: cephadm 2023-12-09T02:16:30.064794+0000 mgr.y (mgr.25480) 1595 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:31.087 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:30 smithi125 bash[66801]: audit 2023-12-09T02:16:30.144877+0000 mon.a (mon.0) 6671 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:31.087 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:30 smithi125 bash[66801]: audit 2023-12-09T02:16:30.147598+0000 mon.a (mon.0) 6672 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:31.087 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:30 smithi125 bash[66801]: audit 2023-12-09T02:16:30.150932+0000 mon.a (mon.0) 6673 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:31.087 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:30 smithi125 bash[66801]: audit 2023-12-09T02:16:30.152073+0000 mon.a (mon.0) 6674 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:31.087 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:30 smithi125 bash[66801]: audit 2023-12-09T02:16:30.161151+0000 mon.a (mon.0) 6675 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:31.087 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:30 smithi125 bash[66801]: cephadm 2023-12-09T02:16:30.161703+0000 mgr.y (mgr.25480) 1596 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:31.087 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:30 smithi125 bash[66801]: audit 2023-12-09T02:16:30.245029+0000 mon.a (mon.0) 6676 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:31.087 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:30 smithi125 bash[66801]: audit 2023-12-09T02:16:30.247118+0000 mon.a (mon.0) 6677 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:31.087 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:30 smithi125 bash[66801]: audit 2023-12-09T02:16:30.250198+0000 mon.a (mon.0) 6678 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:31.087 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:30 smithi125 bash[66801]: audit 2023-12-09T02:16:30.251094+0000 mon.a (mon.0) 6679 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:31.087 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:30 smithi125 bash[66801]: audit 2023-12-09T02:16:30.258227+0000 mon.a (mon.0) 6680 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:31.087 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:30 smithi125 bash[66801]: cephadm 2023-12-09T02:16:30.258784+0000 mgr.y (mgr.25480) 1597 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:31.087 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:30 smithi125 bash[66801]: audit 2023-12-09T02:16:30.338911+0000 mon.a (mon.0) 6681 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:31.087 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:30 smithi125 bash[66801]: audit 2023-12-09T02:16:30.341847+0000 mon.a (mon.0) 6682 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:31.088 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:30 smithi125 bash[66801]: audit 2023-12-09T02:16:30.345867+0000 mon.a (mon.0) 6683 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:31.088 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:30 smithi125 bash[66801]: audit 2023-12-09T02:16:30.347337+0000 mon.a (mon.0) 6684 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:31.088 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:30 smithi125 bash[66801]: audit 2023-12-09T02:16:30.356638+0000 mon.a (mon.0) 6685 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:31.088 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:30 smithi125 bash[66801]: cephadm 2023-12-09T02:16:30.357313+0000 mgr.y (mgr.25480) 1598 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:31.088 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:30 smithi125 bash[66801]: audit 2023-12-09T02:16:30.372562+0000 mon.a (mon.0) 6686 : audit 1 from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-12-09T02:16:31.088 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:30 smithi125 bash[66801]: cluster 2023-12-09T02:16:30.378444+0000 mon.a (mon.0) 6687 : cluster 0 osdmap e155: 8 total, 7 up, 8 in 2023-12-09T02:16:31.088 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:30 smithi125 bash[66801]: audit 2023-12-09T02:16:30.382221+0000 mon.c (mon.1) 18 : audit 1 from='osd.7 [v2:172.21.15.125:6824/3823138864,v1:172.21.15.125:6825/3823138864]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi125", "root=default"]}]: dispatch 2023-12-09T02:16:31.088 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:30 smithi125 bash[66801]: audit 2023-12-09T02:16:30.382929+0000 mon.a (mon.0) 6688 : audit 1 from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi125", "root=default"]}]: dispatch 2023-12-09T02:16:31.088 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:30 smithi125 bash[66801]: audit 2023-12-09T02:16:30.436584+0000 mon.a (mon.0) 6689 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:31.088 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:30 smithi125 bash[66801]: audit 2023-12-09T02:16:30.439810+0000 mon.a (mon.0) 6690 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:31.089 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:30 smithi125 bash[66801]: audit 2023-12-09T02:16:30.442836+0000 mon.a (mon.0) 6691 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:31.089 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:30 smithi125 bash[66801]: audit 2023-12-09T02:16:30.443940+0000 mon.a (mon.0) 6692 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:31.089 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:30 smithi125 bash[66801]: audit 2023-12-09T02:16:30.450835+0000 mon.a (mon.0) 6693 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:31.089 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:30 smithi125 bash[66801]: cephadm 2023-12-09T02:16:30.451337+0000 mgr.y (mgr.25480) 1599 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:31.089 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:30 smithi125 bash[66801]: audit 2023-12-09T02:16:30.530772+0000 mon.a (mon.0) 6694 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:31.089 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:30 smithi125 bash[66801]: audit 2023-12-09T02:16:30.533697+0000 mon.a (mon.0) 6695 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:31.089 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:30 smithi125 bash[66801]: audit 2023-12-09T02:16:30.536984+0000 mon.a (mon.0) 6696 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:31.089 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:30 smithi125 bash[66801]: audit 2023-12-09T02:16:30.538469+0000 mon.a (mon.0) 6697 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:31.089 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:30 smithi125 bash[66801]: audit 2023-12-09T02:16:30.545555+0000 mon.a (mon.0) 6698 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:31.089 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:30 smithi125 bash[66801]: cephadm 2023-12-09T02:16:30.546200+0000 mgr.y (mgr.25480) 1600 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:31.089 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:30 smithi125 bash[66801]: audit 2023-12-09T02:16:30.629401+0000 mon.a (mon.0) 6699 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:31.089 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:30 smithi125 bash[66801]: audit 2023-12-09T02:16:30.631934+0000 mon.a (mon.0) 6700 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:31.089 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:30 smithi125 bash[66801]: audit 2023-12-09T02:16:30.635083+0000 mon.a (mon.0) 6701 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:31.089 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:30 smithi125 bash[66801]: audit 2023-12-09T02:16:30.635953+0000 mon.a (mon.0) 6702 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:31.090 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:30 smithi125 bash[66801]: audit 2023-12-09T02:16:30.643722+0000 mon.a (mon.0) 6703 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:31.090 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:30 smithi125 bash[66801]: cephadm 2023-12-09T02:16:30.644278+0000 mgr.y (mgr.25480) 1601 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:31.090 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:30 smithi125 bash[66801]: audit 2023-12-09T02:16:30.724251+0000 mon.a (mon.0) 6704 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:31.090 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:30 smithi125 bash[66801]: audit 2023-12-09T02:16:30.726936+0000 mon.a (mon.0) 6705 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:31.090 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:30 smithi125 bash[66801]: audit 2023-12-09T02:16:30.730209+0000 mon.a (mon.0) 6706 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:31.090 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:30 smithi125 bash[66801]: audit 2023-12-09T02:16:30.731391+0000 mon.a (mon.0) 6707 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:31.090 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:30 smithi125 bash[66801]: cluster 2023-12-09T02:16:30.738586+0000 mgr.y (mgr.25480) 1602 : cluster 0 pgmap v269: 161 pgs: 40 active+undersized, 26 active+undersized+degraded, 95 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s; 93/726 objects degraded (12.810%) 2023-12-09T02:16:31.090 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:30 smithi125 bash[66801]: audit 2023-12-09T02:16:30.741088+0000 mon.a (mon.0) 6708 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:31.090 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:30 smithi125 bash[66801]: cephadm 2023-12-09T02:16:30.741950+0000 mgr.y (mgr.25480) 1603 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:31.220 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:30 smithi067 bash[79370]: audit 2023-12-09T02:16:29.752554+0000 mon.a (mon.0) 6651 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:31.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:30 smithi067 bash[79370]: audit 2023-12-09T02:16:29.762052+0000 mon.a (mon.0) 6652 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:31.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:30 smithi067 bash[79370]: audit 2023-12-09T02:16:29.765572+0000 mon.a (mon.0) 6653 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:31.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:30 smithi067 bash[79370]: audit 2023-12-09T02:16:29.766523+0000 mon.a (mon.0) 6654 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:31.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:30 smithi067 bash[79370]: audit 2023-12-09T02:16:29.772378+0000 mon.a (mon.0) 6655 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:31.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:30 smithi067 bash[79370]: cephadm 2023-12-09T02:16:29.772910+0000 mgr.y (mgr.25480) 1592 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:31.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:30 smithi067 bash[79370]: audit 2023-12-09T02:16:29.850717+0000 mon.a (mon.0) 6656 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:31.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:30 smithi067 bash[79370]: audit 2023-12-09T02:16:29.854587+0000 mon.a (mon.0) 6657 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:31.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:30 smithi067 bash[79370]: audit 2023-12-09T02:16:29.858323+0000 mon.a (mon.0) 6658 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:31.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:30 smithi067 bash[79370]: audit 2023-12-09T02:16:29.859210+0000 mon.a (mon.0) 6659 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:31.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:30 smithi067 bash[79370]: audit 2023-12-09T02:16:29.868428+0000 mon.a (mon.0) 6660 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:31.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:30 smithi067 bash[79370]: cephadm 2023-12-09T02:16:29.869085+0000 mgr.y (mgr.25480) 1593 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:31.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:30 smithi067 bash[79370]: audit 2023-12-09T02:16:29.947274+0000 mon.a (mon.0) 6661 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:31.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:30 smithi067 bash[79370]: audit 2023-12-09T02:16:29.949775+0000 mon.a (mon.0) 6662 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:31.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:30 smithi067 bash[79370]: audit 2023-12-09T02:16:29.953235+0000 mon.a (mon.0) 6663 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:31.222 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:30 smithi067 bash[79370]: audit 2023-12-09T02:16:29.954585+0000 mon.a (mon.0) 6664 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:31.222 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:30 smithi067 bash[79370]: audit 2023-12-09T02:16:29.964527+0000 mon.a (mon.0) 6665 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:31.222 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:30 smithi067 bash[79370]: cephadm 2023-12-09T02:16:29.965189+0000 mgr.y (mgr.25480) 1594 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:31.222 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:30 smithi067 bash[79370]: audit 2023-12-09T02:16:30.043140+0000 mon.a (mon.0) 6666 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:31.222 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:30 smithi067 bash[79370]: audit 2023-12-09T02:16:30.047748+0000 mon.a (mon.0) 6667 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:31.222 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:30 smithi067 bash[82083]: audit 2023-12-09T02:16:29.752554+0000 mon.a (mon.0) 6651 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:31.222 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:30 smithi067 bash[82083]: audit 2023-12-09T02:16:29.762052+0000 mon.a (mon.0) 6652 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:31.222 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:30 smithi067 bash[82083]: audit 2023-12-09T02:16:29.765572+0000 mon.a (mon.0) 6653 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:31.222 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:30 smithi067 bash[82083]: audit 2023-12-09T02:16:29.766523+0000 mon.a (mon.0) 6654 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:31.222 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:30 smithi067 bash[82083]: audit 2023-12-09T02:16:29.772378+0000 mon.a (mon.0) 6655 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:31.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:30 smithi067 bash[82083]: cephadm 2023-12-09T02:16:29.772910+0000 mgr.y (mgr.25480) 1592 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:31.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:30 smithi067 bash[82083]: audit 2023-12-09T02:16:29.850717+0000 mon.a (mon.0) 6656 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:31.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:30 smithi067 bash[82083]: audit 2023-12-09T02:16:29.854587+0000 mon.a (mon.0) 6657 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:31.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:30 smithi067 bash[82083]: audit 2023-12-09T02:16:29.858323+0000 mon.a (mon.0) 6658 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:31.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:30 smithi067 bash[82083]: audit 2023-12-09T02:16:29.859210+0000 mon.a (mon.0) 6659 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:31.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:30 smithi067 bash[82083]: audit 2023-12-09T02:16:29.868428+0000 mon.a (mon.0) 6660 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:31.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:30 smithi067 bash[82083]: cephadm 2023-12-09T02:16:29.869085+0000 mgr.y (mgr.25480) 1593 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:31.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:30 smithi067 bash[82083]: audit 2023-12-09T02:16:29.947274+0000 mon.a (mon.0) 6661 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:31.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:30 smithi067 bash[82083]: audit 2023-12-09T02:16:29.949775+0000 mon.a (mon.0) 6662 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:31.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:30 smithi067 bash[82083]: audit 2023-12-09T02:16:29.953235+0000 mon.a (mon.0) 6663 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:31.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:30 smithi067 bash[82083]: audit 2023-12-09T02:16:29.954585+0000 mon.a (mon.0) 6664 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:31.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:30 smithi067 bash[82083]: audit 2023-12-09T02:16:29.964527+0000 mon.a (mon.0) 6665 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:31.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:30 smithi067 bash[82083]: cephadm 2023-12-09T02:16:29.965189+0000 mgr.y (mgr.25480) 1594 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:31.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:30 smithi067 bash[82083]: audit 2023-12-09T02:16:30.043140+0000 mon.a (mon.0) 6666 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:31.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:30 smithi067 bash[82083]: audit 2023-12-09T02:16:30.047748+0000 mon.a (mon.0) 6667 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:31.224 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:30 smithi067 bash[79370]: audit 2023-12-09T02:16:30.051966+0000 mon.a (mon.0) 6668 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:31.224 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:30 smithi067 bash[79370]: audit 2023-12-09T02:16:30.053442+0000 mon.a (mon.0) 6669 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:31.224 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:30 smithi067 bash[79370]: audit 2023-12-09T02:16:30.063945+0000 mon.a (mon.0) 6670 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:31.224 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:30 smithi067 bash[79370]: cephadm 2023-12-09T02:16:30.064794+0000 mgr.y (mgr.25480) 1595 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:31.224 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:30 smithi067 bash[79370]: audit 2023-12-09T02:16:30.144877+0000 mon.a (mon.0) 6671 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:31.224 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:30 smithi067 bash[79370]: audit 2023-12-09T02:16:30.147598+0000 mon.a (mon.0) 6672 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:31.224 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:30 smithi067 bash[79370]: audit 2023-12-09T02:16:30.150932+0000 mon.a (mon.0) 6673 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:31.224 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:30 smithi067 bash[79370]: audit 2023-12-09T02:16:30.152073+0000 mon.a (mon.0) 6674 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:31.224 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:30 smithi067 bash[79370]: audit 2023-12-09T02:16:30.161151+0000 mon.a (mon.0) 6675 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:31.224 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:30 smithi067 bash[79370]: cephadm 2023-12-09T02:16:30.161703+0000 mgr.y (mgr.25480) 1596 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:31.225 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:30 smithi067 bash[79370]: audit 2023-12-09T02:16:30.245029+0000 mon.a (mon.0) 6676 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:31.225 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:30 smithi067 bash[79370]: audit 2023-12-09T02:16:30.247118+0000 mon.a (mon.0) 6677 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:31.225 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:30 smithi067 bash[79370]: audit 2023-12-09T02:16:30.250198+0000 mon.a (mon.0) 6678 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:31.225 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:30 smithi067 bash[79370]: audit 2023-12-09T02:16:30.251094+0000 mon.a (mon.0) 6679 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:31.225 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:30 smithi067 bash[79370]: audit 2023-12-09T02:16:30.258227+0000 mon.a (mon.0) 6680 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:31.225 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:30 smithi067 bash[79370]: cephadm 2023-12-09T02:16:30.258784+0000 mgr.y (mgr.25480) 1597 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:31.225 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:30 smithi067 bash[79370]: audit 2023-12-09T02:16:30.338911+0000 mon.a (mon.0) 6681 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:31.225 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:30 smithi067 bash[79370]: audit 2023-12-09T02:16:30.341847+0000 mon.a (mon.0) 6682 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:31.225 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:30 smithi067 bash[79370]: audit 2023-12-09T02:16:30.345867+0000 mon.a (mon.0) 6683 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:31.225 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:30 smithi067 bash[82083]: audit 2023-12-09T02:16:30.051966+0000 mon.a (mon.0) 6668 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:31.225 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:30 smithi067 bash[82083]: audit 2023-12-09T02:16:30.053442+0000 mon.a (mon.0) 6669 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:31.226 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:30 smithi067 bash[82083]: audit 2023-12-09T02:16:30.063945+0000 mon.a (mon.0) 6670 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:31.226 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:30 smithi067 bash[82083]: cephadm 2023-12-09T02:16:30.064794+0000 mgr.y (mgr.25480) 1595 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:31.226 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:30 smithi067 bash[82083]: audit 2023-12-09T02:16:30.144877+0000 mon.a (mon.0) 6671 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:31.226 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:30 smithi067 bash[82083]: audit 2023-12-09T02:16:30.147598+0000 mon.a (mon.0) 6672 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:31.226 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:30 smithi067 bash[82083]: audit 2023-12-09T02:16:30.150932+0000 mon.a (mon.0) 6673 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:31.226 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:30 smithi067 bash[82083]: audit 2023-12-09T02:16:30.152073+0000 mon.a (mon.0) 6674 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:31.226 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:30 smithi067 bash[82083]: audit 2023-12-09T02:16:30.161151+0000 mon.a (mon.0) 6675 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:31.226 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:30 smithi067 bash[82083]: cephadm 2023-12-09T02:16:30.161703+0000 mgr.y (mgr.25480) 1596 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:31.226 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:30 smithi067 bash[82083]: audit 2023-12-09T02:16:30.245029+0000 mon.a (mon.0) 6676 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:31.226 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:30 smithi067 bash[82083]: audit 2023-12-09T02:16:30.247118+0000 mon.a (mon.0) 6677 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:31.226 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:30 smithi067 bash[82083]: audit 2023-12-09T02:16:30.250198+0000 mon.a (mon.0) 6678 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:31.226 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:30 smithi067 bash[82083]: audit 2023-12-09T02:16:30.251094+0000 mon.a (mon.0) 6679 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:31.227 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:30 smithi067 bash[82083]: audit 2023-12-09T02:16:30.258227+0000 mon.a (mon.0) 6680 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:31.227 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:30 smithi067 bash[82083]: cephadm 2023-12-09T02:16:30.258784+0000 mgr.y (mgr.25480) 1597 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:31.227 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:30 smithi067 bash[82083]: audit 2023-12-09T02:16:30.338911+0000 mon.a (mon.0) 6681 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:31.227 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:30 smithi067 bash[82083]: audit 2023-12-09T02:16:30.341847+0000 mon.a (mon.0) 6682 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:31.227 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:30 smithi067 bash[82083]: audit 2023-12-09T02:16:30.345867+0000 mon.a (mon.0) 6683 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:31.227 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:30 smithi067 bash[79370]: audit 2023-12-09T02:16:30.347337+0000 mon.a (mon.0) 6684 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:31.227 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:30 smithi067 bash[79370]: audit 2023-12-09T02:16:30.356638+0000 mon.a (mon.0) 6685 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:31.227 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:30 smithi067 bash[79370]: cephadm 2023-12-09T02:16:30.357313+0000 mgr.y (mgr.25480) 1598 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:31.227 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:30 smithi067 bash[79370]: audit 2023-12-09T02:16:30.372562+0000 mon.a (mon.0) 6686 : audit 1 from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-12-09T02:16:31.228 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:30 smithi067 bash[79370]: cluster 2023-12-09T02:16:30.378444+0000 mon.a (mon.0) 6687 : cluster 0 osdmap e155: 8 total, 7 up, 8 in 2023-12-09T02:16:31.228 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:30 smithi067 bash[79370]: audit 2023-12-09T02:16:30.382221+0000 mon.c (mon.1) 18 : audit 1 from='osd.7 [v2:172.21.15.125:6824/3823138864,v1:172.21.15.125:6825/3823138864]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi125", "root=default"]}]: dispatch 2023-12-09T02:16:31.228 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:30 smithi067 bash[79370]: audit 2023-12-09T02:16:30.382929+0000 mon.a (mon.0) 6688 : audit 1 from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi125", "root=default"]}]: dispatch 2023-12-09T02:16:31.228 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:30 smithi067 bash[79370]: audit 2023-12-09T02:16:30.436584+0000 mon.a (mon.0) 6689 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:31.228 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:30 smithi067 bash[79370]: audit 2023-12-09T02:16:30.439810+0000 mon.a (mon.0) 6690 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:31.228 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:30 smithi067 bash[79370]: audit 2023-12-09T02:16:30.442836+0000 mon.a (mon.0) 6691 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:31.228 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:30 smithi067 bash[79370]: audit 2023-12-09T02:16:30.443940+0000 mon.a (mon.0) 6692 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:31.228 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:30 smithi067 bash[79370]: audit 2023-12-09T02:16:30.450835+0000 mon.a (mon.0) 6693 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:31.228 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:30 smithi067 bash[79370]: cephadm 2023-12-09T02:16:30.451337+0000 mgr.y (mgr.25480) 1599 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:31.228 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:30 smithi067 bash[79370]: audit 2023-12-09T02:16:30.530772+0000 mon.a (mon.0) 6694 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:31.228 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:30 smithi067 bash[79370]: audit 2023-12-09T02:16:30.533697+0000 mon.a (mon.0) 6695 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:31.228 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:30 smithi067 bash[79370]: audit 2023-12-09T02:16:30.536984+0000 mon.a (mon.0) 6696 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:31.228 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:30 smithi067 bash[79370]: audit 2023-12-09T02:16:30.538469+0000 mon.a (mon.0) 6697 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:31.228 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:30 smithi067 bash[79370]: audit 2023-12-09T02:16:30.545555+0000 mon.a (mon.0) 6698 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:31.228 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:30 smithi067 bash[79370]: cephadm 2023-12-09T02:16:30.546200+0000 mgr.y (mgr.25480) 1600 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:31.229 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:30 smithi067 bash[79370]: audit 2023-12-09T02:16:30.629401+0000 mon.a (mon.0) 6699 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:31.229 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:30 smithi067 bash[79370]: audit 2023-12-09T02:16:30.631934+0000 mon.a (mon.0) 6700 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:31.229 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:30 smithi067 bash[79370]: audit 2023-12-09T02:16:30.635083+0000 mon.a (mon.0) 6701 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:31.229 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:30 smithi067 bash[79370]: audit 2023-12-09T02:16:30.635953+0000 mon.a (mon.0) 6702 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:31.229 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:30 smithi067 bash[79370]: audit 2023-12-09T02:16:30.643722+0000 mon.a (mon.0) 6703 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:31.229 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:30 smithi067 bash[79370]: cephadm 2023-12-09T02:16:30.644278+0000 mgr.y (mgr.25480) 1601 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:31.229 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:30 smithi067 bash[79370]: audit 2023-12-09T02:16:30.724251+0000 mon.a (mon.0) 6704 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:31.229 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:30 smithi067 bash[79370]: audit 2023-12-09T02:16:30.726936+0000 mon.a (mon.0) 6705 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:31.229 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:30 smithi067 bash[79370]: audit 2023-12-09T02:16:30.730209+0000 mon.a (mon.0) 6706 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:31.229 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:30 smithi067 bash[79370]: audit 2023-12-09T02:16:30.731391+0000 mon.a (mon.0) 6707 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:31.229 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:30 smithi067 bash[79370]: cluster 2023-12-09T02:16:30.738586+0000 mgr.y (mgr.25480) 1602 : cluster 0 pgmap v269: 161 pgs: 40 active+undersized, 26 active+undersized+degraded, 95 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s; 93/726 objects degraded (12.810%) 2023-12-09T02:16:31.229 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:30 smithi067 bash[79370]: audit 2023-12-09T02:16:30.741088+0000 mon.a (mon.0) 6708 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:31.229 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:30 smithi067 bash[79370]: cephadm 2023-12-09T02:16:30.741950+0000 mgr.y (mgr.25480) 1603 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:31.230 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:30 smithi067 bash[82083]: audit 2023-12-09T02:16:30.347337+0000 mon.a (mon.0) 6684 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:31.230 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:30 smithi067 bash[82083]: audit 2023-12-09T02:16:30.356638+0000 mon.a (mon.0) 6685 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:31.230 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:30 smithi067 bash[82083]: cephadm 2023-12-09T02:16:30.357313+0000 mgr.y (mgr.25480) 1598 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:31.230 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:30 smithi067 bash[82083]: audit 2023-12-09T02:16:30.372562+0000 mon.a (mon.0) 6686 : audit 1 from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-12-09T02:16:31.230 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:30 smithi067 bash[82083]: cluster 2023-12-09T02:16:30.378444+0000 mon.a (mon.0) 6687 : cluster 0 osdmap e155: 8 total, 7 up, 8 in 2023-12-09T02:16:31.230 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:30 smithi067 bash[82083]: audit 2023-12-09T02:16:30.382221+0000 mon.c (mon.1) 18 : audit 1 from='osd.7 [v2:172.21.15.125:6824/3823138864,v1:172.21.15.125:6825/3823138864]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi125", "root=default"]}]: dispatch 2023-12-09T02:16:31.230 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:30 smithi067 bash[82083]: audit 2023-12-09T02:16:30.382929+0000 mon.a (mon.0) 6688 : audit 1 from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi125", "root=default"]}]: dispatch 2023-12-09T02:16:31.230 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:30 smithi067 bash[82083]: audit 2023-12-09T02:16:30.436584+0000 mon.a (mon.0) 6689 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:31.230 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:30 smithi067 bash[82083]: audit 2023-12-09T02:16:30.439810+0000 mon.a (mon.0) 6690 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:31.230 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:30 smithi067 bash[82083]: audit 2023-12-09T02:16:30.442836+0000 mon.a (mon.0) 6691 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:31.230 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:30 smithi067 bash[82083]: audit 2023-12-09T02:16:30.443940+0000 mon.a (mon.0) 6692 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:31.231 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:30 smithi067 bash[82083]: audit 2023-12-09T02:16:30.450835+0000 mon.a (mon.0) 6693 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:31.231 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:30 smithi067 bash[82083]: cephadm 2023-12-09T02:16:30.451337+0000 mgr.y (mgr.25480) 1599 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:31.231 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:30 smithi067 bash[82083]: audit 2023-12-09T02:16:30.530772+0000 mon.a (mon.0) 6694 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:31.231 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:30 smithi067 bash[82083]: audit 2023-12-09T02:16:30.533697+0000 mon.a (mon.0) 6695 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:31.231 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:30 smithi067 bash[82083]: audit 2023-12-09T02:16:30.536984+0000 mon.a (mon.0) 6696 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:31.231 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:30 smithi067 bash[82083]: audit 2023-12-09T02:16:30.538469+0000 mon.a (mon.0) 6697 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:31.231 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:30 smithi067 bash[82083]: audit 2023-12-09T02:16:30.545555+0000 mon.a (mon.0) 6698 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:31.231 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:30 smithi067 bash[82083]: cephadm 2023-12-09T02:16:30.546200+0000 mgr.y (mgr.25480) 1600 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:31.231 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:30 smithi067 bash[82083]: audit 2023-12-09T02:16:30.629401+0000 mon.a (mon.0) 6699 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:31.231 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:30 smithi067 bash[82083]: audit 2023-12-09T02:16:30.631934+0000 mon.a (mon.0) 6700 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:31.231 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:30 smithi067 bash[82083]: audit 2023-12-09T02:16:30.635083+0000 mon.a (mon.0) 6701 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:31.231 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:30 smithi067 bash[82083]: audit 2023-12-09T02:16:30.635953+0000 mon.a (mon.0) 6702 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:31.231 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:30 smithi067 bash[82083]: audit 2023-12-09T02:16:30.643722+0000 mon.a (mon.0) 6703 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:31.231 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:30 smithi067 bash[82083]: cephadm 2023-12-09T02:16:30.644278+0000 mgr.y (mgr.25480) 1601 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:31.231 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:30 smithi067 bash[82083]: audit 2023-12-09T02:16:30.724251+0000 mon.a (mon.0) 6704 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:31.231 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:30 smithi067 bash[82083]: audit 2023-12-09T02:16:30.726936+0000 mon.a (mon.0) 6705 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:31.232 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:30 smithi067 bash[82083]: audit 2023-12-09T02:16:30.730209+0000 mon.a (mon.0) 6706 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:31.232 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:30 smithi067 bash[82083]: audit 2023-12-09T02:16:30.731391+0000 mon.a (mon.0) 6707 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:31.232 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:30 smithi067 bash[82083]: cluster 2023-12-09T02:16:30.738586+0000 mgr.y (mgr.25480) 1602 : cluster 0 pgmap v269: 161 pgs: 40 active+undersized, 26 active+undersized+degraded, 95 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s; 93/726 objects degraded (12.810%) 2023-12-09T02:16:31.232 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:30 smithi067 bash[82083]: audit 2023-12-09T02:16:30.741088+0000 mon.a (mon.0) 6708 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:31.232 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:30 smithi067 bash[82083]: cephadm 2023-12-09T02:16:30.741950+0000 mgr.y (mgr.25480) 1603 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:31.947 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:31 smithi125 bash[66801]: audit 2023-12-09T02:16:30.821913+0000 mon.a (mon.0) 6709 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:31.947 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:31 smithi125 bash[66801]: audit 2023-12-09T02:16:30.826352+0000 mon.a (mon.0) 6710 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:31.947 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:31 smithi125 bash[66801]: audit 2023-12-09T02:16:30.829390+0000 mon.a (mon.0) 6711 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:31.947 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:31 smithi125 bash[66801]: audit 2023-12-09T02:16:30.830734+0000 mon.a (mon.0) 6712 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:31.947 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:31 smithi125 bash[66801]: audit 2023-12-09T02:16:30.838888+0000 mon.a (mon.0) 6713 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:31.947 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:31 smithi125 bash[66801]: cephadm 2023-12-09T02:16:30.839374+0000 mgr.y (mgr.25480) 1604 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:31.947 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:31 smithi125 bash[66801]: audit 2023-12-09T02:16:30.916353+0000 mon.a (mon.0) 6714 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:31.947 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:31 smithi125 bash[66801]: audit 2023-12-09T02:16:30.920993+0000 mon.a (mon.0) 6715 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:31.947 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:31 smithi125 bash[66801]: audit 2023-12-09T02:16:30.925010+0000 mon.a (mon.0) 6716 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:31.947 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:31 smithi125 bash[66801]: audit 2023-12-09T02:16:30.926515+0000 mon.a (mon.0) 6717 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:31.947 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:31 smithi125 bash[66801]: audit 2023-12-09T02:16:30.934906+0000 mon.a (mon.0) 6718 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:31.948 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:31 smithi125 bash[66801]: cephadm 2023-12-09T02:16:30.935843+0000 mgr.y (mgr.25480) 1605 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:31.948 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:31 smithi125 bash[66801]: audit 2023-12-09T02:16:31.013842+0000 mon.a (mon.0) 6719 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:31.948 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:31 smithi125 bash[66801]: audit 2023-12-09T02:16:31.016796+0000 mon.a (mon.0) 6720 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:31.948 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:31 smithi125 bash[66801]: audit 2023-12-09T02:16:31.019566+0000 mon.a (mon.0) 6721 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:31.948 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:31 smithi125 bash[66801]: audit 2023-12-09T02:16:31.020657+0000 mon.a (mon.0) 6722 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:31.948 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:31 smithi125 bash[66801]: audit 2023-12-09T02:16:31.026719+0000 mon.a (mon.0) 6723 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:31.948 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:31 smithi125 bash[66801]: cephadm 2023-12-09T02:16:31.027444+0000 mgr.y (mgr.25480) 1606 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:31.948 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:31 smithi125 bash[66801]: audit 2023-12-09T02:16:31.106820+0000 mon.a (mon.0) 6724 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:31.948 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:31 smithi125 bash[66801]: audit 2023-12-09T02:16:31.109714+0000 mon.a (mon.0) 6725 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:31.948 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:31 smithi125 bash[66801]: audit 2023-12-09T02:16:31.113695+0000 mon.a (mon.0) 6726 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:31.948 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:31 smithi125 bash[66801]: audit 2023-12-09T02:16:31.114848+0000 mon.a (mon.0) 6727 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:31.948 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:31 smithi125 bash[66801]: audit 2023-12-09T02:16:31.123632+0000 mon.a (mon.0) 6728 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:31.948 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:31 smithi125 bash[66801]: cephadm 2023-12-09T02:16:31.124265+0000 mgr.y (mgr.25480) 1607 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:31.948 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:31 smithi125 bash[66801]: audit 2023-12-09T02:16:31.205950+0000 mon.a (mon.0) 6729 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:31.948 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:31 smithi125 bash[66801]: audit 2023-12-09T02:16:31.210023+0000 mon.a (mon.0) 6730 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:31.948 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:31 smithi125 bash[66801]: audit 2023-12-09T02:16:31.213984+0000 mon.a (mon.0) 6731 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:31.949 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:31 smithi125 bash[66801]: audit 2023-12-09T02:16:31.215404+0000 mon.a (mon.0) 6732 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:31.949 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:31 smithi125 bash[66801]: audit 2023-12-09T02:16:31.223995+0000 mon.a (mon.0) 6733 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:31.949 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:31 smithi125 bash[66801]: cephadm 2023-12-09T02:16:31.224692+0000 mgr.y (mgr.25480) 1608 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:31.949 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:31 smithi125 bash[66801]: audit 2023-12-09T02:16:31.308469+0000 mon.a (mon.0) 6734 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:31.949 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:31 smithi125 bash[66801]: audit 2023-12-09T02:16:31.310758+0000 mon.a (mon.0) 6735 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:31.949 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:31 smithi125 bash[66801]: audit 2023-12-09T02:16:31.313479+0000 mon.a (mon.0) 6736 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:31.949 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:31 smithi125 bash[66801]: audit 2023-12-09T02:16:31.314434+0000 mon.a (mon.0) 6737 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:31.949 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:31 smithi125 bash[66801]: audit 2023-12-09T02:16:31.321451+0000 mon.a (mon.0) 6738 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:31.949 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:31 smithi125 bash[66801]: cephadm 2023-12-09T02:16:31.322033+0000 mgr.y (mgr.25480) 1609 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:31.949 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:31 smithi125 bash[66801]: audit 2023-12-09T02:16:31.402434+0000 mon.a (mon.0) 6739 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:31.949 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:31 smithi125 bash[66801]: audit 2023-12-09T02:16:31.405355+0000 mon.a (mon.0) 6740 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:31.949 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:31 smithi125 bash[66801]: audit 2023-12-09T02:16:31.408252+0000 mon.a (mon.0) 6741 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:31.949 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:31 smithi125 bash[66801]: audit 2023-12-09T02:16:31.409562+0000 mon.a (mon.0) 6742 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:31.949 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:31 smithi125 bash[66801]: audit 2023-12-09T02:16:31.418288+0000 mon.a (mon.0) 6743 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:31.949 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:31 smithi125 bash[66801]: cephadm 2023-12-09T02:16:31.418964+0000 mgr.y (mgr.25480) 1610 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:31.950 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:31 smithi125 bash[66801]: cluster 2023-12-09T02:16:31.449534+0000 mon.a (mon.0) 6744 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-09T02:16:31.950 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:31 smithi125 bash[66801]: cluster 2023-12-09T02:16:31.458751+0000 mon.a (mon.0) 6745 : cluster 1 osd.7 [v2:172.21.15.125:6824/3823138864,v1:172.21.15.125:6825/3823138864] boot 2023-12-09T02:16:31.950 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:31 smithi125 bash[66801]: cluster 2023-12-09T02:16:31.458846+0000 mon.a (mon.0) 6746 : cluster 0 osdmap e156: 8 total, 8 up, 8 in 2023-12-09T02:16:31.950 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:31 smithi125 bash[66801]: audit 2023-12-09T02:16:31.459306+0000 mon.a (mon.0) 6747 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-09T02:16:31.950 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:31 smithi125 bash[66801]: audit 2023-12-09T02:16:31.496511+0000 mon.a (mon.0) 6748 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:31.950 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:31 smithi125 bash[66801]: audit 2023-12-09T02:16:31.498421+0000 mon.a (mon.0) 6749 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:31.950 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:31 smithi125 bash[66801]: audit 2023-12-09T02:16:31.500295+0000 mon.a (mon.0) 6750 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:31.950 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:31 smithi125 bash[66801]: audit 2023-12-09T02:16:31.500969+0000 mon.a (mon.0) 6751 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:31.950 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:31 smithi125 bash[66801]: audit 2023-12-09T02:16:31.506259+0000 mon.a (mon.0) 6752 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:31.950 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:31 smithi125 bash[66801]: cephadm 2023-12-09T02:16:31.506719+0000 mgr.y (mgr.25480) 1611 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:31.950 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:31 smithi125 bash[66801]: audit 2023-12-09T02:16:31.572668+0000 mon.a (mon.0) 6753 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:31.950 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:31 smithi125 bash[66801]: audit 2023-12-09T02:16:31.574812+0000 mon.a (mon.0) 6754 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:31.950 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:31 smithi125 bash[66801]: audit 2023-12-09T02:16:31.577404+0000 mon.a (mon.0) 6755 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:31.950 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:31 smithi125 bash[66801]: audit 2023-12-09T02:16:31.578250+0000 mon.a (mon.0) 6756 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:31.950 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:31 smithi125 bash[66801]: audit 2023-12-09T02:16:31.583917+0000 mon.a (mon.0) 6757 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:31.951 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:31 smithi125 bash[66801]: cephadm 2023-12-09T02:16:31.584580+0000 mgr.y (mgr.25480) 1612 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:31.951 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:31 smithi125 bash[66801]: audit 2023-12-09T02:16:31.664816+0000 mon.a (mon.0) 6758 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:31.951 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:31 smithi125 bash[66801]: audit 2023-12-09T02:16:31.667046+0000 mon.a (mon.0) 6759 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:31.951 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:31 smithi125 bash[66801]: audit 2023-12-09T02:16:31.670219+0000 mon.a (mon.0) 6760 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:31.951 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:31 smithi125 bash[66801]: audit 2023-12-09T02:16:31.670995+0000 mon.a (mon.0) 6761 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:31.951 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:31 smithi125 bash[66801]: audit 2023-12-09T02:16:31.678665+0000 mon.a (mon.0) 6762 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:31.951 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:31 smithi125 bash[66801]: cephadm 2023-12-09T02:16:31.679460+0000 mgr.y (mgr.25480) 1613 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:32.220 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:31 smithi067 bash[82083]: audit 2023-12-09T02:16:30.821913+0000 mon.a (mon.0) 6709 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:32.220 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:31 smithi067 bash[82083]: audit 2023-12-09T02:16:30.826352+0000 mon.a (mon.0) 6710 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:32.221 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:31 smithi067 bash[82083]: audit 2023-12-09T02:16:30.829390+0000 mon.a (mon.0) 6711 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:32.221 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:31 smithi067 bash[82083]: audit 2023-12-09T02:16:30.830734+0000 mon.a (mon.0) 6712 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:32.221 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:31 smithi067 bash[82083]: audit 2023-12-09T02:16:30.838888+0000 mon.a (mon.0) 6713 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:32.221 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:31 smithi067 bash[82083]: cephadm 2023-12-09T02:16:30.839374+0000 mgr.y (mgr.25480) 1604 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:32.221 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:31 smithi067 bash[82083]: audit 2023-12-09T02:16:30.916353+0000 mon.a (mon.0) 6714 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:32.221 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:31 smithi067 bash[82083]: audit 2023-12-09T02:16:30.920993+0000 mon.a (mon.0) 6715 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:32.221 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:31 smithi067 bash[82083]: audit 2023-12-09T02:16:30.925010+0000 mon.a (mon.0) 6716 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:32.221 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:31 smithi067 bash[82083]: audit 2023-12-09T02:16:30.926515+0000 mon.a (mon.0) 6717 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:32.221 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:31 smithi067 bash[82083]: audit 2023-12-09T02:16:30.934906+0000 mon.a (mon.0) 6718 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:32.221 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:31 smithi067 bash[82083]: cephadm 2023-12-09T02:16:30.935843+0000 mgr.y (mgr.25480) 1605 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:32.221 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:31 smithi067 bash[82083]: audit 2023-12-09T02:16:31.013842+0000 mon.a (mon.0) 6719 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:32.221 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:31 smithi067 bash[82083]: audit 2023-12-09T02:16:31.016796+0000 mon.a (mon.0) 6720 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:32.221 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:31 smithi067 bash[82083]: audit 2023-12-09T02:16:31.019566+0000 mon.a (mon.0) 6721 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:32.221 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:31 smithi067 bash[82083]: audit 2023-12-09T02:16:31.020657+0000 mon.a (mon.0) 6722 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:32.221 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:31 smithi067 bash[82083]: audit 2023-12-09T02:16:31.026719+0000 mon.a (mon.0) 6723 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:32.222 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:31 smithi067 bash[82083]: cephadm 2023-12-09T02:16:31.027444+0000 mgr.y (mgr.25480) 1606 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:32.222 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:31 smithi067 bash[82083]: audit 2023-12-09T02:16:31.106820+0000 mon.a (mon.0) 6724 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:32.222 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:31 smithi067 bash[82083]: audit 2023-12-09T02:16:31.109714+0000 mon.a (mon.0) 6725 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:32.222 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:31 smithi067 bash[79370]: audit 2023-12-09T02:16:30.821913+0000 mon.a (mon.0) 6709 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:32.222 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:31 smithi067 bash[79370]: audit 2023-12-09T02:16:30.826352+0000 mon.a (mon.0) 6710 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:32.222 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:31 smithi067 bash[79370]: audit 2023-12-09T02:16:30.829390+0000 mon.a (mon.0) 6711 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:32.222 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:31 smithi067 bash[79370]: audit 2023-12-09T02:16:30.830734+0000 mon.a (mon.0) 6712 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:32.222 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:31 smithi067 bash[79370]: audit 2023-12-09T02:16:30.838888+0000 mon.a (mon.0) 6713 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:32.222 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:31 smithi067 bash[79370]: cephadm 2023-12-09T02:16:30.839374+0000 mgr.y (mgr.25480) 1604 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:32.222 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:31 smithi067 bash[79370]: audit 2023-12-09T02:16:30.916353+0000 mon.a (mon.0) 6714 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:32.222 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:31 smithi067 bash[79370]: audit 2023-12-09T02:16:30.920993+0000 mon.a (mon.0) 6715 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:32.223 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:31 smithi067 bash[79370]: audit 2023-12-09T02:16:30.925010+0000 mon.a (mon.0) 6716 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:32.223 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:31 smithi067 bash[79370]: audit 2023-12-09T02:16:30.926515+0000 mon.a (mon.0) 6717 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:32.223 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:31 smithi067 bash[79370]: audit 2023-12-09T02:16:30.934906+0000 mon.a (mon.0) 6718 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:32.223 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:31 smithi067 bash[79370]: cephadm 2023-12-09T02:16:30.935843+0000 mgr.y (mgr.25480) 1605 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:32.223 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:31 smithi067 bash[79370]: audit 2023-12-09T02:16:31.013842+0000 mon.a (mon.0) 6719 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:32.223 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:31 smithi067 bash[79370]: audit 2023-12-09T02:16:31.016796+0000 mon.a (mon.0) 6720 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:32.223 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:31 smithi067 bash[79370]: audit 2023-12-09T02:16:31.019566+0000 mon.a (mon.0) 6721 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:32.223 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:31 smithi067 bash[79370]: audit 2023-12-09T02:16:31.020657+0000 mon.a (mon.0) 6722 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:32.223 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:31 smithi067 bash[79370]: audit 2023-12-09T02:16:31.026719+0000 mon.a (mon.0) 6723 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:32.223 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:31 smithi067 bash[79370]: cephadm 2023-12-09T02:16:31.027444+0000 mgr.y (mgr.25480) 1606 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:32.223 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:31 smithi067 bash[79370]: audit 2023-12-09T02:16:31.106820+0000 mon.a (mon.0) 6724 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:32.223 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:31 smithi067 bash[79370]: audit 2023-12-09T02:16:31.109714+0000 mon.a (mon.0) 6725 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:32.224 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:31 smithi067 bash[82083]: audit 2023-12-09T02:16:31.113695+0000 mon.a (mon.0) 6726 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:32.224 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:31 smithi067 bash[82083]: audit 2023-12-09T02:16:31.114848+0000 mon.a (mon.0) 6727 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:32.224 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:31 smithi067 bash[82083]: audit 2023-12-09T02:16:31.123632+0000 mon.a (mon.0) 6728 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:32.224 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:31 smithi067 bash[82083]: cephadm 2023-12-09T02:16:31.124265+0000 mgr.y (mgr.25480) 1607 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:32.224 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:31 smithi067 bash[82083]: audit 2023-12-09T02:16:31.205950+0000 mon.a (mon.0) 6729 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:32.224 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:31 smithi067 bash[82083]: audit 2023-12-09T02:16:31.210023+0000 mon.a (mon.0) 6730 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:32.224 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:31 smithi067 bash[82083]: audit 2023-12-09T02:16:31.213984+0000 mon.a (mon.0) 6731 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:32.224 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:31 smithi067 bash[82083]: audit 2023-12-09T02:16:31.215404+0000 mon.a (mon.0) 6732 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:32.224 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:31 smithi067 bash[82083]: audit 2023-12-09T02:16:31.223995+0000 mon.a (mon.0) 6733 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:32.224 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:31 smithi067 bash[82083]: cephadm 2023-12-09T02:16:31.224692+0000 mgr.y (mgr.25480) 1608 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:32.225 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:31 smithi067 bash[82083]: audit 2023-12-09T02:16:31.308469+0000 mon.a (mon.0) 6734 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:32.225 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:31 smithi067 bash[82083]: audit 2023-12-09T02:16:31.310758+0000 mon.a (mon.0) 6735 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:32.225 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:31 smithi067 bash[82083]: audit 2023-12-09T02:16:31.313479+0000 mon.a (mon.0) 6736 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:32.225 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:31 smithi067 bash[82083]: audit 2023-12-09T02:16:31.314434+0000 mon.a (mon.0) 6737 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:32.225 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:31 smithi067 bash[82083]: audit 2023-12-09T02:16:31.321451+0000 mon.a (mon.0) 6738 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:32.225 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:31 smithi067 bash[82083]: cephadm 2023-12-09T02:16:31.322033+0000 mgr.y (mgr.25480) 1609 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:32.225 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:31 smithi067 bash[82083]: audit 2023-12-09T02:16:31.402434+0000 mon.a (mon.0) 6739 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:32.225 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:31 smithi067 bash[82083]: audit 2023-12-09T02:16:31.405355+0000 mon.a (mon.0) 6740 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:32.225 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:31 smithi067 bash[82083]: audit 2023-12-09T02:16:31.408252+0000 mon.a (mon.0) 6741 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:32.225 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:31 smithi067 bash[82083]: audit 2023-12-09T02:16:31.409562+0000 mon.a (mon.0) 6742 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:32.225 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:31 smithi067 bash[82083]: audit 2023-12-09T02:16:31.418288+0000 mon.a (mon.0) 6743 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:32.225 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:31 smithi067 bash[82083]: cephadm 2023-12-09T02:16:31.418964+0000 mgr.y (mgr.25480) 1610 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:32.225 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:31 smithi067 bash[82083]: cluster 2023-12-09T02:16:31.449534+0000 mon.a (mon.0) 6744 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-09T02:16:32.225 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:31 smithi067 bash[82083]: cluster 2023-12-09T02:16:31.458751+0000 mon.a (mon.0) 6745 : cluster 1 osd.7 [v2:172.21.15.125:6824/3823138864,v1:172.21.15.125:6825/3823138864] boot 2023-12-09T02:16:32.225 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:31 smithi067 bash[82083]: cluster 2023-12-09T02:16:31.458846+0000 mon.a (mon.0) 6746 : cluster 0 osdmap e156: 8 total, 8 up, 8 in 2023-12-09T02:16:32.225 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:31 smithi067 bash[82083]: audit 2023-12-09T02:16:31.459306+0000 mon.a (mon.0) 6747 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-09T02:16:32.225 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:31 smithi067 bash[82083]: audit 2023-12-09T02:16:31.496511+0000 mon.a (mon.0) 6748 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:32.226 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:31 smithi067 bash[82083]: audit 2023-12-09T02:16:31.498421+0000 mon.a (mon.0) 6749 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:32.226 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:31 smithi067 bash[82083]: audit 2023-12-09T02:16:31.500295+0000 mon.a (mon.0) 6750 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:32.226 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:31 smithi067 bash[82083]: audit 2023-12-09T02:16:31.500969+0000 mon.a (mon.0) 6751 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:32.226 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:31 smithi067 bash[82083]: audit 2023-12-09T02:16:31.506259+0000 mon.a (mon.0) 6752 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:32.226 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:31 smithi067 bash[82083]: cephadm 2023-12-09T02:16:31.506719+0000 mgr.y (mgr.25480) 1611 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:32.226 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:31 smithi067 bash[82083]: audit 2023-12-09T02:16:31.572668+0000 mon.a (mon.0) 6753 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:32.226 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:31 smithi067 bash[82083]: audit 2023-12-09T02:16:31.574812+0000 mon.a (mon.0) 6754 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:32.226 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:31 smithi067 bash[82083]: audit 2023-12-09T02:16:31.577404+0000 mon.a (mon.0) 6755 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:32.226 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:31 smithi067 bash[82083]: audit 2023-12-09T02:16:31.578250+0000 mon.a (mon.0) 6756 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:32.226 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:31 smithi067 bash[82083]: audit 2023-12-09T02:16:31.583917+0000 mon.a (mon.0) 6757 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:32.226 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:31 smithi067 bash[82083]: cephadm 2023-12-09T02:16:31.584580+0000 mgr.y (mgr.25480) 1612 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:32.226 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:31 smithi067 bash[82083]: audit 2023-12-09T02:16:31.664816+0000 mon.a (mon.0) 6758 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:32.226 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:31 smithi067 bash[82083]: audit 2023-12-09T02:16:31.667046+0000 mon.a (mon.0) 6759 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:32.226 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:31 smithi067 bash[82083]: audit 2023-12-09T02:16:31.670219+0000 mon.a (mon.0) 6760 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:32.227 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:31 smithi067 bash[82083]: audit 2023-12-09T02:16:31.670995+0000 mon.a (mon.0) 6761 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:32.227 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:31 smithi067 bash[82083]: audit 2023-12-09T02:16:31.678665+0000 mon.a (mon.0) 6762 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:32.227 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:31 smithi067 bash[82083]: cephadm 2023-12-09T02:16:31.679460+0000 mgr.y (mgr.25480) 1613 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:32.227 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:31 smithi067 bash[79370]: audit 2023-12-09T02:16:31.113695+0000 mon.a (mon.0) 6726 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:32.227 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:31 smithi067 bash[79370]: audit 2023-12-09T02:16:31.114848+0000 mon.a (mon.0) 6727 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:32.227 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:31 smithi067 bash[79370]: audit 2023-12-09T02:16:31.123632+0000 mon.a (mon.0) 6728 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:32.227 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:31 smithi067 bash[79370]: cephadm 2023-12-09T02:16:31.124265+0000 mgr.y (mgr.25480) 1607 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:32.227 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:31 smithi067 bash[79370]: audit 2023-12-09T02:16:31.205950+0000 mon.a (mon.0) 6729 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:32.228 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:31 smithi067 bash[79370]: audit 2023-12-09T02:16:31.210023+0000 mon.a (mon.0) 6730 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:32.228 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:31 smithi067 bash[79370]: audit 2023-12-09T02:16:31.213984+0000 mon.a (mon.0) 6731 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:32.228 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:31 smithi067 bash[79370]: audit 2023-12-09T02:16:31.215404+0000 mon.a (mon.0) 6732 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:32.228 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:31 smithi067 bash[79370]: audit 2023-12-09T02:16:31.223995+0000 mon.a (mon.0) 6733 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:32.228 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:31 smithi067 bash[79370]: cephadm 2023-12-09T02:16:31.224692+0000 mgr.y (mgr.25480) 1608 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:32.228 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:31 smithi067 bash[79370]: audit 2023-12-09T02:16:31.308469+0000 mon.a (mon.0) 6734 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:32.228 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:31 smithi067 bash[79370]: audit 2023-12-09T02:16:31.310758+0000 mon.a (mon.0) 6735 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:32.228 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:31 smithi067 bash[79370]: audit 2023-12-09T02:16:31.313479+0000 mon.a (mon.0) 6736 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:32.228 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:31 smithi067 bash[79370]: audit 2023-12-09T02:16:31.314434+0000 mon.a (mon.0) 6737 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:32.228 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:31 smithi067 bash[79370]: audit 2023-12-09T02:16:31.321451+0000 mon.a (mon.0) 6738 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:32.228 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:31 smithi067 bash[79370]: cephadm 2023-12-09T02:16:31.322033+0000 mgr.y (mgr.25480) 1609 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:32.228 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:31 smithi067 bash[79370]: audit 2023-12-09T02:16:31.402434+0000 mon.a (mon.0) 6739 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:32.228 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:31 smithi067 bash[79370]: audit 2023-12-09T02:16:31.405355+0000 mon.a (mon.0) 6740 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:32.228 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:31 smithi067 bash[79370]: audit 2023-12-09T02:16:31.408252+0000 mon.a (mon.0) 6741 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:32.228 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:31 smithi067 bash[79370]: audit 2023-12-09T02:16:31.409562+0000 mon.a (mon.0) 6742 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:32.229 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:31 smithi067 bash[79370]: audit 2023-12-09T02:16:31.418288+0000 mon.a (mon.0) 6743 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:32.229 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:31 smithi067 bash[79370]: cephadm 2023-12-09T02:16:31.418964+0000 mgr.y (mgr.25480) 1610 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:32.229 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:31 smithi067 bash[79370]: cluster 2023-12-09T02:16:31.449534+0000 mon.a (mon.0) 6744 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-09T02:16:32.229 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:31 smithi067 bash[79370]: cluster 2023-12-09T02:16:31.458751+0000 mon.a (mon.0) 6745 : cluster 1 osd.7 [v2:172.21.15.125:6824/3823138864,v1:172.21.15.125:6825/3823138864] boot 2023-12-09T02:16:32.229 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:31 smithi067 bash[79370]: cluster 2023-12-09T02:16:31.458846+0000 mon.a (mon.0) 6746 : cluster 0 osdmap e156: 8 total, 8 up, 8 in 2023-12-09T02:16:32.229 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:31 smithi067 bash[79370]: audit 2023-12-09T02:16:31.459306+0000 mon.a (mon.0) 6747 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-09T02:16:32.229 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:31 smithi067 bash[79370]: audit 2023-12-09T02:16:31.496511+0000 mon.a (mon.0) 6748 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:32.229 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:31 smithi067 bash[79370]: audit 2023-12-09T02:16:31.498421+0000 mon.a (mon.0) 6749 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:32.229 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:31 smithi067 bash[79370]: audit 2023-12-09T02:16:31.500295+0000 mon.a (mon.0) 6750 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:32.229 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:31 smithi067 bash[79370]: audit 2023-12-09T02:16:31.500969+0000 mon.a (mon.0) 6751 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:32.229 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:31 smithi067 bash[79370]: audit 2023-12-09T02:16:31.506259+0000 mon.a (mon.0) 6752 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:32.229 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:31 smithi067 bash[79370]: cephadm 2023-12-09T02:16:31.506719+0000 mgr.y (mgr.25480) 1611 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:32.229 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:31 smithi067 bash[79370]: audit 2023-12-09T02:16:31.572668+0000 mon.a (mon.0) 6753 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:32.229 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:31 smithi067 bash[79370]: audit 2023-12-09T02:16:31.574812+0000 mon.a (mon.0) 6754 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:32.229 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:31 smithi067 bash[79370]: audit 2023-12-09T02:16:31.577404+0000 mon.a (mon.0) 6755 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:32.229 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:31 smithi067 bash[79370]: audit 2023-12-09T02:16:31.578250+0000 mon.a (mon.0) 6756 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:32.230 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:31 smithi067 bash[79370]: audit 2023-12-09T02:16:31.583917+0000 mon.a (mon.0) 6757 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:32.230 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:31 smithi067 bash[79370]: cephadm 2023-12-09T02:16:31.584580+0000 mgr.y (mgr.25480) 1612 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:32.230 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:31 smithi067 bash[79370]: audit 2023-12-09T02:16:31.664816+0000 mon.a (mon.0) 6758 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:32.230 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:31 smithi067 bash[79370]: audit 2023-12-09T02:16:31.667046+0000 mon.a (mon.0) 6759 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:32.230 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:31 smithi067 bash[79370]: audit 2023-12-09T02:16:31.670219+0000 mon.a (mon.0) 6760 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:32.230 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:31 smithi067 bash[79370]: audit 2023-12-09T02:16:31.670995+0000 mon.a (mon.0) 6761 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:32.230 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:31 smithi067 bash[79370]: audit 2023-12-09T02:16:31.678665+0000 mon.a (mon.0) 6762 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:32.230 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:31 smithi067 bash[79370]: cephadm 2023-12-09T02:16:31.679460+0000 mgr.y (mgr.25480) 1613 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:33.220 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:16:32 smithi067 bash[75618]: debug 2023-12-09T02:16:32.844+0000 7f0610fe4700 -1 log_channel(cephadm) log [ERR] : Upgrade: Paused due to UPGRADE_EXCEPTION: Upgrade: failed due to an unexpected exception 2023-12-09T02:16:33.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:32 smithi067 bash[79370]: audit 2023-12-09T02:16:31.757211+0000 mon.a (mon.0) 6763 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:33.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:32 smithi067 bash[79370]: audit 2023-12-09T02:16:31.768410+0000 mon.a (mon.0) 6764 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:33.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:32 smithi067 bash[79370]: audit 2023-12-09T02:16:31.770471+0000 mon.a (mon.0) 6765 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:33.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:32 smithi067 bash[79370]: audit 2023-12-09T02:16:31.771100+0000 mon.a (mon.0) 6766 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:33.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:32 smithi067 bash[79370]: audit 2023-12-09T02:16:31.778010+0000 mon.a (mon.0) 6767 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:33.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:32 smithi067 bash[79370]: cephadm 2023-12-09T02:16:31.778536+0000 mgr.y (mgr.25480) 1614 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:33.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:32 smithi067 bash[79370]: audit 2023-12-09T02:16:31.890654+0000 mon.a (mon.0) 6768 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:33.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:32 smithi067 bash[79370]: audit 2023-12-09T02:16:31.893372+0000 mon.a (mon.0) 6769 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:33.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:32 smithi067 bash[79370]: audit 2023-12-09T02:16:31.896927+0000 mon.a (mon.0) 6770 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:33.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:32 smithi067 bash[79370]: audit 2023-12-09T02:16:31.898375+0000 mon.a (mon.0) 6771 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:33.222 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:32 smithi067 bash[79370]: audit 2023-12-09T02:16:31.908145+0000 mon.a (mon.0) 6772 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:33.222 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:32 smithi067 bash[79370]: cephadm 2023-12-09T02:16:31.908719+0000 mgr.y (mgr.25480) 1615 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:33.222 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:32 smithi067 bash[79370]: audit 2023-12-09T02:16:31.988292+0000 mon.a (mon.0) 6773 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:33.222 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:32 smithi067 bash[79370]: audit 2023-12-09T02:16:31.991393+0000 mon.a (mon.0) 6774 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:33.222 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:32 smithi067 bash[79370]: audit 2023-12-09T02:16:31.995928+0000 mon.a (mon.0) 6775 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:33.222 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:32 smithi067 bash[79370]: audit 2023-12-09T02:16:31.997642+0000 mon.a (mon.0) 6776 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:33.222 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:32 smithi067 bash[79370]: audit 2023-12-09T02:16:32.008992+0000 mon.a (mon.0) 6777 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:33.222 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:32 smithi067 bash[79370]: cephadm 2023-12-09T02:16:32.010140+0000 mgr.y (mgr.25480) 1616 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:33.222 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:32 smithi067 bash[79370]: audit 2023-12-09T02:16:32.090472+0000 mon.a (mon.0) 6778 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:33.222 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:32 smithi067 bash[79370]: audit 2023-12-09T02:16:32.093238+0000 mon.a (mon.0) 6779 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:33.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:32 smithi067 bash[82083]: audit 2023-12-09T02:16:31.757211+0000 mon.a (mon.0) 6763 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:33.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:32 smithi067 bash[82083]: audit 2023-12-09T02:16:31.768410+0000 mon.a (mon.0) 6764 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:33.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:32 smithi067 bash[82083]: audit 2023-12-09T02:16:31.770471+0000 mon.a (mon.0) 6765 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:33.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:32 smithi067 bash[82083]: audit 2023-12-09T02:16:31.771100+0000 mon.a (mon.0) 6766 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:33.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:32 smithi067 bash[82083]: audit 2023-12-09T02:16:31.778010+0000 mon.a (mon.0) 6767 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:33.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:32 smithi067 bash[82083]: cephadm 2023-12-09T02:16:31.778536+0000 mgr.y (mgr.25480) 1614 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:33.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:32 smithi067 bash[82083]: audit 2023-12-09T02:16:31.890654+0000 mon.a (mon.0) 6768 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:33.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:32 smithi067 bash[82083]: audit 2023-12-09T02:16:31.893372+0000 mon.a (mon.0) 6769 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:33.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:32 smithi067 bash[82083]: audit 2023-12-09T02:16:31.896927+0000 mon.a (mon.0) 6770 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:33.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:32 smithi067 bash[82083]: audit 2023-12-09T02:16:31.898375+0000 mon.a (mon.0) 6771 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:33.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:32 smithi067 bash[82083]: audit 2023-12-09T02:16:31.908145+0000 mon.a (mon.0) 6772 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:33.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:32 smithi067 bash[82083]: cephadm 2023-12-09T02:16:31.908719+0000 mgr.y (mgr.25480) 1615 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:33.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:32 smithi067 bash[82083]: audit 2023-12-09T02:16:31.988292+0000 mon.a (mon.0) 6773 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:33.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:32 smithi067 bash[82083]: audit 2023-12-09T02:16:31.991393+0000 mon.a (mon.0) 6774 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:33.224 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:32 smithi067 bash[82083]: audit 2023-12-09T02:16:31.995928+0000 mon.a (mon.0) 6775 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:33.224 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:32 smithi067 bash[82083]: audit 2023-12-09T02:16:31.997642+0000 mon.a (mon.0) 6776 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:33.224 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:32 smithi067 bash[82083]: audit 2023-12-09T02:16:32.008992+0000 mon.a (mon.0) 6777 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:33.224 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:32 smithi067 bash[82083]: cephadm 2023-12-09T02:16:32.010140+0000 mgr.y (mgr.25480) 1616 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:33.224 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:32 smithi067 bash[82083]: audit 2023-12-09T02:16:32.090472+0000 mon.a (mon.0) 6778 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:33.224 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:32 smithi067 bash[82083]: audit 2023-12-09T02:16:32.093238+0000 mon.a (mon.0) 6779 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:33.224 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:32 smithi067 bash[79370]: audit 2023-12-09T02:16:32.096842+0000 mon.a (mon.0) 6780 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:33.224 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:32 smithi067 bash[79370]: audit 2023-12-09T02:16:32.098415+0000 mon.a (mon.0) 6781 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:33.224 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:32 smithi067 bash[79370]: audit 2023-12-09T02:16:32.108406+0000 mon.a (mon.0) 6782 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:33.224 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:32 smithi067 bash[79370]: cephadm 2023-12-09T02:16:32.108899+0000 mgr.y (mgr.25480) 1617 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:33.224 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:32 smithi067 bash[79370]: audit 2023-12-09T02:16:32.189877+0000 mon.a (mon.0) 6783 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:33.225 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:32 smithi067 bash[79370]: audit 2023-12-09T02:16:32.192426+0000 mon.a (mon.0) 6784 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:33.225 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:32 smithi067 bash[79370]: audit 2023-12-09T02:16:32.194878+0000 mon.a (mon.0) 6785 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:33.225 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:32 smithi067 bash[79370]: audit 2023-12-09T02:16:32.195709+0000 mon.a (mon.0) 6786 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:33.225 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:32 smithi067 bash[79370]: audit 2023-12-09T02:16:32.205844+0000 mon.a (mon.0) 6787 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:33.225 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:32 smithi067 bash[79370]: cephadm 2023-12-09T02:16:32.206749+0000 mgr.y (mgr.25480) 1618 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:33.225 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:32 smithi067 bash[79370]: audit 2023-12-09T02:16:32.293682+0000 mon.a (mon.0) 6788 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:33.225 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:32 smithi067 bash[79370]: audit 2023-12-09T02:16:32.296073+0000 mon.a (mon.0) 6789 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:33.225 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:32 smithi067 bash[79370]: audit 2023-12-09T02:16:32.304513+0000 mon.a (mon.0) 6790 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:33.225 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:32 smithi067 bash[79370]: audit 2023-12-09T02:16:32.306233+0000 mon.a (mon.0) 6791 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:33.225 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:32 smithi067 bash[79370]: audit 2023-12-09T02:16:32.313169+0000 mon.a (mon.0) 6792 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:33.225 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:32 smithi067 bash[79370]: cephadm 2023-12-09T02:16:32.313808+0000 mgr.y (mgr.25480) 1619 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:33.225 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:32 smithi067 bash[79370]: audit 2023-12-09T02:16:32.377316+0000 mon.a (mon.0) 6793 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:33.226 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:32 smithi067 bash[79370]: audit 2023-12-09T02:16:32.380227+0000 mon.a (mon.0) 6794 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:33.226 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:32 smithi067 bash[79370]: audit 2023-12-09T02:16:32.383279+0000 mon.a (mon.0) 6795 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:33.226 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:32 smithi067 bash[82083]: audit 2023-12-09T02:16:32.096842+0000 mon.a (mon.0) 6780 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:33.226 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:32 smithi067 bash[82083]: audit 2023-12-09T02:16:32.098415+0000 mon.a (mon.0) 6781 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:33.226 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:32 smithi067 bash[82083]: audit 2023-12-09T02:16:32.108406+0000 mon.a (mon.0) 6782 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:33.226 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:32 smithi067 bash[82083]: cephadm 2023-12-09T02:16:32.108899+0000 mgr.y (mgr.25480) 1617 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:33.226 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:32 smithi067 bash[82083]: audit 2023-12-09T02:16:32.189877+0000 mon.a (mon.0) 6783 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:33.226 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:32 smithi067 bash[82083]: audit 2023-12-09T02:16:32.192426+0000 mon.a (mon.0) 6784 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:33.226 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:32 smithi067 bash[82083]: audit 2023-12-09T02:16:32.194878+0000 mon.a (mon.0) 6785 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:33.226 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:32 smithi067 bash[82083]: audit 2023-12-09T02:16:32.195709+0000 mon.a (mon.0) 6786 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:33.227 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:32 smithi067 bash[82083]: audit 2023-12-09T02:16:32.205844+0000 mon.a (mon.0) 6787 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:33.227 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:32 smithi067 bash[82083]: cephadm 2023-12-09T02:16:32.206749+0000 mgr.y (mgr.25480) 1618 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:33.227 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:32 smithi067 bash[82083]: audit 2023-12-09T02:16:32.293682+0000 mon.a (mon.0) 6788 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:33.227 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:32 smithi067 bash[82083]: audit 2023-12-09T02:16:32.296073+0000 mon.a (mon.0) 6789 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:33.227 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:32 smithi067 bash[82083]: audit 2023-12-09T02:16:32.304513+0000 mon.a (mon.0) 6790 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:33.227 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:32 smithi067 bash[82083]: audit 2023-12-09T02:16:32.306233+0000 mon.a (mon.0) 6791 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:33.227 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:32 smithi067 bash[82083]: audit 2023-12-09T02:16:32.313169+0000 mon.a (mon.0) 6792 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:33.227 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:32 smithi067 bash[82083]: cephadm 2023-12-09T02:16:32.313808+0000 mgr.y (mgr.25480) 1619 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:33.227 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:32 smithi067 bash[82083]: audit 2023-12-09T02:16:32.377316+0000 mon.a (mon.0) 6793 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:33.227 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:32 smithi067 bash[82083]: audit 2023-12-09T02:16:32.380227+0000 mon.a (mon.0) 6794 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:33.227 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:32 smithi067 bash[82083]: audit 2023-12-09T02:16:32.383279+0000 mon.a (mon.0) 6795 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:33.227 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:32 smithi067 bash[79370]: audit 2023-12-09T02:16:32.384452+0000 mon.a (mon.0) 6796 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:33.228 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:32 smithi067 bash[79370]: audit 2023-12-09T02:16:32.392548+0000 mon.a (mon.0) 6797 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:33.228 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:32 smithi067 bash[79370]: cephadm 2023-12-09T02:16:32.393193+0000 mgr.y (mgr.25480) 1620 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:33.228 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:32 smithi067 bash[79370]: cluster 2023-12-09T02:16:32.460038+0000 mon.a (mon.0) 6798 : cluster 0 osdmap e157: 8 total, 8 up, 8 in 2023-12-09T02:16:33.228 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:32 smithi067 bash[79370]: audit 2023-12-09T02:16:32.487137+0000 mon.a (mon.0) 6799 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:33.228 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:32 smithi067 bash[79370]: audit 2023-12-09T02:16:32.489772+0000 mon.a (mon.0) 6800 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:33.228 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:32 smithi067 bash[79370]: audit 2023-12-09T02:16:32.492035+0000 mon.a (mon.0) 6801 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:33.228 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:32 smithi067 bash[79370]: audit 2023-12-09T02:16:32.492687+0000 mon.a (mon.0) 6802 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:33.228 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:32 smithi067 bash[79370]: audit 2023-12-09T02:16:32.503290+0000 mon.a (mon.0) 6803 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:33.228 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:32 smithi067 bash[79370]: cephadm 2023-12-09T02:16:32.503982+0000 mgr.y (mgr.25480) 1621 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:33.228 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:32 smithi067 bash[79370]: audit 2023-12-09T02:16:32.569501+0000 mon.a (mon.0) 6804 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:33.228 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:32 smithi067 bash[79370]: audit 2023-12-09T02:16:32.571637+0000 mon.a (mon.0) 6805 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:33.228 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:32 smithi067 bash[79370]: audit 2023-12-09T02:16:32.575190+0000 mon.a (mon.0) 6806 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:33.228 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:32 smithi067 bash[79370]: audit 2023-12-09T02:16:32.576667+0000 mon.a (mon.0) 6807 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:33.228 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:32 smithi067 bash[79370]: audit 2023-12-09T02:16:32.585763+0000 mon.a (mon.0) 6808 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:33.228 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:32 smithi067 bash[79370]: cephadm 2023-12-09T02:16:32.586417+0000 mgr.y (mgr.25480) 1622 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:33.228 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:32 smithi067 bash[79370]: audit 2023-12-09T02:16:32.666545+0000 mon.a (mon.0) 6809 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:33.229 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:32 smithi067 bash[79370]: audit 2023-12-09T02:16:32.668839+0000 mon.a (mon.0) 6810 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:33.229 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:32 smithi067 bash[79370]: audit 2023-12-09T02:16:32.672199+0000 mon.a (mon.0) 6811 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:33.229 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:32 smithi067 bash[79370]: audit 2023-12-09T02:16:32.673331+0000 mon.a (mon.0) 6812 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:33.229 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:32 smithi067 bash[79370]: audit 2023-12-09T02:16:32.679662+0000 mon.a (mon.0) 6813 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:33.229 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:32 smithi067 bash[82083]: audit 2023-12-09T02:16:32.384452+0000 mon.a (mon.0) 6796 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:33.229 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:32 smithi067 bash[82083]: audit 2023-12-09T02:16:32.392548+0000 mon.a (mon.0) 6797 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:33.229 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:32 smithi067 bash[82083]: cephadm 2023-12-09T02:16:32.393193+0000 mgr.y (mgr.25480) 1620 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:33.229 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:32 smithi067 bash[82083]: cluster 2023-12-09T02:16:32.460038+0000 mon.a (mon.0) 6798 : cluster 0 osdmap e157: 8 total, 8 up, 8 in 2023-12-09T02:16:33.229 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:32 smithi067 bash[82083]: audit 2023-12-09T02:16:32.487137+0000 mon.a (mon.0) 6799 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:33.229 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:32 smithi067 bash[82083]: audit 2023-12-09T02:16:32.489772+0000 mon.a (mon.0) 6800 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:33.229 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:32 smithi067 bash[82083]: audit 2023-12-09T02:16:32.492035+0000 mon.a (mon.0) 6801 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:33.230 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:32 smithi067 bash[82083]: audit 2023-12-09T02:16:32.492687+0000 mon.a (mon.0) 6802 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:33.230 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:32 smithi067 bash[82083]: audit 2023-12-09T02:16:32.503290+0000 mon.a (mon.0) 6803 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:33.230 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:32 smithi067 bash[82083]: cephadm 2023-12-09T02:16:32.503982+0000 mgr.y (mgr.25480) 1621 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:33.230 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:32 smithi067 bash[82083]: audit 2023-12-09T02:16:32.569501+0000 mon.a (mon.0) 6804 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:33.230 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:32 smithi067 bash[82083]: audit 2023-12-09T02:16:32.571637+0000 mon.a (mon.0) 6805 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:33.230 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:32 smithi067 bash[82083]: audit 2023-12-09T02:16:32.575190+0000 mon.a (mon.0) 6806 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:33.230 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:32 smithi067 bash[82083]: audit 2023-12-09T02:16:32.576667+0000 mon.a (mon.0) 6807 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:33.230 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:32 smithi067 bash[82083]: audit 2023-12-09T02:16:32.585763+0000 mon.a (mon.0) 6808 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:33.230 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:32 smithi067 bash[82083]: cephadm 2023-12-09T02:16:32.586417+0000 mgr.y (mgr.25480) 1622 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:33.231 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:32 smithi067 bash[82083]: audit 2023-12-09T02:16:32.666545+0000 mon.a (mon.0) 6809 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:33.231 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:32 smithi067 bash[82083]: audit 2023-12-09T02:16:32.668839+0000 mon.a (mon.0) 6810 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:33.231 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:32 smithi067 bash[82083]: audit 2023-12-09T02:16:32.672199+0000 mon.a (mon.0) 6811 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:33.231 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:32 smithi067 bash[82083]: audit 2023-12-09T02:16:32.673331+0000 mon.a (mon.0) 6812 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:33.231 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:32 smithi067 bash[82083]: audit 2023-12-09T02:16:32.679662+0000 mon.a (mon.0) 6813 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:33.231 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:32 smithi067 bash[79370]: cephadm 2023-12-09T02:16:32.680199+0000 mgr.y (mgr.25480) 1623 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:33.231 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:32 smithi067 bash[79370]: audit 2023-12-09T02:16:32.726029+0000 mon.a (mon.0) 6814 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:33.231 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:32 smithi067 bash[79370]: audit 2023-12-09T02:16:32.735523+0000 mon.a (mon.0) 6815 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:33.231 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:32 smithi067 bash[79370]: cluster 2023-12-09T02:16:32.739135+0000 mgr.y (mgr.25480) 1624 : cluster 0 pgmap v272: 161 pgs: 20 peering, 29 active+undersized, 17 active+undersized+degraded, 95 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 1 op/s; 65/726 objects degraded (8.953%) 2023-12-09T02:16:33.231 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:32 smithi067 bash[79370]: audit 2023-12-09T02:16:32.743401+0000 mon.a (mon.0) 6816 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:33.232 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:32 smithi067 bash[82083]: cephadm 2023-12-09T02:16:32.680199+0000 mgr.y (mgr.25480) 1623 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:33.232 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:32 smithi067 bash[82083]: audit 2023-12-09T02:16:32.726029+0000 mon.a (mon.0) 6814 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:33.232 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:32 smithi067 bash[82083]: audit 2023-12-09T02:16:32.735523+0000 mon.a (mon.0) 6815 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:33.232 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:32 smithi067 bash[82083]: cluster 2023-12-09T02:16:32.739135+0000 mgr.y (mgr.25480) 1624 : cluster 0 pgmap v272: 161 pgs: 20 peering, 29 active+undersized, 17 active+undersized+degraded, 95 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 1 op/s; 65/726 objects degraded (8.953%) 2023-12-09T02:16:33.232 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:32 smithi067 bash[82083]: audit 2023-12-09T02:16:32.743401+0000 mon.a (mon.0) 6816 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:33.233 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:32 smithi125 bash[66801]: audit 2023-12-09T02:16:31.757211+0000 mon.a (mon.0) 6763 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:33.233 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:32 smithi125 bash[66801]: audit 2023-12-09T02:16:31.768410+0000 mon.a (mon.0) 6764 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:33.233 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:32 smithi125 bash[66801]: audit 2023-12-09T02:16:31.770471+0000 mon.a (mon.0) 6765 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:33.233 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:32 smithi125 bash[66801]: audit 2023-12-09T02:16:31.771100+0000 mon.a (mon.0) 6766 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:33.233 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:32 smithi125 bash[66801]: audit 2023-12-09T02:16:31.778010+0000 mon.a (mon.0) 6767 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:33.233 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:32 smithi125 bash[66801]: cephadm 2023-12-09T02:16:31.778536+0000 mgr.y (mgr.25480) 1614 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:33.233 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:32 smithi125 bash[66801]: audit 2023-12-09T02:16:31.890654+0000 mon.a (mon.0) 6768 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:33.233 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:32 smithi125 bash[66801]: audit 2023-12-09T02:16:31.893372+0000 mon.a (mon.0) 6769 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:33.233 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:32 smithi125 bash[66801]: audit 2023-12-09T02:16:31.896927+0000 mon.a (mon.0) 6770 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:33.233 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:32 smithi125 bash[66801]: audit 2023-12-09T02:16:31.898375+0000 mon.a (mon.0) 6771 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:33.233 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:32 smithi125 bash[66801]: audit 2023-12-09T02:16:31.908145+0000 mon.a (mon.0) 6772 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:33.233 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:32 smithi125 bash[66801]: cephadm 2023-12-09T02:16:31.908719+0000 mgr.y (mgr.25480) 1615 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:33.234 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:32 smithi125 bash[66801]: audit 2023-12-09T02:16:31.988292+0000 mon.a (mon.0) 6773 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:33.234 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:32 smithi125 bash[66801]: audit 2023-12-09T02:16:31.991393+0000 mon.a (mon.0) 6774 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:33.234 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:32 smithi125 bash[66801]: audit 2023-12-09T02:16:31.995928+0000 mon.a (mon.0) 6775 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:33.234 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:32 smithi125 bash[66801]: audit 2023-12-09T02:16:31.997642+0000 mon.a (mon.0) 6776 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:33.234 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:32 smithi125 bash[66801]: audit 2023-12-09T02:16:32.008992+0000 mon.a (mon.0) 6777 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:33.234 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:32 smithi125 bash[66801]: cephadm 2023-12-09T02:16:32.010140+0000 mgr.y (mgr.25480) 1616 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:33.234 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:32 smithi125 bash[66801]: audit 2023-12-09T02:16:32.090472+0000 mon.a (mon.0) 6778 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:33.234 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:32 smithi125 bash[66801]: audit 2023-12-09T02:16:32.093238+0000 mon.a (mon.0) 6779 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:33.234 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:32 smithi125 bash[66801]: audit 2023-12-09T02:16:32.096842+0000 mon.a (mon.0) 6780 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:33.234 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:32 smithi125 bash[66801]: audit 2023-12-09T02:16:32.098415+0000 mon.a (mon.0) 6781 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:33.234 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:32 smithi125 bash[66801]: audit 2023-12-09T02:16:32.108406+0000 mon.a (mon.0) 6782 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:33.234 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:32 smithi125 bash[66801]: cephadm 2023-12-09T02:16:32.108899+0000 mgr.y (mgr.25480) 1617 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:33.234 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:32 smithi125 bash[66801]: audit 2023-12-09T02:16:32.189877+0000 mon.a (mon.0) 6783 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:33.234 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:32 smithi125 bash[66801]: audit 2023-12-09T02:16:32.192426+0000 mon.a (mon.0) 6784 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:33.235 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:32 smithi125 bash[66801]: audit 2023-12-09T02:16:32.194878+0000 mon.a (mon.0) 6785 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:33.235 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:32 smithi125 bash[66801]: audit 2023-12-09T02:16:32.195709+0000 mon.a (mon.0) 6786 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:33.235 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:32 smithi125 bash[66801]: audit 2023-12-09T02:16:32.205844+0000 mon.a (mon.0) 6787 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:33.235 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:32 smithi125 bash[66801]: cephadm 2023-12-09T02:16:32.206749+0000 mgr.y (mgr.25480) 1618 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:33.235 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:32 smithi125 bash[66801]: audit 2023-12-09T02:16:32.293682+0000 mon.a (mon.0) 6788 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:33.235 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:32 smithi125 bash[66801]: audit 2023-12-09T02:16:32.296073+0000 mon.a (mon.0) 6789 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:33.235 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:32 smithi125 bash[66801]: audit 2023-12-09T02:16:32.304513+0000 mon.a (mon.0) 6790 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:33.235 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:32 smithi125 bash[66801]: audit 2023-12-09T02:16:32.306233+0000 mon.a (mon.0) 6791 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:33.235 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:32 smithi125 bash[66801]: audit 2023-12-09T02:16:32.313169+0000 mon.a (mon.0) 6792 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:33.235 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:32 smithi125 bash[66801]: cephadm 2023-12-09T02:16:32.313808+0000 mgr.y (mgr.25480) 1619 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:33.235 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:32 smithi125 bash[66801]: audit 2023-12-09T02:16:32.377316+0000 mon.a (mon.0) 6793 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:33.235 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:32 smithi125 bash[66801]: audit 2023-12-09T02:16:32.380227+0000 mon.a (mon.0) 6794 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:33.235 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:32 smithi125 bash[66801]: audit 2023-12-09T02:16:32.383279+0000 mon.a (mon.0) 6795 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:33.235 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:32 smithi125 bash[66801]: audit 2023-12-09T02:16:32.384452+0000 mon.a (mon.0) 6796 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:33.235 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:32 smithi125 bash[66801]: audit 2023-12-09T02:16:32.392548+0000 mon.a (mon.0) 6797 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:33.236 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:32 smithi125 bash[66801]: cephadm 2023-12-09T02:16:32.393193+0000 mgr.y (mgr.25480) 1620 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:33.236 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:32 smithi125 bash[66801]: cluster 2023-12-09T02:16:32.460038+0000 mon.a (mon.0) 6798 : cluster 0 osdmap e157: 8 total, 8 up, 8 in 2023-12-09T02:16:33.236 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:32 smithi125 bash[66801]: audit 2023-12-09T02:16:32.487137+0000 mon.a (mon.0) 6799 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:33.236 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:32 smithi125 bash[66801]: audit 2023-12-09T02:16:32.489772+0000 mon.a (mon.0) 6800 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:33.236 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:32 smithi125 bash[66801]: audit 2023-12-09T02:16:32.492035+0000 mon.a (mon.0) 6801 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:33.236 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:32 smithi125 bash[66801]: audit 2023-12-09T02:16:32.492687+0000 mon.a (mon.0) 6802 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:33.236 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:32 smithi125 bash[66801]: audit 2023-12-09T02:16:32.503290+0000 mon.a (mon.0) 6803 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:33.236 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:32 smithi125 bash[66801]: cephadm 2023-12-09T02:16:32.503982+0000 mgr.y (mgr.25480) 1621 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:33.236 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:32 smithi125 bash[66801]: audit 2023-12-09T02:16:32.569501+0000 mon.a (mon.0) 6804 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:33.236 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:32 smithi125 bash[66801]: audit 2023-12-09T02:16:32.571637+0000 mon.a (mon.0) 6805 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:33.236 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:32 smithi125 bash[66801]: audit 2023-12-09T02:16:32.575190+0000 mon.a (mon.0) 6806 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:33.236 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:32 smithi125 bash[66801]: audit 2023-12-09T02:16:32.576667+0000 mon.a (mon.0) 6807 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:33.236 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:32 smithi125 bash[66801]: audit 2023-12-09T02:16:32.585763+0000 mon.a (mon.0) 6808 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:33.236 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:32 smithi125 bash[66801]: cephadm 2023-12-09T02:16:32.586417+0000 mgr.y (mgr.25480) 1622 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:33.236 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:32 smithi125 bash[66801]: audit 2023-12-09T02:16:32.666545+0000 mon.a (mon.0) 6809 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:33.237 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:32 smithi125 bash[66801]: audit 2023-12-09T02:16:32.668839+0000 mon.a (mon.0) 6810 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:33.237 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:32 smithi125 bash[66801]: audit 2023-12-09T02:16:32.672199+0000 mon.a (mon.0) 6811 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:33.237 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:32 smithi125 bash[66801]: audit 2023-12-09T02:16:32.673331+0000 mon.a (mon.0) 6812 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:33.237 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:32 smithi125 bash[66801]: audit 2023-12-09T02:16:32.679662+0000 mon.a (mon.0) 6813 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:33.237 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:32 smithi125 bash[66801]: cephadm 2023-12-09T02:16:32.680199+0000 mgr.y (mgr.25480) 1623 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-09T02:16:33.237 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:32 smithi125 bash[66801]: audit 2023-12-09T02:16:32.726029+0000 mon.a (mon.0) 6814 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:33.237 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:32 smithi125 bash[66801]: audit 2023-12-09T02:16:32.735523+0000 mon.a (mon.0) 6815 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:33.237 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:32 smithi125 bash[66801]: cluster 2023-12-09T02:16:32.739135+0000 mgr.y (mgr.25480) 1624 : cluster 0 pgmap v272: 161 pgs: 20 peering, 29 active+undersized, 17 active+undersized+degraded, 95 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 1 op/s; 65/726 objects degraded (8.953%) 2023-12-09T02:16:33.237 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:32 smithi125 bash[66801]: audit 2023-12-09T02:16:32.743401+0000 mon.a (mon.0) 6816 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:34.220 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:16:33 smithi067 bash[75618]: ::ffff:172.21.15.125 - - [09/Dec/2023:02:16:33] "GET /metrics HTTP/1.1" 200 38584 "" "Prometheus/2.33.4" 2023-12-09T02:16:34.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:33 smithi067 bash[79370]: debug 2023-12-09T02:16:33.728+0000 7faf2523a700 -1 log_channel(cluster) log [ERR] : Health check failed: Upgrade: failed due to an unexpected exception (UPGRADE_EXCEPTION) 2023-12-09T02:16:34.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:33 smithi067 bash[79370]: audit 2023-12-09T02:16:32.771444+0000 mon.a (mon.0) 6817 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:34.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:33 smithi067 bash[79370]: audit 2023-12-09T02:16:32.773816+0000 mon.a (mon.0) 6818 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:34.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:33 smithi067 bash[79370]: audit 2023-12-09T02:16:32.775491+0000 mon.a (mon.0) 6819 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:34.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:33 smithi067 bash[79370]: audit 2023-12-09T02:16:32.776677+0000 mon.a (mon.0) 6820 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:34.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:33 smithi067 bash[79370]: audit 2023-12-09T02:16:32.779418+0000 mon.a (mon.0) 6821 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:34.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:33 smithi067 bash[79370]: cephadm 2023-12-09T02:16:32.780073+0000 mgr.y (mgr.25480) 1625 : cephadm 1 Upgrade: Setting container_image for all osd 2023-12-09T02:16:34.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:33 smithi067 bash[79370]: audit 2023-12-09T02:16:32.783708+0000 mon.a (mon.0) 6822 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:34.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:33 smithi067 bash[79370]: audit 2023-12-09T02:16:32.786046+0000 mon.a (mon.0) 6823 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]: dispatch 2023-12-09T02:16:34.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:33 smithi067 bash[79370]: audit 2023-12-09T02:16:32.789420+0000 mon.a (mon.0) 6824 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]': finished 2023-12-09T02:16:34.222 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:33 smithi067 bash[79370]: audit 2023-12-09T02:16:32.791603+0000 mon.a (mon.0) 6825 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]: dispatch 2023-12-09T02:16:34.222 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:33 smithi067 bash[79370]: audit 2023-12-09T02:16:32.794723+0000 mon.a (mon.0) 6826 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]': finished 2023-12-09T02:16:34.222 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:33 smithi067 bash[79370]: audit 2023-12-09T02:16:32.796923+0000 mon.a (mon.0) 6827 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]: dispatch 2023-12-09T02:16:34.222 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:33 smithi067 bash[79370]: audit 2023-12-09T02:16:32.801272+0000 mon.a (mon.0) 6828 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]': finished 2023-12-09T02:16:34.222 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:33 smithi067 bash[79370]: audit 2023-12-09T02:16:32.804095+0000 mon.a (mon.0) 6829 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]: dispatch 2023-12-09T02:16:34.222 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:33 smithi067 bash[79370]: audit 2023-12-09T02:16:32.808514+0000 mon.a (mon.0) 6830 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]': finished 2023-12-09T02:16:34.222 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:33 smithi067 bash[79370]: audit 2023-12-09T02:16:32.811436+0000 mon.a (mon.0) 6831 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]: dispatch 2023-12-09T02:16:34.222 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:33 smithi067 bash[79370]: audit 2023-12-09T02:16:32.815040+0000 mon.a (mon.0) 6832 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]': finished 2023-12-09T02:16:34.222 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:33 smithi067 bash[82083]: audit 2023-12-09T02:16:32.771444+0000 mon.a (mon.0) 6817 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:34.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:33 smithi067 bash[82083]: audit 2023-12-09T02:16:32.773816+0000 mon.a (mon.0) 6818 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:34.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:33 smithi067 bash[82083]: audit 2023-12-09T02:16:32.775491+0000 mon.a (mon.0) 6819 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:34.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:33 smithi067 bash[82083]: audit 2023-12-09T02:16:32.776677+0000 mon.a (mon.0) 6820 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:34.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:33 smithi067 bash[82083]: audit 2023-12-09T02:16:32.779418+0000 mon.a (mon.0) 6821 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:34.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:33 smithi067 bash[82083]: cephadm 2023-12-09T02:16:32.780073+0000 mgr.y (mgr.25480) 1625 : cephadm 1 Upgrade: Setting container_image for all osd 2023-12-09T02:16:34.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:33 smithi067 bash[82083]: audit 2023-12-09T02:16:32.783708+0000 mon.a (mon.0) 6822 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:34.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:33 smithi067 bash[82083]: audit 2023-12-09T02:16:32.786046+0000 mon.a (mon.0) 6823 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]: dispatch 2023-12-09T02:16:34.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:33 smithi067 bash[82083]: audit 2023-12-09T02:16:32.789420+0000 mon.a (mon.0) 6824 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]': finished 2023-12-09T02:16:34.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:33 smithi067 bash[82083]: audit 2023-12-09T02:16:32.791603+0000 mon.a (mon.0) 6825 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]: dispatch 2023-12-09T02:16:34.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:33 smithi067 bash[82083]: audit 2023-12-09T02:16:32.794723+0000 mon.a (mon.0) 6826 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]': finished 2023-12-09T02:16:34.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:33 smithi067 bash[82083]: audit 2023-12-09T02:16:32.796923+0000 mon.a (mon.0) 6827 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]: dispatch 2023-12-09T02:16:34.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:33 smithi067 bash[82083]: audit 2023-12-09T02:16:32.801272+0000 mon.a (mon.0) 6828 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]': finished 2023-12-09T02:16:34.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:33 smithi067 bash[82083]: audit 2023-12-09T02:16:32.804095+0000 mon.a (mon.0) 6829 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]: dispatch 2023-12-09T02:16:34.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:33 smithi067 bash[82083]: audit 2023-12-09T02:16:32.808514+0000 mon.a (mon.0) 6830 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]': finished 2023-12-09T02:16:34.223 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:33 smithi067 bash[82083]: audit 2023-12-09T02:16:32.811436+0000 mon.a (mon.0) 6831 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]: dispatch 2023-12-09T02:16:34.224 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:33 smithi067 bash[82083]: audit 2023-12-09T02:16:32.815040+0000 mon.a (mon.0) 6832 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]': finished 2023-12-09T02:16:34.224 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:33 smithi067 bash[82083]: audit 2023-12-09T02:16:32.817253+0000 mon.a (mon.0) 6833 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]: dispatch 2023-12-09T02:16:34.224 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:33 smithi067 bash[79370]: audit 2023-12-09T02:16:32.817253+0000 mon.a (mon.0) 6833 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]: dispatch 2023-12-09T02:16:34.224 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:33 smithi067 bash[79370]: audit 2023-12-09T02:16:32.822478+0000 mon.a (mon.0) 6834 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]': finished 2023-12-09T02:16:34.224 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:33 smithi067 bash[79370]: audit 2023-12-09T02:16:32.824845+0000 mon.a (mon.0) 6835 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]: dispatch 2023-12-09T02:16:34.224 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:33 smithi067 bash[79370]: audit 2023-12-09T02:16:32.830878+0000 mon.a (mon.0) 6836 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]': finished 2023-12-09T02:16:34.224 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:33 smithi067 bash[79370]: audit 2023-12-09T02:16:32.833573+0000 mon.a (mon.0) 6837 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]: dispatch 2023-12-09T02:16:34.224 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:33 smithi067 bash[79370]: audit 2023-12-09T02:16:32.839284+0000 mon.a (mon.0) 6838 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]': finished 2023-12-09T02:16:34.225 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:33 smithi067 bash[79370]: cephadm 2023-12-09T02:16:32.844512+0000 mgr.y (mgr.25480) 1626 : cephadm 1 Upgrade: Setting require_osd_release to 19 unknown 2023-12-09T02:16:34.225 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:33 smithi067 bash[79370]: audit 2023-12-09T02:16:32.845031+0000 mon.a (mon.0) 6839 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd require-osd-release", "release": "unknown"}]: dispatch 2023-12-09T02:16:34.225 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:33 smithi067 bash[79370]: cephadm 2023-12-09T02:16:32.845963+0000 mgr.y (mgr.25480) 1627 : cephadm 4 Upgrade: Paused due to UPGRADE_EXCEPTION: Upgrade: failed due to an unexpected exception 2023-12-09T02:16:34.225 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:33 smithi067 bash[79370]: audit 2023-12-09T02:16:32.852601+0000 mon.a (mon.0) 6840 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:34.225 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:33 smithi067 bash[79370]: cluster 2023-12-09T02:16:32.853505+0000 mgr.y (mgr.25480) 1628 : cluster 0 pgmap v273: 161 pgs: 20 peering, 29 active+undersized, 17 active+undersized+degraded, 95 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 65/726 objects degraded (8.953%) 2023-12-09T02:16:34.225 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:33 smithi067 bash[79370]: audit 2023-12-09T02:16:32.855318+0000 mon.a (mon.0) 6841 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:34.225 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:33 smithi067 bash[79370]: audit 2023-12-09T02:16:32.856356+0000 mon.a (mon.0) 6842 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:34.225 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:33 smithi067 bash[79370]: audit 2023-12-09T02:16:32.865654+0000 mon.a (mon.0) 6843 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:34.225 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:33 smithi067 bash[79370]: cluster 2023-12-09T02:16:33.732097+0000 mon.a (mon.0) 6844 : cluster 3 Health check update: Degraded data redundancy: 65/726 objects degraded (8.953%), 17 pgs degraded (PG_DEGRADED) 2023-12-09T02:16:34.225 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:33 smithi067 bash[79370]: cluster 2023-12-09T02:16:33.732196+0000 mon.a (mon.0) 6845 : cluster 4 Health check failed: Upgrade: failed due to an unexpected exception (UPGRADE_EXCEPTION) 2023-12-09T02:16:34.226 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:33 smithi067 bash[82083]: audit 2023-12-09T02:16:32.822478+0000 mon.a (mon.0) 6834 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]': finished 2023-12-09T02:16:34.226 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:33 smithi067 bash[82083]: audit 2023-12-09T02:16:32.824845+0000 mon.a (mon.0) 6835 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]: dispatch 2023-12-09T02:16:34.226 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:33 smithi067 bash[82083]: audit 2023-12-09T02:16:32.830878+0000 mon.a (mon.0) 6836 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]': finished 2023-12-09T02:16:34.226 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:33 smithi067 bash[82083]: audit 2023-12-09T02:16:32.833573+0000 mon.a (mon.0) 6837 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]: dispatch 2023-12-09T02:16:34.226 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:33 smithi067 bash[82083]: audit 2023-12-09T02:16:32.839284+0000 mon.a (mon.0) 6838 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]': finished 2023-12-09T02:16:34.226 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:33 smithi067 bash[82083]: cephadm 2023-12-09T02:16:32.844512+0000 mgr.y (mgr.25480) 1626 : cephadm 1 Upgrade: Setting require_osd_release to 19 unknown 2023-12-09T02:16:34.226 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:33 smithi067 bash[82083]: audit 2023-12-09T02:16:32.845031+0000 mon.a (mon.0) 6839 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd require-osd-release", "release": "unknown"}]: dispatch 2023-12-09T02:16:34.226 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:33 smithi067 bash[82083]: cephadm 2023-12-09T02:16:32.845963+0000 mgr.y (mgr.25480) 1627 : cephadm 4 Upgrade: Paused due to UPGRADE_EXCEPTION: Upgrade: failed due to an unexpected exception 2023-12-09T02:16:34.226 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:33 smithi067 bash[82083]: audit 2023-12-09T02:16:32.852601+0000 mon.a (mon.0) 6840 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:34.226 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:33 smithi067 bash[82083]: cluster 2023-12-09T02:16:32.853505+0000 mgr.y (mgr.25480) 1628 : cluster 0 pgmap v273: 161 pgs: 20 peering, 29 active+undersized, 17 active+undersized+degraded, 95 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 65/726 objects degraded (8.953%) 2023-12-09T02:16:34.227 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:33 smithi067 bash[82083]: audit 2023-12-09T02:16:32.855318+0000 mon.a (mon.0) 6841 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:34.227 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:33 smithi067 bash[82083]: audit 2023-12-09T02:16:32.856356+0000 mon.a (mon.0) 6842 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:34.227 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:33 smithi067 bash[82083]: audit 2023-12-09T02:16:32.865654+0000 mon.a (mon.0) 6843 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:34.227 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:33 smithi067 bash[82083]: cluster 2023-12-09T02:16:33.732097+0000 mon.a (mon.0) 6844 : cluster 3 Health check update: Degraded data redundancy: 65/726 objects degraded (8.953%), 17 pgs degraded (PG_DEGRADED) 2023-12-09T02:16:34.227 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:33 smithi067 bash[82083]: cluster 2023-12-09T02:16:33.732196+0000 mon.a (mon.0) 6845 : cluster 4 Health check failed: Upgrade: failed due to an unexpected exception (UPGRADE_EXCEPTION) 2023-12-09T02:16:34.228 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:33 smithi125 bash[66801]: audit 2023-12-09T02:16:32.771444+0000 mon.a (mon.0) 6817 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:16:34.228 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:33 smithi125 bash[66801]: audit 2023-12-09T02:16:32.773816+0000 mon.a (mon.0) 6818 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:34.228 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:33 smithi125 bash[66801]: audit 2023-12-09T02:16:32.775491+0000 mon.a (mon.0) 6819 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:34.228 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:33 smithi125 bash[66801]: audit 2023-12-09T02:16:32.776677+0000 mon.a (mon.0) 6820 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:34.228 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:33 smithi125 bash[66801]: audit 2023-12-09T02:16:32.779418+0000 mon.a (mon.0) 6821 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:34.228 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:33 smithi125 bash[66801]: cephadm 2023-12-09T02:16:32.780073+0000 mgr.y (mgr.25480) 1625 : cephadm 1 Upgrade: Setting container_image for all osd 2023-12-09T02:16:34.228 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:33 smithi125 bash[66801]: audit 2023-12-09T02:16:32.783708+0000 mon.a (mon.0) 6822 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:34.228 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:33 smithi125 bash[66801]: audit 2023-12-09T02:16:32.786046+0000 mon.a (mon.0) 6823 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]: dispatch 2023-12-09T02:16:34.228 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:33 smithi125 bash[66801]: audit 2023-12-09T02:16:32.789420+0000 mon.a (mon.0) 6824 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]': finished 2023-12-09T02:16:34.228 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:33 smithi125 bash[66801]: audit 2023-12-09T02:16:32.791603+0000 mon.a (mon.0) 6825 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]: dispatch 2023-12-09T02:16:34.228 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:33 smithi125 bash[66801]: audit 2023-12-09T02:16:32.794723+0000 mon.a (mon.0) 6826 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]': finished 2023-12-09T02:16:34.228 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:33 smithi125 bash[66801]: audit 2023-12-09T02:16:32.796923+0000 mon.a (mon.0) 6827 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]: dispatch 2023-12-09T02:16:34.228 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:33 smithi125 bash[66801]: audit 2023-12-09T02:16:32.801272+0000 mon.a (mon.0) 6828 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]': finished 2023-12-09T02:16:34.229 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:33 smithi125 bash[66801]: audit 2023-12-09T02:16:32.804095+0000 mon.a (mon.0) 6829 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]: dispatch 2023-12-09T02:16:34.229 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:33 smithi125 bash[66801]: audit 2023-12-09T02:16:32.808514+0000 mon.a (mon.0) 6830 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]': finished 2023-12-09T02:16:34.229 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:33 smithi125 bash[66801]: audit 2023-12-09T02:16:32.811436+0000 mon.a (mon.0) 6831 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]: dispatch 2023-12-09T02:16:34.229 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:33 smithi125 bash[66801]: audit 2023-12-09T02:16:32.815040+0000 mon.a (mon.0) 6832 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]': finished 2023-12-09T02:16:34.229 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:33 smithi125 bash[66801]: audit 2023-12-09T02:16:32.817253+0000 mon.a (mon.0) 6833 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]: dispatch 2023-12-09T02:16:34.229 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:33 smithi125 bash[66801]: audit 2023-12-09T02:16:32.822478+0000 mon.a (mon.0) 6834 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]': finished 2023-12-09T02:16:34.229 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:33 smithi125 bash[66801]: audit 2023-12-09T02:16:32.824845+0000 mon.a (mon.0) 6835 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]: dispatch 2023-12-09T02:16:34.229 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:33 smithi125 bash[66801]: audit 2023-12-09T02:16:32.830878+0000 mon.a (mon.0) 6836 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]': finished 2023-12-09T02:16:34.229 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:33 smithi125 bash[66801]: audit 2023-12-09T02:16:32.833573+0000 mon.a (mon.0) 6837 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]: dispatch 2023-12-09T02:16:34.229 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:33 smithi125 bash[66801]: audit 2023-12-09T02:16:32.839284+0000 mon.a (mon.0) 6838 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]': finished 2023-12-09T02:16:34.229 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:33 smithi125 bash[66801]: cephadm 2023-12-09T02:16:32.844512+0000 mgr.y (mgr.25480) 1626 : cephadm 1 Upgrade: Setting require_osd_release to 19 unknown 2023-12-09T02:16:34.229 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:33 smithi125 bash[66801]: audit 2023-12-09T02:16:32.845031+0000 mon.a (mon.0) 6839 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd require-osd-release", "release": "unknown"}]: dispatch 2023-12-09T02:16:34.229 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:33 smithi125 bash[66801]: cephadm 2023-12-09T02:16:32.845963+0000 mgr.y (mgr.25480) 1627 : cephadm 4 Upgrade: Paused due to UPGRADE_EXCEPTION: Upgrade: failed due to an unexpected exception 2023-12-09T02:16:34.229 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:33 smithi125 bash[66801]: audit 2023-12-09T02:16:32.852601+0000 mon.a (mon.0) 6840 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:34.229 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:33 smithi125 bash[66801]: cluster 2023-12-09T02:16:32.853505+0000 mgr.y (mgr.25480) 1628 : cluster 0 pgmap v273: 161 pgs: 20 peering, 29 active+undersized, 17 active+undersized+degraded, 95 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 65/726 objects degraded (8.953%) 2023-12-09T02:16:34.230 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:33 smithi125 bash[66801]: audit 2023-12-09T02:16:32.855318+0000 mon.a (mon.0) 6841 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:16:34.230 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:33 smithi125 bash[66801]: audit 2023-12-09T02:16:32.856356+0000 mon.a (mon.0) 6842 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:16:34.230 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:33 smithi125 bash[66801]: audit 2023-12-09T02:16:32.865654+0000 mon.a (mon.0) 6843 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:34.230 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:33 smithi125 bash[66801]: cluster 2023-12-09T02:16:33.732097+0000 mon.a (mon.0) 6844 : cluster 3 Health check update: Degraded data redundancy: 65/726 objects degraded (8.953%), 17 pgs degraded (PG_DEGRADED) 2023-12-09T02:16:34.230 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:33 smithi125 bash[66801]: cluster 2023-12-09T02:16:33.732196+0000 mon.a (mon.0) 6845 : cluster 4 Health check failed: Upgrade: failed due to an unexpected exception (UPGRADE_EXCEPTION) 2023-12-09T02:16:36.193 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:35 smithi125 bash[66801]: cluster 2023-12-09T02:16:34.854551+0000 mgr.y (mgr.25480) 1629 : cluster 0 pgmap v274: 161 pgs: 20 peering, 22 active+undersized, 14 active+undersized+degraded, 105 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s; 57/726 objects degraded (7.851%) 2023-12-09T02:16:36.220 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:35 smithi067 bash[79370]: cluster 2023-12-09T02:16:34.854551+0000 mgr.y (mgr.25480) 1629 : cluster 0 pgmap v274: 161 pgs: 20 peering, 22 active+undersized, 14 active+undersized+degraded, 105 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s; 57/726 objects degraded (7.851%) 2023-12-09T02:16:36.220 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:35 smithi067 bash[82083]: cluster 2023-12-09T02:16:34.854551+0000 mgr.y (mgr.25480) 1629 : cluster 0 pgmap v274: 161 pgs: 20 peering, 22 active+undersized, 14 active+undersized+degraded, 105 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s; 57/726 objects degraded (7.851%) 2023-12-09T02:16:37.220 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:36 smithi067 bash[79370]: audit 2023-12-09T02:16:35.936902+0000 mon.a (mon.0) 6846 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:37.220 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:36 smithi067 bash[79370]: audit 2023-12-09T02:16:35.947367+0000 mon.a (mon.0) 6847 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:37.220 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:36 smithi067 bash[79370]: audit 2023-12-09T02:16:35.958104+0000 mon.a (mon.0) 6848 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:37.221 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:36 smithi067 bash[82083]: audit 2023-12-09T02:16:35.936902+0000 mon.a (mon.0) 6846 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:37.221 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:36 smithi067 bash[82083]: audit 2023-12-09T02:16:35.947367+0000 mon.a (mon.0) 6847 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:37.221 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:36 smithi067 bash[82083]: audit 2023-12-09T02:16:35.958104+0000 mon.a (mon.0) 6848 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:37.221 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:36 smithi125 bash[66801]: audit 2023-12-09T02:16:35.936902+0000 mon.a (mon.0) 6846 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:37.221 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:36 smithi125 bash[66801]: audit 2023-12-09T02:16:35.947367+0000 mon.a (mon.0) 6847 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:37.221 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:36 smithi125 bash[66801]: audit 2023-12-09T02:16:35.958104+0000 mon.a (mon.0) 6848 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:38.220 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:37 smithi067 bash[79370]: cluster 2023-12-09T02:16:36.855912+0000 mgr.y (mgr.25480) 1630 : cluster 0 pgmap v275: 161 pgs: 20 peering, 141 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1004 B/s rd, 0 op/s 2023-12-09T02:16:38.220 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:37 smithi067 bash[79370]: cluster 2023-12-09T02:16:36.953798+0000 mon.a (mon.0) 6849 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 57/726 objects degraded (7.851%), 14 pgs degraded) 2023-12-09T02:16:38.221 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:37 smithi067 bash[82083]: cluster 2023-12-09T02:16:36.855912+0000 mgr.y (mgr.25480) 1630 : cluster 0 pgmap v275: 161 pgs: 20 peering, 141 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1004 B/s rd, 0 op/s 2023-12-09T02:16:38.221 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:37 smithi067 bash[82083]: cluster 2023-12-09T02:16:36.953798+0000 mon.a (mon.0) 6849 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 57/726 objects degraded (7.851%), 14 pgs degraded) 2023-12-09T02:16:38.221 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:37 smithi125 bash[66801]: cluster 2023-12-09T02:16:36.855912+0000 mgr.y (mgr.25480) 1630 : cluster 0 pgmap v275: 161 pgs: 20 peering, 141 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1004 B/s rd, 0 op/s 2023-12-09T02:16:38.222 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:37 smithi125 bash[66801]: cluster 2023-12-09T02:16:36.953798+0000 mon.a (mon.0) 6849 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 57/726 objects degraded (7.851%), 14 pgs degraded) 2023-12-09T02:16:40.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:40 smithi067 bash[79370]: cluster 2023-12-09T02:16:38.857143+0000 mgr.y (mgr.25480) 1631 : cluster 0 pgmap v276: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-09T02:16:40.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:40 smithi067 bash[79370]: audit 2023-12-09T02:16:38.907239+0000 mgr.y (mgr.25480) 1632 : audit 0 from='client.25420 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:16:40.721 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:40 smithi067 bash[79370]: audit 2023-12-09T02:16:39.413385+0000 mon.a (mon.0) 6850 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:40.721 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:40 smithi067 bash[79370]: audit 2023-12-09T02:16:39.423389+0000 mon.a (mon.0) 6851 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:40.721 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:40 smithi067 bash[79370]: audit 2023-12-09T02:16:39.433086+0000 mon.a (mon.0) 6852 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:40.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:40 smithi067 bash[82083]: cluster 2023-12-09T02:16:38.857143+0000 mgr.y (mgr.25480) 1631 : cluster 0 pgmap v276: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-09T02:16:40.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:40 smithi067 bash[82083]: audit 2023-12-09T02:16:38.907239+0000 mgr.y (mgr.25480) 1632 : audit 0 from='client.25420 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:16:40.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:40 smithi067 bash[82083]: audit 2023-12-09T02:16:39.413385+0000 mon.a (mon.0) 6850 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:40.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:40 smithi067 bash[82083]: audit 2023-12-09T02:16:39.423389+0000 mon.a (mon.0) 6851 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:40.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:40 smithi067 bash[82083]: audit 2023-12-09T02:16:39.433086+0000 mon.a (mon.0) 6852 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:40.722 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:40 smithi125 bash[66801]: cluster 2023-12-09T02:16:38.857143+0000 mgr.y (mgr.25480) 1631 : cluster 0 pgmap v276: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-09T02:16:40.722 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:40 smithi125 bash[66801]: audit 2023-12-09T02:16:38.907239+0000 mgr.y (mgr.25480) 1632 : audit 0 from='client.25420 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:16:40.722 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:40 smithi125 bash[66801]: audit 2023-12-09T02:16:39.413385+0000 mon.a (mon.0) 6850 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:40.722 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:40 smithi125 bash[66801]: audit 2023-12-09T02:16:39.423389+0000 mon.a (mon.0) 6851 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:40.722 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:40 smithi125 bash[66801]: audit 2023-12-09T02:16:39.433086+0000 mon.a (mon.0) 6852 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:42.630 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:42 smithi067 bash[79370]: cluster 2023-12-09T02:16:40.858510+0000 mgr.y (mgr.25480) 1633 : cluster 0 pgmap v277: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 731 B/s rd, 0 op/s 2023-12-09T02:16:42.630 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:42 smithi067 bash[82083]: cluster 2023-12-09T02:16:40.858510+0000 mgr.y (mgr.25480) 1633 : cluster 0 pgmap v277: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 731 B/s rd, 0 op/s 2023-12-09T02:16:42.721 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:42 smithi125 bash[66801]: cluster 2023-12-09T02:16:40.858510+0000 mgr.y (mgr.25480) 1633 : cluster 0 pgmap v277: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 731 B/s rd, 0 op/s 2023-12-09T02:16:43.464 INFO:teuthology.orchestra.run.smithi067.stdout:true 2023-12-09T02:16:43.862 INFO:teuthology.orchestra.run.smithi067.stdout:"Error: UPGRADE_EXCEPTION: Upgrade: failed due to an unexpected exception" 2023-12-09T02:16:43.970 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:16:43 smithi067 bash[75618]: ::ffff:172.21.15.125 - - [09/Dec/2023:02:16:43] "GET /metrics HTTP/1.1" 200 38657 "" "Prometheus/2.33.4" 2023-12-09T02:16:43.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:43 smithi067 bash[79370]: audit 2023-12-09T02:16:42.648356+0000 mon.a (mon.0) 6853 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:43.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:43 smithi067 bash[79370]: audit 2023-12-09T02:16:42.650894+0000 mon.a (mon.0) 6854 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:16:43.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:43 smithi067 bash[82083]: audit 2023-12-09T02:16:42.648356+0000 mon.a (mon.0) 6853 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:43.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:43 smithi067 bash[82083]: audit 2023-12-09T02:16:42.650894+0000 mon.a (mon.0) 6854 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:16:43.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:43 smithi125 bash[66801]: audit 2023-12-09T02:16:42.648356+0000 mon.a (mon.0) 6853 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:43.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:43 smithi125 bash[66801]: audit 2023-12-09T02:16:42.650894+0000 mon.a (mon.0) 6854 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:16:44.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:44 smithi125 bash[66801]: cluster 2023-12-09T02:16:42.859865+0000 mgr.y (mgr.25480) 1634 : cluster 0 pgmap v278: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-09T02:16:44.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:44 smithi125 bash[66801]: audit 2023-12-09T02:16:43.445241+0000 mgr.y (mgr.25480) 1635 : audit 0 from='client.44533 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:16:44.976 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:44 smithi067 bash[82083]: cluster 2023-12-09T02:16:42.859865+0000 mgr.y (mgr.25480) 1634 : cluster 0 pgmap v278: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-09T02:16:44.976 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:44 smithi067 bash[82083]: audit 2023-12-09T02:16:43.445241+0000 mgr.y (mgr.25480) 1635 : audit 0 from='client.44533 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:16:44.976 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:44 smithi067 bash[79370]: cluster 2023-12-09T02:16:42.859865+0000 mgr.y (mgr.25480) 1634 : cluster 0 pgmap v278: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-09T02:16:44.976 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:44 smithi067 bash[79370]: audit 2023-12-09T02:16:43.445241+0000 mgr.y (mgr.25480) 1635 : audit 0 from='client.44533 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:16:45.152 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6db93fb0-9635-11ee-95a3-87774f69a715 -e sha1=9dcc13bb80dcc1cdea72b04d80505b4649a2b882 -- bash -c 'ceph orch ps' 2023-12-09T02:16:45.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:45 smithi067 bash[79370]: audit 2023-12-09T02:16:43.839205+0000 mgr.y (mgr.25480) 1636 : audit 0 from='client.44539 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:16:45.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:45 smithi067 bash[82083]: audit 2023-12-09T02:16:43.839205+0000 mgr.y (mgr.25480) 1636 : audit 0 from='client.44539 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:16:45.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:45 smithi125 bash[66801]: audit 2023-12-09T02:16:43.839205+0000 mgr.y (mgr.25480) 1636 : audit 0 from='client.44539 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:16:46.740 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:46 smithi067 bash[79370]: cluster 2023-12-09T02:16:44.860809+0000 mgr.y (mgr.25480) 1637 : cluster 0 pgmap v279: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 938 B/s rd, 0 op/s 2023-12-09T02:16:46.741 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:46 smithi067 bash[82083]: cluster 2023-12-09T02:16:44.860809+0000 mgr.y (mgr.25480) 1637 : cluster 0 pgmap v279: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 938 B/s rd, 0 op/s 2023-12-09T02:16:46.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:46 smithi125 bash[66801]: cluster 2023-12-09T02:16:44.860809+0000 mgr.y (mgr.25480) 1637 : cluster 0 pgmap v279: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 938 B/s rd, 0 op/s 2023-12-09T02:16:48.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:48 smithi067 bash[79370]: cluster 2023-12-09T02:16:46.862254+0000 mgr.y (mgr.25480) 1638 : cluster 0 pgmap v280: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 938 B/s rd, 0 op/s 2023-12-09T02:16:48.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:48 smithi067 bash[79370]: audit 2023-12-09T02:16:48.072216+0000 mon.a (mon.0) 6855 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:48.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:48 smithi067 bash[82083]: cluster 2023-12-09T02:16:46.862254+0000 mgr.y (mgr.25480) 1638 : cluster 0 pgmap v280: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 938 B/s rd, 0 op/s 2023-12-09T02:16:48.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:48 smithi067 bash[82083]: audit 2023-12-09T02:16:48.072216+0000 mon.a (mon.0) 6855 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:48.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:48 smithi125 bash[66801]: cluster 2023-12-09T02:16:46.862254+0000 mgr.y (mgr.25480) 1638 : cluster 0 pgmap v280: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 938 B/s rd, 0 op/s 2023-12-09T02:16:48.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:48 smithi125 bash[66801]: audit 2023-12-09T02:16:48.072216+0000 mon.a (mon.0) 6855 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:49.561 INFO:teuthology.orchestra.run.smithi067.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-09T02:16:49.561 INFO:teuthology.orchestra.run.smithi067.stdout:agent.smithi067 smithi067 running 10s ago 23m - - 2023-12-09T02:16:49.561 INFO:teuthology.orchestra.run.smithi067.stdout:agent.smithi125 smithi125 running 13s ago 23m - - 2023-12-09T02:16:49.561 INFO:teuthology.orchestra.run.smithi067.stdout:alertmanager.a smithi067 *:9093,9094 running (9m) 10s ago 16m 16.8M - 0.23.0 ba2b418f427c 6ec817f342b5 2023-12-09T02:16:49.561 INFO:teuthology.orchestra.run.smithi067.stdout:grafana.a smithi125 *:3000 running (8m) 13s ago 15m 44.8M - 8.3.5 dad864ee21e9 40cbacae8259 2023-12-09T02:16:49.561 INFO:teuthology.orchestra.run.smithi067.stdout:iscsi.foo.smithi067.oajywc smithi067 running (7m) 10s ago 13m 48.2M - 3.5 e1d6a67b021e 3e5a20a58ce4 2023-12-09T02:16:49.561 INFO:teuthology.orchestra.run.smithi067.stdout:mgr.x smithi125 *:8443,9283,8765 running (7m) 13s ago 22m 435M - 19.0.0-44-g9dcc13bb f28f2b94f153 d59f2ab74456 2023-12-09T02:16:49.561 INFO:teuthology.orchestra.run.smithi067.stdout:mgr.y smithi067 *:8443,9283,8765 running (7m) 10s ago 24m 517M - 19.0.0-44-g9dcc13bb f28f2b94f153 b0e5c689c1a6 2023-12-09T02:16:49.561 INFO:teuthology.orchestra.run.smithi067.stdout:mon.a smithi067 running (7m) 10s ago 24m 75.8M 2048M 19.0.0-44-g9dcc13bb f28f2b94f153 f5f188bf2880 2023-12-09T02:16:49.561 INFO:teuthology.orchestra.run.smithi067.stdout:mon.b smithi125 running (6m) 13s ago 22m 56.2M 2048M 19.0.0-44-g9dcc13bb f28f2b94f153 baa25853095e 2023-12-09T02:16:49.562 INFO:teuthology.orchestra.run.smithi067.stdout:mon.c smithi067 running (6m) 10s ago 22m 58.1M 2048M 19.0.0-44-g9dcc13bb f28f2b94f153 37f7376908df 2023-12-09T02:16:49.562 INFO:teuthology.orchestra.run.smithi067.stdout:node-exporter.a smithi067 *:9100 running (9m) 10s ago 16m 13.0M - 1.3.1 1dbe0e931976 f40a7a952aae 2023-12-09T02:16:49.562 INFO:teuthology.orchestra.run.smithi067.stdout:node-exporter.b smithi125 *:9100 running (8m) 13s ago 16m 12.7M - 1.3.1 1dbe0e931976 47a93b654521 2023-12-09T02:16:49.562 INFO:teuthology.orchestra.run.smithi067.stdout:osd.0 smithi067 running (5m) 10s ago 21m 59.2M 4096M 19.0.0-44-g9dcc13bb f28f2b94f153 d14cf1a2cd9b 2023-12-09T02:16:49.562 INFO:teuthology.orchestra.run.smithi067.stdout:osd.1 smithi067 running (4m) 10s ago 21m 60.3M 4096M 19.0.0-44-g9dcc13bb f28f2b94f153 a62e980d9a0d 2023-12-09T02:16:49.562 INFO:teuthology.orchestra.run.smithi067.stdout:osd.2 smithi067 running (3m) 10s ago 20m 56.5M 4096M 19.0.0-44-g9dcc13bb f28f2b94f153 ab90bc1b9ba0 2023-12-09T02:16:49.562 INFO:teuthology.orchestra.run.smithi067.stdout:osd.3 smithi067 running (3m) 10s ago 20m 55.2M 4096M 19.0.0-44-g9dcc13bb f28f2b94f153 178bf706768a 2023-12-09T02:16:49.562 INFO:teuthology.orchestra.run.smithi067.stdout:osd.4 smithi125 running (2m) 13s ago 19m 54.3M 4096M 19.0.0-44-g9dcc13bb f28f2b94f153 20d42f7de1e9 2023-12-09T02:16:49.562 INFO:teuthology.orchestra.run.smithi067.stdout:osd.5 smithi125 running (104s) 13s ago 18m 54.1M 4096M 19.0.0-44-g9dcc13bb f28f2b94f153 840b93b532ff 2023-12-09T02:16:49.562 INFO:teuthology.orchestra.run.smithi067.stdout:osd.6 smithi125 running (65s) 13s ago 18m 50.3M 4096M 19.0.0-44-g9dcc13bb f28f2b94f153 16624d6ea7a4 2023-12-09T02:16:49.562 INFO:teuthology.orchestra.run.smithi067.stdout:osd.7 smithi125 running (25s) 13s ago 17m 50.7M 4096M 19.0.0-44-g9dcc13bb f28f2b94f153 5d93ed340ed5 2023-12-09T02:16:49.562 INFO:teuthology.orchestra.run.smithi067.stdout:prometheus.a smithi125 *:9095 running (7m) 13s ago 16m 64.8M - 2.33.4 514e6a882f6e c0781044780a 2023-12-09T02:16:49.562 INFO:teuthology.orchestra.run.smithi067.stdout:rgw.foo.smithi067.rqvsfw smithi067 *:8000 running (14m) 10s ago 14m 91.3M - 17.2.0 e1d6a67b021e 72086955a09f 2023-12-09T02:16:49.562 INFO:teuthology.orchestra.run.smithi067.stdout:rgw.foo.smithi125.wanndy smithi125 *:8000 running (14m) 13s ago 14m 91.2M - 17.2.0 e1d6a67b021e 89b35e95d314 2023-12-09T02:16:49.562 INFO:teuthology.orchestra.run.smithi067.stdout:rgw.smpl.smithi067.mukdcu smithi067 *:80 running (13m) 10s ago 13m 90.1M - 17.2.0 e1d6a67b021e b813f19c7bee 2023-12-09T02:16:49.563 INFO:teuthology.orchestra.run.smithi067.stdout:rgw.smpl.smithi125.ngrzpa smithi125 *:80 running (13m) 13s ago 13m 91.0M - 17.2.0 e1d6a67b021e 96b29ebc04e4 2023-12-09T02:16:50.409 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6db93fb0-9635-11ee-95a3-87774f69a715 -e sha1=9dcc13bb80dcc1cdea72b04d80505b4649a2b882 -- bash -c 'ceph versions' 2023-12-09T02:16:50.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:50 smithi067 bash[79370]: cluster 2023-12-09T02:16:48.863629+0000 mgr.y (mgr.25480) 1639 : cluster 0 pgmap v281: 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-09T02:16:50.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:50 smithi067 bash[79370]: audit 2023-12-09T02:16:48.918111+0000 mgr.y (mgr.25480) 1640 : audit 0 from='client.25420 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:16:50.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:50 smithi067 bash[79370]: audit 2023-12-09T02:16:49.528072+0000 mgr.y (mgr.25480) 1641 : audit 0 from='client.34623 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:16:50.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:50 smithi067 bash[82083]: cluster 2023-12-09T02:16:48.863629+0000 mgr.y (mgr.25480) 1639 : cluster 0 pgmap v281: 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-09T02:16:50.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:50 smithi067 bash[82083]: audit 2023-12-09T02:16:48.918111+0000 mgr.y (mgr.25480) 1640 : audit 0 from='client.25420 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:16:50.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:50 smithi067 bash[82083]: audit 2023-12-09T02:16:49.528072+0000 mgr.y (mgr.25480) 1641 : audit 0 from='client.34623 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:16:50.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:50 smithi125 bash[66801]: cluster 2023-12-09T02:16:48.863629+0000 mgr.y (mgr.25480) 1639 : cluster 0 pgmap v281: 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-09T02:16:50.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:50 smithi125 bash[66801]: audit 2023-12-09T02:16:48.918111+0000 mgr.y (mgr.25480) 1640 : audit 0 from='client.25420 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:16:50.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:50 smithi125 bash[66801]: audit 2023-12-09T02:16:49.528072+0000 mgr.y (mgr.25480) 1641 : audit 0 from='client.34623 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:16:52.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:52 smithi067 bash[79370]: cluster 2023-12-09T02:16:50.865133+0000 mgr.y (mgr.25480) 1642 : cluster 0 pgmap v282: 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-09T02:16:52.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:52 smithi067 bash[82083]: cluster 2023-12-09T02:16:50.865133+0000 mgr.y (mgr.25480) 1642 : cluster 0 pgmap v282: 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-09T02:16:52.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:52 smithi125 bash[66801]: cluster 2023-12-09T02:16:50.865133+0000 mgr.y (mgr.25480) 1642 : cluster 0 pgmap v282: 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-09T02:16:53.954 INFO:teuthology.orchestra.run.smithi067.stdout:{ 2023-12-09T02:16:53.955 INFO:teuthology.orchestra.run.smithi067.stdout: "mon": { 2023-12-09T02:16:53.955 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 19.0.0-44-g9dcc13bb (9dcc13bb80dcc1cdea72b04d80505b4649a2b882) reef (dev)": 3 2023-12-09T02:16:53.955 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2023-12-09T02:16:53.955 INFO:teuthology.orchestra.run.smithi067.stdout: "mgr": { 2023-12-09T02:16:53.955 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 19.0.0-44-g9dcc13bb (9dcc13bb80dcc1cdea72b04d80505b4649a2b882) reef (dev)": 2 2023-12-09T02:16:53.955 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2023-12-09T02:16:53.955 INFO:teuthology.orchestra.run.smithi067.stdout: "osd": { 2023-12-09T02:16:53.956 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 19.0.0-44-g9dcc13bb (9dcc13bb80dcc1cdea72b04d80505b4649a2b882) reef (dev)": 8 2023-12-09T02:16:53.956 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2023-12-09T02:16:53.956 INFO:teuthology.orchestra.run.smithi067.stdout: "rgw": { 2023-12-09T02:16:53.956 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2023-12-09T02:16:53.956 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2023-12-09T02:16:53.956 INFO:teuthology.orchestra.run.smithi067.stdout: "overall": { 2023-12-09T02:16:53.956 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4, 2023-12-09T02:16:53.956 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 19.0.0-44-g9dcc13bb (9dcc13bb80dcc1cdea72b04d80505b4649a2b882) reef (dev)": 13 2023-12-09T02:16:53.956 INFO:teuthology.orchestra.run.smithi067.stdout: } 2023-12-09T02:16:53.956 INFO:teuthology.orchestra.run.smithi067.stdout:} 2023-12-09T02:16:54.162 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:16:53 smithi067 bash[75618]: ::ffff:172.21.15.125 - - [09/Dec/2023:02:16:53] "GET /metrics HTTP/1.1" 200 38657 "" "Prometheus/2.33.4" 2023-12-09T02:16:54.668 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6db93fb0-9635-11ee-95a3-87774f69a715 -e sha1=9dcc13bb80dcc1cdea72b04d80505b4649a2b882 -- bash -c 'echo "wait for servicemap items w/ changing names to refresh"' 2023-12-09T02:16:54.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:54 smithi067 bash[79370]: cluster 2023-12-09T02:16:52.866583+0000 mgr.y (mgr.25480) 1643 : cluster 0 pgmap v283: 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-09T02:16:54.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:54 smithi067 bash[79370]: audit 2023-12-09T02:16:53.952999+0000 mon.a (mon.0) 6856 : audit 0 from='client.? 172.21.15.67:0/4166530109' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:54.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:54 smithi067 bash[82083]: cluster 2023-12-09T02:16:52.866583+0000 mgr.y (mgr.25480) 1643 : cluster 0 pgmap v283: 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-09T02:16:54.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:54 smithi067 bash[82083]: audit 2023-12-09T02:16:53.952999+0000 mon.a (mon.0) 6856 : audit 0 from='client.? 172.21.15.67:0/4166530109' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:54.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:54 smithi125 bash[66801]: cluster 2023-12-09T02:16:52.866583+0000 mgr.y (mgr.25480) 1643 : cluster 0 pgmap v283: 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-09T02:16:54.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:54 smithi125 bash[66801]: audit 2023-12-09T02:16:53.952999+0000 mon.a (mon.0) 6856 : audit 0 from='client.? 172.21.15.67:0/4166530109' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:16:56.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:56 smithi067 bash[82083]: cluster 2023-12-09T02:16:54.867244+0000 mgr.y (mgr.25480) 1644 : cluster 0 pgmap v284: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:16:56.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:56 smithi067 bash[82083]: audit 2023-12-09T02:16:56.144214+0000 mon.a (mon.0) 6857 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:56.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:56 smithi067 bash[82083]: audit 2023-12-09T02:16:56.155057+0000 mon.a (mon.0) 6858 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:56.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:56 smithi067 bash[82083]: audit 2023-12-09T02:16:56.165199+0000 mon.a (mon.0) 6859 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:56.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:56 smithi067 bash[79370]: cluster 2023-12-09T02:16:54.867244+0000 mgr.y (mgr.25480) 1644 : cluster 0 pgmap v284: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:16:56.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:56 smithi067 bash[79370]: audit 2023-12-09T02:16:56.144214+0000 mon.a (mon.0) 6857 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:56.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:56 smithi067 bash[79370]: audit 2023-12-09T02:16:56.155057+0000 mon.a (mon.0) 6858 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:56.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:56 smithi067 bash[79370]: audit 2023-12-09T02:16:56.165199+0000 mon.a (mon.0) 6859 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:56.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:56 smithi125 bash[66801]: cluster 2023-12-09T02:16:54.867244+0000 mgr.y (mgr.25480) 1644 : cluster 0 pgmap v284: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:16:56.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:56 smithi125 bash[66801]: audit 2023-12-09T02:16:56.144214+0000 mon.a (mon.0) 6857 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:56.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:56 smithi125 bash[66801]: audit 2023-12-09T02:16:56.155057+0000 mon.a (mon.0) 6858 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:56.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:56 smithi125 bash[66801]: audit 2023-12-09T02:16:56.165199+0000 mon.a (mon.0) 6859 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:16:57.770 INFO:teuthology.orchestra.run.smithi067.stdout:wait for servicemap items w/ changing names to refresh 2023-12-09T02:16:58.471 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:58 smithi125 bash[66801]: cluster 2023-12-09T02:16:56.868541+0000 mgr.y (mgr.25480) 1645 : cluster 0 pgmap v285: 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-09T02:16:58.471 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:16:58 smithi125 bash[66801]: audit 2023-12-09T02:16:57.642476+0000 mon.a (mon.0) 6860 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:16:58.593 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:58 smithi067 bash[82083]: cluster 2023-12-09T02:16:56.868541+0000 mgr.y (mgr.25480) 1645 : cluster 0 pgmap v285: 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-09T02:16:58.593 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:16:58 smithi067 bash[82083]: audit 2023-12-09T02:16:57.642476+0000 mon.a (mon.0) 6860 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:16:58.594 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:58 smithi067 bash[79370]: cluster 2023-12-09T02:16:56.868541+0000 mgr.y (mgr.25480) 1645 : cluster 0 pgmap v285: 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-09T02:16:58.594 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:16:58 smithi067 bash[79370]: audit 2023-12-09T02:16:57.642476+0000 mon.a (mon.0) 6860 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:16:58.595 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6db93fb0-9635-11ee-95a3-87774f69a715 -e sha1=9dcc13bb80dcc1cdea72b04d80505b4649a2b882 -- bash -c 'sleep 60' 2023-12-09T02:17:00.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:17:00 smithi067 bash[79370]: cluster 2023-12-09T02:16:58.869836+0000 mgr.y (mgr.25480) 1646 : cluster 0 pgmap v286: 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-09T02:17:00.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:17:00 smithi067 bash[79370]: audit 2023-12-09T02:16:58.925419+0000 mgr.y (mgr.25480) 1647 : audit 0 from='client.25420 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:17:00.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:17:00 smithi067 bash[79370]: audit 2023-12-09T02:16:59.598152+0000 mon.a (mon.0) 6861 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:17:00.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:17:00 smithi067 bash[79370]: audit 2023-12-09T02:16:59.608799+0000 mon.a (mon.0) 6862 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:17:00.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:17:00 smithi067 bash[79370]: audit 2023-12-09T02:16:59.618335+0000 mon.a (mon.0) 6863 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:17:00.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:17:00 smithi067 bash[82083]: cluster 2023-12-09T02:16:58.869836+0000 mgr.y (mgr.25480) 1646 : cluster 0 pgmap v286: 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-09T02:17:00.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:17:00 smithi067 bash[82083]: audit 2023-12-09T02:16:58.925419+0000 mgr.y (mgr.25480) 1647 : audit 0 from='client.25420 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:17:00.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:17:00 smithi067 bash[82083]: audit 2023-12-09T02:16:59.598152+0000 mon.a (mon.0) 6861 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:17:00.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:17:00 smithi067 bash[82083]: audit 2023-12-09T02:16:59.608799+0000 mon.a (mon.0) 6862 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:17:00.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:17:00 smithi067 bash[82083]: audit 2023-12-09T02:16:59.618335+0000 mon.a (mon.0) 6863 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:17:00.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:17:00 smithi125 bash[66801]: cluster 2023-12-09T02:16:58.869836+0000 mgr.y (mgr.25480) 1646 : cluster 0 pgmap v286: 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-09T02:17:00.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:17:00 smithi125 bash[66801]: audit 2023-12-09T02:16:58.925419+0000 mgr.y (mgr.25480) 1647 : audit 0 from='client.25420 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:17:00.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:17:00 smithi125 bash[66801]: audit 2023-12-09T02:16:59.598152+0000 mon.a (mon.0) 6861 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:17:00.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:17:00 smithi125 bash[66801]: audit 2023-12-09T02:16:59.608799+0000 mon.a (mon.0) 6862 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:17:00.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:17:00 smithi125 bash[66801]: audit 2023-12-09T02:16:59.618335+0000 mon.a (mon.0) 6863 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:17:02.964 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:17:02 smithi067 bash[82083]: cluster 2023-12-09T02:17:00.871123+0000 mgr.y (mgr.25480) 1648 : cluster 0 pgmap v287: 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-09T02:17:02.964 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:17:02 smithi067 bash[79370]: cluster 2023-12-09T02:17:00.871123+0000 mgr.y (mgr.25480) 1648 : cluster 0 pgmap v287: 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-09T02:17:02.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:17:02 smithi125 bash[66801]: cluster 2023-12-09T02:17:00.871123+0000 mgr.y (mgr.25480) 1648 : cluster 0 pgmap v287: 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-09T02:17:03.940 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:17:03 smithi067 bash[75618]: ::ffff:172.21.15.125 - - [09/Dec/2023:02:17:03] "GET /metrics HTTP/1.1" 200 38656 "" "Prometheus/2.33.4" 2023-12-09T02:17:04.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:17:04 smithi067 bash[79370]: cluster 2023-12-09T02:17:02.872574+0000 mgr.y (mgr.25480) 1649 : cluster 0 pgmap v288: 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-09T02:17:04.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:17:04 smithi067 bash[82083]: cluster 2023-12-09T02:17:02.872574+0000 mgr.y (mgr.25480) 1649 : cluster 0 pgmap v288: 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-09T02:17:04.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:17:04 smithi125 bash[66801]: cluster 2023-12-09T02:17:02.872574+0000 mgr.y (mgr.25480) 1649 : cluster 0 pgmap v288: 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-09T02:17:06.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:17:06 smithi067 bash[79370]: cluster 2023-12-09T02:17:04.873565+0000 mgr.y (mgr.25480) 1650 : cluster 0 pgmap v289: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:17:06.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:17:06 smithi067 bash[82083]: cluster 2023-12-09T02:17:04.873565+0000 mgr.y (mgr.25480) 1650 : cluster 0 pgmap v289: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:17:06.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:17:06 smithi125 bash[66801]: cluster 2023-12-09T02:17:04.873565+0000 mgr.y (mgr.25480) 1650 : cluster 0 pgmap v289: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:17:08.936 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:17:08 smithi067 bash[79370]: cluster 2023-12-09T02:17:06.874815+0000 mgr.y (mgr.25480) 1651 : cluster 0 pgmap v290: 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-09T02:17:08.936 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:17:08 smithi067 bash[82083]: cluster 2023-12-09T02:17:06.874815+0000 mgr.y (mgr.25480) 1651 : cluster 0 pgmap v290: 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-09T02:17:08.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:17:08 smithi125 bash[66801]: cluster 2023-12-09T02:17:06.874815+0000 mgr.y (mgr.25480) 1651 : cluster 0 pgmap v290: 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-09T02:17:10.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:17:10 smithi067 bash[79370]: cluster 2023-12-09T02:17:08.876123+0000 mgr.y (mgr.25480) 1652 : cluster 0 pgmap v291: 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-09T02:17:10.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:17:10 smithi067 bash[79370]: audit 2023-12-09T02:17:08.933983+0000 mgr.y (mgr.25480) 1653 : audit 0 from='client.25420 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:17:10.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:17:10 smithi067 bash[82083]: cluster 2023-12-09T02:17:08.876123+0000 mgr.y (mgr.25480) 1652 : cluster 0 pgmap v291: 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-09T02:17:10.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:17:10 smithi067 bash[82083]: audit 2023-12-09T02:17:08.933983+0000 mgr.y (mgr.25480) 1653 : audit 0 from='client.25420 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:17:10.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:17:10 smithi125 bash[66801]: cluster 2023-12-09T02:17:08.876123+0000 mgr.y (mgr.25480) 1652 : cluster 0 pgmap v291: 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-09T02:17:10.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:17:10 smithi125 bash[66801]: audit 2023-12-09T02:17:08.933983+0000 mgr.y (mgr.25480) 1653 : audit 0 from='client.25420 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:17:12.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:17:12 smithi067 bash[79370]: cluster 2023-12-09T02:17:10.877485+0000 mgr.y (mgr.25480) 1654 : cluster 0 pgmap v292: 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-09T02:17:12.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:17:12 smithi067 bash[82083]: cluster 2023-12-09T02:17:10.877485+0000 mgr.y (mgr.25480) 1654 : cluster 0 pgmap v292: 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-09T02:17:12.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:17:12 smithi125 bash[66801]: cluster 2023-12-09T02:17:10.877485+0000 mgr.y (mgr.25480) 1654 : cluster 0 pgmap v292: 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-09T02:17:13.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:17:13 smithi067 bash[79370]: audit 2023-12-09T02:17:12.642792+0000 mon.a (mon.0) 6864 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:17:13.971 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:17:13 smithi067 bash[75618]: ::ffff:172.21.15.125 - - [09/Dec/2023:02:17:13] "GET /metrics HTTP/1.1" 200 38656 "" "Prometheus/2.33.4" 2023-12-09T02:17:13.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:17:13 smithi067 bash[82083]: audit 2023-12-09T02:17:12.642792+0000 mon.a (mon.0) 6864 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:17:13.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:17:13 smithi125 bash[66801]: audit 2023-12-09T02:17:12.642792+0000 mon.a (mon.0) 6864 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:17:14.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:17:14 smithi067 bash[79370]: cluster 2023-12-09T02:17:12.878792+0000 mgr.y (mgr.25480) 1655 : cluster 0 pgmap v293: 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-09T02:17:14.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:17:14 smithi067 bash[82083]: cluster 2023-12-09T02:17:12.878792+0000 mgr.y (mgr.25480) 1655 : cluster 0 pgmap v293: 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-09T02:17:14.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:17:14 smithi125 bash[66801]: cluster 2023-12-09T02:17:12.878792+0000 mgr.y (mgr.25480) 1655 : cluster 0 pgmap v293: 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-09T02:17:16.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:17:16 smithi067 bash[79370]: cluster 2023-12-09T02:17:14.879686+0000 mgr.y (mgr.25480) 1656 : cluster 0 pgmap v294: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:17:16.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:17:16 smithi067 bash[79370]: audit 2023-12-09T02:17:16.380141+0000 mon.a (mon.0) 6865 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:17:16.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:17:16 smithi067 bash[79370]: audit 2023-12-09T02:17:16.393648+0000 mon.a (mon.0) 6866 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:17:16.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:17:16 smithi067 bash[79370]: audit 2023-12-09T02:17:16.405419+0000 mon.a (mon.0) 6867 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:17:16.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:17:16 smithi067 bash[82083]: cluster 2023-12-09T02:17:14.879686+0000 mgr.y (mgr.25480) 1656 : cluster 0 pgmap v294: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:17:16.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:17:16 smithi067 bash[82083]: audit 2023-12-09T02:17:16.380141+0000 mon.a (mon.0) 6865 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:17:16.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:17:16 smithi067 bash[82083]: audit 2023-12-09T02:17:16.393648+0000 mon.a (mon.0) 6866 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:17:16.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:17:16 smithi067 bash[82083]: audit 2023-12-09T02:17:16.405419+0000 mon.a (mon.0) 6867 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:17:16.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:17:16 smithi125 bash[66801]: cluster 2023-12-09T02:17:14.879686+0000 mgr.y (mgr.25480) 1656 : cluster 0 pgmap v294: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:17:16.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:17:16 smithi125 bash[66801]: audit 2023-12-09T02:17:16.380141+0000 mon.a (mon.0) 6865 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:17:16.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:17:16 smithi125 bash[66801]: audit 2023-12-09T02:17:16.393648+0000 mon.a (mon.0) 6866 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:17:16.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:17:16 smithi125 bash[66801]: audit 2023-12-09T02:17:16.405419+0000 mon.a (mon.0) 6867 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:17:18.946 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:17:18 smithi067 bash[79370]: cluster 2023-12-09T02:17:16.881103+0000 mgr.y (mgr.25480) 1657 : cluster 0 pgmap v295: 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-09T02:17:18.946 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:17:18 smithi067 bash[82083]: cluster 2023-12-09T02:17:16.881103+0000 mgr.y (mgr.25480) 1657 : cluster 0 pgmap v295: 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-09T02:17:18.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:17:18 smithi125 bash[66801]: cluster 2023-12-09T02:17:16.881103+0000 mgr.y (mgr.25480) 1657 : cluster 0 pgmap v295: 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-09T02:17:20.721 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:17:20 smithi125 bash[66801]: cluster 2023-12-09T02:17:18.882446+0000 mgr.y (mgr.25480) 1658 : cluster 0 pgmap v296: 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-09T02:17:20.721 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:17:20 smithi125 bash[66801]: audit 2023-12-09T02:17:18.944482+0000 mgr.y (mgr.25480) 1659 : audit 0 from='client.25420 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:17:20.721 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:17:20 smithi125 bash[66801]: audit 2023-12-09T02:17:19.788090+0000 mon.a (mon.0) 6868 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:17:20.721 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:17:20 smithi125 bash[66801]: audit 2023-12-09T02:17:19.798731+0000 mon.a (mon.0) 6869 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:17:20.721 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:17:20 smithi125 bash[66801]: audit 2023-12-09T02:17:19.807440+0000 mon.a (mon.0) 6870 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:17:20.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:17:20 smithi067 bash[79370]: cluster 2023-12-09T02:17:18.882446+0000 mgr.y (mgr.25480) 1658 : cluster 0 pgmap v296: 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-09T02:17:20.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:17:20 smithi067 bash[79370]: audit 2023-12-09T02:17:18.944482+0000 mgr.y (mgr.25480) 1659 : audit 0 from='client.25420 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:17:20.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:17:20 smithi067 bash[79370]: audit 2023-12-09T02:17:19.788090+0000 mon.a (mon.0) 6868 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:17:20.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:17:20 smithi067 bash[79370]: audit 2023-12-09T02:17:19.798731+0000 mon.a (mon.0) 6869 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:17:20.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:17:20 smithi067 bash[79370]: audit 2023-12-09T02:17:19.807440+0000 mon.a (mon.0) 6870 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:17:20.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:17:20 smithi067 bash[82083]: cluster 2023-12-09T02:17:18.882446+0000 mgr.y (mgr.25480) 1658 : cluster 0 pgmap v296: 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-09T02:17:20.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:17:20 smithi067 bash[82083]: audit 2023-12-09T02:17:18.944482+0000 mgr.y (mgr.25480) 1659 : audit 0 from='client.25420 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:17:20.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:17:20 smithi067 bash[82083]: audit 2023-12-09T02:17:19.788090+0000 mon.a (mon.0) 6868 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:17:20.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:17:20 smithi067 bash[82083]: audit 2023-12-09T02:17:19.798731+0000 mon.a (mon.0) 6869 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:17:20.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:17:20 smithi067 bash[82083]: audit 2023-12-09T02:17:19.807440+0000 mon.a (mon.0) 6870 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:17:22.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:17:22 smithi067 bash[79370]: cluster 2023-12-09T02:17:20.883442+0000 mgr.y (mgr.25480) 1660 : cluster 0 pgmap v297: 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-09T02:17:22.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:17:22 smithi067 bash[82083]: cluster 2023-12-09T02:17:20.883442+0000 mgr.y (mgr.25480) 1660 : cluster 0 pgmap v297: 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-09T02:17:22.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:17:22 smithi125 bash[66801]: cluster 2023-12-09T02:17:20.883442+0000 mgr.y (mgr.25480) 1660 : cluster 0 pgmap v297: 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-09T02:17:24.035 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:17:23 smithi067 bash[75618]: ::ffff:172.21.15.125 - - [09/Dec/2023:02:17:23] "GET /metrics HTTP/1.1" 200 38656 "" "Prometheus/2.33.4" 2023-12-09T02:17:24.960 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:17:24 smithi067 bash[79370]: cluster 2023-12-09T02:17:22.884796+0000 mgr.y (mgr.25480) 1661 : cluster 0 pgmap v298: 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-09T02:17:24.961 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:17:24 smithi067 bash[82083]: cluster 2023-12-09T02:17:22.884796+0000 mgr.y (mgr.25480) 1661 : cluster 0 pgmap v298: 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-09T02:17:24.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:17:24 smithi125 bash[66801]: cluster 2023-12-09T02:17:22.884796+0000 mgr.y (mgr.25480) 1661 : cluster 0 pgmap v298: 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-09T02:17:26.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:17:26 smithi067 bash[79370]: cluster 2023-12-09T02:17:24.885796+0000 mgr.y (mgr.25480) 1662 : cluster 0 pgmap v299: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:17:26.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:17:26 smithi125 bash[66801]: cluster 2023-12-09T02:17:24.885796+0000 mgr.y (mgr.25480) 1662 : cluster 0 pgmap v299: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:17:28.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:17:28 smithi067 bash[79370]: cluster 2023-12-09T02:17:26.887114+0000 mgr.y (mgr.25480) 1663 : cluster 0 pgmap v300: 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-09T02:17:28.721 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:17:28 smithi067 bash[79370]: audit 2023-12-09T02:17:27.643213+0000 mon.a (mon.0) 6871 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:17:28.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:17:26 smithi067 bash[82083]: cluster 2023-12-09T02:17:24.885796+0000 mgr.y (mgr.25480) 1662 : cluster 0 pgmap v299: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:17:28.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:17:28 smithi067 bash[82083]: cluster 2023-12-09T02:17:26.887114+0000 mgr.y (mgr.25480) 1663 : cluster 0 pgmap v300: 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-09T02:17:28.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:17:28 smithi067 bash[82083]: audit 2023-12-09T02:17:27.643213+0000 mon.a (mon.0) 6871 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:17:28.721 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:17:28 smithi125 bash[66801]: cluster 2023-12-09T02:17:26.887114+0000 mgr.y (mgr.25480) 1663 : cluster 0 pgmap v300: 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-09T02:17:28.721 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:17:28 smithi125 bash[66801]: audit 2023-12-09T02:17:27.643213+0000 mon.a (mon.0) 6871 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:17:30.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:17:30 smithi067 bash[79370]: cluster 2023-12-09T02:17:28.888392+0000 mgr.y (mgr.25480) 1664 : 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-09T02:17:30.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:17:30 smithi067 bash[79370]: audit 2023-12-09T02:17:28.954003+0000 mgr.y (mgr.25480) 1665 : audit 0 from='client.25420 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:17:30.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:17:30 smithi067 bash[82083]: cluster 2023-12-09T02:17:28.888392+0000 mgr.y (mgr.25480) 1664 : 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-09T02:17:30.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:17:30 smithi067 bash[82083]: audit 2023-12-09T02:17:28.954003+0000 mgr.y (mgr.25480) 1665 : audit 0 from='client.25420 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:17:30.721 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:17:30 smithi125 bash[66801]: cluster 2023-12-09T02:17:28.888392+0000 mgr.y (mgr.25480) 1664 : 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-09T02:17:30.721 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:17:30 smithi125 bash[66801]: audit 2023-12-09T02:17:28.954003+0000 mgr.y (mgr.25480) 1665 : audit 0 from='client.25420 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:17:32.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:17:32 smithi067 bash[79370]: cluster 2023-12-09T02:17:30.889800+0000 mgr.y (mgr.25480) 1666 : cluster 0 pgmap v302: 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-09T02:17:32.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:17:32 smithi067 bash[82083]: cluster 2023-12-09T02:17:30.889800+0000 mgr.y (mgr.25480) 1666 : cluster 0 pgmap v302: 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-09T02:17:32.721 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:17:32 smithi125 bash[66801]: cluster 2023-12-09T02:17:30.889800+0000 mgr.y (mgr.25480) 1666 : cluster 0 pgmap v302: 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-09T02:17:33.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:17:33 smithi067 bash[82083]: audit 2023-12-09T02:17:32.958849+0000 mon.a (mon.0) 6872 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:17:33.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:17:33 smithi067 bash[82083]: audit 2023-12-09T02:17:32.961199+0000 mon.a (mon.0) 6873 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:17:33.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:17:33 smithi067 bash[82083]: audit 2023-12-09T02:17:32.972798+0000 mon.a (mon.0) 6874 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:17:33.721 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:17:33 smithi067 bash[79370]: audit 2023-12-09T02:17:32.958849+0000 mon.a (mon.0) 6872 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:17:33.721 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:17:33 smithi067 bash[79370]: audit 2023-12-09T02:17:32.961199+0000 mon.a (mon.0) 6873 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:17:33.721 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:17:33 smithi067 bash[79370]: audit 2023-12-09T02:17:32.972798+0000 mon.a (mon.0) 6874 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:17:33.721 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:17:33 smithi125 bash[66801]: audit 2023-12-09T02:17:32.958849+0000 mon.a (mon.0) 6872 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:17:33.721 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:17:33 smithi125 bash[66801]: audit 2023-12-09T02:17:32.961199+0000 mon.a (mon.0) 6873 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:17:33.721 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:17:33 smithi125 bash[66801]: audit 2023-12-09T02:17:32.972798+0000 mon.a (mon.0) 6874 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:17:34.220 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:17:33 smithi067 bash[75618]: ::ffff:172.21.15.125 - - [09/Dec/2023:02:17:33] "GET /metrics HTTP/1.1" 200 38656 "" "Prometheus/2.33.4" 2023-12-09T02:17:34.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:17:34 smithi067 bash[79370]: cluster 2023-12-09T02:17:32.891136+0000 mgr.y (mgr.25480) 1667 : cluster 0 pgmap v303: 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-09T02:17:34.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:17:34 smithi067 bash[82083]: cluster 2023-12-09T02:17:32.891136+0000 mgr.y (mgr.25480) 1667 : cluster 0 pgmap v303: 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-09T02:17:34.721 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:17:34 smithi125 bash[66801]: cluster 2023-12-09T02:17:32.891136+0000 mgr.y (mgr.25480) 1667 : cluster 0 pgmap v303: 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-09T02:17:36.613 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:17:36 smithi125 bash[66801]: cluster 2023-12-09T02:17:34.892166+0000 mgr.y (mgr.25480) 1668 : cluster 0 pgmap v304: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:17:36.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:17:36 smithi067 bash[79370]: cluster 2023-12-09T02:17:34.892166+0000 mgr.y (mgr.25480) 1668 : cluster 0 pgmap v304: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:17:36.722 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:17:36 smithi067 bash[82083]: cluster 2023-12-09T02:17:34.892166+0000 mgr.y (mgr.25480) 1668 : cluster 0 pgmap v304: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:17:37.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:17:37 smithi067 bash[79370]: audit 2023-12-09T02:17:36.592184+0000 mon.a (mon.0) 6875 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:17:37.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:17:37 smithi067 bash[79370]: audit 2023-12-09T02:17:36.601643+0000 mon.a (mon.0) 6876 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:17:37.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:17:37 smithi067 bash[79370]: audit 2023-12-09T02:17:36.609930+0000 mon.a (mon.0) 6877 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:17:37.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:17:37 smithi067 bash[82083]: audit 2023-12-09T02:17:36.592184+0000 mon.a (mon.0) 6875 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:17:37.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:17:37 smithi067 bash[82083]: audit 2023-12-09T02:17:36.601643+0000 mon.a (mon.0) 6876 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:17:37.972 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:17:37 smithi067 bash[82083]: audit 2023-12-09T02:17:36.609930+0000 mon.a (mon.0) 6877 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:17:37.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:17:37 smithi125 bash[66801]: audit 2023-12-09T02:17:36.592184+0000 mon.a (mon.0) 6875 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:17:37.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:17:37 smithi125 bash[66801]: audit 2023-12-09T02:17:36.601643+0000 mon.a (mon.0) 6876 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:17:37.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:17:37 smithi125 bash[66801]: audit 2023-12-09T02:17:36.609930+0000 mon.a (mon.0) 6877 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:17:38.964 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:17:38 smithi067 bash[79370]: cluster 2023-12-09T02:17:36.893493+0000 mgr.y (mgr.25480) 1669 : 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-09T02:17:38.964 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:17:38 smithi067 bash[82083]: cluster 2023-12-09T02:17:36.893493+0000 mgr.y (mgr.25480) 1669 : 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-09T02:17:38.970 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:17:38 smithi125 bash[66801]: cluster 2023-12-09T02:17:36.893493+0000 mgr.y (mgr.25480) 1669 : 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-09T02:17:40.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:17:40 smithi067 bash[79370]: cluster 2023-12-09T02:17:38.894745+0000 mgr.y (mgr.25480) 1670 : 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-09T02:17:40.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:17:40 smithi067 bash[79370]: audit 2023-12-09T02:17:38.962100+0000 mgr.y (mgr.25480) 1671 : audit 0 from='client.25420 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:17:40.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:17:40 smithi067 bash[79370]: audit 2023-12-09T02:17:39.969654+0000 mon.a (mon.0) 6878 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:17:40.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:17:40 smithi067 bash[79370]: audit 2023-12-09T02:17:39.980624+0000 mon.a (mon.0) 6879 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:17:40.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:17:40 smithi067 bash[79370]: audit 2023-12-09T02:17:39.989037+0000 mon.a (mon.0) 6880 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:17:40.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:17:40 smithi067 bash[82083]: cluster 2023-12-09T02:17:38.894745+0000 mgr.y (mgr.25480) 1670 : 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-09T02:17:40.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:17:40 smithi067 bash[82083]: audit 2023-12-09T02:17:38.962100+0000 mgr.y (mgr.25480) 1671 : audit 0 from='client.25420 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:17:40.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:17:40 smithi067 bash[82083]: audit 2023-12-09T02:17:39.969654+0000 mon.a (mon.0) 6878 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:17:40.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:17:40 smithi067 bash[82083]: audit 2023-12-09T02:17:39.980624+0000 mon.a (mon.0) 6879 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:17:40.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:17:40 smithi067 bash[82083]: audit 2023-12-09T02:17:39.989037+0000 mon.a (mon.0) 6880 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:17:40.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:17:40 smithi125 bash[66801]: cluster 2023-12-09T02:17:38.894745+0000 mgr.y (mgr.25480) 1670 : 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-09T02:17:40.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:17:40 smithi125 bash[66801]: audit 2023-12-09T02:17:38.962100+0000 mgr.y (mgr.25480) 1671 : audit 0 from='client.25420 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:17:40.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:17:40 smithi125 bash[66801]: audit 2023-12-09T02:17:39.969654+0000 mon.a (mon.0) 6878 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:17:40.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:17:40 smithi125 bash[66801]: audit 2023-12-09T02:17:39.980624+0000 mon.a (mon.0) 6879 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:17:40.972 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:17:40 smithi125 bash[66801]: audit 2023-12-09T02:17:39.989037+0000 mon.a (mon.0) 6880 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:17:42.925 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:17:42 smithi067 bash[79370]: cluster 2023-12-09T02:17:40.896128+0000 mgr.y (mgr.25480) 1672 : 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-09T02:17:42.925 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:17:42 smithi067 bash[82083]: cluster 2023-12-09T02:17:40.896128+0000 mgr.y (mgr.25480) 1672 : 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-09T02:17:42.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:17:42 smithi125 bash[66801]: cluster 2023-12-09T02:17:40.896128+0000 mgr.y (mgr.25480) 1672 : 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-09T02:17:43.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:17:43 smithi067 bash[79370]: audit 2023-12-09T02:17:42.643650+0000 mon.a (mon.0) 6881 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:17:43.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:17:43 smithi067 bash[82083]: audit 2023-12-09T02:17:42.643650+0000 mon.a (mon.0) 6881 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:17:43.971 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:17:43 smithi067 bash[75618]: ::ffff:172.21.15.125 - - [09/Dec/2023:02:17:43] "GET /metrics HTTP/1.1" 200 38656 "" "Prometheus/2.33.4" 2023-12-09T02:17:43.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:17:43 smithi125 bash[66801]: audit 2023-12-09T02:17:42.643650+0000 mon.a (mon.0) 6881 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:17:44.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:17:44 smithi067 bash[79370]: cluster 2023-12-09T02:17:42.897548+0000 mgr.y (mgr.25480) 1673 : cluster 0 pgmap v308: 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-09T02:17:44.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:17:44 smithi067 bash[82083]: cluster 2023-12-09T02:17:42.897548+0000 mgr.y (mgr.25480) 1673 : cluster 0 pgmap v308: 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-09T02:17:44.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:17:44 smithi125 bash[66801]: cluster 2023-12-09T02:17:42.897548+0000 mgr.y (mgr.25480) 1673 : cluster 0 pgmap v308: 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-09T02:17:46.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:17:46 smithi067 bash[79370]: cluster 2023-12-09T02:17:44.898473+0000 mgr.y (mgr.25480) 1674 : cluster 0 pgmap v309: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:17:46.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:17:46 smithi067 bash[82083]: cluster 2023-12-09T02:17:44.898473+0000 mgr.y (mgr.25480) 1674 : cluster 0 pgmap v309: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:17:46.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:17:46 smithi125 bash[66801]: cluster 2023-12-09T02:17:44.898473+0000 mgr.y (mgr.25480) 1674 : cluster 0 pgmap v309: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:17:48.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:17:48 smithi067 bash[79370]: cluster 2023-12-09T02:17:46.899780+0000 mgr.y (mgr.25480) 1675 : 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-09T02:17:48.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:17:48 smithi067 bash[82083]: cluster 2023-12-09T02:17:46.899780+0000 mgr.y (mgr.25480) 1675 : 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-09T02:17:48.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:17:48 smithi125 bash[66801]: cluster 2023-12-09T02:17:46.899780+0000 mgr.y (mgr.25480) 1675 : 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-09T02:17:50.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:17:50 smithi067 bash[79370]: cluster 2023-12-09T02:17:48.901184+0000 mgr.y (mgr.25480) 1676 : 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-09T02:17:50.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:17:50 smithi067 bash[79370]: audit 2023-12-09T02:17:48.970080+0000 mgr.y (mgr.25480) 1677 : audit 0 from='client.25420 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:17:50.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:17:50 smithi067 bash[82083]: cluster 2023-12-09T02:17:48.901184+0000 mgr.y (mgr.25480) 1676 : 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-09T02:17:50.971 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:17:50 smithi067 bash[82083]: audit 2023-12-09T02:17:48.970080+0000 mgr.y (mgr.25480) 1677 : audit 0 from='client.25420 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:17:50.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:17:50 smithi125 bash[66801]: cluster 2023-12-09T02:17:48.901184+0000 mgr.y (mgr.25480) 1676 : 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-09T02:17:50.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:17:50 smithi125 bash[66801]: audit 2023-12-09T02:17:48.970080+0000 mgr.y (mgr.25480) 1677 : audit 0 from='client.25420 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:17:52.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:17:52 smithi067 bash[79370]: cluster 2023-12-09T02:17:50.902680+0000 mgr.y (mgr.25480) 1678 : 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-09T02:17:52.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:17:52 smithi067 bash[82083]: cluster 2023-12-09T02:17:50.902680+0000 mgr.y (mgr.25480) 1678 : 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-09T02:17:52.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:17:52 smithi125 bash[66801]: cluster 2023-12-09T02:17:50.902680+0000 mgr.y (mgr.25480) 1678 : 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-09T02:17:54.220 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:17:53 smithi067 bash[75618]: ::ffff:172.21.15.125 - - [09/Dec/2023:02:17:53] "GET /metrics HTTP/1.1" 200 38656 "" "Prometheus/2.33.4" 2023-12-09T02:17:54.970 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:17:54 smithi067 bash[79370]: cluster 2023-12-09T02:17:52.904175+0000 mgr.y (mgr.25480) 1679 : cluster 0 pgmap v313: 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-09T02:17:54.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:17:54 smithi067 bash[82083]: cluster 2023-12-09T02:17:52.904175+0000 mgr.y (mgr.25480) 1679 : cluster 0 pgmap v313: 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-09T02:17:54.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:17:54 smithi125 bash[66801]: cluster 2023-12-09T02:17:52.904175+0000 mgr.y (mgr.25480) 1679 : cluster 0 pgmap v313: 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-09T02:17:56.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:17:56 smithi067 bash[82083]: cluster 2023-12-09T02:17:54.905222+0000 mgr.y (mgr.25480) 1680 : cluster 0 pgmap v314: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:17:56.971 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:17:56 smithi067 bash[79370]: cluster 2023-12-09T02:17:54.905222+0000 mgr.y (mgr.25480) 1680 : cluster 0 pgmap v314: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:17:56.971 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:17:56 smithi125 bash[66801]: cluster 2023-12-09T02:17:54.905222+0000 mgr.y (mgr.25480) 1680 : cluster 0 pgmap v314: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:17:58.220 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:17:57 smithi067 bash[82083]: audit 2023-12-09T02:17:56.777859+0000 mon.a (mon.0) 6882 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:17:58.220 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:17:57 smithi067 bash[82083]: audit 2023-12-09T02:17:56.787414+0000 mon.a (mon.0) 6883 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:17:58.221 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:17:57 smithi067 bash[82083]: audit 2023-12-09T02:17:56.795737+0000 mon.a (mon.0) 6884 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:17:58.221 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:17:57 smithi067 bash[82083]: cluster 2023-12-09T02:17:56.906538+0000 mgr.y (mgr.25480) 1681 : 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-09T02:17:58.221 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:17:57 smithi067 bash[82083]: audit 2023-12-09T02:17:57.644084+0000 mon.a (mon.0) 6885 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:17:58.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:17:57 smithi067 bash[79370]: audit 2023-12-09T02:17:56.777859+0000 mon.a (mon.0) 6882 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:17:58.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:17:57 smithi067 bash[79370]: audit 2023-12-09T02:17:56.787414+0000 mon.a (mon.0) 6883 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:17:58.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:17:57 smithi067 bash[79370]: audit 2023-12-09T02:17:56.795737+0000 mon.a (mon.0) 6884 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:17:58.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:17:57 smithi067 bash[79370]: cluster 2023-12-09T02:17:56.906538+0000 mgr.y (mgr.25480) 1681 : 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-09T02:17:58.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:17:57 smithi067 bash[79370]: audit 2023-12-09T02:17:57.644084+0000 mon.a (mon.0) 6885 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:17:58.222 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:17:57 smithi125 bash[66801]: audit 2023-12-09T02:17:56.777859+0000 mon.a (mon.0) 6882 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:17:58.222 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:17:57 smithi125 bash[66801]: audit 2023-12-09T02:17:56.787414+0000 mon.a (mon.0) 6883 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:17:58.222 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:17:57 smithi125 bash[66801]: audit 2023-12-09T02:17:56.795737+0000 mon.a (mon.0) 6884 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:17:58.222 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:17:57 smithi125 bash[66801]: cluster 2023-12-09T02:17:56.906538+0000 mgr.y (mgr.25480) 1681 : 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-09T02:17:58.222 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:17:57 smithi125 bash[66801]: audit 2023-12-09T02:17:57.644084+0000 mon.a (mon.0) 6885 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:18:00.220 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:17:59 smithi067 bash[79370]: cluster 2023-12-09T02:17:58.907812+0000 mgr.y (mgr.25480) 1682 : 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-09T02:18:00.220 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:17:59 smithi067 bash[79370]: audit 2023-12-09T02:17:58.973795+0000 mgr.y (mgr.25480) 1683 : audit 0 from='client.25420 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:18:00.221 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:17:59 smithi067 bash[82083]: cluster 2023-12-09T02:17:58.907812+0000 mgr.y (mgr.25480) 1682 : 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-09T02:18:00.221 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:17:59 smithi067 bash[82083]: audit 2023-12-09T02:17:58.973795+0000 mgr.y (mgr.25480) 1683 : audit 0 from='client.25420 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:18:00.221 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:17:59 smithi125 bash[66801]: cluster 2023-12-09T02:17:58.907812+0000 mgr.y (mgr.25480) 1682 : 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-09T02:18:00.221 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:17:59 smithi125 bash[66801]: audit 2023-12-09T02:17:58.973795+0000 mgr.y (mgr.25480) 1683 : audit 0 from='client.25420 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:18:01.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:18:01 smithi067 bash[79370]: audit 2023-12-09T02:18:00.145024+0000 mon.a (mon.0) 6886 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:18:01.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:18:01 smithi067 bash[79370]: audit 2023-12-09T02:18:00.156529+0000 mon.a (mon.0) 6887 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:18:01.471 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:18:01 smithi067 bash[79370]: audit 2023-12-09T02:18:00.164706+0000 mon.a (mon.0) 6888 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:18:01.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:18:01 smithi067 bash[82083]: audit 2023-12-09T02:18:00.145024+0000 mon.a (mon.0) 6886 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:18:01.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:18:01 smithi067 bash[82083]: audit 2023-12-09T02:18:00.156529+0000 mon.a (mon.0) 6887 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:18:01.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:18:01 smithi067 bash[82083]: audit 2023-12-09T02:18:00.164706+0000 mon.a (mon.0) 6888 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:18:01.471 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:18:01 smithi125 bash[66801]: audit 2023-12-09T02:18:00.145024+0000 mon.a (mon.0) 6886 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:18:01.472 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:18:01 smithi125 bash[66801]: audit 2023-12-09T02:18:00.156529+0000 mon.a (mon.0) 6887 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:18:01.472 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:18:01 smithi125 bash[66801]: audit 2023-12-09T02:18:00.164706+0000 mon.a (mon.0) 6888 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:18:02.411 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6db93fb0-9635-11ee-95a3-87774f69a715 -e sha1=9dcc13bb80dcc1cdea72b04d80505b4649a2b882 -- bash -c 'ceph orch ps' 2023-12-09T02:18:02.419 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:18:02 smithi067 bash[82083]: cluster 2023-12-09T02:18:00.909167+0000 mgr.y (mgr.25480) 1684 : 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-09T02:18:02.420 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:18:02 smithi067 bash[79370]: cluster 2023-12-09T02:18:00.909167+0000 mgr.y (mgr.25480) 1684 : 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-09T02:18:02.470 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:18:02 smithi125 bash[66801]: cluster 2023-12-09T02:18:00.909167+0000 mgr.y (mgr.25480) 1684 : 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-09T02:18:04.220 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:18:03 smithi067 bash[75618]: ::ffff:172.21.15.125 - - [09/Dec/2023:02:18:03] "GET /metrics HTTP/1.1" 200 38656 "" "Prometheus/2.33.4" 2023-12-09T02:18:04.554 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:18:04 smithi067 bash[79370]: cluster 2023-12-09T02:18:02.910582+0000 mgr.y (mgr.25480) 1685 : cluster 0 pgmap v318: 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-09T02:18:04.554 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:18:04 smithi067 bash[82083]: cluster 2023-12-09T02:18:02.910582+0000 mgr.y (mgr.25480) 1685 : cluster 0 pgmap v318: 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-09T02:18:04.721 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:18:04 smithi125 bash[66801]: cluster 2023-12-09T02:18:02.910582+0000 mgr.y (mgr.25480) 1685 : cluster 0 pgmap v318: 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-09T02:18:06.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:18:06 smithi067 bash[79370]: cluster 2023-12-09T02:18:04.911569+0000 mgr.y (mgr.25480) 1686 : cluster 0 pgmap v319: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:18:06.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:18:06 smithi067 bash[82083]: cluster 2023-12-09T02:18:04.911569+0000 mgr.y (mgr.25480) 1686 : cluster 0 pgmap v319: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:18:06.721 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:18:06 smithi125 bash[66801]: cluster 2023-12-09T02:18:04.911569+0000 mgr.y (mgr.25480) 1686 : cluster 0 pgmap v319: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:18:07.989 INFO:teuthology.orchestra.run.smithi067.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-09T02:18:07.989 INFO:teuthology.orchestra.run.smithi067.stdout:agent.smithi067 smithi067 running 7s ago 24m - - 2023-12-09T02:18:07.989 INFO:teuthology.orchestra.run.smithi067.stdout:agent.smithi125 smithi125 running 11s ago 24m - - 2023-12-09T02:18:07.990 INFO:teuthology.orchestra.run.smithi067.stdout:alertmanager.a smithi067 *:9093,9094 running (10m) 7s ago 17m 17.3M - 0.23.0 ba2b418f427c 6ec817f342b5 2023-12-09T02:18:07.990 INFO:teuthology.orchestra.run.smithi067.stdout:grafana.a smithi125 *:3000 running (9m) 11s ago 17m 45.6M - 8.3.5 dad864ee21e9 40cbacae8259 2023-12-09T02:18:07.990 INFO:teuthology.orchestra.run.smithi067.stdout:iscsi.foo.smithi067.oajywc smithi067 running (8m) 7s ago 14m 48.5M - 3.5 e1d6a67b021e 3e5a20a58ce4 2023-12-09T02:18:07.990 INFO:teuthology.orchestra.run.smithi067.stdout:mgr.x smithi125 *:8443,9283,8765 running (8m) 11s ago 23m 436M - 19.0.0-44-g9dcc13bb f28f2b94f153 d59f2ab74456 2023-12-09T02:18:07.990 INFO:teuthology.orchestra.run.smithi067.stdout:mgr.y smithi067 *:8443,9283,8765 running (9m) 7s ago 25m 520M - 19.0.0-44-g9dcc13bb f28f2b94f153 b0e5c689c1a6 2023-12-09T02:18:07.990 INFO:teuthology.orchestra.run.smithi067.stdout:mon.a smithi067 running (8m) 7s ago 25m 79.6M 2048M 19.0.0-44-g9dcc13bb f28f2b94f153 f5f188bf2880 2023-12-09T02:18:07.990 INFO:teuthology.orchestra.run.smithi067.stdout:mon.b smithi125 running (7m) 11s ago 24m 57.6M 2048M 19.0.0-44-g9dcc13bb f28f2b94f153 baa25853095e 2023-12-09T02:18:07.990 INFO:teuthology.orchestra.run.smithi067.stdout:mon.c smithi067 running (7m) 7s ago 24m 60.2M 2048M 19.0.0-44-g9dcc13bb f28f2b94f153 37f7376908df 2023-12-09T02:18:07.990 INFO:teuthology.orchestra.run.smithi067.stdout:node-exporter.a smithi067 *:9100 running (10m) 7s ago 17m 12.5M - 1.3.1 1dbe0e931976 f40a7a952aae 2023-12-09T02:18:07.990 INFO:teuthology.orchestra.run.smithi067.stdout:node-exporter.b smithi125 *:9100 running (10m) 11s ago 17m 14.3M - 1.3.1 1dbe0e931976 47a93b654521 2023-12-09T02:18:07.990 INFO:teuthology.orchestra.run.smithi067.stdout:osd.0 smithi067 running (6m) 7s ago 23m 60.2M 4096M 19.0.0-44-g9dcc13bb f28f2b94f153 d14cf1a2cd9b 2023-12-09T02:18:07.990 INFO:teuthology.orchestra.run.smithi067.stdout:osd.1 smithi067 running (5m) 7s ago 22m 61.5M 4096M 19.0.0-44-g9dcc13bb f28f2b94f153 a62e980d9a0d 2023-12-09T02:18:07.990 INFO:teuthology.orchestra.run.smithi067.stdout:osd.2 smithi067 running (5m) 7s ago 21m 57.9M 4096M 19.0.0-44-g9dcc13bb f28f2b94f153 ab90bc1b9ba0 2023-12-09T02:18:07.990 INFO:teuthology.orchestra.run.smithi067.stdout:osd.3 smithi067 running (4m) 7s ago 21m 57.5M 4096M 19.0.0-44-g9dcc13bb f28f2b94f153 178bf706768a 2023-12-09T02:18:07.990 INFO:teuthology.orchestra.run.smithi067.stdout:osd.4 smithi125 running (3m) 11s ago 20m 54.7M 4096M 19.0.0-44-g9dcc13bb f28f2b94f153 20d42f7de1e9 2023-12-09T02:18:07.991 INFO:teuthology.orchestra.run.smithi067.stdout:osd.5 smithi125 running (3m) 11s ago 20m 54.6M 4096M 19.0.0-44-g9dcc13bb f28f2b94f153 840b93b532ff 2023-12-09T02:18:07.991 INFO:teuthology.orchestra.run.smithi067.stdout:osd.6 smithi125 running (2m) 11s ago 19m 51.0M 4096M 19.0.0-44-g9dcc13bb f28f2b94f153 16624d6ea7a4 2023-12-09T02:18:07.991 INFO:teuthology.orchestra.run.smithi067.stdout:osd.7 smithi125 running (104s) 11s ago 18m 51.8M 4096M 19.0.0-44-g9dcc13bb f28f2b94f153 5d93ed340ed5 2023-12-09T02:18:07.991 INFO:teuthology.orchestra.run.smithi067.stdout:prometheus.a smithi125 *:9095 running (8m) 11s ago 17m 65.0M - 2.33.4 514e6a882f6e c0781044780a 2023-12-09T02:18:07.991 INFO:teuthology.orchestra.run.smithi067.stdout:rgw.foo.smithi067.rqvsfw smithi067 *:8000 running (15m) 7s ago 15m 91.8M - 17.2.0 e1d6a67b021e 72086955a09f 2023-12-09T02:18:07.991 INFO:teuthology.orchestra.run.smithi067.stdout:rgw.foo.smithi125.wanndy smithi125 *:8000 running (15m) 11s ago 15m 91.5M - 17.2.0 e1d6a67b021e 89b35e95d314 2023-12-09T02:18:07.991 INFO:teuthology.orchestra.run.smithi067.stdout:rgw.smpl.smithi067.mukdcu smithi067 *:80 running (15m) 7s ago 15m 90.4M - 17.2.0 e1d6a67b021e b813f19c7bee 2023-12-09T02:18:07.991 INFO:teuthology.orchestra.run.smithi067.stdout:rgw.smpl.smithi125.ngrzpa smithi125 *:80 running (15m) 11s ago 15m 91.2M - 17.2.0 e1d6a67b021e 96b29ebc04e4 2023-12-09T02:18:08.473 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:18:08 smithi067 bash[79370]: cluster 2023-12-09T02:18:06.912970+0000 mgr.y (mgr.25480) 1687 : 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-09T02:18:08.473 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:18:08 smithi067 bash[82083]: cluster 2023-12-09T02:18:06.912970+0000 mgr.y (mgr.25480) 1687 : 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-09T02:18:08.693 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6db93fb0-9635-11ee-95a3-87774f69a715 -e sha1=9dcc13bb80dcc1cdea72b04d80505b4649a2b882 -- bash -c 'ceph versions' 2023-12-09T02:18:08.721 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:18:08 smithi125 bash[66801]: cluster 2023-12-09T02:18:06.912970+0000 mgr.y (mgr.25480) 1687 : 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-09T02:18:09.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:18:09 smithi067 bash[79370]: audit 2023-12-09T02:18:07.967049+0000 mgr.y (mgr.25480) 1688 : audit 0 from='client.44557 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:18:09.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:18:09 smithi067 bash[82083]: audit 2023-12-09T02:18:07.967049+0000 mgr.y (mgr.25480) 1688 : audit 0 from='client.44557 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:18:09.721 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:18:09 smithi125 bash[66801]: audit 2023-12-09T02:18:07.967049+0000 mgr.y (mgr.25480) 1688 : audit 0 from='client.44557 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:18:10.721 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:18:10 smithi067 bash[79370]: cluster 2023-12-09T02:18:08.914123+0000 mgr.y (mgr.25480) 1689 : 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-09T02:18:10.722 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:18:10 smithi067 bash[79370]: audit 2023-12-09T02:18:08.981985+0000 mgr.y (mgr.25480) 1690 : audit 0 from='client.25420 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:18:10.722 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:18:10 smithi067 bash[82083]: cluster 2023-12-09T02:18:08.914123+0000 mgr.y (mgr.25480) 1689 : 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-09T02:18:10.722 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:18:10 smithi067 bash[82083]: audit 2023-12-09T02:18:08.981985+0000 mgr.y (mgr.25480) 1690 : audit 0 from='client.25420 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:18:10.722 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:18:10 smithi125 bash[66801]: cluster 2023-12-09T02:18:08.914123+0000 mgr.y (mgr.25480) 1689 : 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-09T02:18:10.723 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:18:10 smithi125 bash[66801]: audit 2023-12-09T02:18:08.981985+0000 mgr.y (mgr.25480) 1690 : audit 0 from='client.25420 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:18:12.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:18:12 smithi067 bash[82083]: cluster 2023-12-09T02:18:10.915050+0000 mgr.y (mgr.25480) 1691 : 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-09T02:18:12.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:18:12 smithi067 bash[79370]: cluster 2023-12-09T02:18:10.915050+0000 mgr.y (mgr.25480) 1691 : 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-09T02:18:12.721 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:18:12 smithi125 bash[66801]: cluster 2023-12-09T02:18:10.915050+0000 mgr.y (mgr.25480) 1691 : 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-09T02:18:12.963 INFO:teuthology.orchestra.run.smithi067.stdout:{ 2023-12-09T02:18:12.963 INFO:teuthology.orchestra.run.smithi067.stdout: "mon": { 2023-12-09T02:18:12.963 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 19.0.0-44-g9dcc13bb (9dcc13bb80dcc1cdea72b04d80505b4649a2b882) reef (dev)": 3 2023-12-09T02:18:12.963 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2023-12-09T02:18:12.963 INFO:teuthology.orchestra.run.smithi067.stdout: "mgr": { 2023-12-09T02:18:12.963 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 19.0.0-44-g9dcc13bb (9dcc13bb80dcc1cdea72b04d80505b4649a2b882) reef (dev)": 2 2023-12-09T02:18:12.963 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2023-12-09T02:18:12.963 INFO:teuthology.orchestra.run.smithi067.stdout: "osd": { 2023-12-09T02:18:12.963 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 19.0.0-44-g9dcc13bb (9dcc13bb80dcc1cdea72b04d80505b4649a2b882) reef (dev)": 8 2023-12-09T02:18:12.964 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2023-12-09T02:18:12.964 INFO:teuthology.orchestra.run.smithi067.stdout: "rgw": { 2023-12-09T02:18:12.964 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2023-12-09T02:18:12.964 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2023-12-09T02:18:12.964 INFO:teuthology.orchestra.run.smithi067.stdout: "overall": { 2023-12-09T02:18:12.964 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4, 2023-12-09T02:18:12.964 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 19.0.0-44-g9dcc13bb (9dcc13bb80dcc1cdea72b04d80505b4649a2b882) reef (dev)": 13 2023-12-09T02:18:12.964 INFO:teuthology.orchestra.run.smithi067.stdout: } 2023-12-09T02:18:12.964 INFO:teuthology.orchestra.run.smithi067.stdout:} 2023-12-09T02:18:13.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:18:13 smithi067 bash[79370]: audit 2023-12-09T02:18:12.643812+0000 mon.a (mon.0) 6889 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:18:13.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:18:13 smithi067 bash[79370]: audit 2023-12-09T02:18:12.961536+0000 mon.c (mon.1) 19 : audit 0 from='client.? 172.21.15.67:0/732280209' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:18:13.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:18:13 smithi067 bash[82083]: audit 2023-12-09T02:18:12.643812+0000 mon.a (mon.0) 6889 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:18:13.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:18:13 smithi067 bash[82083]: audit 2023-12-09T02:18:12.961536+0000 mon.c (mon.1) 19 : audit 0 from='client.? 172.21.15.67:0/732280209' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:18:13.721 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:18:13 smithi125 bash[66801]: audit 2023-12-09T02:18:12.643812+0000 mon.a (mon.0) 6889 : audit 0 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:18:13.721 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:18:13 smithi125 bash[66801]: audit 2023-12-09T02:18:12.961536+0000 mon.c (mon.1) 19 : audit 0 from='client.? 172.21.15.67:0/732280209' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:18:13.724 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6db93fb0-9635-11ee-95a3-87774f69a715 -e sha1=9dcc13bb80dcc1cdea72b04d80505b4649a2b882 -- bash -c 'ceph orch upgrade status' 2023-12-09T02:18:14.220 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:18:13 smithi067 bash[75618]: ::ffff:172.21.15.125 - - [09/Dec/2023:02:18:13] "GET /metrics HTTP/1.1" 200 38657 "" "Prometheus/2.33.4" 2023-12-09T02:18:14.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:18:14 smithi067 bash[79370]: cluster 2023-12-09T02:18:12.915879+0000 mgr.y (mgr.25480) 1692 : cluster 0 pgmap v323: 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-09T02:18:14.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:18:14 smithi067 bash[82083]: cluster 2023-12-09T02:18:12.915879+0000 mgr.y (mgr.25480) 1692 : cluster 0 pgmap v323: 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-09T02:18:14.721 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:18:14 smithi125 bash[66801]: cluster 2023-12-09T02:18:12.915879+0000 mgr.y (mgr.25480) 1692 : cluster 0 pgmap v323: 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-09T02:18:16.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:18:16 smithi067 bash[79370]: cluster 2023-12-09T02:18:14.916755+0000 mgr.y (mgr.25480) 1693 : cluster 0 pgmap v324: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:18:16.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:18:16 smithi067 bash[82083]: cluster 2023-12-09T02:18:14.916755+0000 mgr.y (mgr.25480) 1693 : cluster 0 pgmap v324: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:18:16.721 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:18:16 smithi125 bash[66801]: cluster 2023-12-09T02:18:14.916755+0000 mgr.y (mgr.25480) 1693 : cluster 0 pgmap v324: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:18:17.048 INFO:teuthology.orchestra.run.smithi067.stdout:{ 2023-12-09T02:18:17.048 INFO:teuthology.orchestra.run.smithi067.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:9dcc13bb80dcc1cdea72b04d80505b4649a2b882", 2023-12-09T02:18:17.048 INFO:teuthology.orchestra.run.smithi067.stdout: "in_progress": true, 2023-12-09T02:18:17.049 INFO:teuthology.orchestra.run.smithi067.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-09T02:18:17.049 INFO:teuthology.orchestra.run.smithi067.stdout: "services_complete": [ 2023-12-09T02:18:17.049 INFO:teuthology.orchestra.run.smithi067.stdout: "mgr", 2023-12-09T02:18:17.049 INFO:teuthology.orchestra.run.smithi067.stdout: "osd", 2023-12-09T02:18:17.049 INFO:teuthology.orchestra.run.smithi067.stdout: "mon" 2023-12-09T02:18:17.049 INFO:teuthology.orchestra.run.smithi067.stdout: ], 2023-12-09T02:18:17.049 INFO:teuthology.orchestra.run.smithi067.stdout: "progress": "13/23 daemons upgraded", 2023-12-09T02:18:17.049 INFO:teuthology.orchestra.run.smithi067.stdout: "message": "Error: UPGRADE_EXCEPTION: Upgrade: failed due to an unexpected exception", 2023-12-09T02:18:17.049 INFO:teuthology.orchestra.run.smithi067.stdout: "is_paused": true 2023-12-09T02:18:17.049 INFO:teuthology.orchestra.run.smithi067.stdout:} 2023-12-09T02:18:17.910 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6db93fb0-9635-11ee-95a3-87774f69a715 -e sha1=9dcc13bb80dcc1cdea72b04d80505b4649a2b882 -- bash -c 'ceph health detail' 2023-12-09T02:18:18.220 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:18:17 smithi067 bash[82083]: cluster 2023-12-09T02:18:16.918193+0000 mgr.y (mgr.25480) 1694 : 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-09T02:18:18.220 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:18:17 smithi067 bash[82083]: audit 2023-12-09T02:18:16.962799+0000 mon.a (mon.0) 6890 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:18:18.220 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:18:17 smithi067 bash[82083]: audit 2023-12-09T02:18:16.973789+0000 mon.a (mon.0) 6891 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:18:18.221 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:18:17 smithi067 bash[82083]: audit 2023-12-09T02:18:16.981520+0000 mon.a (mon.0) 6892 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:18:18.221 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:18:17 smithi067 bash[82083]: audit 2023-12-09T02:18:17.046302+0000 mgr.y (mgr.25480) 1695 : audit 0 from='client.34647 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:18:18.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:18:17 smithi067 bash[79370]: cluster 2023-12-09T02:18:16.918193+0000 mgr.y (mgr.25480) 1694 : 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-09T02:18:18.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:18:17 smithi067 bash[79370]: audit 2023-12-09T02:18:16.962799+0000 mon.a (mon.0) 6890 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:18:18.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:18:17 smithi067 bash[79370]: audit 2023-12-09T02:18:16.973789+0000 mon.a (mon.0) 6891 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:18:18.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:18:17 smithi067 bash[79370]: audit 2023-12-09T02:18:16.981520+0000 mon.a (mon.0) 6892 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:18:18.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:18:17 smithi067 bash[79370]: audit 2023-12-09T02:18:17.046302+0000 mgr.y (mgr.25480) 1695 : audit 0 from='client.34647 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:18:18.221 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:18:17 smithi125 bash[66801]: cluster 2023-12-09T02:18:16.918193+0000 mgr.y (mgr.25480) 1694 : 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-09T02:18:18.221 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:18:17 smithi125 bash[66801]: audit 2023-12-09T02:18:16.962799+0000 mon.a (mon.0) 6890 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:18:18.222 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:18:17 smithi125 bash[66801]: audit 2023-12-09T02:18:16.973789+0000 mon.a (mon.0) 6891 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:18:18.222 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:18:17 smithi125 bash[66801]: audit 2023-12-09T02:18:16.981520+0000 mon.a (mon.0) 6892 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:18:18.222 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:18:17 smithi125 bash[66801]: audit 2023-12-09T02:18:17.046302+0000 mgr.y (mgr.25480) 1695 : audit 0 from='client.34647 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:18:20.067 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:18:19 smithi125 bash[66801]: cluster 2023-12-09T02:18:18.919390+0000 mgr.y (mgr.25480) 1696 : 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-09T02:18:20.067 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:18:19 smithi125 bash[66801]: audit 2023-12-09T02:18:18.990070+0000 mgr.y (mgr.25480) 1697 : audit 0 from='client.25420 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:18:20.220 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:18:19 smithi067 bash[79370]: cluster 2023-12-09T02:18:18.919390+0000 mgr.y (mgr.25480) 1696 : 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-09T02:18:20.221 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:18:19 smithi067 bash[79370]: audit 2023-12-09T02:18:18.990070+0000 mgr.y (mgr.25480) 1697 : audit 0 from='client.25420 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:18:20.221 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:18:19 smithi067 bash[82083]: cluster 2023-12-09T02:18:18.919390+0000 mgr.y (mgr.25480) 1696 : 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-09T02:18:20.221 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:18:19 smithi067 bash[82083]: audit 2023-12-09T02:18:18.990070+0000 mgr.y (mgr.25480) 1697 : audit 0 from='client.25420 -' entity='client.iscsi.foo.smithi067.oajywc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:18:21.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:18:21 smithi067 bash[79370]: audit 2023-12-09T02:18:20.319554+0000 mon.a (mon.0) 6893 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:18:21.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:18:21 smithi067 bash[79370]: audit 2023-12-09T02:18:20.331419+0000 mon.a (mon.0) 6894 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:18:21.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:18:21 smithi067 bash[79370]: audit 2023-12-09T02:18:20.341775+0000 mon.a (mon.0) 6895 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:18:21.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:18:21 smithi067 bash[82083]: audit 2023-12-09T02:18:20.319554+0000 mon.a (mon.0) 6893 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:18:21.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:18:21 smithi067 bash[82083]: audit 2023-12-09T02:18:20.331419+0000 mon.a (mon.0) 6894 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:18:21.471 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:18:21 smithi067 bash[82083]: audit 2023-12-09T02:18:20.341775+0000 mon.a (mon.0) 6895 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:18:21.630 INFO:teuthology.orchestra.run.smithi067.stdout:HEALTH_ERR Upgrade: failed due to an unexpected exception 2023-12-09T02:18:21.630 INFO:teuthology.orchestra.run.smithi067.stdout:[ERR] UPGRADE_EXCEPTION: Upgrade: failed due to an unexpected exception 2023-12-09T02:18:21.630 INFO:teuthology.orchestra.run.smithi067.stdout: Unexpected exception occurred during upgrade process: osd require-osd-release failed: unrecognized release unknown retval: -22 2023-12-09T02:18:21.720 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:18:21 smithi125 bash[66801]: audit 2023-12-09T02:18:20.319554+0000 mon.a (mon.0) 6893 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:18:21.721 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:18:21 smithi125 bash[66801]: audit 2023-12-09T02:18:20.331419+0000 mon.a (mon.0) 6894 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:18:21.721 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:18:21 smithi125 bash[66801]: audit 2023-12-09T02:18:20.341775+0000 mon.a (mon.0) 6895 : audit 1 from='mgr.25480 172.21.15.67:0/3099021725' entity='mgr.y' 2023-12-09T02:18:22.443 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6db93fb0-9635-11ee-95a3-87774f69a715 -e sha1=9dcc13bb80dcc1cdea72b04d80505b4649a2b882 -- bash -c 'ceph versions | jq -e '"'"'.overall | length == 1'"'"'' 2023-12-09T02:18:22.631 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:18:22 smithi067 bash[79370]: cluster 2023-12-09T02:18:20.920745+0000 mgr.y (mgr.25480) 1698 : 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-09T02:18:22.631 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:18:22 smithi067 bash[79370]: audit 2023-12-09T02:18:21.628662+0000 mon.a (mon.0) 6896 : audit 0 from='client.? 172.21.15.67:0/1586619708' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-09T02:18:22.632 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:18:22 smithi067 bash[82083]: cluster 2023-12-09T02:18:20.920745+0000 mgr.y (mgr.25480) 1698 : 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-09T02:18:22.632 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:18:22 smithi067 bash[82083]: audit 2023-12-09T02:18:21.628662+0000 mon.a (mon.0) 6896 : audit 0 from='client.? 172.21.15.67:0/1586619708' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-09T02:18:22.701 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:18:22 smithi125 bash[66801]: cluster 2023-12-09T02:18:20.920745+0000 mgr.y (mgr.25480) 1698 : 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-09T02:18:22.701 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:18:22 smithi125 bash[66801]: audit 2023-12-09T02:18:21.628662+0000 mon.a (mon.0) 6896 : audit 0 from='client.? 172.21.15.67:0/1586619708' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-09T02:18:23.970 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:18:23 smithi067 bash[75618]: ::ffff:172.21.15.125 - - [09/Dec/2023:02:18:23] "GET /metrics HTTP/1.1" 200 38657 "" "Prometheus/2.33.4" 2023-12-09T02:18:24.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:18:24 smithi067 bash[79370]: cluster 2023-12-09T02:18:22.922117+0000 mgr.y (mgr.25480) 1699 : cluster 0 pgmap v328: 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-09T02:18:24.720 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:18:24 smithi067 bash[82083]: cluster 2023-12-09T02:18:22.922117+0000 mgr.y (mgr.25480) 1699 : cluster 0 pgmap v328: 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-09T02:18:24.721 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:18:24 smithi125 bash[66801]: cluster 2023-12-09T02:18:22.922117+0000 mgr.y (mgr.25480) 1699 : cluster 0 pgmap v328: 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-09T02:18:26.025 INFO:teuthology.orchestra.run.smithi067.stdout:false 2023-12-09T02:18:26.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:18:26 smithi067 bash[79370]: cluster 2023-12-09T02:18:24.923084+0000 mgr.y (mgr.25480) 1700 : cluster 0 pgmap v329: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:18:26.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:18:26 smithi067 bash[79370]: audit 2023-12-09T02:18:26.002200+0000 mon.c (mon.1) 20 : audit 0 from='client.? 172.21.15.67:0/2921876101' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:18:26.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:18:26 smithi067 bash[82083]: cluster 2023-12-09T02:18:24.923084+0000 mgr.y (mgr.25480) 1700 : cluster 0 pgmap v329: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:18:26.721 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:18:26 smithi067 bash[82083]: audit 2023-12-09T02:18:26.002200+0000 mon.c (mon.1) 20 : audit 0 from='client.? 172.21.15.67:0/2921876101' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:18:26.721 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:18:26 smithi125 bash[66801]: cluster 2023-12-09T02:18:24.923084+0000 mgr.y (mgr.25480) 1700 : cluster 0 pgmap v329: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:18:26.721 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:18:26 smithi125 bash[66801]: audit 2023-12-09T02:18:26.002200+0000 mon.c (mon.1) 20 : audit 0 from='client.? 172.21.15.67:0/2921876101' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:18:27.434 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-09T02:18:27.435 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/github.com_ceph_ceph-c_9dcc13bb80dcc1cdea72b04d80505b4649a2b882/qa/tasks/cephadm.py", line 1351, in shell _shell(ctx, cluster_name, remote, File "/home/teuthworker/src/github.com_ceph_ceph-c_9dcc13bb80dcc1cdea72b04d80505b4649a2b882/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 smithi067 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 6db93fb0-9635-11ee-95a3-87774f69a715 -e sha1=9dcc13bb80dcc1cdea72b04d80505b4649a2b882 -- bash -c \'ceph versions | jq -e \'"\'"\'.overall | length == 1\'"\'"\'\'' 2023-12-09T02:18:27.512 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=5885b7928e1f49e59dae0e4b1acd97df 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/github.com_ceph_ceph-c_9dcc13bb80dcc1cdea72b04d80505b4649a2b882/qa/tasks/cephadm.py", line 1351, in shell _shell(ctx, cluster_name, remote, File "/home/teuthworker/src/github.com_ceph_ceph-c_9dcc13bb80dcc1cdea72b04d80505b4649a2b882/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 smithi067 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 6db93fb0-9635-11ee-95a3-87774f69a715 -e sha1=9dcc13bb80dcc1cdea72b04d80505b4649a2b882 -- bash -c \'ceph versions | jq -e \'"\'"\'.overall | length == 1\'"\'"\'\'' 2023-12-09T02:18:27.518 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2023-12-09T02:18:27.528 INFO:tasks.cephadm:Teardown begin 2023-12-09T02:18:27.529 DEBUG:teuthology.orchestra.run.smithi067:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-09T02:18:27.549 DEBUG:teuthology.orchestra.run.smithi125:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-09T02:18:27.566 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2023-12-09T02:18:27.567 DEBUG:teuthology.orchestra.run.smithi067:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-12-09T02:18:27.600 DEBUG:teuthology.orchestra.run.smithi125:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-12-09T02:18:27.613 INFO:tasks.cephadm:Stopping all daemons... 2023-12-09T02:18:27.613 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2023-12-09T02:18:27.613 DEBUG:teuthology.orchestra.run.smithi067:> sudo systemctl stop ceph-6db93fb0-9635-11ee-95a3-87774f69a715@mon.a 2023-12-09T02:18:27.720 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:18:27 smithi067 systemd[1]: Stopping Ceph mon.a for 6db93fb0-9635-11ee-95a3-87774f69a715... 2023-12-09T02:18:28.116 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:18:27 smithi067 bash[79370]: debug 2023-12-09T02:18:27.825+0000 7faf28240700 -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-09T02:18:28.116 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:18:27 smithi067 bash[79370]: debug 2023-12-09T02:18:27.825+0000 7faf28240700 -1 mon.a@0(leader) e4 *** Got Signal Terminated *** 2023-12-09T02:18:28.117 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:18:27 smithi067 bash[75618]: [09/Dec/2023:02:18:27] ENGINE Bus STOPPING 2023-12-09T02:18:28.117 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:18:27 smithi067 bash[75618]: [09/Dec/2023:02:18:27] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2023-12-09T02:18:28.117 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:18:27 smithi067 bash[75618]: [09/Dec/2023:02:18:27] ENGINE Bus STOPPED 2023-12-09T02:18:28.117 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:18:27 smithi067 bash[75618]: [09/Dec/2023:02:18:27] ENGINE Bus STARTING 2023-12-09T02:18:28.117 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:18:27 smithi067 bash[75618]: [09/Dec/2023:02:18:27] ENGINE Serving on http://:::9283 2023-12-09T02:18:28.117 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:18:27 smithi067 bash[75618]: [09/Dec/2023:02:18:27] ENGINE Bus STARTED 2023-12-09T02:18:29.470 INFO:journalctl@ceph.mon.a.smithi067.stdout:Dec 09 02:18:29 smithi067 bash[105991]: ceph-6db93fb0-9635-11ee-95a3-87774f69a715-mon-a 2023-12-09T02:18:29.673 DEBUG:teuthology.orchestra.run.smithi067:> sudo pkill -f 'journalctl -f -n 0 -u ceph-6db93fb0-9635-11ee-95a3-87774f69a715@mon.a.service' 2023-12-09T02:18:29.793 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-09T02:18:29.793 INFO:tasks.cephadm.mon.a:Stopped mon.a 2023-12-09T02:18:29.794 INFO:tasks.cephadm.mon.b:Stopping mon.c... 2023-12-09T02:18:29.794 DEBUG:teuthology.orchestra.run.smithi067:> sudo systemctl stop ceph-6db93fb0-9635-11ee-95a3-87774f69a715@mon.c 2023-12-09T02:18:29.970 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:18:29 smithi067 systemd[1]: Stopping Ceph mon.c for 6db93fb0-9635-11ee-95a3-87774f69a715... 2023-12-09T02:18:30.350 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:18:30 smithi067 bash[82083]: debug 2023-12-09T02:18:30.065+0000 7ff490bbb700 -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-09T02:18:30.350 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:18:30 smithi067 bash[82083]: debug 2023-12-09T02:18:30.065+0000 7ff490bbb700 -1 mon.c@1(peon) e4 *** Got Signal Terminated *** 2023-12-09T02:18:30.351 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:18:30 smithi067 bash[75618]: [09/Dec/2023:02:18:30] ENGINE Bus STOPPING 2023-12-09T02:18:30.351 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:18:30 smithi067 bash[75618]: [09/Dec/2023:02:18:30] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2023-12-09T02:18:30.351 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:18:30 smithi067 bash[75618]: [09/Dec/2023:02:18:30] ENGINE Bus STOPPED 2023-12-09T02:18:30.351 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:18:30 smithi067 bash[75618]: [09/Dec/2023:02:18:30] ENGINE Bus STARTING 2023-12-09T02:18:30.351 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:18:30 smithi067 bash[75618]: [09/Dec/2023:02:18:30] ENGINE Serving on http://:::9283 2023-12-09T02:18:30.351 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:18:30 smithi067 bash[75618]: [09/Dec/2023:02:18:30] ENGINE Bus STARTED 2023-12-09T02:18:31.118 INFO:journalctl@ceph.mon.c.smithi067.stdout:Dec 09 02:18:30 smithi067 bash[106135]: ceph-6db93fb0-9635-11ee-95a3-87774f69a715-mon-c 2023-12-09T02:18:31.136 DEBUG:teuthology.orchestra.run.smithi067:> sudo pkill -f 'journalctl -f -n 0 -u ceph-6db93fb0-9635-11ee-95a3-87774f69a715@mon.c.service' 2023-12-09T02:18:31.171 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-09T02:18:31.171 INFO:tasks.cephadm.mon.b:Stopped mon.c 2023-12-09T02:18:31.171 INFO:tasks.cephadm.mon.b:Stopping mon.b... 2023-12-09T02:18:31.172 DEBUG:teuthology.orchestra.run.smithi125:> sudo systemctl stop ceph-6db93fb0-9635-11ee-95a3-87774f69a715@mon.b 2023-12-09T02:18:31.471 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:18:31 smithi125 systemd[1]: Stopping Ceph mon.b for 6db93fb0-9635-11ee-95a3-87774f69a715... 2023-12-09T02:18:31.471 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:18:31 smithi125 bash[66801]: debug 2023-12-09T02:18:31.348+0000 7fe93d4b6700 -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-09T02:18:31.471 INFO:journalctl@ceph.mon.b.smithi125.stdout:Dec 09 02:18:31 smithi125 bash[66801]: debug 2023-12-09T02:18:31.348+0000 7fe93d4b6700 -1 mon.b@2(peon) e4 *** Got Signal Terminated *** 2023-12-09T02:18:32.476 DEBUG:teuthology.orchestra.run.smithi125:> sudo pkill -f 'journalctl -f -n 0 -u ceph-6db93fb0-9635-11ee-95a3-87774f69a715@mon.b.service' 2023-12-09T02:18:32.513 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-09T02:18:32.514 INFO:tasks.cephadm.mon.b:Stopped mon.b 2023-12-09T02:18:32.514 INFO:tasks.cephadm.mgr.y:Stopping mgr.y... 2023-12-09T02:18:32.515 DEBUG:teuthology.orchestra.run.smithi067:> sudo systemctl stop ceph-6db93fb0-9635-11ee-95a3-87774f69a715@mgr.y 2023-12-09T02:18:32.782 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:18:32 smithi067 systemd[1]: Stopping Ceph mgr.y for 6db93fb0-9635-11ee-95a3-87774f69a715... 2023-12-09T02:18:32.782 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:18:32 smithi067 bash[75618]: debug 2023-12-09T02:18:32.721+0000 7f067eaa3700 -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-09T02:18:32.782 INFO:journalctl@ceph.mgr.y.smithi067.stdout:Dec 09 02:18:32 smithi067 bash[75618]: debug 2023-12-09T02:18:32.721+0000 7f067eaa3700 -1 mgr handle_mgr_signal *** Got signal Terminated *** 2023-12-09T02:18:33.621 DEBUG:teuthology.orchestra.run.smithi067:> sudo pkill -f 'journalctl -f -n 0 -u ceph-6db93fb0-9635-11ee-95a3-87774f69a715@mgr.y.service' 2023-12-09T02:18:33.653 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-09T02:18:33.653 INFO:tasks.cephadm.mgr.y:Stopped mgr.y 2023-12-09T02:18:33.653 INFO:tasks.cephadm.mgr.x:Stopping mgr.x... 2023-12-09T02:18:33.654 DEBUG:teuthology.orchestra.run.smithi125:> sudo systemctl stop ceph-6db93fb0-9635-11ee-95a3-87774f69a715@mgr.x 2023-12-09T02:18:33.970 INFO:journalctl@ceph.mgr.x.smithi125.stdout:Dec 09 02:18:33 smithi125 systemd[1]: Stopping Ceph mgr.x for 6db93fb0-9635-11ee-95a3-87774f69a715... 2023-12-09T02:18:34.691 DEBUG:teuthology.orchestra.run.smithi125:> sudo pkill -f 'journalctl -f -n 0 -u ceph-6db93fb0-9635-11ee-95a3-87774f69a715@mgr.x.service' 2023-12-09T02:18:34.721 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-09T02:18:34.721 INFO:tasks.cephadm.mgr.x:Stopped mgr.x 2023-12-09T02:18:34.722 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2023-12-09T02:18:34.722 DEBUG:teuthology.orchestra.run.smithi067:> sudo systemctl stop ceph-6db93fb0-9635-11ee-95a3-87774f69a715@osd.0 2023-12-09T02:18:34.723 INFO:journalctl@ceph.alertmanager.a.smithi067.stdout:Dec 09 02:18:34 smithi067 bash[71219]: level=warn ts=2023-12-09T02:18:34.243Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://smithi067.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.67:8443: connect: connection refused" 2023-12-09T02:18:34.723 INFO:journalctl@ceph.alertmanager.a.smithi067.stdout:Dec 09 02:18:34 smithi067 bash[71219]: level=warn ts=2023-12-09T02:18:34.245Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://smithi125.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.125:8443: connect: connection refused" 2023-12-09T02:18:35.220 INFO:journalctl@ceph.osd.0.smithi067.stdout:Dec 09 02:18:34 smithi067 systemd[1]: Stopping Ceph osd.0 for 6db93fb0-9635-11ee-95a3-87774f69a715... 2023-12-09T02:18:35.221 INFO:journalctl@ceph.osd.0.smithi067.stdout:Dec 09 02:18:34 smithi067 bash[86687]: debug 2023-12-09T02:18:34.873+0000 7f3a59c9a700 -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-09T02:18:35.221 INFO:journalctl@ceph.osd.0.smithi067.stdout:Dec 09 02:18:34 smithi067 bash[86687]: debug 2023-12-09T02:18:34.873+0000 7f3a59c9a700 -1 osd.0 157 *** Got signal Terminated *** 2023-12-09T02:18:35.221 INFO:journalctl@ceph.osd.0.smithi067.stdout:Dec 09 02:18:34 smithi067 bash[86687]: debug 2023-12-09T02:18:34.873+0000 7f3a59c9a700 -1 osd.0 157 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-09T02:18:41.290 INFO:journalctl@ceph.osd.0.smithi067.stdout:Dec 09 02:18:41 smithi067 bash[106449]: ceph-6db93fb0-9635-11ee-95a3-87774f69a715-osd-0 2023-12-09T02:18:41.290 INFO:journalctl@ceph.osd.0.smithi067.stdout:Dec 09 02:18:41 smithi067 bash[106552]: Error response from daemon: No such container: ceph-6db93fb0-9635-11ee-95a3-87774f69a715-osd-0 2023-12-09T02:18:43.158 DEBUG:teuthology.orchestra.run.smithi067:> sudo pkill -f 'journalctl -f -n 0 -u ceph-6db93fb0-9635-11ee-95a3-87774f69a715@osd.0.service' 2023-12-09T02:18:43.195 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-09T02:18:43.195 INFO:tasks.cephadm.osd.0:Stopped osd.0 2023-12-09T02:18:43.195 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2023-12-09T02:18:43.196 DEBUG:teuthology.orchestra.run.smithi067:> sudo systemctl stop ceph-6db93fb0-9635-11ee-95a3-87774f69a715@osd.1 2023-12-09T02:18:43.720 INFO:journalctl@ceph.osd.1.smithi067.stdout:Dec 09 02:18:43 smithi067 systemd[1]: Stopping Ceph osd.1 for 6db93fb0-9635-11ee-95a3-87774f69a715... 2023-12-09T02:18:43.721 INFO:journalctl@ceph.osd.1.smithi067.stdout:Dec 09 02:18:43 smithi067 bash[90035]: debug 2023-12-09T02:18:43.385+0000 7f8eb86d3700 -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-09T02:18:43.721 INFO:journalctl@ceph.osd.1.smithi067.stdout:Dec 09 02:18:43 smithi067 bash[90035]: debug 2023-12-09T02:18:43.385+0000 7f8eb86d3700 -1 osd.1 157 *** Got signal Terminated *** 2023-12-09T02:18:43.721 INFO:journalctl@ceph.osd.1.smithi067.stdout:Dec 09 02:18:43 smithi067 bash[90035]: debug 2023-12-09T02:18:43.385+0000 7f8eb86d3700 -1 osd.1 157 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-09T02:18:44.720 INFO:journalctl@ceph.alertmanager.a.smithi067.stdout:Dec 09 02:18:44 smithi067 bash[71219]: level=error ts=2023-12-09T02:18:44.242Z caller=dispatch.go:354 component=dispatcher msg="Notify for alerts failed" num_alerts=1 err="ceph-dashboard/webhook[1]: notify retry canceled after 8 attempts: Post \"https://smithi067.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.67:8443: connect: connection refused; ceph-dashboard/webhook[0]: notify retry canceled after 8 attempts: Post \"https://smithi125.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.125:8443: connect: connection refused" 2023-12-09T02:18:44.720 INFO:journalctl@ceph.alertmanager.a.smithi067.stdout:Dec 09 02:18:44 smithi067 bash[71219]: level=warn ts=2023-12-09T02:18:44.243Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://smithi067.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.67:8443: connect: connection refused" 2023-12-09T02:18:44.721 INFO:journalctl@ceph.alertmanager.a.smithi067.stdout:Dec 09 02:18:44 smithi067 bash[71219]: level=warn ts=2023-12-09T02:18:44.245Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://smithi125.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.125:8443: connect: connection refused" 2023-12-09T02:18:49.829 INFO:journalctl@ceph.osd.1.smithi067.stdout:Dec 09 02:18:49 smithi067 bash[106691]: ceph-6db93fb0-9635-11ee-95a3-87774f69a715-osd-1 2023-12-09T02:18:50.166 INFO:journalctl@ceph.osd.1.smithi067.stdout:Dec 09 02:18:49 smithi067 bash[107438]: Error response from daemon: No such container: ceph-6db93fb0-9635-11ee-95a3-87774f69a715-osd-1 2023-12-09T02:18:52.381 DEBUG:teuthology.orchestra.run.smithi067:> sudo pkill -f 'journalctl -f -n 0 -u ceph-6db93fb0-9635-11ee-95a3-87774f69a715@osd.1.service' 2023-12-09T02:18:52.417 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-09T02:18:52.417 INFO:tasks.cephadm.osd.1:Stopped osd.1 2023-12-09T02:18:52.418 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2023-12-09T02:18:52.418 DEBUG:teuthology.orchestra.run.smithi067:> sudo systemctl stop ceph-6db93fb0-9635-11ee-95a3-87774f69a715@osd.2 2023-12-09T02:18:52.720 INFO:journalctl@ceph.osd.2.smithi067.stdout:Dec 09 02:18:52 smithi067 systemd[1]: Stopping Ceph osd.2 for 6db93fb0-9635-11ee-95a3-87774f69a715... 2023-12-09T02:18:52.721 INFO:journalctl@ceph.osd.2.smithi067.stdout:Dec 09 02:18:52 smithi067 bash[93484]: debug 2023-12-09T02:18:52.585+0000 7fd397f30700 -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-09T02:18:52.721 INFO:journalctl@ceph.osd.2.smithi067.stdout:Dec 09 02:18:52 smithi067 bash[93484]: debug 2023-12-09T02:18:52.585+0000 7fd397f30700 -1 osd.2 157 *** Got signal Terminated *** 2023-12-09T02:18:52.721 INFO:journalctl@ceph.osd.2.smithi067.stdout:Dec 09 02:18:52 smithi067 bash[93484]: debug 2023-12-09T02:18:52.585+0000 7fd397f30700 -1 osd.2 157 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-09T02:18:54.720 INFO:journalctl@ceph.alertmanager.a.smithi067.stdout:Dec 09 02:18:54 smithi067 bash[71219]: level=error ts=2023-12-09T02:18:54.243Z caller=dispatch.go:354 component=dispatcher msg="Notify for alerts failed" num_alerts=1 err="ceph-dashboard/webhook[1]: notify retry canceled after 7 attempts: Post \"https://smithi067.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.67:8443: connect: connection refused; ceph-dashboard/webhook[0]: notify retry canceled after 8 attempts: Post \"https://smithi125.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.125:8443: connect: connection refused" 2023-12-09T02:18:54.721 INFO:journalctl@ceph.alertmanager.a.smithi067.stdout:Dec 09 02:18:54 smithi067 bash[71219]: level=warn ts=2023-12-09T02:18:54.244Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://smithi067.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.67:8443: connect: connection refused" 2023-12-09T02:18:54.721 INFO:journalctl@ceph.alertmanager.a.smithi067.stdout:Dec 09 02:18:54 smithi067 bash[71219]: level=warn ts=2023-12-09T02:18:54.246Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://smithi125.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.125:8443: connect: connection refused" 2023-12-09T02:18:58.838 INFO:journalctl@ceph.osd.2.smithi067.stdout:Dec 09 02:18:58 smithi067 bash[107683]: ceph-6db93fb0-9635-11ee-95a3-87774f69a715-osd-2 2023-12-09T02:18:58.839 INFO:journalctl@ceph.osd.2.smithi067.stdout:Dec 09 02:18:58 smithi067 bash[107757]: Error response from daemon: No such container: ceph-6db93fb0-9635-11ee-95a3-87774f69a715-osd-2 2023-12-09T02:19:00.637 DEBUG:teuthology.orchestra.run.smithi067:> sudo pkill -f 'journalctl -f -n 0 -u ceph-6db93fb0-9635-11ee-95a3-87774f69a715@osd.2.service' 2023-12-09T02:19:00.671 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-09T02:19:00.672 INFO:tasks.cephadm.osd.2:Stopped osd.2 2023-12-09T02:19:00.672 INFO:tasks.cephadm.osd.3:Stopping osd.3... 2023-12-09T02:19:00.672 DEBUG:teuthology.orchestra.run.smithi067:> sudo systemctl stop ceph-6db93fb0-9635-11ee-95a3-87774f69a715@osd.3 2023-12-09T02:19:00.970 INFO:journalctl@ceph.osd.3.smithi067.stdout:Dec 09 02:19:00 smithi067 systemd[1]: Stopping Ceph osd.3 for 6db93fb0-9635-11ee-95a3-87774f69a715... 2023-12-09T02:19:00.970 INFO:journalctl@ceph.osd.3.smithi067.stdout:Dec 09 02:19:00 smithi067 bash[96853]: debug 2023-12-09T02:19:00.873+0000 7fac82d1d700 -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-09T02:19:00.971 INFO:journalctl@ceph.osd.3.smithi067.stdout:Dec 09 02:19:00 smithi067 bash[96853]: debug 2023-12-09T02:19:00.873+0000 7fac82d1d700 -1 osd.3 157 *** Got signal Terminated *** 2023-12-09T02:19:00.971 INFO:journalctl@ceph.osd.3.smithi067.stdout:Dec 09 02:19:00 smithi067 bash[96853]: debug 2023-12-09T02:19:00.873+0000 7fac82d1d700 -1 osd.3 157 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-09T02:19:01.973 INFO:journalctl@ceph.osd.3.smithi067.stdout:Dec 09 02:19:01 smithi067 bash[96853]: debug 2023-12-09T02:19:01.641+0000 7fac7b310700 -1 osd.3 157 heartbeat_check: no reply from 172.21.15.67:6806 osd.0 since back 2023-12-09T02:18:36.107950+0000 front 2023-12-09T02:18:36.108120+0000 (oldest deadline 2023-12-09T02:19:01.408224+0000) 2023-12-09T02:19:02.970 INFO:journalctl@ceph.osd.3.smithi067.stdout:Dec 09 02:19:02 smithi067 bash[96853]: debug 2023-12-09T02:19:02.621+0000 7fac7b310700 -1 osd.3 157 heartbeat_check: no reply from 172.21.15.67:6806 osd.0 since back 2023-12-09T02:18:36.107950+0000 front 2023-12-09T02:18:36.108120+0000 (oldest deadline 2023-12-09T02:19:01.408224+0000) 2023-12-09T02:19:03.720 INFO:journalctl@ceph.osd.6.smithi125.stdout:Dec 09 02:19:03 smithi125 bash[79645]: debug 2023-12-09T02:19:03.376+0000 7fcdbb863700 -1 osd.6 157 heartbeat_check: no reply from 172.21.15.67:6806 osd.0 since back 2023-12-09T02:18:38.052520+0000 front 2023-12-09T02:18:38.052350+0000 (oldest deadline 2023-12-09T02:19:03.253005+0000) 2023-12-09T02:19:03.721 INFO:journalctl@ceph.osd.7.smithi125.stdout:Dec 09 02:19:03 smithi125 bash[82798]: debug 2023-12-09T02:19:03.416+0000 7f6e60d14700 -1 osd.7 157 heartbeat_check: no reply from 172.21.15.67:6806 osd.0 since back 2023-12-09T02:18:37.267548+0000 front 2023-12-09T02:18:37.266985+0000 (oldest deadline 2023-12-09T02:19:03.067794+0000) 2023-12-09T02:19:03.721 INFO:journalctl@ceph.osd.5.smithi125.stdout:Dec 09 02:19:03 smithi125 bash[76488]: debug 2023-12-09T02:19:03.504+0000 7fcfcbf8d700 -1 osd.5 157 heartbeat_check: no reply from 172.21.15.67:6806 osd.0 since back 2023-12-09T02:18:38.175885+0000 front 2023-12-09T02:18:38.175704+0000 (oldest deadline 2023-12-09T02:19:02.875930+0000) 2023-12-09T02:19:03.970 INFO:journalctl@ceph.osd.3.smithi067.stdout:Dec 09 02:19:03 smithi067 bash[96853]: debug 2023-12-09T02:19:03.629+0000 7fac7b310700 -1 osd.3 157 heartbeat_check: no reply from 172.21.15.67:6806 osd.0 since back 2023-12-09T02:18:36.107950+0000 front 2023-12-09T02:18:36.108120+0000 (oldest deadline 2023-12-09T02:19:01.408224+0000) 2023-12-09T02:19:04.221 INFO:journalctl@ceph.osd.4.smithi125.stdout:Dec 09 02:19:04 smithi125 bash[73276]: debug 2023-12-09T02:19:04.180+0000 7f4fb79fc700 -1 osd.4 157 heartbeat_check: no reply from 172.21.15.67:6806 osd.0 since back 2023-12-09T02:18:38.904284+0000 front 2023-12-09T02:18:38.904052+0000 (oldest deadline 2023-12-09T02:19:03.604202+0000) 2023-12-09T02:19:04.412 INFO:journalctl@ceph.osd.7.smithi125.stdout:Dec 09 02:19:04 smithi125 bash[82798]: debug 2023-12-09T02:19:04.376+0000 7f6e60d14700 -1 osd.7 157 heartbeat_check: no reply from 172.21.15.67:6806 osd.0 since back 2023-12-09T02:18:37.267548+0000 front 2023-12-09T02:18:37.266985+0000 (oldest deadline 2023-12-09T02:19:03.067794+0000) 2023-12-09T02:19:04.628 INFO:journalctl@ceph.alertmanager.a.smithi067.stdout:Dec 09 02:19:04 smithi067 bash[71219]: level=error ts=2023-12-09T02:19:04.244Z caller=dispatch.go:354 component=dispatcher msg="Notify for alerts failed" num_alerts=1 err="ceph-dashboard/webhook[0]: notify retry canceled after 7 attempts: Post \"https://smithi125.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.125:8443: connect: connection refused; ceph-dashboard/webhook[1]: notify retry canceled after 7 attempts: Post \"https://smithi067.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.67:8443: connect: connection refused" 2023-12-09T02:19:04.629 INFO:journalctl@ceph.alertmanager.a.smithi067.stdout:Dec 09 02:19:04 smithi067 bash[71219]: level=warn ts=2023-12-09T02:19:04.245Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://smithi067.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.67:8443: connect: connection refused" 2023-12-09T02:19:04.629 INFO:journalctl@ceph.alertmanager.a.smithi067.stdout:Dec 09 02:19:04 smithi067 bash[71219]: level=warn ts=2023-12-09T02:19:04.247Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://smithi125.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.125:8443: connect: connection refused" 2023-12-09T02:19:04.720 INFO:journalctl@ceph.osd.5.smithi125.stdout:Dec 09 02:19:04 smithi125 bash[76488]: debug 2023-12-09T02:19:04.524+0000 7fcfcbf8d700 -1 osd.5 157 heartbeat_check: no reply from 172.21.15.67:6806 osd.0 since back 2023-12-09T02:18:38.175885+0000 front 2023-12-09T02:18:38.175704+0000 (oldest deadline 2023-12-09T02:19:02.875930+0000) 2023-12-09T02:19:04.721 INFO:journalctl@ceph.osd.6.smithi125.stdout:Dec 09 02:19:04 smithi125 bash[79645]: debug 2023-12-09T02:19:04.404+0000 7fcdbb863700 -1 osd.6 157 heartbeat_check: no reply from 172.21.15.67:6806 osd.0 since back 2023-12-09T02:18:38.052520+0000 front 2023-12-09T02:18:38.052350+0000 (oldest deadline 2023-12-09T02:19:03.253005+0000) 2023-12-09T02:19:04.970 INFO:journalctl@ceph.osd.3.smithi067.stdout:Dec 09 02:19:04 smithi067 bash[96853]: debug 2023-12-09T02:19:04.625+0000 7fac7b310700 -1 osd.3 157 heartbeat_check: no reply from 172.21.15.67:6806 osd.0 since back 2023-12-09T02:18:36.107950+0000 front 2023-12-09T02:18:36.108120+0000 (oldest deadline 2023-12-09T02:19:01.408224+0000) 2023-12-09T02:19:05.416 INFO:journalctl@ceph.osd.4.smithi125.stdout:Dec 09 02:19:05 smithi125 bash[73276]: debug 2023-12-09T02:19:05.136+0000 7f4fb79fc700 -1 osd.4 157 heartbeat_check: no reply from 172.21.15.67:6806 osd.0 since back 2023-12-09T02:18:38.904284+0000 front 2023-12-09T02:18:38.904052+0000 (oldest deadline 2023-12-09T02:19:03.604202+0000) 2023-12-09T02:19:05.720 INFO:journalctl@ceph.osd.5.smithi125.stdout:Dec 09 02:19:05 smithi125 bash[76488]: debug 2023-12-09T02:19:05.480+0000 7fcfcbf8d700 -1 osd.5 157 heartbeat_check: no reply from 172.21.15.67:6806 osd.0 since back 2023-12-09T02:18:38.175885+0000 front 2023-12-09T02:18:38.175704+0000 (oldest deadline 2023-12-09T02:19:02.875930+0000) 2023-12-09T02:19:05.721 INFO:journalctl@ceph.osd.6.smithi125.stdout:Dec 09 02:19:05 smithi125 bash[79645]: debug 2023-12-09T02:19:05.420+0000 7fcdbb863700 -1 osd.6 157 heartbeat_check: no reply from 172.21.15.67:6806 osd.0 since back 2023-12-09T02:18:38.052520+0000 front 2023-12-09T02:18:38.052350+0000 (oldest deadline 2023-12-09T02:19:03.253005+0000) 2023-12-09T02:19:05.721 INFO:journalctl@ceph.osd.7.smithi125.stdout:Dec 09 02:19:05 smithi125 bash[82798]: debug 2023-12-09T02:19:05.412+0000 7f6e60d14700 -1 osd.7 157 heartbeat_check: no reply from 172.21.15.67:6806 osd.0 since back 2023-12-09T02:18:37.267548+0000 front 2023-12-09T02:18:37.266985+0000 (oldest deadline 2023-12-09T02:19:03.067794+0000) 2023-12-09T02:19:05.970 INFO:journalctl@ceph.osd.3.smithi067.stdout:Dec 09 02:19:05 smithi067 bash[96853]: debug 2023-12-09T02:19:05.609+0000 7fac7b310700 -1 osd.3 157 heartbeat_check: no reply from 172.21.15.67:6806 osd.0 since back 2023-12-09T02:18:36.107950+0000 front 2023-12-09T02:18:36.108120+0000 (oldest deadline 2023-12-09T02:19:01.408224+0000) 2023-12-09T02:19:06.459 INFO:journalctl@ceph.osd.4.smithi125.stdout:Dec 09 02:19:06 smithi125 bash[73276]: debug 2023-12-09T02:19:06.156+0000 7f4fb79fc700 -1 osd.4 157 heartbeat_check: no reply from 172.21.15.67:6806 osd.0 since back 2023-12-09T02:18:38.904284+0000 front 2023-12-09T02:18:38.904052+0000 (oldest deadline 2023-12-09T02:19:03.604202+0000) 2023-12-09T02:19:06.720 INFO:journalctl@ceph.osd.5.smithi125.stdout:Dec 09 02:19:06 smithi125 bash[76488]: debug 2023-12-09T02:19:06.496+0000 7fcfcbf8d700 -1 osd.5 157 heartbeat_check: no reply from 172.21.15.67:6806 osd.0 since back 2023-12-09T02:18:38.175885+0000 front 2023-12-09T02:18:38.175704+0000 (oldest deadline 2023-12-09T02:19:02.875930+0000) 2023-12-09T02:19:06.721 INFO:journalctl@ceph.osd.6.smithi125.stdout:Dec 09 02:19:06 smithi125 bash[79645]: debug 2023-12-09T02:19:06.452+0000 7fcdbb863700 -1 osd.6 157 heartbeat_check: no reply from 172.21.15.67:6806 osd.0 since back 2023-12-09T02:18:38.052520+0000 front 2023-12-09T02:18:38.052350+0000 (oldest deadline 2023-12-09T02:19:03.253005+0000) 2023-12-09T02:19:06.721 INFO:journalctl@ceph.osd.7.smithi125.stdout:Dec 09 02:19:06 smithi125 bash[82798]: debug 2023-12-09T02:19:06.456+0000 7f6e60d14700 -1 osd.7 157 heartbeat_check: no reply from 172.21.15.67:6806 osd.0 since back 2023-12-09T02:18:37.267548+0000 front 2023-12-09T02:18:37.266985+0000 (oldest deadline 2023-12-09T02:19:03.067794+0000) 2023-12-09T02:19:07.438 INFO:journalctl@ceph.osd.4.smithi125.stdout:Dec 09 02:19:07 smithi125 bash[73276]: debug 2023-12-09T02:19:07.128+0000 7f4fb79fc700 -1 osd.4 157 heartbeat_check: no reply from 172.21.15.67:6806 osd.0 since back 2023-12-09T02:18:38.904284+0000 front 2023-12-09T02:18:38.904052+0000 (oldest deadline 2023-12-09T02:19:03.604202+0000) 2023-12-09T02:19:07.470 INFO:journalctl@ceph.osd.3.smithi067.stdout:Dec 09 02:19:07 smithi067 bash[107904]: ceph-6db93fb0-9635-11ee-95a3-87774f69a715-osd-3 2023-12-09T02:19:07.721 INFO:journalctl@ceph.osd.5.smithi125.stdout:Dec 09 02:19:07 smithi125 bash[76488]: debug 2023-12-09T02:19:07.492+0000 7fcfcbf8d700 -1 osd.5 157 heartbeat_check: no reply from 172.21.15.67:6806 osd.0 since back 2023-12-09T02:18:38.175885+0000 front 2023-12-09T02:18:38.175704+0000 (oldest deadline 2023-12-09T02:19:02.875930+0000) 2023-12-09T02:19:07.721 INFO:journalctl@ceph.osd.6.smithi125.stdout:Dec 09 02:19:07 smithi125 bash[79645]: debug 2023-12-09T02:19:07.432+0000 7fcdbb863700 -1 osd.6 157 heartbeat_check: no reply from 172.21.15.67:6806 osd.0 since back 2023-12-09T02:18:38.052520+0000 front 2023-12-09T02:18:38.052350+0000 (oldest deadline 2023-12-09T02:19:03.253005+0000) 2023-12-09T02:19:07.722 INFO:journalctl@ceph.osd.7.smithi125.stdout:Dec 09 02:19:07 smithi125 bash[82798]: debug 2023-12-09T02:19:07.484+0000 7f6e60d14700 -1 osd.7 157 heartbeat_check: no reply from 172.21.15.67:6806 osd.0 since back 2023-12-09T02:18:37.267548+0000 front 2023-12-09T02:18:37.266985+0000 (oldest deadline 2023-12-09T02:19:03.067794+0000) 2023-12-09T02:19:07.973 INFO:journalctl@ceph.osd.3.smithi067.stdout:Dec 09 02:19:07 smithi067 bash[108006]: Error response from daemon: No such container: ceph-6db93fb0-9635-11ee-95a3-87774f69a715-osd-3 2023-12-09T02:19:08.457 INFO:journalctl@ceph.osd.4.smithi125.stdout:Dec 09 02:19:08 smithi125 bash[73276]: debug 2023-12-09T02:19:08.116+0000 7f4fb79fc700 -1 osd.4 157 heartbeat_check: no reply from 172.21.15.67:6806 osd.0 since back 2023-12-09T02:18:38.904284+0000 front 2023-12-09T02:18:38.904052+0000 (oldest deadline 2023-12-09T02:19:03.604202+0000) 2023-12-09T02:19:08.720 INFO:journalctl@ceph.osd.7.smithi125.stdout:Dec 09 02:19:08 smithi125 bash[82798]: debug 2023-12-09T02:19:08.452+0000 7f6e60d14700 -1 osd.7 157 heartbeat_check: no reply from 172.21.15.67:6806 osd.0 since back 2023-12-09T02:18:37.267548+0000 front 2023-12-09T02:18:37.266985+0000 (oldest deadline 2023-12-09T02:19:03.067794+0000) 2023-12-09T02:19:08.721 INFO:journalctl@ceph.osd.6.smithi125.stdout:Dec 09 02:19:08 smithi125 bash[79645]: debug 2023-12-09T02:19:08.456+0000 7fcdbb863700 -1 osd.6 157 heartbeat_check: no reply from 172.21.15.67:6806 osd.0 since back 2023-12-09T02:18:38.052520+0000 front 2023-12-09T02:18:38.052350+0000 (oldest deadline 2023-12-09T02:19:03.253005+0000) 2023-12-09T02:19:08.721 INFO:journalctl@ceph.osd.5.smithi125.stdout:Dec 09 02:19:08 smithi125 bash[76488]: debug 2023-12-09T02:19:08.536+0000 7fcfcbf8d700 -1 osd.5 157 heartbeat_check: no reply from 172.21.15.67:6806 osd.0 since back 2023-12-09T02:18:38.175885+0000 front 2023-12-09T02:18:38.175704+0000 (oldest deadline 2023-12-09T02:19:02.875930+0000) 2023-12-09T02:19:09.435 INFO:journalctl@ceph.osd.4.smithi125.stdout:Dec 09 02:19:09 smithi125 bash[73276]: debug 2023-12-09T02:19:09.140+0000 7f4fb79fc700 -1 osd.4 157 heartbeat_check: no reply from 172.21.15.67:6806 osd.0 since back 2023-12-09T02:18:38.904284+0000 front 2023-12-09T02:18:38.904052+0000 (oldest deadline 2023-12-09T02:19:03.604202+0000) 2023-12-09T02:19:09.720 INFO:journalctl@ceph.osd.7.smithi125.stdout:Dec 09 02:19:09 smithi125 bash[82798]: debug 2023-12-09T02:19:09.464+0000 7f6e60d14700 -1 osd.7 157 heartbeat_check: no reply from 172.21.15.67:6806 osd.0 since back 2023-12-09T02:18:37.267548+0000 front 2023-12-09T02:18:37.266985+0000 (oldest deadline 2023-12-09T02:19:03.067794+0000) 2023-12-09T02:19:09.721 INFO:journalctl@ceph.osd.5.smithi125.stdout:Dec 09 02:19:09 smithi125 bash[76488]: debug 2023-12-09T02:19:09.580+0000 7fcfcbf8d700 -1 osd.5 157 heartbeat_check: no reply from 172.21.15.67:6806 osd.0 since back 2023-12-09T02:18:38.175885+0000 front 2023-12-09T02:18:38.175704+0000 (oldest deadline 2023-12-09T02:19:02.875930+0000) 2023-12-09T02:19:09.721 INFO:journalctl@ceph.osd.6.smithi125.stdout:Dec 09 02:19:09 smithi125 bash[79645]: debug 2023-12-09T02:19:09.428+0000 7fcdbb863700 -1 osd.6 157 heartbeat_check: no reply from 172.21.15.67:6806 osd.0 since back 2023-12-09T02:18:38.052520+0000 front 2023-12-09T02:18:38.052350+0000 (oldest deadline 2023-12-09T02:19:03.253005+0000) 2023-12-09T02:19:09.721 INFO:journalctl@ceph.osd.6.smithi125.stdout:Dec 09 02:19:09 smithi125 bash[79645]: debug 2023-12-09T02:19:09.428+0000 7fcdbb863700 -1 osd.6 157 heartbeat_check: no reply from 172.21.15.67:6814 osd.1 since back 2023-12-09T02:18:43.254265+0000 front 2023-12-09T02:18:43.254218+0000 (oldest deadline 2023-12-09T02:19:09.153624+0000) 2023-12-09T02:19:09.977 DEBUG:teuthology.orchestra.run.smithi067:> sudo pkill -f 'journalctl -f -n 0 -u ceph-6db93fb0-9635-11ee-95a3-87774f69a715@osd.3.service' 2023-12-09T02:19:10.009 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-09T02:19:10.009 INFO:tasks.cephadm.osd.3:Stopped osd.3 2023-12-09T02:19:10.010 INFO:tasks.cephadm.osd.4:Stopping osd.4... 2023-12-09T02:19:10.010 DEBUG:teuthology.orchestra.run.smithi125:> sudo systemctl stop ceph-6db93fb0-9635-11ee-95a3-87774f69a715@osd.4 2023-12-09T02:19:10.449 INFO:journalctl@ceph.osd.4.smithi125.stdout:Dec 09 02:19:10 smithi125 systemd[1]: Stopping Ceph osd.4 for 6db93fb0-9635-11ee-95a3-87774f69a715... 2023-12-09T02:19:10.449 INFO:journalctl@ceph.osd.4.smithi125.stdout:Dec 09 02:19:10 smithi125 bash[73276]: debug 2023-12-09T02:19:10.108+0000 7f4fb79fc700 -1 osd.4 157 heartbeat_check: no reply from 172.21.15.67:6806 osd.0 since back 2023-12-09T02:18:38.904284+0000 front 2023-12-09T02:18:38.904052+0000 (oldest deadline 2023-12-09T02:19:03.604202+0000) 2023-12-09T02:19:10.449 INFO:journalctl@ceph.osd.4.smithi125.stdout:Dec 09 02:19:10 smithi125 bash[73276]: debug 2023-12-09T02:19:10.184+0000 7f4fbf409700 -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-09T02:19:10.449 INFO:journalctl@ceph.osd.4.smithi125.stdout:Dec 09 02:19:10 smithi125 bash[73276]: debug 2023-12-09T02:19:10.184+0000 7f4fbf409700 -1 osd.4 157 *** Got signal Terminated *** 2023-12-09T02:19:10.449 INFO:journalctl@ceph.osd.4.smithi125.stdout:Dec 09 02:19:10 smithi125 bash[73276]: debug 2023-12-09T02:19:10.184+0000 7f4fbf409700 -1 osd.4 157 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-09T02:19:10.720 INFO:journalctl@ceph.osd.7.smithi125.stdout:Dec 09 02:19:10 smithi125 bash[82798]: debug 2023-12-09T02:19:10.460+0000 7f6e60d14700 -1 osd.7 157 heartbeat_check: no reply from 172.21.15.67:6806 osd.0 since back 2023-12-09T02:18:37.267548+0000 front 2023-12-09T02:18:37.266985+0000 (oldest deadline 2023-12-09T02:19:03.067794+0000) 2023-12-09T02:19:10.721 INFO:journalctl@ceph.osd.5.smithi125.stdout:Dec 09 02:19:10 smithi125 bash[76488]: debug 2023-12-09T02:19:10.628+0000 7fcfcbf8d700 -1 osd.5 157 heartbeat_check: no reply from 172.21.15.67:6806 osd.0 since back 2023-12-09T02:18:38.175885+0000 front 2023-12-09T02:18:38.175704+0000 (oldest deadline 2023-12-09T02:19:02.875930+0000) 2023-12-09T02:19:10.721 INFO:journalctl@ceph.osd.5.smithi125.stdout:Dec 09 02:19:10 smithi125 bash[76488]: debug 2023-12-09T02:19:10.628+0000 7fcfcbf8d700 -1 osd.5 157 heartbeat_check: no reply from 172.21.15.67:6814 osd.1 since back 2023-12-09T02:18:44.577839+0000 front 2023-12-09T02:18:44.577587+0000 (oldest deadline 2023-12-09T02:19:10.477147+0000) 2023-12-09T02:19:10.721 INFO:journalctl@ceph.osd.6.smithi125.stdout:Dec 09 02:19:10 smithi125 bash[79645]: debug 2023-12-09T02:19:10.444+0000 7fcdbb863700 -1 osd.6 157 heartbeat_check: no reply from 172.21.15.67:6806 osd.0 since back 2023-12-09T02:18:38.052520+0000 front 2023-12-09T02:18:38.052350+0000 (oldest deadline 2023-12-09T02:19:03.253005+0000) 2023-12-09T02:19:10.722 INFO:journalctl@ceph.osd.6.smithi125.stdout:Dec 09 02:19:10 smithi125 bash[79645]: debug 2023-12-09T02:19:10.444+0000 7fcdbb863700 -1 osd.6 157 heartbeat_check: no reply from 172.21.15.67:6814 osd.1 since back 2023-12-09T02:18:43.254265+0000 front 2023-12-09T02:18:43.254218+0000 (oldest deadline 2023-12-09T02:19:09.153624+0000) 2023-12-09T02:19:11.417 INFO:journalctl@ceph.osd.4.smithi125.stdout:Dec 09 02:19:11 smithi125 bash[73276]: debug 2023-12-09T02:19:11.128+0000 7f4fb79fc700 -1 osd.4 157 heartbeat_check: no reply from 172.21.15.67:6806 osd.0 since back 2023-12-09T02:18:38.904284+0000 front 2023-12-09T02:18:38.904052+0000 (oldest deadline 2023-12-09T02:19:03.604202+0000) 2023-12-09T02:19:11.720 INFO:journalctl@ceph.osd.7.smithi125.stdout:Dec 09 02:19:11 smithi125 bash[82798]: debug 2023-12-09T02:19:11.492+0000 7f6e60d14700 -1 osd.7 157 heartbeat_check: no reply from 172.21.15.67:6806 osd.0 since back 2023-12-09T02:18:37.267548+0000 front 2023-12-09T02:18:37.266985+0000 (oldest deadline 2023-12-09T02:19:03.067794+0000) 2023-12-09T02:19:11.721 INFO:journalctl@ceph.osd.5.smithi125.stdout:Dec 09 02:19:11 smithi125 bash[76488]: debug 2023-12-09T02:19:11.588+0000 7fcfcbf8d700 -1 osd.5 157 heartbeat_check: no reply from 172.21.15.67:6806 osd.0 since back 2023-12-09T02:18:38.175885+0000 front 2023-12-09T02:18:38.175704+0000 (oldest deadline 2023-12-09T02:19:02.875930+0000) 2023-12-09T02:19:11.721 INFO:journalctl@ceph.osd.5.smithi125.stdout:Dec 09 02:19:11 smithi125 bash[76488]: debug 2023-12-09T02:19:11.588+0000 7fcfcbf8d700 -1 osd.5 157 heartbeat_check: no reply from 172.21.15.67:6814 osd.1 since back 2023-12-09T02:18:44.577839+0000 front 2023-12-09T02:18:44.577587+0000 (oldest deadline 2023-12-09T02:19:10.477147+0000) 2023-12-09T02:19:11.721 INFO:journalctl@ceph.osd.6.smithi125.stdout:Dec 09 02:19:11 smithi125 bash[79645]: debug 2023-12-09T02:19:11.412+0000 7fcdbb863700 -1 osd.6 157 heartbeat_check: no reply from 172.21.15.67:6806 osd.0 since back 2023-12-09T02:18:38.052520+0000 front 2023-12-09T02:18:38.052350+0000 (oldest deadline 2023-12-09T02:19:03.253005+0000) 2023-12-09T02:19:11.721 INFO:journalctl@ceph.osd.6.smithi125.stdout:Dec 09 02:19:11 smithi125 bash[79645]: debug 2023-12-09T02:19:11.412+0000 7fcdbb863700 -1 osd.6 157 heartbeat_check: no reply from 172.21.15.67:6814 osd.1 since back 2023-12-09T02:18:43.254265+0000 front 2023-12-09T02:18:43.254218+0000 (oldest deadline 2023-12-09T02:19:09.153624+0000) 2023-12-09T02:19:12.388 INFO:journalctl@ceph.osd.4.smithi125.stdout:Dec 09 02:19:12 smithi125 bash[73276]: debug 2023-12-09T02:19:12.116+0000 7f4fb79fc700 -1 osd.4 157 heartbeat_check: no reply from 172.21.15.67:6806 osd.0 since back 2023-12-09T02:18:38.904284+0000 front 2023-12-09T02:18:38.904052+0000 (oldest deadline 2023-12-09T02:19:03.604202+0000) 2023-12-09T02:19:12.388 INFO:journalctl@ceph.osd.4.smithi125.stdout:Dec 09 02:19:12 smithi125 bash[73276]: debug 2023-12-09T02:19:12.116+0000 7f4fb79fc700 -1 osd.4 157 heartbeat_check: no reply from 172.21.15.67:6814 osd.1 since back 2023-12-09T02:18:48.305536+0000 front 2023-12-09T02:18:48.305627+0000 (oldest deadline 2023-12-09T02:19:11.205763+0000) 2023-12-09T02:19:12.720 INFO:journalctl@ceph.osd.5.smithi125.stdout:Dec 09 02:19:12 smithi125 bash[76488]: debug 2023-12-09T02:19:12.576+0000 7fcfcbf8d700 -1 osd.5 157 heartbeat_check: no reply from 172.21.15.67:6806 osd.0 since back 2023-12-09T02:18:38.175885+0000 front 2023-12-09T02:18:38.175704+0000 (oldest deadline 2023-12-09T02:19:02.875930+0000) 2023-12-09T02:19:12.721 INFO:journalctl@ceph.osd.5.smithi125.stdout:Dec 09 02:19:12 smithi125 bash[76488]: debug 2023-12-09T02:19:12.576+0000 7fcfcbf8d700 -1 osd.5 157 heartbeat_check: no reply from 172.21.15.67:6814 osd.1 since back 2023-12-09T02:18:44.577839+0000 front 2023-12-09T02:18:44.577587+0000 (oldest deadline 2023-12-09T02:19:10.477147+0000) 2023-12-09T02:19:12.721 INFO:journalctl@ceph.osd.7.smithi125.stdout:Dec 09 02:19:12 smithi125 bash[82798]: debug 2023-12-09T02:19:12.504+0000 7f6e60d14700 -1 osd.7 157 heartbeat_check: no reply from 172.21.15.67:6806 osd.0 since back 2023-12-09T02:18:37.267548+0000 front 2023-12-09T02:18:37.266985+0000 (oldest deadline 2023-12-09T02:19:03.067794+0000) 2023-12-09T02:19:12.721 INFO:journalctl@ceph.osd.6.smithi125.stdout:Dec 09 02:19:12 smithi125 bash[79645]: debug 2023-12-09T02:19:12.384+0000 7fcdbb863700 -1 osd.6 157 heartbeat_check: no reply from 172.21.15.67:6806 osd.0 since back 2023-12-09T02:18:38.052520+0000 front 2023-12-09T02:18:38.052350+0000 (oldest deadline 2023-12-09T02:19:03.253005+0000) 2023-12-09T02:19:12.721 INFO:journalctl@ceph.osd.6.smithi125.stdout:Dec 09 02:19:12 smithi125 bash[79645]: debug 2023-12-09T02:19:12.384+0000 7fcdbb863700 -1 osd.6 157 heartbeat_check: no reply from 172.21.15.67:6814 osd.1 since back 2023-12-09T02:18:43.254265+0000 front 2023-12-09T02:18:43.254218+0000 (oldest deadline 2023-12-09T02:19:09.153624+0000) 2023-12-09T02:19:13.470 INFO:journalctl@ceph.osd.4.smithi125.stdout:Dec 09 02:19:13 smithi125 bash[73276]: debug 2023-12-09T02:19:13.116+0000 7f4fb79fc700 -1 osd.4 157 heartbeat_check: no reply from 172.21.15.67:6806 osd.0 since back 2023-12-09T02:18:38.904284+0000 front 2023-12-09T02:18:38.904052+0000 (oldest deadline 2023-12-09T02:19:03.604202+0000) 2023-12-09T02:19:13.471 INFO:journalctl@ceph.osd.4.smithi125.stdout:Dec 09 02:19:13 smithi125 bash[73276]: debug 2023-12-09T02:19:13.116+0000 7f4fb79fc700 -1 osd.4 157 heartbeat_check: no reply from 172.21.15.67:6814 osd.1 since back 2023-12-09T02:18:48.305536+0000 front 2023-12-09T02:18:48.305627+0000 (oldest deadline 2023-12-09T02:19:11.205763+0000) 2023-12-09T02:19:13.471 INFO:journalctl@ceph.osd.6.smithi125.stdout:Dec 09 02:19:13 smithi125 bash[79645]: debug 2023-12-09T02:19:13.336+0000 7fcdbb863700 -1 osd.6 157 heartbeat_check: no reply from 172.21.15.67:6806 osd.0 since back 2023-12-09T02:18:38.052520+0000 front 2023-12-09T02:18:38.052350+0000 (oldest deadline 2023-12-09T02:19:03.253005+0000) 2023-12-09T02:19:13.471 INFO:journalctl@ceph.osd.6.smithi125.stdout:Dec 09 02:19:13 smithi125 bash[79645]: debug 2023-12-09T02:19:13.336+0000 7fcdbb863700 -1 osd.6 157 heartbeat_check: no reply from 172.21.15.67:6814 osd.1 since back 2023-12-09T02:18:43.254265+0000 front 2023-12-09T02:18:43.254218+0000 (oldest deadline 2023-12-09T02:19:09.153624+0000) 2023-12-09T02:19:13.970 INFO:journalctl@ceph.osd.5.smithi125.stdout:Dec 09 02:19:13 smithi125 bash[76488]: debug 2023-12-09T02:19:13.620+0000 7fcfcbf8d700 -1 osd.5 157 heartbeat_check: no reply from 172.21.15.67:6806 osd.0 since back 2023-12-09T02:18:38.175885+0000 front 2023-12-09T02:18:38.175704+0000 (oldest deadline 2023-12-09T02:19:02.875930+0000) 2023-12-09T02:19:13.971 INFO:journalctl@ceph.osd.5.smithi125.stdout:Dec 09 02:19:13 smithi125 bash[76488]: debug 2023-12-09T02:19:13.620+0000 7fcfcbf8d700 -1 osd.5 157 heartbeat_check: no reply from 172.21.15.67:6814 osd.1 since back 2023-12-09T02:18:44.577839+0000 front 2023-12-09T02:18:44.577587+0000 (oldest deadline 2023-12-09T02:19:10.477147+0000) 2023-12-09T02:19:13.971 INFO:journalctl@ceph.osd.7.smithi125.stdout:Dec 09 02:19:13 smithi125 bash[82798]: debug 2023-12-09T02:19:13.528+0000 7f6e60d14700 -1 osd.7 157 heartbeat_check: no reply from 172.21.15.67:6806 osd.0 since back 2023-12-09T02:18:37.267548+0000 front 2023-12-09T02:18:37.266985+0000 (oldest deadline 2023-12-09T02:19:03.067794+0000) 2023-12-09T02:19:13.971 INFO:journalctl@ceph.osd.7.smithi125.stdout:Dec 09 02:19:13 smithi125 bash[82798]: debug 2023-12-09T02:19:13.528+0000 7f6e60d14700 -1 osd.7 157 heartbeat_check: no reply from 172.21.15.67:6814 osd.1 since back 2023-12-09T02:18:47.070322+0000 front 2023-12-09T02:18:47.070750+0000 (oldest deadline 2023-12-09T02:19:12.970412+0000) 2023-12-09T02:19:14.470 INFO:journalctl@ceph.osd.4.smithi125.stdout:Dec 09 02:19:14 smithi125 bash[73276]: debug 2023-12-09T02:19:14.168+0000 7f4fb79fc700 -1 osd.4 157 heartbeat_check: no reply from 172.21.15.67:6806 osd.0 since back 2023-12-09T02:18:38.904284+0000 front 2023-12-09T02:18:38.904052+0000 (oldest deadline 2023-12-09T02:19:03.604202+0000) 2023-12-09T02:19:14.471 INFO:journalctl@ceph.osd.4.smithi125.stdout:Dec 09 02:19:14 smithi125 bash[73276]: debug 2023-12-09T02:19:14.168+0000 7f4fb79fc700 -1 osd.4 157 heartbeat_check: no reply from 172.21.15.67:6814 osd.1 since back 2023-12-09T02:18:48.305536+0000 front 2023-12-09T02:18:48.305627+0000 (oldest deadline 2023-12-09T02:19:11.205763+0000) 2023-12-09T02:19:14.471 INFO:journalctl@ceph.osd.6.smithi125.stdout:Dec 09 02:19:14 smithi125 bash[79645]: debug 2023-12-09T02:19:14.312+0000 7fcdbb863700 -1 osd.6 157 heartbeat_check: no reply from 172.21.15.67:6806 osd.0 since back 2023-12-09T02:18:38.052520+0000 front 2023-12-09T02:18:38.052350+0000 (oldest deadline 2023-12-09T02:19:03.253005+0000) 2023-12-09T02:19:14.471 INFO:journalctl@ceph.osd.6.smithi125.stdout:Dec 09 02:19:14 smithi125 bash[79645]: debug 2023-12-09T02:19:14.312+0000 7fcdbb863700 -1 osd.6 157 heartbeat_check: no reply from 172.21.15.67:6814 osd.1 since back 2023-12-09T02:18:43.254265+0000 front 2023-12-09T02:18:43.254218+0000 (oldest deadline 2023-12-09T02:19:09.153624+0000) 2023-12-09T02:19:14.533 INFO:journalctl@ceph.alertmanager.a.smithi067.stdout:Dec 09 02:19:14 smithi067 bash[71219]: level=error ts=2023-12-09T02:19:14.245Z caller=dispatch.go:354 component=dispatcher msg="Notify for alerts failed" num_alerts=1 err="ceph-dashboard/webhook[1]: notify retry canceled after 8 attempts: Post \"https://smithi067.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.67:8443: connect: connection refused; ceph-dashboard/webhook[0]: notify retry canceled after 7 attempts: Post \"https://smithi125.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.125:8443: connect: connection refused" 2023-12-09T02:19:14.533 INFO:journalctl@ceph.alertmanager.a.smithi067.stdout:Dec 09 02:19:14 smithi067 bash[71219]: level=warn ts=2023-12-09T02:19:14.246Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://smithi067.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.67:8443: connect: connection refused" 2023-12-09T02:19:14.534 INFO:journalctl@ceph.alertmanager.a.smithi067.stdout:Dec 09 02:19:14 smithi067 bash[71219]: level=warn ts=2023-12-09T02:19:14.247Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://smithi125.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.125:8443: connect: connection refused" 2023-12-09T02:19:14.970 INFO:journalctl@ceph.osd.7.smithi125.stdout:Dec 09 02:19:14 smithi125 bash[82798]: debug 2023-12-09T02:19:14.540+0000 7f6e60d14700 -1 osd.7 157 heartbeat_check: no reply from 172.21.15.67:6806 osd.0 since back 2023-12-09T02:18:37.267548+0000 front 2023-12-09T02:18:37.266985+0000 (oldest deadline 2023-12-09T02:19:03.067794+0000) 2023-12-09T02:19:14.971 INFO:journalctl@ceph.osd.7.smithi125.stdout:Dec 09 02:19:14 smithi125 bash[82798]: debug 2023-12-09T02:19:14.540+0000 7f6e60d14700 -1 osd.7 157 heartbeat_check: no reply from 172.21.15.67:6814 osd.1 since back 2023-12-09T02:18:47.070322+0000 front 2023-12-09T02:18:47.070750+0000 (oldest deadline 2023-12-09T02:19:12.970412+0000) 2023-12-09T02:19:14.971 INFO:journalctl@ceph.osd.5.smithi125.stdout:Dec 09 02:19:14 smithi125 bash[76488]: debug 2023-12-09T02:19:14.588+0000 7fcfcbf8d700 -1 osd.5 157 heartbeat_check: no reply from 172.21.15.67:6806 osd.0 since back 2023-12-09T02:18:38.175885+0000 front 2023-12-09T02:18:38.175704+0000 (oldest deadline 2023-12-09T02:19:02.875930+0000) 2023-12-09T02:19:14.971 INFO:journalctl@ceph.osd.5.smithi125.stdout:Dec 09 02:19:14 smithi125 bash[76488]: debug 2023-12-09T02:19:14.588+0000 7fcfcbf8d700 -1 osd.5 157 heartbeat_check: no reply from 172.21.15.67:6814 osd.1 since back 2023-12-09T02:18:44.577839+0000 front 2023-12-09T02:18:44.577587+0000 (oldest deadline 2023-12-09T02:19:10.477147+0000) 2023-12-09T02:19:15.618 INFO:journalctl@ceph.osd.7.smithi125.stdout:Dec 09 02:19:15 smithi125 bash[82798]: debug 2023-12-09T02:19:15.540+0000 7f6e60d14700 -1 osd.7 157 heartbeat_check: no reply from 172.21.15.67:6806 osd.0 since back 2023-12-09T02:18:37.267548+0000 front 2023-12-09T02:18:37.266985+0000 (oldest deadline 2023-12-09T02:19:03.067794+0000) 2023-12-09T02:19:15.618 INFO:journalctl@ceph.osd.7.smithi125.stdout:Dec 09 02:19:15 smithi125 bash[82798]: debug 2023-12-09T02:19:15.540+0000 7f6e60d14700 -1 osd.7 157 heartbeat_check: no reply from 172.21.15.67:6814 osd.1 since back 2023-12-09T02:18:47.070322+0000 front 2023-12-09T02:18:47.070750+0000 (oldest deadline 2023-12-09T02:19:12.970412+0000) 2023-12-09T02:19:15.619 INFO:journalctl@ceph.osd.6.smithi125.stdout:Dec 09 02:19:15 smithi125 bash[79645]: debug 2023-12-09T02:19:15.352+0000 7fcdbb863700 -1 osd.6 157 heartbeat_check: no reply from 172.21.15.67:6806 osd.0 since back 2023-12-09T02:18:38.052520+0000 front 2023-12-09T02:18:38.052350+0000 (oldest deadline 2023-12-09T02:19:03.253005+0000) 2023-12-09T02:19:15.619 INFO:journalctl@ceph.osd.6.smithi125.stdout:Dec 09 02:19:15 smithi125 bash[79645]: debug 2023-12-09T02:19:15.352+0000 7fcdbb863700 -1 osd.6 157 heartbeat_check: no reply from 172.21.15.67:6814 osd.1 since back 2023-12-09T02:18:43.254265+0000 front 2023-12-09T02:18:43.254218+0000 (oldest deadline 2023-12-09T02:19:09.153624+0000) 2023-12-09T02:19:15.970 INFO:journalctl@ceph.osd.5.smithi125.stdout:Dec 09 02:19:15 smithi125 bash[76488]: debug 2023-12-09T02:19:15.612+0000 7fcfcbf8d700 -1 osd.5 157 heartbeat_check: no reply from 172.21.15.67:6806 osd.0 since back 2023-12-09T02:18:38.175885+0000 front 2023-12-09T02:18:38.175704+0000 (oldest deadline 2023-12-09T02:19:02.875930+0000) 2023-12-09T02:19:15.971 INFO:journalctl@ceph.osd.5.smithi125.stdout:Dec 09 02:19:15 smithi125 bash[76488]: debug 2023-12-09T02:19:15.612+0000 7fcfcbf8d700 -1 osd.5 157 heartbeat_check: no reply from 172.21.15.67:6814 osd.1 since back 2023-12-09T02:18:44.577839+0000 front 2023-12-09T02:18:44.577587+0000 (oldest deadline 2023-12-09T02:19:10.477147+0000) 2023-12-09T02:19:16.642 INFO:journalctl@ceph.osd.4.smithi125.stdout:Dec 09 02:19:16 smithi125 bash[87540]: ceph-6db93fb0-9635-11ee-95a3-87774f69a715-osd-4 2023-12-09T02:19:16.643 INFO:journalctl@ceph.osd.5.smithi125.stdout:Dec 09 02:19:16 smithi125 bash[76488]: debug 2023-12-09T02:19:16.572+0000 7fcfcbf8d700 -1 osd.5 157 heartbeat_check: no reply from 172.21.15.67:6806 osd.0 since back 2023-12-09T02:18:38.175885+0000 front 2023-12-09T02:18:38.175704+0000 (oldest deadline 2023-12-09T02:19:02.875930+0000) 2023-12-09T02:19:16.643 INFO:journalctl@ceph.osd.5.smithi125.stdout:Dec 09 02:19:16 smithi125 bash[76488]: debug 2023-12-09T02:19:16.572+0000 7fcfcbf8d700 -1 osd.5 157 heartbeat_check: no reply from 172.21.15.67:6814 osd.1 since back 2023-12-09T02:18:44.577839+0000 front 2023-12-09T02:18:44.577587+0000 (oldest deadline 2023-12-09T02:19:10.477147+0000) 2023-12-09T02:19:16.643 INFO:journalctl@ceph.osd.6.smithi125.stdout:Dec 09 02:19:16 smithi125 bash[79645]: debug 2023-12-09T02:19:16.336+0000 7fcdbb863700 -1 osd.6 157 heartbeat_check: no reply from 172.21.15.67:6806 osd.0 since back 2023-12-09T02:18:38.052520+0000 front 2023-12-09T02:18:38.052350+0000 (oldest deadline 2023-12-09T02:19:03.253005+0000) 2023-12-09T02:19:16.644 INFO:journalctl@ceph.osd.6.smithi125.stdout:Dec 09 02:19:16 smithi125 bash[79645]: debug 2023-12-09T02:19:16.336+0000 7fcdbb863700 -1 osd.6 157 heartbeat_check: no reply from 172.21.15.67:6814 osd.1 since back 2023-12-09T02:18:43.254265+0000 front 2023-12-09T02:18:43.254218+0000 (oldest deadline 2023-12-09T02:19:09.153624+0000) 2023-12-09T02:19:16.644 INFO:journalctl@ceph.osd.7.smithi125.stdout:Dec 09 02:19:16 smithi125 bash[82798]: debug 2023-12-09T02:19:16.508+0000 7f6e60d14700 -1 osd.7 157 heartbeat_check: no reply from 172.21.15.67:6806 osd.0 since back 2023-12-09T02:18:37.267548+0000 front 2023-12-09T02:18:37.266985+0000 (oldest deadline 2023-12-09T02:19:03.067794+0000) 2023-12-09T02:19:16.644 INFO:journalctl@ceph.osd.7.smithi125.stdout:Dec 09 02:19:16 smithi125 bash[82798]: debug 2023-12-09T02:19:16.508+0000 7f6e60d14700 -1 osd.7 157 heartbeat_check: no reply from 172.21.15.67:6814 osd.1 since back 2023-12-09T02:18:47.070322+0000 front 2023-12-09T02:18:47.070750+0000 (oldest deadline 2023-12-09T02:19:12.970412+0000) 2023-12-09T02:19:16.970 INFO:journalctl@ceph.osd.4.smithi125.stdout:Dec 09 02:19:16 smithi125 bash[87614]: Error response from daemon: No such container: ceph-6db93fb0-9635-11ee-95a3-87774f69a715-osd-4 2023-12-09T02:19:17.602 INFO:journalctl@ceph.osd.6.smithi125.stdout:Dec 09 02:19:17 smithi125 bash[79645]: debug 2023-12-09T02:19:17.288+0000 7fcdbb863700 -1 osd.6 157 heartbeat_check: no reply from 172.21.15.67:6806 osd.0 since back 2023-12-09T02:18:38.052520+0000 front 2023-12-09T02:18:38.052350+0000 (oldest deadline 2023-12-09T02:19:03.253005+0000) 2023-12-09T02:19:17.603 INFO:journalctl@ceph.osd.6.smithi125.stdout:Dec 09 02:19:17 smithi125 bash[79645]: debug 2023-12-09T02:19:17.288+0000 7fcdbb863700 -1 osd.6 157 heartbeat_check: no reply from 172.21.15.67:6814 osd.1 since back 2023-12-09T02:18:43.254265+0000 front 2023-12-09T02:18:43.254218+0000 (oldest deadline 2023-12-09T02:19:09.153624+0000) 2023-12-09T02:19:17.603 INFO:journalctl@ceph.osd.7.smithi125.stdout:Dec 09 02:19:17 smithi125 bash[82798]: debug 2023-12-09T02:19:17.500+0000 7f6e60d14700 -1 osd.7 157 heartbeat_check: no reply from 172.21.15.67:6806 osd.0 since back 2023-12-09T02:18:37.267548+0000 front 2023-12-09T02:18:37.266985+0000 (oldest deadline 2023-12-09T02:19:03.067794+0000) 2023-12-09T02:19:17.603 INFO:journalctl@ceph.osd.7.smithi125.stdout:Dec 09 02:19:17 smithi125 bash[82798]: debug 2023-12-09T02:19:17.500+0000 7f6e60d14700 -1 osd.7 157 heartbeat_check: no reply from 172.21.15.67:6814 osd.1 since back 2023-12-09T02:18:47.070322+0000 front 2023-12-09T02:18:47.070750+0000 (oldest deadline 2023-12-09T02:19:12.970412+0000) 2023-12-09T02:19:17.970 INFO:journalctl@ceph.osd.5.smithi125.stdout:Dec 09 02:19:17 smithi125 bash[76488]: debug 2023-12-09T02:19:17.596+0000 7fcfcbf8d700 -1 osd.5 157 heartbeat_check: no reply from 172.21.15.67:6806 osd.0 since back 2023-12-09T02:18:38.175885+0000 front 2023-12-09T02:18:38.175704+0000 (oldest deadline 2023-12-09T02:19:02.875930+0000) 2023-12-09T02:19:17.970 INFO:journalctl@ceph.osd.5.smithi125.stdout:Dec 09 02:19:17 smithi125 bash[76488]: debug 2023-12-09T02:19:17.596+0000 7fcfcbf8d700 -1 osd.5 157 heartbeat_check: no reply from 172.21.15.67:6814 osd.1 since back 2023-12-09T02:18:44.577839+0000 front 2023-12-09T02:18:44.577587+0000 (oldest deadline 2023-12-09T02:19:10.477147+0000) 2023-12-09T02:19:18.470 INFO:journalctl@ceph.osd.6.smithi125.stdout:Dec 09 02:19:18 smithi125 bash[79645]: debug 2023-12-09T02:19:18.276+0000 7fcdbb863700 -1 osd.6 157 heartbeat_check: no reply from 172.21.15.67:6806 osd.0 since back 2023-12-09T02:18:38.052520+0000 front 2023-12-09T02:18:38.052350+0000 (oldest deadline 2023-12-09T02:19:03.253005+0000) 2023-12-09T02:19:18.471 INFO:journalctl@ceph.osd.6.smithi125.stdout:Dec 09 02:19:18 smithi125 bash[79645]: debug 2023-12-09T02:19:18.276+0000 7fcdbb863700 -1 osd.6 157 heartbeat_check: no reply from 172.21.15.67:6814 osd.1 since back 2023-12-09T02:18:43.254265+0000 front 2023-12-09T02:18:43.254218+0000 (oldest deadline 2023-12-09T02:19:09.153624+0000) 2023-12-09T02:19:18.814 INFO:journalctl@ceph.osd.5.smithi125.stdout:Dec 09 02:19:18 smithi125 bash[76488]: debug 2023-12-09T02:19:18.564+0000 7fcfcbf8d700 -1 osd.5 157 heartbeat_check: no reply from 172.21.15.67:6806 osd.0 since back 2023-12-09T02:18:38.175885+0000 front 2023-12-09T02:18:38.175704+0000 (oldest deadline 2023-12-09T02:19:02.875930+0000) 2023-12-09T02:19:18.815 INFO:journalctl@ceph.osd.5.smithi125.stdout:Dec 09 02:19:18 smithi125 bash[76488]: debug 2023-12-09T02:19:18.564+0000 7fcfcbf8d700 -1 osd.5 157 heartbeat_check: no reply from 172.21.15.67:6814 osd.1 since back 2023-12-09T02:18:44.577839+0000 front 2023-12-09T02:18:44.577587+0000 (oldest deadline 2023-12-09T02:19:10.477147+0000) 2023-12-09T02:19:18.815 INFO:journalctl@ceph.osd.7.smithi125.stdout:Dec 09 02:19:18 smithi125 bash[82798]: debug 2023-12-09T02:19:18.536+0000 7f6e60d14700 -1 osd.7 157 heartbeat_check: no reply from 172.21.15.67:6806 osd.0 since back 2023-12-09T02:18:37.267548+0000 front 2023-12-09T02:18:37.266985+0000 (oldest deadline 2023-12-09T02:19:03.067794+0000) 2023-12-09T02:19:18.815 INFO:journalctl@ceph.osd.7.smithi125.stdout:Dec 09 02:19:18 smithi125 bash[82798]: debug 2023-12-09T02:19:18.536+0000 7f6e60d14700 -1 osd.7 157 heartbeat_check: no reply from 172.21.15.67:6814 osd.1 since back 2023-12-09T02:18:47.070322+0000 front 2023-12-09T02:18:47.070750+0000 (oldest deadline 2023-12-09T02:19:12.970412+0000) 2023-12-09T02:19:18.815 INFO:journalctl@ceph.osd.7.smithi125.stdout:Dec 09 02:19:18 smithi125 bash[82798]: debug 2023-12-09T02:19:18.536+0000 7f6e60d14700 -1 osd.7 157 heartbeat_check: no reply from 172.21.15.67:6822 osd.2 since back 2023-12-09T02:18:52.971443+0000 front 2023-12-09T02:18:52.971368+0000 (oldest deadline 2023-12-09T02:19:18.271157+0000) 2023-12-09T02:19:18.819 DEBUG:teuthology.orchestra.run.smithi125:> sudo pkill -f 'journalctl -f -n 0 -u ceph-6db93fb0-9635-11ee-95a3-87774f69a715@osd.4.service' 2023-12-09T02:19:18.852 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-09T02:19:18.852 INFO:tasks.cephadm.osd.4:Stopped osd.4 2023-12-09T02:19:18.852 INFO:tasks.cephadm.osd.5:Stopping osd.5... 2023-12-09T02:19:18.852 DEBUG:teuthology.orchestra.run.smithi125:> sudo systemctl stop ceph-6db93fb0-9635-11ee-95a3-87774f69a715@osd.5 2023-12-09T02:19:19.220 INFO:journalctl@ceph.osd.5.smithi125.stdout:Dec 09 02:19:18 smithi125 systemd[1]: Stopping Ceph osd.5 for 6db93fb0-9635-11ee-95a3-87774f69a715... 2023-12-09T02:19:19.221 INFO:journalctl@ceph.osd.5.smithi125.stdout:Dec 09 02:19:19 smithi125 bash[76488]: debug 2023-12-09T02:19:18.996+0000 7fcfd399a700 -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-09T02:19:19.221 INFO:journalctl@ceph.osd.5.smithi125.stdout:Dec 09 02:19:19 smithi125 bash[76488]: debug 2023-12-09T02:19:18.996+0000 7fcfd399a700 -1 osd.5 157 *** Got signal Terminated *** 2023-12-09T02:19:19.221 INFO:journalctl@ceph.osd.5.smithi125.stdout:Dec 09 02:19:19 smithi125 bash[76488]: debug 2023-12-09T02:19:18.996+0000 7fcfd399a700 -1 osd.5 157 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-09T02:19:19.555 INFO:journalctl@ceph.osd.5.smithi125.stdout:Dec 09 02:19:19 smithi125 bash[76488]: debug 2023-12-09T02:19:19.524+0000 7fcfcbf8d700 -1 osd.5 157 heartbeat_check: no reply from 172.21.15.67:6806 osd.0 since back 2023-12-09T02:18:38.175885+0000 front 2023-12-09T02:18:38.175704+0000 (oldest deadline 2023-12-09T02:19:02.875930+0000) 2023-12-09T02:19:19.555 INFO:journalctl@ceph.osd.5.smithi125.stdout:Dec 09 02:19:19 smithi125 bash[76488]: debug 2023-12-09T02:19:19.524+0000 7fcfcbf8d700 -1 osd.5 157 heartbeat_check: no reply from 172.21.15.67:6814 osd.1 since back 2023-12-09T02:18:44.577839+0000 front 2023-12-09T02:18:44.577587+0000 (oldest deadline 2023-12-09T02:19:10.477147+0000) 2023-12-09T02:19:19.556 INFO:journalctl@ceph.osd.6.smithi125.stdout:Dec 09 02:19:19 smithi125 bash[79645]: debug 2023-12-09T02:19:19.296+0000 7fcdbb863700 -1 osd.6 157 heartbeat_check: no reply from 172.21.15.67:6806 osd.0 since back 2023-12-09T02:18:38.052520+0000 front 2023-12-09T02:18:38.052350+0000 (oldest deadline 2023-12-09T02:19:03.253005+0000) 2023-12-09T02:19:19.556 INFO:journalctl@ceph.osd.6.smithi125.stdout:Dec 09 02:19:19 smithi125 bash[79645]: debug 2023-12-09T02:19:19.296+0000 7fcdbb863700 -1 osd.6 157 heartbeat_check: no reply from 172.21.15.67:6814 osd.1 since back 2023-12-09T02:18:43.254265+0000 front 2023-12-09T02:18:43.254218+0000 (oldest deadline 2023-12-09T02:19:09.153624+0000) 2023-12-09T02:19:19.970 INFO:journalctl@ceph.osd.7.smithi125.stdout:Dec 09 02:19:19 smithi125 bash[82798]: debug 2023-12-09T02:19:19.552+0000 7f6e60d14700 -1 osd.7 157 heartbeat_check: no reply from 172.21.15.67:6806 osd.0 since back 2023-12-09T02:18:37.267548+0000 front 2023-12-09T02:18:37.266985+0000 (oldest deadline 2023-12-09T02:19:03.067794+0000) 2023-12-09T02:19:19.971 INFO:journalctl@ceph.osd.7.smithi125.stdout:Dec 09 02:19:19 smithi125 bash[82798]: debug 2023-12-09T02:19:19.552+0000 7f6e60d14700 -1 osd.7 157 heartbeat_check: no reply from 172.21.15.67:6814 osd.1 since back 2023-12-09T02:18:47.070322+0000 front 2023-12-09T02:18:47.070750+0000 (oldest deadline 2023-12-09T02:19:12.970412+0000) 2023-12-09T02:19:19.971 INFO:journalctl@ceph.osd.7.smithi125.stdout:Dec 09 02:19:19 smithi125 bash[82798]: debug 2023-12-09T02:19:19.552+0000 7f6e60d14700 -1 osd.7 157 heartbeat_check: no reply from 172.21.15.67:6822 osd.2 since back 2023-12-09T02:18:52.971443+0000 front 2023-12-09T02:18:52.971368+0000 (oldest deadline 2023-12-09T02:19:18.271157+0000) 2023-12-09T02:19:20.542 INFO:journalctl@ceph.osd.6.smithi125.stdout:Dec 09 02:19:20 smithi125 bash[79645]: debug 2023-12-09T02:19:20.280+0000 7fcdbb863700 -1 osd.6 157 heartbeat_check: no reply from 172.21.15.67:6806 osd.0 since back 2023-12-09T02:18:38.052520+0000 front 2023-12-09T02:18:38.052350+0000 (oldest deadline 2023-12-09T02:19:03.253005+0000) 2023-12-09T02:19:20.542 INFO:journalctl@ceph.osd.6.smithi125.stdout:Dec 09 02:19:20 smithi125 bash[79645]: debug 2023-12-09T02:19:20.280+0000 7fcdbb863700 -1 osd.6 157 heartbeat_check: no reply from 172.21.15.67:6814 osd.1 since back 2023-12-09T02:18:43.254265+0000 front 2023-12-09T02:18:43.254218+0000 (oldest deadline 2023-12-09T02:19:09.153624+0000) 2023-12-09T02:19:20.542 INFO:journalctl@ceph.osd.6.smithi125.stdout:Dec 09 02:19:20 smithi125 bash[79645]: debug 2023-12-09T02:19:20.280+0000 7fcdbb863700 -1 osd.6 157 heartbeat_check: no reply from 172.21.15.67:6822 osd.2 since back 2023-12-09T02:18:51.956075+0000 front 2023-12-09T02:18:51.956018+0000 (oldest deadline 2023-12-09T02:19:20.156756+0000) 2023-12-09T02:19:20.828 INFO:journalctl@ceph.prometheus.a.smithi125.stdout:Dec 09 02:19:20 smithi125 bash[62302]: ts=2023-12-09T02:19:20.576Z caller=refresh.go:98 level=error component="discovery manager scrape" discovery=http msg="Unable to refresh target groups" err="Get \"http://172.21.15.67:8765/sd/prometheus/sd-config?service=ceph-exporter\": dial tcp 172.21.15.67:8765: connect: connection refused" 2023-12-09T02:19:20.829 INFO:journalctl@ceph.prometheus.a.smithi125.stdout:Dec 09 02:19:20 smithi125 bash[62302]: ts=2023-12-09T02:19:20.579Z caller=refresh.go:98 level=error component="discovery manager scrape" discovery=http msg="Unable to refresh target groups" err="Get \"http://172.21.15.67:8765/sd/prometheus/sd-config?service=node-exporter\": dial tcp 172.21.15.67:8765: connect: connection refused" 2023-12-09T02:19:20.829 INFO:journalctl@ceph.prometheus.a.smithi125.stdout:Dec 09 02:19:20 smithi125 bash[62302]: ts=2023-12-09T02:19:20.581Z caller=refresh.go:98 level=error component="discovery manager notify" discovery=http msg="Unable to refresh target groups" err="Get \"http://172.21.15.67:8765/sd/prometheus/sd-config?service=alertmanager\": dial tcp 172.21.15.67:8765: connect: connection refused" 2023-12-09T02:19:20.829 INFO:journalctl@ceph.prometheus.a.smithi125.stdout:Dec 09 02:19:20 smithi125 bash[62302]: ts=2023-12-09T02:19:20.581Z caller=refresh.go:98 level=error component="discovery manager scrape" discovery=http msg="Unable to refresh target groups" err="Get \"http://172.21.15.67:8765/sd/prometheus/sd-config?service=mgr-prometheus\": dial tcp 172.21.15.67:8765: connect: connection refused" 2023-12-09T02:19:20.829 INFO:journalctl@ceph.osd.5.smithi125.stdout:Dec 09 02:19:20 smithi125 bash[76488]: debug 2023-12-09T02:19:20.536+0000 7fcfcbf8d700 -1 osd.5 157 heartbeat_check: no reply from 172.21.15.67:6806 osd.0 since back 2023-12-09T02:18:38.175885+0000 front 2023-12-09T02:18:38.175704+0000 (oldest deadline 2023-12-09T02:19:02.875930+0000) 2023-12-09T02:19:20.829 INFO:journalctl@ceph.osd.5.smithi125.stdout:Dec 09 02:19:20 smithi125 bash[76488]: debug 2023-12-09T02:19:20.536+0000 7fcfcbf8d700 -1 osd.5 157 heartbeat_check: no reply from 172.21.15.67:6814 osd.1 since back 2023-12-09T02:18:44.577839+0000 front 2023-12-09T02:18:44.577587+0000 (oldest deadline 2023-12-09T02:19:10.477147+0000) 2023-12-09T02:19:20.830 INFO:journalctl@ceph.osd.7.smithi125.stdout:Dec 09 02:19:20 smithi125 bash[82798]: debug 2023-12-09T02:19:20.584+0000 7f6e60d14700 -1 osd.7 157 heartbeat_check: no reply from 172.21.15.67:6806 osd.0 since back 2023-12-09T02:18:37.267548+0000 front 2023-12-09T02:18:37.266985+0000 (oldest deadline 2023-12-09T02:19:03.067794+0000) 2023-12-09T02:19:20.830 INFO:journalctl@ceph.osd.7.smithi125.stdout:Dec 09 02:19:20 smithi125 bash[82798]: debug 2023-12-09T02:19:20.584+0000 7f6e60d14700 -1 osd.7 157 heartbeat_check: no reply from 172.21.15.67:6814 osd.1 since back 2023-12-09T02:18:47.070322+0000 front 2023-12-09T02:18:47.070750+0000 (oldest deadline 2023-12-09T02:19:12.970412+0000) 2023-12-09T02:19:20.830 INFO:journalctl@ceph.osd.7.smithi125.stdout:Dec 09 02:19:20 smithi125 bash[82798]: debug 2023-12-09T02:19:20.584+0000 7f6e60d14700 -1 osd.7 157 heartbeat_check: no reply from 172.21.15.67:6822 osd.2 since back 2023-12-09T02:18:52.971443+0000 front 2023-12-09T02:18:52.971368+0000 (oldest deadline 2023-12-09T02:19:18.271157+0000) 2023-12-09T02:19:21.580 INFO:journalctl@ceph.osd.6.smithi125.stdout:Dec 09 02:19:21 smithi125 bash[79645]: debug 2023-12-09T02:19:21.264+0000 7fcdbb863700 -1 osd.6 157 heartbeat_check: no reply from 172.21.15.67:6806 osd.0 since back 2023-12-09T02:18:38.052520+0000 front 2023-12-09T02:18:38.052350+0000 (oldest deadline 2023-12-09T02:19:03.253005+0000) 2023-12-09T02:19:21.580 INFO:journalctl@ceph.osd.6.smithi125.stdout:Dec 09 02:19:21 smithi125 bash[79645]: debug 2023-12-09T02:19:21.264+0000 7fcdbb863700 -1 osd.6 157 heartbeat_check: no reply from 172.21.15.67:6814 osd.1 since back 2023-12-09T02:18:43.254265+0000 front 2023-12-09T02:18:43.254218+0000 (oldest deadline 2023-12-09T02:19:09.153624+0000) 2023-12-09T02:19:21.580 INFO:journalctl@ceph.osd.6.smithi125.stdout:Dec 09 02:19:21 smithi125 bash[79645]: debug 2023-12-09T02:19:21.264+0000 7fcdbb863700 -1 osd.6 157 heartbeat_check: no reply from 172.21.15.67:6822 osd.2 since back 2023-12-09T02:18:51.956075+0000 front 2023-12-09T02:18:51.956018+0000 (oldest deadline 2023-12-09T02:19:20.156756+0000) 2023-12-09T02:19:21.850 INFO:journalctl@ceph.osd.5.smithi125.stdout:Dec 09 02:19:21 smithi125 bash[76488]: debug 2023-12-09T02:19:21.576+0000 7fcfcbf8d700 -1 osd.5 157 heartbeat_check: no reply from 172.21.15.67:6806 osd.0 since back 2023-12-09T02:18:38.175885+0000 front 2023-12-09T02:18:38.175704+0000 (oldest deadline 2023-12-09T02:19:02.875930+0000) 2023-12-09T02:19:21.850 INFO:journalctl@ceph.osd.5.smithi125.stdout:Dec 09 02:19:21 smithi125 bash[76488]: debug 2023-12-09T02:19:21.576+0000 7fcfcbf8d700 -1 osd.5 157 heartbeat_check: no reply from 172.21.15.67:6814 osd.1 since back 2023-12-09T02:18:44.577839+0000 front 2023-12-09T02:18:44.577587+0000 (oldest deadline 2023-12-09T02:19:10.477147+0000) 2023-12-09T02:19:21.850 INFO:journalctl@ceph.osd.7.smithi125.stdout:Dec 09 02:19:21 smithi125 bash[82798]: debug 2023-12-09T02:19:21.612+0000 7f6e60d14700 -1 osd.7 157 heartbeat_check: no reply from 172.21.15.67:6806 osd.0 since back 2023-12-09T02:18:37.267548+0000 front 2023-12-09T02:18:37.266985+0000 (oldest deadline 2023-12-09T02:19:03.067794+0000) 2023-12-09T02:19:21.850 INFO:journalctl@ceph.osd.7.smithi125.stdout:Dec 09 02:19:21 smithi125 bash[82798]: debug 2023-12-09T02:19:21.612+0000 7f6e60d14700 -1 osd.7 157 heartbeat_check: no reply from 172.21.15.67:6814 osd.1 since back 2023-12-09T02:18:47.070322+0000 front 2023-12-09T02:18:47.070750+0000 (oldest deadline 2023-12-09T02:19:12.970412+0000) 2023-12-09T02:19:21.851 INFO:journalctl@ceph.osd.7.smithi125.stdout:Dec 09 02:19:21 smithi125 bash[82798]: debug 2023-12-09T02:19:21.612+0000 7f6e60d14700 -1 osd.7 157 heartbeat_check: no reply from 172.21.15.67:6822 osd.2 since back 2023-12-09T02:18:52.971443+0000 front 2023-12-09T02:18:52.971368+0000 (oldest deadline 2023-12-09T02:19:18.271157+0000) 2023-12-09T02:19:22.470 INFO:journalctl@ceph.osd.6.smithi125.stdout:Dec 09 02:19:22 smithi125 bash[79645]: debug 2023-12-09T02:19:22.284+0000 7fcdbb863700 -1 osd.6 157 heartbeat_check: no reply from 172.21.15.67:6806 osd.0 since back 2023-12-09T02:18:38.052520+0000 front 2023-12-09T02:18:38.052350+0000 (oldest deadline 2023-12-09T02:19:03.253005+0000) 2023-12-09T02:19:22.471 INFO:journalctl@ceph.osd.6.smithi125.stdout:Dec 09 02:19:22 smithi125 bash[79645]: debug 2023-12-09T02:19:22.284+0000 7fcdbb863700 -1 osd.6 157 heartbeat_check: no reply from 172.21.15.67:6814 osd.1 since back 2023-12-09T02:18:43.254265+0000 front 2023-12-09T02:18:43.254218+0000 (oldest deadline 2023-12-09T02:19:09.153624+0000) 2023-12-09T02:19:22.471 INFO:journalctl@ceph.osd.6.smithi125.stdout:Dec 09 02:19:22 smithi125 bash[79645]: debug 2023-12-09T02:19:22.284+0000 7fcdbb863700 -1 osd.6 157 heartbeat_check: no reply from 172.21.15.67:6822 osd.2 since back 2023-12-09T02:18:51.956075+0000 front 2023-12-09T02:18:51.956018+0000 (oldest deadline 2023-12-09T02:19:20.156756+0000) 2023-12-09T02:19:22.970 INFO:journalctl@ceph.osd.5.smithi125.stdout:Dec 09 02:19:22 smithi125 bash[76488]: debug 2023-12-09T02:19:22.568+0000 7fcfcbf8d700 -1 osd.5 157 heartbeat_check: no reply from 172.21.15.67:6806 osd.0 since back 2023-12-09T02:18:38.175885+0000 front 2023-12-09T02:18:38.175704+0000 (oldest deadline 2023-12-09T02:19:02.875930+0000) 2023-12-09T02:19:22.971 INFO:journalctl@ceph.osd.5.smithi125.stdout:Dec 09 02:19:22 smithi125 bash[76488]: debug 2023-12-09T02:19:22.568+0000 7fcfcbf8d700 -1 osd.5 157 heartbeat_check: no reply from 172.21.15.67:6814 osd.1 since back 2023-12-09T02:18:44.577839+0000 front 2023-12-09T02:18:44.577587+0000 (oldest deadline 2023-12-09T02:19:10.477147+0000) 2023-12-09T02:19:22.971 INFO:journalctl@ceph.osd.5.smithi125.stdout:Dec 09 02:19:22 smithi125 bash[76488]: debug 2023-12-09T02:19:22.568+0000 7fcfcbf8d700 -1 osd.5 157 heartbeat_check: no reply from 172.21.15.67:6822 osd.2 since back 2023-12-09T02:18:57.479641+0000 front 2023-12-09T02:18:57.479497+0000 (oldest deadline 2023-12-09T02:19:22.179154+0000) 2023-12-09T02:19:22.971 INFO:journalctl@ceph.osd.7.smithi125.stdout:Dec 09 02:19:22 smithi125 bash[82798]: debug 2023-12-09T02:19:22.580+0000 7f6e60d14700 -1 osd.7 157 heartbeat_check: no reply from 172.21.15.67:6806 osd.0 since back 2023-12-09T02:18:37.267548+0000 front 2023-12-09T02:18:37.266985+0000 (oldest deadline 2023-12-09T02:19:03.067794+0000) 2023-12-09T02:19:22.971 INFO:journalctl@ceph.osd.7.smithi125.stdout:Dec 09 02:19:22 smithi125 bash[82798]: debug 2023-12-09T02:19:22.580+0000 7f6e60d14700 -1 osd.7 157 heartbeat_check: no reply from 172.21.15.67:6814 osd.1 since back 2023-12-09T02:18:47.070322+0000 front 2023-12-09T02:18:47.070750+0000 (oldest deadline 2023-12-09T02:19:12.970412+0000) 2023-12-09T02:19:22.971 INFO:journalctl@ceph.osd.7.smithi125.stdout:Dec 09 02:19:22 smithi125 bash[82798]: debug 2023-12-09T02:19:22.580+0000 7f6e60d14700 -1 osd.7 157 heartbeat_check: no reply from 172.21.15.67:6822 osd.2 since back 2023-12-09T02:18:52.971443+0000 front 2023-12-09T02:18:52.971368+0000 (oldest deadline 2023-12-09T02:19:18.271157+0000) 2023-12-09T02:19:23.606 INFO:journalctl@ceph.osd.6.smithi125.stdout:Dec 09 02:19:23 smithi125 bash[79645]: debug 2023-12-09T02:19:23.308+0000 7fcdbb863700 -1 osd.6 157 heartbeat_check: no reply from 172.21.15.67:6806 osd.0 since back 2023-12-09T02:18:38.052520+0000 front 2023-12-09T02:18:38.052350+0000 (oldest deadline 2023-12-09T02:19:03.253005+0000) 2023-12-09T02:19:23.606 INFO:journalctl@ceph.osd.6.smithi125.stdout:Dec 09 02:19:23 smithi125 bash[79645]: debug 2023-12-09T02:19:23.308+0000 7fcdbb863700 -1 osd.6 157 heartbeat_check: no reply from 172.21.15.67:6814 osd.1 since back 2023-12-09T02:18:43.254265+0000 front 2023-12-09T02:18:43.254218+0000 (oldest deadline 2023-12-09T02:19:09.153624+0000) 2023-12-09T02:19:23.607 INFO:journalctl@ceph.osd.6.smithi125.stdout:Dec 09 02:19:23 smithi125 bash[79645]: debug 2023-12-09T02:19:23.308+0000 7fcdbb863700 -1 osd.6 157 heartbeat_check: no reply from 172.21.15.67:6822 osd.2 since back 2023-12-09T02:18:51.956075+0000 front 2023-12-09T02:18:51.956018+0000 (oldest deadline 2023-12-09T02:19:20.156756+0000) 2023-12-09T02:19:23.970 INFO:journalctl@ceph.osd.5.smithi125.stdout:Dec 09 02:19:23 smithi125 bash[76488]: debug 2023-12-09T02:19:23.608+0000 7fcfcbf8d700 -1 osd.5 157 heartbeat_check: no reply from 172.21.15.67:6806 osd.0 since back 2023-12-09T02:18:38.175885+0000 front 2023-12-09T02:18:38.175704+0000 (oldest deadline 2023-12-09T02:19:02.875930+0000) 2023-12-09T02:19:23.971 INFO:journalctl@ceph.osd.5.smithi125.stdout:Dec 09 02:19:23 smithi125 bash[76488]: debug 2023-12-09T02:19:23.608+0000 7fcfcbf8d700 -1 osd.5 157 heartbeat_check: no reply from 172.21.15.67:6814 osd.1 since back 2023-12-09T02:18:44.577839+0000 front 2023-12-09T02:18:44.577587+0000 (oldest deadline 2023-12-09T02:19:10.477147+0000) 2023-12-09T02:19:23.971 INFO:journalctl@ceph.osd.5.smithi125.stdout:Dec 09 02:19:23 smithi125 bash[76488]: debug 2023-12-09T02:19:23.608+0000 7fcfcbf8d700 -1 osd.5 157 heartbeat_check: no reply from 172.21.15.67:6822 osd.2 since back 2023-12-09T02:18:57.479641+0000 front 2023-12-09T02:18:57.479497+0000 (oldest deadline 2023-12-09T02:19:22.179154+0000) 2023-12-09T02:19:23.971 INFO:journalctl@ceph.osd.7.smithi125.stdout:Dec 09 02:19:23 smithi125 bash[82798]: debug 2023-12-09T02:19:23.600+0000 7f6e60d14700 -1 osd.7 157 heartbeat_check: no reply from 172.21.15.67:6806 osd.0 since back 2023-12-09T02:18:37.267548+0000 front 2023-12-09T02:18:37.266985+0000 (oldest deadline 2023-12-09T02:19:03.067794+0000) 2023-12-09T02:19:23.971 INFO:journalctl@ceph.osd.7.smithi125.stdout:Dec 09 02:19:23 smithi125 bash[82798]: debug 2023-12-09T02:19:23.600+0000 7f6e60d14700 -1 osd.7 157 heartbeat_check: no reply from 172.21.15.67:6814 osd.1 since back 2023-12-09T02:18:47.070322+0000 front 2023-12-09T02:18:47.070750+0000 (oldest deadline 2023-12-09T02:19:12.970412+0000) 2023-12-09T02:19:23.971 INFO:journalctl@ceph.osd.7.smithi125.stdout:Dec 09 02:19:23 smithi125 bash[82798]: debug 2023-12-09T02:19:23.600+0000 7f6e60d14700 -1 osd.7 157 heartbeat_check: no reply from 172.21.15.67:6822 osd.2 since back 2023-12-09T02:18:52.971443+0000 front 2023-12-09T02:18:52.971368+0000 (oldest deadline 2023-12-09T02:19:18.271157+0000) 2023-12-09T02:19:24.603 INFO:journalctl@ceph.osd.6.smithi125.stdout:Dec 09 02:19:24 smithi125 bash[79645]: debug 2023-12-09T02:19:24.320+0000 7fcdbb863700 -1 osd.6 157 heartbeat_check: no reply from 172.21.15.67:6806 osd.0 since back 2023-12-09T02:18:38.052520+0000 front 2023-12-09T02:18:38.052350+0000 (oldest deadline 2023-12-09T02:19:03.253005+0000) 2023-12-09T02:19:24.604 INFO:journalctl@ceph.osd.6.smithi125.stdout:Dec 09 02:19:24 smithi125 bash[79645]: debug 2023-12-09T02:19:24.320+0000 7fcdbb863700 -1 osd.6 157 heartbeat_check: no reply from 172.21.15.67:6814 osd.1 since back 2023-12-09T02:18:43.254265+0000 front 2023-12-09T02:18:43.254218+0000 (oldest deadline 2023-12-09T02:19:09.153624+0000) 2023-12-09T02:19:24.604 INFO:journalctl@ceph.osd.6.smithi125.stdout:Dec 09 02:19:24 smithi125 bash[79645]: debug 2023-12-09T02:19:24.320+0000 7fcdbb863700 -1 osd.6 157 heartbeat_check: no reply from 172.21.15.67:6822 osd.2 since back 2023-12-09T02:18:51.956075+0000 front 2023-12-09T02:18:51.956018+0000 (oldest deadline 2023-12-09T02:19:20.156756+0000) 2023-12-09T02:19:24.720 INFO:journalctl@ceph.alertmanager.a.smithi067.stdout:Dec 09 02:19:24 smithi067 bash[71219]: level=error ts=2023-12-09T02:19:24.246Z caller=dispatch.go:354 component=dispatcher msg="Notify for alerts failed" num_alerts=1 err="ceph-dashboard/webhook[0]: notify retry canceled after 7 attempts: Post \"https://smithi125.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.125:8443: connect: connection refused; ceph-dashboard/webhook[1]: notify retry canceled after 8 attempts: Post \"https://smithi067.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.67:8443: connect: connection refused" 2023-12-09T02:19:24.721 INFO:journalctl@ceph.alertmanager.a.smithi067.stdout:Dec 09 02:19:24 smithi067 bash[71219]: level=warn ts=2023-12-09T02:19:24.247Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://smithi067.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.67:8443: connect: connection refused" 2023-12-09T02:19:24.721 INFO:journalctl@ceph.alertmanager.a.smithi067.stdout:Dec 09 02:19:24 smithi067 bash[71219]: level=warn ts=2023-12-09T02:19:24.249Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://smithi125.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.125:8443: connect: connection refused" 2023-12-09T02:19:24.971 INFO:journalctl@ceph.osd.7.smithi125.stdout:Dec 09 02:19:24 smithi125 bash[82798]: debug 2023-12-09T02:19:24.628+0000 7f6e60d14700 -1 osd.7 157 heartbeat_check: no reply from 172.21.15.67:6806 osd.0 since back 2023-12-09T02:18:37.267548+0000 front 2023-12-09T02:18:37.266985+0000 (oldest deadline 2023-12-09T02:19:03.067794+0000) 2023-12-09T02:19:24.971 INFO:journalctl@ceph.osd.7.smithi125.stdout:Dec 09 02:19:24 smithi125 bash[82798]: debug 2023-12-09T02:19:24.628+0000 7f6e60d14700 -1 osd.7 157 heartbeat_check: no reply from 172.21.15.67:6814 osd.1 since back 2023-12-09T02:18:47.070322+0000 front 2023-12-09T02:18:47.070750+0000 (oldest deadline 2023-12-09T02:19:12.970412+0000) 2023-12-09T02:19:24.971 INFO:journalctl@ceph.osd.7.smithi125.stdout:Dec 09 02:19:24 smithi125 bash[82798]: debug 2023-12-09T02:19:24.628+0000 7f6e60d14700 -1 osd.7 157 heartbeat_check: no reply from 172.21.15.67:6822 osd.2 since back 2023-12-09T02:18:52.971443+0000 front 2023-12-09T02:18:52.971368+0000 (oldest deadline 2023-12-09T02:19:18.271157+0000) 2023-12-09T02:19:25.470 INFO:journalctl@ceph.osd.5.smithi125.stdout:Dec 09 02:19:25 smithi125 bash[87756]: ceph-6db93fb0-9635-11ee-95a3-87774f69a715-osd-5 2023-12-09T02:19:25.471 INFO:journalctl@ceph.osd.6.smithi125.stdout:Dec 09 02:19:25 smithi125 bash[79645]: debug 2023-12-09T02:19:25.340+0000 7fcdbb863700 -1 osd.6 157 heartbeat_check: no reply from 172.21.15.67:6806 osd.0 since back 2023-12-09T02:18:38.052520+0000 front 2023-12-09T02:18:38.052350+0000 (oldest deadline 2023-12-09T02:19:03.253005+0000) 2023-12-09T02:19:25.471 INFO:journalctl@ceph.osd.6.smithi125.stdout:Dec 09 02:19:25 smithi125 bash[79645]: debug 2023-12-09T02:19:25.340+0000 7fcdbb863700 -1 osd.6 157 heartbeat_check: no reply from 172.21.15.67:6814 osd.1 since back 2023-12-09T02:18:43.254265+0000 front 2023-12-09T02:18:43.254218+0000 (oldest deadline 2023-12-09T02:19:09.153624+0000) 2023-12-09T02:19:25.471 INFO:journalctl@ceph.osd.6.smithi125.stdout:Dec 09 02:19:25 smithi125 bash[79645]: debug 2023-12-09T02:19:25.340+0000 7fcdbb863700 -1 osd.6 157 heartbeat_check: no reply from 172.21.15.67:6822 osd.2 since back 2023-12-09T02:18:51.956075+0000 front 2023-12-09T02:18:51.956018+0000 (oldest deadline 2023-12-09T02:19:20.156756+0000) 2023-12-09T02:19:25.794 INFO:journalctl@ceph.osd.5.smithi125.stdout:Dec 09 02:19:25 smithi125 bash[88120]: Error response from daemon: No such container: ceph-6db93fb0-9635-11ee-95a3-87774f69a715-osd-5 2023-12-09T02:19:25.795 INFO:journalctl@ceph.osd.7.smithi125.stdout:Dec 09 02:19:25 smithi125 bash[82798]: debug 2023-12-09T02:19:25.596+0000 7f6e60d14700 -1 osd.7 157 heartbeat_check: no reply from 172.21.15.67:6806 osd.0 since back 2023-12-09T02:18:37.267548+0000 front 2023-12-09T02:18:37.266985+0000 (oldest deadline 2023-12-09T02:19:03.067794+0000) 2023-12-09T02:19:25.795 INFO:journalctl@ceph.osd.7.smithi125.stdout:Dec 09 02:19:25 smithi125 bash[82798]: debug 2023-12-09T02:19:25.596+0000 7f6e60d14700 -1 osd.7 157 heartbeat_check: no reply from 172.21.15.67:6814 osd.1 since back 2023-12-09T02:18:47.070322+0000 front 2023-12-09T02:18:47.070750+0000 (oldest deadline 2023-12-09T02:19:12.970412+0000) 2023-12-09T02:19:25.795 INFO:journalctl@ceph.osd.7.smithi125.stdout:Dec 09 02:19:25 smithi125 bash[82798]: debug 2023-12-09T02:19:25.596+0000 7f6e60d14700 -1 osd.7 157 heartbeat_check: no reply from 172.21.15.67:6822 osd.2 since back 2023-12-09T02:18:52.971443+0000 front 2023-12-09T02:18:52.971368+0000 (oldest deadline 2023-12-09T02:19:18.271157+0000) 2023-12-09T02:19:26.720 INFO:journalctl@ceph.osd.6.smithi125.stdout:Dec 09 02:19:26 smithi125 bash[79645]: debug 2023-12-09T02:19:26.384+0000 7fcdbb863700 -1 osd.6 157 heartbeat_check: no reply from 172.21.15.67:6806 osd.0 since back 2023-12-09T02:18:38.052520+0000 front 2023-12-09T02:18:38.052350+0000 (oldest deadline 2023-12-09T02:19:03.253005+0000) 2023-12-09T02:19:26.721 INFO:journalctl@ceph.osd.6.smithi125.stdout:Dec 09 02:19:26 smithi125 bash[79645]: debug 2023-12-09T02:19:26.384+0000 7fcdbb863700 -1 osd.6 157 heartbeat_check: no reply from 172.21.15.67:6814 osd.1 since back 2023-12-09T02:18:43.254265+0000 front 2023-12-09T02:18:43.254218+0000 (oldest deadline 2023-12-09T02:19:09.153624+0000) 2023-12-09T02:19:26.721 INFO:journalctl@ceph.osd.6.smithi125.stdout:Dec 09 02:19:26 smithi125 bash[79645]: debug 2023-12-09T02:19:26.384+0000 7fcdbb863700 -1 osd.6 157 heartbeat_check: no reply from 172.21.15.67:6822 osd.2 since back 2023-12-09T02:18:51.956075+0000 front 2023-12-09T02:18:51.956018+0000 (oldest deadline 2023-12-09T02:19:20.156756+0000) 2023-12-09T02:19:26.721 INFO:journalctl@ceph.osd.7.smithi125.stdout:Dec 09 02:19:26 smithi125 bash[82798]: debug 2023-12-09T02:19:26.596+0000 7f6e60d14700 -1 osd.7 157 heartbeat_check: no reply from 172.21.15.67:6806 osd.0 since back 2023-12-09T02:18:37.267548+0000 front 2023-12-09T02:18:37.266985+0000 (oldest deadline 2023-12-09T02:19:03.067794+0000) 2023-12-09T02:19:26.722 INFO:journalctl@ceph.osd.7.smithi125.stdout:Dec 09 02:19:26 smithi125 bash[82798]: debug 2023-12-09T02:19:26.596+0000 7f6e60d14700 -1 osd.7 157 heartbeat_check: no reply from 172.21.15.67:6814 osd.1 since back 2023-12-09T02:18:47.070322+0000 front 2023-12-09T02:18:47.070750+0000 (oldest deadline 2023-12-09T02:19:12.970412+0000) 2023-12-09T02:19:26.722 INFO:journalctl@ceph.osd.7.smithi125.stdout:Dec 09 02:19:26 smithi125 bash[82798]: debug 2023-12-09T02:19:26.596+0000 7f6e60d14700 -1 osd.7 157 heartbeat_check: no reply from 172.21.15.67:6822 osd.2 since back 2023-12-09T02:18:52.971443+0000 front 2023-12-09T02:18:52.971368+0000 (oldest deadline 2023-12-09T02:19:18.271157+0000) 2023-12-09T02:19:27.581 INFO:journalctl@ceph.osd.6.smithi125.stdout:Dec 09 02:19:27 smithi125 bash[79645]: debug 2023-12-09T02:19:27.400+0000 7fcdbb863700 -1 osd.6 157 heartbeat_check: no reply from 172.21.15.67:6806 osd.0 since back 2023-12-09T02:18:38.052520+0000 front 2023-12-09T02:18:38.052350+0000 (oldest deadline 2023-12-09T02:19:03.253005+0000) 2023-12-09T02:19:27.581 INFO:journalctl@ceph.osd.6.smithi125.stdout:Dec 09 02:19:27 smithi125 bash[79645]: debug 2023-12-09T02:19:27.400+0000 7fcdbb863700 -1 osd.6 157 heartbeat_check: no reply from 172.21.15.67:6814 osd.1 since back 2023-12-09T02:18:43.254265+0000 front 2023-12-09T02:18:43.254218+0000 (oldest deadline 2023-12-09T02:19:09.153624+0000) 2023-12-09T02:19:27.581 INFO:journalctl@ceph.osd.6.smithi125.stdout:Dec 09 02:19:27 smithi125 bash[79645]: debug 2023-12-09T02:19:27.400+0000 7fcdbb863700 -1 osd.6 157 heartbeat_check: no reply from 172.21.15.67:6822 osd.2 since back 2023-12-09T02:18:51.956075+0000 front 2023-12-09T02:18:51.956018+0000 (oldest deadline 2023-12-09T02:19:20.156756+0000) 2023-12-09T02:19:27.720 INFO:journalctl@ceph.osd.7.smithi125.stdout:Dec 09 02:19:27 smithi125 bash[82798]: debug 2023-12-09T02:19:27.576+0000 7f6e60d14700 -1 osd.7 157 heartbeat_check: no reply from 172.21.15.67:6806 osd.0 since back 2023-12-09T02:18:37.267548+0000 front 2023-12-09T02:18:37.266985+0000 (oldest deadline 2023-12-09T02:19:03.067794+0000) 2023-12-09T02:19:27.721 INFO:journalctl@ceph.osd.7.smithi125.stdout:Dec 09 02:19:27 smithi125 bash[82798]: debug 2023-12-09T02:19:27.576+0000 7f6e60d14700 -1 osd.7 157 heartbeat_check: no reply from 172.21.15.67:6814 osd.1 since back 2023-12-09T02:18:47.070322+0000 front 2023-12-09T02:18:47.070750+0000 (oldest deadline 2023-12-09T02:19:12.970412+0000) 2023-12-09T02:19:27.721 INFO:journalctl@ceph.osd.7.smithi125.stdout:Dec 09 02:19:27 smithi125 bash[82798]: debug 2023-12-09T02:19:27.576+0000 7f6e60d14700 -1 osd.7 157 heartbeat_check: no reply from 172.21.15.67:6822 osd.2 since back 2023-12-09T02:18:52.971443+0000 front 2023-12-09T02:18:52.971368+0000 (oldest deadline 2023-12-09T02:19:18.271157+0000) 2023-12-09T02:19:28.070 DEBUG:teuthology.orchestra.run.smithi125:> sudo pkill -f 'journalctl -f -n 0 -u ceph-6db93fb0-9635-11ee-95a3-87774f69a715@osd.5.service' 2023-12-09T02:19:28.099 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-09T02:19:28.100 INFO:tasks.cephadm.osd.5:Stopped osd.5 2023-12-09T02:19:28.100 INFO:tasks.cephadm.osd.6:Stopping osd.6... 2023-12-09T02:19:28.100 DEBUG:teuthology.orchestra.run.smithi125:> sudo systemctl stop ceph-6db93fb0-9635-11ee-95a3-87774f69a715@osd.6 2023-12-09T02:19:28.324 INFO:journalctl@ceph.osd.6.smithi125.stdout:Dec 09 02:19:28 smithi125 systemd[1]: Stopping Ceph osd.6 for 6db93fb0-9635-11ee-95a3-87774f69a715... 2023-12-09T02:19:28.721 INFO:journalctl@ceph.osd.7.smithi125.stdout:Dec 09 02:19:28 smithi125 bash[82798]: debug 2023-12-09T02:19:28.560+0000 7f6e60d14700 -1 osd.7 157 heartbeat_check: no reply from 172.21.15.67:6806 osd.0 since back 2023-12-09T02:18:37.267548+0000 front 2023-12-09T02:18:37.266985+0000 (oldest deadline 2023-12-09T02:19:03.067794+0000) 2023-12-09T02:19:28.721 INFO:journalctl@ceph.osd.7.smithi125.stdout:Dec 09 02:19:28 smithi125 bash[82798]: debug 2023-12-09T02:19:28.560+0000 7f6e60d14700 -1 osd.7 157 heartbeat_check: no reply from 172.21.15.67:6814 osd.1 since back 2023-12-09T02:18:47.070322+0000 front 2023-12-09T02:18:47.070750+0000 (oldest deadline 2023-12-09T02:19:12.970412+0000) 2023-12-09T02:19:28.721 INFO:journalctl@ceph.osd.7.smithi125.stdout:Dec 09 02:19:28 smithi125 bash[82798]: debug 2023-12-09T02:19:28.560+0000 7f6e60d14700 -1 osd.7 157 heartbeat_check: no reply from 172.21.15.67:6822 osd.2 since back 2023-12-09T02:18:52.971443+0000 front 2023-12-09T02:18:52.971368+0000 (oldest deadline 2023-12-09T02:19:18.271157+0000) 2023-12-09T02:19:28.721 INFO:journalctl@ceph.osd.7.smithi125.stdout:Dec 09 02:19:28 smithi125 bash[82798]: debug 2023-12-09T02:19:28.560+0000 7f6e60d14700 -1 osd.7 157 heartbeat_check: no reply from 172.21.15.67:6830 osd.3 since back 2023-12-09T02:19:03.472951+0000 front 2023-12-09T02:19:03.473270+0000 (oldest deadline 2023-12-09T02:19:28.173015+0000) 2023-12-09T02:19:28.721 INFO:journalctl@ceph.osd.6.smithi125.stdout:Dec 09 02:19:28 smithi125 bash[79645]: debug 2023-12-09T02:19:28.320+0000 7fcdc0a6b700 -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-09T02:19:28.721 INFO:journalctl@ceph.osd.6.smithi125.stdout:Dec 09 02:19:28 smithi125 bash[79645]: debug 2023-12-09T02:19:28.320+0000 7fcdc0a6b700 -1 osd.6 157 *** Got signal Terminated *** 2023-12-09T02:19:28.722 INFO:journalctl@ceph.osd.6.smithi125.stdout:Dec 09 02:19:28 smithi125 bash[79645]: debug 2023-12-09T02:19:28.320+0000 7fcdc0a6b700 -1 osd.6 157 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-09T02:19:28.722 INFO:journalctl@ceph.osd.6.smithi125.stdout:Dec 09 02:19:28 smithi125 bash[79645]: debug 2023-12-09T02:19:28.412+0000 7fcdbb863700 -1 osd.6 157 heartbeat_check: no reply from 172.21.15.67:6806 osd.0 since back 2023-12-09T02:18:38.052520+0000 front 2023-12-09T02:18:38.052350+0000 (oldest deadline 2023-12-09T02:19:03.253005+0000) 2023-12-09T02:19:28.722 INFO:journalctl@ceph.osd.6.smithi125.stdout:Dec 09 02:19:28 smithi125 bash[79645]: debug 2023-12-09T02:19:28.412+0000 7fcdbb863700 -1 osd.6 157 heartbeat_check: no reply from 172.21.15.67:6814 osd.1 since back 2023-12-09T02:18:43.254265+0000 front 2023-12-09T02:18:43.254218+0000 (oldest deadline 2023-12-09T02:19:09.153624+0000) 2023-12-09T02:19:28.722 INFO:journalctl@ceph.osd.6.smithi125.stdout:Dec 09 02:19:28 smithi125 bash[79645]: debug 2023-12-09T02:19:28.412+0000 7fcdbb863700 -1 osd.6 157 heartbeat_check: no reply from 172.21.15.67:6822 osd.2 since back 2023-12-09T02:18:51.956075+0000 front 2023-12-09T02:18:51.956018+0000 (oldest deadline 2023-12-09T02:19:20.156756+0000) 2023-12-09T02:19:29.721 INFO:journalctl@ceph.osd.6.smithi125.stdout:Dec 09 02:19:29 smithi125 bash[79645]: debug 2023-12-09T02:19:29.412+0000 7fcdbb863700 -1 osd.6 157 heartbeat_check: no reply from 172.21.15.67:6806 osd.0 since back 2023-12-09T02:18:38.052520+0000 front 2023-12-09T02:18:38.052350+0000 (oldest deadline 2023-12-09T02:19:03.253005+0000) 2023-12-09T02:19:29.721 INFO:journalctl@ceph.osd.6.smithi125.stdout:Dec 09 02:19:29 smithi125 bash[79645]: debug 2023-12-09T02:19:29.412+0000 7fcdbb863700 -1 osd.6 157 heartbeat_check: no reply from 172.21.15.67:6814 osd.1 since back 2023-12-09T02:18:43.254265+0000 front 2023-12-09T02:18:43.254218+0000 (oldest deadline 2023-12-09T02:19:09.153624+0000) 2023-12-09T02:19:29.721 INFO:journalctl@ceph.osd.6.smithi125.stdout:Dec 09 02:19:29 smithi125 bash[79645]: debug 2023-12-09T02:19:29.412+0000 7fcdbb863700 -1 osd.6 157 heartbeat_check: no reply from 172.21.15.67:6822 osd.2 since back 2023-12-09T02:18:51.956075+0000 front 2023-12-09T02:18:51.956018+0000 (oldest deadline 2023-12-09T02:19:20.156756+0000) 2023-12-09T02:19:29.721 INFO:journalctl@ceph.osd.6.smithi125.stdout:Dec 09 02:19:29 smithi125 bash[79645]: debug 2023-12-09T02:19:29.412+0000 7fcdbb863700 -1 osd.6 157 get_health_metrics reporting 1 slow ops, oldest is osd_op(client.24698.0:2376 4.1f 4:f95f44c2:::notify.0:head [watch ping cookie 93957410513920 gen 6] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e157) 2023-12-09T02:19:29.721 INFO:journalctl@ceph.osd.7.smithi125.stdout:Dec 09 02:19:29 smithi125 bash[82798]: debug 2023-12-09T02:19:29.592+0000 7f6e60d14700 -1 osd.7 157 heartbeat_check: no reply from 172.21.15.67:6806 osd.0 since back 2023-12-09T02:18:37.267548+0000 front 2023-12-09T02:18:37.266985+0000 (oldest deadline 2023-12-09T02:19:03.067794+0000) 2023-12-09T02:19:29.721 INFO:journalctl@ceph.osd.7.smithi125.stdout:Dec 09 02:19:29 smithi125 bash[82798]: debug 2023-12-09T02:19:29.592+0000 7f6e60d14700 -1 osd.7 157 heartbeat_check: no reply from 172.21.15.67:6814 osd.1 since back 2023-12-09T02:18:47.070322+0000 front 2023-12-09T02:18:47.070750+0000 (oldest deadline 2023-12-09T02:19:12.970412+0000) 2023-12-09T02:19:29.722 INFO:journalctl@ceph.osd.7.smithi125.stdout:Dec 09 02:19:29 smithi125 bash[82798]: debug 2023-12-09T02:19:29.592+0000 7f6e60d14700 -1 osd.7 157 heartbeat_check: no reply from 172.21.15.67:6822 osd.2 since back 2023-12-09T02:18:52.971443+0000 front 2023-12-09T02:18:52.971368+0000 (oldest deadline 2023-12-09T02:19:18.271157+0000) 2023-12-09T02:19:29.722 INFO:journalctl@ceph.osd.7.smithi125.stdout:Dec 09 02:19:29 smithi125 bash[82798]: debug 2023-12-09T02:19:29.592+0000 7f6e60d14700 -1 osd.7 157 heartbeat_check: no reply from 172.21.15.67:6830 osd.3 since back 2023-12-09T02:19:03.472951+0000 front 2023-12-09T02:19:03.473270+0000 (oldest deadline 2023-12-09T02:19:28.173015+0000) 2023-12-09T02:19:30.641 INFO:journalctl@ceph.osd.6.smithi125.stdout:Dec 09 02:19:30 smithi125 bash[79645]: debug 2023-12-09T02:19:30.364+0000 7fcdbb863700 -1 osd.6 157 heartbeat_check: no reply from 172.21.15.67:6806 osd.0 since back 2023-12-09T02:18:38.052520+0000 front 2023-12-09T02:18:38.052350+0000 (oldest deadline 2023-12-09T02:19:03.253005+0000) 2023-12-09T02:19:30.641 INFO:journalctl@ceph.osd.6.smithi125.stdout:Dec 09 02:19:30 smithi125 bash[79645]: debug 2023-12-09T02:19:30.364+0000 7fcdbb863700 -1 osd.6 157 heartbeat_check: no reply from 172.21.15.67:6814 osd.1 since back 2023-12-09T02:18:43.254265+0000 front 2023-12-09T02:18:43.254218+0000 (oldest deadline 2023-12-09T02:19:09.153624+0000) 2023-12-09T02:19:30.641 INFO:journalctl@ceph.osd.6.smithi125.stdout:Dec 09 02:19:30 smithi125 bash[79645]: debug 2023-12-09T02:19:30.364+0000 7fcdbb863700 -1 osd.6 157 heartbeat_check: no reply from 172.21.15.67:6822 osd.2 since back 2023-12-09T02:18:51.956075+0000 front 2023-12-09T02:18:51.956018+0000 (oldest deadline 2023-12-09T02:19:20.156756+0000) 2023-12-09T02:19:30.641 INFO:journalctl@ceph.osd.6.smithi125.stdout:Dec 09 02:19:30 smithi125 bash[79645]: debug 2023-12-09T02:19:30.364+0000 7fcdbb863700 -1 osd.6 157 heartbeat_check: no reply from 172.21.15.67:6830 osd.3 since back 2023-12-09T02:19:00.157791+0000 front 2023-12-09T02:19:00.157623+0000 (oldest deadline 2023-12-09T02:19:29.557984+0000) 2023-12-09T02:19:30.970 INFO:journalctl@ceph.osd.7.smithi125.stdout:Dec 09 02:19:30 smithi125 bash[82798]: debug 2023-12-09T02:19:30.636+0000 7f6e60d14700 -1 osd.7 157 heartbeat_check: no reply from 172.21.15.67:6806 osd.0 since back 2023-12-09T02:18:37.267548+0000 front 2023-12-09T02:18:37.266985+0000 (oldest deadline 2023-12-09T02:19:03.067794+0000) 2023-12-09T02:19:30.971 INFO:journalctl@ceph.osd.7.smithi125.stdout:Dec 09 02:19:30 smithi125 bash[82798]: debug 2023-12-09T02:19:30.636+0000 7f6e60d14700 -1 osd.7 157 heartbeat_check: no reply from 172.21.15.67:6814 osd.1 since back 2023-12-09T02:18:47.070322+0000 front 2023-12-09T02:18:47.070750+0000 (oldest deadline 2023-12-09T02:19:12.970412+0000) 2023-12-09T02:19:30.971 INFO:journalctl@ceph.osd.7.smithi125.stdout:Dec 09 02:19:30 smithi125 bash[82798]: debug 2023-12-09T02:19:30.636+0000 7f6e60d14700 -1 osd.7 157 heartbeat_check: no reply from 172.21.15.67:6822 osd.2 since back 2023-12-09T02:18:52.971443+0000 front 2023-12-09T02:18:52.971368+0000 (oldest deadline 2023-12-09T02:19:18.271157+0000) 2023-12-09T02:19:30.971 INFO:journalctl@ceph.osd.7.smithi125.stdout:Dec 09 02:19:30 smithi125 bash[82798]: debug 2023-12-09T02:19:30.636+0000 7f6e60d14700 -1 osd.7 157 heartbeat_check: no reply from 172.21.15.67:6830 osd.3 since back 2023-12-09T02:19:03.472951+0000 front 2023-12-09T02:19:03.473270+0000 (oldest deadline 2023-12-09T02:19:28.173015+0000) 2023-12-09T02:19:31.663 INFO:journalctl@ceph.osd.6.smithi125.stdout:Dec 09 02:19:31 smithi125 bash[79645]: debug 2023-12-09T02:19:31.364+0000 7fcdbb863700 -1 osd.6 157 heartbeat_check: no reply from 172.21.15.67:6806 osd.0 since back 2023-12-09T02:18:38.052520+0000 front 2023-12-09T02:18:38.052350+0000 (oldest deadline 2023-12-09T02:19:03.253005+0000) 2023-12-09T02:19:31.663 INFO:journalctl@ceph.osd.6.smithi125.stdout:Dec 09 02:19:31 smithi125 bash[79645]: debug 2023-12-09T02:19:31.364+0000 7fcdbb863700 -1 osd.6 157 heartbeat_check: no reply from 172.21.15.67:6814 osd.1 since back 2023-12-09T02:18:43.254265+0000 front 2023-12-09T02:18:43.254218+0000 (oldest deadline 2023-12-09T02:19:09.153624+0000) 2023-12-09T02:19:31.663 INFO:journalctl@ceph.osd.6.smithi125.stdout:Dec 09 02:19:31 smithi125 bash[79645]: debug 2023-12-09T02:19:31.364+0000 7fcdbb863700 -1 osd.6 157 heartbeat_check: no reply from 172.21.15.67:6822 osd.2 since back 2023-12-09T02:18:51.956075+0000 front 2023-12-09T02:18:51.956018+0000 (oldest deadline 2023-12-09T02:19:20.156756+0000) 2023-12-09T02:19:31.663 INFO:journalctl@ceph.osd.6.smithi125.stdout:Dec 09 02:19:31 smithi125 bash[79645]: debug 2023-12-09T02:19:31.364+0000 7fcdbb863700 -1 osd.6 157 heartbeat_check: no reply from 172.21.15.67:6830 osd.3 since back 2023-12-09T02:19:00.157791+0000 front 2023-12-09T02:19:00.157623+0000 (oldest deadline 2023-12-09T02:19:29.557984+0000) 2023-12-09T02:19:31.970 INFO:journalctl@ceph.osd.7.smithi125.stdout:Dec 09 02:19:31 smithi125 bash[82798]: debug 2023-12-09T02:19:31.656+0000 7f6e60d14700 -1 osd.7 157 heartbeat_check: no reply from 172.21.15.67:6806 osd.0 since back 2023-12-09T02:18:37.267548+0000 front 2023-12-09T02:18:37.266985+0000 (oldest deadline 2023-12-09T02:19:03.067794+0000) 2023-12-09T02:19:31.971 INFO:journalctl@ceph.osd.7.smithi125.stdout:Dec 09 02:19:31 smithi125 bash[82798]: debug 2023-12-09T02:19:31.656+0000 7f6e60d14700 -1 osd.7 157 heartbeat_check: no reply from 172.21.15.67:6814 osd.1 since back 2023-12-09T02:18:47.070322+0000 front 2023-12-09T02:18:47.070750+0000 (oldest deadline 2023-12-09T02:19:12.970412+0000) 2023-12-09T02:19:31.971 INFO:journalctl@ceph.osd.7.smithi125.stdout:Dec 09 02:19:31 smithi125 bash[82798]: debug 2023-12-09T02:19:31.656+0000 7f6e60d14700 -1 osd.7 157 heartbeat_check: no reply from 172.21.15.67:6822 osd.2 since back 2023-12-09T02:18:52.971443+0000 front 2023-12-09T02:18:52.971368+0000 (oldest deadline 2023-12-09T02:19:18.271157+0000) 2023-12-09T02:19:31.971 INFO:journalctl@ceph.osd.7.smithi125.stdout:Dec 09 02:19:31 smithi125 bash[82798]: debug 2023-12-09T02:19:31.656+0000 7f6e60d14700 -1 osd.7 157 heartbeat_check: no reply from 172.21.15.67:6830 osd.3 since back 2023-12-09T02:19:03.472951+0000 front 2023-12-09T02:19:03.473270+0000 (oldest deadline 2023-12-09T02:19:28.173015+0000) 2023-12-09T02:19:32.683 INFO:journalctl@ceph.osd.6.smithi125.stdout:Dec 09 02:19:32 smithi125 bash[79645]: debug 2023-12-09T02:19:32.356+0000 7fcdbb863700 -1 osd.6 157 heartbeat_check: no reply from 172.21.15.67:6806 osd.0 since back 2023-12-09T02:18:38.052520+0000 front 2023-12-09T02:18:38.052350+0000 (oldest deadline 2023-12-09T02:19:03.253005+0000) 2023-12-09T02:19:32.683 INFO:journalctl@ceph.osd.6.smithi125.stdout:Dec 09 02:19:32 smithi125 bash[79645]: debug 2023-12-09T02:19:32.356+0000 7fcdbb863700 -1 osd.6 157 heartbeat_check: no reply from 172.21.15.67:6814 osd.1 since back 2023-12-09T02:18:43.254265+0000 front 2023-12-09T02:18:43.254218+0000 (oldest deadline 2023-12-09T02:19:09.153624+0000) 2023-12-09T02:19:32.683 INFO:journalctl@ceph.osd.6.smithi125.stdout:Dec 09 02:19:32 smithi125 bash[79645]: debug 2023-12-09T02:19:32.356+0000 7fcdbb863700 -1 osd.6 157 heartbeat_check: no reply from 172.21.15.67:6822 osd.2 since back 2023-12-09T02:18:51.956075+0000 front 2023-12-09T02:18:51.956018+0000 (oldest deadline 2023-12-09T02:19:20.156756+0000) 2023-12-09T02:19:32.683 INFO:journalctl@ceph.osd.6.smithi125.stdout:Dec 09 02:19:32 smithi125 bash[79645]: debug 2023-12-09T02:19:32.356+0000 7fcdbb863700 -1 osd.6 157 heartbeat_check: no reply from 172.21.15.67:6830 osd.3 since back 2023-12-09T02:19:00.157791+0000 front 2023-12-09T02:19:00.157623+0000 (oldest deadline 2023-12-09T02:19:29.557984+0000) 2023-12-09T02:19:32.970 INFO:journalctl@ceph.osd.7.smithi125.stdout:Dec 09 02:19:32 smithi125 bash[82798]: debug 2023-12-09T02:19:32.680+0000 7f6e60d14700 -1 osd.7 157 heartbeat_check: no reply from 172.21.15.67:6806 osd.0 since back 2023-12-09T02:18:37.267548+0000 front 2023-12-09T02:18:37.266985+0000 (oldest deadline 2023-12-09T02:19:03.067794+0000) 2023-12-09T02:19:32.971 INFO:journalctl@ceph.osd.7.smithi125.stdout:Dec 09 02:19:32 smithi125 bash[82798]: debug 2023-12-09T02:19:32.680+0000 7f6e60d14700 -1 osd.7 157 heartbeat_check: no reply from 172.21.15.67:6814 osd.1 since back 2023-12-09T02:18:47.070322+0000 front 2023-12-09T02:18:47.070750+0000 (oldest deadline 2023-12-09T02:19:12.970412+0000) 2023-12-09T02:19:32.971 INFO:journalctl@ceph.osd.7.smithi125.stdout:Dec 09 02:19:32 smithi125 bash[82798]: debug 2023-12-09T02:19:32.680+0000 7f6e60d14700 -1 osd.7 157 heartbeat_check: no reply from 172.21.15.67:6822 osd.2 since back 2023-12-09T02:18:52.971443+0000 front 2023-12-09T02:18:52.971368+0000 (oldest deadline 2023-12-09T02:19:18.271157+0000) 2023-12-09T02:19:32.971 INFO:journalctl@ceph.osd.7.smithi125.stdout:Dec 09 02:19:32 smithi125 bash[82798]: debug 2023-12-09T02:19:32.680+0000 7f6e60d14700 -1 osd.7 157 heartbeat_check: no reply from 172.21.15.67:6830 osd.3 since back 2023-12-09T02:19:03.472951+0000 front 2023-12-09T02:19:03.473270+0000 (oldest deadline 2023-12-09T02:19:28.173015+0000) 2023-12-09T02:19:33.891 INFO:journalctl@ceph.osd.7.smithi125.stdout:Dec 09 02:19:33 smithi125 bash[82798]: debug 2023-12-09T02:19:33.632+0000 7f6e60d14700 -1 osd.7 157 heartbeat_check: no reply from 172.21.15.67:6806 osd.0 since back 2023-12-09T02:18:37.267548+0000 front 2023-12-09T02:18:37.266985+0000 (oldest deadline 2023-12-09T02:19:03.067794+0000) 2023-12-09T02:19:33.891 INFO:journalctl@ceph.osd.7.smithi125.stdout:Dec 09 02:19:33 smithi125 bash[82798]: debug 2023-12-09T02:19:33.632+0000 7f6e60d14700 -1 osd.7 157 heartbeat_check: no reply from 172.21.15.67:6814 osd.1 since back 2023-12-09T02:18:47.070322+0000 front 2023-12-09T02:18:47.070750+0000 (oldest deadline 2023-12-09T02:19:12.970412+0000) 2023-12-09T02:19:33.891 INFO:journalctl@ceph.osd.7.smithi125.stdout:Dec 09 02:19:33 smithi125 bash[82798]: debug 2023-12-09T02:19:33.632+0000 7f6e60d14700 -1 osd.7 157 heartbeat_check: no reply from 172.21.15.67:6822 osd.2 since back 2023-12-09T02:18:52.971443+0000 front 2023-12-09T02:18:52.971368+0000 (oldest deadline 2023-12-09T02:19:18.271157+0000) 2023-12-09T02:19:33.891 INFO:journalctl@ceph.osd.7.smithi125.stdout:Dec 09 02:19:33 smithi125 bash[82798]: debug 2023-12-09T02:19:33.632+0000 7f6e60d14700 -1 osd.7 157 heartbeat_check: no reply from 172.21.15.67:6830 osd.3 since back 2023-12-09T02:19:03.472951+0000 front 2023-12-09T02:19:03.473270+0000 (oldest deadline 2023-12-09T02:19:28.173015+0000) 2023-12-09T02:19:34.720 INFO:journalctl@ceph.alertmanager.a.smithi067.stdout:Dec 09 02:19:34 smithi067 bash[71219]: level=error ts=2023-12-09T02:19:34.247Z caller=dispatch.go:354 component=dispatcher msg="Notify for alerts failed" num_alerts=1 err="ceph-dashboard/webhook[1]: notify retry canceled after 7 attempts: Post \"https://smithi067.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.67:8443: connect: connection refused; ceph-dashboard/webhook[0]: notify retry canceled after 8 attempts: Post \"https://smithi125.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.125:8443: connect: connection refused" 2023-12-09T02:19:34.720 INFO:journalctl@ceph.alertmanager.a.smithi067.stdout:Dec 09 02:19:34 smithi067 bash[71219]: level=warn ts=2023-12-09T02:19:34.248Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://smithi067.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.67:8443: connect: connection refused" 2023-12-09T02:19:34.721 INFO:journalctl@ceph.alertmanager.a.smithi067.stdout:Dec 09 02:19:34 smithi067 bash[71219]: level=warn ts=2023-12-09T02:19:34.249Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://smithi125.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.125:8443: connect: connection refused" 2023-12-09T02:19:34.826 INFO:journalctl@ceph.osd.6.smithi125.stdout:Dec 09 02:19:34 smithi125 bash[88287]: ceph-6db93fb0-9635-11ee-95a3-87774f69a715-osd-6 2023-12-09T02:19:34.826 INFO:journalctl@ceph.osd.6.smithi125.stdout:Dec 09 02:19:34 smithi125 bash[88859]: Error response from daemon: No such container: ceph-6db93fb0-9635-11ee-95a3-87774f69a715-osd-6 2023-12-09T02:19:34.826 INFO:journalctl@ceph.osd.7.smithi125.stdout:Dec 09 02:19:34 smithi125 bash[82798]: debug 2023-12-09T02:19:34.680+0000 7f6e60d14700 -1 osd.7 157 heartbeat_check: no reply from 172.21.15.67:6806 osd.0 since back 2023-12-09T02:18:37.267548+0000 front 2023-12-09T02:18:37.266985+0000 (oldest deadline 2023-12-09T02:19:03.067794+0000) 2023-12-09T02:19:34.826 INFO:journalctl@ceph.osd.7.smithi125.stdout:Dec 09 02:19:34 smithi125 bash[82798]: debug 2023-12-09T02:19:34.680+0000 7f6e60d14700 -1 osd.7 157 heartbeat_check: no reply from 172.21.15.67:6814 osd.1 since back 2023-12-09T02:18:47.070322+0000 front 2023-12-09T02:18:47.070750+0000 (oldest deadline 2023-12-09T02:19:12.970412+0000) 2023-12-09T02:19:34.827 INFO:journalctl@ceph.osd.7.smithi125.stdout:Dec 09 02:19:34 smithi125 bash[82798]: debug 2023-12-09T02:19:34.680+0000 7f6e60d14700 -1 osd.7 157 heartbeat_check: no reply from 172.21.15.67:6822 osd.2 since back 2023-12-09T02:18:52.971443+0000 front 2023-12-09T02:18:52.971368+0000 (oldest deadline 2023-12-09T02:19:18.271157+0000) 2023-12-09T02:19:34.827 INFO:journalctl@ceph.osd.7.smithi125.stdout:Dec 09 02:19:34 smithi125 bash[82798]: debug 2023-12-09T02:19:34.680+0000 7f6e60d14700 -1 osd.7 157 heartbeat_check: no reply from 172.21.15.67:6830 osd.3 since back 2023-12-09T02:19:03.472951+0000 front 2023-12-09T02:19:03.473270+0000 (oldest deadline 2023-12-09T02:19:28.173015+0000) 2023-12-09T02:19:35.970 INFO:journalctl@ceph.osd.7.smithi125.stdout:Dec 09 02:19:35 smithi125 bash[82798]: debug 2023-12-09T02:19:35.704+0000 7f6e60d14700 -1 osd.7 157 heartbeat_check: no reply from 172.21.15.67:6806 osd.0 since back 2023-12-09T02:18:37.267548+0000 front 2023-12-09T02:18:37.266985+0000 (oldest deadline 2023-12-09T02:19:03.067794+0000) 2023-12-09T02:19:35.971 INFO:journalctl@ceph.osd.7.smithi125.stdout:Dec 09 02:19:35 smithi125 bash[82798]: debug 2023-12-09T02:19:35.704+0000 7f6e60d14700 -1 osd.7 157 heartbeat_check: no reply from 172.21.15.67:6814 osd.1 since back 2023-12-09T02:18:47.070322+0000 front 2023-12-09T02:18:47.070750+0000 (oldest deadline 2023-12-09T02:19:12.970412+0000) 2023-12-09T02:19:35.971 INFO:journalctl@ceph.osd.7.smithi125.stdout:Dec 09 02:19:35 smithi125 bash[82798]: debug 2023-12-09T02:19:35.704+0000 7f6e60d14700 -1 osd.7 157 heartbeat_check: no reply from 172.21.15.67:6822 osd.2 since back 2023-12-09T02:18:52.971443+0000 front 2023-12-09T02:18:52.971368+0000 (oldest deadline 2023-12-09T02:19:18.271157+0000) 2023-12-09T02:19:35.971 INFO:journalctl@ceph.osd.7.smithi125.stdout:Dec 09 02:19:35 smithi125 bash[82798]: debug 2023-12-09T02:19:35.704+0000 7f6e60d14700 -1 osd.7 157 heartbeat_check: no reply from 172.21.15.67:6830 osd.3 since back 2023-12-09T02:19:03.472951+0000 front 2023-12-09T02:19:03.473270+0000 (oldest deadline 2023-12-09T02:19:28.173015+0000) 2023-12-09T02:19:36.881 DEBUG:teuthology.orchestra.run.smithi125:> sudo pkill -f 'journalctl -f -n 0 -u ceph-6db93fb0-9635-11ee-95a3-87774f69a715@osd.6.service' 2023-12-09T02:19:36.915 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-09T02:19:36.915 INFO:tasks.cephadm.osd.6:Stopped osd.6 2023-12-09T02:19:36.916 INFO:tasks.cephadm.osd.7:Stopping osd.7... 2023-12-09T02:19:36.916 DEBUG:teuthology.orchestra.run.smithi125:> sudo systemctl stop ceph-6db93fb0-9635-11ee-95a3-87774f69a715@osd.7 2023-12-09T02:19:37.070 INFO:journalctl@ceph.osd.7.smithi125.stdout:Dec 09 02:19:36 smithi125 bash[82798]: debug 2023-12-09T02:19:36.720+0000 7f6e60d14700 -1 osd.7 157 heartbeat_check: no reply from 172.21.15.67:6806 osd.0 since back 2023-12-09T02:18:37.267548+0000 front 2023-12-09T02:18:37.266985+0000 (oldest deadline 2023-12-09T02:19:03.067794+0000) 2023-12-09T02:19:37.070 INFO:journalctl@ceph.osd.7.smithi125.stdout:Dec 09 02:19:36 smithi125 bash[82798]: debug 2023-12-09T02:19:36.720+0000 7f6e60d14700 -1 osd.7 157 heartbeat_check: no reply from 172.21.15.67:6814 osd.1 since back 2023-12-09T02:18:47.070322+0000 front 2023-12-09T02:18:47.070750+0000 (oldest deadline 2023-12-09T02:19:12.970412+0000) 2023-12-09T02:19:37.071 INFO:journalctl@ceph.osd.7.smithi125.stdout:Dec 09 02:19:36 smithi125 bash[82798]: debug 2023-12-09T02:19:36.720+0000 7f6e60d14700 -1 osd.7 157 heartbeat_check: no reply from 172.21.15.67:6822 osd.2 since back 2023-12-09T02:18:52.971443+0000 front 2023-12-09T02:18:52.971368+0000 (oldest deadline 2023-12-09T02:19:18.271157+0000) 2023-12-09T02:19:37.071 INFO:journalctl@ceph.osd.7.smithi125.stdout:Dec 09 02:19:36 smithi125 bash[82798]: debug 2023-12-09T02:19:36.720+0000 7f6e60d14700 -1 osd.7 157 heartbeat_check: no reply from 172.21.15.67:6830 osd.3 since back 2023-12-09T02:19:03.472951+0000 front 2023-12-09T02:19:03.473270+0000 (oldest deadline 2023-12-09T02:19:28.173015+0000) 2023-12-09T02:19:37.071 INFO:journalctl@ceph.osd.7.smithi125.stdout:Dec 09 02:19:36 smithi125 systemd[1]: Stopping Ceph osd.7 for 6db93fb0-9635-11ee-95a3-87774f69a715... 2023-12-09T02:19:37.071 INFO:journalctl@ceph.osd.7.smithi125.stdout:Dec 09 02:19:37 smithi125 bash[82798]: debug 2023-12-09T02:19:37.064+0000 7f6e64f1a700 -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-09T02:19:37.470 INFO:journalctl@ceph.osd.7.smithi125.stdout:Dec 09 02:19:37 smithi125 bash[82798]: debug 2023-12-09T02:19:37.064+0000 7f6e64f1a700 -1 osd.7 157 *** Got signal Terminated *** 2023-12-09T02:19:37.471 INFO:journalctl@ceph.osd.7.smithi125.stdout:Dec 09 02:19:37 smithi125 bash[82798]: debug 2023-12-09T02:19:37.064+0000 7f6e64f1a700 -1 osd.7 157 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-09T02:19:37.970 INFO:journalctl@ceph.osd.7.smithi125.stdout:Dec 09 02:19:37 smithi125 bash[82798]: debug 2023-12-09T02:19:37.700+0000 7f6e60d14700 -1 osd.7 157 heartbeat_check: no reply from 172.21.15.67:6806 osd.0 since back 2023-12-09T02:18:37.267548+0000 front 2023-12-09T02:18:37.266985+0000 (oldest deadline 2023-12-09T02:19:03.067794+0000) 2023-12-09T02:19:37.971 INFO:journalctl@ceph.osd.7.smithi125.stdout:Dec 09 02:19:37 smithi125 bash[82798]: debug 2023-12-09T02:19:37.700+0000 7f6e60d14700 -1 osd.7 157 heartbeat_check: no reply from 172.21.15.67:6814 osd.1 since back 2023-12-09T02:18:47.070322+0000 front 2023-12-09T02:18:47.070750+0000 (oldest deadline 2023-12-09T02:19:12.970412+0000) 2023-12-09T02:19:37.971 INFO:journalctl@ceph.osd.7.smithi125.stdout:Dec 09 02:19:37 smithi125 bash[82798]: debug 2023-12-09T02:19:37.700+0000 7f6e60d14700 -1 osd.7 157 heartbeat_check: no reply from 172.21.15.67:6822 osd.2 since back 2023-12-09T02:18:52.971443+0000 front 2023-12-09T02:18:52.971368+0000 (oldest deadline 2023-12-09T02:19:18.271157+0000) 2023-12-09T02:19:37.971 INFO:journalctl@ceph.osd.7.smithi125.stdout:Dec 09 02:19:37 smithi125 bash[82798]: debug 2023-12-09T02:19:37.700+0000 7f6e60d14700 -1 osd.7 157 heartbeat_check: no reply from 172.21.15.67:6830 osd.3 since back 2023-12-09T02:19:03.472951+0000 front 2023-12-09T02:19:03.473270+0000 (oldest deadline 2023-12-09T02:19:28.173015+0000) 2023-12-09T02:19:38.970 INFO:journalctl@ceph.osd.7.smithi125.stdout:Dec 09 02:19:38 smithi125 bash[82798]: debug 2023-12-09T02:19:38.688+0000 7f6e60d14700 -1 osd.7 157 heartbeat_check: no reply from 172.21.15.67:6806 osd.0 since back 2023-12-09T02:18:37.267548+0000 front 2023-12-09T02:18:37.266985+0000 (oldest deadline 2023-12-09T02:19:03.067794+0000) 2023-12-09T02:19:38.971 INFO:journalctl@ceph.osd.7.smithi125.stdout:Dec 09 02:19:38 smithi125 bash[82798]: debug 2023-12-09T02:19:38.688+0000 7f6e60d14700 -1 osd.7 157 heartbeat_check: no reply from 172.21.15.67:6814 osd.1 since back 2023-12-09T02:18:47.070322+0000 front 2023-12-09T02:18:47.070750+0000 (oldest deadline 2023-12-09T02:19:12.970412+0000) 2023-12-09T02:19:38.971 INFO:journalctl@ceph.osd.7.smithi125.stdout:Dec 09 02:19:38 smithi125 bash[82798]: debug 2023-12-09T02:19:38.688+0000 7f6e60d14700 -1 osd.7 157 heartbeat_check: no reply from 172.21.15.67:6822 osd.2 since back 2023-12-09T02:18:52.971443+0000 front 2023-12-09T02:18:52.971368+0000 (oldest deadline 2023-12-09T02:19:18.271157+0000) 2023-12-09T02:19:38.971 INFO:journalctl@ceph.osd.7.smithi125.stdout:Dec 09 02:19:38 smithi125 bash[82798]: debug 2023-12-09T02:19:38.688+0000 7f6e60d14700 -1 osd.7 157 heartbeat_check: no reply from 172.21.15.67:6830 osd.3 since back 2023-12-09T02:19:03.472951+0000 front 2023-12-09T02:19:03.473270+0000 (oldest deadline 2023-12-09T02:19:28.173015+0000) 2023-12-09T02:19:39.970 INFO:journalctl@ceph.osd.7.smithi125.stdout:Dec 09 02:19:39 smithi125 bash[82798]: debug 2023-12-09T02:19:39.704+0000 7f6e60d14700 -1 osd.7 157 heartbeat_check: no reply from 172.21.15.67:6806 osd.0 since back 2023-12-09T02:18:37.267548+0000 front 2023-12-09T02:18:37.266985+0000 (oldest deadline 2023-12-09T02:19:03.067794+0000) 2023-12-09T02:19:39.971 INFO:journalctl@ceph.osd.7.smithi125.stdout:Dec 09 02:19:39 smithi125 bash[82798]: debug 2023-12-09T02:19:39.704+0000 7f6e60d14700 -1 osd.7 157 heartbeat_check: no reply from 172.21.15.67:6814 osd.1 since back 2023-12-09T02:18:47.070322+0000 front 2023-12-09T02:18:47.070750+0000 (oldest deadline 2023-12-09T02:19:12.970412+0000) 2023-12-09T02:19:39.971 INFO:journalctl@ceph.osd.7.smithi125.stdout:Dec 09 02:19:39 smithi125 bash[82798]: debug 2023-12-09T02:19:39.704+0000 7f6e60d14700 -1 osd.7 157 heartbeat_check: no reply from 172.21.15.67:6822 osd.2 since back 2023-12-09T02:18:52.971443+0000 front 2023-12-09T02:18:52.971368+0000 (oldest deadline 2023-12-09T02:19:18.271157+0000) 2023-12-09T02:19:39.971 INFO:journalctl@ceph.osd.7.smithi125.stdout:Dec 09 02:19:39 smithi125 bash[82798]: debug 2023-12-09T02:19:39.704+0000 7f6e60d14700 -1 osd.7 157 heartbeat_check: no reply from 172.21.15.67:6830 osd.3 since back 2023-12-09T02:19:03.472951+0000 front 2023-12-09T02:19:03.473270+0000 (oldest deadline 2023-12-09T02:19:28.173015+0000) 2023-12-09T02:19:39.971 INFO:journalctl@ceph.osd.7.smithi125.stdout:Dec 09 02:19:39 smithi125 bash[82798]: debug 2023-12-09T02:19:39.704+0000 7f6e60d14700 -1 osd.7 157 heartbeat_check: no reply from 172.21.15.125:6804 osd.4 since back 2023-12-09T02:19:14.475535+0000 front 2023-12-09T02:19:14.475681+0000 (oldest deadline 2023-12-09T02:19:39.076333+0000) 2023-12-09T02:19:40.970 INFO:journalctl@ceph.osd.7.smithi125.stdout:Dec 09 02:19:40 smithi125 bash[82798]: debug 2023-12-09T02:19:40.680+0000 7f6e60d14700 -1 osd.7 157 heartbeat_check: no reply from 172.21.15.67:6806 osd.0 since back 2023-12-09T02:18:37.267548+0000 front 2023-12-09T02:18:37.266985+0000 (oldest deadline 2023-12-09T02:19:03.067794+0000) 2023-12-09T02:19:40.971 INFO:journalctl@ceph.osd.7.smithi125.stdout:Dec 09 02:19:40 smithi125 bash[82798]: debug 2023-12-09T02:19:40.680+0000 7f6e60d14700 -1 osd.7 157 heartbeat_check: no reply from 172.21.15.67:6814 osd.1 since back 2023-12-09T02:18:47.070322+0000 front 2023-12-09T02:18:47.070750+0000 (oldest deadline 2023-12-09T02:19:12.970412+0000) 2023-12-09T02:19:40.971 INFO:journalctl@ceph.osd.7.smithi125.stdout:Dec 09 02:19:40 smithi125 bash[82798]: debug 2023-12-09T02:19:40.680+0000 7f6e60d14700 -1 osd.7 157 heartbeat_check: no reply from 172.21.15.67:6822 osd.2 since back 2023-12-09T02:18:52.971443+0000 front 2023-12-09T02:18:52.971368+0000 (oldest deadline 2023-12-09T02:19:18.271157+0000) 2023-12-09T02:19:40.971 INFO:journalctl@ceph.osd.7.smithi125.stdout:Dec 09 02:19:40 smithi125 bash[82798]: debug 2023-12-09T02:19:40.680+0000 7f6e60d14700 -1 osd.7 157 heartbeat_check: no reply from 172.21.15.67:6830 osd.3 since back 2023-12-09T02:19:03.472951+0000 front 2023-12-09T02:19:03.473270+0000 (oldest deadline 2023-12-09T02:19:28.173015+0000) 2023-12-09T02:19:40.971 INFO:journalctl@ceph.osd.7.smithi125.stdout:Dec 09 02:19:40 smithi125 bash[82798]: debug 2023-12-09T02:19:40.680+0000 7f6e60d14700 -1 osd.7 157 heartbeat_check: no reply from 172.21.15.125:6804 osd.4 since back 2023-12-09T02:19:14.475535+0000 front 2023-12-09T02:19:14.475681+0000 (oldest deadline 2023-12-09T02:19:39.076333+0000) 2023-12-09T02:19:41.970 INFO:journalctl@ceph.osd.7.smithi125.stdout:Dec 09 02:19:41 smithi125 bash[82798]: debug 2023-12-09T02:19:41.700+0000 7f6e60d14700 -1 osd.7 157 heartbeat_check: no reply from 172.21.15.67:6806 osd.0 since back 2023-12-09T02:18:37.267548+0000 front 2023-12-09T02:18:37.266985+0000 (oldest deadline 2023-12-09T02:19:03.067794+0000) 2023-12-09T02:19:41.971 INFO:journalctl@ceph.osd.7.smithi125.stdout:Dec 09 02:19:41 smithi125 bash[82798]: debug 2023-12-09T02:19:41.700+0000 7f6e60d14700 -1 osd.7 157 heartbeat_check: no reply from 172.21.15.67:6814 osd.1 since back 2023-12-09T02:18:47.070322+0000 front 2023-12-09T02:18:47.070750+0000 (oldest deadline 2023-12-09T02:19:12.970412+0000) 2023-12-09T02:19:41.971 INFO:journalctl@ceph.osd.7.smithi125.stdout:Dec 09 02:19:41 smithi125 bash[82798]: debug 2023-12-09T02:19:41.700+0000 7f6e60d14700 -1 osd.7 157 heartbeat_check: no reply from 172.21.15.67:6822 osd.2 since back 2023-12-09T02:18:52.971443+0000 front 2023-12-09T02:18:52.971368+0000 (oldest deadline 2023-12-09T02:19:18.271157+0000) 2023-12-09T02:19:41.971 INFO:journalctl@ceph.osd.7.smithi125.stdout:Dec 09 02:19:41 smithi125 bash[82798]: debug 2023-12-09T02:19:41.700+0000 7f6e60d14700 -1 osd.7 157 heartbeat_check: no reply from 172.21.15.67:6830 osd.3 since back 2023-12-09T02:19:03.472951+0000 front 2023-12-09T02:19:03.473270+0000 (oldest deadline 2023-12-09T02:19:28.173015+0000) 2023-12-09T02:19:41.971 INFO:journalctl@ceph.osd.7.smithi125.stdout:Dec 09 02:19:41 smithi125 bash[82798]: debug 2023-12-09T02:19:41.700+0000 7f6e60d14700 -1 osd.7 157 heartbeat_check: no reply from 172.21.15.125:6804 osd.4 since back 2023-12-09T02:19:14.475535+0000 front 2023-12-09T02:19:14.475681+0000 (oldest deadline 2023-12-09T02:19:39.076333+0000) 2023-12-09T02:19:43.717 INFO:journalctl@ceph.osd.7.smithi125.stdout:Dec 09 02:19:43 smithi125 bash[89001]: ceph-6db93fb0-9635-11ee-95a3-87774f69a715-osd-7 2023-12-09T02:19:44.062 INFO:journalctl@ceph.osd.7.smithi125.stdout:Dec 09 02:19:43 smithi125 bash[89151]: Error response from daemon: No such container: ceph-6db93fb0-9635-11ee-95a3-87774f69a715-osd-7 2023-12-09T02:19:44.720 INFO:journalctl@ceph.alertmanager.a.smithi067.stdout:Dec 09 02:19:44 smithi067 bash[71219]: level=error ts=2023-12-09T02:19:44.248Z caller=dispatch.go:354 component=dispatcher msg="Notify for alerts failed" num_alerts=1 err="ceph-dashboard/webhook[0]: notify retry canceled after 8 attempts: Post \"https://smithi125.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.125:8443: connect: connection refused; ceph-dashboard/webhook[1]: notify retry canceled after 8 attempts: Post \"https://smithi067.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.67:8443: connect: connection refused" 2023-12-09T02:19:44.721 INFO:journalctl@ceph.alertmanager.a.smithi067.stdout:Dec 09 02:19:44 smithi067 bash[71219]: level=warn ts=2023-12-09T02:19:44.249Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://smithi067.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.67:8443: connect: connection refused" 2023-12-09T02:19:44.721 INFO:journalctl@ceph.alertmanager.a.smithi067.stdout:Dec 09 02:19:44 smithi067 bash[71219]: level=warn ts=2023-12-09T02:19:44.250Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://smithi125.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.125:8443: connect: connection refused" 2023-12-09T02:19:46.449 DEBUG:teuthology.orchestra.run.smithi125:> sudo pkill -f 'journalctl -f -n 0 -u ceph-6db93fb0-9635-11ee-95a3-87774f69a715@osd.7.service' 2023-12-09T02:19:46.484 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-09T02:19:46.484 INFO:tasks.cephadm.osd.7:Stopped osd.7 2023-12-09T02:19:46.484 INFO:tasks.cephadm.prometheus.a:Stopping prometheus.a... 2023-12-09T02:19:46.484 DEBUG:teuthology.orchestra.run.smithi125:> sudo systemctl stop ceph-6db93fb0-9635-11ee-95a3-87774f69a715@prometheus.a 2023-12-09T02:19:46.712 INFO:journalctl@ceph.prometheus.a.smithi125.stdout:Dec 09 02:19:46 smithi125 systemd[1]: Stopping Ceph prometheus.a for 6db93fb0-9635-11ee-95a3-87774f69a715... 2023-12-09T02:19:46.713 INFO:journalctl@ceph.prometheus.a.smithi125.stdout:Dec 09 02:19:46 smithi125 bash[62302]: ts=2023-12-09T02:19:46.583Z caller=main.go:775 level=warn msg="Received SIGTERM, exiting gracefully..." 2023-12-09T02:19:46.713 INFO:journalctl@ceph.prometheus.a.smithi125.stdout:Dec 09 02:19:46 smithi125 bash[62302]: ts=2023-12-09T02:19:46.583Z caller=main.go:798 level=info msg="Stopping scrape discovery manager..." 2023-12-09T02:19:46.713 INFO:journalctl@ceph.prometheus.a.smithi125.stdout:Dec 09 02:19:46 smithi125 bash[62302]: ts=2023-12-09T02:19:46.583Z caller=main.go:812 level=info msg="Stopping notify discovery manager..." 2023-12-09T02:19:46.713 INFO:journalctl@ceph.prometheus.a.smithi125.stdout:Dec 09 02:19:46 smithi125 bash[62302]: ts=2023-12-09T02:19:46.583Z caller=main.go:794 level=info msg="Scrape discovery manager stopped" 2023-12-09T02:19:46.713 INFO:journalctl@ceph.prometheus.a.smithi125.stdout:Dec 09 02:19:46 smithi125 bash[62302]: ts=2023-12-09T02:19:46.583Z caller=main.go:834 level=info msg="Stopping scrape manager..." 2023-12-09T02:19:46.713 INFO:journalctl@ceph.prometheus.a.smithi125.stdout:Dec 09 02:19:46 smithi125 bash[62302]: ts=2023-12-09T02:19:46.583Z caller=main.go:808 level=info msg="Notify discovery manager stopped" 2023-12-09T02:19:46.713 INFO:journalctl@ceph.prometheus.a.smithi125.stdout:Dec 09 02:19:46 smithi125 bash[62302]: ts=2023-12-09T02:19:46.583Z caller=manager.go:945 level=info component="rule manager" msg="Stopping rule manager..." 2023-12-09T02:19:46.713 INFO:journalctl@ceph.prometheus.a.smithi125.stdout:Dec 09 02:19:46 smithi125 bash[62302]: ts=2023-12-09T02:19:46.583Z caller=main.go:828 level=info msg="Scrape manager stopped" 2023-12-09T02:19:46.713 INFO:journalctl@ceph.prometheus.a.smithi125.stdout:Dec 09 02:19:46 smithi125 bash[62302]: ts=2023-12-09T02:19:46.583Z caller=manager.go:955 level=info component="rule manager" msg="Rule manager stopped" 2023-12-09T02:19:46.713 INFO:journalctl@ceph.prometheus.a.smithi125.stdout:Dec 09 02:19:46 smithi125 bash[62302]: ts=2023-12-09T02:19:46.584Z caller=notifier.go:600 level=info component=notifier msg="Stopping notification manager..." 2023-12-09T02:19:46.714 INFO:journalctl@ceph.prometheus.a.smithi125.stdout:Dec 09 02:19:46 smithi125 bash[62302]: ts=2023-12-09T02:19:46.584Z caller=main.go:1054 level=info msg="Notifier manager stopped" 2023-12-09T02:19:46.714 INFO:journalctl@ceph.prometheus.a.smithi125.stdout:Dec 09 02:19:46 smithi125 bash[62302]: ts=2023-12-09T02:19:46.584Z caller=main.go:1066 level=info msg="See you next time!" 2023-12-09T02:19:47.788 DEBUG:teuthology.orchestra.run.smithi125:> sudo pkill -f 'journalctl -f -n 0 -u ceph-6db93fb0-9635-11ee-95a3-87774f69a715@prometheus.a.service' 2023-12-09T02:19:47.819 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-09T02:19:47.819 INFO:tasks.cephadm.prometheus.a:Stopped prometheus.a 2023-12-09T02:19:47.820 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 6db93fb0-9635-11ee-95a3-87774f69a715 --force --keep-logs 2023-12-09T02:19:51.720 INFO:journalctl@ceph.alertmanager.a.smithi067.stdout:Dec 09 02:19:51 smithi067 bash[71219]: level=warn ts=2023-12-09T02:19:51.628Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://smithi067.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.67:8443: connect: connection refused" 2023-12-09T02:19:51.721 INFO:journalctl@ceph.alertmanager.a.smithi067.stdout:Dec 09 02:19:51 smithi067 bash[71219]: level=warn ts=2023-12-09T02:19:51.629Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://smithi125.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.125:8443: connect: connection refused" 2023-12-09T02:19:54.524 INFO:journalctl@ceph.node-exporter.a.smithi067.stdout:Dec 09 02:19:54 smithi067 systemd[1]: Stopping Ceph node-exporter.a for 6db93fb0-9635-11ee-95a3-87774f69a715... 2023-12-09T02:19:54.524 INFO:journalctl@ceph.alertmanager.a.smithi067.stdout:Dec 09 02:19:54 smithi067 bash[71219]: level=error ts=2023-12-09T02:19:54.248Z caller=dispatch.go:354 component=dispatcher msg="Notify for alerts failed" num_alerts=1 err="ceph-dashboard/webhook[0]: notify retry canceled after 8 attempts: Post \"https://smithi125.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.125:8443: connect: connection refused; ceph-dashboard/webhook[1]: notify retry canceled after 8 attempts: Post \"https://smithi067.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.67:8443: connect: connection refused" 2023-12-09T02:19:54.524 INFO:journalctl@ceph.alertmanager.a.smithi067.stdout:Dec 09 02:19:54 smithi067 bash[71219]: level=warn ts=2023-12-09T02:19:54.249Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://smithi067.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.67:8443: connect: connection refused" 2023-12-09T02:19:54.525 INFO:journalctl@ceph.alertmanager.a.smithi067.stdout:Dec 09 02:19:54 smithi067 bash[71219]: level=warn ts=2023-12-09T02:19:54.251Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://smithi125.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.125:8443: connect: connection refused" 2023-12-09T02:19:55.220 INFO:journalctl@ceph.node-exporter.a.smithi067.stdout:Dec 09 02:19:54 smithi067 bash[109790]: ceph-6db93fb0-9635-11ee-95a3-87774f69a715-node-exporter-a 2023-12-09T02:19:55.220 INFO:journalctl@ceph.node-exporter.a.smithi067.stdout:Dec 09 02:19:54 smithi067 bash[109835]: Error response from daemon: No such container: ceph-6db93fb0-9635-11ee-95a3-87774f69a715-node-exporter.a 2023-12-09T02:19:55.221 INFO:journalctl@ceph.node-exporter.a.smithi067.stdout:Dec 09 02:19:55 smithi067 systemd[1]: ceph-6db93fb0-9635-11ee-95a3-87774f69a715@node-exporter.a.service: Main process exited, code=exited, status=143/n/a 2023-12-09T02:19:55.221 INFO:journalctl@ceph.node-exporter.a.smithi067.stdout:Dec 09 02:19:55 smithi067 systemd[1]: ceph-6db93fb0-9635-11ee-95a3-87774f69a715@node-exporter.a.service: Failed with result 'exit-code'. 2023-12-09T02:19:55.221 INFO:journalctl@ceph.node-exporter.a.smithi067.stdout:Dec 09 02:19:55 smithi067 systemd[1]: Stopped Ceph node-exporter.a for 6db93fb0-9635-11ee-95a3-87774f69a715. 2023-12-09T02:19:55.615 INFO:journalctl@ceph.alertmanager.a.smithi067.stdout:Dec 09 02:19:55 smithi067 systemd[1]: Stopping Ceph alertmanager.a for 6db93fb0-9635-11ee-95a3-87774f69a715... 2023-12-09T02:19:55.615 INFO:journalctl@ceph.alertmanager.a.smithi067.stdout:Dec 09 02:19:55 smithi067 bash[71219]: level=info ts=2023-12-09T02:19:55.398Z caller=main.go:557 msg="Received SIGTERM, exiting gracefully..." 2023-12-09T02:19:56.220 INFO:journalctl@ceph.alertmanager.a.smithi067.stdout:Dec 09 02:19:55 smithi067 bash[109874]: ceph-6db93fb0-9635-11ee-95a3-87774f69a715-alertmanager-a 2023-12-09T02:19:56.220 INFO:journalctl@ceph.alertmanager.a.smithi067.stdout:Dec 09 02:19:55 smithi067 bash[109924]: Error response from daemon: No such container: ceph-6db93fb0-9635-11ee-95a3-87774f69a715-alertmanager.a 2023-12-09T02:19:56.220 INFO:journalctl@ceph.alertmanager.a.smithi067.stdout:Dec 09 02:19:56 smithi067 systemd[1]: ceph-6db93fb0-9635-11ee-95a3-87774f69a715@alertmanager.a.service: Succeeded. 2023-12-09T02:19:56.221 INFO:journalctl@ceph.alertmanager.a.smithi067.stdout:Dec 09 02:19:56 smithi067 systemd[1]: Stopped Ceph alertmanager.a for 6db93fb0-9635-11ee-95a3-87774f69a715. 2023-12-09T02:20:30.180 DEBUG:teuthology.orchestra.run.smithi125:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 6db93fb0-9635-11ee-95a3-87774f69a715 --force --keep-logs 2023-12-09T02:20:34.907 INFO:journalctl@ceph.node-exporter.b.smithi125.stdout:Dec 09 02:20:34 smithi125 systemd[1]: Stopping Ceph node-exporter.b for 6db93fb0-9635-11ee-95a3-87774f69a715... 2023-12-09T02:20:35.720 INFO:journalctl@ceph.node-exporter.b.smithi125.stdout:Dec 09 02:20:35 smithi125 bash[90867]: ceph-6db93fb0-9635-11ee-95a3-87774f69a715-node-exporter-b 2023-12-09T02:20:35.720 INFO:journalctl@ceph.node-exporter.b.smithi125.stdout:Dec 09 02:20:35 smithi125 bash[90916]: Error response from daemon: No such container: ceph-6db93fb0-9635-11ee-95a3-87774f69a715-node-exporter.b 2023-12-09T02:20:35.720 INFO:journalctl@ceph.node-exporter.b.smithi125.stdout:Dec 09 02:20:35 smithi125 systemd[1]: ceph-6db93fb0-9635-11ee-95a3-87774f69a715@node-exporter.b.service: Main process exited, code=exited, status=143/n/a 2023-12-09T02:20:35.721 INFO:journalctl@ceph.node-exporter.b.smithi125.stdout:Dec 09 02:20:35 smithi125 systemd[1]: ceph-6db93fb0-9635-11ee-95a3-87774f69a715@node-exporter.b.service: Failed with result 'exit-code'. 2023-12-09T02:20:35.721 INFO:journalctl@ceph.node-exporter.b.smithi125.stdout:Dec 09 02:20:35 smithi125 systemd[1]: Stopped Ceph node-exporter.b for 6db93fb0-9635-11ee-95a3-87774f69a715. 2023-12-09T02:20:36.101 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:20:35 smithi125 systemd[1]: Stopping Ceph grafana.a for 6db93fb0-9635-11ee-95a3-87774f69a715... 2023-12-09T02:20:36.102 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:20:35 smithi125 bash[59340]: t=2023-12-09T02:20:35+0000 lvl=info msg="Shutdown started" logger=server reason="System signal: terminated" 2023-12-09T02:20:36.720 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:20:36 smithi125 bash[90954]: ceph-6db93fb0-9635-11ee-95a3-87774f69a715-grafana-a 2023-12-09T02:20:36.720 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:20:36 smithi125 bash[91003]: Error response from daemon: No such container: ceph-6db93fb0-9635-11ee-95a3-87774f69a715-grafana.a 2023-12-09T02:20:36.721 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:20:36 smithi125 systemd[1]: ceph-6db93fb0-9635-11ee-95a3-87774f69a715@grafana.a.service: Succeeded. 2023-12-09T02:20:36.721 INFO:journalctl@ceph.grafana.a.smithi125.stdout:Dec 09 02:20:36 smithi125 systemd[1]: Stopped Ceph grafana.a for 6db93fb0-9635-11ee-95a3-87774f69a715. 2023-12-09T02:20:59.216 DEBUG:teuthology.orchestra.run.smithi067:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-09T02:20:59.233 DEBUG:teuthology.orchestra.run.smithi125:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-09T02:20:59.243 INFO:tasks.cephadm:Archiving crash dumps... 2023-12-09T02:20:59.245 DEBUG:teuthology.misc:Transferring archived files from smithi067:/var/lib/ceph/6db93fb0-9635-11ee-95a3-87774f69a715/crash to /home/teuthworker/archive/yuriw-2023-12-08_19:38:02-orch-main-distro-default-smithi/7484599/remote/smithi067/crash 2023-12-09T02:20:59.246 DEBUG:teuthology.orchestra.run.smithi067:> sudo tar c -f - -C /var/lib/ceph/6db93fb0-9635-11ee-95a3-87774f69a715/crash -- . 2023-12-09T02:20:59.259 INFO:teuthology.orchestra.run.smithi067.stderr:tar: /var/lib/ceph/6db93fb0-9635-11ee-95a3-87774f69a715/crash: Cannot open: No such file or directory 2023-12-09T02:20:59.259 INFO:teuthology.orchestra.run.smithi067.stderr:tar: Error is not recoverable: exiting now 2023-12-09T02:20:59.262 DEBUG:teuthology.misc:Transferring archived files from smithi125:/var/lib/ceph/6db93fb0-9635-11ee-95a3-87774f69a715/crash to /home/teuthworker/archive/yuriw-2023-12-08_19:38:02-orch-main-distro-default-smithi/7484599/remote/smithi125/crash 2023-12-09T02:20:59.262 DEBUG:teuthology.orchestra.run.smithi125:> sudo tar c -f - -C /var/lib/ceph/6db93fb0-9635-11ee-95a3-87774f69a715/crash -- . 2023-12-09T02:20:59.299 INFO:teuthology.orchestra.run.smithi125.stderr:tar: /var/lib/ceph/6db93fb0-9635-11ee-95a3-87774f69a715/crash: Cannot open: No such file or directory 2023-12-09T02:20:59.299 INFO:teuthology.orchestra.run.smithi125.stderr:tar: Error is not recoverable: exiting now 2023-12-09T02:20:59.300 INFO:tasks.cephadm:Checking cluster log for badness... 2023-12-09T02:20:59.300 DEBUG:teuthology.orchestra.run.smithi067:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/6db93fb0-9635-11ee-95a3-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2023-12-09T02:20:59.318 INFO:teuthology.orchestra.run.smithi067.stderr:grep: /var/log/ceph/6db93fb0-9635-11ee-95a3-87774f69a715/ceph.log: No such file or directory 2023-12-09T02:20:59.320 INFO:tasks.cephadm:Compressing logs... 2023-12-09T02:20:59.320 DEBUG:teuthology.orchestra.run.smithi067:> 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-09T02:20:59.322 DEBUG:teuthology.orchestra.run.smithi125:> 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-09T02:20:59.331 INFO:teuthology.orchestra.run.smithi067.stderr:find: '/var/log/rbd-target-api': No such file or directory 2023-12-09T02:20:59.337 INFO:teuthology.orchestra.run.smithi125.stderr:find: '/var/log/rbd-target-api': No such file or directory 2023-12-09T02:20:59.347 INFO:teuthology.orchestra.run.smithi125.stderr:gzip -5 --verbose -- /var/log/ceph/6db93fb0-9635-11ee-95a3-87774f69a715/ceph-mon.b.log 2023-12-09T02:20:59.348 INFO:teuthology.orchestra.run.smithi125.stderr:gzip -5 --verbose -- /var/log/ceph/6db93fb0-9635-11ee-95a3-87774f69a715/ceph-osd.5.log 2023-12-09T02:20:59.348 INFO:teuthology.orchestra.run.smithi125.stderr:gzip -5 --verbose -- /var/log/ceph/6db93fb0-9635-11ee-95a3-87774f69a715/ceph-mgr.x.log 2023-12-09T02:20:59.348 INFO:teuthology.orchestra.run.smithi125.stderr:/var/log/ceph/6db93fb0-9635-11ee-95a3-87774f69a715/ceph-mon.b.log: /var/log/ceph/6db93fb0-9635-11ee-95a3-87774f69a715/ceph-osd.5.log: gzip -5 --verbose -- /var/log/ceph/6db93fb0-9635-11ee-95a3-87774f69a715/ceph-client.rgw.foo.smithi125.wanndy.log 2023-12-09T02:20:59.349 INFO:teuthology.orchestra.run.smithi125.stderr:gzip -5 --verbose -- /var/log/ceph/6db93fb0-9635-11ee-95a3-87774f69a715/ceph-osd.6.log 2023-12-09T02:20:59.349 INFO:teuthology.orchestra.run.smithi125.stderr:/var/log/ceph/6db93fb0-9635-11ee-95a3-87774f69a715/ceph-mgr.x.log: gzip -5 --verbose -- /var/log/ceph/6db93fb0-9635-11ee-95a3-87774f69a715/ceph-client.rgw.smpl.smithi125.ngrzpa.log 2023-12-09T02:20:59.350 INFO:teuthology.orchestra.run.smithi125.stderr:/var/log/ceph/6db93fb0-9635-11ee-95a3-87774f69a715/ceph-client.rgw.foo.smithi125.wanndy.log: /var/log/ceph/6db93fb0-9635-11ee-95a3-87774f69a715/ceph-osd.6.log: gzip -5 --verbose -- /var/log/ceph/6db93fb0-9635-11ee-95a3-87774f69a715/ceph-osd.4.log 2023-12-09T02:20:59.351 INFO:teuthology.orchestra.run.smithi125.stderr: 63.2% -- replaced with /var/log/ceph/6db93fb0-9635-11ee-95a3-87774f69a715/ceph-client.rgw.foo.smithi125.wanndy.log.gz 2023-12-09T02:20:59.352 INFO:teuthology.orchestra.run.smithi067.stderr:gzip -5 --verbose -- /var/log/ceph/6db93fb0-9635-11ee-95a3-87774f69a715/ceph-mon.a.log 2023-12-09T02:20:59.352 INFO:teuthology.orchestra.run.smithi067.stderr:gzip -5 --verbose -- /var/log/ceph/6db93fb0-9635-11ee-95a3-87774f69a715/ceph-client.rgw.smpl.smithi067.mukdcu.log 2023-12-09T02:20:59.353 INFO:teuthology.orchestra.run.smithi125.stderr:/var/log/ceph/6db93fb0-9635-11ee-95a3-87774f69a715/ceph-client.rgw.smpl.smithi125.ngrzpa.log: 63.8% -- replaced with /var/log/ceph/6db93fb0-9635-11ee-95a3-87774f69a715/ceph-client.rgw.smpl.smithi125.ngrzpa.log.gz 2023-12-09T02:20:59.353 INFO:teuthology.orchestra.run.smithi067.stderr:/var/log/ceph/6db93fb0-9635-11ee-95a3-87774f69a715/ceph-mon.a.log: gzip -5 --verbose -- /var/log/ceph/6db93fb0-9635-11ee-95a3-87774f69a715/ceph-mgr.y.log 2023-12-09T02:20:59.354 INFO:teuthology.orchestra.run.smithi067.stderr:gzip -5 --verbose -- /var/log/ceph/6db93fb0-9635-11ee-95a3-87774f69a715/ceph-mon.c.log 2023-12-09T02:20:59.354 INFO:teuthology.orchestra.run.smithi067.stderr:/var/log/ceph/6db93fb0-9635-11ee-95a3-87774f69a715/ceph-client.rgw.smpl.smithi067.mukdcu.log: gzip 64.0% -- replaced with /var/log/ceph/6db93fb0-9635-11ee-95a3-87774f69a715/ceph-client.rgw.smpl.smithi067.mukdcu.log.gz-5 2023-12-09T02:20:59.357 INFO:teuthology.orchestra.run.smithi067.stderr:--verbose -- /var/log/ceph/6db93fb0-9635-11ee-95a3-87774f69a715/ceph-osd.1.log 2023-12-09T02:20:59.359 INFO:teuthology.orchestra.run.smithi067.stderr:/var/log/ceph/6db93fb0-9635-11ee-95a3-87774f69a715/ceph-mgr.y.log: gzip -5 --verbose -- /var/log/ceph/6db93fb0-9635-11ee-95a3-87774f69a715/tcmu-runner.log 2023-12-09T02:20:59.359 INFO:teuthology.orchestra.run.smithi067.stderr:/var/log/ceph/6db93fb0-9635-11ee-95a3-87774f69a715/ceph-mon.c.log: /var/log/ceph/6db93fb0-9635-11ee-95a3-87774f69a715/ceph-osd.1.log: gzip -5 --verbose -- /var/log/ceph/6db93fb0-9635-11ee-95a3-87774f69a715/ceph-osd.0.log 2023-12-09T02:20:59.359 INFO:teuthology.orchestra.run.smithi067.stderr:/var/log/ceph/6db93fb0-9635-11ee-95a3-87774f69a715/tcmu-runner.log: gzip -5 --verbose -- /var/log/ceph/6db93fb0-9635-11ee-95a3-87774f69a715/ceph-client.rgw.foo.smithi067.rqvsfw.log 82.7% 2023-12-09T02:20:59.359 INFO:teuthology.orchestra.run.smithi067.stderr: -- replaced with /var/log/ceph/6db93fb0-9635-11ee-95a3-87774f69a715/tcmu-runner.log.gz 2023-12-09T02:20:59.360 INFO:teuthology.orchestra.run.smithi067.stderr:gzip -5 --verbose -- /var/log/ceph/6db93fb0-9635-11ee-95a3-87774f69a715/ceph-osd.3.log 2023-12-09T02:20:59.360 INFO:teuthology.orchestra.run.smithi067.stderr:/var/log/ceph/6db93fb0-9635-11ee-95a3-87774f69a715/ceph-osd.0.log: gzip -5 --verbose -- /var/log/ceph/6db93fb0-9635-11ee-95a3-87774f69a715/ceph-volume.log 2023-12-09T02:20:59.360 INFO:teuthology.orchestra.run.smithi067.stderr:/var/log/ceph/6db93fb0-9635-11ee-95a3-87774f69a715/ceph-client.rgw.foo.smithi067.rqvsfw.log: /var/log/ceph/6db93fb0-9635-11ee-95a3-87774f69a715/ceph-osd.3.log: 63.7% -- replaced with /var/log/ceph/6db93fb0-9635-11ee-95a3-87774f69a715/ceph-client.rgw.foo.smithi067.rqvsfw.log.gz 2023-12-09T02:20:59.360 INFO:teuthology.orchestra.run.smithi067.stderr:gzip -5 --verbose -- /var/log/ceph/6db93fb0-9635-11ee-95a3-87774f69a715/ceph-osd.2.log 2023-12-09T02:20:59.361 INFO:teuthology.orchestra.run.smithi125.stderr:gzip -5 --verbose -- /var/log/ceph/6db93fb0-9635-11ee-95a3-87774f69a715/ceph-volume.log 2023-12-09T02:20:59.362 INFO:teuthology.orchestra.run.smithi125.stderr:gzip -5 --verbose -- /var/log/ceph/6db93fb0-9635-11ee-95a3-87774f69a715/ceph-osd.7.log 2023-12-09T02:20:59.362 INFO:teuthology.orchestra.run.smithi125.stderr:/var/log/ceph/6db93fb0-9635-11ee-95a3-87774f69a715/ceph-osd.4.log: gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-12-09T02:20:59.362 INFO:teuthology.orchestra.run.smithi067.stderr:/var/log/ceph/6db93fb0-9635-11ee-95a3-87774f69a715/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-12-09T02:20:59.382 INFO:teuthology.orchestra.run.smithi125.stderr:/var/log/ceph/6db93fb0-9635-11ee-95a3-87774f69a715/ceph-volume.log: /var/log/ceph/6db93fb0-9635-11ee-95a3-87774f69a715/ceph-osd.7.log: /var/log/ceph/cephadm.log: 88.6% -- replaced with /var/log/ceph/cephadm.log.gz 2023-12-09T02:20:59.407 INFO:teuthology.orchestra.run.smithi125.stderr: 93.9% -- replaced with /var/log/ceph/6db93fb0-9635-11ee-95a3-87774f69a715/ceph-volume.log.gz 2023-12-09T02:20:59.421 INFO:teuthology.orchestra.run.smithi125.stderr: 88.9% -- replaced with /var/log/ceph/6db93fb0-9635-11ee-95a3-87774f69a715/ceph-mgr.x.log.gz 2023-12-09T02:20:59.431 INFO:teuthology.orchestra.run.smithi067.stderr:/var/log/ceph/6db93fb0-9635-11ee-95a3-87774f69a715/ceph-osd.2.log: /var/log/ceph/cephadm.log: 90.7% -- replaced with /var/log/ceph/cephadm.log.gz 2023-12-09T02:20:59.435 INFO:teuthology.orchestra.run.smithi067.stderr: 93.8% -- replaced with /var/log/ceph/6db93fb0-9635-11ee-95a3-87774f69a715/ceph-volume.log.gz 2023-12-09T02:20:59.815 INFO:teuthology.orchestra.run.smithi125.stderr: 92.9% -- replaced with /var/log/ceph/6db93fb0-9635-11ee-95a3-87774f69a715/ceph-mon.b.log.gz 2023-12-09T02:21:00.075 INFO:teuthology.orchestra.run.smithi067.stderr: 92.8% -- replaced with /var/log/ceph/6db93fb0-9635-11ee-95a3-87774f69a715/ceph-mon.c.log.gz 2023-12-09T02:21:00.381 INFO:teuthology.orchestra.run.smithi125.stderr: 93.2% -- replaced with /var/log/ceph/6db93fb0-9635-11ee-95a3-87774f69a715/ceph-osd.6.log.gz 2023-12-09T02:21:00.651 INFO:teuthology.orchestra.run.smithi067.stderr: 93.6% -- replaced with /var/log/ceph/6db93fb0-9635-11ee-95a3-87774f69a715/ceph-osd.2.log.gz 2023-12-09T02:21:00.660 INFO:teuthology.orchestra.run.smithi067.stderr: 88.7% -- replaced with /var/log/ceph/6db93fb0-9635-11ee-95a3-87774f69a715/ceph-mgr.y.log.gz 2023-12-09T02:21:00.712 INFO:teuthology.orchestra.run.smithi067.stderr: 93.7% -- replaced with /var/log/ceph/6db93fb0-9635-11ee-95a3-87774f69a715/ceph-osd.1.log.gz 2023-12-09T02:21:00.788 INFO:teuthology.orchestra.run.smithi125.stderr: 93.6% -- replaced with /var/log/ceph/6db93fb0-9635-11ee-95a3-87774f69a715/ceph-osd.7.log.gz 2023-12-09T02:21:00.793 INFO:teuthology.orchestra.run.smithi067.stderr: 93.7% -- replaced with /var/log/ceph/6db93fb0-9635-11ee-95a3-87774f69a715/ceph-osd.0.log.gz 2023-12-09T02:21:00.795 INFO:teuthology.orchestra.run.smithi125.stderr: 93.6% -- replaced with /var/log/ceph/6db93fb0-9635-11ee-95a3-87774f69a715/ceph-osd.4.log.gz 2023-12-09T02:21:00.878 INFO:teuthology.orchestra.run.smithi125.stderr: 93.4% -- replaced with /var/log/ceph/6db93fb0-9635-11ee-95a3-87774f69a715/ceph-osd.5.log.gz 2023-12-09T02:21:00.879 INFO:teuthology.orchestra.run.smithi125.stderr: 2023-12-09T02:21:00.879 INFO:teuthology.orchestra.run.smithi125.stderr:real 0m1.552s 2023-12-09T02:21:00.879 INFO:teuthology.orchestra.run.smithi125.stderr:user 0m5.827s 2023-12-09T02:21:00.879 INFO:teuthology.orchestra.run.smithi125.stderr:sys 0m0.223s 2023-12-09T02:21:01.299 INFO:teuthology.orchestra.run.smithi067.stderr: 93.6% -- replaced with /var/log/ceph/6db93fb0-9635-11ee-95a3-87774f69a715/ceph-osd.3.log.gz 2023-12-09T02:21:01.381 INFO:teuthology.orchestra.run.smithi067.stderr: 91.9% -- replaced with /var/log/ceph/6db93fb0-9635-11ee-95a3-87774f69a715/ceph-mon.a.log.gz 2023-12-09T02:21:01.383 INFO:teuthology.orchestra.run.smithi067.stderr: 2023-12-09T02:21:01.383 INFO:teuthology.orchestra.run.smithi067.stderr:real 0m2.058s 2023-12-09T02:21:01.383 INFO:teuthology.orchestra.run.smithi067.stderr:user 0m9.894s 2023-12-09T02:21:01.384 INFO:teuthology.orchestra.run.smithi067.stderr:sys 0m0.274s 2023-12-09T02:21:01.384 INFO:tasks.cephadm:Archiving logs... 2023-12-09T02:21:01.384 DEBUG:teuthology.misc:Transferring archived files from smithi067:/var/log/ceph to /home/teuthworker/archive/yuriw-2023-12-08_19:38:02-orch-main-distro-default-smithi/7484599/remote/smithi067/log 2023-12-09T02:21:01.385 DEBUG:teuthology.orchestra.run.smithi067:> sudo tar c -f - -C /var/log/ceph -- . 2023-12-09T02:21:02.594 DEBUG:teuthology.misc:Transferring archived files from smithi125:/var/log/ceph to /home/teuthworker/archive/yuriw-2023-12-08_19:38:02-orch-main-distro-default-smithi/7484599/remote/smithi125/log 2023-12-09T02:21:02.595 DEBUG:teuthology.orchestra.run.smithi125:> sudo tar c -f - -C /var/log/ceph -- . 2023-12-09T02:21:03.441 INFO:tasks.cephadm:Removing cluster... 2023-12-09T02:21:03.441 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 6db93fb0-9635-11ee-95a3-87774f69a715 --force 2023-12-09T02:21:04.246 DEBUG:teuthology.orchestra.run.smithi125:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 6db93fb0-9635-11ee-95a3-87774f69a715 --force 2023-12-09T02:21:05.041 INFO:tasks.cephadm:Removing cephadm ... 2023-12-09T02:21:05.041 DEBUG:teuthology.orchestra.run.smithi067:> rm -rf /home/ubuntu/cephtest/cephadm 2023-12-09T02:21:05.049 DEBUG:teuthology.orchestra.run.smithi125:> rm -rf /home/ubuntu/cephtest/cephadm 2023-12-09T02:21:05.054 INFO:tasks.cephadm:Teardown complete 2023-12-09T02:21:05.054 DEBUG:teuthology.run_tasks:Unwinding manager clock 2023-12-09T02:21:05.065 INFO:teuthology.task.clock:Checking final clock skew... 2023-12-09T02:21:05.065 DEBUG:teuthology.orchestra.run.smithi067:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-09T02:21:05.067 DEBUG:teuthology.orchestra.run.smithi125:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-09T02:21:05.089 INFO:teuthology.orchestra.run.smithi067.stdout: remote refid st t when poll reach delay offset jitter 2023-12-09T02:21:05.089 INFO:teuthology.orchestra.run.smithi067.stdout:============================================================================== 2023-12-09T02:21:05.089 INFO:teuthology.orchestra.run.smithi067.stdout:*hv01.front.sepi 44.4.53.2 2 u 22 128 377 0.100 -0.691 0.117 2023-12-09T02:21:05.089 INFO:teuthology.orchestra.run.smithi067.stdout:+hv02.front.sepi 63.231.80.2 3 u 11 128 377 0.074 0.243 0.139 2023-12-09T02:21:05.090 INFO:teuthology.orchestra.run.smithi067.stdout:+hv03.front.sepi 74.6.168.72 3 u 96 128 377 0.082 0.524 0.125 2023-12-09T02:21:05.090 INFO:teuthology.orchestra.run.smithi067.stdout: hv04.front.sepi .INIT. 16 u - 1024 0 0.000 0.000 0.000 2023-12-09T02:21:05.091 INFO:teuthology.orchestra.run.smithi125.stdout: remote refid st t when poll reach delay offset jitter 2023-12-09T02:21:05.091 INFO:teuthology.orchestra.run.smithi125.stdout:============================================================================== 2023-12-09T02:21:05.091 INFO:teuthology.orchestra.run.smithi125.stdout:*hv01.front.sepi 44.4.53.2 2 u 25 64 377 0.073 1.534 0.907 2023-12-09T02:21:05.091 INFO:teuthology.orchestra.run.smithi125.stdout:+hv02.front.sepi 63.231.80.2 3 u 15 64 377 0.084 1.252 1.461 2023-12-09T02:21:05.092 INFO:teuthology.orchestra.run.smithi125.stdout:+hv03.front.sepi 74.6.168.72 3 u 24 64 377 0.093 2.820 0.962 2023-12-09T02:21:05.092 INFO:teuthology.orchestra.run.smithi125.stdout: hv04.front.sepi .INIT. 16 u - 1024 0 0.000 0.000 0.000 2023-12-09T02:21:05.092 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2023-12-09T02:21:05.101 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2023-12-09T02:21:05.101 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2023-12-09T02:21:05.110 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2023-12-09T02:21:05.159 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2023-12-09T02:21:05.168 INFO:teuthology.task.internal:Duration was 2160.010783 seconds 2023-12-09T02:21:05.169 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2023-12-09T02:21:05.177 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2023-12-09T02:21:05.177 DEBUG:teuthology.orchestra.run.smithi067:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-09T02:21:05.180 DEBUG:teuthology.orchestra.run.smithi125:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-09T02:21:05.234 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2023-12-09T02:21:05.234 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi067.front.sepia.ceph.com 2023-12-09T02:21:05.234 DEBUG:teuthology.orchestra.run.smithi067:> 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-09T02:21:05.245 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi125.front.sepia.ceph.com 2023-12-09T02:21:05.245 DEBUG:teuthology.orchestra.run.smithi125:> 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-09T02:21:05.260 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2023-12-09T02:21:05.261 DEBUG:teuthology.orchestra.run.smithi067:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-09T02:21:05.263 DEBUG:teuthology.orchestra.run.smithi125:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-09T02:21:05.395 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2023-12-09T02:21:05.395 DEBUG:teuthology.orchestra.run.smithi067:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-09T02:21:05.398 DEBUG:teuthology.orchestra.run.smithi125:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-09T02:21:05.702 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2023-12-09T02:21:05.712 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2023-12-09T02:21:05.712 DEBUG:teuthology.orchestra.run.smithi067:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-09T02:21:05.724 DEBUG:teuthology.orchestra.run.smithi125:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-09T02:21:05.741 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2023-12-09T02:21:05.753 DEBUG:teuthology.orchestra.run.smithi067:> 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-09T02:21:05.755 DEBUG:teuthology.orchestra.run.smithi125:> 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-09T02:21:05.767 INFO:teuthology.orchestra.run.smithi067.stdout:kernel.core_pattern = core 2023-12-09T02:21:05.797 INFO:teuthology.orchestra.run.smithi125.stdout:kernel.core_pattern = core 2023-12-09T02:21:05.823 DEBUG:teuthology.orchestra.run.smithi067:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-09T02:21:05.842 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-09T02:21:05.843 DEBUG:teuthology.orchestra.run.smithi125:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-09T02:21:05.848 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-09T02:21:05.849 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2023-12-09T02:21:05.862 INFO:teuthology.task.internal:Transferring archived files... 2023-12-09T02:21:05.863 DEBUG:teuthology.misc:Transferring archived files from smithi067:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-12-08_19:38:02-orch-main-distro-default-smithi/7484599/remote/smithi067 2023-12-09T02:21:05.864 DEBUG:teuthology.orchestra.run.smithi067:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-09T02:21:05.905 DEBUG:teuthology.misc:Transferring archived files from smithi125:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-12-08_19:38:02-orch-main-distro-default-smithi/7484599/remote/smithi125 2023-12-09T02:21:05.905 DEBUG:teuthology.orchestra.run.smithi125:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-09T02:21:05.942 INFO:teuthology.task.internal:Removing archive directory... 2023-12-09T02:21:05.943 DEBUG:teuthology.orchestra.run.smithi067:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-09T02:21:05.945 DEBUG:teuthology.orchestra.run.smithi125:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-09T02:21:05.985 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2023-12-09T02:21:05.996 INFO:teuthology.task.internal:Not uploading archives. 2023-12-09T02:21:05.996 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2023-12-09T02:21:06.005 INFO:teuthology.task.internal:Tidying up after the test... 2023-12-09T02:21:06.005 DEBUG:teuthology.orchestra.run.smithi067:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-09T02:21:06.008 DEBUG:teuthology.orchestra.run.smithi125:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-09T02:21:06.013 INFO:teuthology.orchestra.run.smithi067.stdout: 924112 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 9 02:21 /home/ubuntu/cephtest 2023-12-09T02:21:06.015 INFO:teuthology.orchestra.run.smithi125.stdout: 924112 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 9 02:21 /home/ubuntu/cephtest 2023-12-09T02:21:06.017 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-12-09T02:21:06.027 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-12-09T02:21:06.050 INFO:teuthology.nuke:Checking targets against current locks 2023-12-09T02:21:06.076 DEBUG:teuthology.nuke:shortname: smithi067 2023-12-09T02:21:06.076 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-09T02:21:06.099 DEBUG:teuthology.nuke:shortname: smithi125 2023-12-09T02:21:06.100 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-09T02:21:06.104 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi067.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-08_19:38:02-orch-main-distro-default-smithi/7484599', '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-09 01:35:36.377743', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFyT/r7xuKfmg50w0OdQebr4A/ptJo1Zk6DyZNZNZM/q5rW+sznh+wvHqeT3e4YtCdZLaXyvMms8o8u8H5nXOYM='} 2023-12-09T02:21:06.126 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi125.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-08_19:38:02-orch-main-distro-default-smithi/7484599', '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-09 01:35:36.375950', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFyT/r7xuKfmg50w0OdQebr4A/ptJo1Zk6DyZNZNZM/q5rW+sznh+wvHqeT3e4YtCdZLaXyvMms8o8u8H5nXOYM='} 2023-12-09T02:21:06.160 INFO:teuthology.orchestra.console.smithi067:Power off 2023-12-09T02:21:06.160 DEBUG:teuthology.orchestra.console.smithi067:pexpect command: ipmitool -H smithi067.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-09T02:21:06.177 INFO:teuthology.orchestra.console.smithi125:Power off 2023-12-09T02:21:06.177 DEBUG:teuthology.orchestra.console.smithi125:pexpect command: ipmitool -H smithi125.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-09T02:21:06.186 DEBUG:teuthology.orchestra.console.smithi067:power off output: Chassis Power Control: Down/Off 2023-12-09T02:21:06.187 DEBUG:teuthology.orchestra.console.smithi067:pexpect command: ipmitool -H smithi067.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-09T02:21:06.199 DEBUG:teuthology.orchestra.console.smithi125:power off output: Chassis Power Control: Down/Off 2023-12-09T02:21:06.200 DEBUG:teuthology.orchestra.console.smithi125:pexpect command: ipmitool -H smithi125.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-09T02:21:06.210 DEBUG:teuthology.orchestra.console.smithi067:check power output: Chassis Power is on 2023-12-09T02:21:06.221 DEBUG:teuthology.orchestra.console.smithi125:check power output: Chassis Power is on 2023-12-09T02:21:10.211 DEBUG:teuthology.orchestra.console.smithi067:pexpect command: ipmitool -H smithi067.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-09T02:21:10.222 DEBUG:teuthology.orchestra.console.smithi125:pexpect command: ipmitool -H smithi125.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-09T02:21:10.322 DEBUG:teuthology.orchestra.console.smithi067:check power output: Chassis Power is on 2023-12-09T02:21:10.332 DEBUG:teuthology.orchestra.console.smithi125:check power output: Chassis Power is on 2023-12-09T02:21:14.326 DEBUG:teuthology.orchestra.console.smithi067:pexpect command: ipmitool -H smithi067.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-09T02:21:14.335 DEBUG:teuthology.orchestra.console.smithi125:pexpect command: ipmitool -H smithi125.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-09T02:21:14.438 DEBUG:teuthology.orchestra.console.smithi067:check power output: Chassis Power is off 2023-12-09T02:21:14.445 DEBUG:teuthology.orchestra.console.smithi125:check power output: Chassis Power is off 2023-12-09T02:21:14.539 INFO:teuthology.orchestra.console.smithi067:Power off completed 2023-12-09T02:21:14.546 INFO:teuthology.orchestra.console.smithi125:Power off completed 2023-12-09T02:21:14.651 INFO:teuthology.run:Summary data: description: orch/cephadm/upgrade/{1-start-distro/1-start-ubuntu_20.04 2-repo_digest/repo_digest 3-upgrade/simple 4-wait 5-upgrade-ls agent/on mon_election/connectivity} duration: 2160.010782957077 failure_reason: 'Command failed on smithi067 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 6db93fb0-9635-11ee-95a3-87774f69a715 -e sha1=9dcc13bb80dcc1cdea72b04d80505b4649a2b882 -- bash -c \''ceph versions | jq -e \''"\''"\''.overall | length == 1\''"\''"\''\''''' owner: scheduled_yuriw@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=5885b7928e1f49e59dae0e4b1acd97df status: fail success: false 2023-12-09T02:21:14.652 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-09T02:21:14.724 INFO:teuthology.run:FAIL